/* CSS Document */
/* Anzeigengalerie */

html, body {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: arial, helvetica, sans-serif;
    overflow-x: hidden;
    background: url("../img/body-long.png") repeat-x scroll 0 0 #2F3E4E;
    font-size: 1em;
}
a, a:active, a:focus, a:visited {
    outline: none !important;
}

img {
    border: none;
}
div.clear {
    clear:both;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
table td {
    padding: 3px;
}

table td.right,
table th.right{
    text-align: right;
}
table td.left,
table th.left{
    text-align: left;
}
table td.center,
table th.center {
    text-align: center;
}

div#transDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    background-color: rgba(0,0,0, 0.75);
    display: none;
    opacity: 0;
    transition: visibility 0s 0s, opacity 0.5s 0.2s;
}
div#transDiv.display {
    display: initial;
    opacity: 1;
    transition: visibility 0s 0s, opacity 0.5s 0.2s;
}
div.overlay {
    z-index: 15;
}

/** Header **/
#header, .nav {
    margin: 0 auto;
}
#header {
    background-color: #f4f4fd;
    position: relative;
}

#bannerHeader {
    display: none; /* 20181114 auf Wunsch */
    padding: 0;
    width: 100%;
    max-width: 505px;
    height: 80px;
    padding-left: 2%;
}
#bannerHeader div.content {
    margin-top: 10px;
    background-color: #fff;
}
#bannerHeader img {
    height: 60px;
}
#bannerHeader img.bannerImg {
    max-width: calc(100% - 30px);
    height: auto;
}
#bannerLogo {
    display: none;
}

#logo {
    background-image: url(../img/header-neu.jpg);
    background-repeat: no-repeat;
    height: 80px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#logo .mobile_hamburger {
    float: left;
    width: 13%;
    height: 60px;
    margin-left: 2%;
    cursor: pointer;
    box-sizing: border-box;
}
#logo .mobile_hamburger .hamburger_wrapper {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    background-color: rgb(0, 97, 17);
    padding: 7px 6px;
    box-sizing: border-box;
    margin-top: 12px;
}

#logo .mobile_hamburger span {
    display: block;
    width: 24px;
    height: 3px;
    margin-bottom: 6px;
    background-color: #fff;
}

#logo a {
    display: block;
    float: left;
    width: 69%;
    height: 60px;
    text-align: center;
    opacity: 0.8;
    vertical-align: top;
}
#logo a img {
    width: 100%;
    max-width: 250px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.main-nav .login-and-register {
    display: none;
}

#loginButton {
    float: left;
    width: 13%;
    height: 60px;
    margin-left: 2%;
    cursor: pointer;
    box-sizing: border-box;
    text-align: right;
    padding-right: 2%;
}
.login-and-register {
    width: 100%;
    margin-top: 12px;
}
.login-and-register button {
    border: none;
    font-size: .875em;
    font-weight: bold;
    height: 36px;
    width: 36px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.login-and-register .login {
    background-color: #006111;
    background-image: url(../img/mobile_anmelden-icon.gif);
    padding-top: 2px;
}
#loginButton .login-and-register .logout {
    background-color: #ad0022;
    background-image: url(../img/mobile_abmelden-icon.gif);
}
#loginButton .login-and-register .login:hover,
#loginButton .login-and-register .login:focus,
#loginButton .login-and-register .login:active {
    background-color: #fff;
    background-image: url(../img/mobile_anmelden-icon-active.gif);
}
#loginButton .login-and-register .logout:hover,
#loginButton .login-and-register .logout:focus,
#loginButton .login-and-register .logout:active {
    background-color: #fff;
    background-image: url(../img/mobile_abmelden-icon-active.gif);
}

@media (min-width: 400px) {

}

