html, body {
	overflow-x: hidden;
	padding-bottom: 0 !important;
}
body {
	font-family: "Roboto", serif;
	font-size: 16px;
	font-weight: 400;
	color: #1E1E1C;
	overflow-x: hidden;
}

html.noscroll {
	/*
	position: fixed; 
    overflow-y: scroll;
    width: 100%;
	*/
}

.animated,
.animated * {
    -webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
}

.animatedSlow,
.animatedSlow * {
    -webkit-transition: all 1s ease-in-out;  -moz-transition: all 1s ease-in-out;  -o-transition: all 1s ease-in-out;  transition: all 1s ease-in-out;
}

.animated1,
.animated1 * {
    -webkit-transition: all 1.3s ease-in-out;  -moz-transition: all 1.3s ease-in-out;  -o-transition: all 1.3s ease-in-out;  transition: all 1.3s ease-in-out;
}

.animated2,
.animated2 * {
    -webkit-transition: all 1.5s ease-in-out;  -moz-transition: all 1.5s ease-in-out;  -o-transition: all 1.5s ease-in-out;  transition: all 1.5s ease-in-out;
}

.mt-minus-100 {
	margin-top: -100px;
}

.mt-minus-50 {
	margin-top: -50px;
}

a {
	text-decoration: none;
	color: #000;
}

.boldlink {
	font-weight: 600;
	color: #000;
}

.underlined {
	text-decoration: underline;
}

.mobile {
	display: none;
}

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

td {
	font-size: 1rem;
}

.relativer {
	position: relative;
}

.brand {
	text-align: center;
}


.uppercase {
	text-transform: uppercase;
}
.strong {
	font-weight: 500;
}

.grey {
	background-color: #efefef;
}

.whitebg {
	background-color: #fff;
}

.lightgrey {
	background-color: #f9f1f2;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.text-center {
	text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}



h1, h2, h3, h4, h5 { font-family: "Roboto Condensed", sans-serif; font-weight: 300; color: #e6303f; margin-bottom: 0 }

h1, .h1like {
	font-size: 2.875rem;
	font-weight: 700;
	line-height: 1.154;
	padding-bottom: 10px;
	color: #000;
	text-transform: uppercase;
}


h2 {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 3.2rem;
}

h3, .h3like, .accordion-button {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
}

h4, .h4like {
	font-size: 1.5rem;
	color: #000;
	font-weight: 600;
	line-height: 1.2;
}

p {
	font-size: 1rem;
	line-height: 1.57;
}

.indexer {
	position: relative;
	z-index: 2;
}

.gBrand, .customBrand {
    width: 35px !important;
    background-image: url(../images/cyta-logo.svg) !important;
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
}

.rosabg {
	background-color: #f9f1f2;
}

.vertical-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 100%;
}

.vseparator {
	border-left: 2px solid #000;
	height: 100%;
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 30px;
}

.accordion-button:not(.collapsed), 
.accordion-button:focus:not(:focus-visible) {	
	background-color: transparent;
	box-shadow: none;
	color: #000;
}


@keyframes zoomInOut {
	0% {
		background-size: 102%;
	}
	50% {
		background-size: 106%;
	}
	100% {
		background-size: 102%;
	}
}

.redtext, .redtext p, .redtext a {
	/*color: #E52329 !important;*/
	color: #C62828 !important;
}

.inlineblock {
	display: inline-block;
}

#anreisebox {
	cursor: pointer;
}

.anreiseboxes {
	position: relative;
}

.anreiseboxes::after {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	height: 3px;
	width: 80px;
	right: -40px;
	top: 50%;
	background-color: #E52329;
}


/* header */
header					{
	padding: 15px 0;
	background: #fff;
	z-index: 99999 !important;
	-webkit-transition: 1s top ease-out;
	-moz-transition: 1s top ease-out;
	-o-transition: 1s top ease-out;
	-ms-transition: 1s top ease-out;
	transition: 1s top ease-out;
	position: relative;
}
header.sticky_           {
	position: fixed;
	top: 0;
	left:0;
	right:0;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0px 0 14px #eee;
}

header.sticky {
	position: fixed;
	top: -210px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0px 0 14px rgba(0,0,0,0.5);
}
header.sticky.finished {
	top: -1px;
	position: fixed;
	left: 0;
	right: 0;
	height: 60px;
	transition: 0.2s top ease-in;
	z-index: 109;
}

header.sticky   #m4Logo {
	width: 110px;
	padding-top:5px
}
header.sticky .centerinfos {
	display: none;
}

.menubox {
	padding-top: 38px;
	clear: both;
}

.menubox a {
	display: inline-block;
	min-height: 44px;
	min-width: 35px;
}

header.sticky .menubox {
	padding-top: 12px;
}

.header-hidden {
    top: -60px !important; 
}

#clockIcon {
	display: inline-block;
}

body.noscroll .header-hidden {
	top: 0 !important; 
}

.brand img {
	max-width: 195px;
}

.slide-track-top {
	display: flex;
	width: calc(330px * 3 * 8);
}

.topslider {
	background-color: #e6303f;
	padding-top: 2px;
	padding-bottom: 2px;
}

.topslide {
	display: flex;
	width: calc(220px * 3);
	color: #fff;
	text-align: center;
	line-height: 40px;
	justify-content: center;
	font-weight: 700;
	font-size: 0.9rem;
}
.topslide2 {
	display: flex;
	width: calc(180px * 3);
	background-color: #fff;
	color: #db0b52;
	text-align: center;
	line-height: 40px;
	justify-content: center;
	font-weight: 700;
	font-size: 0.9rem;
}

.centerinfos span {
	font-weight: 600;
	font-size: 1.6875rem;
	color: #e6303f;
	padding-left: 15px;
	display: inline-block;
	min-height: 44px;
}

.m4rot {
	color: #db0b52
}

#feed {
	padding-top: 14px;
	font-family:  'Roboto Condensed'
}

.geoeffnet,
.geschlossen {
	max-width: 80px;
	margin-top:  -5px;
}

/* footer */
.footermenu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.footermenu li {
	float: left;
	padding: 2px 0;
	display: block;
	margin-right: 50px;
}

.footermenu > li > a {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
}

.footerinfomenu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 30px;
}

.footerinfomenu li {
	float: left;
	padding: 2px 0;	
	display: block;
	margin-right: 50px;
}

