@charset "UTF-8";
@font-face {
	font-display: swap;
	font-family: 'Sanchez';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/sanchez-v13-latin-regular.woff2') format('woff2'), url('../fonts/sanchez-v13-latin-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v30-latin-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v30-latin-700.woff2') format('woff2'); 
}

*,*:after,*:before {
	/* outline: 2px solid #f008; */
}

:root {
	--t-std: all 0.3s ease;

	interpolate-size: allow-keywords;

}

body {
	color: #4f4f4f;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 400; 
	line-height: 23px;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
	color: #262626;
	font-family: 'Sanchez';
	text-wrap: balance;
	line-height: 1.2;
	font-weight: 500;
	margin-block: 1em 00.5em; }

h2 {
	color: #262626;
	font-family: 'sanchez';
	font-size: 35px;
}

h3 {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #262626;
	font-weight: 400;
}

h4 {
	font-family: 'Montserrat';
	font-size: 18px;
	letter-spacing: 1px;
}

h5 {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 17px; 
}
h2:first-child{
	margin-top: 0; 
}
section {
	padding: 90px 0;
}
li{
	margin-bottom: 0.33em; 
}
.intro {
	min-height: 100svh;
	padding-top: 80px;
	display: flex;
	align-items: center;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	flex-direction: column;
	@media(max-width: 768px) {
		padding-top: 160px;
	}

	@media(max-width: 450px) {
		padding-top: 38vw;
	}
}

.intro>div {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.intro .wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
	justify-content: space-around;
	justify-content: space-evenly;
}

.intro h1, .intro h2, .intro h3 {
	background-color: #910c2b;
	padding: 15px;
	padding-left: 0;
	color: white;
	position: relative;
	margin: 5px 0;
	font-family: "Sanchez";
	font-weight: bold;
	transition: transform 1.5s ease, opacity 1.5s ease;
	transform: translateY(50%);
	opacity: 0;
}

.intro h1 {
	font-size: clamp(20px, 5.5vw, 50px);
	transition-delay: 1s;
}

.intro h2 {
	font-size: clamp(18px, 4.6vw, 39px);
	transition-delay: 1.25s;
}

.intro h3 {
	font-size: clamp(16px, 4.5vw, 35px);
	transition-delay: 1.5s;
}

.intro h1.moveIn, .intro h2.moveIn, .intro h3.moveIn {
	transform: translateY(0);
	opacity: 1;
}

.intro h1:after, .intro h2:after, .intro h3:after {
	content: "";
	height: 100%;
	position: absolute;
	right: 100%;
	background-color: #910c2b;
	width: 50vw;
	top: 0;
}

.uppercase {
	text-transform: uppercase;
}

.no-padding {
	padding: 0;
}

.mfp-bg {
	background: #ddd;
}

a {
	outline: none;
}

.owl-theme .owl-controls .owl-page span {
	background: #eb680c;
}

/* NAVBAR */
.navbar-custom {
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	background: transparent;
	margin-bottom: 0;
	border-radius: 0;
	z-index: 1041;
	width: 100%;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
	background: #262626;
}

.start .navbar-custom {
	background: transparent;
}

.start .is-sticky .navbar-custom {
	background: #262626;
}

.navbar-custom a {
	color: white;
}

.navbar-custom .navbar-nav > li > a:hover {
	color: #f9952e;
	background: transparent;
	border-bottom: 0px;
}

.navbar-custom .navbar-nav > li > a:active, .navbar-custom .navbar-nav > li > a:focus {
	color: #f9952e;
	background: transparent;
	border-bottom: 0px;
}

.navbar-custom .icon-bar {
	background: #fff;
}

.navbar-toggle.open .icon-bar {
	transition: var(--t-std);
}

.navbar-toggle.open .icon-bar {
	background: transparent;
	position: relative;
}

.navbar-toggle .icon-bar {
	position: relative;
}

.navbar-toggle .icon-bar:nth-child(3):after, .navbar-toggle .icon-bar:nth-child(3):before {
	content: "";
	inset: 0;
	position: absolute;
	background-color: white;
	transition: var(--t-std);
	opacity: 0;
}

.navbar-toggle.open .icon-bar:nth-child(3):after {
	transform: rotateZ(45deg);
	opacity: 1;
}

.navbar-toggle.open .icon-bar:nth-child(3):before {
	transform: rotateZ(-45deg);
	opacity: 1;
}

.sticky-wrapper {
	position: absolute;
	width: 100%;
	/* padding-top:30px; */
}

.start .sticky-wrapper a {
	color: #FFF;
}

.start .sticky-wrapper.is-sticky a {
	color: #FFF;
}

