/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-headerbar,
.tm-headerbar > .uk-container{
    height:120px;
    z-index:1100;
    overflow: visible;
}

.uk-navbar-brand{
    /*height:200px;
    padding-bottom:50px;
    overflow: visible;*/
    height:100%;
}

.tm-slant-bottom > .tm-slant-block-bottom {
    z-index: -100 !important;
    position:relative;
    top:0px;
}
.uk-dropdown, .uk-dropdown-blank {
    z-index: -200 !important;
}

body{
    background-color:#fff;
}

.tm-headerbar{
    background-color:#f6f5da;
}
.tm-slant-bottom > .tm-slant-block-bottom {
    border-color: #f6f5da transparent transparent;
}


.uk-subnav > * > * {
    color: #fff !important;
}
.uk-subnav > * > *:hover {
    color: #625f04 !important;
}


.uk-navbar-nav > .uk-parent{
    cursor:pointer;
}

footer a, footer .uk-link {
    color: #fff;
}
footer a:hover, footer .uk-link:hover {
    color: #625f04;
}

.form-actions{
    background-color:transparent;
}


/*Galerie*/
.galerie .tm-bottom-a,
.galerie .tm-bottom-a > section,
.galerie > div:nth-child(4),
.attraktionen .tm-main-bottom,
.attraktionen .tm-main-bottom > section,
.attraktionen > div:nth-child(4){
    padding-top:0px !important;
}

.galerie .tm-bottom-a .galerie-desktop .wk-gallery a,
.attraktionen .tm-main-bottom .galerie-desktop .wk-gallery a{
    width:25%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
}
.galerie .tm-bottom-a .galerie-tablet .wk-gallery a,
.attraktionen .tm-main-bottom .galerie-tablet .wk-gallery a{
    width:33%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
}
.galerie .tm-bottom-a .galerie-phone .wk-gallery a,
.attraktionen .tm-main-bottom .galerie-phone .wk-gallery a{
    width:50%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
}
.wk-gallery  a:hover img{
    opacity: 0.3;
    transition:opacity 200ms ease-out;
}
.wk-gallery  a img{
    opacity: 1;
    transition:opacity 200ms ease-out;
}


/*.galerie .tm-bottom-a{
    position:relative !important; 
    top:-40px !important;
}*/

.bildumbruchmobil{
    display: none;
    visibility: hidden;
}

.tm-parallax-teaser-caption.gruen{
    background: rgba(15,132,44,0.7);
}

.capital{
    text-transform:uppercase;
}

.speisekarte tr{
    border-bottom: 1px solid #e5e5e5;
    padding-top:5px;
}
.speisekarte tr td{
    padding-top:5px;
    padding-bottom:5px;
}
.noborder{
    border:none;
}

#GutscheineWerktags label,
#GutscheineFeiertags label,
#Gutscheine label{
    width:80% !important;
}
#GutscheineWerktags input,
#GutscheineFeiertags input,
#Gutscheine input{
    width:10% !important;
}

#PersoenlicheAngaben input,
#Nachricht input,
#Nachricht textarea{
    max-width:55% !important;
}

.home > div:nth-child(5) > div > div{
    padding-top:10px !important;
}

#offcanvas > .uk-offcanvas-bar ul a{
	color:#57550f !important;
}
#offcanvas > .uk-offcanvas-bar ul .uk-active a{
	color:#fff;
}
#offcanvas > .uk-offcanvas-bar ul a:hover{
	color:#fff;
}

@media(max-width:960px){
    .uk-navbar-brand img{
        width:280px !important;
        position:relative;
        top:10px;
    }
    .uk-navbar-nav a{
        font-size:15px !important;
    }
    .slaptop-kl > div:nth-child(2).tm-slant-top{
        height:50px !important;
    }
    .cleartablet{
       float:none !important;
        clear:both !important; 
    }
}
@media(max-width:768px){
    .uk-navbar-brand img{
        width:200px !important;
        position:relative;
        top:0px;
    }
    .uk-navbar-nav a{
        font-size:15px !important;
    }
    .slaptop-kl > div:nth-child(2).tm-slant-top{
        height:30px !important;
    }
    
}
@media(max-width:500px){
    .bildumbruchmobil{
        display:inherit;
        visibility:visible;
    }
    .bildmobil{
        float:none !important;
        clear:both !important;
    }
    .nofloatmobile{
        float:none !important;
        clear:both !important;
    }
}