html {
	scroll-behavior: smooth;
}

body {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

body.schule {
	background-image: url("../images/schule-bkg.svg");
	background-repeat: no-repeat;
	background-position: center 800px;
	background-size: 1500px auto;
}

@media (max-width: 1460px) {

	body.schule {
		background-size: 1300px auto;
	}
}

@media (max-width: 1260px) {

	body.schule {
		background-size: 1100px auto;
		background-position: center 900px;
	}
}

@media (max-width: 1100px) {

	body.schule {
		background-size: contain;
		background-position: center 900px;
	}
}

.post,
.page {
	margin-bottom: 0;
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1164px;
	}
}

.container-wide {
	max-width: 100%;
}

@media (min-width: 1400px) {

	.container-wide {
		max-width: 1440px;
	}
}

h1,
.h1 {
	font-size: 52px;
	font-weight: 700;
	line-height: 64px;
}

@media (max-width: 1199px) {

	h1,
	.h1 {
		font-size: 45px;
		line-height: 52px;
	}
}

@media (max-width: 767px) {

	h1,
	.h1 {
		font-size: 35px;
		line-height: 40px;
	}
}

h2,
.h2 {
	font-size: 31px;
	font-weight: 700;
	line-height: 44px;
}

@media (max-width: 767px) {

	h2,
	.h2 {
		font-size: 25px;
		line-height: 30px;
	}
}

h4,
.h4 {
	color: #e7000e;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 25px;
	font-weight: 700;
}

.default-spacing {
	margin: 90px 0;
}

@media (max-width: 1199px) {

	.default-spacing {
		margin: 60px 0;
	}
}

.default-spacing-top {
	margin: 0;
	margin-top: 90px;
}

@media (max-width: 1199px) {

	.default-spacing-top {
		margin-top: 60px;
	}
}

.default-spacing-bottom {
	margin: 0;
	margin-bottom: 90px;
}

@media (max-width: 1199px) {

	.default-spacing-bottom {
		margin-bottom: 60px;
	}
}

.normal-spacing {
	margin: 50px 0;
}

@media (max-width: 1199px) {

	.normal-spacing {
		margin: 25px 0;
	}
}

.small-spacing {
	margin: 20px 0;
}

.small-spacing + .default-spacing {
	margin-top: 20px;
}

a,
a:visited,
a:focus,
.fake-link {
	color: #333;
	text-decoration: none;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.content-section ul:not(.icon-list) {
	padding: 0;
	margin: 0;
	list-style: none;
}

.content-section ul:not(.icon-list) li {
	padding-left: 18px;
	position: relative;
}

.content-section ul:not(.icon-list) li::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #e7000e;
	position: absolute;
	top: 9px;
	left: 0;
}

.content-section ul:not(.icon-list) li li::before {
	background-color: transparent;
	border: 1px solid #e7000e;
}

ul.icon-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.icon-list li {
	margin-bottom: 15px;
}

ul.icon-list .icon {
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

ul.icon-list .icon img {
	vertical-align: top;
	height: 100%;
}

.btn {
	font-weight: 700;
	text-decoration: none;
	line-height: 26px;
	border: 0 !important;
	border-radius: 0 !important;
}

.btn.btn-primary {
	background-color: #e7000e;
	color: white;
	display: inline-block;
	padding: 12px 20px;
	transition: all 300ms ease-in-out;
}

.btn.btn-primary:hover,
.btn.btn-primary.hover {
	text-decoration: none !important;
	background-color: #a5000a;
}

.btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.btn.btn-white {
	background-color: white;
	color: #e7000e;
	display: inline-block;
	padding: 12px 20px;
}

.btn.btn-white:hover {
	text-decoration: none !important;
	background-color: #f5f5f5;
}

.btn.btn-text {
	color: #e7000e;
}

.btn.btn-text-black {
	color: #333;
}

.btn.btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn.btn-icon-arrow-right::after {
	content: url("../images/arrow-right.svg");
	margin-left: 6px;
	margin-top: -2px;
	display: block;
	height: 18px;
	transition: all 300ms ease-in-out;
	transform: translateX(0);
}

.btn.btn-icon-arrow-right.btn-primary::after {
	content: url("../images/arrow-right-white.svg");
}

.btn.btn-icon-arrow-right:hover::after,
.btn.btn-icon-arrow-right.hover::after {
	transform: translateX(5px);
}

.btn.btn-icon-arrow-left::before {
	content: url("../images/arrow-right-red.svg");
	margin-right: 6px;
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	transform: rotate(180deg);
}

.btn.btn-icon-pdf::before {
	content: url("../images/icon-pdf-white.svg");
	margin-right: 6px;
	display: inline-block;
	height: 24px;
	vertical-align: middle;
}

.btn.btn-icon-excel::before {
	content: url("../images/icon-excel.svg");
	margin-right: 6px;
	display: inline-block;
	height: 24px;
	vertical-align: middle;
}

.btn.btn-icon-mail-left::before {
	content: url("../images/icon-mail-red.svg");
	margin-right: 6px;
	display: block;
	height: 21px;
}

.btn.btn-icon-mail-left.btn-white::before {
	content: url("../images/icon-mail-red.svg");
}

.item-caption {
	background-color: #e7000e;
	color: white;
	font-weight: 700;
	padding: 8px 25px;
	display: inline-block;
	position: relative;
	top: -20px;
	z-index: 1;
}

select {
	height: 54px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	vertical-align: top;
	border-radius: 0;
	width: 100%;
	padding: 0 20px;
}

select:focus {
	outline: none;
	border-color: rgba(0, 0, 0, 0.2);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"] {
	width: 100%;
	border-radius: 3px;
	height: 43px;
	padding: 0 15px;
	margin-top: 10px;
	background-color: #fbfbfb;
}

input[type="text"].date {
	padding-right: 30px;
	background-image: url("/wp-content/themes/dagmerseller/images/icon-calendar.svg");
	background-position: 95% center;
	background-repeat: no-repeat;
}

textarea {
	margin-top: 10px;
	padding: 15px;
	background-color: #fbfbfb;
}

input[type="radio"] {
	opacity: 0;
	width: 0;
	height: 0;
}

input[type="radio"] + span::before {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #e7000e;
	top: 2px;
	background-color: white;
}

input[type="radio"] + span::after {
	content: "";
	position: absolute;
	left: 4px;
	width: 8px;
	height: 8px;
	top: 6px;
	border-radius: 50%;
}

input[type="radio"]:checked + span::after {
	background-color: #e7000e;
}

.wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item label {
	padding-left: 20px;
	position: relative;
}

.wpcf7-checkbox .wpcf7-list-item.first {
	margin-left: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
	position: relative;
}

.wpcf7-checkbox .wpcf7-list-item label span {
	padding-left: 40px;
	display: inline-block;
	vertical-align: top;
}

label.ui {
	padding-left: 35px;
	position: relative;
}

input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}

