@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,400;0,700;1,200&display=swap');


/*color palette
#fafbf3 -> background beige
#cdd5cc
#9fb1aa
#748e8d
#4d6a72
#2f4858 -> background review
*/

:root {
  --beige: #e9e8e3;
  --dark: #3c3737;
  --button: #d5cdc0;
}


html, body{
  font-family: 'Hanken Grotesk', sans-serif !important;
  scroll-behavior: smooth;
  color: var(--beige);
}

#main{
  background-color: var(--beige);
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -50px 0 0 0 !important;
  z-index: -999999;
  opacity: 0;
}

.imprint-container{
  padding: 24px;
  width: 100%;
}


@media screen and (max-width: 480px){

  p.logo-top{
    font-size: 20px;
    font-weight: 700;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 12px;
    color: var(--dark);
  }

  .logo{
    height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .navbar-toggler{
    font-size: 12px;
    color: var(--dark);
  }

  .navbar-container{
    margin-left: -12px;
    margin-right: -12px;
  }

  .navbar{
    width: 100%; /* Make the navbar occupy full width */
    margin-left: 0; /* Reset default left margin */
    margin-right: 0; /* Reset default right margin */
    padding: 24px;
    top: 0;
    z-index: 1000; /* Adjust the z-index as needed */
  }

  .nav-item{
    margin-left: 24px;
  }

  .navbar-container {
    background-color: var(--beige); /* Set background color for the container */
  }

  .space-1{
    height: 100px;
  }


  h1.slogan-font{
    line-height: 0.7;
    font-size: 60px;
    font-weight: 700;
    margin-left: 12px;
    color: var(--dark);
  }

  h1.heading-font{
    line-height: 0.7;
    font-size: 50px;
    font-weight: 700;
    color: var(--dark);
  }
  
  .panorama{
    overflow: hidden;
    width: 100vw;
    margin-left: -12px;
  }
  
  .img-pano{
    height: 60vh;
    right: 40%;
  }
  
  .carousel{
    margin-left: -12px;
    margin-top: 20px;
    width: 100vw;
  }

  
  .space-2{
    height: 40px;
  }
  
  .space-3{
    height:24px;
  }
  
  .content{
    margin-left: 24px;
    margin-right: 24px;
    color: var(--dark);
  }
  
  h2.intro-heading{
    text-align: center;
    margin-top: 24px;
    font-weight: 700;
    color: var(--dark);
  }
  
  h3.review-heading{
    margin-top: 0px;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--beige);
    font-size: 16px;
  }
  
  p.intro-text{
    margin-top: 24px;
    text-align: center;
    color: var(--dark);
  }
  
  p.content-text{
    margin-top: 24px;
    margin-bottom: 12px;
  }
  
  p.review{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
    font-style: italic;
    font-size: 25px;
    line-height: 1.1;
    color: var(--beige);
  }
  
  p.review-author{
    font-weight: 200;
    font-style: italic;
    font-size: 12px;
    margin-left: 5px;
    color: var(--beige);
  }
  
  .bg-b{
    background-color: var(--beige);
  }
  
  .bg-s{
    background-color: var(--dark);
    color: var(--beige);
    padding-bottom: 12px;
    width: 100vw;
    margin-left: -12px;
    padding-left: 12px;
  }
  
  .content-accordion{
    margin-left: 0;
  }
  
  #first-button{
    margin-bottom: 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: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 */
  }
  
  .preise-text{
    text-align: center;
    font-size: 12px;
    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;
  }
  
  .line-footer{
    width: 50%;
    margin-left: 25%;
    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;
    margin-top: 10px;
  }

  .formspree-text{
    font-size: 9px;
    margin-bottom: 7px;
    margin-left: 3px;
    width: fit-content;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .formspree-link{
    font-size: 9px;
    width: fit-content;
    display: inline-block;
    color: var(--dark);
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  /*------------------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: 6px;
  }
  .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  */
  
}