@media (min-width: 720px) {

    #logo {
        text-align: initial;
        padding-left: 2%;
    }
    #logo .mobile_hamburger {
        display: none;
    }
    #logo a {
        width: auto;
        flot: left;
    }
    #logo img {
        opacity: 0.75;
        -moz-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    #logo img:hover {
        opacity: 1;
    }

    #loginButton {
        width: 125px;
        float: right;
        padding-right: 2%;
    }
    #loginButton .login-and-register button {
        width: 100%;
    }
    #loginButton .login-and-register .login {
        background-color: #006111;
        background-image: url(../img/anmelden-icon.gif);
        padding-top: 2px;
    }
    #loginButton .login-and-register .logout {
        background-color: #ad0022;
        background-image: url(../img/abmelden-icon.gif);
    }
    #loginButton .login-and-register .login:hover,
    #loginButton .login-and-register .login:focus,
    #loginButton .login-and-register .login:active {
        background-color: #fff;
        background-image: url(../img/anmelden-icon-active.gif);
    }
    #loginButton .login-and-register .logout:hover,
    #loginButton .login-and-register .logout:focus,
    #loginButton .login-and-register .logout:active {
        background-color: #fff;
        background-image: url(../img/abmelden-icon-active.gif);
    }

}

@media (min-width: 960px) {
    #logo #loginButton,
    #bannerHeader {
        display: none;
    }

    #bannerLogo {
        display: inline-block;
        float: right;
        padding: 0;
        width: 100%;
        max-width: 505px;
        margin-right: 20px;
    }
    #logo #bannerLogo a img {
        width: 15px;
        height: 60px;
        opacity: 1;
    }
    #logo #bannerLogo a img.bannerImg {
        height: 60px;
        max-width: none;
        width: auto;
    }

    .main-nav .login-and-register {
        display: block;
        width: 125px;
        float: right;
        margin: 0 2% 0 0;
    }
    .login-and-register button {
        width: 100%;
    }
    .login-and-register .login {
        background-color: #006111;
        background-image: url(../img/anmelden-icon.gif);
        padding-top: 2px;
    }
    .login-and-register .logout {
        background-color: #ad0022;
        background-image: url(../img/abmelden-icon.gif);
    }
    .login-and-register .login:hover,
    .login-and-register .login:focus,
    .login-and-register .login:active {
        background-color: #fff;
        background-image: url(../img/anmelden-icon-active.gif);
    }
    .login-and-register .logout:hover,
    .login-and-register .logout:focus,
    .login-and-register .logout:active {
        background-color: #fff;
        background-image: url(../img/abmelden-icon-active.gif);
    }
}

/** Header Ende **/


/** Content **/

.hideInMobile {
    display: none;
}

#content {
    background-color: #F0F0F0;
    padding: 10px 2%;
    width: 96%;
}

form {
    margin:0px;
}

h1 {
    color: #006111;
    font-size: 1.4em;
    margin-top: 2px;
    margin-bottom: 2px;
}
h2 {
    color: #006111;
    font-size: 1.35em;
    margin-top: 2px;
    margin-bottom: 2px;
}
h3 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 1.3em;
}
h4 {
    font-size: 12pt;
}
h5, h6, h7 {
    font-size: 11pt;
}
#content div.inner {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
}

#content div.contentElement {
    background: none repeat scroll 0 0 #F0F0F0;
    margin-bottom: 12px;
}
#content div.contentElement div.inner {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    font-size: 0.875em;
}

.breadcrumbs {
    font-size: .75em;
    color: #666;
    margin-bottom: 10px;
}
.breadcrumbs a {
    color: #666;
}

#content .pageTitle p {
    margin-bottom: 10px;
    font-size: 0.875em;
}

#content .pageDescription {
    margin-bottom: 0px;
    font-size: 0.875em;
}

.newsDetail p.marginBottom {
    margin-bottom: 10px;
}
.newsDetail p.marginBoth {
    margin: 10px 0;
}


/** Search box **/

div.search_wrapper {
    position: relative;
}

