

/*************************************************************************/
/*  Theme Custom  */

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 300;
	font-size: clamp(16px,1.1vw,20px);
	line-height: 180%;
	color: #DD4B13; 
	color: #000; 
	background-color: #fff;
}
@media only screen and (max-width: 1450px) {
body {
	line-height: 170%;
}
}
@media only screen and (max-width: 970px) {
body {
	font-size: 16px;
}
}

/*Link Farbe */
a { color: unset;}
a:hover { color: unset;}


/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 400;
}

:is(.desktop-nav, .navbar-nav) .current-page-ancestor a {
	color: #DD4B13; 
	color: #000; 
}

.brand-color {
	color: #DD4B13; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Plus Jakarta Sans',  sans-serif;
	font-weight: 400;
	line-height: 120%;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
}
h2 {
	font-size: clamp(24px, 3vw, 260%);
}
h3 {
	font-size: clamp(16px, 1.65vw, 160%);
}
h4 {font-size: clamp(15px, 1.4vw, 150%);} 
h5 {font-size: clamp(14px, 1.3vw, 105%);} 
h6 {font-size: clamp(13px, 1.2vw, 100%);} 

@media only screen and (max-width: 970px) {
	 h1, h2, h3, h4, h5, h6 { 
		 /* hyphens: auto; */
		 /* -webkit-hyphens: auto; */
		}
}
h1 em,  h2 em ,  h3 em {
	font-family: 'refinsted', 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-size: 160%;
}

/* Container align wide  */

.container, .res-fixnav .sticky-subnav .inner-container {
    width: 68vw;
    max-width: 1600px;
}
.container-fluid{
    width: 90vw;
    max-width: 90vw;
}
.alignfull .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide,.res-txt.alignfull .inner-container.container-wide {
    max-width: 90vw;
	padding-left: 15px;
	padding-right: 15px;
}
.container-small {
	max-width: 900px;
	margin: 0 auto;
}
.res-slider-content.alignfull .inner-container.container-off {
    padding: 0 0;
}
.alignwide {
    margin-left: calc(-11vw - 15px);
    margin-right: calc(-11vw - 15px);
}
.res-txt.alignwide .inner-container.container-off {
        max-width: 100%;
	padding: 0 0 0 0;
}

/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
    max-width: calc(1600px + 17vw + 30px);
}
}

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 82vw;width: 82vw;}
	.container, .res-fixnav .sticky-subnav .inner-container {
		width: 82vw;
	}
	.container-fluid {width: 94vw; max-width: 94vw;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 94%; width: 94%; padding-left: 0; padding-right: 0;
    }
	.alignwide {
		margin-left: calc(-6vw);
		margin-right: calc(-6vw);
	}
}


/* Laptop Tablet */
@media only screen and (max-width: 1100px) {
	.container{	max-width: 92%;width: 92%;}
	.container, .res-fixnav .sticky-subnav .inner-container {
		width: 92vw;
	}
	.container-fluid {width: 92%;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 100%; width: 100%;
    }
	.alignwide {
		margin-left:0;
		margin-right: 0;
	}
}

/* Laptop Mobile */
@media only screen and (max-width: 970px) {
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
	.container.res-shop--page .container{
		padding: 0 0 0 0;
		width: 100%;
		max-width: 100%;
	}
}


/* Logo */
.logo {
	padding-top: 4vh;
	padding-bottom: 2.5vh;
}

/* Logo Size  */
.logo img {
	width: clamp(100px, 12vw, 200px);
	height: auto;
}

/* Logo Mobile  */
@media only screen and (max-width: 970px) {
	.res-nav .logo-mobile img {
		height: 44px;
	}
}


/* RES Nav */
@media only screen and (min-width: 970px) {

	.res-nav .nav-link {
		font-size: 85%;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
	}

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: clamp(15px, 1.6vw, 30px);
		padding-left: clamp(15px, 1.6vw, 30px);
	}

}


/* Hover */
.res-nav-section li a:hover, .tabs .nav-link:hover{
	color: #DD4B13;
}

