body {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #3c3c3c;
    line-height: 24px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
/*RESET STYLE OF BROWSER START */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.content h5 {
    padding: 10px 15px;
    padding-left: 40px;
}
.content .barcode_img {
    width: 206px;
    height: 286px;
    display: block;
    margin: auto;
}
.ss360-custom-search__input-container, #ss360-custom-searchbutton--no-results {
    display: none !important;
}
.content .imagen {
    border: 1px #e7e7e7 solid;
    transition: 0.2s;
    width: 20% !IMPORTANT;
    margin-left: 40px;
}
.content .table_image {
    width: 200px;
}
.set > a:after {
    font-family: 'Font Awesome 5 Pro';
    float: right;
    margin-top: 2px;
    font-weight: 100;
    font-size: 24px;
    content: "\f078";
}
.set > a.active:after {
    content: "\f077";
}
.table-section .mpg-content {
    border-bottom: 1px dashed;
    padding: 5px 0;
}
.table-section p {
    margin: 0 !IMPORTANT;
}
p, li {
    font-family: 'Roboto', sans-serif;
}
ul, ol {
    padding-left: 20px;
}
.mpslideBoxOpenNew > .column:first-child {
    background-color: transparent;
}
.mpslideBoxOpenNew > .column:last-child {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 40px;
    padding-right: 40px;
}
.mpSlideBox > .column:first-child:hover {
    box-shadow: 8px 8px 15px -6px rgb(0 0 0 / 30%)
}
.mpslideBoxOpenNew > .column:last-child p {
    padding: 10px 0px;
}
.mpSlideBox > .column:first-child {
    display: block;
    padding: 20px 36px 20px 0;
    text-decoration: none;
    color: #555;
    font-weight: normal;
    border-bottom: 1px dotted #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    letter-spacing: 2px;
    padding-left: 40px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.mpSlideBox {
    position: relative;
    height: auto;
    margin: 0px auto!important;
    max-width: 800px;
}
.mpSlideBox > .column:first-child:after {
    font-weight: 100;
    font-size: 24px;
    top: 20px;
}
.mpslideBoxOpenNew > .column:first-child:after {
    content: '\f077';
    font-weight: 100;
    font-size: 24px;
    top: 20px;
}
.mpSlideBox > .column:first-child p {
    font-family: 'Roboto Condensed', sans-serif;
}
.info-box-right ul {
    padding: 0;
}
.mpslideBoxOpenNew > .column:last-child ol {
    padding: 15px 0 15px 30px;
}
/************************************Button********************************************/
.btn-image span {
    display: inline-block;
    font-weight: 400;
    /*css-marker:btn-image-border*/
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #e3e3e3;
    padding: 2px 10px;
}
.btn-image:hover span {
    /*css-marker:image-btn-hover-border*/
}
.top-bar .row>.column>.mpg-content>div:hover {
    background-color: #919190;
    color: #fff;
}
.btn-outline {
    font-weight: 400;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    background-color: rgba(255,255,255,0);
    text-decoration: none;
    text-align: center;
    padding: 5px 15px;
    margin: 5px 0;
    line-height: 24px;
    transition: .5s ease;
}
.btn-outline:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}
.btn-red {
    font-weight: 400;
    /*css-marker:red-btn-border*/
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    background-color: #9f1844;
    padding: 8px 30px;
    display: inline-block;
    float: right;
    margin-bottom: 25px;
}
.btn-red:hover {
    /*css-marker:red-btn-hover-border*/
    color: #fff;
    background-color: rgba(159,24,68,0.71);
}
.btn-green {
    font-weight: 400;
    /*css-marker:green-btn-border*/
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    background-color: #81852a;
    padding: 8px 30px;
    display: inline-block;
    float: right;
    margin-bottom: 25px;
    transition: .5s ease;
}
.btn-green:hover {
    /*css-marker:green-btn-hover-border*/
    color: #fff;
    background-color: rgba(129,133,42,0.82);
}
.btn-brown {
    font-weight: 400;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    background-color: #ab8840;
    padding: 8px 30px;
    display: inline-block;
    float: right;
    transition: .5s ease;
}
.btn-brown:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #cba330;
}
.btn-black-outline {
    font-weight: 400;
    border: 1px solid #000;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    background-color: rgba(0,255,255,0);
    padding: 10px 40px;
    display: inline-block;
    transition: .5s ease;
    margin-top: 20px;
}
.btn-black-outline:hover {
    /*css-marker:Black-Outline-Button-Hover-border*/
    color: #000;
    background-color: #efefef;
}
.btn-blue {
    /*css-marker:btn-blue-font-weight*/
    /*css-marker:btn-blue-border*/
    /*css-marker:btn-blue-font-size*/
    /*css-marker:btn-blue-font-family*/
    /*css-marker:btn-blue-color*/
    /*css-marker:btn-blue-background-color*/
    text-decoration: none;
    text-align: center;
    padding: 10px 30px;
    margin: 20px 0;
    line-height: 24px;
    transition: .5s ease;
}
.btn-blue:hover {
    border: px  ;
}
.btn-grey {
    font-weight: 400;
    border: px  ;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    background-color: #545355;
    text-decoration: none;
    text-align: center;
    padding: 10px 50px;
    margin: 20px 0;
    line-height: 24px;
    transition: .5s ease;
    position: relative;
}
.btn-grey:hover {
    color: #fff;
    color: #fff;
    background-color: #7d7d7d;
}
/*****************************************/
.banner-section .mpg-bg-img {
    min-height: 570px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    background-size: cover;
}
.mpg-bg-img {
    min-height: 420px;
    background-size: cover;
    /*background-position: center;*/
    background-repeat: no-repeat;
}
.banner-section .banner-section {
    padding: 0;
}
.banner-section h1 {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 42px;
    padding: 200px 0;
    max-width: 500px;
    display: block;
}
.banner-section h1 a {
    color: #fff;
}
div#wrapper {
    overflow-x: hidden;
}
.inner_content {
    min-height: 400px;
}
.grey_background {
    background-color: rgba(95, 95, 97, 1);
}
.grey_background p a {
    color: #fff;
    text-decoration: underline;
}
.grey_background p {
    color: #fff;
}
nav#navDesctop ul.lvl-1>li:hover>a, nav#navDesctop ul.lvl-1>li>a.active {
    color: #1a1a1a;
}
.main_footer ul {
    list-style: none;
    padding: 0;
}
.main_footer ul.lvl-1>li>a {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: normal;
}
.main_footer ul.lvl-1>li>a:hover {
    color: #7d7d7d;
}
.coyright-section {
    background-color: #000;
    padding: 20px 0;
}
.coyright-section .coyright-section {
    padding: 0;
}
.btn-image {
    display: inline-flex;
    align-items: center;
}
.btn-image img {
    margin-left: 8px;
}
header.site-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 500;
    background-color: #fff;
    border: 10px solid #666;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
