.cols {
    display: flex;
    /*flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;*/
}

.cols .col {
    min-width: 300px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a img, iframe {
    border: none;
}

/*a, #content-main .tx-indexedsearch-redmarkup {*/
/*color: inherit;*/
/*}*/

/*NEWFONTS*/

.newfontsnotused {
    /*font-family:'ITC Franklin Gothic LT W01 Bk';*/
    /*font-family:'ITC Franklin Gothic LT W01 Md';*/
    /*font-family:'ITC Franklin Gothic LT W01BkCn';*/
    /*font-family:'ITC Franklin Gothic LT W01DmCn';*/
}

.newcolorsnotused {
    color: #3b3b3a;
    color: #007e71;
    color: #112159;
}

/*NEWFONTS*/

body {
    background: #fff;
    color: #3b3b3a;
    font-family:'Myriad', sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
}

button {
    outline: 0;
}

html {
    box-sizing: border-box;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}

html, body, input, figure, button, h1, h2, h3, h4, h5, h6, p, .slick-dots, .slick-dots li, nav ol, nav ul, nav li {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1, h3 {
    color: #f7941e;
}

#content-main .container > h3 {
    text-align: center;
}

h1 {
    margin: 15px 0;
}

h1,h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

h2 {
    margin-bottom: 15px;
}

.has-subline h2 {
    margin-bottom: 5px;
}

h3,h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

h5 {
    font-size: 32px;
    font-weight: bold;
    color: #f7941e;
    text-align: center;
    margin-bottom: 10px;
}

.color-scheme-1 h1,
.color-scheme-1 h3,
.color-scheme-1 h5 {
    color: #6ca5d9;
}

.color-scheme-2 h1,
.color-scheme-2 h3,
.color-scheme-2 h5 {
    color: #89b31c;
}

iframe {
    display: block;
    max-width: 100%;
    width: 100%;
}

input, textarea {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0 5px;
}

input[type=submit] {
    cursor: pointer;
}

nav ol, nav ul {
    list-style: none;
}

.container ol {
    padding-left: 20px;
}

p,
table li,
ul li,
.row li {
    font-size: 16px;
}

p {
    margin-bottom: 10px;
    line-height: 24px;
}

a {
    color: #3b3b3a;
}

p a.internal-link:not(.btn),
p a.mail,
p a.linkttext,
.news-text-wrap a,
label a {
    color: #F7941E;
}

p a.linkttext:hover,
.news-text-wrap a:hover,
p a.internal-link:not(.btn):hover {
	text-decoration: underline;
}

p a.internal-link i {
	font-style: normal;
}

p a.internal-link b {
	font-weight: 400;
}

table li,
.row li {
    margin-bottom: 5px;
}

.container,
.slider-wrapper {
    position: relative;
}

.slider-wrapper {
    width: 100%;
}

.container + #footer {
    margin-top: 80px;
}

#locations_frame,
#gmaps {
    background-color: #9d9d9d;
}

#gmaps {
    position: relative;
}

#gmaps .maps-places-cockpit {
    background-color: #fff;
}

#locations {
    height: 85vw;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#locations #content {
    margin-top: 5px;
    min-height: auto;
    position: relative;
}

#locations #content h4 {
    margin: 5px 0;
    font-size: 20px;
    color: #f7941e;
}

.color-scheme-1 #locations #content h4 {
    color: #6ca5d9;
}

#locations #content a {
    text-decoration: underline;
}

#locations #content {
    width: 220px;
}

#locations #content p {
    color: #3b3b3a;
    font-size: 14px;
    line-height: 18px;
}

#locations #content .watchlist-heart {
    background: transparent url(../Img/watchlist-heart-unselect.png) no-repeat scroll center center;
    bottom: 5px;
    right: 10px;
    cursor: pointer;
    position: absolute;
    height: 16px;
    width: 18px;
}

#locations #content .watchlist-heart.active {
    background: transparent url(../Img/watchlist-heart-select.png) no-repeat scroll center center;
}

#footer {
    background-color: rgb(247,148,30);
    color: #fff;
    position: relative;
}

#footer h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .col-md-1 {
    text-align: center;
}

#footer .col-md-1 a {
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
    letter-spacing: 1.5px;
    font-size: 13px;
}

#footer-content {
    margin: 0 auto;
    padding: 20px 15px 40px;
}

#footer-content .csc-textpic-image {
    margin: 10px 20px 0 0;
}

#feet-logo {
    /*background-image: url(../Img/footer-logo-small.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    height: 105px;
    bottom: 5px;
    position: relative;
}

#footer-share {
    margin-top: 60px;
    text-align: center;
}

#footer .col-md-6 .row {
    margin-top: 30px;
}

#footer .col-md-4 a {
    display: block;
    margin: 0 auto;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

#footer .col-md-4 a:hover {
    opacity: 0.5;
}

#spons-logo1 {
    background: transparent url(../Img/gig.png) no-repeat scroll center center;
    width: 68px;
    height: 68px;
}
#spons-logo2 {
    background: transparent url(../Img/suedkurve.png) no-repeat scroll center center;
    width: 65px;
    height: 56px;
}
#spons-logo3 {
    background: transparent url(../Img/mietze-neu.png) no-repeat scroll center center;
    background-size: 100%;
    width: 80px;
    height: 29px;
    position: relative;
    top: 3px;
}
#spons-logo4 {
    background: transparent url(../Img/gewohnt-anders.png) no-repeat scroll center center;
    width: 136px;
    height: 16px;
    margin: 0 auto;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-links li a {
    display: block;
    color: #fff;
    margin: 0 auto;
}

.footer-links li:last-child a {
    float: left;
}

.footer-links li:last-child a:hover {
    color: #fff;
    text-decoration: underline;
}

.social-icons {
    background-size: 100% auto;
    height: 40px;
    width: 40px;
}

#social-footer1 {
    background-image: url(../Img/sm-logo1.png);
}

#social-footer2 {
    background-image: url(../Img/sm-logo2.png);
}

/* COOKIE START */

.cookie-notification {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate(0, 0);
    background-color: #363945;
    z-index: 999;
    display: none;
}

.cookie-notification .spanbox {
    min-height: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.cookie-notification p {
    margin: 0;
    line-height: 1.5em;
    color: #fff;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    padding-right: 60px;
}

.cookie-notification p a {
    display: inline;
    text-decoration: underline;
    color: #f7941e;
}

.cookie-notification p a:hover {
    text-decoration: none;
    color: #fff;
}

.cookie-notification a.notification-close {
    position: absolute;
    right: 0;
    text-decoration: none;
    background: #f7941e;
    color: #fff;
    display: inline-block;
    padding: 0 8px;
}

.cookie-notification a.notification-close:hover {
    background: #fff;
    color: #363945;
}

.cookie-notification .container {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

/* COOKIE END */

#header {
    margin: 0 auto;
    z-index: 110;
    height: 70px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    border-bottom: 10px solid #F7941E;
    box-shadow: 0 3px 6px rgba(40, 40, 40, 0.2);
}

#header.color-scheme-1 {
    border-color: #6ca5d9;
}

#header.color-scheme-2 {
    border-color: #89b31c;
}

#header .container > .nav-meta {
    color: #58585a;
    display: none;
    float: right;
    font-size: 16px;
    margin-top: 18px;
    min-width: 400px;
}

#header .container >  .nav-meta li {
    display: inline;
    margin-left: 25px;
}

#logo {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    float: left;
}

#logo::after {
    display: table;
    clear: both;
}

#logo-image {
    position: absolute;
    background-image: url(../Img/Logo-mobil.png);
    height: 36px;
    width: 27px;
    background-size: 100%;
    top: 12px;
}

nav a {
    /*font-family: 'ITC Franklin Gothic LT W01BkCn';*/
}

#nav-main {
    text-transform: uppercase;
    font-weight: bold;
    z-index: 10;
    left: 0;
    padding: 10px 20px 5px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    visibility: hidden;
    border-top: 70px solid #F7941E;
    background-color: #363944;
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#nav-main.allow-animation {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#nav-main .level1 > li {
    padding: 18px 0;
    position: relative;
    border-bottom: 1px solid #F7941E;
}

#nav-main .level1 > li {
    padding: 18px 0;
}

#nav-main .level1 > li > a {
    margin-left: 10px;
    color: #F7941E;
}

#nav-main .level1 > li:last-child {
    border-bottom: none;
}

#nav-main .level1 > li:nth-child(3) > a {
    color: #6ca5d9;
}

#nav-main .level1 > li:nth-child(4) > a {
    color: #89b31c;
}

#nav-main .level1 > li:last-child a {
    font-size: 14px;
    color: #7c7f86;
}

#nav-main .level1 > li.active:before,
#nav-main .level1 > li.current:before,
#nav-main .level1 > li.open:before {
    /*content: "–";*/
}

#nav-main .level2 {
    display: none;
    padding: 10px 0;
}

#nav-main .level2 li {
    padding: 5px 0;
}

#nav-main .level2 li a {
    padding-left: 10px;
    color: #7c7f86;
    text-transform: none;
    font-weight: 400;
}

#nav-main .level2 li:hover {
    background-color: #F7941E;
}

#nav-main .level2 li:hover a {
    color: #fff;
}

#nav-main .nav-meta {
    /*border-top: 1px solid #fff;*/
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
}

#nav-main a {
    color: #fff;
    letter-spacing: 1.5px;
}

#nav-main li.active > a,
#nav-main li.current > a,
#nav-main li > a.active {
    color: #fff;
    text-decoration: none;
}

.nav-meta li.active > a {
    color: #F7941E;
}

#nav-main li:hover > a {
    color: #F7941E;
}

.nav-contact {
    background-color: #F7941E;
    padding: 20px 0;
    margin-right: -20px;
    margin-bottom: -5px;
    margin-left: -20px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
}

.nav-contact .head {
    color: rgb(54,57,69);
    font-size: 18px;
    margin-bottom: 10px;
}

.nav-contact a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.nav-contact a.phone-phone {
    font-size: 34px;
    margin-bottom: 10px;
}

.nav-contact-trigger,
.nav-contact-box {
    display: none;
}

.menu-button {
    background-color: transparent;
    border: none;
    height: 40px;
    width: 35px;
    right: 20px;
    line-height: 40px;
    margin: 5px;
    position: absolute;
    top: 5px;
    text-decoration: none;
    color: transparent;
    z-index: 1000;
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    -o-transition: right 0.4s ease 0s;
    -ms-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
}

.menu-button.menu-opened {
    right: 12px;
}

