*, *:before, *:after {
  margin:0;
  padding:0;
  box-sizing: border-box;
  }

body        {
  font:14px/16px 'Myriad Pro', Verdana, Geneva, sans-serif;
  }

#container{
  min-width:320px;
}


/* ------------------------- Construction ------------------------- */

#construction{
  width: 100%;
  height: 100vh;
  background: #010103;
  position: relative;
}

#construction img{
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}


/* ---------------------------- HEADER ---------------------------- */

/* BAR */

#header_container{
    height: 60px;
  }
#header_bar{
  height: 60px;
  background: black;
  position: fixed;
  display: inline-block;
  text-align: center;
  min-width: 320px;
  width:100%;
  z-index: 1000;
}

#menu_img{
  height: 70%;
  margin: 9px;
  position: absolute;
  left: 0;
}
#logo{
  height: 100%;
}

/* GRAFIK */

#header_bild{
  width: 100%;
  height: 100%;
  background: url(img/header_moct.jpg) center center no-repeat;
      background-size: auto auto;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
}

#header_grafik{
  height: 400px;
  position: relative;
}

#header_grafik .headline{
  position: absolute;
  background: #22232c99;
  width: 100%;
  bottom: 0px;
  height: 50px;
}

#header_grafik p{
  position: absolute;
  color: #ff5e33;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-size: 2em;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

#header_text_background{
  height: 40px;
  background: #22232c99;
  width: 100%;
}

@media (min-width: 800px) {
 #menu_img {
   display: none;
 }
 #header_bild{
   height:500px;
 }
}

/* ---------------------------- INHALT ---------------------------- */

#inhalt{

}

/* ---------------------------- FOOTER ---------------------------- */

#footer{

}


.teaser{
  background: #b3b7b9;
  width: calc(100% - 30px);
  margin: 15px;
  padding: 15px;
  position: relative;
  overflow: auto;
}

.teaser_header{
  color: rgb(255, 94, 51);
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-size: 5vmin;
  line-height: 5vmin;
  margin-bottom: 3vmin;
}

.teaser_text{
  font-size: 4vmin;
  color: #2e2e2e;
  line-height: 1.3em;
}

.teaser_small img{
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.teaser_big img{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.teaser_small .teaser_inhalt{
  width: 60%;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.teaser_big .teaser_inhalt{
  width: 100%;
  margin-top: 15px;
}

.teaser_btn{
  border: 2px solid #ff5e33;
  color: #ff5e33;
  display: inline-block;
  cursor:pointer;
}
.teaser_btn:hover{
  color: #fff;
  background: #ff5e33;
}

.teaser_btn_small{
  padding: 0 5px 0 5px;
  font-size: 20px;
  float: right;
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 15px;
  width: 30px;
}

.teaser_btn_big{
  font-size: 20px;
  float: left;
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: 15px;
}

.plus{
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
