.instructionimg{
    font-size: 1000%;
    color: #612d91;
  }
  
  
  
  .mjeshtercontenthome{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .mjeshterheader{
    margin: auto;
  }
  
  .container-fluid {
    width: 100%;
    padding: 3.5%;
    padding-top: 120px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #612d91;
    flex-direction: row;
    align-items: center;
  }
.mmwelcomelogo{
  height: 170px;
}

@media screen and (max-width: 800px) {
  .container-fluid {
    width: 100%;
    padding: 3.5%;
    padding-top: 120px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #612d91;
    flex-direction: column;
    align-items: center;
  }
  .container-fluid-right {
    width: 80% !important;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .container-fluidH1 {
    text-align: center;
    color: #fa9d00;
    font-size: x-large;
  }
  .container-fluidH2 {
    text-align: center;
    color: #fa9d00;
    font-size: small;
  }
  .mmwelcomelogo{
    height: 115px;
  }
  .container-fluid-right-img {
    margin-bottom: 20px;
  }
  
}


  .container-fluidH1{
    text-align: center;
    color: #fa9d00;
  }

  .container-fluidH2{
    text-align: center;
    color: #fa9d00;
  }

  .media {
    background-position: center center;
    transition: all 0.3s ease 0s;
    width: 60%;
    background: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      border-radius: 30px;
      box-shadow: 2px 2px 15px -2px rgb(50 50 50);
  }

  @media screen and (max-width: 800px) {
      
    .media {
      width: 80%;
      
    }
    .marketing-card{
      width: 80% !important;
    }
    
  }

  figure {
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    top: 130px;
  }
  
  .figcaptionbackground{
    border-radius: 30px !important;
      background-color: #0000008a;
  }
  
  figure a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  figcaption {
    color: #252830;
    
    margin: 15px;
    
    position: absolute;
    top: 12.5%;
    width: 250px;
  }
  .mjeshterheaderbody {
    background-color: white;
    bottom: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
  
    border-radius: 30px;
  }
  svg {
    height: inherit;
    width: 100%;
  }
  svg text {
    text-anchor: middle;
  }
  svg #alpha {
    fill: white;
  }
  svg .title {
    font-size: 19px;
      font-family: system-ui;
      font-weight: 650;
      letter-spacing: 2px;
  }
  svg #base {
    fill: white;
    -webkit-mask: url(#mask);
    mask: url(#mask);
  }
  
  
  /* bis hier */
  
  .startcontainer{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .clienthomecontent{
    
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background-color: #ffffff;
  }
  
  
  
  .Headline-Instruction {
    text-align:-webkit-center;
    margin-top: 15%;
  }
  
  .HI-h2{
    color: #612d91;
  }
  
  .Instruction{
    display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-content: center;
      justify-content: flex-start;
  }
  
  table {
    border-spacing: 40px;
  }
  
  .tr{
    display: flex !important;  
  flex-direction: column !important;
  }
  
  th, td {
    
    padding: 5px;
    text-align: center;
    box-shadow: 2px 2px 15px -2px rgb(50 50 50);
    border-radius: 30px;
    padding: 10px;
    margin: 10px;
    border-spacing: 30px;
    height:350px;
  }
  
  @media(min-width: 851px){
    th, td{
      width: 50%;
    }
   
  }
  
  
  @media(max-width: 630px){
    .Instruction{
      margin-top: 30px;
    }
   
  }
  
  @media(max-width: 1500px){
    th, td {
      height:250px;
    }
  }
  
  @media(max-width: 850px){
    th, td {
      height:200px;
    }
  }
  
  
  @media(max-width: 850px){
    th, td {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
    }
    th, td {
      justify-content: center;
    }
  }
  
  
  .selectedborder{
    box-shadow: inset 0 0 10px #612d91;
  }
  
  .left{
    float: left;
    width: fit-content;
    margin-left: 11px;
  }
  .right{
    float: right;
    width: fit-content;
    margin-right: 11px;
  }
  
  .removewp {
    color: red;
    font-size: 20px;
    font-weight: bold;
    
    cursor: pointer;
  }
  
  #output {
    padding: 20px;
    display: block;
  }
  
  form {
    margin-top: 20px;
  }
  
  select {
    width: 40vw;
    text-align: center;
    border-radius: 10px;
    height: 40px;
  }

  @media screen and (max-width:800px) {
    select {
      width: 55vw;
      text-align: center;
      border-radius: 10px;
      height: 40px;
    }
  }

  .dropdownmenu{
    padding-bottom: 20px;
  }
  
  
  .selectauswahl{
    border-radius: 100px;
    border: 1.5px solid #000000;
    padding: 8px;
    margin: 3px;
    width: 200px;
    text-align: center;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  
  
  
  /* Orangene Farbe: #fa9d00 */
  .selectfieldmodify {
      width: 100% !important;
      
      
      padding: 12px 20px;
        margin: 8px 0;
        
        border: 1px solid #ccc;
        box-sizing: border-box;
    
        
    }
    
    .header{
        
        box-shadow: 0px 7px 5px rgba(34, 30, 30, 0.473);
        background: #612d91;
        color: #000000;
        font-family: Catamaran;
        width:100%;
        /* zentrieren vom headerinhalt */
        display: flex;
        z-index: 3;   
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
    
    .header>a{
      margin:0%;
      padding: 0%;
    }
    
    
    .headerbutton1{
      
      align-items: right;
      justify-content: right;
    }
    
    
    .headerbutton{
      
      border: 2px solid #fa9d00;
      border-radius: 10px;
      color: #ffffff;
      background-color: #612d91;
      font-family: Catamaran;
      font-size: x-large;
      padding-top: 5px;
      padding-bottom: 5px;
      margin: 8px 8px;   
      cursor: pointer;
      width: 174.84px;
    }
  
    .headerbuttoninimg{
      border: 2px solid #fa9d00;
      border-radius: 10px;
      color: #ffffff;
      background-color: #612d91;
      font-family: Catamaran;
      font-size: xx-large;
      padding-top: 5px;
      padding-bottom: 5px;
      margin: 8px 8px;
      cursor: pointer;
      width: 203.84px;
    }
  
    .headerbuttontop{
       
      border: 2px solid #fa9d00;
      border-radius: 10px;
      color: #ffffff;
      background-color: #612d91;
      font-family: Catamaran;
      font-size: x-large;
      padding-top: 5px;
      padding-bottom: 5px;
      margin: 8px 8px;   
      cursor: pointer;
      width: fit-content;
    }
    
    @media screen and (max-width: 480px) {
      .headerbutton{
        border: 2px solid #fa9d00;
        border-radius: 10px;
        color: #ffffff;
        background-color: #612d91;
        font-family: Catamaran;
        font-size: medium;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 8px 8px;   
        cursor: pointer;
        width: 131.23px;
      }
    }
    
    @media screen and (max-width: 380px) {
      .headerbutton{
        border: 2px solid #fa9d00;
        border-radius: 10px;
        color: #ffffff;
        background-color: #612d91;
        font-family: Catamaran;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 8px 8px;   
        cursor: pointer;
        width: 125.78px;
      }
    }
    
    /* Page content */
    .content {
      
      position:relative;
      
      }
    
      /* The sticky class is added to the header with JS when it reaches its scroll position */
    .sticky {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
      }
    
      /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
    
    
    .Einladung{
          margin-top: 120px;
          font-family: Arial;
          height: 80%;
          position:relative;
          z-index: 1;
          
      } 
    
    img{
        size:inherit;
        box-shadow: lightgray;
        
      }
      
    .column {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        
    
     }
    
     .btntxt{
      position: absolute;
      margin-left:0%;
      margin-top:-18%;
     
      background: rgb(0, 0, 0); /* Fallback color */
      background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
     
      color: white;
      font-size: 16px;
      padding: 12px 24px;
      border: none;
      cursor: pointer;
      border-radius: 5px;
       }
    
    .btn {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      
      background-color: #24262b;
      color: white;
      font-size: 16px;
      padding: 12px 24px;
      border: none;
      cursor: pointer;
      border-radius: 5px;
    }
    
    .btn:hover {
      background-color: black;
    }
    
    
    .client1{
      width: 100%;
      
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }
       
    .mjeshter1{
      width: 100%;
      
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
      @media screen and (min-width: 960px) {
      
        .row {
          display: flex;
         
        }
        
        /* Create two equal columns that sits next to each other */
        .column {
          
          flex: 50%;
         
          
          /*height: 300px;*/ /* Should be removed. Only for demonstration */
       }
      
      }
    
      @media screen and (max-width: 959px) {
      
        .row {
          display: flex;
          
        }
        
        /* Create two equal columns that sits next to each other */
        .column {
          
          flex: 50%;
          
          display: flex;
        }
        .mjeshter1{
          width: 100%;
          min-width: 360px;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        .client1{
          width: 100%;
          min-width: 360px;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        
      
      }
      @media screen and (max-width: 360px) {
      
        .row {
          display: flex;
          
        }
        
        /* Create two equal columns that sits next to each other */
        .column {
          
          flex: 50%;
          
          display: flex;
        }
        .mjeshter1{
          width: 100%;
          min-width: 181px;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        .client1{
          width: 100%;
          min-width: 181px;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        
      
      }
    
    
    
    /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
    .flip-card {
      background-color: transparent;
      width: 300px;
      height: 150px;
      border: 1px solid #f1f1f1;
      perspective: 1000px; /* Remove this if you don't want the 3D effect */
    }
    
    /* This container is needed to position the front and back side */
    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.8s;
      transform-style: preserve-3d;
    }
    
    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }
    
    /* Position the front and back side */
    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 300px;
      height: 150px;
      -webkit-backface-visibility: hidden; /* Safari */
      backface-visibility: hidden;
    }
    
    /* Style the front side (fallback if image is missing) */
    .flip-card-front {
      background-color: #bbb;
      color: black;
    }
    
    /* Style the back side */
    .flip-card-back {
      background-color: dodgerblue;
      color: white;
      transform: rotateY(180deg);
    }
    /* Footer */
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
    body{
        line-height: 1.5;
        font-family: 'Poppins', sans-serif;
    }
    *{
        margin:0;
        padding:0;
        box-sizing: border-box;
    }
    .container{
        max-width: 1170px;
        margin:auto;
    }
    .row{
        display: flex;
        flex-wrap: wrap;
    }
    ul{
        list-style: none;
    }
    .footer{
        background-color: #24262b;
        padding: 70px 0;
    }
    .footer-col{
       width: 25%;
       padding: 0 15px;
    }
    .footer-col h3{
        font-size: 18px;
        color: #ffffff;
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: 500;
        position: relative;
    }
    .footer-col h3::before{
        content: '';
        position: absolute;
        left:0;
        bottom: -10px;
        background-color: #fa9d00;
        height: 2px;
        box-sizing: border-box;
        width: 50px;
    }
    .footer-col ul li:not(:last-child){
        margin-bottom: 10px;
    }
    .footer-col ul li a{
        font-size: 16px;
        text-transform: capitalize;
        color: #ffffff;
        text-decoration: none;
        font-weight: 300;
        color: #bbbbbb;
        display: block;
        transition: all 0.3s ease;
    }
    .footer-col ul li a:hover{
        color: #ffffff;
        padding-left: 8px;
    }
    .footer-col .social-links a{
        display: inline-block;
        height: 40px;
        width: 40px;
        background-color: rgba(255,255,255,0.2);
        margin:0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #ffffff;
        transition: all 0.5s ease;
    }
    .footer-col .social-links a:hover{
        color: #24262b;
        background-color: #ffffff;
    }
    
    /*responsive*/
    @media(max-width: 767px){
      .footer-col{
        width: 50%;
        margin-bottom: 30px;
      } 
      
    }
    @media(max-width: 574px){
      .footer-col{
        width: 100%;
    }
    }
    
    .footer_bottom {
      background: #24262b;
      width: 100%;
      padding: 20px 0;
      text-align: center;
  }
  
  .footer_bottom p {
      font-size: 14px;
      word-spacing: 2px;
      
      color: #b5b5b5;
  }
  
  .footer_bottom span {
      color: #612d91;
      font-weight: bolder;
  }
    
    form {
        border: 3px solid #f1f1f1;
      }
      
      /* Full-width inputs */
      input[type=text], input[type=password] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
      }
      
      /* Set a style for all buttons */
      button {
        background-color: #4CAF50;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        cursor: pointer;
        width: 100%;
      }
    
    
      
      
      /* Add a hover effect for buttons */
      button:hover {
        opacity: 0.8;
      }
      
      /* Extra style for the cancel button (red) */
      .cancelbtn {
        width: auto;
        padding: 10px 18px;
        background-color: #f44336;
      }
      
      /* Center the avatar image inside this container */
      .imgcontainer {
        text-align: center;
        margin: 24px 0 12px 0;
      }
      
      /* Avatar image */
      img.avatar {
        width: 40%;
        border-radius: 30px;
      }
      
      /* Add padding to containers */
      .container {
        padding: 16px;
      }
      
      /* The "Forgot password" text */
      span.psw {
        float: right;
        padding-top: 16px;
      }
      
      /* Change styles for span and cancel button on extra small screens */
      @media screen and (max-width: 300px) {
        span.psw {
          display: block;
          float: none;
        }
        .cancelbtn {
          width: 100%;
        }
      }
    
      /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 3; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        padding-top: 60px;
    
      }
      
      /* Modal Content/Box */
      .modal-content {
        background-color: #fefefe;
        margin: 5px auto; /* 15% from the top and centered */
        border: 1px solid #888; 
        padding-top: 10px;
        border-radius: 25px;
        
        width: 80%; /* Could be more or less, depending on screen size */
      }
      
      /* The Close Button */
      .close {
        /* Position it in the top right corner outside of the modal */
        position: absolute;
        right: 25px;
        top: 0;
        color: red;
        font-size: 35px;
        font-weight: bold;
      }
      
      /* Close button on hover */
      .close:hover,
      .close:focus {
        color: red;
        cursor: pointer;
      }
      
      /* Add Zoom Animation */
      .animate {
        -webkit-animation: animatezoom 0.6s;
        animation: animatezoom 0.6s
      }
    
      .btnbtn-primarybtn-lg{
        color: #000;
      }
    
      .textbox{
        width: 100%;
      }

      .container-fluid-right{
        width: 50%;
        display: flex;
        justify-content: center;
      }
      .container-fluid-right-img{
        width: 70%;
        border-radius: 30px;
        box-shadow: 4px 4px 30px -4px black;
      }
      .container-fluid-left{
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
      }

      .search{
        width: 100%;
        display: flex;
        padding-top: 50px;
        padding-bottom: 50px;
        justify-content: center;
      }

      .searchalertmodal{
        display: flex;
        background-color: #fefefe;
        margin: 5px auto;
        border: 1px solid #888;
        border-radius: 25px;
        width: 80%;
        height: 300px;
        padding: 40px;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: space-between;
      }

      .searchalertmodal h2{
        font-family: Catamaran;
        text-align: center;
        color: #612d91;
        font-weight: 900;
      }
      .serachmodal {
        display: none;
        position: fixed;
        z-index: 3;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 60px;
        align-items: center;
        justify-content: center;
      }
      .searchalertbutton{
        background-color: #FA9D00;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        cursor: pointer;
        font-weight: 900;
        width: 50%;
        border-radius: 30px;
      }

      .selectfields{
        color: #612d91 ;
      }

.result{
  display: flex;
    flex-direction: column;
    align-items: center;

}


.mjeshter-container{
    background-position: center center;
    transition: all 0.3s ease 0s;
    width: 90%;
    max-width: 900px;
    background: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 2px 2px 15px -2px rgb(50 50 50);
    margin-bottom: 25px;
}

.mjeshter-content{
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px;
  width: 100%;
}

.mjeshter-profileimg{
  width: 40%;
  border-radius: 30px;
}

.mjeshter-infos{
  margin-left: 5%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Catamaran;
  font-weight: 600;
}

.mjeshtername{
  margin-bottom: 10px;
  padding-top: 20px;
  font-weight: bolder;
}

.mjeshterfirmenname{
  font-weight: bolder;
}


@media screen and (min-width:800px) {
  .mjeshter-infos{
    font-size: xx-large;
  }
}


.searchmorediv{
  width: 100%;
    display: none;
    justify-content: center;
}


.logommsmall{
  width: 55px;
  border-radius: 10px;
}


.mjeshtermodalcontent{
  display: flex;
  background-color: #fefefe;
  margin: 5px auto;
  border: 1px solid #888;
  border-radius: 25px;
  width: 100%;
    height: 100%;
  padding: 40px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  overflow-y: scroll;
}

.mjeshtermodalcontent h2{
  font-family: Catamaran;
  text-align: center;
  color: #612d91;
  font-weight: 900;
}
.mjeshtermodal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: transparent;
  align-items: center;
  justify-content: center;

  animation: slideIn 1.8s linear;

}
.mjeshterokbutton{
  background-color: #FA9D00;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  font-weight: 900;
  width: 50%;
  border-radius: 30px;
}

.mjeshterinfos{
  display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.mjeshterprofilbild{
  width: 70%;
  border-radius: 30px;
}


.mjeshtermodalSlideOut {
  animation: slideOut 1s linear;
}


@keyframes slideIn {
  0% {
    transform: translateX(400px);
    animation-timing-function: ease-out;
  }
  60% {
    transform: translateX(30px);
    animation-timing-function: ease-in;
  }
  80% {
    transform: translateX(10px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px);
    animation-timing-function: ease-in;
  }
}

@keyframes slideOut {
  0% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
  60% {
    transform: translateX(10px);
    animation-timing-function: ease-in;
  }
  80% {
    transform: translateX(-30px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(400px);
    animation-timing-function: ease-in;
  }
}

.mjeshterokbuttonback{
  background-color: #FA9D00;
    color: white;
    padding: 8px 10px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    font-weight: 900;
    width: fit-content;
    border-radius: 30px;
    position: absolute;
    left: 15px;
    top: 10px;
}


.rrjetemjeshterinfo{
  font-size: xxx-large;
  color: #612d91;
  padding: 4px;
}



.mjeshtertelefonnummer{
  margin-top: 10px;
}

.mjeshterprofesionet{
  margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: black;
    border-style: solid;
    border-radius: 30px;
    border-color: #FA9D00;
    padding: 25px;
    width: 100%;
}

.socialmediamjeshterinfocontainer{
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: black;
  border-style: solid;
  border-radius: 30px;
  border-color: #FA9D00;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.socialmediamjeshterinfo{
  display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    
}




/*Work Fotos SlideShow*/


.line, .carousel li img, .carousel li, .carousel {
  width: 100%;
}

.flex, .carousel-wrapper, .center, .carousel ul {
  display: flex;
}

.center, .carousel ul {
  align-items: center;
  justify-content: center;
}

.carousel-wrapper {
  position: relative;
  max-width: 800px;
  margin-bottom: 50px;
}
.carousel-wrapper input {
  display: none;
}

.carousel {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  max-height: 900px;
}
.carousel ul {
  position: relative;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.carousel li img {
  border-radius: 15px;
}

.nav-dot {
  position: absolute;
  cursor: pointer;
  margin-left: -7.5px;
  bottom: -22.5px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  background-color: #612d91;
  border-radius: 50%;
  transition: 0.4s;
}
.nav-dot:hover {
  opacity: 0.8;
  transform: scale(1.2);
}
.nav-dot:active {
  transform: scale(0.9);
}



#slide0:checked ~ .carousel ul {
  left: 0%;
}
#slide1:checked ~ .carousel ul {
  left: -100%;
}
#slide2:checked ~ .carousel ul {
  left: -200%;
}
#slide3:checked ~ .carousel ul {
  left: -300%;
}
#slide4:checked ~ .carousel ul {
  left: -400%;
}
#slide5:checked ~ .carousel ul {
  left: -500%;
}
#slide6:checked ~ .carousel ul {
  left: -600%;
}
#slide7:checked ~ .carousel ul {
  left: -700%;
}
#slide8:checked ~ .carousel ul {
  left: -800%;
}
#slide9:checked ~ .carousel ul {
  left: -900%;
}



