html, body{
	width:100%; 
	height:100%;
	padding:0;
	margin:0;
	font-size: 18px;
	line-height:140%;
	font-weight:100;
	color: #004d4d;
	background-color: #fafaf5;
 font-family: 'Hanken Grotesk', 'Titillium Web', Helvetica, Helvetica Neue, Arial;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
#page{
	width:100%;
	height:auto;
	height:100%;
	}
body {
   border-top:30px solid #004d4d;
}

.digital-icon {
    display: none;
}


/* \\\\\\\\\\\\\\\\\\\\ HEADER ///////////////////// */
a.kontakt-header-btn {
    background-color: #fff;
    padding: 10px;
    float: right;
    border-radius: 5px;
    margin-top: 29px;
    border: #ccc 1px solid;
    font-size: 15px;
    font-weight: 500;
}
header#head {
    width: 1600px;
    height: auto;
    height: 88px;
    position: static;
	margin:0 auto;
    top: 0;
	z-index: 100000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header-con{
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	right: 0;
    top: 0;
	display: none;
}
.head-btn {
    color: #fff;
    background: #000;
    width: 280px;
    text-align: center;
    padding: 18px;
    border-radius: 3px;
    font-size: 22px;
}
.header-con > a, .header-con > div {
    float: right;
    margin: 12px;
}
.header-con > a:link, .header-con > a:visited, .header-con > a:active, .header-con > a:hover {
	color:#fff;
}
#logo {
    width: auto;
    height: 90px;
    padding: 10px 30px 10px 20px;
    float: left;
    position: static;
    left: 0;
    margin-left: 0;
    top: 0;
    background: transparent;
}
#logo img{
	width:100%;
	position: relative;
	}

.jetzt-teilnehmen-btn{
	cursor:pointer;
}
span.button.btn.jetzt-teilnehmen-btn.jetzt-teilnehmen-btn-slide {
    position: fixed;
    right: 40px;
    bottom: 40px;
}

@media screen and (max-width:1660px){ 
	header#head{width:100%;}
    a.kontakt-header-btn {
        margin-right: 30px;
    }
	#logo {
    padding: 10px 30px 10px 50px;
}
	.monats-button-wrapper {
    padding-left: 30px;
}
}

@media screen and (max-width:1340px){ 
	.header-con {
		width: 100%;
		padding: 0px 0 0 20px;
	}
	.head-btn {
		width: 175px;
	}

}

@media screen and (max-width:1080px){ 

}
@media screen and (max-width:768px){ 

span.button.btn.jetzt-teilnehmen-btn.jetzt-teilnehmen-btn-slide {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
}

}
@media screen and (max-width:520px){ 


	#logo {
    width: 180px;
}
}

	
	
/* \\\\\\\\\\\\\\\\\\\\ NAVIGATION ///////////////////// */	
.menu-hauptmenue-container {
    position: fixed;
    top: -100%;
    padding: 120px 30px;
    right: 0%;
    width: 100%;
    height: 100%;
    background: #000;
    font-size: 30px;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	 z-index: 100000;
    text-align: center;
}
ul#menu-hauptmenue, ul#menu-hauptmenue li {
  	margin: 0;
	padding:0;
}
ul#menu-hauptmenue li {
    padding: 10px;
    display: block;
}
ul#menu-hauptmenue li a {
    font-size: 30px;
    display: block;
}
.toggle-on .menu-hauptmenue-container {    top: 0%;  }	
ul#menu-hauptmenue a, ul#menu-hauptmenue li.current_page_item ul.sub-menu a {
    color: #fff;
    line-height: 140%;
}
ul#menu-hauptmenue li.current_page_item > a, ul#menu-hauptmenue ul.sub-menu li.current_page_item a {
    color: #006c69;
    font-weight: 600;
}
ul.sub-menu {
    margin: 0;
    padding: 20px 0;
}
.menu-button {
    padding: 15px 0 15px 0;
    background: #000;
    border-radius: 3px;
    width: 60px;
    height: 60px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.menu-button div {
    background: #fff;
    width: 30px;
    position: absolute;
    height: 4px;
    top: 18px;
    left: 15px;
    border-radius: 5px;
	-webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  	transition:         all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	cursor: pointer;
}
.menu-button div:nth-child(2) {
    top: 28px;
}
.menu-button div:nth-child(3) {
    top: 38px;
}
.toggle-on .menu-button div:nth-child(2) {
    transform: rotate(45deg);
}
.toggle-on .menu-button div:nth-child(1), .toggle-on .menu-button div:nth-child(3) {
    transform: rotate(-45deg);
	top: 28px;
}

@media screen and (max-width:1340px){ }	

@media screen and (max-width:768px){ }		







	
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ CONTENT /////////////////////////*/



#wrapper{
	width:100%;
	min-height:100%;
	float:left;
	}	
