.GoZi.colors.for.Holzhacker {
    color: #fffded;
    color: #bb8734
    color: #bb7734;
    color:#016529;
    color: #01411c;
}

body, html {
    width: 100%;
    height: 100%;
    font: 16px/1.5em 'Poly', serif;

}

*{
    hyphens: none;
}
.float_left{
	float:left;
}
:focus {
	 outline: 1px dotted;
  outline-offset: 2px;
  outline: -webkit-focus-ring-color auto 5px;
}
:focus-visible {
  outline: 2px solid Highlight;
}
#blitzbewerbung_wrapper {
        display: none;
        width: 50vw;
        height: 50vh;
        background-color: rgba(255, 253, 237, 1);
		border: 1px solid #B17A4F;
		position: fixed;
		top: calc(50% - 25vh);
		left: calc(50% - 25vw);
		padding: 35px;
		border-radius: 4px;
	z-index: 99;
	overflow: auto;
    }
@media screen and (max-width: 480px){
#blitzbewerbung_wrapper {
	width: 90vw;
        height: 90vh;
		top: calc(50% - 45vh);
		left: calc(50% - 45vw);
}
}
@media screen and 
#blitzbewerbung_wrapper .icon_wrapper {
	text-align:right;
}
#blitzbewerbung_wrapper .fa-x {
	cursor: pointer;
}
#blitzbewerbung_button a{
	background: #B17A4F;
	padding: 15px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
}
#blitzbewerbung_button a:hover{
	background: rgba(177, 122, 79, 0.75);
}

.mm-page {
    width: 100%
}
@media screen and (max-width: 480px) {
    .mobileHide {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    .desktopHide {
        display: none;
    }
}
#wrapper {
    width: 100%;
    overflow: auto;
    font-weight: normal;
    color: #644024;
    letter-spacing: .5px;
    font: 16px/1.5em 'Poly', serif;
    background-color: rgba(255, 253, 237, 0.7);
}
#container {
    background-color: transparent;
}
#header {
    z-index: 9;
}

#header .inside, #copyright .inside, #footer .inside, #main .mod_article .container, .mod_breadcrumb ul{
    margin:auto;
    max-width: 1220px;
    padding-left: 30px;
    padding-right: 30px;
}
.ce_gallery > ul li.col_first, .content-gallery > ul li.col_first {
    clear: left;
}
.ce_gallery .col_1, .ce_gallery .col_2,
.product.col_1, .product.col_2 {
    flex: none;
    max-width: none;
}

.ce_gallery.gallery_limit_1 ul li{
	display: none;
}
.ce_gallery.gallery_limit_1 ul li:first-child{
	display: block;
}
@media screen and (max-width: 767px){
    .ce_gallery [class*='cols_'] li {
        width:33.333333%;
    }
}
#main .mod_article.fullwidth-boxed .container{
    max-width: 1220px;
}
#main .mod_article.fullwidth-boxed-medium .container{
    max-width: 950px;
}
#main .mod_article.fullwidth-boxed-small .container{
    max-width: 768px;
}
#main .mod_article.fullwidth .container{
    max-width: none;
    padding:0;
}

#main .mod_article.article-pt{
    padding-top: 35px;
}
#main .mod_article.article-pb{
    padding-bottom: 35px;
}
.ce_text table tr{
    vertical-align: top;
}
.ce_text ul li{
    list-style-type: circle;
}
/* ///////////////////////////////////////////////////////////// */
/* ///////////////  COLOR   BASICS            ////////////////// */
/* ///////////////////////////////////////////////////////////// */

#footer {
    background-color: #016529;
    color: #fff;
}
#copyright {
    background-color: #01411c;
    color: #fff;
}

a, p a {
    text-decoration: none;
    color: #016529
}

a:hover, #left a:hover {
    color: #bb7734
}
.mod_article.bg-accent{
    background-color: #016529;
}
.mod_article.bg-second{
    background-color: #bb7734;
}
#main .mod_article.bg-second h1,
#main .mod_article.bg-second h2,
#main .mod_article.bg-second h3,
#main .mod_article.bg-second h4,
#main .mod_article.bg-second p{
    color:#fff;
}
h1, .ce_text.h1 {
    margin-top: 28px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font: 25px Oswald, sans-serif
}
#slider h1,
#slider .ce_text.h1{
    margin-top:0;
    margin-bottom:0;
}

