@charset "utf-8";

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* el-messiri-regular - latin-ext */
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/el-messiri-v16-latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/el-messiri-v16-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/el-messiri-v16-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/el-messiri-v16-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/el-messiri-v16-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/el-messiri-v16-latin-ext-regular.svg#ElMessiri') format('svg'); /* Legacy iOS */
}

/* el-messiri-700 - latin-ext */
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/el-messiri-v16-latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/el-messiri-v16-latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/el-messiri-v16-latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/el-messiri-v16-latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/el-messiri-v16-latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/el-messiri-v16-latin-ext-700.svg#ElMessiri') format('svg'); /* Legacy iOS */
}


/* CSS Document */

/* GLOBAL */

* { font-family: "Raleway";
}

body {
  background-image: url("../images/hgvibl.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; /* Generic*/
    
}

img.inset {
    clip-path: inset(15% 10% 20% 10% round 12% 2%);
}

.img-fit {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

img.reg {
    object-fit: contain;
    width: 80%;
    border-radius: 20%;
    /* filter:drop-shadow(-20px 20px 10px brown); */
}

img#bookprev {
    border:inset 2px #1c87c9;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:20px;
    -webkit-border-top-left-radius:20px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:20px;
    border-top-left-radius:20px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:20px;
    filter:drop-shadow(-20px 20px 10px brown);
}

#dropshadow {
	filter:drop-shadow(-20px 20px 10px brown);
}


/* OBEN */


.banner {
    display: flex;
    object-fit: contain;
    height: 100%;
    width: 100%;
    align-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


/* NAVIGATION */


.trenner {
  background-color: #f7372f;
  flex-direction: column; 
  justify-content: center;
  margin: auto;
  height: 3em;
  padding-top: 3%;
  padding-bottom: 3%;
}


/* HAMBURGER */


input#hamburg {
    display: none;
} 

label.hamburg {
  display: block;
  background: #555;
  width: 50px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 30px;
  background: #fff;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}
.line:nth-child(2) {
  top: 24px;
}
.line:nth-child(3) {
  top: 36px;
}

#hamburg:checked + .hamburg .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2) {
  opacity: 0;
}

#hamburg:checked + .hamburg .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

#hamburg:checked + .hamburg + nav.topmenu {
  max-height: 600px;
}


/* ENDE HAMBURGER */


nav.topmenu {
  box-shadow: 0px 5px 10px 0px #aaa;
  width: auto;
  background: #e7e6f5;
  color: #000;
  opacity: 0.9;
  height: auto;
  z-index: 12;
  max-height: 0; 
  overflow: hidden;
  transition: all 0.5s;
}

nav ul {
  list-style: none;
  padding: 20px;
  margin: 0;
}

nav a {
  color: #f7372f;
  text-decoration: none;
  font-family: montserrat, sans-serif;
  font-weight: bold;
}
nav a:hover {
  color: #665ab1;
}


/* ENDE MENÜ */



/* HAUPTTEIL */

h1 {
  letter-spacing: 0.15em;
    font-family: "el messiri v16 latin ext 700";
    font-size: 2em;
    font-weight: bold;
    color: #4a0507;
}

h1.stroke {
    background-image:linear-gradient(90deg,blue,yellow,red,purple);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
    font-size: 2.5em;
   /* color: #f7372f; */
    -webkit-text-stroke:2px #4a0507;
}

h1.book {flex-flow: wrap;
    font-family: "el messiri v16 latin ext regular";
    flex-shrink: 1;
    font-size: 1.2em;
    font-display: swap;
    text-transform: uppercase;
    color: #fccf51;
    word-wrap: break-word;
}

h2 {
  color: white; /*wird überschrieben */
  font: bold 2em Helvetica, Arial, sans-serif;
  margin: 0.3em 0;
  padding: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #f3c6c6;
  letter-spacing: 0.15em;
}

h3 {
  font: bold 1.5em Helvetica, Arial, sans-serif;
  color: #4a0507;
  text-transform: uppercase;
}

p {
  color: #4a0507;  
  word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}
