/*-----General-----*/
* {
  font-family:'avenir','Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 3vw;
}
@media (min-width: 744px) {
  * {
    font-size: 1.5vw; 
  }
  }
  /*@media (min-width: 1025px) {
    * {
      font-size: 1vw; 
    }
    } 
  @media (min-height: 1199px) {
    * {
      font-size: 1.5vw; 
    }
    } */
h1 {
  text-align: center;
}
.backgroundWebsite {
  background-color: rgb(192, 192, 192);
  padding-bottom: 10%;  
  

}
@media (min-width: 1025px) {
  .backgroundWebsite {
    padding-left: 10%;
    padding-right: 10%;  
    
  }
}

.backgroundWebsite:after {
  content: "";
  display: block;
  clear: both;
}
/*-----Menue-----*/
.menue {
  margin-bottom: 9px;
  height: 5.5vw; 
  position: sticky;
  top: 0;
  z-index: 21;
}
.dropbtn {
  background-color: #4e4a4a;
  color:  white;
  padding: 1% 2% 1% 2%;
  font-size: 3vw;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 1%;
}
@media (min-width: 1023px) {
  .dropbtn {
    font-size: 1.5vw;
  }
}  
.dropbtn:hover, .dropbtn:focus {
background-color: rgb(111, 109, 109);
}
#myInput {
box-sizing: border-box;
background-image: url('searchicon.png');
background-position: 14px 12px;
background-repeat: no-repeat;
font-size: 2vw;
padding: 14px 20px 12px 5px;
border: none;
border-bottom: 1px solid #ddd;
}
#myInput:focus {outline: 3px solid #ddd;}
.dropdown {
position: relative;
display: inline-block;
position: relative;
animation-name: example;
animation-duration: 2s; 
}
@keyframes example {
0%   { right:0px; top:0px;}
25%  { left: 500px; top:0px;}
100% { left:0px; top:0px;}   
}
@media (min-width: 506px) {
  @keyframes example {
    0%   { right:0px; top:0px;}
    25%  { left: 1150px; top:0px;}
    100% { left:0px; top:0px;}   
} 
}
@media (min-width: 1559px) {
@keyframes example {
  0%   { right:0px; top:0px;}
  25%  { left: 2600px; top:0px;}
  100% { left:0px; top:0px;}   
} 
}          
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #bdb9b9;
  min-width: 4px;
  overflow: auto;
  border: 1px solid rgb(105, 103, 103);
  z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: 2vw;
}
@media (min-width: 1023px) {
  .dropdown-content a {
    font-size: 1vw;
  }
}  
.dropdown a:hover {
background-color: rgb(172, 167, 167);
}
.show {display: block;}

.dropdown{ 
  width: 100%;
  background-color: #808080;   
  float: left; 
  box-shadow: -1px 5px 15px black;
  
}
.dropdown p {
  text-align: top;
  float:right;
  margin-right: 5%;
  margin-top: 1%;
  font-size: 3.5vw;
  color: white;
}
@media (min-width: 1025px) {
  .dropdown p {
        
    font-size: 2vw; 
  }
} 
/*dasBuch*/
.responsive {
  width: 100%; 
}

.align {
  display: flex; 
  justify-content: center; 
  align-items: center;
  float: left;
  width: 100%;
}
@media (min-width:743px) {
   .align{
    width: 50%;
    
    
   }
}

.more{
  width: 100%;
  float: left;
  margin-right: 2%; 
  
  
}
@media (min-width:743px) {
  .more {
    width: 70%;
   
 
 
  }
}
nav {
  width : 300px; 
  background: #d9d9d9;
  margin : 40px auto; 
 
}

.more span {
  padding : 30px;
  background : #2d2f31; 
  color : white;
  font-size : 2em;
  font-variant : small-caps;
  cursor : pointer;
  display: block;
}
@media (min-width:743px) {
  .more span {
    font-size : 1em;
   
 
 
  }
}
.more span:after {
  float: right;
  right: 10%;
  content: "+";
}

