@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
@-ms-viewport {
  width: device-width ;
}

body {
    margin: 0;
    background-color: #f5f5f5;
    background-image: url(/images/TrianglesBlue.png);
  }
  .splitter{
    margin-top: -1%;
    width: 100%;
    height: 4vh;
    background-color: #686868;
}
.Navimg{
  background-image: url(/images/Berge.png);
  width: 100%;
  height: auto;
  position: absolute;
}
.Navi{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 56vw;
}
.Navi a{
  border: solid 3px #00000000;
  transition: transform .2s, font-size .2s;
  text-align: center;
  font-size: 0%;
  color: #ffffff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  display: grid;
}
.Navi a:hover{
  transform: scale(1.15);
  font-size: 3vh;
  font-weight: bold;
}
.Navi img{
  height: 100px;
  border: solid 3px #00000000;
  width: 10vw;
  height: auto;
}
.Navi a{
height: 100px;
width: 10vw;
height: auto;
}
.Impressumdiv{
  position: absolute;
  margin-top: 14%;
  margin-left: 7.2%;
}
.Autorindiv{
  position: absolute;
  margin-top: 13%;
  margin-left: 34.5%;
}
.Buchdiv{
  position: absolute;
  margin-top: 8%;
  margin-left: 60%;
}
.Geisterdiv{
  position: absolute;
  margin-top: 2%;
  margin-left: 79.5%;
}
.Sausewinddiv{
  position: absolute;
  margin-top: 16%;
  margin-left: 76%;
}
.YouTubediv{
  position: absolute;
  margin-top: 32%;
  margin-left: 60.5%;
}


@media (max-width: 880px){
  .all{
    opacity: 0;
  }
  .Navimg{
    height: 0px;
  }
  .Navi{
    height: 0px;
  }
  .Buchdiv{
    margin: 0%;
  }
  .Autorindiv{
    margin: 0%;
  }
  .Impressumdiv{
    margin: 0%;
  }
  .splitter{
    height: 0px;
    margin-top: 0px;
  }
}

/* Header */
/* Header */
/* Header */
/* Header */
/* Header */
.header{
    width: 100%;
    height: 100%;

    font-family: 'Kanit', sans-serif;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;

    box-sizing: border-box;
    background-color: #333333;
    align-items: center;
}
.Logo{
    background-image: url(/images/Paola.png);
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1vh;
    margin-left: 1vw;
}
.header div a{
    color: aliceblue;
    font-weight: bold;
    text-decoration: none;
    font-size: 3vh;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    display: inline-block;
    padding: 7%;
    position: relative;
}
header div a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 15%;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a:hover:after { 
  width: 100%; 
  left: 0; 
}


@media (max-width: 880px){
  .top {
    width: 100%;
  }
  .header{
    height: 100%;
    display: block;
    text-align: center;
  }
  .header div a{
    margin-top: -1%;
    text-align: center;
  }
  .Logo{
    background-image: url(/images/Paola.png);
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1vh;
    margin-left: 35vw;
  }
}

/* Headerend */  
/* Headerend */
/* Headerend */
/* Headerend */
/* Headerend */


