@font-face {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	src: local('Roboto'), local('Roboto-Regular'), url(//jupiter.innpuls-secure.at/wp-content/uploads/sgf-css/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2'), url(//jupiter.innpuls-secure.at/wp-content/uploads/sgf-css/KFOmCnqEu92Fr1Mu4mxM.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    font-family: "Roboto", sans-serif;
}

.winte {
    margin-top: 0px;
    min-height:700px;
    height:800px;
}
.beschickungsvariante h3,
.anzahlmodulewahlen h3 {
    margin: 0px;
    padding: 0px;
    color: #99c21d;
    font-size: 18px;
}
.beschickungsvariante_box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}
label.pointer {
    cursor: pointer;
}
.custom_checkbox {
    font-size: 15px;
    color: #99c21d;
    font-weight: 500;
    margin-bottom: 0px;
}
.custom_checkbox input {
    display: none;
}
.custom_checkbox span {
    width: 15px;
    height: 15px;
    border: 1px solid #99c21d;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 0px;
    margin-right: 10px;
}
.custom_checkbox input:checked ~ span {
    background-color: #99c21d;
}
.beschickungsvariante_box img {
    width: 100%;
}
.beschickungsvariante_box .custom_checkbox {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.quantity_box input {
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    color: #444;
    width: 100%;
}
.quantity_box {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.quantity_box .plus_button,
.quantity_box .minus_button {
    font-size: 20px;
    color: #444;
    position: absolute;
    top: calc(50% - 15px);
}
.quantity_box .plus_button {
    right: 0px;
}
.quantity_box .minus_button {
    left: 0px;
}
.anzahlmodulewahlen_box h4 {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    white-space: nowrap;
}
.c-row div[class*="col-"] {
    max-width: 20%;
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    border-right: 1px solid #ccc;
}
.c-row div[class*="col-"]:last-child {
    border: none;
}
.anzahlmodulewahlen {
    margin-top: 50px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked + .slider {
    background-color: #99c21d;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #99c21d;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.modul_images_box {
    float: left;
    width: 100%;
}
/*
.modul_box {
    flex: 0 0 340px;
}
*/
.result-container {
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: inherit;
}
.inner-div .modul_box {
    display: flex;
}
.modul_box img {
    float: left;
}
.modul_box p {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #444;
    padding: 15px;
}
.p-container {
    margin-top: 10px;
}
.p-container p {
    display: table-cell;
    padding: 1px 4px;
    border-right: 1px solid #eee;
}

.module-text-wrapper{
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.module-text {
    display: table-cell;
    padding: 1px 4px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
/*    word-break: break-all;*/
    hyphens:auto;
    width: auto;
}
.modul_images_scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}
.d-flex {
    justify-content: center;
}
.module-text ul {
    margin-left: 0px;
    padding-left: 20px;
}
.module-text ul li {
    font-size: 0.8rem;
    text-align: initial;
}
#close{
    display: none;
}
.go-back-button {
    padding: 0.4rem 1rem;
    font-size: 1rem;
    display: none;
}
.go-back {
    float: left;
}
/********** 23-02-2022 ********/
.winte .green-button {
    background-color: #99c21d !important;
    border-color: #99c21d !important;
    border-radius: 0px !important;
}
.dimension-container {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: inherit;
    margin-top:25px;
}
.dimension-innner {
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto;
    float: none;
}
/********** 23-02-2022 ********/
@media (max-width: 1199px) {
    .beschickungsvariante h3,
    .anzahlmodulewahlen h3 {
        font-size: 18px;
    }
    .custom_checkbox {
        font-size: 12px;
    }
    .anzahlmodulewahlen_box h4 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .beschickungsvariante .container > .row > div[class*="col-"],
    .anzahlmodulewahlen .container > .row > div[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .beschickungsvariante div[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .beschickungsvariante_box {
        text-align: center;
        margin-bottom: 20px;
    }
    .beschickungsvariante_box img {
        height: 200px;
        width: auto;
        text-align: center;
    }
    .c-row div[class*="col-"] {
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        border-right: 1px solid #ccc;
    }
    .anzahlmodulewahlen_box {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
}


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

.dimension-innner > div{
    margin:0 25px;
}

h2.elementor-heading-title{
    font-size:1.5em;
}