.footerinfomenu > li > a {
	color: #fff;
	font-weight: 400;
	font-size: 0.875rem;
}

.footerinfomenu > li > a:hover {
	text-decoration: underline;
}

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

.submenu li {
	float: left;
	padding: 2px 0;
	clear: both;
	display: block;
}

.submenu > li > a {
	color: #fff;
	font-weight: 400 !important;
	font-size: 0.875rem;
}

.black {
	color: #000;
}

.folgeuns {	
	font-size: 14px;
}

.folgeuns img {
	max-height: 28px !important;
}

.footer {
	background-color: #E7343F;	
	color: #fff;
}


.stickyelements {
	position: fixed;
	right: 30px;
	bottom: -6px;
	z-index: 15
}


.buttonlink {
	color: #fff;
	background-color: #ae8f56;
	display: inline-block; /* Change from inline to inline-block */
	padding: 10px 22px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 2;
	color: #fff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	margin-left: 5px;
}

.buttonlink::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0d1c47;
	z-index: -1;
	transition: top 0.5s ease-in-out;
}

.buttonlink:hover::before {
	top: 0;
}

.buttonlink:hover {
	color: #fff;
}



.zoomholder {
	transition: background-size 0.4s ease-in-out;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-width: 100%;
}

.notvisible {
	visibility: hidden;
}


.carousel-control-prev,
.carousel-control-next {
	color: #000;
	width: 5%;
	opacity: 1;
	z-index: 1;
}

.carousel-control-prev-icon {
	width: 4rem;
	height: 4rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
	width: 4rem;
	height: 4rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
	color: #000;
	top: 40px;
	bottom: unset;
	right: unset;
	left: 0;
	margin-left: 0;
}

#mainslider .carousel-indicators button {
	display: block;
	text-indent: 0 !important;
	width: 10px !important;
	height: 10px !important;
	border: 2px solid #fff;
	background-color: transparent;
	border-radius: 7px !important;
	margin-right:20px !important;
}

#mainslider .carousel-indicators button.active  {
	background-color: #fff;
}

#mainslider .carousel-indicators button.black-indicator {
	border-color: black;
}
#mainslider .carousel-indicators button.active.black-indicator-active {
	background-color: black;
}

#mainslider h3 {
	color: #000;
}


.slider {
	min-height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;


	&::before,
	&::after {
		content: "";
		height: 160px;
		position: absolute;
		width: 20px;
		z-index: 2;
		background-color: #fff;
	}

	&::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	&::before {
		left: 0;
		top: 0;
	}
}

.HomePage .f5grey .slider {
	&::before,
	&::after {		
		background-color: #f5f5f5;
	}
}



.btn-gold {
	color: #A48F56;
	border: 1px solid #A48F56;
	background-color: #fff;
	display: inline-block; /* Change from inline to inline-block */
	padding: 5px 22px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	transition: color 0.5s ease-in-out;
}

.btn-gold::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #A48F56;
	z-index: -1;
	transition: top 0.5s ease-in-out;
}

.btn-gold:hover::before {
	top: 0;
}

.btn-gold:hover {
	color: #fff;
}


.fancybox-opened .fancybox-skin {
	background: transparent !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.fancybox-skin {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
}

.fancybox-prev {
	left: -50px
}

.fancybox-next {
	right: -50px;
}


/* home */
.ciInside {
	padding: 50px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-wrapper{
	transition-timing-function : linear !important;
}


.slider {
	min-height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
}

.shopdata {
	text-align: center;
	padding: 0;
	width: 180px;
	background-position: center center;
	background-size: 162px auto;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 8px;
}

.redbg {
	background-color: #E7343F;
}

.redbg h2,
.redbg p {
	color: #fff;
}

.black h2,
.black h3,
.black p {
	color: #000;
}

.greybg {
	background-color:#eee
}

.lightred {
	background-color: #f9f1f2;
}

.babafill {
	background-color: rgba(186,186,186,0.1);
}

.babagrey {
	background-color: #bababa;
}

.dcgrey {
	background-color: #dcdcdc;
}

.f5grey {
	background-color: #f5f5f5;
}

.egrey {
	background-color: #eee;
}

.slide p {
	font-weight: 500;
}

.whitelink {
	cursor: pointer;
	display: block;
	letter-spacing: 0.05em;
	padding: 7px;
	position: relative;
	align-self: center;
	z-index: 1;
	transform-origin: left bottom;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-weight: 400;
	width: 180px;
	clear: both;
	text-align: center;
	border-radius: 36px;
	background-color: transparent;
	color: #fff;	
	font-size: 1rem;
	border: 2px solid #fff;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden !important;

	&:hover {		
		
		&::before {
		
		}	
	}

	&:active {		
		
		&::before {
		
		}	
	}
	&::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: -1;
		transition: top 0.5s ease-in-out;	
	}
}


.redlink {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.05em;
	padding: 7px;
	position: relative;
	align-self: center;
	z-index: 1;
	transform-origin: left bottom;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-weight: 400;
	min-width: 100px;
	text-align: center;
	border-radius: 36px;	
	color: #e6303f ;	
	font-size: 1rem;
	border: 2px solid #e6303f;
	margin-bottom: 20px;
	overflow: hidden !important;

	&:hover {		
		background-color: #e6303f ;
		color: #fff;
	}

	&:active {		
		background-color: #e6303f ;
		color: #fff;
		&::before {			
		}	
	}	
}

.redlink.active {
	background-color: #e6303f ;
	color: #fff !important;
}



.transparentlink {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.05em;
	padding: 8px 20px;
	position: relative;
	align-self: center;
	z-index: 1;
	transform-origin: left bottom;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-weight: 400;
	min-width: 220px;
	text-align: center;
	border-radius: 36px;	
	color: #000;	
	font-size: 1rem;
	border: 2px solid #000;
	margin-bottom: 20px;
	overflow: hidden !important;

	&:hover {		
		
	}

	&:active {		
		
		&::before {			
		}	
	}
	&::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: -1;
		transition: top 0.5s ease-in-out;	
	}
}

.minbox .transparentlink {
	min-width: 200px;
	padding: 8px;
}


