:root {
	--main-site-width: 1126px;
	--site-border-width: 15px;
	--main-column-gap: 20px;
	--half-column-gap: 10px;
	--main-row-gap: 40px;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100%;
	font-size: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 56px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

*:focus {
	outline-style: none;
}

::-moz-focus-inner {
	border: 0;
}

::selection {
	background: #ffdd74;
	color: #000;
}

::-moz-selection {
	background: #ffdd74;
	color: #000;
}

body {
	position: relative;
	min-height: 100vh;
	background: #fff;
	color: #434343;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #434343;
	font-weight: 600;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

figure a:focus-visible img {
	outline: 5px solid #f9bd07;
	outline-offset: -5px;
}

h1,
h1 a,
h2,
h2 a {
	font-weight: 600;
}

h3,
h3 a,
.ui-accordion-header {
	font-weight: 600;
}

h1 {
	font-size: 1.875rem;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.75rem;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	line-height: 1.3em;
}

h3,
.ui-accordion-header {
	font-size: 1.25rem;
	margin-top: 1.3em;
	margin-bottom: 0.6em;
	line-height: 1.3em;
}

p {
	margin-bottom: 0.7em;
}

p:last-child {
	margin-bottom: 0.2em;
}

p > a {
	color: #434343;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 2px solid #f9bd07;
	margin-bottom: -2px;
	transition: border-color 0.2s ease;
}

p > a:hover,
p > a:focus {
	border-bottom: 3px solid #ed1c24;
	margin-bottom: -3px;
}

b {
	font-weight: 600;
}

div[class^="ce_"] strong {
	font-weight: 600;
}

#header .inside,
#nav-section .inside,
.content-clamp,
.footer_part1 .content-clamp {
	max-width: var(--main-site-width);
	margin: 0 auto;
	padding-left: var(--site-border-width);
	padding-right: var(--site-border-width);
}

#wrapper {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}

/* Header
==============================*/

#header {
	background-color: #434343;
}

.mod_article.header_img {
	background-image: url(../bilder/home_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 300px;
	border-bottom: none;
}

/* Logo
----------------------------- */

#logo {
	background-image: url(../bilder/schoder-logo.svg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 602px;
	height: 136px;
	margin: 14px auto 25px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}

/* Main Navigation
----------------------------- */

.custom {
	position: sticky;
	top: 0;
	z-index: 50;
}

#nav-section {
	background-color: #f9bd07;
}

#main_nav a,
#main_nav strong {
	display: block;
	color: #434343;
	font-weight: 600;
	font-size: 1.125rem;
	text-decoration: none;
	border-color: transparent;
	transition: border-color 0.2s ease;
}

#main_nav strong {
	border-bottom: 3px solid #eb0000;
	margin-bottom: -3px;
}

#main_nav a:hover,
#main_nav a:focus-visible {
	border-bottom: 3px solid #eb0000;
	margin-bottom: -3px;
}

#main_nav > ul {
	display: flex;
	flex-flow: row nowrap;
	gap: 1.5em;
	list-style: none;
	align-items: stretch;
	margin-top: 0.6rem;
	margin-bottom: 0.8rem;
}

#main_nav li.home_button {
	margin-right: auto;
}

