html, body{
	width:100%; 
	height:100%;
	padding:0;
	margin:0;
	font-size: 18px;
	line-height:140%;
	font-weight:500;
	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%;
	}


/* \\\\\\\\\\\\\\\\\\\\ HEADER ///////////////////// */
div#logo-cover {
    display:none;
}
.home div#logo-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    background: #fff;
	display: block;
-webkit-transition: all 1s ease-in-out;
  transition:         all 1s ease-in-out;
}
.logo-bg, .menu-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    z-index: -1;
    opacity: .9;
}
.js .home div#logo-cover{top:-3000px;}
div#logo-cover img {
    width: 280px;
    margin: 0 auto;
    padding: 10%;
    display: block;
	animation: logo-cover-size infinite;
	animation-duration: 3s;
}
@keyframes logo-cover-size{
	0%, 20%, 100% {opacity:1;}
	50% {opacity:.3;}
}

header#head{
	width:100%;
	height:auto;
	    background-color: #fff;
}
.header-con{
	width:1280px;
	margin:0 auto;
	padding:0;
	  *zoom: 1; /* Für den IE6 und IE7 */
	  position:relative;
	}

.header-con::before,
.header-con::after {
  content: " ";
  display: table;
} 

.header-con::after {
  clear: both;
}


div#header-right {
}
div#header-right img {
    width: 30px;
}	
.col-xs-12 .logo {
    width: 300px !important;
}
#logo {
    width: 360px;
    height: auto;
    padding: 10px 0 0px 0px;
    float: left;
    position: absolute;
    z-index: 100;
    left: 4%;
    top: -56px;
}
div#logo .menu-icon-wrapper {
    background: transparent;
}
.menu-icon-wrapper {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    bottom: -50px;
    right: -50px;
	cursor: pointer;
}
.menu-icon {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.menu-icon > div {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
	-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);
}
.menu-icon > div > div, .menu-icon > div:nth-child(3){
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ffb700;
    border-radius: 100%;
background: rgb(235,199,136);
background: radial-gradient(circle, rgba(235,199,136,1) 0%, rgba(235,181,85,1) 37%, rgba(231,164,51,1) 54%, rgba(231,164,51,1) 70%, rgba(191,130,23,1) 89%);
	
}
.menu-icon > div:nth-child(1), .menu-icon > div:nth-child(2), .js .menu-on .menu-icon > div:nth-child(1), .js .menu-on .menu-icon > div:nth-child(2), .js .menu-on .menu-icon-wrapper:hover .menu-icon > div:nth-child(1), .js .menu-on .menu-icon-wrapper:hover .menu-icon > div:nth-child(2){transform: rotate(-145deg); opacity: 0;}
.menu-icon-wrapper:hover .menu-icon > div:nth-child(1){transform: rotate(90deg); }
.menu-icon-wrapper:hover .menu-icon > div:nth-child(2){transform: rotate(135deg); }

.menu-icon > div > div:nth-child(1){top:0; left:0;}
.menu-icon > div > div:nth-child(2){bottom:0%; left:0; top: unset;}
.menu-icon > div > div:nth-child(3){top:0; right:0%; left:unset;}
.menu-icon > div > div:nth-child(4){bottom:0%; right:0%; top: unset; left:unset;}
.js .menu-icon > div:nth-child(1){transform: rotate(0deg); opacity: 1;}
.js .menu-icon > div:nth-child(2){transform: rotate(45deg); opacity: 1;}

.menu-icon > div:nth-child(3), .js .menu-on .menu-icon > div:nth-child(3){top:50%;left:50%; margin-left:-10px; margin-top:-10px; opacity: 0;}
.js .menu-icon > div:nth-child(3){opacity: 1;}


.menu-icon-wrapper .menu-icon div.menu-text, .js .menu-on .menu-icon-wrapper .menu-icon div.menu-text{
    position: absolute;
    bottom: 5px;
    left: 0;
    top: unset;
    width: 100%;
    text-align: center;
    height: 21px !important;
    font-size: 11px;
    font-weight: 500;
	opacity: 0;
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
}
.js .menu-icon-wrapper .menu-icon div.menu-text{opacity:1;}


.menu-icon > div.close01, .menu-icon > div.close02 {
    width: 50%;
    height: 10px;
    background: rgb(235,199,136);
    top: 50%;
    margin-top: -5px;
    opacity: 0;
	-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);
}



