@font-face {
  font-family: 'Great Vibes';
  src: url(../fonts/GreatVibes-Regular.ttf);
}

@font-face {
  font-family: 'Titillium Web';
  src: url(../fonts/TitilliumWeb-Regular.ttf);
}

*{
  scroll-behavior: smooth;
}


h1 {
  font-family: 'Great Vibes';
  font-size: 60px;
  color: #972d29;
  padding-top: 50px;
}

h3 {
  font-family: 'Great Vibes';
  font-size: 40px;
  color: #972d29;
  padding-top: 10px;
}

h4 {
  font-family: 'Great Vibes';
  font-size: 35px;
}

.hovertext {
  font-size: 20px;
}

.container a {
  color: #972d29;
}

.nav-link {
  font-family: 'Great Vibes';
  font-size: 25pt;
  margin: 0px 20px;
}

.willkommen {
  padding: 60px 0 30px 0;
}

.monika {
  text-align: center;
}

.monikagruss {
  padding: 20px 0;
  text-align: center;
}
.zimmer {
  padding: 0 0 30px 0;
}

.ferienhaus {
  padding-top: 20px;
}

.ferienwohnung {
  padding: 30px 0 50px 0;
}

.besonderes h1 {
  padding-top: 0px;
}

.img-monika {
  border-radius: 50%;
  max-width: 100%;
}

.kontakt {
  padding: 10px 0 50px 0;
}

.form-check {
  display: flex;
  align-items: center;
  padding: 0;
}

.form-check p {
  margin: 0;
  padding: 0 0 0.25rem 1rem;
}

.form-control1 {
  width: 20em;
  border: 1px solid;
  border-color: #972d29;
  border-radius: 4px;
  padding: 0.5em;
}

input:focus {
  background-color: #ebebeb;
}

textarea.form-control {
  border: 1px solid;
  border-color: #972d29;
  border-radius: 4px;
}

.datenschutzbutton {
  color: #972d29;
}

.datenschutzbutton:hover {
  color: black;
}

.card {
  border: 1px solid;
  border-color: #972d29;
  border-radius: 4px;
}

table {
  width: 50%;
}

td {
  padding: 10px 0px;
}

.galerie {
  width: 100%;
}

.galerie > div {
  max-width: 100%;
  margin: 0 auto;
}

.galerie article {
  float: left;
  width: 16.66%;
}

.galerie2 article {
  width: 30%;
}

.galerie img {
  width: 100%;
  vertical-align: middle;
  height: auto;
}

.galerie .overlay2 {
  background: rgba(151, 45, 41, 0.75);
  padding: 40px 40px;
  position: absolute;
  top: 100%; /* so sichtbar ist der overlay 100%=nicht sichtbar 50%=zur häfte*/
  width: 100%; /*100% breite*/
  height: 100%; /*100% höhe*/
  transition: all 0.5s ease;
  font-size: 11.5pt;
}

.galerie a {
  text-decoration: none;
  color: white;
  position: relative;
  display: block;
  overflow: hidden;
}

.galerie a:hover .overlay2 {
  top: 40%;
}

.adressen {
  padding: 0 0 50px 0;
}

.email {
  color: black;
}

.email:hover {
  color: #972d29;
}

footer {
  background: #972d29;
  padding: 20px 20px;
  width: 100%;
}

footer a {
  color: white;
  padding: 0 20px;
}

footer a:hover {
  color: black;
  text-decoration: none;
}

.datenschutz {
  padding-top: 60px;
  padding-bottom: 100px;
}

.monikaad {
  padding: 20px 0;
}

.ueberschriftdatenschutz {
  padding-bottom: 20px;
}

.impressum {
  padding-top: 100px;
  padding-bottom: 100px;
}

.impressumlink {
  text-decoration: none;
  color: #972d29;
}

.impressumlink:hover {
  text-decoration: none;
  color: black;
}

.btn-contact {
  width: 100%;
  height: 60px;
  font-size: 1.5rem;
  background: #972d29;
}

.btn-contact:hover {
  background: #ccc;
}

.form-control {
  border-color: #972d29;
}

@media only screen and (max-width: 2190px) {
  .galerie a:hover .overlay2 {
    top: 30%;
  }
}

@media only screen and (max-width: 1980px) {
  .galerie a:hover .overlay2 {
    top: 0%;
  }

  .hovertext {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1580px) {
  .nav-link {
    font-size: 20pt;
  }
}

@media only screen and (max-width: 1460px) {
  .galerie article {
    width: 33.33%;
  }

  .galerie a:hover .overlay2 {
    top: 40%;
  }

  .hovertext {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1130px) {
  .hovertext {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1030px) {
  .galerie a:hover .overlay2 {
    top: 0%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 10px 30px;
  }

  table {
    width: 75%;
  }
}

@media only screen and (max-width: 750px) {
  .hovertext {
    font-size: 15px;
  }

  table {
    width: 100%;
  }
}

@media only screen and (max-width: 670px) {
  .galerie article {
    width: 50%;
  }

  .hovertext {
    font-size: 20px;
  }
}

@media only screen and (max-width: 570px) {
  .hovertext {
    font-size: 15px;
  }

  .willkommen {
    padding-top: 40px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 510px) {
  .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logo, .navbar-brand{
    width: 220px;
  }
}
