html, body {
	overflow-x: hidden;
}
body {
	font-family: "Quicksand", serif;
	font-size: 16px;
	font-weight: 400;
	color: #0d1c47;
	overflow-x: hidden;
}

.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;
}

.mobile {
	display: none;
}

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

td {
	font-size: 14px;
}

.relativer {
	position: relative;
}

.brand {
	text-align: center;
}


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

.grey {
	background-color: #efefef;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

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

h1, .h1like {
	font-size: 2.875rem;
	font-weight: 700;
	line-height: 1.154;
	padding-bottom: 10px;
}


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

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

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

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

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


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


/* 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 #eee;
}
header.sticky.finished {
	top: -1px;
	position: fixed;
	left: 0;
	right: 0;
	height: 110px;
	transition: 1s 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: 35px;

}

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

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

.topslider {
	background-color: #d60b52;
	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: #d60b52;
	padding-left: 15px;
	display: inline-block;
	min-height: 44px;
}

.m4rot {
	color: #db0b52
}

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

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

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

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

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

.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;
	font-size: 0.875rem;
}

.black {
	color: #000;
}

.folgeuns {
	padding-top: 93px;
	font-size: 14px;
}



.footer {
	background-color: #0A4829;
	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;
}


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


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

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

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



.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: 170px;
	background-position: center center;
	background-size: 150px auto;
	background-repeat: no-repeat;
}

.redbg {
	background-color: #D60B52;
}

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

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

.greybg {
	background-color:#eee
}

.slide p {
	font-weight: 500;
}

.m4btn {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.05em;
	padding: 18px 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: 'Quicksand', sans-serif;
	font-weight: 700;
	min-width: 266px;
	text-align: center;
	border-radius: 3px;

	&:before,
	&:after {
		content: '';
		display: block;
		position: absolute;
		z-index: -1;
	}

	/* Side shadow */
	&:before {
		right: -10px;
		top: 3px;
		width: 10px;
		height: calc(100% + 4px);
		transform: skewY(41deg);
	}

	/* Bottom shadow */
	&:after {
		bottom: -12px;
		left: 3px;
		width: calc(100% + 3px);
		height: 12px;
		transform: skewX(36deg);
		border-bottom-right-radius: 3px;
	}

	&:hover {
		transform: translate(0.2em, 0.2em);
	}

	&:active {
		box-shadow: none;
		transform: translate(0.5em, 0.5em);
	}
}


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

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

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

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

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



.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;
	}
}

.btn-piazza-3d {
	color: #E52329 !important;
	border: 2px solid #E52329; /* Border color */
	z-index: 1;
	margin-top: 4px;
	margin-bottom: 11px;
	padding: 10px 20px;

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

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

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

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


.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;

}

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

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card.norotate {
	background-color: #d60b52;
}

.flip-card.norotate:hover .flip-card-inner {
	transform: none;
	background-color: #d60b52;
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
}

.flip-card-front {
	color: black;
	background-size: cover;
}

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

.flip-card-back.piazzabox {
	background-color: #E52329;
}

.flip-card-back.piazzabox p {
	color: #fff;
}

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

.flip-card-front .m4btn {
	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.piazzahover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	display: none;
}

.piazzainfoheadline {
	font-size: 2.175rem;
	font-weight: 500;
	line-height: 1;
	color: #E52329;
}

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

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

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

.topper {
	overflow: hidden;
	z-index:9999;
	position: relative;
}

.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 {
	color: #d60b52;
	font-weight: 700;
	font-size: 1.5rem;
	font-style: normal;
}

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


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

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



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

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

.PiazzaPage .bottomer {
	margin-top: auto;
}

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

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

.ZeitenPage .bottomer {
	height: 91%;
}

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

.minbox {
	min-height: 268px;
}

.zheadline {
	color: #d60b52;
	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;
}

/* piazzapage */
.piazzarot {
	background-color: #E52329;
	color: #fff;
}

.piazzared {
	color: #E52329;
}

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

h3.piazzared {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
}

.ftbigger {
	font-size: 1.5rem;
}

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

.binside {
	max-width: 80%
}

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

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

.smallerfont {
	font-size: 0.8em
}

/* shop plan page */
#shopPlanContent {
	width: 70%
}

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

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

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

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

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

.shopContentBlock h3 {
	color: #d60b52;
	font-weight: 600;
}

.infobox {
	padding: 12px;
}

.submenu-toggle {
	display: none;
}

.aboxIcon {
	padding-bottom: 15px;
}

