/* Font */

@font-face {
    font-family: 'ProximaNova';
    src:url('/typo3conf/ext/suter/Resources/Public/Css/fonts/ProximaNova-Light.woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src:url('/typo3conf/ext/suter/Resources/Public/Css/fonts/ProximaNova-Regular.woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src:url('/typo3conf/ext/suter/Resources/Public/Css/fonts/ProximaNova-Semibold.woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src:url('/typo3conf/ext/suter/Resources/Public/Css/fonts/ProximaNova-Bold.woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
	margin-top: 210px;
}
body, p, p.lead {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

h1 {
    font-size: 40px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    line-height: 48px;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'ProximaNova', sans-serif;
    margin: 0 0 20px !important;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 500;
    margin: 7px 0 20px !important;
}

@media (max-width: 1024px) {
    h3 {
        font-size: 20px;
		line-height: 22px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    }
	#page5 h3 {
		max-width: 155px;
	}
}

hr {
    width: 1230px;
	max-width: 100%;
}
/* General */

.btn, .link-arrow, .btn-primary, .link-page {
    border-radius: 0;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    font-family: 'ProximaNova', sans-serif;
}

.btn:after, .link-arrow:after, .btn-primary:after, .link-page:after, .btn:before, .link-arrow:before, .btn-primary:before, .link-page:before {
    display: none;
}

.btn:hover, .link-arrow:hover, .btn-primary:hover, .link-page:hover {
    background-color: transparent !important;
    transition: all 0.3s;
}

input, textarea, select {
    padding: 6px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-color: #BCBCBC;
    font-family: 'ProximaNova';
}

input[type="submit"],
button[type="submit"] {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: white;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: black;
    cursor: pointer;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    background: #258ED2 !important;
    border: 1px solid #258ED2;
    color: white;
    transition: all 0.3s;
}

input#address + input {
    margin-top: 10px;
}

select option {
    font-family: 'ProximaNova';
}

::placeholder {
    color: #BCBCBC;
}

.bold {
    font-weight: bold;
}

img {
    width: 100%;
    height: auto;
    border: none;
}

article div.image img {
    border-radius: 8px;
}

input {
    max-width: 100%;
}

[class^="col-"]>* {
    position: relative;
    width: 100%;
}

.wrap {
    position: relative;
    width: 100%;
    border: 0 !important;
}

.noimage {
    padding: 30px 0;
    text-align: center;
    width: 100%;
    color: red;
    font-weight: bold;
}

.main {
    box-shadow: none;
    margin: 31px auto 0;
    background: white;
    position: relative;
}


/* Form */
.form .input .row,
.form .input .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .form .input .subArticle>.wrap>div {
    margin-bottom: 0;
}

.form .input .row:before,
.form .input .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div:before,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .form .input .subArticle>.wrap>div:before {
    clear: none;
}

.form .input .row>div:first-child,
.form .input .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div>div:first-child,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .form .input .subArticle>.wrap>div>div:first-child {
    margin-left: -10px;
}

.form .label {
    width: 115px;
    float: left;
}

.form .label.form-check-label {
    width: auto;
    position: relative;
}

.form input {
    max-width: 100%;
    border: 1px solid #aaaaaa;
    line-height: 20px;
    padding: 0 3px;
    width: 100%;
    margin-bottom: 0;
}

.form input[type="file"] {
    border: none;
    width: 100%;
}

.form textarea {
    background-color: white;
    /* border-top: #efefef 1px solid; */
    /* border-left: #aaaaaa 1px solid; */
    /* border-right: #efefef 1px solid; */
    /* border-bottom: #aaaaaa 1px solid; */
    height: 100px;
    width: 100%;
    margin: 0 0 20px 0;
}

.form button {
    float: left;
    margin-bottom: 0;
    width: auto;
    margin-left: 115px;
}

.form .input {
    width: 100%;
    padding-left: 115px;
}

.form .static-text p {
    margin-left: 115px;
}

.form #kontakt-fieldset-right .label {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.form *[class^="col-"] {
    margin-bottom: 0;
}

.form .error,
.form .error+span {
    color: red;
    font-weight: bold;
}

.form .input.checkbox {
    clear: both;
}

.form .input.checkbox a {
    text-decoration: underline;
}

.form fieldset {
    border: none;
}

.form fieldset legend {
    font-weight: bold;
    margin-bottom: 20px;
}

.form fieldset fieldset {
    margin-bottom: 40px;
}

.form fieldset fieldset:last-child {
    margin-bottom: 0;
}

.form input[type="text"] {
    background-color: white;
}

.form .input:after {
    content: '';
    display: block;
    clear: both;
}

.form .static-text {
    margin-bottom: 20px;
}

.form .form-group {
    clear: both;
    margin-bottom: 10px;
}

.form .form-groupfieldset,
.form .form-group.multi {
    margin-bottom: 0;
}

.form .form-group.multi .field {
    margin-bottom: 10px;
}

.form .form-navigation {
    clear: both;
}

.form #kontakt-fieldset-right .input {
    padding-left: 0;
}

.form #addressChangeRequest-fieldset-left .form-group:nth-child(3),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(15),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(16),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(17),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(18),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(19),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(20),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(21),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(22),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(23),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(24),
.form #addressChangeRequest-fieldset-left .form-group:nth-child(25) {
    display: none;
}

.promo {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.promo--box {
    position: relative;
    top: 0;
    left: 0;
    max-width: 500px;
    transform: none;
    margin: 0 auto;
}

form.search button {
    position: absolute;
    right: 0;
    width: 50px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    border: 1px solid lightgray;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    outline: none;
}

/* FEMANAGER */

.femanager form .form-group .control-label {
    clear: both;
    float: left;
    width: 30%;
}

.femanager form .form-group input {
    border: 1px solid #aaaaaa;
    line-height: 20px;
    padding: 0 3px;
    width: 70%;
    float: left;
    margin-bottom: 0;
}

.femanager form .form-group .help-block {
    margin-left: 30%;
    color: red;
    font-size: 0.9em;
}

.femanager form input[type="submit"] {
    margin-left: 30%;
    width: auto;
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: #258ED2;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: white;
    cursor: pointer;
}

.femanager form input[type="submit"]:hover {
    background: transparent;
    border: 1px solid #258ED2;
    color: black;
    transition: all 0.3s;
}

.femanager form .input.checkbox {
    margin-left: 30%;
}

.description ul,
.csc-textpic-text ul,
.ce-bodytext ul,
.teaser .text ul,
.text ul {
    list-style-position: outside;
    margin-left: 1.3em;
}

.accordion ul {
    margin-left: 1.4em;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.menu.layout_0 .fixed>div>.wrap {
    position: relative;
    background: #EAEEEF;
    display: block;
    width: 100%;
    padding-bottom: 2em;
    border-radius: 8px 8px 8px 8px;
}

#breadcrumb ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    right: -10px;
    width: 10px;
    height: 22px;
}

.slider {
    width: 100%;
    position: relative;
}

.slider .row,
.slider .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .slider .subArticle>.wrap>div {
    margin-bottom: 0;
}

.slider .row>*,
.slider .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div>*,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .slider .subArticle>.wrap>div>* {
    margin-bottom: 0;
}

.filter fieldset,
.categoryFilter fieldset {
    border: none;
    float: left;
    position: static;
    padding: 0 3px 5px 0;
    margin: 0 20px 20px 0;
}

.filter fieldset>legend,
.filter fieldset>button,
.categoryFilter fieldset>legend,
.categoryFilter fieldset>button {
    width: 100%;
    height: 26px;
    line-height: 2em;
    position: relative;
    cursor: default;
}

.filter fieldset>legend>span,
.filter fieldset>button>span,
.categoryFilter fieldset>legend>span,
.categoryFilter fieldset>button>span {
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
    border: 1px solid #EAEEEF;
    padding: 6px 10px 3px;
    border-radius: 8px;
    text-align: left;
}

.filter fieldset>legend>span>span:not([class*="-hidden"]).title .ellipsis label,
.filter fieldset>button>span>span:not([class*="-hidden"]).title .ellipsis label,
.categoryFilter fieldset>legend>span>span:not([class*="-hidden"]).title .ellipsis label,
.categoryFilter fieldset>button>span>span:not([class*="-hidden"]).title .ellipsis label {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    top: 0;
    cursor: pointer;
}

.filter fieldset>legend>span>span:not([class*="-hidden"]).productCount,
.filter fieldset>button>span>span:not([class*="-hidden"]).productCount,
.categoryFilter fieldset>legend>span>span:not([class*="-hidden"]).productCount,
.categoryFilter fieldset>button>span>span:not([class*="-hidden"]).productCount {
    position: absolute;
    text-align: right;
    width: 30px;
    right: 37px;
    top: 0;
}

.filter fieldset>legend>span>span:not([class*="-hidden"]).icon-arrow-down,
.filter fieldset>legend>span>span:not([class*="-hidden"]).icon-arrow-up,
.filter fieldset>button>span>span:not([class*="-hidden"]).icon-arrow-down,
.filter fieldset>button>span>span:not([class*="-hidden"]).icon-arrow-up,
.categoryFilter fieldset>legend>span>span:not([class*="-hidden"]).icon-arrow-down,
.categoryFilter fieldset>legend>span>span:not([class*="-hidden"]).icon-arrow-up,
.categoryFilter fieldset>button>span>span:not([class*="-hidden"]).icon-arrow-down,
.categoryFilter fieldset>button>span>span:not([class*="-hidden"]).icon-arrow-up {
    width: 25px;
    position: absolute;
    text-align: right;
    right: 10px;
    top: 2px;
    font-size: 1.5em;
    line-height: inherit;
}

.filter fieldset>button>span,
.categoryFilter fieldset>button>span {
    width: 100%;
    display: block;
    position: relative;
    border: 0;
    padding: 0 10px;
}

.filter fieldset>button>span>span.title,
.categoryFilter fieldset>button>span>span.title {
    padding: 0 !important;
}

.filter fieldset>button>span>span.title .ellipsis,
.categoryFilter fieldset>button>span>span.title .ellipsis {
    width: 100%;
    height: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 300;
}

.filter fieldset .subMenu:not(.categories) ul a,
.categoryFilter fieldset .subMenu:not(.categories) ul a {
    float: left;
}

.watchlist .filter fieldset .subMenu:not(.categories) ul a {
	margin-left: 10px;
}

.filter fieldset .subMenu.categories ul a:before,
.categoryFilter fieldset .subMenu.categories ul a:before {
    visibility: visible;
    font-size: 16px;
    content: "\e611";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-left: -20px;
    position: absolute;
    margin-top: 5px;
}

.filter fieldset.option>.input>span,
.categoryFilter fieldset.option>.input>span {
    border: 1px solid #EAEEEF;
    background: #EAEEEF;
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
    height: 2em;
    line-height: 2em;
}

.filter fieldset.option>.input>span>input,
.categoryFilter fieldset.option>.input>span>input {
    position: absolute;
    background: none;
    width: 100%;
    text-align: left;
    height: 1.2em;
    line-height: 1.2em;
    font-size: 1em;
    border: 1px solid black;
    margin: 0.4em;
    padding: 0 10px 0 30px;
}

.filter fieldset.option .subMenu>.wrap>.row>div:last-child ul,
.filter fieldset.option .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle.subMenu>.wrap>div>div:last-child ul,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .filter fieldset.option .subArticle.subMenu>.wrap>div>div:last-child ul,
.categoryFilter fieldset.option .subMenu>.wrap>.row>div:last-child ul,
.categoryFilter fieldset.option .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle.subMenu>.wrap>div>div:last-child ul,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .categoryFilter fieldset.option .subArticle.subMenu>.wrap>div>div:last-child ul {
    border: none;
}

.filter .optionitem .subMenu,
.categoryFilter .optionitem .subMenu {
    max-width: 312px;
}

.filter .optionitem .current .rename,
.categoryFilter .optionitem .current .rename {
    display: inline-block;
    /* margin-left: 20px; */
}

.filter .optionitem .current .rename .form,
.categoryFilter .optionitem .current .rename .form {
    background: white;
	border-radius: 8px;
	width: 350px;
	position: absolute;
	z-index: 2;
	margin-top: -3px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s ease-in;
	height: 100px;
	left: 0px;
}

.f3-widget-paginator {
    text-align: center;
    margin: 60px auto;
    list-style-type: none;
    width: 100%;
}

.f3-widget-paginator li {
    margin: 7px;
    display: inline-block;
}

.f3-widget-paginator li a {
    color: #258ED2;
}


.f3-widget-paginator li.current {
    font-weight: bold;
}

.attributes .attribute {
    float: left;
    margin-bottom: 10px;
    width: 33.3333%;
    font-size: 16px;
}

.attributes .attribute h4 {
    font-size: 16px;
}

*>div>.popupData {
    transform: scale(0, 0);
    transform-origin: 10% 100% 50%;
    transition: all .25s ease-in;
    transition-delay: 0;
    padding: 10px;
    border: 1px solid #5b5959;
    background: white;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    margin-bottom: -5px;
    min-height: 50px;
    width: 450px;
    opacity: 0;
}

*>div>.popupData .top h4 {
    float: left;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 190px);
}

