@import url("reset.css");
img,
figure {
    pointer-events: none;
}


/* Elemente mit der Klasse .notsafe erhalten ihre Pointer-Events zurück*/

.notsafe {
    pointer-events: auto !important;
}

.clear {
    clear: both;
}


/* open-sans-300 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../fonts/open-sans-v18-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-italic - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local(''), url('../fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-600 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

iframe{
    width: 50%;
    display: block;
    height: 2545px;
    margin: 0 auto;
    background: #efeff1;
}

body {
    font: 400 15px/22px 'Open Sans', arial, helvetica;
    color: #545454;
    /* Schriftschitt/Größe/Zeilenabstand/Art*/
}

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

header {
    position: relative;
}

.logo {
    position: fixed;
    left: 5%;
    top: 5px;
    z-index: 105;
    width: 200px;
}

.logo a {
    display: block;
}

.logo a img {
    width: 100%;
}

nav {
    position: fixed;
    background: #fff;
    padding: 59px 5% 15px;
    text-align: right;
    z-index: 104;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

nav ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li:before {
    content: '•';
    position: absolute;
    left: -16px;
    font-size: 25px;
    color: #7d1826;
}

nav ul li:first-of-type:before {
    content: none;
}

nav ul li a {
    color: #636363;
    text-decoration: none;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    -ms-transition: ease .8s;
}

nav ul li a:hover {
    color: #7d1826;
}

.data {
    position: fixed;
    z-index: 20001;
    background: #7d1826;
    right: 5%;
    top: 0;
    padding: 2px 15px;
}

.data a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    margin: 0 10px;
}

.data a:before {
    content: '•';
    position: absolute;
    left: -16px;
    font-size: 20px;
    color: #fff;
    top: -2px;
}

.data a:first-of-type:before {
    content: none;
}

.data a:hover {
    text-decoration: underline;
}

.slider .immo {
    background: url(../images/immobilien-recklinghausen.jpg) no-repeat center / cover;
    width: 100%;
    height: 800px;
    position: relative;
}

.slider .immo2 {
    background: url(../images/immobilien-wertermittlung.jpg) no-repeat center / cover;
    width: 100%;
    height: 800px;
    position: relative;
}

.slider .immo-ruhrgebiet {
    background: url(../images/immobilienmakler-ruhrgebiet.jpg) no-repeat center top 70px / cover;
    width: 100%;
    height: 800px;
    position: relative;
}

.slider .slogan {
    position: absolute;
    z-index: 100;
    background: url(../images/kreis.svg) no-repeat right top / 108%;
    bottom: 0;
    left: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 150px 80px 50px 80px;
    line-height: 30px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.slider .slogan span {
    font-size: 30px;
    font-weight: 600;
}

.slider .btn {
    text-shadow: none;
}

.btn {
    background: #fff;
    text-transform: none;
    padding: 5px 35px;
    color: #545454;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 15px;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    -ms-transition: ease .8s;
}

.btn:hover {
    background: #7d1826;
    color: #fff;
}

.social {
    position: fixed;
    right: 15px;
    bottom: 5%;
    z-index: 20001;
}

.social a {
    width: 35px;
    height: 35px;
    display: block;
    background: #fff;
    border-radius: 20px;
    margin: 5px 0;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    -ms-transition: ease .8s;
}

.social a:hover {
    background: #636363;
}

.phone img {
    width: 20px;
    margin: auto;
    display: block;
    padding-top: 8px
}

.mail img {
    width: 22px;
    margin: auto;
    display: block;
    padding-top: 9.5px
}

.fb img {
    width: 25px;
    margin: auto;
    display: block;
    padding-top: 6px;
    padding-left: 1px;
}

.insta img {
    width: 22px;
    margin: auto;
    display: block;
    padding-top: 7px
}

.three {
    width: 100%;
    background: #7d1826 url(../images/bildmarke.svg);
    background-size: 150px;
    background-position: top -20px right -25px;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15px 5%;
    text-align: center;
    text-transform: uppercase;
}

.three ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.three ul li:before {
    content: '•';
    position: absolute;
    left: -16px;
    font-size: 20px;
    color: #fff;
    top: -1px;
}

.three ul li:first-child:before {
    content: none;
}

h1,
h2 {
    font-size: 25px;
    color: #7c1826;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
}

h1 span,
h2 span {
    font-size: 20px;
    color: #545454;
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block;
}

h3 span {
    color: #545454;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

h3 {
    color: #7c1826;
    text-transform: uppercase;
    font-weight: 600;
}

#fachmakler {
    padding: 100px 0 100px 15%;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#fachmakler .left {
    width: 40%;
}

#fachmakler .right {
    position: relative;
    width: 60%;
}

