/* PAGES ALLGEMEIN */
.pages h1{
	font-size: 85px;
	line-height: 95px;
	color: #93a51b;
	text-transform: uppercase;
	margin-bottom: 50px;
	word-wrap: break-word;
}

@media all and (max-width: 767px){
	.pages h1 {
		/*font-size: 85px;
		line-height: 95px;*/
		font-size: 40px;
		line-height: 60px;
	}
}

.pages h2 {
	font-size: 40px;
	text-transform: uppercase;
	word-wrap: break-word;
	padding-left: 1%;
}

.pages p {
	margin-top: 0;
	margin-bottom: 30px;
}

.pages h3{
	font-size: 18px;
}

.pages h3, .pages strong {
	color: #93a51b;
	text-transform: uppercase;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

.pages .row {
	width: 100%;
	float: left;
	clear: both;
}

/* Unternehmen */
.unternehmen .col {
	width: 45%;
	margin-right: 5%;
}

.unternehmen .col2 {
	width: 50%;	
}

.unternehmen .col2 img{
	margin-bottom: 25px;
}

@media all and (max-width: 767px){
	.unternehmen .col, .unternehmen .col2 {
		width: 100%;
		margin-right: 0;
	}

}

/* Lösung */
.pages .col{
	width: 40%;
	margin-right: 9%;
	padding-left: 1%;
}

.newspost.pages .col{
	padding-left: 0;
}

.pages .col.ln{
	padding-left: 1%;
}

.pages .col p:last-child{
	margin-bottom: 80px;
}

.pages .col2 {
	width: 50%;
}

.pages .col2 img{
	margin-bottom: 40px;
}

.pages .col2 img:last-child{
	margin-bottom: 80px;
}

@media all and (max-width: 767px){
	.pages .col.left{
		width: 100%;
		margin-right: 0;
	}

	.pages .col2.left{
		width: 100%;
		margin-right: 0;
	}

	.pages .col.ln{
		padding-left: 10px;
	}

	.pages .col p:last-child , .pages .col2 img:last-child, .pages .col2 img{
		margin-bottom: 20px!important;
	}

}

/* Team */
.team-listen {
	display: inline-block;
	width: 100%;
}

.team-listen .col6{
	width: 16%;
	margin-right: 0.8%;
	margin-bottom: 10px;
	float: left;
}

.team-listen.vier .col6{
	width: 24%;
	margin-right: 1%;
}

@media all and (min-width: 768px) and (max-width: 992px){
	.team-listen .col6, .team-listen .col6:nth-child(6n){
		width: 24%;
		margin-right: 1.33%;
	}

	div.icon.cc {
		float: left;
		width: 100%;
	}

	div.icon div{
		height: 100px;
		float:left;
	}

}

@media all and (max-width: 767px){
	.team-listen .col6{
		width: 49%;
		margin-right: 2%;
	}
}

.team-listen .col6 .team-name {
	cursor: pointer;
	color: #93a51b;
	display: inline-block;
	width: 80%;
	padding: 17px 20% 0 0;
	margin-bottom: 17px;
	text-transform: uppercase;
	font: 700 14px 'Roboto Condensed', sans-serif;
	line-height: 24px;
	background: url(../img/Pfeil_Akkordeon_klein.png) no-repeat;
	background-position: 95% 80%;
	background-size: 10px auto;
}

.team-listen .col6.active .team-name{
	background: url(../img/Pfeil_Akkordeon_klein_schliessen.png) no-repeat;
	background-position: 95% 80%;
	background-size: 10px auto;
}

.team-listen .col6 strong {
	margin-bottom: 0;
}

.team-listen .col6 .team-content {
	display: none;
	float: left;
	width: 100%;
}

.team-listen .col6 .team-content *{
	float: left;
	width: 100%;
}

.team-listen .col6 .team-content.show{
	height: 200px;
	overflow: inherit;
}

/* Impressum & Stellen */
.page-template-impressum_stellen .col-4 {
	width: 30%;
	margin-right: 3%;
} 

.page-template-impressum_stellen .col-4 strong{
	margin-bottom: 0;
}

.page-template-impressum_stellen .col-8 {
	width: 67%;
}

.page-template-impressum_stellen .col-8 img{
	width: 100%;
	height: auto;
}

.accordion h3 {
	margin-bottom: 0;
	cursor: pointer;
	float: left;
	width: 95%;
	padding-left: 5%;
	background: url(../img/Pfeil_Akkordeon.png) no-repeat;
	background-position: left 80%;
	background-size: 15px auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.accordion h3:hover{
	text-decoration: underline;
}

.accordion h3.active {
	background: url(../img/Pfeil_Akkordeon_schliessen.png) no-repeat;
	background-position: left 80%;
	background-size: 15px auto;
	text-decoration: underline;
}

.accordion li{
	clear: both;
	float: left;
	width: 100%;
}

.accordion u:hover{
	text-decoration: none;
}
.accordion u:hover a{
	text-decoration: none;
}

.accordion a {
	background: url(../img/Download_Button.png) no-repeat;
	background-position: left center;
	background-size: 15px auto;
	padding-left: 4%;
}

.accordion .textwidget {
	display: none;
	float: left;
	width: 100%;
	padding-top: 1em;
}

.stellen .accordion .textwidget > *{
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.stellen .accordion .textwidget > ul{
	margin-top: 0em;
}

.stellen .accordion .textwidget strong {
	margin-bottom: 0;
}

@media all and (max-width: 767px){
	.page-template-impressum_stellen .col-4,
	.page-template-impressum_stellen .col-8 {
		width: 100%;
		margin-right: 0;
	} 

	.accordion h3 {
		width: 90%;
		padding-left: 10%;
	}

	.accordion a{
		padding-left: 10%;
	}

}

/* Kontakt */
.contacts{
	padding-bottom: 0!important;
}

.contacts .wrap {
	position: relative;
}

.contacts .wrap .row {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 9;
	width: auto;
}

.contacts h1{
	display: inline-block;
}

.contacts .wrap .row #contact_infos {
	height: auto;
	padding: 40px 40px 60px 40px;
	background-color: #93a51b;
}

.contacts .wrap .row #contact_infos *{
	color: #FFF;
}

.contacts > div:last-child {
	margin-top: 40px;
}

@media all and (max-width: 767px){
	.contacts .wrap .row{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}

	.contacts > div:last-child{
		width: 100%;
		float: left;
		height: 400px;
	}

	.sow-google-map-canvas {
		height: 400px!important;
	}
}



/*  Homepage  */

@media all and (max-width: 1100px) and (min-width: 768px){
	.page .sub1 h3, .page .sub2 h3, .page .sub1 h4{
		font-size: 7vw;
	}
}

@media all and (max-width: 767px) {
	.sub1 .col, .sub1 .col2, .sub2 .col2, .sub2 .col, .sub4 .col, .sub3 .col, .sub3 .col2, .sub4 .col2 {
		width: 100%!important;
		margin: 0 0 0px!important;
		float: left!important;
	}

	.page .sub3 .col2 .ln, .page .sub4 .col .ln, .page .sub4 .col2 .ln{
		margin-left: 0;
		width: 100%;
	}

	.home .page img{
		/*width: 100%;*/
	}

	.page .sub1 h3, .page  .sub2 h3, .page .sub1 h4 {
		word-break: break-word; 
		font-size: 40px;
		line-height: 60px;
		margin-left: 0;
	}

	.sub1 h4, .sub1 h5 {
		margin-left: 0!important;
	}

	.icon.txt{
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.icon.txt > div {
		padding: 80px 0 40px;
		float: left;
		width: 46%;
		margin: 0 2%;
		min-height: 80px;
	}

	.sub2 .shell h6, .sub2 h5 {
		margin-left: 0px!important;
	}

	.page.first .sub3 img, .page.first .sub4 img{
		width: 100%;
	}
}

/*  Responsive Tablet  */
@media all and (max-width: 992px){
	div.news.wrap {
		display: none!important;
	}

	.col4 .subH{
		background-color: rgba(147, 165, 27, 1);
	}
}

/* Responsive Mobile */
@media all and (max-width: 768px) {
	div.nav .wrap > a {
		display: none;
	}

	div.nav .wrap > a.logo{
		display: block;
	}

	div.sub2 .shell{
		padding-bottom: 250px;
		background-position: bottom center!important;
	}

	div.sub2 .shell.cc{
		padding-bottom: 0;
	}

	div.sub3 {
		margin-top: 40px;
	}

	div.sub3 .colx img{
		margin-bottom: 2em;
	}

	div.sub3 .colx.clear img{
		margin: 0;
	}

	div.sub3 .colx.clear strong {
		margin-bottom: -20px;
	}

	div.sub3 .colx.clear h5{
		margin-top: 20px;
	}

	div.sub4{
		margin: 40px 0;
	}

	.pax.p1 a div {
		background-size: auto 100px;
		width: 100px;
		height: 110px;
	}

	.pax.p2 a div {
		background-size: auto 100px;
		width: 160px;
		height: 110px!important;
	}

	.posts .titel {
		font-size: 21px;
	}

	/*  Home slider */
	.slide .swiper-container{
		width: 100%;
		height: 50%;
	}

	.slide .swiper-container.s2{
		top: 50%;
	}

	.slide .arr.left, .slide .arr.right, .slide .arrB {
		display: none;
	}

	.home div.slide {
		position: relative;
		height: 800px;
		z-index: 1;
	}

	.home div.first {
		position: relative;
		top: auto;
	}
}

/* Homepage Abstand */
@media all and (min-width: 768px){
	div.sub2 .shell h3 {
		margin-bottom: 0.5em;
	}
}

/* Newsletter */
.page-id-1144 .page .wrap > h2{
	display: none;
}

.page-id-1144 .page .wrap > p{
	width: 50%;
}

.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="text"]{
	padding: 0.5em;
	width: 400px;
	border: 1px solid #ccc;
}

.mc4wp-form-fields input[type="submit"]{
	border: 0;
	border-radius: 0;
	background-color: #93a51b;
	color: #FFF;
	padding: 0.5em 4em;
	font-size: 0.9em;
}

.mc4wp-form-fields select{
	width: 400px;
	padding: 0.5em;
	border: 1px solid #ccc;
	background-color: #FFF;
	font-size: 1em;
}

@media all and (max-width: 768px){
	.page-id-1144 .page .wrap > p{
		width: 100%;
	}
}

@media all and (max-width: 480px){
	.mc4wp-form-fields input[type="email"],
	.mc4wp-form-fields input[type="text"]{
		width: 80%;
	}
}


/* EN */
.page-id-15 .sub4 > div:first-child{
	float: right; 
	margin-right: 63px;
}

.page-id-15 .news, .page-id-1144 .nav .lang, .page-id-61 .nav .lang,
.page-id-59 .nav .lang, .page-id-53 .nav .lang, .single-news .nav .lang{
	display: none;
}

.page-id-15 

@media all and (max-width: 1024px){
	.page-id-15 .sub4 > .cc > *{
		margin-left: 0!important;
	}
}
