.ViewPartnerHome-Banner {
	background-color: #fbb03b;
	max-height: 34vh;
	height: 300px;
}

.ViewPartnerHome-Centered-Content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ViewPartnerHome-Banner-image {
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
	z-index: 95 !important;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ViewPartnerHome-Band {
	background-color: #f1f3f5;
	/*max-height: 21vh;*/
	/*height: 21vh;*/
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: -45px;
}

.ViewPartnerHome-Logos {
	background-color: #f1f3f5;
	height: 100%;
}

.ViewPartnerHome-Container {
	background-color: #f1f3f5;
	margin-bottom: 50px;
	padding-top: 30px;
	/*margin-top: 50px;*/
	margin-bottom: 0px !important;
}

.ViewPartnerHome-Container-Content {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 100vw;
	margin-left: calc((100vw - min(100vw, 1000px)) / 2);
	padding-bottom: 50px;
}

/*.ViewPartnerHome-Container-Content-640 {
	display: flex;
	flex-wrap: wrap;
	max-width: 640px;
	width: 100vw;
	margin-left: calc((100vw - min(100vw, 640px)) / 2);
	padding-bottom: 50px;
}*/

#theVideo{
	width: 500px;
	height: 500px;
	margin-left: calc(50% - 250px);
	margin-top: 20px;
}

.ViewPartnerHome-Section {
	margin-bottom: 50px;
	font-size: 14pt;
}

.ViewPartnerHome-Section:last-child {
	margin-bottom: 0;
}

.ViewPartnerHome-Section-Title {
	color: #fbb03b;
	width: 100%;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 22pt;
}

.ViewPartnerHome-List {
	font-size: 14pt;
	margin-bottom: 20px;
}

.ViewPartnerHome-List-Item {
	margin-top: 10px;
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
}

