/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/poppins-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../Fonts/poppins-v21-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/poppins-v21-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
	--color-font: #333f44;
        --color-fontLight: #495459;
	--color-white: #FFFFFF;
	--color-primary: #c40005;
	--color-primaryLight: #F35458;
	--animation-time-short: 0.3s;
	--color-black: #000000;
	--color-anthrazit: #333333;
	--color-darkGrey: #4A4A4A;
	--color-midGrey: #969595;
	--color-lightGrey: #f3f3f3;
	--animation-time-long: 0.5s;
	--space-extra-small: 1rem;
	--space-small: 2rem;
	--space-medium: 3rem;
	--space-large: 4rem;
	--space-extra-large: 5rem;
}

body {
	font-size: 16px !important;
	font-family: 'PTSans', sans-serif !important;
	line-height: 26px !important;
	color: var(--color-font) !important;
	font-weight: 400 !important;
	background: var(--color-white) !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	padding-top: 61px;
}

a {
	line-height: 28px;
	color: var(--color-primary);
	text-decoration: none;
	transition: color var(--animation-time-short);
}

img {
	max-width: initial;
	object-fit: inherit;
}

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

li {
	font-size: 16px;
	line-height: 21px;
}

ul li {
	margin-left: 0;
	list-style: none;
}

.footerContainer ul li {
	margin-bottom: 1rem;
}

h1, h2, h3, h5 {
	color: var(--color-black);
	margin-top: 0;
	line-height: 150%;
}

h1 {
	color: var(--color-primary);
	font-size: 48px;
	font-weight: 800;
}

h2 {
	font-size: 28px;
	font-weight: 600;
}

h4 {
    font-size: 1.125rem;
}

h5 {
	font-weight: 600;
	color: #ffffff73;
	margin-bottom: 1rem;
	font-size: 1rem;
}
h6 {
    font-size: 1rem;
}

p {
	color: var(--color-font);
}

p, a {
	font-size: 15px;
	line-height: 175%;
}

a:hover, a:focus, a:active {
	color: var(--color-anthrazit);
	text-decoration: none;
	outline: none;
}

#totop {
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--color-white);
	background: var(--color-darkGrey);
	cursor: pointer;
	display: none;
	z-index: 10;
	text-align: center;
	font-size: 18px;
	border-radius: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
	transition: background var(--animation-time-short);
}

#totop:hover {
	color: var(--color-white);
	background-color: var(--color-primary);
}

#main {
	min-height: 100%;
	margin-top: 1rem;
	overflow-x: hidden;
}

.container .container {
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
}

.frame > .container .container, .frame-type-tabs-container .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

a, a:active, a:focus {
	text-shadow: none;
}

textarea.form-control {
	height: 195px;
}