.slide {
  clear:both;
  width:88.5%;
  height:0;
  overflow: hidden;
  text-align: center;
  transition: height .4s ease;
  background-color:  #808080;;
  
}
.slide a{
  font-size: 1.5em;
  float: left;
  text-decoration: none;
  color: black;

} 




@media (min-width:743px) {
  .slide a {
    font-size : 1em;
   
 
 
  }
}
.slide:after {
  float: right;
  right: 10%;
  content: "";
}

.slide li {padding : 30px;}

#touch {position: absolute; opacity: 0; height: 0px;}   

#touch:checked + .slide {height: 380px;} 

#touch1 {position: absolute; opacity: 0; height: 0px;}   

#touch1:checked + .slide {height: 380px;} 

.bothBooks {
  float: left;
}


.content {
  position: relative;
  animation-name: list;
  animation-duration: 2s; 
  margin-left: 3%;
  margin-right: 3%;
  margin-top:15%;
  
  
 
}
iframe {
  width: 100%;
  height: 500vw;;
}
.pdf{
  height: 500vw;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
.dropdown:after {
  content: "";
  display: block;
  clear: both; 
}
/*-----Buttons-----*/
.btnSpace {
  margin-bottom: 30%;
}
.buttons {
  border-radius: 20px;
  margin-top: 10%;
  margin-bottom: 10%;
  float: left;
  width: 100%;
  text-decoration: none;
}
.btn {
  float: left;
  margin: 1%;
  margin-bottom: 5%;
  margin-top: 5%;
  display:block;
  background-color:rgb(117, 114, 114) ;
  border-radius: 20px;
  width: 30%;
  padding: 0.5% ;
  text-align: center; 
  color: black; 
  border-style: none;
  box-shadow: -1px 5px 15px black;
}
.btn a {
  font-size: 3vw;
  padding: 10%;
  text-decoration: none;
  color: black;
}
@media (min-width: 1024px) {
  .btn a {
    font-size: 1.3vw;    
  }
} 
@media (min-width: 693px) {
  .btn a {
    font-size: 1.3vw;    
  }
} 
.btn:hover {
  color: black;
  background-color: rgb(83, 84, 84);
}
.buttons:after {
  content: "";
    display: block;
    clear: both;
}
.btn:after {
  content: "";
    display: block;
    clear: both;
}
/*-----index.html-----*/
.welcome {
  position: relative; 
  animation-fill-mode:forwards;
  animation-duration:2s;
  animation-name: list; 
  width: 100%;
  overflow: hidden;
  padding-bottom: 3%; 
 
  padding-bottom: 50%;
} 

@keyframes list {
  0%   { right:0px; top:850px;}
  
  100% { left:0px; top:0px;}   
}
.img {
  background-size:contain;
  height: 200px ;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 2%;  
  
}
.img img {
  box-shadow: -1px 5px 15px black; 
}
img:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 744px) {
  .img {
    background-size:cover;
    background-repeat: no-repeat;
    width: 50%;
    background-attachment: scroll;
    display: block;
    float: right;
    margin-top: 6%;
    height: 24vw;
    object-fit: cover;
    object-position: bottom;
    float: right; 
  }
}
@media (min-width: 1025px) {
  .img {
    height: 20vw;
  }
}  
/*-----MovingFonts-----*/
.movingFonts {
  height: 20vw;
  width:100%;
  
}
.movingFonts2 {
  margin-top: 17%;
  width: 200%;
  
}
/*@media (min-width: 506px) {
  .movingFonts {
    margin-top: 25%;
  }
}*/
@media (min-width: 744px) {
  .movingFonts {
    width: 50%;
    margin-top: 7%;
    
  }
}

@media (min-width: 1025px) {
  .movingFonts2 {
    margin-top: 1%;
    
    
  }
}