h1.big {
    margin-bottom: 30px;
    font-size: 20px
}

h1, h2, h3 {
    font-weight: normal;
    color: #016529;
    text-transform: uppercase
}
#main h2, .ce_text.h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #B17A4F;
    letter-spacing: 2px;
    font: 20px oswald;
    font-weight: normal !important;
}
#main h3, .ce_text.h3 {
    margin-bottom: 8px;
    letter-spacing: 1.5px;
    font: 16px oswald;
}
#header {
    width: 100%;
    height: 197px;
    position: relative;
    background: url("/files/cto_layout2023/img/rinde.jpg") repeat-x scroll center top transparent
}

#header:before {
    width: 100%;
    height: 66px;
    position:absolute;
    top: 135px;
    background-image: url("/files/cto_layout2023/img/holz.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    content: ""
}
.logo_wrapper{
    overflow: visible;
}
.logo_wrapper a {
    -webkit-transition: all 1s 0s ease-in-out;
    -moz-transition: all 1s 0s ease-in-out;
    -o-transition: all 1s 0s ease-in-out;
    transition: all 1s 0s ease-in-out;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    display:block;
    transform-origin: top center;
}

.logo_wrapper a:hover {
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}

/* ///////////////////////////////////////////////////////////// */
/* ///////////////  Icons                     ////////////////// */
/* ///////////////////////////////////////////////////////////// */

#footer .phone:before{
    content:"\f8d3";
    margin-right: 3px;
    font-size: 1em;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}
#footer .mail:before{
    content:"\f0e0";
    margin-right: 3px;
    font-size: 1em;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}
#footer .maps:before{
    content:"\f3c5";
    margin-right: 3px;
    font-size: 1em;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}
#footer .facebook:before{
    content:"\f082";
    margin-right: 3px;
    font-size: 1em;
    font-family: "Font Awesome 6 Brands";
    font-weight: 300;
}
#footer .instagram:before{
    content:"\f16d";
    margin-right: 3px;
    font-size: 1em;
    font-family: "Font Awesome 6 Brands";
    font-weight: 300;
}

/* ///////////////////////////////////////////////////////////// */
/* ///////////////  NAVIGATION                ////////////////// */
/* ///////////////////////////////////////////////////////////// */
.html_content{
    position: absolute;
    bottom:30px;
    left:30px;
    z-index: 2;
}
.mm-menu_theme-dark{
    --mm-color-background:#644024;
}
.mm-wrapper__blocker.mm-slideout{
    z-index: 11;
}
@media screen and (min-width: 1024px) {
    .burgermenu{
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    #header .mod_navigation{
        display: none;
    }
}
.burgermenu {
    position: absolute;
    top: 156px;
    right: 40px;
    color: #fff;
    font-size: 1.4em;
}
.burgermenu:hover{
    color:#fff;
}
.burgermenu span{
    font: 12px oswald;
    margin-right: 6px;
}
.burgermenu i{
    padding-top:3px;
    vertical-align: middle;
}
#header .mod_navigation{
    margin-top: 154px;
    color:#fff;
    overflow: visible;
}
#header .mod_navigation ul{
    float: right;
}
#header .mod_navigation ul li{
    position: relative;
    float:left;
    margin-right: 1.25rem;

}
#header .mod_navigation ul li:last-child{
    margin-right:0;
}
#header .mod_navigation ul.level_1 > li > a,
#header .mod_navigation ul.level_1 > li > strong{
    padding-bottom: 14px;
    display: inline-block;

}
#header .mod_navigation ul.level_1 > li.trail > a,
#header .mod_navigation ul.level_1 > li > strong{
    border-bottom: 5px solid rgba(255, 253, 237, 1);
}
#header .mod_navigation ul ul {
    display:none;
    background-color: #fffded;
    position: absolute;
    z-index: 2;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.15)
}
#header .mod_navigation ul ul li{
    margin-right: 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
}
#header .mod_navigation ul li:hover ul{
    display: block;
}
#header .mod_navigation ul li a,
#header .mod_navigation ul strong{
    color: #fffded;
}
#header .mod_navigation ul li:hover a{
    color:#fff;
}
#header .mod_navigation ul li:hover ul li a{
    color: #bb7734;
}
#header .mod_navigation ul li ul li:hover a{
    color:#fff;
    background-color: #016529;
}
#header strong{
    font-weight: normal;
}
#header .mod_navigation ul ul strong{
    color:#fff;
    background-color: #016529;

}
#header .mod_navigation ul.level_1 > li > a,
#header .mod_navigation ul.level_1 > li > strong{
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
#header .mod_navigation ul ul li a,
#header .mod_navigation ul ul strong{
    width: 100%;
    padding: 4px 18px;
    display: inline-block;
    font-size: 1.5vw;
}

