/*UNIVERSAL STYLES*/



@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans Light';
  font-style: light;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}

b {
font-family: Open Sans, sans-serif;
font-weight: 700;	
}

h5 {
font-family: Open Sans, sans-serif;
font-weight: 700;		
}

iframe {
width: 100%;	
}

.textliste li {
margin-bottom: 1em;
margin-left: 1em;
}


.slider_container {
overflow: hidden;
position: fixed;
}

.slides {
    width: 600%;
    height: 300px;
    position: relative;    
    animation: 120s slideranimation infinite;	
}

.slides img {
position: relative;
float: left;
width: 100vw;
object-fit: cover;	
}

@keyframes slideranimation {
    0% {
        left: 0;
    }

    15% {
        left: 0;
    }

    20% {
        left: -100%;
    }

    35% {
        left: -100%;
    }

    40% {
        left: -200%;
    }

    55% {
        left: -200%;
    }

    60% {
        left: -300%;
    }

    75% {
        left: -300%;
    }

    80% {
        left: -400%;
    }

    95% {
        left: -400%;
    }

    97% {
        left: -500%;
    }

	100% {
        left: -500%;
    }
	
}


.logo {
position: absolute;
top: 0;
left: 0;
}


@media (min-width: 50.1em) {

body {
margin: 0px;
padding: 0px;
font-size: 19px;
background: black;
font-family: Open Sans;
color: white;
}	

a {text-decoration: none; font-weight: bold;}
a:link {color:grey}
a:visited{color: grey}
a:hover {color:darkgrey}
a:active {color:grey}

h1 {
font-family: Open Sans;
font-weight: 300;
color: white;
text-transform: uppercase;
font-size: 5em;
margin-top:-1.37em;
margin-bottom: -.15em;
position: relative;
left:-.2em;	
opacity: 1;
}

h1:first-letter {
}

h4 {
font-family: Open Sans;	
font-weight: 300;
font-size: 2.3em;
color: #7b726a;
margin-bottom: 1em;
margin-top: 1em;
}



h5 {
font-size: 1em;
font-weight: bold;	
margin-top: 2em;
}

#opener img{
width: 100%;
position: fixed;
top: -2.3em;
z-index: 1;
}

.logo {
position: fixed;
background-color: #58735c;
width: 100%;
height: 50px;
z-index: 3;
-webkit-box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
}

.logo a img{	
width: 200px;	
}

.nav-trigger {
display:none;	
}

label {
display: none;	
}

nav ul {
text-align: right;
position: relative;
top: -3.5em;
right: 1em;
text-transform: uppercase;
}

nav ul li {
display: inline;
list-style-type: none;
margin-left: 1em;
}

nav a:link {color:white}
nav a:visited{color:white}
nav a:hover {color:lightgrey}
nav a:active {color:white}

.sm {
position: relative;
top:-20em;
}

.contentbox {
position: relative;
top: 66vh;
width: 70%;	
max-width: 46em;
background-color: rgba(255,255,255,1);
margin-left: auto;
margin-right: auto;
color:black;
padding: 1.5em;
padding-bottom: 1.3em;
margin-bottom: 25em;
opacity: .94;
z-index: 2;
border-radius: .65em;
border-style: solid;
border-width: .2em;
border-color: #7b726a;
	
-webkit-box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
}
	
.contentbox_end {
position: relative;
top:18em;
width: 58%;	
background-color:;
margin-left: auto;
margin-right: auto;
color:whitesmoke;
text-align: center;
padding: .5em;
padding-bottom: .3em;
margin-bottom: 8em;
opacity: .94;
z-index: 2;
border-radius: .65em;
}

p {
margin-top: 2em;	
}
	
p:first-of-type {
margin-top: 2em; 	
}

p:first-of-type:first-letter {
font-family: Open Sans;
font-weight: 300;
font-size: 5em;
float: left;
color: #7b726a;
line-height: .85em;
margin-bottom: -.1em;
margin-right: .05em;
margin-left: -.1em;
}	

.quotationmark {
font-family: Cormorant Garamond;
color: grey;
font-size: 10em;
position: relative;
line-height: .5em;
left:0em;	
top:.3em;
opacity: .3;	
}

.source {
font-weight: bold;
color: grey;
}	

											
.fullsizepicture {
width: 100%;
border-radius: .5em;
}

.halfsizepicture {
width: 48%;	
float: left;
margin-right: 1em;
margin-bottom: 1em;
border-radius: .5em;
}