.roundedlink, #MemberLoginForm_LoginForm_action_doLogin {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.05em;
	padding: 7px;
	position: relative;
	align-self: center;
	z-index: 1;
	transform-origin: left bottom;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-weight: 400;
	min-width: 220px;
	text-align: center;
	border-radius: 36px;
	background-color: #fff;
	color: #000;	
	font-size: 1rem;
	border: 2px solid #000;
	margin-bottom: 20px;
	overflow: hidden !important;

	&:hover {		
		
		&::before {
			
		}	
	}

	&:active {		
		
		&::before {
			
		}	
	}
	&::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: -1;
		transition: top 0.5s ease-in-out;	
	}
}


.roundedbtn {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.05em;
	padding: 14px 20px;
	position: relative;
	align-self: center;
	z-index: 1;
	transform-origin: left bottom;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	min-width: 295px;
	text-align: center;
	border-radius: 36px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 1.5rem;
	overflow: hidden !important;
	

	&:hover {	
		
		&::before {
			
		}
	}

	&:active {
		&::before {
			
		}
	}
	&::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: -1;
		transition: top 0.5s ease-in-out;	
	}
}




.borderedbtn {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.05em;
	padding: 8px 20px;
	position: relative;
	align-self: center;
	z-index: 1;
	transform-origin: left bottom;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	min-width: 266px;
	text-align: center;
	border-radius: 36px;
	background-color: transparent;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #000;
	font-size: 1.5rem;
	overflow: hidden !important;

	&:hover {		
		box-shadow: none;	
		&::before {
			
		}	
	}

	&:active {
		box-shadow: none;
		&::before {
			
		}		
	}
	&::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: -1;
		transition: top 0.5s ease-in-out;	
	}
}


.btn-red-3d {
	color: #e6303f; /* Text color */
	border: 2px solid #e6303f; /* Border color */

	&:before,
	&:after {
		border: 3px solid #e6303f;
	}

	/* Side shadow */
	&:before {
		border-color: #e6303f;
		background-color: #e6303f;
	}

	/* Bottom shadow */
	&:after {
		border-color: #e6303f;
		background-color: #e6303f;
	}

	&:hover {
		box-shadow: 0.2em 0.2em #e6303f;
	}
}



.btn-white-3d {
	color: #fff; /* Text color */
	border: 2px solid #fff; /* Border color */
	z-index: 1;

	&:before,
	&:after {
		border: 3px solid #fff;
	}

	/* Side shadow */
	&:before {
		border-color: #fff;
		background-color: #fff;
	}

	/* Bottom shadow */
	&:after {
		border-color: #fff;
		background-color: #fff;
	}

	&:hover {
		box-shadow: 0.2em 0.2em #fff;
	}
}


.btn-black-3d {
	color: #000; /* Text color */
	border: 2px solid #000; /* Border color */
	z-index: 1;

	&:before,
	&:after {
		border: 3px solid #000;
	}

	/* Side shadow */
	&:before {
		border-color: #000;
		background-color: #000;
	}

	/* Bottom shadow */
	&:after {
		border-color: #000;
		background-color: #000;
	}

	&:hover {
		box-shadow: 0.2em 0.2em #000;
	}
}

.innerbox {
	padding: 12px;
}

.row.equal .innerbox {
	height: 100%;
}

.totalbox {
	min-height: 245px;
	@media (max-width: 1200px) {
		min-height: 270px;
	}
	@media (max-width: 767px) {
		min-height: 200px;
	}
}


@media (min-width: 768px) {
	.equal {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
}


.btn-blackwhite-3d {
	color: #000; /* Text color */
	background-color: #fff;
	border: 2px solid #000; /* Border color */
	z-index: 1;

	&:before,
	&:after {
		border: 3px solid #000;
	}

	/* Side shadow */
	&:before {
		border-color: #000;
		background-color: #000;
	}

	/* Bottom shadow */
	&:after {
		border-color: #000;
		background-color: #000;
	}

	&:hover {
		box-shadow: 0.2em 0.2em #000;
	}
}

.aboxText h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 1.25rem;
	font-style:normal;
	font-weight: 700;
	letter-spacing: -0.8px;
}

/* flip cards */
.flip-card {
	background-color: transparent;
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	perspective: 1000px;
	transform: none;

}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transform-style: preserve-3d;
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	transition: all 0.6s ease-in-out;
}


.flip-card-front {
	color: black;
	background-size: 100%;
	background-position: center;
	-webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;
}

.flip-card-front:hover {
	background-size: 120%;
}

.flip-card-back {
	background-color: #eee;
	color: black;
	transform: rotateY(180deg);
}

.flip-card-inner .cytabtn {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -145px;
}

.flip-card-front .cytabtn {
	font-size: 1.4rem;
}

.v-centered {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.fcshops {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.fcinside {
	padding: 0 40px
}

.fcheader {
	color: #fff;
	font-size: 1.875rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.16
}

.smallerheadline {
	font-size: 1rem;
}

.piazzabtn {
	line-height: 1;
	padding: 12px 20px;
}

.hideoverflow {
	overflow: hidden;
}

img.shophover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	display: none;
	max-width: unset;
	height: 100%
}


.hoverbox {
	/*background-color: #e52329*/
	background-color: #e8343f;
}

.hideoverflow:hover img.shophover, .hoverbox.hovered img.shophover {
	display: block;
}

.whiteline {
	background-color: #fff;
	height: 3px;
	width: 64px;
	margin: 0 auto;
}

.topper {
	overflow: hidden;
	z-index:9999;
	position: relative;
	color: #E52329;
	font-family: 'Roboto Condensed', sans-serif;
}

.uhrzeiten {	
	padding-right: 20px;
	display: block;
	float: left;
	margin-top: 7px;
}

.borderbottom {
	border-bottom: 2px solid #E52329;
}


.MitarbeiterrabbattePage .middleColumn input {
	border: 1px solid #bababa;
	color: #000;
	width: 100%;
	padding: 6px 8px;
	background-color: transparent !important;
	border-radius: 4px;
}

#ForgotPassword {
	display: block;
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
}

#MemberLoginForm_LoginForm_action_doLogin {
	margin-top: 20px;
}

.hidden-label {
	position: fixed;
	left: -30000em;
}

#SearchForm_SearchForm_Search {
	border: none;
	color: #e52329;
	min-width: 270px;
	padding-top: 4px;
	outline: none !important;
}

#SearchForm_SearchForm_Search_Holder {
	margin-top: 3px;
}

#SearchForm_SearchForm_Search::placeholder {
	color: #e52329;
	opacity: 1;
}