.home_button a::before,
.nav_button a::after {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.home_button a::before {
	font-weight: 900;
	content: "\f015";
	margin-right: 0.4em;
}

.nav_button a::after {
	font-weight: 900;
	content: "\f0c9";
	margin-left: 0.4em;
}

/* Content
==============================*/

.mod_article {
	border-bottom: 5px solid #f3f1f1;
}

.mod_article:last-child {
	border-bottom: none;
}

.article__inside {
	margin-top: 40px;
	margin-bottom: 60px;
}

.article__inside > h1.ce_headline,
.article__inside > h2.ce_headline,
.article__inside > h3.ce_headline,
.layout_full > h1.ce_headline {
	margin-top: 0.4em;
	margin-bottom: 0;
}

.article__inside > .ce_text:not(.dk_col_2, .dk_col_3, .dk_col_4):first-child h1,
.article__inside > .ce_text:not(.dk_col_2, .dk_col_3, .dk_col_4):first-child h2,
.article__inside > .ce_text:not(.dk_col_2, .dk_col_3, .dk_col_4):first-child h3,
.layout_full > .ce_text:not(.dk_col_2, .dk_col_3, .dk_col_4):first-child h1 {
	margin-top: 0.4em;
}

/* Spalten
----------------------------- */

.article__inside,
.dk_gallery,
.formbody,
.mod_newslist,
.layout_full {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: var(--main-column-gap);
	row-gap: var(--main-row-gap);
}

.article__inside > *,
.formbody > *,
.layout_full > * {
	grid-column: span 12;
}

.dk_col_2 {
	grid-column: span 6;
}

.dk_col_3 {
	grid-column: span 4;
}

.dk_col_4 {
	grid-column: span 3;
}

.dk_col_6 {
	grid-column: span 2;
}

/* Bilder
----------------------------- */

.image_container {
	background-color: #f3f1f1;
}

.image_container img {
	margin: 0 auto;
}

/* Button
----------------------------- */

.dk_button {
	margin-bottom: 0.8em;
	margin-right: 0.8em;
	display: inline-block;
}

.dk_button:last-of-type {
	margin-right: 0;
}

.dk_button a,
.back a,
.mod_newsarchive .pagination ul li a,
button,
.more a,
.pagination ul li a,
.pagination ul li strong {
	display: inline-block;
	background-color: #f3f1f1;
	border: 3px solid #f9bd07;
	padding: 0.3em 1em 0.4em;
	margin: 0;
	color: #000;
	font-size: 0.95em;
	font-weight: 500;
	transition: all 0.2s ease;
	text-decoration: none;
}

.dk_button a:hover,
.dk_button a:focus,
.back a:hover,
.back a:focus,
.pagination ul li a:hover,
.pagination ul li a:focus,
button:hover,
button:focus,
.more a:hover,
.more a:focus,
.pagination ul li a:hover,
.pagination ul li a:focus,
.news_teaser .layout_latest:focus-within .more a {
	background-color: #ed1c24;
	border-color: #ed1c24;
	margin: 0;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
}

.form_link {
	margin-top: 1rem;
}

.form_link a {
	display: inline-block;
	background-color: #f9bd07;
	padding: 0.5em 1.7em 0.55em;
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.form_link a:hover,
.form_link a:focus {
	background-color: #ed1c24;
	color: #fff;
}

.back {
	margin-top: 3rem;
}

/* Pagination
----------------------------- */

.pagination {
	margin-top: 20px;
}

.pagination p {
	float: left;
}

.pagination ul {
	float: right;
	margin-left: -10px;
}

.pagination ul li {
	float: left;
	margin-left: 10px;
	margin-bottom: 12px;
}

.pagination ul li a,
.pagination ul li strong {
	padding: 4px 12px;
}

.pagination ul li strong {
	background-color: #fff;
	color: #434343;
	border-color: #d9d6d1;
	text-decoration: none;
	display: inline-block;
}

/* icons
----------------------------- */

a[target="_blank"]::after {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	content: "\f35d";
	font-size: 0.8em;
	margin-left: 0.2em;
	margin-right: 0.4em;
}

/* Kategorie Teaser
----------------------------- */

.kategorie_teaser {
	background-color: #f3f1f1;
}

.kategorie_teaser h3 {
	background-color: #434343;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 4px solid #fff;
}

.kategorie_teaser h3 a {
	display: flex;
	font-weight: 500;
	flex-flow: row nowrap;
	align-items: center;
	color: #fff;
	text-decoration: none;
	padding: 0.9rem;
}

.kategorie_teaser h3 a:hover,
.kategorie_teaser h3 a:focus {
	border-bottom: 3px solid #ed1c24;
	margin-bottom: -3px;
}

.kategorie_teaser h3 a::after {
	content: "+";
	font-size: 2.5rem;
	color: #f9bd07;
	margin-left: auto;
	margin-top: -0.05em;
	padding-left: 0.4em;
	transition: color 0.2s ease;
}

.kategorie_teaser h3 a:hover::after,
.kategorie_teaser h3 a:focus::after {
	color: #ed1c24;
	font-size: 3rem;
	margin-right: -0.05em;
}

.kategorie_teaser p {
	font-size: 0.95rem;
	padding: 0.9rem;
}

/* Produkt Teaser
----------------------------- */

.produkt_teaser {
	background-color: #f3f1f1;
}

.produkt_teaser h3 {
	background: linear-gradient(to left, #f9bd07, #f9bd07 3.3rem, #c0bebb 3.3rem);
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 4px solid #fff;
}

.produkt_teaser h3 a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	color: #434343;
	text-decoration: none;
	padding: 0.9rem;
}

.produkt_teaser h3 a::after {
	content: "+";
	font-size: 2.5rem;
	font-weight: 500;
	margin-left: auto;
	margin-top: -0.05em;
	padding-left: 0.7em;
	transition: color 0.2s ease;
}

.produkt_teaser h3:hover,
.produkt_teaser h3:focus-within {
	background: linear-gradient(to left, #ed1c24, #ed1c24 3.3rem, #c0bebb 3.3rem);
}

.produkt_teaser h3 a:hover,
.produkt_teaser h3 a:focus-within {
	border-bottom: 3px solid #ed1c24;
	margin-bottom: -3px;
}

.produkt_teaser h3 a:hover::after,
.produkt_teaser h3 a:focus::after {
	color: #fff;
	font-size: 3rem;
	margin-right: -0.05em;
}

.produkt_teaser p {
	font-size: 0.95rem;
	padding: 0.9rem;
}
.empty {
	grid-column: span 12;
}
/* Galerie
----------------------------- */

.produkt_galerie {
	margin-top: 1.65rem;
}

.produkt_galerie .dk_gallery {
	row-gap: var(--main-column-gap);
}

.produkt_galerie li:first-child {
	grid-column: span 12;
}

/* Tabellen
----------------------------- */

.ce_table table {
	font-size: 1rem;
	font-weight: 700;
}

.ce_table tbody {
	width: 100%;
}

.ce_table tr {
	border-bottom: 2px solid #e9e6e3;
}

.ce_table th,
.ce_table td {
	padding: 0.6em 2.8em 0.6em 0;
	margin-bottom: 0.8em;
}

.ce_table th {
	font-weight: 400;
	white-space: nowrap;
}

.ce_table .col_last {
	width: 100%;
}

/* Listen
----------------------------- */

.ce_text ul,
.ce_list ul,
.ce_text ol,
.ce_list ol {
	margin-bottom: 1.35em;
	margin-left: 2px;
	list-style: none;
}

.ce_text ol,
.ce_list ol {
	counter-reset: li;
}

.ce_text ul li,
.ce_list ul li,
.ce_text ol li,
.ce_list ol li {
	margin-bottom: 0.7em;
	margin-left: 1.5em;
}

.ce_text ol li,
.ce_list ol li {
	counter-increment: li;
}

.ce_text ul li::before,
.ce_list ul li::before {
	font-family: "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	content: "\f45c";
	color: #f9bd07;
	display: block;
	float: left;
	width: 2em;
	margin-left: -2.5em;
	font-size: 0.5rem;
}

.ce_text ol li::before,
.ce_list ol li::before {
	content: counter(li);
	color: #f9bd07;
	display: inline-block;
	font-weight: 600;
	width: 1em;
	margin-left: -1.5em;
	margin-right: 0.5em;
	text-align: right;
	direction: rtl;
}

/* Downloads
----------------------------- */

.download-element a span.size {
	font-size: 0.8rem;
	color: #808080;
	display: inline-block;
}

.download-element {
	padding: 9px 6px 9px 22px;
	border-bottom: 2px solid #e9e6e3;
	margin-bottom: 5px;
}

.enclosure .download-element {
	border-bottom: none;
}

/* Formular
----------------------------- */

.formbody {
	row-gap: var(--half-column-gap);
}

label,
.lable_style {
	display: inline;
}

input,
textarea,
select {
	-webkit-appearance: none;
	font-size: 1rem;
	line-height: 1.8em;
	padding: 5px 10px;
	border: 2px solid #e9e6e3;
	background-color: #f3f1f1;
	color: #000;
	display: block;
	width: 100%;
	max-width: 100%;
}

input,
label,
select,
textarea,
button {
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #f9bd07;
}

select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%238a8a8a' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 1em 1em;
}

textarea {
	overflow: auto;
	resize: vertical;
	line-height: 1.6em;
}

input,
select {
	height: 2.7em;
}

button,
input {
	overflow: visible;
}

.checkbox_container,
.radio_container {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0;
}

.checkbox_container input,
.radio_container input {
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	padding: 0;
	position: absolute !important;
}

.checkbox_container span {
	float: left;
	margin-right: 1.5em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.checkbox_container label {
	display: flex;
	flex-flow: row nowrap;
	justify-items: center;
	line-height: 1.9em;
}

.checkbox_container label::before {
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: #fff;
	border: 2px solid #f9bd07;
	margin-right: 0.6em;
}

.checkbox_container label:hover {
	cursor: pointer;
}

.checkbox_container label:hover::before {
	border-color: #ed1c24;
}

.checkbox_container input:checked + label::before {
	font-family: "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	content: "\f00c";
	color: #fff;
	line-height: 1.8em;
	text-indent: 0.4em;
	background: #ed1c24;
	border-color: #ed1c24;
}

.check_box_legal label::after {
	content: "*";
	color: #ed1c24;
	margin-left: 0.15em;
}

.radio_container > span {
	float: left;
	margin-right: 1.5em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.radio_container label {
	display: flex;
	flex-flow: row nowrap;
	justify-items: center;
	line-height: 1.9em;
}

.radio_container label:before {
	content: "";
	display: block;
	float: left;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	background-color: #fff;
	border: 2px solid #f9bd07;
	text-align: center;
	margin-right: 0.6em;
}

.radio_container label:hover {
	cursor: pointer;
}

.radio_container label:hover:before {
	border-color: #ed1c24;
}

.radio_container input:checked + label:before {
	background: #fff;
	border-color: #ed1c24;
	border-width: 0.7em;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="file"]::-webkit-file-upload-button,
input[type="file"]::file-selector-button {
	display: none;
}

.label_upload_button {
	display: flex;
	flex-flow: row nowrap;
}

.label_upload_button label {
	flex-shrink: 0;
	margin-left: 0;
}

.label_upload_button input {
	border-left: none;
}

span.mandatory {
	color: #ed1c24;
	margin-left: 0.15em;
}

.ce_form input[class*="dk_col"],
.ce_form label[class*="dk_col"],
.ce_form fieldset[class*="dk_col"],
.ce_form select[class*="dk_col"] {
	width: 100% !important;
}

.ce_form button[class*="dk_col"] {
	width: auto !important;
}

.contact_form .form_consent {
	margin-top: 2rem;
}

.contact_form .widget-submit button {
	float: right;
}

p.error {
	color: brown;
}

/* Suche
----------------------------- */

.home_suche .article__inside {
	width: 80%;
	margin: 35px auto;
}

.home_suche .article__inside form {
	margin-bottom: 0;
}

.suche .formbody {
	gap: 0;
}

.suche__eingabe {
	display: flex;
	flex-flow: row nowrap;
}

.suche .formbody .widget-text {
	width: 100%;
}

.suche .formbody .widget-text input {
	border-right: none;
}

.suche .formbody .submit {
	height: 100%;
}

.suche .formbody .widget-radio {
	font-size: 0.8rem;
}

.suche .even,
.suche .odd {
	border-top: 3px solid #f3f1f1;
	padding-bottom: 1.5rem;
}

.suche h3 a {
	color: #434343;
	text-decoration: none;
	border-bottom: 2px solid #f9bd07;
	margin-bottom: -2px;
	transition: border-color 0.2s ease;
}

.suche h3 a:hover,
.suche h3 a:focus {
	border-bottom: 3px solid #ed1c24;
	margin-bottom: -3px;
}

.suche .header {
	margin-top: 2rem;
	margin-bottom: 0.3rem;
}

.suche .info {
	margin-bottom: 2rem;
	font-size: 0.8rem;
}

.suche .context {
	margin-bottom: 0.2rem;
}

.suche .highlight {
	background: #ffdd74;
	color: #000;
}

.suche .url {
	font-size: 0.8rem;
}

/* gLightBox
----------------------------- */

.glightbox-clean .gslide-title {
	font-size: 1em;
	font-weight: 400;
	font-family: inherit;
	color: #000;
	margin-top: 0;
	line-height: 1.4em;
}

.glightbox-clean .gslide-title:last-child {
	margin-bottom: 0;
}

/* Footer
==============================*/

#footer {
	margin-top: auto;
}

.footer_part1 {
	background-color: #f3f1f1;
}

.footer_part1 .content-clamp {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_part2 {
	background-color: #434343;
	color: #fff;
}

.footer_part2 a {
	color: #fff;
	text-decoration: none;
	border-color: transparent;
	transition: border-color 0.2s ease;
}

.footer_part2 a:hover,
.footer_part2 a:focus {
	border-bottom: 3px solid #fff;
	margin-bottom: -3px;
}

.footer_part2 .content-clamp {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: var(--main-column-gap);
	padding-top: 15px;
	padding-bottom: 17px;
}

.footer_nav {
	overflow: visible;
}

.footer_nav ul {
	display: flex;
	flex-flow: row nowrap;
	gap: 2em;
	margin-bottom: 0;
}
