:root {
  --main-text-color: #383838;
}

html,
body {
  font-family: "Poppins" !important;
  overflow-x: hidden;
  color: var(--main-text-color) !important;
  box-sizing: border-box;
}

.video-bg {
  position: absolute;
  z-index: -5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#start,
.wrapper {
  overflow: hidden;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}

.videoFilter {
  background-color: #38383850;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

footer a {
  color: var(--main-text-color);
  text-decoration: none;
  font-size: 1.4rem;
}

.wrapper {
  /* background: url("../img/wedding_background.jpg"); */
  height: 100vh;
  background-position: center;
}

nav ul,
footer ul {
  margin: 0;
  padding: 0;
}

nav ul li,
footer ul li {
  display: inline;
  padding: 0 35px;
}

#entrace {
  padding-top: 50px;
  position: relative;
  z-index: 51;
  background-color: #fff;
}

.subline {
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: -2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.subline h1 {
  font-weight: 600;
  font-size: 5rem;
  margin: -30px 0;
  /* -webkit-text-stroke: 1px rgb(151, 151, 151); */
}

.entrace-logo {
  background: url("../img/heart_section.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 150px;
}

.section-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 80px;
}

.about-logo {
  background-image: url("../img/about_logo.png");
}

.konditionen-logo {
  background-image: url("../img/konditionen_logo.png");
  margin-bottom: 10px;
}

.spacer {
  height: 60px;
  width: 100%;
}

.about-me {
  background-image: url("../img/Isabell_Jensen.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

.margintop {
  margin-top: 100px;
}

footer {
  background: #e1e2ce;
}

footer h1 {
  color: var(--main-text-color);
}

footer a {
  font-size: 1rem;
  color: #fff;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 80%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 80% !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-content a {
  line-break: anywhere;
}

.mail {
  position: relative;
}

.mail::before {
  content: "";
  background: url("../img/mail.png");
  position: absolute;
  background-size: cover;
  top: 1px;
  width: 20px;
  height: 20px;
  left: -30px;
}

.insta {
  position: relative;
}

.insta::before {
  content: "";
  background: url("../img/instagram_icon.png");
  position: absolute;
  background-size: cover;
  top: 1px;
  width: 20px;
  height: 20px;
  left: -30px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  text-align: right;
  margin: 15px;
  color: #383838;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.traurednerin {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3rem;
  color: #383838;
  top: -10px;
}

.social-sticky {
  position: absolute;
  right: 0;
  width: 70px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 15px 0 0 15px;
  z-index: 999;
}

.social-sticky img {
  width: 100%;
  padding: 10px;
}

@media only screen and (max-width: 1100px) {
  nav ul {
    display: none !important;
  }

  .description-about {
    text-align: center;
  }

  .responsive-menu {
    display: block !important;
  }

  #entrace {
    padding: 0;
  }

  section {
    padding-top: 50px;
  }

  .subline {
    top: auto;
    bottom: 0;
  }

  .subline h1 {
    margin: 0;
    line-height: 4.5rem;
  }

  .aboutR {
    flex-direction: column;
  }

  .aboutR .col-4 {
    width: 80%;
    margin-bottom: 15px;
  }

  .responsive {
    display: flex;
  }

  video {
    height: 100%;
  }
  .video-bg {
    width: 100%;
    object-fit: cover;
  }

  .social-sticky {
    width: 50px;
    top: 45px;
  }
}

.responsive-menu {
  display: none;
}