*>div>.popupData:after {
    transform: rotate(45deg);
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: -9px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #5b5959;
    border-bottom: 1px solid #5b5959;
    background: white;
}

.popupData .articleOptions {
    margin: 0 0 10px;
    padding: 0 10px 0 0;
    float: none;
    text-align: right;
}

.popupData .articleOptions ul {
    margin: 0;
}

.popupData .articleOptions ul li {
    display: inline-block;
}

.popupData .articleOptions ul li a {
    padding: 5px !important;
}

.popupData .articleOptions span.label {
    display: none;
}

.popupData .articleOptions ul li .icon:before {
    margin: 0 2px;
	font-size: 20px;
}

.accordion>.highlights ul {
    position: relative;
    margin-left: 2px;
    padding-left: 15px;
    list-style-type: none;
}

.messages {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.75);
}

.overlay>.wrap {
    max-width: 60%;
    margin: 5% auto 0;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.overlay>.wrap form.customerForm .field>label {
    margin-left: -150px;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.75);
}

.popup>.wrap {
    max-width: 326px;
    margin: 15% auto 0;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.popup>.wrap .content {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 3px;
}

/**
 * Header
 */

header {
    width: 100%;
	height: 185px;
    position: fixed;
    top: 0;
    transition: top 0.4s ease-in-out;
	background: #fff;
	z-index: 900;
}

.nav-up {
    top: -250px;
}
header .top {
    background: #EAEEEF;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: none;
    z-index: 10;
    color: #1D2626;
    left: 0;
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.05);
    padding: 2px 10px;
	z-index: 1000;
}

header .top .wrap {
    max-width: 1230px;
    margin: 0 auto;
}

header .top span  {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

header .top nav>ul>li .mouseOver {
    transition: all .25s ease-in;
    color: black;
    position: absolute;
    right: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    width: 400px;
    z-index: 999;
    background: white;
    border-radius: 0 0 5px 5px;
    top: 30px;
}

header .top nav>ul>li .subContent {
    display: none;
	position: absolute;
	background: white;
	z-index: 110;
	background: #FFFFFF;
	box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	top: 30px;
	width: 206px;
	right: 0;
}

header .top nav>ul>li .subContent.login input,
header .top nav>ul>li .subContent.login button {
    width: 100%;
}

header .top .left nav {
    float: left;
}

header .top .purchase-icons {
    margin-top: 20px;
	position: absolute;
	right: 0px;
	top: 30px;
}

header .top .right nav {
    float: right;
    padding-right: 10px;
    padding-top: 1px;
}

header .top .right .search {
    padding: 0 5px;
    float: right;
}

header .navigation_main .wrap nav {
    position: relative;
	bottom: 0;
	width: auto;
	left: 80px;
	top: 50px;
	float: left;
}

header .navigation_main .search {
	position: absolute;
	top: 3px;
	left: 230px;
	height: 30px;
	width: 35%;
}

.navigation_main .search form input {
	height: 40px;
	width: 464px;
}

.navigation_main .search form input::placeholder {
  	color: black;
	font-size: 14px;
	letter-spacing: 0.1em;
}

header .navigation_main .wrap nav li .subMenu div ul li {
    border-bottom: none;
    float: none;
    display: block;
    margin: 0;
    line-height: 20px;
}

header .navigation_main .wrap nav li .subMenu div ul li:last-child {
    margin-bottom: 10px;
}

header .navigation_main .wrap .logo {
    float: left;
    width: 132px;
    margin: 0 auto;
    position: relative;
    top: -9px;
	transition: all .5s ease-in-out;
}

/* == Animation logo bleibt kleiner stehen ==
.nav-up .navigation_main .wrap .logo {
	transition: all .25s ease-in-out;
	top: 20px;
	margin-left: 15px;
	width: 100px;
}
*/

header nav ul {
    list-style-type: none;
}

header nav ul li {
    padding: 0;
}

header .top a {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 0;
    color: #1D2626;
    text-transform: uppercase;
    font-size: 12px;
}

header .top .language a {
	padding: 0;
}

header .top .login a {
	padding: 0;
}

header .top .subContent a {
    padding: 5px 0;
	/* min-width: 330px;*/
}

header .top .subContent a:hover {
    font-weight: bold;
}

header .top span {
    vertical-align: middle;
}

header .top span.icon {
    font-size: 23px;
	overflow: visible;
}

header .top span.icon-contact {
    font-size: 17px;
}

header .top span.bubble {
    line-height: normal;
	vertical-align: middle;
	border: 1px solid #258ED2;
	border-radius: 8px;
	width: 16px;
	padding-left: 4px;
	color: #258ED2;
	position: absolute;
	left: 25px;
	background: white;
	top: -3px;
}

header .top nav>ul>li {
    display: inline-block;
    margin: 0 6px 0 0;
}

header .top nav>ul>li>div>a {
    transition: all .25s ease-in;
    margin-top: 0;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
}

header .top nav>ul>li>div>a span {
    text-shadow: none;
}

header .top nav>ul>li .mouseOver .wrap {
    padding: 10px;
}

header .top nav>ul>li .mouseOver h3 {
    position: relative;
    font-size: 1em;
	line-height: 17px;
	padding-right: 10px;
}

header .top nav>ul>li .mouseOver h3 a:first-child {
    margin-right: 20px;
}

header .top nav>ul>li .mouseOver h3 .floatRight {
    position: absolute;
    top: 0;
    right: 0;
}

header .top .amount {
	text-align: right;
}

header .top .calculation .amount {
	text-align: left;
}

header .top nav>ul>li .mouseOver a {
    color: black;
    padding: 0;
}

header .top nav>ul>li .subContent .wrap {
    padding: 10px;
}

header .top nav>ul>li .subContent.login .wrap {
    border-bottom: 4px solid white;
}

header .login {
	margin-right: 10px !important;
}
header .top nav>ul>li .subContent.login .wrap:last-child {
    border-bottom: none;
}

header .top nav>ul>li .subContent li.active {
    font-weight: bold;
}

header .top nav>ul>li .subContent li.noTranslation {
    padding: 5px 10px;
    color: lightgrey;
    font-style: italic;
}

header .top nav>ul>li .subContent.login a {
    display: block;
}

header .top nav>ul>li .subContent.login input[type="submit"] {
    margin-top: 10px;
}

header .top nav>ul>li:hover>div>a,
header .top nav>ul>li.opened>div>a {
    transition: all .25s ease-out;
    background: white;
    color: black;
}

header .top nav>ul>li:hover .mouseOver,
header .top nav>ul>li.opened .mouseOver {
    transition: all .25s ease-out;
    transition-delay: 0.25s;
    background: #FFFFFF;
	box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
    opacity: 1;
    max-height: 375px;
    overflow-y: auto;
}

header .top nav>ul>li:hover .subContent,
header .top nav>ul>li.opened .subContent {
    display: block;
}

header .top .right .search input {
    padding: 3px;
}

header .top .right.mobile {
    display: none;
}

header .navigation_main {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 50px 0 0 0;
    width: 100%;
	position: fixed;
	z-index: 999;
}

header .navigation_main>.logo {
    display: none;
}

header .navigation_main .wrap {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding: 12px 25px 0 20px;
	height: 100px;
}

header .navigation_main .wrap nav li {
    display: inline-block;
    margin-right: 40px;
}

header .navigation_main .wrap nav li a {
    color: #000000;
    font-size: 16px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.8px;
    text-decoration: none !important;
    border-bottom: 3px solid white;
    padding: 0 0 12px;
}

header .navigation_main .wrap nav li.active a,
header .navigation_main .wrap nav li:hover a {
    border-bottom: 3px solid #258ED2;
    transition: all 0.3s;
}

header .subMenu div ul li {
    float: none;
    display: block;
}

header .subMenu div ul li label {
    float: left;
}

header .subMenu div ul li .productCount {
    position: absolute;
    right: 20px;
    width: 30px;
    text-align: right;
}

header .navigation_main .wrap nav li .subMenu {
    color: #000000;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    clip-path: inset(0px -10px -10px -10px);
    padding: 0 20px 0;
    top: 40px;
}

header .navigation_main .wrap nav li .subMenu .wrap {
    padding: 20px 0 0;
}

header .navigation_main .wrap nav li .subMenu .col-20 {
    width: 45%;
}

header .navigation_main .wrap nav li .subMenu div ul li {
    border-bottom: 0;
}

header .navigation_main .wrap nav li .subMenu div ul li h2 {
    font-weight: 600;
    margin: 0 !important;
    font-size: 16px;
    text-transform: none;
	line-height: 20px;
}

header .navigation_main .wrap nav li .subMenu div ul li a {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 20px;
    border-bottom: 0;
    transition: all 0.3s;
}

header .navigation_main .wrap nav li .subMenu div ul li a:hover {
    /*color: #258ED2;*/
    /*transition: all 0.3s;*/
    font-weight: bold;
}

header .navigation_main .wrap nav li:hover .subMenu {
    transition: all .25s ease-out;
    transition-delay: 0.25s;
    opacity: 1;
    max-height: 900px;
	min-width: 760px;
}

header .navigation_main .wrap .logo:after {
    content: '';
    display: block;
    clear: both;
}

header .navigation_main .wrap .mobilelanguage {
    display: none;
}

header .logomobile {
    display: none;
}

header .navigation_main_mobile {
    display: none;
}

header .navigation_main_mobile .nav-drill {
    transform: translateX(100%);
    z-index: 9999;
}

header .navigation_main_mobile.nav-is-toggled .nav-drill {
    transform: translateX(0);
}

header .navigation_main_mobile.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

header .mobilelanguage {
    display: block;
}

header .mobilelanguage ul {
    display: flex;
    justify-content: center;
    padding: 20px;
    border-top: 2px solid #949494;
}

header .mobilelanguage ul li {
    display: inline;
}

header .mobilelanguage ul li a {
    font-size: 20px;
    padding: 10px;
    color: #000;
}

header .subMenu {
    transition: all .25s ease-in;
    position: absolute;
    z-index: 999;
    background: white;
    color: #000000;
    left: 0;
    right: 0;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
}

header .subMenu .wrap {
    padding: 20px 20px 40px 20px;
}

header .subMenu h2 {
    font-size: 1em;
}

header .subMenu div ul {
    border-right: 1px solid #e6e6e6;
    min-height: 245px;
    clear: both;
}

header .subMenu div ul ul {
    min-height: 0;
    border: 0;
}

header .subMenu div ul li:after {
    content: '';
    display: block;
    clear: both;
}

/* Grid */
.grid .frame_ruler-before .row>div,
.grid .frame_ruler-before .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div>div,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .grid .frame_ruler-before .subArticle>.wrap>div>div {
    border-left: 1px solid black;
}

.grid .row.grey>*>*,
.grid .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div.grey>*>*,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .grid .subArticle>.wrap>div.grey>*>* {
    /* background: #EAEEEF; */
    border-radius: 8px;
}

.grid .row.grey>*>*.text,
.grid .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div.grey>*>*.text,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .grid .subArticle>.wrap>div.grey>*>*.text {
    padding: 0.5em 1em;
}

.grid .row>*>*.grid:not(.layout_0),
.grid .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div>*>*.grid:not(.layout_0),
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .grid .subArticle>.wrap>div>*>*.grid:not(.layout_0),
.grid .row>*>*.shop,
.grid .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div>*>*.shop,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .grid .subArticle>.wrap>div>*>*.shop,
.grid .row>*>*.slider,
.grid .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div>*>*.slider,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .grid .subArticle>.wrap>div>*>*.slider {
    background: none;
}

.floatRight {
    float: right;
}

article section>.csc-sitemap ul ul,
article section>.ce-sitemap ul ul,
.overlay section>.csc-sitemap ul ul,
.overlay section>.ce-sitemap ul ul {
    margin-left: 10px;
    font-weight: normal;
}

.greyBackground {
    width: 100%;
    padding: 10px;
    /* background: #EAEEEF; */
    border: 1px solid #EAEEEF;
}

.stepper {
    overflow: hidden;
    position: relative;
    float: left;
}

.stepper .stepper-input {
	width: 28px;
	border: 1px solid #00a1df;
	line-height: 18px;
	padding: 0 2px;
	float: left;
	text-align: center;
}

.stepper .stepper-arrow {
    width: 19px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #00a1df;
	display: block;
	float: left;
	text-align: center;
	margin-left: 2px;
	cursor: pointer;
	margin-left: 5px;
	font-weight: 400;
	font-size: 18px;
}

input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

button.showNext {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #555555;
    border-radius: 4px;
    padding: 0;
    line-height: 3em;
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.catalogs .catalog .flipCatalog a .icon::before {
    margin-left: -22px;
    position: absolute;
    font-size: 1.3em;
}

.catalogs .orderForm .nextButton {
    margin-left: 25%;
    width: 40%;
}

.directnavigation ul {
    width: 250px;
}

.directnavigation ul li {
    margin-left: 10px;
    position: relative;
}

.directnavigation>div>ul>li>ul {
    width: auto;
}

.directnavigation>div>ul>li>ul>li {
    margin-left: 0;
}

.directnavigation>div>ul>li>ul li>ul {
    display: none;
    position: absolute;
    top: 0;
    margin-left: 100%;
    margin-top: -28px;
    background: #EAEEEF;
    padding: 10px 0;
}

.directnavigation>div>ul>li>ul>li>ul {
	margin-left: 340px;
}
.tx-felogin-pi1 .sf input[type="submit"] {
    width: auto;
    margin-left: 0;
    padding: 0 20px;
}

#miniBasketForm .price .display {
    float: right;
    padding-right: 10px;
}

.price .hint {
    float: left;
    font-size: 0.8em;
    white-space: nowrap;
	height: 0px;
	margin-top: -11px;
	margin-bottom: 30px;
}

.data .price .display,
.data .price .hint {
    float: none;
    display: inline-block;
}

.tx-indexedsearch-res {
    width: 100%;
}

.tx-indexedsearch-categories ul li {
    padding: 0 2.5px;
    margin: 0;
    width: 33.33333%;
    display: block;
    float: left;
}

.tx-indexedsearch-categories ul li button {
    margin-bottom: 5px;
    font-size: 1em;
    background: #EAEEEF;
    border: none;
    line-height: 2em;
    padding: 0;
    width: 100%;
    height: 26px;
    text-align: left;
    position: relative;
}

.tx-indexedsearch-categories ul li button>span {
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
}

.tx-indexedsearch-categories ul li button>span>span.title .ellipsis {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 40px 0 30px;
}

.tx-indexedsearch-categories ul li.active button:before {
    content: "\e60a";
    visibility: visible;
    font-size: 16px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-top: -12px;
    margin-left: 7px;
    position: absolute;
}

.tx-suter-storfinder>.row,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap.tx-suter-storfinder>div {
    position: relative;
}

.tx-suter-storfinder .searchForm .bottom .image img {
    height: 15px;
    width: auto;
}

.tx-suter-storfinder .list .morehits {
    /* background: #EAEEEF; */
    padding: 10px;
    float: right;
}

.tx-suter-storfinder .list>ul>li .disdet {
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid black;
    float: left;
}

.tx-suter-storfinder .list>ul>li .dis {
    margin-bottom: 0;
    float: left;
}

.tx-suter-storfinder .list>ul>li .det {
    margin-bottom: 0;
    float: right;
}

.tx-suter-storfinder .list>ul>li .cats img {
    height: 13px;
    width: auto;
}

.tx-suter-storfinder .list>ul>li .cats>div {
    padding: 5px 10px 0 0;
    float: left;
}

.tx-suter-storfinder #address-sec .inner2 .cats>ul>li {
    float: left;
    margin-right: 5em;
}

