.btn-gelb:focus{
    box-shadow: 0px !important;
}
.social-link-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 1500;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    display: none;
}
.link-modal-active{
    display: flex !important;
}
.social-link-modal .link-box{
    background-color: #fff;
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
}
.social-link-modal .link-box .post-link{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 1.4rem;
}
.platforms{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.email-share{
    background-color: #333;
    width: 33px;
    height: 33px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}
.link-box .post-link .post-link-actual{
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
}
.link-box .post-link i{
    cursor: pointer;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 9px 10px;
    border-radius: 5px;
}
#close-link{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    cursor: pointer;
}
.done-notification{
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: none;
}
.display-done{
    display: flex !important;
}
.bxs-check-circle{
    color: green;
    font-size: 22px;
}

.links{
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 2rem;
}
.links a{
    width: 30%;
    text-align: center;
    color: blue;
    margin-bottom: 1rem;
}
.name-warning, .tel-warning{
    color: red;
    font-weight: 600;
    font-size: 17px;
    margin-top: -0.5rem;
    display: none;
}
.warning-show{
    display: block;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 90%;
    margin: 0px auto;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 0px;
    transition: 0.3s;
    font-size: 19px;
    width: 49.9999%;
    color: #333;
    font-weight: 600;
    border: 1px solid grey;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #c00;
    color: #fff;
    font-weight: 600;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 4rem;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 2rem;
  }
  .tabcontent a{
    width: 30%;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
  }
  .tabcontent a:hover{
    text-decoration: underline;
    color: #333;
  }
  #download{
    padding-top: 5rem;
  }
  .submitted{
    background: green !important;
  }
  .blocked{
    background: red !important;
  }
.loader{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.loader-show{
    display: flex;
}
.portfolio-section .box .share-btn{
    background: #00b300;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.portfolio-section .box .share-btn::after{
    content: "teilen";
    font-size: 12px;
}
.share-link{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #00b300;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
}
.share-link i{
    font-size: 20px;
    cursor: pointer;
}
.web-link{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    display: none;
}
.web-link .link-box{
    background-color: #fff;
    padding: 2.5rem 1.3rem;
    border-radius: 10px;
    position: relative;
}
.web-link .link-box .post-link{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.web-link .link-box .post-link .post-link-actual{
    width: 90%;
}
.web-link-show{
    display: flex;
}
.item-content{
    position: relative;
}
.modal-content{
    position: relative !important;
}
.inner-btns{
    position: sticky;
    right: auto;
    top: 20%;
    left: 100%;
    gap: 10px;
    /* transform: translate(-50%, -50%); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: fit-content;

}
#close-link-web{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #333;
    z-index: 20000;
    font-size: 24px;
    cursor: pointer;
}
.portfolio-section .btn-close{
    z-index: 10;
}
@media screen and (max-width:768px){
    .inner-btns{
        right: 4%;
    }
    .whatsapp-link, .call-link, .share-link{
        width: 50px;
        height: 50px;
        font-size: 35px;
    }
    .share-link{
        font-size: 11px;
    }
}
@media screen and (max-width:576px){
    .inner-btns{
        right: -25px;
    }
}
@media screen and (max-width: 614px) {
    .social-link-modal .link-box{
        width: 90%;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .link-box .post-link .post-link-actual{
        font-size: 16px;
    }
    .tabcontent{
        flex-direction: column;
    }
    .tabcontent a{
        width: fit-content;
    }
}
@media screen and (max-width: 400px) {
    .link-box .post-link .post-link-actual{
        font-size: 13px;
    }
    .tab button{
        font-size: 16px;
    }
    .tabcontent a{
        font-size: 16px;
    }
    .intro-section h3 small{
        font-size: 20px !important;
    }
}
@media screen and (max-width: 310px) {
    .hero-area .hero-head {
        font-size: 24px !important;
    }
    .intro-section h3 small{
        font-size: 16px !important;
    }
}