@charset "UTF-8";
@font-face {
  font-family: poppins;
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: poppins;
  font-weight: 200;
  font-style: normal;
  src: url("../assets/fonts/Poppins/Poppins-Light.ttf");
}

/*
@mixin roboto-regular {
    font-family: robotoRegular;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url("../assets/Roboto-Medium.ttf");
    font-family: robotoMedium;
}

@mixin roboto-medium {
    font-family: robotoMedium;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    src: url("../assets/Roboto-Bold.ttf");
    font-family: robotoBold;
}

@mixin roboto-bold {
    font-family: robotoBold;
    font-weight: 500;
    font-style: normal;
} */



html {
  font-family: poppins;
  font-weight: 400;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 27px;
  scroll-behavior: smooth;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  /* Make main & footer display below */
  flex-direction: column;
  padding: 0;
}

.fullscreen {
  height: 100vh;
}

/* Opacity Layer */
/* DISPLAY FLEX UM ELEMENTE ZU ZENTRIEREN */
main {
  flex: auto; /* soll sich selbständig anpassen */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  padding-top: 3rem;
  z-index: 2;
}

h2 {
  font-size: 26px;
  padding: 0;
  margin: 0;
  /* @include roboto-medium; */
}

h3 {
  font-size: 22px;
  padding: 0;
  margin: 0;
  padding-top: 15px;
}

.txt_color_white {
  color: white;
}

.logo_container {
  max-width: 900px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding-top: 3rem;
}
.logo_container h1 {
  margin: 0;
  padding-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 3rem;
}
.logo_container img {
  /* max-width: 30%; */
  padding-bottom: 1rem;
}

.comingsoon_container {
  margin-top: 2rem;
  max-width: 800px;
  border: 2px solid #19828A;
  background-color: rgba(0, 0, 0, 0.4823529412);
}
.comingsoon_container h2 {
  font-size: 5rem;
  font-weight: medium;
  font-family: poppins;
  text-transform: uppercase;
  color: #19828A;
  margin: 0;
  padding: 2.4rem 2.8rem;
}

.columns {
  max-width: 1050px;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 5rem;
  padding: 0 2rem;
}
.columns ul {
  padding: 0;
}

.vertical_line {
  /* border-right: 2px solid #19828A; */
  width: 3px;
  margin: 1rem 0;
  background-color: #19828A;
}

.kontakt_data {
  width: 49%;
  display: flex;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.kontakt_data a {
  color: white;
  text-decoration: none;
}
.kontakt_data ul {
  list-style-type: none;
}

.text_container {
  width: 49%;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

/* IMPRESSUM & DATENSCHUTZ */
.logo img {
  width: 10rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.block {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}
.block p, .block ul {
  padding: 0;
  margin: 0;
}
.block ul {
  display: flex;
  flex-direction: row;
  /*gap: 40px;*/
  margin-left: 1rem;
}

.no-padding ul {
  padding: 0;
  margin: 0;
}

.bold{
  font-weight: 600;
  font-size: 1.1rem;
}

.underline {
  text-decoration: underline;
}

.italic{
  font-style: italic;
}

.column.no-decoration {
  position: relative;
}

.column.no-decoration:first-of-type::after {
  content: "";
  background-color: black;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  display: block;
} 

/*
.column.no-decoration:first-of-type::before {
  content: "";
  background-color: black;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 4rem;
  display: block;
} 
*/

.no-decoration li {
  list-style-type: none;
}

.block ul .no-bullets {
  list-style-type: none;
}
.block h1 {
  text-transform: uppercase;
}
.block .column {
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
}
.block a {
  text-decoration: none;
  color: #036067;
  transition: all 0.3s ease-in-out;
}
.block a:hover {
  color: #1BAEB9;
}
.block--left {
  text-align: left;
}

.block_container {
  align-self: flex-start;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem 1rem;
}

.block_container .block--left {
  align-items: flex-start;
  width: 70%;
  margin: 0 auto;
}
.block_container .block--left p {
  text-align: left;
  
}

.block_container .block--left p a {
  word-break: break-all; 
}

ul.dots_list {
  display: flex;
  flex-direction: column;
  padding: 30px 50px;
}
ul.dots_list li {
  list-style-type: disc;
}

.skyline {
  display: flex;
  flex-direction: column;
  opacity: 50%;
  width: 100%;
  min-height: 10rem;
  background-image: url("../assets/images/berlin_skyline.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: 9;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: rgba(25, 130, 138, 0.5);
  z-index: 9;
}
footer ul {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 0;
  margin-top: 0;
}
footer ul li {
  list-style-type: none;
}
footer a {
  text-decoration: none;
  color: #1BAEB9;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}
footer a:hover {
  color: #fff;
}

.video_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
}
.video_container::before {
  content: "";
  position: fixed; /* layer soll mitscrollen */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 0, 0, 0.6901960784);
  z-index: 0;
}

#background_video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* MEDIA QUERIES */
@media (max-width: 430px) {
  html {
    font-size: 16px;
  }
  .logo_container img {
     max-width: 30%;
   }
   
}
@media (max-width: 1100px) {
  .kontakt_data {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .text_container {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  
   .logo_container img {
   max-width: 80%;
  }
}
 
@media (max-width: 768px) {
  .block {
    width: 100%;
  }
  .block_container .block--left {
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
  }
  
  .block_container {
    padding: 1rem 1rem;
    margin: 0 auto;
    width: 90%;
  }
  
  .fullscreen {
    padding: 0;
  }

 /* .logo_container img {
    max-width: 30%;
  } */
 
  .logo_container h1 {
    font-size: 1.5rem;
    padding-top: 0.6rem;
  }
  .comingsoon_container h2 {
    font-size: 2.4rem;
    padding: 1.4rem 1.8rem;
  }
  .columns {
    flex-direction: column;
    gap: 3rem;
  }
  .vertical_line {
    display: none;
  }
  .kontakt_data {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2rem;
    border-bottom: 3px solid #19828A;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .text_container {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .text_container p {
    margin: 0;
  }
}
@media (max-width: 500px) {
  
  .logo_container h1 {
    font-size: 1.2rem;
    padding-top: 1.2rem;
    text-align: center;
    justify-content: center;
    line-height: 1.7rem;
  }
  .comingsoon_container h2 {
    font-size: 2rem;
  }
  .kontakt_data {
    font-size: 1rem;
    line-height: 1.8rem;
    width: 100%;
  }
  .text_container {
    font-size: 1rem;
    line-height: 1.8rem;
    width: 100%;
  }
  .logo {
    width: 200px;
  }
  .footer {
    width: 100%;
  }
  
  .block ul {
    flex-direction: column;
    gap: 5px;
  }
  .block ul span {
    display: none;
  }
  .block ul .conector {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */