


body{
  font-family: "Red Hat Display", sans-serif;
  padding:0;
  margin:0;
  background-color:#ffffff;
}

#showcase{
  text-align:center;
  color:#ffffff;
}

#showcase h1{
  margin-top:50px;
  font-size:55px;
  margin-bottom:10px;
}

.EinteilungDerArbeiten{

}

/* Photogrid
html{
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.Fotografie{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.Video{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.three-col-grid .grid-item {
  width: 380px;
  float: left;
}
*/

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 23%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  height: auto;
  width: 100%;
}
/*
.column iframe {
  margin-top: 8px;
  vertical-align: middle;
  height: auto;
  width: 100%;
  position: relative;
}

.iframe-container {
  overflow: hidden;
  // Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
*/
.onecolumn {
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}

h1{ color:#405059;
  margin-left: auto;
  margin-right: auto;
  margin-top:5px;
  margin-bottom:10px;
}

p{ color:#405059;
  margin-top: 50;
  margin-bottom: 10;
  margin-left: 180px;
  margin-right: 130px;
}

ul{
  margin:0;
  padding:0;
}




/* Header **/
header{
  background:#EDD75A;
  color:#405059;
  padding-top:30px;
  min-height:50px;
  border-bottom:#2F6FD0 3px solid;
}

header a{
  color:#405059;
  text-decoration:none;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}
#Logo{
width: 45%;
height: auto;
padding-bottom: 20px;
}
header nav{
  float:right;
  margin-top:10px;
}

header .highlight, header .current a{
  color:#2F6FD0;
  font-weight:bold;
}

header a:hover{
  color:#2F6FD0;
}

.button{
  font-family: "Red Hat Display", sans-serif;
  background-color:#4D5C64; /* schwarz */
  color:#EDD75A;
  border: none;
  transition-duration: 0.4s;
  padding: 15px 30px;
  margin: 3px;
  text-align: center;
}
.button:hover{
  background-color:#EDD75A; /* Gelb */
  color: #2F6FD0; /* Blau */
  border: none;
}

.button:focus{
background-color:#EDD75A;
color: #4D5C64;
border: none;
outline:0;
}
.button:active{
  background-color:#EDD75A;
  color: #4D5C64;
  border: none;
}


footer{
  width: 100%;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:20px;
  color:#405059;
  background-color:#EDD75A;
  text-align: center;
  bottom : 0;
}

/* Media Queries */
@media(max-width: 768px)
{
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:20px;
  }}
