html, body{
	width:100%; 
	height:100%;
	padding:0;
	margin:0;
	font-size: 30px;
	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;
    padding-top: 128px;
}


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

header#head {
    width: 100%;
    height: auto;
    background-color: #fff;
    height: 128px;
    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;
	padding-right:30px;
}
.head-btn {
    color: #000;
    background: #ffcc00;
    width: 280px;
    text-align: center;
    padding: 17px 26px 18px;
    font-size: 22px !important;
	line-height:192% !important;
	font-weight:300!important;
	color: #000;
	font-family: 'Titillium Web', Helvetica, Helvetica Neue, Arial !important;
}
.header-con > a, .header-con > div {
    float: right;
    margin: 24px 2px;
}
.header-con > a:link, .header-con > a:visited, .header-con > a:active, .header-con > a:hover {
	color:#000;
}
#logo {
       width: 350px;
    height: auto;
    padding: 16px 0px 0;
    float: left;
    position: absolute;
    left: 10%;
    top: 0;
    background: #fff;
}
#logo img{
	width:100%;
	position: relative;
	}




a.termin-button-head.head-btn {
    cursor: pointer;
}



.lang-switch {
    position: absolute;
    right: 27px;
    top: 73px;
    z-index: 100;
}


.lang-switch li {
    float: right;
    list-style: none;
    padding: 0 14px;
    line-height: 100%;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	background: #a0cecb;
}
.lang-switch li a:link, .lang-switch li a:visited, .lang-switch li a:active, .lang-switch li a:hover{ color:#000000;}
.lang-switch li.current-lang a:link, .lang-switch li.current-lang a:visited, .lang-switch li.current-lang a:active, .lang-switch li.current-lang a:hover{ color:#000000;}


.lang-switch {
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 100;
    width: 77px;
    padding: 0;
    height: 77px;
    margin: 0;
    -webkit-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
    z-index: 1000000;
}
.lang-switch li.current-lang{z-index:10; background: #ffcc00;  }
.lang-switch li.current-lang a{ pointer-events: none; }

.lang-switch:hover {
    height: 160px;
}

.lang-switch:hover li.current-lang {top:0px;}
.lang-switch:hover  li {top: 100px;}
/*.lang-switch:hover  li:nth-child(3) {top: 300px;}*/


.lang-switch li {
    position: absolute;
    top: 0;
    right: 0;
    width: 77px;
    height: 77px;
    display: block;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 39px;
}




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

}

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

	#logo {
	 left:30px;
	}
}

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

#logo {
    width: 300px;
    /* padding: 10px 0px 0 10px; */
    padding-top: 25px;
}
	a.termin-button-head.head-btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -145px;
    border: 10px solid #fff;
}
}
@media screen and (max-width:768px){ 
	
		#logo { width: 250px; /* padding: 10px 0px 0 10px; */ padding-top: 18px; }


		.lang-switch li {
    width: 60px;
		font-size: 18px;
    height: 60px;
		font-weight:500;
}
	.lang-switch {
    width: 60px;
    height: 60px;
		right: 0px;
    top: 0px;
}
	/*
	.lang-switch:hover {
    height: 220px;
}
.lang-switch:hover li:nth-child(0) {top:0px;}
.lang-switch:hover li:nth-child(1) {top:80px;}
.lang-switch:hover  li:nth-child(2) {    top: 160px;}
	.lang-switch:hover  li:nth-child(3) {    top: 240px;}
	
	*/
	header#head {
		width: 100%;
		height: auto;
		background-color: #fff;
	}
	.header-con {
    position: relative;
    top: 74px;
}
a.termin-button-head.head-btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    border: 10px solid #fff;
    padding: 10px 0;
}
}

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

	#logo { width: 76%;  }
}
	