.btn-primary {
	background-color: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
	color: var(--color-white) !important;
	margin-bottom: 15px;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:focus, .btn-primary:active:hover {
	color: var(--color-primary) !important;
	background-color: var(--color-white) !important;
	outline-color: transparent !important;
	box-shadow: none;
}

.btn-square {
	min-width: 100px;
	border: 2px solid transparent;
	display: inline-block;
	padding: .75rem 1rem;
}

.btn-square:focus {
	outline-color: transparent;
}

.ce-gallery img {
	max-width: 100%;
	height: auto;
}

.ce-gallery figure {
	display: block;
}

.ce-image .image-embed-item {
	max-width: 100%;
	height: auto;
}

.ce-image .ce-gallery, .ce-image .ce-row, .ce-image .ce-column {
	width: 100%;
}

.ce-left .ce-gallery, .ce-column {
	float: left;
	margin-top: 4px;
	margin-right: 10px !important;
}

.footerContainer .footerHeadline {
    font-size: 1.25rem;
    color: var(--color-midGrey);
    font-weight: 600;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {
	height: 52px;
	padding: 6px 15px;
	color: var(--color-darkGrey);
	border: 2px solid var(--color-lightGrey);
	border-radius: 0;
	box-shadow: none;
}

.form-control:hover,
.form-control:focus {
	border: 2px solid var(--color-primary);
	box-shadow: none;
}

.frame-space-before-extra-small {
	margin-top: var(--space-extra-small) !important;
}

.frame-space-before-small {
	margin-top: var(--space-small) !important;
}

.frame-space-before-medium {
	margin-top: var(--space-medium) !important;
}

.frame-space-before-large {
	margin-top: var(--space-large) !important;
}

.frame-space-before-extra-large {
	margin-top: var(--space-extra-large) !important;
}

.frame-space-after-small {
	margin-bottom: var(--space-small) !important;
}

.frame-space-after-medium {
	margin-bottom: var(--space-medium) !important;
}

.frame-space-after-extra-large {
	margin-bottom: var(--space-extra-large) !important;
}

.hideOnMobile {
	display: block;
}

.hideOnDesktop {
	display: none;
}

.frame-default, .frame-default .container {
	margin-bottom: 0;
}

input.form-control {
	transition: border-color 0.3s;
}

.list-style-2 li {
	margin: 0 0 10px;
	padding-left: 18px;
	position: relative;
}

.list-style-2 li::before {
	font: normal normal 900 14px/1 "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	top: 3px;
	color: var(--color-primary);
	content: "\f105";
}

.owl-carousel.owl-theme .owl-nav button {
	width: 40px;
	background: none;
	border: none;
}

.owl-carousel.owl-theme .owl-nav {
	display: flex;
	justify-content: flex-end;
}

.owl-carousel.owl-theme .owl-nav button:first-of-type {
	margin-right: 10px;
}

.owl-carousel.owl-theme .owl-nav button:last-of-type {
	margin-left: 10px;
}

.owl-carousel.owl-theme .owl-nav button > span {
	font-size: 45px;
	font-weight: 600;
	color: var(--color-darkGrey);
}

.textBox {
	padding: 25px;
}

.textBoxBgSeminarCatalog {
	border: transparent;
	background-color: var(--color-lightGrey);
	border-radius: 27px;
	/*background-image: url(/typo3conf/ext/dbaytheme_seminarcatalog/Resources/Public/Icons/Logo_transparent.svg);*/
	background-repeat: no-repeat;
	background-position: 105% -3%;
	height: 100%;
	padding: 2rem 2.5rem;
}

.frame-textbox-bgWhite {
	background-color: var(--color-white);
	color: var(--color-font);
	transition: border-color var(--animation-time-short), transform var(--animation-time-short);
}

.frame-textbox-bgWhite h3 {
	color: var(--color-font);
	margin: 0 0 15px;
	transition: color var(--animation-time-short);
}

.row .col-12.col-lg-4 {
	display: flex;
	flex-direction: column;
}

.landingPageBranding {
	display: none;
}

.contactform .col-md-4, .contactform .col-md-8 {
	width: 100%;
}

.lastname {
	width: 50%;
	padding-left: 5px;
}

body, p, a, span, h1, h2, h3, h5 {
	font-family: 'Poppins', sans-serif !important;
}

body .copyright-section {
	display: none;
}

h1, h2 {
	color: var(--color-font);
}

h3 {
	color: var(--color-font) !important;
	font-weight: 600;
	font-size: 20px;
}

body .btn-row {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px;
}

a.btn-square.buttonlink, .form-group .btn-primary.btn-square {
	background: linear-gradient(to bottom, var(--color-primaryLight), var(--color-primary));
	background-origin: border-box;
	border-color: transparent !important;
	border-radius: 10px;
	padding: .5rem 1rem;
}

.btn-square.buttonlink:hover, .form-group .btn-primary.btn-square:hover {
	color: var(--color-primary);
	background: var(--color-white);
	border-color: var(--color-primary) !important;
}

body .btn-square.buttonlink-2 {
	color: var(--color-primary);
	background: var(--color-white);
/*	border: none;
	box-shadow: inset 0 0 0 2px var(--color-primary);*/
	border-radius: 10px;
	padding: .5rem 1rem;
}

body .btn-square.buttonlink-2:hover {
	color: var(--color-white);
	background: linear-gradient(to bottom, var(--color-primaryLight), var(--color-primary)) border-box;
	border-color: transparent;
/*	box-shadow: inset 0 0 0 2px rgb(0 0 0 / 0%);*/
}

.contactform .btn-primary.btn-square {
	float: right;
}

nav .navbar-brand img.logo {
	margin-left: 0;
}

.spinny-wrapper {
	position: relative;
}

.spinny-words {
	display: inline-block;
	text-align: left;
	margin-top: -8px;
}

.spinny-words span {
	position: absolute;
	top: 0;
	opacity: 0;
}

.spinny-words.active span {
	animation: rotateWord 15s linear infinite 0s;
}

.spinny-words span:nth-child(2) {
	animation-delay: 5s;
}

.spinny-words span:nth-child(3) {
	animation-delay: 10s;
}

#mouse-scroll {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 200px;
	right: 50%;
	margin: auto;
	z-index: 9999;
}

#mouse-scroll span {
	display: block;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	border-right: 2px solid var(--color-midGrey);
	border-bottom: 2px solid var(--color-midGrey);
	margin-bottom: 4px;
}