.marqueeRight {
  max-width: 100vw; 
  white-space: nowrap;
  overflow: hidden;
  font-size: 1vw;
 
}
.marqueeRight span {
  
  display: inline-block;
  padding-right: 90%;
  animation: marqueeRight 160s  linear infinite;
  transform-origin: bottom left 2cm;
 
  font-size: 1vw;
  

}

.marqueeRight span:hover {
  animation-play-state: paused 
}

@keyframes marqueeRight {
    
   
    100% {transform: translate3d(-100%,0,0);}
}
.marqueeLeft {
  max-width: 100vw; 
  white-space: nowrap;
  overflow: hidden;
   padding-left: 90%;
  
}
.sizeOne {
  font-size: 5vw;
}

.marqueeRight .sizeTwo {
  font-size: 5vw;
}
.marqueeRight .sizeOne {
  font-size: 3vw;
}
@media (min-width: 744px) {
  .sizeOne {
    font-size: 2.4vw;
  }
}
@media (min-width: 744px) {
  .marqueeRight .sizeTwo {
    font-size: 2.5vw;
  }
}
.marqueeLeft span {
  display: inline-block;
  padding-left: 105%; 
  animation: marqueeLeft 150s linear infinite;
 
  
}
@keyframes marqueeLeft {
  0%   {transform: translate3d(-100%,0,0);}
  100% {transform: translate3d(0,0,0);}
}
@media (min-width: 1025px) {
  .sizeOne {
    font-size: 1vw;
  }
}
@media (min-width: 1025px) {
  .marqueeRight .sizeTwo {
    font-size: 1.5vw;
  }
}
@media (min-width: 1025px) {
.marqueeRight .sizeTwo {
  font-size: 1.5vw;
}
}
/*-----Contentindex.html-----*/
.history {
  width: 100%;
 
}
@media (min-width: 744px) {
  .history {
    width: 200%;
  }
}
.history:after {
  content: "";
  display: block;
  clear: both;
}
/* Introducing TXT Mobile First*/
.contentIndex  {
  float: left; 
  margin-top: -10%;
  margin-left: 1%;
  margin-right: 1%;
  
}
.content2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}
/* Introducing TXT width 599 (ipad)*/
@media (min-width: 744px) {
  .contentIndex {
    width: 50%;
    margin: 5%;
    margin-top: -10%;
    margin-bottom: none; 
    margin-bottom: -5%; 
  }
}@media (min-width: 1025px) {
  .contentIndex {
    width: 50%;
    
    
  }
}
@media (min-width: 1025px) {
  .contentIndex p {
    font-size: 1.2vw;
    
  }
}
@media (min-width: 744px){
  .content2 {
    float: left;
    margin: 5%; 
  
    width: 50%;
  }
} 


