@font-face {
    font-family: 'Syncopate', sans-serif;
    src: url('../fonts/Syncopate/Syncopate-Regular.woff2') format('woff2'),
        url('../fonts/Syncopate/Syncopate-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syncopate', sans-serif;
    src: url('../fonts/Syncopate/Syncopate-Bold.woff2') format('woff2'),
        url('../fonts/Syncopate/Syncopate-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: visible;

}

body {
    margin: 0;
    font-family: 'Syncopate', sans-serif;    
	font-weight: 100; 
	scroll-behavior: smooth;
    color: rgba(75, 80, 85, 1);
    overflow-x: hidden;
    overflow-y: visible;
}
header {
    background:rgba(255, 255, 255, 0);
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 200;
    /*! box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5) */

}
.headerline {
    height: 0.03rem;
    width: calc(100% - 70px);
    background:rgba(75, 80, 85, 0);
    position: absolute;
    right: 35px;
    bottom: 0;
}
h1 {
}
a {
    text-decoration: none;
}
.button {
    background: rgba(217, 65, 144, 1);
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    font-weight: 400;
    font-size: 1.4rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-width: 130px;
    display: inline-flex;
    align-items: center;
}
.button:hover {
    background: rgba(75, 80, 85, 1)
}
.button img {
    width: 15px;
    margin-right: 10px;
    transition: transform 0.3s ease-in-out; 
}
.button:hover img {
    transform: rotate(90deg); 
}

.logo-container {
      display: flex;
  justify-content: center; 
  align-items: center;
    margin-top: 30px;
    z-index: 1002; 
}

.logo-container a {
    display: block;
    width: 180px;
}

.logo-container .logo {
    width: 100%;
    height: auto;
}

section {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  justify-content: flex-start; 
}

.section-center {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.back-to-top {
    position: fixed; 
    bottom: 15px;
    left: 15px;
    height: 30px;
    width: 30px;
    z-index: 10;
    display: none;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    font-size: 14px;
    opacity: 0.5;
}
.section:hover .back-to-top {
    display: block; 
}
.back-to-top:hover {
    opacity: 1;
}
.back-to-top img {
    width: 30px;
}
#start {
    background-image: url('../img/bg/banner.jpg');
    background-size: cover;
    background-position: calc(50% - 30%) 50%;    
    background-repeat: no-repeat;
}

#section2 {
    background: rgba(75, 80, 85, 0.05);
    color: white;
}

#section3 {
    background: rgba(75, 80, 85, 0.45);
    color: white;
}

/* MENU */

input[type="checkbox"] {
    display: none;
}

.slide-menu {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 250px;
    background: rgba(75, 80, 85, 1);
    color: white;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: left 0.9s ease;
    z-index: 10000;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5)
}

.slide-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-menu ul li {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.4);
}

.slide-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}
.slide-menu ul li a:hover {
    color: rgba(240, 125, 40, 1);
    margin-left: 3px;
}
.slide-menu ul li a.active {
    color: rgba(240, 125, 40, 1);
    margin-left: 10px; 
    font-weight: normal;
}


#menu-toggle:checked ~ .slide-menu {
    left: 0;
}
.menu-open-container {
    width: 200px;
    height: 100px;
    background-image: url('../img/menu/bg.svg');
    background-repeat: no-repeat;

}
.menu-open {
    position: fixed;
    top: 10px;
    left: 15px;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 1001;
    padding: 5px 10px;
    transition: all 0.4s ease-in-out;

}

.menu-open:hover {
    left:20px;
}
.menu-open img {
    width: 30px;
}
.menu-close {
    font-size: 2.5rem;
    cursor: pointer;
    margin-left: auto;
    color: white;
    padding: 5px;
    transition: all 0.4s ease-in-out;
}

.menu-close:hover {
	color: rgba(240, 125, 40, 1);
}
.languages {
    position: fixed;
    bottom: 10px;
    padding-top: 10px;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.4);
}
.languages img {
    height: 15px !important;
    width: 22px !important;
    border-radius: 2px;
    box-shadow: none; 
    cursor: pointer;
    padding-right: 3px;
    transition: all 0.4s ease-in-out;
}
.languages img:hover {
    margin-bottom: 2px;
}
.languages h1 {
    font-size: 0.9rem;
    margin-bottom: 10px;
}
button {     
    font-family: 'Syncopate', sans-serif;    
    font-weight: normal;
    position: absolute;
    bottom: 100px;
    text-decoration: none;
    color: white;
	background: none;
    font-size: 16px;
    outline: none;
    border: none;
    padding: 0px 0px;
    border-radius: 7px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
}
button:hover {
	color: rgba(240, 125, 40, 1);
}