div.quicksearch .searchwordInput,
div.quicksearch .sortInput,
div.quicksearch .searchButtons {
    display: inline-block;
    width: 100%;
    max-width: 310px;
    margin-bottom: 10px;
    vertical-align: top;
}
div.quicksearch .sortInput{
    padding: 0 15px;
    max-width: 270px;
    box-sizing: border-box;
}
div.quicksearch .searchButtons {
    vertical-align: bottom;
}
div.quicksearch form[type=text] {
    width: 100%;
    font-size: 0.875em;
    box-sizing: border-box;
    margin-top: 5px;
}

.input_wrapper {
    display: inline-block;
    width: 48%;
    max-width: 150px;
    text-align: left;
    margin: 5px 0;
}
.input_wrapper.pull_right {
    float: right;
    text-align: right;
}

div.radio_button {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 2px solid rgb(0, 97, 17);
    border-radius: 50%;
}
div.radio_button span {
    font-size: 22px;
    font-weight: bold;
    color: rgb(0, 97, 17);
    visibility: hidden;
}
div.radio_button span.selected {
    visibility: visible;
}

div.checkbox_button {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 2px solid rgb(0, 97, 17);
    border-radius: 4px;
}
div.checkbox_button span {
    font-size: 22px;
    font-weight: bold;
    color: rgb(0, 97, 17);
    visibility: hidden;
}
div.checkbox_button span.selected {
    visibility: visible;
}

div.quicksearch .searchButtons a,
div.formField a.submit,
div.actionButtons input {
    display: inline-block;
    width: 46%;
    max-width: 310px;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: rgb(0, 97, 17);
}
div.quicksearch .searchButtons a.details {
    float: right;
    background-color: rgb(0, 51, 153);
}
div.searchform.suchauftrag div.formField a.submit {
    width: auto;
    padding: 0 5px;
}

div.searchform,
div.loginform {
    position: absolute;
    width: 300px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 2px #000;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

div.loginform {
    width: 100%;
    max-width: 360px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
}
div.loginform h2 {
    margin-bottom: 15px;
}

div.loginform input {
    float: right;
    width: 60%;
    border: 2px solid rgb(0, 97, 17);
    border-radius: 4px;
    padding: 4px;
    font-weight: bold;
}
div.loginform .actionButtons input {
    padding: 0px;
    line-height: 26px;
    cursor: pointer;
}

div.searchform.suchauftrag {
    position: relative;
    display: block;
    border: none;
    box-shadow: none;
}
div.formcolumn.smallWidth {
    width: auto;
    min-width: 200px;
    margin-bottom: 10px;
}

div.overlay .closeLoginBox,
div.overlay .closeSearchBox {
    position: absolute;
    top:10px;
    right: 10px;
    cursor: pointer;
}

div.searchform div.formField {
    clear: both;
}
.overlay div.formField {
    height: 50px;
}

div.searchform label {
    display: block;
    margin: 10px 0 5px 0;
    font-size: 0.875em;
}
div.searchform label.radio {
    display: inline-block;
}

div.searchform input,
div.searchform select {
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}

input[name=suchbegriff],
input[name=insertentenname] {
    border: 3px solid rgb(0, 97, 17);
    border-radius: 4px;
    padding: 4px;
    font-weight: bold;
}
.quicksearch .searchword {
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
}

div.searchform input[type=checkbox],
div.searchform input[type=radio] {
    width: auto;
    margin: 5px;
}
div.searchform input.submit {
    width: 80%;
}

div.searchform.anbieterList {
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    box-shadow: none;
    padding: 0;
    box-sizing: border-box;
    display: block;
    transform: none;
}
@media (min-width: 600px) {

    #content div.inner {
        padding: 10px;
    }
    #content div.contentElement div.inner {
        padding: 15px;
    }
    div.quicksearch .sortInput{
        max-width: 230px;
    }
}
@media (min-width: 720px) {

    .hideInMobile {
        display: initial;
    }

    div.search_wrapper {
        position: initial;
        z-index: 0;
    }
    div.searchform {
        width: 50%;
        max-width: 700px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    div.searchform.suchauftrag {
        width: 100%;
        max-width: 900px;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    div.formRow {
        width: 100%;
    }

    div.formcolumn {
        width: 48%;
        max-width: 410px;
        float: left;
        margin-left: 8px;
    }
    div.formcolumn.smallWidth {
        width: auto;
        min-width: auto;
    }
    div.formcolumn.smallWidth:first-child {
        margin-top: 0px;
    }

    div.searchform label {
        font-size: 14px;
    }
    div.formField a.submit {
        max-width: 200px;
    }

    div.searchform.suchauftrag div.formField {
        margin-bottom: 10px;
    }

    #content .tabs {
        display: inline-block;
        vertical-align: top;
    }
    div.searchform.anbieterList {
        display: inline-block;
        width: calc(100% - 140px);
    }
    div.formField a.submit {
        width: 60px;
    }
    div.searchform.suchauftrag div.formField a.submit {
        width: auto;
        padding: 0 5px;
    }
}

@media (min-width: 960px) {

    div.quicksearch .searchwordInput,
    div.quicksearch .sortInput {
        height: 50px;
    }

    div.formField {
        margin-bottom: 5px;
        line-height: 24px;
    }
    div.formField:after {
        clear: both;
    }
    div.searchform label {
        display: inline-block;
        margin: 0;
    }
    div.searchform div.formField.videoChoose{
        margin-top: 25px;
        height: 40px;
    }
    #divFilterWarentyp,
    #divFilterImmotyp {
        width: 100%;
        max-width: 300px;
    }
    #divFilterWarentyp,
    #divFilterImmotyp,
    input[type=text],
    select{
        float: right;
    }
}