input[type="checkbox"] + span::before {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	top: 0;
}

input[type="checkbox"] + span::after {
	background-image: url("../images/icon-check.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 6px;
	width: 14px;
	height: 24px;
	top: 0;
}

input[type="checkbox"]:checked + span::before {
	background-color: #e7000e;
	border-color: #e7000e;
}

input[type="checkbox"]:checked + span::after {
	content: "";
}

.wpcf7-submit {
	margin-top: 20px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-acceptance label span {
	position: relative;
	padding-left: 40px;
	display: inline-block;
}

.datetime-picker {
	position: relative;
}

.datetime-picker::after {
	content: "";
	background-image: url(../images/icon-calendar.svg);
	width: 60px;
	height: 100%;
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.datetime-picker:focus::after {
	border-color: rgba(0, 0, 0, 0.2);
}

.datetime-picker .clear-date {
	color: #e7000e;
	font-size: 12px;
	padding: 5px 20px;
	font-weight: 700;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

.datetime-picker .clear-date.active {
	display: block;
}

.datetime-picker.open .calendar-popup {
	opacity: 1;
	display: block;
}

.datetime-picker .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.datetime-picker .wpcf7-form-control-wrap.open .calendar-popup {
	opacity: 1;
	display: block;
	z-index: 10;
}

.datetime-picker .wpcf7-form-control-wrap::after {
	content: "";
	background-image: url(../images/icon-calendar.svg);
	width: 40px;
	height: 100%;
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% + 5px);
	right: 0;
	transform: translateY(-50%);
}

.datetime-picker input.date-input {
	padding-right: 60px;
}

.datetime-picker .calendar-popup {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
	opacity: 0;
	display: none;
	padding: 10px;
	position: absolute;
	top: calc(100% + 5px);
	transition: all 0.1s linear;
	width: 240px;
	z-index: 10;
}

.datetime-picker .calendar-popup .month-and-year {
	align-items: center;
	display: flex;
	text-align: center;
}

.datetime-picker .calendar-popup .month-and-year h4 {
	width: 100%;
	margin-bottom: 10px;
}

.datetime-picker .calendar-popup .button {
	background-color: transparent;
	border: none;
	font-weight: 700;
	outline: none;
	position: absolute;
	top: 5px;
}

.datetime-picker .calendar-popup .button:hover {
	cursor: pointer;
}

.datetime-picker .calendar-popup .button.prev {
	left: 10px;
}

.datetime-picker .calendar-popup .button.next {
	right: 10px;
}

.datetime-picker .calendar-popup table {
	font-size: 12px;
	width: 100%;
	margin-bottom: 0;
}

.datetime-picker .calendar-popup table tr {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	padding: 5px 0;
}

.datetime-picker .calendar-popup table tr th,
.datetime-picker .calendar-popup table tr td {
	text-align: center;
}

.datetime-picker .calendar-popup table .day:hover {
	cursor: pointer;
}

.datetime-picker .arrow-left,
.datetime-picker .arrow-right {
	width: 15px;
	height: 15px;
	background-image: url(../images/arrow-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.datetime-picker .arrow-left {
	transform: rotate(180deg);
}

.wpcf7 .datetime-picker::after {
	display: none;
}

.pills {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
	margin-top: 20px;
}

.tag-pill {
	font-weight: 700;
	color: #e7000e;
	padding: 2px 22px;
	background-color: #f5f5f5;
	display: inline-block;
	border-radius: 0 8px 8px 0;
	font-size: 14px;
}

.tag-pill .date,
.tag-pill .time {
	display: inline;
}

.copy-text {
	background-color: #f5f5f5;
	font-size: 10px;
	padding: 5px;
	border-radius: 3px;
	display: inline-block;
	width: 69px;
	cursor: pointer;
	line-height: 1;
	font-weight: 400;
	margin-left: 15px;
	vertical-align: middle;
}

.copy-text:hover {
	background-color: lightgrey;
}

.probox .promagnifier:hover,
div.asp_m.asp_m_1 .probox .promagnifier:hover {
	background: #a5000a !important;
}

.download .download-inner {
	box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
	background-color: white;
	padding: 30px;
	min-height: 215px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.download .download-inner .download-title {
	font-size: 18px;
	font-weight: 700;
}

.grecaptcha-badge {
	visibility: hidden;
}

.wpcf7-acceptance a {
	text-decoration: underline;
}

.wpcf7-acceptance a:hover {
	color: inherit !important;
}

select {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNiA5LjY1Njg1TDcuNDE0MjEgMTEuMDcxMUwxMS42NTY5IDYuODI4NDNMMTUuODk5NSAxMS4wNzExTDE3LjMxMzcgOS42NTY4NUwxMS42NTY5IDRMNiA5LjY1Njg1WiIgZmlsbD0iY3VycmVudENvbG9yIi8+CiAgPHBhdGggZD0iTTYgMTQuNDQzM0w3LjQxNDIxIDEzLjAyOTFMMTEuNjU2OSAxNy4yNzE3TDE1Ljg5OTUgMTMuMDI5MUwxNy4zMTM3IDE0LjQ0MzNMMTEuNjU2OSAyMC4xMDAxTDYgMTQuNDQzM1oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4=) no-repeat;
	background-position: right 5px center;

	/* Change the px value here to change the distance */
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 4px 20px;
}

.nothing-found {
	padding: 50px 15px;
	text-align: center;
	font-weight: 700;
}

.site-header {
	background-color: white;
	z-index: 100;
}

@media (min-width: 1400px) {

	.site-header .container,
	.site-header .container-lg,
	.site-header .container-md,
	.site-header .container-sm,
	.site-header .container-xl,
	.site-header .container-xxl {
		max-width: 1230px;
	}
}

@media (max-width: 767px) {

	.site-header {
		display: flex;
		flex-direction: column-reverse;
	}
}

.site-header.sticky {
	position: sticky;
	top: -150px;
	transition: all 200ms ease-in-out;
}

.site-header.sticky.active {
	top: 0;
}

.site-header.sticky .top-bar {
	display: none;
}

.site-header.sticky .navbar {
	padding: 10px 0;
}

.site-header.sticky .navbar img {
	max-width: 120px;
}

.top-bar {
	background-color: #fbfbfb;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 5px 0;
}

@media (max-width: 991px) {

	.top-bar {
		font-size: 14px;
	}
}

@media (max-width: 767px) {

	.top-bar {
		display: none;
		margin-top: 15px;
		border-bottom: 0;
		max-width: 515px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {

	.top-bar.active {
		display: block;
	}
}

.top-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

@media (max-width: 767px) {

	.top-bar ul {
		text-align: left;
	}
}

.top-bar ul li {
	display: inline-block;
}

.top-bar ul li a {
	text-decoration: none;
	line-height: 37px;
	padding: 0 15px;
}

@media (max-width: 767px) {

	.top-bar ul li a {
		font-weight: 400 !important;
		line-height: 1.5;
		padding: 5px !important;
	}
}

.top-bar ul li a:hover {
	color: #e7000e;
}

.top-bar ul li.top-menu-button a {
	background-color: #e7000e;
	color: white;
	display: block;
	padding: 0 10px;
	margin-left: 10px;
	transition: all 300ms ease-in-out;
}

@media (max-width: 767px) {

	.top-bar ul li.top-menu-button a {
		font-weight: 400;
		line-height: 37px;
		display: inline-block;
		width: auto;
		margin-left: 0;
		margin-top: 15px;
		padding: 0 15px !important;
	}
}

.top-bar ul li.top-menu-button a::before {
	content: url("../images/book-icon.svg");
	margin-bottom: -5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.top-bar ul li.top-menu-button a:hover {
	background-color: #a5000a;
	color: white !important;
}

.navbar {
	padding: 20px 0;
}

@media (max-width: 991px) {

	.navbar {
		padding: 10px 0;
	}
}

.navbar img {
	max-width: 180px;
	width: 100%;
}

@media (max-width: 991px) {

	.navbar img {
		max-width: 120px;
	}
}

.navbar ul#menu-primary > li {
	border: 1px solid white;
}

@media (max-width: 991px) {

	.navbar ul#menu-primary > li {
		text-align: left;
		border: 0;
	}
}

.navbar ul#menu-primary > li.active {
	background-color: rgba(251, 251, 251, 0.96);
	border-color: rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {

	.navbar ul#menu-primary > li.active {
		background-color: transparent;
	}
}

.navbar ul#menu-primary > li.menu-item-has-children::after {
	transform: rotate(90deg) translate(0, 22px);
	transform-origin: center;
}

@media (max-width: 991px) {

	.navbar ul#menu-primary > li.menu-item-has-children::after {
		transform: rotate(90deg) translate(0);
	}
}

.navbar ul#menu-primary li.active.menu-item-has-children::after {
	transform: rotate(270deg) translate(0, 0);
}

@media (max-width: 991px) {

	.navbar ul#menu-primary {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

.navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar ul > li {
	display: inline-block;
}

@media (max-width: 991px) {

	.navbar ul > li {
		display: block;
	}
}

.navbar ul > li a {
	font-weight: 700;
	text-decoration: none;
	padding: 10px 25px;
	display: inline-block;
	color: #333;
}

@media (max-width: 1199px) {

	.navbar ul > li a {
		padding-left: 10px;
	}
}

@media (max-width: 991px) {

	.navbar ul > li a {
		width: 100%;
		max-width: calc(100% - 50px);
	}
}

.navbar ul > li.menu-item-has-children {
	position: relative;
}

.navbar ul > li.menu-item-has-children::after {
	content: "";
	background-image: url("../images/icon-chevron-right.svg");
	transform: translate(-22px, 0);
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}

@media (max-width: 991px) {

	.navbar ul > li.menu-item-has-children::after {
		position: absolute;
		width: 30px;
		height: 30px;
		background-size: 10px 10px;
		top: 7px;
		right: 7px;
		transform: rotate(90deg) translate(0);
		border: 1px solid rgba(0, 0, 0, 0.2);
	}
}

.navbar ul > li.menu-item-has-children > .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: -1px;
	z-index: 10;
	padding: 30px 0 0;
	background-color: rgba(251, 251, 251, 0.96);
	text-align: left;
	min-width: 340px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	min-height: calc(100% + 2px);
	display: none;
}

@media (max-width: 1199px) {

	.navbar ul > li.menu-item-has-children > .sub-menu {
		min-width: 300px;
	}
}

@media (max-width: 991px) {

	.navbar ul > li.menu-item-has-children > .sub-menu {
		position: relative;
		border: 0;
		padding-top: 10px;
		background-color: white;
	}
}

.navbar ul > li.menu-item-has-children > .sub-menu > li:last-child > a {
	padding-bottom: 35px;
}

@media (max-width: 991px) {

	.navbar ul > li.menu-item-has-children > .sub-menu > li:last-child > a {
		padding-bottom: 15px;
	}
}

.navbar ul > li.menu-item-has-children > .sub-menu li {
	width: 100%;
}

.navbar ul > li.menu-item-has-children > .sub-menu a {
	padding: 5px 30px;
	font-weight: 600;
}

.navbar ul > li.menu-item-has-children > .sub-menu .menu-item-has-children {
	position: static;
}

@media (max-width: 991px) {

	.navbar ul > li.menu-item-has-children > .sub-menu .menu-item-has-children {
		position: relative;
	}
}

.navbar ul > li.menu-item-has-children > .sub-menu .menu-item-has-children::after {
	top: 2px;
}

.navbar ul > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
	left: 100%;
	top: -1px;
	font-size: 15px;
	background-color: rgba(246, 246, 246, 0.96);
}

@media (max-width: 1199px) {

	.navbar ul > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
		min-width: 0;
		width: 200px;
	}
}

