@charset "utf-8";

 	* {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	
	
html {
  font-size: 100%;

}	

	

body {

    font-family: 'Quicksand', sans-serif;

    line-height: 150%;
    background: white;
	
	/*background-image: url(bilder/Daniel_Kratzke_bg.jpg);
	background-position: top;
	background-repeat: repeat;
	background-size: auto;*/
	
	
}

.seo{
	display: none;
}

#aussen{ 
	max-width: 1024px;
	margin: 0 auto;

	position: relative;
	padding:0;

	background: white;

	padding-top: 1px;
	
	z-index: 1;
		


}


main {
	padding: 3%;
	

}



/* ===================================================*/
/* ================   Typografie   ================*/
/* ===================================================*/


h1 {
     display: none;
	
	 }

h2 {
     color: #fc4a1a;
	 font-size: 2rem;
	 line-height: 1.2;
	 
	 }

h3 {
     /*color: #fc4a1a;*/
	 font-size: 1.8rem;
     font-weight: 500;
	 line-height: 1.2;
	 margin-bottom: 15px;
	
	 }
	 


/* Fließtext*/	
p { font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.5;
	margin-top: 0;
  	}
	 
	 
	 
main article p span {  /* Mein Name in fett */
	font-weight: bold;
	font-size: 1.8rem;

}


.buchtitel p {
	font-size: 1.9rem;
	
}

.bildunterschrift p {
    font-size: 1.3rem;	
	font-weight: 100;
	line-height: 1.3;
	color: grey;

  	}
			
	 
hr {height: 6px;
	background: url(bilder/hr-11.png) repeat-x 0 0;
    border: 0;}


figcaption {
	font-weight: normal;
	padding: 5px 0 10px 0;
	text-align: center;
	color: grey;
	margin-top: 20px;
}

.pixifigcaption
{
	
	margin-top: 5px;
	margin-bottom: -15px;
}


/*LINKS*/


 /* unvisited link */
a:link {
    color: #fc4a1a;
}

/* visited link */
a:visited {
    color: #fc4a1a;
}

/* mouse over link */
a:hover {
    color: #4abdac;
}

/* selected link */
a:active {
    color: #f7b733;
} 


.bulletpoint {

 color: grey;
}


/* ===================================================*/
/* ================ ENDE  Typografie  ================*/
/* ===================================================*/






/* =============================================================*/
/* ================ Container für  AUDIOPLAYER  ================*/
/* =============================================================*/



.audio-container {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ====================================================================*/
/* ================ ENDE / Container für  AUDIOPLAYER  ================*/
/* ====================================================================*/





/* ================================================*/
/* =================   Header   ===================*/
/* ================================================*/
 
	 
header img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
	/*border: 1px solid red;*/
	
}	 
	 
	 
header {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	
	background-image: url(bilder/Daniel_Kratzke_bg.gif);
	background-position: top;
	background-repeat: repeat;
	background-size: auto;
	
}


/* ================================================*/
/* =================   Slider   ===================*/
/* ================================================*/


.sliderElements,
.sliderElements figure,
.sliderControls {
    margin: 0;
}
 
.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}
 
.cssSlider {
    overflow-x: hidden;
}
 
.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 400%;
    margin-bottom: .8em;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}
 
.sliderElements > li {
    float: left;
    width: 25%;
    position: relative;
}
 
#slide02:checked ~ .sliderElements {
    left: -100%;
}
 
#slide03:checked ~ .sliderElements {
    left: -200%;
}
 
#slide04:checked ~ .sliderElements {
    left: -300%;
}
 
/* Bildunterschrift auf dem Bild positionieren */
.sliderElements figcaption {
    /*display: none;*/
	
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 1em;
    padding: .4em;
    background: rgb(252, 74, 26);
}
 
/* Bilder responsive */
.sliderElements img {
    width: 100%;
    height: auto;
}
 
 
/* inputs aus dem Blickfeld schieben */
.cssSlider input {
    position: absolute;
    left: -99999px;
}
 
/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
    text-align: center;
}
 
/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
}
 
/* Controls auf einheitliche Maße bringen und die Ecken abrunden */
.sliderControls label {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: rgb(252, 74, 26);
    color: rgb(252, 74, 26);
}
 
/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */
.sliderControls label:hover,
#slide01:checked ~ .sliderControls label[for="slide01"],
#slide02:checked ~ .sliderControls label[for="slide02"],
#slide03:checked ~ .sliderControls label[for="slide03"],
#slide04:checked ~ .sliderControls label[for="slide04"] {
    background: #ddd;
    color: #ddd;
}


/* ====================================================*/
/* =================  ENDE Slider   ===================*/
/* ====================================================*/





/* ================================================*/
/* ================ ENDE   Header   ===============*/
/* ================================================*/







/* =====================================================*/
/* ===================== Navigation ====================*/
/* =====================================================*/

.navigation {
  list-style: none;
  margin: 0;
  
  
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  
 
}

