  a:link {
    color: rgb(12, 16, 82);
    text-decoration: none;
  }

  a:hover {
    color: rgb(33, 40, 141);
    text-decoration: underline;
  }

  a:focus {
    color: rgb(33, 40, 141);
    text-decoration: underline;
  }

  a:visited {
    color: rgb(187, 75, 163);
    text-decoration: underline;
  }

  .menu a:link {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }

  .menu a:hover {
    color: rgb(88, 88, 88);
    text-decoration: none;
  }

  .menu a:visited {
    color: rgb(158, 62, 145);
    text-decoration: none;
  }


  p {
    padding: 0px;
    margin: 5px;
  }

  

  .textc p {
    padding: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .contxt {
    position: relative;
    width: 100%;
    height: 30px;
    margin-left: 20px;
    float: left;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .contxt h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: black;
  }

  .iconnew {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .iconnew .ipostt {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    text-align: justify;
    font-size: 1em;
    margin-top: 80px;
    margin-bottom: 45px;
    margin-left: 30px;

  }


  .iconnew .ipostp {
    width: 350px;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 200px;
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .iconnew .itext {
    color: rgb(0, 0, 0);
    position: relative;
  }

  .connew {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;


  }


  .connew .post {
    width: 250px;
    height: 260px;
    position: relative;
    margin: 20px;
    overflow: hidden;
    box-shadow: 2px 5px 6px 0.3px rgb(54, 52, 52);
    /*border: solid 1px rgb(240, 240, 240);*/
    display: block;

  }



  .connew .post .overlay {
    width: 250px;
    height: 260px;
    transition: opacity 1s;
    background-color: #ecc455;
    opacity: 0;

  }

  .connew .foto {
    width: 250px;
    height: 160px;
    position: absolute;

  }

  .connew .img {
    width: 250px;
    height: 160px;
    object-fit: none;
  }

  .connew .title {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 2px #351c1c;
    position: absolute;
    top: -10px;
    left: 5px;
    z-index: 80;
  }

  .connew .text {
    color: rgb(0, 0, 0);
    position: relative;
    z-index: 79;
  }


  /*.connew .post:hover {
transform: scale(1.1);

}*/
  .connew .post .overlay:hover {

    opacity: 0.2;

  }

  .foot {
    background-color: white;
    width: 100%;
    height: 200px;
    box-shadow: 0px -1px 5px 0.2px rgb(94, 91, 58);
    position: relative;
    left: 0px;
    padding: 0px;
    border-top: solid 1px rgb(133, 133, 133);
  }

  .foot .footercontainer {
    display: flex;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    width: 300px;
  }

  .foot .footercontainer .text {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 100px;
    color: rgba(24, 24, 24, 0.5);
    text-align: center;

  }

  .foot .footercontainer .logok {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50px;
    display: flex;
    justify-content: center;
  }

  .foot .footercontainer .logok img {
    width: 20px;
    height: 20px;
    margin: 5px;


  }


  .menu {
    width: 100%;
    height: 50px;
    color: black;
    border-bottom: solid 1px rgb(133, 133, 133);
    box-shadow: 0px 1px 5px 0.2px rgb(94, 91, 58);
    position: fixed;
    left: 0px;
    top: 0px;
    /*overflow: hidden;*/
    width: 100%;
    background-color: white;
    z-index: 100;

  }


  .menu .lang {
    color: black;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    width: 25%;
    display: flex;
    float: left;
    flex-wrap: wrap;
    cursor: pointer;
    padding: 15px;

  }


  .menu .menuitemmobil {
    display: flex;
    justify-content: space-around;
    float: right;
    color: black;
    font-size: 14px;
    font-family: Arial;
    width: 100px;
    height: 20px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
  }


  .texta {
    font-size: 1.6em;
    margin-bottom: 0em;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .textc {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.4;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
  }

  .img2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transition: 0.3s;
  }


  .img2:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.75), 0 6px 20px 0 rgba(0, 0, 0, 0.75);
  }

  .img3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 30%;
    object-fit: cover;
    object-position: 0% 65%;

  }

  .fotocontainer {
    font-size: 0.7em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .fotoitem {
    width: 33%;
    padding: 0px;

  }


  .textitem {
    background-color: #ffffff;
    color: black;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 70px;
  }

  .textinfo {
    color: gray;
    padding: 10px;
  }


  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 200;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }

  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 55%;
    max-width: 760px;
  }

  /* The Close div */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

  .mySlides {
    display: none;
    background-color: black;
  }

  /* Next & previous divs */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  /* Position the "next div" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover */
  .prev:hover,
  .next:hover {
    color: rgba(36, 36, 36, 0.8);
    text-decoration: none;

  }

  /* Number text (1/3 etc) */
  .numbertext {
    font-family: Arial, Helvetica, sans-serif;
    color: #f2f2f2;
    font-size: 1em;
    padding: 14px 45px;
    position: absolute;
    top: 0;
  }

  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }

  @media (min-width: 320px) {
    .textitem {
      width: 100%;
    }

    .divvideo {
      width: 100%;
    }

    .modal-content {
      width: 100%;
    }



  }

  .divvideo {
    width: 100%;
  }

  @media (min-width: 425px) {
    .textitem {
      width: 100%;
    }

    .divvideo {
      width: 100%;
    }

    .modal-content {
      width: 100%;
    }
    

  }


  @media (min-width: 768px) {
    .textitem {
      width: 100%;
    }

    .divvideo {
      width: 80%;
    }

    .modal-content {
      width: 80%;
    }
    

  }

  @media (min-width: 1024px) {
    .textitem {
      width: 80%;
    }

    .divvideo {
      width: 60%;
    }

    .modal-content {
      width: 55%;
    }
    
  }

  @media (min-width: 1200px) {
    .textitem {
      width: 65%;
    }

    .divvideo {
      width: 40%;
    }

    .modal-content {
      width: 55%;
    }
    
  }





  /* Style the divs */
  /* Style the divs */
  .drop {
    display: none;
    position: fixed;
    top: 45px;
    right: 5px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0.2px rgb(94, 91, 58);
    padding: 10px;
    z-index: 5;

  }

  .drop1 {
    display: none;
    position: fixed;
    top: 45px;
    right: 115px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0.2px rgb(94, 91, 58);
    padding: 10px;
    margin-right: 10px;
    z-index: 5;

  }

  .drop2 {
    display: none;
    position: fixed;
    top: 45px;
    right: 235px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0.2px rgb(94, 91, 58);
    padding: 10px;
    margin-right: 10px;
    z-index: 5;

  }

  .drop3 {
    display: none;
    position: fixed;
    top: 45px;
    right:235px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0.2px rgb(94, 91, 58);
    padding: 10px;
    margin-right: 10px;
    z-index: 5;

  }

  .drop4 {
    display: none;
    position: fixed;
    top: 45px;
    right:115px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0.2px rgb(94, 91, 58);
    padding: 10px;
    margin-right: 10px;
    z-index: 5;

  }


  .in {
    display: block;
    width: 80px;
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 20px;
    border-bottom: solid 1px rgb(109, 109, 109);
  }

  .in1 {
    display: block;
    width: 100px;
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 20px;
    border-bottom: solid 1px rgb(109, 109, 109);
  }

  .in2 {
    display: block;
    width: 100px;
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 20px;
    border-bottom: solid 1px rgb(109, 109, 109);
  }

  .in3 {
    display: block;
    width: 100px;
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 20px;
    border-bottom: solid 1px rgb(109, 109, 109);
  }

  .in4 {
    display: block;
    width: 100px;
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 20px;
    border-bottom: solid 1px rgb(109, 109, 109);
  }

  .in1:hover .drop1 {
    display: block;
  }

  .in2:hover .drop2 {
    display: block;
  }

  .in3:hover .drop3 {
    display: block;
  }

  .in4:hover .drop4 {
    display: block;
  }


  .menuitemmobil:hover .drop {
    display: block;
  }

  #cookie-banner{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#222;
    color:white;
    padding:20px;
    box-sizing:border-box;
    display:none;
    z-index:9999;
    font-family:Arial,sans-serif;
}

#cookie-banner p{
    margin:0 0 15px 0;
    line-height:1.5;
}

#cookie-banner button{
    padding:10px 20px;
    margin-right:10px;
    border:none;
    cursor:pointer;
    font-size:15px;
}

#acceptCookies{
    background:#28a745;
    color:white;
}

#declineCookies{
    background:#888;
    color:white;
}