@media (max-width: 991px) {

	.navbar ul > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
		left: 0;
		width: 100%;
		background-color: transparent;
		padding-left: 20px;
		font-size: 16px;
		top: 0;
	}
}

.navbar ul > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu a {
	font-weight: 400;
}

.navbar ul > li.menu-item-has-children.active,
.navbar ul > li.menu-item-has-children:hover {
	background-color: rgba(251, 251, 251, 0.96);
	border-color: rgba(0, 0, 0, 0.06) !important;
}

@media (max-width: 991px) {

	.navbar ul > li.menu-item-has-children.active,
	.navbar ul > li.menu-item-has-children:hover {
		border: 0 !important;
		background-color: transparent;
	}
}

.navbar ul > li.menu-item-has-children.active > .sub-menu {
	display: block;
}

@media (min-width: 992px) {

	.navbar ul > li.menu-item-has-children:hover > .sub-menu {
		display: block;
	}
}

.navbar ul > li.active::after,
.navbar ul > li:hover::after,
.navbar ul > li.current-menu-item::after,
.navbar ul > li.current-menu-ancestor::after {
	background-image: url("../images/icon-chevron-right-red.svg");
	border-color: #e7000e;
}

.navbar ul > li.active > a,
.navbar ul > li:hover > a,
.navbar ul > li.current-menu-item > a,
.navbar ul > li.current-menu-ancestor > a {
	color: #e7000e;
}

