body{
   font-family: 'Kumbh Sans'; 
   padding: 0px;
   margin: 0px;
   background-color: #F5F5F5;
}
p{
    margin: 0px;
   font-family: 'Kumbh Sans'; 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

p.aufruf{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.bestellung-titel{
    padding-bottom: 20px;
}

.flexcolumn{
    flex-direction: column;
}

.container{
    max-width: 1140px;
    padding-top: 80px;
    padding-bottom: 80px;
    display:block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.left-column{
    padding-right: 15px;
}

.right-column{
    padding-left: 15px;
}

#postweiterleitung_adresse_abweichend-label{
    margin-bottom: 20px;
}

#laufzeit{
    margin-top: 20px;
}

.width100{
    width: 100%;
    position: relative;
}

.width50_table {
    background-color: #E3F0FF;
}

.width50, .width50_table{
    width: 50%;
    position: relative;
}
.width10_table{
    width: 10%;
    position: relative;
}
.width80_table{
    width: 80%;
    position: relative;
}

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

.form-label {
    margin-bottom: 0.5rem;
    display: block;
}

.card-icon-beschreibung.fa-exclamation-beschreibung{
    padding-left: 27px;
}

.form-control {
    box-sizing:border-box;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.btn-generate-pdf{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 20px;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-generate-pdf i {
    padding-left: 5px;
}

.btn-generate-pdf:hover{
    background-color: #609ffd;
}

#result1,#result2,#result3{
    font-size: 18px;
    text-align: left;
}

.btn-wrapper{
    margin-top: 25px;
    display: block;
    position: relative;
}

.radiowrapper{
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type="radio"]{
    cursor: pointer;
}

.padding-top20{
    padding-top: 20px;
}

.padding-top40{
    padding-top: 40px;
}

.padding-bottom20{
    padding-bottom: 20px;
}

.margin-bottom20{
    margin-bottom: 20px;
}

.padding-top50{
    padding-top: 50px;
}


.bold{
    font-weight: 400;
    color: #fff;
    background-color: #0d6efd;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 25px;
}

.kostenfixed{
    position: fixed;
    bottom: 0;
    background-color: #111111;
    width: 100%;
    color: #fff;
}

.form-select{
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left!important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    color: #000;
    margin-bottom: 20px;
}

 .form-select:active, .form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.form-select .select-option{
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px !important;
    outline: 0;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all .2s;
}

.field-wrapper{
    border: 1px solid #7bb0ff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
    overflow:hidden;
    background-color: #fff;
}

#warnung-postweiterleitung{
    color: red;
}

.card{
    display:none;
}

.card-table table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.card-table tr{
    display: table-row;
    justify-content: flex-start;
}

.card-table td{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    background-color: #F5F5F5;
}

.card-table th{
    border: 1px solid #ddd;
    font-weight: 500 !important;
}

.card-table th, .card-table td {
    padding: 4px 8px;
    font-weight: 400;
}

.card-table td:nth-child(1){
    border-right: 1px solid #ddd;
}

.card-table td:nth-child(2){
    border-right: 1px solid #ddd;
}

.card-table td:last-child{
    padding-bottom: 10px;
}

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

.card-table .fa-check{
    color: green;
    padding-top: 4px;
}

.card-table .fa-xmark{
    color: red;
}

.postbearbeitung-card{
    display:none;
}

.sepa-konto-fehlt{
    display: flex;
    justify-content: center;
    align-items: start;
}

.sepa-konto-fehlt p{
    padding-left: 20px;
    padding-bottom: 20px;
}
.sepa-konto-fehlt input{
    margin: 0px;
    margin-top: 3px;
    margin-left: 3px;
}
.sepa-konto-fehlt input:hover{
    cursor: pointer;
}

.card-icon .fa-exclamation{
    color: orange;
    padding-left: 5px;
}

.card-icon-element{
    display: block;
    align-items: center;
}
.card-icon{
    display: flex;
    align-items: start;
    position: relative;
}

.card-icon i{
    color: green;
    padding-top: 4px;
}

.card-icon-beschreibung{
    padding-top: 3px;
    padding-left: 20px;
}

.field-wrapper-one-third{
    width: 30%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.field-wrapper-two-third{
    width: 70%;
    box-sizing: border-box;
}

.form-styles{
    display: flex;
}

.card-icon-one{
    display: flex;
    align-items: start;
    justify-content: center;
}
.card-icon-one .fa-exclamation{
    padding-top: 5px;
    color: orange;
}

.kosten-calculator{
    position: fixed;
}

.preis_pro_monat_centered{
    text-align: right;
}

.custom-postweiterleitung{
    padding-top: 20px;
}

#sepa_abweichende_adresse{
    display: none;
}

.card-icon .fa-xmark{
    color:red !important;
}

.hinweis{
    padding-bottom: 10px;
}

.result-title{
    font-size: 22px;
    padding-bottom: 15px;
    text-decoration: underline;
}

.result-wrapper{
    justify-content: space-between;
    display: flex;
}

.result-text{
    font-size: 18px;
}



#leistungs-auflistung-table{
    width: 100%;
    border-collapse: collapse;
}

