:root {
    --primary-color: #0097B2; 
    --secondary-color: #eb717fc4; 
}

.btn-primary {
    color: white !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-50px {
    margin-bottom: 40px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-30px {
    margin-top: 30px !important;
} 

.mt-40px {
    margin-top: 40px !important;
}

.mt-50px {
    margin-top: 50px !important;
}
 
.hidden {
    display: none !important;
}
  
.salary-calculator {
    width: 100%;
    padding:30px 20px;
    background-color: var(--primary-color);
    border-radius: 12px;
}

.salary-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
    margin-bottom:20px;
}

.navigation-step {
    display: flex;
    justify-content: flex-start;
    align-items: center; 
    gap:10px;
    color: white;
    cursor: pointer;
}

.step-count {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: white;
    color:  var(--primary-color);
}

.salary-headline {
    font-size: 26px;
    line-height: 26px;
    margin-bottom:20px;
    color:white;
}

.step {
    width:100%;
}

.input-container {
    display: block;
    width:100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.input-container > span {
    margin-bottom: 5px;
    color: white;
    font-size: 26px;
}

.input-container > label {
    color: white;
}

.input-container > input,
.input-container > select,
.step-button {
    border-radius: 8px !important;
    width: 100% !important;
}

.input-container input[type=radio] {
    margin-right: 5px;
}

.step-button {
    background-color: white;
    color: var(--primary-color);
    text-align: center;
    padding: 15px;
}

.step-button:hover,
.step-button:focus {
    background-color: var(--secondary-color);
    color: white;
}

.disclamer {
    color: white;
    font-size: 12px;
}

.error-message {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

.active-step .step-count {
    background-color: var(--secondary-color);
    color:  white;
}

.active-step > span {
    font-weight: bold;
}

.seo-text {
    word-break: break-all;
    font-family: "Helvetica", Sans-serif;
    h2,h1 {
        font-size: 28px;
        font-weight: bold;
    }
    p {
        font-size: 26px;
    }
}

.page-id-1997 {
    h1,h2,h3,p,span,strong,strong {
        font-family: "Helvetica", Sans-serif;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
    p,span {
        font-size: 26px;
    }
    small {
        font-size: 20px;
    }
}

/* Grundstil für das Dropdown-Menü */
.plz-dropdown {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    width: calc(100% - 2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    top: 100%;
}

.plz-dropdown div {
    padding: 8px;
    cursor: pointer;
}


.plz-dropdown div:hover {
    background-color: #f1f1f1;
}

.rendite-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap:10px;
}

.rendite-container  > div {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    flex :1;
    min-height: 150px;
    border-radius: 10px;
}

.rendite-container div {
    height: 100%;
}

.rendite-container .green {
    background-color: #02ff02;
}

.rendite-container .blue {
    background-color: #0098c7;
}

.rendite-container .orange {
    background-color: #ff6600;
}

.rendite-container .red {
    background-color: #ec0c0c;
}

.blue-rendite {
    color : #0098c7 !important;
}

.green-rendite {
    color: #02ff02 !important ;
}

.orange-rendite {
    color: #ff6600 !important;
}

.red-rendite {
    color: #ec0c0c !important;
}

.blue-rendite strong {
    color : #0098c7 !important;
}

.green-rendite strong{
    color: #02ff02 !important ;
}

.orange-rendite strong {
    color: #ff6600 !important;
}

.red-rendite strong {
    color: #ec0c0c !important;
}

.renditen-tabs  button.active.blue-rendite {
    background-color: #0098c7 !important ;
    color: black !important;
}

.renditen-tabs  button.active.green-rendite {
    background-color: #02ff02 !important ;
    color: black !important;
}

.renditen-tabs  button.active.orange-rendite {
    background-color: #ff6600 !important ;
    color: black !important;
}

.renditen-tabs  button.active.red-rendite {
    background-color: #ec0c0c !important ;
    color: black !important;
}

/* .slide-container {
    overflow-x: scroll;
} */

/* .slide-container::-webkit-scrollbar {
    height: 12px;
}

.slide-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.slide-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.slide-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.slide-row {
    gap: 2rem;
    flex-wrap: nowrap;
    padding: 0 20px;
    width: 100vw;
    max-width: none;
    margin-left: -2.5rem;
} */

@media screen and (max-width:450px) {
    .salary-navigation {
        display: none;
    }
}

.e-transform .elementor-widget-container {
    transform:unset !important;
}

.modal-backdrop {
	z-index: -1;
}