* {
  box-sizing: border-box;
}

:root {
  overflow-x: hidden;
}

a:hover {
  color: #AB6B4F;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif, "Times New Roman", Times, serif;
  color: #262626;
}
body h1, body h2, body h3 {
  font-family: "butler-ultra-light", "Times New Roman", Times, serif;
}
body .btn-box {
  display: inline-block;
  margin-bottom: 1rem;
  box-shadow: unset;
  transition: all 0.2s;
}
body .btn-box:hover, body .btn-box :active {
  box-shadow: 5px 5px 10px #262626;
}
body .btn-box:hover .btn-box, body .btn-box :active .btn-box {
  display: inline-block;
  margin-bottom: 1rem;
  box-shadow: unset;
  transition: all 0.2s;
}
body .btn-box:hover .btn-box:hover, body .btn-box:hover .btn-box :active, body .btn-box :active .btn-box:hover, body .btn-box :active .btn-box :active {
  box-shadow: 5px 5px 10px #262626;
}
body .btn-box:hover .btn-box .massage-btn, body .btn-box :active .btn-box .massage-btn {
  border: #AB6B4F 3px solid;
  border-radius: 3px;
  font-size: 0.9rem;
  letter-spacing: 8px;
  transition: all 0.2s;
}
body .btn-box:hover .btn-box .massage-btn:hover, body .btn-box:hover .btn-box .massage-btn :active, body .btn-box :active .btn-box .massage-btn:hover, body .btn-box :active .btn-box .massage-btn :active {
  background-color: #AB6B4F;
  color: #F9F5EC;
  box-shadow: 5px 5px 10px #262626;
}
body .btn-box:hover .btn-box .massage-btn:focus, body .btn-box :active .btn-box .massage-btn:focus {
  box-shadow: none;
}
body .btn-box .massage-btn {
  border: #AB6B4F 3px solid;
  border-radius: 3px;
  font-size: 0.9rem;
  letter-spacing: 8px;
  transition: all 0.2s;
}
body .btn-box .massage-btn:hover, body .btn-box .massage-btn :active {
  background-color: #AB6B4F;
  color: #F9F5EC;
  box-shadow: 5px 5px 10px #262626;
}
body .btn-box .massage-btn:focus {
  box-shadow: none;
}

header {
  position: relative;
  background-color: #F9F5EC;
}
header#header-home {
  position: relative;
  height: 90vh;
  height: 85vh;
}
@media (min-width: 576px) {
  header#header-home {
    height: 90vh;
  }
}
header#header-home #header-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 90vh;
  width: 100%;
  background-image: url("../media/header_mobile-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  opacity: 0.8;
  z-index: 2;
  height: 85vh;
}
@media (min-width: 768px) {
  header#header-home #header-bg {
    background-image: url("../media/header_min.jpg");
    background-position: center;
  }
}
@media (min-width: 576px) {
  header#header-home #header-bg {
    height: 90vh;
  }
}
header .center-flex {
  position: relative;
  transform: translateY(-8%);
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #F9F5EC;
  z-index: 3;
}
header .center-flex img {
  width: 30%;
}
@media (min-width: 992px) {
  header .center-flex img {
    width: 12%;
  }
}
header .center-flex h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  header .center-flex h1 {
    font-size: 5rem;
  }
}
header .center-flex .btn-box .massage-btn {
  color: #F9F5EC;
  background-color: #994d2d;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  header .center-flex .btn-box .massage-btn {
    font-size: 1rem;
  }
}

#info-banner {
  padding: 2rem;
  background-color: #F9F5EC;
}
#info-banner p {
  text-align: center;
  font-size: 1.4rem;
}

nav {
  position: relative;
  background: #F9F5EC;
  min-height: 10vh;
  z-index: 8;
  /* &.brown-bright{
      background: $brown-bright;
  }
  &.white-bg{
      background-color: $white-bg;
  } */
  /* &.transparent{
      background-color: transparent;
      ul li a, ul li div{
          color: $white-bg;
      }
  } */
  min-height: 15vh;
}
@media (min-width: 576px) {
  nav {
    min-height: 10vh;
  }
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav .menu-icon {
  height: 5vh;
  width: auto;
}
@media (max-width: 991.98px) {
  nav .menu-icon {
    height: 8vh;
  }
}
@media (max-width: 767.98px) {
  nav .menu-icon {
    height: 6vh;
  }
}
nav svg {
  fill: #AB6B4F;
}
nav ul {
  margin-left: auto;
  font-family: "butler-ultra-light", "Times New Roman", Times, serif;
}
@media (max-width: 991.98px) {
  nav ul {
    text-align: center;
  }
}
nav ul li {
  padding: 0;
  margin-left: 2rem;
}
nav ul li a {
  color: #262626;
  padding: 0 1rem;
}
nav ul li:last-child {
  border: #AB6B4F 3px solid;
  border-radius: 3px;
  font-family: "butler-light", "Times New Roman", Times, serif;
}
nav ul li:last-child div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 0 1rem;
}
nav ul li:last-child div:hover {
  color: #AB6B4F;
}