.right-arrow, .left-arrow {
  color: #fa9d00;
  display: block;
  position: absolute;
  cursor: pointer;
  font-weight: bolder;
  text-shadow: 0 0 7.5px rgba(0, 0, 0, 0.7);
  top: 50%;
  z-index: 1;
  opacity: 0.7;
  margin-top: -25px;
  height: 50px;
  font-size: 50px;
  transition: 0.2s;
}
.right-arrow:hover, .left-arrow:hover {
  opacity: 1;
  transform: scale(1.2);
}
.right-arrow:active, .left-arrow:active {
  transform: scale(0.9);
}

.left-arrow {
  left: 15px;
}

.right-arrow {
  right: 15px;
}


.onepictures{
  width: 100%;
}
.twopictures{
  width: 200%;
}
.threepictures{
  width: 300%;
}
.fourpictures{
  width: 400%;
}
.fivepictures{
  width: 500%;
}
.sixpictures{
  width: 600%;
}
.sevenpictures{
  width: 700%;
}
.eightpictures{
  width: 800%;
}
.ninepictures{
  width: 900%;
}
.tenpictures{
  width: 1000%;
}

.currentimage{
  color: #612d91;
}

.sharebutton{
  position: absolute;
    right: 15px;
    top: 15px;
    font-size: xx-large;
    color: #612d91;
}