.navigation a {
  text-decoration: none;
  display: block;
  padding: 1rem;
  color: #fc4a1a;
  text-transform: uppercase;
  font-size: 1.8rem;
  
  letter-spacing: 2px;
}



.navigation a:hover {
  background: #4abdac;
  color: white;

  transition:all 0.3s ease;
  border-radius: 250px;
  
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  
}



nav ul li a.angeklickt {
	background-color: #fc4a1a;
	color: white;
	font-weight: bold;
	border-radius: 250px;
}

/* =====================================================*/
/* ================  Ende Navigation  ================*/
/* =====================================================*/




/* ================================================*/
/* ========   Akkordion NEUIGKEITEN 2017  =========*/
/* ================================================*/



.accordion {
    
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	
	background-color: #fc4a1a;
	color: white;
	border-radius: 250px;
	
	
	font-family: 'Quicksand', sans-serif;
	/*text-transform: uppercase;*/
    line-height: 150%;
	font-size: 2rem;
	font-weight: bold;
    color: white;
    float: left;
    margin-left: 5px;
	padding-left: 35px;
}

.active, .accordion:hover {
background-color: #4abdac;
}

	

.accordion:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
    font-size: 3rem;
    color: white;
    float: right;
	padding-right: 35px;
	line-height: 80%;

}

.active:after {
    content: "-";  /* Unicode character for "minus" sign (-) */
		line-height: 90%;
}


.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	
}


/* ========================================================*/
/* ========   ENDE:   Akkordion NEUIGKEITEN 2017  =========*/
/* ========================================================*/




	
/* ===========================================================*/
/* ================   SUB-Navigation "BÜCHER"   =============*/
/* =========================================================*/

.subnavigation {
  list-style: none;
  margin: 0;
  
  
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
 
}

.subnavigation a {
  text-decoration: none;
  display: block;
  padding: 1rem;
  color: #fc4a1a;
  text-transform: uppercase;
  font-size: 1.4rem;
 
  letter-spacing: 2px;
  	transition:all 0.3s ease;
}



.subnavigation a:hover {

  color: #fc4a1a;
  font-weight: 700;
  font-size: 1.6rem;
  transition:all 0.3s ease;
}

/* ===================================================================*/
/* ================ ENDE ==== SUB-Navigation "BÜCHER" ================*/
/* ===================================================================*/




/* ==========================================================*/
/* ==============     Pfeil nach oben      =================*/
/* ==========================================================*/


.linknachoben {

	text-decoration: none;
	
}

.wiedernachoben {
	text-align: center;
}


svg {
	width: 45px;
	height: 45px;
	margin: 0 auto; 
	margin-right: 5px;


}

/*
svg:hover path{
	fill: #4abdac;
}
*/




#myBtn {
    display: block; 
    position: fixed; 
	
    bottom: 0;
    width: 100%;

	margin: 0;
	padding: 0;

    z-index: 99; 
   
	
	font-family: 'Quicksand', sans-serif;
	font-size: 1rem;
	opacity: 0.5;

	/* border: 1px solid red; */
	

}


#myBtn svg {
	width: 45px;
	height: 45px;
	margin: 0 auto;
	display: block;	
	margin-top: 10px;

}

/*
#myBtn:hover path{
	fill: #4abdac;
}
*/

#myBtn:hover {
	background-color: #f6f6f6;
	opacity: 0.9;
	
	
	
}

#myBtn p {
	text-align:center;
}






/* ==========================================================*/
/* ==============   ENDE  Pfeil nach oben      =================*/
/* ==========================================================*/







/* ================ Porträtfoto Daniel Kratzke ================*/
	
#ich {
	border-radius: 250px;
	max-width: 100%;
	height: auto;
    margin: 0 auto;
    display: block;
	/*border: 10px solid red;*/
		-webkit-box-shadow: 11px 11px 13px -10px rgba(158,150,161,1);
	-moz-box-shadow: 11px 11px 13px -10px rgba(158,150,161,1);
	box-shadow: 11px 11px 13px -10px rgba(158,150,161,1);


}

/* ================ ENDE Porträtfoto Daniel Kratzke ================*/









/* ================================================*/
/* ================   ANIMATIONEN  ================*/
/* ================================================*/





/* ========================================*/
/*  ========= Animation FLEDERMAUS =========*/
	
	.Fledermausanimation {
		width:100%;
	    margin: 0 auto;
		overflow: hidden;
		position: relative;
		box-shadow: 0px 0px 5px #888;
		
	
	}
	
	.Fledermausanimation div {
		height:0;
		
		
	}
	
	.Fledermausanimation img[alt="hg"] {
		width:100%;
		
	}
		
	.Fledermausanimation div img[alt="junge"] {
		position:absolute;
		top:10%;
		width:20%;
        transform:translateX(-35%);
		animation-name: flug;
		animation-duration: 10s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
		animation-timing-function: linear; 
		max-width: 100%;
	}
	
	
	.Fledermausanimation div img[alt="fledermaus"] {
		position:absolute;
		top:48%;
		width:10%;
        transform:translateX(-35%);
		animation-name: flug2;
		animation-duration: 6s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
		animation-timing-function: linear; 
		animation-delay: 3s;
		max-width: 100%;
		height: auto;

	}

	
	.Fledermausanimation div img[alt="katze"]{
		max-width: 100%;
		height: auto;
		position: absolute;
		top:0;
		z-index:1;
	}


	
	@keyframes flug {
		from {transform: translateX(-100%);}
		to   {transform: translateX(500%);}
	}	
	@keyframes flug2 {
		from {transform: translateX(-100%);}
		to   {transform: translateX(1000%);}
	}
	


	
	
	