/* \\\\\\\\\\\\\\\\\\\\ NAVIGATION ///////////////////// */	
.menu-hauptmenu-container, .menu-hauptmenu-de-container {
    position: fixed;
    top: -100%;
    padding: 220px 30px;
    right: 0%;
    width: 100%;
    height: 100%;
    background: #a0cecb;
    font-size: 30px;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	 z-index: 100000;
	    overflow: scroll;
    text-align: center;
}
ul.nav-menu, ul.nav-menu li {
  	margin: 0;
	padding:0;
}
ul.nav-menu li {
    padding: 10px;
    display: block;
}
ul.nav-menu li a {
    font-size: 30px;
    display: block;
}
.toggle-on .menu-hauptmenu-container, .toggle-on .menu-hauptmenu-de-container {    top: 0%;  }	
ul.nav-menu a, ul.nav-menu li.current_page_item ul.sub-menu a {
    color: #fff;
    line-height: 140%;
}
ul.nav-menu li.current_page_item > a, ul.nav-menu 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: #ffcc00;
    width: 77px;
    height:77px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.menu-button div {
    background: #000;
    width: 44px;
    position: absolute;
    height: 5px;
    top: 24px;
    left: 16px;
	-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: 36px;
}
.menu-button div:nth-child(3) {
    top: 48px;
}
.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;
}
ul.nav-menu ul.sub-menu li {
    margin: 0;
    padding: 7px;
}

ul.nav-menu ul.sub-menu a {
    font-size: 18px;
    padding: 0;
    margin: 0;
}
@media screen and (max-width:1340px){ }	

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

.menu-button {
    width: 60px;
    height: 60px;
}
.menu-button div {
    width: 30px;
    height: 4px;
    top: 18px;
}
.menu-button div:nth-child(2) {
    top: 28px;
}
.menu-button div:nth-child(3) {
    top: 38px;
}
}		







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



#wrapper{
	width:100%;
	min-height:100%;
	float:left;
	}	
#content {
    width: 100%;
    height: auto;
    padding: 100px 0 120px 0;
    margin: 0 auto;
    overflow: hidden;
}
.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 /////////////////////////*/




.footer-icon {
	    font-size: 29px;
	line-height: 150%;
    padding-left: 0px;
    background-size: 30px;
    min-height: 55px;
    background-position: left top;
}

footer .c03 img.sabafont {
    width: 87%;
}


