@charset "UTF-8";
body {
  font-family: "LG Smart", sans-serif;
  font-weight: 300;
  color: #212529;
}

h1 {
  font-size: 48px;
  font-weight: 300;
}
@media (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 576px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 300;
}
@media (max-width: 575px) {
  h2 {
    font-size: 34px;
  }
}
@media (min-width: 576px) {
  h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 56px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 575px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 575px) {
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 575px) {
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  h6 {
    font-size: 18px;
  }
}

p,
button,
a {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 575px) {
  p,
  button,
  a {
    font-size: 17px;
  }
}
@media (min-width: 576px) {
  p,
  button,
  a {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  p,
  button,
  a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  p,
  button,
  a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  p,
  button,
  a {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  p,
  button,
  a {
    font-size: 20px;
  }
}

@font-face {
  font-family: "LG Smart";
  src: url("../fonts/LGSmartBold.eot");
  src: local("☺"), url("../fonts/LGSmartBold.woff") format("woff"), url("../fonts/LGSmartBold.ttf") format("truetype"), url("../fonts/LGSmartBold.svg") format("svg");
  font-weight: 700; /* Bold font weight */
  font-style: normal;
  font-display: swap; /* Ensure text remains visible during font load */
}
@font-face {
  font-family: "LG Smart";
  src: url("../fonts/LGSmartLight.eot");
  src: local("☺"), url("../fonts/LGSmartLight.woff") format("woff"), url("../fonts/LGSmartLight.ttf") format("truetype"), url("../fonts/LGSmartLight.svg") format("svg");
  font-weight: 300; /* Light font weight */
  font-style: normal;
  font-display: swap; /* Ensure text remains visible during font load */
}
@font-face {
  font-family: "LG Smart";
  src: url("../fonts/LGSmartRegular.eot");
  src: local("☺"), url("../fonts/LGSmartRegular.woff") format("woff"), url("../fonts/LGSmartRegular.ttf") format("truetype"), url("../fonts/LGSmartRegular.svg") format("svg");
  font-weight: 400; /* Regular font weight */
  font-style: normal;
  font-display: swap; /* Ensure text remains visible during font load */
}
@font-face {
  font-family: "LG Smart";
  src: url("../fonts/LGSmartSemiBold.eot");
  src: local("☺"), url("../fonts/LGSmartSemiBold.woff") format("woff"), url("../fonts/LGSmartSemiBold.ttf") format("truetype"), url("../fonts/LGSmartSemiBold.svg") format("svg");
  font-weight: 600; /* Semibold font weight */
  font-style: normal;
  font-display: swap; /* Ensure text remains visible during font load */
}
.red {
  color: #ea1917;
}

label,
legend {
  font-size: 20px;
  font-weight: 400;
}

main h3 {
  margin-top: 3rem;
}

.hotel-font {
  font-size: 20px;
  color: #ea1917;
  font-weight: 400;
}

body {
  background-color: rgb(236, 233, 226);
}

main a {
  color: #ea1917;
  text-decoration: unset;
}
main a:hover {
  text-decoration: underline;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}
.progress {
  background: #cbc8c2 !important;
}

.bg-red {
  background-color: #ea1917;
}

small {
  display: block;
}

#second-part .lg-button,
#second-part .lg-button-secondary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: 2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.requried,
.required {
  color: #c02b0a !important;
  font-size: 14px;
}

/* Fancy Checkbox
	 * -------------------------------------------------------------- */
input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
}

input[type=checkbox] + label {
  position: relative;
  overflow: visible;
  padding-left: 44px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px !important;
  line-height: 24px;
  padding-top: 4px;
  margin-bottom: 20px;
}

input[type=checkbox]:before,
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  transition: 0.2s;
}

/* after */
input[type=checkbox]:not(:checked) + label:after {
  width: 30px;
  height: 30px;
  border: 1px solid #cbc8c2;
  border-radius: 6px !important;
  background-color: #e6e1d6;
  top: 0px;
}

input[type=checkbox]:hover + label:after {
  top: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #716f6a !important;
  background-color: #e6e1d6;
  z-index: 0;
  border-radius: 6px;
}