@media (min-width: 1025px) {
  .content2 {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .content2 p {
    font-size: 1.2vw;
    
  }
}
.contentIndex:after {
  content: "";
  display: block;
  clear: both;
}
/* Order the Book-> Books on Demand Section*/ 
/*.theBook complete Div*/
/*.Mobile First*/
.theBook {
  background-color:rgb(192, 192, 192);
  position: relative;
  box-shadow: -1px 5px 15px black;
  padding: 5%;
  height: 120em;
  border-radius: 20px; 
  margin: 2%; 
  float: left;
  width: 86%;
 
  
  
}

@media (min-width: 743px) {
  .theBook {
    width: 35%;
    height: 25em;
    float: left;
    margin: 0%;
    padding: 8%;
    margin-bottom: 5%;
    padding: 0%;
    overflow-y: auto;
    
  }
}
@media (min-width: 1023px) {
  .theBook {
    height: 34em;
   
  }
}
.theBook:after {
  content: "";
  display: block;
  clear: both;
}

/*COver*/
.imgBook {
  
  text-align: center;
  
  height: 55em;
  
  

}
@media (min-width: 743px){
  .imgBook {
  margin-bottom: 5%;
  height: 50em;
  
 
  }
}@media (min-width: 1023px){
  .imgBook {
 
  height: 40em;
  
 
  }
}
@media (min-width: 743px){
  .imgBook p {
    font-size: 0.5em;
    
    
  }
}
.imgBook::after{
  content: "";
  display: block;
  clear: both;
}
.bodShopWidget {
  display: flex;
  align-items: center;
  justify-content: center; 
  margin-top: 10%;
  
  
  
  /*overflow-y: auto;*/
 
 
}

@media (min-width: 743px){
  .bodShopWidget {
    
    width: auto;
   
   
    
   
  }
  }


.video { background-color: #808080;
  
  margin: 2%;
  border-radius: 20px; 
  text-align: left;
  margin-bottom: 4%;
  margin-top: 5%;
  padding: 2%;
  background-color:rgb(192, 192, 192);
  box-shadow: -1px 5px 15px black;
 
}


/*Buch auf der Verlagsseite ansehen / kaufen*/
.info{
  font-size: 3vw;
}
@media (min-width:744px) {
  .info {
    font-size: 0.7vw; 
  }
}
/*disclaimer">Beim Klicken auf die Schaltfläche werden 
Sie zum Buchshop des Verlages bot weitergeleitet, 
wofür wir naturgemäß keine Haftung übernehmen.*/
.disclaimer {
  font-size: 2.4vw; 
}
@media (min-width:744px) {
  .disclaimer {
    font-size: 0.vw; 
  }
}


/*@media (min-width: 1199px) {
 .theBook img:hover {
  width: 180%;
  align-items: left;
  
}
}*/

.books { 
  border-radius: 20px;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  
}
@media (min-width:744px) {
  .books {
    width: 50%;
    background-position: center;
    margin: 2%;
    float: left; 
  }
}
@media (min-width:1025px) {
  .books {
    width: 30%;
    background-position: center;
    margin: 2%;
    float: left; 
  }
}
/*Slideshow Pictures Books*/
/*Mobile First*/
.impressiones {
  width: 88%;
  height:88vw;
  /*display: flex;*/
  background-color:rgb(192, 192, 192) ;
  box-shadow: -1px 5px 15px black;
  border-radius: 20px; 
  padding: 4%;
  margin:2% ;  
  margin-bottom: 10%;
  margin-top: 10%;
  float: left;
}
@media (min-width:744px) {
  .impressiones {
    width: 27%;
    height: 25vw;
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin:0% ;

    
  }
}

    
    
    
    

.impressiones:after {
  content: "";
  display: block;
  clear: both;
  
}
@keyframes fader {
  from { opacity: 1.0; }
  to   { opacity: 0.0; }
}

.fading-slideshow {
  position: relative;
  margin: 1em auto;
  padding: 0;
  list-style-type: none;
  background-color: rgb(192, 192, 192) ;
  margin-top: -1%;
}
.fading-slideshow img {
  width: 95%;
}
.fading-slideshow > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color:rgb(192, 192, 192) ;
  display: flex;
  justify-content: center;
  align-items: center;
}



.fading-slideshow > li:first-of-type {
  animation-name: fader;
  animation-delay: 2s;
  animation-duration: 1s;
  z-index: 20;
}
.fading-slideshow > li:nth-of-type(2) {
  z-index: 10;
}
.fading-slideshow > li:nth-of-type(n+3) {
  display: none;
}
/*News TXT section mobile First*/
.news {
  width: 95%;
  height: 100vw;
  margin: 2%;                          
  box-shadow: -1px 5px 15px black;
  border-radius: 20px; 
  float: left;
  box-shadow: -0.5px 5px 15px black;
  overflow-y: auto;
}
.news:after {
  content: "";
  display: block;
  clear: both; 
}
/*single TXT item Mobile First*/
.newsItem {
  flex-shrink: 0;
  height: auto;
  margin: 5%;
  float: left;
  border-bottom: 0.5px solid black;  
}
/* single TXT item IMG Mobile First*/
.newsImage {
  width: 40%;
  height: auto;
  display: block;
  margin: 2%;
  border-radius: 20px;
  float: left;
}
/*links Mobile First*/
.news a{
  float: right;
  color: black;
  margin-bottom: 5%; 
}
/*fonts Mobile First*/ 
.news p {
  font-size: 2.8vw;
  color: black;
}
/*@media (min-width:744px)(ipad)*/
/*News TXT section width744 */
@media (min-width:744px) {
  .news {
    width:93%;
    height: 45vw;
    margin-top: 5%;
    margin: 2%; 
  }
}
@media (min-width:1025px) {
  .news {
  height: 31vw;
  width: 45%;
     
    

    
  }
}
/*links width744 */
@media (min-width:744px){
  .news a{
    font-size: 0.5vw;
    margin-bottom: none;
    margin-right: 2%;
    
  }
}
@media (min-width:1025px){
  .news a{
    font-size: 0.5vw;
   
    
  }
}
/*fonts width744 */
@media (min-width:744px) {
  .news p {
    font-size: 1vw;
    margin: 2%;
  }
}
@media (min-width:1025px) {
  .news p {
    font-size: 0.8vw;
  }
}
@media (min-width:1025px) {
  .news h4 {
    font-size: 0.8vw;
   
  }
}

