:root {
    --red: #1479fb;
}

a.header-button:before {
    background-image: url(../images/button-arrow.svg);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/arrow-right.svg);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/arrow-left.svg);
}

.header-unterseite {
    background-image: url(/images/hochsaison/01_home/claim_hintergrund.jpg);
}

.link a:before {
    background-image: url(../images/button-arrow.svg);
}

.logo {
    max-width: 200px;
}

#header-fadein .logo {
    max-width: 73px;
}

#footer .logo {
    max-width: 250px;
    width: 20vw;
}

#responsive-navigation ul.menu a:hover, #responsive-navigation span.separator:hover {
    color: var(--red)!important;
}

.impressum h3 {
    color: black;
}

.bg {
    background-image: url(/images/hochsaison/01_home/header.jpg);
}

.links {
    background: rgb(35,94,154); 
    background: -moz-linear-gradient(top,  rgba(35,94,154,1) 0%, rgba(24,25,69,1) 100%, rgba(33,62,119,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(35,94,154,1) 0%,rgba(24,25,69,1) 100%,rgba(33,62,119,1) 100%); 
    background: linear-gradient(to bottom,  rgba(35,94,154,1) 0%,rgba(24,25,69,1) 100%,rgba(33,62,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235e9a', endColorstr='#213e77',GradientType=0 ); 
}

#loadMore:before {
    background-image: url(../images/button-arrow.svg);
}

div#fox-container-m116 .fox-form select, div#fox-container-m116 .fox-form textarea, div#fox-container-m116 .fox-form input[type="text"], div#fox-container-m116 .fox-form input[type="email"] {
    border-radius: 0px;
    color: #272c35;
    background-color: transparent;
    padding: 20px 15px 20px 15px;
    margin: 0px 0 15px;
    border: solid 1px #000;
    width: calc(100% - 40px);
    font-family: inherit;
}

div#fox-container-m116 .fox-form input[type="text"]:hover, div#fox-container-m116 .fox-form input[type="email"]:hover, div#fox-container-m116 .fox-form textarea:hover, div#fox-container-m116 .fox-form input[type="text"]:focus, div#fox-container-m116 .fox-form input[type="email"]:focus, div#fox-container-m116 .fox-form textarea:focus {
    background-color: #fff;
    color: #000;
}

div#fox-container-m116 .btn {
    position: relative;
    color: #000;
    font-weight: bold;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1;
    float: left;
    cursor: pointer;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    padding: 0;
    border-bottom: 2px solid var(--red);
    text-align: left;
}

div#fox-container-m116 .fox-form-stacked .control-group {
    float: left;
    width: 100%;
}

div#fox-container-m116 .fox-form-stacked .control-label {
    float: left;
    width: 100%;
    text-align: left;
    padding-right: 16px;
}

div#fox-container-m116 .controls {
    width: 100%;
}

#fox-container-m116 .btn:hover span, div#fox-container-m116 .btn span span {
    color: var(--red);
}

#fox-container-m116 .btn, div#fox-container-m116 .btn span {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    transition: all ease 0.5s;
}

div#fox-container-m116 .required:after, div#fox-container-m116 .asterisk:after {
    content: "*";
    color: #87949b;
    font-weight: 200;
}

label {
    letter-spacing: 0em;
}

img.fox-item-captcha-img-reload.fox-popover {
    width: auto;
}

img#fox-m116-captcha {
    width: auto;
}

.vertreter {
    position: absolute;
    left: 50%;
    text-align: center;
    width: 100%;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
    transform: translate(-50%, 0);
    bottom: 0.5rem;
}

.mitglieder-item {
    padding: 3vw 2vw;
}


.mitglied {
    display: flex;
    align-items: center;
}




@media screen and (max-width: 1400px) {
    .vertreter {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1100px) {
    .vertreter {
        font-size: 1rem;
        bottom: 0.25rem;
    }

    a.switch-button.ig {
        margin-top: 2em!important;
        float: none;
        position: relative;
        font-size: 1rem!important;
    }
}

@media screen and (max-width: 500px) {
    .logo {
        width: 100px;
    }

    #footer .logo {
        width: 90%;
        max-width: 175px;
    }
}