.menu-button span,
.menu-button span:before,
.menu-button span:after {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.menu-button span {
    -moz-user-select: none;
    background-color: #F7941E;
    display: block;
    font-size: 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: 45%;
    width: 100%;
}

.menu-button span::before, .menu-button span::after {
    background: none repeat scroll 0 0 #F7941E;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.menu-button span::before {
    -moz-transform: translate3d(0, -400%, 0);
    -webkit-transform: translate3d(0, -400%, 0);
    -o-transform: translate3d(0, -400%, 0);
    -ms-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
}

.menu-button span::after {
    -moz-transform: translate3d(0, 400%, 0);
    -webkit-transform: translate3d(0, 400%, 0);
    -o-transform: translate3d(0, 400%, 0);
    -ms-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.menu-opened.menu-button span {
    background-color: transparent;
}

.menu-opened.menu-button span:before,
.menu-opened.menu-button span:after {
    background-color: #fff;
    width: 60%;
    /*height: 80%;*/
}

.menu-opened.menu-button span:before {
    -moz-transform: translate3d(0, -4px, 0) rotate(45deg);
    -webkit-transform: translate3d(0, -4px, 0) rotate(45deg);
    -o-transform: translate3d(0, -4px, 0) rotate(45deg);
    -ms-transform: translate3d(0, -4px, 0) rotate(45deg);
    transform: translate3d(0, -4px, 0) rotate(45deg);
}

.menu-opened.menu-button span:after {
    -moz-transform: translate3d(0, 10px, 0) rotate(-45deg);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    -o-transform: translate3d(0, 10px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

#quicksearch {
    clear: right;
    display: none;
    float: right;
    margin-top: 114px;
}

#quicksearch-submit {
    background: #19A1F0;
    border: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 5px 0;
    vertical-align: top;
    width: 50px;
}

#quicksearch-sword {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    vertical-align: top;
    width: 350px;
}

.btn {
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #363945;

    /*width: 100%;*/
    /*overflow: hidden;*/
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.btn.btn-crystal {
    background-color: transparent;
    border: 1px solid #363945;
    color: #363945;
    font-weight: bold;
}

.btn.btn-orange {
    background-color: #F7941E;
    color: #fff;
    font-weight: bold;
}

.btn.download {
    position: relative;
    margin: 75px auto 0;
    display: inline-block;
}

.btn.download::before {
    content: "";
    position: absolute;
    display: block;
    background: transparent url(../Img/big-download.png) no-repeat scroll center center;
    height: 26px;
    bottom: 66px;
    width: 94%;
    width: calc(100% - 27px);
}

.btn:hover {
    color: #fff;
}

.btn:hover {
    background-color: #F7941E;
}

.btn.btn-crystal:hover {
    border: 1px solid #F7941E;
}

.btn.btn-orange:hover {
    background-color: #363945;
}

.news-list-view .btn,
.news-single .btn {
    white-space: normal;
}

#cockpit {
    padding-top: 20px;
    background-color: #F7941E;
}

#cockpit .row {
    margin-bottom: 20px;
}

#cockpit .row .row {
    margin-bottom: 0;
}

#cockpit .col-sm-4 {
    text-align: center;
}

#cockpit h1 {
    color: #fff;
    font-weight: 600;
}

#cockpit .btn {
    /*margin: 40px 0;*/
}

#cockpit .btn {
    margin-bottom: 40px;
    min-width: 200px;
}

#cockpit .more-filter-switch {
    margin-bottom: 0;
}

#cockpit .more-filter-wrapper {
    display: none;
}

#cockpit .btn:hover,
.watchlist .btn:hover {
    background-color: #666666;
}

#cockpit select {
    display: block;
}

.select-style {
    padding: 0;
    margin: 20px auto;
    border: 1px solid #3b3b3a;
    width: 80%;
    overflow: hidden;
    background-color: red;
    background: transparent url(../Img/arrow-select.png) no-repeat 95% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-style select:focus {
    outline: none;
}

#cockpit .button-style {
    width: 220px;
    margin: 40px auto;
    text-align: center;
}
#cockpit .button-style .btn {
    margin: 0;
}

#cockpit .custom-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}
#cockpit .custom-flex > span {
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
}
#cockpit .custom-flex > .btn {
    margin: 0;
}

@media all and (min-width: 768px) {
    #cockpit .button-style {
        margin: 40px 0 40px auto;
        text-align: right;
    }
    #cockpit .select-style-margin {
        margin-right: 0;
    }
    #cockpit .custom-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: right;
    }
    #cockpit .custom-flex > span {
        margin: 10px 20px 10px 0;
        text-align: right;
    }
    #cockpit .custom-flex > .btn {
        margin: 0;
    }
}

#cockpit .labely {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #3b3b3a;
    margin-bottom: 5px;
    text-align: center;
}

.ui-slider-handle:focus {
    outline: 0;
}

#room-count,
#room-flor {
    margin-bottom: 10px;
}

.ui-slider-horizontal {
    display: inline-block;
    width: 55%;
}

.range-sectors {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    width: 20%;
    top: 0;
}

.ui-slider + .range-sectors {
    right: 0;
}

.ranger .range-sectors:first-child {
    left: 0;
}

.ranger {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 20px;
    text-align: center;
    max-width: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.ranger.range-loaded {
    opacity: 1;
    max-width: 500px;
}

.ranger + .labely {
    margin-top: 20px;
}

.ui-slider-horizontal {
    height: 1px;
    position: relative;
    top: -6px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #3b3b3a;
}

.ui-slider-horizontal .ui-slider-range {
    height: 6px;
    top: -3px;
}

.option-btn {
    display: inline;
}

.option-btn label {
    display: inline-block;
    padding: 8px 12px;
    margin: 15px 14px 0 0;
    background-color: #aaa5a0;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    -webkit-transition: padding 200ms ease 0s;
    -moz-transition: padding 200ms ease 0s;
    -o-transition: padding 200ms ease 0s;
    -ms-transition: padding 200ms ease 0s;
    transition: padding 200ms ease 0s;
}

.option-btn label::before {
    position: absolute;
    left: -25px;
    top: 12px;
    display: block;
    width: 25px;
    height: 25px;
    content:"";
    opacity: 0;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

.option-btn.activition label {
    background-color: #fff;
    color: #aaa5a0;
    padding-left: 35px;
}

.option-btn.activition label::before {
    left: 9px;
    opacity: 1;
    content: "\e013";
}

.option-btn input {
    display: none;
}

.ui-widget-header {
    border: none;
    background-image: none;
    background-color: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #F7941E;
}

.flat-search-list > main .ce-wrap:nth-of-type(2n+1),
.flat-list-green > main .ce-wrap:nth-of-type(1),
.flat-list-green > main .ce-wrap:nth-of-type(2n+1),
.flat-list-trade > main .ce-wrap:nth-of-type(1),
.flat-list-trade > main .ce-wrap:nth-of-type(2n+1) {
    background-color: #f5f5f6;
}

.flat-search-list > main .ce-wrap.watchlist-helper-perform {
    background-color: transparent;
}

.flat-search-list > main .ce-wrap:nth-of-type(1) {
    background-color: #fff;
}

.flat-search-list main > .ce-wrap:first-child {
    padding-bottom: 0;
}

.flat-search-list main > .ce-wrap:first-child h2,
.flat-list-green main > .ce-wrap:first-child h2,
.flat-list-trade main > .ce-wrap:first-child h2 {
    margin-bottom: 0;
}

.flat-search-list .slider,
.flat-list-green .slider,
.flat-list-trade .slider {
    max-height: 300px;
    overflow: hidden;
}

.flat-search-list .watchlist .slider,
.flat-list-green .watchlist .slider,
.flat-list-trade .watchlist .slider {
    overflow: visible;
}

.flat-search-list .infotext h3,
.flat-list-green .infotext h3,
.flat-list-trade .infotext h3,
.similar-list .infotext h3,
.flat-detail-list .infotext h3 {
    margin-bottom: 10px;
}

.flat-detail-list .infotext h3,
.flat-list-green .infotext h3,
.flat-list-trade .infotext h3,
.flat-search-list .infotext h3 {
    padding-right: 90px;
}

.monitorslide .infotext h3 {
    right: 10px;
}

.flat-search-list .infotext h3 + p,
.flat-list-green .infotext h3 + p,
.flat-list-trade .infotext h3 + p {
    margin-bottom: 20px;
}

.flat-search-list .infotext ul,
.flat-list-green .infotext ul,
.flat-list-trade .infotext ul,
.similar-list .infotext ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.flat-detail-list-ext ul {
    padding-left: 0;
}

.maps-places-cockpit ul a,
.flat-environment .environment {
    background-color: #aaa5a0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin: 15px 14px 0 0;
    padding: 8px 12px;
}

.similar-list .infotext li,
.flat-detail-list-ext li,
.flat-search-list .infotext li,
.flat-list-green .infotext li,
.flat-list-trade .infotext li {
    background-color: rgba(170,165, 160,0.5);
    color: #000;
    display: inline-block;
    font-size: 17px;
    margin: 14px 2px 0 0;
    padding: 4px 12px;
    opacity: 0.6;
}

.maps-places-cockpit ul {
    list-style-type: none;
}

.flat-search-list .infotext li,
.flat-list-green .infotext li,
.flat-list-trade .infotext li,
.flat-detail-list-ext li,
.maps-places-cockpit li,
.similar-list .infotext li {
    display: inline-block;
}

.monitor-display h1 {
    color: #3b3b3a;
    margin: 20px 0;
    letter-spacing: 1px;
}
.monitor-display #nav-main {
    margin-top: 15px;
}

.monitor-display .progress {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    border-radius: 0;
    z-index: 100;
    margin-bottom: 0;
}

.monitor-display .progress-bar {
    background-color: #f7941e;
    background-image: none;
    transition: none;
}

.monitor-display .cc-revoke,
.monitor-display .cc-window {
    display: none !important;
}

.monitorslide {
    padding-top: 6vh !important;
    font-size: 140%;
}

.flat-search-list .monitorslide .infotext h3 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: -8px;
}

@media all and (min-width: 1900px) {
    .flat-search-list .monitorslide .infotext h3 {
        font-size: 40px;
    }
}

.monitorslide .infotext p {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
}

@media all and (min-width: 1900px) {
    .monitorslide .infotext p {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 40px;
    }
}

.monitorslide .infotext p.flat-energy {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 0;
}

.flat-search-list .monitorslide .numbers {
    margin-bottom: 30px;
}

.flat-search-list .monitorslide .numbers span {
    font-size: 34px;
    margin-bottom: 10px;
}

.flat-search-list > main .monitorslide .ce-wrap:nth-of-type(2n+1) {
    background-color: #ffffff;
}

.monitorslide .item {
    width: 100vw;
    height: 100vh;
}

.monitorslide .col-md-5 img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.monitorslide .col-md-5 .col-md-6 {
    margin-bottom: 30px;
}

.monitorslide .col-md-10 > .row > .col-sm-7 {
    padding-left: 3vw;
}

#content-main .monitorslide img {
    box-shadow: 0 0 3px rgba(40, 40, 40, 0.9);
}

.flat-search-list .monitorslide .infotext li {
    font-size: 22px;
    padding: 8px 16px;
}

.monitorslide .flat-contact {
    margin-top: 3vh;
}

.monitorslide .infotext .flat-contact p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
}

@media all and (min-width: 1900px) {
    .monitorslide .infotext .flat-contact p {
        font-size: 30px;
        line-height: 32px;
    }
}

.monitorslide .infotext .flat-contact p a {
    color: #3b3b3a;
}

