.container-middle .container {
	max-width: 794px;
}

.h7 {
	font-weight: 700;
	font-size: 1.125rem;
	color: #032137;
	letter-spacing: -0.01em;
}

li {
	font-size: 0.875rem;
}

.info-container p {
	font-size: 16px;
	font-weight: 400;
}

.info-container strong a {
	font-size: 16px;
}

.overlay {
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	background: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition: opacity 0.5s;
}

.flyout-open .overlay {
	z-index: 1050;
	opacity: 0.5;
	visibility: visible;
}

.icon.search-icon {
	background-image: url("../icons/icon-suche.svg");
	width: 24px !important;
	height: 24px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 100%;
	display: block;
}

/* Sprachswitcher */

/*#header .language-switcher,*/
.nav-item.language {
	display: flex;
	align-items: center;
}

#header .language-switcher {
	padding-right: 26px;
    padding-left: 26px;
}

#header .language-switcher .active {
	display: none;
}

#header .language-switcher .switch-to {
	display: block;
	/* Switch if styling ready */
}

.icon-geography {
	background-image: url(/typo3conf/ext/sreisenmann/Resources/Public/icons/icon-globe.svg);
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
}

/*-- Header/Navbar --*/

#header li {
	font-size: 1rem;
}


#header .navbar {
	flex-direction: row-reverse;
	justify-content: space-evenly;
	align-items: flex-end;
	background-color: rgba(255, 255, 255, 95%);
}

#header .navbar-collapse {
	flex-grow: 0;
}

#header .navbar .navbar-nav .nav-link {
	color: #555A65;
	letter-spacing: 0.01em;
	line-height: 1.45rem;
	padding-right: 26px;
	padding-left: 26px;
}

#header .navbar .navbar-nav .nav-link.active {
	color: #006FB6;
}

#header .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
	color: #59BCFB;
}

#header .navbar .navbar-brand {
	padding-top: 0.5rem;
	padding-bottom: 0.75rem;
}

.dropdown-toggle:after {
	display: inline-block;
	margin-left: 0.255rem;
	content: "";
	background: url(/typo3conf/ext/sreisenmann/Resources/Public/images/dropdown-button.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 0.813rem;
	height: 0.5rem;
	vertical-align: baseline;
	border: 0;
}

.dropdown-toggle.show:after,
.dropdown-toggle.show:after {
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

#header .navbar .navbar-nav .dropdown-toggle.show {
	color: #006FB6;
	text-decoration: underline;
}

.dropdown-menu:before {
	display: inline-block;
	position: absolute;
	color: #384357;
	top: 0;
	left: 50%;
	transform: translateY(-100%) translateX(-50%);
	width: 0;
	height: 0;
	content: "";
	border-top: 0;
	border-right: 0.5rem solid transparent;
	border-bottom: 0.5rem solid;
	border-left: 0.5rem solid transparent;
}

#header .navbar-toggler-icon {
	background-image: url(/typo3conf/ext/sreisenmann/Resources/Public/images/burger.svg);
	width: 2.5rem;
	height: 2.5rem;
}

#header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-image: url(/typo3conf/ext/sreisenmann/Resources/Public/images/burger-close.svg);
	width: 2.5rem;
	height: 1.75rem;
	background-position-x: 0.375rem;
	background-size: contain;
}

body.nav-open {
	overflow-y: hidden;
}





.opener {
	background-size: 100% 120% !important;
	background-position: 50% 80% !important;
	padding-top: 8% !important;
	padding-bottom: 5% !important;
	position: relative;
}

.opener h1 {
	margin-bottom: 0;
}

.opener .btn-full {
	font-size: 1rem;
}

figure {
	text-align: center;
}

/*-- Paddings --*/

.opener .row,
.opener .row>* {
	padding: 0 3rem;
}

.opener .frame-type-text {
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}

.opener .frame-type-text p {
	font-size: 1.3125rem;
	letter-spacing: 0.01rem;
}

.content-section {
	padding-top: 87px;
}

.end-container {
	background-color: #f7f7f8;
	font-size: 1.313rem;
}

.end-container .h2,
.end-container .frame-type-text {
	margin-bottom: 20px;
}

