* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 28px;
  min-height: 100vh;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Antonio';
  scrollbar-width: none;
}

/* antonio-300 - latin */
@font-face {
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/antonio-v1-latin-300.eot');
  src: local(''),
    url('/fonts/antonio-v1-latin-300.eot?#iefix') format('embedded-opentype'),
    url('/fonts/antonio-v1-latin-300.woff2') format('woff2'),
    url('/fonts/antonio-v1-latin-300.woff') format('woff'),
    url('/fonts/antonio-v1-latin-300.ttf') format('truetype'),
    url('/fonts/antonio-v1-latin-300.svg#Antonio') format('svg');
}

/* anton-regular - latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/anton-v15-latin-regular.eot');
  src: local(''),
    url('/fonts/anton-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/anton-v15-latin-regular.woff2') format('woff2'),
    url('/fonts/anton-v15-latin-regular.woff') format('woff'),
    url('/fonts/anton-v15-latin-regular.ttf') format('truetype'),
    url('/fonts/anton-v15-latin-regular.svg#Anton') format('svg');
}

a,
a:visited,
a:hover,
a:active {
  color: #C66122;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-family: 'Anton';
  font-size: 3.5rem;
  position: absolute;
  top: 20vh;
  line-height: 2.5rem;
}

#subtitle {
  font-family: 'Antonio';
  font-size: 1.7rem;
}

.content {
  color: #f1f1f1;
  width: 100%;
  padding: 0px;
  min-height: 100vh;
  height: auto;
  background: rgb(2, 0, 36);
}

.txt-center {
  text-align: center;
}

#text-box-home {
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.flex {
  display: flex;
}

.flex-end {
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
}

.align-center {
  align-items: center;
}

.justify-c {
  justify-content: center;
}

.wrap {
  flex-wrap: wrap;
}

p {
  font-size: 1.2rem;
}

#intro-txt {
  position: inherit;
  align-self: center;
  justify-self: center;
}

.imprint {
  padding: 2rem 0rem;
  width: auto;
}

.position-left {
  left: 7vw
}

.gradient {
  background: rgb(102, 0, 38);
  background: linear-gradient(0deg, rgba(102, 0, 38, 0.35) 0%, rgba(121, 9, 77, 0.14) 28%, rgba(198, 0, 143, 0) 100%);
}

.w100 {
  width: 100%;
}

/* Email obfuscation helper */
.email-hidden {
  display: none;
}

/* Back home link styling */
.back-home-link {
  min-width: 22rem;
  justify-self: center;
  align-self: center;
  padding-bottom: 3rem;
}

.back-home-link img {
  width: 17rem;
}

/* Selection styling */
::selection {
  background: #C66122;
  text-transform: uppercase;
}

::-moz-selection {
  background: #C66122;
  color: white;
}

/* DSGVO page specific styles */
#text-box-dsgvo {
  padding-top: 40vh;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

#text-box-dsgvo p,
#text-box-dsgvo h2,
#text-box-dsgvo h3 {
  padding: 0 3rem;
}

#text-box-dsgvo p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#text-box-dsgvo h2,
#text-box-dsgvo h3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 1300px) {
  html {
    font-size: 14px;
  }

  .position-left {
    left: 14vw
  }

  .content {
    min-height: 100vh;
    background: rgb(2, 0, 36);
  }

  #intro-txt {
    position: inherit;
    align-self: center;
    justify-self: center;
  }

  #text-box-home,
  #text-box-dsgvo {
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }

  .imprint {
    padding: 2rem 0rem;
    width: 100%;
    flex: 1 1 100%
  }

  p {
    font-size: 1.4rem;
  }

  #myVideo {
    width: 100%;
    height: 150vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
