html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}
/*font-family: 'Ubuntu', sans-serif;
font-family: 'Enriqueta', serif;
font-family: 'Roboto Slab', serif;*/

/* enriqueta-regular - latin-ext_latin */
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/enriqueta-v15-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/enriqueta-v15-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-regular - latin-ext_latin */
/* ubuntu-regular - latin-ext_latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/ubuntu-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-italic - latin-ext_latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/ubuntu-v20-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-500 - latin-ext_latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/ubuntu-v20-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-500italic - latin-ext_latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('../fonts/ubuntu-v20-latin-ext_latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-ext_latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v24-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-500 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v24-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v24-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

section {min-height: 100%;}

a {
  text-decoration: none;
  font-family: 'Enriqueta', serif;
  font-weight: 400;
  color: #043882;
  text-transform: uppercase;
  }
a:hover {
  opacity: 0.7;
}
li {list-style-type: none;}
h1 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #043882;
}
h2, h3  {
  font-family: 'Enriqueta', serif;
  font-weight: 500;
  color: #494949;
  text-transform: uppercase;
}

h2 {
  color: #5d7177;
  font-family: 'Enriqueta', serif;
}

h3 {
  font-size: 40px;
  padding-top: 8%;
  margin-bottom: 5px;
}

h4, p {
  font-family: 'Roboto Slab', serif;
  color: #494949;
}

h5 {
  font-family: 'Enriqueta', serif;
  font-weight: 500;
  color: #494949;
  text-transform: uppercase;
}
hr {
  width: 300px;
  height: 3px;
  background: black;
  border: 0;
  margin: 0 auto 40px auto;
}
li, #logo, img, i, a {transition: all 300ms; }

dt {
  margin-left: 25%;
  margin-top: 20px;
  text-align: left;
  font-family: 'Roboto Slab', serif;
  color: #043882;
}
dd {
  margin-left: 25%;
  margin-right: 25%;
  text-align: left;
  color: #5d7177;
  font-family: 'Enriqueta', serif;
}


/* HEADER ******************************************/

header {
  z-index: 1;
  width: 100%;
  height: 65px;
  position: fixed;
  top: 3%;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-spacing: 10px;
}

#logo {
  width: 80px;
  float: left;
  margin: -10px 0 0 50px;
  shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#logo:hover{
  opacity: 0.5;
}

#logo img{
  width: 100%;
}
header nav {
  float: right;
  margin: 5px 4% 0 0
}

header nav ul li {
  float: left;
  margin-left: 25px;
}

header nav ul li a{
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
}

header nav ul li:hover {
  padding-top: 5px;
}

header a {
  color: #494949;
}
/* ARROWS ******************************************/
#arrows img {
  max-width:  50%;
  width: 55px;
  color: #043882;
  margin-top: 150px;
  opacity: 1;
  margin-bottom: 100px;
}
#arrows img.hover {
  opacity: 0.7;
}
/* HOME ******************************************/

#home {
  background: url(../img/Backround.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;

}

#home hr {
  background-color: #e6e6e6;
  opacity: 1;
  z-index: 0;
  width: 100%;
  height: 9%;
  position: fixed;
  top: 0;
  left: 0;
  border-spacing: 10px;
}

#home aside {
  opacity: 1;
  z-index: 1;
  width: 3%;
  height: 95%;
  position: fixed;
  top: 3%;
  right: 0;
  border-spacing: 10px;
  background-color: white;
  padding-left: 0;
  padding-top: 155px;
}

#home aside img {
  margin-top: 10px;
  background-color: white;
  border-radius: 5px;
  border-color: white;
  border-spacing: 5px;
  opacity: 1;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#home aside img:hover {
  opacity: 0.7;
}
#home ul {
  margin-left: -20px;
  padding-left: 0;
}

#home h1 {
  margin: 240px auto 0 auto;
  font-size: 110px;
  background: rgba(255,255,255,0.5);
}

#home h2 {
  margin: 0 auto 0 auto;
  font-size: 40px;
  color: black;
  background: rgba(255,255,255,0.5);

}

#home img {
  max-width:  55px;
  color: #043882;
  margin-top: 150px;
  opacity: 1;
}

#home img:hover {
  opacity: 0.7;
}

/* News ******************************************/

#news {
  background-color: #e6e6e6;
}

#spalten img {
  display: table-cell;
  width: 100%;
  padding-right: 5%;
}

#spalten img:hover {
  opacity: 0.5;
}

#spalten {
  width: 66%;
  margin-left: 16%;
  margin-top: 0px;
}

#spalten article {
  display: table-cell;
  width: 20%;
  padding-left: 5%;
}

#spalten article ul {
    text-align: left;
}

#spalten article h4 {
    margin-top: 100px;
    margin-bottom: 0px;
}
#spalten article h5 {
    margin-top: 5px;
}


#news i {
  width: 55px;
  color: #043882;
  margin-top: 100px;
  margin-bottom: 100px;
  opacity: 1;
}

#news i:hover {
  opacity: 0.7;
}

/* ÜBER ******************************************/

#about img {

  max-width: 50%;
}
#about img:hover{
  /*transform: scale(1.1);*/
}
#about h4 {
  font-size: 25px;
}

#about p {
  width: 50%;
  margin: 40px auto 40px auto;
  max-width: 600px;
}

#about ul {
  width: 50%;
  margin: 0 auto 0 auto;
  max-width: 600px;
}
/* MEDIEN ******************************************/

#refs {
  background-color: #f0f0f0;
}

#projects {
  width: 900px;
  height: 500px;
  margin: 0 auto 0 auto;
}

#projects ul {
  padding: 0;
}

#projects ul li {
  width: 33.3%;
  float: left;
  margin-bottom: 15px;
}

#projects img {
  width: 280px;
  height: 170px;
  border-radius: 5px;
  object-fit: cover;
  display: flex;
}

#projects img:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3)
}

#arrow {
  margin: 150px auto 0 auto;
}

/* CONTACT *****************************************/

#contact i {
  font-size: 55px;
  color: #043882;
  margin: 200px auto 0 auto;
  margin-bottom: 100px;
  opacity: 1;
}

#contact i:hover {
  opacity: 0.7;
}

#contact a {
  color: #043882;
  text-transform: none;
}
/* FOOTER ******************************************/
#contact {
  min-height: 80%;
}

/* FOOTER ******************************************/

footer{
  z-index: 3;
  width: 100%;
  height: 12%;
  background-color: #3f3f3f;
}

footer p {
  font-size: 12px;
  color: #f0f0f0;
  padding-top: 30px;
}

.impressum {
  padding-top: 100px;
  text-align: center;
}

.impressum p {
  font-size: 12px;
  color: black;
  padding-top: 30px;
}

.impressum hr {
  margin-top: 100px;
}

.impressum i {
  font-size: 55px;
  color: #043882;
  margin: 10px auto 50px auto;
  opacity: 1;
}

.impressum i:hover {
  opacity: 0.7;
}