.center-section {
  padding-top: 200px;
  background-color: #F9F5EC;
  text-align: center;
}
.center-section h2 {
  margin-bottom: 2rem;
}
.center-section p {
  margin: 0 auto;
  padding: 1rem;
  width: 60%;
}
@media (max-width: 767.98px) {
  .center-section p {
    width: 90%;
  }
}

.split-section {
  position: relative;
  background-color: #DBCFBF;
}
.split-section #space {
  background-color: #F9F5EC;
  height: 200px;
  width: 100%;
}
.split-section .row {
  margin-left: 0;
  margin-right: 0;
}
.split-section .row .content {
  position: static;
  padding: 100px 5rem 100px 5rem;
}
@media (max-width: 767.98px) {
  .split-section .row .content {
    padding: 100px 0;
    margin: auto;
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .split-section .row .content {
    padding: 100px 0rem;
  }
}
.split-section .row .content h2 {
  margin-bottom: 2rem;
}
.split-section .row .content p {
  margin-bottom: 3rem;
}
.split-section .row .content img {
  position: absolute;
  top: 170px;
  right: 48%;
  /* background-image: url("../media/Sonne_Icon.webp"); */
  width: 110px;
  height: 110px;
  z-index: 3;
}
.split-section .row .contain {
  display: none;
}
@media (min-width: 768px) {
  .split-section .row .contain {
    display: block;
    background-image: url("../media/Lomi2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

#service {
  padding-bottom: 100px;
}
#service .card {
  background-color: transparent;
  border: none;
  margin-bottom: 3rem;
}
#service .card .card-img-top {
  padding: 0 20%;
  max-width: 420px;
  height: auto;
}
#service .card h3 {
  color: #AB6B4F;
}
#service .card p {
  font-size: 1.2em;
  width: 62%;
}
@media (max-width: 1199.98px) {
  #service .card p {
    font-size: 1em;
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  #service .card p {
    width: 86%;
    font-size: 0.8em;
  }
}
#service a {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  #service a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#service a button {
  width: 100%;
}

#standorte {
  background-color: #F9F5EC;
}
#standorte h2 {
  font-family: "Montserrat", sans-serif, "Times New Roman", Times, serif;
  margin: 2rem 0 0.8rem;
  font-size: 0.9rem;
  letter-spacing: 8px;
}
#standorte .split-section .content {
  padding: 35px 5rem;
}
#standorte .split-section .content p {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  #standorte .split-section .content {
    padding: 35px 0;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #standorte .split-section .content p {
    margin-bottom: 3rem;
  }
}
#standorte .split-section .contain {
  display: none;
}
@media (min-width: 992px) {
  #standorte .split-section .contain {
    display: block;
    opacity: 0.7;
    border: 50px solid transparent;
  }
}
#standorte .split-section h3 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #standorte #st-bb .contain {
    background-image: url(../media/loc_bb_desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
}
#standorte #st-bb .content {
  background-color: #DBCFBF;
}
#standorte .after-text {
  text-align: center;
}
@media (min-width: 992px) {
  #standorte .after-text {
    margin: 10rem 0;
  }
}
#standorte #st-ws {
  background-color: #F9F5EC;
}
@media (min-width: 768px) {
  #standorte #st-ws .contain {
    background-image: url(../media/loc_ber_desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
    background-position: left;
  }
}

#about-henriette {
  text-align: right;
  background-color: #CECDAE;
}
#about-henriette .content {
  padding: 200px 6rem 200px 3rem;
}
@media (max-width: 1199.98px) {
  #about-henriette .content {
    padding: 50px 3rem;
  }
}
@media (max-width: 991.98px) {
  #about-henriette .content {
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 767.98px) {
  #about-henriette .content {
    padding: 100px 0;
    margin: auto;
    width: 90%;
    text-align: center;
  }
}
#about-henriette .content h3 {
  /* font-family: 'butler-light';
  font-size: 1.5rem; */
  margin-bottom: 2rem;
  /* @include media-breakpoint-down(lg){
      font-size: 1.2em;
  }
  @include media-breakpoint-down(md){
      font-size: 1em;
  } */
}
#about-henriette .content h4 {
  font-family: "Montserrat";
  color: #262626;
  font-size: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  #about-henriette .content h4 {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  #about-henriette .content h4 {
    font-size: 0.8em;
  }
}
#about-henriette .contain {
  display: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  #about-henriette .contain {
    display: block;
    background-image: url("../media/jette-start.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#about-henriette button {
  margin-left: auto;
}

