@font-face {
  font-family: 'Architects Daughter';
  src: url('ArchitectsDaughter-Regular.eot');
  src: url('ArchitectsDaughter-Regular.eot?#iefix') format('embedded-opentype'),
      url('ArchitectsDaughter-Regular.woff2') format('woff2'),
      url('ArchitectsDaughter-Regular.woff') format('woff'),
      url('ArchitectsDaughter-Regular.ttf') format('truetype'),
      url('ArchitectsDaughter-Regular.svg#ArchitectsDaughter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('Quicksand-Light.eot');
  src: url('Quicksand-Light.eot?#iefix') format('embedded-opentype'),
      url('Quicksand-Light.woff2') format('woff2'),
      url('Quicksand-Light.woff') format('woff'),
      url('Quicksand-Light.ttf') format('truetype'),
      url('Quicksand-Light.svg#Quicksand-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
  font-family: 'Quicksand', sans-serif;
}

p {
  line-height: 1.75;
}

a {
  color: rgba(106,117,192,1);
}

a:hover {
  color: 'gray';
}
.preis-hinweis {
font-size: 14px;
}

.text-primary {
  color: #222640 !important;
}
button.uc-embedding-more-info {
    color: #0045A5!important;
}
.bg-primary-c{
  background-color: #292d4d;
}

.badge-primary{
  background-color: #222640;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Architects Daughter', cursive;
}

.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Architects Daughter', cursive;
}

.btn-tertiary {
    border: 1px solid white !important;
    color: white !important;
}

.btn-tertiary:hover {
    background-color: white;
    color: #222640 !important;
}

#booking-widget {
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    position: relative;
    text-align: center;
	padding-bottom: 20px;
}
.placeholder {
    padding-top: 10px;
}
.button-container {
    text-align: center;
}
.appartment-button.active {
    background-color: #333964;
    border-color: #333964;
}

@media (max-width: 991px) {
	button.appartment-button {
    font-size: 13px;
}
}

@media (max-width: 767px) {
	button.appartment-button {
        padding: 14px 14px;
    }
}

@media (max-width: 537px) {
	button.appartment-button {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}


::-moz-selection {
  background: #222640;
  text-shadow: none;
}

::selection {
  background: #222640;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color:rgba(106, 117, 192, 1);
  border-color: rgba(106, 117, 192, 1);
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #616BAF; !important;
  border-color:  #616BAF; !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #616BAF !important;
  box-shadow: 0 0 0 0.2rem #616BAF !important;
}

#mainNav {
  background-color: #222640;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #222640;
  border: 0;
  background-color: white;
  font-family: 'Quicksand', sans-serif;
}

#mainNav .navbar-brand {
  color: white;
  font-family: 'Architects Daughter', cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #222640;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Quicksand', sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    -webkit-text-decoration: solid underline overline;
  text-decoration: solid underline overline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
      -webkit-text-overline-position: over;
  text-overline-position: over;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #222640;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-meer.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Architects Daughter', cursive;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Architects Daughter', cursive;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Architects Daughter', cursive;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Architects Daughter', cursive;
  }
}

@media (max-width: 580px) {
	#dataPrivacyModal h1.text-uppercase {
    font-size: 36px;
    padding-bottom: 22px;
	hyphens: auto;
}
	footer.footer .col-md-2 img {
    width: 15% !important;
    margin-top: 14px;
}
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: #222640;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.bg-wood {
  background-image: url("../img/bg-muted.jpg");
  background-repeat: repeat;
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}

.buchung-iframe {
width: 100%!important;
border: none!important;
}



.uc-embedding-container {
min-height: 588px!important;
}

#intro_vid_container .uc-embedding-container {
margin-top: -56.25%!important;
}
#darss_vid_container .uc-embedding-container {
margin-top: -56.25%!important;
}
#intro_vid_container .uc-embedding-wrapper {
	margin-top:0px!important;
}

.description-text {
color: black;
}



.input-style {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 16px;
}

.label-style {
    color: #f8f9fa;
    font-weight: 400;
}

.address-container,
.location-container { /* Neu hinzugefügt */
    display: flex;
    flex-wrap: wrap; /* Neu hinzugefügt */
    margin-bottom: 7px;
}