.hidden-xs .maps-places-cockpit a,
.maps-places-cockpit .hidden-md .panel-body a {
    border: 1px solid #aaa5a0;
    padding: 7px 11px;
    position: relative;
    -webkit-transition: padding 200ms ease 0s;
    -moz-transition: padding 200ms ease 0s;
    -o-transition: padding 200ms ease 0s;
    -ms-transition: padding 200ms ease 0s;
    transition: padding 200ms ease 0s;
}

.hidden-xs .maps-places-cockpit a.active,
.maps-places-cockpit .hidden-md .panel-body a.active {
    background-color: transparent;
    border: 1px solid #363945;
    padding-left: 35px;
    color: #363945;
}

.hidden-xs .maps-places-cockpit a::before,
.maps-places-cockpit .hidden-md .panel-body a::before {
    position: absolute;
    left: -25px;
    top: 12px;
    display: block;
    width: 25px;
    height: 25px;
    content:"";
    opacity: 0;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

.hidden-xs .maps-places-cockpit a.active::before,
.maps-places-cockpit .hidden-md .panel-body a.active::before {
    left: 5px;
    opacity: 1;
    content: "\e013";
}

.maps-places-cockpit .hidden-md {
    /*padding: 10px;*/
}

.maps-places-cockpit .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.maps-places-cockpit .hidden-md  .panel-body,
.maps-places-cockpit .hidden-md  .panel-body ul {
    padding: 0;
}

.maps-places-cockpit .hidden-md ul a {
    margin-top: 6px;
}

.maps-places-cockpit .panel-heading .panel-title a {
    color: #3b3b3a;
    display: block;
}

.maps-places-cockpit .panel-heading .glyphicon {
    float: right;
    display: none;
    color: #969696;
}

.maps-places-cockpit .panel-heading .glyphicon,
.maps-places-cockpit .panel-heading .active .glyphicon-chevron-down {
    display: none;
}

.maps-places-cockpit .panel-heading .glyphicon-chevron-down,
.maps-places-cockpit .panel-heading .collapsed .glyphicon-chevron-down {
    display: block;
}

.maps-places-cockpit .panel-heading .active .glyphicon-chevron-up {
    display: block;
}

.flat-environment .environment {
    display: block;
}

.hidden-md .flat-environment {
    min-height: 150px;
}

.flat-environment .environment:empty {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.flat-environment .environment:first-child {
    margin-top: 0;
}

.flat-environment .environment:last-child {
    margin-bottom: 10px;
}

.flat-detail-list-ext li {
    margin: 0 14px 15px 0;
}

.flat-search-list .numbers span,
.flat-list-green .numbers span,
.flat-list-trade .numbers span,
.flat-detail-list .numbers span,
.similar-list .numbers span,
.flat-compare .numbers span {
    display: block;
    font-size: 25px;
    font-weight: bold;
}

.flat-compare .numbers {
    margin-bottom: 15px;
}

.flat-compare .numbers:last-child {
    margin-bottom: 10px;
}

.similar-list .slider img {
    max-width: 300px;
}

.watchlist-heart {
    background: transparent url(../Img/heart.png) no-repeat scroll center center;
    width: 35px;
    height: 30px;
}

.watchlist-heart.isloved,   /* ich habe isloved mit active getauscht, da ich dies auch für die compare-liste nehmen will, kann gelöscht werden */
.watchlist-heart.active {
    background: transparent url(../Img/heart-select.png) no-repeat scroll center center;
}

.flat-contact .watchlist-heart {
    display: block;
    margin: 0 auto 20px;
}

.flat-detail-list .infotext,
.flat-list-green .infotext,
.flat-list-trade .infotext,
.flat-search-list .infotext {
    position: relative;
}

.flat-detail-list .infotext .watchlist-heart,
.flat-list-green .infotext .watchlist-heart,
.flat-list-trade .infotext .watchlist-heart,
.flat-search-list .infotext .watchlist-heart {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
}

.back-to-flatlist {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.flat-detail-list .slider img {
    display: none;
}

.flat-detail-list .slider img:first-child {
    display: block;
    width: 100%;
    height: auto;
}

.flat-detail-list .btn-crystal {
    /*display: inline-block;*/
    margin-bottom: 8px;
}

.flat-detail-list .infotext h3 + p {
    margin-bottom: 2px;
}

.flat-detail-list .infotext h3 + p + p {
    color: #AAA5A0;
    margin-bottom: 20px;
}

.flat-detail-list .numbers {
    margin-bottom: 25px;
}

a.lightbox:hover {
    cursor: zoom-in;
}

a.searchagent.lightbox:hover {
    cursor: pointer;
}

.flat-detail-list .carousel-control.left {
    background: transparent url("../Img/arrow-left-wht.png") no-repeat scroll left center;
    left: 0;
}

.flat-detail-list .carousel-control.right {
    background: transparent url("../Img/arrow-right-wht.png") no-repeat scroll right center;
    right: 0;
}

.watchlist {
    bottom: 0;
    background-color: #f7941e;
    position: fixed;
    padding: 15px 0;
    height: 56px;
    width: 100%;
    z-index: 3;
    text-align: center;
    box-shadow: 0 -3px 6px rgba(40, 40, 40, 0.2);
    font-size: 16px;
    min-height: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: visible;
    opacity: 1;
}

.watchlist.nowishes {
    visibility: hidden;
    opacity: 0;
}

.watchlist.open {
    height: 75vh;
    z-index: 109;
    padding: 20px 0 15px;
}

.watchlist.open .watchlist-head {
    display: none;
}

.watchlist-head {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 33px;
    cursor: pointer;
}

.watchlist-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    background: transparent url("../Img/heart-watchlist.png") no-repeat scroll center center;
    width: 18px;
    height: 16px;
}

.close-watchlist {
    display: block;
    background: transparent url("../Img/close-module-1_shadow.png") no-repeat scroll center center;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}

.watchlist .container {
    z-index: 9;
}

.close-watchlist {
    opacity: 0.8;
}

.watchlist-content .slider .item {
    width: 220px;
    min-height: 220px;
    background-color: #fff;
    float: left;
    margin: 0 10px;
}

.watchlist-content .slider .item img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}

.watchlist-content .slider .item a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.watchlist-content .slider .item a:hover .compare-tile {
    color: #F7941E;
}

.compare-tile {
    font-weight: bold;
    padding: 10px;
}

.watchlist-content .image-control-wrap {
    margin-bottom: 10px;
}

.watchlist-content .item {
    position: relative;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.watchlist-content .item.to-remove {
    opacity: 0;
}

.watchlist-content .icon-compare {
    position: absolute;
    background: transparent url(../Img/compare-unselect.png) no-repeat scroll center center;
    left: 3px;
    bottom: 0;
    width: 56px;
    height: 33px;
    cursor: pointer;
    padding: 10px 10px 10px 30px;
}

.watchlist-content .icon-garbage:hover,
.watchlist-content .icon-compare:hover {
    opacity: 0.7;
}

.watchlist-content .icon-compare.active {
    background: transparent url(../Img/compare-select.png) no-repeat scroll center center;
}

.watchlist-content .icon-compare::before {
    /*position: absolute;*/
    font-family: 'Glyphicons Halflings';
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    color: #3b3b3a;
    content: "\002b";
    font-size: 12px;
    position: absolute;
    bottom: 11px;
    left: 5px;
}

.watchlist-content .icon-compare.active::before {
    color: #f7941e;
    content: "\e013";
}

.watchlist-content .icon-garbage {
    position: absolute;
    /*background: transparent url(../Img/watchlist-heart-unselect.png) no-repeat scroll center center;*/
    background: transparent url(../Img/garbage.png) no-repeat scroll center center;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 38px;
    cursor: pointer;
    padding: 10px;
}

/*
.watchlist-content .icon-heart.active {
    background: transparent url(../Img/watchlist-heart-select.png) no-repeat scroll center center;
}
*/

.watchlist-content .row {
    margin-bottom: 2vh;
}

.watchlist .ce-wrap {
    padding-top: 20px;
}

.remove-container {
    display: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.remove-container span {
    display: block;
    text-decoration: underline;
}

.comparing {
    background: transparent url(../Img/compare.png) no-repeat scroll center center;
    width: 33px;
    height: 26px;
    margin: 0 auto;
}

.watchlist-helper-status1 .comparing,
.watchlist-helper-status2 .comparing,
.watchlist-helper-add .comparing,
.modal-body .comparing {
    background-image: url(../Img/compare-inline.png);
    display: inline-block;
    position: relative;
    margin: 0 5px;
    width: 24px;
    height: 20px;
    top: 3px;
    background-size: 100% 100%;
}

.modal {
    z-index: 8040;
}

.modal-dialog {
    margin-top: 80px;
}

.watchlist-helper-perform,
.watchlist-helper-status2 {
    display: none;
}

.fancybox-type-iframe .iframe img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.map-button,
.expose-button {
    background-repeat: no-repeat;
    padding-left: 45px;
}

.expose-button {
    background-image: url(../Img/expose-download.png);
    background-position: 10px center;
}

.map-button {
    background-image: url(../Img/maps-marker.png);
    background-position: 15px center;
}

.no-touch .expose-button:hover {
    background-image: url(../Img/expose-download-active.png);
}

.no-touch .map-button:hover {
    background-image: url(../Img/maps-marker-active.png);
}
/*
.facebook-button {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    background: transparent url(../Img/facebook.png) no-repeat scroll center center;
}
*/

.mail-button {
    display: inline-block;
    background: transparent url(../Img/mail-contact.png) no-repeat scroll center center;
    /*width: 30px;*/
    /*height: 19px;*/
    background-position: 10px center;
    padding-left: 45px;
}

.contact-button {
    display: inline-block;
    background: transparent url(../Img/user_wgg.png) no-repeat scroll center center;
    background-position: 10px center;
    padding-left: 45px;
}

/*.facebook-button:hover,*/
.back-to-flatlist:hover,
.mail-button:hover {
    opacity: 0.7;
}

.flat-detail-list #locations {
    height: 400px;
}

.flat-detail-list-ext2 .row,
.flat-detail-list-ext .row {
    margin-bottom: 3vh;
}

.flat-detail-list-ext2 .row:last-child {
    margin-bottom: 0;
}

#searchagent {
    background-color: #fff;
}

.agent-frame {
    border: 1px solid #363945;
    margin: 20px 0;
    padding: 20px;
}

.agent-frame .row + .row {
    /*margin-top: 20px;*/
}

.agent-frame .row .row {
    margin-bottom: 30px;
}

.searchValuesCorrectFields {
	display: none;
	margin-bottom: 10px;
	overflow: hidden;
}

.searchValuesCorrectFields.iwillchangethis {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.searchValuesCorrectFields input[type="text"] {
    float: left;
	width: 25%;
    margin-right: 5px;
}

.searchValuesCorrectFields .select-style {
    margin: 0;
}

#thanksforcorrection {
    display: inline-block;
}

#searchagent .form-group label {
    display: block;
    float: left;
    color: #363945;
    font-size: 16px;
}