/*  ========= ENDE Animation FLEDERMAUS =========*/
/* =============================================*/







.Kateranimation div img[alt="Kater"] {
		max-width: 100%;
		height: auto;
		position: absolute;
		top:0;
        z-index:1;
		box-shadow: none;
}





/* ========================================*/
/*  ========= Animation OSTERIGEL =========*/
	
	.Osterigelanimation {
		width:100%;
	    margin: 0 auto;
		overflow: hidden;
		position: relative;
		box-shadow: 0px 0px 5px #888;
	}
	
	.Osterigelanimation div {
		height:0;	
	}
	
	.Osterigelanimation img[alt="hg"] {
		width:100%;}
		
		
	.Osterigelanimation div img[alt="hase"] {
		position:absolute;
		top:60%;
		left:65%;
		width:4%;
        transform:translateX(-35%);
		animation-name: lauf;
		animation-duration: 11s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
		animation-timing-function: linear; 
		/*animation-delay: 3s;*/
		max-width: 100%;
		height: auto;
		box-shadow: none;

	}

	
	.Osterigelanimation div img[alt="hecke"]{
		max-width: 100%;
		height: auto;
		position: absolute;
		top:0;
		z-index:1;
	}

	
	@keyframes lauf {
		from {transform: translateX(50%);}
		to   {transform: translateX(850%);}
	}
	
	
/*  ========= ENDE Animation OSTERIGEL =========*/
/* =============================================*/





/* ================ slider ================*/
/* ========================================*/

.slidercontainer{
  margin: 0 auto;

   text-align: center;
}

 .slider {
 

  position: relative;
  margin: 0 auto;
  padding-bottom: 50%;
 
  max-width: 100%;
  height: auto;
  
}

.slide1 img,.slide2 img,.slide3 img {
	max-width: 100%;
  box-shadow: 0px 0px 5px #888;
  border-radius: 25px;
}


.slide1 {

 animation:fade 30s infinite;
-webkit-animation:fade 30s infinite;
 position: absolute;
 left:3.2%;
  right:3.2%;
 


} 
.slide2 {
    animation:fade2 30s infinite;
-webkit-animation:fade2 30s infinite;

 position: absolute;
 left:3.2%;
  right:3.2%;
 


}
.slide3 {
    animation:fade3 30s infinite;
-webkit-animation:fade3 30s infinite;

 position: absolute;
 
  left:3.2%;
  right:3.2%;
 


}

@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

/* ================ ENDE slider ==========*/




/* =====================================================*/
/* ================  Ende  ANIMATIONEN  ================*/
/* =====================================================*/









/* =====================================================*/
/* ================ Neuigkeiten ========================*/
/* =====================================================*/

.newscontainer {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		
		margin-bottom: 60px;
		
		display: -webkit-flex;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
		
		 
}

.newsbox {
    flex: 1;

}



.newsboxmas {
    flex: 1;
	

}

.newsbox_kratzel {
    flex: 1;

}




.newsbox .neu{
	position: relative;
	
	max-width: 480px;
	margin: 0 auto;
	
	
}

.newsbox_kratzel{
	position: relative;
	
	max-width: 100%;
	margin: 0 auto;
	
	
}

.newsbox .mySlides{
	position: relative;
	
	max-width: 100%;
	margin: 0 auto;
	
	
}



.newsbox_kratzel .neu{
	position: relative;
	
	max-width: 100%;
	margin: 0 auto;
	
	
}





.newsbox_angst .neu{
	position: relative;
	
	max-width: 100%;
	margin: 0 auto;
	
	
}



#neubutton {
	
	position: absolute;
	top: 50px;
	left: -20px;
	max-width: 100px;
	box-shadow: none;
	z-index: 200;
}

#neubutton2 {
	
	position: absolute;
	top: 80px;
	left: -20px;
	max-width: 100px;
	box-shadow: none;
	z-index: 200;
}

#neubutton3 {
	
	position: absolute;
	top: 110px;
	left: -25px;
	max-width: 120px;
	box-shadow: none;
	z-index: 200;
}


#neubutton4 {
	
	position: absolute;
	top: 200px;
	left: -25px;
	max-width: 120px;
	box-shadow: none;
	z-index: 200;
}

.newsbox:first-child{
	margin-bottom: 10px;
	
}

.newsbox:nth-child(odd){
		text-align: center;
		
}

.newsbox:nth-child(2) {
	flex: 2;
	padding-left: 30px;

	
}