#SearchForm_SearchForm_action_results {
	border: none;
	background: #fff url(../images/lupe.svg) no-repeat center center;
	background-size: contain;
	width: 30px;
	height: 30px;
	text-indent: -99em;
	position: absolute;
	right: 0;
	bottom: -1px;
}


.ciIcon img {
	height: 70px;
	width: auto;
}
.ciText h3 {
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.2;
}

/* gutscheine */
.GutscheinePage h3 {
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.11;
}



/* info page */
.smallkachel {
	min-height: 160px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
}


/* jobs */
.jobtitle {	
	font-weight: 700;
	font-size: 1.5rem;
	font-style: normal;
}

.blackline {
	background-color: #000;
	height: 1px;
	width: 100%;
	margin: 0;
}

.jobbox {
	padding: 25px;
	margin-bottom: 20px;
}

.jobbox.odd {
	background-color: #f5f5f5;
}

.jobbox.even {
	background-color: #eee;
}


/* galerie page */
.grid:after,
.grid2:after {
	content: '';
	display: block;
	clear: both;
}
.grid-item  {
	width: calc( 50% - 15px);
}
.grid-inside {
	margin-bottom: 25px; 

}

.grid-inside video {
	max-width: 100%;
	border: none;
	height: auto;
	min-height: 633px; 
	@media (max-width: 767px) {
		min-height: unset;
	}
}

.firstgalblock {
	min-height: 315px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.secondgalblock {
	min-height: 830px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.lastgalblock {
	min-height: 655px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



/* zeiten page */
.bottomer {
	display: flex;
	align-items: flex-end;
	height: 95%;
}

.fullheight {
	display: flex;
	flex-direction: column;
	height: 100%;
}


.bottomer p strong {
	font-weight: 600;
}


.ZeitenPage .bottomer {
	height: 91%;
}

.ZeitenPage .bottomer p {
	margin-bottom: 0;
}

.ZeitenPage h2.h3like {
	color: #000;
}

.minbox {
	min-height: 288px;
	display: grid;	
}

.zheadline {
	color: #e6303f;
	font-size: 0.9rem;
	width: 100%;
	font-weight: 600;
}

.zbicon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.ZeitenPage .zbicon img {
	max-height: 155px
}

.infoimg {
	max-height: 80px;
}

.ginfoimg {
	max-height: 100px;
}

.teaserbox {
	max-height: 550px;
}
.imginside {
	min-height: 550px;
}

/* piazzapage */
.redborder {
	border: 2px solid #e6303f;
}

.redinverted {
	color: #fff;
	background-color: #e6303f;
	font-size: 0.85em;
	padding: 1px 5px;
	font-weight: 500;
}

.ftbigger {
	font-size: 1.5rem;
}

.inverted {
	/* inverted should be inverted to white */
	filter: saturate(0) brightness(0) invert(1);
}

.binside {
	max-width: 95%
}

.binside .cytabtn {
	min-width: 200px;
}

.content a, .infobox2 a {
	border-bottom: 1px solid #000;
	padding-bottom: 0;
}
.content a:hover {
	opacity: 0.8
}

.content a.transparentlink {
	padding: 8px 20px;
	border-bottom: 2px solid #000;
}

.smallerfont {
	font-size: 0.8em
}


.maxxer {
	max-width: 350px;
}

.px-100 {
	padding: 20px 150px;
}

.shopkachel {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: transparent center center no-repeat;
	background-size: 150px;
	min-width: 160px;
	min-height: 170px;
}

.shopkachel img {
	max-height: 150px;
	max-width: 100%;
}

.scb,
.scb h3,
.scb p {
	text-align: center;
}

.scb p {
	margin-bottom: 10px;
}

.scb td .text-right {
	float: right
}

.scb table {
	margin: 0 auto;
	max-width: 240px;
}

.scb.active {
	display: block !important;
}

.shopContentBlock h3 {	
	font-weight: 600;
}

.shopContentBlock.hiddenblock {
	display: none !important;
}

.redtitle {
	color: #e6303f;
	font-weight: 600;
}

.infobox {
	padding: 12px;
}

.submenu-toggle {
	display: none;
}

.aboxIcon {
	padding-bottom: 15px;
}

.boxtext {
	min-height: 115px;
}

.boxtext a {
	color: #fff;
}

.boxlinks {
	min-height: 95px;
}

.fourcolumns .boxtext {
	min-height: 170px;
}

.NewsHolder .boxtext {
	min-height: 120px;
}

.newsinside {
	min-height: 240px;
}

.bordertop {
	border-top: 2px solid #333;
}


#anreiselink {
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.notvisible {
	visibility: hidden;
}

body.sticky .preheader {
	height: 152px;
}

.textabsbox {
	position: absolute;
	bottom:-2px;
}
.textabsbox p {
	margin-bottom: 0;
}

.geoeffnet,
.geschlossen {
	width: 80px;
}

#shopsCarousel {
	position: relative;
}

#shopsCarousel .carousel-indicators {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;	
	top: unset;
	margin-right: 0;
}

#shopsCarousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #1E1E1C;    
	border-radius: 6px;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

#shopsCarousel .carousel-indicators .active {
	opacity: 1;
	background-color: #1E1E1C;
}



/* Custom Dropdown Styles - Branche auswählen */
.custom-select-wrapper,
.custom-search-wrapper {
	position: relative;
	width: 100%;	
	margin: 20px auto;
}

#resetsearch {
	position: absolute;
    right: 10px;
    top: 20px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
    z-index: 2;
    width: 38px;
    right: 58px;
}

#gosearch {
	position: absolute;
	right: 15px;
	top: 20px;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0;
	z-index: 2;
	width: 38px;
}

.custom-select {
	width: 100%;
	padding: 6px 40px 6px 20px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease;
}

.custom-select:hover {
	
}

.custom-select:focus {	
	
}


.custom-select-wrapper::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	pointer-events: none;
	transition: all 0.3s ease;
	margin-top: -3px;
}

.custom-select-wrapper:hover::after {
	border-top-color: #e6303f;
}

.custom-select option {
	padding: 10px;
	font-size: 16px;
	background-color: #fff;
	color: #000;
}

.custom-select option:hover {
	background-color: #f5f5f5;
}

.durchgestrichen {
	text-align:center;
	position: relative;
}

.whitebg {
	background-color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 10px;
}


