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;*/


section {min-height: 100%;}

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

h2 {
  color: #2252E3;
  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: 2%;
  margin-top: 15px;

  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: 45px;
}
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;
}

/* HOME ******************************************/

#home {
  background: url(../img/Stradivari.jpg);
  background-position: top 60px center;
  background-size: cover;
  background-attachment:fixed;
  background-size: 30%;
  background-repeat: no-repeat;

  /*  background: url(../img/Stradivari-90grad.jpg);
    background-position: top 60px center;
    background-size: cover;
    background-attachment:fixed;
    background-size: 100%;
    background-repeat: no-repeat; */


}

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

#home ul {
  margin-left: -20px;
  padding-left: 0;
}

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

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

}

#home i {
  font-size: 55px;
  color: #fff;
  margin-top: 220px;
  opacity: 1;
  text-shadow: 2px 2px 5px black;
}

#home i:hover {
  opacity: 0.7;
}


/* ÜBER ******************************************/
#about {
  background-color: RGBA(255, 255, 255, 0.5);
}

#about img {

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

#about h2 {
  font-size: 25px;
  color: #ffa31a;
}

#about h3 {
  margin: 40px auto 40px auto;
  padding-top: 0;
}
.beratung {
  width: 60%;
  margin: 20px auto 20px auto;
}

#about p {
  width: 50%;
  margin: 40px auto 40px auto;
  max-width: 700px;
  text-align: center;
  padding-top: 0;
}
.spalten {
  margin: 40px auto 40px auto;
  column-count: 2;
  column-gap: 5px;
}

.links {
  text-align: left;
  margin-left: 70%;
}
.links h1 {
  margin: 0px auto 0px auto;
  padding-top: 0;
}
.rechts {
  text-align: left;
}



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

#about i {
  font-size: 55px;
  margin-top: 150px;
  margin-bottom: 100px;
  color: #2252E3;
  opacity: 1;
}

#about i:hover {
  opacity: 0.7;
}

/* MEDIEN ******************************************/

#refs {
  background-color: #f0f0f0;
}

#refs i {
  font-size: 55px;
  color: #2252E3;
  margin: 0px auto 0 auto;
  margin-bottom: 100px;
  opacity: 1;
}

#refs i:hover {
  opacity: 0.7;
}

#refs p {
  width: 50%;
  margin: 40px auto 40px auto;
  max-width: 600px;
}
#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;
}

#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 *****************************************/
.maillink {
  font-size: 25px;

  text-transform: none;
}

.arrow {
  font-size: 55px;
  color: #2252E3;
  margin: 200px auto 0 auto;
  margin-bottom: 100px;
}
#contact {
  background: url(../img/Stradivari.jpg);
  background-position:
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-x;
}

}

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

#contact i:hover {
  opacity: 0.7;
}

#contact a {

  text-transform: none;
}

#contact p {
  font-size: 25px;
}


/* 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;
}