/* =====================================================*/
/* ================ NEWS:  KRATZEL  ================*/
/* =====================================================*/

.newsbox_kratzel:first-child{
	flex: 10;
	
}



.newscontainer .newsbox_kratzel img {
	max-width:100%;

	flex-shrink: 0;
	
	
	
}

/* =====================================================*/
/* ===== ENDE =====  NEWS: KRATZEL  ================*/
/* =====================================================*/






/* =====================================================*/
/* ================ NEWS:  Angst vot Garnix?  ================*/
/* =====================================================*/

.newsbox_angst:first-child{
	flex: 10;
	padding-left: 0px;

	
}

.newsbox_angst:nth-child(2) {
	flex: 1;
	padding-left: 30px;

	
}


.newscontainer .newsbox_angst img {
	max-width:100%;

	flex-shrink: 0;
	
	box-shadow: 0px 0px 5px #888;
	
	transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
}



/* =====================================================*/
/* ===== ENDE =====  Angst vot Garnix?  ================*/
/* =====================================================*/



.newscontainer .newsbox img {
	max-width:100%;

	flex-shrink: 0;
	
	box-shadow: 0px 0px 5px #888;
	
	transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
}




.newscontainer .newsboxmas img {
	max-width:100%;

	flex-shrink: 0;
	border-radius: 250px;
	/*box-shadow: 0px 0px 5px #888;*/
	
	
	
}

.newscontainer .newsboxmas  {
	position: relative;
	
	max-width: 480px;
	margin: 0 auto;
	
	text-align: center;
	/*background-color: green;*/
}

#schnee {
	
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 100%;
	
	-webkit-box-shadow: 11px 11px 13px -10px rgba(158,150,161,1);
	-moz-box-shadow: 11px 11px 13px -10px rgba(158,150,161,1);
	box-shadow: 11px 11px 13px -10px rgba(158,150,161,1);


	
	z-index: 200;
}


#alexa {
	
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 100%;
	z-index: 200;
}




.rundeecken {

   border-radius: 0 20px 20px 0;}
   
   

   
   
 /*================   Bildwechsel---NEWS Cover ================*/



figure.newscover{
	position: relative;
}

figure.newscover img{
	transition: 0.3s ease-in-out;
}

figure.newscover:hover img {
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2); 
	
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}



figure.newscover img:first-child {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /* legt die Reihenfolge fest*/
	-webkit-opacity: 1;
	opacity: 1;
}

figure.newscover:hover img:first-child {
	-webkit-opacity: 0;
	opacity: 0;
}


.newscontainer .newsbox .newscover img:nth-child(2){
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*border: 1px solid green;*/
}



/*================   ENDE  Bildwechsel---NEWS Cover ================*/  
   
 


/*================   iframe Vorschau Katalog ================*/  
   
.issuu {
	width:100%;
	height: 600px;
	
	
}
   
   



/* ================   Ende Neuigkeiten   ================*/
/* =====================================================*/












/* =====================================================*/
/* ==================   Referenzen   ====================*/
/* =====================================================*/

#ella {
	
max-width:299px;
height: auto;	
}

.verlagslogos ul li{
	list-style-type:none;
	margin: 0 auto;
}

.verlagslogos li{
	display: inline-block;
	padding: 15px;
}

.verlagslogos li img{
	width: auto;
	height: 60px;

	text-align: bottom;
}


.verlagslogos li:nth-child(5) img{

	height: 95px;

}


.verlagslogos li:nth-child(8) img{

	height: 80px;

}


.verlagslogos li:nth-child(10) img{

	height: 42px;

}

	
.referenzcontainer {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		display: -webkit-flex;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
	   
	background-image: url(bilder/Daniel_Kratzke_bg.jpg);
	background-position: top;
	background-repeat: repeat;
	background-size: contain;

}	
	
	
.referenzbox1{
	flex: 1;
	align-self: flex-end;
	
}

.referenzbox2{
	flex: 2;
	
}
		
	
.referenzbox3{
	order: 3;
	
}

@media all and (max-width: 656px) {
	
  .referenzbox1{order: 2;}

	
}


/* =====================================================*/
/* ================   ENDE Referenzen   ================*/
/* =====================================================*/

	

/*--- Bild Ausstellung -------------*/
#wackelzahngif{
	width:450px;
	height:auto;
	margin: 0 auto;
}


/* ==========================================================*/
/* ==================== INTERVIEWS  =========================*/
/* ==========================================================*/


.interviewcontainer {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
      		
}


.interviewbox {
    flex: 1;
	
	margin-bottom:15px;
	padding-right: 20px;
}

.interviewcontainer .interviewbox:first-child {

	text-align: center;
}

.interviewcontainer .interviewbox:nth-child(2) {
	
	flex: 4;
	
}



.interviewcontainer .interviewbox img {
	min-width:95px;
    margin-top:-24px

	
	}

	
	
