/* Slider */

@keyframes slidy {
    0% {
        left: 0%;
    }
    10% {
        left: 0%;
    }
    20% {
        left: -100%;
    }
    30% {
        left: -100%;
    }
    40% {
        left: -200%;
    }
    50% {
        left: -200%;
    }
    60% {
        left: -300%;
    }
    70% {
        left: -300%;
    }
    80% {
        left: -400%;
    }
    90% {
        left: -400%;
    }
    100% {
        left: 0%;
    }
}

body {
    margin: 0;
}

div#slider {
    overflow: hidden;
}

@media (max-width: 1280px) {
    div#slider {
        padding-top: 90px;
        background-color: grey;
    }
}

div#slider figure img {
    width: 20%;
    float: left;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation: 25s slidy infinite;
    -webkit-animation-delay: 0s;
    animation: 25s slidy infinite;
    animation-delay: 0s;
}


/* END SLIDER */

.logo_elixir-schw {
    display: inline-block;
    float: left;
    width: 110px;
    height: 65px;
    background: url("../images/logo/bild_logo_elbimmobilien_pur_group_int-50.png") no-repeat;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 1679px) {
    .mouse {
        visibility: hidden;
    }
    .mouse span {
        visibility: hidden;
    }
}

.durchsichtig {
    background-color: rgba(0, 0, 0, 0);
}

.grau {
    background-color: grey;
}

a:link,
a:visited {
    text-decoration: none;
}

.links {
    color: white;
}

.links:hover {
    color: #887025;
}

.links-black {
    color: black;
}

.links-black:hover {
    color: #887025;
}

.links-datenschutz {
    color: #887025;
}

.links-datenschutz:hover {
    color: #bfa760;
}

.links-datenschutz-contact {
    color: #bfa760;
}

.links-datenschutz-contact:hover {
    color: white;
}

.schatten {
    box-shadow: 0 0 8px #C1A667;
    padding: 20px;
    background-color: grey;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.schatten-map {
    box-shadow: 0 0 8px #C1A667;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

@media (max-width: 990px) {
    .map-abstand-oben {
        margin-top: 50px;
    }
}

@media (max-width: 990px) {
    .leistungen-abstand {
        margin-top: -50px;
    }
}

@media (max-width: 990px) {
    .leistungen-abstand-oben {
        margin-top: 50px;
    }
}

@media (min-width: 991px) {
    .leistungen-abstand {
        margin-top: -100px;
    }
}

.paralax-bilder {
    height: 550px;
    width: auto;
}

.leistungen-button {
    margin-top: -20px;
    margin-bottom: 80px;
}

.button-leistungen {
    background: #bfa760;
    color: white;
    height: 50px;
    text-align: center;
    font-size: 18px;
    padding: 13px 10px;
    border: 2px solid #bfa760;
    border-radius: 6px;
    margin-top: 68px;
    margin-bottom: 23px;
    height: 55px;
}

.button-leistungen:hover {
    background-color: white;
    color: #bfa760;
}

a.button-leistungen:before,
.button-leistungen:before {
    content: url("../images/button_line.png");
    position: absolute;
    right: 350px;
}

a.button-leistungen:after,
.button-leistungen:after {
    content: url("../images/button_line.png");
    position: absolute;
    left: 350px;
}

.footer-link-farbe {
    color: #bfa760;
}

.footer-link-farbe:hover {
    color: white;
}

.footer-ausrichtung-mitte {
    text-align: left;
    padding-left: 23%;
    font-size: 16px;
}

.txt-ausrichtung-links {
    text-align: left;
}

.checkbox {
    display: inline-block;
    width: 20px;
    height: auto;
    background-color: white;
}

.checkbox:checked {
    background-color: red;
}

.txt-weiss {
    color: white;
}

.contact-abstand {
    padding-top: 15px;
}

.uber-abstand {
    padding-top: -50px;
}

.button-leistungen-einzeln {
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: white;
    border: 1px solid #bfa760;
    border-radius: 6px;
    background-color: #bfa760;
}

.button-leistungen-einzeln:hover {
    background-color: white;
    color: #bfa760;
}

.titel-klein {
    text-transform: none;
}

.ausgeschaltet {
    display: none !important;
}

@media (max-width: 1280px) {
    .slide-content-mobil {
        margin-top: -100px;
    }
    .slide-bild-mobil {
        visibility: hidden;
    }
}

@media (max-width: 1280px) {
    .mobil-unsichtbar {
       display: none !important;
    }
    .mobil-schrift-aufzahlung {
        font-size: 13px !important;
    }
}

@media (min-width: 1281px) {
    .mobil-sichtbar {
       display: none !important;
    }
}