.is-sticky .navbar-custom {
	width: 100%;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.is-sticky a {
	color: #ffffff;
}

/* navbar effect */
.navbar-custom a {
	padding: 8px 0;
}

.navbar-custom .navbar-nav > li > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navbar-custom .navbar-nav > li > a:hover::after, .navbar-custom .navbar-nav > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#right #countdown {
	margin: 15px 0;
}

video {
	display: block;
	max-width: 100%;
	margin: 2em auto 1em auto;
	width: 720px;
	border: 1px solid #9bbd1b;
}

.mietspiegel{
	background: #eeeeee;
}

/* INFO */
.introtext {
	padding: 90px 0 45px 0;
}

.infocolumns {
	padding: 90px 0 90px 0;
	background-color: #ffffff;
}

.introtext i {
	color: #fff;
	/* margin-bottom:10px; */
	position: relative;
	/* font-size: 2em; */
}

.introtext i.fa-users {
	margin-bottom: -10px;
}

.introtext .iconwrapper {
	content: "";
	width: 200px;
	aspect-ratio: 1;
	border-radius: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.introtext i>.sup {
	color: #fff;
	position: absolute;
	font-size: 0.6em;
	left: 42%;
	bottom: 100%;
}

.imgrow {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3em;
	margin-top: 2em;
}

.imgrow a:has(>img) img {
	transition: all 0.3s ease;
}

.imgrow a:has(>img):hover img {
	scale: 1.1;
}

@media(max-width: 768px) {
	.imgrow {
		grid-template-columns: 1fr;
		gap: 2em;
	}

	.imgrow img {
		max-width: 150px;
	}
}

.introimgs {
	display: grid;
	grid-template-columns: 2fr 5fr;
	gap: 6em;
	margin-bottom: 0em;
	width: 100%;
	@media(max-width: 1024px) {
		grid-template-columns: 2fr 5fr;
		gap: 3em; }

	@media(max-width: 450px) {
		gap: 2em;
	}
}

.introimgs>:nth-child(1) {
	align-self: center;
	display: flex;
	justify-content: center;
	transition: all 1s ease 0.5s;
	transform: scale(0.5);
	opacity: 0;
	flex-direction: column;
	@media(max-width: 624px) {
		flex-direction: row-reverse;
	}
}

.introimgs.moveIn>:nth-child(1) {
	transform: scale(1);
	opacity: 1;
}

.introimgs>:nth-child(1)>img:nth-child(1) {
	@media(max-width: 624px) {
		transform: translateY(-16px) rotateZ(75deg);
	}
}

.introimgs>:nth-child(1) img {
	transition: all 0.3s ease;
	max-width: 225px;
	width: 100%;
	@media(max-width: 767px) {
		max-width: 150px;
	}

	@media(max-width: 450px) {
		max-width: 33vw;
	}
}

.introimgs>:nth-child(2) {
	/* aspect-ratio: 1; */
	justify-self: end;
	align-self: end;
	/* width: 320px; */
	/* max-width: 100%; */
	transition: all 2s ease 0.75s;
	transform: scale(0.5);
	opacity: 0;
}

.introimgs.moveIn>:nth-child(2) {
	transform: scale(1);
	opacity: 1;
}

.introimgs.moveIn>:nth-child(2)>img {
	/* transform: scale(1.15); */
	/* transform-origin: center bottom; */
	object-position: center bottom;
	object-fit: contain;
	margin-bottom: -4%;
	@media(max-width: 624px) {
		margin-bottom: 2em;
	}
}

.introimgs a, .introimgs a:hover {
	text-decoration: none!important;
	border-bottom: none;
}

.introimgs a:hover img {
	scale: 1.1;
}

@media(max-width: 624px) {
	.introimgs {
		grid-template-columns: 1fr;
	}
}

.img_right {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
	max-width: 175px;
	@media(max-width: 450px) {
		margin-left:1em;
		margin-bottom: 1em; }
}

.feature {
	margin: 2em 0 0 0;
}

.feature .iconwrapper {
	width: 150px;
	margin-bottom: 2em;
	margin-inline: auto; }

.counter {
	color: white;
}

.counter h3 {
	color: white;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
}

.counter .item {
	padding-block: 1em; }

.count_nums {
	font-size: 50px;
	font-weight: 700;
	/* display: block; */
	line-height: 1;
}

.gemeinsam h1 .wrapper {
	position: relative;
	padding: 0.5em;
	/* border: 1px solid red; */
	display: inline-block;
	text-align: left;
}

.gemeinsam h1 .wrapper:before {
	background-color: #008faf;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	transform: translate(0%, 50%) rotateZ(-2deg);
	z-index: -1;
	right: 0;
	bottom: 50%;
	transform-origin: center center;
}

.gemeinsam h1 .high {
	display: block;
}

.gemeinsam h1 .low {
	display: flex;
	margin-top: 1em;
	position: relative;
	align-items: baseline;
	flex-wrap: wrap;
}

.gemeinsam h1 .high {
	display: block;
}

.gemeinsam h1 .bg {
	color: white;
	background-color: #69c7e1;
	padding: 10px;
	font-weight: 800;
	margin-left: 0.85em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
}

.gemeinsam h1 .sup {
	position: absolute;
	top: -0.7em;
	font-weight: 900;
	font-size: 1.25em;
}

#countdown {
	margin-top: 0;
}