#about {
  background-color: #F9F5EC;
}
#about h2 {
  font-family: "Montserrat", sans-serif, "Times New Roman", Times, serif;
  margin: 2rem 0 0.8rem;
  font-size: 0.9rem;
  letter-spacing: 8px;
}
#about .split-section .content {
  padding: 35px 5rem;
}
@media (max-width: 767.98px) {
  #about .split-section .content {
    padding: 35px 0;
    width: 100%;
  }
}
#about .split-section h3 {
  margin-bottom: 5rem;
}
#about #about-lomi {
  background-color: #F9F5EC;
}
#about #about-lomi .contain {
  /* &.col-12{
      display: none;
  } */
  display: none;
}
@media (min-width: 768px) {
  #about #about-lomi .contain {
    display: block;
    background: left/cover no-repeat url(../media/lomi-massage.jpg);
    opacity: 0.7;
  }
}
#about #about-lomi .content {
  background-color: #DBCFBF;
}
#about .after-text {
  text-align: center;
  margin: 10rem 0;
}
#about #more-about-henriette {
  background-color: #CECDAE;
}
#about #more-about-henriette .contain {
  display: none;
}
@media (min-width: 768px) {
  #about #more-about-henriette .contain {
    display: block;
    background: center/cover no-repeat url(../media/jette-about.jpg);
    opacity: 0.8;
  }
}

