* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

body {
	background-color:#fff;
  }

h1{
	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 40px;
  	line-height: 50px;
	margin-bottom: 40px;
	color:#007DBD;
}

h2{
	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 40px;
  	line-height: 50px;
	color:#007DBD;
}

h3{
  	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 40px;
  	line-height: 50px;
	margin-bottom: 40px;
	color:#007DBD;
}

h4{
  	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 22px;
  	line-height: 34px;
	letter-spacing: 0.3px;
	color:#007DBD;
}

p{
  	font-family: 'Barlow', sans-serif;
	font-weight:400;
	font-size: 20px;
  	line-height: 34px;
	color:#000;
}

a {
  	font-family: 'Barlow', sans-serif;
	font-weight:400;
	font-size: 20px;
  	line-height: 34px;
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration: underline;
	color:#007DBD;
}

strong{
  	font-family: 'Barlow', sans-serif;
	font-weight:400;
}

b{
  	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 20px;
  	line-height: 34px;
	color:#000;
}

li {
  	font-family: 'Barlow', sans-serif;
	font-weight:400;
	font-size: 20px;
  	line-height: 34px;
	color:#000;
}

ul {
	margin-bottom: 30px;
}

th{
  	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 20px;
  	line-height: 34px;
	color:#007DBD;
}

td{
  	font-family: 'Barlow', sans-serif;
	font-weight:400;
	font-size: 20px;
  	line-height: 34px;
	color:#000;
}

@media (max-width: 768px) {
	
	
	h1{
		font-size: 30px;
  		line-height: 40px;
		margin-bottom: 40px;
	}

	h2,
	h3{
		font-size: 26px;
  		line-height: 36px;
	}
	
	
	h4{
		font-size: 20px;
  		line-height: 30px;
	}

	p, b, a, li, th, td {
		font-size: 16px;
  		line-height: 26px;
	}
	
	th, td {
		font-size: 14px;
  		line-height: 24px;
	}
	

}





.wrapper {
  height: 100vh;
  width: 100vw;
  
}




/******************** Header ********************/

header {
	position:fixed;
	width: 100%;
	height: 100px;
	background: #fff;
	margin-top: 0;
	padding: 10px 0 20px 0;
	z-index:8888;
	
	box-shadow: 0 0 6px #918D8B;

	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}


header .container {
  	width: 65%;
	}
	
	
/******************** Header - Logo ********************/

.logo {
	float: right;
}

.logo img{
	width:auto;
	height:70px;
}


/******************** Header - Navigation ********************/


.toggle,
[id^=drop] {
	display: none;
}

nav { 
	margin:0;
	padding: 0;
}

nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	float: left;
	padding:0;
	margin:0;
	margin-top: 20px;
	list-style: none;
	position: relative;
}
	
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	padding:10px 35px 5px 0;
}

nav ul li .selected{
	color:#007DBD;
	text-decoration:none;
}
	
nav ul li a {
	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 20px;
  	line-height: 34px;
	text-decoration:none;
	color:#000;
	display:block;
}

nav ul li a:hover { 
	color:#007DBD;
	text-decoration:none;
}
	
nav ul li:hover > ul {
	display:inherit;
}

@media all and (max-width : 1700px) {

	nav {
		margin: 0;
	}

	.toggle + a,
	.menu {
		display: none;
	}
	
	.menu {
		margin-top: 5px;
		float:left;
		width: 100%;
	}

	.toggle {
		font-family: 'Lato', sans-serif;
		font-weight:700;
		font-size: 20px;
  		line-height: 34px;
		text-decoration:none;
		color:#000;
		display: block;
		border:none;
	}
	
	.toggle span{
		font-size:30px;
		font-weight:bold;
		float:left;
		margin-top: 20px;
	}

	.toggle:hover {
		color:#007DBD;
	}

	[id^=drop]:checked + ul {
		display: block;
	}
	
	nav ul {
		background-color:#fff;
	}

	nav ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #f6f6f6;
		padding: 8px 0 8px 20px;
	}

}