#header li a,
#header li strong {
    font-size: 1.7vw;
}
@media screen and (min-width: 1220px){
    #header li a,
    #header li strong {
        font-size: 1.375rem;
    }
    #header .mod_navigation ul ul li a,
    #header .mod_navigation ul ul strong{
        font-size: 1.05rem;
    }
}
.mm-panel #footerspace{
    margin-top: 30px;
    margin-left: 20px;
}


/* ///////////////////////////////////////////////////////////// */
/* ///////////////  BREADCRUMB NAVIGATION     ////////////////// */
/* ///////////////////////////////////////////////////////////// */

.mod_breadcrumb {
    border-bottom: 0px solid #bb8734;
    text-align: right;
    position: relative;
}
.mod_breadcrumb ul{
    padding-top: 2px;
}
.mod_breadcrumb ul li{
    display: inline;
}
.mod_breadcrumb ul li:after{
    content: "»";
    padding-left: 3px;
    padding-right: 3px;
}
.mod_breadcrumb ul li:last-child:after{
    content:"";
    padding:0
}
.mod_breadcrumb a, .mod_breadcrumb{
    font-size: 0.8rem;
}
/* ///////////////////////////////////////////////////////////// */
/* ///////////////  PADDING BASICS            ////////////////// */
/* ///////////////////////////////////////////////////////////// */

#main .inside .mod_article:first-child{
    padding-top: 80px;
}
#main .inside > div:last-child:not(.bg-second) {
    margin-bottom: 45px;
}

#footer .inside{
    padding-top: 35px;
    padding-bottom: 35px;
}
#copyright .inside{
    padding-top: 12px;
}
#copyright a, #copyright p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
}
#copyright a:hover {

    color: rgba(255, 255, 255, 1);
}
.ce_divider hr{
    border:0;
    border-top: 1px solid #bb7734;
    margin-top: 35px;
    margin-bottom: 35px;
}
.ce_divider.light hr{
    border:0;
    border-top: 1px solid rgba(187, 119, 52, 0.25);
    margin-top: 35px;
    margin-bottom: 35px;
}

/* ///////////////////////////////////////////////////////////// */
/* ///////////////  BKGRND PIC WITH TEXT      ////////////////// */
/* ///////////////////////////////////////////////////////////// */
.ce_text_image_bkgrnd,
.ce_text_image_bkgrnd .background,
.ce_text_image_bkgrnd_slider,
.ce_text_image_bkgrnd_slider .background{
    position:relative;
}
.ce_text_image_bkgrnd .background:after   {
    content:"";
    display: block;
    width:100%;
    height:100%;
    background-color: rgba(1, 65, 28, 0.8);
    mix-blend-mode: darken;
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: opacity 0.5s 0s ease;
    -moz-transition: opacity 0.5s 0s ease;
    -o-transition: opacity 0.5s 0s ease;
    transition: opacity 0.5s 0s ease;
}
.ce_text_image_bkgrnd:hover .background:after{
    opacity: 0;
}
.ce_text_image_bkgrnd .foreground,
.ce_text_image_bkgrnd_slider .foreground{
    position:absolute;
    top: 50%;
    width: 100%;
    color:#fff;
}
.ce_text.txt-color-white{
    color:#fff;
}