#countdown .countdown_amount {
	color: #262626;
	font-family: 'Montserrat';
	font-size: 40px;
	text-align: left;
	line-height: 50px;
	text-align: center;
}

#countdown .countdown_section {
	color: #262626;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 13px;
	text-align: left;
	line-height: 10px;
	letter-spacing: 0;
	text-align: center;
}

.impressionen {
	background: #f5f5f5;
}

.highlight {
	background: #f5f5f5;
	border-top: 1px solid #f0f0f0;
	padding: 70px 0 90px 0;
}

.speaker {
	margin-bottom: 30px;
	background: #ffffff;
}

.speaker .caption {
	padding: 10px;
}

.speaker h4 {
	font-family: 'Montserrat';
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.speaker h4:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background-color: #a10029;
	margin-top: 10px;
	margin-bottom: 5px;
}

.speaker .company {
	color: #999999;
	font-family: 'Open sans';
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

#grussworte .owl-buttons {
	position: absolute;
	font-size: 10px;
	right: 0;
}

#list-speaker li {
	/* display:none; */
}

/* speaker detail */
#speaker-detail {
	background: #ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#speaker-detail h2 {
	font-family: 'Montserrat';
	margin-bottom: 20px;
	font-size: 30px;
}

@media (max-width: 767px) {
	#speaker-detail h2 {
		font-size: 20px;
		padding-right: 30px;
	}
}

@media (min-width: 768px) AND (max-width: 1023px) {
	#speaker-detail h2 {
		font-size: 26px;
	}
}

#speaker-detail h2 span {
	font-family: 'Montserrat';
	font-weight: 700;
}

#speaker-detail img {
	width: 100%;
	height: auto;
}

#speaker-detail .lead {
	margin-bottom: 10px;
}

#speaker-detail .social {
	margin-bottom: 10px;
}

#speaker-detail .social li {
	padding-left: 1px;
}

#speaker-detail .social li:first-child {
	padding-left: 5px;
}

#speaker-detail .social a {
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#speaker-detail .social a:hover {
	opacity: 1;
}

#speaker-detail .social a .fa-facebook-square {
	color: #3b5998;
}

#speaker-detail .social a .fa-twitter-square {
	color: #00aced;
}

#speaker-detail .social a .fa-linkedin-square {
	color: #007bb6;
}

#speaker-detail .social a .fa-google-plus-square {
	color: #dd4b39;
}

#speaker-detail .mfp-close {
	color: #ffffff;
	background: #262626;
	opacity: 1;
}

#speaker-detail li {
	padding-right: 1px;
}

#speaker-detail #content {
	height: 66vh;
	margin-bottom: 15px;
}

/* PROGRAM */
.programm {
	color: #ffffff;
	background: #f9952e;
	padding: 70px 0 90px 0;
}

.programm h4 {
	font-size: 17px;
	letter-spacing: 0;
	margin-top: 0;
}

.programm .lead {
	color: #ffffff;
}

.programm img {
	border: 2px solid #ffffff;
}

.programm .nav-tabs {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
	font-size: 19px;
	margin-top: 55px;
}

.programm .nav-tabs > li > a {
	color: #ffffff;
	padding: 10px 50px 10px 0;
	background: none;
	border: none;
	cursor: default;
}

.programm .nav-tabs > li.active > a {
	color: #262626;
	padding: 10px 50px 10px 0;
	border-bottom: 4px solid #ffffff;
	padding: 10px 50px 10px 0;
}

.programm .nav-tabs > li > a:hover, .programm .nav-tabs > li.active > a:hover {
	color: #262626;
}

.programm .panel {
	background: transparent;
}

.programm .panel-body {
	border-top: 1px solid #ffffff;
	padding: 20px 0;
}

.programm .panel-default {
	border: none;
	border-bottom: 1px solid #ffffff;
	border-radius: 0px;
}

.programm .panel-default > .panel-heading {
	color: #333333;
	background: transparent;
	border-color: #ffffff;
	padding: 10px 0;
}

.programm .panel-title {
	float: left;
}