.durchgestrichen::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1%;
	width: 98.5%;
	height: 2px;
	background-color: #000;	
	z-index: 0
}


 #shopsearch {
	width: 100%;
	padding: 6px 40px 6px 20px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;	
	outline: none;
	transition: all 0.3s ease;
}


#srchdrop { 
	display: none; 			
	background-color: #fff; 	
	text-transform: uppercase; 	
	z-index: 10;	
}

#srchdrop div { 
	cursor: pointer; 	
}


.twenty {
	width: 20%;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

.twenty img {
	max-width: 100%;
}

/* shop plan page ------------------------*/

.scb {
	padding-top: 50px;
	display: none;
}

#shopPlanContent table td {
	padding-right: 10px;
	padding-bottom: 5px;
}
.hiddenBoxes {
	display: none;
}

#iconslisted {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#iconslisted li {
	display: block;
	float: left;
	width: 20%;
}

.ebenelink.active, 
.ebenelink1.active,
.ebenelink2.active,
.ebenelink3.active  	 { 
	color: #000; 
}
	
#shopPlanHolder {
	text-align: center;
}

.shopsnavi span 		 { 
	float: left; 
	display: block; 
	margin-right: 50px;
}
.shopsnavi a 			 { 
	margin-right: 10px; 
}

#mapholder 				 { 
	margin-top: 40px;
}
#mapholder1				 { 
	margin-top: 40px;
}
#mapholder2				 { 
	margin-top: 40px;
}
#mapholder3				 { 
	margin-top: 40px;
}
.MapContainer 			 { display: none;}
.MapContainer1 			 { display: none;}
.MapContainer2 			 { display: none;}
.MapContainer3 			 { display: none;}
.MapContainer.active     { display: inline-block;}
.MapContainer1.active    { display: inline-block;}
.MapContainer2.active    { display: inline-block;}
.MapContainer3.active    { display: inline-block;}
map 					 { display: inline;}

.plancontainer {
	max-width: 100%;
	height: auto;
}

.planholder {
	max-width: 100%;
}

.planholder img {
	max-width: 100%;
	height: auto !important;
}

#mapster_wrap_1,
#mapster_wrap_2,
#mapster_wrap_3 {
	max-width: 100% !important;
	height: auto !important;	
}


#shopMap, #shopMap1, #shopMap2, #shopMap3 {  z-index: 9999;}
.shopsnavi 				{ padding-left: 0px; width: 100%; text-align: center; position: relative; }
.allshopsfilter 			{ display: inline-block; padding-left: 0px;}
.allshopsfilter a 			{ display: inline-block; padding-right: 35px; color: #666; }
.allshopsfilter a.active 	{ color: #333; }
.blackier 					{ color: #5c5430; }
#showicons 				{ cursor: pointer; width: 30px; height: 30px; display: block; float: right; background: transparent url(../images/btn-view-box-inactive.png) center center no-repeat; background-size: 30px 30px; margin-left: 5px; margin-right: 0.9375rem;}
#showlist 				{ cursor: pointer; width: 30px; height: 30px; display: block; float: right; background: transparent url(../images/btn-view-list-inactive.png) center center no-repeat; background-size: 30px 30px;}
#showicons.active 		{ background-image: url(../images/btn-view-box-active.png); }
#showlist.active 		{ background-image: url(../images/btn-view-list-active.png); }

#iconslisted 			{ width: 100%; }

#iconslisted 			{ width: 100%; }
#iconslisted img 		{ box-shadow: none !important; float: left; display: none; margin-top: 2px; margin-right: 5px; }
#iconslisted a 			{ color: #7f7f7f; display: block; float: left; width: 98%; }
#iconslisted a span 		{ display: inline-block; font-size: 0.9em; }

.shophomelink           { 
	cursor: pointer; 
}

.backtolisting {
	float: right;
	margin-right: 0 !important;
	padding-top: 5px;
}

.calendar-widget-table tbody .hasEvent {
	background-image: url(../images/Event-News_Icon_Cal.svg) !important;
	background-size: 30px !important;
	background-position: 10px center !important;
}
.calendar-widget-table tbody .calendar-day {
	min-width: 95px;
}

.zoom-container {
	overflow: hidden;
	display: block;
}

.zoom-container img.zoomed {
	transition: transform 0.3s ease;
	display: block;
	width: 100%;
}

.zoom-container:hover img.zoomed {
	transform: scale(1.1);
}

.calendar-widget-table tbody td {    
    padding: 20px !important;
    font-size: 1.5rem !important;
}

.event-calendar-quick-nav {
	list-style-type: none;
	padding-top: 50px;
}

.calendar-widget-table tbody .today {
	color: #e6303f !important;
}


/* order page */
.OrderPage label {
	padding-bottom: 10px;
}

.OrderPage #Form_Form input[type="text"],
.OrderPage #Form_Form input[type="email"], 
.OrderPage #Form_Form textarea,
.OrderPage #Form_Form input[type="number"],
.OrderPage #Form_Form input[type="date"],
.OrderPage #Form_Form select {
	width: 90%;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #bababa;
}

#Form_Form_Firma {
	width: 95% !important;
}

.productBox {
	display: inline-block;
	padding-right: 50px;
}

.OrderPage #Form_Form input[type="number"] {
	max-width: 100px;
}

.OrderPage #Form_Form textarea {
	width: 95%;
}

.OrderPage .field.checkbox label {
	padding-left: 10px;
	max-width: calc( 90% - 30px );
}

.OrderPage .optionset  {
	list-style-type: none;
	padding-left: 0px;
}

.OrderPage #Form_Form input[type="checkbox"] {
	vertical-align: top;
	margin-top: 5px;
}

#frmKontaktSubmit {
	background-color: #fff; 
	text-transform:uppercase; 
	letter-spacing:1px; 
	font-weight: bold; 
	min-width: 250px;
}

#mobilsearchbox {
	display: none;
}

.searchresults {
	min-height: calc( 100vh - 98px - 330px);
}

#SearchResults {
	list-style-type: none;
	padding-left: 0;
}

#SearchResults li {
	padding-bottom: 20px;
}

.eventlist {
	list-style-type: none;
	padding-left: 0;
}

.eventlist li {
	padding:20px;
	margin-bottom:20px;
}

.event-calendar-dropdown {
	margin-bottom: 20px;
	width:100%
}