/* Icons */

.icon-container {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 0px; 

}
.icon-container img {
    width: 120px;
}

.icon-text {
    margin-top: 10px; 
    font-size: 1.2rem;
    cursor: pointer;
    color: rgba(75, 80, 85, 1)
}

.icons {
    cursor: pointer;
}

.icons img {
    transition: none; 
    transform: rotate3d(0, 0, 0, 0deg); 
    cursor: pointer;

}

.icons:hover img {
    animation: rotateOnce 1s ease-out; 

}
.icons:hover {
    color: #333
}

@keyframes rotateOnce {
    from {
        transform: rotate3d(0, 1, 0, 0deg); 
    }
    to {
        transform: rotate3d(0, 1, 0, 360deg); 
    }
}

img.tani {
    max-width: 300px; 
    height: auto;
      transform: translate(-20%); /* Zentrierung durch Verschiebung */
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 80, 85, 0.97);
    color: white;
    z-index: 100;
    transition: right 0.5s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
}

.overlay:target {
    right: 0;
}

.overlay .close-btn {
    position: absolute;
    top: 80px;
    right: 30px;
    font-size: 5rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.overlay .close-btn:hover {
    color: #d94190;
    transform: scale(1.1)
}
.overlay .heading img {
    width: 150px;
}

/* Login */
.login-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 80, 85, 0.9);
    color: white;
    z-index: 1000;
    transition: left 0.5s ease-in-out;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
}

.login-overlay:target {
    left: 0;
}

.login-overlay .close-btn {
    position: absolute;
    top: -20px;
    right: 30px;
    color: white;
    font-size: 5rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.login-overlay .close-btn:hover {
    color: #f07d28;
    transform: scale(1.1)
}

.login-box {
    background: rgba(255, 255, 255, 0.97);
    width: 80%;
    height: 250px;
    max-width: 500px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 50%; 
    transform: translateX(-50%); 
}

.form-group-container {
    width: 100%;
    position: relative;
    margin-top: -50px
}

.form-group {
    margin-left: 0px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    position: relative;   
}

.form-group label {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.2rem;
    color: rgba(75, 80, 85, 1);
    display: block;
}

.form-group input {
    width: calc(100% - 20px);
    padding: 10px;
    font-family: 'Syncopate', sans-serif;
    font-size: 1rem;
    font-weight: 100;
    color: rgba(75, 80, 85, 1);
    border: 1px solid rgba(75, 80, 85, 0.3);
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

.form-group input:focus {
    border-color: rgba(240, 125, 40, 1);
}

.loginbutton {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Syncopate', sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    color: #fff;
    background: rgba(240, 125, 40, 1);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    margin-top: 10px;
    width: 150px;
    position: absolute; 
    bottom: 20px; 
    left: 50%; 
    transform: translateX(-50%); 
    text-align: center;
}

.loginbutton:hover {
    background: rgba(75, 80, 85, 1);
}
.logintext {
    width: 100%;
    padding: 0 40px;
    text-align: center;
    font-size: 0.8rem
}


/* Team */
#team {

}
.team-container img {
    margin-top: 10px;
    width: 270px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    height: 325px;
    object-fit: cover;
    object-position: top;
    transition: all 0.4s ease;
}

.team-container img:hover  {
}
.team-text {
    margin: 0px; 
    font-size: 1.2rem;
    cursor: pointer;
    color: rgba(75, 80, 85, 1)
}
.team-sub-text {
    font-size: 1.0rem;
    margin: -15px 0px;
    font-weight: 500
}

.team-container {
    display: flex;
    flex-wrap: wrap;
        cursor: pointer;

}

.team {
    padding-top: 40px;
    position: relative;
}
#products {
    background: rgba(70, 80, 85, 0.1)
}
.team-overlay {
    position: absolute;
    top: 0px; 
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9); 
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    transition: all .6s ease 0.05s; 
}
.team-overlay .info {
    width: 250px;
    text-align: left;
    list-style: none;
    height: 0;
    margin-top: 100px;
    font-size: 1.0rem;
    line-height: 1.7rem;
    font-weight: 400;
    color: rgba(75, 80, 85, 1);
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.07s; 
}
.flags img {
    height: 20px !important;
    width: 27px !important;
    border-radius: 2px;
    box-shadow: none;
}

