@import url("reset.css");

/* satisfy-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: 'Satisfy';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/satisfy-v22-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sura-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: 'Sura';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/sura-v20-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sura-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: 'Sura';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/sura-v20-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - 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: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/open-sans-v43-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v43-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - 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: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/open-sans-v43-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {

	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 24px;
}

h1,
h2 {
	font-family: 'Sura';
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #7f0707;
}

.herz {
	position: absolute;
	margin-left: -60px;
	margin-top: -60px;
}

h1 {
	line-height: 50px
}

h1 span {

	font-family: 'Satisfy';
	font-size: 60px;
	color: #fff;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

header {
	background: url(../images/hund-mensch-bindung.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 480px 40% 320px 10%;
	background-position: center;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}


.logo {
	background: #d4abab;
	width: 100%;
	height: 70px;
	padding: 10px;
	object-fit: contain;
	object-position: center;
}

nav ul {
	background: #5a1a1a;
	display: flex;
	padding: 10px 10%;
	text-align: center;
	justify-content: center;
	color: #fff;
	margin-top: -10px;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 15px;
	font-family: 'Sura';
}

.trenner {
	width: 100%;
	height: 200px;
	margin-top: -200px;
}

#slogan {
	background: url(../images/sterne.webp);
	background-size: cover;
	background-position: center;
	padding: 100px 20% 250px 20%;
	margin-top: -10px;
	text-align: center;
}

q {
	font-size: 24px;
	line-height: 32px;
	font-family: 'Sura';
	font-weight: 700;
	color: #7f0707;
}

#slogan p {
	margin-top: 20px;
}

#ueber-uns {
	padding: 100px 0% 100px 10%;
	background: #ddd;
}


.flex {
	display: flex;
	align-items: center;
	column-gap: 100px;
}


.flex .col {
	width: 50%;
}

#mensch-tier .col1 {
	width: 40%;
}

#mensch-tier .col2 {
	width: 60%;
}


#ueber-uns .col img {
	object-fit: cover;
	margin-top: -180px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	height: 600px;
}

.flex img {
	width: 100%;
}

.button {
	display: inline-block;
	padding: 10px;
	margin-top: 20px;
	background: #7f0707;
	color: #fff;
	border-radius: 10px;
	font-family: 'Sura';
	text-decoration: none;
}

#mensch-tier {
	background: #5a1a1a;
	padding: 100px 10% 200px 10%;
	color: #c79393;
	background-image: url(../images/baum-grafik.webp);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#mensch-tier h2 {
	color: #c79393;
}

#mensch-tier img {
	border-radius: 40px;
	height: 550px;
	object-fit: cover;
}

#waldfriedhof-cta {
	background: #f1f1f1;
	padding: 0px 10%
}

#waldfriedhof-cta .box {
	background: #c79393;
	border: 2px solid;
	border-color: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 50px;
	position: absolute;
	width: 80%;
	margin-top: -100px;
	font-size: 20px;
	line-height: 28px;
}

#waldfriedhof-cta h2 {
	font-size: 45px;
	line-height: 55px;
}

#abschied {
	background: url(../images/sterne.webp);
	background-size: cover;
	padding: 300px 10% 200px 10%;
}

#abschied .flex {
	align-items: flex-start
}

strong {
	font-weight: 700;
}

#kontakt, #impressum {
	padding: 100px 10%;
	background: #e0e0e0;
	margin-top: -10px;
	background-image: url(../images/baum-rot-grafik.webp);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#kontakt img {
	border-radius: 50px;
	height: 700px;
	object-fit: cover
}

#kontakt a {
	color: #7f0707;
	text-decoration: none;
}

#kontakt .button {
	color: #fff;
}

.dse {
	background: #5a1a1a;
	bottom: 0;
	left: 0;
	position: fixed;
	padding: 5px 10%;
	width: 100%;
}

.dse a {
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
	font-family: 'Sura';
}

.dropdown {
	display: none;
}

#mensch-tier ul {
	list-style: disc;
	margin-left: 15px;
}

#footer {
	color: #fff;
	padding: 100px 10%;
	background: #3c1313
}

#footer .flex {
	align-items: flex-start
}

#footer h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
	font-family: 'Sura'
}

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

.accordion {
	background-color: transparent;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	border-bottom: 1px solid;
	font-size: 15px;
	transition: 0.4s;
	font-family: 'Sura';
	font-size: 20px;
}

.active,
.accordion:hover {
	color: #7f0707
}

.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel p {
	padding: 20px 0px;
}

#parallax {
	background: url(../images/mensch-hund-schatten.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	height: 450px;
}

#impressum .flex{
 	align-items: flex-start;
}

#impressum a{
	color: #7f0707;
	text-decoration: none;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

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

	.flex {
		display: block;
	}
	
	h1 {
		color: #b55959
}

	.flex .col,
	#mensch-tier .col1,
	#mensch-tier .col2 {
		width: 100%;
	}

	.flex .col,
	#mensch-tier .col1,
	#mensch-tier .col2 {
		margin-top: 40px;
	}

	header {
		padding: 280px 30% 220px 10%;
	}

	#slogan {
		padding: 100px 10% 100px 10%;
	}

	#ueber-uns .col img {
		display: none;
	}

	#ueber-uns {
		padding: 100px 10% 100px 10%;
	}

	#mensch-tier img {
		object-fit: cover;
		max-width: 400px;
		height: auto;
		margin-bottom: 50px
	}

	#waldfriedhof-cta h2 {
		font-size: 35px;
		line-height: 48px;
	}

	#waldfriedhof-cta .box {
		font-size: 18px;
		line-height: 26px;
	}

	#kontakt img {
		height: auto;
		max-width: 400px;
		margin-top: 50px;
	}

	nav ul {
		display: none;
	}

	.dropbtn {
		background-color: transparent;
		color: #5a1a1a;
		padding: 0px;
		font-size: 36px;
		border: none;
		cursor: pointer;
	}

	.dropdown {
		position: fixed;
		top: 15px;
		right: 5%;
		display: inline-block;
		z-index: 99999;
		margin-left: auto;
		margin-right: auto;
	}

	.dropdown-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		padding-top: 15vh;
		background-color: rgba(47, 47, 47, 0.9);
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown a:hover {
		background-color: rgba(90, 26, 26, 0.38);
	}

	.show {
		display: block;
	}

}


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

	h1 span {
		font-size: 40px;
	}

	h1,
	h2 {
		font-size: 22px;
		line-height: 28px;
	}

	header {
		padding: 200px 10% 100px 10%;
	}

	.herz {
		margin-left: -30px;
		margin-top: -40px;
		width: 60px;
	}

	.trenner {
		height: 100px;
		margin-top: -100px;
	}

	#waldfriedhof-cta h2 {
		font-size: 25px;
		line-height: 38px;
	}

	#waldfriedhof-cta .box {
		font-size: 16px;
		line-height: 24px;
	}

	.dse a {
		padding-right: 10px;
		font-size: 15px;
	}

	#parallax {
		background-attachment: inherit;
		height: 250px;
	}

}
