@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:200,300,400|Roboto:400,500,900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(43, 43, 43, 0);
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

#kontakt-row {
  background-image: url("../images/logo_background.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.banner h1 {
  font-family: 'Roboto Slab', serif;
  letter-spacing: 1.5rem;
  font-weight: 200;
  font-size: 2rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.banner .arrow-down {
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 40px;
}

.banner .arrow-down:hover {
  cursor: pointer;
}

nav {
  background-color: rgba(255, 255, 255, 0.7);
}

footer h1 {
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.5rem;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
}

h2 {
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.8rem;
  font-weight: 400;
  font-size: 2rem;
}

.modal-content {
  border: none;
}

.modal-title {
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.4rem;
  font-weight: 400;
  font-size: 2rem;
}

#gallery-title {
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.meldung-hochzeit {
  transform: rotate(-90deg) translate(60%, -120px);
}

.meldung-advent {
  transform: rotate(-90deg) translate(60%, -97px);
}

.meldung-trauer {
  transform: rotate(-90deg) translate(60%, -97px);
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.bg-green {
  background-color: #D3DBC9;
}

.bg-rose {
  background-color: #FCF6F8;
}

.text-green {
  color: #4B5D47;
}

.text-black {
  color: #000000 !important;
}

.font-weight-500 {
  font-weight: 500;
}

.nav-link {
  transition: all 0.1s ease-in-out;
}

.nav-link:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.out-of-container {
  margin-top: -100px;
  max-width: 250px;
}

.navbar-toggler {
  border: none;
}

/* Slick Slider styling */
.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before {
  font-size: 12px;
}

@media (min-width: 768px) {
  .banner h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .out-of-container {
    max-width: none;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .banner .arrow-down {
    width: 70px;
  }
}

@media (min-width: 992px) {
  nav {
    background-color: transparent;
  }
}
