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

/* \\\\\\\\\\\\\\\\\\\\ HEADER ///////////////////// */
div#topbar {
    position: fixed;
    top: -635px;
    width: 100%;
    background: #ff6c00;
    z-index: 100;
    padding: 10px;
    height: 600px;
    z-index: 100000;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
}
.js div#topbar{top: -535px;}
.topbar-more-on div#topbar {
    top: 0px;
}
div#topbar .topbar-inner-wrapper div {
    display: inline-block;

    margin-right: 40px;
    padding: 17px 17px;
    background-image: url(../images/adress-icon.svg);
    background-repeat: no-repeat;
    padding-left: 56px;
    background-size: 25px;
    cursor: pointer;
	color:#fff;
	font-weight:400;
    background-position: left top 16px;
}
div#topbar .topbar-inner-wrapper .online-termin-topbar {
    background-image: url("../images/online-termin_icon.svg");
	background-size: 31px;
}
div#topbar .topbar-inner-wrapper .kontakt-topbar {

    background-image: url("../images/telefon_icon.svg");
	background-size: 31px;
}

div#topbar .topbar-inner-wrapper .notruf-topbar {

}


div#topbar .topbar-inner-wrapper .angebot-anfordern-topbar {
    background: #c6d200;
    color: #000;
    background-image: url(../images/icon-angebot.svg);
    background-repeat: no-repeat;
    background-size: 25px;
	font-weight:600;
    cursor: pointer;
    background-position: left 15px center;
}
div#topbar a:link, div#topbar a:visited, div#topbar a:hover, div#topbar a:active{color:#000;}


.topbar-inner-wrapper {
    width: 1280px;
    margin: 0 auto;
    text-align: right;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -640px;
}
header#head, .toggle-on.hide-nav header#head {
    width: 100%;
    height: auto;
    background-color: #fff;
    height: 150px;
    position: fixed;
    top: 64px;
	z-index: 10;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
		-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
}
.hide-nav header#head {
    top: -150px;
}
.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: 480px;
    height: auto;
    padding: 30px 0px;
    float: left;
    position: absolute;
    left: 10%;
    top: 0;
    background: transparent;
}
#logo img{
	width:100%;
	position: relative;
	}

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

}

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

	#logo {
		width: 300px;
	}
	body {
    padding-top: 190px;
}
	header#head, .toggle-on.hide-nav header#head {
    height: 130px;
}
	div#topbar .topbar-inner-wrapper div {
    font-size: 18px;
}
	.topbar-inner-wrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
    right: 0;
}
}

@media screen and (max-width:1080px){ 
#logo {
    left: 30px;
}
}
@media screen and (max-width:960px){ 
#logo {
    width: 200px;
}

	.menu-hauptmenue-container, .toggle-on.hide-nav .menu-hauptmenue-container {
    top: 104px;
}
	body {
    padding-top: 175px;
}
}



@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;
	}

	
	div#topbar {
    top: inherit;
    bottom: -635px;
}
	.js div#topbar{ top:inherit ;bottom: -535px;}
	.topbar-inner-wrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
    right: 0;

    top: 0px;
		height: 57px;
}
div#topbar .topbar-inner-wrapper div, div#topbar .topbar-inner-wrapper .angebot-anfordern-topbar {
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    padding: 30px 0px 8px;
    background-position: top 10px center;
    background-size: 19px;
}
	div#topbar .topbar-inner-wrapper .kontakt-topbar {
    background-image: url(../images/telefon_icon.svg);
    background-size: 23px;
}
	div#topbar .topbar-inner-wrapper .online-termin-topbar {
    background-image: url(../images/online-termin_icon.svg);
    background-size: 24px;
}

body {
    padding-top: 92px;
    padding-bottom: 80px;
}
	
	
	div#topbar .topbar-inner-wrapper div, div#topbar .topbar-inner-wrapper .angebot-anfordern-topbar {

    width: 50%;
    left: 0 !important;
    display: block;
    float: left;
    text-align: center;
}
}















ul#menu-hauptmenue li {
    display: inline-block;
    margin-right: 40px;
    font-size: 22px;
	position: relative;
	z-index: 3;
	pointer-events: all;
}
.menu-hauptmenue-container, .toggle-on.hide-nav .menu-hauptmenue-container {
       position: fixed;
    top: 150px;
    width: 100%;
    right: 0;
    z-index: 10000;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	pointer-events: none;
}
.hide-nav .menu-hauptmenue-container {
    position: fixed;
    top: -175px;
	
}
.menu-hauptmenue-container ul {
    display: block;
    margin: 0 auto;
    width: 1280px;
    text-align: right;
}
ul.sub-menu {
    position: absolute;
    top: 20px;
    width: 300px;
    left: 0;
    margin: 0;
    text-align: left;
    padding: 30px 0 0 0;
    display: none;
	z-index: 10;
}
ul#menu-hauptmenue li ul li {
    background: #fff;
    padding: 10px;
    display: block;
    border-bottom: 2px solid #000;
	margin:0;
}
ul#menu-hauptmenue li:hover ul.sub-menu{display:block;}

ul#menu-hauptmenue li a:link, ul#menu-hauptmenue li a:active, ul#menu-hauptmenue li a:visited, ul#menu-hauptmenue li a:hover{color:#000;}
.current-menu-item a, .current-menu-parent a, .single-gebiete .menu-item-object-gebiete {
    font-weight: 600;
}
.menu-button {
    padding: 15px 0 15px 0;
    background: #ff6c00;
    border-radius: 3px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    position: fixed;
    right: -80px;
    top: 90px;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
}
.hide-nav .menu-button {
    right: 12px;
}
.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){ 


.menu-hauptmenue-container, .toggle-on.hide-nav .menu-hauptmenue-container {
    top: 130px;
}
.menu-hauptmenue-container ul {
    width: 100%;
}
ul#menu-hauptmenue li {
    font-size: 18px;
}
}	


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

	ul#menu-hauptmenue li {
    font-size: 18px;
    margin-right: 20px;
}
	.menu-hauptmenue-container, .toggle-on.hide-nav .menu-hauptmenue-container {
    top: 104px;
}
	header#head, .toggle-on.hide-nav header#head {
    height: 93px;
}
}