/*============= ausklappabres Interview familie&CO ===========*/
.interviewtext3, .zu {display: none;}

	article.interviewaccordion3:target .interviewtext3,
	article.interviewaccordion3:target .zu {display:block;}
	
	article.interviewaccordion3:target .auf {display:none;}		
/*=========== ENDE ausklappabres Interview familie&CO =========*/





/*============= ausklappabres Interview magellan ===========*/
.interviewtext2, .zu {display: none;}

	article.interviewaccordion2:target .interviewtext2,
	article.interviewaccordion2:target .zu {display:block;}
	
	article.interviewaccordion2:target .auf {display:none;}		
/*=========== ENDE ausklappabres Interview magellan =========*/




/*=========== ausklappabres Interview Borromäusverein =========*/
.interviewtext, .zu {display: none;}

	article.interviewaccordion:target .interviewtext,
	article.interviewaccordion:target .zu {display:block;}
	
	article.interviewaccordion:target .auf {display:none;}	
/*=========== ENDE ausklappabres Interview Borromäusverein =========*/




	
/* ==========================================================*/
/* ==========================================================*/
/* ==================== Ende  INTERVIEWS  ===================*/
/* ==========================================================*/
/* ==========================================================*/	

	


/* =====================================================*/	 
/*================   TABELLE   ================*/
/* =====================================================*/


table, th, td {
   
    border-collapse: collapse;
}

	 
table {
	width: 100%;

}

th {

	color: #fc4a1a;
    padding: 2%;
    text-align: center;
	border-bottom: 1px solid #fc4a1a; 
	font-size: 2.3rem;
	
	
}

  td {

	border-bottom: 1px solid #fc4a1a;
	padding: 2%;

	font-size: 1.4rem;
	line-height: 1.3;
	
}


table tr:nth-child(5),table tr:nth-child(7),
table tr:nth-child(8),table tr:nth-child(11),table tr:nth-child(12),table tr:nth-child(13),
table tr:nth-child(14),
table tr:nth-child(17),table tr:nth-child(20),table tr:nth-child(22),table tr:nth-child(23),table tr:nth-child(26),table tr:nth-child(28),table tr:nth-child(30),table tr:nth-child(32),table tr:nth-child(33){
	border-bottom: hidden;
}



colgroup[span="1"] {
	width:110px;
    	
}


/*================ Ende   TABELLE    ================*/	
/* =====================================================*/
/* =====================================================*/






	
/* =====================================================*/
/*================   PIXI Cover   ================*/
/* =====================================================*/

.pixicontainer, .pappencontainer {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		display: -webkit-flex;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
}



div.pixibox{
max-width:280px;
height: auto;
margin: 0 5px 10px 5px;


	
}



div.pixibox img {
box-shadow: 0px 0px 5px #888;
width:100%;	
transition: 0.3s ease-in-out;
margin-bottom: 5px;	
}


/*===  mouse over Schultuete  === */

div.pixibox:nth-child(7) img:nth-child(2){
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*border: 1px solid green;*/
}




/*===  mouse over Blechdose Oser-Igel  === */

div.pixibox:nth-child(10) img:nth-child(2){
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*border: 1px solid green;*/
}
/*===  mouse over Blechdose Oser-Igel  === */




/*===  mouse over Blechdose Antons Hühner  === */
div.pixibox:nth-child(12) img:nth-child(2){
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*border: 1px solid green;*/
}
/*===  mouse over Blechdose Antons Hühner  === */


/*===  mouse over Blechdose Plätzchendieb  === */
div.pixibox:nth-child(13) img:nth-child(2){
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}
/*===  mouse over Blechdose Plätzchendieb === */



/*===  mouse over Blechdose Rutschreifen  === */
div.pixibox:nth-child(14) img:nth-child(2){
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}

/*===  mouse over Blechdose Rutschreifen === */



/*===  mouse over Blechdose Ostereier  === */
div.pixibox:nth-child(15) img:nth-child(2){
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*border: 1px solid green;*/
}
/*===  mouse over Blechdose Ostereier === */



/*===  mouse over Blechdose Kieselstein === */
div.pixibox:nth-child(16) img:nth-child(2){
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*border: 1px solid green;*/
}
/*===  mouse over Blechdose Kieselstein === */



div.pixibox:nth-child(even) img
{
transform: rotate(1deg);
    -ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
} 



div.pixibox:nth-child(odd) img {
transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
} 

/*
div.pixibox:last-child{
	max-width: 340px;
}*/ 





.pixicontainer div.pixibox img:hover {
transform: rotate(-4deg) scale(1.2);
-ms-transform: rotate(-4deg) scale(1.2); /* IE 9 */
-webkit-transform: rotate(-4deg) scale(1.2); /* Chrome, Safari, Opera */


z-index: 100;
box-shadow: 0px 0px 2px #888;
}







div.pixibox p {
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 1.6rem;
	text-align:center;
}

div.pixibox h3 {
	margin-top: 15px;
}





/*================   Bildwechsel---Rabe-PIXI Cover ================*/



figure.rabecover{
	position: relative;
}


figure.rabecover:hover img {
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2); 
	
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}



