/* Style The Dropdown Button */
.dropbtn {
  
  background-color: #f4cc37;
  border: none;
  color: #FFFFFF;
  font-size: 1.2em;
  cursor: pointer;
  min-width: 135px;
  height: 80px;
  margin-right: 7px;
  text-align: center;
  vertical-align: middle;
}

.dropdown {
  
  display: inline-block;
  font-size: 13px;
  line-height: 12px;
  margin-bottom:15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #dcdcdc;
  min-width: 140px;
  height:150px;
  overflow-y: scroll;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #FFFFFF;
  border: 4px solid #FFFFFF;
 
}

.livaccum a{

  font-size:2.4em;
  font-weight: bold;
  text-decoration-line: underline;
  color: #D90000;
  float:left;
  padding-right: 20px;
  margin-top: 0.1em;
}
.landwahl{
  margin-top:-30px;
  padding-right:2%;
}
span, .landwahl a
{font-size:1.2em;
  color: #f2c418;
  text-decoration-line: none;
  font-weight: normal;
  float:right;
  vertical-align: middle;
  padding-left:10px;
}
.landwahl a:hover,
.landwahl a:focus,
.landwahl a:active {
    color: #f4cc37;
  }
.description{
  color: #D90000;
  font-size: 0.9em;
  margin-top:1.0em;
  padding-right:10em;
  
  }


.inputdesign{
border-left: 10px solid #666666;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
background-color: #FFFFFF;
color: #666;
} 

.contentinfo
{
  color:#FFFFFF;
font-size: 0.9em;
font-weight: normal;
font-family: 'Arial';
text-transform: uppercase;}

hr {
  height: 3px;
  color: #D90000;
  background-color:  #D90000;
  border: 1px none;
  margin-left:25px;
  margin-right:25px;
}

.rightbigt{
  margin-left: -4%;

}

/* Mobile first ! alle Blöcke haben 100%, Navigation unten*/
@media (min-width: 300px) and (max-width:600px){ 


.dropbtn {
  background-color: #f4cc37;
  color: white;
  font-size: 13px;
  border: none;
  cursor: pointer;
  min-width: 120px;
  max-width:120px;
  height: 65px;
  padding-left:0px;
  padding-right:0px;
}

.dropdown {
  display: inline-block;
  font-size: 13px;
  line-height: 12px;
  margin-bottom:15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 130px;
  height:110px;
  overflow-y: scroll;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.livaccum a{

  font-size:1.6em;
  text-decoration-line: underline;
  color: #D90000;
  float:left;
 margin-top:7%;
}
.landwahl {float: right;}
span,.landwahl a{
  font-size:0.9em;
  color: #f4cc37;
  text-decoration-line: none;
  font-weight: bold;
  padding-right:10px;
  padding-top:15px;
 
}
.description{
  color: #D90000;
  font-size: 0.9em;
  margin-top:1.0em;
  padding-right:0.1em;
  }
.rightbigt{
  margin-left: 0%;
}

.mainbig{
  margin-top:0px;
}

.smallteaser{
  margin-top: -0.6em;
  }

}

@media (min-width: 501px) and (max-width: 1280px){ 

      
  .dropbtn {
  
    background-color: #f4cc37;
    color: #FFFFFF;
    border: 1px solid #ff0000;
    font-size: 1.1em;
    cursor: pointer;
    min-width: 118px;
    max-width: 118px;
    height: 80px;
    border: none;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
    padding-left:0px;
  padding-right:0px;
  }
  
  .dropdown {
    display: inline-block;
    font-size: 13px;
    line-height: 12px;
    margin-bottom:15px;
  }

  .livaccum a{

    font-size:1.6em;
    text-decoration-line: underline;
    color: #D90000;
    float:left;
   margin-top:7%;
  }
  .smallteaser{
    margin-top: -0.1em;
    }

    .description{
      color: #D90000;
      font-size: 0.9em;
      margin-top:5.5em;
      padding-right:7em;
     
      }
    

}