/* ///////////////////////////////////////////////////////////// */
/* ///////////////  SPEISEKARTE               ////////////////// */
/* ///////////////////////////////////////////////////////////// */


.ce_karte {
    margin-bottom: 18px
}

.ce_karte .karte_infotext {
    width: 100%;
    float: left
}

.ce_karte .karte_titel {
    width: auto;
    float: left;
    display: inline-block
}


.ce_karte .priceTable {
    width: 20%;
    float: right
}
.ce_karte .priceTable.part_5 {
    width: 40%;
    float: right
}
.ce_karte .priceTable.part_6 {
    width: 60%;
    float: right
}

.ce_karte .priceTable .group,
.ce_karte .priceTable > div {
    float: right;
    margin-left: 2%;
    text-align: right
}
.ce_karte .priceTable.part_4 > div{
    width: 48%;
}
.ce_karte .priceTable.part_5 .group,
.ce_karte .priceTable.part_5 > div {
    width: 23%;
}
.ce_karte .priceTable.part_6 .group,
.ce_karte .priceTable.part_6 > div {
    width: 14.66666667%;
}

.ce_karte .priceTable > div.unit {
    margin-left: 1.5%
}

.ce_karte .priceTable > group.first {
    display: none
}

.ce_karte .priceTable .group .value {
    float: right;
    margin-left: 10%
}

.ce_karte .group .value.unit {
    font-size: 13px;
    font-style: italic
}

.ce_karte .group .value.price {
    font-weight: bold
}

.ce_karte p {
    margin-bottom: 1px
}
.ce_karte p img{
    margin-right: 2px;
}
@media screen and (max-width: 480px) {
    .ce_karte {
        margin-bottom: 14px
    }

    .ce_karte .karte_titel, .ce_karte .priceTable {
        width: 100%
    }

    .ce_karte .priceTable {
        float: left
    }

    .ce_karte .priceTable > div {
        width: 18%;
        float: right;
        margin-right: 3%;
        margin-left: 0;
        text-align: left
    }

    .ce_karte .priceTable > div .value {
        margin-right: 6%;
        margin-left: 0
    }

    .ce_karte .karte_titel p {
        margin-bottom: 2px
    }
}



/* ///////////////////////////////////////////////////////////// */
/*/ // /////  SYMBOLE FÜR ALERGENE UND VEGANER  //////////////*/
/* ///////////////////////////////////////////////////////////// */

#symbolicons{
    position: fixed;
    right: 0;
    top:50%;
    background-color: #fffdee;
    margin-right: -108px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    z-index: 9;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
}
#symbolicons:hover{
    margin-right:0px;
}
#symbolicons p {
    position: relative;
    margin-bottom:0;
    padding: 5px;
}
#symbolicons p strong {
    vertical-align: top;
    padding-top:12px;
    padding-left: 3px;
    display: inline-block;
}
@media (max-width: 767px){
    #symbolicons img{
        width:32px;
    }
    #symbolicons p strong {
        padding-top:6px;
    }
}
@media (max-width: 330px){
    #symbolicons img{
        width:24px;
    }
    #symbolicons p strong {
        padding-top:4px;
    }
}

/* ///////////////////////////////////////////////////////////// */
/* ///////////////  Cookiebar                 ////////////////// */
/* ///////////////////////////////////////////////////////////// */
#cookiebar-desc img{
    float:left;
    margin-right: 12px;

}
#cookiebar-desc h3{

}
.iframeWrapper.maps iframe{
    width:100%;
    min-height: 450px;
}
#resmio-holzhacker-im-neuen-schutzenhaus-2.unchecked{
    margin-top: 80px;
    text-align: center;
}
#resmio-holzhacker-im-neuen-schutzenhaus-2.unchecked h3{
    color: #fff;
}
.calltoaction_resio{
    padding:4px 20px;
    background-color: #016529;
    display: inline-block;
    color: #fff;
}
.calltoaction_resio:hover{
    background-color: #fff;
    color: #016529;
}
#button-container .cc-btn {
    display: inline-block;
    cursor: pointer;
    padding: 8px 14px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5;
}
#button-container{
	text-align:center;
}
#button-container .image img	{
	margin:auto;
}