input[type=checkbox]:checked + label:after {
  top: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(0, 0, 0);
  background-color: #ea1917;
  z-index: 0;
  border-radius: 6px;
}

input[type=checkbox]:hover + label:before,
input[type=checkbox]:checked + label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  font-weight: 400;
  font-display: block;
  font-style: normal;
  font-size: 24px;
  content: "";
  background: url("../images/checkmark.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

/* Fancy Radio
	 * -------------------------------------------------------------- */
input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
}

input[type=radio] + label {
  position: relative;
  overflow: visible;
  padding-left: 44px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px !important;
  line-height: 24px;
  padding-top: 4px;
  margin-bottom: 20px;
}

input[type=radio]:before,
input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  transition: 0.2s;
}

/* after */
input[type=radio]:not(:checked) + label:after {
  width: 30px;
  height: 30px;
  border: 1px solid #cbc8c2;
  background-color: #e6e1d6;
  top: 0px;
  border-radius: 22px;
}

input[type=radio]:hover + label:after {
  top: 0px;
  width: 30px;
  height: 30px;
  border: solid 1px #716f6a;
  background-color: #e6e1d6;
  z-index: 0;
  border-radius: 22px;
}

input[type=radio]:checked + label:after {
  top: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(0, 0, 0);
  background-color: #ea1917;
  z-index: 0;
  border-radius: 22px;
}

input[type=radio]:hover + label:before,
input[type=radio]:checked + label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  font-weight: 400;
  font-display: block;
  font-style: normal;
  font-size: 24px;
  content: "";
  background: url("../images/checkmark.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=tel],
select,
input[type=password] {
  font-size: 18px !important;
  line-height: 18px !important;
  padding: 12px 24px 14px 24px !important;
  color: #262626 !important;
  background: #e6e1d6 !important;
  border: 1px solid #cbc8c2 !important;
  border-radius: 200px !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  transition: all 125ms ease-in;
}

/* Hover state for input types text, email, and tel */
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
select:hover,
input[type=password]:hover {
  border: 1px solid #716f6a !important;
}

/* Focus state for input types text, email, and tel */
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
input[type=password]:focus {
  border: 1px solid #262626 !important;
}

.lg-button {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  padding: 14px 32px 16px 32px;
  background-color: #ea1917;
  display: inline-block;
  border: 1px solid #ea1917;
  border-radius: 200px;
  color: #fff;
  text-decoration: unset;
  transition: all 0.2s ease;
}
.lg-button:hover {
  background: #fff;
  border: solid 1px #000;
  color: #000;
  text-decoration: unset;
}

.lg-button-secondary {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  padding: 14px 32px 16px 32px;
  display: inline-block;
  border-radius: 200px;
  text-decoration: unset;
  transition: all 0.2s ease;
}
.lg-button-secondary:hover {
  background-color: #ea1917 !important;
  color: #fff !important;
  text-decoration: unset;
}

#kontaktformular {
  position: relative;
  font-family: "LG Smart", sans-serif;
  letter-spacing: 0.65px;
  font-size: 20px;
}
#kontaktformular input,
#kontaktformular select {
  border: 0.5px solid #707070 !important;
}

footer {
  background: #333;
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: #fff;
}
footer .lg-button {
  margin-bottom: 3rem;
}
footer .copyright p {
  color: #cbc8c2;
}
footer .copyright a {
  color: #fff;
  margin-left: 2rem;
  text-decoration: unset;
}
footer .copyright a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  body * {
    word-break: break-word;
  }
}
label, legend {
  margin-top: 1rem;
}

header {
  padding: 20px 20px;
}
header .nav a {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  text-decoration: unset;
  margin-right: 20px;
}

.header-wrapper {
  border-bottom: solid 1px rgb(203, 200, 194);
}

.fixed-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgb(236, 233, 226);
  box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991px) {
  .align-custom {
    justify-content: flex-end;
  }
  nav.navbar.navbar-expand-lg {
    justify-content: flex-end;
  }
}
.align-custom {
  padding-left: 5rem;
}

.offcanvas-header {
  background: #333;
  padding: 0;
}

li.nav-item button, .nav-item button:hover {
  color: #fff;
  border: unset !important;
}