/*single TXT item width744 */
@media (min-width:744px) {
  .newsItem {
    width: 40%;
    height: 25vw;
    border-bottom: none;
    border-top: 0.5px solid black; 
    margin:1%;  
    margin-left: 6%; 
    background-color: #c9c7c7;
    border-bottom-left-radius: 4%;
    border-bottom-right-radius: 4%;
  }
}
@media (min-width:1025px) {
  .newsItem {
    height: 20vw;
  }  
}
/*VideoSection*/
/*VideoSection Mobile First*/
.video { background-color: #808080;
  float: left;
  margin: 2%;
  border-radius: 20px; 
  text-align: left;
  margin-bottom: 4%;
  margin-top: 5%;
  padding: 2%;
  background-color:rgb(192, 192, 192);
  box-shadow: -1px 5px 15px black;
 
}
@media (min-width:744px) {
  .video  {
  width: 89%; 
  height: 25vw;
   
  }
}
@media (min-width:1025px) {
  .video  {
  width: 40%; 
  height: 28vw;
  margin-top: 2%;
  
 
 
   
  }
}
.video video {
  margin:4%;
  border-radius: 10px;
  box-shadow: -1px 5px 15px black;
  margin-top: 1%; 
}
@media (min-width:744px) {
  .video video {
    width: 40%;
  }
}
@media (min-width:1025px) {
  .video video {
    width: 90%;
  }
}
.video p {
  margin:5%;
  width: 95%; 
}
@media (min-width:744px) {
  .video p {
    margin:1%;
    width: 50%;
    float: right;
    font-size: 1.2vw;
  }
}
@media (min-width:1025px) {
  .video p {
    width: 100%;
    font-size: 0.8vw;
  }
}
/*Die Verfasser*/
.verfasser {
  width: 100%;
  height: 25vw;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 15%;
}
.verfasser a { 
  color:black;
  text-decoration: none;
 
  text-align: center;
  
}
.verfasser p {
  margin-top: -60%;
  font-size: 1.5vw;
  text-shadow: #4e4a4a;
}