#searchagent input[type="checkbox"] {
    display: inline-block;
    float: left;
    width: 20px;
    margin-right: 6px;
    height: 14px;
}

#searchagent .form-group + .form-group {
    margin-top: 10px;
}

#search-ds + a {
    text-decoration: underline;
}

.nothing-found .btn {
    margin: 3vh 0;
}

#banner .ce-gallery figure {
    display: block;
}

#banner .ce-outer, #banner .ce-inner {
    float: none;
    right: auto;
}

#banner .ce-column img {
    min-height: 250px;
    max-height: 350px;
    /*max-height: 125vw;*/
    width: auto;
    margin: auto auto auto 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#banner .ce-wrap {
   padding: 0;
}

#banner .ce-column {
    position: relative;
    width: 100%;
}

#banner .ce-column .slider-meta-box {
    position: absolute;
    /*bottom: 10vh;*/
    bottom: 8vw;
    text-align: left;
    background: transparent url(../Img/home-plot.png) no-repeat scroll center center;
    background-size: 100% 100%;
    width: 262.2px;
    height: 162px;
    padding: 20px 15px;
}

#banner .ce-column .slider-meta-box.exp-box-with-link {
    background: transparent url(../Img/home-plot-ext.png) no-repeat scroll center center;
    background-size: 100% 100%;
    width: 262.2px;
    height: 190px;
}

.slide-title {
    color: #3c3e47;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slide-title span {
    color: #f7941e;
}

.slide-capt {
    font-size: 10px;
    line-height: 14px;
}

.exp-box-with-link .slide-capt {

}

.slide-link {
    display: block;
    color: #f7941e;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.slide-link::before {
    content: "\00bb";
    background: transparent none no-repeat scroll center center;
    position: relative;
    width: 10px;
    height: 10px;
    right: 0px;
    top: -1px;
    display: inline-block;
}

#banner {
    min-height: 20px;
}

#banner .ce-column figcaption {
    display: none;
}

.boxes {
    padding: 40px 0;
}

.grey-theme,
.grey-tile,
.flat-detail-list .ce-wrap {
    background-color: #f5f5f6;
}

.flat-detail-list .carousel-inner,
.flat-compare .image-control-wrap {
    padding: 3px;
}

.similar-list .carousel-inner {
    padding: 3px 0;
}

.flat-search-list > main .ce-wrap:nth-of-type(1) {
    background-color: #fff;
}

.ce-wrap,
.maps-places-cockpit,
.ho-wrap {
    padding: 25px 0;
}

.maps-places-cockpit {
    display: none;
}

.col-sm-4 .ho-wrap,
.col-sm-6 .ho-wrap {
    padding: 0;
    text-align: center;
}

.col-sm-4 .ce-gallery img,
.col-sm-6 .ce-gallery img {
    height: auto;
    width: 100%;
}

.show-more {
    opacity: 0.7;
    padding-left: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.show-more::before {
    /*background-color: #f00;*/
    background-image: url(../Img/arrow.png);
    bottom: 5px;
    content: " ";
    height: 33.3px;
    left: 15px;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    background-size: 100% 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.show-more:hover {
    opacity: 1;
}

.show-more:hover::before {
    left: 25px;
}

.page-container {
    padding-top: 65px;
}

body .page-container::after,
body #footer::after {
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


body.grayed .page-container::after,
body.grayed #footer::after {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
}

.webcam-ico {
    margin: 25px auto 0;
    background: transparent url(../Img/webcam.png) no-repeat scroll center center;
    width: 45px;
    height: 50px;
}

.boxes a:hover .row h3 {
    text-decoration: underline;
}

#c9 {
    padding-bottom: 20px;
}

#c9 + .ce-wrap {
    padding-top: 0;
}

.ce-wrap .ce-wrap {
    padding: 0;
}

#c9 + .ce-wrap > .ce-wrap,
#c14 + .ce-wrap > .ce-wrap {
    padding-top: 10px;
}

#c9 + .ce-wrap .col-md-4 h4,
#c9 + .ce-wrap .col-md-4 p {
    text-align: center;
}

#c9 + .ce-wrap .col-md-4 h4 {
    margin-bottom: 30px;
}

#c9 + .ce-wrap .col-md-4 p {
    text-align: center;
}

#c9 + .ce-wrap .col-md-4 p:nth-child(1) {
    margin-bottom: 5px;
}

#c9 + .ce-wrap .col-md-4 p:nth-child(2) {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

#c9 + .ce-wrap .contenttable {
    display: none;
    margin: 0 auto 0;
}

#c9 + .ce-wrap .table-wrapy {
    margin-bottom: 30px;
}

.contenttable tr > td:first-child {
    vertical-align: top;
}

.table-wrapy {
    display: none;
}

.ce-wrap .contenttable td {
    padding-right: 20px;
}

.ce-wrap.opening-hours {
    padding-bottom: 10px;
}

.ho-wrap + .ce-wrap,
.ho-wrap + div > .news .ce-wrap,
.ce-wrap.partner-extending,
.ce-wrap.inline-partner-button {
    padding-top: 0;
}

.ho-wrap + .ho-wrap {
    padding-top: 5px;
}

.news-img-wrap {
    text-align: right;
}

#c14 h2 {
    margin-bottom: 5px;
}

#c14 + .ce-wrap .col-md-6 h4,
#c14 + .ce-wrap .col-md-6 p {
    text-align: center;
}

#c14 + .ce-wrap .col-md-6 p {
    max-width: 280px;
    margin: 0 auto 20px;
}

/*Impressum Start*/

#c3 h2 {
    margin-top: 20px;
}

#c3 .ce-bodytext h2:first-child {
    margin-top: 0;
}

/*Impressum End*/

.ce-wrap-longer + .ce-wrap-longer {
    padding-top: 0;
}

.ce-wrap-longer + .ce-wrap-longer.grey-tile,
.ce-wrap-longer.grey-tile + .ce-wrap-longer {
    padding-top: 40px;
}

.carousel-image {
    padding: 5px;
}

