@font-face {
   font-family: 'RubikRegular';
   src: url('../font/RubikRegular.ttf');
}


@font-face {
 font-family: MyCustomFont;
 src: url("font/OpelSansCondensed.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("font/OpelSansCondensed.ttf") /* TTF file for CSS3 browsers */
}

/* General Style */ 
body {
	font-family:MyCustomFont, Josefin Sans;
  font-size: 1.9em;
  color: black;
}

/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
    }

/* visited link */
a:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link */
 a:hover {
    color: black;
    text-decoration: none;
}

/* selected link */
a:active {
     color: black;
     text-decoration: none;
} 

 
.box1184 {
max-width: 1184px; 
margin-left: auto; 
margin-right: auto;
}

.box800 {
max-width: 800px; 
margin-left: auto; 
margin-right: auto;
}



h1 { 
    display: block;
    font-size: 1.7em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;

}

h1a { 
    display: block;
    font-size: 1.3em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
  border-top:1px solid lightgrey;
  text-align:center;
 width: 100%; 
 color:black;
 padding: 10px;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    
    padding:10px;
}

h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h4 { 
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;

}

h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

    .swiper-container {
      width: 100%;
      height: 300px;
      background:white;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.flex-container1 {
display: -webkit-flex;
 display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  flex-direction: row;
  -webkit-flex-direction: row; 

  }

.flex-container1 img {
     width: 100%;
    height: auto;
 }
 
.item-1 {
float:left;
width:30%;
padding:4px;
} 

.item-1-show {
float:left;
width:100%;
background:white;
color:black;
padding:4px;
font-size:16px;
display:none;
padding-left:5px;
} 

.item-1 img {
width:100%;
} 

.item-2 {
float:left;
width:10%;
padding:4px;
-webkit-flex: 1 0 auto; 
flex: 1 0 auto; 
} 

.item-2 img {
width:80px;
} 

.item-2phone {
float:left;
width:10%;
padding:4px;
-webkit-flex: 1 0 auto; 
flex: 1 0 auto; 
} 

.desktop-visible { display:none;}

.item-3 {
float:left;
width:100%;
padding:4px;
-webkit-flex: 1 0 auto; 
flex: 1 0 auto; 
font-size: 13px;
} 

.item-4 img {
width:300px;
} 


#box1{
width:6000px;
position: relative;
  height:90px;
  
  margin:0 0 0 0;
  border-bottom:1px solid lightgrey;
  margin-bottom:13px;
 float:left; overflow:hidden;
}

#box2{
position:relative;
width: 6000px;
  height:32px;

  margin:0 0 0 0;
 /* border-bottom:1px solid lightgrey;*/
  margin-bottom:13px;
   float:left; overflow:hidden;
}

#box3{
overflow:auto;overflow-y:hidden;
}

ul{
  margin:0;
  padding:0;
  display:block;
 
}

li {
  float:left;
  margin:0;
  list-style-type:none;  
  padding:0;
  padding:5px 8px;
 
}

li a {
  display:block;
  text-decoration:none;
  font-size: 0.8em;
  color:#222;

}

li a.active {
  color:#CC0000;
}


#menu2 li.slide-line {
	display: block;
 padding:1px;
margin:10;
margin-left:0;
	  background: none #3b5998;
	  position: absolute;
	  top: 0;
  width: 43px; 
  height: 1px; 
  left: 20px; 
  top: 30px;
  z-index: 0;
}


@media screen and (min-width:700px) {
#box3{
overflow-x:hidden;
}
                                    }
 
/* **********************************************UNTER 1000px ipad mini/kindle fire/galaxy tab********************************************************* */
@media screen and (max-width:1000px) {

                                    }


/* **********************************************UNTER 730px ipad mini/kindle fire/galaxy tab********************************************************* */
@media screen and (max-width:730px) {
.flex-item {
width: 50%;
margin-left:1px;
margin-right:1px;
           }

.item-1 {
display:none;
} 
.item-1-show {
display:block;
}   

.item-2 {
margin-left:20px;
} 

.item-2 img {
width:50px; 
padding-right:10px;

} 

 
 input[type="text1"] { width: 160px; }
        
                                    }


                                     

/* **********************************************UNTER 550 iphone4/5/6/6PLUS********************************************************* */
@media screen and (max-width:550px) {

 .flex-item {
margin-left:1px;
margin-right:1px;
padding: 8px;
                    }

                   
                    
.item-2a {
display:none;
} 

.desktop-visible { display: block; margin: 0 auto; }

.item-2 {
margin-left:20px;
} 

.item-2 img {
width:50px; 
margin-left:10px;
padding-right:10px;

} 

.item-2phone {
float:left;
margin-top:-15px;
} 

.item-4 img {
width:250px;
} 

#item-5 {
padding: 10px;
} 

.item-6 {
width:100%;
}   
input[type="text1"] { width: 100px; } 

                                    }

/* **********************************************UNTER 400px********************************************************* */
@media screen and (max-width:400px) {
.select {
min-width: 250px; 
   } 
input[type="anfrage"] { min-width: 280px; }

.item-1-show {
font-size:13px;
padding-left:0px;
}    

.item-4 img {
width:220px;
} 

.item-3 {
float:left;
width:100%;
font-size: 12px;
} 


                                    }                                    
 

 