/* CSS Document */
/* latin */

* {
	margin:0;
	padding:0;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	 scroll-behavior: smooth;
	font-size: 12pt;
}

body {
	font-family: muli;
}


.a_calltoaction{
	position: fixed;
	display:block;
	text-decoration: none;
	color: #fff;
	background-color: #B90000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-cart' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
	
	z-index: 999;
}

@media screen and (min-width: 720px) {
	
	#logo_mobil {
		display: none;
	}
	
	.mobil_only {
		display: none;
		
	}

	#menueSchalter input {
		display: none;
	}
	nav {
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		height: 140px;
		transition:top 0.5s ease;
		transition: background-color 0.5s ease;
		vertical-align: top;
		text-align: center;
	}

	nav ul {
		display: grid;
		grid-template-columns: 2fr 2fr 1fr 2fr 2fr; 
		grid-items: center;
		min-width: 720px;
		max-width: 960px;
		list-style: none;
		text-align: center;
		margin: auto;
	}

	nav ul li {
		top:0px;
		height: auto;
		margin-top: auto;
		margin-bottom: auto;
		display: inline-block;
		vertical-align: middle;
	}

	nav ul li a{
		display: inline-block;
		text-decoration: none;
		font-size:1rem;
		font-weight: 200;
		color: inherit;	
		line-height: 20px;
		vertical-align: middle;
	}
	
	.nav_scrolled a:hover {
		  color: #C0A785;
		}
	.nav_sprung_150 {
		visibility: hidden; height: 0px !important; position: absolute; margin: -150px;
	}

	.nav {
		background: none;
		color: #FFF;
		z-index: 999;
	}
	.nav_winter {
		background: none;
		color: #534332;
		z-index: 999;
	}

	.nav_scrolled {
		background: #fff;
		box-shadow:0 0 10px #534332;
		color: #534332;
		z-index: 999;
	}

	.nav #logo1 {		
		display: inline;
	}
	.nav #logo2 {		
		display: none;
	}
	
	
	.nav_scrolled #logo1 {		
		display: none;
	}
	.nav_scrolled #logo2 {		
		display: inline;
	}
	.nav_scrolled img.logo{
	
	}

	.nav .subheader{
		width: 100%;
		text-align: center;
	}
	
	.nav .subheader p, .nav .subheader a{
		color: white;
		text-align: center;
	}
	.nav_scrolled{
		width: 100%;
	}
	
	.nav_scrolled .subheader p, .nav_scrolled .subheader a{
		color: black;
		text-align: center;
	}
	


	.logo {
	height: 80px;
	width: auto;
	margin: 5px;
	padding: 10px;
	}
	

}
/*
 * Burger 
 */

@media screen and (max-width: 720px) {
	
	#logo_desktop {
		display: none;
	}

	#menueSchalter
	{
	  display: block;
	  position: fixed;
	  padding-top: 10px;
	  padding-left: 10px;
	  z-index: 999;
	  -webkit-user-select: none;
	  user-select: none;
		width: 60px;
		height: 50px; 
	/*	Option mit Hintergrund wie call to action
	border-radius: 0px 0px 50px 0px;
		
		background-color: #fff;*/
	}

	ul li {
		text-align: center;
	} 
	
	#menueSchalter a
	{
		text-decoration: none;
		font-size:1rem;
		font-weight: 200;
		color: inherit;	
		line-height: 20px;
		vertical-align:middle;
		transition: color 0.3s ease;
	}

	#menueSchalter a:hover
	{
	  color: #C0A785;
	}
		
	#menueSchalter a img
	{
		width: 150px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}


	#menueSchalter input
	{
	  display: block;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  left: -5px;

	  cursor: pointer;

	  opacity: 0;
	  z-index: 2; 

	  -webkit-touch-callout: none;
	}

	#menueSchalter span
	{
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;

	  background: #534332;
	  border-radius: 3px;

	  z-index: 1;

	  transform-origin: 4px 0px;

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
		
		box-shadow:0 0 25px #fff;
	}

	#menueSchalter span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menueSchalter span:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}


	#menueSchalter input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: #534332;
	}


	#menueSchalter input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menueSchalter input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}


	#menue
	{
	  position: absolute;
	  width: 300px;
	  margin: -100px 0 0 -50px;
	  padding: 85px 50px 50px 90px;	

	  background: #fff;
	  list-style-type: none;
	  -webkit-font-smoothing: antialiased;
	  /* to stop flickering of text in safari */

	  transform-origin: 0% 0%;
	  transform: translate(-105%, 0);

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		
		box-shadow:0 0 10px #534332;
	}

	#menue li
	{
	  padding: 10px 0;
	  font-size: 22px;
	}

	#menueSchalter input:checked ~ ul
	{
	  transform: none;
	}
	
	.a_calltoaction{
	top: 0px;
	right:0px;
	height: 40px;
	width: 50px;
	background-size: 40%;
	background-position: 18px 8px;
	background-repeat: no-repeat;
	border-radius: 0px 0px 0px 50px;
	}
	
	.subheader{
		display: none;
	}

	
}



