/* VERSION 3 - BROSCHURE 2 **********************************************************************************************************************/
:root {
  --accent-color: #d0d0d0;
  --second-color: #393e42;
}
img {
	border-radius: 7px;
}
.ce_headerimage.version3 .ce_headline .headline {
	background: var(--accent-color);
	color: #ffffff;
}
.ce_download:after {
	display: none;
}
p a {
	color: var(--second-color);
}
.ce_headline_w_buttons.style8 .ce_headline_w_buttons_inside {
	border: 0px;
}
input.submit.all {
	background: var(--second-color);
}
/* Sichtbarkeits-CSS */
/* Nur auf Smartphone */
@media screen and (min-width: 768px) {
	.only-smartphone {
		display: none;
	}
}
/* Nur auf Tablet */
@media screen and (max-width: 767px) {
	.only-tablet {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.only-tablet {
		display: none;
	}
}
/* Nur auf Desktop */
@media screen and (max-width: 1023px) {
	.only-desktop {
		display: none;
	}
}


/* Downloads */
.ce_downloads_box .ce_downloads_box_inside {
    background: none;
    padding: 0px;
    font-size: 1rem;
}
.ce_downloads_box .ce_downloads_box_inside li img {
	height: 25px;
	width: 25px;
}
.ce_downloads_box .ce_downloads_box_inside .size {
	display: contents;
}
/* Menu & Submenu */
ul.vlist.level_1 {
    margin-top: 0px;
}
.submenu_v2 li a.first {
	border-left: 0px solid #ffffff;
}
.submenu_v2 li a {
	border-right: 0px solid #ffffff;
}
/*.submenu_v2 li a.active:before {
	background: var(--accent-color);
}*/
.submenu_v2 li.custommenu_cols4 {
    width: calc(100% / 4 - 50px);
}
.submenu_v2 li {
	padding: 0px 0;
    border: 1px solid;
    border-radius: 50px;
    margin: 0 25px;
}
.submenu_v2 li a i {
	margin-bottom: 0px;
	font-size: 1.1rem;
	padding-top: 6px;
	margin-right: 10px;
}
.submenu_v2 li a {
	padding: 5px 0;
	display: inline-flex;
}
.submenu_v2 li a.active:before {
	display: none;
}
.submenu_v2 li.active {
	background: var(--second-color);
	color: #ffffff;
	border-radius: 50px;
	border-color: var(--second-color);
}
.submenu_v2 li a.active {
	color: #ffffff;
}
@media screen and (max-width: 1023px) {
	.submenu_v2 {
		display: none;
	}
}
/*div#linklagemobile {
    width: 50%;
    margin-left: 50%;
}
/* Button mit Pfeil rechts */
div#linksmitpfeilrechts a {
	background: var(--second-color);
    border-color: var(--second-color);
    border-radius: 20px;
    font-size: 1rem;
}
div#linksmitpfeilrechts a i {
	margin-left: 5px;
}
/* Swiper Slider */
.ce_swiper-slider-start.style2_dark .swiper-button-next:after, .ce_swiper-slider-start.style2_dark .swiper-button-prev:after {
    font-size: 50px;
}
div#linkbox-apartment h4 {
	margin-bottom: 15px;
}
div#linkbox-apartment a.hyperlink_txt {
	background: var(--second-color);
	border: 0px solid;
	border-radius: 20px;
}
/* Newsletteranmeldung */
form.style7 button.submit {
	background: var(--second-color);
    border-radius: 20px;
    font-size: 1rem;
    display: inline-block;
    padding: 14px 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    width: auto;
    min-width: 190px;
    font-weight: 700;
    text-align: center!important;
    position: relative;
    transition-property: all;
    transition-duration: 0.2s;
    font-family: futura-pt, sans-serif;
}
.widget.widget-submit.anmeldung-absenden {
    text-align: center;
}
.widget.widget-submit.formular-absenden {
    text-align: center;
}
div#form-text-white {
	color: #ffffff;
}
div#form-text-white form.style7 input, form.style7 select, form.style7 textarea {
	background-color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 7px;
}
div#form-text-white form.style7 button.submit {
	background: #ffffff;
	color: #000000;
}
form.style7 input, form.style7 select, form.style7 textarea {
	background: #ffffff;
}
div#form-apartment form.style7 input, form.style7 select, form.style7 textarea {
	background-color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 7px;
}
/* Übersicht Apartments */
.mod_portfoliolist_v7 .item-bottom {
	border-top: 0px dotted rgb(214,214,214);
    border-bottom: 0px dotted rgb(214,214,214);
    padding: 7px 0;
    margin-top: 0px;
}
.ce_portfoliofilter.default a {
	border-radius: 30px;
	padding: 5px 30px;
	margin-right: 15px;
	border: 1px solid #000000;
}
.newslist-v3 .image_container img {
	border-radius: 7px;
}
.newslist-v3 .content {
	border: 0px solid;
	padding: 15px 15px 0px 5px;
}
.newslist-v3 .subheadline {
	margin-bottom: 0px;
}
.newslist-v3 h6 {
	line-height: 1.0;
}
.newslist-v3 {
	margin-bottom: 30px;
}
@media screen and (min-width: 1023px) {
	.newslist-v3 .content-headlines {
		float: left;
		width: 60%;
	}
	.newslist-v3 .teaser {
		float: right;
		padding-top: 35px;
		width: 40%;
	}
}
/* Kontaktformulare */
form fieldset {
	border: 0px;
}
/* Anpassung Tablet */
@media screen and (min-width: 767px) and (max-width: 1024px) {
	h2, .h2, .h2 p {
	    font-size: 50px;
	}
}
/* Anpassung Mobil */
@media screen and (max-width: 767px) {
	h1, .h1, .h1 p {
	    line-height: 1.0;
	}
}
/* Footer */
#footer a {
	text-decoration: none !important;
}
div#footer-navi {
	font-size: 1.25em;
}
#footer .mod_socials a i {
	border-radius: 30px;
	margin: 0px 10px;
}
div#footer-divider {
	background-color: rgba(255,255,255,.1)!important;
}