.offers {
  padding: 50px 0 100px;
  background-color: #DBCFBF;
  overflow: hidden;
}
.offers h1 {
  font-family: "Montserrat";
  font-size: 1rem;
  color: #262626;
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 8px;
}
.offers h1 div {
  font-family: "butler-ultra-light";
  font-size: 3.5rem;
  margin-top: 1rem;
  letter-spacing: normal;
}
@media (max-width: 767.98px) {
  .offers h1 div {
    font-size: 2.8rem;
  }
}
.offers .offer {
  margin: 0 0.75rem 3rem;
  padding: 3rem 2rem;
  background-color: #F9F5EC;
  text-align: right;
  color: #262626;
}
@media (max-width: 991.98px) {
  .offers .offer {
    padding: 2rem;
  }
}
.offers .offer .offer-top {
  margin: 0 0 1rem;
  padding: 0;
  align-items: center;
}
.offers .offer .offer-top .offer-img {
  margin: 0;
  padding: 0;
}
.offers .offer .offer-top .offer-img img {
  width: 100%;
  height: auto;
}
.offers .offer .offer-top .offer-detail {
  margin: 0;
  padding: 0;
}
.offers .offer .offer-top .offer-detail h2 {
  font-family: "butler-ultra-light";
  font-size: 4.3rem;
}
.offers .offer .offer-top .offer-detail h2 span {
  font-family: "butler-light";
}
@media (max-width: 1199.98px) {
  .offers .offer .offer-top .offer-detail h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .offers .offer .offer-top .offer-detail h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .offers .offer .offer-top .offer-detail h2 {
    font-size: 3.3rem;
  }
}
.offers .offer .offer-top .offer-detail h3 {
  font-size: 1.5rem;
  font-family: "Montserrat";
}
@media (max-width: 1199.98px) {
  .offers .offer .offer-top .offer-detail h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 991.98px) {
  .offers .offer .offer-top .offer-detail h3 {
    font-size: 0.85rem;
  }
}
.offers .offer .offer-top .offer-detail p {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media (max-width: 1199.98px) {
  .offers .offer .offer-top .offer-detail p {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  .offers .offer .offer-top .offer-detail p {
    font-size: 0.65rem;
  }
}
.offers .offer .offer-top .offer-detail p span {
  display: block;
}
.offers .offer .offer-bottom {
  margin: 0;
  padding: 0;
  border-top: 1px solid #777657;
  align-items: center;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .offers .offer .offer-bottom {
    align-items: unset;
  }
}
.offers .offer .offer-bottom .offer-btn {
  margin: 0;
  padding: 0 0.5rem;
  overflow: visible;
}
.offers .offer .offer-bottom .offer-btn a {
  margin: 0.8rem 0 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .offers .offer .offer-bottom .offer-btn a {
    margin-top: 0.5rem;
  }
}
.offers .offer .offer-bottom .offer-btn a .massage-btn {
  width: 100%;
  background-color: #994d2d;
  color: #F9F5EC;
  /* @include media-breakpoint-down(lg){
      font-size: 3.5rem;
  } */
}
.offers .offer .offer-bottom .offer-btn a .massage-btn:hover, .offers .offer .offer-bottom .offer-btn a .massage-btn:active {
  background-color: #F9F5EC;
  color: #262626;
}
@media (max-width: 1199.98px) {
  .offers .offer .offer-bottom .offer-btn a .massage-btn {
    font-size: 0.8rem;
    padding: 0.1rem 0rem;
  }
}
@media (max-width: 991.98px) {
  .offers .offer .offer-bottom .offer-btn a .massage-btn {
    font-size: 0.7rem;
    padding: 0.1rem 0rem;
  }
}
@media (max-width: 767.98px) {
  .offers .offer .offer-bottom .offer-btn a .massage-btn {
    font-size: 0.6rem;
    letter-spacing: 2px;
  }
}
.offers .offer .offer-bottom .dur {
  padding: 0;
  border-left: 1px #777657 solid;
}
.offers .offer .offer-bottom p {
  margin: 0;
  font-size: 3rem;
  font-family: "butler-light";
}
@media (max-width: 1199.98px) {
  .offers .offer .offer-bottom p {
    font-size: 2.3rem;
  }
}
@media (max-width: 991.98px) {
  .offers .offer .offer-bottom p {
    font-size: 1.55rem;
  }
}
.offers .last-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offers #for-questions {
  text-align: center;
  font-family: "butler-ultra-light";
  font-size: 2rem;
  color: #262626;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .offers #for-questions {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.98px) {
  .offers #for-questions {
    font-size: 1.2rem;
  }
}
.offers #for-questions p:first-of-type {
  margin: 0;
}
.offers #for-questions p:last-of-type {
  margin-top: 2rem;
  font-size: 2.1rem;
  font-family: "butler-light";
}
@media (max-width: 1199.98px) {
  .offers #for-questions p:last-of-type {
    font-size: 1.9rem;
  }
}
@media (max-width: 991.98px) {
  .offers #for-questions p:last-of-type {
    font-size: 1.3rem;
  }
}
.offers #for-questions .btn-box {
  margin-bottom: 2.5rem;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(7px);
  width: 30%;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .offers #for-questions .btn-box {
    transform: translateY(0px);
    width: 50%;
  }
}
.offers #for-questions .btn-box button {
  width: 100%;
  font-family: "Montserrat";
  background-color: #F9F5EC;
  border: none;
}
.offers #for-questions .btn-box button:hover, .offers #for-questions .btn-box button:active {
  background-color: #AB6B4F;
  color: #F9F5EC;
  border: none;
}

