/* mukta-malar-300 - latin */
@font-face {
  font-family: "Mukta Malar";
  font-style: normal;
  font-weight: 300;
  src: local("Mukta Malar Light"), local("MuktaMalar-Light"),
    url("src/fontsalar-v4-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("src/fontsalar-v4-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* mukta-malar-regular - latin */
@font-face {
  font-family: "Mukta Malar";
  font-style: normal;
  font-weight: 400;
  src: local("Mukta Malar Regular"), local("MuktaMalar-Regular"),
    url("src/fontsalar-v4-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("src/fontsalar-v4-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html,
body {
  min-height: 100%;
  font-family: "Mukta Malar", sans-serif;
}

* {
  -webkit-overflow-scrolling: touch;
}

#main-header {
  margin-bottom: 4rem;
}

#infoheader {
  margin-bottom: 2.5rem;
}

.main-btn {
  background-color: #f64a64;
  color: white;
}

.main-btn:hover {
  color: white;
  text-decoration: underline;
}

.main-btn-outline {
  background-color: transparent;
  border: 1px solid #f64a64;
  color: #f64a64;
}

.main-btn-outline:hover {
  background-color: #f64a64;
  color: white;
}

.form-header {
  display: inline-flex;
  border-bottom: 1px solid #f64a64;
  padding-bottom: 10px;
}

.carousel-karte {
  background-color: #f64a64;
  color: white;
  padding: 2rem 3rem;
}

@media only screen and (max-width: 414px) {
  .carousel-karte {
    min-height: 350px;
  }
}

@media only screen and (max-width: 375px) {
  .carousel-karte {
    min-height: 361px;
  }
}

@media only screen and (max-width: 320px) {
  .carousel-karte {
    min-height: 466px;
  }
}

.fvm-main-content {
  height: 100%;
  overflow-x: hidden;
  padding: 0;
}

.fvm-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: transparent;
  color: white;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.808);
}

.fvm-nav-subpage {
  justify-content: space-between;
  padding: 10px 50px;

}

.fvm-kontakt-item {
  font-size: 1.3rem;
}

.fvm-nav-menu-mobile {
  color: white;
  display: none;
}

.fvm-nav-menu-mobile a {
  text-decoration: none;
  color: white;
}

.fvm-nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fvm-nav-menu a {
  text-decoration: none;
  outline: none;
}

.fvm-menu-item {
  margin-right: 20px;
  padding: 0 10px;
  cursor: pointer;
  opacity: 0.8;
  color: white;
}

.fvm-menu-item:hover {
  opacity: 1;
  color: white;
}

.active {
  border-bottom: 2px white solid;
  opacity: 1;
}

.fvm-jumbotron {
  background-image: url(images/bg1.jpg);
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 4rem;
  min-height: 456px;
  color: white;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 700px) {
  .fvm-jumbotron {
    min-height: 350px;
  }
}

@media only screen and (max-width: 768px) {
  .fvm-nav {
    justify-content: space-between;
    padding: 10px 15px;
  }
  .fvm-nav-menu {
    display: none;
  }

  .fvm-nav-menu-mobile {
    display: unset;
  }
}

#autoform select {
  display: block;
}

#autoform select {
  background-color: #f7f7f7;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

#autoform .flex-container-auto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#autoform .flex-item-auto {
  width: 45%;
}

#autoform .flex-container-anmerkung {
  display: flex;
  justify-content: center;
}

#autoform .flex-item-anmerkung {
  width: 100%;
  margin-bottom: 1rem;
}

#autoform .flex-item-auto select {
  border-left: 2px solid rgb(95, 95, 95);
  outline: none;
}

#autoform .auto {
  color: rgb(85, 85, 85);
  margin-bottom: 40px;
}

h5 {
  margin-bottom: 40px;
}

#autoform .flex-container-kontakt {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 30px;
}

#autoform .flex-item-kontakt {
  width: 45%;
}

#autoform .flex-item-kontakt input {
  font-weight: 300;
}

#autoform .flex-container-button {
  display: flex;
  justify-content: center;
}

#autoform .flex-item-button {
  width: 50%;
}

#autoform .flex-item-auto label {
  display: none;
}

.custom-checkbox {
  margin-bottom: 1rem;
}

#autoform legend {
  display: none;
}

#autoform fieldset {
  padding: 20px;
}

#autoform .ungultig {
  width: 100%;
  margin-top: 0.25rem;
  color: #dc3545;
}