.dates {
	font-size:1.2rem;
	font-weight:600;
	color:#e6303f;
}

.text-bold {
	font-weight: 600;
}

.event-overview-image {
	position: absolute;
	right: 10px;
	top:-20px;
	border-radius:10px;
}

@media only screen and (max-width: 767px) {   
	.twenty {
		width: 50%;
	}
  #shopPlanContent {    position: relative; min-height: 310px;  }  
  .shopGastroImage img {    margin-top: 0px;  }  

  .custom-select-wrapper {
		max-width: 100%;
	}
	
	.custom-select {
		font-size: 14px;
		padding: 10px 35px 10px 15px;
	}
	
	.custom-select-wrapper::after {
		right: 15px;
	}

	#iconslisted li {
		width: 50%;
	}
	.shopkachel {
		background-size: contain;
	}
}

@media screen and (min-width: 1920px) {
	#lowerpart2 .bottomer {
		height: 92%;
	}
}

@media (min-width: 1400px) and (max-width:1920px) {
	#lowerpart2 .bottomer {
		height: 88%;
	}
}

@media (max-width: 1440px) {
	.teaserbox {
		max-height: 450px;
	}
	.imginside {
		min-height: 450px;
	}

	.boxtext {
		min-height: 135px;
	}

}

@media screen and (max-width: 1667px) {
	.ciInside {
		padding: 40px;
	}
}


@media screen and (max-width: 1440px) {
	.footermenu li {
		margin-right: 30px;
	}
	.ciInside {
		padding: 40px 30px;
	}
	.smallkachel {
		min-height: 190px;
	}
	.minbox {
		height: 280px;
	}
	#lowerpart3 .bottomer {
		height: 90%;
	}
	#lowerpart2 .bottomer {
		height: 88%;
	}

	.md-anreise {
		background: transparent url(../images/anreise_parken_468x600px.jpg) no-repeat top center;
		background-size: cover;
	}
	.md-anreise .md-unvisible {
		visibility: hidden;
	}
}

@media screen and (max-width: 1300px) {
	.ciInside {
		padding: 40px 22px;
	}
}

@media screen and (max-width: 1200px) {


	.vseparator {
		display: none;
	}

	.footermenu {
		padding-top: 20px;
	}

	.footermenu li {
		max-width: unset;
		margin-right: 15px;
	}

	.footermenu > li > a {
		font-size: 0.9rem;
	}

	.footermenu li:last-child {
		margin-right: 0px;
	}

	.folgeuns {
		padding-top: 112px;
	}
	.ciInside {
		padding: 40px 10px;
	}
	.smallkachel {
		min-height: 210px;
	}
	.redinverted {
		display: inline-block;
		clear: both;
	}
	.firstminbox {
		height: auto;
		aspect-ratio: 1 / 1;
		width: 95%;
	}

	.minbox.lower {
		height: auto;
		margin-top: 20px;
	}

	.minbox .centeredimg {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	#lowerpart3 .bottomer {
		height: 83%;
	}
	.flip-card-inner .cytabtn {
		bottom: 15px;
		margin-left: -125px;
		min-width: 250px;
	}

	.boxtext {
        min-height: 165px;
    }
	.fullheight {
		padding-left: 2px !important;
	}

	img.shophover {
		width: 100%;
		height: auto;
	}
	.uhrzeiten, #SearchForm_SearchForm_Search {
		font-size: 0.92rem;
	}
}

@media screen and (max-width: 1024px) {	
	.minbox.lower {
		height: auto;
		margin-top: 20px;
	}

	#Form_Form_Firma {
		width: 90% !important;
	}
}


@media screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
	.flip-card .cytabtn {
		bottom: 24px;
		padding: 12px 20px;
	}
	.container-md, .container-sm, .container {
		min-width: 97%
	}

	h1, .h1like {
		font-size: 2.2rem;
	}

	.centerinfos span {
		font-size: 24px;
	}
	.menubox {
		padding-top: 50px;
	}
	.md-unvisible {
		visibility: hidden;
	}
	.md-anreise {
		background: transparent url("../images/anreise_parken_468x600px.jpg") no-repeat top center;
		background-size: cover;
	}

	.md-info {
		height: 100%;
		background: transparent url("../images/md-info.jpg") no-repeat top center;
		background-size: cover;
	}
	#lowerpart3 .bottomer {
		height: 88%;
	}
	.firstgalblock {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	h3.piazzared {
		font-size: 1.9rem;
	}
	.piazzaicon {
		height: 120px;
	}
	.PiazzaPage .minbox {
		height: 240px;
		min-height: 230px;
	}
	.PiazzaPage .bottomer {
		height: 96%
	}
	.PiazzaPage .binside .cytabtn {
		min-width: 180px;
		padding: 4px 0;
	}
	.jobtitle {
		font-size: 1.3rem;
	}
	.md-piazza-img {
		margin-top: -20px; padding-bottom: 10px
	}
	.fcbinside {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
	h1, .h1like {
		font-size: 2.2rem;
	}
	.centerinfos {
		max-width: 468px;
		float: right;
		display: block;
		clear: both;
	}
	.centerinfos span {
		font-size: 24px;
	}
	.menubox {
		padding-top: 10px;
		float: right;
		display: block;
		clear: both;
	}
	.md-unvisible {
		visibility: hidden;
	}
	.md-anreise {
		background: transparent url("../images/anreise_parken_468x600px.jpg") no-repeat top center;
		background-size: cover;
	}
	.md-info {
		height: 100%;
		background: transparent url("../images/md-info.jpg") no-repeat top center;
		background-size: cover;
	}
	#lowerpart3 .bottomer {
		height: 83%;
	}
	.firstgalblock {
		min-height: 483px;
	}
	
	
	#listlisted li{
		width: 33%
	}

	.folgeuns {
		padding-top: 40px;
		font-size: 16px;
		padding-bottom: 30px;
	}

	.footerlogo {
		display: block;
		float: right;
		margin-top: 20px;
	}

	.aboxIcon {
		max-width: 140px;
	}

	.anreiseboxes::after {
		width: 56px;
	}

	.redlink {
		min-width: 80px;
	}

}

@media screen and (max-width: 832px) {
	.menubox {
		padding-top: 10px;
	}
}

