/* fonts for KTK */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 900;
	src: 	url('../Fonts/OpenSans-ExtraBold.eot#') format('eot'), 
			url('../Fonts/OpenSans-ExtraBold.woff') format('woff'), 
			url('../Fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: 	url('../Fonts/OpenSans-Bold.eot#') format('eot'), 
			url('../Fonts/OpenSans-Bold.woff') format('woff'), 
			url('../Fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	fonÿ we 翴 : 600;
	src: 	url('../Fonts/OpenSans-Semibold.eot#') format('eot'), 
			url('../Fonts/OpenSans-Semibold.woff') format('woff'), 
			url('../Fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: 	url('../Fonts/OpenSans-Regular.eot#') format('eot'), 
			url('../Fonts/OpenSans-Regular.woff') format('woff'), 
			url('../Fonts/OpenSans-Regular.ttf') format('truetype');
}

/*******************************************
 *
 *		DEFAULT SETTINGS 
 *		
 *******************************************/  

body, html {
	margin: 0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 600;
/*	overflow: hidden; */
}

form {
	margin: 0;
	padding: 0;
}

ol, ul {
	padding-left: 2.4rem;
	margin-bottom: .5rem;
}

ol li {
	list-style-type: decimal;
	padding-left: .25rem;
	margin-bottom: .5rem;
}

ul li {
	list-style-type: disc;
	padding-left: .25rem;
	margin-bottom: .5rem;
}

p {
	padding: 0;
	margin: 0 0 1rem;  
}

.hidden {
	display: none;
}

a {
	font-weight: 600;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline; 
}

a img {
	border: none; 
}

.clear {
	clear: both; 
}

.align-right, .right, .text-right {
	text-align: right;
}

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

.align-justify, .justify, .text-justify {
	text-align: justify;
}

.align-left, .left, .text-left {
	text-align: left;
}

.top {
	vertical-align: top;
}

.bold {
	font-weight: 700;
}

.semibold {
	font-weight: 600;
}

.absoluteOutOfViewport {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -3000px;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.lrAqou {
	font-size: 1.3rem;
}

img {
	 /* border-radius: 6px; */
}

/*******************************************
 *
 *		MAIN SETTINGS 
 *		
 *******************************************/  

h1 {
	margin: 1.8rem 0 1rem;
	font-size: 2.60rem;
	font-weight: 600;
}

h2 {
	margin: 1.8rem 0 0.75rem;
	font-size: 1.8rem;
	font-weight: 600;
}

h3 {
	margin: 1.8rem 0 0.5rem;
	font-size: 1.5rem;
	font-weight: 600;
}

h4 {
	margin: 1.8rem 0 0.5rem;
	padding: 0px;
	font-size: 1.15rem;
	font-weight: 600;
}

h5 {
	margin: 0.6rem 0 0.5remx;
	font-size: 1.1rem;
	font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: inherit;
	text-decoration: none;
} 

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: inherit;
	text-decoration: none;
} 

/*******************************************
 *
 *		CONTENT SETTINGS 
 *		
 *******************************************/  

body {
	background-color: #ffffff;
}

.pageWrapper {
	background-color: #C1FFF6;
	box-shadow: 4px 0 6px 2px rgba(0,0,0,0.45);
	position: relative;
}

.content {
	padding: 2rem 0 3rem 0;
}

.pageBody {
	background: url('/Images/Content/bgPageBody.png') repeat-x;
	padding-top: 1.8rem
}

.pageBody h1 {
	margin-top: 0;
}

.pageBody h1, .pageBody h2 {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
}

.absTopImage {
	position: absolute; 
	top: 10px; 
	right: 15px;
}

.superSusiDefaultHeader {
	background-color: #ffffff;
	border-bottom: 2px solid #BE7F4F;
	padding: 1rem 0;
}


.homeSuperSusiMainContent {
	background-image: linear-gradient(0, #41FFE6 0%, #746152 100%);
	padding: 0 15px 0;
}

.homeSuperSusiLogoImage {
	padding: 5.0rem 0 0 0;
	margin: 0 auto 0;
	width: 526px;
	position: relative;
}

.homeSuperSusiLogo {
	position: absolute;
	top: 5.5rem;
	left: 0;
}

#imgLogoHome {
	margin: 0 auto 0;
	transform: scale(1);
	transition: all 0.2s linear;
	z-index: 2000;
}

#imgLogoHome:hover {
	transform: scale(1.5);
	transition: all 0.4s linear; 
}

.homeSuperSusiSlogans {
	background-image: linear-gradient(0, #C1FFF6 0%, #41FFE6 100%);
	z-index: 2000;
}

.homeSuperSusiSlogan {
	color: #DD4021;
	font-size: 3.6rem;
	line-height: 120%;
	font-weight: 900;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	padding: 0 5rem 48px 5rem;
	min-height: 280px;
}

.sloganSmall {
	font-size: 2.4rem
}

.carousel-indicators [data-bs-target] {
	height: 10px;
	background-color: #DD4021;
	opacity: .2;
}

.carousel-indicators .active {
	opacity: 1;
}

.colColumn {
	padding-left: 15px;
	padding-right: 15px;
}

.teaserImageRow {
	padding: 1rem 0 4rem;
}

.teaserImageLogoDiv {
	position: relative;
	background-image:  radial-gradient(#C8E4F2 0%, #2C80AC 100%);
	margin: 1rem 0;
}

.teaserImageLogoDiv, .merchandiseImage {
	border-radius: 80px;
}

.teaserImageLogoDiv.beigeVariant {
	background-image:  radial-gradient(#F7EBDF 0%, #BE7936 100%);
}

.teaserImageLogoDiv.greenVariant {
	background-image:  radial-gradient(#F8F1B8 0%, #DBC617 100%);
}

.teaserLogoDiv {
	position: absolute;
	top: 0;
	left: 0;
}

.teaserLogo {
	transform: scale(1);
	transition: all 0.2s linear;
	z-index: 2000;
}

.teaserLogo:hover {
	transform: scale(1.25);
	transition: all 0.2s linear; 
}

.productHeadline {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	line-height: 120%;
}

.productHeadline div.mini {
	font-size: 0.8rem;
	line-height: 90%;
}

.productPrice {
	text-align: right;
	font-size: 1.3rem;
	font-weight: 600;
}

.newsArticleList {
}

.newsArticle {
	border-bottom: 1px solid #cccccc;
	padding: 1rem 0;
	margin: 0 3rem;
}

.newsArticle h3 {
	margin-top: 0.2rem;
}

.newsArticle .newsDate {
	font-size:0.9rem;
}

.newsArticle .newsText {
}

.supersusiFragen {
	padding: 2rem 0 0 0;
}

.fragenBlock {
	font-size: 2.4rem;
	line-height: 110%;
	font-weight: 700;
}

.fragenButton {
	color: #444444;
	font-size: 1.4rem;
	line-height: 140%;
	font-weight: 600;
	background-color: #EBD0B5;
	border-radius: 10px;
	padding: 0.5rem 2rem;
}

.wiederholenButton {
	color: #FFEE00;
	font-size: 1.4rem;
	line-height: 140%;
	font-weight: 600;
	background-color: #2F427D;
	border-radius: 10px;
	padding: 0.5rem 2rem;
	display: none;
	margin-bottom: 4rem;
}

.fragenProlog {
	font-size: 1.8rem;
}

.susiFrage {
	background-color: rgba(255,255,255,0.7);
	border: 2px solid #DD4021;
	border-radius: 30px;
	margin: 2rem 0 0.5rem;;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 1rem 2rem;
}

.fragenAntwort {
	color: #DD4021;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	font-size: 3.0rem;
	margin: 2rem 0 2rem;
	line-height: 110%;
}


#contactForm label {
	font-size: 1.0rem;
	font-weight: 600;
}

#contactForm .formElement {
	margin-bottom: 0.5rem;
}

.disclaimerLink {
	text-decoration: none;
}

.errorDiv {
	margin: 2rem 0 2rem;
	border: 2px solid #444444;
	border-radius: 30px;
	background-color: #FFB56D;
	background-image: linear-gradient(165deg,#FECA00 0%, #FECA00 100%);
	padding: 1rem 3rem 0.5rem;
}

.errorDiv h4 {
	margin-top: 0.5rem;
}

.innerDisclaimer {
	margin: 2rem 0 4rem;
	border: 2px solid #444444;
	border-radius: 30px;
	background-color: #FFB56D;
	background-image: linear-gradient(165deg,#FFB56D 0%, #FFECD9 100%);
	padding: 1rem 3rem 0.5rem;
}

.innerDisclaimer h2 {
	margin-top: 0.5rem;
}

footer {
	color: #FDE9DB;
	background-color: #5B2318;
	padding: 1rem 0 3rem;
	border-top: 8px solid #BE7F4F;
	
}

footer .footerColumn {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

footer a {
	color: #FBD2B7;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

footer p.link {
	margin-bottom: 0.5rem;
}

::placeholder {
  color: #cccccc;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #cccccc;
}

@media all and (max-width: 559px) {
	.homeSuperSusiLogoImage {
		width: auto;
	}
}

@media all and (max-width: 767px) {
	.homeSuperSusiSlogan {
		padding: 0 0 48px 0;
	}
	.homeSuperSusiLogoImage {
		padding: 2.0rem 0 0 0;
	}
	.homeSuperSusiLogo {
		top: 2.7rem;
	}
	footer .footerColumn.right, footer .footerColumn.center {
		text-align: left;
	}
	.teaserImageLogoDiv, .merchandiseImage {
		border-radius: 30px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.teaserImageLogoDiv, .merchandiseImage {
		border-radius: 40px;
	}
}

@media all and (max-width: 1199px) {
	.pageWrapper {
		box-shadow: none;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.teaserImageLogoDiv, .merchandiseImage {
		border-radius: 60px;
	}
}