.programm .panel-title > a {
	color: #262626;
	text-decoration: none;
	border-bottom: 0px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.programm .panel-title > a:hover {
	color: #ffffff;
	border-bottom: 0px;
}

.programm .date {
	/* color:#000; */
	font-family: 'Montserrat';
	margin-bottom: 0;
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 0.25em;
	margin-top: 0.1em;
}

.programm .speaker-name {
	font-family: 'Montserrat';
	font-size: 12px;
	letter-spacing: 1px;
}

.programm .panel-body h4 {
	color: #666666;
	font-size: 21px;
}

.programm .panel-body p {
	margin-right: 10px;
	margin-left: 10px;
}

.programm .panel-body table {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.programm .panel-body p span {
	color: #666666;
	display: inherit;
}

.programm .panel-body a {
	color: #262626;
}

.programm .panel-body a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.programm .about-speaker i {
	color: #262626;
}

.programm .about-speaker a {
	color: #262626;
	text-decoration: none;
}

.programm .about-speaker a:hover {
	color: #000000;
	text-decoration: none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	#myTab li {
		width:100%;
	}

	.programm .panel-title {
		display: block;
		float: none;
	}

	.programm .speaker-name {
		text-align: center;
		margin-top: 20px;
	}
}

/* DOWNLOAD */
#anmeldung {
	padding: 90px 0 110px 0;
}

#anmeldung h3:after {
	content: "";
	display: block;
	width: 120px;
	height: 3px;
	background-color: #eb680c;
	margin-top: 12px;
	margin-bottom: 15px;
}

/* VENUE */
#venue {
	padding-top: 0;
	padding-bottom: 110px;
}

#venue .venue {
	background-image: url(../img/bg-venue.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 600px;
	margin-bottom: 110px;
	display: table;
	width: 100%;
}

#venue .venue .venue-inner {
	color: #b0b0b0;
	background: rgba(0,0,0, 0.7);
	display: table-cell;
	vertical-align: middle;
}

.venue-inner h2 {
	color: #ffffff;
	margin-top: 0;
}

#venue h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #eb680c;
	margin-top: 12px;
	margin-bottom: 15px;
}

#venue h3 {
	margin-top: 10px;
}

#venue h3:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #eb680c;
	margin-top: 12px;
	margin-bottom: 15px;
}

.venue-inner h4 {
	color: #ffffff;
}

#venue i {
	color: #eb680c;
}

.venue-inner .lead {
	color: #b0b0b0;
}

.venue-info {
	margin-bottom: 45px;
}

.hotel-carousel {
	margin-top: 20px;
	margin-bottom: 70px;
}

#hotel-carousel .item {
	margin: 0 7px;
}

.hotel .caption {
	position: relative;
	padding: 10px 0 0 0;
	line-height: 19px;
}

.hotel .caption h5 {
	font-family: 'Montserrat';
	font-weight: 300;
}

.hotel .caption .rating {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px 0 0 0;
}

/* FUNFACTS */
#funfacts {
	background-image: url(../img/bg-funfacts.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 310px;
	position: relative;
	padding: 0;
}

.funfacts-inner {
	color: #ffffff;
	background: rgba(0,0,0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
}

#funfacts .item {
	margin: 100px 0 0 0;
	display: table;
}

#funfacts i {
	float: left;
	border-right: 1px solid #ffffff;
	padding: 20px 20px 20px 0;
}

#funfacts .desc {
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
}

#funfacts .number {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 40px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1;
}

#funfacts .description {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* REGISTER */
#register {
	background: #f5f5f5;
	border-bottom: 1px solid #f0f0f0;
	padding: 70px 0 90px 0;
}

#price-carousel {
	margin: 20px 0 40px 0;
}

.price-table {
	color: #ffffff;
	background: #eb680c;
	padding: 20px;
	line-height: 1;
	font-weight: 300;
	position: relative;
	overflow: hidden;
}

.early-bird {
	background: #eb680c;
}

.standart {
	background: #fcba00;
}

.vip {
	background: #f0b202;
}

.price-table .icon {
	color: rgba(255,255,255, 0.4);
	position: absolute;
	bottom: -50px;
	right: -50px;
	display: block;
	font-size: 40px;
}

.price-table .price {
	color: #444444;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 50px;
}

.price-table h3 {
	color: #ffffff;
	background: #262626;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 2px;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 0px 16px;
	margin: 0 0 10px 0;
	display: inline-block;
	float: right;
}

.price-table .desc li {
	font-family: 'Montserrat';
	font-weight: 300;
	line-height: 2;
	border-bottom: 1px dotted;
	border-color: rgba(255,255,255, 0.7);
}

.price-table .desc li:last-child {
	border-bottom: none;
}

/* register form */
#register-form {
	padding: 25px;
	background: #ffffff;
}

#register-form h2 {
	margin-bottom: 15px;
}

.register-form {
	margin-top: 20px;
}

/* GALLERY */
#gallery {
	padding: 70px 0 90px 0;
}

#timeline .item {
	margin: 10px 10px 20px 10px;
}