/** Search box Ende **/

#content .anzeigenList {
    width: 100%;
    float: left;
}

#content .hinweise {
    margin-bottom: 10px;
}

#content .paging {
    margin: 10px 0;
    text-align: center;
}
#content .paging a {
    display: inline-block;
}
#content .paging a.pageNumber,
#content .paging a.prevPage ,
#content .paging a.nextPage {
    display: inline-block;
    width: 34px;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    box-sizing: border-box;
    text-align: center;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black;
    font-weight: bold;
}
#content .paging a.pageNumber.current {
    color: white;
    background-color: #006111;
    border-color: #006111;
}
#content .paging span.morePages {
    color: black;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

#content .paging .limitSelector {
    float: right;
    display: none;
}
#content .paging .limitSelector a {
    color: #006111;
}
#content .paging .limitSelector a.current {
    font-weight: bold;
}
#content .paging a.pageNumber.hideSmall,
#content .paging a.pageNumber.hideMedium {
    display: none;
}

.inserateList {
    padding-top: 10px;
}
.inserateList .box {
    width: 100%;
    padding: 10px;
    height:auto;
    margin-top: 10px 0 0 0;
}
.inserateList .box .boxListImage {
    float:left;
    padding-right: 10px;
    width: 150px;
    height:auto;
}
.inserateList .box .boxListText {
    padding: 5px;
}

@media (min-width: 440px) {

    #content .paging a.pageNumber.hideSmall {
        display: inline-block;
    }
}

div.box {
    border: 5px solid #F0F0F0;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    float:left;
    padding: 0px;
    font-size: 0.875em;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
}
div.box div.boxTop {
    width: 100%;
    height: 350px;
    padding: 8px;
    box-sizing: border-box;
}
div.box.banner {
    height: auto;
    padding: 0px;
    text-align: center;
}

.fotoIndexBanner div.box.banner {
    height: 400px;
}


div.box.banner div.boxTop {
    height: auto;
    padding: 5px 0px;
}

div.box.banner img {
    max-width: 90%;
}

