@media screen and (min-width: 851px){

  p.logo-top{
    font-size: 30px;
    font-weight: 700;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 12px;
    color: var(--dark);
  }

  .logo{
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navbar-toggler{
    font-size: 12px;
    margin-right: 12px;
    color: var(--dark);
  }

  .navbar {
    width: 100%; /* Make the navbar occupy full width */
    padding-left: 12px; /* Reset default left margin */
    padding-right: 12px; /* Reset default right margin */
    padding-top: 24px;
    padding-bottom: 24px;
    top: 0;
    z-index: 9999; /* Adjust the z-index as needed */
  }

  .nav-item{
    margin-left: 24px;
    transition: transform .1s ease-in-out;
  }

  .nav-item:hover{
    /*text-decoration: underline;*/
    transform: scale(1.1);
  }

  .navbar-container {
    /*position: fixed;*/
    display:flex;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding: 0;
    box-sizing: border-box;
  }

  .space-1{
    height: 200px;
  }


  h1.slogan-font{
    line-height: 0.7;
    font-size: 100px;
    font-weight: 700;
    margin-left: 12px;
    color: var(--dark);
  }

  h1.heading-font{
    line-height: 0.7;
    font-size: 70px;
    font-weight: 700;
    color: var(--dark);
  }

  .panorama{
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
  }

  .img-pano{
    width: 100%;
    height: auto;
    display: block;
  }

  .carousel{
    margin-left: -12px;
    margin-top: 40px;
    width: 100vw;
  }

  .space-2{
    height: 40px;
  }

  .space-3{
    height:24px;
  }

  .content{
    margin-left: 24px;
    margin-right: 24px;
    color: var(--dark);
  }

  .intro-container{
    margin-left: 50px;
    margin-right: 50px;
  }

  h2.intro-heading{
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
    font-weight: 700;
    color: var(--dark);
  }

  h3.review-heading{
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--beige);
    font-size: 20px;
  }

  p.intro-text{
    margin-top: 24px;
    margin-bottom: 48px;
    text-align: center;
    color: var(--dark);
    font-size: 20px;
  }

  p.content-text{
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 20px;
  }

  p.review{
    margin-top: 24px;
    margin-bottom: 10px;
    margin-left: 24px;
    font-weight: 200;
    font-style: italic;
    font-size: 36px;
    line-height: 1.1;
    color: var(--beige);
  }

  p.review-author{
    font-weight: 200;
    font-style: italic;
    font-size: 16px;
    margin-left: 28px;
    margin-bottom: 24px;
    color: var(--beige);
  }

  #review-container {
    padding-right: 24px;
    width: calc(100% + 24px);
    box-sizing: border-box; /* Ensure padding is included in width */
  }

  .bg-b{
    background-color: var(--beige);
  }

  .bg-s{
    background-color: var(--dark);
    color: var(--beige);
    padding-bottom: 12px;
    width: 100%;
    margin-left: -12px;
    padding-left: 12px;
  }

  .content-accordion{
    margin-left: 0;
    font-size: 20px;
  }

  #first-button{
    margin-right: 6px;
    font-size: 20px;
  }

  #second-button{
    font-size: 20px;
    margin-right: 6px;
  }

  .btn.btn-custom{
    background-color: var(--dark);
    color: var(--beige)
  }

  .btn.btn-custom:hover{
    background-color: var(--beige);
    color: var(--dark);
    border: 1px solid var(--dark);
  }


  .accordion-button.collapsed{
    background-color: var(--dark);
    color: var(--beige)
  }

  .accordion-button:not(.collapsed){
    background-color: var(--beige);
    color: var(--dark)
  }

  #acc-button{
    font-size: 24px;
  }

  #acc-button:active{
    background-color: var(--beige);
  }

  .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e9e8e3' viewBox='0 0 16 16'%3e%3cpath d='M8 12.293L2.354 6.646a.5.5 0 01.708-.708L8 10.293l5.938-5.937a.5.5 0 01.707.708L8 12.293z'/%3e%3c/svg%3e");
  }

  .accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF0000' viewBox='0 0 16 16'%3e%3cpath d='M8 3.707L13.646 9.354a.5.5 0 01-.708.708L8 4.707 2.062 10.645a.5.5 0 01-.707-.708L7.293 3.707a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }

  .accordion-collapse.collapse.show:focus,
  .accordion-collapse.collapse.show:active {
      outline: none;
      box-shadow: none;
      border-color: #d5cdc0;
  }

  .accordion-item {
    border-radius: 10px; /* Adjust the value to control the roundness */
    overflow: hidden; /* Ensure the rounded corners are visible */
    margin-bottom: 10px; /* Add spacing between accordion items */
  }

  .accordion-button{
    font-size: 16px;
  }

  .table{
    font-size: 20px;
  }

  .preise-text{
    text-align: center;
    font-size: 16px;
    color: var(--dark);
  }

  #floatingTextareaNachricht{
    height: 250px;
  }

  a.link{
    text-decoration: none;
    color: var(--beige)
  }

  a.link:hover{
    text-decoration: underline;
    color: var(--beige)
  }

  .content-footer{
    text-align: center;
    line-height: 1.1;
  }

  .footer-field{
    width: calc(100% + 24px);
  }

  .line-footer{
    width: 33%;
    margin-left: 33%;
    color: var(--beige);
    margin-top: 8px;
    margin-bottom: 8px;
  }

  a.link-impressum{
    text-decoration: none;
    color: var(--dark)
  }

  a.link-impressum:hover{
    text-decoration: underline;
    color: var(--dark)
  }

  .content-footer{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .g-recaptcha{
    margin-bottom: 10px;
  }

  .formspree-text{
    font-size: 12px;
    margin-bottom: 7px;
    margin-left: 3px;
    width: fit-content;
    display: inline-block;
  }

  .formspree-link{
    font-size: 12px;
    width: fit-content;
    display: inline-block;
    color: var(--dark);
  }

  #submit-button{
    font-size: 20px;
  }

  /*------------------language-toggler----------------*/
  /*  Toggle Switch  */

  .toggleSwitch span span {
    display: none;
  }  
    
  .toggleSwitch {
    display: inline-block;
    height: 16px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 80px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius:5px;
    height:34px;
    margin-top: 5px;
    margin-right: 12px;
  }
  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .toggleSwitch label,
  .toggleSwitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .toggleSwitch input:focus ~ a,
  .toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggleSwitch > span {
    position: absolute;
    left: 0;
    width: calc(100% - 6px);
    margin: 0;
    text-align: left;
    white-space: nowrap;
    margin:0 3px;
  }
  .toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: auto;
    left: 0;
    top: -1px;
    opacity: 1;
    width:40%;
    text-align: center;
    line-height:34px;
  }
  .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    top: 3px;
    bottom: 3px;
    padding: 0;
    left: 3px;
    width: 50%;
    background-color: #666;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .toggleSwitch > span span:first-of-type {
    color: #FFF;
    opacity: 1;
    left: 0;
    margin: 0;
    width: 50%;
  }
  .toggleSwitch > span span:last-of-type {
    left:auto;
    right:0;
    color: #999;
    margin: 0;
    width: 50%;
  }
  .toggleSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    /* background-color: #fafafa;
    border: 1px solid #ccc; */
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .toggleSwitch input:checked ~ a {
    left: calc(50% - 3px);
  }

  /*
  .toggleSwitch input:checked ~ span:before {
    /* border-color: #0097D1;
    box-shadow: inset 0 0 0 30px #0097D1; *//*
  }*/
  
  .toggleSwitch input:checked ~ span span:first-of-type {
    left:0;
    color: var(--dark)
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    /* opacity: 1;
    color: #fff;	 */
    color:#FFF;
  }
  /* Switch Sizes */
  .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }
  .toggleSwitch.large a {
    width: 27px;
  }
  .toggleSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
  .toggleSwitch.large input:checked ~ a {
    left: 41px;
  }
  .toggleSwitch.large > span span {
    font-size: 1.1em;
  }
  .toggleSwitch.large > span span:first-of-type {
    left: 50%;
  }
  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .toggleSwitch.xlarge a {
    width: 36px;
  }
  .toggleSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
  .toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
  .toggleSwitch.xlarge > span span {
    font-size: 1.4em;
  }
  .toggleSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }

    /*  End Toggle Switch  */

}