#mouse-scroll .mouse {
	height: 40px;
	width: 27px;
	border-radius: 10px;
	transform: none;
	border: 2px solid var(--color-midGrey);
	top: 170px;
}

#mouse-scroll .down-arrow-1 {
	margin-top: 6px;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
}

#mouse-scroll .down-arrow-2 {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
	-webkit-animation-delay: .3s;
	-moz-animation-dekay: .3s;
	-webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: var(--color-midGrey);
	position: relative;
	-webkit-animation: animated-mouse 1.2s ease infinite;
	-moz-animation: mouse-animated 1.2s ease infinite;
}

#contactForm .form-group input {
	border-radius: 12px;
}

#contactForm .form-group textarea {
	border-radius: 12px;
}

.footer {
	display: none;
}

footer.row {
	justify-content: space-between;
	gap: 5rem;
}

.footerContainer {
	background-color: var(--color-font);
	padding: 9rem 0 5rem 0;
}

.text-muted {
	color: var(--color-white) !important;
	margin-bottom: 0px;
}

.footer-link {
	color: var(--color-white);
	display: flex;
	align-items: center;
}

.footer-link:hover {
	color: var(--color-primary);
}

.social-media a {
	color: var(--color-white);
	font-size: 1.5rem;
}

.fa-brands {
	font-family: "Font Awesome 6 Brands" !important;
	font-style: normal;
}

.fa-angle-up:before {
	content: "\f106";
	font-family: 'Font Awesome 6 Free';
}

.backgroundImageFrame {
	background-repeat: no-repeat;
	background-position-x: center;
}

.backgroundImageFrame #contactForm .col-md-4,
.backgroundImageFrame #contactForm .col-md-8 {
	width: 100%;
}

.backgroundImageFrame #contactForm .firstname,
.backgroundImageFrame #contactForm .lastname {
	width: calc(50% - 5px);
	display: inline-block;
	margin-bottom: 10px;
}

.backgroundImageFrame #contactForm,
.backgroundImageFrame #contactForm .submit,
.backgroundImageFrame .frame-default {
	margin-bottom: 0;
}

.backgroundImageFrame #contactForm .lastname {
	margin-left: 10px;
}

.backgroundImageFrame #contactForm .submit input {
	float: none !important;
	width: 200px;
	font-weight: 600;
	margin-bottom: 0;
}

.bgImage-bg-white {
	background-color: var(--color-white);
	padding: 30px;
	margin: 60px 0;
}

.bgImage-bg-white h3 {
	font-size: 125%;
}

.frame-textbox-header {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 50px 0;
}

.frame-textbox-header .headoverlay {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9));
	background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9));
	background: -o-linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9));
	background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.9));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)));
	background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9));
}

.frame-textbox-header.bgBlue .headoverlay {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.3));
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.3));
	background: -o-linear-gradient(to top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.3));
	background: -ms-linear-gradient(to top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.3));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.3));
}

.frame-textbox-header.bgBlue .container,
.frame-textbox-header.bgBlue h1,
.frame-textbox-header.bgBlue h2,
.frame-textbox-header.bgBlue h3,
.frame-textbox-header.bgBlue h4,
.frame-textbox-header.bgBlue h5,
.frame-textbox-header.bgBlue p {
	color: var(--color-white);
	margin-bottom: 0;
}

.row-flex .textBox {
	height: 100%;
}

.textBoxBgTransBorderedGrey {
	border: 2px solid var(--color-lightGrey);
}

.textBoxBgTransBorderedDarkGrey {
	border: 2px solid var(--color-midGrey);
}