/* ///////////////////////////////////////////////////////////// */
/* ///////////////  Footer                    ////////////////// */
/* ///////////////////////////////////////////////////////////// */

#footer a{
    color: rgba(255, 255, 255, 0.8);
}
#footer a:hover{
    color:#fff;
}
#footer h1,
#footer h2,
#footer h3{
    color:#fff;
    font-family: Oswald, sans-serif;
    margin-bottom: 12px;
    font-family: ;
}
.mod_eventlist.oeffnungszeiten .empty{
    display: none;
}
.mod_eventlist.oeffnungszeiten .event{
    margin-bottom: 12px;
    font-size: 0.9em;
}
.mm-panels .mod_eventlist.oeffnungszeiten{
    padding-bottom: 12px
}
/* ///////////////////////////////////////////////////////////// */
/* ///////////////  SHOP FEATURES    ACcount  ////////////////// */
/* ///////////////////////////////////////////////////////////// */
@media screen and (max-width:767px){
	#iso_ajaxBox{
		width:80%;
		left: 10%;
	}
}
.cart-icon {
    right: 0;
    top: 210px;
    position: fixed;
    z-index: 9;
    padding: 6px 12px 6px 6px;
    background-color: #fefceb;
    border-top: 1px solid #016529;
    border-bottom: 1px solid #016529;
    border-left: 1px solid #016529;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cart-icon i {
    font-size: 2em
}
.submit_container input.button_checkout, .submit_container input.confirm.button, .submit_container input.next.button{
    float: right;
    background-color: #016529;
}
.mod_iso_checkout .voucher-info-block{
    display:none;
}
.orderconditions .widget-select.minutes {
    margin-top: 54px;

}
form .checkbox_container legend span, form .widget-radio legend span{
    display: inline;

}
form .checkbox_container legend, form .widget-radio legend {
    text-shadow: none;
    background-color: transparent;
    color:#644024;
}

.mod_iso_cart.mini > div {
    width: 100%;
    float: left
}

.mod_iso_cart .remove span, .mod_iso_cart .tableFooter .remove, .mod_iso_cart .edit span {
    display: none
}

.mod_iso_cart a.remove:before {
    margin-right: 3px;
    font-family: "Font Awesome 6 Pro", sans-serif;
    content: "\f2ed"
}


.mod_iso_coupons input.text {
    width: 150px;
    float: left
}

.mod_iso_coupons label {
    float: left
}

.mod_iso_coupons .submit {
    margin-top: 0
}

.quantity_container input.text {
    max-width: 80px
}

.quantity_container {
    float: left;
    margin-right: 3px
}

.product_list .offer {
    float: right
}

.product_list .product {
    margin-bottom: 45px;
    clear: both;
}

.mod_iso_productreader .image_container {
    float: left
}

.mod_iso_productreader .gallery_container {
    clear: both;
    width: 100%;
    margin-bottom: 24px;
}

#article-91 .mod_iso_productreader .gallery_container {
    float: right;
    clear: none
}
.mod_iso_relatedproducts .product{
	float:left;
	width: 28.3333%;
	margin-right: 5%;
	clear:none;
}
@media screen and (max-width:767px){
	.mod_iso_relatedproducts .product{
	width: 100%;
	margin-right:0;
	}
}
input.submit, button.submit{
	padding: 9px 20px;
}
.mod_iso_messages{
	position: fixed;
	top: 200px;
	right: 10px;
	width: 280px;
	color: #fffded;
	background: #016529;
	padding: 15px 60px 15px 25px;
	border-radius: 4px;
	cursor:pointer;
	z-index:9;
	overflow: visible;
}
.mod_iso_messages p{
	margin-bottom: 0;
	position:relative;
}
.mod_iso_messages p:before{
	content:"\58";
	font-family: fontawesome, "Font Awesome", "Fontawesome";
	font-size: 0.8em;
	position: absolute;
	left:-28px;
	top: -20px;
	color: #016529;
	background: #fffded;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	text-align:center;
}
.formbody p.error {
    color: #d60000
}
.mod_customnav.hh_user li {
    float: left;
    margin-left: 25px
}

