@font-face {
    font-family: 'Work sans';
    /* font-style: normal; */
    /* font-weight: 400; */
    src: local('Work sans'), local('Work sans Regular'),
                 url('/fonts/worksans/WorkSans-VariableFont_wght.ttf') format('truetype');

  } 

 @font-face {
    font-family: 'Bellefair';
    /* font-style: normal; */
    /* font-weight: 400; */
    src: local('Bellefair'), local('Bellefair-Regular'),
                 url('/fonts/bellefair/Bellefair-Regular.ttf') format('truetype'); 

  } 
 
 
/* @import url('https://fonts.googleapis.com/css2?family=Comforter&family=Work+Sans:wght@200;300;400;500&display=swap'); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");
/* @import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap'); */

:root {
    --lavender: #9a9eab;
    --branch: #5d535e;
    --berry: #ec96a4;
    --yellow: #dfe166;
}

html {
    scroll-behavior: smooth;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

a {
  text-decoration:none;
}

    a:link {
        color: #fff;
        text-decoration:none;
      }
      
    a:visited {
        color: #fff;
        text-decoration: none;
      }
  
body {
    font-family: 'Work sans', 'sans serif';
    font-weight: 300;
    background-color: #6492762c;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
}


li {
    list-style-image: url(chevron-right.svg);
}

.bi {
    color: #fff;
}

h1, h2 {
    font-weight: 200;
}


/* NAVBAR */

.navbar_np {
    background-color: #e4ece7;
    height: 32px;
}

.navbar-container input[type="checkbox"],
.navbar-container .hamburger-lines {
    display: block;
}

.navbar-container {
    display: block;
    height: 24px;
    background-color: #e4ece7
}

.navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
}

.navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background:#2f2d2d;
}

.navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.navbar_np .menu-items {
    padding-top: 100px;
    background-color: var(--branch);
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
}

.navbar_np .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
}

/* .logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 2rem;
} */
/* 
.logo {
  order: 1;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
}  */

.navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
}

.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
}

.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}

.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}

/* .navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--branch);
} */

.menu-items {
    order: 2;
    display: flex;
}

.menu-items li {
    list-style: none;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

  .menu-items a {
    text-decoration: none;
    color: rgb(233, 233, 233);
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
    color: #649276;
    transition: color 0.3s ease-in-out;
}

.headerlogo img{
    width: 500px;
    height: auto;
}

.headtypo{
    font-family: 'Bellefair';
    font-size: 120px;
    text-align: center;
    background-color: #e4ece7;
    height: 260px;
    color:#dddada;
    white-space: nowrap;
}

.subheader {
    font-size: 60px;
    height: 100%;
    text-align: center;
    margin-top: -110px;
    background-color: #649276;
    color: #dddada;
    font-family: 'Bellefair';
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    }

#angebot, .ltext {
    text-align: left;
}

.maintext {
    line-height: 1.75;
    text-align: justify;
    color:#fff;
}

.first {
    background-color: var(--branch);
    margin-top:20px;
    margin-bottom:20px;
}

    #firstpar {
      margin-top: 13px;
    }

    .btn_np {
      background-color: rgb(255, 255, 255);
      color: #000;
      border-color: #000000;
      margin-left: 50% auto;
    }

    .btn_np:hover {
      background-color: #649276;
      color:#fff;
      transition: .5s;
    }

    .profilepic img {
      width: 100%;
      min-width: 300px;
      margin-top: 24px;
      margin-bottom: 24px;
    }


.third {
    background-color: #d6f3ef;
    height: 500px;

}

.fourth {
    height: fit-content;
    background-color: var(--branch);
    color:rgb(255, 255, 255);
    padding-top: 25px;
    padding-bottom: 25px;
    
    margin-top:20px;
    margin-bottom:20px;
}

.carousel {
    padding: 0;
}

.carousel-caption{
    font-weight: 500;
    color:rgb(255, 255, 255);
    background-color: #3b5a3d7c;
    backdrop-filter: blur(20px);    
    border-radius: 10px;
}



.bildll img {
    max-width: 500px;
    height: auto;
    float:right;
} 

.contact-container {
    display: flex;
    flex-direction: row;
    background-color: #e4ece7;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .contact_left {
        background-color: var(--lavender);
        color: #000;
        padding:25px 40px 40px 25px;
    }

    .contact_right {
        background-color: var(--branch);
        color: rgb(255, 255, 255);
        padding: 20px;
        min-width: 250px;
    }


#uebermich h2 {
    color: #fff;
}

.crop-center{
    height: 500px;
    object-fit: cover;
    object-position: center;
}

#kontaktform h2 {
    color: #fff;
}

#uebermich {
   text-align: left;
}

input[type=text], select, textarea { 
    width: 100%; 
    padding: 12px; 
    border: 1px solid #ccc;
    border-radius: 4px; 
    box-sizing: border-box;
    margin-top: 6px; 
    margin-bottom: 16px;
    resize: vertical;
  }

  input[type=email], select, textarea { 
    width: 100%; 
    padding: 12px; 
    border: 1px solid #ccc;
    border-radius: 4px; 
    box-sizing: border-box;
    margin-top: 6px; 
    margin-bottom: 16px;
    resize: vertical;
  }


  input[type=submit] {
    background-color: var(--branch);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #649276;
  }
  
.footer{
    color: #fff;
    background-color: rgb(17, 17, 17);
    padding: 3rem;
    margin: 0;
}

.datenschutz{
  line-height: 1.15;
  font-size: 16px;
}

#copy {
    float: right;
  }
  