@charset "utf-8";
html {scroll-behavior: smooth;}

body{
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: JosefinSans;
	background-color: #171717;
	font-size: 12pt;
	color: #1f1f1f;
	margin: 0px;
}

a:link, a:visited, a:hover, a:active{
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* entfernt ein hell blaues overlay was sonst default ist*/
}

#logo{
	background-color: #e2ded4;
}

#logo, #Preisliste{
	margin: 0px;
}
#logo img{
	width: 90%;
	margin: 0% 10% 13% 10%;
}

#content{
	position: relative;
	background-color: #e2ded4;
	width: 100%; /* minus 8% padding */
	border-radius: 2px 2px 0px 0px;
	background-image: url(Layout/blumen_background.jpg);
	background-position: 20px 620px; 
	background-attachment: scroll;
/*	background-position: top left; */
  	background-repeat: repeat; /* Do not repeat the image */
}


h1{
	font-size: 1.3em;
	text-align: center;
}

h2{
	margin-top: 10%;
	font-size: 1.0em;
	text-align: center;
}
h3{
	margin-top: 10%;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
}
h4{
	font-family: JosefinSans;
	font-size: 1.4em;
	font-weight: lighter;
	text-align: center;
}

.komma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

@font-face{
	font-family: "Adrenaline";
    src: url(Layout/Adrenaline-Regular.ttf) format('truetype');
}

@font-face{
	font-family: "Petrona";
    src: url(Layout/Petrona-Regular.ttf) format('truetype');
}
@font-face{
	font-family: "JosefinSans";
    src: url(Layout/JosefinSans-Regular.ttf) format('truetype');
}

/*-------------------- HAMBURGER -----------------------*/

.hamburger_rahmen{
	background: -webkit-linear-gradient(#e2ded4, rgba(226, 222, 212, 0));
	position: relative;
    padding: 4% 44% 4% 48%;
	margin-bottom: 12%;
	cursor: pointer;
}

#hamburger_line1, #hamburger_line2, #hamburger_line3{
    width: 32px;
    height: 4px;
    background-color: #000000;
    margin: 4px 0;
	border-radius: 20px 20px 20px 20px; 
    transition: all 0.4s ease-in-out;
}

#hamburger_line1.checked{
  transform: rotate(45deg);
  transform-origin: 16%;
}

#hamburger_line2.checked{
  transform: translateX(40px);
  background-color: transparent;
}

#hamburger_line3.checked{
  transform-origin: 16%;
  transform: rotate(-45deg);
}


/*-------------------- SIDEBAR -----------------------*/
#fade_out{
    position: fixed;
	background-repeat: no-repeat;
  	background-position: center center;
    visibility: hidden;
    background-color: #1a1a1a; /* passend zum "load.gif" */
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.0;
    z-index: 100;
    transition: visibility 0.2s, opacity 0.2s linear;
	cursor: pointer;
}

#menu{
	background-color: #507b6c;
    will-change: transform; /* Zur Performanceoptimierung - finde hat was gebracht */
/*    box-shadow: 0px 2px 0px 2px  #333;*/
	padding: 30% 3% 3% 3%;
    color: #000;
    line-height: 0px;
    position: absolute;
    width: 60%;
    left: -67%;
/*	min-height: 100%;*/
    height: auto;
    z-index: 101;
    transition: -webkit-transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu.checked{-webkit-transform: translate(100%, 0); transform: translate(100%, 0);}
#fade_out.checked{opacity: 0.7; visibility: visible;}

.menu_list{padding: 15% 0% 15% 4%; margin: 0px;  cursor: pointer;}
.sub_menu_list{padding: 10% 0% 10% 4%; margin: 0px;  cursor: pointer;}

#hidden_menu{
	position: relative;
	left: 12%;
}
.versteckt{overflow: hidden; max-height: 0px; transition: all .2s linear;}  /*animierte versteckte Sachen. z.B.: Spieldetails, Tabellen, WM Details */


/*-------------------- INHALT -----------------------*/

#article{
	margin: 4% 4% 0% 4%;
	padding-bottom: 8%;
}