.mod_customnav.hh_user {
    width: 100%;
    margin-bottom: 25px;
    text-align: right
}

.mod_iso_orderhistory {
    overflow: auto
}

.mod_iso_orderhistory table, .mod_iso_orderdetails table {
    width: 100%
}

.mod_iso_orderdetails table {
    margin-top: 15px
}

#iso_mod_checkout_address .vcard {
    margin-bottom: 20px;
    margin-left: 20px
}

.iso_login_box {
    width: 100%;
    text-align: right
}

#iso_mod_checkout_address .radio_container input {
    float: left
}

.contact_form input[disabled], .contact_form select[disabled], .contact_form textarea[disabled], .contact_form input[readonly], .contact_form select[readonly], .contact_form textarea[readonly] {
    cursor: pointer;
    background-color: #fff
}

input.datepicker, input.timepicker {
    background-repeat: no-repeat;
    pointer-events: none;
}

textarea {
    height: 150px;
}
#main .xmasorder input[type=number]{
	width: 50px;
}
#main .xmasorder textarea{
    height:50px;
}
.mod_registration {
    padding: 0%;
    background: none;
    margin: 10px 0;
    max-width: 500px;
    box-shadow: none;
}

.mod_registration label {
    color: #644024
}

.mod_login {
    padding: 0%;
    background: none;
    margin: 10px auto;
    max-width: 500px;
    border: 0px solid rgba(0, 0, 0, 0.1);
}
.rd-container{
    /* z-index:99;*/
    min-width:260px
}
.rd-time-list{
    z-index: 99;
}
.rd-container table{
    min-width: 225px;
}
.rd-day-body{
    padding:6px;
}
.rd-day-selected, .rd-time-selected, .rd-time-option:hover{
    background-color:#016529;
}
.rd-month-label,
.rd-back,
.rd-next{
    margin:10px 0;
}
.rd-container input:hover:not([type="submit"]),
.rd-container button:hover:not([type="submit"]),
.rd-container textarea:hover{
    border:0;
}

form .widget-radio span.currency{
    display: inline-block;
}
.vytalinfo {
    margin-top: 3px;
    position: relative;
    font-size: 0.8em;
}
.vytalinfo:before{
    content:"\f059";
    font-family: "Fontawesome";
    margin-right:3px;
}
.mod_iso_productlist .image_container{
    max-width: 203px;
    float: left;
    margin-right: 12px;
    margin-bottom:24px;
}

input[type=submit]:disabled {
    cursor: not-allowed !important
}

.mindvalue {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-style: italic
}

.mod_iso_productlist .widget > label {
    float: left;
    margin-right: 6px
}

.editicon:before, .actions .edit:before {
    margin-right: 3px;
    font-family: "Font Awesome 6 Pro", sans-serif;
    content: "\f044"
}
/*
a.editicon{
    float:left;
}
a.editicon:after{
    content: "";
    display: table;
    clear: both;
}
*/
.tableRow, .tableFooter > div {
    width: 100%;
    float: left
}

.tableRow > div {
    float: left;
    padding-right: 3px
}

.tableFooter > div > div {
    float: left
}

.mod_iso_cart .col_0 {
    width: 40%
}

.mod_iso_cart .col_1 {
    width: 10%
}

.mod_iso_cart .col_2 {
    width: 20%
}

.mod_iso_cart .col_3 {
    width: 20%
}

.mod_iso_cart .col_4 {
    width: 10%
}

.mod_iso_cart .price, .mod_iso_cart .actions {
    text-align: right
}

.mod_iso_cart .tableFooter {
    float: none;
    clear: both;
    margin-top: 6px;
    margin-bottom: 6px;
    border-top: 1px solid #ccc
}

.mod_iso_checkout tfoot tr{
    border-top: 1px solid #016529;

}

.mod_iso_cart input.text {
    width: 35px
}

.mod_iso_cart * {
    box-sizing: border-box
}