/* active Nav */
	li.active > a.nav-link,
	.res-header li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor > a.nav-link,
	.res-navtab .tabs .nav-link.active,
	.res-navtab .tab-links .nav-single-tab.active .nav-link,
	#res-menu-mobile .current-page-ancestor > a, 
	#res-menu-mobile .current-page-ancestor .dropdown-submenu.active > a, 
	#res-menu-mobile .dropdown-submenu.active > a {
		color: #DD4B13;
}
/* active Nav in dropdownn */
li.active .current-menu-item > a.dropdown-item {
    color: #eee;
	font-weight: 700;
}

.res-nav .dropdown a {
	display: flex;
	align-items: center;
}

/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 15px;
	padding-bottom: 17px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 8vw, 350px);
	height: auto;
}

/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: rgba(255,255,255, 1.0);
		border-bottom: solid 1px #DD4B13;
		margin-top: -1px;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: none;
	}
	.header-option-absolute.res-fixnav.show {
		box-shadow: none !important;
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: transparent;
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
	.res-fix-nav-in-viewport .res-fixnav .res-mobile-bar {
		background-color: #fff;	
		border-bottom: solid 1px #DD4B13;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #fff;	
	}
} 


/* Buttons */
.btn {
	padding: 0.55em 1.9em;
	line-height: 120%;
	border-radius: 40px;
	color: #DD4B13; 
	color: #000; 
	font-size: 100%;
}

.btn-primary{
    background-color: #DD4B13;
    color: #fff !important;
	
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: none;
	background-color: #000;
	color: #fff;
}
.btn-outline{
border: solid 1px #DD4B13;
}
.btn-outline:hover{
border: solid 1px #000;
}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
    text-decoration: underline!important;
    text-underline-offset: 0.3em!important;
    text-decoration-thickness: 0.075em!important;
	text-decoration-color: #DD4B13!important;
    margin: 0px 0;
	border-bottom: none!important;
	transition: all .3s ease-in-out!important;
}
.btn-text-link:hover {
    padding-left: 0;
	font-weight: 600;
    text-decoration-thickness: 0.12em!important;
}
.btn-arrow {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.btn-arrow:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 8px;
    font-weight: 400;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.btn-sm {
	font-size: 80%;
} 


/* Btns Mobile  */
@media only screen and (max-width: 970px) {
	.btn {font-size: 90%;}
	.btn-sm {font-size: 75%;} 
	.btn-text-link {text-underline-offset: 0.4em!important;}
}	


/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: #FFEDE7;
	padding-top: 7vh;
}

.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: transparent;
	border: solid 1px #DD4B13;
	border-radius: 100%;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #DD4B13;
	height: clamp(20px,1.0vw,80px);
}
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: 45px;
	height: 45px;
	color: #DD4B13;
	color: #000;
}
@media only screen and (max-width: 1450px) {
	.btn-float-right{
		flex-direction: column!important;
	}
.res-widget-footer.footer-social-icon span.fa-res-icon, .res-widget-footer.footer-social-icon span.fa-res-i {
    width: 35px;
    height: 35px;
}
}
@media only screen and (max-width: 970px) {
.footer-title {
    margin-bottom: 8px;
}
}
/* Blog Container */