.category-tree {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

.carousel-image img,
.similar-list img,
.news-col img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators li {
    background-color: #d7d7da;
    border: none;
}

.carousel-indicators li {
    height: 12px;
    width: 12px;
    margin: 0 4px;
}

.carousel-indicators .active {
    background-color: #363945;
    margin: 0 4px;
    /*height: 10px;*/
    /*width: 10px;*/
}

.news-list-link {
    margin-bottom: 10px;
}

.news-col h3 {
    margin-bottom: 20px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.news-col .categorytype1 h3 {
    color: #F7941E;
}

.news-col .categorytype2 h3 {
    color: #6ca5d9;
}

.news-col .textpic {
    background-color: #f5f5f6;
    padding: 20px;
}

@media all and (min-width: 768px) {
    .news-col .textpic {
        min-height: 450px;
        position: relative;
        padding-bottom: 60px;
    }

    .news-col .textpic .btn {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
}

@media all and (min-width: 992px) {
    .news-col .textpic {
        min-height: 370px;
    }

    .news-list-view [class*="col-md"]:not(:last-child) {
        margin-bottom: 30px;
    }
}

.page-navigation {
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a,
.pagination > li.current,
.pagination > li.empty {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #363945;
    background-color: #fff;
    border: none;
    font-size: 20px;
}

.pagination > li > a,
.pagination > li.current,
.pagination > li.empty {
    border: none;
}

.pagination > li > a,
.pagination > li.empty {
    color: #363945;
}

.pagination > li.current {
    color: #F7941E;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #F7941E;
    background-color: #eee;
    border: none;
}

.pagination > li {
    display: none;
}

.pagination > li.previous,
.pagination > li.next {
    display: inline-block;
}

@media all and (min-width: 768px) {
    .pagination > li,
    .pagination > li.previous,
    .pagination > li.next {
        display: inline;
    }
}

#content-main > div:not(.ce-wrap):first-child {
    padding-top: 40px;
}

.monitor-display #content-main > div:not(.ce-wrap):first-child {
    padding-top: 0px !important;
}

.category-tree > li {
    display: block;
}

.category-tree > li:first-child > a,
.category-tree > li > a {
    display: block;
    margin: 10px auto;
    max-width: 400px;
    float: none;
}

.category-tree > li > a {
    padding: 6px 40px;
    color: #363945;
    font-weight: bold;
    text-transform: uppercase;
}

.category-tree > li:nth-child(2) > a {
    color: #F7941E;
}

.category-tree > li:nth-child(3) > a {
    color: #6ca5d9;
}

.category-tree > li:nth-child(4) > a {
    color: #89b31c;
}

@media all and (max-width: 768px) {
    .category-tree > li > a:hover,
    .category-tree > li > a.active {
        color: #fff;
    }

    .category-tree > li:nth-child(1) > a:hover,
    .category-tree > li:nth-child(1) > a.active {
        color: #fff;
        background-color: #363945;
    }

    .category-tree > li:nth-child(2) > a:hover,
    .category-tree > li:nth-child(2) > a.active {
        color: #fff;
        background-color: #F7941E;
    }

    .category-tree > li:nth-child(3) > a:hover,
    .category-tree > li:nth-child(3) > a.active {
        color: #fff;
        background-color: #6ca5d9;
    }

    .category-tree > li:nth-child(4) > a:hover,
    .category-tree > li:nth-child(4) > a.active {
        color: #fff;
        background-color: #89b31c;
    }
}

@media all and (min-width: 768px) {
    .category-tree {
        display: inline-block;
    }

    .category-tree > li {
        display: inline;
    }

    .category-tree > li:first-child > a,
    .category-tree > li > a {
        display: inline-block;
        margin: 0 0 10px 10px;
        max-width: none;
        float: left;
        padding-left: 25px;
        padding-right: 25px;
    }

    .category-tree > li:nth-child(1) > a:hover,
    .category-tree > li:nth-child(1) > a.active {
        border-bottom: 3px solid #363945;
    }

    .category-tree > li:nth-child(2) > a:hover,
    .category-tree > li:nth-child(2) > a.active {
        border-bottom: 3px solid #F7941E;
    }

    .category-tree > li:nth-child(3) > a:hover,
    .category-tree > li:nth-child(3) > a.active {
        border-bottom: 3px solid #6ca5d9;
    }

    .category-tree > li:nth-child(4) > a:hover,
    .category-tree > li:nth-child(4) > a.active {
        border-bottom: 3px solid #89b31c;
    }
}

@media all and (min-width: 992px) {

    .category-tree > li:first-child > a,
    .category-tree > li > a {
        margin: 0 0 0 -1px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.ce-wrap-longer header h2,
.ce-wrap-longer .ce-bodytext h2:first-child,
.ce-wrap-longer header h3 {
    text-align: left;
}

ul,
.ce-intext.ce-left ul {
    list-style-type: disc;
    padding-left: 20px;
}

.ce-center.ce-textpic .ce-gallery {
    margin-bottom: 30px;
}

#banner .ce-gallery {
    margin-bottom: 0;
}

.opening-hours .ce-bodytext {
    text-align: center;
}

.opening-hours .contenttable {
    /*display: none;*/
    margin: 30px auto 30px;
    text-align: center;
}

.opening-hours .contenttable th {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
}

.opening-hours .contenttable th {
    padding-bottom: 30px;
}

.opening-hours .contenttable th.cur {
    color: rgb(247, 148, 30);
}

.opening-hours .contenttable td,
.opening-hours .contenttable th {
    padding-left: 10px;
    padding-right: 10px;
}

.opening-hours .contenttable td {
    vertical-align: top;
}

.partner-extending.hidden-extending {
    display: none;
}

.partner-extending .ce-bodytext {
    text-align: center;
}

.partner-extending p:empty {
    display: none;
}

.col-sm-4 .ce-wrap.partner-extending + .ce-wrap.partner-extending,
.col-sm-6 .ce-wrap.partner-extending + .ce-wrap.partner-extending {
    padding-top: 25px;
}

.inline-partner-button .ce-bodytext {
    text-align: center;
}

.vertical-middle.ce-wrap {
    text-align: center;
}

.download-list ul {
    list-style-type: none;
    padding-left: 0;
}

.download-list a:hover {
    text-decoration: underline;
}

.download-list .download::before {
    content: "";
    background: transparent url(../Img/download.png) no-repeat scroll center center;
    width: 27px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

.download-list li {
    margin-bottom: 8px;
}

.wgg-mag-showissuu {
    position: relative;
    margin-top: 50px;
    background-color: #e6e6e6;
}

#issuu-close {
    background-color: #363945;
    height: 40px;
    position: absolute;
    right: 12px;
    top: -45px;
    width: 8px;
    cursor: pointer;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#issuu-close::after {
    background-color: #363945;
    content: "";
    height: 8px;
    left: -16px;
    position: absolute;
    top: 16px;
    width: 40px;
}

#issuu-close:hover,
#issuu-close:hover::after {
    background-color: #f7941e;
}

.collapsination {
    border-top: 1px solid #3b3b3a;
    border-left: 1px solid #3b3b3a;
    border-right: 1px solid #3b3b3a;
    padding: 12px 0;
    display: block;
    position: relative;
}

.collapsination::after {
    border-bottom: 1px solid transparent;
    content: "";
    left: -1px;
    margin-top: 12px;
    position: absolute;
    width: calc(100% + 2px);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.collapsination.collapsed::after {
    border-bottom: 1px solid #3b3b3a;
}

.collapsination h2 {
    margin-bottom: 0;
    padding-right: 65px;
    padding-left: 25px;
    font-size: 18px;
    text-align: left;
    position: relative;
}

.collapsination h2:hover {
    opacity: 0.8;
}

.collapsination h2::after {
    content: "";
    background: transparent url(../Img/arrow-down.png) no-repeat scroll center center;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 32px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 5px;
    margin-right: 10px;
}

.collapsination.collapsed h2::after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.panel-collapse {
    position: relative;
    padding: 15px 25px;
    border-left: 1px solid #3b3b3a;
    border-right: 1px solid #3b3b3a;
}

.panel-collapse::after {
    border-bottom: 1px solid transparent;
    content: "";
    left: -1px;
    margin-top: 14px;
    position: absolute;
    width: calc(100% + 2px);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.form-group label {
    display: none;
}

.form-group input,
.form-group textarea {
    width: 100%;
}

#ab-ds {
    width: 20px;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

#ab-ds + a {
    text-decoration: underline;
}

textarea {
    border: 1px solid
}

.grey-tile .form-group input,
.grey-tile .form-group textarea {
    background-color: #f5f5f6;
}

.form-group .select-style {
    margin: 0;
    width: 100%;
}

.form-group button {
    margin: 0 auto;
}

.form-group {
    text-align: center;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group.error label,
#searchagent .form-group.error label {
    color: #f00;
}

.form-group.error input,
.select-style.error,
.form-group.error textarea{
    border: 1px solid #f00;
}

.thank-you-for-request {
    text-align: center;
}

.news-single .mediaelement {
    margin-bottom: 10px;
}

.news-single .news-backlink-wrap {
    margin-top: 20px;
}

.news-single .news-img-wrap {
    float: left;
    margin-right: 20px;
}

.news-single .news-img-wrap img {
    max-width: 100%;
    height: auto;
}

.news-single .header h1 {
    margin-top: 0;
    text-align: left;
}

.news-single .teaser-text {
    font-weight: bold;
}

.ce-wrap.highlight-facts {
	padding-top: 20px;
}

.highlight-facts {
	font-size: 1.4em;
}

.highlight-facts .container {
	padding-bottom: 10px;
	padding-top: 20px;
}

.highlight-facts ul {
	list-style-type: none;
	padding-left: 20px;
}

.highlight-facts li {
	padding-left: 40px;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
}

.highlight-facts ul li::before {
	content: "";
	display: inline-block;
	height: 15px;
	left: 0;
	top: 3px;
	position: absolute;
	width: 15px;
	transform: rotate(45deg);
}

.color-scheme-0 .highlight-facts ul li::before {
	border-top: 3px solid #f7ac4f;
	border-right: 3px solid #f7ac4f;
}
.color-scheme-1 .highlight-facts ul li::before {
	border-top: 3px solid #98b9d9;
	border-right: 3px solid #98b9d9;
}
.color-scheme-2 .highlight-facts ul li::before {
	border-top: 3px solid #92b340;
	border-right: 3px solid #92b340;
}

.anchorlist a {
    font-size: 18px;
    font-weight: bold;
    color: #f7941e;
}

.anchorlist p {
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 1px;
}

.panel-default > .panel-heading {
    background-color: #fff;
    background-image: none;
    /*border-color: #ddd;*/
    border: none;
    color: #fff;
}

.panel-default > .panel-collapse {
    border: none;
    border-radius: 0;
}

.panel-default .panel-collapse.impress-phrases,
.panel-default .panel-collapse.jobs {
    background-color: rgba(137,151,171,0.1);
}

.panel-collapse > header {
    margin-top: 60px;
}

.panel-collapse > .row + header {
    margin-top: 80px;
}

label {
    font-weight: normal;
}

.extern-login-form label,
.customer-request label {
    display: none;
}

.customer-request label.check-lab,
.customer-request label.check-rad {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
}

.customer-request .col-xs-1.checkboxing {
    width: 4%;
}

#product-cover-yes {
    margin-left: 10px;
}

.customer-request label.check-rad {
    margin-left: 10px;
}


.extern-login-form input[type="text"],
.extern-login-form input[type="password"] {
    width: 100%;
}

.extern-login-form input {
    margin-bottom: 15px;
}

.company-meta {
    font-size: 25px;
    line-height: 30px;
    /*font-family: "ITC Franklin Gothic LT W01BkCn";*/
}

.line-helper {
    margin-bottom: 8px;
}

input,
.form-group textarea,
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"]{
    border: 1px solid #3b3b3a;
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    height: 38px;
}

input[type=range] {
    border: none;
}

.customer-request select {
    height: 50px;
    border-radius: 0;
}

.wgg-iw .gm-style-iw {
    top:0 !important;
    left:0 !important;
    border-radius:2px;
}
.wgg-iw > div:first-child > div:nth-child(2) {
    display:none;
}
.wgg-iw .gm-style-iw, .wgg-iw .gm-style-iw > div, .wgg-iw .gm-style-iw > div > div {
    width:100% !important;
    max-width:100% !important;
    max-height: 300px !important;
}
/** set here the width **/
.wgg-iw, .wgg-iw > div:first-child > div:last-child {
    width:220px !important;
}
.wgg-iw > div:first-child > div:last-child {
    left:0 !important;
    top:0px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
    z-index:-1 !important;
}

/** close-button **/
.wgg-iw > div:last-child {
    display: block !important;
    /*background: transparent url(http://testwerk.int/ENTWICKLUNG/WGG/typo3conf/ext/w3_base/Resources/Public//Img/close-module.png) no-repeat scroll center center !important;*/
    background: transparent url(../Img/close-module.png) no-repeat scroll center center !important;
    width: 34px !important;
    height: 34px !important;
    top: 0 !important;
    right: 0 !important;
}

.wgg-iw > div:last-child img {
    display: none !important;
}

.image-control-wrap {
    position: relative;
}

.image-control-wrap {
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
}

.unselect-flat {
    position: absolute;
    right: 3px;
    top: 3px;
    background: transparent url("../Img/close-module.png") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 34px;
    width: 34px;
}

.unselect-flat:hover {
    opacity: 0.7;
}

.form-helper {
    margin-bottom: 25px;
}

.form-control-feedback {
    bottom: 10px;
    font-size: 24px;
    right: 24px;
    top: auto;
}

.searchagent-form .form-control-feedback {
    bottom: 1px;
    font-size: 16px;
    right: 4px;
}

.searchagent-form #form_addInfo {
    display: none;
}

label.strike {
    text-decoration: line-through;
}


.flat-compare h3 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.gaOptout {
    cursor: pointer;
}

.fancybox-media {
    background: transparent none repeat scroll 0 0;
    display: block;
    padding: 0;
    position: relative;
}

.fancybox-media:hover::before {
    background: transparent url(../Img/media-play.png) no-repeat scroll center center;
    background-size: 90% 90%;
    content: "";
    height: 100%;
    left: 12%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: -1%;
    width: 76%;
    z-index: 20;
}

.no-carousel h3 {
    margin-bottom: 10px;
}

.news-list-date {
    margin-bottom: 10px;
    font-size: 15px;
    color: #aaa5a0;
}

#topup {
    bottom: 50px;
    display: none;
    height: 75px;
    right: 5%;
    position: fixed;
    width: 75px;
    z-index: 50;
    opacity: 0.8;
    background: transparent url(../Img/arrow-up.png) no-repeat scroll center center;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

#topup:hover {
    opacity: 1;
}

*, :before, :after {
    box-sizing: inherit;
}

/*Slick Plugin Start*/

.slick-slider .slick-arrow {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity 200ms ease 0s;
    -moz-transition: opacity 200ms ease 0s;
    -o-transition: opacity 200ms ease 0s;
    -ms-transition: opacity 200ms ease 0s;
    transition: opacity 200ms ease 0s;
}

.slick-arrow {
    color: #fff;
    font-size: 25px;
}

.slick-arrow.slick-disabled {
    opacity: 0;
}

.slick-arrow .new-arrow {
    background: transparent url("../Img/arrow-right-wht.png") no-repeat scroll center center;
    background-size: 100% 100%;
    width: 27px;
    height: 43px;
    display: block;
}

.slick-prev .new-arrow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-slider .slick-prev {
    /*background-position: left center;*/
    left: -2%;
}

.slick-slider .slick-next {
    /*background-position: right center;*/
    right: -2%;
}

.slick-slider img:first-child, #content-main .collapsible.open > div, #nav-main a, #nav-main li.active .level2, #nav-main li.current .level2, #nav-main .open .level2 {
    display: block;
}

.slick-slider .slick-dots {
    bottom: 0;
    left: 0;
    list-style: none;
    position: absolute;
    right: 0;
    text-align: center;
}

