﻿

:root {
	color-scheme: light only;
	--green: #83bc3c;
	--greenHover: #41a62a;
}

@font-face {

	font-family: 'Open Sans Bold';
	src: url('OpenSans-Bold.woff2') format('woff2'), url('OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Regular.woff2') format('woff2'), url('OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.linkStyle {
	color: #e31e24;
}

.scroll-element {
	scroll-margin-top: 100px;
}

#rowAfterNav {
	height: 50px;
}

#buttonToTop {
	height: 60px;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	min-width: 100%;
}

.form-bg {
	background: rgba(131, 188, 60, 0.3);
	border-radius: 20px;
}

/* --- Standard Styles --- */
body {
	height: 100%;
	font-style: normal;
	font-weight: 100;
	color: black;
	background-color: white;
	/* background: linear-gradient(0deg, #4CB4E7 80%, #12579C 99%, #024089 100%); */
	font-family: Open Sans;
	position: relative;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	font-weight: 300;
	font-size: 1.3rem;
}



.gradient {
	position: absolute;
	top: 0;
	width: 100%;
	height: 400px;
	background-image: url(img/gradient.jpg) !important;
}



.color_Blau {
	color: #024089;
}

.color_Rot {
	color: #c2001a;
}

.color_Beige {
	color: #fcf4e0;
}

.RegMark {
	color: #83bc3c;
}




.navbar {
	top: 0;
	z-index: 6;
	transition: 0.5s ease-in-out;
	padding: 0;
	position: sticky;
	height: auto;
	background-color: white !important;
}

.navbar-brand {
	width: 250px;
}

.topf {
	max-height: 40px;
	margin-bottom: 10px;
}

@media(max-width: 1200px) {
	.nav_mob {
		background-color: #024089;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	#rowAfterNav {
		height: 0px;
	}
	.uberschrift {
		font-size:2rem;
	}
}

.nav-item {
	margin-inline: auto;
}

.navbar-light .navbar-nav .nav-link {
	letter-spacing: 1px;
	margin: 3px;
	font-size: 18px;
	color: black;
	transition: color .2s ease-in-out;
}

	.navbar-light .navbar-nav .nav-link:hover {
		color: var(--greenHover);
	}

.navlogo {
	height: 120px;
}

.dropdown-menu {
	background-color: transparent !important;
	border: none;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent !important;
	border: 0;
}

.dropdown-toggle:after {
	display: none !important;
}

.glow {
	max-height: 30px;
	border-radius: 100%;
}

.So_Img {
	max-width: 150px;
}

.So_Text {
	font-family: House Slant, serif;
}

.So_Span {
	font-family: House Slant, serif;
	color: #c2001a;
}


#rowBeforeFooter {
	height: 25rem;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
	padding-bottom: 20px;
	margin-inline: auto;
}

.container {
	height: 100%;
	min-height: 100%;
}

.body-content {
	min-height: 100%;
}

b {
	font-weight: bold;
}

ol li {
	color: #fff;
	font-family: 'Open Sans';
}

hr {
	border-top: 1px solid #83bc3c !important;
}

p {
	font-weight: 100 !important;
}

a {
	color: #83bc3c;
	text-decoration: none;
	transition: color .3s ease;
}

	a:hover {
		color: #fff;
	}

	a:active, a:hover {
		color: #41a62a;
		text-decoration:none !important;
	}

label {
	margin: 0 !important;
	margin-top: 35px;
	color: black;
	font-size: 18px;
	padding-left: 5px;
}





.selection-item {
	border: 1px solid transparent;
	border-radius: 20px;
	padding-inline: 15px;
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding-bottom: 10px;
}

	.selection-item:hover {
		cursor: pointer;
	}

	.selection-item img {
		margin-top: 15px;
	}

		.selection-item img:hover {
			transform: scale(1.1);
			transition: transform 0.5s, color 0.5s;
		}

.item-selected {
	color: #fcf4e0;
	background: rgba(1, 76, 116, 0.19);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10.9px);
	-webkit-backdrop-filter: blur(10.9px);
	border: 1px solid rgba(1, 76, 116, 1);
}



#kassenbonLabel {
	position: absolute;
	margin-top: 6px;
	z-index: 1;
	color: #024089;
	padding-left: 12px;
	font-family: "House Slant";
}

.modal-content {
}

.modal-header {
	border: none !important;
}


.modal_flag {
	height: 60px;
}

	.modal_flag:hover {
		transform: scale(1.2);
		transition-duration: 0.3s;
	}


