/* 
    Created on : 16.05.2020
    Author     : Oliver
*/
a:link { 
    font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
    color: rgb(96, 96, 96); 
    text-decoration: none; 
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s  ease;
    -o-transition: background-color 0.3s  ease;
    transition: background-color 0.3s  ease;
}
a:visited { color: rgb(96, 96, 96);}
a:focus { color: rgb(96, 96, 96); }
a:hover { color: rgb(96, 96, 96); }
a:active{ color: rgb(96, 96, 96); }
body{
    background-color: white;
    color: rgb(96, 96, 96);
    font-family: "Verdana", "Helvetica", "Arial", sans-serif;
    font-size:0.8em;
    margin: 0 auto;
    max-width: 70em;
    display: flex;
    flex-flow: row wrap;
}
/* Mobile first - all blocks get 100% width */  
header, nav, main, article, footer {
    flex: 1 1 100%;
}
header {
    display: flex;
    flex-flow: row wrap;
    background: lightgray;
    background-image: url("header-small.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
    margin-top: 1.95em;
 }
header h1 {
    background-color: rgba(0,0,0,0.2);
    color: white;
    font-family:"Verdana", sans-serif;
    font-weight: normal;
    font-size: 2em;
    width: auto;
    height: 1.4em;
    padding: 0.3em;
}
h1 { 
    color: black;
    font-weight: normal;
    width: 100%; /* line break after headline */
    font-size: 1.25em;
    margin-bottom: 0.3em;
}
h2 { 
    color: black;
    width: 100%; /* line break after headline */
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0.3em;
}
article {
    line-height: 160%;
    padding: 0.5em;
    border-bottom: 8px solid;
    border-color: rgb(255, 210, 0);
}
section {
    width=100%;
}
.flex-space-around {
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: space-around;
}
.calendar-box {
    margin-top:1em;
    margin-bottom:2em;
    /* margin-left: 0;
    margin-right: 0; */
}
.small-padding {
    padding: 0.25em;
}
.preisTabelle{
    display: flex;
    flex-direction: row;
    justify-content: center;    
    padding-top: 1.5em;
    padding-bottom 1.5em;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 1em;
}
.anfahrtImage{
    border: 1px solid;
    border-color: rgb(96, 96, 96); 
    width: 100%;
}
dl{
    font-size: 90%;
}
dt{
    color: black;
}
table, th, td{
    border-collapse: collapse;
    border: 1px solid;
    border-color: rgb(96, 96, 96); 
    padding: 0.25em;
}
th {
    text-align: center;
}
address {
    font-style: normal;
}
address dl {
    display: grid; 
    grid-template-columns: 1fr 100%;
}
address dl dd { 
  margin: 0; 
  padding-left: 1em; 
}
a[href^="tel"], a[href^="mailto"] { 
    white-space: nowrap; 
    font-family: "Verdana";
    color: rgb(48, 48, 144);
}
nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1.5em;
    width: 100%;
    position: fixed;
    top: 0; 
}
nav ul {
    background-color: rgba(255,255,255,0.9);
    display: flex; 
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
nav li {
    display: flex; 
    list-style-type: none;
    text-align: center;
    flex: 1 1 100%;
    white-space: nowrap;    
}
.navIcon {
    display:block;
    font-size: 1.9em; 
    margin-right: auto;
}
.navMenuOff {
    display: none;
}
.navLink:link{
    flex: 1 1 100%;
    text-decoration: none;
    color: rgb(96, 96, 96);
    padding: 0.3em;
}
.navLink:hover{
    background-color: rgb(255, 210, 0);
}
#dsgvo, #imprint{
    font-size: 80%;
    font-family: "Helvetica", "Arial", sans-serif;
}
#dsgvo a { 
    color: black;
    font-style: italic;
}
footer {
    display: flex;
    justify-content: space-around;
    position: fixed;
    background-color: white; /* rgb(255, 247, 211); */
    bottom: 0;
    right: 0;
    left:0;
    font-size:0.8em;
    padding: 0.2em;
    border-top: 1px solid rgb(224, 224, 224);
}
footer ul {
    display: flex; 
    justify-content: flex-start;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
footer li {
    display: flex; 
    list-style-type: none;
    text-align: center;
    flex: 1 1 100%;
    white-space: nowrap;    
}
.footerLink:link{
    flex: 1 1 100%;
    text-decoration: none;
    color: rgb(96, 96, 96);
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top: 0em;
    padding-bottom: 0em;
}
.footerLink:hover{
    background: rgb(255, 210, 0);
}
.back-to-top-icon {
    background: url("chev-up-32.png");
    width: 32px;
    height: 32px;
}
.back-to-top {
    background-color: rgb(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    border: 1px solid;
    border-radius: 0.4em;
    border-color: rgb(96, 96, 96);
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 10000;
}
video {
  width: 100%;
  height: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  background:silver;
}

/* Smart Phones und Tablets mit mittlerer Auflösung */
@media all and (min-width: 35em) {
    body {
        font-size: 0.9em;
    }
    header {
        background-image: url("header-med.png");
        height: 320px;
        margin-top: 1.75em;
    }
    header h1 {
        font-size: 2.5em;
    }
    nav {
        font-size: 1.3em;
        width: auto;
    }
    nav ul {
        background-color: white;
        margin-left: 0.5em;
        border: 2px solid;
        border-color: rgb(224, 224, 224);
        border-radius: 3px;
    }
    .navLink:link{
        padding-left: 1em;
        padding-right: 1em;
    }
    h1 {
        font-size: 1.7em;
        margin-bottom: 0.1em;
    }
    h2 {
        font-size: 1.1em;
    }
    .preisTabelle{
        padding: 1.5em;
    }
}

/* Viewports mit großer Auflösung */
@media all and (min-width: 50em) {
    body {
        font-size: 1em;
    }
    header {
        height: 400px;
        background-image: url("header-big.png");
        margin-top: 1.8em;
    }
    h1 {
        font-size: 1.7em;
        margin-bottom: 0.5em;
    }
    h2 {
        font-size: 1.1em;
    }
    nav{
        font-size: 1em;
        max-width: 70em;
        width: 100%;
        height: 1.8em;
    }      
    nav ul {
        flex-direction: row;
        margin-left: 0em;
        border: none;
    }
    .navLink:link{
        padding-left: 0.7em;
        padding-right: 0.7em;
    }
    .navIcon {
        display:none;
    }
    .navMenuOff {
        display: flex;
    }

}

.blueimp-gallery-carousel {
  /* padding-bottom: 56.25%; */
  box-shadow: none;
}    