.tx-suter-storfinder #address-sec .inner2 .image img {
    height: 15px;
    width: auto;
}

section .tx_nscomments .ns-btn {
    border: 1px solid #aaaaaa;
    line-height: 20px;
    float: left;
    margin-bottom: 0;
    border-radius: 4px;
    background-color: #ececec;
    width: auto;
    padding: 0 10px;
    margin-left: 0;
    color: rgba(0, 0, 0, 0.847);
    font-size: 11px;
    font-weight: normal;
}

section .tx_nscomments .comments-container .messages.approve,
section .tx_nscomments .comments-container .messages.thanksmsg,
section .tx_nscomments .comments-container .messages.approve-error {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

section .tx_nscomments .comments-container .messages.approve .ns-alert,
section .tx_nscomments .comments-container .messages.thanksmsg .ns-alert,
section .tx_nscomments .comments-container .messages.approve-error .ns-alert {
    position: absolute;
    left: 45%;
    margin-left: -50px;
    top: 200px;
    margin-top: -50px;
    width: 210px;
    background: #EAEEEF;
    color: black;
}

.news>.row,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap.news>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.news>.row h2,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap.news>div h2 {
    font-size: 1em;
}

.news>.row p a,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap.news>div p a {
    text-decoration: none;
}

.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li,
.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li,
.shariff .orientation-horizontal.button-style-standard li {
    min-width: 39px;
    max-width: 39px;
}

.shariff .orientation-horizontal li.facebook a span.fab {
    margin-left: 3px;
}

input#kuechenbauerNewsletter-company_id,
input#kuechenbauerNewsletter-company_name {
    pointer-events: none;
    width: 220px;
}

.vimeo_headline_container {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
}

.shop .article > .data .attributes .attribute-50 {
    float: left;
    padding: 10px;
    width: 50%;
}

.shop .article > .data .attributes .attribute-66 {
    float: left;
    padding: 10px;
    width: 66.6666%;
}

.shop .article > .data .attributes .attribute-100 {
    float: left;
    padding: 10px;
    width: 100%;
}

* > div > .popupData .attributes .attribute-50 {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}

* > div > .popupData .attributes .attribute-66 {
    float: left;
    margin-bottom: 10px;
    width: 66.6666%;
}

* > div > .popupData .attributes .attribute-100 {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.basketsection .row::before, .basketsection .categoryArticles > div, .row::after {
    clear: both;
    content: "";
    display: table;
}

.fullsizeField textarea {
    background-color: #efefef;
    border-top: #efefef 1px solid;
    border-left: #aaaaaa 1px solid;
    border-right: #efefef 1px solid;
    border-bottom: #aaaaaa 1px solid;
    height: 100px;
    width: 100%;
    margin: 0 0 30px 0;
}

.shop .article .variants .variant {
    width: 100%;
    border: 2px solid white;
    outline: 1px solid white;
}

.purchase input[type="text"], .purchase input[type="password"], .purchase textarea {
    width: 100%;
    background-color: #fefefe;
    border-top: #fefefe 1px solid;
    border-left: #aaaaaa 1px solid;
    border-right: #fefefe 1px solid;
    border-bottom: #aaaaaa 1px solid;
}

.clearBoth {
    position: relative;
    width: 100%;
    clear: both;
}

.searchbox-tmpl-css form .tx-indexedsearch-form {
    float: left;
}

.searchbox-tmpl-css form .tx-indexedsearch-search-submit {
    float: left;
}

.searchbox-tmpl-css form .tx-indexedsearch-form input {
    background-color: #efefef;
    border-color: #efefef #efefef #aaaaaa #aaaaaa;
    border-style: solid;
    border-width: 1px;
    padding: 0 3px;
    line-height: 20px;
}

.searchbox-tmpl-css form .tx-indexedsearch-search-submit input {
    margin-left: 25%;
    margin-top: 0;
    width: auto;
    float: left;
    margin-bottom: 0;
}

.tx-indexedsearch-whatis {
    margin: 10px 0;
    float: left;
    display: none;
}

.tx-indexedsearch-browsebox li {
    float:left;
    padding-right: 10px;
}

.tx-indexedsearch-res {
    clear: both;
    float: left;
    margin: 10px 0;
}

.tx-indexedsearch-res .tx-indexedsearch-percent {
    float: right;
    font-size: 13px;
    color: #6e6e6e;
}

.overlay .main {
    margin: 0;
    box-shadow: none;
    max-width: 100%;
}

/* Module: Other Styles */

/* — Other Components & Shop Styles — */
.promo.show {
    display: block;
}

.promo--image {
    position: relative;
    padding-top: 30px;
    background: white;
    border-top: 1px solid #000000;
}

.promo--closer {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 3;
    color: #000000;
    font-family: Helvetica, sans-serif;
    font-size: 21px;
    border: 1px solid #000000;
    padding: 1px 6px 3px 7px;
    border-radius: 50px;
}

@font-face {
    font-family: 'shopware';
    src: url("/typo3conf/ext/suter/Resources/Public/Css/fonts/shopware.eot");
    src: url("/typo3conf/ext/suter/Resources/Public/Css/fonts/shopware.eot") format("embedded-opentype"), url("/typo3conf/ext/suter/Resources/Public/Css/fonts/shopware.woff") format("woff"), url("/typo3conf/ext/suter/Resources/Public/Css/fonts/shopware.ttf") format("truetype"), url("/typo3conf/ext/suter/Resources/Public/Css/fonts/shopware.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

i.test {
    font-size: 0.9em;
}

i.test:before {
    content: "\e60c";
    font-family: 'shopware';
    font-weight: normal;
    color: green;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body a {
    color: black;
    text-decoration: none;
}

form.search {
    position: relative;
    height: 25px;
    margin-bottom: 10px;
}

form.search input {
    position: absolute;
    height: 25px;
    line-height: 25px;
    left: 0;
    right: 49px;
    border: 1px solid lightgray;
    /* border-top-left-radius: 3px; */
    /* border-bottom-left-radius: 3px; */
    padding: 0 7px;
    outline: none;
	margin-right: 5px;
}

.femanager form fieldset {
    border: none;
}

.femanager form fieldset legend {
    display: none;
}

.femanager form .form-group {
    clear: both;
    margin: 0 0 10px;
}

.femanager form .form-group input[type="text"],
.femanager form .form-group input[type="password"] {
    background-color: #efefef;
    border-top: #efefef 1px solid;
    border-left: #aaaaaa 1px solid;
    border-right: #efefef 1px solid;
    border-bottom: #aaaaaa 1px solid;
}

.femanager form .form-group:after {
    display: block;
    content: '';
    clear: both;
}

.femanager form .input.checkbox a {
    text-decoration: underline;
}

.femanager .registerInfo {
    margin-bottom: 30px;
}

table tr th,
table tr td {
    text-align: left;
    padding-right: 10px;
}

input[type="search"]:after {
    font-size: 1em;
    content: "\e60e";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

p a {
    color: #258ED2;
}

.image,
.graphic {
    font-size: 0;
}

[data-picture] {
    font-size: 0;
    line-height: 0;
    display: block;
}

.csc-textpic-text,
.ce-bodytext,
.teaser .text,
.text {
    padding: 0.3em;
}

.csc-textpic-text p~p,
.ce-bodytext p~p,
.teaser .text p~p,
.csc-textpic-text p~ul,
.ce-bodytext p~ul,
.teaser .text p~ul,
.csc-textpic-text ul~p,
.ce-bodytext ul~p,
.teaser .text ul~p,
.csc-textpic-text ul~ul,
.ce-bodytext ul~ul,
.teaser .text ul~ul,
.text p~p,
.text p~ul,
.text ul~p,
.text ul~ul {
    margin-top: 0.7em;
}

.accordion>.text {
    padding: 0;
}

.accordion>.text .bodytext {
    padding: 0.5em 1em;
}

.ce-textpic-imagewrap, .csc-textpic-imagewrap {
    position: relative;
}

.image,
.graphic,
.ce-textpic-image,
.csc-textpic-image {
    line-height: 0;
}

.textpic.slider .buttons,
.image.slider .buttons {
    display: none;
}

.textpic.slider .pager,
.image.slider .pager {
    position: absolute;
    right: 10px;
    bottom: 5px;
    border: none;
    background: none;
}

.fixed {
    display: flex;
    flex-wrap: wrap;
}

.fixed>div:not(.col-37) {
    display: flex;
}

.alignRight {
    text-align: right;
}

.menu.layout_0 .fixed>div>.wrap .link {
    position: absolute;
    bottom: 0.5em;
}

.menu.layout_0 .fixed>div>.wrap .link a {
    color: #686868;
}

.menu.layout_0 .fixed>div>.wrap .link a:before {
    content: '> ';
    margin-right: 2px;
}

.menu.layout_0 .image img {
    height: 200px !important;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.bodytext ul {
    margin: 0 0 10px 20px;
}

#breadcrumb {
    padding: 155px 0 0 25px;
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	background: #fff;
}

#breadcrumb ul {
    margin-top: 1px;
}

#breadcrumb ul li {
    margin-top: -1px;
    color: #000000;
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 0 6px 0 0;
    background-size: 1px 22px;
}

#breadcrumb ul li a {
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}

#breadcrumb ul li a:after {
    content: "\e60d";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
}

#breadcrumb ul li:last-child a {
    color: #258ED2;
}

