.main {
    padding: 2em;
}

.fortschritt.nav-tabs .nav-item {
    margin: 0 10px; /* Add some spacing between items */
    opacity: 1;
}

.fortschritt {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    list-style: none;
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    /*justify-content: center; */
    align-items: center;
    list-style-type: none; 
    padding-top: 10px; 
    padding-bottom: 10px;
    padding-left: none !important;
    border-top: none;
    border-bottom: none;
}

ul {
    padding-left: none !important;
}

.fortschritt i {
    color: red; 
}

.fortschritt li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	width: 20%;
	float: left;
	position: relative;
}

.fortschritt li:after {
	content: '';
	width: 100%;
	height: 5px;
	background: #59a9ff;
	position: absolute;
	left: -50%;
	top: 25px;
	z-index: -1;
}
.fortschritt li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}

.nav-tabs {
    white-space: nowrap; /* [1] */
    overflow-x: auto; /* [2] */
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */  
  }
  
.nav-tabs .nav-item {
    display: inline-block;
    padding: 10px 15px; /* Add some padding to the buttons */
    border-radius: 5px; /* Add rounded corners */
    text-align: center; /* Center text inside buttons */
    text-decoration: none; /* Remove underline from links */
    background-color: #59a9ff;
    border-color: #59a9ff;
    color: #ffffff;
    min-width: 150px;

  }

.nav-link {
    display: inline-block;
    border: none !important;
    color: #000;
    background-color: #59a9ff;
    border-color: #59a9ff;
    color: #ffffff;

}

.nav-link.active {
    display: inline-block;
    border: none !important;
    color: #000;
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;

}

.nav-link:hover {
    color: black;
}

.nav-item:has(.nav-link.active) {
    background-color: #007bff;
}

.tab-pane {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Ensures that the elements are stacked vertically */
    text-align: center; /* Optional: aligns the text in the middle */
}

.tab-content {
    padding-left: 5em;
    padding-right: 5em;
}

.no-list-style {
    list-style: none;
}

.background-image {
    background-image: url("/static/registration/img/background.png");
    min-width: 100%;
    top: 0;
    left: 0;
    height:100%; 
    opacity: 0.2;
    position: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0;
    margin: 0;
    z-index:0;
  }

#errormessage {
    font-weight: bold;
    display:none;
    color: red;
}

#successmessage {
    font-weight: bold;
    display:none;
    color: green;
}

/* Error Page */
.error-page {
    height: 100%;
    background-image: url("/static/registration/img/background.png");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.error-body {
    background: none;
    height: 100%;
}

.error-body {
    min-height: 100%;
    width: 100%;
    margin: auto;
}

.submit-text {
    margin-top: 100px;
    padding: 40px;
    color: black;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}

a {
    color: #007bff;
}

@media (max-width: 768px) {
    .main {
        padding: 0.5em;
    }
    .tab-content {
        padding-left: 0em;
        padding-right: 0em;
    }
}

body {
    background-color: #f1f9ff; 
    color: #343a40;
    font-family: Arial, sans-serif;
}

.container {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2, h3 {
    color: #007bff;
}

button, .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff;
}

button:hover, .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

input, select, textarea {
    border: 1px solid #dee2e6;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

input:focus, select:focus, textarea:focus {
    border-color: #007bff;
    outline: none;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

@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('/registration/img/background.png'); 
    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('/registration/img/background.png'); /* 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("/static/registration/img/background.png");
    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;
    }
}