/* TESTIMONIAL */
#testimonial {
	background: #eb680c;
	background-image: url(../img/slide1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	color: #ffffff;
	padding: 0;
}

#testimonial .testimonial-inner {
	background: rgba(0, 0, 0, 0.7);
	padding: 50px 40px 30px 40px;
	min-height: 400px;
	display: flex;
	align-items: flex-end;
}

#testimonial-carousel img {
	border: 2px solid #ffffff;
	margin: 0 0 20px 0;
}

#testimonial h2, #testimonial .lead {
	color: #b0b0b0;
}

#testimonial .name {
	color: #ffffff;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#testimonial .owl-theme .owl-controls {
	text-align: left;
}

/* SPONSORS */
#partner {
	margin: 30px 0;
	padding: 70px 0 90px 0;
}

.sponsor {
	border: 2px solid #f9952e;
	margin: 0px 0px;
	padding: 10px;
	text-align: center;
}

.sponsor div {
	padding-top: 50%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#partner-carousel:first-child {
	margin-left: 0;
}

#partner-carousel:last-child {
	margin-right: 0;
}

#partner i {
	color: #eb680c;
}

/* CONTACT */
#gmap_canvas {
	height: 220px;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	border-top: 1px solid #f2f2f2;
}

.gmnoprint, .gm-style-cc {
	display: none;
}

footer {
	color: #b0b0b0;
	background: #262626;
	padding: 70px 0;
}

footer .footerlogo {
	filter: grayscale(1) brightness(7);
}

footer h4 {
	color: #ffffff;
}

footer h4:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #008fac;
	margin-top: 12px;
	margin-bottom: 15px;
}

footer .button-big {
	font-size: 16px;
	width: 100%;
	line-height: 1.1;
}

footer dt {
	color: #ffffff;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 13px;
	margin-top: 7px;
	margin-bottom: 3px;
	cursor: pointer;
}

footer ul {
	list-style-type: none;
	padding: 0;
}

footer li {
	list-style-type: none;
}

footer .socicon {
	background-color: #008fac;
	color: black;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	border-radius: 100%;
	margin-top: 3px;
}

footer .socicon:hover {
	border: none;
	background-color: #3bc8e0;
}

footer .row>div {
	margin-bottom: 25px;
}

.footerlogos {
	/* background-color: white; */
	display: flex;
	flex-direction: column;
}

/* Subfooter */
.subfooter {
	color: #ececee;
	font-size: 10px;
	letter-spacing: 1px;
	background: #000000;
	padding: 20px 0;
}

.subfooter ul {
	margin-bottom: 0;
}

.subfooter li a {
	color: #ececee;
}

.subfooter li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Newsletter */
#newsletter {
	color: #262626;
	background: #ebe8e8;
	margin-bottom: 0;
}

/* MISC. */
/* FORM ELEMENTS */
input[type="text"], input[type="email"], select, textarea {
	font-size: 16px;
	font-family: inherit;
	width: 100%;
	min-height: 20px;
	padding: 8px 7px;
	text-transform: uppercase;
	border: 0;
	border: 1px solid #999999;
	margin-bottom: 5px;
	outline: none;
	color: #262626;
}

/* BUTTONS */
.button {
	font-family: 'Montserrat';
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button-xsmall {
	padding: 2px 7px;
	font-size: 11px;
	letter-spacing: 1px;
}

.button-small {
	padding: 5px 30px;
	font-size: 13px;
	letter-spacing: 1px;
}

.button-big {
	padding: 10px 18px;
	font-size: 21px;
}

.button-line-light {
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffffff!important;
}

.button-line-light:hover, .button-line-light:active {
	color: #262626;
	background: #ffffff;
	text-decoration: none;
}

.button-line-dark {
	color: white;
	background: #a10029;
	border: 2px solid #a10029!important;
}

.button-line-dark:hover, .button-line-dark:active {
	color: #ffffff;
	background: #0090aa;
	text-decoration: none;
	border: 2px solid #0090aa!important;
}

/* PRELOAD */
#preload {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: table;
}

#preload .preload {
	display: table-cell;
	vertical-align: middle;
}

.spinner {
	width: 26px;
	height: 32px;
	background-color: #fff;
	margin: 100px auto;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 2.4s infinite ease-in-out;
	background: url(../img/iconpre.jpg);
	background-size: contain;
	background-position: center center;
}

.spinner-border {
	margin: 100px auto;
	background-color: #fff;
	content: "";
	width: 28px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}

	25% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}

	50% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}

	75% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg);
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
}