.textBoxBgTransBorderedGrey.mouseover:not(.flipCard),
.textBoxBgTransBorderedDarkGrey.mouseover:not(.flipCard) {
	border: 2px solid var(--color-primary);
	transform: scale(1.05);
}

.textBoxBgGrey {
	background-color: var(--color-lightGrey);
	color: var(--color-font);
	opacity: .9;
}

.textBoxBgGrey h1,
.textBoxBgGrey h2,
.textBoxBgGrey h3,
.textBoxBgGrey h4,
.textBoxBgGrey h5 {
	color: var(--color-font);
	margin: 0 0 15px;
}

.textBoxBgSeminarCatalog h1,
.textBoxBgSeminarCatalog h2,
.textBoxBgSeminarCatalog h3,
.textBoxBgSeminarCatalog h4,
.textBoxBgSeminarCatalog h5 {
	color: var(--color-font);
	margin: 0 0 15px;
	transition: color var(--animation-time-short);
}

.frame-textbox-bgTransparent {
	background-color: transparent;
	color: var(--color-font);
}

.frame-textbox-bgTransparent h1,
.frame-textbox-bgTransparent h2,
.frame-textbox-bgTransparent h3,
.frame-textbox-bgTransparent h4,
.frame-textbox-bgTransparent h5 {
	color: var(--color-font);
	margin: 0 0 15px;
}

.textBoxBgGrey h1, .textBoxBgGrey h2, .textBoxBgGrey h3, .textBoxBgGrey h4, .textBoxBgGrey h5 {
	color: var(--color-primary);
	font-weight: 600;
	margin-bottom: 0;
}

#main-wrapper > .uc-mobile-menu-pusher > .content-wrapper > .container {
	position: relative;
}

tr {
	border: none;
}

td {
	vertical-align: top;
}

.furtherLinks {
	padding: 20px 0;
	text-align: right;
	text-transform: uppercase;
}

.furtherLinks a {
	color: var(--color-midGrey);
}

.furtherLinks a:hover {
	color: var(--color-white);
}

.furtherLinks .row.flex {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

.frame-FullWidth .image img {
	width: 100%;
}

div.introduction_text.it_service h2, div.icon_text h2 {
	color: var(--color-primary) !important;
}

body > div.navigation {
	background: var(--color-white);
}

body > div.navigation::after {
	content: '';
	display: block;
	height: 1px;
	background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-midGrey) 20%, var(--color-midGrey) 80%, var(--color-primary) 100%);
}

.firstname {
	width: 50%;
	padding-right: 5px;
}

body .breadcrumb a {
	font-size: 16px;
	line-height: 21px;
}

body, p, a, span, h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif !important;
}

