/* === Fonts === */
@font-face {
    font-family: Geomanist;
    src: url(geomanist-regular-webfont.ttf);
    font-display: swap;
}

/* === General === */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Geomanist;
    font-weight: 400;
}

a {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    margin-top: -2%;
}

.main-img__wrapper h1 {
    font-size:calc(100% + 1.4vw);
}
.main-img__wrapper h2 {
    font-size:calc(100% + 1.0vw);
}

.main-img__wrapper p, .main-img__wrapper strong{
		font-size:calc(100% + 0.2vw);
}

p.main-contact__text{
	font-size:18px;
}

/* === Hauptbereich === */
.main-img__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: transparent;
    color: #fff;
}

.main-img__section a {
    color: #fff;
    text-decoration: none;
}

.main-link__wrapper {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    position: absolute;
    bottom: 2rem;
    left: auto;
}

.main-img__wrapper {
    width: 40%;
}

.main-img__wrapper p,
.main-img__wrapper h1  {
    margin-left: 16%;
}

.main__img {
    width: 100%;
}

.main-bg__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.main__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-contact__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-left: 16%;
    margin-bottom: 1rem;
}

.main-contact__text {
    margin: 0 !important;
}

.fas {
    font-size: 25px;
}

/* = Responsive = */
@media (max-width: 780px) {
    .main-img__wrapper {
        width: 65%;
    }
}

/* === Legalbereich === */
.legal__section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 5rem 3rem;
    background-color: #efefef;
}

.legal__wrapper {
    scroll-margin-top: 2rem;
}


/* === VIDEO === */
#myVideo{
	position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  }