.menu-on .menu-icon > div.close01 {opacity: 1; transform: rotate(45deg)}
.menu-on .menu-icon > div.close02 {opacity: 1; transform: rotate(-45deg)}


.menu-icon-wrapper.menu-icon-wrapper-scroll {
    position: fixed;
    right: -200px;
    top: 500px;
    z-index: 10000;
	-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);
}
.menu-on.scroll-menu-on .menu-icon-wrapper.menu-icon-wrapper-scroll {    right: 90px; top: 480px;}


.scroll-menu-on .menu-icon-wrapper.menu-icon-wrapper-scroll{ right: -15px; }



div#logo a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 56px;
    box-sizing: border-box;
    border-radius: 100%;
    overflow: hidden;
}
#logo img{
	width:100%;
	position: relative;
	}
#header-right {
    width: 100px;
    height: 40px;
    margin-top: 0px;
    position: absolute;
    text-align: right;
    right: 30px;
    top: 7px;
}
span.wpml-ls-display {
    display: none;
}
#header-right a:link,#header-right a:active,#header-right a:visited,#header-right a:hover{color:#000;}
.wpml-ls-first-item {
    border-right: 1px solid #000;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0px 10px !important;
}
.wpml-ls-current-language {
    font-weight: 300;
}

.login-menu {
    display: none;
}
.logged-in .login-menu {
    display: block;
}

.kontakt-icons {
    position: fixed;
    right: 42px;
    top: 28px;
    z-index: 1000;
}
.kontakt-icon {
    width: 50px;
    height: 50px;
    background: #88be0e;
    border: 2px solid #fff;
    margin-bottom: 5px;
	    padding: 8px;
	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;}
.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: 10px;
    width: 40px;
}
.close img {
    width: 100%;
}

/*
#page {
    padding-top: 115px;
}
header#head {
    width: 100%;
    position: fixed;
    height: auto;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
	transition: all ease-in-out 1s;
}
.hide-nav header#head{top:-115px;}*/
@media screen and (max-width:1340px){ .header-con {
    width: 100%;
    padding: 0px 0 0 20px;
}

#logo {
    width: 300px;
    height: auto;
    padding: 10px 0 0px 0px;
    float: left;
    position: absolute;
    z-index: 100;
    left: -40px;
    top: -66px;
}

}

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

	.lightbox-kontakt.con {
    width: 100%;
}
}
@media screen and (max-width:768px){ 
#logo {
    width: 36%;
    height: auto;
    padding: 10px 0 0px 0px;
    float: left;
    position: absolute;
    z-index: 100;
    left: -3%;
    top: -3%;
	z-index: 10000;
}div#logo a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14%;
    box-sizing: border-box;
    border-radius: 100%;
    overflow: hidden;
}

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

	
	
/* \\\\\\\\\\\\\\\\\\\\ NAVIGATION ///////////////////// */	

nav#navi {
    position: fixed;
    top: -1200px;
    right: -1200px;
    width: 1200px;
    height: 1200px;
    background: #fff;
    z-index: 10000;
    border-radius: 100%;
	-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);
}
.menu-on nav#navi {
    top: -600px;
    right: -600px;
}
#navigation {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    top: 600px;
    position: absolute;
    left: 0;
    padding-right: 41%;
    width: 49%;
    text-align: right;
}

#navi li {
    list-style: none;
    font-size: 28px;
    display: inline-block;
    line-height: 300%;
    font-family: 'Kalam', 'Titillium Web' ,Helvetica, Helvetica Neue, Arial, sans-serif;    margin-right: 17px;

}
#navi li a {
    padding: 10px;
    background: #ffb700;
    padding: 15px 30px 10px;
	color:#fff;
background: rgb(235,199,136);
background: linear-gradient(180deg, rgba(235,199,136,1) 0%, rgba(235,181,85,1) 37%, rgba(231,164,51,1) 54%, rgba(231,164,51,1) 70%, rgba(191,130,23,1) 89%);}