@media only screen and (min-width: 1400px) { 
	.res-blog .container {
		max-width: 1440px;
	}
}


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(240%, 6.7vw, 600%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(180%, 3.8vw, 360%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(140%, 3.3vw, 280%);
	line-height: 110%;
}
.res-boxes .headline-title h2,
.res-boxes .headline-title h3,
.res-slider-content .headline-title h2,
.res-slider-content .headline-title h3 {
	font-size: clamp(140%, 2.4vw, 330%);
	line-height: 110%;
}




/* Formular UI  */

.forminator-ui .forminator-required {
	color: #eee;
	opacity: 0.4;
}
.forminator-ui .forminator-label {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
	padding-bottom: 0.5rem;
}

.forminator-ui .forminator-checkbox, 
.forminator-ui .forminator-checkbox__label, 
.forminator-ui .forminator-checkbox__label p {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
}
/* forminator error-message font */
.forminator-ui.forminator-design--flat span.forminator-error-message {
    color: #000 !important;
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 40px !important;
	padding: 0.4rem 2.4rem !important;
	font-size: 90% !important;
	font-weight: 300 !important;
}

/* Oversize 4k Monitor */
/*
@media only screen and (min-width: 1980px) {
	.container,
	.res-blog .container {
		width: 85%;
    	max-width: 1880px;
	}
}
*/



/*************************************************************************/
/*   Custom-CSS  */

.marker{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #2b52b9;
	color: #2b52b9;
}
.style-standard{
/*	border: 1px solid #1863dc;*/
}

.style-01 {
}
hr {
    border-top: 1px solid #DD4B13;
}
/*Hintergrund*/

.bg-light, .Grau{
	background-color: #FFEDE7!important;
}
.border {
    border: 1px solid #DD4B13 !important;
}
.res-block.Brand-Color {
	background-color: #DD4B13;
}
.res-block.Brand-Color *{
	color: #fff;
}
.res-block.Brand-Color .btn-primary{
    background-color: #fff;
    color: #DD4B13 !important;
}
.res-block.Brand-Color .btn-outline{
    border: #fff solid 1px;
    color: #fff !important;
}
.res-block.Brand-Color .btn-text-link {
	text-decoration-color: #fff!important;
}


/*Navigation*/
@media only screen and (min-width: 970px) {
.res-nav-topheader {
    font-size: 90%;
}
.res-head .col-md-9.res-nav-section{
    display: flex;
    flex-direction: row-reverse!important;
    justify-content: space-between;
}
.page-on-top .col-md-9.res-nav-section{
    padding-top: 10px;
}
.res-head .res-nav-right {
    width: 66.6666%!important;
    margin-bottom: auto;
}
	.res-head .res-nav.justify-content-end{
		justify-content: center!important;
	}	
	.res-head #res-menu{
		flex-basis: 100%;
		max-width: fit-content!important;
	}	
	.res-head .navbar.navbar-expand-md{
		max-width: fit-content!important;
	}
.res-head .res-topheader-right{
    margin-top: auto;
    margin-bottom: auto;
	font-weight: 400;
}
.res-head .res-topheader-right .mt-2{
    margin-top: 0!important;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.75rem 0.8rem;
}
.res-nav-topheader .nav-link {
    padding: 0 0rem;
}
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item) {
    background-color: #DD4B13!important;
	padding: 0.55em 1.9em;
	border-radius: 50px;
    line-height: 120%;
	letter-spacing: 0.02em;
}
/*
.page-header-fixiert.page-on-top .res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item) {
    background-color: transparent!important;
	border: solid 1px #fff;
}
*/
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item):hover {
    background-color: #000!important;
}
.res-head .res-nav-topheader .nav-item:last-of-type a{
    color: #fff!important;
}
.res-fixnav.show .res-nav-topheader {
    margin: 0 0 0 0;
}
}
@media only screen and (min-width: 970px) and (max-width: 1500px) {
.res-head .res-nav-right .nav-item{
    font-size: 1rem;
}
.res-head .res-nav-topheader .nav-item:last-of-type {
    padding: 0.45rem 1.3rem;
    font-size: 1rem;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.65rem 1rem;
}
}
@media only screen and (max-width: 970px) {
    .res-nav .logo-mobile {
        padding: 13px 0 13px 8%;
    }
    .res-nav .navbar-collapse {
        margin: -0px 0 0 0;
    }
.res-header .dropdown-menu {
    padding: 0 0 15px 0px;
    margin: 0;
}
.mobile-x-close span {
    background: #1d2551;
}
.res-nav .navbar-nav {
    min-height: calc(100vh - 71px);
    padding: 30px 8% 30px 8%;
    display: flex;
    flex-direction: column;
}
.menu-item-type-custom.menu-item:last-of-type { 
    margin-top: auto;
    margin-bottom: 3vh;
    }
.menu-item-type-custom.menu-item:last-of-type a{ 
background-color: #EDEEF5!important;
color: #1d2551!important;
padding: 0.55rem 1.5rem;
text-align: center;
border-radius: 0px;
}
}

