html, body{
	width:100%; 
	height:100%;
	padding:0;
	margin:0;
	font-size: 24px;
	line-height:140%;
	font-weight:100;
	color: #000;
	font-family: 'Titillium Web', Helvetica, Helvetica Neue, Arial;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
#page {
    width: 100%;
    height: auto;
    padding-top: 160px;
    clear: both;
    overflow: hidden;
}
#page {
    width: 1920px;
    margin: 0 auto;
}

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

header#head {
    width: 1920px;
    height: auto;
    background-color: #fff;
    height: 160px;
    position: fixed;
    top: 0;
	z-index: 100000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	left: 50%;
    margin-left: -960px;
}
.hide-nav header#head{height:90px;}
.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: 290px;
    height: auto;
    padding: 15px 0px 20px 0px;
    float: left;
    position: absolute;
       left: 8.3%;
    top: 20px;
    background: #fff;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	
}
.hide-nav #logo {
    width: 170px;
	padding:10px 0px;
	top:13px;
}
#logo img{
	width:100%;
	position: relative;
	}



a.kontakt {
    position: fixed;
    width: 65px;
    height: 65px;
    background: green;
    padding: 11px;
    box-sizing: border-box;
    border-radius: 6px;
}

.grecaptcha-badge {
    display: none !important;
}
@media screen and (max-width:2048px){ 
#page {
    width: 100%;
    margin: 0 auto;
	}

	header#head {
    width: 100%;
		margin:0;
		left:0;
}
	#logo {
       left: 10%;
	}
}
@media screen and (max-width:1920px){ 
#page {
    width: 100%;
    margin: 0 auto;
}
	
	header#head {
    width: 100%;
		margin:0;
		left:0;
}
    #logo {
        left: 5%;
			padding-right: 0;
        padding-left: 0;
    }
}

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

	    #logo {
        left: 30px;
			padding-right: 0;
        padding-left: 0;
    }
	    
	.head-btn {
		width: 200px;
	}
	
	
}

@media screen and (max-width:1340px){ 
		html, body{
	font-size: 18px;
	}
	.header-con {
		width: 100%;
		padding: 0px 0 0 20px;
	}
	.head-btn {
		width: 175px;
	}
	
	
	header#head, .hide-nav header#head {
		height: 90px;}
	
	#page {
    padding-top: 100px;
}
	
	    #logo {
        width: 220px;
        padding-top: 0;
        padding: 0;
    }
}

@media screen and (max-width:1080px){ 
			html, body{
	font-size: 16px;
	}
	#logo {
		width: 200px;
	}
	.head-btn {
		width: 160px;
		font-size: 18px;
	}
	.header-con > a, .header-con > div {
		float: right;
		margin: 12px;
		font-size: 18px;
	}
    #logo, .hide-nav  #logo {
        width: 180px;
        left: 23px;
        padding: 5px 0px 0 0px;
		top:13px;
    }
	
}
@media screen and (max-width:768px){ 

	a.studio-button-head.head-btn, a.termin-button-head.head-btn {
		display: none;
	}

}


	@media screen and (min-width:1920px){ 
.menu-hauptmenue-container {
    width: 700px;
}
		
		.toggle-on .menu-button {
    display: none;
}
		
		.toggle-on .menu-button.menu-close.toggle-on {
    display: block;
}
}
@media screen and (max-width:1920px){ .menu-hauptmenue-container {
    width: 35%;
}}
	
/* \\\\\\\\\\\\\\\\\\\\ NAVIGATION ///////////////////// */	
/* MENU CONTAINER */
.menu-hauptmenue-container {
    position: fixed;
    top: 0;
        right: -150%;
    height: 100%;
    padding: 120px 30px;
    background: #fff;
    font-size: 30px;
    transition: 0.6s ease-in-out all;
    z-index: 1000000;
    text-align: left;
    border-left: #3d82ea 30px solid;
    transform: rotate(-180deg);
    border-radius: 100%;
}

/* ACTIVE STATE */
.toggle-on .menu-hauptmenue-container {
    right: 0;
    transform: rotate(0deg);
    border-radius: 0;
}

/* MENU RESET */
ul#menu-hauptmenue,
ul#menu-hauptmenue li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-hauptmenue li {
    padding: 10px 0;
    display: block;
    position: relative;
}

/* LINKS */
ul#menu-hauptmenue li a {
    font-size: 30px;
    display: block;
    color: #e80e6e;
    line-height: 140%;
    text-decoration: none;
}

/* ACTIVE COLORS */
ul#menu-hauptmenue li.current_page_item > a {
    color: #3d82ea;
    font-weight: 600;
}

/* SUBMENU (versteckt) */
ul.sub-menu {
    display: none;
    padding: 10px 0 10px 15px;
}

/* SUBMENU sichtbar wenn offen */
li.open > ul.sub-menu {
    display: block;
}

/* SUBMENU LINKS */
ul.sub-menu li a {
    font-size: 20px;
}

/* PFEIL */
.menu-item-has-children > a::after {
    content: "▾";
    float: right;
    font-size: 16px;
}

