body {
  font-family: "Varela Round";
}
.search-button {
  position:relative;
  margin-top:1rem;
  background-color: blue !important;
  width: 160px;
}

.search-button button {
  background-color: blue !important;
  color:white !important;;
}

#mainNav {
  min-height: 56px;
  background-color:blue;
  -webkit-backdrop-filter: blur(2px) grayscale(0.4);
          backdrop-filter: blur(2px) grayscale(0.4);
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #f5fb40;
  border: 1px solid #f5fb40;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: 0.9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: blue;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: #FFFF03 !important;
    font-size: 1.5rem;
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: rgba(28, 28, 28, 0.8);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: white;
  }
  #mainNav.navbar-shrink .nav-link {
    color: white;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #f5fb40;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #f5fb40;
    outline: none;
    border-bottom: 0.25rem solid #f5fb40;
  }
}
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../../imgs/home/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead h1 {
  font-family: "Qwigley", cursive;
  font-size: 2.5rem;
  /*line-height: 2.5rem;*/
  /*letter-spacing: 0.8rem;*/
  background: -webkit-linear-gradient(rgb(247 251 64), rgba(255, 255, 255, 0.3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.masthead h2 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    /*font-size: 4rem;*/
    /*line-height: 6rem;*/
  }
  .search-button {
    position:relative;
    margin-top:1rem;
    right:120px;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .search-button {
    position:relative;
    margin-top:1rem;
    right:90px;
  }
  .masthead h1 {
    font-size: 5rem;

  }
  .masthead h2 {
    font-size: 1.5rem;
  }
}
.btn.lw-special-btn {
  font-family: "Qwigley", cursive;
  font-size: 4em;
  text-transform: none;
  padding: 10px 40px 0 40px;
  -webkit-backdrop-filter: blur(2px) grayscale(0.4);
          backdrop-filter: blur(2px) grayscale(0.4);
  background-color: #c61d61;
  letter-spacing: 0.25rem;
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: "Varela Round";
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.premium-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.2) 75%, rgba(22, 22, 22, 0.8) 100%);
}
.premium-section p {
  margin-bottom: 5rem;
}

.features-section {
  padding: 10rem 0;
}
.features-section .featured-text {
  padding: 2rem;
}
.features-section .feature-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .features-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #c61d61;
  }
}
@media (min-width: 992px) {
  .features-section .feature-text {
    padding: 5rem;
  }
  .features-section .feature-text hr {
    border-color: #c61d61;
    border-width: 0.25rem;
    width: 30%;
  }
}
.lw-search-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../../imgs/home/people-2561578_1920.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.lw-search-section input,
.lw-search-section select {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: "Varela Round";
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}
.lw-search-section .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.card.lw-transparent-card {
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  -webkit-backdrop-filter: blur(3px) grayscale(0.4);
          backdrop-filter: blur(3px) grayscale(0.4);
  padding-top: 16px;
}

.lw-feature-items {
  line-height: 2em;
}

.contact-section {
  /*padding: 5rem 0 0;*/
  background-color: blue !important;
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #c61d61;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: "Varela Round";
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: #c61d61;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .social {
  /*margin-top: 5rem;*/
}

.contact-section img {
  /*margin-top: 5rem;*/
  height: 30px;
}

.romantik-love-logo img{
height: 150px;
}

.author-message-section {
  background-color: white !important;
}

.contact-gray-area {
  padding:25px;
  background-color: #fff !important;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  line-height: 3rem;
}
footer {
  padding: 5rem 0;
  background-color: blue !important;
}

.lw-logo-img {
  height: 80px !important;
  max-width: 60vw;
  object-fit: contain;
}

@media (max-width: 768px) {
  .input-group > .form-control,
  .input-group > .custom-select,
  input.form-control,
  select.form-control {
    width: 100%;
  }
  .lw-search-section .input-group {
    display: block;
  }
  .lw-search-section .input-group > .form-control,
  .lw-search-section .input-group > .form-control-plaintext,
  .lw-search-section .input-group > .custom-select,
  .lw-search-section .input-group > .custom-file {
    color: #000000;
    margin-bottom: 6px;
    border-radius: 6px !important;
  }
  .lw-search-section .btn {
    width: 100%;
    margin-bottom: 6px;
    border-radius: 6px !important;
  }
}
.lw-premium-badge.lw-on-cover-image, .lw-on-cover-image.lw-premium-feature-badge, .lw-on-cover-image.lw-has-premium-badge::after {
  width: 100px;
  position: absolute;
  z-index: 1;
  left: 24px;
  background-position: top left;
  top: -24px;
  height: 60px;
}
.lw-premium-badge, .lw-premium-feature-badge, .lw-has-premium-badge::after {
  width: 100%;
  display: inline-block;
  background: url(./../../imgs/premium-badge.svg) no-repeat center center;
  height: 100px;
  /* width: 100px; */
  margin-top: 26px;
}

.lw-has-premium-badge::after {
  content: "";
  position: absolute;
  height: 24px;
  top: -18px;
  right: -10px;
}

.lw-premium-feature-badge {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-top: 0px;
  margin-left: 2px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3%;
}

.btn-ich-search {
  background-color: white;
  color:black !important;
}

.btn-kosten-los {
  background-color: blue;
  color:white !important;
}

.btn-ich-search:not(:disabled):not(.disabled):active, .btn-ich-search:not(:disabled):not(.disabled).active, .show > .btn-ich-search.dropdown-toggle {
  color: #fff !important;
  background-color: blue;
  border-color: #8e1546;
}
.btn-ich-search:not(:disabled):not(.disabled):active:focus, .btn-ich-search:not(:disabled):not(.disabled).active:focus, .show > .btn-ich-search.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 63, 121, 0.5);
}

.euer {
  font-family: 'Brush Script MT', cursive;
  font-size: 34px;
  color:black;
}

#hellobar-bar {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  height: 30px;
  display: table;
  font-size: 17px;
  font-weight: 400;
  padding: .33em .5em;
  -webkit-font-smoothing: antialiased;
  /*color: #5c5c5c;*/
  background-color: white;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.15);
}
  #hellobar-bar.regular {
    height: 30px;
    font-size: 14px;
    padding: .2em .5em;
    background-color: rgb(246 251 64 / 50%);
  }

  .hb-content-wrapper {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }

.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}

.hb-text-wrapper {
  margin-right: .67em;
  display: inline-block;
  line-height: 1;
}


.hb-text-wrapper .hb-headline-text {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
}

#hellobar-bar .hb-cta {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  color: #ffffff;
  background-color: blue;
  border-color: blue;
}
.hb-cta-button {
  opacity: 1;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  max-width: 22.5em;
  text-align: center;
  position: relative;
  border-radius: 3px;
  white-space: nowrap;
  margin: 1.75em auto 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
}
.hb-cta-button .hb-text-holder {
  border-radius: inherit;
  padding: 5px 15px;
}

.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}

.hb-close-wrapper .icon-close {
  font-size: 14px;
  top: 15px;
  right: 25px;
  width: 15px;
  height: 15px;
  opacity: .3;
  color: #000;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 15px;
  z-index: 1000;
  text-decoration: none;
}

.footer-section{
  position:relative;
  bottom: 0;
  width: 100%;
  margin-top: auto;
}

@media (max-width: 770px) {
  .footer-section{
    position: relative !important;
  }
}
.footer-container{
  position: relative;
}

.footer-copyright{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px
}
.footer-container .row-container{
  gap: 3rem;
}

.page-with-footer{
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

.kundigen-content h1{
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}