.halfsizepicture_square {
width: 35%;	
float: left;
margin-right: 1em;
margin-bottom: 1em;
border-radius: .5em;
}	
	
.presspicture {
width: 50%;	
margin-bottom: 1em;
border-radius: .5em;
}



.buecherliste {
list-style-type: none;
display: flex;
}

	
.buch img {
width: 98%;
}


}	

/*MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE
MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE
MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE */
	
@media (max-width: 50em) {

	
body {
margin: 0px;
padding: 0px;
font-size: 17px;
background-color: black;
font-family: Open Sans, sans serif;
color: white;
}		

.slider_container {
overflow: hidden;
position: fixed;
top: 2em;
}
	
a {text-decoration: none; font-weight: bold;}
a:link {color:grey}
a:visited{color:grey}
a:hover {color:whitesmoke}
a:active {color:grey}

h1 {
font-family: Open Sans;
font-weight: 300;
color: white;
text-transform: uppercase;
position: relative;
top: -1.25em;
font-size: 2.5em;
margin-bottom: -2em;
}


h4 {
font-family: Open Sans;	
font-weight: 300;
font-size: 1.5em;
color: #7b726a;
}


#opener img{
width: 100%;
position:fixed;
top: 2.5em;
z-index: 1;
}

.logo {
position: fixed;
top: 0;
left: 0;
background-color: #58735c;
width: 100%;
height: 2em;
opacity: .99;
padding-left: 0em;
padding-top: .5em;
z-index: 3;
-webkit-box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
}

#logologo {
width: 180px;
margin-left: -.2em;
display: inline;
position: relative;
top:-11px
}
	
nav {
display: none;
position: relative;
top: 1em;
}

input {
display: none;	
}

.nav-trigger:checked + label {
display: none;
}

label[for="nav-trigger"] {
	position: fixed;
	top:  -3.6em;
	right: -7.9em;
	width: 7em;
	height: 1em;
	color: white;
	z-index: 5;
	margin: 4em;
  cursor: pointer;
	border-left: 3em 
}


.nav-trigger:checked ~ nav {
display: block;
position: absolute;
top: 0em;
left: 0;
width: 100%;
display: block;
z-index: 9000;
background: black;
opacity: 1;
text-transform: uppercase;
-webkit-box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.24);
box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.24);
padding: 1em;
}
	
nav ul {
list-style-type: none;
text-align: left;
}
	
nav ul li {
margin-bottom: 1em;		
}
	
nav a:link {color:whitesmoke}
nav a:visited{color:whitesmoke}
nav a:hover {color:grey}
nav a:active {color:whitesmoke}

.sm {
position: relative;
top:-16em;
}

.contentbox {
position: relative;
top: 20em;
width: 99%;	
background-color: rgba(255,255,255,1);
margin-left: auto;
margin-right: auto;
color:black;
padding: .5em;
padding-bottom: 1em;
margin-bottom: 20em;
opacity: .97;
z-index: 2;
box-sizing: border-box;
border-radius: .65em;
border-style: solid;
border-width: .3em;
border-color: #7b726a;

-webkit-box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
box-shadow: 0px 10px 42px 12px rgba(0,0,0,0.75);
}

.contentbox_end {
position: relative;
top:10em;
width: 58%;	
background-color:;
margin-left: auto;
margin-right: auto;
color:whitesmoke;
text-align: center;
padding: .5em;
padding-bottom: .3em;
margin-bottom: 6em;
opacity: .94;
z-index: 2;
border-radius: .65em;
}

.quotationmark {
font-family: Cormorant Garamond;
color: grey;
font-size: 10em;
position: relative;
line-height: .5em;
left:0em;	
top:.3em;
opacity: .3;	
}

.source {
font-weight: bold;
color: grey;
}	

p {
margin-top: 3em;	
}

h4 {
margin-top: 2em;	
margin-bottom: 1em;
}

h5 {
font-size: 1em;
margin-top: 3em;	
margin-bottom: -2em;
}

.fullsizepicture {
width: 100%;
border-radius: .5em;
}

.halfsizepicture {
width: 100%;	
border-radius: .5em;
}

.halfsizepicture_square {
width: 100%;	
border-radius: .5em;
}

.presspicture {
width: 100%;	
border-radius: .5em;
}



.buecherliste {
list-style-type: none;
display: flex;
flex-wrap: wrap;
position: relative;
justify-content: flex-start;
font-size: 1em;
}

.buecherliste li {
width:100%;
margin-bottom: 4em;	
}
	
.buch img {
width: 100%;
border-radius: .5em;
}

	
	

}