.guersel {
    position: absolute;
    right: 0;
    top: 0
}

.markus {
    position: absolute;
    right: 0;
    top: 250px
}

.ap img {
    position: absolute;
    left: -80px;
    top: 14px
}

.ap .kontaktdaten {
    background: url(../images/bg.jpg);
    padding: 40px 150px 40px 120px;
}

.ap a {
    margin-left: 20px;
    position: relative;
    text-decoration: none!important;
    color: #545454;
}

.ap-phone:before {
    content: '';
    position: absolute;
    background: url(../images/phone.svg) no-repeat;
    width: 12px;
    height: 13px;
    left: -20px;
    top: 5px
}

.ap-mobil:before {
    content: '';
    position: absolute;
    background: url(../images/smartphone.svg) no-repeat;
    width: 15px;
    height: 15px;
    left: -17px;
    top: 4px
}

.ap-mail:before {
    content: '';
    position: absolute;
    background: url(../images/mail.svg) no-repeat;
    width: 12px;
    height: 12px;
    left: -18px;
    top: 9px
}

.ap-mail {
    text-decoration: underline!important;
}

#fachmakler .btn {
    background: #f2f2f2;
    color: #7c1826
}

#fachmakler .btn:hover {
    background: #7c1826;
    color: #fff;
}

.red {
    color: #7c1826;
}


/*------POPUP-------*/

.style-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 80%;
    background: #fff;
    padding: 50px;
    display: none;
    z-index: 1000;
}

.small {
    font-size: 15px;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.close-popup {
    border: none;
    background-color: transparent;
    position: absolute;
    right: -15px;
    top: -6px;
}

.close-popup img {
    width: 30px;
}


/*------POPUP ENDE-------*/

.inner {
    padding: 100px 15%;
}

#wertermittlung {
    background: #efeff1;
}

#wertermittlung .btn {
    background: #7c1826;
    color: #fff;
}

#wertermittlung .btn:hover {
    background: #fff;
    color: #7c1826
}

.col {
    flex-basis: 48%;
}

.image {
    width: 100%;
    height: 350px;
    position: relative;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#wertermittlung .bildmarke {
    position: absolute;
    width: 80px;
    right: -40px;
    bottom: 10px;
}

.abstand {
    margin-top: 50px;
}

#verkaufen {
    background: #7c1826 url(../images/bildmarke.svg) no-repeat right -180px top -50px / 750px;
    color: #fff;
}

#verkaufen h2,
#verkaufen h2 span {
    color: #fff;
}

#verkaufen .bildmarke {
    position: absolute;
    width: 80px;
    left: -40px;
    bottom: 10px;
}

.grey {
    background: url(../images/bg.jpg);
    padding: 50px 25px;
    text-align: center;
    flex-basis: 25%;
}

#vorteile .grey,
#vorteile .white {
    flex-basis: 33.3%;
}

.red-bg {
    background: #7c1826;
    padding: 50px 25px;
    text-align: center;
    flex-basis: 33.3%;
    color: #fff;
}

.red-bg h3 {
    color: #fff;
}

.grey img,
.white img,
.red-bg img {
    width: 80px;
    margin-bottom: 20px
}

.grey .btn {
    color: #7c1826
}

.grey .btn:hover {
    color: #fff
}

.white {
    padding: 50px 25px;
    text-align: center;
    flex-basis: 25%;
}

.white .btn {
    background: #efeff1;
}

.white .btn:hover {
    background: #7c1826;
    color: #fff;
}