#leistungs-auflistung-table td, #leistungs-auflistung-table th {
  border: 1px solid #ddd;
  padding: 8px;
  font-weight: 400;
}

#leistungs-auflistung-table td {
  background-color: #fff;
}

#leistungs-auflistung-table tr:nth-child(even){background-color: #f2f2f2;}

#leistungs-auflistung-table tr:hover {background-color: #ddd;}


#leistungs-auflistung-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0d6efd;
    color: white;
  }


/* Apply background color to the last row */
#leistungs-auflistung-table tr:nth-last-child(1) {
}

/* Apply background color to the second-to-last row */
#leistungs-auflistung-table tr:nth-last-child(2) {
}

/* Apply background color to the third-to-last row */
#leistungs-auflistung-table tr:nth-last-child(3) {
    border-top: 2px solid black !important;
}


.unterlagen-liste ol{
    padding: 20px;
    margin: 0px;
}

.label-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#popup-label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#popup-icon{
    border-radius: 10px;
    background-color: #000;
    font-size: 20px;
    color:#fff;
    cursor:pointer;
}

#myPopup1.show, #myPopup2.show, #myPopup3.show {
    display: block;
}

#myPopup1,#myPopup2,#myPopup3 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#myPopup1,#myPopup2,#myPopup3 {
    display: none;
    background-color: #fff;
    width: 100%;
    position: relative;
    border-radius: 8px;
    text-align: left;
    z-index: 1;
    color: red;
    box-sizing: border-box;
    margin-bottom: 20px;
  }



#myPopup1 button, #myPopup2 button,#myPopup3 button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
	background: #0d6efd;
	border-radius: 100%;
	width: 40px;
	height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}



.unterlagen-liste-element, .unterlagen-liste2-element{
    display: flex;
    justify-content: start;
    align-items: start;
    font-size: 16px;
}

.u-liste-element1{
    padding-right: 10px;
    color: black;
    font-weight: 600;
}

.unterlagen-liste2{
    padding-top: 20px;
} 

.unterlagen-liste{
    margin-top: 50px;
}

.kosten-calculator-wrapper{
    border: 1px solid #7bb0ff;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.bestellablauf-liste {
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/*Responsive part*/

@media (max-width: 768px) {
.container{
    padding-bottom: 200px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}

.card-table th, .card-table td {
    font-size: 14px;
}

.card-icon-beschreibung{
    padding-left: 10px;
}

.bestellung-titel{
    font-size: 24px;
    font-weight: 600;
}

.form-select{
    white-space: wrap;
}

.form-styles{
    flex-direction: column !important;
}

.flexcenter{
    flex-direction: column;
}

.width50{
    width: 100%;
}

.right-column{
    padding-left:0px;
}
.left-column{
    padding-right:0px;
}


.kosten-calculator{
    position: relative;
    bottom: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff !important;
    color: #000;
    border-radius: 10px 10px 0px 0px;
}

.btn-wrapper{
    margin-top: 0px;
}

.btn-generate-pdf{
    width: 100%;
}

.kosten-calculator-wrapper{
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0px;
    border-radius: 0px;
    background-color: none;
    box-shadow: none;
}

.field-wrapper-one-third,.field-wrapper-two-third{
    width: 100%;
}

.result-title{
    display: none;
}

.kosten-calculator-wrapper .result-wrapper{
    display: none;
}

}