html, body{
    min-height: 100%;
}
p, li {
    hyphens: auto;
    text-align: justify;
}
.map-ifrm {
    height: 500px;
}
.map-ifrm iframe {
    width: 100%;
    height: 100%;
}
.main-container {
    /* height: calc(100% - 133px); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.paddng-0
{
    padding: 0 !important;
}
.page-content {
    background-color: white;
    min-height: calc(100% - 267px);
}
.page-content.simple-content{
	width: 100% !important;
}
.page-content{
    padding: 0px 15px;
    text-align: center;
    width: 100%;
}
/*.h-datenschutz {
    height: 70vh;
}*/
/*.h-agb
{
   height: 70vh;
}*/
.box-contnt.no-mt
{
    margin-top: 0;
    margin-bottom: 0;
        padding-bottom: 0;
}
.box-contnt {
    /*overflow-y: scroll;*/
    /*margin-top: 150px;*/
    /*box-shadow: 0 0px 6px #000;
    -moz-box-shadow: 0 0px 10px #00000080;
    -webkit-box-shadow: 0px 0px 10px #00000080;*/
    border-radius: 6px;
    padding: 40px 30px;
    text-align: left;
    /*margin-bottom: 10px;*/
}
.margn-top-0
{
    margin-top: 20px;
}
.box-contnt h2 {
    font-size: 24px;
    color: var(--farbcode);
    margin-bottom: 15px;
    text-align: unset;
    /*text-transform: capitalize;*/
}
.box-contnt h3 {
    font-size: 20px;
}

.box-contnt h4 {
   font-size: 18px; 
}
.page-content .box-contnt p:first-of-type {
    margin-top: 0px;
}
.page-content .box-contnt p {
    margin-top: 0;
    width: 100%;
}
.box-contnt-2
{
    /*margin-top: 150px;*/
    /*box-shadow: 0 0px 6px #000;
    -moz-box-shadow: 0 0px 10px #00000080;
    -webkit-box-shadow: 0 0px 10px #00000080;*/
    border-radius: 6px;
    padding: 40px 30px;
    margin-bottom: 10px;
    /*background: var(--farbcode);
    color: white !important;*/
}
.page-content .box-contnt-2 p:first-of-type {
    margin-top: 0px;
}
.page-content .impre-box p {
    width: 100%;
    text-align: left;
}
/*.impre-box img {
    box-shadow: 0 3px 10px black;
    border-radius: 6px;
    margin: 10px 0 20px;
}*/
/*.page-content .impre-box a {
    color: white !important;
}*/

.page-content table{
    margin: auto;
}

.page-content p{
    width: 60%;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.page-content .select-box-container {
    position: relative;
    height: 50px;
}

.page-content .select-box-container select {
    width: 160px;
    background-color: white;
    padding: 0 12px;
    height: 100%;
}

.select-box-container select {
    border-radius: unset;
    border: 1px solid transparent;
    color: #495057 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.select-box-container select::-ms-expand{
    display: none;
}

.page-content .select-box-container .input-group-append {
    height: 100%;
    right: 0px;
    position: absolute;
    z-index: 15;
    top: 0px;
    pointer-events: none;
}

.select-box-container .input-group-append .input-group-text {
    border-radius: unset;
    background: none;
    border: none;
    font-size: 23px;
    color: #9e9e9e;
}

.page-content a{
    color: var(--farbcode);
    text-decoration: underline;
    display: inline-block;
}

.dd .page-content a:hover{
    text-decoration: none !important;
}

.footer-container{
    padding-top: 20px;
    margin-top: 0px !important;
}

.versand-box {
    margin-bottom: 20px;
    margin-top: 40px;
    box-shadow: 0 0px 6px #000;
    -moz-box-shadow: 0 0px 10px #00000080;
    -webkit-box-shadow: 0 0px 10px #00000080;
    border-radius: 6px;
    padding: 20px 30px;
    /*margin-bottom: 10px;*/
}
.seltd-costs {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}
.seltd-lable {
    background: linear-gradient(var(--gr_farbcode) 50%, var(--farbcode) 50%) !important;
    color: white;
    text-align: left;
    padding: 8px 10px;
    width: 100px;
}
.seltd-lable h5 {
    margin-bottom: 0;
}
.cost-inpt {
    width: 100%;
}
.cost-inpt input {
    border: 0;
}
.cost-inpt input.form-control:focus {
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

.seltd-drop {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}
.sltd-dop-box {
    position: relative;
    width: 100%;
}
.sltd-dop-box select {
    position: relative;
    z-index: 1;
    border: 0;
}
.sltd-dop-box select.form-control:focus {
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
        border: 0;
}
.input-group-appends {
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 1;
    pointer-events: none;
}
.sltd-dop-box .input-group-appends .input-group-texts {
    font-size: 23px;
    color: #9e9e9e;
}

.vernsd-contn {
    margin-top: 20px;
    text-align: center;
}
.page-content .vernsd-contn p:first-of-type {
    margin-top: 0;
}
.page-content .vernsd-contn p{
    width: 100%;
}

.seltd-drop2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.seltd-drop2 h5 {
    font-size: 18px;
    padding: 0 6px;
    color: var(--farbcode);
}
.seltd-lable2 h4 {
    margin-bottom: 0;
    /*background: var(--farbcode);*/
    color: #010101;
    padding: 10px 10px;
    width: fit-content;
    margin: 0 auto;
    /*box-shadow: 0 2px 10px #000000bf;*/
    /*border-radius: 4px;*/
    margin-bottom: 10px;
        font-size: 40px;
}
.seltd-lable2 p:first-of-type {
    margin-top: 0 !important;
    font-size: 18px;
    font-weight: 600;
    color: var(--farbcode);
}
 .shiping-cost span
 {
    color: #a0a0a0;
 }
.sltd-dop-box_2 {
    margin-bottom: 20px;
    /*border: 1px solid #ddd;*/
    position: relative;
}
.sltd-dop-box_2 select.form-control:focus {
    box-shadow: 0 0 0 0 rgb(86 40 40 / 50%);
    border-color: none;
}
.sltd-dop-box_2 select.form-control {
    border: 3px solid var(--farbcode);
    height: 50px;
    border-radius: 50px;
        font-weight: 600;
}
.sltd-dop-box_2 .input-group-appends .input-group-texts {
    font-size: 23px;
    color: #9e9e9e;
}

.impre-box {
    text-align: left;
}
/*.impre-box img {
    margin: 0 !important;
    border-radius: 350px !important;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}*/
.impre-box span img {
    width: 20px;
    margin-right: 10px;
}
.impre-boxex2 {
    text-align: left;
}
.impre-box p {
    font-size: 18px;
}
.impre-box p strong {
    font-size: 35px;
    color: var(--farbcode);
}
.impre-boxex2 p {
    width: 100%;
    /*font-weight: 600;*/
    color: var(--farbcode);
}
.impre-boxex2 img {
    width: 50%;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0px #000;
    -moz-box-shadow: 0 0 8px 3px #00000082;
    -webkit-box-shadow: 0 2px 10px 1px #000000d1;
    margin-bottom: 20px;
}

@media ( max-width: 575px ){
    .page-content p{
        width: 100%;
        hyphens: auto;
    }
    .box-contnt {
        padding: 40px 10px;
        text-align: center;
    }
    .page-content .impre-box p {
        text-align: center;
        font-size: 16px;
    }
    /*.page-content.has-page-title.mob-top0 {
        margin-top: 10px;
    }*/
    .impre-box p strong {
        font-size: 18px;
    }
    .impre-boxex2, .impre-boxex2 p {
        text-align: center;
    }
    .impre-boxex2 img {
        width: 80%;
    }
    .box-contnt-2 {
    padding: 20px 30px 5px;
        margin-bottom: 5px;
}
.versand-box {
    padding: 20px 15px 5px;
    margin-bottom: 5px;
}
.seltd-lable2 h4 {
    margin-bottom: 0;
}


}


.page-content p:first-of-type{
    margin-top:140px;
}

.cons-page-box {
    text-align: center;
}
.cons-page-box img {
    max-width: 30%;
    /* height: 100%; */
    margin-top: 60px;
}
.no-form .cons-page-box img {
    max-width: 42%;
}
@media(min-width:1100px){
    .page-content.paddng-0.mob-top0.zero-h.imp-page-content.has-page-title.hide-default.simple-content{
        height: 100%;
    }
}
@media ( min-width: 600px ){
    .cons-img-m{
        display: none;
    }
    .page-content.paddng-0.mob-top0.zero-h.imp-page-content.has-page-title.hide-default.simple-content .box-contnt-2{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
}
.form-container{
    max-width: 100%;
    margin: 0 auto;
}



.newsLetter_input input {
    border-radius: 70px !important;
    -webkit-box-shadow: -1px 3px 6px 1px #5555554f !important;
}

.customCheck-wapper {
    display: flex !important;
    width: 100%;
    max-width: 100% !important;
    align-items: center;
    gap: 15px;
}

.checkbox.customCheck-wapper .checkbox-label {
    margin-bottom: 0;
}

/* .page-content .form-container.row.newsAmp-Wapper {
    margin-top: 0;
} */
.page-content.paddng-0.mob-top0.has-page-title.hide-default.simple-content .row.logoRow_Custom {
    min-height: auto;
}
.page-content.paddng-0.mob-top0.has-page-title.hide-default.simple-content .no-form .row.logoRow_Custom {
    min-height: calc(100% - 284px);
}
.no-form .newsAmp-Wapper {
    display: none;
}
.contentMainWapper{
    min-height: calc(100% - 228px);
}
.no-form {
    min-height: calc(100% - 228px);
}
@media (max-width: 3000px) {
    .customCheck-wapper {
        flex-wrap: nowrap;
        text-align: left;
        height: auto;
    }
}
@media (max-width: 600px) {

    .form-container.newsAmp-Wapper {
        padding-left: 0;
        padding-right: 0;
    }

    .form-container.newsAmp-Form {
        padding-left: 0;
        padding-right: 0;
    }

    .form-container.newsAmp-Wapper .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

    /*.form .input-group.checkbox.customCheck-wapper {
        align-items: flex-start;
        flex-wrap: nowrap;
        text-align: left;
        height: auto !important;
    }*/
    .cons-page-box img {
        margin-top: 0px;
    }
    .cons-page-box img {
        max-width: 100px;
    }
    .cons-img-d{
        display: none;
    }
}
.checkbox-label {
    font-size: 14px;
}
.cons-row {
    margin-bottom: 10px;
}
#register_email {
    text-align: center;
}
.content-106.box-fullimp{
    height: 100%;
}