.eyecatcher {
    position: relative;
    background: url(../images/allimmo-immobilien.jpg) no-repeat center / cover;
    height: 500px;
}

.eyecatcher .slogan {
    position: absolute;
    z-index: 100;
    background: url(../images/kreis.svg) no-repeat left top / 108%;
    bottom: 0;
    right: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 150px 80px 50px 150px;
    line-height: 30px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.eyecatcher .slogan span {
    font-size: 30px;
    font-weight: 600;
}

.anschrift,
.phone,
.mobil,
.mail,
.web {
    margin-left: 20px;
    position: relative;
}

.anschrift:before {
    position: absolute;
    content: '';
    background: url(../images/anschrift.svg) no-repeat;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 3px
}

#kontakt .phone,
.mobil {
    text-decoration: none;
    color: #545454;
}

#kontakt .phone:before {
    position: absolute;
    content: '';
    background: url(../images/phone.svg) no-repeat;
    width: 13px;
    height: 13px;
    left: -20px;
    top: 5px
}

.mobil:before {
    position: absolute;
    content: '';
    background: url(../images/smartphone.svg) no-repeat;
    width: 15px;
    height: 15px;
    left: -17px;
    top: 4px
}

#kontakt .mail,
.web {
    color: #7c1826;
    text-decoration: none;
}

#kontakt .mail:before {
    position: absolute;
    content: '';
    background: url(../images/mail.svg) no-repeat;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 7px
}

.web:before {
    position: absolute;
    content: '';
    background: url(../images/web.svg) no-repeat;
    width: 12px;
    height: 12px;
    left: -20px;
    top: 7px
}

.partner {
    justify-content: flex-start;
    margin-top: 50px;
}

.partner img {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin: 20px 10px 10px;
}

.partner img:first-child {
    margin-left: 0;
}

.darkgrey {
    color: #545454;
    text-decoration: none;
}

#kontakt .btn {
    background: #7c1826;
    color: #fff;
}

#kontakt .btn:hover {
    background: #efeff1;
    color: #7c1826;
}

#kontakt .col:nth-of-type(3) img {
    width: 100%
}

#kontakt .col {
    flex-basis: 30%;
}

.landing {
    background: #7c1826;
    color: #fff;
    text-align: center;
    padding: 20px 10%
}

.landing a {
    color: #fff;
    text-decoration: none;
}

.open-menu {
    display: none;
}

#sec a {
    color: #7c1826;
}

.bewerbungsformular {
    width: 100%;
    min-height: 1000px;
}

nav ul li .active {
    color: #7c1826;
    border-bottom: 1px solid #7c1826;
}

#one .btn {
    background: #7c1826;
    color: #fff;
}

#one .btn:hover {
    background: #efeff1;
    color: #7c1826;
}

.list li {
    margin-left: 15px;
    position: relative;
}

.list li:before {
    position: absolute;
    content: '';
    background: url(../images/check.svg) no-repeat;
    width: 15px;
    height: 13px;
    left: -15px;
    top: 4px;
}

#verkaufen .list li:before {
    position: absolute;
    content: '';
    background: url(../images/check-white.svg) no-repeat;
    width: 15px;
    height: 13px;
    left: -15px;
    top: 4px;
}



/*------------SECURE-------------*/
.dsa-secure-plugin {
    border-radius: 5px;
    position: relative
}

.dsa-secure-plugin .dsa-secure-image {
    width: 100%;
    height: 100%
}

.dsa-secure-plugin {
    font-size: 12px;
    line-height: 16px
}

.dsa-secure-plugin .dsa-buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
    margin-top: 10px
}

.dsa-secure-plugin .undercheck {
    background-color: #fff;
    color: #222!important;
    border-radius: 5px;
    padding: 4px;
    margin: 8px 50% 16px;
    width: 202px;
    transform: translateX(-50%)
}

.dsa-secure-plugin .check-slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(-50%)
}

.dsa-secure-plugin .dsa-switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: block
}

.dsa-secure-plugin .check-slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.dsa-secure-plugin .dsa-secure-plugin input {
    display: none
}

.dsa-secure-plugin iframe {
    width: 100%
}

