@font-face {
    font-family: "Poppins"; 
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins Bold"; 
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins Light"; 
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

body {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.webinar-section {
    background-image: url('/public/imgs/buildings.jpg'); 
    background-size: cover; 
    background-position: center; 
    color: rgba(0, 0, 0, 0.8); 
    padding: 50px 0;
}

nav {
    background-color: #252C31;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.nav-item {
    cursor: pointer;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

nav img {
    height: 50px;
}

nav ul li a {
    color: white !important;
    font-size: 18px !important;
    margin: 0px 10px;
}

nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-link {
    color: black !important;
    cursor: pointer;
}

.custom-link:hover {
    color: #12CBBE !important;
}

#navbarSupportedContent {
    justify-content: flex-end;
}

h1 {
    font-family: 'Poppins Bold', sans-serif;
}

.main-sub-header {
    font-size: 25px;
    margin: 10px 0px;
    font-family: 'Poppins Light', sans-serif;
}

.downloadBtn {
    background-color: #12CBBE;
    border-radius: 30px;
    padding: 5px;
    font-family: 'Poppins Bold', sans-serif;
    text-align: center;
    border: none;
    color: white !important;
    text-decoration: none;
    cursor: pointer;
}

.downloadBtn :disabled {
    background-color: #0a766f;
    cursor: not-allowed;
}

.image-container {
    width: 100%;
    height: 30vw;
}

.building-container {
    margin: 0;
    padding: 0;
    background-image: url('../imgs/buildings.jpg'); /* Pfad zum Bild */
    background-size: cover; /* Das Bild soll den gesamten Bildschirm ausfüllen */
    background-position: center; /* Das Bild soll zentriert sein */
    min-height: 450px;
    text-align: center;
}

.budgetplaner-list {
    list-style-type: disc;
}

.budgetplaner-list strong {
    font-family: 'Poppins Bold', sans-serif;
}

.big-numbers {
    font-size: 90px;
    font-family: 'Poppins Bold', sans-serif;
    color: #242c34;
}

.number-text {
    font-size: 20px;
    font-family: 'Poppins Bold', sans-serif;
    color: #242c34;

}

.downloadBtn a {
    color: white !important;
}

.dark-background {
    background-color: #242c34;
    color: white !important;
    padding: 50px;
}

.downloadBtnBig {
    padding: 15px 45px;
    font-size: 20px;
    margin-top: 10px;
}

.starting-phone-img {
    height: 400px;
    margin: 50px;
}

.white-container {
    background-color: white;
    text-align: center;
    padding: 50px;
    color: #252C31 !important;
}

.black-text {
    color: #252C31; 
}

.white-header {
    font-family: 'Poppins Bold', sans-serif;
    font-size: 35px;
}

.white-text {
    font-family: 'Poppins Light', sans-serif;
    font-size: 20px;
}

.green-container {
    background-color: #CEF7F6;
    padding: 50px;
}

.green-header {
    font-family: 'Poppins Bold', sans-serif;
    font-size: 35px;
    color: #252C31;
}

.green-text {
    font-family: 'Poppins Light', sans-serif;
    font-size: 20px;
    color: #252C31;
}

.light-container {
    background-color: #CEF7F6;
}

.green-container .downloadBtn {
    padding: 15px 45px;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Poppins Bold', sans-serif;
}

.green-icon {
    font-size: 50px;
    color: #12CBBE;
    margin-bottom: 20px;
}

.full-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.abo-card {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    width: 95%;
}

.no-spacing {
    padding: 0px !important; 
    margin: 0px !important; 
}

.abo-header {
    font-family: 'Poppins Bold', sans-serif;
    font-size: 25px;
    margin: 10px 0px;
}

.abo-text {
    font-family: 'Poppins Light', sans-serif;
    font-size: 20px;
}

.abo-text-small {
    font-family: 'Poppins Light', sans-serif;
    font-size: 16px;
}

.abo-price {
    font-family: 'Poppins Bold', sans-serif;
    font-size: 25px;
    margin: 10px 0px;
}

.abo-price-big {
    font-family: 'Poppins Bold', sans-serif;
    font-size: 30px;
    margin: 10px 0px;
}

.img-background {
    background-image: url("../imgs/buildings.jpg");
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    width: 100%;
    height: auto; 
}

.grey-header {
    font-family: 'Poppins Bold', sans-serif;
    font-size: 35px;
}

.grey-text {
    font-family: 'Poppins Bold', sans-serif;
    font-size: 20px;
}

.main-container {
    padding: 50px;
}

.function-img {
    width: auto;
    height: auto;
    max-height: 400px;

}

.downloadBtnBlue {
    background-color: #12CBBE;
    border-radius: 30px;
    text-align: center;
    border: none;
    color: white !important;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 45px;
    font-size: 20px;
    font-family: 'Poppins Bold', sans-serif;
}

#login-div {
    min-height: 500px;
}

footer {
    background-color: #252C31;
    padding: 20px;
    color: white !important;
    font-size: 18px;
}

footer p {
    margin: 0px;
}

footer a {
    color: white !important;
    margin: 0px 10px;
    cursor: pointer;
    text-decoration: none;
}

.info-box {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    font-size: 22px;
}

.card {
    background-color: #00000087;
    color: white;
    margin-bottom: 20px;
    min-height: 300px;
}

a {
    color: #27d0bb;
}

.card h5 {
    color: #27d0bb;
}

.card b {
    color: #27d0bb;
}

@media (min-width: 769px) {
    .mobile-show {
        display: none;
    }

    .mobile-hide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 768px) {
    .mobile-show {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-hide {
        display: none;
    }


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

    .building-container {
        min-height: 700px;
    }

    .starting-phone-img {
        width: 100%;
        height: auto;
        margin: 50px 0px;
    }
}




