﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic);

/*
color-primary: #4b3f3d
color-info:    #635350
color-light:   #e4daca 
logo-blau:     #40b2ee
*/



body {
    background-color: #3a3e42;
    font-family: 'Open Sans', sans-serif !important; font-size: 14px; color: rgba(0, 0, 0, 0.7);
    padding-top: 0;
    padding-bottom: 0;
}
h1, h2, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 200; }
h1 { font-family: 'Kalam', cursive; color: rgba(0, 0, 0, 0.7); margin-top: 0; font-size: 30px;}
h2 { font-family: 'Kalam', cursive; color: #635350; margin-top: 0; font-size: 20px; }
h4 { font-family: 'Kalam', cursive; color: #635350; font-size: 20px; }
h5 { font-family: 'Kalam', cursive; color: #3a3e42; margin-top: 0; font-size: 20px; }

#WebsiteHeader  { position: relative; color: #fff; }
#WebsiteLogo { position: absolute; top: 0; left: 0; right: 0; z-index: 9999; background: url(../images/bg-header.png); background-repeat: repeat-x; }
#WebsiteLogo img { border: none; }
#WebsiteLogo .flagge { margin: 15px 0 0 15px; }

#WebsiteContent { background-color: #fff; padding-bottom: 15px; }
#WebsiteContent a:link, #WebsiteContent a:visited { color: #c1a478 !important;}
#WebsiteContent a:hover, #WebsiteContent a:active { color: #3a3e42 !important; }
#WebsiteContent hr { color: rgba(0, 0, 0, 0.7) !important; }
#WebsiteFooter { color: #fff; padding-bottom: 30px; }
#WebsiteFooter a:link, #WebsiteFooter a:visited { color: #c1a478;}
#WebsiteFooter a:hover, #WebsiteFooter a:active { color: #fff; }
#WebsiteFooter .footerlogo { margin-bottom: 30px; }


.innenabstand { padding: 10px; margin-bottom: 10px; }
.innenabstand-foto { margin: -7% 0% 15% 0%; }
.innenabstand-logo { padding: 5px; }
.innenabstand-preise {padding: 6px;
}
.hundertprozent { width: 100%; border: none; }
#footer-right a { margin-left: 15px !important; margin-right: 0 !important; }

.li { color:dimgrey; }

span.glyphicon { margin-right: 5px !important; }
.img-fotoalbum img { float: left; margin: 0 1% 1% 0; max-width: 147px; }

.table-responsive { border:hidden; }

.img-thumbnail {
   padding: 0px;
   line-height: 1.42857143;
   background-color: #fff;
   border-radius: 0;
   -webkit-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   display: inline-block;
   max-width: 100%;
   height: auto;
}

.bg-danger {
   background-color: #eae0d2;
}

.bg-info {
   background-color: #f1f6fe;
}

.container-footer {
   background-color: #fff;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   padding-right: 15px;
}

/* Menü */

.navbar.affix { top: 0; width: 100%; z-index: 99999; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.navbar.affix-top { position: static; top: -35px; }
/*.navbar.affix + #WebsiteContent { padding-top: 50px; }*/

.navbar { border-radius: 0px; border: none; margin: 0; }
.navbar .container { padding-left: 0; }
.navbar-inverse {
    background-color: #5675a8; /* Menü */
    font-size: 15px;    
}
    .navbar-inverse .navbar-brand {
        color: #f1f6fe; /* Schriftfarbe Auswahlmenü Mobil */
    }
    .navbar-inverse .navbar-nav > li > a {
        color: floralwhite; /* Schriftfarbe Menü */
        
    }
    .navbar-inverse .navbar-toggle {
        border-color: white; /* Farbe Aussenrand Auswahlmenü Mobil */
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: whitesmoke /* dunkel */
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #a7badb;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background: #c1a478 !important; /* Menü Hinterhrund bei Hover */
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* Wetter */
#meteoprovbz_container { margin-top: 30px; }
#meteoprovbz_container, #meteoprovbz_container th, #meteoprovbz_container td { border: none !important; text-align: center !important; font-weight: normal !important; }
#meteoprovbz_container .meteoprovbz_min { background-color: rgba(0,0,255,0.2); color: #ccc !important;}
#meteoprovbz_container .meteoprovbz_max { background-color: rgba(255,0,0,0.2); color: #ccc !important;}
#meteoprovbz_container a { padding: 0 !important; margin: 0 !important; }
#meteoprovbz_container td[colspan="6"] { padding: 5px 0 0 0 !important; }

/* Tablet & Desktop */
@media (min-width: 768px) {

}

/* Mobile */
@media (max-width: 767px) {
    .container { min-width: 320px; max-width: 480px; }
    .navbar .container { padding-left: 15px; }

    .navbar-inverse { margin-top: 0; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #b1def5;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #f1f6fe;

    }
    #footer-right { text-align: left !important; }
    #footer-right a { margin-left: 0 !important; margin-right: 15px !important; }
    h1, .h1 { font-size: 27px; font-weight: 600; } /* 36px 500 */
    h2, .h2 { font-size: 22px; font-weight: 600; } /* 30px 500 */
    h3, .h3 { font-size: 18px; font-weight: 600; } /* 24px 500 */
    h4, .h4 { font-size: 16px; font-weight: 600; } /* 18px 500 */
}
