html, body{
	width:100%; 
	padding:0;
	margin:0;
	font-size: 30px;
	line-height:140%;
	font-weight:100;
	color: #000;
	font-family:  'Tahoma', 'Titillium Web', Helvetica, Helvetica Neue, Arial;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
#page{
	width:100%;
	height:auto;
	}

body {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width:1660px){ body {
    width: 100%;
    margin: 0 auto;
    position: relative;
}}

/* \\\\\\\\\\\\\\\\\\\\ HEADER ///////////////////// */

header#head {
    width: 100%;
    height: auto;
    background-color: #fff;
    height: auto;
    position: static;
    text-align: center;
    top: 0;
    left: 0;
    padding: 40px 80px;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-con{
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	right: 0;
    top: 0;
}
.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: 460px;
    height: auto;
    float: none;
    position: static;
    background: #fff;
    margin: 0 auto;
}
#logo img{
	width:100%;
	position: relative;
	}



@media screen and (max-width:1340px){ 
	
	html, body{
	font-size: 24px;
	}
	.header-con {
		width: 100%;
		padding: 0px 0 0 20px;
	}
	.head-btn {
		width: 175px;
	}
	#logo {
		width: 300px;
	}

}

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

	.head-btn {
		width: 160px;
		font-size: 18px;
	}
	.header-con > a, .header-con > div {
		float: right;
		margin: 12px;
		font-size: 18px;
	}


}
@media screen and (max-width:768px){ 
	header#head {
		width: 100%;
		height: auto;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		padding-left: 36%;
	}
	a.studio-button-head.head-btn, a.termin-button-head.head-btn {
		display: none;
	}

}


	
	
/* \\\\\\\\\\\\\\\\\\\\ NAVIGATION ///////////////////// */	
.nav-wrapper {
    position: absolute;
    right: 0;
    width: 75%;
    bottom: 0;
}
.menu-hauptmenue-container {
    position: relative;
    top: 0%;
    padding: 0;
    right: 0%;
    width: 100%;
     padding-right: 0px;/*padding-right: 120px; <-- social media */
    height: auto;
    background: #fff;
    font-size: 30px;
    -webkit-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
    z-index: 10000;
    text-align: center;
}
.head-social-media {
    position: absolute;
    right: 0;
    width: 120px;
    height: 20px;
	    display: none;
}
.head-social-media img {
    width: 40px;
    float: right;
    margin: 4px 0 0 10px;
}
.head-inner-con {
    position: relative;
    width: 100%;
    float: left;
	    padding-bottom: 10px;
}
ul#menu-hauptmenue, ul#menu-hauptmenue li {
    margin: 0;
    padding: 0;
    float: right;
}
ul#menu-hauptmenue li {
    padding: 10px 30px;
    display: block;
    float: left;
}
ul#menu-hauptmenue li a {
    font-size: 22px;
    display: block;
	color: #00a870;
	font-weight: 400;
}
ul#menu-hauptmenue li a:hover {
	color: #cd1316;
}

ul#menu-hauptmenue li.current_page_item > a, ul#menu-hauptmenue ul.sub-menu li.current_page_item a, ul#menu-hauptmenue li.current-menu-parent > a{
   color: #cd1316;
    font-weight: 600;
}
ul.sub-menu {
    margin: 0;
    padding: 20px 0;
}
ul.sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    display: none;
	width:100%;
}
ul#menu-hauptmenue li:hover ul.sub-menu {
    display: block;
}


@media screen and (max-width:1440px){ 
ul#menu-hauptmenue li {
    padding: 10px 15px;
}

}


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

ul#menu-hauptmenue li a {
    font-size: 18px;
}
.head-social-media img {
    width: 30px;
    float: right;
    margin: 4px 0 0 10px;
}
.head-social-media {
    width: 80px;
}
	.menu-hauptmenue-container {
padding-right: 0px;/*padding-right: 80px; <-- social media */
}
	header#head {
    padding: 40px 40px 17px;
}
	ul.sub-menu {
    padding-top: 7px;
}
}	

@media screen and (max-width:960px){ 
ul#menu-hauptmenue li a {
    font-size: 16px;
}
		header#head {
    padding: 20px 20px 0px;
}
}
@media screen and (max-width:1140px){ 
ul#menu-hauptmenue li {
    padding: 10px 10px;
	}}