div.box div.image{
    text-align: center;
    margin-bottom: 5px;
}
div.box div.image img {
    max-height: 150px;
    max-width: 100%;
}

div.box div.image div.headline{
    margin-bottom: 3px;
}
div.box div.title{
    font-weight: bold;
    margin-bottom: 5px;
}
div.box div.description{
    margin-bottom: 5px;
}
div.box div.price{
    font-weight: bold;
    margin-bottom: 5px;
}

div.boxBottom {
    padding: 8px;
    padding-bottom: 0px;
}

div.contentElement div.inner div.imageRight {
    text-align: center;
    width: 100%;
}
div.contentElement div.inner div.imageRight img {
    width: 100%;
    max-width: 262px;
    height: auto;
}

div.fotoIndexBanner div.box.banner div.boxTop {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

div.fotoIndexBanner .banner.box img {
    margin: 5px 0;
}

div.row {
    padding: 10px;
    width: 100%;
}
div.row:after {
    clear: both;
}

@media (min-width: 480px) {

    div.box {
        width: 49%;
        margin-right: 0;
        float: left;
    }
    div.box.banner {
        width: 100%;
    }
}

@media (min-width: 720px) {

    #content .paging .limitSelector {
        display: block;
    }

    #content .anzeigenList {
        width: 66%;
    }
    div.fotoIndexBanner {
        width: 33%;
        float: right;
    }
    div.fotoIndexBanner.withMargin {
        margin-top: 50px;
    }
}
@media (min-width: 960px) {
    #content .anzeigenList {
        width: 75%;
    }
    div.box:nth-child(even){
        float: left;
    }
    div.box {
        width: 32%;
        float: left;
        margin-right: 1%;
    }
    div.fotoIndexBanner {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    #content .anzeigenList {
        width: 80%;
    }
    div.box {
        width: 24%;
    }
    div.fotoIndexBanner {
        width: 20%;
    }
}
@media (min-width: 1440px) {
    #content .anzeigenList {
        width: 83.5%;
    }
    div.box {
        width: 19%;
    }
    .inserateList .box {
        width: 49%;
    }
    .inserateList .box .boxListImage {
        height: 150px;
        text-align: center;
    }

    div.fotoIndexBanner {
        width: 16.5%;
    }
}
@media (min-width: 1680px) {
    body {
        width: 1690px;
        margin: 0 auto;
    }
}

/** FOOTER **/

#footer {
    clear: both;
    width: 100%;
    padding: 0 0 1.25em;
    font-size: 1em;
    background-color: #F0F0F0;
    color: #444444;
}
#footer .footer-box-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footer .footer-box {
    flex-basis: calc(100% / 4);
    margin: .625em 0 .9375em;
    border: none;
    text-align: center;
}
/*@media (min-width: 900px) {
    #footer .footer-box-wrapper .footer-box {
        flex-basis: calc(100% / 5);
    }
}
@media (min-width: 1080px) {
    #footer .footer-box-wrapper .footer-box {
        flex-basis: calc(100% / 6);
    }
}*/
@media (min-width: 1260px) {
    #footer .footer-box-wrapper .footer-box {
        flex-basis: calc(100% / 7);
    }
}


