/* ----- Fonts ----- */
h1, h2, h3, h4, h5 {
font-family: 'Playfair Display', serif;
color: #707070;
font-size: 20px;
}
h2,  h3{
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  color: #707070;
}
h3 {
  text-align: left;
}
h4 {
  font-family: 'Open Sans', serif;
  text-decoration: none;
  font-size: 20px;
}
h5 {
  font-family: 'Open Sans', serif;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}
a {
  font-family: 'Open Sans', serif;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.5s;
}
a:hover {
  transform: scale(1.1); !important;
}
p {
  font-family: 'Open Sans', serif;
  font-size: 20px;
  color: #707070;
  font-weight: lighter;
  margin: 0;
}
ul {
  list-style-type: none;
}
img {
  transition: all 0.01s;
}
.bold {
  font-weight: bold;
}
.mediumtext {
  font-size: 30px;
}
#whitebg {
  background-color: #fff;
}
#whitebg h2 {
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
/* ----- Main Grid ----- */
.loader-wrapper {
  position: fixed;
  z-index: 13;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-wrapper img {
  height: 20%;
  width: auto;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}
section {
  max-width: 100vw;
  overflow: hidden;
}
.grid {
  max-width: 1920px;
  display: grid;
  grid-template-columns: 140px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 140px;
}
.columns-3-left {
  grid-column: 2 / 7;
}
.columns-3-right {
  grid-column: 8 / 13;
}
.columns-4-middle {
  grid-column: 4 / 11;
}
.columns-6-middle {
  grid-column: 2 / 13;
}
.full-strech {
  grid-column: 1 / 14;
}
.padtopbot {
  padding: 70px 0;
  width: 100%;
  max-width: 1920px;
}



/* ----- Header ----- */
.header {
  position: relative;
}
.squarehead {
  display: none;
  height: 80vh;
  width: auto;
  opacity: 0.8;
  transition: all 0.2s;
}
.video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu {
  height: 60px;
  width: 100%;
  background-color: hsla(216, 3%, 56%, 0.33);
  position: absolute;
  top: 40px;
  z-index: 12;
}
.left, .right {
  position: absolute;
  height: 100%;
}
.left {
  left: 140px;
}
.left img {
  height: 100%;
  width: auto;
}
.right{
  margin: 0;
  padding: 0;
  right: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.right a {
  color: #fff;
  margin-left: 40px;
}
.video {
  background-color: #000;
}
.bv-video {
  width: 100%;
  height: 100%;
}
.header-content {
  padding-top: 100px;
  width: 100%;
  height: 80%;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  z-index: 11;
  transition: all 0.1s;
}
.header h2 {
  color: #fff;
  width: 90vw;
}
.header .button-wrapper {
  margin: 0;
}
.header .button {
  border: 3px solid white;

}
.header .button a {
  color: #fff;
}


/* ----- Sections ----- */
.textsection {
  background-color: hsla(0, 89%, 69%, 0.1);
  padding: 70px 0;
}

.sectionhead {
  width: 100%;
  max-width: 1920px;
  height: 75vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.fullheader {
  position: absolute;
  height: 1080px;
  width: auto;
  top: -75%;
  opacity: 0.8;
}
.squarepic {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0.8;
}
.sectionhead h2 {
  z-index: 11;
  color: #fff;
}
.h2wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ----- YouTube ----- */
.youtube-wrapper {
  margin-bottom: 70px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background-color: #000;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ----- About Me ----- */
.level {
  margin: 10px;
}
.year {
  padding: 20px;
  grid-column: 2 / 5;
  background-color: hsla(0, 89%, 69%, 0.1);
  text-align: right;
  font-weight: normal;
}
.gap {
  grid-column: 5 / 6 ;
  background-color: hsla(0, 89%, 69%, 0.1);
}
.info {
  background-color: hsla(0, 89%, 69%, 0.1);
  padding: 20px;
  grid-column: 6 / 13;
}


/* ----- Contact ----- */
.button-wrapper {
  grid-row: 2;
  grid-column: 1 / 14;
  margin: auto;
}
.button {
  width: 260px;
  height: 45px;
  border: 3px solid black;
  border-radius: 25px;
  box-sizing: border-box;
  transition: all 0.5s;
}

.button a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.team img {
  width: 100%;
  height: auto;
}
.contact p{
  padding: 20px 0;
  text-align: center;
}
.contact h2 {
  color: #707070;
  line-height: 100px;
  border-bottom: solid 3px #707070;
}
.contact .full-strech {
  background-color: hsla(0, 89%, 69%, 0.1);

}
.map-wrapper {
  max-height: 590px;
}

/* ----- Footer ----- */
.footer {
  width: 100%;
  font-size: 20px;
  font-weight: lighter;
  background-color: hsla(0, 89%, 69%, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer a {
  padding: 20px 0;
  color: #707070;
}


/* ----- Datenschutz & Impressum----- */


.impressum, .datenschutz {
  width: 100%;
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 400px 100px 400px 1fr;
}
.datenschutz .text {
  grid-column: 2 / 5;
}
.impressum img {
  grid-column: 2;
  width: 100%;
  height: auto;
}
.impressum .text {
  grid-column: 4;
}
.impressum h3 {
  margin-top: 0;
  margin-bottom: 50px;
}
.backtomain {
  position: fixed;
  height: 60px;
  width: 100%;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 40vw 1fr 40vw 1fr;

}
.backtomain a {
  position: relative;
  grid-column: 2 / 5;
  font-size: 30px;
  text-decoration: none;
  color: #707070;
  transition: all 0.5s;
  align-self: center;
  left: 0;
}
.backtomain a:hover {
  color: #ef8315;
  left: -20px;
}

/* ----- Media Queries ----- */
@media (max-width: 960px) {

  .grid {
    grid-template-columns: 70px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 70px;
  }
  .columns-3-right, .columns-3-left, .columns-4-middle {
    grid-column: 2 / 13;
  }
  .columns-3-left {
    margin-bottom: 35px;
  }


  .datenschutz {
    grid-template-columns: 1fr 600px 1fr;
  }
}
@media (max-width: 600px) {
  .menu {
    height: 60px;
  }
  .right {
    display: none;
  }
  .left {
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;

  }
  .grid {
    grid-template-columns: 35px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 35px;
  }
  p {
    font-size: 16px;
  }
  h2 {
    font-size: 32px;
  }
  .mediumtext {
    font-size: 20px;
  }
  .datenschutz, .impressum {
    grid-template-columns: 1fr 40vw 1fr 40vw 1fr;
  }
  .year {
    grid-column: 2 / 13;
    text-align: left;
    font-weight: bold;
  }
  .info {
    padding-top: 0;
    grid-column: 2 / 13;
    grid-row: 2;
  }
  .sectionhead {
    width: 100%;
    height: auto;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
  }
  .squarepic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .fullheader {
  display: none;
  }
  .impressum img {
    grid-row: 1;
  }
  .impressum .text {
    grid-row: 1;
    grid-column: 4;
  }
  .bv-video-wrap  {
    display: none !important;
  }
  .squarehead{
    display: block;
  }
  #whitebg h2 {
    margin-top: 0;
  }
}
