/* search bar START */

a {
    cursor: pointer;
}

.search-bar {
    background: rgba(255, 255, 255, 1) !important;
    color: rgba(0, 0, 0, 0.8) !important;
    max-width: 1290px !important;
    width: 100% !important;
    padding: 21px 15px !important;
}

div.search-bar-wrapp input {
    color: rgba(0, 0, 0, 0.8) !important;
}

/* search bar END */

/* contact page START */

.contact-row-one {
    margin-bottom: 15px;
}

hr {
    color: #eee;
    border-color: #eee;
    background-color: #eee;
    border: none;
    height: 1px;
}

#main-img-contact img {
    width: 100%;
}

.left-part {
    float: left;
    width: 45%;
}


.right-part {
    float: left;
    width: 55%;
    padding: 5px 20px;
    color: #333;
}

.right-part a {
    cursor: pointer;
}


.contact-row-two {
    padding: 10px 20px;
}

.input-group {
    float: left;
    width: calc(100% / 3);
    margin: 10px 0;
}

.input-group label {
    display: block;
    margin: 5px 0;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.input-group input {
    width: 95%;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}

.select-group {
    float: left;
    padding: 20px 0;
    width: 100%;
}

.select-group label {
    float: left;
    margin: 5px 0;
    padding: 5px 10px 5px 0;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.select-group select {
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.message-text-group {
    float: left;
    padding: 20px 0 0;
    width: 100%;
}

.message-text-group label {
    display: block;
    margin: 5px 0;
    padding: 5px 10px 5px 0;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.message-text-group textarea {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 300px;
}

.required-check-group {
    float: left;
    padding: 0px 0 20px;
    width: 100%;
}

.required-check-group label {
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}

.btn-success {
    color: #fff;
    background-color: #449d44;
    border: 1px solid #398439;
    padding: 5px 10px;
    border-radius: 5px;
}

@media screen and (max-width: 899px) {
    .left-part, .right-part {
        display: block;
        width: 100%;
    }

    #main-img-contact img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 10px auto 20px;
    }

    .right-part {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
        float: none;
        padding: 0 10px;
    }

    .input-group {
        float: left;
        width: calc(100% / 2);
        margin: 10px 0;
    }
}

@media screen and (max-width: 499px) {
    .input-group {
        float: left;
        width: 100%;
        margin: 10px 0;
    }

    .input-group input {
        width: 100%;
    }
}

/* header fixes */

@media screen and (max-width: 768px) {
    .region-logo {
        width: 100%;
        max-width: 480px;
    }

    .main-region {
        position: absolute;
        top: 5px;
        right: 10px;
        display: none;
    }

    .upper-header ul {
        display: block;
        margin: 20px auto 10px;
    }

    .upper-header ul li {
        float: left;
    }
}

/* header fixes */

/* contact page END */

/* search results START */

.master-container_ {
    max-width: 1290px;
    background: url(../images/bodensee-region-shema.jpg);
    background-size: 1055px;
    background-position: top left;
    background-repeat: no-repeat;
}

.inner-container_ {

}

.banner-container {
    width: 80%;
    margin: auto;
}

.container_ {
    text-align: center;
    padding-left: 235px;
    max-width: 1180px;
}

.container_ h1 {
    max-width: 940px;
    color: #fff;
    margin: 10px 0;
}

.left-part-container_ {
    width: 235px;
    float: left;
    margin-top: 100px;
    padding: 0 25px;
}

.left-part-container_ img {
    width: 185px;
    margin: 5px 0;
}

.profile-container_ {
    width: 170px;
    display: inline-table;
    padding: 5px;
}

.image-container_ {
    position: relative;
    width: 170px;
    height: 170px;
    /* border-radius: 5px; */
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
}

.name-container_ {
    text-align: center;
    font-weight: bold;
}

.house-container_ {
    text-align: center;
    font-weight: bold;
}

.description-container_ {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px;
    text-align: center;
    background: rgba(208, 76, 89, 0.8);
    color: #fff;
    /* border-radius: 0 0 5px 5px; */
}

div.profile-container_ div.description-container_ {
    display: none;
    margin-top: 25px;
}

div.profile-container_:hover div.description-container_ {
    display: block;
}

div.profile-container_:hover {
    cursor: pointer;
}

.left-part-container2_ {
    display: none;
    padding: 20px;
    margin: 0 auto;
}

.left-part-container2_ img {
    width: 185px;
}

@media screen and (max-width: 768px) {
    .container_ {
        padding-left: 0;
    }

    .left-part-container_ {
        display: none;
    }

    .left-part-container2_ {
        display: block;
        text-align: center;
    }
}


/* search results END */

/* modell page  START*/

.modell-info {
    padding: 10px;
}

.service-headeline {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0 !important;
}

/* modell page  END*/

/* model list css START */

.region-modells {
    background: #eee !important;
}

/* model list css END*/

/* report error START */

.report {
    position: fixed;
    top: 10%;
    right: 0px;
    z-index: 999;
    margin-right: -325px;
    transition: margin 700ms;
}

.report.report-unmargined {
    margin-right: 0px;
}

.report .regions img {
    float: left;
    width: 40px;
}

.report-box {
    width: 325px;
    background: #fff;
    display: block;
    padding: 10px;
    color: #000;
    border: 2px solid #ff2c5a;
}

.report-box label, .report-box input, .report-box textarea, .report-box button {
    width: 100%;
    display: block;
    padding: 5px;
}

.report-box button {
    max-width: 150px;
    border-radius: 5px;
    margin: 5px auto;
    color: #fff;
    background: #ff2c5a;
    border: 1px solid #eee;
    font-weight: bold;
    font-size: 16px;
}

.report-box-wrap {
    transform: rotate(270deg);
    background: #ff2c5a url(../images/arrows_up.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 10px center;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 10px 30px;
    border-radius: 10px 10px 0 0;
    width: 160px;
    position: absolute;
    right: 263px;
    top: 60px;
}

.report-box-wrap.arrow-down {
    background: #ff2c5a url(../images/arrows_down.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 10px center;
}

.close-report {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: bold;
    color: #ff2c5a;
    font-size: 20px;
    cursor: pointer;
}

/* report error END */


/* lis mobile view fix */

@media screen and (max-width: 439px) {
    .footer-info-list {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}

/* lis mobile view fix */

/* modelle fixes START */

.modelle-details {
    padding: 10px 20px !important;
}

.modelle-details .service-item {
    width: 50% !important;
}

@media screen and (max-width: 440px) {
    .modelle-details .service-item {
        width: 100% !important;
    }
}

.modelle-details .service-item p {
    margin: 5px 15px 5px 5px;
    position: relative;
    font-size: 19px;
    padding-left: 5px;
}

.modelle-details .service-item p:before {
    content: "•";
    position: absolute;
    top: 0;
    left: -15px;
}

.modelle-services_2 .service-item p {
    position: relative;
    margin: 0 0px 5px 22px;
    font-size: 19px;
}

.modelle-services_2 div.service-item p:before {
    content: "•";
    position: absolute;
    top: 0;
    left: -15px;
}

/* modelle fixes END */

/* no models in category START */

.no_results_in_premium {
    position: absolute;
    top: 0;
    width: 78%;
    max-width: 700px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.no_results_in_premium h1 {
    font-size: 27px;
}

.no_results_in_premium h1, .no_results_in_premium h2 {
    margin: 5px 0;
}

.no_results_in_premium img {
    width: 130px;
    margin: 0 10px;
}

.container_2 {
    text-align: left;
    color: #fff;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    position: relative;
}

.search-girl {
    float: right;
    position: relative;
    top: -10px;
    width: 392px;
    right: -75px;
}

.no-result-h1 {
    text-align: left;
    font-size: 25px;
    color: #fff;
    margin: 15px 0 15px;
}

.no-result-h2 {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 22px;
}

.no-result-ul {
    padding: 20px 0 20px 50px;
    font-size: 22px;
    font-weight: bold;
}

.no-result-ul li {
    list-style: disc;
    margin: 10px 0;
}

@media screen and (max-width: 1255px) {
    .search-girl {
        right: 0;
    }
}

@media screen and (max-width: 1060px) {
    .search-girl {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .container_2 {
        text-align: center;
    }

    .container_2 h1 {
        text-align: center;
    }
}

/* no result search START */


.no_results_in_premium {
    max-width: 1000px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    float: right;
    height: 580px;
    text-align: center;
    box-shadow: 1px 1px 3px #eee;
}

.no_results_in_premium h1 {
    font-size: 27px;
    text-align: center;
}

.no_results_in_premium h1, .no_results_in_premium h2 {
    margin: 5px 0;
}

.no_results_in_premium img {
    width: 130px;
    margin: 0 10px;
}


@media screen and (max-width: 768px) {
    .no_results_in_premium {
        position: initial;
        display: block;
        width: 100%;
        color: #000;
        text-shadow: 1px 1px 1px #eee;
        padding-top: 50px;
    }
}

.advert-space {
    z-index: 9;
}

/* no models in category START */

/* karte scroll START */

#gotomaps img {
    width: 20px;
    float: left;
    margin: 14px 5px 0 10px;
}

/* karte scroll END */

/* hide thumbs */

.carousel-nav {
    /* display: none!important; */
    position: relative;
    bottom: -75px;
}

/* hide thumbs */


/* schwarzwald styles START*/

.header .navigation {
    /*margin-top: 60px;*/
}

div.header div.navigation div.left-nav ul.nav-list li.active::after {
    background: #228B22;
}

div.header div.navigation div.left-nav ul.nav-list li.active {
    color: #228B22;
}

div.header div.navigation div.left-nav ul.nav-list li a:hover {
    color: #228B22;
}

div.header div.navigation div.left-nav ul.nav-list li a:hover::after {
    background: #228B22;
}

div.header div.navigation div.left-nav ul.nav-list li .active {
    border-right: 1px solid #228B22;
    border-top: 3px solid #228B22;
}

div.header div.navigation div.left-nav ul.nav-list li .sub-nav {

    border-top: 2px solid #228B22;
}

div.header div.navigation div.left-nav ul.nav-list li .sub-nav li a:hover {
    color: #228B22;
}

div.header div.navigation div.left-nav ul.nav-list li.active {
    color: #228B22;
}

div.header div.navigation div.left-nav ul.nav-list li.active::after {
    background: #228B22;
}

div.header div.navigation div.right-nav div.search i.search-icon:hover::before {
    color: #228B22;
}

div.premium-box div.premium-box-modells div.premium-modells div.modell a.premium-link div.model-info div.info {
    background: rgba(34, 139, 34, 0.8);
}

div.vip-box div.vip-modells .big-fav a.vip-modell div.vip-hover {
    background: rgba(34, 139, 34, 0.4);
}

div.vip-box div.vip-modells .small-fav a.special-model div.special-hover {
    background: rgba(34, 139, 34, 0.4);
}

div.newest-modells-box div.newest-modells div.newest-modells-container div.modell-wrap a .n-model-info {
    background: rgba(34, 139, 34, 0.8);
}

div.house-modells div.house-modells-gallery div.modell div.house-modell-info {
    background: rgba(34, 139, 34, 0.57);
}

.report-box {
    border: 2px solid #228B22;
}

.report-box-wrap {
    background: #228B22 url(../images/arrows_up.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 10px center;
}

.report-box-wrap.arrow-down {
    background: #228B22 url(../images/arrows_down.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 10px center;
}

.report-box button {
    background: #228B22;
}

.close-report {
    color: #228B22;
}

.description-container_ {
    background: rgba(34, 139, 34, 0.8);
}

/* schwarzwald styles END*/


/* new slider by myself */

#slider_responsive_myself {
    display: inline-block;
    width: 430px;
    height: 515px;
    box-sizing: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/* fix box-a desno */
.modelle-header .modell-info {
    min-height: 515px;
}

/* fix box-a desno */

#slider_responsive_myself .upper_part_slider .modell_images_slider img {
    width: 430px;
    height: 430px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0 0;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

#slider_responsive_myself .lower_part_slider {
    text-align: center;
}

#slider_responsive_myself .lower_part_slider img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    object-position: top;
    opacity: 0;
    cursor: pointer;
}

#slider_responsive_myself .lower_part_slider img:hover {
    opacity: 1;
}

/* fix of the right box */
div.modelle-header div.modell-info {
    max-width: 820px;
    background: url(../images/info_background.jpg);
    border: 1px solid #ccc;
    background-size: cover;
    margin-left: 20px;
}

/* fix of the right box */

.navigation_left {
    position: absolute;
    left: 0px;
    top: 35%;
    width: 50px;
    height: 50px;
    /* background: #eee; */
    /* border-radius: 50%; */
    padding-left: 5px;
    background: url(../images/arrows_left.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    /* border: 1px solid #797979; */
    filter: drop-shadow(0px 0px 2px #000);
    cursor: pointer;
    opacity: 0.7;
}

.navigation_right {
    position: absolute;
    right: 0px;
    top: 35%;
    width: 50px;
    height: 50px;
    /* background: #eee; */
    /* border-radius: 50%; */
    padding-left: 5px;
    background: url(../images/arrows_right.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    /* border: 1px solid #797979; */
    filter: drop-shadow(0px 0px 2px #000);
    cursor: pointer;
    opacity: 0.7;
}

.navigation_right:hover, .navigation_left:hover {
    opacity: 1;
}

.showed_image {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.active_thumb {
    opacity: 1 !important;
}

/* slider responsive */

.modelle-header {
    padding: 0 10px;
}

@media screen and (max-width: 1023px) {
    div.modelle-header div.modell-info {
        margin: 20px auto;
        width: 90%;
    }
}

@media screen and (max-width: 519px) {
    #slider_responsive_myself {
        width: 90%;
        max-width: 430px;
        height: auto;
    }

    #slider_responsive_myself .upper_part_slider .modell_images_slider img {
        width: 100%;
        height: 100%;
    }

    #slider_responsive_myself .lower_part_slider img {
        width: calc((100% - 20px) / 5);
    }
}

/* slider responsive */

/* new slider by myself */


/* contact us button fix */

div.premium-box .advert-space {
    margin-right: 10px;
    margin-top: 7px;
}

@media screen and (max-width: 768px) {
    div.premium-box .advert-space {
        margin-right: 30px;
        border: 1px solid #ccc;
        top: 0px;
    }

    .premium-box {
        /*padding-top:60px;*/
    }
}

/* contact us button fix */


/* model images fix */

* img {
    object-fit: cover;
}

/* model images fix */

body {
    background: url(../images/body_bg_schwartzwald.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: contain !important;
}

div.premium-box div.premium-box-modells div.premium-modells {
    padding: 0px 0 20px !important;
}

@media screen and (max-width: 1023px) {
    .contact-form {
        Display: none !important;
    }
}

.model_left_upper {
    max-width: 500px;
    width: 40%;
    float: left;
    position: relative;
}

.model_right_upper {
    max-width: 840px;
    width: calc(60% - 80px);
    float: left;
    padding: 0 40px;
}

.model_slider {
    width: 100%;
    position: relative;
}

.model_slider img {
    width: 100%;
    max-width: 500px;
    display: none;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #888;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.model_slider img.slider_active_img {
    display: block;
    margin: 0 auto;
}

.left_arrow_slider img, .right_arrow_slider img {
    display: block;
    border-radius: none;
    box-shadow: none;
    filter: drop-shadow(1px 1px 1px #888);
    cursor: pointer;
}

.left_arrow_slider img {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    transform: translateY(-50%);
}

.right_arrow_slider img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    transform: translateY(-50%);
}

.model_right_upper p {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0 0px;
    line-height: 40px;
}

.model_right_upper p span {
    font-weight: normal;
}

.model_right_upper h2 {
    font-size: 40px;
    color: #fff;
    background: #000;
    padding: 10px;
    float: left;
    margin: 10px 0 30px;
}

@media screen and (max-width: 767px) {
    .model_right_upper {
        width: 100%;
        float: none;
        max-width: 500px;
        display: block;
        margin: 0 auto;
        padding: 0 10px;
    }

    .model_left_upper {
        width: 100%;
        text-align: center;
        float: none;
        display: block;
        margin: 0 auto;
    }
}

.model_lower {
    padding: 10px;
}

.model_lower_two p {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.model_lower_two .span_separator {
    padding: 0 5px;
}

.bold {
    font-weight: bold;
    padding-left: 0 !important;
}

.blur_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: blur(10px);
}

.columns_2 {
    padding-top: 10px;
    min-height: 305px;
    margin-bottom: 10px;
}

.model_lower_one p {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

.clear_now {
    display: none;
}

@media screen and (max-width: 767px) {
    .columns_2 {
        column-count: 1;
    }

    .model_lower_one, .model_lower_two {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }

    .clear_now {
        display: block;
        clear: both;
    }
}

.model_slider_thumbs {
    margin-top: 20px;
    position: relative;
    text-align: center;
    background: #fff;
}

.model_slider_thumbs img {
    width: 19%;
    margin: 0 0.5%;
    float: left;
    object-fit: cover;
    object-position: top center;
    cursor: pointer;
}

.model_slider_thumbs img.thumb_active_img {
    opacity: 1 !important;
}

body span {
    margin: auto !important;
}

@media screen and (max-width: 727px) {
    .partner-banner {
        display: none !important;
    }
}


/* 22.02.2020. sexeo.de layout fix START */

.new-layout-container {
    position: relative;
    padding-left: 30px;
}

.new-layout-container > .region-banner-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.new-layout-container > .anzeige-aufgeben-button {
    position: absolute;
    right: 10px;
    top: 0px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    padding: 15px 10px;
}

.new-layout-container > .left-side-banners-all {
    float: left;
    width: 220px;
    margin-left: 0px;
    margin-right: 30px;
}

.new-layout-container > .left-side-banners-all img {
    max-width: 220px;
    margin: 3px 0;
}

.new-layout-container > .premium-modells-new-box > h2 {
    color: #fff;
    font-size: 45px;
    margin: 0 0 10px;
}

.new-layout-container > .premium-modells-new-box {
    float: right;
    width: calc(100% - 250px);
}

.new-layout-container > .premium-modells-new-box > .modell {
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.new-layout-container > .premium-modells-new-box > .modell > a.premium-link {
    position: relative;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    background: rgba(255, 255, 255, 1);
}

.new-layout-container > .premium-modells-new-box > .modell > a.premium-link > img {
    width: 100%;
    height: 100%;
    margin-bottom: 55px;
}

.new-layout-container > .premium-modells-new-box > .modell > a.premium-link > .model-info {
    position: absolute;
    bottom: 10px;
    z-index: 9999;
    width: 100%;
}

.new-layout-container > .premium-modells-new-box > .modell > a.premium-link > .model-info > h2 {
    color: #000;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-layout-container > .premium-modells-new-box > .modell > a.premium-link > .model-info > .info {
    position: absolute;
    bottom: 45px;
    background: rgba(208, 76, 89, 0.8);
    width: 100%;
    color: #fff;
    padding: 2px 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.new-layout-container > .premium-modells-new-box > .modell > a.premium-link:hover > .model-info > .info {
    opacity: 1;
}

.new-layout-container > .new-vip-slider-boxes {
    float: left;
    width: calc(100% - 482px);
}

.new-vip-slider-boxes > .vip-modells > .big-fav {
    max-width: 527px;
}

.new-vip-slider-boxes > .vip-modells > .big-fav > .separator {
    position: relative;
    text-align: center;
    margin: 30px auto 20px;
    max-width: 1140px;
    width: 100%;
    margin: 0px;
    margin-bottom: 5px;
}

.new-vip-slider-boxes > .vip-modells > .big-fav > .separator::before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    position: absolute;
    background: #282828;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.new-vip-slider-boxes > .vip-modells > .big-fav > .separator > .title {
    padding: 0 30px;
    background: #fff;
    /* text-transform: uppercase; */
    font-size: 32px;
    line-height: 32px;
    font-weight: 100;
    position: relative;
    z-index: 2;
    max-width: 190px;
}

div.vip-box div.vip-modells .big-fav div.main-carousel {
    width: 100%;
    max-width: 527px;
    height: 100%;
    max-height: 527px;
    overflow: hidden;
    border-radius: 10px;
}

.new-vip-slider-boxes > .vip-modells > .big-fav div.main-carousel .carousel-cell {
    width: 100%;
    height: auto;
    margin-right: 10px;
}

.new-vip-slider-boxes > .vip-modells > .big-fav a.vip-modell div.vip-hover {
    background: rgba(255, 44, 90, 0.4);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.new-vip-slider-boxes > .vip-modells > .big-fav > a.vip-modell:hover div.vip-hover {
    opacity: 1;
}

div.vip-box div.vip-modells {
    width: 100%;
    float: left;
    /* flex: 0; */
    margin: 20px 0px;
}

.right-column-lists {
    width: 202px;
    float: right;
    /* margin-bottom:300px; */
    margin-right: 10px;
}

.right-column-lists > .model-names-box {
    margin: 20px 0;
}

.new-neueste-anzeigen-title {
    float: left;
}

.new-neueste-anzeigen-title div.separator {
    position: relative;
    float: left;
    text-align: center;
    margin: 0px auto 20px;
    max-width: 1140px;
    width: 100%;
}

.new-layout-container > .modell-wrap {
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.new-layout-container > .modell-wrap a .n-model-info {
    position: absolute;
    bottom: 42px;
    background: rgba(208, 76, 89, 0.8);
    color: #fff;
    font-size: 14px;
    width: 170px;
    text-align: center;
    padding: 5px 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    text-align: center;
}

.new-layout-container > .modell-wrap:hover .n-model-info {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.new-layout-container > .modell-wrap > .n-model-name {
    display: block;
}

.new-layout-container > .modell-wrap > .n-model-name p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.new-layout-container > .new-vip-slider-boxes > .vip-box > .vip-modells > .small-fav > .small-fav-wrapp > a.special-model {
    /* height: 251px; */
    /* width: 251px; */
    /* margin-bottom: 26px; */
}

@media screen and (min-width: 1024px) and (max-width: 1289px) {
    .new-layout-container > .region-banner-background {
        width: 100%;
    }

    .new-layout-container > .region-banner-background > img {
        width: 100%;
    }
}

/* .new-layout-container>.modell-wrap{
    width: calc(100% / 6);
} */

/* .new-layout-container>.modell-wrap>a>img {
    width: 165px;
    height: 165px;
} */

@media screen and (max-width: 1023px) {
    div.left-side-banners-all {
        display: none;
    }

    div.mobile-small-banners {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        max-width: initial;
    }

    div.mobile-small-banners div.banner-box {
        max-width: 160px;
        width: 100%;
    }

    .region-banner-background, .region-banner-background img {
        width: 100%;
    }

    .new-layout-container > .premium-modells-new-box {
        float: right;
        width: 100%;
    }

    .new-layout-container > .new-vip-slider-boxes {
        float: left;
        width: 100%;
    }

    .anzeige-aufgeben-button {
        display: none;
    }

    .new-layout-container > .anzeige-aufgeben-button {
        font-size: 22px;
    }

    .new-layout-container {
        padding-left: 5px;
    }

    .new-layout-container > .modell-wrap {
        width: 20%;
    }

    div.big-banner-box img.big-banner-img {
        width: 100%;
    }

    div.separator .title {
        padding: 0 5px;
    }
}

@media screen and (max-width: 880px) {
    .new-layout-container > .premium-modells-new-box > .modell, .new-layout-container > .modell-wrap {
        width: 24%;
    }

    div.all-modells-box .all-modells div.model-info span.model-location {
        font-size: 20px;
    }

    div.all-modells-box .all-modells div.model-info span {
        font-size: 18px;
    }

    div.all-modells-box .all-modells div.model-info span.model-name, div.all-modells-box .all-modells div.model-info span.model-location {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .new-layout-container > .premium-modells-new-box > .modell, .new-layout-container > .modell-wrap {
        width: calc(100% / 3 - 1%);
    }

    div.all-modells-box .all-modells {
        width: calc(100% / 3 - 1%);
        max-width: calc(100% / 3 - 1%);
    }
}

@media screen and (max-width: 400px) {
    .new-layout-container > .premium-modells-new-box > .modell, .new-layout-container > .modell-wrap {
        width: 49%;
    }

    div.all-modells-box .all-modells {
        width: 49%;
        max-width: 49%;
    }
}

@media screen and (max-width: 360px) {
    .new-layout-container > .premium-modells-new-box > .modell, .new-layout-container > .modell-wrap {
        width: 49%;
    }

    div.all-modells-box .all-modells {
        width: 49%;
        max-width: 49%;
    }

    div.all-modells-box div.all-modells {
        width: 49%;
        max-width: 49%;
    }
}


div.header div.navigation div.left-nav ul.nav-list li .sub-nav {
    z-index: 9999999;
}

div.header div.upper-header, div.big-banner-box {
    margin-top: 15px;
}

.new-neuste-profiles-holder {
    float: left;
}

.new-neuste-profiles-holder > .caseOneModel {
    position: relative;
    float: left;
    margin: 5px;
    width: calc(100% / 6 - 10px);
}

.new-neuste-profiles-holder > .caseTwoModel {
    position: relative;
    float: left;
    margin: 5px;
    width: calc(100% / 4 - 10px);
}

.new-neuste-profiles-holder > .caseThreeModel {
    position: relative;
    float: left;
    margin: 5px;
    width: calc(100% / 5 - 10px);
}

.new-neuste-profiles-holder > .caseFourModel {
    position: relative;
    float: left;
    margin: 5px;
    width: calc(100% / 5 - 10px);
}

.caseFullWidth {
    position: relative;
    float: left;
    margin: 5px;
    width: calc(100% / 8 - 10px);
}

.new-neuste-profiles-holder > .modell-wrap > a > img {
    width: 100%;
}

.new-neuste-profiles-holder > .modell-wrap a .n-model-info {
    position: absolute;
    bottom: 42px;
    background: rgba(208, 76, 89, 0.8);
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    text-align: center;
}

.new-neuste-profiles-holder > .modell-wrap:hover .n-model-info {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.new-neuste-profiles-holder > .modell-wrap > .n-model-name {
    display: block;
}

.new-neuste-profiles-holder > .modell-wrap > .n-model-name p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .new-neuste-profiles-holder > .modell-wrap {
        position: relative;
        float: left;
        margin: 5px;
        width: calc(100% / 5 - 10px);
    }

    .new-neueste-anzeigen-title {
        width: 96%;
        margin: 0 2%;
    }
}

@media screen and (max-width: 880px) {
    .new-neuste-profiles-holder > .modell-wrap {
        position: relative;
        float: left;
        margin: 5px;
        width: calc(100% / 4 - 10px);
    }

    .new-neueste-anzeigen-title {
        width: 96%;
        margin: 0 2%;
    }
}

@media screen and (max-width: 767px) {
    .new-neuste-profiles-holder > .modell-wrap {
        position: relative;
        float: left;
        margin: 5px;
        width: calc(100% / 3 - 10px);
    }

    .new-neueste-anzeigen-title {
        width: 96%;
        margin: 0 2%;
    }
}

@media screen and (max-width: 400px) {
    .new-neuste-profiles-holder > .modell-wrap {
        position: relative;
        float: left;
        margin: 3px;
        width: calc(100% / 2 - 6px);
    }

    .new-neueste-anzeigen-title {
        width: 96%;
        margin: 0 2%;
    }
}

.full-width {
    width: 100% !important;
}

.morgana1, .morgana2, .ausgewalthe1, .ausgewalthe2 {
    display: none;
}

.morgana2 {
    margin-top: 15px;
}

.ausgewalthe2 div.all-modells-box .all-modells {
    width: 24%;
    margin-right: .5%;
    margin-bottom: .5%;
    -webkit-animation-name: strip3;
    animation-name: strip3;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    position: relative;
    overflow: hidden;
}

div.big-banner-box img {
    max-width: 900px;
    width: 100%;
    display: block;
    margin: 0 auto;
}


/* 22.02.2020. sexeo.de layout fix END */

div.vip-box div.vip-modells .small-fav a.special-model div.special-model-name span.special-name, div.vip-box div.vip-modells .small-fav a.special-model div.special-model-name span.special-location {
    text-align: center;
}

@media screen and (max-width: 1023px){
    .morgana1, .ausgewalthe1{
        display: block;
    }
}

div.vip-box div.vip-modells .big-fav {
    max-width: 656px;
}


div.vip-box div.vip-modells .big-fav div.main-carousel {
    width: 100%;
    max-width: 656px;
    height: 100%;
    max-height: 656px;
    overflow: hidden;
    border-radius: 10px;
}

@media screen and (min-width: 576px){
    div.vip-box div.vip-modells .small-fav{
        max-width: 328px;
    }
}