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

body{	padding-bottom:90px;}
/* \\\\\\\\\\\\\\\\\\\\ HEADER ///////////////////// */

header#head {
    width: 100%;
    height: auto;
    background-color: #fff;
    height: 88px;
    position: fixed;
    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;
}
.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: 260px;
    height: auto;
    padding: 20px 30px;
    float: unset;
    position: static;
    left: 50%;
    top: 0;
    margin: 0 auto;
    background: #fff;
}
#logo img{
	width:100%;
	position: relative;
	}

@media screen and (max-width:1600px){ 
	#logo {
		width: 260px;
	}
	.head-btn {
		width: 200px;
	}
}

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

@media screen and (max-width:1080px){ 
	#logo {
		width: 200px;
	}
	.head-btn {
		width: 160px;
		font-size: 18px;
	}
	.header-con > a, .header-con > div {
		float: right;
		margin: 12px;
		font-size: 18px;
	}
	#logo {
		width: 142px;
		left: 23px;
		padding: 10px 0px 0 10px;
	}
}
@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 ///////////////////// */	
.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: #666666;
    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 /////////////////////////*/
div#card-icon {
    position: fixed;
    bottom: 80px;
    right: -100px;
    width: 60px;
    height: 60px;
    background: #008d91;
    border-radius: 5px;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	background-image: url("../images/cart-icon.svg");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center center;
	cursor: pointer;
	z-index: 1000;
}
.menu-selected div#card-icon {
    right: 30px;
}

.intro{padding: 30px 30px 0; text-align: center;}
#wrapper{
	width:100%;
	min-height:100%;
	float:left;
	}	
#content {
    width: 1280px;
    height: auto;
    padding: 30px 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: #666666;
    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%;
	}
}



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



.menu-footermenue-container {
    width: 100%;
    text-align: center;
    padding: 120px 30px 30px;
	clear: both;
	padding-bottom: 90px;
}

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

.menu-footermenue-container li {
    padding: 0 30px;
}