.frame-type-table header {
	padding: 10px 5px;
}

.frame-type-table header>* {
	color: #384357;
}






/*-- Margins --*/

h1,
.h1,
h2,
.h2 {
	margin-bottom: 40px;
}

.h7 {
	margin-bottom: 26px;
}

.frame-type-html h4 {
	margin-bottom: 13px;
}




.vertical-center .row {
	align-items: center;
}


.btn-full,
.btn-primary {
	font-size: 0.875rem;
	font-weight: 700;
	color: #FFF;
	background-color: #AA8400;
	padding: 0.813rem 1.625rem;
	letter-spacing: 0.01em;
	border-radius: 0;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-out;
	border: 1px solid transparent;
	text-decoration: none;
}

.btn-full:hover,
.btn-primary:hover {
	background: #C79A00;
	color: #FFF;
	text-decoration-line: underline;
	border: 1px solid transparent;
	cursor: pointer;
}

strong a {
	border: none;
	padding: 0;
	text-decoration: none;
	color: #AA8400;
	font-weight: 700;
	font-size: 0.875rem;
}

strong a:hover {
	color: #C79A00;
	text-decoration: underline;
}

.breadcrumb-container {
	background: #F7F7F8;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 65px;
}

.breadcrumb {
	padding: 21px 0;
	margin-bottom: 0;
	width: 100%;
	color: #006FB6;
}


.breadcrumb a,
.breadcrumb span {
	color: #555A65;
	text-decoration: none;
	font-weight: 400;
}

.breadcrumb span:last-of-type,
.breadcrumb span:last-of-type a {
	color: #006FB6;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


.ce-headline-center,
.btn-center {
	text-align: center;
}

.ce-image .image .image-embed-item,
a img {
	max-width: 100%;
	height: auto;
}

#header .language-switcher .switch-to a {
	color: #555A65;
	text-decoration: none;
}



/*-- Karriere/News --*/

a .h7 {
	padding: 21px 0;
	margin-bottom: 0;
	overflow-wrap: break-word;
}

.listing-card {
	margin-bottom: 80px;
}

.listing-card a {
	text-decoration: none;
}

.listing-card a .h7:hover {
	text-decoration: underline;
	color: #032137;
}

.listing-card .card-image-container {
	overflow: hidden;
	position: relative;
}

.listing-card .card-image {
	filter: drop-shadow(0px 3px 13px rgba(0, 0, 0, 0.08));
	position: relative;
	display: flex;
	align-items: stretch;
}

.listing-card .card-image:before {
	transition: all 0.5s;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	background-color: #006FB6;
}

.listing-card .card-image:hover:before {
	opacity: 0.2;
	cursor: pointer;
}


.listing-card .card-link {
	background: url(/typo3conf/ext/sreisenmann/Resources/Public/images/read-more-arrow.svg);
	background-size: 17px 17px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
}

.listing-card .card-link:hover {
	text-decoration: underline;
}

.listing-card p {
	margin-bottom: 26px;
}





.frame-type-text {
	line-height: 1.45rem;
}

/* Uploads */

.ce-uploads {
	padding-left: 0;
}

.ce-uploads a {
	letter-spacing: 0.01em;
	line-height: 23px;
	font-weight: 700;
	text-decoration-line: underline;
	color: #AA8400;
}

.ce-uploads a:hover {
	color: #C79A00;
}

.ce-uploads li {
	display: flex;
	align-items: center;
	list-style: none;
}

.ce-uploads li img {
	margin-right: 12px;
	width: 50px;
	height: 50px;
}

/* Striped Tables */

.ce-table-striped {
	width: 100%;
	border-collapse: collapse;
}

.ce-table-striped td {
	padding: 5px;
}

.ce-table-striped tbody tr:nth-child(odd) {
	background-color: #F7F7F8;
	border: solid #B9B9B9;
	border-width: 0.01px 0;
}

.ce-table-striped tbody tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.0001);
}

.ce-table-striped tbody tr td:nth-child(1) {
	width: 37.5%;
}

.ce-table-striped tbody tr td:nth-child(2) {
	width: 57.5%;
	margin-left: 5%;
}

table {
	margin-bottom: 39px;
}

