@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
body {
  height: auto;
  background: #ddd;
  box-sizing: border-box;
}
main {
  padding: 0;
  margin: 0;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
/*###########################navigation##############################*/
@media screen and (min-width: 1280px) {
  .topnavi {
    width: 100vw;
  }
}
.topnavi {
  font-size: 0.4rem;
  padding: 3%;
  display: flex;
  min-height: 5vh;
  width: 100%;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.topnavi ul li {
  padding: 7px;
  margin: 0 5px;
  color: #7C7C7C;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-shadow: -7px -7px 20px 0 rgba(255, 255, 255, 0.7), 7px 7px 20px 0 rgba(0, 0, 0, 0.2);
}
ul {
  margin: auto;
}
ul li {
  min-width: 180px;
}
ul li:hover {
  cursor: pointer;
  box-shadow: inset -7px -7px 20px 0 rgba(255, 255, 255, 0.7), inset 7px 7px 20px 0 rgba(0, 0, 0, 0.2);
}
.topnavi ul li a {
  text-decoration: none;
  color: #7C7C7C;
}
header {
  padding: 3%;
  text-align: center;
  height: auto;
}
h1, h3 {
  font-size: 130px;
  color: #c6c6c6;
  text-shadow: 2px 2px 2px rgba(000, 000, 000, 0.2), -2px -2px 2px rgba(255, 255, 255, 0.7)
}
h2 {
  padding: 2%;
  font-size: 80px;
  color: #c6c6c6;
  text-shadow: 2px 2px 2px rgba(000, 000, 000, 0.2), -2px -2px 2px rgba(255, 255, 255, 0.7);
}
/*###########################bildbox##############################*/
.imgbox {
  background: url("img/home_office1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  height: 100vh;
  width: 100%;
}
/*###########################zitatbox##############################*/
.zitatbox {
  width: 60%;
  text-shadow: 2px 2px 2px rgba(000, 000, 000, 0.3), -2px -2px 2px rgba(255, 255, 255, 0.7);
  font-size: 4.3rem;
  color: #ddd;
  text-align: center;
  margin: auto;
  height: 70vh;
}
.autor {
  Margin: 20px 0;
  line-height: 8vh;
  font-size: 2.7rem;
}
.gaensefuss {
  font-size: 15rem;
  text-align: left;
  margin: 20px 0 -130px 0;
}
.gaensefuss2 {
  font-size: 15rem;
  margin: 20px 0 -150px -750px;
}
/*###########################Videos#####################################*/
.jele {
  height: auto;
  width: 100%;
  padding: 20%;
}
/*###########################bildergalerie##############################*/
figure {
  flex-flow: row wrap;
  display: flex;
  padding:20% 0 0 0;
}
figure div {
  flex: auto;
  width: 600px;
  margin: .5vw;
}
figure div img {
  width: 100%;
  height: auto;
}
/*###########################cards##############################*/
.container {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  background: #e6e6e6;
  justify-content: center;
  padding: 5%;
}
.card img {
  height: 500px;
}
.card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 380px;
  border-radius: 10px;
  box-shadow: 7px 7px 15px rgb(0, 0, 0, .3);
  margin: 50px;
  overflow: hidden;
}
h4 {
  color: rgb(145, 145, 145);
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px rgb(0, 0, 0, 0);
  font-size: 35px;
  position: absolute;
  bottom: 3%;
  padding: 10px;
  display: inline-block;
}
/*###########################artwork##############################*/
.kritzelei {
  background: url("img/artwork.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 70vh;
  width: 100%;
  margin: 10% 0 10% 0;
}
@keyframes credits {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
    transform: translateY(-100%);
  }
}
.insta a {
  text-decoration: none;
  font-size: 18px;
  color: #7C7C7C;
}
/*###########################footer##############################*/
.footerbox {
  height: auto;
  display: flex;
  background: #eee;
  padding: 0 0 0 5%;
  justify-content: center;
}
.footerbox > a {
  display: block;
  padding: 30px;
  text-decoration: none;
  color: #7C7C7C;
}
/*###########################abspann##############################*/
.abspann {
  position: sticky;
  overflow: hidden;
}
.wrapper {
  height: auto;
  width: 73vw;
  margin: auto;
  padding: 5% 0 5% 0;
  font: 300 30px/1 "Open Sans Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #7C7C7C;
  animation: 30s credits linear infinite;
}
.movie {
  font-size: 50px;
  padding: 2%;
}
.job {
  margin: 0 0 10px;
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 30px;
}
.name {
  margin: 10px 0 0px;
  font-size: 30px;
}
#back-top {
  position: fixed;
  transform: rotate(90deg);
  right: 2rem;
  bottom: 23rem;
}
#back-top a {
  text-decoration: none;
  color: #5e2028;
  padding: 0.1 1rem;
  display: block;
}
.pfeil {
  font-size: 4rem;
}