#breadcrumb ul li:last-child a:after {
    display: none;
}

.teaser {
    position: relative;
}

.teaser .text h1,
.teaser .text h2,
.teaser .text h3 {
    font-size: 1em;
    margin-bottom: 0.5em;
}

.slider h2 {
    line-height: 1.4em;
}

.slider.frame_indent h2 {
    line-height: 1em;
    padding: 10px 20px 7px 13px;
    font-weight: normal;
    font-size: 1em;
    margin: 0;
}

.slider .items {
    position: relative;
}

.slider .mask {
    overflow: hidden;
    margin: 0 0 20px;
	border-radius: 8px;
}

.slider .pager {
    background: transparent;
    height: 23px;
    border: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.slider .pager ul {
    list-style-type: none;
}

.slider .pager ul li {
    display: inline-block;
    margin: 0 10px;
}

.slider .pager ul li span {
    font-size: 0;
    background: white;
    cursor: pointer;
}

.slider .pager ul li span:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 0;
    background: #686868;
    border-radius: 50%;
    opacity: 0.8;
}

.slider .pager ul li.active span:before {
    background: lightgrey;
}

#page218 .slider .pager ul li.active span:before, #page91 .slider .pager ul li.active span:before, #page92 .slider .pager ul li.active span:before {
    background: black;
}
.slider .buttons {
    display: none;
}

.slider .buttons ul {
    list-style-type: none;
}

.slider .buttons ul li {
    position: absolute;
    margin-top: -18px;
    left: 0.25em;
    z-index: 2;
}

.slider .buttons ul li span {
    font-size: 0;
}

.slider .buttons ul li span:before {
    font-size: 12px;
    content: "\e60c";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.slider .buttons ul li:last-child {
    left: auto;
    right: 0.25em;
}

.slider .buttons ul li:last-child span:before {
    content: "\e60d";
}

.slider .buttons ul:after {
    display: block;
    content: '';
    clear: both;
}

.slider .ce-gallery a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.2); */
    border-radius: 8px 8px 8px 8px;
}

.slider.frame_default .csc-textpic-text,
.slider.frame_default .ce-bodytext,
.slider.frame_default .teaser .text,
.teaser .slider.frame_default .text {
    position: relative;
    padding: 10px
}

@media (max-width: 1230px) {
	article {
		padding: 0 20px 0 20px;
	}
}

@media (min-width: 1024px) {
    .gridelements_pi1.slider img {
        max-height: 640px;
        object-fit: cover;
    }

    .gridelements_pi1.slider .csc-textpic-text,
    .gridelements_pi1.slider .ce-bodytext,
    .gridelements_pi1.slider .teaser .text,
    .gridelements_pi1.slider .teaser .slider.frame_default .text {
        position: absolute;
        padding: 0 100px;
        bottom: 110px;
        max-width: 60%;
        color: white;
    }

    .gridelements_pi1.slider .ce-bodytext p {
        color: white;
    }

    .gridelements_pi1.slider .slideritem p a {
        text-decoration: none;
        border-radius: 8px;
        background: white;
        padding: 12px 30px;
        transition: all 0.3s;
        border: 0;
        display: inline-block;
        margin: 30px 0 0;
		color: black;
    }

    .gridelements_pi1.slider .slideritem p a:hover {
        background: #258ED2;
        color: white;
        transition: all 0.3s;
    }

    .gridelements_pi1.slider .slideritem h1 {
        font-size: 40px;
        margin-bottom: 0;
    }

    .gridelements_pi1.slider .slideritem p {
        margin: 0 !important;
        color: white;
    }

    .gridelements_pi1.slider .pager {
        margin: 10px 0;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }

    .gridelements_pi1.slider .pager ul li.active span:before {
        background: white;
    }


}

@media (max-width: 1024px) {
    .gridelements_pi1.slider .slideritem p a {
        background: #258ED2;
        border: 1px solid #258ED2;
        padding: 12px 30px;
        transition: all 0.3s;
        display: inline-block;
        margin: 30px 0 0;
        color: white;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        text-decoration: none;
    }

    .gridelements_pi1.slider .slideritem p a:hover {
        background: white;
        color: black;
        border: 1px solid #258ED2;
        transition: all 0.3s;
        border-radius: 8px;
    }

    .gridelements_pi1.slider .pager ul li.active span:before {
        background: black;
    }
}

.frame-type-textpic .ce-bodytext {
    position: unset;
    max-width: 100%;
    padding: 0;
}

.slider.frame_default .teaser .text {
    position: relative;
    padding: 10px;
}

.slider.frame_default .teaser .text p {
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 20px;
}

.slider.frame_default .teaser .text .link {
    position: absolute;
    margin-top: -1em;
    right: 0.25em;
}

.slider.frame_default .teaser .text .link a {
    color: white;
}

.slider.frame_default .teaser .text .link a span {
    padding-right: 10px;
    font-size: 1em;
    color: white;
    visibility: hidden;
}

.slider.frame_default .teaser .text .link a:before {
    content: "\e60d";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    visibility: hidden;
}

.slider.frame_default .teaser .text .link:after {
    display: block;
    content: '';
    clear: both;
}

.slider.frame_indent {
    margin: 0;
    padding-top: 20px;
}

.slider.frame_indent .mask {
    margin: 0 20px 20px 20px;
}

.slider.frame_indent .teaser .text .link {
    margin-top: 4px;
}

.slider.frame_indent .teaser .text .link a {
    color: #686868;
}

.slider.frame_indent .teaser .text .link a:before {
    content: '> ';
    margin-right: 2px;
}

.slider.frame_indent>h2+.slideritems {
    padding-top: 0;
}

.slideritem-2-rows h1 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 34px;
}
.slideritem-2-rows .slider.frame_default .ce-bodytext {
    position: absolute;
    padding: 0 10px;
    top: 380px;
    max-width: 100%;
    color: black;
}

.slideritem-2-rows p {
    color: black !important;
}

.slideritem-2-rows p a {
    text-decoration: none;
    border-radius: none;
    background: none;
    padding: 20px 0;
    transition: all 0.3s;
    border: 0;
    display: inline-block;
    margin: 0;
}

.slideritem-2-rows p a:hover {
    color: #258ED2;
    background: none;
}

#page218 .container {
    height:750px !Important;
}

.news .slider h2 {
    background: #EAEEEF;
}

.infoBox {
    margin-top: 40px;
}

.infoBox .slider h2 {
    background: none;
}

.infoBox .slider .slideritems {
    background: none;
}

.infoBox>h2 {
    margin-bottom: 0.83333333333333em;
    font-size: 1.2em;
}

.wrap:before,
.wrap:after {
    display: block;
    content: '';
    clear: both;
}

.box {
    background: transparent;
    padding: 0 0 30px;
    margin-bottom: 20px;
}

.filter,
.categoryFilter {
    position: relative;
    /* margin: 0 0 20px 0; */
    /* max-width: 1000px; */
    text-align: center;
    margin-bottom: 20px;
}

.serie .filter,
.categoryFilter {
    margin: 0 0 40px;
}

.serie .filter .option.opened .icon-arrow-right,
.categoryFilter .option.opened .icon-arrow-right,
.filter .option.opened .icon-arrow-right {
    transform: rotate(90deg);
}

.filter .infoData {
    display: none
}

.filter>.top,
.categoryFilter>.top {
    margin-bottom: 5px;
}

.filter>.top>div,
.categoryFilter>.top>div {
    clear: both;
}

.filter>.top>div:first-child,
.categoryFilter>.top>div:first-child {
    margin-bottom: 10px;
}

.filter>.top>div:after,
.categoryFilter>.top>div:after {
    content: '';
    display: block;
    clear: both;
}

.filter fieldset>:not(legend, button, input, .subMenu),
.categoryFilter fieldset>:not(legend, button, input, .subMenu) {
    display: none;
    position: absolute;
}

.filter fieldset>legend a,
.filter fieldset>button a,
.categoryFilter fieldset>legend a,
.categoryFilter fieldset>button a {
    display: block;
    margin: 0 -10px;
    padding: 0 10px;
}

.filter fieldset>legend [class^="icon-"],
.filter fieldset>legend [class*=" icon-"],
.filter fieldset>button [class^="icon-"],
.filter fieldset>button [class*=" icon-"],
.categoryFilter fieldset>legend [class^="icon-"],
.categoryFilter fieldset>legend [class*=" icon-"],
.categoryFilter fieldset>button [class^="icon-"],
.categoryFilter fieldset>button [class*=" icon-"] {
    line-height: 2em;
}

.filter fieldset>legend [class^="icon-"],
.filter fieldset>legend [class*=" icon-"],
.filter fieldset>button [class^="icon-"],
.filter fieldset>button [class*=" icon-"],
.categoryFilter fieldset>legend [class^="icon-"],
.categoryFilter fieldset>legend [class*=" icon-"],
.categoryFilter fieldset>button [class^="icon-"],
.categoryFilter fieldset>button [class*=" icon-"] {
    position: absolute;
    top: 4px;
    right: 10px;
}

.filter fieldset>legend .icon-arrow-left,
.filter fieldset>button .icon-arrow-left,
.categoryFilter fieldset>legend .icon-arrow-left,
.categoryFilter fieldset>button .icon-arrow-left {
    position: relative;
    right: auto;
    top: 0;
}

.filter fieldset>legend>span>span:not([class*="-hidden"]),
.filter fieldset>button>span>span:not([class*="-hidden"]),
.categoryFilter fieldset>legend>span>span:not([class*="-hidden"]),
.categoryFilter fieldset>button>span>span:not([class*="-hidden"]) {
    display: block;
}

.filter fieldset>legend>span>span:not([class*="-hidden"]).title,
.filter fieldset>button>span>span:not([class*="-hidden"]).title,
.categoryFilter fieldset>legend>span>span:not([class*="-hidden"]).title,
.categoryFilter fieldset>button>span>span:not([class*="-hidden"]).title {
    height: auto;
    position: relative;
    margin: 0 35px 0 0;
    padding: 15px 15px 15px 0;
    vertical-align: middle;
}

.filter fieldset>legend>span>span:not([class*="-hidden"]).title em,
.filter fieldset>button>span>span:not([class*="-hidden"]).title em,
.categoryFilter fieldset>legend>span>span:not([class*="-hidden"]).title em,
.categoryFilter fieldset>button>span>span:not([class*="-hidden"]).title em {
    font-size: 0.8em;
}

.filter fieldset>legend>span>span:not([class*="-hidden"]).checkbox,
.filter fieldset>button>span>span:not([class*="-hidden"]).checkbox,
.categoryFilter fieldset>legend>span>span:not([class*="-hidden"]).checkbox,
.categoryFilter fieldset>button>span>span:not([class*="-hidden"]).checkbox {
    position: absolute;
    left: 10px;
}

.filter fieldset>legend>span>span:not([class*="-hidden"]).icon-arrow-up,
.filter fieldset>button>span>span:not([class*="-hidden"]).icon-arrow-up,
.categoryFilter fieldset>legend>span>span:not([class*="-hidden"]).icon-arrow-up,
.categoryFilter fieldset>button>span>span:not([class*="-hidden"]).icon-arrow-up {
    display: none;
}

.filter fieldset>button,
.categoryFilter fieldset>button {
    background: white;
    text-align: left;
    height: auto;
    line-height: normal;
    font-size: 1em;
    color: black;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 20px;
    border: 1px solid #258ED2;
    transition: all 0.3s;
}

.filter fieldset>button:hover,
.categoryFilter fieldset>button:hover {
    background: #258ED2;
    color: #ffffff;
    transition: all 0.3s;
    border: 1px solid #258ED2;
}

