body{
  margin: 0px;
  font-family: Arial;
}
.slider{
  min-height: 700px;
  width: 100%;
}
#oben{
  z-index:10000000000000;
  position: fixed;
  height:60px;
  top: 0px;
  left: 0px;
  background-color: #666666;
  width: 100%;
}
#oben_logo{
  height:60px;
  position: relative;
  left: 96px;
}
#oben_nav{
  position: absolute;
  top: 0px;
  right: 96px;
  height: 100%;
  margin: 0;
  width: 52%;
}
.oben_nav_ob{
  height:100%;
  float: left;
  text-align: center;
  width:20%;
  list-style: none;
}
a{
  text-decoration: none;
}
.oben_nav_ob_text{
  top: 34%;
  vertical-align: middle;
  font-size: 2vw;
  height: 60px;
  text-align: center;
  width: 100%;
  position: relative;
  color: #ffffff;
}
#home_h1{
  text-align: center;
  position: absolute;
  top: 142px;
  width: 100%;
  font-size: 4vw;
  color: #ffffff;
}
#funktionen{
  color:#2b83ff;
}
#channel_list{
  background: lightgray;
  height: 170px;
  position: absolute;
  width: 80%;
  padding-left: 10%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 10%;
  white-space: nowrap;
}
.slider_ubergang{
  height: 60px;
  width: 100%;
}
.channel_list_channel{
  width: 150px;
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
  height: 150px;
  display: inline-block;
}
.channel_list_channel_img{
  height:150px;
}
.zielgruppe_uberschrift{
  position: absolute;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  width: 100%;
  margin-top: 5%;
  font-size: 37px;
}
.zielgruppe_beschreibung{
  font-family: sans-serif;
  font-weight: bold;
  color: gray;
  position: absolute;
  text-align: center;
  font-size: 25px;
  margin-top: 12%;
  margin-left: 3%;
  margin-right: 3%;
}
#unten_logo{
  height: 100px;
}
#unten_beschreibung{
  position: absolute;
  font-weight: bold;
  width: 276px;
  padding-top: 78px;
  left: 9%;
  color: #b9b9b9;
}
#unten_support{
  position: relative;
  border: 1px dashed lightgray;
  width: 45%;
  height: 287px;
  left: 50%;
  top: 44px;
}
#unten_support_uberschrift{
  font-size: 31px;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #b9b9b9;
}
#unten_support_text{
  font-size: 18px;
  position: absolute;
  color: #b9b9b9;
  font-family: sans-serif;
  top: 40px;
  height: 191px;
  overflow: auto;
}
#unten_support_button{
  position: absolute;
  bottom: 5px;
  color: #ffffff;
  border: 1px dashed #272727;
  padding: 11px;
  font-size: 20px;
  font-family: sans-serif;

  left: 50%;
  margin-left: -125px;
}
#installbutton{
  position: absolute;
  top: 502px;
  left: 50%;
  margin-left: -10%;
  width: 20%;
  height: 42px;
  background-color: #00bb1e;
  border-radius: 10px;
}
#installbutton_text{
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5vw;
  text-align: center;
  width: 100%;
  position: absolute;
  margin: -0.5%;
  top: 10px;
}
#unter{
  width:100%;
  height:120px;
  background-color: #2b2b2b;
}
#unten_copyright{
  position: absolute;
  color: #ffffff;
  font-size: 21px;
  left: 10%;
  margin: 35px;
}
.zwischenuberschriften{
  position: relative;
  width: 100%;
  left: 50%;
  margin-left: -190.815px;
  font-size: 44px;
  text-align: center;
}
.pricebox{
  width: 33%;
  background-color: #747474;
  height: 362px;
  color:#ffffff;
  float: left;
  border: 1px dashed black;
  border-radius: 10px;
}
.pricebox_uberschriften{
  position: relative;
  text-align: center;
  border-bottom: 1px dashed black;
  font-size: 35px;
}
.pricebox_preis{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 48px;
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px dashed black;
}
table{
  position: relative;
  width: 100%;

}

.input_login{
  border-radius: 5px;
  width: 20%;
}
#sprachauswahl{
  position: absolute;
  right: 23px;
  top: 16px;
  width: 42px;
  height: 26px;
  background-color: #cac8c8;
  border: 1px solid black;
}
#sprachauswahl_menu{
  display:none;
  margin-top: -4px;
  background-color: #cac8c8;
  border-top: 1px solid black;
}
.flagge{
  margin:3px;
  cursor:pointer;
}