figure.rabecover img:first-child {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /* legt die Reihenfolge fest*/
	-webkit-opacity: 1;
	opacity: 1;
}

figure.rabecover:hover img:first-child {
	-webkit-opacity: 0;
	opacity: 0;
}




/*================   ENDE  Bildwechsel---Rabe-PIXI Cover ================*/






/*================   Bildwechsel---Gucklochpappe ================*/
.Gucklochpappe img:last-child{display:none}
.Gucklochpappe:hover img:first-child{display:none}
.Gucklochpappe:hover img:last-child{display:block}
/*================   ENDE  Bildwechsel---Gucklochpappe ================*/

.Gucklochpappe img {
	border-radius: 25px;
}

.papperund {
	border-radius: 25px;
}

/*================  Ende PIXI Cover ================*/
/* =====================================================*/




/* ==========================================================*/
/* ============   PIXI    Cover Lizenz Wackelzahn ===========*/
/* ==========================================================*/

#lizenz{
	text-align: center;
}

ul.lizenz_wackelzahn {
	text-align:center;
}

.lizenz_wackelzahn ul li{
	list-style-type:none;
	margin: 0 auto;
}

ul.lizenz_wackelzahn li{
	display: inline-block;
    margin-right: 15px;
	margin-top: 15px;
	
}


ul.lizenz_wackelzahn li img{
	width:100%;
	height: auto;
	box-shadow: 0px 0px 3px #888;

}


ul.lizenz_wackelzahn li:nth-child(even) img
{
transform: rotate(2deg);
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
} 

ul.lizenz_wackelzahn li:nth-child(odd) img {
transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
}

/* ==========================================================*/
/* ========  ENDE     Cover Lizenz Wackelzahn ===============*/
/* ==========================================================*/



/* =====================================================*/
/* ============   PIXI    APP Wackelzahn ===============*/
/* =====================================================*/


ul.app_wackelzahn {
	text-align:center;
}

.app_wackelzahn ul li{
	list-style-type:none;
	margin: 0 auto;
}

ul.app_wackelzahn li{
	display: inline-block;
    margin-right: 15px;
	margin-top: 15px;
	
}


ul.app_wackelzahn li img{
	width:100%;
	height: auto;
	
	box-shadow: 0px 0px 3px #888;

}



/* =====================================================*/
/* ============  ENDE     APP Wackelzahn ===============*/
/* =====================================================*/





/* =====================================================*/
/* ==============   Pappbilderbücher  ==================*/
/* =====================================================*/

div.pappenbox img {
box-shadow: 2px 2px 5px #888;
border-radius: 0 20px 20px 0;
width:100%;
margin-bottom: 30px;
margin-top: 40px;
transition: 0.3s ease-in-out;		
}


div.pappenbox{
	max-width: 300px;
	height: auto;
}


div.pappenbox p{
	


	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 1.6rem;
	text-align:center;

}



div.pappenbox:nth-child(even) img
{
transform: rotate(2deg);
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
} 

div.pappenbox:nth-child(odd) img {
transform: rotate(-3deg);
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
}

.pappencontainer div.pappenbox img:hover {
transform: rotate(-4deg) scale(1.2);
    -ms-transform: rotate(-4deg) scale(1.2); /* IE 9 */
    -webkit-transform: rotate(-4deg) scale(1.2); /* Chrome, Safari, Opera */


z-index: 100;
box-shadow: 0px 0px 2px #888;
}


/* =====================================================*/
/* =============== ENDE Pappbilderbücher  ==============*/
/* =====================================================*/




.innenseiten img {
	margin: 0 auto;
	display: block; /*geisterabstand weg*/
	max-width:100%;
	height: auto;
	
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px #888;

}



.innenseiten2 img {
	margin: 0 auto;
	display: block; /*geisterabstand weg*/
	max-width:100%;
	height: auto;
	
	margin-bottom: 15px;
	box-shadow: 0px 0px 0px #888;

}

/* ======    kleine Coverabbildung auf Innenseiten   ==========*/

.innenseiten_mit_Cover{
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	
}


.innenseiten_mit_Cover img {
	margin: 0 auto;
	display: block; /*geisterabstand weg*/
	max-width:100%;
	height: auto;
	box-shadow: 0px 0px 5px #888;

}

.Fledermausanimation img {

	box-shadow: none;

}

.coverklein {
	
	position: absolute;
	bottom: -15px;
	left: 30px;
	width: 140px;

	z-index: 200;
	
	/*transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);*/
}

.coverklein img {
	margin: 0 auto;
	display: block; /*geisterabszand weg*/
	max-width: 100%;
	height: auto;
	box-shadow: 1px 1px 3px #888;
}


/* ======  ENDE ====  kleine Coverabbildung auf Innenseiten   ==========*/





	
	
	





/* ==========================================================*/
/* ==========================================================*/
/* ================      BUCHSEITEN   =======================*/
/* ==========================================================*/
/* ==========================================================*/



#bolzplatz60{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	
	
}