.filter fieldset>button .icon-arrow-right,
.categoryFilter fieldset .icon-arrow-right,
.filter fieldset>button .icon-close,
.categoryFilter fieldset .icon-close {
    top: -4px;
    right: 0;
}

.filter fieldset .subMenu button,
.categoryFilter fieldset .subMenu button {
    border: 1px solid #258ED2;
    padding: 10px 20px;
    margin: 10px auto 30px;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
	font-weight: 300;
}

.filter fieldset .subMenu button:hover,
.categoryFilter fieldset .subMenu button:hover {
    border: 1px solid #258ED2;
    background: #258ED2;
    color: #ffffff !important;
    transition: all 0.3s;
}



.filter fieldset .subMenu:not(.categories) ul a .icon,
.categoryFilter fieldset .subMenu:not(.categories) ul a .icon {
    font-size: 1.4em;
    margin-right: 3px;
}

.filter fieldset .subMenu:not(.categories) ul a:hover,
.categoryFilter fieldset .subMenu:not(.categories) ul a:hover {
    font-weight: bold;
}

.filter fieldset .subMenu:not(.categories) ul .active a,
.categoryFilter fieldset .subMenu:not(.categories) ul .active a {
    font-weight: bold;
	width: 100%;
}

.filter fieldset .subMenu.categories ul a,
.categoryFilter fieldset .subMenu.categories ul a {
    padding-left: 20px;
}

.filter fieldset .subMenu.categories ul a.active:before,
.categoryFilter fieldset .subMenu.categories ul a.active:before {
    content: "\e60a";
}

.filter fieldset .subMenu form.search,
.categoryFilter fieldset .subMenu form.search {
    margin-top: -10px;
}

.filter fieldset.option,
.categoryFilter fieldset.option {
    transition: margin-bottom .15s ease-out;
}

.filter fieldset.option>legend,
.categoryFilter fieldset.option>legend {
    transition: padding-bottom .15s ease-out;
}

.filter fieldset.option>legend>span,
.categoryFilter fieldset.option>legend>span {
    background: #ffffff;
    border: 1px solid #EAEEEF;
    cursor: pointer;
	min-width: 220px;
}

.filter fieldset.option>legend>span .ellipsis input[type="checkbox"] {
	display: none;
}

.filter fieldset.option>.input,
.categoryFilter fieldset.option>.input {
    position: relative;
}

.filter fieldset:not(.jQueryOpener):hover.option>legend:after,
.filter fieldset.jQueryOpener:not(.deaktivated).opened.option>legend:after,
.filter fieldset.jQueryOpener:not(.deaktivated).debug.option>legend:after,
.categoryFilter fieldset:not(.jQueryOpener):hover.option>legend:after,
.categoryFilter fieldset.jQueryOpener:not(.deaktivated).opened.option>legend:after,
.categoryFilter fieldset.jQueryOpener:not(.deaktivated).debug.option>legend:after {
    height: 3px;
    bottom: -5px;
}

.filter fieldset:not(.jQueryOpener):hover.option>legend>span>span.icon-arrow-up,
.filter fieldset.jQueryOpener:not(.deaktivated).opened.option>legend>span>span.icon-arrow-up,
.filter fieldset.jQueryOpener:not(.deaktivated).debug.option>legend>span>span.icon-arrow-up,
.categoryFilter fieldset:not(.jQueryOpener):hover.option>legend>span>span.icon-arrow-up,
.categoryFilter fieldset.jQueryOpener:not(.deaktivated).opened.option>legend>span>span.icon-arrow-up,
.categoryFilter fieldset.jQueryOpener:not(.deaktivated).debug.option>legend>span>span.icon-arrow-up {
    display: block;
}

.filter fieldset:not(.jQueryOpener):hover.option>legend>span>span.icon-arrow-down,
.filter fieldset.jQueryOpener:not(.deaktivated).opened.option>legend>span>span.icon-arrow-down,
.filter fieldset.jQueryOpener:not(.deaktivated).debug.option>legend>span>span.icon-arrow-down,
.categoryFilter fieldset:not(.jQueryOpener):hover.option>legend>span>span.icon-arrow-down,
.categoryFilter fieldset.jQueryOpener:not(.deaktivated).opened.option>legend>span>span.icon-arrow-down,
.categoryFilter fieldset.jQueryOpener:not(.deaktivated).debug.option>legend>span>span.icon-arrow-down {
    display: none;
}

.filter fieldset:not(.jQueryOpener):hover .subMenu,
.filter fieldset.jQueryOpener:not(.deaktivated).opened .subMenu,
.filter fieldset.jQueryOpener:not(.deaktivated).debug .subMenu,
.categoryFilter fieldset:not(.jQueryOpener):hover .subMenu,
.categoryFilter fieldset.jQueryOpener:not(.deaktivated).opened .subMenu,
.categoryFilter fieldset.jQueryOpener:not(.deaktivated).debug .subMenu {
    transition: all .25s ease-out;
    transition-delay: 0.1s;
    opacity: 1;
    max-height: 800px;
}

.filter fieldset.jQueryOpener:not(.deaktivated).opened .subMenu.categories .productCount {
	display: none;
}
.filter fieldset.jQueryOpener.opened .subMenu,
.filter fieldset.jQueryOpener.debug .subMenu,
.categoryFilter fieldset.jQueryOpener.opened .subMenu,
.categoryFilter fieldset.jQueryOpener.debug .subMenu {
    transition-delay: 0.1s;
    border-bottom: 1px solid #000;
}

.filter fieldset.deaktivated .subMenu,
.categoryFilter fieldset.deaktivated .subMenu {
    transition: none;
    display: none;
}

.filter .optionitem .current,
.categoryFilter .optionitem .current {
    line-height: 26px;
    padding-left: 10px;
}

.filter .optionitem .current .rename span,
.categoryFilter .optionitem .current .rename span {
    text-decoration: underline;
    cursor: pointer;
}

.filter .optionitem .current .rename .form .wrap,
.categoryFilter .optionitem .current .rename .form .wrap {
    padding: 10px;
}

.filter .optionitem .current .rename .form form,
.categoryFilter .optionitem .current .rename .form form {
    margin: 0;
}

.filter .optionitem .current .rename.opened .form,
.categoryFilter .optionitem .current .rename.opened .form {
    max-height: 55px;
}

.filter .optionitem:after,
.categoryFilter .optionitem:after {
    content: '';
    display: block;
    clear: both;
}

.filter:after,
.categoryFilter:after {
    content: '';
    display: block;
    clear: both;
}

.filter:hover+.categoryArticles .type_list_options+.list .popupData,
.categoryFilter:hover+.categoryArticles .type_list_options+.list .popupData {
    transition: none;
}

.filter .subMenu,
.categoryFilter .subMenu {
    border-radius: 8px;
    margin: 20px 0 0;
    position: absolute;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    z-index: 999;
    background: white;

}

.filter .subMenu .wrap,
.categoryFilter .subMenu .wrap {
    padding: 20px 20px 20px 20px;
    border: 1px solid #EAEEEF !important;
    border-radius: 8px;
    margin: 0;
    width: auto;
    text-align: left;
	min-width: 220px;
}

.filter .subMenu .wrap h2,
.categoryFilter .subMenu .wrap h2 {
    font-size: 18px;
    margin: 0 !important;
}

.filter .subMenu div ul,
.categoryFilter .subMenu div ul {
    border: none;
    min-height: 0;
    list-style: none;
    text-align: left;
}

.filter .subMenu div ul li,
.categoryFilter .subMenu div ul li {
    display: block;
    width: auto;
    float: none;
	white-space: nowrap;
}

.filter fieldset.option.model,
.categoryFilter fieldset.option.model {
    display: none;
}

.filter fieldset.option.deaktivated,
.categoryFilter fieldset.option.deaktivated {
    opacity: 0.6;
    color: grey;
    font-style: italic;
}

.articleOptions ul {
    list-style-type: none;
}

.articleOptions ul li a {
    color: black;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #258ED2;
    transition: all 0.3s;
}

.articleOptions ul li a:hover {
    background: #258ED2;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: white;
}

.articleOptions ul li.addtocart a {
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: #258ED2;
    border: 1px solid #258ED2;
    transition: all 0.3s;
}

.articleOptions ul li.addtocart a:hover {
    background: transparent;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: black;
}

.articleOptions ul li span {
    vertical-align: middle;
}

.articleOptions ul li .icon:before {
    font-size: 24px;
}

.articleOptions ul li:last-child {
    margin-right: -10px;
}

.articleOptions ul li:first-child:before {
    display: none;
}

.articleOptions ul:after {
    content: '';
    display: block;
    clear: both;
}

.data .attributes {
    clear: both;
    border-bottom: 1px solid #EAEEEF;
}

.attributes h4 {
    font-size: 14px;
    font-weight: 600;
}

.attributes:after {
    content: '';
    display: block;
    clear: both;
}

.attributes:empty {
    display: none;
}

*>div>.popupData .top {
    padding-bottom: 3px;
    margin-bottom: 3px;
}

*>div>.popupData .top:after {
    content: '';
    display: block;
    clear: both;
}

*:hover>div>.popupData:not(.noHover) {
    transform: scale(1, 1);
    transition-delay: 0.25s;
    margin-bottom: 5px;
    opacity: 1;
}

.accordion>* {
    margin-bottom: 5px;
}

.accordion>*>h2 {
    font-weight: normal;
    font-size: 1em;
    cursor: pointer;
    padding: 7px 10px;
    background: white;
    border-bottom: 1px solid #EAEEEF;
}

.accordion>*>h2 span {
    color: #000000;
}

.accordion>*>h2 .icon {
    margin-right: 10px;
}

.accordion>*>h2 .icon-arrow-up {
    display: none;
}

.accordion>*>h2.selected .icon-arrow-up {
    display: inline;
}

.accordion>*>h2.selected .icon-arrow-down {
    display: none;
}

.accordion>*>h2~* {
    padding: 10px 0;
}

.accordion>*>h2:not(.selected)~* {
    display: none;
}

.accordion>* h3 {
    font-weight: normal;
    font-size: 1em;
    padding: 3px;
}

.accordion>* h3~* {
    margin-top: 10px;
}

.accordion>.highlights ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}

.messages .message {
    background: darkgrey;
    margin-bottom: 3px;
    padding: 5px;
    color: white;
}

.overlay>.wrap form.customerForm {
    margin-top: 20px;
}

.overlay>.wrap form.customerForm .field {
    padding-left: 150px;
}

.tabContent .tabs label {
    border-bottom: none;
    padding: 3px 10px;
    margin-right: -3px;
    display: inline-block;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    background: #EAEEEF;
    white-space: nowrap;
}

.tabContent textarea {
    border: 1px solid #686868;
    padding: 0.3em;
    border-radius: 0;
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    height: 100px;
}

.tabContent input[type="submit"] {
    margin-top: 10px;
    text-align: center;
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: #258ED2;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    cursor: pointer;
}

.tabContent input[type="submit"]:hover {
    background: transparent;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: black;
}

.tabContent div:not(.tabs) {
    display: none;
}

.tabContent #tabOption1:checked~#tab1 {
    display: block;
}

.tabContent #tabOption1:checked~.tabs label[for=tabOption1] {
    background: #00a1df;
    color: white;
}

.tabContent #tabOption2:checked~#tab2 {
    display: block;
}

.tabContent #tabOption2:checked~.tabs label[for=tabOption2] {
    background: #00a1df;
    color: white;
}

.tabContent #tabOption3:checked~#tab3 {
    display: block;
}

.tabContent #tabOption3:checked~.tabs label[for=tabOption3] {
    background: #00a1df;
    color: white;
}

.popup>.wrap h2 {
    font-size: 1em;
    padding: 10px;
    background: #EAEEEF;
}

.popup>.wrap .content .article h3 {
    padding: 3px 0;
    font-size: 1em;
    font-weight: normal;
}

.grid .frame_ruler-before {
    padding-left: 10px;
}


article section:first-of-type {
	max-width: 1400px;
}

article section {
    margin: 0 auto;
    max-width: 1230px;
    margin-bottom: 20px;
}

article section header {
	position: unset;
	height: 40px;
}

article section>h2,
article section > header >h2,
article div.frame > header > h2,
article section>.tx-dce-pi1>h2,
article section #basket>h2,
.overlay section>h2,
.overlay section>.tx-dce-pi1>h2,
.overlay section #basket>h2 {
    margin: 0 0 6px 0;
    padding: 10px 0 20px 0;
    font-size: 24px;
    /*background: #EAEEEF;*/
    border-radius: 8px;
}