/* MENU BUTTON */
.menu-button {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 60px;
    top: 40px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1000000;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
}
.toggle-on .menu-button{z-index:1000000;}
.hide-nav   .menu-button{
	    top: 6px;
}
.menu-button.menu-close {
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	opacity: 0;
}
.toggle-on .menu-button.menu-close {
	opacity:1;
}
.menu-button.menu-close {
    position: fixed;
}
/* BURGER LINES */
.menu-button div {
    background: #3d82ea;
    width: 70px;
    height: 6px;
    position: absolute;
    left: 0;
    border-radius: 5px;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-button div:nth-child(1) { top: 18px; }
.menu-button div:nth-child(2) { top: 33px; }
.menu-button div:nth-child(3) { top: 48px; }

/* BURGER → X */
.toggle-on .menu-button div:nth-child(2) {
    transform: rotate(45deg);
    top: 28px;
}

.toggle-on .menu-button div:nth-child(1),
.toggle-on .menu-button div:nth-child(3) {
    transform: rotate(-45deg);
    top: 28px;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */



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

.menu-button {
    top: 14px;
}

}

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

    .menu-hauptmenue-container {
        width: 80%;
        padding: 100px 20px;
        border-left: none;
    }
.menu-button {
    right: 30px;
    width: 50px;
}
	.menu-button div {
    width: 50px;
    height: 4px;
}
	
	.menu-button, .hide-nav .menu-button {
    top: 6px;
}
}

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

    .menu-hauptmenue-container {
        width: 100%;
        padding: 80px 20px;
    }

    ul#menu-hauptmenue li a {
        font-size: 22px;
    }




}


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



#wrapper{
	width:100%;
	min-height:100%;
	float:left;
	}	
#content {
    width: 1600px;
    height: auto;
    padding: 30px 0 30px 0;
    margin: 0 auto;
    overflow: hidden;
	
	position: relative;
	top:150px;
	opacity: 0;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
}
#content.ani{
	top:0px;
	opacity: 1;
}
.home #content {padding-top:0;}
.page-template-default #content .con,  .page-template #content .con{ width: 1600px; }
.blog #content .con{width:1280px;}


@media screen and (max-width:1660px){ 
	#content{
		width:100%;     
		padding: 40px 30px 30px 30px;
	}
	
	.page-template-default #content .con, .page-template #content .con {
    width: 100%;
}
	
}


@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: absolute;
    right: 55px;
    top: 180px;
    z-index: 1000;
	-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.hide-nav .kontakt-icons {
    top: 110px;
}
.kontakt-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    padding: 15px;
    cursor: pointer;
}
.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:1340px){ 
	.kontakt-icons {
    top: 125px;
}
}

@media screen and (max-width:1140px){ 
.kontakt-icons {
    right: 30px;
}
.kontakt-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    padding: 10px;
    cursor: pointer;
}

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


div#footer-content h2 {
    color: #fff;
    font-weight: 100;
}
div#footer-content .c66 {
    padding: 0 120px 30px 0;
	    position: relative;
    top: 100px;
    opacity: 0;
		-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}

.ani div#footer-content .c66 {
    top: 0px;
    opacity: 1;
}

div#footer-content .con {
    margin: 0;
}

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

.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 60px 0 0;
}

div#footer-content .c03 h3 {
    color: #fff;
}
div#footer-content .c03 {
    padding-top: 15px;
    top: 100px;
    opacity: 0;
		-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.ani div#footer-content .c03 {
   top: 0px;
    opacity: 1;
}

footer  a:link, footer   a:hover, footer  a:active, footer  a:visited{
	    color: #fff;
	font-weight: bold;
}

footer .current-menu-item a:link, footer .current-menu-item  a:hover, footer .current-menu-item a:active, footer .current-menu-item a:visited{
	    color: #e80e6e;
	font-weight: bold;
}

div#footer-content .btn:hover {
    background: #ffffff;
    color: #3d82ea;
}
div#footer-content .c03 p {
    margin-top: 13px;
}


footer {
    background-color: #3d82ea;
    clear: both;
    padding: 120px;
    margin: 0 30px;
    border-radius: 15px;
	margin-top: 120px;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.menu-footer-menue-container {
    padding-top: 60px;
	position: relative;
	    top: 100px;
    opacity: 0;
		-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.ani .menu-footer-menue-container {

	    top: 0px;
    opacity: 1;
}



img.footer-img {
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 550px;
}







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


    img.footer-img {
        width: 22%;
        right: 2%;
    }
}


@media screen and (max-width:1660px){
	
	img.footer-img {
    width: 21%;
 right: -4%;
}
	
	
img.footer-img {
    width: 28%;
}
}

@media screen and (max-width:1660px){
footer {
    padding:60px;
}
}
@media screen and (max-width:768px){
img.footer-img {
	
    right: -3%;
    width: 50%;
}
	div#footer-content .c66 {
    padding: 0;
}
	footer {
    padding: 30px;
}
}