.team:hover .team-overlay {
    height: calc(100% - 15%); 
    opacity: 1;
}
.team:hover .team-overlay .info {
    opacity: 1;
}

/* Products */

.product-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.product-container img {
    width: 150px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
.product {
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
}
.product:hover {
    transform: scale(0.97);
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}

/* Footer */
#contact {
    position: relative;
}
footer {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 0.5rem; 
    letter-spacing: 0.05rem;
    position: absolute;
    bottom: 20px;
    font-weight: 400;

}
footer a {
    text-decoration: none;
    font-weight: 500;
    color: white;
}
.break {
    display: none;
}
.break1 {
    display: none;
}

/* Animationen */
.animate-slide-in-right {
    opacity: 0;
    transform: translateX(100%);
    animation: slideInRight 1s ease-in-out forwards;
}

.animate-slide-in-left {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideInLeft 1s ease-in-out forwards;
    animation-delay: 0.3s;
}

.animate-slide-in-top {
    opacity: 0;
    transform: translateY(-20%);
    animation: slideInTop 1s ease-in-out forwards;
}

.animate-slide-right {
    opacity: 0;
    transform: translateX(100%);
    animation: slideRight 1s ease-in-out forwards;
}

/* Keyframes */

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes slideInTop {
    from {
        opacity: 0;
        transform: translateY(-20%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(1%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Accordion */

.accordion {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    margin: 2px;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-input {
    display: none;
}

.accordion-label {
    border-radius: 5px;
    display: block;
    padding: 15px;
    background-color: rgba(75, 80, 85, 0.5);
    font-size: 1.2rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.4s ease;
}

.accordion-label:hover {
    background-color: rgba(75, 80, 85, 1);
}

.accordion-content {
    color: rgba(75, 80, 85, 1);
    background-color: rgba(75, 80, 85, 0.05);
    font-size: 1.2rem;
    text-align: left;
    height: 0;
    overflow: hidden;
    padding: 0 15px; 
    transition: height 0.6s ease, padding 0.6s ease;
}
.accordion-content {
    will-change: height, padding;
}

.accordion-input:checked + .accordion-label + .accordion-content {
    height: auto; 
    padding: 15px;
}

.accordion-content p {
    margin: 0;
    padding: 0;
}

#hidden {
    display: none;
}


/* Responsive */

@media (max-width:1399px) {
    
    .team-container img {
        width: 250px;
}
}

@media (max-width:1199px) {
  
    .team-container img {
        width: 270px;
}
    #products {
        padding-bottom: 250px;
    }

@media (max-width:991px) {
  
    .team-container img {
        width: 270px;
}   
    .icon-container {
         flex-wrap: wrap;
    }

    .icon-container h2 {
        font-size: 1.5rem;
    }
    .icons {
        padding-top: 40px;

    }
    .section {
        height: 100%;
    }
    .height100vh {
        height: 100vh;
    }
    #products {
        padding-bottom: 100px;
    }
}
@media (max-width:767px) {
        .font-xxl {
        font-size: 3rem !important;
        line-height: 3rem !important;
    }
        #start .button {
        margin-top: 20px
    }
  
    .team-container img {
        width: 250px;
}
    .heading h1 {
        font-size:2.5rem;
        line-height: 2.5rem;
    }
    .team-sub-text {
    font-size: 1.0rem !important;
    margin: -5px 0px;
    font-weight: 500
    }
}
@media (max-width:575px) {
    
    .row {
        padding: 0 30px
    }
    #start .button {
        margin-top: 20px
    }
    .break_start {
        display: none;
    }
    .team-container img {
        width: 280px;
    }
    .break {
    display: block;
    }
    .break1 {
    display: ;
    }
    .font-xxl {
     font-size: 2.5rem !important;
     line-height: 2.5rem !important;
    }
    #start {
    background-image: url('../img/bg/bannerX.jpg');
    background-size: cover;
    background-position: calc(50% - 30%) 50%;    
    background-repeat: no-repeat;
}
}