article section>.csc-sitemap,
article section>.ce-sitemap,
.overlay section>.csc-sitemap,
.overlay section>.ce-sitemap {
    padding: 10px;
    background: #EAEEEF;
}

article section>.csc-sitemap ul,
article section>.ce-sitemap ul,
.overlay section>.csc-sitemap ul,
.overlay section>.ce-sitemap ul {
    list-style-type: none;
    font-weight: bold;
}

article section.grid,
article section.menu,
article section.shop,
article section.purchase,
.overlay section.grid,
.overlay section.menu,
.overlay section.shop,
.overlay section.purchase {
    background: none;
}

article section.menu .text,
.overlay section.menu .text {
    padding: 0.5em 0;
}

article section.menu .text h2,
article section.menu .text h3,
.overlay section.menu .text h2,
.overlay section.menu .text h3 {
    margin-bottom: 0.5em;
}

article section.menu.layout_0 .text,
.overlay section.menu.layout_0 .text {
    padding: 20px 20px 0;
}

article section:after,
.overlay section:after {
    content: '';
    display: block;
    clear: both;
}

footer {
    width: 100%;
    margin: 60px 0 0;
    padding: 0;
}

footer a {
    color: #000000;
}

footer .sm a.facebook {
    background-image: url(/typo3conf/ext/suter/Resources/Public/Images/f_logo_rgb-black_58.png);
}

footer .sm a.instagram {
    background-image: url(/typo3conf/ext/suter/Resources/Public/Images/instagram-black.png);
}

footer .sm a.linkedin {
    background-image: url(/typo3conf/ext/suter/Resources/Public/Images/linkedin-logo-black.png);
    background-size: 26px;
}

footer .sm a.youtube {
    background-image: url(/typo3conf/ext/suter/Resources/Public/Images/Youtube_Button_RGB_black.png);
    background-size: 37px;
    width: 37px;
}

footer .sm a span {
    display: none;
}

footer .top h3 {
    color: #000000;
}

footer .top > .row {
    margin: 0 auto;
    max-width: 1230px;
}

footer .top a {
    color: #000000;
    display: inline-block;
    transition: all 0.3s;
}

footer .top a:hover {
    color: #258ED2;
    transition: all 0.3s;
}

footer .top h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

footer .top h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 3px;
}

footer .top ul {
    margin-bottom: 20px;
    list-style-type: none;
}

footer .top .sm a {
    margin: 0 10px;
}

footer .top .sm a {
    margin: 0 6px;
}

footer nav .row,
footer nav .categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList .subArticle>.wrap>div,
.categoryArticles>div>input[type="radio"]:checked[value="list"]~.categoryList footer nav .subArticle>.wrap>div {
    display: flex;
    flex-wrap: wrap;
}

footer .sm {
    position: relative;
    width: 100%;
    background: #EAEEEF;
    display: inline-block;
    margin-top: 40px;
}

footer .sm a {
    width: 26px;
    height: 26px;
    margin-left: 9px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 26px;
}

footer .bottom {
    padding: 9px 0;
    color: #000000;
    background: white;
    font-size: 12px;
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

footer .bottom a {
    color: #000000;
    font-size: 12px;
}

footer .bottom .left {
    float: left;
    font-size: 0.9em;
}

footer .bottom .right {
    float: right;
}

footer .bottom .left ul {
    margin-right: 10px;
    display: inline-block;
    list-style-type: none;
}

footer .bottom .left ul li {
    display: inline-block;
}

footer .bottom .left ul li a {
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

footer .bottom .left ul li:last-child a {
    border-right: none;
}

footer .bottom .right ul {
    margin-right: 10px;
    display: inline-block;
    list-style-type: none;
}

footer .bottom .right ul li {
    display: inline-block;
}

footer .bottom .right ul li a {
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

footer .bottom:after {
    display: block;
    content: '';
    clear: both;
}

.shadowSoft,
*>div>.popupData {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.shadowOff {
    box-shadow: none;
}

.categoryArticles {
    position: relative;
}

.categoryArticles .filters {
    margin-bottom: 20px;
    border: 1px solid #686868;
    padding: 10px 0;
}

.categoryArticles .filters>div {
    overflow-y: auto;
    height: 100px;
    margin-bottom: 0;
}

.categoryArticles .filters>div ul {
    list-style-type: none;
}

.categoryArticles .filters>div ul li.active a {
    font-weight: bold;
}

.jsEnabled .hideOnJavascript {
    display: none;
}

.greyBackground:after {
    display: block;
    content: '';
    clear: both;
}

.marginTop {
    margin-top: 10px;
}

.marginBottom {
    margin-bottom: 10px;
}

.marginBottom2 {
    margin-bottom: 40px;
}

.stepper .stepper-input::-webkit-inner-spin-button,
.stepper .stepper-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: center;
}

input[type="checkbox"]#navigation_main_toogle {
    display: none;
}

button.showNext.loading {
    font-style: italic;
    opacity: 0.7;
}

.catalogs .catalog h3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
}

.catalogs .catalog input {
    line-height: 14px;
}

.catalogs .catalog .icon-download::before {
    font-size: 1.3em;
}

.catalogs .catalog .flipCatalog a {
    padding-left: 22px;
}

.catalogs .orderForm .header {
    margin: 30px 0 12px 0;
    padding: 6px 10px;
    /* background: #EAEEEF;*/
    font-size: 1.1em;
    font-weight: bold;
}

.catalogs .catalog .col-10 input {
    margin: 0 0 10px;
}

.watchlist .emailHint {
    margin-top: 0;
    margin-bottom: 10px;
}

.watchlist .emailHint button {
    background-color: #f6f6f6;
    border: 1px solid #555555;
    border-radius: 4px;
    padding: 3px 10px;
    text-align: center;
    margin-top: 10px;
}

.watchlist .emailHint button.yes.active {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.watchlist .emailHint button.no.active {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.watchlist fieldset {
    position: relative;
}

.watchlist fieldset + .current {
    width: auto;
    margin: 10px 0 0;
}

#directnavigation>span {
    position: relative;
    z-index: 1000;
    cursor: pointer;
}

.directnavigation ul li span {
    padding-right: 10px;
}

.directnavigation ul ul ul {
    border-left: 1px solid white;
}

.directnavigation>.wrap {
    padding: 0;
}

.directnavigation>div>ul {
    margin: 10px 0;
}

.directnavigation>div>ul>li {
    margin-bottom: 10px;
}

.directnavigation>div>ul>li>ul a {
    padding: 0;
}

.directnavigation>div>ul>li>ul li:hover>ul {
    display: block;
}

.directnavigation .icon-arrow-right {
    position: absolute;
    right: 0;
	display: none;
}

.price .hint:before {
    content: '(';
}

.price .hint:after {
    content: ')';
}

.tx-indexedsearch form:after {
    display: block;
    content: '';
    clear: both;
}

.tx-indexedsearch form input[type="submit"]:active,
.tx-indexedsearch form button:active {
    color: grey;
}

.tx-indexedsearch-categories {
    overflow: hidden;
    margin-top: 20px;
}

.tx-indexedsearch-categories ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tx-indexedsearch-categories ul li button>span>span.title {
    display: block;
    height: 26px;
}

.tx-indexedsearch-categories ul li button>span>span.productCount {
    display: none;
    position: absolute;
    right: 7px;
    top: 0;
}

.tx-indexedsearch-categories ul:after {
    display: block;
    content: '';
    clear: both;
}

.tx-indexedsearch-categories:after {
    display: block;
    content: '';
    clear: both;
}

.updating {
    color: grey;
}

.updating .label {
    color: #454545;
}

.typo3-messages .alert {
    display:block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #EAEEEF;
}

.typo3-messages .alert.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.overlay.watchlist {
    margin-top: 0;
}

.overlay.watchlist h1 {
    margin-bottom: 10px;
}

.overlay.watchlist a {
    font-size: 11px;
    margin-right: 10px;
}

.overlay.watchlist .bottom {
    margin-top: 20px;
}

.cc_container .cc_message {
    line-height: 1.2em;
}

.comma span:after {
    content: ', ';
}

.comma span:last-child:after {
    content: '';
}

.tx-suter-storfinder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tx-suter-storfinder .searchForm .top {
    /* background: #EAEEEF; */
    border: 1px solid #EAEEEF;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
}

.tx-suter-storfinder .searchForm .top h2 {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.tx-suter-storfinder .searchForm .bottom {
    /* background: #EAEEEF; */
    margin: 0 0 20px;
    border-radius: 8px;
}

.tx-suter-storfinder .searchForm .bottom #category {
    padding: 0.5em 1em;
}

.tx-suter-storfinder .searchForm .bottom ul.maincat {
    margin-top: 10px;
}

.tx-suter-storfinder .searchForm .bottom ul.maincat>li>label {
    margin-bottom: 1em;
}

.tx-suter-storfinder .searchForm .bottom ul.column {
    column-count: 2;
}

.tx-suter-storfinder .searchForm .bottom ul.column ul {
    column-count: auto;
    margin-bottom: 1em;
}

.tx-suter-storfinder .searchForm .bottom ul.column>li {
    break-inside: avoid-column;
    position: relative;
}

.tx-suter-storfinder .searchForm .bottom .image {
    display: inline-block;
}

.tx-suter-storfinder .searchForm .bottom .category-1 .image img {
    height: 30px;
}

.tx-suter-storfinder .list {
    /* background: #EAEEEF; */
    border: 1px solid #EAEEEF;
    padding: 10px;
}

.tx-suter-storfinder .list .morehits a {
    padding-left: 10px;
}

.tx-suter-storfinder .list>ul>li {
    margin-bottom: 2px;
    border-bottom: 1px solid #EAEEEF;
}

.tx-suter-storfinder .list>ul>li.hide {
    display: none;
}

.tx-suter-storfinder .list>ul>li .cats {
    clear: both;
    margin-bottom: 10px;
}

.tx-suter-storfinder .list>ul>li .cats>ul>li {
    padding-top: 5px;
}

.tx-suter-storfinder .list>ul>li .cats>ul>li>ul {
    padding-top: 5px;
}

.tx-suter-storfinder .list>ul>li .cats>ul>li>ul>li {
    padding-top: 5px;
}

.tx-suter-storfinder .list>ul>li .cats .category-1 img {
    height: 20px;
}

.tx-suter-storfinder .list:after {
    content: '';
    display: block;
    clear: both;
}

.tx-suter-storfinder #address-sec {
    margin-bottom: 10px;
}

.tx-suter-storfinder #address-sec .inner {
    background: #EAEEEF;
    margin-bottom: 3px;
    padding: 0.5em 1em;
}

.tx-suter-storfinder #address-sec .inner:after {
    content: '';
    display: block;
    clear: both;
}

.tx-suter-storfinder #address-sec .inner2 {
    clear: both;
    background: #EAEEEF;
    padding: 0.5em 1em;
}

.tx-suter-storfinder #address-sec .inner2 .cats>ul>li:last-child {
    margin-right: 0;
}

.tx-suter-storfinder #address-sec .inner2 .image {
    display: inline-block;
}

.tx-suter-storfinder #address-sec .inner2 .category-1 .image img {
    height: 30px;
}

.tx-suter-storfinder #address-sec .inner2:after {
    content: '';
    display: block;
    clear: both;
}

.tx-suter-storfinder #address-sec .inner2:empty {
    display: none;
}

section .tx_nscomments .ns-headline h2 {
    font-size: 14px;
}

section .tx_nscomments .ns-form-group label {
    font-weight: 400;
    font-size: 14px;
}

.shariff li,
.shariff li a {
    height: auto;
}

.shariff li {
    border-radius: 4px;
}

.shariff li a {
    padding: 3px 10px;
}

.shariff .orientation-horizontal li .share_text {
    padding-left: 10px;
}

.shariff .orientation-horizontal li.twitter a {
    padding-left: 8px;
}

.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text,
.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text,
.shariff .orientation-horizontal.button-style-standard li .share_text {
    display: none;
}

.nodecoration {
    text-decoration: none;
}

#kuechenbauerNewsletter .form button {
    text-transform: uppercase;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox].CybotCookiebotDialogBodyLevelButton {
    display: block;
}

.shop .article > .accordion > .description .attribute {
    clear: both;
}

.shop .article .description p {
    margin-bottom: 15px;
}