/* OWL CAROUSEL */
.owl-theme .owl-controls .owl-buttons div {
	color: #eb680c;
	margin: 0;
	padding: 1px;
	font-size: 12px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

/* GALLERY IMG OVERLAY EFFCET */
.wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.wrap .overlay:after {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	height: 100%;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}

.wrap:hover .overlay:after {
	top: 50%;
	opacity: 1;
}

.wrap .overlay:before {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	bottom: -100%;
	height: 100%;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}

.wrap:hover .overlay:before {
	bottom: 50%;
	opacity: 1;
}

.wrap .icon {
	color: #ffffff;
	visibility: hidden;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.wrap:hover .icon {
	opacity: 1;
	visibility: visible;
}

.wrap .icon a {
	color: #ffffff;
}

.wrap .icon a:hover {
	color: #333333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Speaker hover effect */
/* Common style */
.speaker figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.speaker figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
	margin: auto;
}

.speaker figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.speaker figure figcaption::before, .speaker figure figcaption::after {
	pointer-events: none;
}

.speaker figure figcaption, .speaker figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	outline: none;
}

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
	padding: 4em 0;
	opacity: 0;
	margin: 0 auto;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before, figure.effect-ming:hover span img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

.emp {
	font-weight: bold;
}

.navbar-header a:hover, .navbar-header a:active {
	border-bottom: 0px;
}

.logogr {
	padding: 14px;
}

.logo-one {
	/* position: absolute; */
	top: -32px;
	transition: all 0.3s ease;
	padding: 0;
	/* display: flex; */
	/* width: fit-content; */
	flex-basis: 500px;
	display: grid;
	background-color: white;
	grid-template-columns: 1fr 1.5fr;
	align-items: center;
	margin: 10px 0;
}

.logo-one>img {
	/* width: 80%; */
	/* box-shadow: 0px 0px 13px #0004; */
	flex-shrink: 2;
}

.is-sticky a.logo-one {
	/* display: none; */
	padding: 0px;
	/* height: 80px; */
	width: fit-content;
	top: -1px;
	box-shadow: 0px 0px 13px #0004;
	margin: 10px 0;
}

.is-sticky a.logo-one>img {
	/* height: 80px; */
	/* width: auto; */
}

a.logo-two {
	display: none;
}

.is-sticky a.logo-two {
	/* display: block; */
	padding: 0px;
}

a.logo-three {
	display: block;
	padding: 0px;
}

.is-sticky a.logo-three {
	display: block;
	padding: 0px;
}

@media (max-width: 1199px) {
	a.logo-one>img {
	}

	.introimgs.moveIn>:nth-child(2)>img {
		transform: scale(1);
	}
}

@media (max-width: 480px) {
	a.logo-one {
		display:flex;
		flex-direction: column;
	}

	.is-sticky a.logo-one>img {
		/* height: 60px; */
	}

	.introimgs>:nth-child(2) {
		width: 100%;
	}
}

#impressum {
	padding-top: 140px;
	flex-grow: 1;
}

.navbar-custom.imp {
	background: #262626;
}

.navbar-collapse.collapse.in {
	background: #262626;
	position: relative;
}

.navbar-collapse.collapsing {
	background: #262626;
	position: relative;
}

/* HIGHLIGHT */
.countdown {
	padding: 0px;
}

.countdown h2 {
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 0.5em;
}

.countdown p {
	color: #ffffff;
}

.countdown #left {
	color: #b0b0b0;
	background: #008fac;
	min-height: 100px;
}

.countdown #right {
	background: #f9952e;
	min-height: 100px;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.countdown #left {
		text-align:center;
	}

	.countdown h2 {
	}
}