.titel {
	z-index: 90;
	filter: brightness(90%);
	background-color: #000;
}

.brightness_90{
	
	filter: brightness(90%);
}

@media screen and (min-width: 720px) {
.title_text {
	position: absolute;
	margin-top: -35%;
	padding-left: 10%;
	height: 100%;
	max-height: 100%;
	color: #fff;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.title_text p, .title_text h2{
	text-align: left;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
}

.title_text h2{
	padding: 10px 0px 10px 0px;
	font-size: 5.5em;
}
}

@media screen and (max-width: 720px) {
	.title_text {
	position: absolute;
	margin-top: -10%;
	margin-left: 10%;
	height: auto;
	color: #fff;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.title_text p, .title_text h2{
	text-align: left;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

.title_text h2{
	padding: 10px 0px 10px 0px;
	font-size: 3.5em;
}
}
.title_produkt {
	position: absolute;
	margin-top: -40%;
	padding-left: 50%;
	height: auto;
	color: #f1f1f1;
	text-align: center;
	width: 100%;
	z-index: 100;
}
.title_produkt img{
	width: 100%;
}


@media screen and (max-width: 720px) {
	.title_tierglueck {
	margin-top: -100%;
	}
	.title_tierglueck img{
	width: 80%;
}

	
}


.footer_tierglueck {
	position: absolute;
	margin-top: -25%;
	color: #f1f1f1;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.footer_tierglueck img{
	width: 50%;
}


.object-fit { 
	width: 100%;
	height: auto;
	background-color: #000;
}

.object-fit img, .object-fit source  { 
	width: 100%; 
	height: 100%;
}

.trenner_braun_unten{
	position: relative;
	height: 117px;
	margin-top: -105px;
	background-image:url("pix/tierglueck_kampagne_trenner_braun.png");
	background-repeat: x-repeat;
	z-index: 120;
}

.trenner_weiss_oben{
	position: relative;
	height: 117px;
	margin-top: -5px;
	background-image:url("pix/tierglueck_kampagne_trenner_weiss_oben.png");
	background-repeat: x-repeat;
	z-index: 120;
}
@media screen and (max-width: 720px) {
	.trenner_braun_unten{
	margin-top: -50px;
}
}



header {
	display: inline-block;
	margin: 0px;
}

section {
	width: 100%;
	text-align: center;
	padding: 2rem, 0rem, 120px, 0rem;
}

footer{
	background-color: #000;
	padding:  0px 0px 40px 0px;
}

footer div{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 5% 0px 5%;
	width: 49%;
	min-width: 324px;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 720px) {
	footer div{
		width: 100%;
	}
}

.footer_link {
	text-decoration: none;
	text-align: right;
	}

.content_grid{	
	display: grid;
	grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr; 
	grid-items: center;
	grid-gap: 1em;
	padding: 0px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (min-width: 720px) {
	.content_grid{	
		min-width: 720px;
		max-width: 1200px;
	}
}
.padding_bottom_5rem {
		padding-bottom: 2.5rem;
	}

@media screen and (min-width: 720px) {
	.padding_bottom_5rem {
		padding-bottom: 5rem;
	}
}
.grid_col_1_6{
	 grid-column: 1 / span 6;
}

.grid_col_2_6{
	 grid-column: 2 / span 5;
}

.grid_col_1_2{
	 grid-column: 1 / span 2;
}

.grid_col_3_4{
	 grid-column: 3 / span 2;
}

.grid_col_5_6{
	 grid-column: 5 / span 2;
}

.grid_col_1_3{
	grid-column: 1 / span 3;
	margin-bottom: 20px;
}

.grid_col_4_6{
	grid-column: 4 / span 3;
	margin-bottom: 20px;
}

@media screen and (min-width: 720px) {
.grid_row_1{
	grid-row: 1 / 2;
}

.grid_row_2{
	grid-row: 2 / 3;
}

.grid_row_3{
	grid-row: 3 / 4;
}

.grid_row_4{
	grid-row: 4 / 5;
}

.grid_row_5{
	grid-row: 5 / 6;
}

.grid_row_6{
	grid-row: 6 / 7;
}
}


@media screen and (max-width: 720px) {
	.grid_col_1_6{
	 grid-column: 1 / span 6;
	}

	.grid_col_2_6{
		 grid-column: 2 / span 5;
	}

	.grid_col_1_2, .grid_col_3_4, .grid_col_5_6, .grid_col_1_3, .grid_col_4_6{
		 grid-column: 1 / span 6;
		margin-bottom: 20px;
	}


}

.div_scroll {
	position: relative;
	min-height: 40vh;
	max-height: 80vh;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
 	scrollbar-width: none;  /* Firefox */
	scroll-behavior: smooth;
}
.div_scroll::-webkit-scrollbar {
  display: none;
}


@media screen and (max-width: 720px) {
	.div_scroll {
	min-height: 50vh;
	max-height: 100vh;
	}
	
}

h1 {
	color: #fff;
	font-size:1rem;
	font-weight: 300;
	display: inline-block;
	background-color: #534332;
	padding: 0.5rem 2rem 0.5rem 2rem;
	border-radius: 5px;
	margin-bottom: 2rem;
}


h2 {
	color: #fff;
	font-family: bitter;
	font-size:2.5rem;
	line-height: 4.5rem;
	font-weight:600;
	margin-bottom: 4rem;
}

h3 {
	color: #fff;
	text-align: left;
	font-size: 1.1rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

h3::after {
            content: "\A";
            white-space: pre;
        }

p {
	color: #fff;
	text-align: left;
	font-size: 1rem;
	line-height: 2rem;
	font-weight: lighter;
}

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

p a {
	font-weight: bold;
}

p strong {
	font-weight: bold;
}

table {
	border-top: solid 1pt #fff;
	margin-top: 10px;
	color:#fff;
	text-align: left;
}

hr{
	border: solid 1pt #fff;
}


@media screen and (max-width: 720px) 
{
	h1 {
		font-size:1rem;
		margin-bottom: 2rem;
	}


	h2 {
		font-size:1.2rem;
		line-height: 2rem;
		margin-bottom: 2rem;
	}

	h3 {
		color: #fff;
		text-align: left;
		font-size: 1.1rem;
		margin-top: 2rem;
		margin-bottom: 1rem;
		font-weight: bold;
	}
	p 
	{
	font-size: 0.9rem;
	line-height: 1.8rem;
	}

}

.color_weiss{
	color: #fff;
}

.center {
	text-align: center; 
}

.left_mobil_center {
		text-align: left;
}
.right_mobil_center {
		text-align: right;
}

@media screen and (max-width: 720px) 	{
	.left_mobil_center, .right_mobil_center {
			text-align: center;
	}

}

.div_inline {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 49.5%;
	min-width: 240px;
	vertical-align: top;
	left:0px;
}

@media screen and (max-width: 720px) {
	.div_inline {
	display: inline-block;
	width: 100%;
	min-width: 240px;
	vertical-align: top;
	}
}

.img_rechts_hellbraun, .img_rechts_dunkelbraun  {
	width: 80%;
	margin-left: 20%;
	margin-right: 10px;
	height: auto;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	border: 0px;
	box-shadow: 10px 10px 0px 0 #C0A785;
}

.img_rechts_dunkelbraun  {
	box-shadow: 10px 10px 0px 0 #534332;
}

.img_links_hellbraun, .img_links_dunkelbraun {
	width: 80%;
	margin-right: 20%;
	margin-left: 10px;
	height: auto;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	border: 0px;
	box-shadow: -10px 10px 0px 0 #C0A785;
}

.img_links_dunkelbraun {
	box-shadow: -10px 10px 0px 0 #534332;
}

@media screen and (max-width: 720px) {
	.img_rechts_hellbraun, .img_rechts_dunkelbraun, .img_links_hellbraun, .img_links_dunkelbraun{
		width: 95%;
		margin: 10px 0px 0px 0px;
	}
}

.a_button_weiss, .a_button_hellbraun{
	text-decoration: none;
	display: inline-block;
	background-color: #fff;
	padding: 0.2rem 2rem 0.2rem 2rem;
	color: #C0A785;
	margin: 0px 20px 20px 20px;
	transition: box-shadow 0.1s;
}

.a_button_weiss:hover, .a_button_hellbraun:hover{	
	margin: -10px 30px 20px 10px;
	box-shadow: 10px 10px 0px 0 #534332;
}

.a_button_hellbraun{	
	background-color: #C0A785;
	color: #fff;
	
}

.u_weiss{
	color: #534332;
	text-decoration: none;
	background:  no-repeat 0 100%;
    background-image: linear-gradient(white, white);
	background-size: 0% 8px;
	background-position-y: 3rem;
	transition: background-size 2s ease;
}

.u_hellbraun{
 
	color: #534332;
	text-decoration: none;
	background:  no-repeat 0 100%;
    background-image: linear-gradient(#C0A785, #C0A785);
	background-size: 0% 8px;
	background-position-y: 3rem;
	transition: background-size 2s ease;
}

.fade-in{	
  background-size: 100% 8px;
}

@media screen and (max-width: 720px) {
	.u_weiss, .u_hellbraun{
	background-size: 0% 4px;
	background-position-y: 2rem;
	}
	.fade-in{	
 	 background-size: 100% 4px;
	}
}

.animated-box{
}



.jahreszahlen {
	color: #534332;
	line-height: 1.5rem;
}

.jahreszahlen a{
	text-decoration: none;	
	color: #534332;
	display: block;
	font-weight: bold;

	
}

.headline_signature{
	display: block;
	min-width: 100%;
	text-align: right;	
	margin-top: -4rem;
}


@media screen and (max-width: 720px) {
	.headline_signature img{
		width: 50%;
		height: auto;
		margin-top: 2rem;
	}
}

.content_height_100 {
	height: auto;
	min-height: 50vh;
	margin-bottom: 20vh;
}

.bg_section_1 {
	margin: 0px;
	margin-top: -10px;
	background-color: #000;
	padding-top: 100px;
	padding-bottom: 115px;
}

.bg_section_2 {
	background-color: #fff;
	background-image: url("pix/bg_section_2.png");
	background-position-x: center;
	background-position-y:top;
	background-repeat: no-repeat;
	
}

.bg_section_3 {
	background-color: #C0A785;
	background-image: url("pix/tierglueck_kampagne_trenner_weiss.png"), url("pix/bg_section_3.png");
	background-position-x: center, center;
	background-position-y: bottom,top;
	background-repeat: no-repeat;
	padding-bottom: 120px;
}


.bg_section_4 {
	background-color: #fff;
	background-image: url("pix/bg_section_4.png");
	background-position-x:  center;
	background-position-y:top;
	background-repeat: no-repeat;
	padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
	.bg_section_1 {
		background-size: auto, 150%, auto;
	}
	.bg_section_2 {
		background-size:120%;
	}
	.bg_section_3 {
		background-size: auto, 120%;
	}
	.bg_section_4 {
		background-size: 110%;
	}
}

.bildtrenner {
	position: relativ;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px; 
	margin-top: -100px;
	z-index: 100;

}
	
@media screen and (max-width: 720px) {
	.bildtrenner {
	margin-top: -50px;
}
}

.jahr_aktiv{
	font-size: 2rem;
}

@media screen and (min-width: 720px) {}

@media screen and (min-width: 900px) {}


.bewerbung {
	position: absolute;
	margin-top: -25%;
	height: 100%;
	max-height: 100%;
	text-align: left;
	width: 100%;
	z-index: 999;
}

@media screen and (min-width: 720px) {

	
	.stoerer img{
		margin-left: 75%;
		margin-top: 15%;
		width: 15%;
	}
}

@media screen and (max-width: 720px) {
	
	.bewerbung {
	margin-top: -75%;
}
	.bewerbung img{
		width:50%;
		height: auto;
}
}