/*Headers*/
.res-header-video .slogan-txt .btn{
	text-decoration-color: #fff!important;
}
@media only screen and (min-width: 970px) {
.res-header-video.style-01 h1{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
.res-header-video.style-01 .slogan-txt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.res-header-video.style-01 .slogan-txt .text-btn{
    max-width: 40%;
    width: 500px;
    margin-top: auto;  
	margin-bottom: 0.5rem;
}
.res-header-video.style-01 .res-header-video-vertical-center {
    transform: translateY(-100%);
}
}
.res-header-video.style-01 .fullscreenVideo{
    position: relative;
}
.res-header-video.style-01 .fullscreenVideo:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.5;
    background: linear-gradient( 180deg, #000 0%,transparent 40%)!important; 
}

/*Text*/
.title-only-btns .btn{
	margin-left: 1.5rem;
}
.res-txt .layout-3 .btn-float-right .title-only-btns {
    padding-right: 0px;
}
.res-txt.style-01 h2{
	font-size: clamp(15px,1.1vw,20px);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}
.res-txt.style-01 .txt-textfield{
	margin-top: 1rem;
	border-top: solid 1px #DD4B13;
	font-size: clamp(18px,1.7vw,27px);
	line-height: 170%;
}

/*Text Bild*/
@media only screen and (min-width: 1440px) {
    .content50-50-padding {
        padding: 0rem;
        margin: 5rem 5.5vw;
    }
}
.res-text-bild.style-02 .txt-box{
	padding-top: 15vh;
}
.res-text-bild.style-02 .row{
	margin-right:4vw;
}
.res-text-bild.alignfull.layout03 .inner-container {
    max-width: unset;
    margin: unset;
    width: unset;
    padding: unset;
}
.txt50-50{
	margin-bottom: 0!important;
}

/*Table*/
.res-table ul {
    list-style: none;
    font-size: 90%;
    padding: 5px 0;
    margin-bottom: 0;
}
.res-table li {
    padding-bottom: 10px;
	margin-bottom: 10px;
    margin-left: 0px;
    line-height: 150%;
	border-bottom: solid 1px #DD4B13;
}
.res-table li:last-of-type {
	margin-bottom: 0px;
	border-bottom: none;
}
.res-table li:before {
	display:none;
}
.wp-block-columns .res-table .col{
	border-top: solid 1px #DD4B13;
}
@media only screen and (max-width: 970px) {
.wp-block-columns .res-table .row-cols-md-2 .col:nth-of-type(even){
	border-top: none;
}
.wp-block-columns .res-table .row-cols-md-2 .col:nth-of-type(even) .table-spalte{
	padding-top: 0!important;
}
.wp-block-columns .res-table .row-cols-md-2 .col:nth-of-type(odd) .table-spalte{
	font-weight: 600!important;
}
.res-table li {
    border-bottom: solid 1px rgba(221,75,19,0.34);
}
}


/*Boxes*/
.res-blog h1.blog-category-title{
	font-size:  clamp(26px, 3.9vw, 300%)
}
.res-boxes .box-padding04, .res-slider-content .box-padding04 {
    padding: 1.25em 1.75em;
}
.style-01 .box-inner .postImg{
    padding: 1.75em 1.75em 0 1.75em;
}
.box-inner i{
	margin-bottom: 0!important;
	color: #DD4B13;
}    
.box-inner h3{
	white-space: nowrap;
}    
.res-slider-content.alignfull .inner-container.container-off {
    max-width: 100%;
    width: 100%;
	padding: 0 0 0 0;
}
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: 5vw;
}
.res-slider-content.alignfull .slick-prev:before {
    content: "\f177";
	color: #DD4B13;
}
.res-slider-content.alignfull .slick-next:before {
    content: "\f178";
	color: #DD4B13;
}
.res-slider-content.alignfull .slick-prev {
    left: 4%;
    right: auto;
}
.res-slider-content.alignfull .slick-next {
    left: 5%;
    right: auto;
}
.res-slider-content.alignfull .slick-prev, .res-slider-content.alignfull .slick-next {
    position: absolute;
    top: auto;
    bottom: -4rem;
    z-index: 1;
    display: inline;
    width: auto;
    text-align: left;
    opacity: 1;
    transition: opacity .15s ease;
    background: transparent!important;
}
.res-slider-content .slick-prev:before {
    opacity: 1;
}
.slick-dots {
    margin: 0 0 0 9vw;
    text-align:left;
}
.res-slider-content .slick-dots li {
    width: 1rem;
	z-index: 5;
}
.res-slider-content .slick-dots li button {
    width: 0.7rem;
    height: 0.7rem;
    padding: 0;
    background-color: #FFEDE7 ;
	z-index: 5;
    border-radius: 30px;
}
.res-slider-content .slick-dots li button:before {
    display: none;
}
.res-slider-content .slick-dots li.slick-active button {
    background-color: #DD4B13;
}
.slick-list {
    overflow: visible;
}
@media only screen and (max-width: 1100px) {
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: calc(5vw + 15px);
}
.res-boxes .box-padding04, .res-slider-content .box-padding04 {
    padding: 0.75em 1.0em;
}
.res-slider-content.alignfull .slick-prev:before, .res-slider-content.alignfull .slick-next:before {
    font-size: 25px;
}
.slick-dots {
    margin: 0 0 0 11vw;
}
.style-01 .box-inner .postImg {
    padding: 1.0em 1.0em 0 1.0em;
}
}
@media only screen and (max-width: 970px) {
.slider-outside-frame{
    overflow-x: hidden; 
}
.res-slider-content.alignfull .slick-dots {
    margin-left: calc(4vw + 15px)
}
.res-slider-content.alignfull .slick-list{
    padding-left: calc(4vw + 15px)!important; 
}
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: 0;
}
}