#content {
    width: 1280px;
    height: auto;
    padding: 170px 0 30px 0;
    margin: 0 auto;
    overflow: hidden;
}
.page-template-default #content .con,  .page-template #content .con{ width: 850px; }
.blog #content .con{width:1280px;}
.home div#content {
    padding: 30px;
    text-align: center;
    top: 0;
    padding-top: 120px;
    position: relative;
}

@media screen and (max-width:1340px){ 
	#content{
		width:100%;     
		padding: 40px 30px 30px 30px;
	}

}


@media screen and (max-width:910px){ 
.home div#content {
    padding: 30px;
    text-align: center;
    top: 0;
    padding-top: 0;
    position: relative;
}
	.page-template-default #content .con, .page-template #content .con {
		width: 100%;
	}
	
}





/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  LIGHTBOX ///////////////////////// */

.praesenz-icon, .digital-icon {
    position: fixed;
    top: 15px;
    z-index: 1000000;
    right: 108px;
    /* background: green; */
    /* width: 60px; */
    /* height: 60px; */
    width: 60px;
    height: 60px;
    background: #006c69;
    padding: 9px 10px;
    cursor: pointer;
    border-radius: 3px;
}
.praesenz-icon a, .digital-icon a {
    position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
}

.info-icon01.info-icon {
    width: 60px;
    height: 60px;
    background: #006c69;
    padding: 9px 22px;
    cursor: pointer;
    border-radius: 3px;
    position: fixed;
    right: 33px;
    top: 100px;
	opacity: 1;
    z-index: 100000;
		-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.info-icon01.info-icon img.desk-img.info-i-icon{width:100%; display:block;opacity: 1; 	-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;}
.close-i {
    position: absolute;
    width: 39px !important;
    top: 10px;
    left: 10px;
    opacity: 0;
		-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.info-on .close-i {
    opacity: 1;
}
.info-on .info-icon01.info-icon img.desk-img.info-i-icon{opacity:0;}
.kontakt-icons {
    position: fixed;
    right: 33px;
    top: 15px;
    z-index: 100000;
}
.kontakt-icon {
    width: 60px;
    height: 60px;
    background: #006c69;
    padding: 9px 17px;
    cursor: pointer;
    border-radius: 3px;
}
.kontakt-icon img{width: 100%;}
.lightbox-kontakt-wrapper, .lightbox-info-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0%;
    background: #fff;
    z-index: 9999;
	    overflow: scroll;
    padding: 30px;
	-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.kontakt-visible .lightbox-kontakt-wrapper {
    left: 0;
	top:0;
    padding-top: 120px;
}
.kontakt-visible .info-icon01.info-icon {
    display: none;
}
.info-visible .lightbox-info-wrapper{left:0;}
.lightbox-kontakt.con h2 {
    text-align: center;
}
.lightbox-kontakt.con {
    width: 100%;
    text-align: center;
}
.lightbox-kontakt input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
}
.close {
    position: absolute;
    right: 42px;
    top: 110px;
    width: 40px;
	    cursor: pointer;
}
.close img {
    width: 100%;
}



.standort {
    width: 33%;
    text-align: center;
    display: inline-block;
	background-color: #000000;
	-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
	    position: relative;
	border: 15px solid #fff;
}


.standort img {
    width: 100%;
    display: block;
    opacity: .7;
		-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.standort:hover img{opacity: 1;}
.standortename {
    padding-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 500px;
}
.standort-inner-wrapper {
    position: relative;
}
.standort a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 10;
}
@media screen and (max-width:1140px){ 
	.lightbox-kontakt.con {
		width: 100%;
	}
	.standort {
	border: 0px solid #fff;
}
}


@media screen and (max-width:1140px){ 
.standort {
    width: 49%;
}
}

@media screen and (max-width:768px){
.info-icon01.info-icon {
    right: 10px;
}
	.kontakt-icons {
    right: 10px;
}
	.praesenz-icon, .digital-icon {
    right: 10px;
    left: inherit;
    bottom: 10px;
    top: inherit;
}
	.close {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 40px;
    cursor: pointer;
}
}




/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  FOOTER ///////////////////////// */



.menu-footer-menue-container {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.menu-footer-menue-container ul, .menu-footer-menue-container li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.menu-footer-menue-container li {
    padding: 0 30px;
}
footer {
    clear: both;
    overflow: hidden;
}