.ViewPartnerHome-List-Item-Image {
	width: 40%;
	height: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ViewPartnerHome-Registration-Steps {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-right: 20px;
}

.ViewPartnerHome-Registration-Step {
	width: 33%;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.ViewPartnerHome-Registration-Step-Image {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}

.ViewPartnerHome-Registration-Step-Title {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.ViewPartnerHome-Registration-Step-Text {
	text-align: left;
	font-size: 10pt;
}

.ViewPartnerHome-Button {
	background-color: #df2320 !important;
	border-color: #df2320 !important;
	color: white;
}

.ViewPartnerHome-Registration-Center {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ViewPartnerHome-Moduls {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 80%;
	max-width: 800px;
	margin-bottom: 50px;
}
.ViewPartnerHome-Pakete {
	/*width: 80%;*/
	/*max-width: 800px;*/
	margin-top: 50px;
	margin-bottom: 0px;
}

.ViewPartnerHome-Modul-Title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 22pt;
	text-align: center;
}

.ViewPartnerHome-Extra-Space {
	margin-top: 50px;
}

.ViewPartnerHome-Modul-Text {
	margin-top: 10px;
	text-align: center;
	padding: 0px 20px;
}

.ViewPartnerHome-Modul-List {
	padding: 0px 10px;
}

.ViewPartnerHome-Modul-Price-White {
	font-weight: bold;
	font-size: 12pt;
	background-color: #df2320;
	color: white;
	padding: 10px 15px;
}

.ViewPartnerHome-Banner-End {
	background-color: #fbb03b;
	max-height: 34vh;
	height: var(--banner-height);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0px;
}

.ViewPartnerHome-Carousel {
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
	justify-content: center;
	align-content: center;
	margin-bottom: 20px;
}

.ViewPartnerHome-Border-Dotted {
	position: relative;
	border-style: dotted;
	border-width: 5px;
	border-color: #fbb03b;
	margin-top: 20px;
}

.ViewPartnerHome-Border-Filled {
	position: relative;
	background-color: #fbb03b;
	margin-top: 20px;
	align-items: unset !important;
}

.ViewPartnerHome-Border-Solid {
	position: relative;
	border-style: solid;
	border-width: 5px;
	border-color: #fbb03b;
	margin-top: 20px;
}

.ViewPartnerHome-Border-Grey {
	position: relative;
	border-style: solid;
	border-width: 5px;
	border-color: #f1f3f5;
	background-color: #f1f3f5;
	margin-top: 10px;
}

.ViewPartnerHome-25 {
	width: 45%;
}

.ViewPartnerHome-100 {
	width: 100%;
}

.ViewPartnerHome-Modul-Check-Red {
	color: #df2320;
	font-weight: bold;
	margin-right: 5px;
}

.ViewPartnerHome-Modul-Descr {
	text-align: center;
	font-size: 12pt;
}

.ViewPartnerHome-Modul-Text-Title {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

.ViewPartnerHome-Modul-Price-Box {
	position: relative;
	left: 50%;
	width: 150px;
	font-size: var(--font-default);
	text-align: center;
	z-index: 1000;
}

.ViewPartnerHome-Modul-Price-Box-left0 {
	left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ViewPartnerHome-Modul-AddOn-Box {
	position: relative;
	left: 50%;
	width: 100px;
	font-size: 12pt;
	font-weight: bold;
	transform: translate(-50%, -60%);
	text-align: center;
	color: white;
	background-color: #fbb03b;
	margin-bottom: -23px;
	border-radius: 25px;
}

.ViewPartnerHome-Modul-List-Item {
	padding: 0px 10px;
	display: flex;
	flex-direction: row;
	font-size: 12pt;
}

.ViewPartnerHome-Flex-Centered {
	justify-content: center;
}

.ViewPartnerHome-translate-center {
	transform: translate(-50%, 51%);
}

.ViewPartnerHome-translate-next {
	transform: translate(-50%, 75%);
}

.ViewPartnerHome-Centered-Box-Grey {
	width: 80%;
	max-width: 800px;
	background-color: #f1f3f5;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
}

.ViewPartnerHome-Centered-Box-Grey.product{
	background-color: white;
	border: 2px solid #ccc;
}

.ViewPartnerHome-Centered-Box-Grey img{
	max-width: 300px;
	width: 100%;
	display: block;
	margin: 10px auto 0px auto;
}

.ViewPartnerHome-width-100 {
	width: 100%;
}

.ViewPartnerHome-Top-Dist {
	margin-top: 50px;
}

.ViewPartnerHome-Banner-End img {
	margin-bottom: 90px;
}

.ImageBannerSlider {
	width: 100%;
	height: 100%;
	overflow: auto;
	white-space: nowrap;
}

.ImageBannerSlider-Picture {
	display: inline-block;
	max-width: 20%;
	height: auto;
	padding: 10px 20px;
}

.c-marquee.is-animated {
	position: relative;
	transform: translate3d(0, 0, 0);
}

.c-marquee {
	overflow: hidden;
	scroll-behavior: smooth;
	height: 100%;
	position: relative;
}

.c-marquee::after {
	content: "";
	display: block;
	position: absolute;
	background: linear-gradient(to right, #f1f3f5 0, rgba(249, 174, 00, 0) 15%, rgba(249, 174, 0, 0) 85%, #f1f3f5 100%);
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.c-marquee__container {
	display: flex;
	align-items: center;
	overflow-x: auto;
	width: calc(55 * (110px + 50px));
	height: 100%;
	margin-top: -35px;
}

.c-marquee.is-animated .c-marquee__container {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
	animation-name: moveLogos;
	animation-duration: 90s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes moveLogos {
	100% {
		-webkit-transform: translateX(calc(8 * (var(110px) + 50px) - 55 * (var(110px) + 50px)));
		transform: translateX(calc(8 * (var(110px) + 50px) - 55 * (var(110px) + 50px)));
	}
}

.c-marquee__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	border: 0;
	margin-left: 50px;
}

.c-marquee__attribution {
	padding: 10px 0px;
	height: 100%;
	width: 110px;
}

.PriceList-Item {
	padding: 0px 10px;
	display: flex;
	flex-direction: row;
	font-size: 12pt;
}

.PriceList-Check-Red {
	color: #df2320;
	font-weight: bold;
	margin-right: 5px;
}

.PriceList-Center {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.PriceList-Button {
	margin-top: 20px;
	background-color: #df2320 !important;
	border-color: #df2320 !important;
	color: white;
}



/*
.ViewPartnerHome-Pakete > div{	
}*/

#paketScroll {
	/*display: flex;*/
	/*flex-direction: row;*/
	/*justify-content: space-between;*/
	width: 820px;
	/*background-color: blue;*/
	overflow: scroll;
}

#paketScrollContainer{
	/*background-color: red;*/
	/*height: 800px;*/
	width: 100vw;
	max-width: 820px;
	/*display: flex;*/
	overflow: scroll;
}

.spalten {
	/*display: flex;*/
	/*flex-direction: column;*/
	/*width: 31%;*/
	/*display: flex; */
	/*align-items: stretch; */
	width: 250px;
	margin-left: 15px;
	margin-right: 5px;
	float: left;
}

#shop-roundedBorders-25{
	width: 90vw;
	height: 250px;
}

#shop-roundedBorders-25 .yellow-gradient{
	padding: 10px 0px;
}


.roundedBorders-25 {
	/*padding-top: 5px;*/
	margin-top: 2px;
	border-radius: 25px;
	border: 2px solid #aaa;
	/*box-shadow: 0 0 2px #ccc;*/
	display: flex;
	flex-direction: column;
	align-content: space-between; 
	height: 660px;
}
.minheight-550 {
	min-height: 550px;
}

.roundedBorders-25 h1{
	font-size: 20pt;
}

.ae-stamp{
	width: 40px;
	padding-bottom: 5px;
}

.yellow-gradient {
	background-image: linear-gradient(#f8d7a3, #f7ad2e);
	padding: 15px 0px;
	border-radius: 0px 0px 23px 23px;
	margin-top: auto;
}



.text-center {
	align-items: center;
}
.ViewPartnerHome-Pakete .description {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.price-bigfat {
	font-size: 32pt;
	padding: 0 5px;
	font-weight: bold;
}

.roundedBorders-25 ul {
	list-style-position: inside;
	/*list-style-image: url('bilder/list-symbol.png');*/
	font-size: 16px;
}

.roundedBorders-25 ul li {
	margin: 0;
	padding: 10px 0px 10px 32px;
	list-style: none;
	background-image: url("bilder/list-symbol.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
}

#paketScrollContainer::-webkit-scrollbar{
	display: none;
}

#paketScroll::-webkit-scrollbar{
	display: none;
}











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


	.ViewPartnerHome-List-Item {
		margin-top: 10px;
		width: 50%;
		padding: 0px 10px;
	}
}