.slick-slider .slick-dots li {
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
    cursor: pointer;
}

.slick-slider.products-other .slick-dots li {
    border: 1px solid rgb(172, 192, 208);
}

.slick-slider .slick-dots li:hover {
    cursor: pointer;
}

.slick-slider .slick-dots li.slick-active, #content-main .col {
    background: #fff;
}

.slick-slider.products-other .slick-dots li.slick-active {
    background: rgb(172, 192, 208);
}

.slick-slider .slick-dots button, #content-main .collapsible > div, #content-main .tx-indexedsearch-percent, #content-main .tx-indexedsearch-info {
    display: none;
}

.slick-prev.hidden,
.slick-next.hidden {
    opacity: 0;
    pointer-events:none;
}

/*Slick Plugin End*/

.carousel-control {
    opacity: 0.7;
    bottom: auto;
    /*height: 65vw;*/
    height: 100%;
}

.carousel-control.left {
    background: transparent url("../Img/arrow-left-wht.png") no-repeat scroll left center;
    left: 10px;
}

.carousel-control.right {
    background: transparent url("../Img/arrow-right-wht.png") no-repeat scroll right center;
    right: 10px;
}

.carousel {
    margin-top: 20px;
}

.carousel-item-type-textandimage .carousel-text h3,
.carousel-item-type-textandimage .carousel-text p:last-child {
    text-align: center;
}

.carousel-indicators {
    top: -35px;
    bottom: auto;
}

#nav-main:target,
#nav-main.willshow {
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
Cookie AN
 */

.cc-window.cc-floating.cc-theme-basic,
.cc-window.cc-banner.cc-theme-basic {
    align-items: unset;
    flex-direction: column;
    overflow-y: auto;
    max-height: 100%;
    padding: 15px;
    background-color: #E4E1D2;
    background-color: transparent;
    color: #444;
    padding-bottom: 0;
}

.cc-banner .cc-message {
    margin-right: 0;
}

.cc-banner .cc-message .cc-container {
    padding-top: 20px;
}

.cc-message .container {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.cc-message .cc-container {
    border-top: 1px solid lightgray;
}

.cc-message .container,
.cc-compliance {
     background-color: white;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;

 }

.cc-compliance {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.links {
    display: flex;
    justify-content: space-around;
}

.links a {
    text-decoration: underline;
}

.dp--cookie-check,
.cc-compliance {
    justify-content: space-evenly;
}

.container .dp--cookie-check {
    border: 1px solid #444;
    text-align: center;
    display: block;
}

.dp--cookie-check input{
    height: initial;
}

@media all and (min-width: 480px) {
    .container .dp--cookie-check {
        display: flex;
    }
}

@media all and (min-width: 992px) {
    .dp--cookie-check {
        margin: 15px 0 10px;
    }

    .cc-compliance {
        width: 970px;
    }
/*
    .dp--cookie-check label {
        padding: 20px;
    }
    */
}

.cc-compliance,
.links {
    margin-top: 10px;
}

.cc-compliance a {
    text-decoration: none;
}

.cookie-Accordion a {
    text-decoration: underline;
}

.cookie-Accordion .panel-collapse {
    border: none;
}

.cc-window .cc-message {
    margin-bottom: 0;
}

/*.cc-window .cc-compliance.cc-highlight .cc-btn:first-child,*/
/*.cc-window .cc-compliance .cc-allow {*/
    /*color: #444;*/
    /*text-decoration: underline;*/
/*}*/
/*.cc-window .cc-compliance.cc-highlight .cc-btn:first-child:focus,*/
/*.cc-window .cc-compliance .cc-allow:focus{*/
     /*box-shadow: none;*/
 /*}*/

/*.cc-window .cc-compliance.cc-highlight .cc-btn:first-child:hover,*/
/*.cc-window .cc-compliance .cc-allow:hover {*/
     /*color: #363945;*/
/*}*/

.cc-window .cc-compliance .cc-dismiss,
.cc-window .cc-compliance .cc-allow{
    padding: 8px 15px 6px;
    background-color: #363945;
    border: 2px solid #363945;
    /*border-radius: 5px;*/
    color: #fff;
}

.cc-window h3 {
    color: #363945;
}

.cc-window .cc-compliance .cc-dismiss:hover,
.cc-window .cc-compliance .cc-dismiss:focus,
.cc-window .cc-compliance .cc-allow:hover,
.cc-window .cc-compliance .cc-allow:focus{
      background-color: #fff;
      color: #363945 !important;
    text-decoration: none;
}

.cc-container {
    display: block;
}
.cc-compliance > .cc-btn {
    flex: initial;
}

#collapseCookie {
    padding-top: 5px;
}


  .video .dp--overlay {
      margin-top: -56.25%;
      background-color: rgb(221,223,223);;
  }


.video .db--overlay-submit {
    border-radius: 5px;
    font-size: .9em;
}

.cookie-notice {
    padding: 40px
}

/*
Cookie-Gedöns AUS
 */

@media all and (max-width: 991px) {
    #nav-main .level1 > li.hasChilds {
        position: relative;
    }

    #nav-main .child-manager {
        height: 40px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 40px;
        z-index: 10;
    }

    #nav-main .child-manager::after {
        content: "+";
        font-size: 22px;
        position: absolute;
        color: #fff;
        right: 10px;
        top: 5px;
    }

    #nav-main .open .child-manager::after,
    #nav-main .active .child-manager::after {
        content: "\2013";
    }

    ol.carousel-indicators {
        width: 80%;
        left: calc(40%);
        padding-left: 0;
    }

    .ce-gallery .lightbox img {
        width: 100%;
        height: auto;
    }
}

@media all and (min-width: 360px) {
    .ui-slider-horizontal {
        width: 60%;
    }
}

@media all and (min-width: 540px) {
    #banner .ce-column .slider-meta-box {
        width: 350px;
        height: 216px;
        padding: 20px 20px;
    }

    .slide-title {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .exp-box-with-link .slide-title {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .slide-capt {
        font-size: 14px;
        line-height: 18px;
    }

    .exp-box-with-link .slide-capt {
        font-size: 11px;
        line-height: 12px;
    }

    .ranger {
        width: 90%;
    }

    .ui-slider-horizontal {
        width: 70%;
    }

    .range-sectors {
        width: 15%;
    }
}

@media all and (min-width: 768px) {
    h1,h2 {
        font-size: 33px;
    }

    h2 {
        margin-bottom: 30px;
    }

    h3,h4 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    h5 {
        font-size: 45px;
    }

    #banner h1 {
        margin: 30px 0;
    }

    #banner .ce-column {
        height: 34vw;
    }

	#banner .ce-column .slider-meta-box {
		bottom: 7vw;
	}

    #banner .ce-column .ce-media {
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #banner .ce-column img {
        height: 100%;
        width: 100%;
        transform: none;
        margin: 0;
        min-height: 0;
        max-height: none;
    }

    #cockpit .col-sm-4 {
        text-align: left;
    }

    #cockpit .labely {
        text-align: left;
    }

    .ranger {
        width: 100%;
    }

    .ui-slider + .range-sectors {
        text-align: right;
    }

    .ranger .range-sectors:first-child {
        text-align: left;
    }

    .select-style {
        width: 220px;
    }

    .ui-slider-horizontal {
        width: 55%;
    }

    .ce-wrap,
    .ho-wrap {
        padding-top: 40px;
    }

    #c14.ho-wrap {
        padding-bottom: 25px;
    }

    .ho-wrap {
        padding-bottom: 10px;
    }

    .ce-wrap {
        padding-bottom: 30px;
    }

    .ce-wrap.collapse-box {
        padding-bottom: 40px;
    }

    .ce-wrap.collapse-box + .ce-wrap.collapse-box{
        padding-top: 0;
    }

    .carousel-control.left {
        left: -2%;
    }

    .carousel-control.right {
        right: -2%;
    }

    .carousel-item-type-textandimage .carousel-text h3,
    .carousel-item-type-textandimage .carousel-text p:last-child {
        text-align: left;
    }

    .ce-wrap-longer .ce-intext.ce-right .ce-gallery,
    .ce-wrap-longer .ce-intext.ce-left .ce-gallery {
        height: 450px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 0;
    }

    .carousel-item-type-image img {
        margin: 0 auto;
    }

    .opening-hours .contenttable td,
    .opening-hours .contenttable th {
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-sm-4 .ce-wrap.partner-extending + .ce-wrap.partner-extending,
    .col-sm-6 .ce-wrap.partner-extending + .ce-wrap.partner-extending {
        padding-top: 40px;
    }

    .download-list .ce-bodytext {
        margin: 30px 0;
    }

    .collapsination {
        padding: 22px 0;
    }

    .collapsination h2 {
        font-size: 25px;
    }

    .collapsination::after {
        margin-top: 22px;
    }

    .vertical-middle.ce-wrap {
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #footer .col-md-1,
    #footer .col-md-2 {
        padding-top: 12%;
        text-align: left;
    }

    #footer .col-md-6 + .col-md-2 {
        padding-top: 12%;
        text-align: right;
    }

    .carousel-image img {
        width: auto;
    }

    .carousel-indicators {
        bottom: -45px;
        top: auto;
    }

    .carousel {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .carousel-control {
        bottom: 0;
        height: 100%;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .flat-contact .watchlist-heart {
        margin: 0 auto 50px;
    }

    .flat-contact .expose-button {
        margin-bottom: 10px;
    }

    .watchlist.open {
        height: 51vh;
        min-height: 460px;
        z-index: 120;
        padding-top: 50px;
    }

    .flat-compare .col-sm-3 .item img {
        width: 100%;
    }

    .image-control-wrap {
        height: 100px;
    }

    .flat-compare h3 {
        margin-bottom: 0;
        min-height: 90px;
    }

    .flat-compare .numbers {
        margin-bottom: 30px;
    }

    .flat-compare.flat-data .data {
        margin-bottom: 3vh;
    }

    .flat-compare.flat-data .data:last-child {
        margin-bottom: 10px;
    }

    .back-to-flatlist {
        margin-bottom: 50px;
    }

    .anchorlist p {
        width: 49%;
        float: left;
    }

    .no-touch .watchlist-heart:hover {
        -webkit-animation: pulse2 1s linear infinite;
        -moz-animation: pulse2 1s linear infinite;
        -ms-animation: pulse2 1s linear infinite;
        animation: pulse2 1s linear infinite;
    }

    #gmaps .maps-places-cockpit {
        padding: 0;
    }

    #form_addInfo {
        height: 90px;
    }

    .col-md-4 header h2,
    .col-md-4 header h3 {
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

    .cookie-notification p {
        font-size: 15px;
    }

    #footer .col-md-1, #footer .col-md-2 {
        padding-top: 8.5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cookie-notification a.notification-close {
        top: 30%;
    }
}