.sponsors-carousel .owl-nav {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.owl-carousel.sponsors-carousel .owl-nav button.owl-next, .owl-carousel.sponsors-carousel .owl-nav button.owl-prev {
	border: 2px solid #a1002988;
	height: 40px;
	width: 40px;
	font-size: 2em;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.owl-carousel.sponsors-carousel .owl-nav button.owl-next>span, .owl-carousel.sponsors-carousel .owl-nav button.owl-prev>span {
	margin-top: -7px;
}

.owl-carousel.sponsors-carousel .owl-nav button.owl-next.disabled, .owl-carousel.sponsors-carousel .owl-nav button.owl-prev.disabled {
	opacity: 0;
}

.owl-carousel.sponsors-carousel .owl-nav button.owl-next:hover, .owl-carousel.sponsors-carousel .owl-nav button.owl-prev:hover {
	border: 2px solid #a10029;
}

.cols3 {
	columns: 3;
	column-gap: 15px;
}

.longlist li {
	margin: 0 0 15px;
	color: #ffffff;
	padding: 0.5em 0.75em;
	border-radius: 4px;
	background-color: #4d8735;
	list-style: none;
	break-inside: avoid;
}

/*
.longlist li:nth-child(4n+1){
	background-color: #4d8735;
}
.longlist li:nth-child(4n+2){
	background-color: #008eae;
}
.longlist li:nth-child(4n+3){
	background-color: #ea9600;
}
.longlist li:nth-child(4n+4){
	background-color: #910c2a;
}*/
.longlist {
	padding: 0;
}

@media (max-width: 767px) {
	.cols3 {
		columns: 2;
	}

	a.logo-one {
		/* position: absolute; */
		transition: all 0.3s ease;
		flex-basis: 300px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.cols3 {
		columns: 1;
	}
}

.btn-white {
	background-color: white;
	float: right;
	font-size: 1.25em;
	text-align: center;
	padding: 0.5em;
	margin: 0.5em 0 0.5em 0.5em;
	text-decoration: none;
	border: none;
}

.btn-white:hover {
	background-color: #008fac;
	color: white;
	text-decoration: none;
	border: none;
}

.startnews,.startstories {
	padding-block: 6em;
	background-color: #eeeeee;
	
	
	& .newshead {
		text-align: center;
		padding-bottom: 4em;
		& p {
			width: 100%;
			max-width: 60ch;
			margin: 0 auto;
		}
	}

	& .newslist {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
		clear: both;
		
		&:has(>.item:only-child) {
			grid-template-columns: 1fr;
		}
		&:has(>.item:nth-child(2):last-child) {
			grid-template-columns: 1fr 1fr;
		}
		
		& .item {
			background-color: white;
			text-decoration: none;
			-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
			color: #545454;
			padding: 0;
			text-align: unset;
			border: none;
			background-color: #ffffff;
			align-items: start;
			display: flex;
			flex-direction: column;
			
			& .img-holder {
				width: 100%;
				aspect-ratio: 3 / 2;
				overflow: hidden;
				
				
				& img {
					object-fit: cover;
					width: 100%;
					height: 100%;
					object-position: center center;
					transition: var(--t-std);
				}
				& img.contain {
					object-fit: contain;
				}
			}

			& .text-holder {
				padding: 2em;
				/* background-color: #eeeeee; */
				& h3 {
					margin-top: 0;
					transition: var(--t-std);
					font-size: 23px;
				}

				& .date {
					font-size: 14px;
					margin-block: 1.5em; display: block;
					color: #545454;
					& i {
						margin-right: 0.5em;
					}
				}
			}
		}

		& .item:hover {
			& .img-holder {
				& img {
					scale: 1.05;
				}
			}

			border-bottom: 0;
		}

		@media(max-width: 62rem) {
			grid-template-columns: 1fr 1fr;
		}

		@media(max-width: 39rem) {
			grid-template-columns: 1fr;
		}
	}
}

.startstories{
	& .newslist {
		padding: 2em 0;
		& .item {
			background-color: #ffffff;

			
		} 		
	}

}

.wohnformen {
	background: #ffffff;
}

.teaserlist {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1em;
	margin-top: 4em;
	
	
	
	@media(max-width: 48rem) {
		grid-template-columns: 1fr;
	}
}

.teaserlist .item {
	background-color: #fdc63e;
	/* display: flex; */
	/* gap: 0em; */
	/* flex-direction: column; */
}
.teaserlist .item summary {
	display: flex;
	gap: 0em;
	flex-direction: column;
	padding: 0.66em 1em;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin: 0;
	list-style: none;
	width: 100%;
}

.teaserlist .item summary:after {
	content: " ▼";
	width: 1em;
	transition: all 0.3s ease;
	color: #a10029;
	color: black;
	transform: scaleX(1.33);
	/* margin: 0.5em; */
	margin-left: 0.5em;
	font-size: 0.75em;
}
.teaserlist .item[open] summary:after {
	transform: scaleX(1.33) rotateX(180deg);
}
.teaserlist .item summary h3 {
	margin: 0;
	width: 100%;
}
.teaserlist .item .content {
	display: flex;
	gap: 1em;
	flex-direction: row-reverse;
}
.teaserlist details{
	overflow: hidden; 
}
.teaserlist details::details-content {
  block-size: 0;
  transition: block-size 1s, content-visibility 1s;
  transition-behavior: allow-discrete;
}
.teaserlist details:open::details-content {
  block-size: auto;
}


.teaserlist .item:nth-child(even) {
}

.teaserlist .item .img-holder img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	inset: 0;
}

@media(max-width: 1024px) {
	.teaserlist .item .content{
		flex-direction: column;
		gap: 0;
	}

	.teaserlist .item .img-holder img {
		height: unset;
		width: 100%;
		aspect-ratio: 3 / 2;
		position: relative;
	}
}
@media(max-width: 480px){
	.teaserlist .item summary h3 {
		font-size: 20px; 
	}
}

.teaserlist .item .img-holder {
	flex-basis: 50%;
	position: relative;
}

.teaserlist .item .text-holder {
	flex-basis: 100%;
	padding: 1em;
	color: #262626;
}

.teaserlist .item .text-holder ul {
	columns: 2;
	column-gap: 3em;
	padding-left: 1.75em;
}

.teaserlist .item .text-holder h3 {
	margin-top: 0.35em;
}

@media(max-width: 624px) {
	.teaserlist .item .text-holder ul {
		columns: 1;
	}
}

.modalview {
	background-color: white;
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	gap: 0.33em;
	opacity: 0;
	transition: all 0.3s ease;
	scale: 0;
	position: fixed;
	inset: 0;
	transition-behavior: allow-discrete;
	/* margin: 1em; */
	max-width: calc(100% - 2em);
	width: calc(var(--width) - 2 * var(--inner));
	width: 1110px;
	text-align: left;
	filter: drop-shadow(2px 4px 6px black);
	border: 3px solid var(--c-red);
	border-radius: 3px;
	/* font-size: 0.9em; */
	overflow: visible;
	padding: 0;
}

.modalview>div {
	overflow: auto;
	/* border: 2px solid red; */
	max-height: calc(100vh - 2em);
	padding: 2em 2em 1.33em 2em;
	overscroll-behavior: contain;
	background-position: center center;
	background-repeat: repeat;
}

.modalview:popover-open {
	opacity: 1;
	scale: 1;
}

@starting-style {
	.modalview:popover-open {
		opacity: 0;
		scale: 0;
	}
}

.modalview::backdrop {
}

.modalview::backdrop {
	background-color: #0000;
	transition: all 0.3s allow-discrete;
}

.modalview:popover-open::backdrop {
	background-color: #fff6;
	backdrop-filter: blur(4px);
}

@starting-style {
	.modalview:popover-open::backdrop {
		background-color: #0000;
		backdrop-filter: blur(0px);
	}
}

.modalview h4 {
	font-weight: bold;
	margin-top: 0em;
}

.modalview h5 {
	margin-block: 0.75em 0.25em; }

.modalview ul {
	margin-top: 0;
}

.modalview>.btn-close {
	position: absolute;
	width: 2.5em;
	aspect-ratio: 1;
	right: 0;
	top: 0;
	border: 3px solid var(--c-red);
	border-radius: 100%;
	display: grid;
	align-items: center;
	justify-items: center;
	padding: 0;
	cursor: pointer;
	background-color: #a10029;
	transition: all 0.3s ease;
	transform: translate(33%, -33%);
}

.modalview>.btn-close:hover {
	transform: translate(33%, -33%) scale(1.2);
}

.modalview>.btn-close:before, .modalview>.btn-close:after {
	/* position: absolute; */
	content: "";
	width: 60%;
	height: 3px;
	background-color: white;
	grid-row: 1;
	grid-column: 1;
	transform: rotateZ(45deg);
	border-radius: 10px;
}

.modalview>.btn-close:after {
	transform: rotateZ(-45deg);
}

.img-right {
	float: right;
	width: 500px;
	margin: 0 0 2em 2em;
	max-width: calc(50% - 0.5em);
}

@media (max-width: 767px) {
	.img-right {
		float: none;
		width: 100%;
		margin: 1em 0 1em 0;
		max-width: 100%;
	}
}

.iconrow {
	display: flex;
	gap: 2em;
	justify-content: start;
	margin-top: 2em;
	margin-bottom: 2em;
	flex-wrap: wrap;
	justify-content: center;
	
	
	& img {
		width: 110px;
	}
}


.cols2{
	columns: 2; 
	margin-top: 2em; 

	@media(max-width: 624px){
		columns: 1; 
	}
}
.cols2>*:first-child{
	margin-top: 0; 
}
.houselist {
	position: relative; 
	list-style: none; 
	padding-left: 2em; 
}
.houselist li:before{
	content: "\e648";
	font-family: "Pe-icon-7-stroke";
	position: absolute;
	left: 0.25em;
}
.keylist {
	position: relative; 
	list-style: none; 
	padding-left: 2em; 
}
.keylist li:before{
	content: "\e6a3";
	font-family: "Pe-icon-7-stroke";
	position: absolute;
	left: 0.5em;
	transform: rotate(60deg);
}

.bluelight{
	background-color: #0c8fae;
	padding: 1em;
	text-align: center;
	color: black;
	/* border: 4px solid #0c8fae; */
	color: white;
	
	
	
	
	
	
	
	
	
	
	

	& a{
		color: #000000;
	}
	& a:hover{
		border-color: black; 
	}
}

.althead{
	display: flex; 
	gap: 2em; 

	@media(max-width: 624px){
		flex-direction: column; 
	}
}
.althead>div:last-child{
	display: flex; 
	gap: 0.54em; 
	flex-direction: column; 
	flex-shrink: 0; 

	& img{
		width: 110px; 
	}
	@media(max-width: 624px){
		flex-direction: row;
		justify-content: center;
		gap: 2em; 
	}
}