*{
    margin: 0;
    padding: 0;
}
#navbutton{
    display: none;
}
body{
    background-color: #efefef;
    font-size: 14px;
    line-height: 1.7em;
    color: #565656 ;
    font-family: 'Open Sans', Arial, sans-serif;    
}
.bold{
    font-weight: 700;
}
.italic{
    font-style: italic;
    font-weight: 700;
}
.textcenter{
    text-align: center;
}
.textright{
    text-align: right;
}
.uppercase{
    text-transform: uppercase;
}
.light{
    font-weight: 300;
}
.clear{
    clear: both;
}
.muted{
    color: #888;
}
.black{
    color: #111;
}
.orange{
    color: #f49d00;
}
.floatright{
    float: right;
}
.mail, .tel {
    background: url("img/sprite.png") 0px 0px no-repeat transparent;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-top: 8px;
    padding: 0 5px 0 30px;
    width: auto;
    font-size: 14px;
}
.mail {
    background-position: 0px -25px;
    margin-right: 15px;
}
a{
    text-decoration: none;
    color: #00498e;
}
a:hover{
    text-decoration: underline;
    color: #f49d00;
}
li{
    list-style: none;
}
p{
    line-height: 24px;
    margin-bottom: 24px;
}
h1, h2, h3, h4{
    font-weight: 500;    
}
h1{
    color: #3a3a3a;    
    font-size: 36px;
    line-height: 36px;
    padding: 4px 0 0;
    margin: 32px 0 56px; 
    position: relative;
}
h1.underline:before{
    background-color: #F49D00;
    content: "";
    height: 3px;
    left: 50%;
    letter-spacing: -1px;
    margin-left: -120px;
    position: absolute;
    top: 64px;
    width: 240px
}  
h1.home{
    margin: -156px 0 88px ;
    color: #fff;
}
h2{
    color: #00498E;
    font-size: 24px;
    margin: 36px 0 24px;
}
h3{
   color: #3a3a3a;
   margin: 24px 0 16px;
}
#headinfo{       
    background-color: #fff;
    width: 100%;
    height: 80px;
}
#headinfoinner, 
#headcontactinner, 
#headinner{
    width: 960px;
    margin: auto;
}
#headinfo li{
    margin: 0 8px 0 4px;
    float: left;
}
#headinfo li a{
    font-size: 13px;
    line-height: 24px;
    color: #3a3a3a;

}
.tobovogen{
    background: transparent url(img/bovogen-com.png);
    width: 156px;
    height: 184px;
    margin: auto;
    display: block;
}
.box{
    border: 1px solid #E6E6E6;
    background-color: #f9f9f9;
    transition: all .3s;
}
.blue .box{
    background-color: #00498E;

}
.blue .box a {
    color: #fff!important;
}

.box:hover{
background-color: #00498E;
}
.blue .box:hover{
    background-color: #033564;
}
.box a{
    padding: 32px 0;
    display: block;
}

.box:hover a {
    color: #fff;
}
.tobovogen:hover{
    background-color: rgba(0,0,0,0.2);
}
#headcontact{
    background-color: #00498E;
    color: #fff;
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #EFEFEF;
}
#headcontact a{
     color: #fff;    
}

.shortcuts{
    height: 24px;
    padding:8px ;
    margin: 32px 0 0;
}
.shortcuts ul{
    margin: 0;    
}
.shortcuts li{
    list-style: none;
}
.flag{
    width: 20px;
    height: 20px;
    display: block;
    background: url(img/de.png);
    background-size: 20px;
    border-radius: 10px;
}
.flag.en{
    background-image: url(img/en.png);
}
#logo{
    width: 180px;
    height: 65px;
    padding-top: 5px;
}
#logo img{
    width: 100%;
    height: auto;
}