article section #basket > h2 {
    background: #EAEEEF none repeat scroll 0 0;
    font-size: 1.1em;
    margin: 0 0 28px;
    padding: 6px 10px;
}

.shop .article .download .format a, .shop .article .download .size a {
    color: #7f7f7f;
    font-size: 0.76923em;
}

.euroBonus {
    font-size: 0.9em;
    text-decoration: line-through;
}

.shop .article .variants .variant.active .image {
    opacity: 1;
}

.shop .article .variants .variant .image {
    border: 2px solid white;
    opacity: 0.9;
}

div.amountVat {
    border-bottom: 1px solid black;
}

.basket .termsAccepted label a {
    text-decoration:underline;
}

.donation .accordion>*>h2 {
    font-weight: normal;
    font-size: 1em;
    cursor: pointer;
    padding: 10px 0 0 0;
    background: none;
    text-decoration:underline;
}

.donation .accordion>* {
    margin-bottom:35px;
}

.searchbox-tmpl-css form legend {
    display: none;
}

.searchbox-tmpl-css form fieldset {
    border: none;
}

.tx-indexedsearch-searchbox {
    margin-bottom: 10px;
}

.tx-indexedsearch-browsebox {
    clear:both;
}

.tx-indexedsearch-browsebox ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

#top-link {
    display: none;
    position: fixed;
    z-index: 10000;
    right: 25px;
    bottom: 40px;
    color: #258ED2;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #258ED2;
    border-radius: 8px;
    background: #258ED2;
    padding: 5px 10px;
    font-size: 0;
    transition: all 0.3s;
}

#top-link:hover {
    background: white;
    color: #000000;
    border: 1px solid #258ED2;
    transition: all 0.3s;
}

#top-link:hover span {
    color: #000000;
}

#top-link span {
    position: relative;
    font-size: 20px;
    color: white;
    top: 6px;
    left: 1px;
}

#top-link span:after {
    font-size: 20px;
    width: 30px;
    color: white
}

.overlay header, .overlay footer {
    display: none;
}

.overlay article {
    padding: 0;
}

/* — Formhandler Styles — */

.sf .row {
    clear: both;
    float: left;
    margin: 0;
}

.sf .fRowRight .row {
    margin-left: 10%;
}

.sf .row {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
}

.sf label {
    float: left;
    width: 25%;
    margin: 0 0 10px;
}

.sf label a {
    text-decoration:underline;
}

.sf .fRowRight label {
    width: 85%;
}

.sf input {
    border: 1px solid #aaaaaa;
    line-height: 20px;
    padding: 0 3px;
    width: 75%;
    float: left;
    margin-bottom: 0;
}

.sf .fRowRight input[type="file"] {
    clear: both;
    border: none;
    width: 100%;
}

.sf input.small1 {
    width: 26%;
}

.sf input.small2 {
    width: 47%;
    float:right;
}

.sf .field {
    margin-bottom:10px;
    clear: both;
}

.sf .field input:after, .sf .field select:after {
    display: block;
    content: '';
    clear: both;
}

.sf .field .message {
    margin-left: 25%;
    color: red;
    font-size: 0.9em;
}

.sf input[type="text"], .sf input[type="password"] {
    background-color: #efefef;
    border-top: #efefef 1px solid;
    border-left: #aaaaaa 1px solid;
    border-right: #efefef 1px solid;
    border-bottom: #aaaaaa 1px solid;
}

.sf input[type="text"].error {
    color:red;
}

.sf input[type="checkbox"] {
    margin-right: 5px;
    width: auto;
}

.sf input[type="submit"] {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: white;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: black;
    cursor: pointer;
}

.sf .fRowRight input[type="submit"] {
    margin-left: 0;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: #258ED2;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: white;
    cursor: pointer;
}

.sf input[type="submit"]:hover {
    background: #258ED2;
	color: white;
    border: 1px solid #258ED2;
    transition: all 0.3s;
}

.sf .rowFootertext p {
    margin-left: 25%;
    margin-top:30px;
}

.sf .rowCheck {
    padding-left: 25%;
    width: 75%;
}

.sf .rowPadd {
    padding-top: 40px;
}

.sf .rowCheck label {
    width: 80%;
}

.sf textarea {
    background-color: #efefef;
    border-top: #efefef 1px solid;
    border-left: #aaaaaa 1px solid;
    border-right: #efefef 1px solid;
    border-bottom: #aaaaaa 1px solid;
    height: 100px;
    width: 75%;
    margin: 0 1px 30px 0;
}

.sf .error label {
    font-weight: bold;
    color: red;
}

.sf .error input,
.sf .error select,
.sf .error textarea {
    border-left: 1px solid red;
    border-bottom: 1px solid red;
}

.category a div {
    border: none !important
}

.list .gridelements_pi1 .col-60 b {
    font-size: 40px;
    display: block;
}

.list .categoryArticles .col-30,
.list .series .col-20 {
    width: 25%;
    margin: 0;
}

/* ===== max-width: 940px ===== */
@media (max-width: 940px) {
    #directnavigation {
        display: none;
    }
}

header .top .search {
	display: none;
}

header .top .article {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
header .top .article:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
/* ===== max-width: 767px ===== */
@media (max-width: 767px) {
    .compareLink,
    #content-2971,
    #content-2972 {
        display: none !important;
	}
	
	#compareIcon {
		display:none;
	}
	
	.filter fieldset>legend,
	.filter fieldset>button,
	.categoryFilter fieldset>legend,
	.categoryFilter fieldset>button {
		line-height: 1.2em;
	}
	
	.filter fieldset>legend [class^="icon-"], .filter fieldset>legend [class*=" icon-"], .filter fieldset>button [class^="icon-"], .filter fieldset>button [class*=" icon-"], .categoryFilter fieldset>legend [class^="icon-"], .categoryFilter fieldset>legend [class*=" icon-"], .categoryFilter fieldset>button [class^="icon-"], .categoryFilter fieldset>button [class*=" icon-"] {
		top: 0px;
	}
	
	#page157 .filter fieldset.option,  .filter fieldset.jQueryOpener:not(.deaktivated).opened .subMenu {
		width: 100%;
	}
	
	.filter fieldset .subMenu button {
		margin: 0;
	}
    
	form.search button {
		line-height: 0;
	}
	
	input[type="submit"],
    button[type="submit"],
    .nextButton,
    .refreshButton,
    .orderButton {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }
	
	.popupData .articleOptions {
		float: left;
		width: 100%;
	}
}

@media (max-width: 900px) {
	header .navigation_main .wrap nav li {
		margin-right: 20px;
	}
	
	header .logomobile img {
		width: 20%;
	}
}
/* ===== max-width: 560px ===== */
@media (max-width: 560px) {
    header .logomobile img {
        width: 30%;
    }
}
/* ===== max-width: 768px ===== */
@media (max-width: 768px) {
	body {
		margin-top: 130px;
	}
	header {
		display: inline-table;
		height: 120px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	}
    header .top .left {
        float: left;
    }
    header .top .left .language {
        display: none;
    }
	header .top nav>ul>li .language {
        display: none;
		left: 25px;
    }

    header .top .right {
        float: left;
    }
    header .top .right nav {
        float: right;
        padding-right: 5px;
        padding-top: 0;
    }

    header .top nav>ul>li {
        margin: 0;
    }

    header .top span {
        font-size: 10px;
        letter-spacing: normal;
    }

	header .top .search {
		display: block;
	}
	
    header .top .right .search {
        margin-left: 10px;
		width: 200px;
    }
    header .top .right .search input {
        width: 100%;
    }
    header .top .right .search.visible {
        display: block;
        width: 100%;
        padding: 0 20px;
        position: absolute;
        top: 30px;
        left: 0;
        background: #EAEEEF;
    }

    header .top .right.mobile {
        display: block;
    }
    header .top .right.mobile.outer {
        float: right;
    }
    header .top .right.mobile.outer .toggle-search {
        transform: scaleX(-1);
    }
    header .top .right.mobile.outer .toggle-menu {
        cursor: pointer;
        padding-right: 10px;
		top: 50px;
    }
    header .top .right.mobile.outer .toggle-menu .icon {
        font-size: 16px;
		margin-left: 10px;
    }
	
	 header .top .right.mobile.outer .toggle-menu .icon:before {
		font-size: 20px;
		color: #258ED2;
		 
	}
	
	header .top .purchase-icons {
		right: 40px;
	}

	header .top {
		background: #fff;
	}

	header .top .language {
		display: none;
	}

	header .top nav>ul>li .mouseOver {
		right: -50px;
	}

    header .navigation_main {
        display: none;
        margin: 0;
        padding: 0;
    }
    header .navigation_main > input {
        display: none;
    }
    header .navigation_main > .logo {
        display: block;
        padding: 10px 40px 40px 10px;
        text-align: right;
    }
    header .navigation_main > .logo img {
        width: 35%;
    }

    header .navigation_main .wrap {
        margin-bottom: 0;
    }
    header .navigation_main .wrap > label {
        position: absolute;
        bottom: 0;
        display: block;
        width: 16px;
        height: 16px;
    }
    header .navigation_main .wrap > label:before {
        content: "\e615";
        font-family: 'icomoon';
        font-size: 16px;
        position: absolute;
    }

    header .navigation_main .wrap nav {
        display: none;
        position: absolute;
        width: 100%;
    }
    header .navigation_main .wrap nav:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 9;
    }
    header .navigation_main .wrap nav > label {
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        margin-top: 31px;
        right: 20px;
        z-index: 11;
    }
    header .navigation_main .wrap nav > label:before {
        content: "\e612";
        font-family: 'icomoon';
        font-size: 16px;
        position: absolute;
    }
    header .navigation_main .wrap nav ul {
        position: absolute;
        top: 11px;
        width: 100%;
        background: #e0e0e0;
        padding: 20px;
        z-index: 10;
    }
    header .navigation_main .wrap nav li {
        display: block;
        border: none;
    }
    header .navigation_main .wrap nav li a {
        color: #4d4d4d;
        font-size: 2em;
        line-height: 1.6em;
    }
    header .navigation_main .wrap nav li:hover .subMenu {
        display: none;
    }
    header .navigation_main > input:checked ~ .wrap nav {
        display: block;
    }

    header .logomobile {
		display: block;
		padding: 0;
		text-align: left;
		margin: 45px 0 20px 15px;
    }
	
	#breadcrumb {
		padding: 0;
		margin: -25px 0px 0 20px;
	}
	
	#breadcrumb  > ul > li {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 200px !important;
	}
	
	#breadcrumb ul li span {
		display: none;
	}
	
	#breadcrumb ul li:before {
		content: '…';
	}
	
	#breadcrumb ul li:last-child:before, #breadcrumb ul li:first-child:before {
		content: '';
	}
	
	#breadcrumb ul li:last-child span, #breadcrumb ul li:first-child span {
		display: block;
	}
	
	#breadcrumb ul li:last-child span {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
    header .navigation_main_mobile {
        display: block;
    }

    header .navigation_main_mobile .nav-drill {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        overflow-y: auto;
        transition: 0.45s;
    }

    header .navigation_main_mobile .nav-drill > .logo {
        display: none;
    }

    header .navigation_main_mobile .nav-drill > .logomobile {
        height: 110px;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        text-align: left;
    }
    header .navigation_main_mobile .nav-drill > .logomobile a.logo-image {
        width: 130px;
    }

    header .navigation_main_mobile .nav-drill > .logomobile a.logo-image img {
        width: 130px;
    }

    header .navigation_main_mobile .nav-drill > .logomobile a.toggle-menu {
        font-size: 30px;
        color: #000;
        font-weight: bold;
        margin-right: -10px;
        margin-top: -10px;
    }

    header .navigation_main_mobile .nav-drill > .logomobile a.toggle-menu .icon-close::before {
        content: '\2715';
    }
    header .navigation_main_mobile .nav-items {
        flex: 1;
    }
    header .navigation_main_mobile .nav-item {
        border-top: 1px solid #949494;
    }
    header .navigation_main_mobile .nav-item:last-child {
        border-bottom: 1px solid #949494;
    }
    header .navigation_main_mobile .nav-link {
        display: block;
        padding: 5px 10px 5px 20px;
        font-size: 1.2em;
        background: #fff;
        color: #000;
    }
    header .navigation_main_mobile .nav-expand-content {
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        height: 100%;
		max-height: calc(100% - 180px);
        transform: translateX(100%);
        background: #fff;
        transition: 0.3s;
        visibility: hidden;
		color: #000;
    }
	header .navigation_main_mobile .nav-expand-content ul.active {
		top: 0;
	}
    header .navigation_main_mobile .nav-link.nav-items-headline {
        display: flex;
        justify-content: space-between;
    }
    header .navigation_main_mobile .nav-link.nav-items-headline:after {
        content: '\25cf';
        margin-right: 7px;
    }
    header .navigation_main_mobile .nav-back-link {
        display: flex;
        align-items: center;
        padding-left: 10px;
        font-size: 1.2em;
        background: #fff;
        color: #000;
    }
    header .navigation_main_mobile .nav-back-link::before {
        font-family: 'icomoon';
        content: '';
        margin-right: 0.5em;
    }
    header .navigation_main_mobile .nav-expand-link {
        display: flex;
        justify-content: space-between;
    }
    header .navigation_main_mobile .nav-expand-link::after {
        content: '';
        font-family: 'icomoon';
    }
    header .navigation_main_mobile .nav-expand.activated > .nav-expand-content {
        transform: translateX(0);
        visibility: visible;
    }
    header .navigation_main_mobile .language {
        position: absolute;
        bottom: 50px;
        align-self: center;
    }
    header .navigation_main_mobile .language ul li {
        display: inline;
    }

	header .login {
		margin-right: 0;
	}
	header .top a {
		padding: 0;
	}
	
	header .top .icon-magnifier {
		display: none;
	}
	
    .list .categoryArticles .col-30,
    .list .series .col-20 {
        width: 50%;
    }
	.filter .subMenu div ul li, .categoryFilter .subMenu div ul li {
		width: 100%;
	}
	
	.filter .subMenu div ul li,
	.categoryFilter .subMenu div ul li {
		float: left;
	}
	
	.serie .filter, .categoryFilter {
		margin: 0;
		margin-top: 10px;
	}
	
	.attributes .attribute {
        width: 50%;
    }
	
	article {
		padding: 20px
	}
	
    * > div > .popupData {
        box-shadow: none;
        -webkit-transition: none;
        transition: none;
        transform: scale(1, 1);
        margin-bottom: 0;
        border: none;
        position: relative;
        display: none;
        width: 100%;
        opacity: 1;
    }
    * > div > .popupData:after {
        display: none;
    }
    *:hover > div > .popupData {
        margin-bottom: 0;
    }
    .accordion .popupData {
        padding: 10px 0;
    }

    .categoryArticles .subCategory {
        overflow: hidden;
        width: 100%;
    }

    .tx-indexedsearch-categories ul li {
        width: 50%;
    }

    .list .gridelements_pi1 .col-60 b {
        font-size: 32px;
    }
}