@media screen and (max-width: 1100px) {
	
	.menu {
		margin-top: -2px;
	}
	
	header {
		height: 60px;
		margin-top: 0;
		padding: 7px 0;
	}

	header .container {
  		width: 85%;
	}

	.logo img{
		width:auto;
		height:46px;
	}
	
	.toggle span{
		margin-top: 5px;
	}
	
	

}


@media screen and (max-width: 768px) {
	
	header .container {
  		width: 90%;
	}

	nav ul li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.toggle span{
		font-size:27px;
	}
	
	.toggle,
	nav ul li a{
		font-size: 18px;
	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}







/* Imagebild + Text*/

.home {
	width: 100%;
	height: 100vh;
	background-color: #007DBD;
	z-index:7777;
	
  	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.home .container{
	width: 65%;
	margin: 0 auto 0 auto;
	
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.home .container .box {
	text-align:center;
	background-color: #fff;
	z-index:7799;
}

.home .container .box h4{
	font-family: 'Barlow', sans-serif;
	font-weight:700;
	font-size: 70px;
  	line-height: 80px;
	color:#007DBD;
	margin: 10px 20px;
}

.home .container .img{
	width: 100%;
	position: absolute;
	right: 0;
	bottom:0;
	margin: 0 50px 50px 0;
	z-index:7788;
}

.home .container .img img{
	width: 50%;
	float: right;
}


@media (max-width: 1200px) {
	

	.home .container{
		width: 85%;
	}
	
	.home .container .box h4{
		font-size: 50px;
  		line-height: 60px;
	}
	
	.home .container .img img{
		width: 60%;
	}

}


@media screen and (max-width: 768px) {

	.home .container{
		width: 90%;
		margin: 0 auto 0 auto;
	}

	.home .container .box h4{
		font-size: 40px;
  		line-height: 50px;
	}
	
	.home .container .img{
		margin: 0;
		padding: 0 30px 40px 30px;
	}
	
	.home .container .img img{
		width: 100%;
	}

}

.automatendrehteile-nrw{
	background: url('../img/header/schneider-automatendrehteile-ennepetal-nrw-deutschland.jpg') no-repeat center center;
}

.drehteile-praezisionsteile{
	background: url('../img/header/drehteile-praezisionsteile-schneider-automatendrehteile-ennepetal.jpg') no-repeat center center;
}

.cnc-drehteile{
	background: url('../img/header/cnc-drehteile-schneider-automatendrehteile-ennepetal.jpg') no-repeat center center;
}

.qualitaetsmanagement{
	background: url('../img/header/qualitaetsmanagement-schneider-automatendrehteile-ennepetal.jpg') no-repeat center center;
}

.kontakt{
	background: url('../img/header/kontakt-schneider-automatendrehteile-ennepetal.jpg') no-repeat center center;
}

.automatendrehteile-nrw,
.drehteile-praezisionsteile,
.cnc-drehteile,
.qualitaetsmanagement,
.kontakt{
	width: 100%;
	height: 800px;
  	background-size: cover;
  	background-position: center;
	
  	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}


.cnc-drehteile .container{
	width: 65%;
	margin: 0 auto 0 auto;
	
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.cnc-drehteile .container .box {
	text-align:center;
	background-color: #fff;
	z-index:7799;
}

.cnc-drehteile .container .box h4{
	font-family: 'Barlow', sans-serif;
	font-weight:700;
	font-size: 45px;
  	line-height: 60px;
	color:#007DBD;
	margin: 10px 20px;
}


@media (max-width: 768px) {
	
.automatendrehteile-nrw{
	background: url('../img/header/schneider-automatendrehteile-ennepetal-nrw-deutschland-mobil.jpg') no-repeat center center;
}
	
.drehteile-praezisionsteile{
	background: url('../img/header/drehteile-praezisionsteile-schneider-automatendrehteile-ennepetal-mobil.jpg') no-repeat center center;
}
	
.cnc-drehteile{
	background: url('../img/header/cnc-drehteile-schneider-automatendrehteile-ennepetal-mobil.jpg') no-repeat center center;
}

.qualitaetsmanagement{
	background: url('../img/header/qualitaetsmanagement-schneider-automatendrehteile-ennepetal-mobil.jpg') no-repeat center center;
}
	
.kontakt{
	background: url('../img/header/kontakt-schneider-automatendrehteile-ennepetal-mobil.jpg') no-repeat center center;
}

.automatendrehteile-nrw,
.drehteile-praezisionsteile,
.cnc-drehteile,
.qualitaetsmanagement,
.kontakt{
	width: 100%;
	height: 400px;
  	background-size: cover;
  	background-position: center;
	
  	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;

}

	.cnc-drehteile .container .box h4{
		font-size: 30px;
  		line-height: 45px;
	}


}



/********************* Anfangstext  *********************/


main{
	width: 100%;
	margin: 140px 0 140px 0;
	background-color:#FFF;
}

main .container {
	width: 65%;
	margin: 0 auto 0 auto;
	text-align:left;
}

main .container li{
	margin-left: 20px;
}

@media only screen and (max-width: 1200px) {
	
	main{
		margin: 110px 0 110px 0;
	}

	main .container{
		width: 85%;
	}

}

@media (max-width: 768px) {
	
	main{
		margin: 80px 0 80px 0;
	}
	
	main .container{
		width: 90%;
	}
	
}






/********************* Artikel blue*********************/


.article-blue{
	width: 100%;
}

.article-blue .container-right{
	width: 100%;
	margin: 0 auto 0 auto;

	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.article-blue .container-right {
	background-color: #007DBD;
}

.article-blue .container-right .img1{
	background: url('../img/content/leistungen-schneider-automatendrehteile-ennepetal-nrw-deutschland.jpg') no-repeat center center;
}

.article-blue .container-right .img2{
	background: url('../img/content/unternehmen-schneider-automatendrehteile-ennepetal.jpg') no-repeat center center;
}

.article-blue .container-right .img3{
	background: url('../img/content/vorteile-holzheizung-kamplade-energiesysteme-witten-wetter-ruhr.jpg') no-repeat center center;
}


.article-blue .container-right .img1,
.article-blue .container-right .img2,
.article-blue .container-right .img3{
	width: 65%;
  	background-size: cover;
  	background-position: center;
	
  	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.article-blue .container-right .img1 img,
.article-blue .container-right .img2 img,
.article-blue .container-right .img3 img{
	width: 100%;
}

.article-blue .container-right .text{
	width: 35%;
	margin: 0 auto 0 auto;
	text-align:left;
	
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.article-blue .container-right .text h2,
.article-blue .container-right .text p{
	margin-bottom: 30px;
	color: #fff;
}

.article-blue .container-right .text .middle{
	margin: 180px 0;
	padding: 0 100px;
}

.article-blue .container-right .text .middle-left{
	margin: 180px 0;
	padding: 0 100px;
	text-align: left;
}

.article-blue .container-right .text .middle-left li{
	color: #fff;
	margin-left: 20px;
}

.article-blue .container-right .text .middle-left b{
	color: #fff;
}


@media only screen and (max-width: 1400px) {
	
	.article-blue .container-right .text .middle,
	.article-blue .container-right .text .middle-left{
		margin: 120px 0;
		padding: 0 50px;
	}
	
}
	


@media only screen and (max-width: 1200px) {
	

	.article-blue .container-right{
		width: 100%;
	}
	
	.article-blue .container-right{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.article-blue .container-right .img1,
	.article-blue .container-right .img2,
	.article-blue .container-right .img3{
		width: 100%;
		height: 400px;
	}

	.article-blue .container-right .text{
		width: 100%;
		text-align:left;
		
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.article-blue .container-right .text .middle,
	.article-blue .container-right .text .middle-left{
		margin: 100px 0;
		padding: 0 7%;
	}
	
}

@media (max-width: 768px) {
	
	.article-blue .container-right .text p{
		margin-bottom: 20px;
	}
	
	.article-blue .container-right .text .middle{
		margin: 60px 0 80px 0;
		padding: 0 5%;
	}
	
	.article-blue .container-right .text .middle-left{
		margin: 60px 0 80px 0;
		padding: 0 5%;
	}
	
	.article-blue .container-right .text .middle-left li{
		color: #fff;
		margin-left: 5px;
	}
	
}






/********************* Artikel white*********************/


.article-white{
	width: 100%;
}

.article-white .container,
.article-white .container-right{
	width: 100%;
	margin: 0 auto 0 auto;

	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	background-color: #fff;
}

.article-white .container .img1{
	background: url('../img/content/maschinenpark-schneider-automatendrehteile-ennepetal-nrw-deutschland.jpg') no-repeat center center;
}

.article-white .container-right .img2{
	background: url('../img/content/drehteile-praezisionsteil/drehteile-praezisionsteile-schneider-automatendrehteile-ennepetal-nrw-deutschland.jpg') no-repeat center center;
}

.article-white .container .img3{
	background: url('../img/content/cnc-drehteile/sonderteile-cnc-drehteile-schneider-automatendrehteile-ennepetal-nrw-deutschland.jpg') no-repeat center center;
}

.article-white .container-right .img4{
	background: url('../img/content/cnc-drehteile/gewindestifte-schneider-automatendrehteile-ennepetal-nrw-deutschland.jpg') no-repeat center center;
}

.article-white .container .img5{
	background: url('../img/content/cnc-drehteile/sondergewindestifte-innensechskant-schneider-automatendrehteile-ennepetal-nrw-deutschland.jpg') no-repeat center center;
}

.article-white .container .img1,
.article-white .container-right .img2,
.article-white .container .img3,
.article-white .container-right .img4,
.article-white .container .img5{
	width: 50%;
  	background-size: cover;
  	background-position: center;
	
  	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.article-white .container .img1 img,
.article-white .container-right .img2 img,
.article-white .container .img3 img,
.article-white .container-right .img4 img,
.article-white .container .img5 img{
	width: 100%;
}

.article-white .container .text,
.article-white .container-right .text{
	width: 50%;
	margin: 0 auto 0 auto;
	text-align:left;
	
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.article-white .container .text h2,
.article-white .container .text p,
.article-white .container-right .text h2,
.article-white .container-right .text p{
	margin-bottom: 30px;
}

.article-white .container .text .middle,
.article-white .container-right .text .middle{
	margin: 180px 0;
	padding: 0 150px;
}

.article-white .container .text .middle table,
.article-white .container-right .text .middle-left table{
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	margin: 50px 0;
}

.article-white .container .text .middle thead,
.article-white .container-right .text .middle-left thead{
	background-color: #e5f2f8;
}

.article-white .container .text .middle th,
.article-white .container .text .middle td,
.article-white .container-right .text .middle-left th,
.article-white .container-right .text .middle-left td{
	text-align: left;
	padding: 15px;
	border: 1px solid #DADADA;
	border-left: none;
  	border-right: none;
}

.article-white .container-right .text .middle-left{
	margin: 180px 0;
	padding: 0 150px;
	text-align: left;
}


@media only screen and (max-width: 1400px) {
	
	.article-white .container .text .middle,
	.article-white .container .text .middle-left
	.article-white .container-right .text .middle,
	.article-white .container-right .text .middle-left{
		margin: 120px 0;
		padding: 0 50px;
	}
	
}
	


@media only screen and (max-width: 1200px) {
	
	.article-white .container,
	.article-white .container-right{
		width: 100%;
	}
	
	.article-white .container{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.article-white .container-right{
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.article-white .container .img1,
	.article-white .container-right .img2,
	.article-white .container .img3,
	.article-white .container-right .img4,
	.article-white .container .img5{
		width: 100%;
		height: 300px;
	}
	
	.article-white .container .text,
	.article-white .container-right .text{
		width: 100%;
		text-align:left;
		
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.article-white .container .text .middle,
	.article-white .container .text .middle-left,
	.article-white .container-right .text .middle,
	.article-white .container-right .text .middle-left{
		margin: 100px 0;
		padding: 0 7%;
	}
	
}

@media (max-width: 768px) {
	
	.article-white .container .text p,
	.article-white .container-right .text p{
		margin-bottom: 20px;
	}
	
	.article-white .container .text .middle,
	.article-white .container-right .text .middle{
		margin: 60px 0;
		padding: 0 5%;
	}
	
	.article-white .container .text .middle-left,
	.article-white .container-right .text .middle-left{
		margin: 60px 0;
		padding: 0 5%;
	}
	
	.article-white .container .text .middle-left li,
	.article-white .container-right .text .middle-left li{
		color: #fff;
		margin-left: 5px;
	}
	
	.article-white .container .text .middle table,
	.article-white .container-right .text .middle-left table{
		width: 100%;
		margin: 30px 0;
	}
	.article-white .container .text .middle th,
	.article-white .container .text .middle td,
	.article-white .container-right .text .middle-left th,
	.article-white .container-right .text .middle td{
		padding: 8px;
	}
}


/********************* button  *********************/


.button-white,
.button-blue{
	visibility:visible;
	display: inline-block;
	
	margin-top: 15px;
  	padding: 8px 30px;
  	text-align: center;
	text-decoration: none;
	
	z-index:9888;
}

.button-white{
	background-color: #fff;
}

.button-blue{
	background-color: #007DBD;
}

.button-white a,
.button-blue a{
  	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 20px;
  	line-height: 34px;
	text-decoration:none;
}

.button-white a {
  	color: #007DBD;
}

.button-blue a {
	color: #fff;
}

.button-white a:hover,
.button-gray a:hover{
	text-decoration: underline;
}


@media (max-width: 768px) {
	
	.button-white,
	.button-blue{
  		padding: 8px 20px;
	}
	
	.button-white a,
	.button-blue a{
		font-size: 16px;
  		line-height: 26px;
	}

	
}








/********************* Service  *********************/


.service{
	width: 100%;
	padding: 200px 0 200px 0;
	background: url('../img/content/dreherei-praezisionsdrehteile/service-dreherei-praezisionsdrehteile-massendrehteileschneider-schneider-ennepetal.jpg') no-repeat center center;
  	background-size: cover;
  	background-position: center;
}

.service2{
	width: 100%;
	padding: 200px 0 200px 0;
	background: url('../img/content/automatendrehteile-nrw/service-automatendrehteile-nrw-schneider-ennepetal.jpg') no-repeat center center;
  	background-size: cover;
  	background-position: center;
}

.service3{
	width: 100%;
	padding: 200px 0 200px 0;
	background: url('../img/content/drehteile-praezisionsteil/service-drehteile-praezisionsteil-schneider-ennepetal.jpg') no-repeat center center;
  	background-size: cover;
  	background-position: center;
}

.service4{
	width: 100%;
	padding: 200px 0 200px 0;
	background: url('../img/content/cnc-drehteile/service-cnc-drehteile-schneider-ennepetal .jpg') no-repeat center center;
  	background-size: cover;
  	background-position: center;
}

.service .container,
.service2 .container,
.service3 .container,
.service4 .container{
	width: 65%;
	margin: 0 auto 0 auto;
	text-align:left;
}

.service4 .container .headline{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	margin-bottom: 100px;
}

.service .container .article,
.service2 .container .article,
.service3 .container .article,
.service4 .container .article{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align:left;
	
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;  
    flex-wrap: wrap;
}

.service .container .article .one,
.service2 .container .article .one,
.service3 .container .article .one,
.service4 .container .article .one{
	width: 22%;
	text-align: center;
}

.service4 .container .headline h3,
.service .container .article .one h4,
.service .container .article .one p,
.service2 .container .article .one h4,
.service2 .container .article .one p,
.service3 .container .article .one h4,
.service3 .container .article .one p,
.service4 .container .article .one h4,
.service4 .container .article .one p{
	color: #fff;
}

.service .container .article .one img,
.service2 .container .article .one img,
.service3 .container .article .one img,
.service4 .container .article .one img{
	height: 80px;
	width: auto;
	margin-bottom: 20px;
}


@media only screen and (max-width: 1200px) {
	
	.service,
	.service2,
	.service3{
		padding: 10px 0 110px 0;
	}
	
	.service4{
		padding: 110px 0 110px 0;
	}
	
	.service4 .container .headline{
		margin-bottom: 20px;
	}

	.service .container,
	.service2 .container,
	.service3 .container,
	.service4 .container{
		width: 85%;
	}

	.service .container .article .one,
	.service2 .container .article .one,
	.service3 .container .article .one,
	.service4 .container .article .one{
		width: 45%;
		margin-top: 100px;
	}

}

@media (max-width: 768px) {
	
	.service,
	.service2,
	.service3{
		padding: 20px 0 100px 0;
	}
	
	.service4{
		padding: 100px 0 100px 0;
	}
	
	.service .container,
	.service2 .container,
	.service3 .container,
	.service4 .container{
		width: 90%;
	}
	
	.service4 .container .headline{
		margin-bottom: 0px;
	}
	
	.service .container .article .one,
	.service2 .container .article .one,
	.service3 .container .article .one,
	.service4 .container .article .one{
		width: 100%;
		margin-top: 80px;
	}
	
}





/********************* Text auf weiß  *********************/

.main{
	width: 100%;
	padding: 140px 0;
	background-color:#FFF;
}

.main .container {
	width: 65%;
	margin: 0 auto 0 auto;
	text-align:left;
}

.main .container .text{
	width: 80%;
	float:left;
	margin-bottom: 140px;
}

.main .container .text p {
	margin-bottom: 30px;
}




@media only screen and (max-width: 1200px) {
	
	.main{
		padding: 110px 0;
	}

	.main .container{
		width: 85%;
	}
	
	.main .container .text{
		margin-bottom: 110px;
	}

}

@media (max-width: 768px) {
	
	.main{
		padding: 80px 0;
	}
	
	.main .container{
		width: 90%;
	}
	
	.main .container .text{
		width: 100%;
		margin-bottom: 80px;
	}
	
}



/********************* Text auf blau  *********************/

.main-blue{
	width: 100%;
	padding: 140px 0;
	background-color:#007DBD;
}

.main-blue .container {
	width: 65%;
	margin: 0 auto 0 auto;
	text-align:left;
}

.main-blue .container .headline{
	width: 100%;
	margin: 0 auto 60px auto;
	text-align: left;
}

.main-blue .container .text{
	width: 100%;
}

.main-blue .container .text-2{
	width: 100%;
	
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.main-blue .container .headline h2,
.main-blue .container .text p,
.main-blue .container .text li,
.main-blue .container .text-2 p{
	color: #fff;
}

.main-blue .container .text li{
	margin-left: 20px;
}

.main-blue .container .text p{
	margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
	
	.main-blue{
		padding: 110px 0;
	}

	.main-blue .container{
		width: 85%;
	}

}

@media (max-width: 768px) {
	
	.main-blue{
		padding: 80px 0;
	}
	
	.main-blue .container{
		width: 90%;
	}
	
	.main-blue .container .headline{
		margin: 0 auto 40px auto;
	}
	
	.main-blue .container .text-2{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}
	
}




/********************* Text auf weiß mit Bild  *********************/


.main-image{
	width: 100%;
	margin: 140px 0 140px 0;
}

.main-image .container {
	width: 65%;
	margin: 0 auto 0 auto;
	text-align:left;
}

.main-image .container .img{
	width: 100%;
	margin: 0 auto 0 auto;
	margin-bottom: 80px;
}

.main-image .container .img img{
	width: 100%;
}

.main-image .container .article {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align:left;
	
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;  
    flex-wrap: wrap;
}

.main-image .container .article .left {
	width: 40%;
}

.main-image .container .article .left img{
	width: 100%;
}

.main-image .container .article .right {
	width: 50%;
}

.main-image .container .article .right p{
	margin-bottom: 25px;
}

.main-image .container .article .right li{
	margin-left: 20px;
}




@media only screen and (max-width: 1200px) {
	
	.main-image{
		margin: 110px 0 110px 0;
	}

	.main-image .container{
		width: 85%;
	}
	
	.main-image .container .img{
		margin-bottom: 40px;
	}	
	
	.main-image .container .article .left {
		width: 100%;
		margin: 0 auto 0 auto;
		margin-bottom: 40px;
	}
	
	.main-image .container .article .right{
		width: 100%;
		margin-bottom: 40px;
	}

}

@media (max-width: 768px) {
	
	.main-image{
		margin: 80px 0 80px 0;
	}
	
	.main-image .container{
		width: 90%;
	}
	
	
	
}



/********************* Text auf blau mit Bild  *********************/


.main-blue-image{
	width: 100%;
	padding: 140px 0;
	background-color:#007DBD;
}

.main-blue-image .container {
	width: 65%;
	margin: 0 auto 0 auto;
	text-align:left;
}

.main-blue-image .container .article {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align:left;
	
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;  
    flex-wrap: wrap;
}

.main-blue-image .container .article .left {
	width: 40%;
}

.main-blue-image  .container .article .left img{
	width: 100%;
	height: auto;
}

.main-blue-image .container .article .right {
	width: 50%;
}

.main-blue-image .container .article .right h2,
.main-blue-image .container .article .right p,
.main-blue-image .container .article .right li{
	color: #fff;
}

.main-blue-image .container .article .right h2,
.main-blue-image .container .article .right p,
.main-blue-image .container .article .right ul{
	margin-bottom: 40px;
}

.main-blue-image .container .article .right li{
	margin-left: 20px;
}


@media only screen and (max-width: 1200px) {
	
	.main-blue-image{
		padding: 110px 0;
	}

	.main-blue-image .container{
		width: 85%;
	}

}

@media (max-width: 768px) {
	
	.main-blue-image{
		padding: 80px 0;
	}
	
	.main-blue-image .container{
		width: 90%;
	}
	
	.main-blue-image .container .article .left {
		width: 100%;
		padding: 0 0 60px 0;
	}
	
	.main-blue-image  .container .article .left img {
		width: 100%;
	}
	
	.main-blue-image .container .article .right {
		width: 100%;
	}
	
	.main-blue-image .container .article .right ul{
		margin-bottom: 0px;
	}
	
	
}

/********************* Kontakt  *********************/


.contact{
	width: 100%;
	margin: 140px 0 140px 0;
}

.contact .container {
	width: 65%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.contact .container p{
	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 26px;
  	line-height: 36px;
	color:#000;
	margin-bottom: 40px;
}


@media only screen and (max-width: 1200px) {
	
	.contact{
		margin: 110px 0 110px 0;
	}

	.contact .container{
		width: 85%;
	}

}

@media (max-width: 768px) {
	
	.contact{
		margin: 80px 0 80px 0;
	}
	
	.contact .container{
		width: 90%;
	}
	
	.contact .container p{
		font-size: 20px;
  		line-height: 30px;
	}

	
}





/********************* Impressum  *********************/


.imprint{
	width: 100%;
	margin: 0 0 140px 0;
	padding-top: 240px;
	background-color:#FFF;
}

.imprint .container {
	width: 65%;
	margin: 0 auto 0 auto;
	text-align:left;
}

.imprint .container p{
	margin-bottom: 40px;
}

.imprint .container li{
	margin-left: 20px;
}


@media only screen and (max-width: 1200px) {
	
	.imprint{
		margin: 0 0 110px 0;
		padding-top: 180px;
	}

	.imprint .container{
		width: 85%;
	}

}

@media (max-width: 768px) {
	
	.imprint{
		margin: 0 0 80px 0;
		padding-top: 140px;
	}
	
	.imprint .container{
		width: 90%;
	}
	
}


/********************* Footer  *********************/

.footer{
	width: 100%;
	padding: 100px 0 100px 0;
	background-color: #007DBD;
}

.footer .container {
	width: 65%;
	margin: 0 auto 0 auto;
	text-align:left;
	
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;  
    flex-wrap: wrap;
}

.footer .container .item-1 {
	width: 30%;
}

.footer .container .item-2 {
	width: 20%;
}

.footer .container .item-1 hr,
.footer .container .item-2 hr {
	color:#fff;
	margin: 10px 0;
}

.footer .container .item-1 h4,
.footer .container .item-2 h4 {
  	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 17px;
  	line-height: 28px;
	color:#fff;
}

.footer .container .item-1 p,
.footer .container .item-1 a,
.footer .container .item-2 a {
  	font-family: 'Barlow', sans-serif;
	font-weight:400;
	font-size: 16px;
  	line-height: 28px;
	color:#fff;
}


@media only screen and (max-width: 1200px) {
	.footer {
		padding: 80px 0 20px 0;
	}

	.footer .container {
		width: 85%;
	}
	
	.footer .container .item-1,
	.footer .container .item-2{
		width: 40%;
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	
	.footer{
		padding: 60px 0 30px 0;
	}
	
	.footer .container {
		width: 90%;
		
		display: -webkit-flex;
    	-webkit-flex-wrap: wrap;
    	display: flex;  
    	flex-wrap: wrap;
		
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.footer .container .item-1 img{
		width: 50%;
	}
	
	.footer .container .item-1,
	.footer .container .item-2{
		width: 100%;
		margin-bottom: 30px;
	}
	
	.footer .container .item-1 h4,
	.footer .container .item-2 h4 {
		font-size: 16px;
  		line-height: 28px;
	}

	.footer .container .item-1 p,
	.footer .container .item-1 a,
	.footer .container .item-2 a {
		font-size: 15px;
  		line-height: 25px;
	}

}





/********************* Kontaktformular *********************/

.form1 {
	width: 100%;
	padding: 140px 0 140px 0;
  	}

.form1 .container {
	width: 65%;
	margin: 0 auto 0 auto;
	text-align:left;
}

.form1 .container li {
	color: #b70e0c;
	margin-left: 20px;
}

.form1 .container .btn {
	font-family: 'Barlow', sans-serif;
	font-weight:600;
	font-size: 20px;
  	line-height: 34px;
	text-decoration:none;
	text-align: center;
	color: #fff;

	background-color: #007DBD;
	visibility:visible;
	display: inline-block;
  	border: none;

	margin-top: 40px;
  	padding: 8px 30px;
}

.form1 .container .btn:hover {
	text-decoration: underline;
  	color:#fff;
}


@media only screen and (max-width: 1100px) {
	
	.form1 {
		padding: 110px 0 110px 0;
  	}
	
	.form1 .container{
		width: 85%;
		
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

}

@media (max-width: 768px) {
	
	.form1 {
		padding: 80px 0 40px 0;
  	}
	
	.form1 .container{
		width: 90%;
	}
	
	.form1 .container .btn{
		font-size: 15px;
  		line-height: 26px;
  	}

}


/*********/


.form{
	min-height:20px;
	margin-bottom:30px;
	margin-top: 30px;
	}
			
.form label {
	font-family: 'Barlow', sans-serif;
	font-weight:400;
	font-size: 20px;
  	line-height: 34px;
	color:#000;
	
  	display: inline-block;
  	margin: 0 0;
  	padding: 25px 0 5px 0;
  	border: 1px solid transparent;
}

textarea.form-control {
    height: auto;
}

.form label a {
	font-family: 'Barlow', sans-serif;
	font-weight:400;
	font-size: 20px;
  	line-height: 34px;
	color:#007DBD;
	text-decoration: none;
 }
  
.form label a:hover {
	text-decoration: underline;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 10px;
	
	font-family: 'Barlow', sans-serif;
	font-weight:400;
	font-size: 16px;
  	line-height: 30px;
	color:#918D8B;
	
    background-color: #fff;
    background-image: none;
    border: 1px solid #717e86;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea {
    font-family: inherit;
	overflow: auto;
	margin: 0;
	font: inherit;
}


@media (max-width: 768px) {

	.form label,
	.form label a{
		font-size: 15px;
  		line-height: 25px;
  	}

}

