/* 
 Theme Name:     divi child - by trace creative
 Author:         unic design GmbH, Zurich Switzerland
 Author URI:     http://www.unicdesign.ch 
 Template:       Divi
 Version:        1.0 
*/ 


/* COLORS

dunkelblau	#0f3d65
bronze 		#82614a
blau-grau	#dae8ea
dunkelgrau	#4c4c4c
petrol		#189678
hellgrün 	#92d168
hellblau    #e5eaef
			#cdd7df
*/

/* basic styles */

body, table, a {
	color: #0f3d65 !important;
}

p a {
	text-decoration: underline;
}

body  {
	font-size: 16px;
	font-weight: 300;
	padding: 0;
}

h1 {
	font-size: 42px;
	text-align: center;
}
.headline {
	max-width: 540px;
	border-bottom: solid 1px #0f3d65;
	margin: 0 auto;
	padding-bottom: 30px;
}

h1, h2, h3, table {
	font-weight: 300 !important;
}
h2 {
	font-size: 1.9em;
    line-height: 1.8em;
}
h4 {
	font-size: 17px !important; 
	color: #82614a !important; 
	font-weight: 400;
	line-height: 1.7em;
	padding-bottom: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.max800 {
	max-width: 800px;
	margin: 0 auto;
}

.groesser {
	font-size: 1.4em;
	line-height: 1.8em;
}

.lead {
    text-align: center;
    max-width: 800px;
    margin: 40px auto;
    font-size: 1.8em;
    line-height: 1.8em;
}

/* Divi Builder */
#et-main-area a:hover {
	opacity: 0.6;
}
.et_pb_scroll_top.et-pb-icon {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}
.et-pb-arrow-prev:before {
	content: "\1b";
}
.et-pb-arrow-next:before {
	content: "\1a";
}

/* Auswahl-Farbe */
::-moz-selection { background: rgba(90,158,127,0.2); }
::selection { background: rgba(90,158,127,0.2); }

/* remove url-field in comments */
p.comment-form-url #url {
	display: none;
}

/* CTA */
.cta {
	text-align: center;
	font-size: 28px;
	line-height: 44px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.25);
	max-width: 720px;
}


/*///// navbar /////*/
#et-info {
	padding: 10px 0 0 !important;
	margin: 0 !important;
}

#main-header a {
	color: #0f3d65 !important;
	font-weight: 300;
	font-size: 1.3em;
}


/* Secondary menu alignment */
#et-info {
	float: right;
	text-align: right;
	font-weight: 300;
	margin-bottom: 30px;
}

#main-header {
	box-shadow: none;
	left: 0;
}

/*///// top /////*/
.home-slider .et_pb_slide {
	height: 94vh;
	top: 0;
}

.et-pb-slider-arrows a {
	color: #fff !important;
}

.img-einleitung {
	height: 300px !important;
}

.home-slider .et_pb_button {
    font-size: 70px !important;
    font-family: "ETmodules" !important;
    color: #fff;
	animation-name: none !important;
}
.home-slider .et_pb_slide_description {
	margin: 0 !important;
    padding: 0 !important;
}
.et_pb_slider_container_inner {
    position: absolute;
    bottom: 50px;
}

/* lightbox popup */
.popup-image,
.popup-youtube,
.popup-vimeo,
.popup-gmaps {
	cursor: pointer;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    width: 100%;
	max-width: 800px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-hide {
	display: none;
}

/*///// wohnungen /////*/
/* Akkordeon */
.et_pb_toggle {
    transition: 0.4s;
}
.et_pb_toggle_open {
	margin-bottom: 20px;
}
.et_pb_toggle:hover {
    background-color: #e5eaef !important;
}
.et_pb_toggle_title {
	padding: 0 !important;
	line-height: 1em !important;
    color: #0f3d65 !important;
}
.et_pb_toggle_title:before {
    content: "3" !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #82614a;
    font-size: 35px !important;
}
.et_pb_toggle_open .et_pb_toggle_title::before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.et_pb_toggle_open {
	padding: 3px 10px;
}
.et_pb_toggle_close {
    padding: 3px 10px;
    background-color: transparent !important;
}
.et_pb_toggle td {
    border: none !important;
    padding: 3px 0 3px 0px !important;
}
.et_pb_toggle table {
    border: none !important;
    margin: 0 !important;
}
.et_pb_toggle  {
    border: 0 !important;
}
.grundriss {
    display: none;
    margin: 0 auto 30px auto;
    max-width: 400px;
} 

#hauscontainer td:nth-child(2) {
	min-width: 75px;
}
.et_pb_toggle p a {
    text-decoration: none;
}