/* Entry */
/* Entry */
/* Entry */
/* Entry */
/* Entry */
.Heading{
  width: 100%;
}
.Heading1{
  padding-top: 5%;
  width: 100%;
}
h3{
  text-align: center;
  font-size: 5vw;
  margin-top: auto;
  font-family: 'Yusei Magic', sans-serif;
  font-weight: bold;
  }

  .card{
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    max-height: 500px;
    background-color: #fffaf0;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;

    transition: transform .2s;

    padding: 1%;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
  }

  .card:hover{
    transform: scale(1.02);
  }

  .ImageBook{
    margin-bottom: -1.1%;
  }

  .NeuImg{
    grid-column-start: 1;
    grid-column-end: 2;

    grid-row-start: 1;
    grid-row-end: 6;
    
    border: 3px solid #7e7e7e91;

    margin-top: auto;
    margin-bottom: auto;
  }


  .Container{
    grid-column-start: 2;
    grid-column-end: 5;

    grid-row-start: 1;
    grid-row-end: 6;

    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .title{
    grid-row-start: 1;
    grid-row-end: 3;

    text-align: center;
    margin-top: auto;
    margin-bottom: auto;

    font-size: 2.5vw;
    font-family: 'Yusei Magic', sans-serif;
    font-weight: 700;
  }

  .greyline{
    border-bottom: 2px solid #ccc;
    display: block;

    width: 80%;
    margin-left: 10%;
    margin-bottom: 4%;
  }

  .desc{
    grid-row-start: 4;
    grid-row-end: 10;

    font-family: 'Yusei Magic', sans-serif;
    font-weight: 500;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0.6%;
    font-size: 1.1vw;
  }

  .card1{
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    max-height: 500px;
    background-color: #fffaf0;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;

    transition: transform .2s;

    padding: 1%;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
  }

  .card1:hover{
    transform: scale(1.02);
  }



  .NeuImg1{
    grid-column-start: 4;
    grid-column-end: 5;

    grid-row-start: 1;
    grid-row-end: 6;
    
    border: 3px solid #7e7e7e91;

    margin-top: auto;
    margin-bottom: auto;
  }

  .Container1{
    grid-column-start: 1;
    grid-column-end: 4;

    grid-row-start: 1;
    grid-row-end: 6;

    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .title2{
    grid-row-start: 1;
    grid-row-end: 3;

    text-align: center;
    margin-top: auto;
    margin-bottom: auto;

    font-size: 2vw;
    font-family: 'Yusei Magic', sans-serif;
    font-weight: 700;
  }
  @media (max-width: 880px){
    .card{
      margin-top: 2vh;
      margin-left: auto;
      margin-right: auto;
      width: 90vw;
      max-height: 500px;
      background-color: #fffaf0;
  
      display: grid;
  
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  
      transition: transform .2s;
  
      padding: 1%;
      box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
    }
    .card1{
      margin-top: 2vh;
      margin-left: auto;
      margin-right: auto;
      width: 90vw;
      max-height: 500px;
      background-color: #fffaf0;
  
      display: grid;
  
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  
      transition: transform .2s;
  
      padding: 1%;
      box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
    }
  }
/* Entryend */
/* Entryend */
/* Entryend */
/* Entryend */
/* Entryend */


/* Footer */  
/* Footer */  
/* Footer */  
/* Footer */  
/* Footer */  
.footerbase{
  background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
 
	padding: 55px 50px;
	margin-top: 80px;
}
.footerbase .footer-left,
.footerbase .footer-center,
.footerbase .footer-right{
	display: inline-block;
	vertical-align: top;
}
.footerbase .footer-left{
	width: 40%;
}
 
.footerbase h4{
	color:  #ffffff;
	margin: 0;
}
 
 
.footerbase .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}
 
.footerbase .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
 
.footerbase .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
 
 
.footerbase .footer-center{
	width: 35%;
}
 
.footerbase .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
 
.footerbase .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
 
.footerbase .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}
 
.footerbase .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
 
.footerbase .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}
 
.footerbase .footer-right{
	width: 20%;
}
 
.footerbase .About{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
 
.footerbase .About span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
 
.footerbase .Icons{
	margin-top: 25px;
}
 
.footerbase .Icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
 
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
 
	margin-right: 3px;
	margin-bottom: 5px;
}

 
@media (max-width: 880px) {
 
	.footerbase {
		font: bold 14px sans-serif;
	
	}
 
	.footerbase .footer-left,
	.footerbase .footer-center,
	.footerbase .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
 
	.footerbase .footer-center i{
		margin-left: 0;
	}
	.main {
		line-height: normal;
		font-size: auto;
	}
  
  
}