.footer-border{height:2px; background-color:#ededed; width:100%;}
footer{
	width:100%;
	text-align: center;
	height:auto;
	color:#000000;
	line-height: 130%;
	clear:both;
    box-sizing: border-box;
	border-bottom:0;
	margin: 0 auto;
	position: relative;
}
img.footer-gfx {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    z-index: 1;
}


@media screen and (max-width:1920px){ 
footer{
	width:100%;
}
}
footer .c01.footer-nav-wrapper {
    padding: 30px 30px ;
    position: relative;
    z-index: 2;
}
	.main-footer.con {
    width: 100%;
		padding:180px 30px 0px;
		position: relative;
    z-index: 2;
}
#footer-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* border: 30px solid #fff; */
    padding: 30px 0 30px;
    clear: both;
    background-color: #78a9d4;
}
#footer-top{
	padding-top:20px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0px;
    background-attachment: fixed;
	background-position: center center;
}
footer .c03 img {
    width: 40px;
}
footer .c03 {
    padding: 0px 10px;
	color: #fff;
    text-align: left;
}
footer .c03 h3{font-size:30px; color: #fff;}
footer .c01 {
    padding: 0px 10px 20px;
}
#footer-top h3 {
    margin: 30px;
    color: #fff;
	font-weight:100;
}
footer .c03:last-child {
    border: none;
    color: #000;
}
#footer-top .con:last-child {
    margin-bottom: -100px;
}
div#footer-bottom {
    background: #ededed;
	    height: 150px;
}
.social-media {
    width: 200px;
    margin: 0 auto;
}
/* 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;  border:none;}
.wpcf7-textarea {
    width: 100%;
    height: 80px;
    border: none;
    border-bottom: 4px solid #fff;
}
footer .c66 {
    padding-right: 14%;
}
footer ::-webkit-input-placeholder { color:#000 !important; }
footer ::-moz-placeholder { color:#000 !important;} /* firefox 19+ */
footer :-ms-input-placeholder { color:#000 !important; } /* ie */
footer input:-moz-placeholder { color:#000 !important; }
footer input::placeholder { color:#000 !important; }

.newsletter ::-webkit-input-placeholder { color:#fff !important; }
.newsletter ::-moz-placeholder { color:#fff !important; } /* firefox 19+ */
.newsletter :-ms-input-placeholder { color:#fff !important; } /* ie */
.newsletter input:-moz-placeholder { color:#fff !important; }
input.wpcf7-form-control.wpcf7-submit {
    background: #ff4a18;
    border: none;
    width: 200px;
    padding: 0;
    margin-left: 10px !important;
    display: block;
    border-radius: 5px !important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    display: block;
    padding: 20px !important;
    height: auto;
}
.footer-line-quad {
    position: absolute;
    top: -89px;
    width: 800px;
    height: 800px;
    transform: rotate(-25deg);
    border: 1px solid #fff;
    z-index: 0;
    left: 24%;
}
.footer-bottom {
    clear: both;
    float: none;
    width: 100%;
    overflow: hidden;
    height: auto;
}
footer h2 {
    color: #000;
    z-index: 2;
    position: relative;
}
form.wpcf7-form .c01 p {
    margin: 0;
}
footer input.wpcf7-submit{width:170px; height:45px; font-size:17px; background:#ff6c00; 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;
    text-align: left;
    padding-left: 76px;
	font-size:20px;
}
span.wpcf7-list-item {
    margin: 0 0 0 10px;
}

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;
}	
#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:100%;
	height: auto;
	clear:both;
	margin:0 auto;
	color:#fff;
	padding: 0;
	}	
	footer .con {
    width: 100%;
}
#footer-menu > div ul li{
	list-style-type:none;
	padding:0 19px 0 15px;
	    display: inline-block;
	}
#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:#000000 ;}

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

.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: #ff6c00;
    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;
}
img.socialmediaicon {
    width: 75px;
}
@media screen and (max-width:1640px){ 
#footer-content{
	width:100%;
	height:auto;
	}	
	.footer-icon {
    font-size: 27px;
}
	div#footer-menu {
    font-size: 20px;
}
}
@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;}
footer .wpcf7-form {
    margin: -80px 0 0 30px;
    padding-right: 0;
    text-align: left;
    padding-left: 0;
}
}

@media screen and (max-width:1080px){
#footer-menu > div ul{
	width:100%;
	}
footer .c01.footer-nav-wrapper {
    padding-bottom: 150px;
}
@media screen and (max-width:920px){
#footer-left {
    width: 32%;
}
#footer-right {
    width: 430px;
}
	div#footer-menu {
    width: 100%;
    margin: 0 !important;}
	#footer-menu > div ul {
    margin-left: 0px;
}
}

@media screen and (max-width:750px){
		.footer-icon {
    font-size: 24px;
}
	footer .wpcf7-form {
    margin: 0px 0 0 0px;
    padding-right: 50px;
    text-align: left;
    padding-left: 0px;
}
	img.footer-gfx {
    position: absolute;
    top: inherit;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 11% !important;
}
	.main-footer.con {
    padding-top: 0px;
}
footer .main-footer > .c66 {
    padding-right: 14%;
    padding: 0;
}
	footer .main-footer > .c03 {
    padding: 0 0px;
}

#footer-top .con:last-child {
    /* margin-bottom: 0px; */
    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: 50px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}	
footer .wpcf7-form {
    margin: 0px 0 0 0px;
	padding-right: 50px;
}
}