a,
a:hover {
  color: red;
}

h2 {
  text-align: left;
  color: red;
}

p.left {
  text-align: left;
}

h3 {
  text-align: left;
}

#main-container {
  margin-top: 64px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.nav-item a {
  color: red !important;
  font-weight: bold;
}
.navbar-toggler {
  border: none;
}

#hero {
  height: fit-content;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

#hero img {
  width: 100%;
  position: absolute;
}

#claim {
  position: absolute;
  right: 2%;
  z-index: 2;
  text-align: center;
}

#claim h1 {
  font-size: 38px;
  border-bottom: 2px solid white;
  color: white;
}

#claim p {
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.container {
  max-width: 100%;
  margin: 0;
}

#welcome {
  z-index: 5;
}

.welcome-cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.unterschrift {
  max-height: 60px;
}

#paginationNav {
  cursor: pointer;
  margin-bottom: 0;
}

.page-item.active .page-link {
  background-color: red;
  border-bottom: red;
  padding-bottom: 9px;
}

#paginationBox {
  border: 2px solid red;
}

#accordionBox {
  display: none;
}

video {
  width: 100%;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: white;
}

#more_vids_but {
  margin-top: 25px;
}

#more_videos_row div,
.vid-container .row .col {
  padding: 10px;
}

.red,
.red:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: red;
}

.claim {
  background-color: red;
  color: white;
  padding: 10px;
  margin-top: 7%;
  transform: rotate(-10deg);
}

.block {
  padding: 20px;
  min-height: 200px;
  padding-left: 10%;
  padding-right: 10%;
}

.action-button {
  color: white;
  background-color: red;
  white-space: normal;
}

#nachoben {
  display: none;
}

#footer {
  padding: 10px 0 10px 0;
}

#footer div a {
  color: black;
}

.float {
  position: fixed;
  z-index: 5;
  width: 60px;
  height: 60px;
  right: 40px;
  bottom: 35%;
}

.float a {
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  padding-top: 10px;
}

.float a:hover {
  background: none;
}

.my-float {
  margin-top: 22px;
}

.float-alert {
  position: fixed;
  width: 100%;
  z-index: 5;
  bottom: 5px;
}

.datschbutton {
  margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
  .float {
    display: none;
  }

  #hero-h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 990px) {
  .navbar {
    background-color: white;
    position: relative;
  }
  .navbar-collapse {
    background-color: white;
  }

  #main-container {
    margin-top: 0px;
  }

  #hero img {
    margin-left: -200px;
    min-height: 600px;
    min-width: 1318px;
  }

  #claim h1 {
    font-size: 25px;
  }

  #claim p {
    font-size: 20px;
    font-weight: 600;
  }

  #accordionBox {
    display: inline;
  }

  #paginationBox {
    display: none;
  }

  #paginationNav {
    display: none;
  }

  #nachoben {
    display: inline;
  }

  #aktuelles3 {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #navbrand {
    font-size: 16px;
  }
  #hero img {
    margin-left: -150px;
    min-height: 400px;
    min-width: 878px;
  }

  #claim h1 {
    font-size: 18px;
  }

  #claim p {
    font-size: 16px;
  }

  #more_videos_row div,
  .vid-container .row .col {
    padding: 0px;
  }

  .float-alert {
    font-size: small;
  }

  .datschbutton {
    font-size: small;
  }
}