#contact {
  position: relative;
  background-color: #F9F5EC;
  height: -moz-fit-content;
  height: fit-content;
}
#contact .icon-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.8rem;
}
#contact .icon-container .navbar-brand {
  position: relative;
  z-index: 99;
}
#contact .icon-container .navbar-brand .menu-icon {
  height: 5vh;
  width: auto;
}
@media (max-width: 991.98px) {
  #contact .icon-container .navbar-brand .menu-icon {
    height: 8vh;
  }
}
@media (max-width: 767.98px) {
  #contact .icon-container .navbar-brand .menu-icon {
    height: 6vh;
  }
}
#contact .content {
  /* padding: 0rem; */
  /* @include media-breakpoint-down(lg){
       padding: 50px 3rem;
   }
   @include media-breakpoint-down(md){
       padding: 1.5rem 3rem;
   }*/
}
@media (max-width: 767.98px) {
  #contact .content {
    padding: 100px 0;
    margin: auto;
    width: 90%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #contact .content .pr {
    padding: 0 4rem 0 0;
  }
}
#contact .content p {
  /* font-size: 1.2rem;
  @include media-breakpoint-down(lg){
      font-size: 1em;
  }
  @include media-breakpoint-down(md){
      font-size: 1em;
  } */
}
#contact .content p span {
  display: block;
}
#contact .content h3 {
  font-size: 3rem;
  /* @include media-breakpoint-down(lg){
      font-size: 1em;
  }
  @include media-breakpoint-down(md){
      font-size: 0.8em;
  } */
}
#contact .content form input:not(input[type=submit]), #contact .content form textarea {
  width: 100%;
  height: 2rem;
  border: 2px solid black;
  background-color: inherit;
  margin-bottom: 1rem;
  border-color: #262626;
}
#contact .content form input:not(input[type=submit])::-moz-placeholder, #contact .content form textarea::-moz-placeholder {
  font-style: italic;
}
#contact .content form input:not(input[type=submit])::placeholder, #contact .content form textarea::placeholder {
  font-style: italic;
}
#contact .content form input:not(input[type=submit]):focus, #contact .content form textarea:focus {
  border: 2px solid #777657;
  outline: none;
  box-shadow: 0 0 5px #777657;
}
#contact .content form textarea {
  resize: none;
  height: 12rem;
}
#contact .content form label .required {
  color: #AB6B4F;
}
#contact .content form .btn-box {
  margin-left: auto;
}
#contact .contain {
  display: none;
}
@media (min-width: 768px) {
  #contact .contain {
    display: block;
    background-image: url("../media/Lomi-Haus.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#contact iframe {
  width: 100%;
  height: 400px;
}

.animation h1.big {
  font-size: 500%;
  border: solid black 3px;
  background-color: lightslategray;
  margin: auto;
}
.animation div.introduction .upper #sun {
  transition: all 1.8s;
}
@media (min-width: 992px) {
  .animation div.introduction .upper #sun {
    transform: translateY(105px);
    margin-top: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .animation div.introduction .upper #sun {
    transform: translateY(150px);
    margin-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  .animation div.introduction .upper #sun {
    transform: translateY(94px);
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .animation div.introduction .upper #sun {
    transform: translateY(107px);
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .animation div.introduction .upper #sun {
    transform: translateY(55px);
  }
}
.animation div.introduction .upper #sun.rise {
  transform: translateY(-60px);
}
@media (max-width: 1199.98px) {
  .animation div.introduction .upper #sun.rise {
    transform: translateY(-30px);
  }
}
@media (max-width: 767.98px) {
  .animation div.introduction .upper #sun.rise {
    transform: translateY(-15px);
  }
}
@media (max-width: 575.98px) {
  .animation div.introduction .upper #sun.rise {
    transform: translateY(-25px);
  }
}
.animation div.introduction .downer .down {
  transform: translateY(-100px);
}
@media (max-width: 1199.98px) {
  .animation div.introduction .downer .down {
    transform: translateY(-58px);
  }
}
@media (max-width: 767.98px) {
  .animation div.introduction .downer .down {
    transform: translateY(-44px);
  }
}
@media (max-width: 575.98px) {
  .animation div.introduction .downer .down {
    transform: translateY(-44px);
  }
}
.animation .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.animation .jumbotron {
  font-family: "Montserrat", sans-serif;
  padding: 5px;
  margin: 0px;
  background-color: #CECDAE;
  transform: translateY(-40px);
}
.animation .jumbotron.error {
  background-color: #AB6B4F;
}
.animation .jumbotron .btn-box {
  margin-top: 2rem;
}
.animation .jumbotron p {
  margin-bottom: 0;
  font-size: 90%;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .animation .jumbotron {
    transform: translateY(-30px);
  }
}
@media (max-width: 767.98px) {
  .animation .jumbotron {
    transform: translateY(-10px);
    font-size: 80%;
  }
}

.impressum {
  background-color: #F9F5EC;
  padding: 100px 0;
}
.impressum article {
  margin: 2rem 0;
}
.impressum article h4 {
  font-weight: bold;
  margin: 0;
}
.impressum article p:first-child {
  margin-top: 0;
}
.impressum article p:last-of-type {
  margin-bottom: 0;
}

footer {
  padding: 50px 0;
  background-color: #777657;
}
footer img {
  padding: 6rem;
  aspect-ratio: 1/1;
}
@media (max-width: 991.98px) {
  footer img {
    padding: 0 1rem;
  }
}
footer .footing {
  align-items: center;
}
footer .footer-content {
  font-size: 1.2rem;
  padding: 2rem;
  padding-left: 5rem;
  border-left: 1px solid #CECDAE;
}
@media (max-width: 991.98px) {
  footer .footer-content {
    border: none;
    font-size: 1.1rem;
  }
}
footer .footer-content a {
  display: block;
}
footer .footer-content a:hover {
  color: #CECDAE;
}
footer .footer-content .internal-links {
  display: block;
  color: white;
  text-decoration: unset;
  font-weight: 900;
  margin-bottom: 1rem;
}
footer .footer-content .contact-details {
  color: white;
  text-decoration: unset;
  margin: 0;
}/*# sourceMappingURL=style.css.map */