@media screen and (max-width: 767px) {

	body.noscroll {
		overflow: hidden !important;
	}

	header.finished {
		/*position: fixed;*/
	}


	.nomobile {
		display: none;
	}

	.mobile {
		display: block;
	}
	

	.hamburger {
		margin-right: -15px
	}

	.brand {
		margin-left: -12px;
	}

	.brand img {
		max-width: 105px;
	}

	.menubox {
		padding-top: 0px;
		margin-right: 1px;
	}

	h1, .h1like {
		font-size: 2rem;
		font-weight: 700;
		padding-top: 40px;
		line-height: 1;
		padding-bottom: 10px;
	}

	.pb-sm-40 {
		padding-bottom: 40px;
	}

	h2 {
		font-size: 1.8rem;
		line-height: 1;
		padding-bottom: 10px;
	}

	.preheader {
		width: 100%;
		height: 0;
	}
	body.sticky .preheader {
		height: 125px;
	}


	@keyframes zoomInOut {
		0% {
			background-size: auto 110%;
		}
		50% {
			background-size: auto 160%;
		}
		100% {
			background-size: auto 110%;
		}
	}

	.m-center {
		text-align: center;
	}

	.m-center p {
		text-align: left;
	}

	#mapholder {
		padding-bottom: 5px;
	}

	.flip-card-inner .cytabtn {
		bottom: 50px;
	}

	.uhrzeiten {
		line-height: 1.2;
		padding-right: 0;
		color: #e52329
	}

	header.sticky .uhrzeiten {
		display: none;
	}

	.minbox .centeredimg {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.centeredimg img {
		display: block;
		margin: auto;
	}

	.centerinfos {
		display: none;
	}

	.mapbox {
		min-height: 400px;
	}

	#listlisted li {
		display: block;
		float: left;
		width: 50%;
	}

	.ciInside {
		padding: 30px 10px;
	}
	.ciText h3 {
		font-size: 2.5rem
	}

	#lowerpart3 .bottomer {
		height: 88%;
	}

	#lowerpart2 .bottomer {
		height: 86%
	}

	#mobilsearchbox {
		position: fixed;
		top: -100px;
		left: 0px;
		right: 0px;
		background-color: #fff;		
		display: block;
		z-index: 999999;		
		transition: all 0.3s ease;
		padding: 10px;
	}

	#searchiconmobil {
		cursor:pointer;
	}

	#mobilsearchbox.active {
		top: 0px;		
	}

	#SearchForm_SearchFormMobile_Search {
		border: none;
		background-color: #fff;		
		color: #e52329;
		padding-left: 3px;
		width: calc( 100% - 100px);
		outline:none;
	}

	#SearchForm_SearchFormMobile_Search::placeholder {
		color: #e52329;
		opacity: 1;
	}

	#SearchForm_SearchFormMobile_action_results {
		background: #fff url(../images/Search_Go.svg) no-repeat center center;
		width: 44px;
		height: 39px;
		text-indent: -999em;
		border: none;
	}

	
	.binside {
		max-width: 100%
	}
	.h-sm-auto {
		height: auto !important;
	}
	.minbox.lower {
		min-height: 150px;
		height: auto;
	}
	

	.folgeuns {
		padding-top: 4px;
		font-size: 14px;
		font-weight: 400;
	}

	.footermenu {
		width: 100%;
	}

	.footermenu li {
		width: 100%;
		max-width: 100%;
		padding-bottom: 10px;
	}

	.flip-card:hover .flip-card-inner {
		transform: none;
	}

	.carousel-indicators {
		top: unset;
		bottom: -70px;
		right: 0;
		margin-right: 0;
		text-align: center;
		display: flex;
	}

	.footerinfomenu li {
		width: 100%;
		clear: both;
	}



	.slider {
		&::before,
		&::after {
			width: 0;

		}
	}

	.flip-card-back {
		text-align: center;
	}

	.mobile-flip-back {
		display: none;
		animation: flipIn 0.4s;
		background: #eee;
		z-index: 10;
		position: relative;
		transform: none;
		width: 100%;
		aspect-ratio: 1 / 1;
	}

	@keyframes flipIn {
		from { transform: rotateY(90deg); opacity: 0; }
		to { transform: rotateY(0); opacity: 1; }
	}

	.flip-card-back.shopbox {
		padding-bottom: 20px;
	}

	.mobile-flip-close {
		position: absolute;
		top: 8px;
		right: 12px;
		border: none;
		font-size: 2rem;
		line-height: 1;
		color: #000;
		z-index: 20;
		cursor: pointer;
		padding: 0 8px;
		border-radius: 50%;
		display: block;
	}

	#shopPlanContent {
		width: 100%;
	}

	#mapholder {
		max-width: 100%;
	}

	.shopContentBlock,
	.shopContentBlock h3,
	.shopContentBlock p,
	.shopContentBlock td {
		text-align: center;
	}

	.spBlockBottom {
		min-height: 300px;
	}

	.accordion-item:first-of-type, .accordion-item:last-of-type {
		border-radius: 0;
	}

	.accordion-item {
		border: none;		
		border-bottom: 2px solid #e6303f;
	}

	.accordion-item:first-of-type {
		border-top: 2px solid #e6303f;
	}

	.accordion-button {
		padding: 10px 5px;
		outline: none;
		color: #e6303f !important;
	}
	.accordion-button:focus {
		box-shadow: none;
	}

	.accordion-button::after {
		color: #e6303f !important;
		background-image: url(../images/Arrow_rot.svg) !important;
	}

	.accordion-button:not(.collapsed) {
		background-color: #fff;
		box-shadow: none;
	}

	.accordion-button::after svg {
		stroke: #e6303f !important;
	}

	.FaqPage .accordion-button {
		color: #000 !important;
	}

	.FaqPage .accordion-button::after {
		color: #000 !important;
		background-image: var(--bs-accordion-btn-icon) !important;
	}



	.accordion-item .accordion-header {
		padding: 10px;

	}

	#anreiseAccordion .accordion-item, #anreiseAccordion .accordion-button {
		background-color: transparent;

	}

	#anreiseAccordion .accordion-body {
		padding-left: 5px !important;
		padding-top: 10px !important;
	}

	.accordion-header h3 {		
		font-size: 1.1275rem;
		text-transform: uppercase;
	}

	.accordion-body {
		padding-top: 0;
	}

	.ShopPlanPage .shopkachel img {
		max-height: 125px;
	}

	.smallkachel {
		min-height: 135px;
	}
	.infobox2 h3 {
		max-width: 80%;
		margin: 0 auto;
	}
	.redinverted {
		display: inline-block;
	}

	.grid-item {
		width: 100%;
	}


	.footerlogo {
		float: right;
	}


	.GutscheinePage h2 {
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 40px;
	}

	.bordertop {
		border-top: 1px solid #000;
	}

	.grid-inside {
		margin-left: 0;
		margin-right: 0;
	}

	.jobtitle {
		font-size: 1.3rem;
		line-height: 1.1
	}

	.shorttitle h2 {
		max-width: 70%;
		margin: 0 auto;
	}

	.ciIcon img {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.accordion-item img {
		max-width: 80px;
	}

	.pt-sm-40 {
		padding-top: 40px;
	}

	.pb-sm-45 {
		padding-bottom: 55px !important;
	}
	.folgeuns {
		width: 100%;
	}

	.teaserbox {
		max-height: unset;
	}


	.mobheadline {
		min-height: calc( 70vw );
	}

	.imginside {
		min-height: 250px;
	}

	#SearchForm_SearchForm_Search::placeholder {
		color: #fff !important;
	}

	.OrderPage form input {
		width: 100%;
    	border-radius: 5px;
    	padding: 5px;
    	border: 1px solid #999
	}

	.OrderPage form input[type="text"], .OrderPage form input[type="email"], .OrderPage form textarea, .OrderPage form input[type="number"], .OrderPage form input[type="date"], .OrderPage form select {
		width: 100%;
	}

	.OrderPage form input[type="checkbox"], .OrderPage form input[type="radio"] {
		width: 15px;    	
	}


	.productBox {
		padding-right: 10px;
	}
	.productBox:last-child {
		padding-right: 0;
	}

	.OrderPage form input[type="number"] {
		max-width: 80px;
	}
	footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ZeitenPage .lowerminbox {
		min-height: 220px;
		height: auto;
	}
	.ZeitenPage .textabsbox {
		position: relative;
	}

	.custom-select-wrapper, .custom-search-wrapper {		
		margin: 10px auto;
	}

	.ShopPlanPage .redlink {
		min-width: 65px;
		margin-right: 1px;
		margin-bottom: 0;
	}

	.shopsnavi {
		padding-top: 30px;
	}

	.scb {
		padding-top: 40px;
	}
	.px-100 {
		padding: 20px;
	}
	.pb-sm-45 {
		padding-top: 20px;
	}

	.calendar-widget {
		overflow-x: auto;
	}

	.btn-left-part {
		min-width: 85px;
	}

	.accordion-item:last-child {
		border-bottom: none;
	}
}