#footer .footer-box .foothead {
    width: 100%;
    padding: 0 0 .3725em;
    font: 18px normal Arial, Helvetica, sans-serif;
}
#footer .footer-box .footlist {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    font: 1em Arial, Helvetica, sans-serif;
}
#footer .footer-box .footlist li {
    line-height: 1.4;
    padding: .25em 0;
    margin: 0;
    font: 1em Arial, Helvetica, sans-serif;
}
/* #footer .footer-box .footlist li a:visited, */
#footer .footer-box .footlist li a:link {
    color: #003399;
    font: 0.875em Arial, Helvetica, sans-serif;
}
#footer .footer-box .footlist li a:hover,
#footer .footer-box .footlist li a:focus {
    color: #0066EE;
    text-decoration: underline;
}
#footer hr {
    clear: left;
    color: #dddddd;
    background-color: #dddddd;
    border: none;
    height: 1px;
    margin: 10px auto;
}
#footer p {
    font-size: 0.875em;
    text-align: center;
    line-height: 1.4em;
}
#footer p a:link,
#footer p a:visited {
}
#footer p a:hover,
#footer p a:focus {
    color: #0066EE;
}
.footer {
    clear: both;
    width: 100%;
    padding: .625em 0 1.25em;
    font-size: 1em;
    background-color: #f0f0f0;
}
.footer hr {
    clear: left;
    color: #bcbcbc;
    background-color: #bcbcbc;
    border: none;
    height: 1px;
    margin: 10px auto;
}
.footer p {
    color: #555;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.4em;
}

#nachoben {
    float: right;
    margin: -40px 2% 0 0;
    padding: 10px;
}

#footer div.linklist {
    margin-bottom: 10px;
    text-align: center;
}
#footer div.linklist a {
    font-size: 0.8em;
    margin-left: 10px;
    margin-right: 10px;
}

#bottomnav {
    display: none;
}
#bottomnav .main-nav{
    border-bottom: 5px solid #e7e7e7;
}

@media (min-width: 720px) {
    #bottomnav {
        display: block;
    }
}
@media (min-width: 720px) {
    #bottomnav {
        display: block;
    }
}
/** FOOTER END **/

#content .tabs {
    margin: 10px 0;
}
#content .tabs .tabSelector {
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #F0F0F0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black;
    font-weight: bold;
    margin-left: 1px;
    margin-right: 1px;
}
#content .tabs .tabSelector:hover {
    text-decoration: none;
}
#content .tabs .tabSelector.current {
    color: white;
    background-color: #006111;
}

.Anbieterliste .anbieter {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    padding: 10px;
    height: 250px;
    text-align: left;
    font-size: 10px;
    box-sizing: border-box;
}
.Anbieterliste .anbieter .logo {
    height: 50px;
}
.Anbieterliste .anbieter .logo img {
    max-height: 50px;
    width: auto;
    max-width: 100%;
}
.Anbieterliste .anbieter > div {
    margin-bottom: 5px;
}
.Anbieterliste .anbieter .logo {
    text-align: center;
    margin-bottom: 10px;
}
.Anbieterliste .anbieter .name h3 a {
    font-size: 14px;
    color: #006111;
}
.Anbieterliste .anbieter .description {
    max-height: 92px;
    overflow: hidden;
}
.Anbieterliste .anbieter .ads,
.Anbieterliste .anbieter .memberSince {
    margin-bottom: 5px;
}
.inserentDetail .companyLogo {
    margin-bottom: 10px;
}

@media (min-width: 400px) {
    .Anbieterliste .anbieter {
        width: 49%;
        margin-right: 0.5%;
    }
}
@media (min-width: 600px) {
    .Anbieterliste .anbieter {
        width: 32%;
        margin-right: 0.5%;
    }
}
@media (min-width: 800px) {
    .Anbieterliste .anbieter {
        width: 24%;
        margin-right: 0.5%;
    }
}
@media (min-width: 1000px) {
    .Anbieterliste .anbieter {
        width: 19%;
        margin-right: 0.5%;
    }
}
@media (min-width: 1200px) {
    .Anbieterliste .anbieter {
        width: 15.7%;
        margin-right: 0.5%;
    }
}
@media (min-width: 1400px) {
    .Anbieterliste .anbieter {
        width: 13.3%;
        margin-right: 0.5%;
    }
}
@media (min-width: 1600px) {
    .Anbieterliste .anbieter {
        width: 11.5%;
        margin-right: 0.5%;
    }
}

.showInMobile .sort_box {
    margin: 10px 0;
}

.mobileOverview .adv_overview {
    margin: 15px 0;
    border-top: 1px solid #aaa;
}