.verfasser img {
  box-shadow: -1px 5px 15px black; 
}
.verfasser a:hover {
  width: 30%;
}
.chart {
  background-image: url(/img/TabelleNeu.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 235vw;  
}
@media (min-width: 767px) {
  .chart {
    background-image: url(/img/Tabelle2\ Kopie.jpg);
    height: 80vw; 
  }
} 
@media (min-width: 1110px) {
  .chart {
    height: 60vw; 
  }
} 
.guilty {
  background-image: url(/img/Unterschr1\ Kopie.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 10%;
  display: cover;
  height: 200vw;
  width: 100%; 
  
}
@media (min-width: 767px) {
  .guilty {
    background-image: url(/img/Unterschr\ 3\ x\ 4.jpg);
    display: cover;
    margin-top: 5%; 
    height: 70vw;
    
  }
}
.signature img {
  width: 40%;
  margin-top: 5%;
  margin-bottom: 15%;
} 
@media (min-height: 1500px) {
  .signature img {
   margin-bottom:75% ;
  }
}

.imgButton {
  cursor: pointer;
  appearance: none;
  background-color: inherit;
  transition: transform .7s ease-in-out;
  width:24% ;
  float: right;
  animation: shake 2s;
  animation-iteration-count: infinite;
}
.imgButton img {
  border-radius: 20px; 
}

.imgButton:after {
  content: "";
  display: block;
  clear: both; 
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.mouseImg {
  border-radius: 20px;
  float: left;
  box-shadow: -1px 5px 15px black;
  
  margin: 4%;
  width:50%
}
@media (min-width: 1023px) {
  .mouseImg {
     width: 30%;
  }
}
/*-----Warnung-----*/
/*-----Stimmen-----*/
.turn {
  position: relative;
  margin-top: 20%;
  margin-bottom:10%;
}
.turn span {
  position: relative;
  margin-top: 3%;
  display: inline-block;
  font-size: 5vw;
  color: rgb(96, 88, 88);
  animation: flip 2s infinite;
  animation-delay: calc(.2s * var(--i))
}
.diagnostic {
  margin-top: 3%;
}
@media (min-width: 767px) {
  .diagnostic {
    margin-top: 33%; 

  }
}
/*-----Erwartungen-----*/
.expectations{
  display: block;
  margin: 3%;
}
.sculptures {
  box-shadow: -1px 5px 15px black;
  width: 100%;
  margin-bottom: 5%;
  border-radius: 10%;
  margin-top: 3%; 
}
.sculptures1 {
  box-shadow: -1px 5px 15px black;
  width: 100%;
  height: auto;
  border-radius: 10%;
  
  
}
@media (min-width: 693px) {
  .sculptures {
     width: 90%;
     float: left;
     margin: 4%; 
     margin-bottom:10%;
  }
}
@media (min-width: 693px) {
  .sculptures1 {
     width: 30%;
     float: left;
    

  }
}
.animate-charcter {
  background-image: linear-gradient(
    -225deg,
    #ff0101 0%,
    #1669ee 29%,
    #ff0000 67%,
    #4478f2 100%
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 0.5s linear infinite;
  display: inline-block;   
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.trigger{
  text-align: center;
}

/*-----Meinungen-----*/

.comments {
  margin-top: 10%;
  /*border-bottom: solid;
  border-bottom-width: 1px;*/
  padding-bottom:15%;
}


@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}
/*-----inhaltsangabe-----*/
.ingredients {
  border-radius: 10%;
}
/*-----burger-----*/
.burger {
  width: 100%;
  border-radius: 40px;
}

  /*footer*/ 
.main-footer {
  margin-top: 1%;
    text-align: center; 
    display: block;
    background-color: white;
}
.main-footer::after {
    content: "";
    display: block;
    clear: both; 
}
.main-footer a {
    color: black;
    font-size: 2.5vw; 
}
.main-footer p {
    color: black;
    font-size: 2.5vw;
}
.main-footer a:hover {
    color: rgb(230, 23, 23); 
}
@media (min-width: 1023px) {
  .main-footer a  {
    font-size: 1vw; 
  }
}
@media (min-width: 1023px) {
  .main-footer p  {
    font-size: 1vw; 
  }
}
.source {
  margin-bottom: 50%;
}
.sources {
  background-image: url(/img/BilderHaendiKlein.jpg);
  background-size: 100%;
  margin-top: 10%;
  height: 1700vw;
  width: 100%; 
}
@media (min-width: 767px) {
  .sources  {
    background-image: url(/img/BilderDesktopKleinKopie.jpg); 
    height: 120vw;
  }
}

.mySlides {display:none;}

.italic {
  font-style: italic;
  
  margin-left: 10%;
}
.tab {
  width: 100%;
  margin-top: 5%;
}
.viskar {
  margin: 8%;
}