@media screen and (max-width:768px){	
	
/* \\\\\\\\\\\\\\\\\\\\ 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: #ff6c00;
    font-weight: 600;
}
ul.sub-menu {
    margin: 0;
    padding: 20px 0;
}
	
.menu-hauptmenue-container {
    position: fixed;
    top: -100%;
    padding: 120px 30px;
    right: 0%;
    width: 100%;
    top: 0 ;
    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;
}
	.hide-nav .menu-hauptmenue-container , .menu-hauptmenue-container{
    position: fixed;
    top: -100%;
}
header#head, .toggle-on.hide-nav header#head {
    top: 0;
}	
.menu-button {
    position: fixed;
    right: 15px;
    top: 17px;
    z-index: 10000000;
}
	header#head, .toggle-on.hide-nav header#head {
    top: 0;
    z-index: 1000000;
}
		ul#menu-hauptmenue li ul.sub-menu li {
    border-bottom: 2px solid #f2f2f2;
    padding-right: 0;
    margin-right: 0;
}
	ul#menu-hauptmenue li ul.sub-menu li a {
    font-size: 17px !important;
    text-align: right;
}
	ul.sub-menu {
    display: block;
    position: static;
}
	ul#menu-hauptmenue li a {
    font-size: 24px;
    display: block;
}
	ul#menu-hauptmenue li {
    padding: 5px 0;
    display: block;
}
	.menu-hauptmenue-container {
    overflow-y: scroll;

    padding: 97px 30px;
}
.toggle-on.hide-nav .menu-hauptmenue-container {
    top: 0;
}
 }		




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



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

.blog #content {
    width: 100%;
    height: auto;
    padding: 0px 0 120px 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.con.article-start {
    width: 100%;
}
@media screen and (max-width:1340px){ 
	#content{
		width:100%;     
		padding: 40px 30px 30px 30px;
	}
	.home #content {
    padding: 120px 30px 30px;
}
}


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

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


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

.kontakt-icons {
    position: fixed;
    right: 12px;
    top: 105px;
    z-index: 1000;
}
.kontakt-icon {
    width: 60px;
    height: 60px;
    background: #ff6c00;
    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%;
	}
}




.notfallnummer span {
    display: block;
    font-size: 24px;
    margin-bottom: 19px;
}
.notfallnummer_wrapper {
    width: 50%;
    padding-top: 0px;
    clear: both;
    float: left;
    font-size: 18px;
    padding-left: 87px;
    background-image: url(../images/notruf_icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 60px;
    margin-top: 100px;
	color: #fff !important;
}
.notfallnummer_wrapper a:link, .notfallnummer_wrapper a:active, .notfallnummer_wrapper a:visited, .notfallnummer_wrapper a:hover{color:#fff !important;}

span.wpcf7-list-item-label {
    font-size: 16px;
}



.c03.field-name, .field-message {
    border: 5px solid transparent;
}
.topbar-content {
    width: 1280px;
    margin: 0 auto;
}
.topbar_form {
    width: 50%;
    float: right;
    right: 0;
    padding-top: 30px;
    position: relative;
}
img.close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    cursor: pointer;
}
 input.wpcf7-submit{width:170px; height:45px; font-size:17px; background:#ff6c00; margin:0 !important; color:#fff; }
	
 textarea:focus{outline: none !important; border:none;}

 .wpcf7-form {
    margin: 0px 0 0 30px;
	padding-right: 50px;
	    text-align: left;
}span.wpcf7-list-item {
    margin: 0 0 0 10px;
}

 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;}


.c02.field-name {
    padding-right: 15px;
}
.field-wrapper {
    width: 100%;
    clear: both;
    float: none;
    overflow: hidden;
	    margin-top: 10px;
}


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

.topbar-content {
    width: 100%;
    margin: 0 auto;
}
	.topbar_form {
    padding-right: 30px;
}

}


@media screen and (max-width:768px){ 
.notfallnummer_wrapper {
    width: 100%;
    padding-top: 0;
    clear: both;
    float: left;
    font-size: 18px;
    padding-left: 30px;
    background-image: url(../images/notruf_icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 60px;
    margin-top: 100px;
}
	.wpcf7-form {
    margin: 0;
    padding-right: 50px;
    text-align: left;
}
	.topbar_form {
    width: 100%;
    float: right;
    right: 0;
    padding-top: 30px;
    position: relative;
}
	.topbar-more-on div#topbar {
    top: inherit;
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
		 z-index: 100000000;
}
	img.close-icon {
    position: absolute;
    top: 100px;
		    z-index: 1000;
    right: 24px;
    width: 35px;
    cursor: pointer;
}

}


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




.footer-icon {
    background-image: url(../images/adress-icon.svg);
    background-repeat: no-repeat;
    padding-left: 80px;
    background-size: 30px;
    min-height: 55px;
    background-position: left top;
}
.footer-icon.telefon {
    background-image: url("../images/telefon_icon.svg");
}
.online-termin.footer-icon {
    background-image: url("../images/mail-icon.svg");
}




.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-top:60px;
		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: #ff6c00;
}
#footer-top{
	padding-top:20px;
    width: 100%;
    height: auto;
    background-color: #ff6c00;
    margin: 0 auto;
    padding-bottom: 0px;
    background-attachment: fixed;
	background-position: center center;
}
footer .c03 img {
    width: 40px;
}
footer .c03 {
    padding: 50px 10px;
	color: #fff;
    text-align: left;
}
footer .c03 h3{font-size:30px; color: #fff;}
footer .c01 {
    padding: 50px 10px;
}
#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;
}
.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: 64px;
    border: none;
    border-bottom: 4px solid #fff;
}
footer .c66 {
    padding-right: 14%;
}
footer ::-webkit-input-placeholder { color:#ffffff !important; }
footer ::-moz-placeholder { color:#ffffff !important;} /* firefox 19+ */
footer :-ms-input-placeholder { color:#ffffff !important; } /* ie */
footer input:-moz-placeholder { color:#ffffff !important; }
footer input::placeholder { color:#ffffff !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: #fff;
	    background-color: #ff6c00;
    z-index: 2;
    position: relative;
}

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;
}
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;
}	
.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;
	}
#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;
}
@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:750px){ 
	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 30px;
}

	footer .main-footer > .c03 {
    padding: 0 30px;
}
	
#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:20px;
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
}	
footer .wpcf7-form {
    margin: 0px 0 0 0px;
	padding-right: 50px;
}
}