@media screen and (min-width: 600px){
    .footer-right > * {
        flex: 1;
    }
    .footer-left{
        flex: 1 0px;
    }
    .footer-right{
        flex: 2 0px;
    }
    
}
@media (max-width: 600px){
    .footer {
        padding: 15px;
    }
    .footer-left{
        flex: 1 0px;
    }
    .footer-right{
        flex: 2 0px;
    }
}


  @media (max-width: 952px){
    label.logo{
      font-size: 30px;
      padding-left: 50px;
    }
    nav ul li a{
      font-size: 16px;
    }
  }
  @media (max-width: 1227px){
    .checkbtn{
      display: block;
    }
    ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #2c3e50;
      top: 80px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
    }
    nav ul li a{
      font-size: 20px;
    }
    a:hover,a.active{
      background: none;
      color: #0082e6;
    }
    #check:checked ~ ul{
      left: 0;
    }

    .logo img {
        width: 18%;
      }

      .impress_Content {
        margin: 1%;
        font-size: 12px;
      }


    /***************Karusell************************/
    #slideshow {
      position: flex;
      width: 100%;
      height: 40vh;
      overflow: hidden;
    }
    
    .slide {
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: 30%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }
    
    .slide.active {
      opacity: 1;
    }
    
    .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      text-align: center;
    }
    
    .caption h1 {
      font-size: 12px;
      margin-bottom: 10px;
    }
    
    .caption p {
      font-size: 12px;
    }

    section{
      background: url(bg1.jpg) no-repeat;
      background-size: cover;
      height: calc(100vh - 80px);
    }
    hr {
      border: none;
      height: 3px;
      background-color: #c0ca33;
      margin: 20px 0;
    }
    .cont_top{
      margin: 25px;
    }
    .gallery {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .image {
      flex: 1 0 25%;
      margin: 10px;
      position: relative;
    }
    
    .image img {
      width: 100%;
    }
    
    .description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 10px;
      font-size: 14px;
    }
  
.cont_top_text{
  font-size: 15px;
}




/***********Cookie Banner******************/
#cookie-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  padding: 10px;
  border-top: 1px solid #ccc;
  z-index: 9999;
}

.cookie-message {
  font-size: 16px;
  margin-bottom: 10px;
}

.cookie-options {
  display: flex;
  flex-wrap: wrap;
}

.cookie-option {
  margin-right: 20px;
  margin-bottom: 10px;
}

.cookie-option input[type="checkbox"] {
  margin-right: 5px;
}

.cookie-option label {
  font-size: 14px;
}

.cookie-option.essential label {
  font-weight: bold;
}

.cookie-actions {
  text-align: right;
}

.cookie-actions button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.cookie-actions button:hover {
  background-color: #3e8e41;
}

  /******Impressum********************/

  }
  