@import url("reset.css");

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

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

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

html {
	scroll-behavior: smooth;
}

a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

body {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden;
}

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

header {}


nav {
	display: flex;
	align-items: center;
	padding: 10px 10%;
	justify-content: space-between;
	width: 100%;
	background: #fdc110;
	position: fixed;
	top: 0;
	z-index: 99;

}

.logo {
	height: 60px;
}

nav ul {
	display: flex;
}

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

nav ul li a:hover {
	color: #e7000a;
}

a:hover {
	transition: 0.3s;
}

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

header .image img {
	width: 100%;
	object-fit: cover;
	height: 750px;
	margin-left: 25%;
}

header .image {
	width: 80%;
}

header .slogan {
	padding-left: 10%;
	border-right: 20px solid #fdc110;
	height: 750px;
	display: table;
	border-bottom-right-radius: 100vh;
	border-top-right-radius: 100vh;
	background: #fff;
	background-image: url(../images/pfoten.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 60%;
}

.slogan .headline {
	vertical-align: middle;
	display: table-cell;
	font-family: 'Amaranth';
}

.slogan p {
	font-size: 22px;
	line-height: 32px;
}

.claim {
	font-size: 70px !important;
	line-height: 80px !important;
	font-family: 'Amaranth';
	font-weight: 700;
	color: #fdc110;
	padding-bottom: 20px;
}

.claim .red {
	color: #e7000a;
}

.button {
	display: inline-block;
	margin-top: 30px;
	font-family: 'Amaranth';
	font-size: 26px;
	line-height: 36px;
	background: #fdc110;
	border-radius: 50px;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;

}

h1,
h2 {
	font-size: 40px;
	line-height: 50px;
	color: #e7000a;
	font-family: 'Amaranth';
	font-weight: 700;
}

h2 {
	padding-bottom: 30px;
}

#ueber-uns h2 {
	font-size: 28px;
	padding-bottom: 40px;
	line-height: 38px;
	color: #fdc110;
	font-family: 'Amaranth';

}

section {
	padding: 150px 10%;
}

.col {
	width: 50%;
}

#ueber-uns {
	background: #f5f5f5;
}

.cta {
	background: url(../images/parallax.jpg);
	background-attachment: fixed;
	padding: 200px 10%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.cta h2 {
	font-size: 60px;
	max-width: 800px;
	line-height: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn {
	font-size: 20px;
	border: 3px solid #fff;
	border-radius: 100vh;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 40px;
	text-decoration: none;
	font-family: 'Amaranth';
	font-weight: 700;
}

#sortiment {
	background: url(../images/holz.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#sortiment img {
	width: 100%;
	min-height: 600px;
	object-fit: cover;
	border-radius: 50px;
}

#sortimentsbereiche {
	padding: 0px 10%;
	background: url(../images/holz.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

#sortimentsbereiche img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
}

#sortimentsbereiche .box {
	background: #fff;
	padding: 80px 10%;
	position: relative;
	z-index: 9;
	border-radius: 50px;

}

#sortimentsbereiche .box h2 {
	text-align: center;
	padding-bottom: 60px;
}

.line {
	background: #000;
	width: 1px;
	height: 200px;
}

.dropdown-1 {
	display: none;
}

#sortimentsbereiche .flex {
	justify-content: center;
}

#sortimentsbereiche .col {
	width: auto;
}

#sortimentsbereiche ul {
	list-style: disc;
}

#terraristik {
	background: #fdc110;
	margin-top: -200px;
	background-image: url(../images/pfoten-rot.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 350px 10% 150px 10%;
}

#terraristik img {
	width: 100%;
	border-radius: 50px
}

.link {
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	font-family: 'Amaranth';
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	margin-top: 30px;
	display: inline-block;
}

#aquaristik {
	background: url(../images/holz.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#aquaristik .link {
	color: #fdc110
}

#aquaristik img {
	width: 100%;
	border-radius: 50px;
	min-height: 700px;
	object-fit: cover;
}

#spot .button {
	font-size: 20px;
}

#spot .big {
	font-size: 60px;
	line-height: 70px;
	color: #fdc110
}