.container .frame-type-table:last-of-type table {
	margin-bottom: 0;
}


/*-- Menu Pages Links --*/

.frame-type-menu_pages ul {
	padding-left: 0;
}

.frame-type-menu_pages li {
	list-style: none;
	margin-bottom: 10px;
}

/*-- Footer --*/
footer {
	z-index: 990;
	position: relative;
}

footer a,
footer .btn {
	text-decoration: none;
	font-weight: 400;
	color: #FFF;
	/* transition: all 0.5s; */
}

footer a:hover,
footer .btn:hover {
	text-decoration: underline;
	color: #FFF;
}

footer h4 {
	color: rgba(255, 255, 255, 52%);
	margin-bottom: 26px;
}

.footer-main-container {
	background: #006FB6;
	border-radius: 0px 0px 0px 39px;
	margin-bottom: 3.5px !important;
	padding-top: 39px !important;
	padding-bottom: 52px !important;
	color: #FFF;
}

.footer-bottom-container {
	background: #384357;
	margin-top: 3.5px !important;
	padding-top: 31px !important;
	padding-bottom: 22px !important;
	font-size: 0.875rem;
	color: #FFF;
}

.footer-bottom-container p {
	margin-bottom: 0;
}

.footer-icon-container .row>div {
	position: absolute;
	transform: translateY(-50%);
	display: flex;
	width: auto;
}

.footer-icon-container .btn-outer {
	background-color: #FFF;
	border-radius: 50%;
	margin-right: 26px;
}

.footer-icon-container .btn-image {
	padding: 0;
	border: 0;
}

.footer-icon-container .btn-image:hover {
	opacity: 0.8;
	/* transform: translateY(-1px); */
}

.footer-icon-container .btn-image img {
	width: 40px;
	height: 40px;
}



/*-- Sidebar --*/

.sidebar .btn {
	padding: 0;
	border: 0;
	color: #fff;
}