.konfetti{
	background-image: url(bilder/Daniel_Kratzke_bg.jpg);
	background-position: top;
	background-repeat: repeat;
	background-size: contain;
	
}


.buchseitencontainer {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;		
}



.buchseitenbox span {
    
	font-weight: bold;
	color: #fc4a1a;
	font-size: 1.5rem;
}

.buchseitenbox:first-child {
    flex: 1;

}


.buchseitencontainer .buchseitenbox:nth-child(2) {
	padding-left: 30px;
	flex: 3;
	
}




.buchseitencontainer .buchseitenbox:first-child img{

	max-width:250px;
	
	box-shadow: 0px 0px 3px #888;
	
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
		}


		
		
		
		
/* ==========================================================*/
/*==============        Bilderbuch        ===================*/
/* ==========================================================*/


		
.bilderbuchcontainer {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
				
}

.bilderbuchbox {
	flex: 1;	
}		


.bilderbuchcontainer .bilderbuchbox img{
	margin: 0 auto;
	display: block;
	max-width:100%;
	
	box-shadow: 0px 0px 3px #888;
	
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	
	
	
		}

		
/* ============== ENDE  Bilderbuch ===========================*/
/* ==========================================================*/
/* ==========================================================*/




/* ==========================================================*/
/* ==============     Empfohlen von      ====================*/
/* ==========================================================*/

ul.empfohlen {
	/*text-align:center;*/
}

.empfohlen ul li{
	list-style-type:none;
	margin: 0 auto;
}

ul.empfohlen li{
	display: block;
    margin-right: 15px;
	margin-top: 15px;
	
	
}

ul.empfohlen li img{
	max-width:100%;
}

.empfohlen figcaption {
text-align: left;
}



/* ==========================================================*/
/* ==============   ENDE  Empfohlen von      ================*/
/* ==========================================================*/








/* ==========================================================*/
/* ==============     KONTAKT-Formular      =================*/
/* ==========================================================*/


#hase {   /*Motiv danke.html  --  Gespenst Fehler.html*/

	max-width: 100%;
	height: auto;
    margin: 0 auto;

}


form {
	
	text-align: center;

}


fieldset {
	border: none;
	
}



/*  --- Eingabefelder: KONTAKT-Formular ---*/


form p {
	font-size: bold;
}

input, textarea {
	background-color: #daf1ee;
	border-radius: 30px;
	color: black;
	font-size: 1rem;
	border: none;
	padding: 15px;
	margin: 15px 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5rem;
	width: 80%;
		transition:all 0.3s ease;
	
}

input, input[type="email"]{
	width: 80%;
	height: 65px;
	border-radius: 300px;
}

input[type="submit"]{

	background-color: #fc4a1a;
	cursor:pointer;
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-radius: 300px;
}

input[type="reset"]{

	background-color: #4abdac;
	cursor:pointer;
	text-decoration: none;
	color: white;
	font-weight: bold;
	
}

input[type="submit"]:hover{
	/*box-shadow: inset 0 0 0 5px #e24217;*/
	
	 -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);

}


input[type="reset"]:hover{
	box-shadow: inset 0 0 0 5px #42aa9a;
	
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}


/* ==========================================================*/
/* ==============   ENDE  KONTAKT-Formular      =============*/
/* ==========================================================*/









/* =====================================================*/
/* ====================   FOOTER  =========================*/
/* =====================================================*/


footer {

	background-color: #4abdac;
	color: white;
	
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;

	height:3rem;
	position: absolute;
    bottom: 0;
	width: 100%;
	/*opacity: 0.7;*/
	padding-top: 9px;
	
	margin: 0;
}

div.pirat img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;

	
	
}

div.footerbild img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 50px;

	
	
}



#Rechtliches a ,#Rechtliches a:link , #Rechtliches a:visited , 
#Rechtliches a:hover , #Rechtliches a:active
 {

text-decoration: none;
color: grey;

}

#Rechtliches a:hover{
	color: #fc4a1a;
}


#Rechtliches {
	margin-bottom: 60px;
	font-size: 1rem;
	text-align: center;

}




#recht_bei_pirat{
	position: absolute;
	left: 0; 
	right: 0;
  bottom: -5px;  
  margin: 0 auto; 

  

}

#helferlein{
	position: relative;


	
}

/* ==========================================================*/
/* ==================== Ende  FOOTER  =========================*/
/* ==========================================================*/













/* ==========================================================*/
/* ==========================================================*/
/* ==========================================================*/
/* ==========================================================*/
/* ==========================================================*/
/* ==========================================================*/
/* ================ Media-Queries - allgemein ===============*/
/* ==========================================================*/
/* ==========================================================*/
/* ==========================================================*/
/* ==========================================================*/
/* ==========================================================*/
/* ==========================================================*/






/* ==========================================================*/
/* ================ Media-Queries - Navigation ==========*/




@media all and (max-width: 800px) {
  .navigation {
    justify-content: space-around;
  }
}



