
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 120%;
  text-align: center;
  color :whitesmoke;
  background-color: black;
  margin: 0px; 
}

h1, h2, h3, h4, h5{
  text-align: center;
}

h1 { font-size: 2em; }
p  { font-size: 1em; }
input { font-size: 1em; }
a  { font-size: 1em; line-height: 100%;}

@media (max-width: 600px) { body {font-size: 110%; line-height: 150%;}}
@media (max-width: 400px) { body {font-size: 120%; line-height: 150%;}}
@media (max-width: 200px) { body {font-size: 130%; line-height: 150%;}}

.darkwrapper{ 
  background-color: black;
  min-width: 20em;
}

.lightwrapper{
  background-color: whitesmoke;
  min-width: 20em;
}

.mainwrapper{
  max-width:1200px;
  min-width: 20em;  
  margin: auto;
}

img.header {   
  width: 100%; 
  height: auto;
  border: 0px;
  padding-bottom: 3em;
}


/**************** Main Navigation *******/
div.topnav ul{
  display: flex;
  flex-direction: column; 
  padding: 0;
}

@media (min-width: 45em) {  
  div.topnav ul{	
    flex-direction: row;  
  }
}

div.topnav li{
  list-style: none;
  padding: 12; 
}
  
div.topnav a{
  text-decoration: none;    
  padding: 10px 10px;
  display: block;
  text-align: center;
  font-size-adjust: inherit;
  color :white;    
  font-family: Arial, Helveticam sans-serif;
  max-width: 10em;  
  border-bottom: 3px solid black
}
  
div.topnav a:hover{
  border-bottom: 3px solid #0165bf;
}
 
div.topnav a:active{
  color: white; 
  background-color: #0165bf;  
  border-bottom: 3px solid #0165bf;
}

div.topnav a.aktuell{
  color: white; 
  background-color: #0165bf;  
  border-bottom: 3px solid #0165bf;
}

  
/**************** Teaser *******/

div.teaserwrapper{
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto 1fr auto;
 
  display: grid;  
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));   
  gap: 3em 1em;
  
  vertical-align: middle;
  margin-bottom: 4em;
  padding-top: 2em;
  padding-bottom: 2em;
}

div.teaser {  
  display: grid;
  grid-template-columns:   1fr;   
  align-items: center; 
  gap: 10px 10px;
  background:white;
  color: black;
  padding: 0.3em 1em;   
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 2em  ;
}

.teaser p{ 
  text-align: justify; 
  display: block ;
  margin-block-start: 0.4em;
  margin-block-end: 1em;
  margin-inline-start: 0em;
  margin-inline-end: 0em;
  font-size: 80%;
}

.teaser h1,
.teaser h2{
  font-size: 120%;
  margin-top: 1em;
  margin-bottom: 1em;
 }

 .teaser a{
  text-decoration: none;  
  display: block;
  text-align: center;
  font-size-adjust: inherit;  
  font-family: Arial, Helveticam sans-serif;
  color: black;
 }

.teaser img{  
    width:100%; 
    height: auto; 
}    

/* Whisky Teaser */
div.whiskywrapper{
  display: -ms-grid;
  -ms-grid-columns: 15em  15em  15em;
  -ms-grid-rows: 100px  100px  200px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));   
  gap: 3em 1em;
  vertical-align: middle;
  margin-bottom: 4em;
  padding-top: 2em;
  padding-bottom: 2em;
}   

div.whiskyteaser {    
  background:white;
  color: black;
  padding: 0.3em 1em;   
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 2em  ;
}


.whiskyteaser img {  
  width:100%; 
  height: auto; 
}

.whiskyteaser h1,
.whiskyteaser h2{
  font-size: 100%;
  margin-block-start: 0.0em;
  margin-block-end: 0.2em;
}

.icon_div {
  float: none;
  position: relative;  
  background:black;
  border:black;
  color:white;
  border-radius: 100%;
  margin-top:-1.6em;
  left:50%;  
  margin-left:-2em;
  padding: 1em;
  width:2em;
  height:2em;
  }
  
  .adsimple-311098724
  {
     text-align:left;
  }
  
