@font-face {
  font-family: Mukta;
  src: url("/fonts/Mukta-ExtraLight.woff2") format("woff2");
  font-weight: 200;
}

@font-face {
  font-family: Mukta;
  src: url("/fonts/Mukta-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: Mukta;
  src: url("/fonts/Mukta-SemiBold.woff2") format("woff2");
  font-weight: 600;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  font-size: 62.5%; /* Now 10px = 1rem! */
}

p {
  font-family: "Mukta", sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  min-height: 0vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mukta", sans-serif;
  font-weight: 200;
}

a {
  text-decoration: none;
  color: rgb(78, 78, 78);
}

body {
  position: relative;
}
#container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#logowrapper {
  max-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#logo {
  width: 100px;
  height: 100px;

  z-index: 10;
  transition: filter 0.5s ease-in-out;
}
#logo:hover {
  filter: drop-shadow(0px 0px 10px rgba(180, 179, 180, 0.9));
}

#logotype {
  font-size: 3.2rem;
  letter-spacing: 0.9rem;
  line-height: 1;
  padding-left: 0.7rem;
  margin-top: 0.5em;
}

#ro {
  font-weight: 600;
}

#subline {
  font-size: 1.3rem;
  /* text-transform: uppercase; */
  line-height: 1;
  width: max-content;
}

#contact {
  display: flex;

  gap: 5rem;
  justify-content: center;
  align-items: bottom;
  margin-top: max(10vh, 10px);

  font-size: 1rem;
  text-align: center;
  min-width: 80%;
}

#contact p {
  color: rgb(78, 78, 78);
  font-size: 1.4rem;
  line-height: 1;
}
#name {
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#imp {
  margin-top: 10vh;
  display: flex;
  gap: 2rem;
}

#imp > a {
  text-decoration: none;
  list-style: none;
  font-family: "Mukta", sans-serif;
  color: black;
}

#imp-sub {
  margin-top: 10vh;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

#imp-sub > a {
  text-decoration: none;
  list-style: none;
  font-family: "Mukta", sans-serif;
  color: white;
}

#impressum {
  padding-inline: 20px;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#impressum a {
  color: #fff;
}

#impressum p {
  line-height: 1.2;
  text-align: justify;
}
#impressum p span {
  text-transform: uppercase;
}

#container-ds {
  padding: 10vh;
}

#datenschutz {
  max-width: 60%;
  margin: 0 auto;
}

#datenschutz p {
  line-height: 1.2;
  text-align: justify;
}
#datenschutz p span {
  text-transform: uppercase;
}

.black {
  background-color: black;
}
.t-black {
  color: black;
}

#bold {
  font-weight: 600;
}

.t-white {
  color: white;
}

#flashblack {
  background-color: black;
  border: 15px solid white;
  box-shadow: 0 0 0 20px black;
  width: 10px;
  aspect-ratio: 1/1;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  margin-bottom: 5rem;
  visibility: hidden;
}

#logocontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#close {
  position: sticky;
  top: 0;
  width: 100%;
  padding-right: 20px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

@media (min-width: 600px) {
  #contact {
    margin-top: max(5vh, 10px);
  }

  #logowrapper {
    margin-top: 10vh;
  }
}

@media (max-width: 500px) {
  #contact {
    margin-top: 5vh;
  }

  #datenschutz {
    max-width: 90%;
    margin: 0 auto;
  }
  #container-ds {
    padding: 5vh;
  }
}