.pet-container, .guests-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.address,
.location,
.guests,
.pet { /* Neu hinzugefügt */
    flex: 1;
    margin-right: 8px;
    margin-bottom: 8px; /* Neu hinzugefügt */
}

.guests select,
.pet select { /* Neu hinzugefügt */
    width: calc(33.33% - 4px); /* Änderung der Breite für jedes Dropdown-Menü mit Abstand */
}

.date-container {
    display: flex;
    justify-content: space-between; /* Platz zwischen den Elementen */
}

.anreise,
.abreise {
    width: calc(50% - 4px); /* 50% Breite mit etwas Platz zwischen den Elementen */
}

.anreise {
    margin-right: 8px; /* Abstand zwischen Anreise und Abreise */
}
.message-input {
    height: calc(3 * (1.5em + .75rem + 2px)); /* Höhe für 3 Reihen */
}

/* Füge einen Platzhalter hinzu */
.message-input::placeholder {
    color: #6c757d; /* Platzhalterfarbe */
}

button {
    font-size: 18px;
    padding: 20px 40px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    background-color: rgba(106, 117, 192, 1);
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    text-transform: uppercase;
}

button:hover {
    background-color: rgba(106, 117, 192, 0.8);
    border-color: rgba(106, 117, 192, 0.8);
}

.linke-spalte,
.rechte-spalte { /* Neue Klassen für die Spalten hinzugefügt */
    flex: 1;
    margin-right: 8px;
    margin-bottom: 8px;
}

.form-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.linke-spalte,
.rechte-spalte {
    flex: 1; /* Flex-Verhältnis auf 1 setzen */
    margin-bottom: 16px; /* Fügen Sie einen vertikalen Abstand zwischen den Spalten hinzu */
}

.submit-button {
margin-top: 16px;
padding: 20px 40px;
font-size: 18px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
background-color: rgba(106, 117, 192, 1);
border: 1px solid transparent;
border-radius: .25rem;
color: #fff;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
text-transform: uppercase!important;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.label-style.privacyNotice-label {
margin-left: 28px;
margin-top: -21px;
}

.rechte-spalte {
    flex: 1;
    margin-left: 20px; /* Füge einen horizontalen Abstand zwischen den Spalten hinzu */
}

.linke-spalte,
.rechte-spalte {
    flex: 1; /* Jede Spalte nimmt den verfügbaren vertikalen Platz ein */
    margin-bottom: 16px; /* Fügen Sie einen Abstand zwischen den Spalten hinzu */
}

.form-container {
    display: flex;
    flex-direction: column; /* Stellen Sie das Formular vertikal an */
    align-items: center; /* Zentrieren Sie die Elemente horizontal */
}

.spalten-container {
    display: flex; /* Verwenden Sie Flexbox für die Spalten */
    justify-content: space-between; /* Platzieren Sie die Spalten am Anfang und Ende des Containers */
    width: 100%; /* Die Spalten nehmen die volle Breite des Formulars ein */
}

.linke-spalte,
.rechte-spalte {
    flex-basis: 48%; /* Breite der Spalten */
}

.submit-button {
    margin-top: 16px; /* Abstand zwischen den Spalten und dem Button */
}
input.input-style.date-input {
    margin-bottom: 15px;
}
.success-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0rem 1.25rem 0.8rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 33px;
    font-weight: 600;
}


@media (max-width: 767px) {
	.spalten-container {	
    	flex-direction: column;
	}
	.linke-spalte, .rechte-spalte {
    	margin-right: 0px;
		margin-left: 0px;
	}
	select.input-style.pet.handtuchpaket, input.input-style.address.hausnummer, input.input-style.location.plz, select.input-style.guests.kinder {
    margin-right: 0px;
}

	input.input-style.tel {
    margin-bottom: 0px;
}
}

#dataPrivacyModal h2 {
display: inline-block;
font-size: 34px;
float: left;
	width: 100%;
}

#dataPrivacyModal h3 {
display: inline-block;
float: left;
	width: 100%;
}

#dataPrivacyModal h4 {
font-size: 21px;
}

#dataPrivacyModal p {
display: inline-block;
float: left;
	width: 100%;
}