#navi #navigation > div ul li a:hover, #navi #navigation > div ul li.current_page_item > a:link, #navi #navigation > div ul li.current_page_item > a:visited, #navi #navigation > div ul li.current_page_item > a:active, #navi #navigation > div ul li.current_page_ancestor > a:active, #navi #navigation > div ul li.current_page_ancestor > a:link,  #navi #navigation > div ul li.current_page_ancestor > a:visited 
, #navi #navigation > div ul li.current_page_item > a:link, #navi #navigation > div ul li.current_page_item > a:visited, #navi #navigation > div ul li.current_page_item > a:active, #navi #navigation > div ul li.current_page_ancestor > a:active, #navi #navigation > div ul li.current_page_ancestor > a:link,  #navi #navigation > div ul li.current_page_ancestor > a:visited {
		background-color:#88be0e;
	color:#fff;
	}
	
#navi #navigation > div ul li.menu-item-has-children a.hover ~ ul.sub-menu, #navi #navigation > div ul li.menu-item-has-children a:hover ~ ul.sub-menu{
    display:block !important;
}

	
/*========== UNTERMENU ==========*/
#navi #navigation > div ul li ul.sub-menu {
	width:400px;
	position:absolute;
	margin:0;
    padding: 35px 0 0 0;	
	border:none;
	display:none;
	z-index:105;
	}	
#navi #navigation > div ul li ul.sub-menu li{
	clear:both;
	margin:0;
	border-bottom:1px solid #fff;
	}	
#navi #navigation > div ul li:hover ul.sub-menu{
	display:block;
	}	


	
/*========== untermenü Farbe, Größe, Border und Textausrichtung ==========*/
#navi #navigation > div ul li ul.sub-menu li a{
	background-color:#88be0e;
	padding: 15px 15px;
	margin-bottom:0px;
	font-size:16px;
	border:none;
	height:auto;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	width:394px;	/*+m										<---Festebreite für unterpunkte */
	display:block;
	text-align:left;	/*+m									<---Text links Anschlage */
	margin:0;
	}
#navi #navigation > div ul li ul.sub-menu li.current_page_item a:hover, #navi #navigation > div ul li ul.sub-menu li.current_page_item a:active, #navi #navigation > div ul li ul.sub-menu li.current_page_item a:link, #navi #navigation > div ul li ul.sub-menu li.current_page_item a:visited{
	background-color:#88be0e;
	border:none  !important;
	color:#fff;
	}
	
/*========== MOBILE MENU-BUTTON ==========*/
.menu-button {
    width: 60px;
    position: absolute;
    right: 96px;
    top: 12px;
    padding: 15px 0 15px 0;
    /* background-color: #fff; */
    display: none;
}
.menu-toggle{
	color:#eee;
	background-color:#88be0e;
	border:1px solid #88be0e;
	display:block;
	cursor:pointer;
	border-radius:50%;	
	width:2.5em;
	height:2.5em;
	margin:0 auto;
	text-align:center;
	line-height:2.5em;
	font-weight:normal;
	}
[data-icon]:before{
	content: attr(data-icon);
	speak:none;
	display:inline-block;
	font-size:200%;
	}	



li#menu-item-257 {
    display: block;
    background-color: transparent;
}

#navi li#menu-item-257 a {
    background: #fff;
    color: #000;
    padding-left: 60px;
	background-image: url("../images/ukraine-flag.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 50px;
}
	
@media screen and (max-width:1400px){


	
	nav#navi {
    top: -800px;
    right: -800px;
    width: 800px;
    height: 800px;
}
.menu-on nav#navi {
    top: -400px;
    right: -400px;
}
	
#navi li a {
    padding: 9px 15px 0px;
   }
#navigation {
    top: 400px;
    padding-right: 0;
}	
	
	    #navi li {
        font-size: 19px;
    }
}	




@media screen and (max-width:768px){ 
	.header-con {
    padding: 0;
}

	.wpml-ls-first-item {
	border-bottom: none;	
    border-right: 1px solid #000;
}
	.wpml-ls-legacy-list-horizontal a {
    padding: 0px 10px !important;
}
.menu-button {
    right: 50%;
    top: 95px;
    margin-right: -30px;
    z-index: 100;
}

	#header-right {
    right: 30px;
    top: 86px;
    position: static;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0 30px 30px 30px;
}
	
.kontakt-icons {
    right: 0;
	top: 107px;
}
	
	
.menu-icon-wrapper {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    bottom: -52px;
    right: -6px;
}
	
.menu-icon > div {
    width: 46%;
    height: 46%;
    top: 27%;
    left: 27%;
}	
	