@media screen and (max-width:768px){ 
.head-social-media {
    z-index: 1000000;
}
	.menu-hauptmenue-container {
    position: fixed;
    top: 100px;
    padding: 0px 30px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 30px;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	 z-index: 100000;
    text-align: center;
}
			header#head {
    padding: 20px 20px 20px;
				border:none;
				-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
}

		.head-social-media {
    position: absolute;
    right: 62px;
    width: 120px;
    height: 20px;
    top: -45px;
}
#logo {
    position: relative;
    z-index: 1000000;
}
ul#menu-hauptmenue, ul#menu-hauptmenue li {
  	margin: 0;
	padding:0;
}
ul#menu-hauptmenue li {
    padding: 10px;
    display: block;
	    width: 100%;
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
}
ul#menu-hauptmenue li a {
    font-size: 30px;
    display: inline-block;
}
.toggle-on .menu-hauptmenue-container {    right: 0%;  }	
ul#menu-hauptmenue a, ul#menu-hauptmenue li.current_page_item ul.sub-menu a {
    color: #000;
    line-height: 140%;
}

ul.sub-menu {
    margin: 0;
    padding: 20px 0;
}
.menu-button {
    padding: 8px 0 15px 0;
    background: #00a870;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    top: -7px;
    right: -10px;
    z-index: 1000000;
}
.toggle-on .menu-button{background-color: #cd1316;}
.menu-button div {
    background: #fff;
    width: 30px;
    position: absolute;
    height: 4px;
    top: 13px;
    left: 10px;
    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: 23.5px;
}
.menu-button div:nth-child(3) {
    top: 34px;
}
.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: 23px;
}
ul.sub-menu {
    position: static;
    margin: 0;
    background: #f2f2f2;
    padding: 0;
    padding-top: 15px;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 0 !important;
    border-top: 20px solid #FFF;
}
ul.sub-menu a {
    font-size: 22px !important;
}
}		


@media screen and (max-width:375px){ 
#logo {
    width: 182px;
    padding-top: 5px;
}
}
@media screen and (max-width:350px){ 
#logo {
    width: 132px;
    padding-top: 17px;
}
}


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



#wrapper{
	width:100%;
	min-height:100%;
	float:left;
	}	
#content {
    width: 1280px;
    height: auto;
    padding: 0px 0 30px 0;
    margin: 0 auto;
    overflow: hidden;
}
.page-template-default #content .con,  .page-template #content .con{ width: 850px; }
.blog #content .con{width:1280px;}

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


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

	.page-template-default #content .con, .page-template #content .con {
		width: 100%;
	}
	
}





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

.kontakt-icons {
    position: fixed;
    right: 12px;
    top: 105px;
    z-index: 1000;
}
.kontakt-icon {
    width: 60px;
    height: 60px;
    background: #00a870;
    padding: 12px;
    cursor: pointer;
    border-radius: 3px;
}
.kontakt-icon img{width: 100%;}
.lightbox-kontakt-wrapper, .lightbox-info-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    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;
    padding-top: 120px;
}
.info-visible .lightbox-info-wrapper{left:0;}
.lightbox-kontakt.con h2 {
    text-align: center;
}
.lightbox-kontakt.con {
    width: 850px;
	text-align: center;
}
.lightbox-kontakt input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
}
.close {
    position: absolute;
    right: 20px;
    top: 110px;
    width: 40px;
}
.close img {
    width: 100%;
}

@media screen and (max-width:1140px){ 
	.lightbox-kontakt.con {
		width: 100%;
	}
}


.cky-footer-wrapper div:last-child {
    display: none !important;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  FOOTER ///////////////////////// */

footer {
    padding: 35px 80px 80px;
    clear: both;
}
div#footer-content {
}
.menu-footer-menue-container {
    width: 100%;
    text-align: right;
    padding: 0;
	    overflow: hidden;
	text-align: center;
}

.menu-footer-menue-container ul, .menu-footer-menue-container li {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.menu-footer-menue-container li {
    padding: 0 0 0 30px;
	 color: #00a870;
    background-size: 95px;
    display: inline-block;
}
		
.menu-footer-menue-container li a {

	color: #00a870;
    display: inline-block;
}
