h1{font-size:3.3em;}
h2{font-size:2em;}
h3{font-size: 1.6em;}
h4{font-size:1.5em;}
p{font-size: 1.4em;}
li{font-size: 1.4em;}

body {
  background-color: #545b64;
  font-family: 'Rubik', sans-serif;
}



ul.Navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #383838;
}

li.nav, .dropdown {
  float: left;
}

li.nav, .dropdown a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.dropdown a:hover:not(.active), .dropdown:hover .dropbtn {
  background-color: #f8f4f1;
  color: black;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8da48d;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #403731;}

.dropdown:hover .dropdown-content {
  display: block;

 }


main {
  display:flex;
}

article {
  flex:1;
  background-color: #8da48d;
  margin: 20px;
  padding:20px;
  text-align:center;
}

aside {
  flex:1;
  background-color: #b5df8c;
  padding: 20px;
  text-align:center;
}

.center {
  height: 250px;
  position: relative;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  transform: translate(-50%, -50%);
}

.textCenter{
  text-align: center;
}

.imgCenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.Quellen {
  background-color: #383838;
  color: white;
  text-align: center;
}

.picture {
  color:#383838;
}

a:hover {
  color:black;
}

.rcorner1, aside , article, .Quellen {
  border-radius: 25px;
  padding: 20px; 
  margin: 20px;
}

div {
  background-color: #b5df8c;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}

footer {
  background-color: #383838;
  color: white;
  text-align: center;
  margin: 15px;
  padding: 15px;
}


li {
  text-align: left;
}

header {
  text-align: center;
}


p img {
  display: inline-block;
}


article {
  text-align: justify;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  /**justify-content: center;**/
  align-items: flex-start;
}

article section .text{
  /**width:50%;**/
  display: flex;
  flex-shrink: 2;
  flex-basis: 800px;
  align-items: left;
  justify-content: left;
}

article section .bild {
  display: flex;
  flex-shrink: 2;
  justify-content: right;
  align-items: right;
}

.Quellen a {
  color: #b5df8c
}

.Quellen a:hover {
  color: black;
}

p a {
  color: #383838;
}

p a:hover {
  color: black;
}

.ImgWrap {
  float: right;
  margin-right: 2%;
  margin-left: 4%;
}

.wrap{
  text-align: justify;
}

ul {
  text-align: center;
}

img {
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

iframe {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

