@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-v18-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Amaranth';
	font-size: 18px;
	line-height: 26px;
	color: #484848
}

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

a:hover {
	transition: 0.3s;
}

header {}

.clear {
	clear: both;
}

.center {
	display: table-cell;
	vertical-align: middle;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #e80000;
	z-index: 1;
}

.logo {
	position: fixed;
	z-index: 2;
	top: 8px;
	left: 10%;
}

nav ul {
	position: fixed;
	z-index: 2;
	right: 10%;
	top: 20px;
}

nav ul li {
	float: left;
	margin-left: 20px;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
}

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

header .col1,
header .col2 {
	width: 50%;
	float: left;
	height: 700px;
	margin-top: 70px;
}

header .col2 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: left
}

header .col1 {
	padding-left: 10%;
	display: table;
	background: url(../images/tatzen.png);
	background-position: center;
}

.col1,
.col2 {
	width: 50%;
	float: left;
}

h1 {
	color: #e80000;
	font-size: 55px;
	line-height: 65px;
	font-weight: 700;
	margin-bottom: 20px;
}

h2 {
	font-size: 45px;
	line-height: 55px;
	padding-bottom: 20px;
	font-weight: 700;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

#ueber-uns {
	text-align: center;
	padding: 100px 10%;
	background: #f4f4f4;
}

#ueber-uns h2 {
	color: #e80000
}

#ueber-uns h3 {
	color: #ffba00
}

#ueber-uns a {
	background: #ffba00;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	margin-top: 30px;
	border-radius: 15px
}

#philosophie {
	padding: 100px 10%;
}

#philosophie h2 {
	color: #e80000
}

#philosophie h3 {
	color: #ffba00
}

#philosophie .col1 {
	padding-right: 3%;
}

#philosophie .col2 {
	padding-left: 3%;
	display: table;
	height: 500px;
}

#philosophie .col1 img {
	width: 100%;
	height: 500px;
	border-radius: 40px;
	object-fit: cover;
	object-position: center;
}

.streifen {
	background-color: #ffba00;
	height: 50px;
	width: 100%;
	background-image: url(../images/tatzen.png);
}

#tierkauf {
	padding: 100px 10%;
	background: #e80000;
	color: #fff;
}

#tierkauf .col1 {
	padding-right: 3%;
}

#tierkauf .col2 {
	padding-left: 3%;
}

#tierkauf .col2 .box {
	border: 5px solid;
	border-radius: 30px;
	border-color: #ffba00;
	padding: 30px;
}

#tierkauf h2 {
	width: 50%;
}

#tierkauf ul {
	margin-top: 50px;
	list-style: url(../images/stichpunkt.png);
}

#tierkauf ul li {
	font-size: 20px;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 10px;
}

#tierhaltung .gelb {
	background-color: #ffba00;
	background-image: url(../images/tatzen.png);
	text-align: center;
	padding: 50px 10%;
	color: #fff;
}

.tab {
	overflow: hidden;
	background-color: transparent;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	width: 33.33333%;
	transition: 0.3s;
	font-size: 17px;
	padding: 0px;
	object-fit: cover;
}

.tab button img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.dropdown{
	display: none;
}

.tab button h4:hover,
.tab button h4:active {
	color: #ffba00
}

.tab button h4 {
	background: #e80000;
	font-family: 'Amaranth';
	font-weight: 700;
	padding: 15px;
	font-size: 30px;
	color: #fff;
	display: inline-block;
	border-radius: 15px;
	margin-top: -50px;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	text-align: center;
	padding: 100px 10%;
	border: 1px solid #ccc;
	border-top: none;
}

#tiervermittlung .col1,
#tiervermittlung .col2 {
	height: 700px;
	background: #e80000;
	color: #fff;
}

.tabcontent h2 {
	color: #e80000;
	margin-bottom: 50px;
}

.tabcontent h3 {
	padding-bottom: 20px;
	color: #ffba00
}

.tabcontent h3:before {
	content: url(../images/stichpunkt.png);
	margin-right: 10px;
}

#tierhaltung .col1 {
	padding-right: 3%;
}

#tierhaltung .col2 {
	padding-left: 3%;
}

#tiervermittlung .col2 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: left;
}

#tiervermittlung .col1 {
	padding-left: 10%;
	display: table;
}

#tiervermittlung ul {
	margin-top: 30px;
	list-style: url(../images/stichpunkt.png);
}

#tiervermittlung ul li {
	font-size: 20px;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 10px;
}

#infos {
	padding: 100px 10%;
	background: url(../images/holz-hintergrund.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

#infos .box {
	width: 48%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 40px;
	background: #fff;
	border-radius: 40px;
	height: 350px;
	display: table;
	
}