.mobileOverview .th_name,
.mobileOverview .td_name {
    display: inline-block;
    width: 60%;
    line-height: 1.4em;
}
.mobileOverview .th_ads,
.mobileOverview .td_ads {
    display: inline-block;
    width: 18%;
}

.mobileOverview .adv_topics{
    line-height: 1.4em;
}


@media (min-width: 720px) {
    .showInMobile {
        display: none;
    }

    table.inserentTable.hideInMobile {
        display: table;
    }

    table.inserentTable {
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        width: 100%;
    }
    table.inserentTable tbody {
        width: 100%;
    }

    table.inserentTable th {
        font-weight: bold;
        font-size: 0.8em;
    }
    table.inserentTable th a {
        text-decoration: underline;
    }
    table.inserentTable th,
    table.inserentTable td {
        border-left: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
        padding: 5px;
    }
    table.inserentTable td.zipcode {
        width: 80px;
    }

}

/*
    Aenderungen ab 2019-06-24
*/

.tabSwitcher ul.tabButtons {
    width: 100%;
}
.tabSwitcher .tabButtons li {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: white;
    width: 100%;
    height: 50px;
    display: none;
    text-align: left;
    border-bottom: 2px solid #F0F0F0;
}
.tabSwitcher .tabButtons li.menuOpen,
.tabSwitcher .tabButtons li.active {
    display: block;
}
.tabSwitcher .tabButtons li a {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    line-height: 50px;
    color: rgba(0, 97, 17, 0.75);
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}
.tabSwitcher .tabButtons li a:hover,
.tabSwitcher .tabButtons li.active a {
    color: rgba(0, 97, 17, 1);
}
.tabSwitcher .tabButtons li a svg {
    fill: #006111;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: none;
}
.tabSwitcher .tabButtons li.active a svg.listBtn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}
@media (min-width: 1024px) {
    .tabSwitcher .tabButtons li {
        display: block;
        float: left;
        text-align: center;
        margin: 0 5px 0 0;
        padding: 0;
        width: auto;
        height: 50px;
        border-radius: 10px 10px 0 0;
    }
    .tabSwitcher .tabButtons li.active {
        border-bottom: 2px solid #FFF;
    }
    .tabSwitcher .tabButtons li.active a svg.listBtn {
        display: none;
    }
}
.clearfix::after, .clearfix::before {
    display: table;
    content: " ";
}
.clearfix::after {
    clear: both;
}
.tabHighline {
    background-color: #fff;
    padding: 10px;
}
.tabBackground {
    background-color: #fff;
    margin: 5px 0;
    padding: 10px;
    box-sizing: border-box;
}
.tabBackground.contactForm,
.tabBackground.showImpressum{
    padding: 40px;
}

.tabBackground.hasError {
    color: #f00;
}

.advertiserLogo {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .advertiserLogo {
        float: left;
        margin-right: 20px;
    }
}

form#formSendInserentContact {
    font-size: 16px;
    color: rgb(102,102,102);
}

form#formSendInserentContact input {
    float: none;
    width: 100%;
    max-width: 250px;
    padding: 5px;
    font-size: 16px;
}
form#formSendInserentContact input[type=checkbox] {
    width: 25px;
}
form#formSendInserentContact input[type=submit],
form#formSendInserentContact input[type=button] {
    padding: 0;
}
form#formSendInserentContact .formWrapper {
    width: 100%;
    max-width: 500px;
}
form#formSendInserentContact .formWrapper .formRow {
    margin-bottom: 10px;
    box-sizing: border-box;
}

form#formSendInserentContact .formWrapper label {
    display: inline-block;
    width: 160px;
    font-weight: 700;
}
form#formSendInserentContact .formWrapper label.checkboxLabel {
    width: calc(100% - 30px);
}
form#formSendInserentContact .formWrapper textarea {
    width: 100%;
    height: 200px;
    padding: 5px;
}