.mod_iso_cart.mini .submit_container {
    float: right
}
.mod_iso_cart .product ul{
	display: none;
}
.mod_iso_checkout table {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.product_list .submit_container input.text {
    width: 35px
}

.product_list .submit_container .quantity_container {
    float: left;
    margin-right: 15px
}

.product_list .options, .mod_iso_productreader .options {
    display: inline-block;
    width: 100%;
}

.product_list .teaser {
    margin-bottom: 3px;
}

.mod_iso_checkout td.col_first {
    display: none
}

.mod_iso_checkout .steps {
    margin-bottom: 12px;
    border-bottom: 1px solid #016529
}

.mod_iso_checkout .steps ol {
    list-style-type: none
}

.mod_iso_checkout .steps li {
    width: 25%;
    float: left
}
.mod_iso_checkout .steps a.passed:after{
    font-family: "Font Awesome 6 Pro";
    content:"\f046";
    margin-left: 6px;
}
.product_list .sku, .mod_iso_productreader .sku, .noDetails .product_list .details {
    display: none
}

.product_list .radio_container span, .mod_iso_checkout .radio_container > span {
    display: block
}

.mod_iso_checkout .error {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #d41111
}

.mod_iso_cart td {
    padding: 2px 6px
}

.description ul {
    padding-left: 25px;
    list-style-type: disc
}
/* ///////////////////////////////////////////////////////////// */
/* ///////////////  Accordion                 ////////////////// */
/* ///////////////////////////////////////////////////////////// */
.mod_faqpage h3{
    display:inline;
}
.mod_faqpage section{
    width: 100%;
    padding:20px 0;
}
/* ///////////////////////////////////////////////////////////// */
/* ///////////////  SONSTIGES / News / KARRIERE         ////////////////// */
/* ///////////////////////////////////////////////////////////// */

a.button{
    background: #016529;
    color: rgba(255, 253, 237, 1);
    padding: 6px 18px;
    border-radius: 3px;
}
.icon_calendar:before {
    content:"\f274";
    margin-right: 8px;
    font-size: 1em;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}

.karriere_wrapper .layout_latest{
    margin-bottom: 42px;
}
.mod_newslist .layout_latest {
margin-bottom: 60px; 
}
.mod_newslist .layout_latest:after {
  content: "";
  display: table;
  clear: both;
}


#reputation-fallback{
    margin-top: 10px !important;
}
.widget-fineuploader{
    width:100%;
}
.qq-upload-button{
    width:100%;

}
.qq-upload-list li{
    margin-left:0;
}
.qq-upload-list li.qq-upload-success,
.qq-upload-drop-area-active,
.qq-upload-drop-area,
.qq-upload-extra-drop-area,
.qq-uploader-selector,
.qq-upload-button{
    background-color: #016529;
    color:#fff;
    min-height: 80px;
}
.widget.float_right{
    float:right;
}
fieldset#ctrl_95{
    border: 0;
}
.ce_form .widget-submit button.submit{
    background-color: #016529;
}
.news-notfall .layout_simple{
	background: #016529;
	padding: 20px 25px 20px 60px;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #fff;
	font-size: 24px;
	text-align:center;
	position:relative;
}
.news-notfall .layout_simple:before{
	position: absolute;
	content: "\f071";
	left: 10px;
	font-family: Fontawesome;
	font-size: 50px;
	top:40%;
}

/* ///////////////////////////////////////////////////////////// */
/* ///////////////  mod_article FEATURES            ////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* =============================================================================
 * template mod_article_offset_top
 * ========================================================================== */

#main .mod_article.mod_article_offset_top {
    position: relative;
    top: -60px;
}

#main .mod_article.mod_article_offset_top > .container {
    padding-top: 0;
    padding-bottom: 0;
}

/* =============================================================================
 * mod_article
 * ========================================================================== */

.mod_article {
    overflow: visible;
    position: relative;
    overflow: visible;
    background-size: cover;
    background-position: center;
}

.mod_article:before,
.mod_article:after {
    content:'\0020';
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}

.mod_article:after {
    clear:both;
}

.mod_article > .container {
    position: relative;
}

/* =============================================================================
 * mod_article background-positions
 * ========================================================================== */

.mod_article.bg-left-top {
    background-position: left top;
}

.mod_article.bg-left-center {
    background-position: left center;
}