@keyframes rotateWord {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}
	3% {
		opacity: 1;
		transform: translateY(0px);
	}
	25% {
		opacity: 1;
		transform: translateY(0px);
	}
	30% {
		opacity: 0;
		transform: translateY(30px);
	}
	35% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes animated-mouse {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-webkit-keyframes mouse-scroll {
	0% {
		opacity: 1;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.fa-phone:before {
	content: "\f095";
	font-family: 'Font Awesome 6 Free';
}

element.style {
	opacity: 1;
	overflow: visible;
	position: absolute;
	background: transparent;
	padding: 47px;
	max-width: 250px;
	max-height: 570px;
	transform: translate(0px, -332px);
	top: 50%;
	left: 0px;
	width: 250px;
}

rs-tabs.nav-dir-vertical.nav-pos-ver-center.nav-pos-hor-left.rs-nav-element.tp-tabs.inner.corporatetabs {
	padding: 0 !important;
}

.headerBackgroundImageWrapper {
	max-width: 1920px;
	width: 100%;
	position: relative;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.headerBackgroundImage {
	width: 900px;
	height: 900px;
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 700px;
	top: 0;
	z-index: -1;
}

.newspageHeader {
    position: relative;
    height: 225px;
    width: 100%;
    max-width: 1920px;
    background-image: var(--newspageBgImage);
    background-position: center center;
    background-size: cover;
    background-color: var(--color-font);
}

.newspageHeader .newspageMetaWrapper {
    flex-wrap: wrap;
    gap: .5rem 1rem;
}

.btn.btn-outline-light {
    --bs-btn-color: var(--color-white);
    --bs-btn-border-color: var(--color-white);
    --bs-btn-hover-color: var(--color-black);
    --bs-btn-hover-bg: var(--color-white);
    --bs-btn-hover-border-color: var(--color-white);
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: var(--color-black);
    --bs-btn-active-bg: var(--color-white);
    --bs-btn-active-border-color: var(--color-white);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-white);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-white);
    --bs-gradient: none;
    padding: 0.75rem 1rem;
    border-radius: 10px;
}

.newspageHeader .pageInformations {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    --color-font: var(--color-white);
    color: var(--color-white);
}

blockquote {
    border-left: 4px solid var(--color-font);
    padding: 0 0 0 1rem;
}

blockquote,
blockquote * {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.accordion-button {
    background-color: var(--color-lightGrey);
    color: var(--color-font);
    padding: 0.85rem 1.25rem;
    font-weight: 600;
}

.accordion-item {
    background-color: var(--color-lightGrey);
    color: var(--color-font);
    margin-bottom: 1rem;
}

.accordion {
  --bs-accordion-border-color: var(--color-lightGrey);
}
.accordion-button:focus {
  box-shadow: none;
  background-color: inherit;
}
.accordion-button:not(.collapsed) {
  color: var(--color-font);
  background-color: var(--color-lightGrey);
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.accordion,
.accordion-item,
.accordion-body,
.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item .accordion-header .accordion-button.collapsed,
.accordion-item .accordion-header .accordion-button,
.accordion-button:not(.collapsed) {
    border-radius: 10px;
}

.accordion .textBoxBgSeminarCatalog {
    background-position: 100% 0;
    padding: 0;
    margin-bottom: 0;
}

.checkedHeader .accordion .accordion-item .accordion-header .accordion-button::before {
    content: '';
    display: flex;
    background-image: url(../Icons/checkmarks-double.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
}

.modal {
    --bs-modal-header-padding: 1rem 2rem;
    --bs-modal-padding: 1rem 2rem;
}
.modal-title {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 600;
}
.modal-header {
    background-color: var(--color-font);
}
.modal-header .btn-close {
    filter: invert(100%);
}
.btn-close:focus {
    box-shadow: none;
}

.prefooter {
    background-color: var(--color-fontLight);
    padding: 3rem 0;
}
.prefooter .btn-square.buttonlink.buttonlink-2 { /*Nur zur Demo überschrieben. Bitte den weißen Button in den Stilen hinzufügen, sodass ich diesen im Texteditor entsprechend zuweisen kann*/
    border: 2px solid var(--color-white);
    color: var(--color-white);
    box-shadow: none;
}
.prefooter h2 {
    margin: 1rem auto;
    color: var(--color-white);
}

.ce-gallery figure.image > a {
    position: relative;
}
/*.ce-gallery figure.image > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, #33333333 100%);
}*/
.ce-gallery figure.image > a::after {
    content: '\f08e';
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    display: block;
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    font-size: 1.25rem;
    background-color: #333f44d6;
    padding: 10px 12px;
    border-radius: 10px;
    color: white;
    box-shadow: 2px 2px 4px #333333d6;
}

.ce-gallery figure.image > a:hover::after {
    background-color: var(--color-font);
    color: #ffffffd6;
}

figcaption.image-caption {
    font-style: italic;
    font-size: .75rem;
    line-height: 1.5;
    margin-top: 1rem;
}

@media screen and (min-width: 1281px) {
   .prefooter h2 {
        max-width: 50%;
   }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .prefooter h2 {
        max-width: 70%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .prefooter h2 {
        max-width: 80%;
    }
}

@media (min-width: 2880px) {
	body .container .stage {
		margin-right: 0;
	}
}

@media (min-width: 1920px) {
	rs-fullwidth-wrap {
		display: flex !important;
		justify-content: center !important;
	}

	rs-fullwidth-wrap > rs-module-wrap {
		left: unset !important;
	}

	rs-fullwidth-wrap * {
		max-width: 1920px !important;
	}
}

@media (min-width: 1300px) {
	img.lpLogo {
		margin-left: -40px;
	}
}

@media (min-width: 1100px) {
	nav .navbar-brand img.logo {
		margin-left: -60px;
	}
}

@media (min-width: 767px) {
	::-webkit-scrollbar {
		width: 10px;
	}

	::-webkit-scrollbar-track {
		background: transparent;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: var(--color-midGrey);
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: var(--color-darkGrey);
	}
}

@media (max-width: 1400px) {
	.headerBackgroundImage {
		width: 600px;
		height: 600px;
	}
}

@media (max-width: 1200px) {
	.container rs-navmask.tp-tab-mask {
		width: 200px !important;
		margin-top: 70px;

	}

	.container #rev_slider_111_1_wrapper .corporatetabs .tp-tab-text {
		width: 150px;
	}

	.container #rev_slider_111_1_wrapper .corporatetabs .tp-tab-title {
		font-size: 15px;
	}

	.container #rev_slider_111_1_wrapper .corporatetabs .tp-tab-selectbar {
		width: 70%;
	}
}

@media (max-width: 991px) {
	.spinny-wrapper h1 {
		font-size: 32px;
		margin-bottom: 30px;

	}

	.ce-bodytext h2 > img {
		height: 33px;
		width:40px;
	}

	span.spinny-words span {
		left: auto;
	}
	.headerBackgroundImage {
		display: none;
	}
	:root {
		--space-extra-small: 0.75rem;
		--space-small: 1rem;
		--space-medium: 1.5rem;
		--space-large: 2rem;
		--space-extra-large: 2.5rem;
	}

	.frame-type-dbaycontent_gap, .frame-type-dbaycontent_gap > span {
		max-height: 50px;
	}

	body .btn-row {
		flex-wrap: nowrap;
	}

	.btn-row a.btn-square.buttonlink, .btn-row .btn-square.buttonlink-2 {
		height: 100%;
		min-height: 55px;
		display: flex;
		align-items: center;
	}
	.row.row-flex {
		flex-direction: column;
	}

	.row.row-flex > * {
		margin-bottom: 10px;
	}

	.row.row-flex:last-child {
		margin-bottom: 0;
	}
	h2 {
		font-size: 27px;
	}
	.backgroundImageFrame {
		background: transparent !important;
	}
	footer.row {
		max-width: 286px;
	}
	.navbar > div.container-fluid .navbar-brand img.logo {
		max-width: 250px;
		object-fit: contain;
	}
}

@media (max-width: 767px) {
	.owl-carousel.owl-theme .owl-nav {
		justify-content: space-between;
		position: absolute;
		top: 50%;
		width: 100%;
	}

	.owl-carousel.owl-theme .owl-nav button:first-of-type {
		margin-right: 0;
	}

	.owl-carousel.owl-theme .owl-nav button:last-of-type {
		margin-left: 0;
	}

	.owl-carousel.owl-theme {
		position: relative;
	}

	.owl-carousel.owl-theme .owl-stage .owl-item {
		padding: 0 7.5vw;
	}

	h1 {
		font-size: 180%;
	}

	h2 {
		font-size: 27px;
	}

	h3 {
		font-size: 20px;
	}

	.ce-gallery {
		width: 100%;
	}
}

@media (max-width: 750px) {
	.backgroundImageFrame #contactForm .submit input {
		float: right !important;
	}

	.bgImage-bg-white {
		margin: 0;
	}
	.headerBackgroundImage,
	.backgroundImageFrame {
		background: transparent !important;
	}

	.section-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}

	.hideOnMobile {
		display: none;
	}

	.hideOnDesktop {
		display: block;
	}

	.footer .copyright-section {
		padding-bottom: 0;
	}

	.furtherLinks {
		padding: 20px 20px 20px 30px;
		text-align: left;
	}

	.furtherLinks .row.flex {
		list-style: none;
		display: flex;
		flex-direction: column;
	}

	#main div.tx-dbay-multimedia-library > div.dbaymultimedialibrary_gallery div.row div img, #main div.tx-dbay-multimedia-library > div.dbaymultimedialibrary_gallery div.row div a img {
		object-fit: contain;
		padding: 0 45px;
	}
}

@media (max-width: 599px) {
	figure.image, .ce-column {
		width: 100%;
	}
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.hideOnMobile {
		display: none;
	}

	.hideOnDesktop {
		display: block;
	}
}