/* 50:50 Layout Structure */
.grid-50-50 {
	display: flex;
	align-items: center;
	gap: 3rem;
	margin: 3rem 0;
	flex-wrap: wrap;
}

.grid-50-50__col {
	flex: 1 1 calc(50% - 1.5rem);
	min-width: 300px;
}

.grid-50-50__col--image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid-50-50__col--image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.grid-50-50__col h2,
.grid-50-50__col h3 {
	margin-bottom: 1rem;
	margin-top: 0;
}

.grid-50-50__col p {
	margin-bottom: 1rem;
}

/* Responsive: Stack on smaller screens */
@media (max-width: 768px) {
	.grid-50-50 {
		flex-direction: column;
		gap: 2rem;
	}

	.grid-50-50__col {
		flex: 1 1 100%;
		min-width: unset;
	}

	.grid-50-50__col--image {
		order: -1;
	}
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: var(--bs-white);
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	height: 3px;
	border-radius: 2px;
	background-color: #e52329;
}

.blackhamburger .hamburger-inner, .blackhamburger .hamburger-inner:after, .blackhamburger .hamburger-inner:before, .ArticlePage .hamburger-inner, .ArticlePage .hamburger-inner:after, .ArticlePage .hamburger-inner:before {
	background-color: #0d1c47 !important;
}

nav.primary {
	position: fixed;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 19;
	height: 0;
	top: 155px;
	background-color: #fff;
	transition: height ease-in-out 0.5s;
	-moz-transition: height ease-in-out 0.5s;
	-webkit-transition: height ease-in-out 0.5s;
	-o-transition: height ease-in-out 0.5s;
	overflow: hidden;
}

body.sticky nav.primary {
	top: 59px;
}

nav.primary.is-active {
	height: 335px;	
	border-bottom: 1px solid #000;
}

.nav {
	list-style-type: none;
	padding: 35px 0;
	margin: 0;
}

.nav li {
	display: block;
	float: left;
	text-align: left;
	max-width: 220px;
	width: auto;
	min-width: 200px;
}

.nav li a {
	font-size: 1rem;
	color: #000;
	line-height: 1.4;
	font-weight: 600;
	padding: 2px 0;
}

.nav > li > a {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	min-height: 49px;
}

.nav li a:hover, .nav li a.active {
	color: #e52329;
}

.nav .submenu {
	padding-top: 1px;
}

@media screen and (max-width: 1200px) {
	body.sticky nav.primary {
		top: 108px;
	}

	.nav li {
		min-width: 175px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
	nav.primary {
		top: 140px
	}

	nav.primary.is-active {
		top: 140px;
		height: 100vh !important;
		overflow-y: auto;
	}



	.nav > li {
		min-width: 50%;
		max-width: 50%;
		width: 50%;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {


	nav.primary {
		width: 100% !important;
		top: 59px;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
	}

	nav .container {
		padding-left: 0;
		padding-right:0;
	}

	.nav {
		padding-top: 0;
	}

	.nav .submenu {
		padding-top: 0;
	}

	.nav li a {
		padding: 10px 0;
		font-size: 1.2rem;
		line-height: 1.5rem;
		font-weight: 500;
	}

	.nav > li {
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 100%
	}

	nav.primary.is-active {
		height: calc( 100vh - 56px );
		border: none;
		overflow-y: auto;
		padding-bottom: 20px;
	}

	body.sticky nav.primary {
		top: 59px;
	}

	.nav li {
		padding-top: 7px;
		width: 100%;
		display: block;
		float: left;
		line-height: 2rem;
	}

	.mmpoint {
		font-size: 1.1rem;
		color: #000;
	}
	.nav .submenu {
		padding-top: 0;
	}

	.nav .bordertop {
		margin-top: 5px;
	}

}