/* icons */
.divi-icon:before {
    position: relative;
    margin-right: 6px;
    font-family: 'ETmodules';
}
.img-icon:before {
    content: "\e005";
}
.download-icon:before {
    content: "\e03a";
}
.mail-icon:before {
    content: "\e076"
}
.adresse p:before {
    content: "\e01d";
    font-family: 'ETmodules';
    margin-right: 6px;
}

/* Haus-Grafik */
.haus {
    width: 500px;
}
.sticky {
    position: fixed;
    top: 100px;
}

/*///// lage /////*/
.slider .et_pb_slide {
	height: 600px;
}

/*///// kontakt /////*/
/* form */
.et_pb_contact p input,
.et_pb_contact p textarea {
	background-color: transparent;
	border-bottom: 1px solid #0f3d65;
}
.et_pb_contact p input[type="checkbox"] + label i {
	background-color: transparent;
	border: 1px solid #0f3d65;
	margin-right: 10px;
}
.et_pb_contact_form_container {
	font-size: inherit !important;
	color: inherit !important;
}
.et_pb_contact_form_container p,
.et_pb_contact_form_container input,
.et_pb_contact_form_container textarea {
	font-size: 16px !important;
	color: #0f3d65 !important;
	font-weight: inherit !important;
}
.et_contact_bottom_container {
	margin-top: 25px;
}
.et_pb_button {
	font-weight: 300;
}


/*///// footer /////*/
#main-footer,
#footer-bottom {
	background-color: white;
}
.footer-logo {
	width: 160px;
	opacity: 0.5;
}

#footer-info {
	text-align: center;
    float: none;
    font-size: 0.9em;
}
#footer-info a {
    font-weight: lighter;
}
.footer-logos {
	max-width: 400px !important;
	margin: 0 auto !important;
	border: 5px solid transparent !important;
}
.footer-logos th p {
	color: #0f3d65 !important;
	font-weight: 300 !important;
}

.bg-video {
	height: 650px;
}

.footer-box {
	text-align: center;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.25);
	max-width: 720px;
}
.footer-box p a {
	text-decoration: none;
}
.footer-box p {
	font-size: 0.9em !important;
}


/* login */
.post-password-required {
	max-width: 600px;
	margin: 30vh auto 30vh;
	padding: 20px;
}
.et_password_protected_form p {
	display: none;
}
.et_password_protected_form form p {
	display: inline;
}
.et_password_protected_form::before {
	content: "Diese Seite ist geschützt, bitte geben Sie das Passwort ein:";
}


/*///// Media Queries /////*/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}

@media all and (max-width: 1100px) {

}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	body  {
 	   padding: 0;
	}
	.max500 {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
	.et_header_style_centered #main-header {
	    padding: 0 0 50px 0;
	}
	.grundriss {
	    display: block;
    } 
	.et_pb_toggle:hover {
	    background-color: #fff !important;
    }
    #et-info {
	    text-align: center !important;
	}
	.cta {
	    text-align: center;
	    font-size: 20px;
	    line-height: 36px;
	    max-width: 720px;
	}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.lead {
        margin: 20px auto 0;
        font-size: 1.6em;
        line-height: 1.6em;
	}
	.et_header_style_centered #main-header {
        padding: 0px 0 50px 0;
	}
	#et-info {
		padding-bottom: 0;
	}
	.et_pb_map {
	    height: 320px !important;
	}
	a.et_pb_button.et_pb_more_button {
	    display: none !important;
	}
	.home-slider .et_pb_slide {
	    height: 320px;
	}
	.slider .et_pb_slide {
	    height: 400px;
	}
	.et_pb_section .et_pb_row {
		width: 90%;
	}
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) { 
	.toggle-menu td {
		font-size: 16px;
	}
}