.sidebar .btn-outer {
	position: fixed;
	z-index: 99999;
	top: 25%;
	right: 0px;
	background: #006FB6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}

.sidebar .btn-outer:last-of-type {
	top: calc(25% + 62px);
	border-radius: 0px 0px 0px 13px;
}

.sidebar .btn img {
	margin: 8px 10px 8px 8px;
	width: 40px;
	height: 40px;
}

.sidebar .btn span {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sidebar .btn-outer:hover {
	background: #0284D7;
}

.sidebar .btn-outer:hover span {
	width: 10rem;
	color: #fff;
}





/*-- Formular --*/

.form-control {
	border: 1px solid #555A65;
	border-radius: 0;
}

.form-control:focus {
	border: 1px solid #006FB6;
	box-shadow: 0 0 2px 1px rgba(0, 111, 182, 0.1) !important;
}

.control-label {
	font-weight: 700;
	color: #032137;
	margin-left: 10px;
}

.form-check-label {
	display: flex;
	align-items: center;
}

.form-check-label input[type="checkbox"] {
	width: 26px;
	height: 26px;
}

.form-check {
	padding-left: 0;
	margin-bottom: 0;
}

.form-check span {
	max-width: 80%;
	padding-left: 6.5px;
	font-size: 16px;
}

.form-check span a {
	font-size: 16px;
}

span.required {
	display: none;
}

.form-group {
	padding-bottom: 26px;
}

textarea.form-control {
	min-height: calc(15.5em + (0.75rem + 2px));
}





*:focus {
	box-shadow: inherit !important;
}




/*-- Swiper --*/


.swiper-outer {
	position: relative;
}

.swiper-button-next,
.swiper-button-prev {
	display: flex !important;
	height: 100%;
	top: 0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: ' ';
	background: url(/typo3conf/ext/sreisenmann/Resources/Public/images/arrow-right.svg);
	background-size: 100%;
	width: 48px;
	height: 48px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.swiper-button-next:hover:after,
.swiper-rtl .swiper-button-prev:hover:after,
.swiper-button-prev:hover:after,
.swiper-rtl .swiper-button-next:hover:after {
	background: url(/typo3conf/ext/sreisenmann/Resources/Public/images/arrow-right-hover.svg);
	background-size: 100%;
}


.swiper-slide>.content-wrapper {
	max-width: 488px;
}

.swiper-button-next {
	right: 0;
	width: 20%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	justify-content: flex-end;
	padding: 0 13px;
}

.swiper-button-prev {
	left: 0;
	width: 20%;
	justify-content: flex-start;
	padding: 0 13px;
}

.swiper-button-disabled {
	display: none !important;
}

.swiper figure {
	text-align: left;
	margin-bottom: 0;
}

.swiper .h2 {
	position: absolute;
	z-index: 1;
	top: 26px;
	left: 0px;
	transform: translateX(20%);
}

.swiper .h2:after {
	content: " ";
	position: absolute;
	display: inline-block;
	width: 140%;
	height: 120%;
	top: -10%;
	left: -30%;
	padding: 2px;
	background-color: #fff;
	z-index: -1;
	transform: skew(15deg, 0deg) !important;
}

.swiper .swiper-slide>.content-wrapper .container .row .content-wrapper:first-of-type .container {
	padding-left: 0;
	padding-right: 0;
	max-width: 100% !important;
}

.swiper .swiper-slide>.content-wrapper .container .row .content-wrapper:first-of-type .container .row>* {
	padding-left: 0;
	padding-right: 0;
}

.swiper .swiper-slide>.content-wrapper .container .row .content-wrapper:first-of-type {
	overflow-x: hidden;
	filter: drop-shadow(0px 3px 13px rgba(0, 0, 0, 0.15));
}




/* News */

.article h1 {
	text-align: center;
}

.article .teaser-text {
	font-size: 14px;
	color: #006FB6;
}


/* Animate CSS */

.hidden-until-fade-in {
	visibility: hidden;
}

/* Fade von links */

.fade-in-left {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


/* Fade von unten */

.fade-in-bottom {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* Fade von oben */

.fade-in-top {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* Fade von rechts */

.fade-in-right {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


/* Fade statisch */

.fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}







/* Content Blocker */

.uc-embedding-container .description-text {
	font-size: 13px;
	margin-bottom: 6px;
}

.uc-embedding-container .uc-embedding-wrapper h3 {
	font-size: 16px;
	margin: 6px auto;
}

.uc-embedding-container .uc-embedding-buttons button {
	font-size: 13px;
	margin: 0px 12px 4px 0;
}

.uc-embedding-container .uc-embedding-more-info {
	height: 30px;
	background: transparent;
}

.uc-embedding-container>img {
	filter: blur(6px);
}



/* iFrames */

.col-xl-6 iframe {
	width: 100%;
	height: 327px;
}

iframe {
	width: 100%;
	height: 641px;
}








/* Search Flyout */
#search-flyout.active {
	margin-right: 0;
}


#search-flyout {
	margin-right: -600px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 600px;
	height: 100vh;
	z-index: 999999;
	padding: 22px 40px 0 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

#search-flyout .close-search-flyout {
	font-size: 36px;
	line-height: 1;
	color: #006FB6;
	font-weight: bold;
	background-color: transparent;
	display: inline-block;
	float: right;
	cursor: pointer;
	text-decoration: none;
}

#search-flyout .close-search-flyout:focus {
	box-shadow: none
}

#search-flyout h2 {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.tx_solr form>span {
	color: #000;
	display: block;
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	margin-bottom: 1rem;
}

.tx_solr .btn {

	display: inline-block;
	color: #fff !important;
	background-color: #AA8400;
	padding: 13px 26px;
	letter-spacing: 0.01em;
	border-radius: 0;
	box-shadow: 0px 3px 13px rgb(0 0 0 / 8%);
	transition: all 0.3s ease-out;
	border: 1px solid transparent;
	text-decoration: none;
}

.tx_solr .btn:hover {
	background-color: #C79A00;
}

.tx_solr input {
	border-radius: 0;
	border: none;
	background-color: #efefef !important;
	color: #000;
	padding-left: 20px;
	padding: 13px 26px;
}

.tx_solr input:focus {
	border: none;
}

/* Search Results */

.tx_solr .search-result {
	padding: 2rem;
	border: 1px solid #efefef;
	box-shadow: 0 0 2px 1px rgb(85 90 101 / 5%);
	border-radius: 0;
	margin-bottom: 30px;
}

.tx_solr .search-result .relevance {
	float: right;
	font-size: 0.875rem;
}

/* .tx_solr .search-result .link {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
} */

.tx_solr .result-teaser {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.tx_solr .result-content {
	padding-right: 15%;
}

.tx_solr .search-result .results-topic a {
	font-weight: 700;
	font-size: 1.125rem;
	color: #032137;
	letter-spacing: -0.01em;
	text-decoration: none;
}

.tx_solr .search-result .results-topic a:hover {
	text-decoration: underline;
}

.tx_solr .search-result .results-topic {
	margin-bottom: 21px;
}

.tx_solr .search-result .btn {
	color: #AA8400 !important;
	border: 1px solid #AA8400;
	background-color: #fff;
	box-shadow: none;
	padding: 10px 19.5px;
}

.tx_solr .search-result .btn:hover {
	color: #fff !important;
	background-color: #C79A00;
	border-color: #C79A00;
}

.tx_solr .no-results {
	margin-bottom: 30px;
}

.tx_solr .progress-bar {
	background-color: #006FB6;
}

.tx_solr .solr-pagination {
	margin-bottom: 30px;
}

.tx_solr .pagination {
	margin: 0 auto;
	width: fit-content;
}

.tx_solr .pagination li a {
	padding: 10px 15px;
	background: #efefef;
	margin: 12px 5px;
	color: #032137;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	transition: all 0.3s;
}

.tx_solr .pagination li.active a,
.tx_solr .pagination li a:hover {
	border-bottom: 2px solid #006FB6;
}

.autocomplete-suggestions {
	min-width: 520px;
}

.tx-solr-autosuggest {
	z-index: 999999 !important;
}

.tx-solr-autosuggest strong {
	color: #006FB6 !important;
}

.tx-solr-autosuggest .autocomplete-selected {
	background: #F7F7F8 !important;
}

.tx-solr-autosuggest .internal-link {
	color: #032137;
	text-decoration: none;
}

.nav-item.search span {
	display: none;
}

.more-products-listing .container .content-wrapper {
	margin-bottom: 25px !Important;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1365px) {

	/* Search module */
	.tx_solr .result-content {
		padding-right: 7%;
	}

}

@media screen and (max-width: 1279px) {

	.opener .row,
	.opener .row>* {
		padding: 0;
	}

	iframe {
		height: 540px;
	}

	.col-xl-6 iframe {
		height: 277px;
	}

	/* Search module */
	.tx_solr .result-content {
		padding-right: 5%;
	}

}


/*---- Media Breakpoints ----*/

@media screen and (max-width: 1023px) {
	#header .language-switcher {
		padding: 0.5rem 0.5rem;
	}

	#main-nav.navbar .language-switcher a {
		color: white;
	}

	/*-- Margins --*/

	.mb-1 {
		margin-bottom: 19.5px !important;
	}

	.mb-2 {
		margin-bottom: 39px !important;
	}

	.mb-3 {
		margin-bottom: 63.75px !important;
	}

	.mb-4 {
		margin-bottom: 108.75px !important;
	}

	.mt-1 {
		margin-top: 19.5px !important;
	}

	.mt-2 {
		margin-top: 39px !important;
	}

	.mt-3 {
		margin-top: 63.75px !important;
	}

	.mt-4 {
		margin-top: 138.75px !important;
	}

	h1,
	.h1,
	h2,
	.h2 {
		margin-bottom: 39px;
	}

	.h7 {
		margin-bottom: 19.5px;
	}

	/* break-early + iFrames*/

	.break-early .col-sm-6 {
		width: 100%;
	}

	iframe,
	.break-early .col-xl-6 iframe {
		height: 388px;
	}


	.uc-embedding-container {
		width: 100% !important;
	}

	.uc-embedding-container .description-text {
		display: none;
	}

	/*-- Opener --*/
	.opener {
		background-position: 75% 100% !important;
		background-size: 120% 120% !important;
		background-color: #f7f7f8 !important;
	}

	.opener .container {
		max-width: 90%;
	}

	.content-section {
		padding-top: 66px;
	}

	/*-- Navbar --*/

	#header .navbar {
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
	}

	#header .navbar .navbar-brand img {
		width: 171.5px;
		height: auto;
	}

	#header .navbar-collapse.collapsing {
		height: 0;
		transition: none;
	}

	#header .navbar-collapse.show {
		height: calc(100vh - 50px);
		margin-top: 0.5rem !important;
		background: #384357;
	}

	#header .navbar-collapse.show .nav-item {
		margin-top: 52px;
	}

	#header .navbar-collapse.show .nav-link {
		color: #fff;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#header .navbar .navbar-nav .nav-link.active {
		color: #fff;
	}

	#header .navbar .navbar-nav .dropdown-toggle.show {
		color: #fff;
	}

	#header .navbar-collapse.show .dropdown-toggle:after {
		background: url(/typo3conf/ext/sreisenmann/Resources/Public/images/dropdown-button-white.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		float: right;
		transform: translateY(100%);
	}

	#header .navbar-collapse.show .dropdown-toggle.show:after {
		transform: translateY(100%) rotateX(180deg);
	}

	.dropdown-menu {
		background: none;
		min-width: unset;
		padding-left: 36px;
		padding-right: 36px;
	}

	.dropdown-menu:before {
		display: none;
	}

	/*-- Add sidebar elements to navbar --*/

	.sidebar.nav-open {
		position: fixed;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1050;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		width: 100%;
		padding: 0 1rem;
	}

	.sidebar.nav-open .btn-outer {
		position: relative;
		width: 45%;
	}

	.sidebar.nav-open .btn-outer span {
		display: none;
	}

	.sidebar.nav-open .btn-outer:last-of-type {
		border-radius: 0;
	}

	.sidebar.nav-open .btn-outer:first-of-type {
		border-radius: 0px 0px 0px 13px;
	}



	/*-- Footer --*/

	footer .footer-main-container h4 {
		font-size: 0.8rem;
	}

	footer .footer-main-container * {
		font-size: 0.75rem;
	}



}