.dsa-secure-plugin .dsa-switch {
    margin-left: calc(50% - 30px)
}

.dsa-secure-plugin p,
.dsa-secure-plugin p {
    text-align: center;
    font-family: arial;
    padding: 10px 0;
    display: block;
    margin: auto;
    font-weight: 700
}

.dsa-secure-plugin .check-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000
}

.dsa-secure-plugin .check-slide.hide {
    display: none
}

.dsa-secure-plugin a {
    font-size: 12px;
    text-align: center;
    font-family: arial;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cc1417;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

.dsa-secure-plugin a:hover {
    background-color: #dd171b
}

.dsa-secure-plugin:hover .check-slide,
.dsa-secure-plugin .check-slide:hover {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.dsa-secure-plugin .dsa-buttons a:hover {
    color: #fff!important
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 100%;
    max-width: 300px;
    background-color: #cc1417;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    transition: opacity .3s
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin .dsa-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin input:checked+.dsa-slider {
    background-color: #cc1417
}

.dsa-secure-plugin input:focus+.dsa-slider {
    box-shadow: 0 0 1px #cc1417
}

.dsa-secure-plugin input:checked+.dsa-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.dsa-secure-plugin .dsa-slider.round {
    border-radius: 34px
}

.dsa-secure-plugin .dsa-slider.round:before {
    border-radius: 50%
}

.dsa-cookie-notice-close:hover {
    background-color: #636363
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #fff!important;
    background-color: #7c1826
}

.dsa-cookie-notice {
    font-family: arial;
    font-size: 12px;
    display: block;
    position: fixed;
    right: 5%;
    bottom: 10px;
    z-index: 99999!important;
    background: url(../images/bg.jpg);
    width: 300px;
    text-align: center
}

.dsa-cookie-notice a {
    color: #7c1826;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    -ms-transition: ease .8s;
}

.dsa-cookie-notice.hide {
    display: none
}

.cookie-inner {
    padding: 25px
}

@media (max-width:900px) {
    .dsa-secure-plugin .check-slide,
    .dsa-secure-plugin .check-slide {
        visibility: visible;
        opacity: 1;
        visibility: visible;
        opacity: 1
    }
}



/*----------------SECURE ENDE---------------*/


/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1150px) {
    /*CSS*/
    .logo {
        left: 2%;
        top: 15px
    }
    .ap .kontaktdaten {
        padding: 40px 40px 40px 120px
    }
    #fachmakler {
        padding: 100px 0 100px 5%;
    }
    .inner {
        padding: 100px 5%
    }
    .abstand {
        margin-top: 25px;
    }
    nav {
        padding: 59px 2% 15px;
        font-size: 14px;
    }
    .data {
        right: 2%;
    }
}

@media screen and (max-width: 1024px) {
    /*CSS*/
    #fachmakler {
        padding: 100px 5%;
    }
    #fachmakler .flex {
        display: block;
    }
    #fachmakler .left,
    #fachmakler .right {
        width: 100%;
    }
    .guersel,
    .markus {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        margin-left: 80px;
        margin-top: 15px;
        display: inline-block;
    }
    .kontaktdaten {
        width: 380px
    }
    #verkaufsgruende .flex div {
        flex-basis: 50%;
    }
    #verkaufsgruende .flex div:nth-of-type(1) {
        order: 1
    }
    #verkaufsgruende .flex div:nth-of-type(2) {
        order: 2
    }
    #verkaufsgruende .flex div:nth-of-type(3) {
        order: 4
    }
    #verkaufsgruende .flex div:nth-of-type(4) {
        order: 3
    }
    #kontakt .inner .flex .col:nth-of-type(1) {
        order: 1;
    }
    #kontakt .inner .flex .col:nth-of-type(2) {
        order: 3;
    }
    #kontakt .inner .flex .col:nth-of-type(3) {
        order: 2;
    }
    #kontakt .col {
        flex-basis: 48%;
    }
    nav ul {
        display: none;
    }
    header .open-menu {
        display: block;
        position: fixed;
        top: 40px;
        right: 5%;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 10000;
        transition: all 1s;
    }
    header .open-menu img {
        width: 35px;
        height: auto;
        position: absolute;
        top: 9px;
        left: 7px;
        margin: 0;
    }
    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 20000;
        top: 0;
        right: 0;
        background: rgba(125, 24, 38, 0.95);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
        text-transform: uppercase;
    }
    .sidenav a {
        padding: 17px 0 8px 0;
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        display: block;
        transition: 0.3s;
        text-align: center;
    }
    .sidenav a:nth-child(2) {
        margin-top: 70px;
    }
    .sidenav a:hover,
    .offcanvas a:focus {
        font-weight: bold
    }
    .sidenav .closebtn {
        position: absolute;
        top: 24px;
        right: 5%;
        font-size: 36px;
        margin-left: 50px;
    }
    nav {
        padding: 80px 2% 15px;
    }
    .data {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    /*CSS*/
    #wertermittlung .col,
    #verkaufen .col {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    #wertermittlung .col:nth-of-type(1) {
        order: 2;
    }
    #wertermittlung .col:nth-of-type(2) {
        order: 1;
    }
    .abstand {
        margin-top: 0;
    }
    #wertermittlung .bildmarke {
        width: 60px;
        right: -30px;
    }
    #verkaufen .bildmarke {
        width: 60px;
        left: -30px;
    }
    .eyecatcher .slogan {
        font-size: 15px;
        padding: 120px 45px 50px 130px;
        line-height: 20px;
    }
    .slider .slogan {
        font-size: 15px;
        padding: 150px 80px 25px 40px;
        line-height: 20px;
    }
    .slider .slogan span,
    .eyecatcher .slogan span {
        font-size: 25px;
        line-height: 25px;
    }
    .slider .immo,
    .slider .immo2,
    .slider .immo-ruhrgebiet {
        height: 600px;
    }
    #verkaufen {
        background-position: bottom -100px right -180px;
        background-size: 500px
    }
    #sec .col,
    #one .col {
        flex-basis: 100%;
    }
    #sec .col:first-child,
    #one .col:first-child {
        margin-bottom: 15px;
    }
    .style-popup {
        width: 95%;
        padding: 25px;
    }
    #vorteile .flex div {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 580px) {
    /*CSS*/
    #kontakt .col {
        flex-basis: 100%;
    }
    #wertermittlung .bildmarke {
        width: 30px;
        right: -15px;
    }
    #verkaufen .bildmarke {
        width: 30px;
        left: -15px;
    }
    #kontakt .col:nth-of-type(3) img {
        width: 90%;
    }
}