/*
.footer-border{height:2px; background-color:#ededed; width:100%;}
footer{
	width:100%;
	text-align: center;
	height:auto;
	margin-top:-360px;
	color:#000000;
	line-height: 130%;
	clear:both;
	background-color:#fff;	
    box-sizing: border-box;
    border: 30px solid #fff;
}
	
#footer-content{
	width:100%;
	height:auto;
	margin:0 auto;
	}	
#footer-top{
	padding-top:20px;
    width: 100%;
    height: auto;
    background-color: #666666;
    margin: 0 auto;
    padding-bottom: 0px;
    background-attachment: fixed;
	background-position: center center;
}
footer .c03 img {
    width: 40px;
}
footer .c03 {
    background: #fff;
    border-right: 2px solid #ededed;
    padding: 50px 30px;
}
#footer-top h3 {
    margin: 30px;
    color: #fff;
	font-weight:100;
}
footer .c03:last-child{border:none;}
#footer-top .con:last-child {
    margin-bottom: -100px;
}
div#footer-bottom {
    background: #ededed;
	    height: 150px;
}

/* formular 
form.wpcf7-form div#name-email{
	width:100%;
	height:auto;
	float:left;
	}

div.kontakt-name input, div.kontakt-email input{width:100%; margin-bottom:10px;  background-color:#ededed; border:none;}
div.kontakt-name input, div.kontakt-email input {
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    border: 1px solid #ccc;
}
div.kontakt-name{
	width:50%;
	height:auto;
	float:left;
	padding-right:2%;
	}

div.kontakt-email{
	width:50%; 
	height:auto;
	float:left; 
	padding-left:2%;
	}		

div.kontakt-text{ width:100%; clear:both;margin-bottom: 10px;}

.wpcf7-textarea, span.your-message{width:100%; height:90px; background-color:#ededed; border:none;}
.wpcf7-textarea {
    width: 100%;
    height: 90px;
    background-color: #fff;
    border: none;
    border: 1px solid #ccc;
}

footer ::-webkit-input-placeholder { color:#4f4e4f; }
footer ::-moz-placeholder { color:#4f4e4f; } 
footer :-ms-input-placeholder { color:#4f4e4f; } 
footer input:-moz-placeholder { color:#4f4e4f; }

.newsletter ::-webkit-input-placeholder { color:#fff; }
.newsletter ::-moz-placeholder { color:#fff; } 
.newsletter :-ms-input-placeholder { color:#fff; } 
.newsletter input:-moz-placeholder { color:#fff; }

footer input{ width:100%; height:40px;}

footer h2 {
    font-size: 30px;
	font-weight:100;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
}

footer input.wpcf7-submit{width:170px; height:45px; font-size:17px; background:#666666; margin:0 !important; color:#fff; }
	
#footer-right textarea:focus{outline: none !important; border:none;}

footer .wpcf7-form {
    margin: -80px 0 0 30px;
	padding-right: 50px;
}

footer span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin: -5px 0 5px 0;
    padding: 0;
    font-weight: bold;
}
div.wpcf7-validation-errors {
    background-color: #fff;
    border: none !important;
}	
.wpcf7-response-output{display:none;}
#footer-right .div.wpcf7-response-output{margin:0  !important; padding:0; position:relative; z-index:5;}
.googlemap{
	width:100%;
	height:260px;
	color:#818181;
	}
.footer-options {
    text-align: center;
    padding: 30px;
}
.footer-options div {
    display: inline-block;
}	
#footer-menu > div ul{
	width:1080px;
	height: 30px;
	clear:both;
	margin:0 auto;
	color:#fff;
	padding: 0;
	}	
	
#footer-menu > div ul li{
	list-style-type:none;
	padding:0 19px 0 15px;
	    display: inline-block;
	border-right:1px solid #fff;
	}
#footer-menu > div ul li:last-child{border:none;}
#footer-menu > div ul li a:link, #footer-menu > div ul li a:visited, #footer-menu > div ul li a:active, #footer-menu > div ul li a:hover{ text-decoration:none; color:#fff;}

footer a:link, 
footer a:active, 
footer a:hover, 
footer a:visited{
	text-decoration:none;
	}

.googlemap{
	width:100%;
	height:400px;
	color:#818181;
	position:relative;
	}
.googlemap h4, .googlemap p{margin:0;}	
.gm-style-iw div {
    width: 200px !important;
}
.gm-style-iw {
    width: 220px !important;
}
#germany-healthcare-map{
    height: 600px;
    width: 100%;
}
.social-media img {
    width: 30px;
    float: left;
    margin: 10px 10px 0 0;
    padding: 7px;
}
div.wpcf7-mail-sent-ok {
    border: none !important; 
    background: #666666;
    color: #fff;
}
.footer-skolawork.con .c01 > * {
    padding: 10px 0 0 0;
}
.footer-skolawork.con {
    padding: 10px 30px 40px 30px;
}
.footer-skolawork.con img {
    width: 180px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:1640px){ 
#footer-content{
	width:100%;
	height:auto;
	}	
}
@media screen and (max-width:1345px){ 
#footer-content{width:100%; }
#footer-top, #footer-center{
	width:100%;
	}
nav#footer, #footer-menu > div ul{
	
	width:100%;
	}
#footer-left{padding-left:0px;}
footer #footer-top{padding:30px 30px 0 30px;}

}

@media screen and (max-width:1140px){
#footer-menu > div ul{
	width:100%;
	
	}}
@media screen and (max-width:920px){
#footer-left {
    width: 32%;
}
#footer-right {
    width: 430px;
}
	div#footer-menu {
    width: 100%;
    margin: 0 !important;
		padding-top: 26px;}
	#footer-menu > div ul {
    margin-left: 0px;
}
}

@media screen and (max-width:680px){ 
#footer-top .con:last-child {

    z-index: 1000;
    position: relative;
}
footer{height:auto;}
.social-media img {
    float: none;
}
.dreispalter_spalte, .mitglied, #footer-left, #footer-right{width:100%; clear:both;-webkit-box-sizing:border-box;
	box-sizing:border-box;}

footer .c03{padding:15px 0px;}


#footer-right h1{margin-left:0;}

#footer-left{padding-bottom:0;}

nav#footer, #footer-menu > div ul{
	padding-left:30px;
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
footer input.wpcf7-submit{
font-size:17px;
	width:200px;
	}
	
	nav#footer, #footer-menu > div ul {
    padding-left: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    clear: both;
    box-sizing: border-box;
    height: auto;
    margin: 0 !important;
    padding: 0;
}
	#footer-menu > div ul li {
    list-style-type: none;
    padding: 15px;
    display: block;
    border-right: 1px solid #fff;
    border: none;
}
footer h2 {
    width: 100%;
	font-size:24px;
	padding:20px;
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
}	
footer .wpcf7-form {
    margin: 0px 0 0 0px;
	padding-right: 50px;
}
}*/