* {
    hyphens: auto;
}
img {
    max-width: 100%;    
}
header {
    background-image: url(../images/homepage/irish.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.wrapper-header {
    width: 100%;
    padding: 120px 0 30px 0;
    box-sizing: border-box;
}
#logo {
    width:30vw;
    display:none;
    position: absolute;
}
#logo img {
    width: 100%;
}
nav {
    position: fixed;
    background: #073307;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    height: 7%;
    z-index: 10;
}
nav ul a {
    color: #00e676;
    font-size: 16px;
}
.sidenav {
    background: !important;
    opacity: 1 !important;
    width: 100%;
    height: 50%;
}
.sidenav li a {
    color: #073307;
    padding: 25px;
    font-size: 22px;
}
.header-box {
    width: 70%;
    height: auto;
    margin-left: 15%;
    top: 7%;
    background-color: #073307;
    color: #00e676 ;
    position: fixed;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-box p:empty {
    display: none;
}
@keyframes marquee {
    0%   { text-indent: 100% }
    100% { text-indent: -75vw }
   }
.marquee {
    width: 100%;
    margin: auto;
    padding: 0.6vw;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 45s linear infinite;
}
.marquee:hover {
    animation-play-state: paused;
}
.parallax-container {
   height: 900px;
} 
.container .row img {
    max-width: 100%;
}
.container img {
    max-width: 40%;
    padding: 10px 0;
}
.container.section1 .row h1 {
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
}
.section {
    padding: 4vw 0;
}
.tabs .indicator {
    background: #2e7d32;
}
.tabs .tab a:focus, 
.tabs .tab a:focus.active {
    background: transparent;
}
.sticky-nav {
    position: fixed;
    top: 0;
}
.container.section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    text-align: justify;
}
.container.section1 .col.l6 {
    padding-right: 20px;
}
.container-events .card .btn {
    margin: 0 0 20px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
} 
.container .container-about {
    overflow: hidden;
}
.container-about .row-about {
    padding: 0 0 40px 0;
}
.container-about .row-about h2 {
    text-align: center;
    font-family: 'brush';
}
.row.karte {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-about #Gastro .row-karte {
    border-top: 2px solid #073307;
    margin: 50px 0 50px 0;
}
.container-events .row .card-content span {
    font-size: 25px;
    color: #2e7d32;
    font-weight: 900;
}
.row .card-content p {
    font-size: 20px;
    color: #2e7d32;
}
.card-panel em,
.card-content em {
    font-size: 30px;
}
.container-about .tabs {
    margin-bottom: 100px;
}
.container-about .tabs .tab a {
    font-size: calc(16px + (25 - 15) * ((100vw - 300px) / (1600 - 300)));
    padding: 0 4px;
    text-align: center;
}
.tabs .tab  {
    height: 100px;
    padding: 0 0 20px 0;
}
.tabs .tab a {
    font-size: 30px;
}
.page-footer {
    background: #073307;
    color:  #00e676;   
}
hr {
    border: 0.03vw solid #00e676;
}
.page-footer .footer-copyright {
    color: #00e676 ;    
}
.page-footer .row li a {
    color: #00e676 !important;
}
.page-footer h5 {
    text-transform: uppercase;
}
.page-footer #keep li {
    text-decoration: none;
    list-style: none;
}
.fixed-action-btn {
    bottom: 50px;
    right: 50px;
}
.tap-target-wrapper {
    width: 1000px;
    height: 1200px;
}
.tap-target {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.highlight {
    font-family: 'brush';
}
.highlight-footer {
    font-size: calc(18px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-family: 'brush';
}
.row #keep {
    line-height: -4vw;
}
@media screen and (max-width: 900px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
      }
    header img{
        width: 100%;
    }
    section h2 {
        font-size: 2rem;
        text-align: center
    }
    
    nav .brand-logo {
        font-size: 1.5rem;
    }
    .parallax-container {
        max-height: 300px;
    }
    footer .row .col {
        text-align: center;
    }
    #logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col .card-panel {
        text-align: center;
    }
    .tap-target-wrapper {
        
        top: 0;
        left: 0;
    }
    .tap-target-wave {
        margin: 200px 10px 0 0 ;
    }
    .page-footer .col#keep3 {
        padding: 50px 0;
    }
    i.small {
        font-size: 3rem;
    }
}