@media screen and (max-width: 490px) {
    /*CSS*/
    .eyecatcher .slogan {
        padding: 105px 25px 25px 60px
    }
    #verkaufsgruende .flex div {
        flex-basis: 100%;
    }
    #verkaufsgruende .flex div:nth-of-type(1) {
        order: 1
    }
    #verkaufsgruende .flex div:nth-of-type(2) {
        order: 2
    }
    #verkaufsgruende .flex div:nth-of-type(3) {
        order: 3
    }
    #verkaufsgruende .flex div:nth-of-type(4) {
        order: 4
    }
    .ap img {
        left: calc(50% - 83px);
        top: -83px;
    }
    .guersel,
    .markus {
        margin: 120px auto 0;
        display: block;
    }
    .ap .kontaktdaten {
        padding: 100px 40px 40px 40px;
        text-align: center;
        width: 100%;
    }
    .image {
        height: 250px;
    }
    .dsa-secure-plugin,
    .dsa-secure-plugin iframe {
        height: 200px!important;
    }
    .slider .slogan {
        padding: 80px 40px 25px 20px;
        hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
    }
    .eyecatcher .slogan {
        padding: 105px 25px 25px 45px
    }
    .slider .slogan span,
    .eyecatcher .slogan span {
        font-size: 20px;
        line-height: 20px;
    }
    .slick-dots {
        bottom: 40%;
    }
    .logo a img {
        width: 150px;
    }
    .logo {
        top: 30px;
    }
    .data {
        padding: 2px 5px;
        width: 100%;
        text-align: right;
    }
}