/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




@media screen and (max-width: 767px) {

	/*-- Margins --*/

	.mb-1 {
		margin-bottom: 13px !important;
	}

	.mb-2 {
		margin-bottom: 26px !important;
	}

	.mb-3 {
		margin-bottom: 42.5px !important;
	}

	.mb-4 {
		margin-bottom: 72.5px !important;
	}

	.mt-1 {
		margin-top: 13px !important;
	}

	.mt-2 {
		margin-top: 26px !important;
	}

	.mt-3 {
		margin-top: 42.5px !important;
	}

	.mt-4 {
		margin-top: 92.5px !important;
	}

	h1,
	.h1,
	h2,
	.h2 {
		margin-bottom: 26px;
	}

	.h7 {
		margin-bottom: 13px;
	}


	.form-group {
		margin-right: 26px;
	}

	.ce-headline-center {
		padding: 0 5%;
	}

	/* le iframe */

	iframe,
	.break-early .col-xl-6 iframe {
		height: 276px;
	}

	.break-early .row>* {
		padding: 0;
	}


	/*-- Opener --*/

	.opener {
		padding-top: 24% !important;
		background-position: 100% 100% !important;
		background-size: 150% !important;
		background-color: #f7f7f8 !important;
	}

	.opener .container {
		z-index: 2;
		position: relative;
	}

	.opener .row {
		flex-wrap: wrap-reverse;
	}

	.opener .row,
	.opener .row>* {
		padding: 0 0.5rem;
	}

	.opener .image-embed-item {
		width: 178.5px;
		height: 328px;
	}




	/*-- Content --*/

	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		padding-left: 0;
		padding-right: 0;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.row>*,
	.breadcrumb {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.info-container p {
		text-align: left !important;
	}

	/*-- Footer --*/

	.footer-main-container .row>*,
	.footer-icon-container .row>div {
		padding-left: 13px;
		margin-bottom: 26px;
	}


	/*-- Striped Table --*/

	.ce-table-striped tbody tr td:nth-child(1),
	.ce-table-striped tbody tr td:nth-child(2) {
		width: 50%;
		margin-left: 0;
	}

	/*-- Sidebar --*/

	.sidebar .btn-outer {
		top: 20%;
	}

	.sidebar .btn-outer:last-of-type {
		top: calc(20% + 62px);
	}



	/*-- Swiper --*/



	.swiper-outer {
		margin-top: 85px;
	}

	.swiper-slide>.content-wrapper {
		max-width: 100%;
	}



	.swiper-button-prev,
	.swiper-button-next {
		width: auto;
		height: auto;
		background: none;
		transform: translateY(-50%);
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: -13px;
	}

	.swiper-button-next:after,
	.swiper-rtl .swiper-button-prev:after,
	.swiper-button-prev:after,
	.swiper-rtl .swiper-button-next:after,
	.swiper-button-next:hover:after,
	.swiper-rtl .swiper-button-prev:hover:after,
	.swiper-button-prev:hover:after,
	.swiper-rtl .swiper-button-next:hover:after {
		height: 36px;
		width: 36px;
	}

	.swiper-button-disabled {
		display: flex !important;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: calc(var(--swiper-navigation-size) * 0.75);
	}

	.swiper .swiper-slide>.content-wrapper .container .row .content-wrapper:first-of-type {
		filter: none;
	}

	.swiper .h2 {
		transform: translateX(75%);
	}


	/*-- Formular --*/

	form .row>* {
		padding-left: 0;
		padding-right: 0;
	}

	.form-check-label {
		align-items: flex-start;
	}

	/*-- fixed sidebar on the bottom --*/

	.sidebar,
	.sidebar.nav-open {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1050;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		width: 100%;
		padding: 1rem 0;
		background: #384357;
	}

	.sidebar .btn img,
	.sidebar.nav-open .btn img {
		margin: 5px 10px 5px 8px;
		width: 30px;
		height: 30px;
	}

	.sidebar .btn-outer {
		position: relative;
		width: 45%;
	}

	.sidebar .btn-outer span {
		display: none;
	}

	.sidebar .btn-outer:first-of-type {
		border-radius: 0px 0px 0px 13px;
	}

	.sidebar .btn-outer:last-of-type {
		border-radius: 0;
	}

	body .usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
		right: 7px !important;
		bottom: 78px !important;
		left: unset !important;
	}

	.footer-bottom-container {
		padding-bottom: 52px !important;
	}

	/* Search module */
	.tx_solr .result-content {
		padding-right: 0;
	}

	.tx_solr .result-teaser {
		flex-direction: column;
		padding-top: 1.5rem;
		align-items: flex-start;
	}

	.tx_solr .search-result .relevance {
		float: left;
	}

	.tx_solr .search-result .results-topic {
		margin-bottom: 10px;
	}

	.tx_solr .row>* {
		padding-left: 0;
		padding-right: 0;
	}

	#search-flyout {
		width: 100%;
		margin-right: -100%;
	}

	#search-flyout .tx_solr {
		max-width: 100%;
	}

	.autocomplete-suggestions {
		min-width: calc(100% - 80px);
		max-width: calc(100% - 1.8rem);
	}

	.icon.search-icon {
		background-image: url(../icons/icon-suche-white.svg);
	}

	.nav-item.search span {
		display: block;
		margin-left: 13px;
	}

	.nav-item.search a {
		display: flex;
		align-items: center;
	}

}


@media (max-width: 575px) {

	.opener {
		padding-top: 24% !important;
		background-position: 88% 19% !important;
		background-size: 1920px !important;
		background-color: #f7f7f8 !important;
	}

	.opener:after {
		content: ' ';
		display: block;
		position: absolute;
		width: 100%;
		height: 100px;
		bottom: 0;
		background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
		z-index: 1;
	}

	.form-group {
		margin-right: 0;
	}

	.swiper .h2 {
		transform: translateX(40%);
	}

	.swiper .ce-image .image .image-embed-item {
		width: 100%;
	}

	.reverse>.container>.row {
		flex-direction: column-reverse;
	}


	.container .col-xl-6:first-of-type .frame-type-text p:last-of-type {
		margin-bottom: 85px;
	}


	iframe,
	.break-early .col-xl-6 iframe {
		height: 196px;
	}


}