@media all and (max-width: 767px) {
    .ce-left .ce-gallery,
    .ce-column,
    .ce-right .ce-gallery {
        float: none;
    }

    .ce-intext.ce-right .ce-gallery {
        margin-left: 0;
    }

    .ce-intext.ce-right .ce-gallery,
    .ce-intext.ce-left .ce-gallery,
    .ce-above .ce-gallery {
        margin-bottom: 20px;
    }

    a[href^="tel"] {
        color: #f7941e;
    }

    #footer-content .row .col-md-1:first-child {
        display: none;
    }

    #c9 + .ce-wrap .col-sm-4:not(:last-child) > .ce-wrap,
    .ce-wrap .col-sm-4 > .ce-wrap,
    .ce-wrap .col-sm-6 > .ce-wrap {
        padding-bottom: 15px;
        border-bottom: 1px solid #cdced0;
    }

    #c14 + .ce-wrap .col-sm-6:not(:last-child) > .ce-wrap,
    .ce-wrap.grey-tile .col-sm-4 > .ce-wrap,
    .ce-wrap.grey-tile .col-sm-6 > .ce-wrap {
        border-bottom: 1px solid #9a9ca2;
    }

    .ce-wrap .col-sm-6:last-child > .ce-wrap:last-child,
    .ce-wrap .col-sm-4:last-child > .ce-wrap:last-child {
        padding-bottom: 0;
        border-bottom: medium none;
    }

    .flat-environment .environment:empty {
        padding-bottom: 0;
        padding-top: 0;
    }

    .ce-wrap .col-sm-4 > .ce-wrap + .frame .tx-dce-pi1,
    .ce-wrap .col-sm-4 > .ce-wrap + .tx-dce-pi1 {
        border-top: 1px solid #fff;
        padding-bottom: 15px;
        border-bottom: 1px solid #cdced0;
        margin-top: -1px;
    }

    .ce-wrap.grey-tile .col-sm-4 > .ce-wrap + .frame .tx-dce-pi1,
    .ce-wrap.grey-tile .col-sm-4 > .ce-wrap + .tx-dce-pi1 {
        border-top: 1px solid #f5f5f6;
        border-bottom: 1px solid #9a9ca2;
    }

    .ce-wrap .col-sm-4:last-child > .ce-wrap + .frame .tx-dce-pi1,
    .ce-wrap .col-sm-4:last-child > .ce-wrap + .tx-dce-pi1,
    .ce-wrap.grey-tile .col-sm-4:last-child > .ce-wrap + .frame .tx-dce-pi1,
    .ce-wrap.grey-tile .col-sm-4:last-child > .ce-wrap + .tx-dce-pi1 {
        padding-bottom: 0;
        border-bottom: medium none;
    }

    .hidden-md .image-control-wrap {
        height: 160px;
    }

    .hidden-md .flat-teaser {
        min-height: 420px;
    }

    .hidden-md .slick-arrow .new-arrow {
        position: absolute;
        top: 110px;
    }

    .hidden-md .slider .item {
        padding: 0 15px;
    }

    .hidden-md .flat-compare img {
        width: 100%;
        height: auto;
    }

    .hidden-md .flat-environment {
        min-height: 180px;
    }

    .hidden-md .unselect-flat {
        right: 30px;
    }

    .watchlist-content .slider .item {
        min-height: 260px;
    }

    .image-control-wrap {
        height: 140px;
    }

    .col-xs-center {
        text-align: center;
    }
    
    .watchlist-content {
        overflow: scroll;
        height: 74vh;
    }

    .flat-detail-list .btn-crystal {
        margin-bottom: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 20px;
    }

    .facebook-button {
        background-image: url(../Img/facebook-mobile.png);
        margin-right: 30px;
        margin-top: 20px;
        width: 40px;
        height: 40px;
        background-size: cover;
    }

    .mail-button {
        background-image: url(../Img/mail-contact-mobile.png);
        margin-top: 20px;
        /*width: 63px;*/
        /*height: 40px;*/
        background-size: 28px;
        background-position: 10px center;
        padding-left: 45px;
    }

    .compare-tile {
        line-height: 20px;
    }

    .watchlist-content .icon-compare {
        height: 25px;
        width: 31px;
        left: 35px;
        bottom: 5px;
        background-image: url(../Img/compare-unselect-mobile.png);
    }

    .watchlist-content .icon-compare.active {
        background-image: url(../Img/compare-select-mobile.png);
    }

    .watchlist-content .icon-garbage {
        height: 25px;
        width: 24px;
        bottom: 5px;
        right: 15px;
        background-image: url(../Img/garbage-mobile.png);
    }

    /*
    .watchlist-content .icon-heart.active {
        background-image: url(../Img/heart-select-mobile.png);
    }
    */

    .flat-list-green .item .infotext .flat-detail,
    .flat-list-trade .item .infotext .flat-detail,
    .flat-search-list .item .infotext .flat-detail {
        margin-top: 15px;
    }

    .watchlist-content .icon-compare::before {
        font-size: 15px;
        left: -17px;
        top: 5px;
    }

    .districts .mapNotice .img-marker-wrap {
        background-color: #fff;
        max-height: 120px;
        overflow: hidden;
    }

    .districts .mapNotice img {
        height: auto;
        max-height: 120px;
        max-width: none;
    }

    .similar-list .carousel-control.left {
        background-position: left 130px;
    }

    .similar-list .carousel-control.right {
        background-position: right 130px;
    }

    .cookie-notification a.notification-close {
        position: relative;
        padding: 3px 5px 3px;
        display: block;
        text-align: center;
        max-width: 150px;
        margin: 10px auto 0;
        font-size: 14px;
    }
    .cookie-notification p {
        text-align: center;
        padding-right: 0;
    }
}

@media all and (max-width: 560px) {
    .watchlist-content .slider .item {
        min-height: 280px;
    }

    .hidden-md .flat-teaser {
        min-height: 360px;
    }

    .hidden-md .unselect-flat {
        position: relative;
        opacity: 0.6;
        right: auto;
        height: 38px;
        background-position: left top;
        padding: 2px 0 0 36px;
    }

    .unselect-flat::after {
        content: "entfernen";
        font-size: 15px;
    }

    .hidden-md .image-control-wrap {
        height: auto;
    }

    .hidden-md .slider .item {
        padding: 0 5px 0 0;
    }

    .hidden-md .item > .grey-tile {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hidden-md .flat-environment {
        min-height: 120px;
    }

    .hidden-md .flat-environment .environment {
        font-size: 14px;
        margin: 10px 9px 0 0;
        padding: 8px 6px;
        line-height: 15px;
    }

    .flat-compare .numbers {
        margin-bottom: 10px;
    }

    .flat-compare .numbers span {
        font-size: 20px;
    }

    .districts .mapNotice .img-marker-wrap {
        background-color: #fff;
        max-height: 80px;
        overflow: hidden;
    }

    .districts .mapNotice img {
        height: auto;
        max-height: 80px;
        max-width: none;
    }
}

@media all and (max-width: 410px) {
    .watchlist-content .slider .item {
        min-height: 300px;
    }

    .image-control-wrap {
        height: 200px;
    }

    #searchagent .btn-crystal {
        width: 100%;
        overflow: hidden;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

    .agent-frame .col-xs-12 .col-xs-12 {
        margin-bottom: 0;
    }
}

@media all and (max-width: 400px),
    only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 720px) and (min--moz-device-pixel-ratio: 1.5),
    only screen and (max-width: 720px) and (min-device-pixel-ratio: 1.5) {

    .flat-search-list .numbers span,
    .flat-list-green .numbers span,
    .flat-list-trade .numbers span,
    .flat-detail-list .numbers span,
    .similar-list .numbers span,
    .flat-compare .numbers span {
        /*font-size: 18px;*/
    }

    .flat-search-list .numbers .col-xs-4,
    .flat-list-green .numbers .col-xs-4,
    .flat-list-trade .numbers .col-xs-4,
    .flat-detail-list .numbers .col-xs-4,
    .similar-list .numbers .col-xs-4,
    .flat-compare .numbers .col-xs-4 {
        width: 50%;
    }
}

@media all and (min-width: 560px) and (max-width: 991px) {
    .watchlist-content .image-control-wrap {
        margin-bottom: 0;
    }

    .watchlist {
        line-height: 1.2em;
    }
}