.menu-icon > div > div, .menu-icon > div:nth-child(3) {
    width: 10px;
    height: 10px;
}	
	.menu-icon > div:nth-child(3), .js .menu-on .menu-icon > div:nth-child(3) {
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
.menu-icon-wrapper .menu-icon div.menu-text, .js .menu-on .menu-icon-wrapper .menu-icon div.menu-text {
    bottom: 0px;
    height: 21px !important;
    font-size: 9px;
}	
	
	.menu-on nav#navi {
    top: -100px;
    right: -100px;
}
	nav#navi {
    top: -800px;
    right: -800px;
    width: 500px;
    height: 500px;
}
	
	#navigation {
    top: 100px;
    left: 0;
    padding-right: 0;
    right: 10px;
}
	#navi li {
    font-size: 20px;
}
#navi li a {
    padding: 10px;
    padding: 10px 15px 5px;
    color: #fff;
}
	.menu-on.scroll-menu-on .menu-icon-wrapper.menu-icon-wrapper-scroll {
    right: 65%;
    top: 50px;
}
	
	.menu-icon-wrapper.menu-icon-wrapper-scroll {
    top: 50px;
}
	.scroll-menu-on .menu-icon-wrapper.menu-icon-wrapper-scroll {
    right: -10px;
}
nav#navigation {
    width: 61% !important;
    padding-top: 131px;
    font-size: 18px !important;
    line-height: 0;
}
	    #navi li {
        font-size: 16px;
    }
}		









	
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ CONTENT /////////////////////////*/
#wrapper{
	width:100%;
	min-height:100%;
	float:left;
	    overflow: hidden;
	}
.home #wrapper{padding-bottom:0;}	
#content.einleitung, #content.einleitung .con{
	width:1280px;
	height:auto;
	margin-top:0px;
	padding-bottom:60px;
	}	
.home #content.einleitung, .home #content.einleitung .con{
	padding-bottom:0px;
	}	
#content{
	width:1280px;
	height:auto;
	padding: 40px 0 30px 0  ;
	margin:0 auto;
	overflow:hidden;
		}
.home.page-template-default #content .con {
    width: 1000px;
}
.page-template-default #content .con,  .page-template #content .con{ width: 850px; }
.blog #content .con{width:1280px;}
.c66{
	padding-right:50px;
	}	

.kontakt-name.kontakt-firma {
    width: 100%;
    padding: 0;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    float: left;
    width: auto !important;
    margin-right: 18px;
    margin-top: 7px;
}
@media screen and (max-width:1340px){ 
#content{width:100%;     padding: 40px 30px 30px 30px;
}
	
#content.einleitung, #content.einleitung .con{
	width:100%;
	}	
}


@media screen and (max-width:1060px){ 
.home.page-template-default #content .con {
    width: 100%;
}
}
@media screen and (max-width:910px){ 

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

@media screen and (max-width:768px){ 
.c66{padding:0 20px 30px 20px;}
	.home #content, .single-landingpages #content, .page-fuer-unternehmen #content, .page-fuer-selbstverwirklicher #content {
    padding: 0px 20px 30px 20px;
}
.size-medium {
    width: 100%;
}
div#content {
    padding-left: 30px;
    padding-right: 30px;
}
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  FOOTER /////////////////////////*/
.footer-border{height:2px; background-color:#ededed; width:100%;}
footer{
	width:100%;
	text-align: center;
	height:auto;
	color:#000000;
	line-height: 130%;
	clear:both;
	background-color:#fff;	
    box-sizing: border-box;
}
	
#footer-content{
	width:100%;
	height:auto;
	margin:0 auto;
	}	
#footer-top{
	padding:30px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    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;}

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: none;
    border-bottom: 3px solid #88be0e;
}
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-bottom: 3px solid #88be0e;
}

footer ::-webkit-input-placeholder { color:#4f4e4f; }
footer ::-moz-placeholder { color:#4f4e4f; } /* firefox 19+ */
footer :-ms-input-placeholder { color:#4f4e4f; } /* ie */
footer input:-moz-placeholder { color:#4f4e4f; }

.newsletter ::-webkit-input-placeholder { color:#fff; }
.newsletter ::-moz-placeholder { color:#fff; } /* firefox 19+ */
.newsletter :-ms-input-placeholder { color:#fff; } /* ie */
.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:#88be0e; 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{
	border-color: #87be0e !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: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: #000;
    font-size: 24px;}

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: #88be0e;
    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 {
    /* 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;
}
}