/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                              
	vertical-align: baseline;          
	background: transparent;      
	font-size: 100%;                     
}
/*@font-face {
 
font-family: "Rubik"; 
 
src: url("fonts/Rubik-VariableFont_wght.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} */

a {                                      	     
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			
} 
input, select, button, textarea {
	margin: 0; 				
	font-size: 100%; 			
	outline: none;
}
input[type="text"], input[type="password"], input[type="date"], textarea {
	padding: 0; 				
}
input[type="checkbox"] { 		
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}


html {
	min-height:100%; 
}
body {
	color: #1b1d38;
	text-align: left;
	font-size: 1.2em; 
	min-height:100%;
	font-family: 'Work Sans', sans-serif;
	background-color:#eaebf8;
}
a, a:visited { 
	color: #1c2762;
	text-decoration: none;
}

img { border: 0; }
a:hover {
	color: #f45a40;
	text-decoration:none;
}
a:focus, a:active {
	color: #f45a40;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	 color:#ea8848; 
}
h1 {
	color:#12233e;
	font-size:1.7em;
	margin-bottom: 20px; 
}

.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}


.center-block-main{
	max-width:1140px; margin:0 auto;
	
}
header {
background-color: #ea8848; position: fixed;
	z-index:2; width:100%;
	border-bottom: 4px solid #ea8848;
}
.header-top2{
	display: none;
}
.header-top3{
	display: none;
}
.header-top{
	padding:2px 0 0px 0; max-width:1140px; margin:0 auto; color:#18a119; 
}
.header-top2 p{
			float:left;  margin-right:10px; font-size:1.375em; font-family:  Book Antiqua, serif;
		}
.header-top3 p{
			float:left;  margin-right:10px; font-size:1.375em; font-family:  Book Antiqua, serif;
		}
	.logo{
		float:left; margin-bottom:5px; font-weight: 600; color:#18a119; font-weight:600; font-family:  Book Antiqua, serif;
	}
	.logo img{
		margin-left: 0px;
		
	}
.logo img{		
		margin:0 20px 0 0;
		max-height: 40px;
        max-width: auto;
	}


.header-bottom{
	padding:0;
}
.header-top p{
			float:left;  margin-right:30px; font-size:1.325em; font-family:  Book Antiqua, serif;
		}
		.header-top2 p{
			float:left;  margin-right:30px; font-size:1.325em; font-family:  Book Antiqua, serif;
		}
	.menu{
		float:right; font-family: sans-serif; margin-top: 14px; 
	}
		.menu li{
			float:left;  margin-right:30px; font-size:0.9em;  margin-bottom:10px;   margin-left:0px;/*background-color: green;*/
		}
			.menu li a{
				color: #12233e; text-decoration:none; font-weight: 600;
			}
			.menu li a:hover{
				color: #d6e2e2; 
			}
	
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; }
.main-wrapper { max-width: 100%; height: auto; } 
.slider {
  position: relative;
  width: 100%;
 
  padding-bottom: 0px;
  margin: 0 auto;
  overflow: hidden;
   border-bottom: 0px;
}
.slider__toggle {
  display: none;
}