/* Fonts */
html, body {
    font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	hyphens: manual;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
	font-family: modula-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	hyphens: manual;
	line-height: 1.15;
}
@font-face {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: modula-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: modula-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}
/* VERSION 2 - BROSCHURE 1 **********************************************************************************************************************/
/* Panoramabild 
.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	height: 920px;
}
.image-panorama {
	position: relative;
}
.image-panorama-bild {
	display: inline-block;
}
img.image-panorama-bild {
	max-height: 600px;
}
.image-panorama-text {
	position: absolute;
	top: 80px; 
	right: 50px;
	font-size: 50px;
}
/* Menü 
a.a-level_1.float_right.backlink {
    background: #ffffff;
    padding: 13px 10px;
}
a.a-level_1.float_left.backlink {
    background: #ffffff;
    padding: 13px 10px;
}

/* Mobile Menü 
li.mlist {
    text-align: right;
}
ul.vlist.level_1 {
    margin-top: 70px;
}
.header {
    line-height: 0px!important;
}

/* Aufzählung 
.ce_text_extented ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}
.ce_text_extented ul li {
    padding-left: 5px;
}

/* Links 
p a {
    color: #7a7872;
}

/* Video 
.ce_player video {
	width: auto !important;
	max-width: none !important;
	height: 100vh;
	max-height: 100vh;
}
/* Hintergründe 
.ce_bgimage.vertical_centered .ce_bgimage-inside {
	padding: 60px 30px 60px 30px;
}

/* Datenschutz 
.ce_headline_w_buttons.style8 .ce_headline_w_buttons_inside {
	border-bottom: 0px;
}

/* Cookiebar 
.cookiebar {
  background: #332f28;
}
.cookiebar-close {
	background: #F1E7CF;
	padding: 10px 15px;
	color: #7a7872;
	text-align: center;
}
.cookiebar-close:hover {
	background: #F1E7CF;
}
.cookiebar a {
	margin-right: 3px;
	margin-left: 3px;
}
.cookiebar p {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}


/* ONLY-Klassen */
/* Nur auf Smartphone 
@media screen and (min-width: 768px) {
	.only-smartphone {
		display: none !important;
	}
}
/* Nur auf Tablet 
@media screen and (max-width: 767px) {
	.only-tablet {
		display: none !important;
	}
}
@media screen and (min-width: 1024px) {
	.only-tablet {
		display: none !important;
	}
}
/* Nur auf Desktop 
@media screen and (max-width: 1023px) {
	.only-desktop {
		display: none !important;
	}
}
/* Iconbox - Scroll left/right 
.ce_iconbox.version2 i {
    background: #332f28;
    color: #f1eee7;
}
#scroll-left-right {
	width: 350px;
    position: fixed;
    bottom: 9%;
    right: 40%;
    animation: leftright alternate infinite 1.5s;
}
@keyframes leftright {
   from  {transform: translateX(30px)}
   to    {transform: translateX(50px)}
}

/* Schriften Adobe
html, body {
    font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
	font-family: modula-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
.mmenu_trigger .label {
	font-family: modula-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
}





/* VERSION 1 - GANZ ALT *************************************************************************************************************************/
/* Bildbox Home 
.ce_image_text_box_banner {
    background: #000;
}
.ce_headline.headline {
    margin-bottom: 10px;
}*/
/* Button Home 
a.hyperlink_txt.outline {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 50px;
    margin: 0px 20px;
}
a.hyperlink_txt.outline:hover {
	background: #ad956e;
	color: #fff;
	border-color: #ad956e;
}

button.submit, button.submit[type="submit"] {
	font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 50px;
    height: auto;
    background: #fff;
    color: #ad956e;
    border: 2px solid; 
    border-color: #ad956e;
    text-transform: uppercase;
}
input.submit[type="submit"], button.submit[type="submit"] {
	background: #fff;
}
button.submit:hover {
	background: #ad956e;
	color: #fff;
	border-color: #ad956e;
}*/
/* Tabelle Wohnung
.ce_table.table-clean th {
	padding: 10px;
}
.ce_table.table-clean td {
	padding: 10px 20px;
} */
/* Liste Wohnung 
.ce_list li.fa:after {
	display: none;
}
.ce_list li.fa {
	font-weight: 300;
	margin-bottom: 10px;
} */
/* Download Wohnung 
.ce_download_small .ce_download_small_inside a {
	border-color: #000;
}
.ce_download_small .ce_download_small_inside a:after {
	color: #000;
} */
/* Trennlinie 
.ce_divider_extended.version5 {
	width: 200px;
} */