*{
	padding: 0;
	margin: 0 ;
}

@font-face { font-family: Inter; src: url('Inter/Inter-VariableFont_slnt,wght.ttf'); } 





.container-main{
    display:flex;
    justify-content:center;
    gap:40px;
    padding:50px;
}

.box{
    width:400px;
    margin-top: 7vh;
    height:auto;
    border:1px solid rgb(206, 206, 206);
    display:flex;
    border-radius: 20px;
    background:white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Responsive */
@media (max-width:800px){

    .container-main{
        flex-direction:column;
        align-items:center;
        gap:0px;
        padding:0px;
        width: 90%;
        margin-left: 5%;
    }
    .box{
        width: 100%;
    }
    #box_1{
        margin-top: 13vh;
    }

}





/* Container */
.container-box{
    max-width:1100px;
    margin:auto;
    padding:60px 20px;
    display:flex;
    gap:40px;
    justify-content:center;
    flex-wrap:wrap;
    font-family: 'Inter';
}

/* Box */
.box-infos{
    background:#ffffff;
    border-radius:18px;
    padding:40px;
    width:180px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border:1px solid #251d1d;
    transition: 0.7s;
}
.box-infos:hover{
background:#e6e6e6;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* große Zahl */
.box-infos h3{
    font-size:27px;
    margin:0 0 10px 0;
}

/* Text */
.box-infos p{
    margin:0;
    font-size:16px;
    color:#444;
    line-height:1.4;
}








.form-container{
    padding:40px;
    width:100%;
    border-radius:10px;
}

.form-group{
    margin-bottom:22px;
    font-family: 'Inter';
}

.form-container-label{
    display:block;
    font-size:14px;
    margin-bottom:6px;
    color:#333;
}

.form-container-input{
    width:95%;
    padding:10px 12px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:14px;
    transition:0.2s;
}

.form-container-input:focus{
    border-color:#3b82f6;
    outline:none;
    box-shadow:0 0 0 2px rgba(59,130,246,0.15);
}

.form-container-submit{
    width:100%;
    padding:12px;
    margin-top:10px;
    border:none;
    border-radius:6px;
    background:#3b82f6;
    color:white;
    font-size:15px;
    cursor:pointer;
    transition:0.2s;
}

.form-container-submit:hover{
    background:#2563eb;
}


.form-container-abmelden{
    width:100%;
    padding:12px;
    margin-top:10px;
    border:none;
    border-radius:6px;
    background:#fff;
    border:2px solid #d23535;
    color:#d23535;
    font-size:15px;
    font-weight: 600;
    cursor:pointer;
    transition:0.2s;
}

.form-container-abmelden:hover{
    background:#d23535;
    color: #fff;
}


.form-container-Kundenprofil{
    width:90%;
    display: block;  
    max-width: 350px;
    padding:12px;
    margin-top:10px;
    border:none;
    border-radius:6px;
    background:#fff;
    border:2px solid #d23535;
    color:#d23535;
    font-size:15px;
    font-weight: 600;
    cursor:pointer;
    transition:0.2s;
    margin-left: auto;
    margin-right: auto;
}

.form-container-Kundenprofil:hover{
    background:#d23535;
    color: #fff;
}


.box-qr{
    width: 100%;
    height: auto;
}
.box-qr-code{
    width: 80%;
    max-width: 250px;
    margin: 2vh auto;
    height: auto;
}

.box-qr-code-bx{
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
}

.headline-qr-code{
    position: relative;
    font-family: 'Inter';
    font-size:20px;
    text-align: center;
    margin-top:3vh;
}

.form-container-qr-code{
display:block;
    width:90%;
    max-width:250px;
    padding:12px;
    border:none;
    border-radius:6px;
    background:#3b82f6;
    color:white;
    font-size:15px;
    cursor:pointer;
    transition:0.2s;
    margin:2vh auto;
}

.form-container-qr-code:hover{
    background:#2563eb;
}


















.table-container{
width:96%;
max-width:1200px;
overflow-x:auto;
font-family: 'Inter';
margin-top: 4vh;
margin-left: auto;
margin-right: auto;

    max-height: 400px;   /* Höhe festlegen */
    overflow-y: auto; 
}

/* Responsive */
@media (max-width:800px){

.table-container{
max-height: 600px;
}

}

thead th {
    position: sticky;
    top: 0;
    background:#555;
    z-index:999;
}


.responsive-table{
width:100%;
border-collapse:collapse;
background:white;
border-right:1px solid #afafaf;
z-index:998;
}

.responsive-table th{
background:#555;
color:white;
padding:12px;
text-align:left;
font-size:14px;
}

.responsive-table td{
padding:12px;
border-bottom:1px solid #ddd;
font-size:14px;
}

.responsive-table tr:hover{
background:#f1f1f1;
}

.status{
padding:4px 10px;
border-radius:12px;
font-size:12px;
font-weight:bold;
}

.status.active{
background:#d4edda;
color:#28a745;
}

.status.inactive{
background:#f8d7da;
color:#dc3545;
}

button{
border:none;
background:none;
cursor:pointer;
font-size:16px;
margin-right:5px;
}

/* Responsive */

@media (max-width: 900px){

.responsive-table thead{
display:none;
}

.responsive-table,
.responsive-table tbody,
.responsive-table tr,
.responsive-table td{
display:block;
width:97%;
border-right:1px solid transparent;
}

.responsive-table tr{
background:white;
margin-bottom:15px;
border-radius:8px;
padding:10px;
box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

.responsive-table td{
display:flex;
justify-content:space-between;
padding:8px 0;
border:none;
}

.responsive-table td::before{
content:attr(data-label);
font-weight:bold;
color:#555;
}
}


/* linke Statuslinie */

.row-active{
border-left:6px solid #28a745;
}

.row-inactive{
border-left:6px solid #dc3545;
}

.responsive-table tr{
position:relative;
cursor: pointer;
}

.row-active td:first-child,
.row-inactive td:first-child{
padding-left:15px;
}




.headline2{
  position: relative;
  text-align: center;
  font-family: 'Inter';
  color: #232323;
  font-size: 1.5em;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vh;
  margin-top: 4vh;
}

.splitter-top{
  position: relative;
  width: 80%;
  max-width: 300px;
  height: 1px;
  margin-top: 1vh;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
}


.table-infotxt{
    position: relative;
    margin-top: 4vh;
    font-size: 0.9em;
    color: #232323;
    text-align: center;
  font-family: 'Inter';
  padding-bottom: 4vh;
}




.no-data-div{
    position: relative;
    display: flex;
    flex-direction: column;   /* Elemente untereinander */
    align-items: center;      /* horizontal zentrieren */
    justify-content: center;  /* optional: vertikal zentrieren */
    text-align: center;       /* Text ebenfalls mittig */
    margin-top:2vh;
    padding-bottom: 2vh;
}

.no-data-txt{
    position: relative;
    font-family: 'Inter';
    font-size: 1em;
    color: #000000;
}

.no-data-img{
    position: relative;
    max-width: 150px;
}




/* Hintergrund Overlay */
.popup-overlay-anfrage {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.2s ease;
    font-family: 'Inter';
}

/* Popup Fenster */
.popup-box-anfrage {
    background: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    width: 80%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: scaleIn 0.2s ease;
}

/* Schließen Button */
.popup-close-anfrage {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    border: none;
    background: none;
}

.abo-info-headline{
    position: relative;
    color:#343f5b;
    font-size:2em;
    font-weight: 700;
    text-align: center;
}

.abo-info-text{
    position: relative;
    color:#272727;
    font-size:1em;
    line-height: 1.2;
    text-align: center;
    margin-top:3vh;
}




.header-pricing {
      background: linear-gradient(135deg, #2f80ed, #27ae60);
      color: white;
      padding: 30px 20px 50px;
      text-align: center;
      position: relative;
    }

    .header-pricing h2 {
      font-size: 20px;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .price {
      font-size: 36px;
      font-weight: bold;
    }

    .old-price {
      text-decoration: line-through;
      opacity: 0.7;
      font-size: 16px;
      margin-bottom: 5px;
      display: block;
    }

    .per {
      font-size: 14px;
      opacity: 0.8;
    }

    .angebot-btn{
        position: relative;
        display: block;
        width: 100%;
        max-width: 350px;
        color:#fff;
        font-weight: 600;
        font-family: 'Inter';
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #2f80ed;
        transition: 0.5s;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }

    .angebot-btn:hover{
        background-color: #2564b7;
        border-radius: 15px;
    }


    .form-container-qr-code{
display:block;
    width:90%;
    max-width:250px;
    padding:12px;
    border:none;
    border-radius:6px;
    background:#3b82f6;
    color:white;
    font-size:15px;
    cursor:pointer;
    transition:0.2s;
    margin:2vh auto;
}

.form-container-qr-code:hover{
    background:#2563eb;
}