/*Spalten*/
.spezial-spalte{
	padding: 5vh 3vw;
	margin-left: -3vw;
	margin-right: -3vw;
	background-color: #FFEDE7 !important;
	margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
.spezial-spalte{
	padding: 3vh 16px;
	margin-left: -16px;
	margin-right: -16px;
}
}

/*navbar*/
.res-navtab .tabs-acf .tab-links li a.nav-link {
    padding: 0.5rem 1.2em;
	padding-left: 1.2em;
}
.res-navtab .tabs-acf .tab-links .nav-pills {
	justify-content: center;
}
.res-navtab span{
    font-size: 90%;
    padding-right: 0;
	text-align: center;
}

/*Collapse*/
.res-collapse .card {
    border-bottom: 1px solid #DD4B13;
}
.res-collapse .card-header, .res-collapse .card-body {
    border-bottom:none;
}
.res-collapse ul {
    list-style: none;
    font-size: 100%;
    padding: 5px 0;
    margin-bottom: 0;
}
.res-collapse li {
    padding-bottom: 8px;
    margin-left: 30px;
}
.res-collapse li:before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: -25px;
    text-decoration: inherit;
    font-weight: bold;
    font-size: 10px;
    opacity: 0.6;
}

/*Kontakt*/
.res-page-content  .res-widget-footer {
    font-size: 100%;
    line-height: 180%;
}
.maps-hinweis p{
	padding-right: 1.5em;
	color: #DD4B13;
}
.maps-hinweis p:after{
	content: "\f148";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 8px;
    font-weight: 400;
    font-size: 100%;
    text-decoration: none;    
}

/*Shop*/
.res-warenkorb .dropdown-toggle, .res-login .dropdown-toggle, .fa-magnifying-glass{
    padding-left: clamp(17px, 1.7vw, 33px);
}
.page-on-top .res-warenkorb .dropdown-toggle, .page-on-top .res-login .dropdown-toggle, .page-on-top .fa-magnifying-glass{
    color: #fff;
}
.res-login .dropdown-toggle{
    padding-left: clamp(15px, 1.6vw, 30px);
}
.res-login,.res-warenkorb {
	margin-top: 0!important;
}
.page-on-top:not(.page-header-fixiert) .res-warenkorb .dropdown-toggle, .page-on-top:not(.page-header-fixiert) .res-login .dropdown-toggle, .page-on-top:not(.page-header-fixiert) .fa-magnifying-glass{
    color: #000;
}
.res-warenkorb i, .res-login i, .fa-magnifying-glass{
    font-weight: 300!important;
    font-size: 100%;
}
.res-warenkorb-mini-counter .cart-detail-amount {
    background-color: #DD4B13;
    color: #fff;
    left: -5px;
    bottom: -3px;
}
.woocommerce .dropdown.res-login .dropdown-menu, .woocommerce .dropdown.res-warenkorb .dropdown-menu {
    top: 10px !important;
	margin-bottom: 1rem;
    background: #FFEDE7!important;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 0%);
	border: none!important;
}