#spot img {
	width: 100%;
}

#spot {
	padding: 150px 10% 0px 10%;
}

#spot .flex,
#tierschutz .flex {

	align-items: flex-end
}

#spot .button {
	margin-bottom: 150px;
}

#quote {
	background: #fdc110;
	text-align: center;
	margin-top: -8px;
	background-image: url(../images/pfoten-rot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#quote h2 {
	font-size: 60px;
	line-height: 70px;
	max-width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#beratung h3 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 10px;
	font-family: 'Amaranth';
	font-weight: 700;
	color: #fdc110
}

#beratung {
	padding-bottom: 200px;
}

#tierschutz {
	background: url(../images/holz.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat
}

#tierschutz img {
	width: 100%;
	margin-bottom: 40px;
	border-radius: 30px;
	max-height: 350px;
	object-fit: cover;
}

#kontakt .small {
	font-size: 24px;
	line-height: 34px;
	color: #fdc110
}

#kontakt .box {
	margin: 20px 0px;
}

#kontakt .box img {
	width: 30px;
}

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

#kontakt .box .flex {
	column-gap: 30px;
}

strong {
	font-weight: 700;
}

.dse {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10%;
	z-index: 99;
	background: #fdc110
}

.dse a {
	font-family: 'Amaranth';
	color: #e7000a;
	text-decoration: none;
	padding-right: 5px;
}

#call-to-action {
	background: #fdc110;
	padding: 0px 10%;
	background-image: url(../images/pfoten-unten.png);
	background-position: bottom right;
	background-repeat: no-repeat;

}

#call-to-action img {
	position: relative;
	margin-top: -100px;
	bottom: 0;
	width: 100%;
}

#call-to-action .col1 {
	width: 40%;
}

#call-to-action .flex {
	align-items: flex-end;
}

#call-to-action .col2 {
	padding: 100px 0px;
}

#call-to-action h2 {
	font-size: 60px;
	line-height: 70px;
}

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

#impressum .col {
	padding-top: 30px;
}

#impressum {
	background: url(../images/holz.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

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

@media screen and (max-width: 1200px) {
	nav ul li a {
		padding: 0px 10px;
		font-size: 16px;
	}

	.claim {
		font-size: 60px !important;
		padding-right: 40px;
		line-height: 70px !important;
	}

	#spot .col {
		width: 100%;
		text-align: center;
	}

	#spot img {
		max-width: 400px;
	}

	#call-to-action .col1 {
		display: none;
	}

	#spot .flex {
		display: block;
	}
}

@media screen and (max-width: 1030px) {
	.flex {
		display: block;
	}

	.col {
		width: 100%;
	}

	#sortiment img,
	#aquaristik img,
	#tierschutz img {
		max-width: 300px;
		margin-bottom: 50px;
		min-height: auto;
	}

	#terraristik img {
		max-width: 300px;
		margin-top: 50px;
	}

	.line {
		display: none;
	}

	#sortimentsbereiche .box h2 {
		text-align: left;
	}

	#sortiment {
		padding-bottom: 50px;
	}

	nav ul {
		display: none;
	}

	header .slogan {
		width: 70%;
	}

	.dropbtn-1 {
		background-color: #fdc110;
		color: #e7000a;
		padding: 0px;
		font-size: 36px;
		border: none;
		cursor: pointer;
	}

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

	.dropdown-content-1 {
		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-1 a {
		color: #fff;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown-1 a:hover {
		background-color: rgba(231, 0, 10, 0.73);
	}

	.show {
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.claim {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	.slogan p {
		font-size: 18px;
		line-height: 28px;
	}

	.button {
		font-size: 20px;
	}

	#sortimentsbereiche .box h2 {
		text-align: left;
		overflow-wrap: break-word;
	}

	#spot .big {
		font-size: 40px;
		line-height: 50px;
	}
}

@media screen and (max-width: 550px) {
	header .slogan {
		width: 95%;
	}

	#quote h2,
	#call-to-action h2,
	.cta h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media screen and (max-width: 380px) {
	.claim {
		font-size: 30px !important;
		line-height: 40px !important;
	}
}