.mod_article.bg-left-bottom {
    background-position: left bottom;
}

.mod_article.bg-center-top {
    background-position: center top;
}

.mod_article.bg-center-center {
    background-position: center center;
}

.mod_article.bg-center-bottom {
    background-position: center bottom;
}

.mod_article.bg-right-top {
    background-position: right top;
}

.mod_article.bg-right-center {
    background-position: right center;
}

.mod_article.bg-right-bottom {
    background-position: right bottom;
}

/* =============================================================================
 * mod_article paddings top/bottom
 * ========================================================================== */

/* default padding (not for fullwidth) */
.mod_article:not(.fullwidth) > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* default paddings sidebar pages */
body.content_page.sidebar #main .mod_article > .container,
body.content_page.sidebar #left .mod_article > .container,
body.content_page.sidebar #right .mod_article > .container  {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* no-padding body_bottom */
.body_bottom .mod_article:not(.fullwidth) > .container {
    padding: 0;
}

/* padding classes */
.mod_article.article-pt-0 > .container {
    padding-top: 0!important;
}

.mod_article.article-pb-0 > .container {
    padding-bottom: 0!important;
}

.mod_article.article-pt-xxs > .container {
    padding-top: 30px;
}

.mod_article.article-pb-xxs > .container {
    padding-bottom: 30px;
}

.mod_article.article-pt-xs > .container {
    padding-top: 50px;
}

.mod_article.article-pb-xs > .container {
    padding-bottom: 50px;
}

.mod_article.article-pt-s > .container {
    padding-top: 90px;
}

.mod_article.article-pb-s > .container {
    padding-bottom: 90px;
}

.mod_article.article-pt-m > .container {
    padding-top: 100px;
}

.mod_article.article-pb-m > .container {
    padding-bottom: 100px;
}

.mod_article.article-pt-l > .container {
    padding-top: 120px;
}

.mod_article.article-pb-l> .container {
    padding-bottom: 120px;
}

.mod_article.article-pt-xl > .container {
    padding-top: 150px;
}

.mod_article.article-pb-xl> .container {
    padding-bottom: 150px;
}

.mod_article.article-pt-xxl > .container {
    padding-top: 170px;
}

.mod_article.article-pb-xxl > .container {
    padding-bottom: 170px;
}

/* =============================================================================
 * mod_article fullscreen
 * ========================================================================== */

.mod_article.fullscreen {
    height: 100vh;
}

.mod_article.fullscreen.oversize {
    height: auto!important;
}

.mod_article.fullscreen .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mod_article.fullscreen.oversize .container {
    position: relative;
    top: 0;
    transform: translateY(0);
}
/* =============================================================================
 * MOBILE MM nav
 * ========================================================================== */
#offcanvas .mm-navbars_top{
    display: none;
}
.mm-panels .mod_navigation,
.mm-panels .ce_text{
    padding:20px;
}
.mm-panels .ce_text .ce_text{
    padding:0;
}
.mm-panels .mod_navigation ul>li{
    padding-left:10px;
}
.mm-panels .mod_navigation ul ul>li{
    padding-left:20px;
}
.mm-panels .mod_navigation ul li{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 233, 154, 0.15);
}
.mm-panels .mod_navigation ul li.first{
    margin-top: 12px;
    border-top: 1px solid rgba(255, 233, 154, 0.15);
}
.mm-panels .mod_navigation ul li.last{
    border-bottom: 0;
}
.mm-panels .mod_navigation li.active{
    background-color: rgba(0,0,0,.2);
}
.mm-panels h3{
    color:#fff;
    margin-bottom: 8px;
}
.mm-panels .ce_divider hr{
    border-top: 1px solid rgba(255, 233, 154, 0.35);
}
/* =============================================================================
 * Sonstiges
 * ========================================================================== */

.ce_download:not(.ce_download_small){
	background: rgba(209, 217, 193, 1);
	border-radius: 4px;
}
.ce_download h1, .ce_download h2, .ce_download h3, .ce_download h4, .ce_download h5, .ce_download h6, .ce_download a, .ce_download a span.size{
	color:#016529;
}