#head{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    height: 64px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    border-bottom: 2px solid #f49d00;
}
#nav ul{
    margin: 0;
}
#nav ul li{
    float: left;
    list-style: none;
}
#nav ul li a{
    text-align: center;
    display: block;
    height: 25px;
    width: 120px ;
    font-size: 14px;
    line-height: 25px;
    padding: 20px;
    position: relative;
    color: #565656;
    text-align: center;
}

#nav ul li a:hover,
#nav ul li a.active{
    color: #f49d00;
    text-decoration: none;
}

#nav ul li ul{
    position: absolute;
    display: none;
}
#nav ul li:hover ul{
    display: block;
    z-index: 101;
    box-shadow: 0 6px 6px -4px #111;
}
#nav ul li ul li{
    float: none;
    width: 192px;
}
#nav ul li ul li a{
    color: #fff;
    background-color: #00498e;
    text-align: left;
    padding: 10px 0 10px 15px;
    text-transform: none;
    border: 1px solid #fff;
    border-top:  none;
}
#nav ul li ul li a:first-child{
 border: 1px solid #fff;    
}
#nav ul li ul li a:hover,
#nav ul li ul li a.active {
    background-color: #00498E;
    color: #fff;
}
#splash{
    /* background:#000 url(img/splash-rainbow.jpg); 
background-position: 0 50%;
background-repeat: no-repeat;
    border-bottom: 3px solid #00498E;
    height: 180px*/
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom:56.25%;
    /* padding-bottom:45%; */
} 
#splash video{
    position: absolute;
    top: -66px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
#main{
    width: 960px;
    padding-bottom: 64px;
    /*  background: #fff url('img/competence-is-our-business.png') bottom center no-repeat; */
    background-color: #fff;
    margin: auto;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.345);
}

input[type="text"],
input[type="email"],
textarea,
select {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    margin: 16px 0 8px;
    border: 1px solid #dadada ;
    padding: 0 0 0 12px;
    border-radius: 3px;
    width: 100%;
    color: var(--textcolor);
    height: 38px;
    line-height: 38px;
    transition: add 0.3s linear;
    -webkit-appearance:  none;

}
input:focus,
input:hover{
    border-color: var(--textcolor);
    color: var(--textcolor);
}

input:disabled {
    background: #EDEDED;
  }
  
  .inputbox,
  .selectbox,
  .floatinglabel {
    position: relative;
  
  }
  
  .floatinglabel label, .selectbox label {
    position: absolute;
    left: 12px;
    width: calc(100% - 15px);
    top: calc(50% - 10px);
    padding: 0;
    transition: all 100ms ease;
    background-color: #fff;
  }
  label, .small {
    font-size: 10px;
    line-height: 1.4;
    height: 20px;
    color: var(--textcolor);
  }
  .inputbox input + label,
  .selectbox select + label
  {
      position: absolute;
   /*  transform: translate3d(0, -100%, 0);*/
    top: -20px;
    left: 0;
    background-color: transparent;
    /* oben */
  
  }
  .floatinglabel input:focus + label,
  .floatinglabel input:disabled + label,
  .floatinglabel input:valid + label,
  .floatinglabel label,
  .selectbox select + label{
  
  /*   transform: translate3d(0, -100%, 0); */
    top: -15px;
    left: 0;
    background-color: transparent;
    /* oben */
  
  
  
  }

textarea{
    padding: 8px;
    font: 400 14px/18px Arial, Helvetica, sans-serif;
    height: 100px;
    margin-top: 5px;
    transition: height .3s ease-out;
}

input[type="submit"] {
    width: 100%;
    display: block;
    padding: 0;
    font-weight: normal;
    color: #fff;
    background-color: var(--blue);
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    border: none;
    display: block;
    cursor: pointer;
  }

 table{
margin: 5px;
/* border: 1px solid #ddd; */
border-left: 1px solid #E6E6E6;
border-radius: 2px;
border-top: 1px solid #E6E6E6;
border-spacing: 0;
border-collapse: collapse;
width: 100%;
font-size: 15px;
}
 td{
border-bottom: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
padding: 4px;
font-size: 15px;
line-height: 20px;

}
 th{
border-right: 1px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6;
height: 30px;
text-align: left;
padding: 4px;
text-align: center;

}