div#wrapper {
    padding-top: 135px;
}
blockquote:before {
    color: #000;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    font-family: 'Font Awesome 5 Brands';
}
blockquote:after {
    color: #000;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.8em;
    position: absolute;
    bottom: 0;
    margin-left: 15px;
    font-family: 'Font Awesome 5 Brands';
}
blockquote {
    margin: 3.5em 10px 0;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
}
blockquote p {
    display: inline-flex;
    /*css-marker:general-color*/
}
h1 {
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #3c3c3c;
    line-height: normal;
}
h2 {
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    color: #afafaf;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: normal;
}
h3 {
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #3c3c3c;
    position: relative;
}
h4 {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #3c3c3c;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: normal;
}
h5 {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #83852A;
    line-height: 24px;
}
h6 {
    /*css-marker:h6-font-weight*/
    /*css-marker:h6-font-size*/
    /*css-marker:h6-font-family*/
    /*css-marker:h6-color*/
}
.inner_header .container {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.mpg-widget.mpg-logo img {
    width: 100%;
    max-width: 145px;
    object-fit: cover;
}
.inner_header {
    padding-top: 15px;
}
.inner_header div#logo a {
    display: flex;
}
nav#navDesctop {
    top: auto;
    left: auto;
    display: flex !important;
    width: auto;
    background: none;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    gap: 65px;
}
#upScroll {
    position: fixed;
    right: 15px;
    z-index: 99;
    bottom: 0px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #666;
    font-size: 18px;
    cursor: pointer;
    transition: all 250ms;
}
#upScroll:hover {
    color: #fff;
    background-color: #333;
}
.top_bar .searchWrap input {
    border: none;
    background: transparent;
}
nav#navDesctop ul {
    padding: 0px;
}
nav#navDesctop ul li {
    float: left;
    position: relative;
}
.darkHeader .top_bar {
    display: none;
}
ul.main-nav {
    list-style: none;
    padding: 0;
}
nav#navDesctop ul.lvl-1>li>a {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #3c3c3b;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    text-align: left;
}
img {
    max-width: 100%;
}
a {
    /*css-marker:link-font-size*/
    color: #7d7d7d;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
#navDesctop .lvl-2, #navDesctop .lvl-3 {
    display: none;
}
#navDesctop>ul>li.ifsub {
    padding-right: 30px;
    padding-bottom: 15px;
}
#navDesctop li.ifsub > a::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f107';
    font-weight: 200;
    font-size: 18px;
    position: relative;
    top: 4px;
}
nav#navDesctop ul.lvl-2 li:hover>a, nav#navDesctop ul.lvl-2 li>a.active {
    background-color: #8b8b8f;
}
#navDesctop .lvl-1 .ifsub:hover .lvl-2 {
    display: block !important;
}
#navDesctop .lvl-2 {
    background-color: #5f5e60;
    display: none !important;
}
nav#navDesctop ul.lvl-2 {
    display: none;
    position: absolute;
    list-style: none;
    top: 100%;
    left: -30px;
    z-index: 10;
    width: 300px;
    padding-top: 9px;
    box-shadow: 0px 6px 7px -3px rgb(0 0 0 / 40%);
}
nav#navDesctop ul.lvl-2 li a {
    display: block;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    padding: 8px 35px 8px 25px;
    font-weight: 300;
    white-space: break-spaces;
    font-family: 'Roboto Condensed', sans-serif;
}
nav#navDesctop ul.lvl-2 li {
    width: 100%;
    border: 1px solid #575658;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