/*-------------------- STARTSEITE -----------------------*/

  #stage{
	  display: block;
	  position: relative;
	  width: 100%;
	  display: flex;
	  align-items:center;
	  height: 2000px;
  }

  #stage a{
	  text-align: center;
	  position: absolute;
	  display: block;
  }
  #stage a img{
	  width: 100%;
	  display: block;
	  padding: 0%;
	  background: #fff;
  }

  #stage a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
  }
  #stage a:nth-of-type(2) {
    z-index: 10;
  }
  #stage a:nth-of-type(n+3) {
    display: none;
  }

  @keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
  }


#direktlinks{
	margin: 50px 0px 30px 0px;
	width: 100%;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 1.2em;
}
#direktlinks td:hover{color: white;}
#direktlinks td:hover{filter:  saturate(100%) opacity(25%) brightness(150%);}
#direktlinks td{
	width: 50%; 
	height: 160px;
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}


#direktlinks  tr:nth-child(1) td:nth-child(1){background-image: url(Layout/Direktlinks/Tiere.jpg); }
#direktlinks  tr:nth-child(1) td:nth-child(2){background-image: url(Layout/Direktlinks/Hollipulver.jpg); }
#direktlinks  tr:nth-child(2) td:nth-child(1){background-image: url(Layout/Direktlinks/Kinder.jpg); }
#direktlinks  tr:nth-child(2) td:nth-child(2){background-image: url(Layout/Direktlinks/Familie.jpg); }
#direktlinks  tr:nth-child(3) td:nth-child(1){background-image: url(Layout/Direktlinks/Schwangerschaft.jpg); }
#direktlinks  tr:nth-child(3) td:nth-child(2){background-image: url(Layout/Direktlinks/Portrait.jpg); }
#direktlinks td a {
	color: white;
	line-height: 160px;
	height: 100%;
	width: 100%;
	display: block;
}

/*-------------------- PREISE -----------------------*/
#Preisliste table{
	width: 100%;
	margin: 5% 0% 5% 0%;
}
#Preisliste table td:nth-child(1){width: 50%;}


#Preisliste table th{
	background-color: #507b6c;
/*	background: -webkit-linear-gradient(#507b6c, #e2ded4);*/
	background-color: #507b6c;
}
#Preisliste table td{
 vertical-align:top;
	font-size: 0.8em;
	text-align: center;
}


/*-------------------- BILDERGALLERIE -----------------------*/

#demo-test-gallery{width: 100%;}
.demo-gallery__img--main img{width: 100%;}


/*-------------------- FOOTER -----------------------*/

#footer{
	font-size: 0.9em;
	padding: 4% 8% 10% 8%;
	background-color: #507b6c;
	margin-top: 0%;
	border-radius: 0px 0px 2px 2px;
}
#footer th{padding-bottom: 4%;}
#footer tr{line-height: 2em;}
#footer table td:nth-child(1){width: 60%;}
#footer table td:nth-child(2){width: 40%;}

#upscroler{
	clear: both;
	background: -webkit-linear-gradient(rgba(226, 222, 212, 0), #e2ded4);
	text-align: center;
}
hr{height:1px;border-width:0;color:gray;background-color:#000000; margin: 0px;}




.preis{
	font-size: 1.6em;
	font-weight: bold;
	text-align: right;
}

#footer table td:nth-child(2){text-align: right;}
#footer table td:nth-child(3){text-align: left;}

#footer table{width: 100%;}
#footer table img{
	vertical-align: middle;
}
.links{text-align: left;}
.zentriert{text-align:center;}
.rechts{text-align: right;}



@media screen and (min-width: 1100px){ /* Wenn Bildschirm breiter als 1200px dann ...  */
    body{width: 1000px;  max-width: max-content; margin: auto; font: 1.2em;}
	h4{font-weight: bold;}
	#Preisliste table td{font-size: 1.2em;}
	#logo img{width: 70%;margin: 0% 15% 5% 15%;}
	#content{margin-top: 4%;}
	#footer{margin-bottom: 10%; font-size: 1.1em;}
	#menu{width: 13%;  left: -19%; padding-top: 10%; position: fixed;}
}