.left{
  float: left;
  width: fit-content;
  margin-left: 11px;
}

.selectauswahl{
  border-radius: 100px;
  border: 1.5px solid #000000;
  padding: 8px;
  margin: 3px;
  width: 200px;
  text-align: center;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.selectedborder{
  box-shadow: inset 0 0 10px #612d91;
}

.ekspoziteimgcontainer{
  display: flex;
    flex-direction: row;
    padding: 10px;
}
.ekspoziteimg{
  width: 50%;
}
.ekspozitebuttons{
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ekspozitebutton{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100px;
    border-radius: 20px;
    color: #612d91;
    background-color: #FA9D00;
    border: none;
    margin: 10px;
    padding-top: 5px;
}

.ekspozitebild{
  width: 100%;
}

.addekspozitebilddiv{
  display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border-top: 2px solid #FA9D00;
    padding-top: 10px;
}

.marketing{
  display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    overflow: hidden;
}

.marketing-card{
  padding: 20px;
    margin-top: 40px;
    background-position: center center;
    transition: all 0.3s ease 0s;
    width: 60%;
    height: 100px;
    background: bottom;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    background-color: #612d91;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 2px 2px 15px -2px rgb(50 50 50);

}

.marketing-h2{
  color: #fa9d00;
}

.plotsoni{
  color: #fa9d00;
  font-family: Catamaran;
  font-weight: 900;
  text-align: center;
}

/*FlipCards für den Footer*/

.Keywords-section{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.Keywords-div{
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.flip-card-footer {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    border-radius: 20px;
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner-footer {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 20px;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card-footer:hover .flip-card-inner-footer {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front-footer, .flip-card-back-footer {
    position: absolute;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front-footer {
    background-color: #612d91;
    color: #fa9d00;
    border-radius: 20px;
  }
  
  /* Style the back side */
  .flip-card-back-footer {
    background-color: rgb(255, 249, 242);
    color: rgb(24, 24, 24);
    border-radius: 20px;
    transform: rotateY(180deg);
  }


  .collapsible {
    background-color: #612d91;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 90%;
    margin-left: 5%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    border-radius: 20px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #612d91;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    width: 85.7%;
    margin-left: 5%;
    margin-right: 5%;
    transition: max-height 0.2s ease-out;
  }

  .collapsible:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white !important;
    float: right;
    margin-left: 5px;
    font-size: 20px;
  }
  
  .active:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
    font-size: 20px;
  }


  .leistungen{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top: 100px;
  }

  .leistungUeberschrift{
    font-family: Catamaran;
    font-weight: 900;
    font-size: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #fa9d00;
  }

















  .marketingcarousel {
    margin-top: 75px;
    position: relative;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.marketingcarousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: spin 30s infinite linear;
}

.marketingcarousel-item {
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transform-origin: 150px 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.item1 { background-image: url(''); transform: rotateY(0deg) translateZ(300px); }
.item2 { background-image: url(''); transform: rotateY(60deg) translateZ(300px); }
.item3 { background-image: url(''); transform: rotateY(120deg) translateZ(300px); }
.item4 { background-image: url(''); transform: rotateY(180deg) translateZ(300px); }
.item5 { background-image: url(''); transform: rotateY(240deg) translateZ(300px); }
.item6 { background-image: url(''); transform: rotateY(300deg) translateZ(300px); }

@keyframes spin {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(360deg); }
}

.clickableonhover:hover{
  cursor: pointer;
}

.redirect-button{
  background-color: #612d91;
    border-radius: 20px;
    width: 300px;
    padding: 20px;
    color: #fa9d00;
    font-size: x-large;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    margin-top: 40px;
    margin-bottom: 40px;
}

.service-info{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.infotextmjeshter{
  display: flex;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #333;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.infotextmjeshter h2{
  color: #612d91;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.infotextmjeshter p{
  margin: 10px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.infotextmjeshter ul {
  margin: 10px 0;
  padding-left: 20px;
}
.infoList {
  margin-bottom: 5px;
    list-style: inside;
    
    padding-left: 30px;
    padding-right: 30px;
}

.mjeshterinfo-h2{
  color: #612d91;
  font-size: 1.5em;
  padding: 40px;
}

.info-box {
  background: #612d91;
    color: #FA9D00;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.info-box h2{
  padding: 20px;
}
.info-box p{
  padding: 20px;
}

.redirect-btn-div{
  width: 100%;
  background-color: #FA9D00;
  display: flex;
  justify-content: center; /* Zentriert horizontal */
  align-items: center; /* Zentriert vertikal (falls Höhe gesetzt ist) */
}