tr:nth-child(even) {background: #f9f9f9}
tr:nth-child(odd) {background: #FFF}
.col1to2,
.col1to4,
.col1to3,
.space,
.col2to3{
    float: left;
    width: 50%;
    box-sizing: border-box
}
.col1to3{
    width: 33.3%;
}
.col2to3{
    width: 66.6%;
}
.paddingx{
    padding-left: 16px ;
    padding-right: 16px ;
}
.paddingy{
    padding-top: 16px;
    padding-bottom: 16px;
}
.col1to4{
    width: 25%;
}
.col1to4.singleblock{
    margin: auto;
    float: none;
}
.space{
    float: none;
    height: 40px;
}
img.fit{
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

ul{
    margin: 0 0 24px 24px;
}
li{
    list-style: disc;
}

ul.articles{
    margin: 0 0 24px;
}
.articles li, 
.gallery li{
    list-style: none;
    font-size: 18px;

}
.articles li a{
    background-color: #888888;
    color: #fff;
    text-align: center;
    display: block;
    padding: 12px 8px;
}
.articles li:nth-child(even) a{
    background-color: #565656;
    background-color: #A9A9A9;
}
.articles li a:hover{
    text-decoration: underline;
}
ul.gallery{
    margin: 0;
}
.gallery li img,
.gallery img{
    width: 100%;
    height: auto; 
 /*    border: 1px solid #00498E; */
    border-radius: 2px;   
   
}
.gallery.maxheight img{
height: 100%;
width: auto;
}
div.gallery{
    width: 250px;
    height: 250px;
    margin: auto;
}
.gallery li{
    width: 50%;
    min-height: 50px;
}
.gallery li:first-child{
    width: 250px;
    height: auto;
}
a.back{
    display: block;
    margin: -16px 0 0 16px;
       
}
.button{
display: inline-block;
cursor: pointer;
text-decoration: none;
margin: 0px;
padding: 8px 40px;
outline: none mium;
position: relative;
z-index: 1;
height: 36px;
line-height: 36px;
width: auto;
border-radius: 2px;
transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
background-color: rgb(0, 188, 212);
text-align: center;
}

a.button.condensed{
    background-color: transparent;
    border: 1px solid #00498E;
    color: #00498E;
}
a.button.condensed.file{
position: relative;
margin-bottom: 5px;
padding-right: 52px;
}
a.button.condensed.file:after{
    background: url(img/file.png) 50% 50%  no-repeat;
    background-size: 18px auto;
    width: 22px;
    height: 28px;
    right: 5px;
    display: block;
    position: absolute;
    margin-top: -14px;
    content: ' ';
    top: 50%;
}
a.button.condensed:hover{
      background-color: #00498E;
      color: #fff;
    
}
th{
    padding: 0 5px 0 0;
}
td{
    padding: 3px;
    text-align: center;
}
td:nth-child(1) {
text-align: left;
}

tr.space td{
 height: 20px;
   
}
#footer{
     padding: 16px 0;
}
#footerinner{
    width: 960px;
    margin: auto;
    color: #3a3a3a;
    text-align: center;
}
#footerinner a{
    font-size: 13px;
    color: #565656;
}

.eingabe input[type="text"], .eingabe input[type="password"], .eingabe select, .eingabe textarea {
box-sizing: border-box;
display: block;
margin: 5px 0px;
padding: 0px 7px;
width: 100%;
}

input:focus, select:focus, textarea:focus {
background-color: #fff;
}

.eingabe input[type="text"], .eingabe input[type="password"], .eingabe textarea, .eingabe select {
background-color: #f8f8f8;
border: 1px solid #888;
border-radius: 2px;
color: #565656;
height: 38px;
line-height: 38px;
}
.eingabe {
width: 440px;
}
.eingabe textarea {
font: 500 13px/15px "Arial";
height: 80px;
padding: 3px;
}