.slider__slides {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  background-color:#ffffff;
 
}
.slider__slide{
	display: block;
  width: 100%;
   height: 450px;
 
  flex-shrink: 0;
  box-sizing: border-box;
background-color: #ffffff;
 background-image: url(images/home.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	position: relative;
 	z-index: 1;
} 
.slider__slide_klein{
	display: block;
  width: 100%;
   height: 125px;
 flex-shrink: 0;
  box-sizing: border-box;
background-color: #cbc6be;
 background-image: url(images/sterne.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	position: relative;
 	z-index: 1;
} 

.fixed-container{
	max-width: 1140px;
	margin: 0 auto;
}
	
	/*.unslider-nav{
		max-width: 1140px; margin:20px auto 0; position:relative; top: -15px;
	}*/
	

.block3-section {
	padding: 10px 0 10px 0; background: #fff; margin-bottom:10px; 
}

	.block3-section>h2{
	font-size: 2.0em; font-weight: 600; text-align: center; color: #12233e; 
	}
	.block3-section>h3{
	font-size: 1.65em; font-weight: 400; text-align: center; margin-bottom: 50px; 
	}
	.block3-section img {
		width:97%;
	}
	
	.block3-section p, h2 {
		margin:0 30px;
	}
	.block3-section {
	 padding: 10px 0 10px 0; background: #fff; margin-bottom:10px; 
}
/*.block30-section {
	display: none; background: #fff;
}
	.block30-section>h2{
	font-size: 2.25em; font-weight: 600; text-align: center; color: #e65012; 
	}
	.block30-section>h3{
	font-size: 1.25em; font-weight: 400; text-align: center; margin-bottom: 50px; 
	}
	.block30-section img {
		width:90%; /*margin-left:25%; 
	}
	
	.block30-section p, h2 {
		margin:0 30px;
	}'*/
.block3-main{
	margin-bottom:30px;  margin-top:20px;
}
	.block3-main article{
		 float:left; margin-left:5%; text-align: center; width:30%;  margin-right:20px;
	}
	/*.block3-main article:first-child{
		margin-left:10px; width:30%;
	}*/
	.block3-main img{
		display:block; /*margin:0 auto 20px auto; width:90%;*/
	}
	.block3-main article h2{
		
		font-size:1.5em; margin-bottom:20px; text-transform: uppercase;
		font-weight: 800; color:#18a119;
	}
	.block3-main article h2 a {
		color: #18a119; text-decoration: none;
	}
	.block3-main article h2 a:hover {
		text-decoration: underline;
	}
	.block3-main p{
		font-size:0.9em; line-height: 1.3; 
		margin-left:5%; 
	}
.block3-main li{
			font-size:0.9em; margin-bottom:3px; line-height: 1.3; margin-left:5%; padding: 0 3px 0 3px;
		}
		
		
/*#icon{
 position: relative;
 display: inline-block;
}
#tab1{
 display: inline-block;
}
data-name{
 font-size:2.875em;
}
#tab2{
 display: none;
}

#icon:hover:after {
content: attr(data-name);
position: absolute;
left: 0;
bottom: -10px;
background: rgba(8, 90, 41, 0.55);
color: #fff;
text-align: center;

font-size: 14px;
padding: 3px 0;
width: 100%;
}	
	
	
/*.block4-section{
	margin-bottom:10px; 
}
	.block4-section>h2{
		text-align:center; font-family: 'Rubik', sans-serif; color:#fff; font-size:1.375em; margin-bottom:30px;
	}
	.block4-main{border-bottom: 1px solid #e7e7e7; margin-top:20px;
	}
		.block4-main article{
			width:47%; margin-left:2.6666666666666666666666666666667%; float:left;
		}
	.block4-main article:first-child{
			margin-left:0;
		}
		.block4-main article img, iframe{
			display:block; margin:0 auto; height:330px; width: 450px; padding:0;
		}
		.block4-main-content{
			padding:20px 20px 0 20px; border:1px solid r; border-top:0;
		}
		.block4-main h2{
			color:#18a119; font-weight: 600; font-size:1.825em;  margin-bottom:25px; text-align:center;
		}
		.block4-main-content h3{
			font-size:0.975em; text-transform:uppercase; margin-bottom:10px; font-style:italic;
		}
		.block4-main p{
			font-size:0.9em; margin-bottom:10px; line-height: 1.3;  padding: 0 3px 0 3px;
		}
		.block4-main li{
			font-size:0.9em; margin-bottom:3px; line-height: 1.3; margin-left:15px; padding: 0 3px 0 3px;
		}
		.block5-main article{
			width:97%; margin-left:0; float:left;
		}
		.block5-main article:first-child{
			margin:0;
		}
		.block4-main article img, iframe{
			display:block; margin:0 auto;  padding:0; height:300px;
		}
			

.about{
	margin-bottom:0px; padding:10px 0; background-color:#f1f3f4;
}
	.about article{
		float:left; width:45%; margin-left:2.6666666666666666666666666666667%;
	}
	.about article h2{
		font-size:1.325em; font-weight:450; margin-bottom:10px; color:#18a119;
	}
	.about article p{
		font-size:0.9em; margin-bottom:25px;  margin-right: 10%; align: justify; color:#01330e;
	}
	.about article a{
		 font-weight:500;  color:#197a03; font-size:0.9em;
	}
	.about .formular{
		float:right; width:45%; margin: 30px;
	}
	.about img{width: 70%; margin: 0;}
	
	
	
	.ueberr {
		padding:0px 10px; 
		
	}
	.ueberm {display: none;}
	
	.formular {
	
	height: auto;
	margin-left: 0px;
	background-color: grey;
	
	border-radius: 0px;
	border: 0px solid #ccc;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	color: #fff;
}
.about article{
			width:45%;  float:left;
		}
		.formular {
			width:45%;  
		}
		.formular article:first-child{
			margin-left:0;
		}
		.formular article img, iframe{
			display:block; margin:0 auto; padding:0;
		}*/
.formular h2 {
	
	color: #fff;
	
	font-size: 1.3em;
	margin: 0px;
	text-align: center;
}
.formular input[type="text"], input[type="email"], input[type="tel"] {
	border-radius: 0px;
	border: none;
	font-size: 0.8em;
	margin: 1% auto;
	padding: 2px 5px;
	width: 65%;
	
	font-family: 'Work Sans', sans-serif;
	padding-bottom: 10px;
	
	
}
.stern {
	
	color: red;
	font-weight: 600;
	
}
.formular input[type="number"] {
	border-radius: 0px;
	border: none;
	font-size: 0.8em;
	margin: 1% auto;
	padding: 2px 5px;
	width: 100px;
	
	font-family: 'Work Sans', sans-serif;
	color: #000;
}
/*.date {
	border-radius: 0px;
	border: none;
	font-size: 0.8em;
	margin: 3% auto;
	padding: 15px 15px;
	width: 65%;
	border: 3px solid #ccc;
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	
}
.formular textarea {
	border-radius: 0px;
	border: none;
	font-size: 0.80em;
	margin: 2% auto;
	padding: 15px 15px;
	width: 65%;
	height: auto;
	
	font-family: 'Work Sans', sans-serif;
	color: #000;
	
}
.date input[type="date"]{
	margin: 10px;
	padding: 2px 1px;
	font-family: 'Work Sans', sans-serif;
	font-size: 1.0em;
	color: #555151;
	
}
.formular input[type="submit"] {	
	
	
	margin: 12px 0 0 12px;
	padding: 5px 1px;
	width: 50%;
	font-size: 1.0em;
	border-radius: 0px;
	border: 3px solid #ccc;
	color: #fff;
	background: #f45a40;
	cursor: pointer;
	padding: 10px 15px;
	font-family: 'Work Sans', sans-serif;
}
	
	
.subscribe{
	background:#197a03; color:#fff; padding:15px 10px; 
}
	.subscribe h2{
		float:left; font-size:1.325em; text-transform:uppercase; margin-top:5px;
	}
	.subscribe-form{
		float:right;
	}
	.email-inpt{
		text-transform:uppercase; font-size:0.875em; float:left; width:200px; padding:7px 20px; border:none;
	}
	.submit-inpt{
		background:#ff674f; float:left; margin-left:20px; border:none; color:#fff; text-transform:uppercase; padding:7px 20px; cursor:pointer; font-size:0.875em;
	}*/
	
.ftr{
	background:#253046; padding:10px 10px; 
}
	.ftr h2{
		color:#fff; font-size:1.325em; font-family: 'Work Sans', sans-serif;  margin-bottom:10px; text-transform:uppercase;
	}
	.ftr p{
		font-size:0.875em; margin-bottom:20px; color:#fff; padding: 0 15px;
	}
	.ftr h3{
		font-size:0.875em; margin-bottom:5px;
	}
		.ftr a{
			color:#fff; text-decoration:none;
		}
		.ftr a:hover{
			text-decoration: underline; color:#b7b2b3;
		}
	
/*	
	.ura {
		 margin: 10px;
		font-size:0.875em;
		width: 90%;
	}*/
	@media screen and (max-width:1580px){
	.header-top{
	padding:5px 0 0px 0; width:100%; margin-left: 0;
}
     /* .logo img{		
		margin:0 20px 0 0;
		max-height: 35px;
	}*/
@media screen and (max-width:1750px){ 
  .header-top {
margin-left: 3%;
	
}
	/*.slider__slide{
	background-image: url(images/home2.jpg);
   height: 400px;
}*/
      }
@media screen and (max-width:1150px){
		.slider__slide{
	background-image: url(images/home3.jpg);
   height: 600px;
}
      }

@media screen and (max-width:1200px){
	/*.logo img{		
		margin:0 20px 0 0;
		max-height: 50px;
	}*/
/
	.subscribe h2{
		float:none; text-align:center; margin:0 0 20px 0;
	}
	.subscribe-form{
		float:none; display:table; margin:0 auto;
	}
	.thumb img {
		width:31.8%; height: auto;
		margin: .5%;
	}
	.slider__slide h2, .slider__slide2 h2{
		color:#fff; font-size: 2.5em; font-weight: 600; line-height:1.0; margin-top: -90px; background-color:rgba(8, 90, 41, 0.5); padding: 15px;
	}

	.ueberm {
	 width:100%; 
	}
.ueberm {
		 margin-left:30px;
	}
	.ueberr {display: none;}
	.ueberm {display: block;/* margin-left: 20px*/} 
	.about .formular{
		float:left; width:95%; margin-left: 30px;
	}
/*.header-top {
			display: none;
		}
.header-top2 {
			display: block;
		}*/
.slider__slide h2, .slider__slide2 h2{
		 font-size: 1.8em; top: 350px;
	}
.slide-text-wrapper, .slide-text-wrapper2 {
		 left: 0%; width:100%; 
	}	

/*	.about img{width: 100%;}
	.about article {padding: 2px;}*/
/*.block4-section{
	margin-bottom:10px; margin-left: 30px; margin-top: 0px; 
}*/
     .header-top p2{
			float:left;  margin-right:10px; font-size:1.375em; font-family:  Book Antiqua, serif;
		}
	.menu{
		float:right; font-family: sans-serif; /*margin-top: 30px;*/
	}
		.menu li{
			float:left;  margin-right:35px; font-size:1.0em;  
		} 
     }
      
 @media screen and (max-width:900px){
	.slider__slide{
	background-image: url(images/sterne.jpg);
   height: 125px;
}
 
/*.block30-section {
		display: block;
	}
	
	
.block3-section {
		display: none;
	}*/
.header-top {
			display: none;
		}
.header-top2 {
			display: block;
		}
  .header-top2 {
margin-left: 20px;
	
}  
	
	/*.about article{
		float:none; width:95%; margin:20px;
	}
.logo img{
		margin-left: 10px;
		
		max-height: 60px;
	}
	.block4-main article{
			width:97%; 
		}
		.logo{
		font-size: 1;
	} */
	 .header-top p{
			float:left;  margin-right:10px; font-size:1.375em; font-family:  Book Antiqua, serif;
		}
	
.menu{
		float:left; margin-top: 10px; margin-bottom: 10px;
	}
		.menu li{
			float:left;  margin-right:20px; font-size:1.0em;
		} 
		/*.block3-main img{
			 height:200px; width: auto;
		}*/
}
     @media screen and (max-width:850px){
	
 	
	.ueberr {display: none;}
	.ueberm {display: block; }   
	

.menu{
		float:left; margin-top: 10px; margin-bottom: 10px;
	}
       	
.slider {
	 height: 125px;
	  padding-bottom: 0px;
}

	.block3-main article{
			width:97%; 
		}
       .block3-main article{
		 margin-bottom:20px; 
	}
  
/*.slider__control {

  margin: 0px 35px 0 35px;
  background: transparent;
  border-radius: 6px;
  width: 20px;
  height: 20px; 
 
}
.slider__controls {
 
  left: 45%;
  
}*/

/*.thumb img {
		width:48%;
		
	}
	.about img{width: 80%; margin: 2%;}*/


 /*  	.logo img{		
		margin:0 20px 0 0;
		max-height: 80px;
	}
.block3-section>h2{
	font-size: 1.3em; font-weight: 600; text-align: center; color: #18a119; 
	}*/
}
@media screen and (max-width:600px){
 .header-top2 {
			display: none;
		} .header-top {
			display: none;
		}
.header-top3 {
			display: block; margin-left: 20px;
		}
/*   .header-top3 {
margin-left: 20px;
display: block;	
}  
	*/
	
  .block3-section>h2{
	font-size: 1.4em; font-weight: 600; text-align: center; 
	}
.logo{
		float:none; text-align:center; margin-bottom:8px;
	}
  .slider__slide{
	display: block;
  width: 100%;
   height: 160px;
  }
  /*.logo img{		
		margin:0 20px 0 0;
		max-height: 60px;
	}*/
      }
/*@media screen and (max-width:450px){

	.logo{
		float:none; text-align:center; margin-bottom:20px;
	}
	.contakt-basket{
		float:none; display:table; margin:0 auto;
	}
	
	
}*/
.m img {
		width:70%;
	}
	.m p {
		align: center;
	}