#infos h2 {
	color: #e80000;
	padding-bottom: 10px;
}

#infos h3 {
	color: #ffba00;
	padding-bottom: 10px;
}

#infos .button {
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 50px;
	background: #ffba00;
	position: absolute;
	margin-top: 280px;
	margin-left: -19%
}

#kontakt {
	padding: 100px 10%;
}

#kontakt .col1 .col img,
#kontakt .col1 .col p {
	float: left;
	margin-bottom: 50px;
}

#kontakt .col1 .col img {
	margin-right: 30px;
}

#kontakt .col1 {
	height: 550px;
	display: table;
	padding-right: 3%;
}

#kontakt .col1 a {
	padding: 15px;
	background: #ffba00;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

#kontakt h2 {
	color: #e80000
}

#kontakt h3 {
	color: #ffba00
}

.dsa-secure-plugin .dsa-secure-image {
	border-radius: 30px;
}

#faqs {
	padding: 100px 10%;
	background-color: #ffba00;
	background-image: url(../images/tatzen.png);
	color: #e80000
}

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


.panel {
	padding: 0px;
	background-color: transparent;
	max-height: 0;
	font-weight: 300;
	color: #222222;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

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

.dse a {
	padding-right: 15px;
	color: #fff;
	text-decoration: none;
}

#faqs .col1 {
	padding-right: 3%;
}

#faqs .col2 {
	padding-left: 3%;
}

#impressum{
	padding: 100px 10%;
	background: #f4f4f4
}

#impressum h2{
	color: #e80000
}

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

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

@media screen and (max-width: 1200px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
	}

	header .col1,
	header .col2 {
		height: 500px;
	}

	.logo {
		top: 15px;
		width: 150px;
	}

	h2 {
		font-size: 35px;
		line-height: 45px;
	}

	h3 {
		font-size: 25px;
		line-height: 35px;
	}

}

@media screen and (max-width: 1080px) {
	nav ul {
		display: none;
	}

	.tab button img {
		height: 250px;
	}

	.col1,
	.col2 {
		width: 100%;
	}

	#faqs .col1,
	#faqs .col2,
	#tierkauf .col1,
	#tierkauf .col2,
	#philosophie .col1,
	#philosophie .col2 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#philosophie .col1 img {
		height: 300px;
		width: auto
	}

	#philosophie .col2 {
		height: auto;
		margin-top: 30px;
	}

	#tierkauf .col2 {
		margin-top: 50px;
	}

	#tiervermittlung .col1 {
		height: auto;
		padding: 100px 10%;
	}

	#tiervermittlung .col2 {
		display: none;
	}

	.dsa-secure-plugin {
		height: 300px !important;
	}


	#kontakt .col1 {
		height: auto;
		padding-left: 0%;
		margin-bottom: 50px;
	}

	.dropbtn {
		background-color: #e80000;
		color: white;
		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(255, 186, 0, 0.92);
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

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

	.dropdown a:hover {
		background-color: rgba(0, 128, 0, 0.19);
	}

	.show {
		display: block;
	}

	#infos .box {
		width: 98%;
		margin-top: 30px;
		margin-bottom: 30px;

	}

	#infos .button {
		margin-left: -37%;
	}
	
	#impressum .col2{
		margin-top: 30px;
	}
	
	#tierhaltung .col2{
		margin-top: 40px;
	}
}

@media screen and (max-width: 750px) {
	.tab button img {
		height: 150px;
	}

	.tab button h4 {
		font-size: 24px;
	}

	h1 {
		font-size: 25px;
		line-height: 35px;
	}

	header .col1,
	header .col2 {
		height: 350px;
	}

	@media screen and (max-width: 600px) {
		header .col2 {
			display: none;
		}
	}

	header .col1
		{
		height: auto;
		width: 100%;
		padding: 100px 10%;
	}
	#philosophie .col1 img{
		width: 100%;
		height: auto;
	}
	    .tab button img {
        height: 150px;
        display: none;
    }
	.tab button h4{
		margin-top: 10px;
		width: 80%;
	}
	.tab button{
		width: 100%;
	}
	
	.tab{
		margin-top: 50px;
	}

}

@media screen and (max-width: 480px){
	    h2 {
        font-size: 25px;
        line-height: 31px;
    }
	#infos .box{
		padding: 20px;
	}
	    #infos .button {
        margin-left: -40%;
        margin-top: 300px;
    }
}


@media screen and (max-width: 369px){
#kontakt .col1 .col img {
    margin-right: 152px;
    width: 30px;
    margin-bottom: 8px;
	}}