@media all and (min-width: 992px) {

    #header {
        height: 150px;
        border-bottom-width: 15px;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    #header.fixed {
        /*height: 110px;*/
        height: 85px;
    }

    #header #logo {
        -webkit-transition: margin 300ms ease 0s;
        -moz-transition: margin 300ms ease 0s;
        -o-transition: margin 300ms ease 0s;
        -ms-transition: margin 300ms ease 0s;
        transition: margin 300ms ease 0s;
    }

    #header.fixed #logo {
        margin-top: 14px;
    }

    #logo-image {
        position: absolute;
        background-image: url(../Img/Logo.jpg);
        height: 78px;
        width: 212px;
        top: inherit;
        background-size: 100%;
        opacity: 1;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    #header.fixed #logo-image {
        opacity: 0;
    }

    #logo-image-stick {
        position: absolute;
        background-image: url(../Img/Logo-stick.png);
        /*height: 60px;*/
        /*width: 46px;*/
        background-size: 100% 100%;
        height: 50px;
        top: 10px;
        width: 38px;
        opacity: 0;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    #header.fixed #logo-image-stick {
        opacity: 1;
    }

    .menu-button, #nav-main .level1 > li:before, #nav-main .nav-meta {
        display: none;
    }

    #nav-main {
        background: transparent none repeat scroll 0 0;
        display: block;
        float: right;
        font-size: 19px;
        position: static;
        margin-left: 30%;
        margin-top: 50px;
        padding-top: 20px;
        transform: translate3d(0px, 0px, 0px);
        visibility: visible;
        border: none;
        padding-right: 0;
        overflow: visible;
        -webkit-transition: margin 300ms ease 0s;
        -moz-transition: margin 300ms ease 0s;
        -o-transition: margin 300ms ease 0s;
        -ms-transition: margin 300ms ease 0s;
        transition: margin 300ms ease 0s;
    }

    #header.fixed #nav-main {
        margin-top: -15px;
    }

    #nav-main .level1 > li:first-child,
    #nav-main .level1 > li:last-child {
        display: none;
    }

    #nav-main li {
        display: inline-block;
        margin-left: 45px;
    }

    #nav-main .level1 > li {
        border: none;
    }

    #nav-main .level1 > li > a {
        font-size: 17px;
    }

    #nav-main .level1 > li > a,
    #nav-main .level1 > li:nth-child(1) > a,
    #nav-main .level1 > li:nth-child(2) > a,
    #nav-main .level1 > li:nth-child(3) > a,
    #nav-main .level1 > li:nth-child(4) > a {
        color: #363944;
        letter-spacing: 1.5px;
    }

    #nav-main .level1 > li:nth-child(2):hover > a,
    #nav-main .level1 > li:nth-child(2).active > a {
        color: #F7941E;
    }

    #nav-main .level1 > li:nth-child(3):hover > a,
    #nav-main .level1 > li:nth-child(3).active > a {
        color: #6ca5d9;
    }

    #nav-main .level1 > li:nth-child(4):hover > a,
    #nav-main .level1 > li:nth-child(4).active > a {
        color: #89b31c;
    }

    #nav-main li.active > a,
    #nav-main li.current > a,
    #nav-main li > a.active {
        color: #f7941e;
    }

    #nav-main li .level2,
    #nav-main li.current .level2,
    #nav-main li.active .level2 {
        position: absolute;
        top: 38px;
		left: -80px;
        z-index: 1000;
        padding-left: 0;
    }

    #nav-main li .level2 {
        background-color: #363944;
        display: block;
        z-index: 1000;
        padding: 15px 0;
        width: 310px;
    }

    #content-main .ce-media {
        padding: 5px;
    }

    .nav-contact-box,
    #content-main img,
    #nav-main li .level2 {
        /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
        box-shadow: 0 0 3px rgba(40, 40, 40, 0.2);
    }

    #nav-main li .level2 a {
        color: #fff;
    }

    #nav-main .level2 li:hover {
        background-color: transparent;
    }

    #nav-main .level2 li a:hover,
    #nav-main .level2 li.current a {
        color: #363945;
    }

    #nav-main li .level2,
    #nav-main li.current .level2,
    #nav-main li.active .level2 {
        opacity: 0;
        visibility: hidden;
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    #nav-main li .level2::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        display: block;
        height: 15px;
        left: 50%;
        position: absolute;
        transform: rotate(45deg);
        width: 15px;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        margin-left: -7.5px;
        margin-top: -20px;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    #nav-main li:hover .level2,
    #nav-main li.current:hover .level2,
    #nav-main li.active:hover .level2 {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    #nav-main li:hover .level2::before,
    #nav-main li.current:hover .level2::before,
    #nav-main li.active:hover .level2::before {
        visibility: visible;
        opacity: 1;
    }

    #nav-main .level1 > li:nth-child(2) > .level2,
    #nav-main li:nth-child(2) .level2::before {
        background-color: #F7941E;
    }

    #nav-main .level1 > li:nth-child(3) > .level2,
    #nav-main li:nth-child(3) .level2::before {
        background-color: #6ca5d9;
    }

    #nav-main .level1 > li:nth-child(4) > .level2,
    #nav-main li:nth-child(4) .level2::before {
        background-color: #89b31c;
    }

    #nav-main li .level2 li {
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #nav-main li .level2 li:last-child {
        border-bottom: none;
    }

    #nav-main .level2 li a {
        padding: 3px 15px 3px;
        font-size: 16px;
        letter-spacing: 1px;
        color: #fff;
    }

    .nav-contact {
        display: none;
    }

    .nav-contact-box {
        display: block;
        position: fixed;
        top: 60vh;
        right: -330px;
        padding: 20px 40px;
        background-color: #f7941e;
        font-weight: bold;
        text-align: center;
        text-transform: none;
        -webkit-transition: right 300ms ease 0s;
        -moz-transition: right 300ms ease 0s;
        -o-transition: right 300ms ease 0s;
        -ms-transition: right 300ms ease 0s;
        transition: right 300ms ease 0s;
    }

    .showme .nav-contact-box {
        right: 64px;
    }

    .nav-contact-box .head {
        color: rgb(54, 57, 69);
        font-size: 18px;
        margin-bottom: 10px;
    }

    .nav-contact-box a {
        color: #fff !important;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
        display: block;
    }

    .nav-contact-box a.phone-phone {
        font-size: 34px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .nav-contact-box a:hover,
    a.mail:hover {
        text-decoration: underline;
    }

    .nav-contact-close {
        position: absolute;
        padding-top: 13px;
        height: 28px;
        right: 11px;
        top: 18px;
        width: 36px;
        transform: translate3d(250%, 0, 0);
    }

    .nav-contact-text,
    .nav-contact-close {
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    .nav-contact-text {
        /*opacity: 1;*/
    }

    .showme .nav-contact-text {
        transform: translate3d(200%, 0, 0);
    }

    .showme .nav-contact-close {
        transform: translate3d(0, 0, 0);
    }

    .nav-contact-close::before, .nav-contact-close::after {
        z-index: -1;
        background: #fff;
        content: "";
        height: 8%;
        left: 0;
        width: 85%;
        position: absolute;
    }

    .nav-contact-close::before {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-contact-close::after {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-contact-trigger {
        display: block;
        position: fixed;
        top: 60vh;
        right: 0;
        padding: 20px 20px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        background-color: #363945;
    }

    .nav-contact-trigger:hover,
    .nav-contact-close:hover {
        cursor: pointer;
    }

    body.grayed .page-container::after,
    body.grayed #footer::after {
        display: none;
    }

    .page-container {
        padding-top: 150px;
    }

    #cockpit {
        padding-top: 40px;
    }

    .ui-slider-horizontal {
        width: 65%;
    }

    #logo {
        margin-left: 0;
        margin-top: 25px;
        width: auto;
    }

    #logo img {
        height: auto;
    }

    #logo-image-stick {
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        -ms-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    #banner .ce-column .slider-meta-box {
        width: 437px;
        height: 270px;
        padding: 20px 30px;
    }

    .slide-title {
        /*font-size: 57px;
        line-height: 60px;*/
        margin-bottom: 10px;
        /*EG Bugfix for large titles 25.10.17*/
        font-size: 47px;
        line-height: 56px;
    }

    .slide-capt {
        font-size: 20px;
        line-height: 25px;
    }

    .slider-meta-box .slide-link {
        font-size: 18px;
    }

    .slider-meta-box .slide-link:hover {
        color: #363945;
    }

    #banner .ce-column .slider-meta-box.exp-box-with-link {
        width: 437px;
        height: auto;
    }

    .exp-box-with-link .slide-title {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 8px;
    }

    .exp-box-with-link .slide-capt {
        font-size: 18px;
        line-height: 22px;
    }

    .carousel-indicators {
        bottom: -45px;
    }

    .carousel-control.left {
        background: transparent url("../Img/arrow-left.png") no-repeat scroll left center;
        /*left: 0;*/
    }

    .carousel-control.right {
        background: transparent url("../Img/arrow-right.png") no-repeat scroll right center;
        /*right: 0;*/
    }

    /*.ce-textpic {*/
        /*margin-top: 15px;*/
    /*}*/

    .carousel-item-type-textandimage .col-md-8 {
        padding-left: 40px;
    }

    .ce-textpic.ce-left.ce-intext .ce-bodytext {
        padding-left: 30px;
    }

    .ce-textpic.ce-right.ce-intext .ce-bodytext {
        padding-right: 30px;
    }

    .opening-hours .contenttable th {
        font-size: 25px;
    }

    #c3 h2 {
        margin-top: 35px;
    }

    #footer-content {
        margin: 0 auto;
        padding: 40px 20px 40px;
    }

    .news-single .news-backlink-wrap {
        margin-top: 30px;
    }

    #locations {
        height: 600px;
        height: 34vw;
    }

    #locations.districts {
        height: 580px;
        height: 32vw;
    }

    .similar-list img {
        width: auto;
    }

    .highlight-facts li {
		padding-right: 300px;
	}

    .anchorlist a {
        font-size: 25px;
    }

    .watchlist-content .slider .item {
        min-height: 280px;
    }

    .image-control-wrap {
        height: 160px;
    }

    .flat-detail-list .col-md-8,
    .similar-list .col-md-8,
    .flat-list-green .col-md-8,
    .flat-list-trade .col-md-8,
    .flat-search-list .col-md-8 {
        padding-left: 35px;
    }

    .no-touch .option-btn label:hover {
        background-color: #fff;
        color: #aaa5a0;
    }

    .no-touch .maps-places-cockpit a:hover {
        background-color: transparent;
        border: 1px solid #363945;
        color: #363945;
    }

    .agent-frame {
        margin-bottom: 50px;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

#content {
    min-height: 500px;
    min-height: 75vh;
}

@media all and (min-width: 1200px) {
    #banner .ce-column .slider-meta-box {
        bottom: 8vw;
    }

    .slick-slider .slick-prev {
        background-position: left center;
        left: -5%;
    }

    .slick-slider .slick-next {
        background-position: right center;
        right: -5%;
    }

    .exp-box-with-link .slide-title {
        font-size: 57px;
        line-height: 60px;
        margin-bottom: 10px;
    }
}

@media all and (min-width: 1400px) {
    .carousel-control.left {
        left: -10%;
    }

    .carousel-control.right {
        right: -10%;
    }
}

/*Heartbeat Animation Start*/

@keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}

@-moz-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}

@-ms-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}

/*Heartbeat Animation End*/

/*@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=c6372d20-b7a7-4d0c-89a6-48e63dfd3544");*/
@font-face{
    font-family:"Myriad";
    src:url("../Fonts/76fda6fb-8617-4e88-b290-945c47127ceb.eot?#iefix");
    src:url("../Fonts/76fda6fb-8617-4e88-b290-945c47127ceb.eot?#iefix") format("eot"),
    url("../Fonts/31f16622-b72f-4fa0-9e3b-cb48f7d62990.woff2") format("woff2"),
    url("../Fonts/01932eb5-2a4e-4bd4-b8a8-8e04f69b2d66.woff") format("woff"),
    url("../Fonts/b1811139-1d49-42a2-8353-e29ca087433c.ttf") format("truetype"),
    url("../Fonts/77a8ed10-0737-4849-9972-26d6e7585df5.svg#77a8ed10-0737-4849-9972-26d6e7585df5") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:"Myriad";
    src:url("../Fonts/44632421-aa5e-4564-95e1-9c56392b3708.eot?#iefix");
    src:url("../Fonts/44632421-aa5e-4564-95e1-9c56392b3708.eot?#iefix") format("eot"),
    url("../Fonts/a98febbb-b853-4188-9645-fe2df19c0301.woff2") format("woff2"),
    url("../Fonts/4aa4296f-63c3-43a5-810a-58279e79fa8b.woff") format("woff"),
    url("../Fonts/f90d27fc-fd02-4e0b-877a-4213c293ceec.ttf") format("truetype"),
    url("../Fonts/d7929319-a857-472c-9acb-891f0efac51d.svg#d7929319-a857-472c-9acb-891f0efac51d") format("svg");
    /*font-weight: bold;*/
    font-weight: 600;
    font-style: normal;
}
@font-face{
    font-family:"Myriad";
    src:url("../Fonts/337ca0ad-9d4d-4221-8de0-736d4727a907.eot?#iefix");
    src:url("../Fonts/337ca0ad-9d4d-4221-8de0-736d4727a907.eot?#iefix") format("eot"),
    url("../Fonts/dc57799c-1f41-4676-a6b2-17f43d772188.woff2") format("woff2"),
    url("../Fonts/9dd01b57-2acd-409e-a6b1-24a1f09cd5b8.woff") format("woff"),
    url("../Fonts/9d36f96f-09f5-43fc-9ee5-243da6a7b82e.ttf") format("truetype"),
    url("../Fonts/c4d9b3b4-63a6-45e6-b8a2-3e2f716fa601.svg#c4d9b3b4-63a6-45e6-b8a2-3e2f716fa601") format("svg");
    font-weight: 700;
    font-style: normal;
}