nav#navDesctop ul.lvl-2 li:hover ul.lvl-3 {
    display: block !important;
}
#navDesctop .lvl-2 li.ifsub > a::after {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 10px;
    content: '\f107';
    top: 10px;
}
nav#navDesctop ul.lvl-3 {
    display: none;
    position: absolute;
    right: 100%;
    padding: 0;
    width: 100%;
    top: 0px;
    border-radius: 0px;
    -webkit-background-clip: content;
    background-clip: content-box;
    background-color: #5f5e60;
    list-style: none;
}
nav#navDesctop ul.lvl-2 li:hover ul.lvl-3 {
    display: block !important;
}
.moduleNavWrap ul li:first-child ul {
    display: none;
}
.moduleNavWrap ul li:first-child:hover ul {
    display: block;
}
.moduleNavWrap ul li {
    margin-right: 20px;
    padding: 8px 0;
    position: relative;
}
.moduleNavWrap ul li ul {
    background-color: rgba(95, 95, 97, 1);
    position: absolute;
    right: 0;
    width: 115px;
    margin-top: 4px;
    text-align: center;
}
input:focus-visible {
    outline: none !important;
}
.main_footer a {
    color: #c6c6c6;
    font-size: 15px;
}
.main_footer {
    background-color: #5f5e60;
    color: #c6c6c6;
}
.main_footer>.container>.row {
    padding: 60px 0 40px;
}
#mobileNavOpener div {
    background-color: #929292;
}
#mobileNavOpener::before {
    background-color: #fff;
}
#mobileNavOpener.open::before {
    background-color: #fff;
}
#mobileNavOpener.open::after {
    background-color: #fff;
}
header #mobileNavOpener::after {
    background-color: #fff;
}
#navMobile div > ul {
    background-color: #fff;
}
ul.main-nav.lvl-1 li a:last-child {
    padding-right: 0 !important;
}
ul.main-nav.lvl-1 li a:last-child {
    padding-right: 0 !important;
}
.mpg-widget.mpg-siteSearch {
    margin: 0 15px;
}
.green_template h1 {
    color: #81852a;
}
.accordion-container {
    position: relative;
    height: auto;
    margin: 50px auto;
    max-width: 1000px;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
}
.set > a {
    display: block;
    padding: 20px 36px 20px 0;
    text-decoration: none;
    color: #555;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    letter-spacing: 2px;
    padding-left: 40px;
}
.set > a i {
    float: right;
    margin-top: 2px;
    font-weight: 100;
    font-size: 24px;
}
.set > a:hover {
    box-shadow: 8px 8px 15px -6px rgb(0 0 0 / 30%);
}
.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}
.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    padding-left: 40px;
}
.content ul {
    padding-left: 40px;
}
.content ul li {
    padding-left: 40px;
    list-style: none;
}
.gold_template h1 {
    color: rgba(145, 117, 61);
}
.searchWrap:hover {
    background: rgba(255,255,255,.5);
    color: #fff;
}
.top_bar .searchWrap input {
    color: #5f5f61 !important;
}
.search_bar button.mpg-searchBtn .fa-search:before {
    font-size: 14px;
    font-weight: 600;
}
.mpg-fullWidthContainer {
    width: 100vw !important;
}
footer.main_footer h4 p {
    margin-bottom: 22px !important;
}
.red_template h1 {
    color: #9f1845;
}
.main_footer a:hover {
    color: #fff;
}
/*NAV MOBILE*/
nav#navMobile ul.lvl-2 {
    background: rgba(255,255,255,.15);
}
nav#navMobile {
    z-index: 4;
    width: 50%;
    position: absolute;
    top: 150px;
    right: 0;
    display: none;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 175px;
    background-color: #666;
}
.darkHeader nav#navMobile {
    top: 142px;
}
nav#navMobile ul li.ifsub:nth-child(1) a {
    border-top: 0;
}
nav#navMobile {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 175px;
}
nav#navMobile ul.lvl-1 ul {
    display: none;
}
#navMobile ul > li.active.ifsub > ul {
    display: block;
}
nav#navMobile ul {
    list-style: none;
    padding: 0;
}
nav#navMobile ul.lvl-1 ul {
    background: rgba(255,255,255,.15);
}
nav#navMobile ul.lvl-1 li a {
    display: block;
    padding: 12px 43px 12px 20px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #575658;
    border-bottom: none;
    border-right: none;
    border-left: none;
}
nav#navMobile ul.lvl-2 > li > a {
    padding-left: 40px;
}
nav#navMobile ul.lvl-3 > li > a {
    padding-left: 60px;
}
.touchBtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: max-content;
}
.mtbArrow:before {
    content: '\f107';
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
}
.touchBtn .mtbArrow {
    position: absolute;
    right: 20px;
    top: 12px;
    height: 21px;
    transition: all 250ms;
}
.touchBtn.open .mtbArrow {
    transform: rotate(180deg);
}
/*================ Box Style ================*/
.banner-section .box-grey {
    background-color: #5f5e60;
}
.banner-section .bg-box-grey .box-grey:hover {
    background-color: #929291;
}
.banner-section .box-green {
    background-color: #82852a;
}
.banner-section .bg-box-green .box-green:hover {
    background-color: #a1a421;
}
.banner-section .box-brown {
    background-color: #ab8940;
}
.banner-section .bg-box-brown .box-brown:hover {
    background-color: #cba330;
}
.banner-section .box-red {
    background-color: #9f1543;
}
.banner-section .bg-box-red .box-red:hover {
    background-color: #cf0a65;
}
.box-green {
    background-color: #84852a;
}
.box-brown {
    background-color: #aa883e;
}
.box-red {
    background-color: #a01543;
}
.box-grey {
    background-color: #636362;
}
.bg-box-grey .box-grey:hover {
    background-color: #929291;
}
.bg-box-red .box-grey:hover {
    background-color: #cf0a65;
}
.bg-box-green .box-grey:hover {
    background-color: #a1a421;
}
.bg-box-brown .box-grey:hover {
    background-color: #cba330;
}
.bg-box-red .box-green:hover {
    background-color: #cf0a65;
}
.bg-box-green .box-green:hover {
    background-color: #a1a421;
}
.bg-box-brown .box-green:hover {
    background-color: #cba330;
}
.bg-box-red .box-brown:hover {
    background-color: #cf0a65;
}
.bg-box-green .box-brown:hover {
    background-color: #a1a421;
}
.bg-box-brown .box-brown:hover {
    background-color: #cba330;
}
.bg-box-red .box-red:hover {
    background-color: #cf0a65;
}
.bg-box-green .box-red:hover {
    background-color: #a1a421;
}
.bg-box-brown .box-red:hover {
    background-color: #cba330;
}
.bg-box-dark-grey .box-green:hover {
    background-color: #5f5e60;
}
.bg-box-dark-grey .box-brown:hover {
    background-color: #5f5e60;
}
.bg-box-dark-grey .box-red:hover {
    background-color: #5f5e60;
}
.bg-box-dark-grey .box-grey:hover {
    background-color: #5f5e60;
}
.bg-box-dark-red .box-grey:hover {
    background-color: #a01543;
}
.bg-box-dark-red .box-green:hover {
    background-color: #a01543;
}
.bg-box-dark-red .box-brown:hover {
    background-color: #a01543;
}
.bg-box-dark-red .box-red:hover {
    background-color: #a01543;
}
.banner-section .bg-box-dark-red .box-red:hover {
    background-color: #bc064a;
}
.banner-section .mobile-view-box .column {
    padding-bottom: 0;
}
#schnell {
    border-bottom: 1px solid #ccc;
}
.box-green.img-top, .box-brown.img-top, .box-red.img-top, .box-grey.img-top {
    text-align: center;
    box-shadow: 0 0 2px 0 #5f5f61;
    display: flex;
    transition: ease-in-out .8s;
    min-height: 300px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.box-green.img-top a, .box-brown.img-top a, .box-red.img-top a, .box-grey.img-top a {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    justify-content: center;
}
.bg-box-dark-grey .box-red.img-top a, .bg-box-dark-grey .box-green.img-top a, .bg-box-dark-grey .box-brown.img-top a {
    min-height: 350px;
}
.box-animation .column .img-top .ceContentWrap {
    text-align: left;
}
.box-green.img-top .ceContentWrap, .box-brown.img-top .ceContentWrap, .box-red.img-top .ceContentWrap, .box-grey.img-top .ceContentWrap {
    padding: 0 20px;
}
.box-animation .column .img-top:hover {
    transform: scale(1.13);
    position: relative;
    z-index: 99;
}
.box-animation .column .img-top .ceImageWrap {
    text-align: center;
}
.box-green h3, .box-brown h3, .box-red h3, .box-grey h3 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}
.box-green h4, .box-brown h4, .box-red h4, .box-grey h4 {
    font-size: 24px;
    line-height: 30px;
    max-width: 175px;
    margin: 0 auto;
    color: #fff;
}
.box-green h5, .box-brown h5, .box-red h5, .box-grey h5 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: 1s;
}
.box-green p, .box-brown p, .box-red p, .box-grey p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto Condensed';
    transition: 1s;
}
.box-animation .column:hover .img-top h4 {
    font-size: 18px;
    line-height: 22px;
}
.box-animation .column:hover .img-top p {
    font-size: 22px;
    line-height: 26px;
}
.mobile-view-box .column {
    padding: 7.5px;
}
.mobile-view-box {
    padding: 0px 7.5px;
}
/*=============== News-section =================*/
.News-section .ceTitleWrap {
    color: #fff;
}
.News-section .ceImageWrap img {
    max-width: 70%;
}
.News-section .ceColLeft {
    width: 16%;
}
.News-section .column h4 {
    color: #fff;
    font-size: 20px;
    /*font-weight: 600;*/
    line-height: 28px;
    margin-bottom: 15px;
}
.News-section.show .column:nth-child(2) .mpg-content {
    background-color: #fff;
    padding: 20px;
    color: #000;
    height: 100%;
}
.News-section.show .column:nth-child(2) .mpg-content p, .News-section.show .column:nth-child(2) .mpg-content h4 {
    color: #646363;
}
.News-section .column:nth-child(3) .mpg-content {
    border: 1px solid #fff;
    padding: 19px 20px;
    height: 100%
}
.News-section .column p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}
.News-section h2 {
    color: #fff;
    max-width: max-content;
    border: 1px solid #fff;
    padding: 5px 30px;
    line-height: normal;
    font-size: 25px;
    font-weight: 300;
}
.News-section .column .column:first-child p {
    padding-left: 30px;
    margin: 30px 0 50px 0;
}
/*==========================================*/
.larg-text h2:nth-child(3) {
    margin-bottom: 0;
}
.larg-text h2:first-child {
    color: #828529;
}
.larg-text h2:nth-child(2) {
    color: #ac8941;
}
.larg-text h2 {
    font-size: 28px;
}
.column.larg-text h2 {
    margin: 0;
}
.info-box .column:nth-child(2) .mpg-content.flex-wrap {
    border: 1px solid #646463;
    padding: 30px;
    margin-right: 20px;
}
.info-box .column:nth-child(2) p {
    font-size: 16px;
}
.info-box .column:nth-child(2) {
    padding-right: 0;
}
.accordion-container {
    position: relative;
    height: auto;
    margin: 50px auto 20px auto;
    max-width: 1000px;
}
.info-box .mpg-bg-img ul {
    padding: 0;
}
.info-box .column:nth-child(3) {
    background-image: url(https://dev.modulpark.ch/domains/tpl-108_infofactory_ch/application/design_20210623_0745/infobox_bg.jpg);
    padding: 64px 50px;
}
.info-box .column:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.9);
}
.info-box .column:nth-child(3) ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    padding-bottom: 4px;
}
.info-box .column:nth-child(3) ul li a {
    word-break: break-word;
}
.info-box .column:nth-child(3) h3 {
    font-size: 18px;
    font-weight: 400;
}
.info-box .mpg-bg-img ul li:before {
    content: '\f101';
    position: absolute;
    left: 1px;
    top: 6px;
    background: none;
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: normal;
    font-family: 'Font Awesome 5 Pro';
}
.table-box .Contact-box-right {
    padding: 0 !important;
}
.info-box .mpg-bg-img ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    padding-bottom: 4px;
}
.info-box .mpg-bg-img ul li a {
    word-break: break-word;
}
.info-box .mpg-bg-img h3 {
    font-size: 18px;
    font-weight: 400;
}
.info-box .mpg-bg-img ul li:before {
    content: '\f101';
    position: absolute;
    left: 1px;
    top: 6px;
    background: none;
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: normal;
    font-family: 'Font Awesome 5 Pro';
}
.accordion-container a {
    text-transform: uppercase;
}
.accordion-container ul li {
    padding: 0;
}
.Contact-box-right .mpg-content.flex-wrap {
    border: 1px solid #ddd;
    padding: 22px;
}
.Contact-box-right .mpg-content.flex-wrap h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.Contact-box-right .mpg-content.flex-wrap .btn-grey:hover {
    background: #871a3f;
    color: #fff;
}
.Contact-box-right .mpg-content.flex-wrap .btn-grey {
    display: block;
    padding: 10px 25px;
    text-align: center;
    background: #545355;
    position: relative;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.Contact-box-right .mpg-content.flex-wrap .btn-grey:hover {
    background-color: #7d7d7d;
}
.Contact-box-right .mpg-content.flex-wrap .btn-grey:before {
    content: '\f1d8';
    position: absolute;
    top: 12px;
    left: 17px;
    color: #fff;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
}
.Contact-box-right {
    padding: 40px 0 0 0 !important;
}
.info-box-right {
    background-image: url(https://dev.modulpark.ch/domains/tpl-108_infofactory_ch/application/design_20210623_0745/infobox_bg.jpg);
    padding: 22px !important;
}
.info-box-right .mpg-content.flex-wrap {
    background: rgba(255, 255, 255, 0.9);
    padding: 22px;
}
.info-box-right ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    padding-bottom: 4px;
}
.info-box-right ul li a {
    word-break: break-word;
    font-size: 16px;
}
.info-box-right h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.info-box-right ul li:before {
    content: '\f101';
    position: absolute;
    left: 1px;
    top: 6px;
    background: none;
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: normal;
    font-family: 'Font Awesome 5 Pro';
}
.coyright-section p {
    font-size: 15px;
    line-height: 24px;
}
.Raum-boxes .mpg-contentElement.img-top {
    background-color: rgba(95, 95, 97, 1);
    height: 100%;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-out;
    min-height: 540px;
    background-color: #969595;
}
.Raum-boxes .mpg-contentElement.img-top:hover {
    background-color: #fff;
    box-shadow: 5px 4px 10px rgb(0 0 0 / 50%);
    border: none;
}
.Raum-boxes .ceContentWrap {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.Raum-boxes .ceImageWrap img {
    width: 100%;
    object-fit: cover;
}
.Raum-boxes .ceContentWrap p {
    text-align: left;
}
.Raum-boxes {
    padding: 10px !important;
}
.Raum-boxes .mpg-contentElement.img-top:hover h3, .Raum-boxes .mpg-contentElement.img-top:hover p {
    color: #000;
}
.Raum-boxes .mpg-contentElement.img-top:hover a {
    color: #828529;
}
.Raum-boxes .mpg-contentElement.img-top:hover .btn-grey {
    color: #fff;
}
.Raum-boxes .mpl-button {
    display: flex;
    width: 100%;
    justify-content: center !important;
}
.Raum-boxes .btn-grey {
    width: 100%;
    padding: 10px !important;
}
.Raum-boxes .btn-grey:hover {
    background-color: #7d7d7d;
    color: #fff !important;
}
.Raum-boxes .ceTitleWrap h3 {
    margin-bottom: 0;
    color: #fff;
}
p.box-links {
    margin: 0 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    min-height: 60px;
}
.table-box table tr td {
    padding: 2px 20px 2px 0;
    border-bottom: 1px dotted #646463;
}
.table-box p {
    margin-top: 40px;
}
.table-box span.font-green {
    color: #828529;
}
.Raum-boxes .ceContentWrap p a, .Raum-boxes .ceContentWrap p {
    color: #fff;
}
.Kontakt-page a.btn.btn-grey {
    max-width: 300px;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    position: relative;
}
.Kontakt-page .column:nth-child(2) .btn-grey {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    margin-top: 90px;
}
.Kontakt-page .column:nth-child(3) .mpg-widget.mpg-ckEditor {
    border: 1px solid #000;
    padding: 30px;
    margin-top: 50px;
}
.map-link:before {
    content: '\f3c5';
    position: absolute;
    top: -4px;
    font-size: 20px;
    right: -22px;
    font-family: 'Font Awesome 5 Pro';
}
.for-down:before {
    content: '\f019';
    position: absolute;
    top: -4px;
    font-size: 20px;
    right: -40px;
    transform: rotate(0deg );
    font-family: 'Font Awesome 5 Pro';
}
a.map-link {
    position: relative;
    margin-right: 40px;
}
a.for-down {
    position: relative;
}
.mpg-menu .langNavContainer a.active, .mpg-menu .langNavContainer a:hover {
    color: #828529;
}
.Kontakt-page-icon p:nth-child(6) a:before {
    content: '\f095';
    position: absolute;
    top: 12px;
    left: 17px;
    color: #fff;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    transform: rotate(90deg );
}
.Kontakt-page-icon p:nth-child(7) a:before {
    content: '\f1d8';
    position: absolute;
    top: 12px;
    left: 17px;
    color: #fff;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
}
.Kontakt-page-icon a.btn.btn-grey:hover {
    background-color: #7d7d7d;
    color: #fff;
}
.main_footer h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.mpslideBoxOpenNew li, .mpCkEditorItem li {
    list-style: none;
    position: relative;
}
.mpslideBoxOpenNew li:before, .mpCkEditorItem li:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 6px;
    background: #000;
    left: -15px;
    top: 10px;
}
.mpslideBoxOpenNew img {
    width: 200px;
    height: auto;
}
.table-section .column:first-child {
    padding-left: 15px;
}
.table-section .column {
    padding: 0;
}
.d-flex.flex-wrap.row.table-section {
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
}
.mpslideBoxOpenNew ol li ol li {
    list-style: lower-alpha;
}
.mpslideBoxOpenNew ol li {
    list-style: auto;
}
.mpslideBoxOpenNew ol li:before {
    display: none;
}
.main_footer .mpslideBoxOpenNew li:before, .main_footer .mpCkEditorItem li:before {
    display: none;
}
.Raum-boxes .btn-grey:before {
    content: '\f1d8';
    position: absolute;
    top: 12px;
    left: 17px;
    color: #fff;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
}
.red_template .btn-grey:hover {
    color: #fff;
    background-color: #871a3f;
}
.green_template .btn-grey:hover {
    color: #fff;
    background-color: #81852a;
}
.info-box .btn-grey {
    width: 100%;
}
.mpslideBoxOpenNew > .column:last-child {
    display: block;
}
.active>.title>.icon {
    transform: rotate(180deg );
    fill: #fff;
    stroke: #fff;
}
.inner-full-btn {
    display: grid;
}
.inner-full-btn a.btn.btn-grey {
    margin: 5px 0;
}
ol.alpha-list li {
    list-style: lower-alpha;
}
.inner-full-btn a:before {
    content: '\f1d8';
    position: absolute;
    top: 12px;
    left: 17px;
    color: #fff;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
}
.main_footer ul li {
    font-size: 15px;
    color: #c6c6c6;
    margin-top: 5px;
}
.berufe .mpg-bg-img {
    background-position: right;
}
.info-box {
    justify-content: end;
    padding-right: 20px;
}
/*CSS für Suche */
/* Search Button Hover */
#searchButton {
    transition: background-color 0.3s ease;
    cursor: pointer;
}
#searchButton:hover {
    background-color: rgba(100, 103, 33, 1);
}
.search-trigger {
    max-height: 22px;
}
.search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.search-overlay.active {
    display: flex;
    width: 100%;
}
/* Suchverlauf ausblenden */
.unibox__cluster--ihre_letzt_anfragen,
.unibox__selectable--history,
#unibox-suggest-cluster-heading-ihre_letzten_suchanfragen_ {
    display: none !important;
}
/* NEU: Wrapper, damit Suchleiste + Treffer untereinander stehen */
.search-panel {
    width: 100%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* iOS-sichere Zentrierung */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.search-box {
    display: flex;
    align-items: center;
    max-width: 80%;
    width: 100%;
}
/* NEU: Im Panel soll die Suchbox volle Breite nutzen (sonst wird sie wieder "schmal") */
.search-panel .search-box {
    max-width: 100%;
}
.input-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 30px;
    border-radius: 4px 0 0 4px;
    gap: 20px;
    width: 100%;
    line-height: 30px;
}
.input-wrap span {
    font-size: 18px;
    color: #555;
}
.input-wrap input {
    border: none;
    outline: none;
    font-size: 18px;
    width: 100%;
}
.input-wrap button {
    background: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.input-wrap button:hover {
    background: #0056b3;
}
.close-btn {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
}
.search-box button {
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    line-height: 32px;
    border-radius: 0 4px 4px 0;
    background: rgba(130 133 43);
    color: #fff;
}
.search-trigger svg {
    max-width: 20px;
    max-height: 20px;
}
.search-trigger svg .s0,
.search-trigger svg .s1 {
    stroke: #fff !important;
}
.search-box svg .s0,
.search-box svg .s1 {
    stroke: #000 !important;
}
/* NEU: Trefferbereich unterhalb der Suchleiste */
#ss360-results {
    width: 100%;
    display: block;
    margin-top: 16px;
}
/* NEU: Falls viele Treffer kommen, soll nur der Bereich scrollen */
#ss360-results {
    max-height: calc(100vh - 220px);
    overflow: auto;
}
/* NEU: Zweite SS360-Suchleiste im eingebetteten Resultatbereich ausblenden
(falls der Designer-Toggle nicht greift) */
#ss360-results form,
#ss360-results .ss360-searchbox,
#ss360-results .ss360-search-box {
    display: none !important;
}
/* Text-Wrapping für längere Button-Texte verhindern */
.bwzCloudWrap .mpl-button .btn span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
/* Container-Anpassungen */
.bwzCloudWrap {
    width: 100%;
}
.bwzCloudWrap .d-flex.row[centeredcontainer="true"] {
    justify-content: center;
    align-items: stretch;
}
/*new css*/
.btn.btn-grey i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.btn.btn-grey i.fa.fa-phone {
    transform: translateY(-50%) rotate(90deg);
}
h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    color: #545355;
}
.banner-section {
    max-height: 570px;
}
.gradient-bg {
    background: linear-gradient(135deg, #F9F3F0 0%, #F6ECE9 45%, #EADCD6 100% );
}
.gradient-bg .gradient-bg {
    background: transparent;
}
.banner-section>.column>.row:nth-child(2) {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner-section>.column>.row:nth-child(2) .mpg-contentElement.img-left a {
    padding: 20px 20px;
    display: block;
    font-size: 18px;
    flex-grow: 1;
    transition: all 300ms;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    height: 100%;
    min-height: 145px;
}
.banner-section>.column>.row:nth-child(2) .mpg-contentElement a {
    color: #fff;
    white-space: nowrap;
    font-size: 18px;
    position: relative;
    height: 100px;
    display: block;
}
.banner-section>.column>.row:nth-child(2) .ceColLeft {
    width: 30px;
    display: none;
}
.banner-section>.column>.row:nth-child(2) .ceColRight {
    width: 100%;
}
.mobile-view-box .column.box-grey {
    background: transparent;
}
.toggle-header {
    max-width: 25%;
    margin-left: auto;
}
.gradient-bg h2 {
    background-image: linear-gradient(90deg, #9e1b2d 0%, #871a3f 10%, #8a5a3a 15%, #81852a 38%, #828529 50%, #5f7a3f 70%, #5f7a3f 85%, #4f6f35 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 140% 100%;
    background-position: left center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
span {
    color: #9E1B2D;
}
.box-green.img-top .ceImageWrap img, .box-brown.img-top .ceImageWrap img, .box-red.img-top .ceImageWrap img, .box-grey.img-top .ceImageWrap img {
    max-width: 150px;
    max-height: 150px;
}
.bg-box-dark-grey .box-red.img-top a img, .bg-box-dark-grey .box-green.img-top a img, .bg-box-dark-grey .box-brown.img-top a img {
    max-width: 200px;
    max-height: 200px;
}
.top-bar .row>.column>.mpg-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: max-content;
    margin-left: auto;
}
.Info-sec p {
    background: #9f1845;
    padding: 10px 18px;
    text-align: right;
    font-size: 18px;
    line-height: 20px;
    width: 130px;
    clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    15% 100%
    );
    font-style: italic;
}
.Info-sec p a {
    color: #fff;
}
.Info-sec {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 99;
}
.top-bar .row > .column > .mpg-content > div {
    position: relative;
    padding: 5px 20px;
    background: #5f5f61;
    line-height: 32px;
    height: 36px;
}
.top-bar .row > .column > .mpg-content > div::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    height: 16px;
    width: 2px;
    background: rgba(255,255,255,0.6);
}
.top-bar .row > .column > .mpg-content > div:last-child::after {
    display: none;
}
.top-bar .row>.column>.mpg-content>.mpg-widget:first-child {
    clip-path: polygon(0% 0%, 102% 0%, 102% 100%, 10% 100% );
}
.inner_header .mpg-logo a {
    display: flex;
}
.mpg-widget.mpg-logo img {
    width: 100%;
    max-width: 48%;
    object-fit: cover;
    padding-bottom: 15px;
}
.top-bar .row>.column>.mpg-content span span {
    border: 0;
    margin: 0;
    padding: 0;
}
.space-top-l {
    padding-top: 80px;
}
.space-bottom-l {
    padding-bottom: 80px;
}
.mpSlideBox > .column:first-child p,.mpSlideBox > .column:first-child:after {
    font-size: 14px;
    line-height: 20px;
}
/*table css*/
.table-sec span {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #828529
}
.table-sec span {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #828529;
    white-space: normal;
}
.table-sec p {
    padding: 5px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #3c3c3c;
}
.table-sec>.column>.row>.column>.row {
    margin: 0;
}
.table-sec>.column>.row>.column>.row>.column {
    border-bottom: 1px dotted #646463;
}
.table-sec>.column>.row>.column, .table-sec>.column>.row>.column>.row>.column {
    padding: 0;
}
.table-sec>.column>.row {
    margin: 0;
}
.table-sec>.column:last-child {
    padding-left: 70px;
}
.mpg-fullWidthContainer.grey_background.News-section.hide, .column.hide {
    display: none;
}
.d-flex.flex-wrap.row.space-top-l.space-bottom-l.organigram img {
    max-width: 80%;
}
.Info-sec:hover p {
    filter: brightness(1.15);
    transition: filter 0.3s ease;
}
.resize-m img {
    max-width: 99.5%;
}
.resize img {
    max-width: 80%;
}
.close-btn {
    font-family: Arial, sans-serif;
    /* erzwingt Text-Rendering */
}
/*...................media.......................*/
@media (min-width: 1800px) {
    .banner-section .mpg-bg-img {
        min-height: 570px;
    }
    .search_bar input#mpg-searchBox {
        width: 375px;
    }
    .search_bar input#mpg-searchBox {
        width: 375px;
        border: 0;
        border-bottom: 2px dotted #999;
        float: left;
        margin-left: 20px;
        margin-bottom: 2px;
    }
    body .inner_header .container {
        max-width: 1300px !IMPORTANT;
    }
    div#logo {
        transform: translateX(-145px);
    }
}
@media (min-width: 1301px) {
    .container, .inside {
        width: 100% !important;
        padding: 0 !important;
        max-width: 1170px !important;
        margin: 0 auto;
    }
}
@media (max-width: 1300px) {
    .container, .inside {
        width: 100% !important;
        padding: 0 30px !important;
        max-width: 100% !important;
        margin: 0 auto;
    }
}
@media (min-width: 1201px) {
    div#mobile\ mobile_show {
        display: none;
        margin: 0;
        padding: 0;
    }
    .search-box {
        max-width: 900px;
    }
}
@media (max-width: 1200px) {
    .bg-box-dark-grey .box-red.img-top a, .bg-box-dark-grey .box-green.img-top a, .bg-box-dark-grey .box-brown.img-top a {
        min-height: 300px;
    }
    .box-green.img-top .ceImageWrap img.ceImage, .box-brown.img-top .ceImageWrap img.ceImage, .box-red.img-top .ceImageWrap img.ceImage, .box-grey.img-top .ceImageWrap img.ceImage {
        max-width: 100px;
        max-height: 100px;
    }
    .banner-section>.column>.row:nth-child(2) .mpg-contentElement.img-left a {
        min-height: 100px;
    }
    .News-section.show .column:nth-child(2) .mpg-content,.News-section .column:nth-child(3) .mpg-content {
        padding: 15px;
    }
    .News-section .column h4 {
        font-size: 17px;
        line-height: 25px;
    }
    div#diagramm {
        display: none;
    }
    .Info-sec p {
        background: #9f1845;
        padding: 8px 18px;
        font-size: 15px;
        line-height: 20px;
        width: 120px;
    }
    .button {
        border-radius: 50%;
        padding: 6px 12px;
        font-weight: 700;
        font-size: 24px;
        z-index: 9;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        text-align: center;
    }
    .darkgreen {
        background-color: #4A6824;
    }
    .title {
        width: 90%;
        font-size: 20px;
        margin-left: -20px;
        box-shadow: 2px 0px 2px rgb(0 0 0 / 20%);
        text-align: right;
        padding-right: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 2px;
        color: #000;
    }
    #mobile .title {
        position: static;
        max-width: none;
        color: #000;
    }
    svg.icon {
        width: 20px;
        margin-left: 10px;
        fill: #000;
    }
    #rules .container {
        display: inline-flex !important;
        width: 100%;
        cursor: pointer;
        transition: 0.4s;
        border: none;
        outline: none;
        justify-content: end !important;
        grid-column: 2 / 12 !important;
        padding: 0;
    }
    .green {
        background-color: #82852A;
    }
    .lightgreen {
        background-color: #B4B67F;
    }
    .brown {
        background-color: #AB8840;
    }
    .darkbrown {
        background-color: #7F7328;
    }
    .lightbrown {
        background-color: #CDB88C;
    }
    .darkred {
        background-color: #8B1328;
    }
    .lightred {
        background-color: #C4738E;
    }
    .box {
        max-height: 0;
        box-shadow: 2px 0px 2px rgb(0 0 0 / 20%);
        width: 100%;
        transition: max-height 0.3s;
        overflow: hidden;
        display: none;
        flex-direction: column;
        grid-column: 3/12;
    }
    .show {
        display: flex !important;
    }
    .rule {
        font-weight: 700;
        text-align: right;
        display: flex;
        width: 90%;
        margin-left: 0px;
        padding: 10px 0 20px 10%;
        margin-bottom: 15px;
        margin-top: 20px;
        justify-content: flex-end;
    }
    .star-container {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .use {
        font-weight: 400;
        text-align: right;
        display: flex;
        width: 90%;
        margin-left: 0px;
        margin-top: 15px;
        margin-bottom: 20px;
        padding: 20px 0 10px 10%;
        justify-content: flex-end;
        color: #fff;
    }
    #mobile .active .title {
        color: #fff;
    }
    .red {
        background-color: #9F1643;
    }
    #mobile .title {
        position: static;
        max-width: none;
        color: #000 !important;
    }
    #rules:last-child {
        margin-bottom: 100px;
    }
    .title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        border-bottom: 2px dotted lightgray;
    }
    .table-box {
        overflow-x: scroll;
    }
    ul.main-nav.lvl-1 li a:last-child {
        padding-right: 10px !important;
    }
    div#logo {
        padding: 10px 0 0 5px;
    }
    .banner-section>.column>.row:nth-child(2) .mpg-contentElement a {
        font-size: 16px;
    }
    .banner-section>.column>.row:nth-child(2) .mpg-contentElement.img-left a {
        padding: 15px 15px;
    }
    .info-box .column:nth-child(3) {
        padding: 40px;
        font-size: 15px;
    }
    .info-box .column:nth-child(2) .mpg-content.flex-wrap {
        padding: 15px 20px;
    }
    /* .info-box .column, .info-box .column .mpg-content {
height: 260px !important;
}*/
    .box-green h5, .box-brown h5, .box-red h5, .box-grey h5 {
        line-height: 18px;
        font-size: 13px;
    }
    .box-green p, .box-brown p, .box-red p, .box-grey p {
        font-size: 15px;
        line-height: 20px;
        padding-top: 5px;
    }
    .box-animation .column:hover .img-top p {
        font-size: 17px;
    }
    .box-animation .column:hover .img-top h5 {
        font-size: 15px;
    }
    .box-green h3, .box-brown h3, .box-red h3, .box-grey h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .box-green h4, .box-brown h4, .box-red h4, .box-grey h4 {
        font-size: 18px;
        line-height: 24px;
        max-width: 135px;
    }
}
@media (min-width: 992px) {
    nav#navMobile {
        display: none !important;
    }
    .mpg-widget.mpg-siteSearch {
        margin: 0 15px;
        padding: 0 !important;
    }
    .News-section .column .column:first-child p {
        max-width: 500px;
    }
    .search-panel {
        max-width: 60%;
    }
}
@media (max-width: 991px) {
    .resize-m img {
        max-width: 100%;
    }
    .bg-box-dark-grey .box-red.img-top a, .bg-box-dark-grey .box-green.img-top a, .bg-box-dark-grey .box-brown.img-top a {
        min-height: 220px;
    }
    .img-pos {
        padding-left: 10px;
    }
    .banner-section h1 {
        padding: 80px 0;
    }
    .News-section .row {
        gap: 30px 0;
    }
    .News-section .column .column:first-child p {
        margin: 30px 0 40px 0;
        max-width: 500px;
    }
    .swiper-slide {
        min-height: 190px !important;
    }
    .mpg-bg-img {
        min-height: 250px;
    }
    .banner-section .mpg-bg-img {
        min-height: 570px;
    }
    #mobileNavOpener.open div {
        opacity: 0;
    }
    nav#navMobile ul.lvl-2 > li > a {
        border-top: 1px solid #575658 !important;
    }
    #mobileNavOpener.open::before {
        -moz-transform: rotate(495deg);
        -webkit-transform: rotate(495deg);
        transform: rotate(495deg);
        top: 23px;
        transition: all 850ms ease;
    }
    #mobileNavOpener.open::after {
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 23px;
        transition: all 850ms ease;
    }
    .News-section h3 font {
        font-size: 22px !IMPORTANT;
    }
    nav#navDesctop {
        display: none !important;
    }
    #mobileNavOpener div {
        background-color: #fff;
        height: 2px;
        width: 22px;
        right: 15px;
        position: absolute;
        top: 46%;
    }
    #mobileNavOpener:before {
        background-color: #fff;
        content: '';
        height: 2px;
        width: 22px;
        position: absolute;
        top: 15px;
        left: 15px;
    }
    #mobileNavOpener:after {
        background-color: #fff;
        content: '';
        height: 2px;
        width: 22px;
        position: absolute;
        top: 32px;
        left: 15px;
    }
    #mobileNavOpener {
        position: absolute;
        cursor: pointer;
        padding: 25px 26px;
        right: 30px;
        z-index: 5;
        background-color: #666;
        bottom: 0;
    }
    .info-box .column:first-child {
        display: none;
    }
    .info-box .column {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .banner-section>.column>.row:nth-child(2) {
        gap: 7.5px 0;
    }
    .Kontakt-page .column:nth-child(3) .mpg-widget.mpg-ckEditor {
        padding: 20px 18px;
    }
    .box-green h3, .box-brown h3, .box-red h3, .box-grey h3 {
        font-size: 17px;
        line-height: 22px;
    }
}
@media (min-width: 768px) {
    nav#navMobile {
        width: 50%;
        left: auto;
        right: 0;
    }
}
@media only screen and (min-width:950px) and (max-width:991px) {
    .Raum-boxes .mpg-contentElement.img-top {
        min-height: 490px;
    }
    .Raum-boxes .btn-grey:before {
        top: 10px;
        left: 10px;
        font-size: 13px;
    }
    .Raum-boxes .btn-grey {
        width: 100%;
        padding: 10px !important;
        font-size: 13px;
        padding-left: 30px !important;
    }
}
@media only screen and (min-width:767px) and (max-width:950px) {
    .Raum-boxes .mpg-contentElement.img-top {
        min-height: 450px;
    }
    .Raum-boxes .btn-grey:before {
        top: 10px;
        left: 10px;
        font-size: 11px;
    }
    .Raum-boxes .btn-grey {
        width: 100%;
        padding: 10px !important;
        word-break: break-word;
        padding-left: 30px !important;
        font-size: 13px;
        line-height: 17px;
    }
}
@media only screen and (min-width:767px) and (max-width:991px) {
    .column.top-address-bar > .mpg-content .mpg-widget {
        padding-right: 20px;
        margin: 0;
    }
    .Kontakt-page a.btn.btn-grey {
        max-width: 220px !important;
        padding: 10px 0;
    }
}
@media only screen and (min-width:991px) and (max-width:1100px) {
    .banner-section .mpg-bg-img {
        min-height: 520px !important;
    }
    .container .inside {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .Raum-boxes .mpg-contentElement.img-top {
        min-height: 480px;
    }
    .Raum-boxes .btn-grey:before {
        top: 12px;
        left: 14px;
        font-size: 14px;
    }
    .Raum-boxes .btn-grey {
        font-size: 14px;
    }
}
@media only screen and (min-width:1100px) and (max-width:1400px) {
    .Raum-boxes .mpg-contentElement.img-top {
        min-height: 500px;
    }
    .Raum-boxes .btn-grey:before {
        top: 12px;
        left: 14px;
        font-size: 14px;
    }
    .Raum-boxes .btn-grey {
        font-size: 14px;
    }
    .box-green p, .box-brown p, .box-red p, .box-grey p {
        font-size: 18px;
    }
    .box-green h5, .box-brown h5, .box-red h5, .box-grey h5 {
        font-size: 14px;
    }
    .box-animation .column:hover .img-top p {
        font-size: 20px;
    }
    .box-animation .column:hover .img-top h4 {
        font-size: 16px;
    }
    .box-green h3, .box-brown h3, .box-red h3, .box-grey h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .box-green h4, .box-brown h4, .box-red h4, .box-grey h4 {
        font-size: 20px;
        line-height: 26px;
        max-width: 150px;
    }
    .News-section .column p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 26px;
    }
    .box-green.img-top, .box-brown.img-top, .box-red.img-top, .box-grey.img-top {
        min-height: 270px;
    }
    .box-green.img-top a, .box-brown.img-top a, .box-red.img-top a, .box-grey.img-top a {
        min-height: 270px;
    }
}
@media only screen and (max-width:1000px) {
    .top_bar .container {
        padding: 5px 16px !important;
    }
}
@media only screen and (max-width:460px) {
    .rules .mpg-bg-img {
        min-height: 210px;
    }
    .rules .mpg-bg-img {
        background-position: 20%;
    }
    .Raum-boxes .btn-grey:before {
        top: 10px;
        left: 10px;
        font-size: 13px;
    }
    .Raum-boxes .btn-grey {
        font-size: 13px;
    }
    div#logo, .search_bar {
        display: block;
    }
    .top_bar .searchWrap input {
        width: 140px;
    }
    .searchWrap {
        margin-left: 3%;
    }
    .darkHeader nav#navMobile {
        top: 135px;
    }
    .set > a {
        padding-left: 10px !important;
    }
    .set > a .fa-chevron-down:before {
        content: "\f078";
        position: absolute;
    }
}
@media only screen and (min-width:1400px) {
    .container, .inside {
        width: 100% !important;
        padding: 0 !important;
        max-width: 1300px !important;
        margin: 0 auto;
    }
    .swiper-slide {
        min-height: 420px !IMPORTANT;
    }
    .img-pos {
        padding-left: 145px;
    }
    .info-box-right .mpg-content.flex-wrap, .info-box-right, .Contact-box-right .mpg-content.flex-wrap {
        padding: 30px;
    }
    .info-box-right ul li a {
        font-size: 18px;
    }
}
.col-end-13 {
    grid-column-end: 13;
}
.col-start-1 {
    grid-column-start: 1;
}
.grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr));
}
.grid {
    display: grid;
}
/** * iFrame Overlay */
.iframeOverlay {
    display: none;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 150;
    cursor: pointer;
}
.iframeOverlay:before {
    position: absolute;
    top: 135px;
    right: 20px;
    content: '\f00d';
    font-size: 28px !important;
    color: #fff;
}
.iframeWrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.iframeWrapper iframe {
    height: 80% !important;
    width: 80% !important;
    border: none;
    box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, .6);
}
.iframeModalOpener {
    padding: 10px 0 10px 32px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.iframeModalOpener:before {
    content: '\f271';
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 25px !important;
}
.iframeModalOpener:before, .iframeOverlay:before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    font-size: inherit;
    font-weight: 100;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* CSS für mobile Darstellung der BWZ Login-Buttons nebeneinander */
/* Hauptlösung: Überschreibt Bootstrap-Spalten für mobile Ansicht */
@media (max-width: 1199.98px) {
    .bwzCloudWrap .d-flex.row .col-lg-12.col-md-12.col-sm-12.column {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
/* Für sehr kleine Bildschirme (Smartphones) */
@media (max-width: 767.98px) {
    .bwzCloudWrap .d-flex.row .col-lg-12.col-md-12.col-sm-12.column {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 5px;
        padding-right: 5px;
    }
    /* Button-Text anpassen für kleine Bildschirme */
    .bwzCloudWrap .mpl-button .btn span {
        font-size: 12px;
        line-height: 1.2;
    }
    /* Button-Padding reduzieren */
    .bwzCloudWrap .mpl-button .btn {
        padding: 8px 10px;
    }
    /* Icon im BWZ Login Button anpassen */
    .bwzCloudWrap .mpl-button .btn img {
        width: 20px !important;
        height: auto;
    }
}
/* Für sehr kleine Bildschirme unter 480px */
@media (max-width: 479.98px) {
    .bwzCloudWrap .mpl-button .btn span {
        font-size: 10px;
    }
    .bwzCloudWrap .mpl-button .btn {
        padding: 6px 8px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    /* Icon noch kleiner machen */
    .bwzCloudWrap .mpl-button .btn img {
        width: 16px !important;
    }
}
/* Alternative: Falls Buttons bei sehr kleinen Bildschirmen doch untereinander sollen */
@media (max-width: 340px) {
    .bwzCloudWrap .d-flex.row .col-lg-12.col-md-12.col-sm-12.column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
/* Zusätzliche Verbesserungen für die Button-Darstellung */
.bwzCloudWrap .mpl-button .btn {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Abstände zwischen den Spalten auf mobilen Geräten */
@media (max-width: 767.98px) {
    .bwzCloudWrap .d-flex.row {
        margin-left: -5px;
        margin-right: -5px;
    }
}
/* Reihenfolge der Buttons auf mobilen Geräten */
@media (max-width: 767.98px) {
    .bwzCloudWrap .d-flex.row {
        flex-wrap: nowrap;
    }
}
@media (max-width: 1024px) {
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .News-section .column p {
        font-size: 16px;
        line-height: 24px;
    }
    .News-section h2 {
        font-size: 20px;
    }
    .Contact-box-right .mpg-content.flex-wrap, .info-box-right, .info-box-right .mpg-content.flex-wrap {
        padding: 20px !important;
    }
    .info-box-right ul li a {
        font-size: 14px;
    }
}
@media (max-width:1100px) and (min-width:992px) {
    .box-green.img-top, .box-brown.img-top, .box-red.img-top, .box-grey.img-top {
        min-height: 230px;
    }
    .box-green.img-top a, .box-brown.img-top a, .box-red.img-top a, .box-grey.img-top a {
        min-height: 230px;
    }
}
@media (max-width: 991px) {
    .box-green.img-top, .box-brown.img-top, .box-red.img-top, .box-grey.img-top {
        min-height: 250px;
    }
    .box-green.img-top a, .box-brown.img-top a, .box-red.img-top a, .box-grey.img-top a {
        min-height: 250px;
    }
    .table-sec>.column>.row {
        overflow: auto;
    }
    .table-sec p {
        font-size: 16px;
        line-height: 20px;
        white-space: nowrap;
    }
    .table-sec>.column>.row>.column>.row {
        flex-wrap: nowrap !important;
    }
    .space-top-l {
        padding-top: 60px;
    }
    .space-bottom-l {
        padding-bottom: 60px;
    }
    .info-box {
        padding-bottom: 100px;
    }
    nav#navMobile ul li.ifsub {
        position: relative;
    }
    .table-sec>.column:last-child {
        padding-left: 40px;
    }
}
@media (min-width: 768px) {
    .top-bar>.mpg-fullWidthContainer {
        display: none;
    }
    nav#navMobile {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .table-sec>.column:last-child {
        padding-left: 0px;
    }
    .main_footer ul li {
        margin-top: 2px;
    }
    .img-pos img {
        max-width: 30vw;
    }
    .swiper-slide {
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    .News-section h3 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: normal;
    }
    .btn-black-outline {
        width: 100%;
        text-align: center;
    }
    .Kontakt-page .mpl-spacer {
        height: 0 !important;
    }
    .Raum-boxes .mpg-contentElement.img-top {
        min-height: 440px;
    }
    .Kontakt-page .column:nth-child(2) .btn-grey {
        margin-top: 0;
    }
    .Kontakt-page a.btn.btn-grey {
        max-width: 100% !important;
    }
    .table-box .mpg-widget.mpg-codeEditor {
        overflow: scroll;
    }
    .table-box .Contact-box-right {
        padding: 15px !important;
    }
    .accordion-container .content ol {
        padding: 15px 0 15px 30px;
    }
    .Contact-box-right {
        padding: 40px 15px 0px 15px !important;
    }
    .coyright-section .inside .column p {
        text-align: left !important;
    }
    .mpg-widget.mpg-siteSearch {
        margin: 0;
        padding-right: 5px !important;
    }
    .mpg-widget.mpg-moduleNav span.moduleNavTextSpan {
        display: none;
    }
    .column.top-address-bar > .mpg-content .mpg-widget:last-child {
        padding-right: 40px;
    }
    .info-box .btn-grey {
        font-size: 14px;
        padding: 10px 20px;
        line-height: 20px;
    }
    .info-box .column:nth-child(2) .btn-grey:before {
        left: 10px;
        font-size: 14px;
    }
    .info-box .column:nth-child(3) ul li a {
        font-size: 15px;
    }
    .info-box .column:nth-child(3) {
        padding: 34px;
    }
    .info-box .column:nth-child(3)::before {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .info-box .column {
        margin: 10px 0;
    }
    .Info-sec p {
        font-size: 14px;
        line-height: 16px;
        width: 100px;
    }
    .info-box-right {
        margin-top: 45px;
    }
    .space-top-l {
        padding-top: 40px;
    }
    .space-bottom-l {
        padding-bottom: 40px;
    }
    .top-bar>.row {
        display: none;
    }
    .top-bar .row>.column>.mpg-content span span {
        display: none;
    }
    .banner-section h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .banner-section>.column>.row:nth-child(2) .mpg-contentElement.img-left a {
        min-height: 120px;
    }
    .banner-section h1 {
        max-width: 400px;
    }
    .mpSlideBox > .column:first-child {
        padding: 15px 40px 15px 0px;
    }
    .mpslideBoxOpenNew > .column:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mobile-view-box .column .img-top {
        text-align: center;
    }
    .box-green h5, .box-brown h5, .box-red h5, .box-grey h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .box-green p, .box-brown p, .box-red p, .box-grey p {
        font-size: 18px;
        line-height: 24px;
    }
    .input-wrap {
        padding: 9px 10px;
        gap: 8px;
        line-height: 30px;
    }
    .input-wrap input {
        font-size: 14px;
    }
    .search-box button {
        padding: 9px 16px;
        font-size: 14px;
        line-height: 28px;
    }
    .resize-m img {
        max-width: 100%;
    }
    .resize img {
        max-width: 100%;
    }
}
@media only screen and (max-width:575px) {
    .title {
        width: 100%;
        font-size: 15px;
        padding-right: 15px;
    }
    .tile {
        padding: 5px 10px 20px !important;
        aspect-ratio: unset !important;
    }
    .tile__label {
        margin-top: 0 !important;
    }
    .button {
        border-radius: 50%;
        padding: 12px 12px !important;
        font-size: 18px;
        width: 45px;
        height: 45px;
        line-height: 120%;
    }
    .banner-section>.column>.row:nth-child(2) {
        gap: 30px 0;
    }
    .Kontakt-page a.map-link {
        padding-left: 40px !important;
    }
    .box-animation .column .img-top .ceContentWrap {
        text-align: center;
    }
    .mpg-widget.mpg-siteSearch {
        margin: 0;
        padding-right: 5px !important;
    }
    .larg-text .column {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .larg-text .column:nth-child(2) {
        order: -1;
    }
    nav#navMobile {
        width: 100% !important;
    }
    .banner-section .mpg-bg-img {
        min-height: 580px;
    }
    .info-box .column {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .info-box {
        padding: 40px 15px;
    }
    .banner-section>.column>.row:nth-child(2) .column {
        max-width: calc(100% - 0px);
        flex: 0 0 100%;
    }
    .banner-section {
        max-height: 800px;
    }
    .banner-section .mpg-bg-img {
        min-height: 800px;
    }
    .container, .inside {
        padding: 0px 20px !important;
    }
    #mobileNavOpener {
        right: 20px;
    }
    .banner-section h1 {
        max-width: 320px;
    }
    .banner-section>.column>.row:nth-child(2) .mpg-contentElement.img-left a {
        min-height: fit-content;
        padding: 40px 20px;
    }
    .banner-section>.column>.row:nth-child(2) .mpg-contentElement a {
        font-size: 20px;
    }
    .banner-section>.column>.row:nth-child(2) {
        gap: 20px;
        margin-bottom: 30px;
    }
    nav#navMobile {
        top: 135px;
    }
    .info-box .column:nth-child(2) .mpg-content.flex-wrap {
        margin: 0;
    }
    .banner-section>.column>.row:nth-child(2) .mpg-contentElement a {
        height: auto;
    }
    .mobile-view-box .column {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .mobile-view-box .column .img-top, .mobile-view-box .column .img-top a {
        min-height: auto;
    }
    .box-green.img-top a, .box-brown.img-top a, .box-red.img-top a, .box-grey.img-top a {
        min-height: auto;
    }
    .mobile-view-box .column .img-top a {
        padding: 30px 10px;
        box-shadow: none;
    }
    .box-animation .column .img-top {
        padding: 30px 10px;
    }
    .banner-section h1 {
        padding: 60px 0;
    }
}
@media (max-width: 480px) {
    .Kontakt-page p:nth-child(1) {
        width: fit-content;
    }
    .Kontakt-page a.map-link {
        margin: 10px -15px 10px 0px;
        display: block;
        padding: 0 !important;
    }
    .search-trigger svg {
        max-width: 15px;
        max-height: 15px;
    }
    .btn-image span {
        padding: 6px 0px;
    }
    .banner-section h1 {
        letter-spacing: 1px;
    }
    .banner-section h1, h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .btn-image span {
        font-size: 13px;
        line-height: 20px;
    }
    .News-section .column p {
        font-size: 14px;
        line-height: 22px;
    }
    .top-bar .row>.column>.mpg-content>.mpg-widget {
        padding: 3px 14px;
        height: 32px;
    }
}
/*QUICK INFO PLUGIN START*/
.tile-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.tile {
    flex: 1 1 calc((100% - 54px) / 4);
    aspect-ratio: 1 / 1;
    background: #6d6d6d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    height: auto !important;
}
.tile-icon {
    width: 56px;
    height: 56px;
}
.tile-label {
    margin-top: 14px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.06em;
    font-weight: 600;
    text-transform: uppercase;
}
@media (min-width: 1100px) and (max-width: 1400px) {
    .tile__label {
        font-size: 20px !important;
    }
}
@media (max-width: 1200px) {
    body .tile-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    .tile__label {
        font-size: 18px !important;
    }
}
@media (max-width: 1100px) {
    .tile {
        flex: 1 1 calc((100% - 36px) / 3);
    }
}
@media (max-width: 991px) {
    body .tile-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 767px) {
    body .tile-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .unibox {
        display: none !important;
    }
}
@media (max-width: 760px) {
    .tile {
        flex: 1 1 calc((100% - 18px) / 2);
    }
}
@media (max-width: 575px) {
    body .tile-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
@media (max-width: 480px) {
    .tile {
        flex: 1 1 100%;
    }
}
@media (max-width: 380px) {
    .tile {
        padding: 10px 10px 20px !important;
        aspect-ratio: unset !important;
    }
    .tile-icon {
        width: 120px !important;
        max-height: 120px !important;
    }
}
/*QUICK INFO PLUGIN END*/
@media (max-width: 575px) {
    .mpg-bg-img.rules {
        min-height: 200px;
    }
}
@media (max-width: 480px) {
    .mpg-bg-img.rules {
        min-height: 170px;
    }
}
@media (max-width: 380px) {
    .mpg-bg-img.rules {
        min-height: 150px;
    }
}
.search-overlay {
    height: 100dvh;
    min-height: 100dvh;
}
