/*Definition Styles*/

body{
  background-color:#08298A;
  font-family: Candara,sans-serif;
  min-width: 10px; /*Einstellen der Breite, ab der man scrollen soll*/
}


/*HEADER_______________________________________________________________*/

#logo {
float: left;
margin-left: 10%;
width:18%;
min-width:150px;
max-width: 230px;
}

header{
font-size: 16px;
position:fixed;
background: #0B173B ;
top:10px;
height: 4em;
width: 95%;
/*min-width: 900px;*/
text-align: left;
/*transition:200ms all;*/
}

header nav#normal{
  color: #A4A4A4;
  display: inline-block;
}

header nav#normal ul{
  margin:0;
  margin-right: 10px; /*Setzt das Untermenü unter den Hauptpunkt*/
  padding:0;
  transition: all 300ms;
  display: inline-block;
}

header nav#normal li{
  margin:0;
  padding:0;
  float: left;
  list-style: none;
  position:relative;
  transition: all 300ms;
}

header nav#normal ul li a{
  display: inline-block;
  padding:1rem 0.35rem 1rem 0.35rem;
  float:left;
  min-width: 115px; /*___________________Non responsive!!!*/
  text-align: center;
  color: #E6E6E6;
  margin: 0 0 0 0 ;
  text-decoration: none;
  background:#0B173B;
  font-weight:300;
  transition: all 300ms;
  font-family: arial, sans-serif;
  font-size: 1em;
}

header nav#normal ul li:hover >a{
  background: #848484;
  font-size:1.07em; /*Bei Werten >1 wächst die Schrift beim Rübergehen*/
  /*font-weight:600;*/
}


header nav#normal ul li ul{
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: -10px;
  width:100%;
  transition: 300ms all;
  max-height: 0;
}

header nav#normal ul li:hover >ul {
  max-height: 700px;
}


#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 10px;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  position: absolute;
  list-style: none;
  top: 50px;
  left: 0;
  padding-left: 10px;
  height: calc(100vh - 50px);
  width: 100%;
}

.mobile-menu li {
  margin-bottom: 5px;
  list-style:none;
  color: #E6E6E6;
  margin: 3px;
  padding: 3px;
  text-decoration: none;
  background:#0B173B;
  font-weight:300;
  transition: all 300ms;
  font-family: arial, sans-serif;
  font-size: 1em;
}

.mobile-menu a{
  color: #E6E6E6;
  text-decoration: none;
}

.mobile-menu li:hover >a{
  /*background: #848484;*/
  font-size:1.0em; /*Bei Werten >1 wächst die Schrift beim Rübergehen*/
  font-weight: bold;
}

/*SECTION_______________________________________________________________-*/
section{
width:81.5%;
min-width:300px;
padding:25px;
margin-top: 120px;
margin-left:10%;
margin-right: 12%;
background-color:#E6E6E6;
border:1px solid #A4A4A4;
/* border-radius: 8px; */
margin-bottom:15px;
}


h2{
  font-size: 1.4em;
  color: #777;
  text-decoration: none;
}

.article{
  height: auto;
  margin-top: 15px;
  margin-bottom: 50px;
}

.article img{
  float:left;
  padding: 5px;
  margin-right: 10px;
  border:0px solid #A4A4A4;
}

#rechts {
  float:right;
  padding: 5px;
  margin-left: 10px;
}

.article div{
  float:both;
}

.article p{
}

.article a{
}


/*FOOTER_________________________________________________*/
footer{
  background-color:#BDBDBD;
  background-color: #0A0A2A;
  width: 100%;
  border:1px solid #0A0A2A;
  font-size:0.8em;
  font-family: arial,sans-serif;
}

  footer a{
    color: #A4A4A4;
    text-decoration: none;
  }

  footer ul{
    float: left;
    list-style-type: none;
  }

  footer li{
    display:inline;
    margin-right: 15px;
  }

  footer p{
  text-align: right;
  margin-right:   20px;
  color:#848484;
  }

/*schmale Bildschirmeinstellungen*/
  @media screen and (max-width: 980px) {

     body {
font-size:14px;
    }

    #logo {
    margin-left: 2.5%;
    width:18%;
    min-width:100px;
    /*
    max-width: 230px;*/
    }


    header nav#normal ul li a{
      font-size: 0.85em;
      min-width: 95px;
      padding:1rem 0.2rem 1rem 0.2rem;

    }
    header nav#normal ul li:hover >a{
      font-size:0.9em; /*Bei Werten >1 wächst die Schrift beim Rübergehen*/
      /*font-weight:600;*/
    }
    section{
    width:93%;
    /*min-width:300px;*/
    padding:15px;
    margin-top: 90px;
    margin-left:1px;
    margin-right: 1px;
    margin-bottom:15px;
    }

}

/*Handy-Bildschirm*/
@media screen and (max-width: 720px) {

  header nav#normal {
    display: none;
  }

  #hamburger-icon {
display: block;
  }

   body {
/*font-size:12px;*/
  }
  #logo {
  width:60px;
  margin-left: 10px;
  }

header{
height: auto;
position: fixed;
display: flex;
justify-content: space-between;
}

  section{
  width:91.5%;
  /*min-width:300px;*/
  padding:15px;
  margin-top: 90px;
  margin-left:1px;
  margin-right: 1px;
  margin-bottom:15px;
  }