/* --- Produkte beschreibung --- */
.summary {
	font-size: 14px;
	line-height: 1.5;
}

	.summary p.collapse:not(.show) {
		height: 42px !important;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.summary p.collapsing {
		min-height: 42px !important;
	}

	.summary .ReadMoreDE.collapsed:after {
		font-weight: 800;
		content: '+ Mehr Lesen';
		display: block;
	}

	.summary .ReadMoreDE:not(.collapsed):after {
		font-weight: 800;
		content: '- schließen';
		display: block;
	}

	.summary .ReadMoreES.collapsed:after {
		font-weight: 800;
		content: '+ lea más';
		display: block;
	}

	.summary .ReadMoreES:not(.collapsed):after {
		font-weight: 800;
		content: '- cerrar';
		display: block;
	}
	.summary .ReadMoreGB.collapsed:after {
		font-weight: 800;
		content: '+ read more';
		display: block;
	}

	.summary .ReadMoreGB:not(.collapsed):after {
		font-weight: 800;
		content: '- close';
		display: block;
	}
	.summary .ReadMoreNL.collapsed:after {
		font-weight: 800;
		content: '+ lees meer';
		display: block;
	}

	.summary .ReadMoreNL:not(.collapsed):after {
		font-weight: 800;
		content: '- sluiten';
		display: block;
	}

	.summary .ReadMoreFR.collapsed:after {
		font-weight: 800;
		content: '+ lire plus';
		display: block;
	}

	.summary .ReadMoreFR:not(.collapsed):after {
		font-weight: 800;
		content: '- fermer';
		display: block;
	}

.ProduktName {
	font-size: 1rem;
}




/* --- Footer --- */
footer {
	border: none;
	height: 100px;
	position: relative;
	height: auto;
	clear: both;
	background-color: #8e8e8e;
	color: #fff;
	font-size: .9rem;
}

	footer a {
		color: white;
		font-weight: bold;
	}

		footer a:hover {
			opacity: .6 !important;
			color: white;
			text-decoration: none;
		}

		footer a svg {
			fill: white;
		}

.Foote_Link {
	color: #fff;
	font-weight: normal !important;
}

	.Foote_Link:hover {
		filter: brightness(0) saturate(100%) invert(62%) sepia(74%) saturate(4273%) hue-rotate(10deg) brightness(104%) contrast(102%);
	}

.social_icon {
	height: 30px;
	margin: 10px 20px;
}

#gewinnBild {
	margin: 0 auto;
	width: 100%;

}



/* --- Button --- */
.btn-primary {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--green);
	background-color: white !important;
	padding-bottom: 10px;
	padding: 15px 50px;
	border: var(--green) 2px solid;
	border-radius: 3px;
	transition: 0.3s all ease-in-out;
	display: inline-block;
	align-items: center;
	position: relative;
	text-align: center;
}

.btn-primary:hover {
	color: white !important;
	border: var(--green) 2px solid !important;
	background-color: var(--green)!important;
}

.btn-primary:hover::after {
	content: url('img/arrow-right-white.svg');
	transform: translateX(50%);
}

.btn-primary::after {
	content: "";
	background-image: url('img/arrow-right-green.svg');
	margin-left: .8rem;
	transition: all .25s ease-in-out;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1em;
	width: 1em;
}

.btn-secondary {
	font-family: "House Slant";
	font-size: 1.5rem;
	font-weight: bold;
	color: #024089;
	background-color: transparent !important;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding: 15px 50px;
	border: red 2px solid;
	border-radius: 3px;
}

	.btn-secondary:hover {
		color: #024089 !important;
		border: #fff 2px solid !important;
	}

.backBtn, .backBtn-dark {
	font-family: "House Slant";
	font-size: 1.5rem;
	font-weight: bold;
	color: #024089;
	background-color: transparent !important;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding: 15px 50px;
	border: #024089 2px solid;
	border-radius: 3px;
}

.backBtn-dark {
	background-color: #162c1a !important;
	border-color: red !important;
}

	.backBtn-dark:hover {
		background-color: white !important;
		color: #162c1a !important;
	}





#formContainer, #grillKaeseProdukte {
	background-image: url(img/form_hintergrund_landscape.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#formContainer {
	scroll-margin-top: 200px;
}





select, option {
	font: -moz-pull-down-menu;
}


.checkbox-style {
	min-width: 1.5rem;
	height: 1.5rem;
	background-color: white;
	border-radius: 0;
	vertical-align: middle;
	border: 2px solid black;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	margin-right: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0.1rem;
}

.checkbox-style:checked {
	border: 2px solid var(--green);
	transition: 300ms ease all;
	background-image: url(/Content/img/Elemente/check.png);
	background-size: contain;
	background-color: var(--green);
	background-position: center;
	background-size: 80%;
}