@media only screen and (max-width: 970px) {
.shop-nav-mobile-dropdown-iconbar i {
	font-weight: 300;
}
.shop-nav-mobile-dropdown-iconbar i.fa-user {
	font-weight: 400;
}
.res-warenkorb-mini-counter .cart-detail-amount {
    bottom: -6px;
}
}

/* Product Add to Warenkorb  */
select.orderby{
    padding: 0.15em 0.15em;
    background-color: #FFEDE7;
    border: solid 0.55em #FFEDE7;
    border-radius: 50px;
}
.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart {
    width: auto;
}
.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn.btn-primary {
	background-color: #DD4B13!important;
	color:  #fff!important; 
	font-weight: 400 !important;
    border: 1px solid #DD4B13;
	border-radius: 50px;
}
.woocommerce .single_add_to_cart_button, .product .ajax_add_to_cart.btn, .product .product_type_simple.btn {
    background-color: #444;
	background-color: #DD4B13!important;
	color:  #fff!important; 
	font-weight: 400 !important;
	border-radius: 0 50px 50px 0;
}
.woocommerce div.product form.cart div.quantity input {
	border-radius: 50px 0 0 50px;
    border: 1px solid #DD4B13;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce-mini-cart__buttons .button, .res-login .btn {
    border-radius: 50px!important;
    color: #000 !important;
    background-color: transparent!important;
    border: 1px solid #000;
}
.woocommerce h2.woocommerce-loop-product__title {
    font-size: 150%;
	font-family: 'Commissioner', 'Roboto',  sans-serif;
    font-weight: 600 !important;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
/*    margin: 0 0 0 0;*/
    width: 25%;
    padding: 8px 16px 12px 16px;
	border: 1px solid #DD4B13;
    text-align: center!important;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	border: 1px solid #DD4B13;
	transform: scale(1.01);
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
    font-size: clamp(19px, 1.9vw, 150%);
    font-family: 'Commissioner', 'Roboto', sans-serif;
    font-weight: 400!important;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price , .product-subtitle {
    font-weight: 300!important;
    font-size: 100%;
	color: #000;
}
.woocommerce .products ul,.woocommerce ul.products {
    margin: 0 0 6vh;
    padding: 0;
    list-style: none outside;
    clear: both
}
.res-shop--page > .container{
	width: 100%;max-width: 100%;padding: 0 0 0 0;
}
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 5vh;
}
.woocommerce .product-image img{
    margin: 0 auto!important;
}
.woocommerce-page .res-page-content {
	margin-top: 1em;
	margin-bottom: 1em;
}
.woocommerce-Tabs-panel > h2:first-of-type{
	display: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #DD4B13;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #DD4B13;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #DD4B13;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 1px solid #DD4B13;
    border-width: 0 0 1px 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #DD4B13;
    border-width:0 1px 1px 0;
}
.term-description {
    border-top: 1px solid #DD4B13;
    border-bottom: 1px solid #DD4B13;
	margin-bottom: 2em;
}
.term-description > p:first-of-type{
	font-size: 150%;
	padding-top: 1em;
	font-weight: 500;
}
.wc-block-cart__submit {
	background-color: #DD4B13;
	border-radius: 50px;
	color: #FFF;
}
.wc-block-components-checkout-place-order-button{
	background-color: #DD4B13;
	border-radius: 50px;
	color: #FFF;
	border: none!important;
}
@media only screen and (min-width: 1280px) {
.woocommerce-Tabs-panel h3 {    
	font-size: clamp(18px, 1.8vw, 160%);
	float: left;
	width:30%;
	border-top: 1px solid #DD4B13;
	padding-top: 0.5em;
}
.woocommerce-Tabs-panel p {
	float: left;
	width: 70%;
	min-height: 2em;
	margin-bottom: 3em;
	border-top: 1px solid #DD4B13;
	padding-top: 1em;
}
}
.woocommerce-Tabs-panel h3 {    
	border-top: 1px solid #DD4B13;
	padding-top: 1em;
}
.woocommerce-Tabs-panel h3:first-of-type,.woocommerce-Tabs-panel p:first-of-type {    
	border-top: none;
	padding-top: 0em;
}
	
	
@media only screen and (max-width: 1280px) {
.res-warenkorb i, .res-login i, .fa-magnifying-glass, .res-search-header-icon a{
    padding-left: 5px;
    padding-right: 0!important;
}
}
@media only screen and (max-width: 970px) {
.res-header.res-header-mobile .dropdown.res-login, .res-header.res-header-mobile .dropdown.res-warenkorb{
	display: none;
}
}
	