.aboxIcon img {
	max-width: 100px;
}

.piazzaicon {
	height: 150px;
}
.md-piazza-img {
	padding-bottom: 10px
}
.mobile-flip-close {
	display: none;
}

#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;
}

@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) {

}

@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) {
	.footermenu li {
		max-width: 190px;
	}
	.folgeuns {
		padding-top: 112px;
	}
	.ciInside {
		padding: 40px 10px;
	}
	.smallkachel {
		min-height: 210px;
	}
	.redinverted {
		display: inline-block;
		clear: both;
	}
	.minbox {
		height: 340px;
	}

	.PiazzaPage .minbox {
		height: 280px;
	}

	#lowerpart3 .bottomer {
		height: 83%;
	}
	.flip-card-inner .m4btn {
		bottom: 15px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
	.flip-card .m4btn {
		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 .m4btn {
		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;
	}
	h3.piazzared {
		font-size: 1.8rem;
	}
	.piazzaicon {
		height: 100px;
	}
	.PiazzaPage .minbox {
		min-height: 240px;
		height: 240px;
		margin-bottom: 15px;
	}
	.PiazzaPage .bottomer {
		display: unset;
		align-items: unset;
	}
	.PiazzaPage .bottomer p {
		margin-bottom: 0;
		font-size: 0.8rem;
	}
	.PiazzaPage .bottomer h4 {
		font-size: 1rem;
	}
	.PiazzaPage .binside {
		max-width: 100%;
	}
	.PiazzaPage .binside .m4btn {
		min-width: 156px;
		padding: 1px 0;
		border: none;
		margin-top: 10px;
		margin-bottom: 0;
		text-align: left;
		letter-spacing: 0;
	}
	.PiazzaPage .binside .m4btn:after,
	.PiazzaPage .binside .m4btn:before {
		display: none
	}
	#listlisted li{
		width: 33%
	}
}

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

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


	.nomobile {
		display: none;
	}

	.mobile {
		display: block;
	}
	

	.hamburger {
		margin-right: -15px
	}

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

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

	.menubox {
		padding-top: 30px;
	}

	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 .m4btn {
		bottom: 50px;
	}


	.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%
	}

	.PiazzaPage .bottomer {
		padding-top: 15px;
		display: block;
		align-items: start;
		height: auto;
	}
	.binside {
		max-width: 100%
	}
	.h-sm-auto {
		height: auto !important;
	}
	.minbox.lower {
		min-height: 150px;
		height: auto;
	}
	.PiazzaPage .bottomer p {
		padding-bottom: 10px;
	}


	h3.piazzared {
		font-size: 2rem;
	}

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

	.footermenu {
		width: 100%;
	}

	.footermenu li {
		width: 100%;
		max-width: 100%;
	}

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

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


	.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.piazzabox {
		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: left;
	}

	.spBlockBottom {
		min-height: 300px;
	}

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

	.accordion-item {
		border: none;
		background-color: #fff;
		border-bottom: 1px solid #000;
	}

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

	.accordion-button {
		padding: 10px 5px;
		outline: none;
	}
	.accordion-button:focus {
		box-shadow: none;
	}

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

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

	}

	.accordion-header h3 {
		color: #000;
		font-size: 1.1275rem;
	}

	.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%;
	}

	h1.piazzared {
		padding-top: 20px;
	}

	.PiazzaPage h3.piazzared {
		max-width: 70%;
		font-size: 1.2rem;
	}

	.PiazzaPage .firstminbox {
		min-height: unset;
		overflow: unset;
		height: unset;
	}

	.footerlogo {
		display: none;
	}

	.footermenu .submenu {
		display: none;
	}
	.footermenu .footer-menu-item.has-submenu {
		position: relative;
		width: 100%;
		clear: both;
	}
	.footermenu .submenu-toggle {
		cursor: pointer;
		margin-left: 10px;
		font-weight: bold;
		font-size: 1.2em;
		user-select: none;
		display: initial;
		float: right;
	}
	.footermenu .footer-menu-item.open > .submenu {
		display: block;
		background-color: #eee;
		float: left;
		clear: both;
		margin-left:  -12px;
		width: calc(100% + 24px);
		padding: 5px 11px;
	}

	.footermenu .footer-menu-item.open > .submenu li a {
		color: #0a4829
	}

	.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%;
	}

	.btn-piazza-3d {
		min-width: 100px !important;
		display: block;
		float: left;
		margin-right: 16px;
	}

	.btn-piazza-3d:last-of-type {
		margin-right: 0;
	}
}

