/*   
Theme Name: Kertse  
Theme URI: https://www.kertse.de 
Description: Ein responsives Design, optimiert für 1920x1080p.  
Author: Sicko Janßen  
Author URI: https://www.eilinghoff.de   
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

/* poppins-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/poppins-v21-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/poppins-v21-latin-500.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/poppins-v21-latin-600.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/poppins-v21-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('fonts/poppins-v21-latin-800.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/poppins-v21-latin-900.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.Verkaufstellen-logos .flex{
	align-items: center;
}

.Verkaufstellen-logos .flex img{
	max-width: 200px;
}

html,
body {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
}

.flex {
	display: flex;
	justify-content: space-between;
}



header .flex {
	justify-content: flex-end;
}

header a {
	color: white;
	text-decoration: none;
	align-items: center;
	display: flex;
}

header a img {
	margin-right: 10px;
}

.contact-bar p {
	margin: 0 15px;
	color: white;
}



/* Übergeordnetes Styling */

body {
	margin: 0 auto;
	font-family: 'Poppins';
	line-height: 25px;
	color: #1F373D;
}

.wrapper {
	width: 1290px;
	margin: 0 auto;
}

.wrapper-holy-moly {
	width: 1290px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.section-Dauerbrenner .wrapper {
	display: flex;
	justify-content: space-between;
}

.wrapper-kerzenpflege {
	width: 1290px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.text-Story {
	width: 60%;
}

.section-story .wrapper {
	position: relative;
}

.section-story .wrapper img {
	width: 100%;
}

.section-story .wrapper::after {
	position: absolute;
	width: calc(100% + 120px);
	height: 80%;
	top: 10%;
	content: '';
	border: solid 1px black;
	left: -60px;
}

.section-story figure {
	z-index: 1;
}


.section-story .flex {
	align-items: center;
	justify-content: space-between;
}


.Kertse-logo {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

h2 {
	color: #FD5D83;
	text-transform: uppercase;
}

.anfragen-button {
	background-color: #FD5D83;
	border: none;
	color: white;
	margin-top: 60px;
	padding: 20px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 33px;
	transition: all .3s;
}

.anfragen-button:hover {
	background-color: #1F373D;
}

.kontakt-button {
	background-color: #1F373D;
	border: none;
	color: white;
	margin-top: 15px;
	padding: 20px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 33px;
	transition: all .3s;
}

.kontakt-button:hover {
	background-color: #FD5D83;
}

p {
	margin-top: 20px;
}

/* Styling Section: Titelseite */


.contact-bar {
	background-color: #FD5D83;
	padding: 5px 0;
}

.kertse-und-schoenes {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%);
}

.text-container {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.titel .wrapper {
	position: relative;
}

.titel {
	margin-top: 100px;
}

.titel img {
	width: 100%;
}

.text-container img {
	width: 540px;
	margin: 0 auto;
}

/* Styling Section: Holy-Moly-Deal */

.section-holy-moly-deal {
	margin-top: 230px;
}

.section-holy-moly-deal figure {
	width: 48%;
}

.section-holy-moly-deal figure img {
	width: 100%;
}

.text-holy-moly-deal {
	width: 48%;
}

/* Styling Section: Verkaufsstellen */

.section-verkaufsstellen {
	background-color: #F0E8D8;
}

.section-verkaufsstellen .wrapper {
	margin-top: 220px;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

.Verkaufstellen-logos {
	display: flex;
	justify-content: space-between;
}

.Verkaufstellen-logos .flex a {
	margin: 0 15px;
}

.verkaufsstellen-sticker {
	height: 250px;
	width: auto !important;
	margin-top: -160px;
	margin-right: 50px;
	max-width: 285px;
}

.container-beige {
	height: 225px;
	width: 100%;
	background-color: #F0E8D8;
}

/* Styling Section: Dauerbrenner */

.section-Dauerbrenner {
	margin-top: 160px;
}

.text-Dauerbrenner {
	width: 30%;
}

.metaslider-dauerbrenner {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.anfragen-button-dauerbrenner {
	background-color: #FD5D83;
	border: none;
	color: white;
	margin-top: 60px;
	padding: 20px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 33px;
	transition: all .3s;
}

.anfragen-button-dauerbrenner:hover {
	background-color: #1F373D;
}

/* Styling Section: Kerzenpflege */

.section-Kerzenpflege {
	background-color: #F0E8D8;
	margin: 300px 0 100px;
}

.text-Kerzenpflege {
	padding-top: 130px;
	padding-bottom: 75px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kerzenpflege-textblock {
	width: 30%;
}

.section-Kerzenpflege .wrapper {
	position: relative;
}

.h2-Kerzenpflege {
	color: #1F373D;
	font-weight: 400;
	text-transform: uppercase;
}

.kerzenpflege-sticker {
	position: absolute;
	top: -150px;
}



/* Styling Section: Story */

.section-story {
	margin: 100px 0;
}

.Storybox {
	border: 1px solid #1F373D;
	width: 100%;
	height: auto;
	position: relative;
}

.bunt {
	background-color: #F0E8D8;
	padding: 60px 0;
}

.bunt .flex {
	align-items: center;
}

.bunt .flex div {
	width: 30%;
}

.bunt-sticker {
	width: auto;
	max-width: 100%;
}

.bildergalerie {
	position: relative;
	padding-top: 60px;
	margin-bottom: 100px;
}

.bildergalerie::before {
	height: 180px;
	width: 100%;
	position: absolute;
	background-color: #FD5D83;
	content: '';
	top: 0;
	left: 0;
}

.bildergalerie::after {
	height: 600px;
	width: 100%;
	position: absolute;
	background-color: #1F373D;
	content: '';
	top: 180px;
	left: 0;
}

.galerie-img {
	z-index: 1;
	position: relative;
	width: 30%;
}

.galerie-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.galerie-img:nth-of-type(2n) .galerie-overlay {
	background-color: #1F373D;
}

.galerie-overlay {
	position: absolute;
	width: calc(90% - 60px);
	height: calc(90% - 60px);
	border-radius: 50%;
	background-color: #FD5D83;
	top: 5%;
	left: 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 30px;
	text-align: center;
	opacity: 0;
	transition: all .3s;
	color: white;
}

.galerie-overlay h4 {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
}

.galerie-overlay a {
	display: block;
	padding: 10px;
	border-radius: 30px;
	color: white;
	text-decoration: none;
	border: solid 1px white;
	transition: all .3s;
}

.galerie-overlay a:hover {
	background-color: white;
	color: #FD5D83;
}

.bildergalerie .flex {
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}

img {
	display: block;
}

.galerie-img:hover .galerie-overlay {
	opacity: 1;
}

.rheiner-liebe {
	width: 30%;
}

.metaslider-rheiner-liebe {
	width: 65%;
}

.text-rheiner-liebe {
	padding: 10px 30px;
}

.rheiner-liebe-sticker {
	width: 100%;
	position: relative;
	left: -100px;
	top: -50px;
}

.section-rheiner-liebe {
	margin: 200px 0;
}

.handmade-sticker {
	position: relative;
	bottom: -50px;
	z-index: 1;
}

.section-kertse-und-freunde figure,
.text-Kertse-und-Freunde {
	width: 48%;
}

.section-kertse-und-freunde img {
	width: 100%;
	max-width: 438px;
}

.text-Kertse-und-Freunde a {
	color: #FD5D83;

}

.section-kertse-und-freunde .flex {
	align-items: center;
}

.logo-banner {
	background-color: #FD5D83;
	padding: 50px 0;
	margin: 200px 0 0;
}

.logo-banner .flex {
	align-items: center;
}

.logo {
	margin: 0 20px;
}

.logo img,
.Verkaufstellen-logos img {
	width: 100%;
}


footer {
	background-color: #F0E8D8;
	padding: 100px 0;
	text-align: center;
}

footer .Kertse-logo {
	margin: 50px auto;
}

footer .links a {
	color: black;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
}

.section-Dauerbrenner img {
	position: relative;
	bottom: -50px;
	z-index: 1;
}

.slider {
	display: flex;
	justify-content: space-between;
	padding: 0 0 50px 0;
	overflow: scroll;
	gap: 30px;
}

.slider .produkt {
	min-width: 350px;
}

h3{
	font-weight: 300;
	text-transform: uppercase;
}

.produkt-text h3{
	font-weight: 300;
	text-transform: uppercase;
}

.text-Kerzenpflege h3{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 25px;
}

.text-Dauerbrenner h3{
	color: #FD5D83;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}

.text-Dauerbrenner h4{
	color: #FD5D83;
	font-size: 20px;
	font-weight: 500;
}

.slider .produkt img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.produkt-text {
	margin-top: 30px;
}

.slider-rheine {
	overflow-x: scroll;
	gap: 30px;
	padding-bottom: 50px;
}

.slider-rheine img {
	min-width: 400px;
}


.anchor {
	position: absolute;
	top: -100px;
	height: 1px;
	width: 100%;
	visibility: hidden;
	left: 0;
}

.section-kertse-und-freunde {
	position: relative;
}

.sub-page {
	margin: 100px 0;
}

@media only screen and (max-width:1430px) {
	.wrapper {
		width: 960px;
	}

	.text-container img {
		width: 345px;
	}

	.section-story .wrapper::after {
		width: calc(100% + 60px);
		left: -30px;
	}

	.galerie-img {
		width: 48%;
	}
}

@media only screen and (max-width:1064px) {
	.wrapper {
		width: 90%;
	}

	.text-container img {
		width: 200px;
	}

	.Verkaufstellen-logos {
		flex-wrap: wrap;
	}

	.Verkaufstellen-logos .flex {
		margin-top: 50px;
	}

	.text-Dauerbrenner {
		width: 100%;
		margin-bottom: 30px;
	}

	.section-Dauerbrenner img {
		bottom: 0;
		width: 100%;
		max-width: 358px;
		object-fit: contain;
	}

	.section-Dauerbrenner .wrapper {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.section-Dauerbrenner {
		margin-top: 30px;
	}

	.section-story .wrapper::after {
		display: none;
	}
}

@media only screen and (max-width:850px) {
	.galerie-overlay {
		opacity: .9;
	}

	.galerie-img {
		width: 100%;
	}

	.slider-rheine img {
		min-width: 48%;
	}
}

@media only screen and (max-width:800px) {
	.text-Story {
		width: 100%;
		margin: 0 0 30px;
	}

	.section-story .flex {
		flex-wrap: wrap;
	}

	.galerie-overlay h4 {
		font-size: 18px;
	}

	.galerie-overlay p {
		margin: 0;
	}
}

@media only screen and (max-width:660px) {
	.text-container {
		position: relative;
	}

	.slider .produkt img{
		height: 250px;
	}

	.section-kertse-und-freunde figure,
	.text-Kertse-und-Freunde {
		width: 100%;
	}

	.metaslider-rheiner-liebe {
		width: 100%;
	}

	.rheiner-liebe-sticker {
		left: 0;
		top: 0;
		max-width: 520px;
	}

	.slider-rheine.flex {
		flex-wrap: nowrap;
	}

	.rheiner-liebe {
		width: 100%;
	}

	.Verkaufstellen-logos img {
		width: 200px;
	}

	.Verkaufstellen-logos .flex {
		justify-content: center;
	}

	.bunt-sticker {
		margin: 20px 0;
	}

	.section-rheiner-liebe .flex {
		flex-direction: column-reverse;
	}

	.Verkaufstellen-logos .flex a,
	.logo-banner img,
	.section-Dauerbrenner img {
		margin: 40px 0;
	}

	.slider-rheine.flex {
		flex-wrap: nowrap;
		flex-direction: initial !important;
	}

	.metaslider-rheiner-liebe{
		margin-top: 50px;
	}

	.titel,
	.section-holy-moly-deal {
		margin-top: 30px;
	}

	.section-holy-moly-deal figure,
	.text-holy-moly-deal,
	.bunt .flex div {
		width: 100%;
	}

	.flex {
		flex-wrap: wrap;
	}

	.verkaufsstellen-sticker {
		width: 100% !important;
		height: auto;
	}

	.kerzenpflege-sticker {
		width: 100%;
		max-width: 370px;
	}

	.slider .produkt {
		min-width: 75%;
	}

	.kerzenpflege-textblock {
		width: 100%;
	}
}