p.hell {
    color: #f7dfdf;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}
p.em {
    font-weight: bold;
}

ul {
  line-height: 1.5;
  list-style-type: circle;
}

a {
  color: #07115c;
  text-decoration: none;
  font-weight: bold;
}

a img { border: none; }

a:hover {
  color: #9a1907;
}

.content {
  background-color: #f7dfdf;
  color: #37050A;
  display: block;
  justify-content: center;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
  height: auto;
  padding: 2%;
  line-height: 1.5;
}


/* BEGINN BOOKWRAPPER */


.bookborder {
  box-sizing: border-box;
  /*  box-shadow: 10px 20px 15px silver; */
  background-color: #edca88;
  border: 20px inset #edca88;
    margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
}

    .books {
      background-color: #f7372f;
      color: #f4eaea;
      margin-top: 4%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4%;
      padding: 2%;
      line-height: 1.5;
}

        .card {
            display: flex;
            flex-wrap: wrap;
            background-color: #f7372f;
            padding: 0.5em;
}

        .card > * {
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: 280px;
}

            .media {
              margin: 10px;
    
}

                figure {
                    display: inline-block;
                    background: #f7372f;
                    overflow: hidden;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
                    filter:drop-shadow(-10px 10px 5px brown);
}
                    .prevbookpic {
                        -moz-border-radius-topleft: 20px;
                        -moz-border-radius-topright:0px;
                        -moz-border-radius-bottomleft:0px;
                        -moz-border-radius-bottomright:20px;
                        -webkit-border-top-left-radius:20px;
                        -webkit-border-top-right-radius:0px;
                        -webkit-border-bottom-left-radius:0px;
                        -webkit-border-bottom-right-radius:20px;
                        border-top-left-radius:20px;
                        border-top-right-radius:0px;
                        border-bottom-left-radius:0px;
                        border-bottom-right-radius:20px;
}

                figure img {
                    display: block;
                    margin: 0;
                    padding: 0;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
}
                figure:hover {
                    background: #FFDB93;
                    border: 1px solid orange;
}
                figure:hover img {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    transform: scale(1.2);
                    opacity: .5;
                    filter: alpha(opacity=50);
}

            .rechts {
              padding-left: 10px;
              padding-top: 10px;
              color: #f7dfdf;
}
                .arrowflex {
                  display: flex;
                  flex-wrap: wrap;
                  flex-direction: row-reverse;
                  justify-content: flex-end;
                  align-items: left;
                  align-content: flex-start;
}
                .arrowflex:after {
                  display: block;
                  content: "  ";
                  margin: 3px;
                  flex: 999 999 auto;
}
                    .item {
                        font: bold;
                        font-size: 2rem;
                        flex: 0 0 auto;
                        margin-top: 6rem;
                        background-color: #edca88;
                        filter:drop-shadow(-5px 5px 3px brown);
}
                         .container {
   
}
                          button,
                          button::after {
                              -webkit-transition: all 0.3s;
                              -moz-transition: all 0.3s;
                              -o-transition: all 0.3s;
                              transition: all 0.3s;
}
                          button {
                              background: none;
                              color: #fff;
                              display: block;
                              font-size: 1.6em;
                              font-weight: bold;
                              position: relative;
        
}
                          button::before,
                          button::after {
                              background: #fff;
                              content: '';
                              position: absolute;
                              z-index: -1;
}
                          button:hover {
                              color: #29f2e4;
}
                          .button2::after {
                              height: 100%;
                              left: 0;
                              top: 0;
                              width: 0;
}
                          .button2:hover:after {
                              width: 100%;
}
.bookspace {
    min-height: 4%;
    background-color: #edca88;
}


/* ENDE BOOKWRAPER */

/* .bookflex {
  display: flex;
  flex-direction: row-reverse;
}
*/

.foxgra {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
}

.bookpic {
  object-fit: contain;
  margin-bottom: 3em;
  margin-top: 3em;
  border-radius: 20%;
  filter:drop-shadow(-20px 20px 10px brown);
  
}

.bookpage {
    display: flex;
    flex-direction: column;
	background-color: #f7372f;
    color: #f4eaea;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    padding: 3%;
    line-height: 1.5;
}

.bookpdiv {
  display: flex;
    flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-content: stretch;
    align-items: flex-end;
  padding: 1em;
}
.bpagediv {
    width: 50%;
   
}
.bpagedrechts {
    width: 50%;
    text-align: right;
}

.me {
  background-color: #f7372f;
  color: #f7dfdf;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
  height: auto;
  padding: 2%;
  vertical-align: middle;
  line-height: 1.5;
}

.article {
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-top: 2%;
  text-align: center;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #4a0507;
  border-color: #edca88;
  border-width: 5px;
  border-style: dashed;
  background-color: #458cb9;
  margin-bottom: 2em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.blink {
  animation-name: animation_blink;
  animation-timing-function: ease-in;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes animation_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

/* -------------------------------------------------------------------------- */

@media (min-width: 600px) {
    
.banner {
    display: flex;
    object-fit: contain;
    height: 80%;
    width: 80%;
    align-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

img.reg {
    object-fit: contain;
    width: 80%;
    border-radius: 20%;
    filter:drop-shadow(-20px 20px 10px brown);
}
  
.trenner {
  background-color: #f7372f;
  display: flex;
  width: 80%;
  flex-direction: row; 
  justify-content: center;
  margin: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
    
nav.topmenu {
    float: right;
    box-shadow: none;
    width: auto;
    background: none;
    color: #000;
    opacity: 0.85;
    height: auto;
    z-index: 12;
    max-height: 5rem; 
    overflow: hidden;
    transition: all 0.5s;
}
    
nav a {
	color: #f7dfdf;
	text-decoration: none;
	font-family: montserrat, sans-serif;
	font-weight: bold;
}
nav a:hover {
	color: #665AB1;
}   
nav ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
nav li {
  display: inline;
  width: 100%;
  font-size: 1rem;
  padding: 5px;
  margin: 5px;
}
    
label.hamburg {
        display: none;
}
    
.line {
        display: none;
}
    
.banner img {
   width: 80%;
}
  .content {
    width: 80%;
}
    .bookborder {
        width: 80%;
        margin-bottom: 4%;
        margin-top: 4%;
        margin-left: auto;
        margin-right: auto;
}
    
    .me {
        width: 80%;
}
    
    .article {
        width: 35%;
}

.bookpage {
	width: 80%;
}
    
    
}