/*ABSTäNDE*/
.res-content-topspace {
    padding-top: 6vh;
}
@media only screen and (max-width: 1500px) {
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .45rem;
}
.pb-5, .py-5 {
    padding-bottom: 6.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 6.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 6.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 6.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 4.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 4.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 2rem!important;
}
.pt-3, .py-3 {
    padding-top: 2rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .45rem !important;
}
.pt-1, .py-1 {
    padding-top: .45rem !important;
}
}
@media only screen and (max-width: 1350px) {
.res-content-topspace, .container.res-shop--page .content-area {
    padding-top: 60px;
}
.pb-5, .py-5 {
    padding-bottom: 5.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4rem!important;
}
.pt-4, .py-4 {
    padding-top: 4rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4rem!important;
}
.mt-4, .my-4 {
    margin-top: 4rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.75rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.75rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .40rem !important;
}
.pt-1, .py-1 {
    padding-top: .40rem !important;
}
body .wp-block-columns {
    margin-bottom: 1em;
}
}
@media only screen and (max-width: 1100px) {
.pb-5, .py-5 {
    padding-bottom: 5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 3.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 3.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 3.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 3.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.5rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.8rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.8rem!important;
}
}

@media only screen and (max-width: 970px) {
.home .res-content, .res-content {
    margin-top: 0px;
}
body:not(.woocommerce-shop).res-content-topspace{
    padding-top: 110px;
}
.container.res-shop--page .content-area {
    padding-top: 0px;
}
.container.res-shop--page {
    padding-top: 20px;
}
.res-footer {
    margin-top: 0rem!important;
}
.res-footer .wp-block-columns {
   gap:0;
}
.pb-5, .py-5 {
    padding-bottom: 4rem!important;
}
.pt-5, .py-5 {
    padding-top: 4rem!important;
}
.mb-5.pt-5, .my-5.pt-5 {
    padding-bottom: 0rem!important;
}
.mt-5.pt-5, .my-5.pt-5 {
    padding-top: 0rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 4rem!important;
}
.mt-5, .my-5 {
    margin-top: 4rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 3rem!important;
}
.pt-4, .py-4 {
    padding-top: 3rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 3rem!important;
}
.mt-4, .my-4 {
    margin-top: 3rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem!important;
}
p {
    margin-bottom: 0.5rem;
}
}

.res-woo-shoppage-content .txt-box h3{
	font-size: clamp(16px, 1.6vw, 140%);
    color: #DD4B13;
}
.res-woo-shoppage-content .txt-box p{
	font-size: 90%;
	line-height: 170%;
	margin-bottom: 0.65em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
.woocommerce .single_add_to_cart_button {
    padding-top: 16px;
    padding-bottom: 16px;
}
.woocommerce .single_add_to_cart_button, .product .ajax_add_to_cart.btn, .product .product_type_simple.btn {
    font-size: 15px;
}
.res-login .user-eingeloggt .btn-primary {
    background-color: #DD4B13 !important;
    border: 1px solid #DD4B13 !important;
}
.woocommerce-mini-cart__buttons .button, .res-login .btn {
    border: 1px solid #DD4B13 !important;
	color: #DD4B13 !important;
}


/* WooCommerce Produktboxen gleich hoch */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.woocommerce ul.products li.product .btn,
.woocommerce-page ul.products li.product .btn {
    margin-top: auto;
    align-self: center;    
    width: auto !important; 
    display: inline-block !important;
    padding: 0.6em 1.2em; 
}

@media only screen and (min-width: 970px) {
.woocommerce .related ul.products li.product {
    width: 22.05%;
    margin: 0 1.8% 2.992em 0;
}
.woocommerce .related ul.products li.product h2{
    font-size: clamp(16px, 1.3vw, 130%);
}
.woocommerce .related ul.products li.product .price{
    font-size: clamp(15px, 1.0vw, 100%);
}
}
@media only screen and (max-width: 970px) {
.woocommerce .related ul.products li.product .btn-primary {
    padding: 11px 17px 11px 17px;
    font-size: 90%;
}
}