#autoform .input-group-text {
  background-color: #fff;
}

#tel_un,
#email_un {
  display: none;
}

#alert_kontakt {
  display: none;
}

.flex-container img {
  float: right;
}

@media screen and (max-width: 768px) {
  #autoform .flex-item-anmerkung {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  #autoform .flex-container-auto {
    flex-direction: column;
  }

  #autoform .flex-item-auto {
    width: 100%;
  }

  #autoform .flex-container-kontakt {
    flex-direction: column;
  }

  #autoform .flex-item-kontakt {
    width: 100%;
  }

  #autoform .flex-item-button {
    width: 100%;
  }

  #autoform fieldset {
    padding: 0;
  }
}

.flex-container {
  display: flex;
  margin-bottom: 20px;
}

h2 {
  padding: 10px;
}

.message {
  padding-left: 20px;
  width: 70%;
}

.info-pic {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 75px;
}

.info-cont {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 30px 10px 60px 10px;
  max-width: 800px;
}

.icon-text {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 0.875rem;
  max-width: 200px;
}

.highlighter {
  color: #f64a64;
  word-break: break-word;
}

.btn {
  white-space: normal !important;
  word-wrap: break-word;
}

.btn-jumbo {
  padding: 1rem 1rem;
  font-size: 1.5rem
}

#threeSteps {
  margin-bottom: 3rem;
}

.open-form-button {
  margin: 0 auto;
  display: block;
  max-width: 240px;
  margin-bottom: 35px;
}

#carouselExampleIndicators {
  display: none;
}

.section {
  padding: 40px 0;
}

.section-even {
  background-color: #e7e7e7;
}

.section-odd {
  background-color: #fff;
}

@media only screen and (max-width: 500px) {
  #threeSteps {
    padding-top: 0;
  }
  #carouselExampleIndicators {
    display: block;
  }

  #main-header {
    font-size: 2.5rem;
  }

  #infoinfo {
    display: none;
  }
}

#bild1 {
  width: 169px;
}

#bild2 {
  width: 115px;
}

#bild3 {
  width: 184px;
}
@media only screen and (max-width: 768px) {
  #bild1 {
    width: 110px;
  }

  #bild2 {
    width: 72px;
  }

  #bild3 {
    width: 120px;
  }
}

.main-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
}

.footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-menu-item {
  padding: 10px 20px;
  color: grey;
  font-size: 14px;
}

.footer-credits {
  padding-right: 20px;
  font-size: 0.875rem;
}

.footer-credits a {
  color: rgb(121, 121, 121);
}

@media only screen and (max-width: 767px) {
  .steps {
    margin-bottom: 18px;
  }

  #threeSteps {
    margin-bottom: 1.5rem;
  }

  .section {
    padding-bottom: 10px;
  }

  .info-cont {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 850px) {
  .main-footer {
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  .main-footer {
    align-items: flex-start;
    min-height: 150px;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;

  left: 0;
  background-color: #111;
  overflow-x: hidden;

  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #f64a64;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 35px;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.flex-container-konbar {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  align-items: baseline;
}

.flex-item-konbar {
  text-align: center;
  padding: 10px;
}

.flex-container-konbar a {
  text-decoration: none;
  color: white;
  width: 33.33%;
}

.whatsapp {
  font-size: 1.5rem;
  color: white;
  background-color: #25d366;
}

.email {
  font-size: 1.5rem;
  color: white;
  background-color: rgb(247, 190, 3);
}

.phone {
  font-size: 1.5rem;
  color: white;
  background-color: rgb(95, 93, 93);
}

@media screen and (min-width: 600px) {
  .flex-container-konbar {
    display: none;
  }
}

.loader-container {
  transform: translate(-60px, -60px);
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 5;
}

.loader {
  border: 16px solid transparent;
  border-top: 16px solid #f64a64;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dimmer {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.fehler-info {
  display: none;
  padding: 15px 0 10px 0;
  margin-bottom: 10px;
}

/* Customize the label (the container) */
.fvm-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}

/* Hide the browser's default checkbox */
.fvm-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: rgb(247, 247, 247);
  border: 1px solid rgb(102, 102, 102);
  border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.fvm-check input:checked ~ .checkmark {
  background-color: #f64a64;
  border: 1px solid transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.fvm-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.fvm-check .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#einverstandniss {
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.63);
  color: white;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}

#einverstandnissok {
  margin-right: 10px;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