.navbar .menu-col {
	text-align: center;
}

.navbar .menu-col .menu-toggle {
	width: 30px;
	height: 30px;
	position: relative;
	margin-left: auto;
	cursor: pointer;
}

.navbar .menu-col .menu-toggle:hover {
	background-color: #f5f5f5;
}

.navbar .menu-col .menu-toggle span {
	position: absolute;
	left: 5px;
	right: 5px;
	height: 2px;
	background-color: #333;
	pointer-events: none;
}

.navbar .menu-col .menu-toggle span:nth-child(1) {
	top: 7px;
}

.navbar .menu-col .menu-toggle span:nth-child(2) {
	top: calc(50% - 1px);
}

.navbar .menu-col .menu-toggle span:nth-child(3) {
	bottom: 7px;
}

@media (max-width: 991px) {

	.navbar .menu-col .menu-container {
		display: none;
		position: absolute;
		top: 125px;
		background-color: #fbfbfb;
		left: 0;
		right: 0;
		z-index: 10;
		padding-top: 80px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {

	.navbar .menu-col .menu-container {
		padding-bottom: 20px;
		top: 75px;
	}
}

@media (max-width: 991px) {

	.navbar .menu-col .menu-container.active {
		display: block;
	}
}

.navbar .search-col {
	text-align: right;
	position: relative;
}

@media (max-width: 991px) {

	.navbar .search-col {
		display: none;
	}
}

.navbar .search-col .header-search {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 12px;
	width: calc(100vw - 24px);
	max-width: 300px;
	z-index: 10;
	box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
	transform: translateY(20px);
	transition: all 200ms ease-in-out;
}

@media (max-width: 991px) {

	.navbar .search-col .header-search {
		position: relative;
		box-shadow: none;
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		transform: translate(0);
		top: 20px;
		border: 1px solid rgba(0, 0, 0, 0.06);
	}
}

.navbar .search-col .search-toggler {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin-right: 5px;
}

.navbar .search-col .icon-close {
	display: none;
}

@media (max-width: 991px) {

	.navbar .search-col.active {
		display: block;
	}
}

.navbar .search-col.active .icon-close {
	display: block;
}

.navbar .search-col.active .icon-search {
	display: none;
}

.navbar .search-col .search-button {
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	position: relative;
}

.navbar .search-col .search-button::before {
	content: "";
	position: absolute;
	top: 22.5%;
	right: 23.5%;
	width: 0;
	height: 3px;
	margin-top: -2px;
	background-color: #333;
	transform: rotate(-45deg);
	transform-origin: right top;
	transition: all 0.3s ease-in-out;
}

.navbar .search-col .search-button::after {
	content: "";
	position: absolute;
	bottom: 22.5%;
	right: 23.5%;
	width: 30%;
	height: 3px;
	margin-top: -2px;
	background-color: #333;
	transform: rotate(45deg);
	transform-origin: right bottom;
	transition: all 0.3s ease-in-out;
}

.navbar .search-col .search-button .search-icon {
	position: absolute;
	display: block;
	top: 20%;
	left: 20%;
	width: 45%;
	height: 45%;
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	border-color: #333;
	transition: all 0.3s ease-in-out;
}

.navbar .search-col .search-button:hover::before,
.navbar .search-col .search-button:hover::after {
	background-color: #e7000e;
}

.navbar .search-col .search-button:hover .search-icon {
	border-color: #e7000e;
}

.navbar .search-col.active .search-button::before {
	width: 77.5%;
}

.navbar .search-col.active .search-button::after {
	width: 77.5%;
}

.navbar .search-col.active .search-button .search-icon {
	width: 0;
	height: 0;
	border-color: transparent;
}

.navbar .search-col.active .header-search {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.home-hero {
	height: 580px;
}

@media (max-width: 1199px) {

	.home-hero {
		height: 430px;
	}
}

.home-hero .container {
	background-image: url(../images/dynamic/hero-bkg.png);
	background-size: cover;
	background-position: center;
	height: 100%;
}

.home-hero .container .row {
	height: 100%;
	align-items: center;
	text-align: center;
}

.home-hero .container .row img {
	width: 100%;
	max-width: 525px;
}

.schule .home-hero .container .row img {
	max-width: 440px;
}

.home-subhero {
	margin-top: -87px;
}

.home-subhero .search-bar {
	margin-bottom: 60px;
}

.home-subhero .subhero-announcement {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-height: calc(100% - 10px);
	margin-left: 70px;
}

@media (max-width: 1199px) {

	.home-subhero .subhero-announcement {
		margin-left: 0;
	}
}

@media (max-width: 991px) {

	.home-subhero .subhero-announcement {
		margin-top: 10px;
	}
}

.home-subhero.without-search .important-links {
	margin-top: 112px;
}

.home-subhero.without-announcement .subhero-row {
	justify-content: center;
}

.home-subhero.without-announcement .search-bar {
	max-width: 746px;
	margin-left: auto;
	margin-right: auto;
}

.important-links .important-links-inner {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}

@media (max-width: 430px) {

	.important-links .important-links-inner {
		flex-wrap: wrap;
	}
}

.important-links .important-links-inner .icon-box {
	flex: 1 1 100%;
}

.icon-box {
	box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
	margin: 10px;
	min-width: 200px;
	background-color: white;
	transition: all 300ms ease-in;
}

@media (max-width: 1199px) {

	.icon-box {
		min-width: 160px;
	}
}

@media (max-width: 575px) {

	.icon-box {
		max-width: calc((100vw / 3) - 10px);
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 430px) {

	.icon-box {
		max-width: calc((100vw / 2) - 22px);
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 430px) {

	.icon-box:last-child {
		max-width: 100%;
	}
}

.icon-box .icon-box-icon {
	padding: 50px 80px 30px;
	text-align: center;
	transition: all 100ms ease-in;
}

@media (max-width: 1199px) {

	.icon-box .icon-box-icon {
		padding: 20px 60px;
	}
}

@media (max-width: 575px) {

	.icon-box .icon-box-icon {
		padding: 20px 30px 10px;
	}
}

.icon-box .icon-box-icon img {
	width: 100%;
	max-width: 50px;
}

@media (max-width: 575px) {

	.icon-box .icon-box-icon img {
		max-width: 30px;
	}
}

.icon-box .icon-box-icon + .icon-box-action {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.icon-box:hover {
	box-shadow: 0 4px 26px 10px rgba(0, 0, 0, 0.12);
}

.icon-box:hover .icon-box-icon {
	transform: scale(1.1001);
}

.icon-box .icon-box-action {
	text-align: center;
	padding: 20px;
}

@media (max-width: 1199px) {

	.icon-box .icon-box-action {
		padding: 15px;
	}
}

@media (max-width: 575px) {

	.icon-box .icon-box-action .btn {
		font-size: 12px;
		line-height: 1;
	}
}

.icon-box a {
	color: #e7000e;
}

.icon-box a:hover {
	text-decoration: underline;
}

.subhero-announcement {
	background-color: white;
	box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
}

.subhero-announcement .subhero-announcement-inner {
	padding: 50px 80px 30px;
}

@media (max-width: 1199px) {

	.subhero-announcement .subhero-announcement-inner {
		padding: 30px 40px 0;
	}
}

.subhero-announcement .subhero-announcement-inner .subhero-announcement-title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 40px;
}

.subhero-announcement .subhero-announcement-inner .subhero-announcement-title .icon {
	margin-right: 15px;
}

.subhero-announcement .subhero-announcement-inner + .subhero-announcement-action {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.subhero-announcement .subhero-announcement-action {
	text-align: center;
	padding: 20px;
}

.content-loop .section-inner.carousel-swiper {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding-top: 5px;
}

.content-loop .download-blocks {
	display: flex;
	row-gap: 20px;
	column-gap: 20px;
	flex-wrap: wrap;
}

.content-loop .download-blocks .download {
	flex: 1 1 calc(50% - 10px);
}

.content-loop .posts-holder {
	margin: 40px 0;
}

.content-loop .posts-holder.post-grid {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}

.content-loop .posts-holder.post-grid.type-post .post-card,
.content-loop .posts-holder.post-grid.type-page .post-card {
	max-width: calc(33% - 7px);
	flex: 1 1 calc(33% - 7px);
}

@media (max-width: 991px) {

	.content-loop .posts-holder.post-grid.type-post .post-card,
	.content-loop .posts-holder.post-grid.type-page .post-card {
		max-width: calc(50% - 8px);
		flex: 1 1 calc(50% - 8px);
	}
}

@media (max-width: 767px) {

	.content-loop .posts-holder.post-grid.type-post .post-card,
	.content-loop .posts-holder.post-grid.type-page .post-card {
		max-width: 100%;
		flex: 1 1 100%;
	}
}

.content-loop .posts-holder.post-grid.type-veranstaltungen .post-card {
	max-width: calc(25% - 7px);
	flex: 1 1 calc(25% - 7px);
}

@media (max-width: 991px) {

	.content-loop .posts-holder.post-grid.type-veranstaltungen .post-card {
		max-width: calc(50% - 8px);
		flex: 1 1 calc(50% - 8px);
	}
}

@media (max-width: 767px) {

	.content-loop .posts-holder.post-grid.type-veranstaltungen .post-card {
		max-width: 100%;
		flex: 1 1 100%;
	}
}

.content-loop .posts-holder.post-grid.type-baugesuche {
	margin: 0;
}

.content-loop .carousel-nav-wrapper {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.content-loop .carousel-nav {
	border: 1px solid rgba(0, 0, 0, 0.06);
	background-color: white;
	display: inline-flex;
}

.content-loop .carousel-nav img {
	display: block;
	width: 10px;
}

.content-loop .carousel-nav .carousel-nav-left {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.content-loop .carousel-nav .carousel-nav-left,
.content-loop .carousel-nav .carousel-nav-right {
	width: 50px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	margin-top: 0;
	transition: all 300ms ease-in-out;
}

.content-loop .carousel-nav .carousel-nav-left::after,
.content-loop .carousel-nav .carousel-nav-left::before,
.content-loop .carousel-nav .carousel-nav-right::after,
.content-loop .carousel-nav .carousel-nav-right::before {
	display: none;
}

.content-loop .carousel-nav .carousel-nav-left:hover,
.content-loop .carousel-nav .carousel-nav-right:hover {
	background-color: rgba(0, 0, 0, 0.06);
}

.content-loop .carousel-nav .carousel-nav-left.swiper-button-disabled,
.content-loop .carousel-nav .carousel-nav-right.swiper-button-disabled {
	display: none;
}

.news-filter {
	padding: 15px 20px 0;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.news-filter label {
	margin-right: 20px;
	margin-bottom: 15px;
	display: inline-block;
}

.post-card {
	position: static !important;
	transform: none !important;
}

.post-card .post-card-details {
	padding: 20px;
}

.post-card .post-card-details .post-card-excerpt {
	margin-top: 12px;
}

.post-card .post-card-details .post-card-excerpt p:first-child {
	margin-top: 0;
}

.post-card .post-card-details .post-card-excerpt p:last-child {
	margin-bottom: 0;
}

.post-card .post-card-details .post-card-title {
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 1199px) {

	.post-card .post-card-details .post-card-title {
		hyphens: auto;
	}
}

.post-card .post-card-details .post-card-action {
	margin-top: 40px;
}

.post-card .post-card-details a:not(.btn) {
	color: inherit;
	text-decoration: none;
}

.post-card.post-card-news {
	max-width: 370px;
}

@media (max-width: 575px) {

	.post-card.post-card-news {
		max-width: none;
	}
}

.post-card.post-card-news .post-card-details {
	background-color: #f5f5f5;
	margin-right: 35px;
	margin-top: -35px;
	position: relative;
	z-index: 2;
}

.post-card.post-card-news .post-card-details .post-card-date {
	font-size: 14px;
	line-height: 28px;
}

.post-card.post-card-veranstaltungen {
	border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.post-card.post-card-veranstaltungen .post-card-date {
	background-color: #f5f5f5;
	display: inline-block;
	padding-left: 20px;
	color: #e7000e;
	font-weight: 700;
	line-height: 28px;
	padding-right: 20px;
	border-radius: 0 3px 10px 0;
	font-size: 14px;
}

.post-card.post-card-page {
	box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
	display: flex;
	flex-direction: column;
}

.post-card.post-card-page .post-card-details {
	padding: 35px;
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(100% - 265px);
}

.post-card.post-card-page .post-card-details .post-card-excerpt {
	flex: 1 1 100%;
}

@media (max-width: 1199px) {

	.post-card.post-card-page .post-card-details {
		flex: 1 1 calc(100% - 220px);
	}
}

.post-card .post-card-thumb {
	overflow: hidden;
	flex: 1 1 265px;
	height: 265px;
}

@media (max-width: 1199px) {

	.post-card .post-card-thumb {
		height: 220px;
		flex: 1 1 220px;
	}
}

.post-card .post-card-thumb img {
	width: 100%;
	display: block;
	transition: all 300ms ease-in-out;
}

.post-card .post-card-thumb.hover img {
	transform: scale(1.1);
}

.online-schalter-list .empty-list {
	text-align: center;
	margin: 50px 0;
	display: none;
}

.online-schalter-list .empty-list.active {
	display: block;
}

.online-schalter-list .schalter-search-sticky {
	margin-bottom: 100px;
	position: sticky;
	top: 77px;
	background: white;
	padding: 5px 0;
}

@media (max-width: 575px) {

	.online-schalter-list .schalter-search-sticky {
		position: static;
	}
}

.online-schalter-list .schalter-search-row .reset-os {
	display: none;
	color: #e7000e;
	font-size: 12px;
	padding: 5px 20px;
	font-weight: 700;
	margin-top: 10px;
	cursor: pointer;
}

.online-schalter-list .schalter-search-row .reset-os.active {
	display: block;
}

@media (max-width: 575px) {

	.online-schalter-list .schalter-search {
		margin-top: 15px;
	}
}

.online-schalter-list .schalter-search input {
	height: 54px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	vertical-align: top;
	border-radius: 0;
	width: calc(100% - 54px);
	padding: 0 20px;
	margin-top: 0;
	background-color: white;
}

.online-schalter-list .schalter-search input:focus {
	outline: none;
	border-color: rgba(0, 0, 0, 0.2);
}

.online-schalter-list .schalter-search button {
	background-color: #e7000e;
	height: 54px;
	width: 54px;
	border: 0;
	border-radius: 0;
	margin-top: 0;
	margin-left: -5px;
}

.online-schalter-list .os-main-block.hidden {
	display: none;
}

.online-schalter-list .os-main-block .os-child-block {
	margin-left: 90px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {

	.online-schalter-list .os-main-block .os-child-block {
		margin-left: 0;
	}
}

.online-schalter-list .os-main-block .os-child-block .os-child-block-title {
	margin-bottom: 10px;
}

.os-single {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.os-single .os-title {
	flex: 1 1 calc(100% - 150px);
}

.os-single .os-actions {
	flex: 1 1 150px;
	text-align: left;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.os-single .os-actions .os-action {
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	line-height: 24px;
}

.os-single .os-actions .os-action:hover {
	text-decoration: underline;
}

.os-single .os-actions .os-action::before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("../images/icon-external-link.svg");
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}

.os-single .os-actions .os-action.type-pdf::before {
	background-image: url("../images/icon-pdf.svg");
}

.os-single .os-actions .os-action.type-excel::before {
	background-image: url("../images/icon-excel.svg");
}

.os-single .os-actions .os-action.type-form::before {
	background-image: url("../images/icon-form.svg");
}

.three-card-ribbon {
	position: relative;
}

.three-card-ribbon .card-ribbon {
	height: 100%;
}

@media (max-width: 575px) {

	.three-card-ribbon .row {
		row-gap: 15px;
	}
}

.three-card-ribbon .ribbon {
	position: absolute;
	left: 50%;
	height: 50px;
	width: 100%;
	top: calc(50% - 25px);
	background-color: #e7000e;
	max-width: 1440px;
	transform: translateX(-50%);
}

@media (max-width: 575px) {

	.three-card-ribbon .ribbon {
		display: none;
	}
}

.three-card-ribbon .section-inner {
	position: relative;
	z-index: 10;
}

.card-ribbon {
	padding: 20px 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
	background-color: white;
}

.card-ribbon.no-image {
	justify-content: center;
}

.card-ribbon .image {
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter-section .section-background {
	background-color: #e7000e;
	background-position: bottom left;
	background-size: cover;
}

.newsletter-section .newsletter-block {
	background-color: rgba(231, 0, 14, 0.8);
	padding: 75px;
	color: white;
	margin: 200px 0 90px;
	margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
	margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
	padding-right: 50%;
}

@media (max-width: 1199px) {

	.newsletter-section .newsletter-block {
		padding-right: 20%;
	}
}

.newsletter-section .title {
	margin: 0;
}

.newsletter-section .action {
	margin-top: 30px;
}

.newsletter-section .three-card-ribbon {
	margin-bottom: -120px;
}

@media (max-width: 575px) {

	.newsletter-section .three-card-ribbon {
		margin-bottom: 15px;
	}
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: opacity 300ms ease-in-out;
	background-color: #fbfbfb;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.cookie-banner__inner {
	background-color: white;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 600px) {

	.cookie-banner__inner {
		flex-direction: column;
	}
}

.cookie-banner__inner a {
	color: #e7000e;
}

.cookie-banner__inner p {
	margin: 0;
}

.cookie-banner__actions {
	white-space: nowrap;
}

.cookie-banner__actions > .btn:first-child {
	margin-right: 10px;
}

.cookie-banner__text {
	margin-right: 30px;
}

@media (max-width: 600px) {

	.cookie-banner__text {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.cookie-banner.active {
	visibility: visible;
	opacity: 1;
}

.site-footer {
	margin-top: 50px;
}

.site-footer a:hover,
.site-footer .fake-link:hover {
	color: #e7000e;
	text-decoration: none;
}

.site-footer .footer-content {
	margin-bottom: 50px;
}

.site-footer .footer-content.hours {
	display: flex;
}

.site-footer .footer-content.hours .hours-col {
	line-height: 27px;
	flex: 1 1 50%;
}

.site-footer .logos {
	text-align: center;
}

@media (max-width: 991px) {

	.site-footer .logos {
		margin-bottom: 30px;
	}
}

.site-footer .logos .custom-logo-link {
	margin-bottom: 18px;
	display: inline-block;
}

@media (max-width: 767px) {

	.site-footer .logos .custom-logo-link {
		display: block;
	}
}

.site-footer .logos img {
	max-width: 160px;
}

.site-footer .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 150%;
}

.site-footer .menu li {
	margin-bottom: 10px;
}

.site-footer .menu li a {
	text-decoration: none;
}

.site-footer .footer-col {
	padding-top: 50px;
}

.site-footer .footer-col.footer-col-menu {
	padding-left: 100px;
}

@media (max-width: 767px) {

	.site-footer .footer-col.footer-col-menu {
		padding-left: 12px;
		display: flex;
		justify-content: space-between;
	}
}

.site-footer .footer-col.footer-col-menu .footer-ornament {
	max-width: 165px;
	width: 100%;
}

.site-footer .footer-col.footer-col-left {
	position: relative;
}

.site-footer .footer-col.footer-col-left::before {
	content: "";
	background-color: #f5f5f5;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% + 60px);
	height: 100%;
	z-index: -1;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.site-footer .footer-bottom {
	background-color: #e7000e;
	color: white;
	padding: 13px 0;
	margin: 0 auto;
}

@media (max-width: 767px) {

	.site-footer .footer-bottom {
		text-align: center;
	}
}

.site-footer .footer-bottom .menu {
	text-align: right;
}

@media (max-width: 767px) {

	.site-footer .footer-bottom .menu {
		text-align: center;
		margin-top: 20px;
	}
}

.site-footer .footer-bottom ul li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}

.site-footer .footer-bottom ul li a {
	color: inherit;
}

.site-footer .footer-bottom ul li a:hover {
	text-decoration: underline;
}