@media all and (max-width: 710px) {
	
		hr:first-child{
		display: none;
	}
	
	
	
  .navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }
  
    .subnavigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
	
  }

  
  .navigation a {
    text-align: center;
    padding: 10px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  }
  
  
    .subnavigation a {
    text-align: center;
	
  }


  .navigation li:last-of-type a {
    border-bottom: none;
  }
	
 
  
}


/* ================ ENDE Media-Queries - Navigation ==========*/
/* ==========================================================*/

@media all and (max-width: 957px) {

div.pappenbox{
	max-width: 350px;
	height: auto;
}
}

@media all and (max-width: 744px) {

div.pappenbox{
	max-width: 300px;
	height: auto;
}
}

@media all and (max-width: 689px) {

div.pappenbox{
	max-width: 250px;
	height: auto;
}
}


@media all and (max-width: 570px) {

div.pappenbox{
	max-width: 200px;
	height: auto;
}

div.pappenbox img {

border-radius: 0 10px 10px 0;

margin-bottom: 15px;
margin-top: 20px;
		
}



}


@media all and (max-width: 480px) {

div.pappenbox{
	max-width: 150px;
	height: auto;
}
}

@media all and (max-width: 364px) {

div.pappenbox{
	max-width: 130px;
	height: auto;
}

.accordion {
font-size: 1.8rem;
padding-left: 25px;
}

.accordion:after {
	padding-right: 15px;

}

}

@media all and (max-width: 768px) {
	
		.newscontainer {
	flex-direction: column;	
	}
		
	.newscontainer .newsbox img{
	max-width:350px;
    }
	

    .newsbox:nth-child(2) {
	margin-top: 15px;
    }
	
    .newsbox .neu{
	max-width: 350px;	
    }

	
	.newsbox:nth-child(2) {

	padding-left: 20px;

}
	

		

}
		

	
	
	.buchseitencontainer {
	flex-direction: column;	
	}
	
	.buchseitencontainer .buchseitenbox:first-child {
		 text-align: center;
		 margin-bottom: 15px;
	}
	
		.buchseitencontainer .buchseitenbox:first-child img {
		 width:400px;
	}
	
		
    .buchseitenbox:nth-child(2) {
	margin-top: 5px;
}
		
}




@media all and (max-width: 650px) {		
		div.pixibox{
		max-width: 45%;	}

}


@media all and (max-width: 480px) {
	
#ich {max-width: 75%;    	}
	

html {  font-size: 81%;     }


main {	padding: 5%;        }




th   {	font-size: 1.5rem;  }

td   {	font-size: 1.1rem;	}

colgroup[span="1"] { width:60px;	}


.verlagslogos li img{

	height: 45px;
}

.verlagslogos li{

	padding: 8px;
}

#ella {
	
max-width:230px;
	
}

/*Kontaktformular*/

input, input[type="email"]{
	width: 95%;

	border-radius: 30px;
}

input[type="submit"]{
    width: 95%;
	border-radius: 30px;
}

input, textarea {
	width: 95%;	
}

/*Ende Kontaktformular*/

div.pirat img{

	margin-bottom: 20px;

	
}

.coverklein {
	bottom: -10px;
    left: 15px;
	width: 80px;

}
}

@media all and (max-width: 410px) {
	
		
	.newscontainer .newsbox img{
	max-width:320px;
    }
		
    .newsbox .neu{
	max-width: 320px;	
    }

	#neubutton3 {
	
	position: absolute;
	top: 100px;
	left: -15px;
	max-width: 60px;
	box-shadow: none;
	z-index: 200;
}


	#neubutton4 {
	
	position: absolute;
	top: 80px;
	left: -15px;
	max-width: 60px;
	box-shadow: none;
	z-index: 200;
}



.issuu {
	width: 100%;
	height: 300px;
}

}


@media all and (max-width: 360px) {
	

		
	.newscontainer .newsbox img{
	max-width:290px;
    }
		
    .newsbox .neu{
	max-width: 290px;	
    }

	.newsbox:nth-child(2) {

	padding-left: 10px;

}


ul.lizenz_wackelzahn li img{
	width:80%;

}

.slide1 img,.slide2 img,.slide3 img {

  border-radius: 15px;
}


.Gucklochpappe img {
	border-radius: 15px;
}

.papperund {
	border-radius: 15px;
}

	
}
	

@media all and (max-width: 342px) {
	#Rechtliches {

	font-size: 0.9rem;


}
	
}	
	
	
	
@media all and (max-width: 320px) {
/*	
	header {
background-size: 0 0;
}
*/	
	.newscontainer .newsbox img{
	max-width:260px;
    }
		
    .newsbox .neu{
	max-width: 260px;	
    }

	
	
	.coverklein {
	

	width: 60px;

}


#myBtn svg {
	width: 35px;
	height: 35px;


}

#myBtn p{
	font-size: 1rem;
}



	
}


	

/* ==========================================================*/
/* ==========================================================*/
/* ================ Media-Queries - ENDE ==========*/
/* ==========================================================*/
/* ==========================================================*/