/* ===== max-width: 480px ===== */
@media (max-width: 480px) {
    .subMenu div ul {
        border-right: none;
    }
    .overlay > .wrap {
        max-width: 100%;
        margin-top: 40px;
    }
    .tabContent .tabs label {
        width: 100%;
    }
    .tabContent .tabs label:not(:first-child) {
        border-radius: 0;
    }
    .tabContent .tabs label:not(:last-child) {
        border-bottom: 1px solid white;
    }
}

/* ===== max-width: 392px ===== */
@media (max-width: 392px) {
    .slider.layout_0 .teaser .text {
        position: relative;
    }
    .slider.layout_0 .teaser .text p {
        column-count: 1;
    }
    .attributes .attribute {
        width: 100%;
    }
    header .top a {
        padding: 5px;
    }
    header .top nav > ul > li > div > a {
        padding: 2px 5px 4px 5px;
    }
    header .top nav > ul > li .mouseOver {
        width: 362px;
    }
    header .navigation_main > .logo {
        padding: 10px 20px 20px 10px;
    }
    header .navigation_main .wrap .logo {
        width: 30%;
    }
    header .navigation_main {
        padding: 0 20px;
    }
    header .navigation_main > input {
        display: none;
    }
    article form .field,
    .overlay form .field {
        padding-left: 0;
    }
    article form label,
    .overlay form label {
        position: relative;
        margin-left: 0;
        width: auto;
    }
    footer {
        margin: 30px 0 0;
    }
    footer .top {
        padding: 40px 20px 0;
    }
    footer .bottom {
        text-align: center;
    }
    footer .bottom .left {
        float: none;
    }
    footer .bottom .left ul {
        margin-right: 0;
    }
    footer .bottom .left ul li a {
        padding: 0 8px;
    }
    footer .bottom .right {
        float: none;
    }
    .catalogs .orderForm .nextButton {
        margin-left: 0;
        width: auto;
    }
    .tx-indexedsearch-categories ul li {
        width: 100%;
    }
    #top-link {
        right: 20px;
        bottom: 3px;
    }
      
	header .top nav>ul>li {
		margin-right: 15px;
	}
	
	header .top .right .search {
		width: 150px;
	}
	
    /* Form system */
    .sf label {
        float: none;
        width: 100%;
        display: block;
        margin: 0;
    }
    .sf input,
    .sf textarea {
        width: 100%;
        margin-bottom: 6px;
    }
    .sf select {
        clear: both;
        margin-bottom: 6px;
    }
    .sf input.small1 {
        width: 26%;
    }
    .sf input.small2 {
        width: 70%;
    }
    .sf input[type="submit"] {
        margin-left: 0;
    }
    .sf .fRowRight .row {
        margin-left: 0;
        margin-top: 20px;
    }
}

/* ===== max-width: 359.99px ===== */
@media (max-width: 359.99px) {
    .shariff .orientation-horizontal li {
        width: auto;
        height: 40px;
    }
    .shariff .orientation-horizontal li a {
        width: 41px; height: 40px;
    }
    .shariff .orientation-horizontal li.facebook a span.fab {
        margin-left: 3px;
    }
}
/* ==== Anpassungen Carsten ==== */
.vimeo_headline_container {
	display: none;
}
header .navigation_main_mobile h2 {
	padding: 50px 0px 17px 20px;
	line-height: 0px;
	font-size: 20px;
	border-bottom: 2px solid #949494;
	margin: 0 !important;
	color: white;
}

#directnavigation {
	display: none
}
/*=== #page157 Merkliste ===*/
#page157 .filter fieldset .subMenu button {
	margin: 0;
	padding: 10px 10px;
}

#page157 form.search button {
	line-height: 0;
	border-radius: 8px;
}
		
#page157 .filter .optionitem .subMenu {
	width: 100%;	
}

#page157 .filter .optionitem .subMenu {
	max-width: 500px;
	widows: 500px;
}
#page157 form.search input {
	width: 80%;
}
/*=== #page91 Geschichte / #page92 Tradition Slider Text unten ===*/
#page91 .gridelements_pi1.slider .ce-bodytext, #page92 .gridelements_pi1.slider .ce-bodytext {
	position: absolute;
	padding: 0 10px;
	top: 340px;
	max-width: 100%;
	color: black;
}

#page91 .container {
    height:570px !Important;
}

#page92 .container {
    height:900px !Important;
}

#page91 .gridelements_pi1.slider .ce-bodytext p, #page92 .gridelements_pi1.slider .ce-bodytext p {
	color: black;
}
.image-embed-item {
	border-radius: 8px;
}

/* ===== FIX LOGINSEITE ===== */
#page207 input[type="submit"] {
	margin-top: 20px
}

.primaryButton {
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: #258ED2;
    border: 1px solid #258ED2;
    transition: all 0.3s;
}

/*=== RTE Styles ===*/
.primaryButton:hover {
    background: transparent;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: black;
}

.secondaryButton, .downloadButton {
    font-family: 'ProximaNova', sans-serif !important;
	font-weight: 300;
    color: black;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #258ED2;
    transition: all 0.3s;
}

.secondaryButton:hover, .downloadButton:hover {
    background: #258ED2;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: white;
}

.icon-download:before {
	font-family: 'icomoon';
	margin: 0 5px 0 0;
}

.product-label {
	background: #eaeeef;
	border-radius: 0.6rem;
	display: table;
	padding: 0px 8px;
	margin: 5px 8px 0 0;
	float: left;
}

.text-black {
	font-size: 12px;
	font-weight: 600;
	color: black;
}

.text-blue {
	font-size: 12px;
	font-weight: 600;
	color: #258ED2;
}

/*=== erstes Element auf Seite breiter ausser die unteren Klassen ===*/
article section:first-of-type {
	max-width: 1400px;
}

.text, 
.filter_container, 
.frame-layout-1, 
.frame-type-column_2_66-33, 
.frame-type-column_2_33-66, 
.frame-type-column_2_25-75,  
.frame-type-column_2, 
.frame-type-column_3, 
.frame-type-column_4,
.news_pi1 {
	max-width: 1230px !important;
}

#page5 .shop {
	max-width: 1230px !important;
}

/*=== Suter blauer Text > Produktvergleich ===*/
#text-blue {
	color: #258ED2;
}

@media (min-width: 1024px) {
	#page91 .gridelements_pi1.slider .ce-bodytext, #page92 .gridelements_pi1.slider .ce-bodytext {
		top: 650px;
	}
	#page91 .container {
    height: 820px !Important;
	}
	#page92 .container {
		height: 900px !Important;
	}

	.icon-delete:before {
		font-size: 24px;
	}

	#compareList .watchlistLink {
		display: none !important;
	}

	.directnavigation {
		line-height: 17px;
	}

	#page2 .slider .mask {
		max-height: 580px;
	}
}


.logout_button,
.popup .btn {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    background: white;
    border: 1px solid #258ED2;
    transition: all 0.3s;
    color: black;
    cursor: pointer;
    font-family: 'ProximaNova', sans-serif;
}

.logout_button:hover,
.popup .btn:hover {
    background: #f5f9fc;
    transform: translateY(-1px);
}


.popup .shop-logout { display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 100px 20px;
}
.popup .actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
}

.popup .btn-primary { background: #258ED2; color: #fff; border-color: #258ED2; }
.popup .btn-primary:hover { filter: brightness(0.95); }
.popup .btn-secondary { background: #fff; color: #000; border-color: #258ED2; }


.felogin-hidden, .visually-hidden {
    position: absolute !important;
    left: -9999px !important;
    width: 1px; height: 1px; overflow: hidden;
}

@media print {
	header .navigation_main .search,
  	header .navigation_main .wrap nav,
	header .top .wrap,
	header .top .purchase-icons,
	footer {
    	display: none;
  	}
	.shop .article>.data .right .articleOptions ul li {
		flex: 0;
		text-align: left;
		min-width: 280px;
	}
}

@media (pointer: coarse) {
	footer .is-desktop {
		display: none;
	}
	footer .is-mobile {
		display: block;
	}
}
/*=== Additional css für neuen Footer ===*/
footer .sm a {
	width: 36px;
	height: 36px;
	margin-left: 9px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 36px;
}

footer .sm .popupData {
	text-align: left;
	border-radius: 8px;
	right: 0px;
}

footer .sm .popupData a {
	width: auto;
	height: 10px;
	margin: 0;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 36px;
	color: #258ED2;
}

footer .sm .popupData a:hover {
	color: #000;
}

footer .sm .popupData:after {
	display: none;
}

footer .sm .wrap {
	width: 50px;
	float: right;
}

footer .top {
	padding: 40px 0 40px 40px;
    background: #EAEEEF;
}

footer .sm a.facebook {
	background-image: url(/typo3conf/ext/suter/Resources/Public/Images/Icon_facebook_black_DE.svg);
}

footer .sm a.instagram {
	background-image: url(/typo3conf/ext/suter/Resources/Public/Images/Icon_Instagram_black_DE.svg);
}

footer .sm a.linkedin {
	background-image: url(/typo3conf/ext/suter/Resources/Public/Images/Icon_linkedin_black_DE.svg);
	background-size: 36px;
}

footer .sm a.youtube {
	background-image: url(/typo3conf/ext/suter/Resources/Public/Images/Icon_YouTube_black_DE.svg);
}

.col-footer {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.col-footer-content {
	width: 50%;
	float: left;
	margin-top: 20px;
}

footer .sm{
	padding-right: 50px;
}

header .top .right .search {
	margin-left: 0;
}

@media (pointer: coarse) {
	footer .is-desktop {
		display: none;
	}
	footer .is-mobile {
		display: block;
	}
}

@media (pointer: fine) {
	footer .is-desktop {
		display: block;
	}
	footer .is-mobile {
		display: none;
	}
}
	
@media (min-width: 1024px) {
	.col-footer {
		width: 33.333% !important;
		float: left;
	}
	footer .sm {
		padding: 0;
	}
}