.checkboxLabel:hover {
	cursor: pointer;
}
/* --- Form Elemente --- */
.form-control, .form-control:read-only {
	color: black!important;
	background-color: white!important;
	border: none!important;
	margin-bottom: 15px;
}

	.form-control:focus {
		box-shadow: 0 0 0 0.2rem rgba(131, 188, 60, 0.5);
	}



	.form-control::placeholder {
		color: #024089;
	}

	.form-control:disabled, .form-control[readonly] {
		background-color: #024089;
		color: black;
		opacity: 1;
	}

.control-label {
	font-family: "House Slant";
	margin: 0 !important;
	margin-top: 30px;
	color: #024089;
}


.radiostyle {
	width: 1em;
	height: 1em;
	color: #000;
	background-color: #d7f1f6;
	border-radius: 15px;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	transform: scale(1.2);
	border: 2px solid;
	border-color: #fff;
}

	.radiostyle:checked {
		background-color: #e71483;
		border: 1px solid #e71483;
		transition: 1000ms ease all;
		background-image: url(/Content/img/checkbox.png);
		background-size: cover;
	}

	.radiostyle:empty {
		transition: 500ms ease all;
	}

.teilnehmen {
	padding-left: 36px;
	text-indent: -32px;
}




.k-input, .k-multiselect-wrap, .k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
	background-color: white !important;
	color: #333;
}

.k-autocomplete, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
	background-position: 50% 50%;
	background-color: #024089 !important;
	border-color: transparent !important;
	color: white;
}

.validation-summary-errors, #passwortHelper {
	color: red !important;
}

.k-upload {
	color: #7cba32 !important;
	background-color: transparent !important;
	border: none !important;
	margin-bottom: 5px;
}

.k-dropzone {
	border-radius: 0px;
	text-align: center !important;
	border: 2px dashed var(--green) !important;
	height: 100px !important;
	background-color: white !important;
}

.k-dropzone {
	margin: 0 !important;
	padding: 0 !important;
}

.k-button {
	border-radius: 0 !important;
}

.k-upload-button {
	color: black !important;
	border: none !important;
	font-size: 1.2rem !important;
	width: 100%;
	height: 100%;
	background-color: transparent !important;
	align-self: center !important;
	padding-bottom: 50px !important;
}


	.k-upload-button:hover {
		background-color: var(--green) !important;
		cursor: pointer !important;
	}
.k-widget.k-upload:hover ~ .UploadText > .oder {
	color: white !important;
}

.UploadText {
	position: sticky !important;
	margin-top: -65px !important;
	line-height: 24px!important;
}

.oder {
	color: var(--green);
}

.k-upload-files {
	position: relative !important;
	width: 100% !important;
	z-index: 100 !important;
}

.k-file {
	font-size: 0.8rem !important;
	height: 30px !important;
}

.custom-select {
	background: url("/Content/img/Pfeil.png") no-repeat right 0.75rem center/15px 10px;
	background-color: #d7f1f6;
	background-size: contain;
	height: 40px;
}





@media (max-width: 991px) {

	.navbar {
		width: 100%
	}


	h2 {
		font-size: 1.8rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.2rem;
	}
}

@media (min-width: 751px) {

	h1 {
		font-size: 2.8rem !important;
	}
}


.navbar-toggler {
	font-size: 2rem;
	line-height: 0.5;
	color: #fff;
	border: none !important;
}

button:focus {
	outline: none !important;
}

.fa-bars {
	top: 10px;
}

@media (min-width: 1200px) {
	.justify-content-xl-center {
		justify-content: center !important;
	}
}

.card {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none !important;
}


	.card-header h2 {
		font-size: 1.5rem;
		align-self: center;
		justify-self: center;
	}

.card-body {
	font-size: 20px;
	line-height: 34px;
	text-align: left;
}

.card.greenShadow {
	box-shadow: 0 0.5rem 1rem rgba(131, 188, 60, 1) !important;
}


.btn-link {
	width: 30px;
	float: right;
	margin-top: -15px;
}



	.btn-link:after {
		content: '-';
		font-size: 2rem;
		color: #024089;
		float: right;
		margin-left: 5px;
	}

.plus:after {
	content: '+';
	font-size: 2rem;
	color: var(--green);
}

.plus {
	transition: all 0.3s ease-in-out;
}

.plus.rotation {
	transform: rotate(45deg);
}

.Card_num {
	color: var(--green);
	font-weight: bold;
}

@media (max-width: 991px) {
	.card-header h2 {
		font-size: 1.1rem;
	}
}


.carousel-control-next {
	z-index: 0 !important;
}


.GewinnModal {
	background-color: transparent !important;
	border: none !important;
}



.gewinnIMG, active {
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
}


.downArrow {
	position: absolute;
	bottom: 32%;
	left: 50%;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
