﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic);


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: #fff; margin-top: 0; font-size: 20px; }

#WebsiteHeader  { position: relative; color: #fff; }
#WebsiteLogo { position: absolute; top: 0; left: 0; right: 0; z-index: 9999; background-repeat: repeat-x; }
#WebsiteLogo img { border: none; }
#WebsiteLogo .flagge { margin: 15px 0 0 15px; }

#WebsiteContent { background-color: whitesmoke; padding-bottom: 15px; }
#WebsiteContent a:link, #WebsiteContent a:visited { color: #c1a478 !important;}
#WebsiteContent a:hover, #WebsiteContent a:active { color: rgba(0, 0, 0, 0.7) !important; }
#WebsiteContent hr { color: oldlace !important; }

#WebsiteFooter { color: #fff; padding-bottom: 80px; }
#WebsiteFooter a:link, #WebsiteFooter a:visited { color: #889a7f;}
#WebsiteFooter a:hover, #WebsiteFooter a:active { color: #fff; }
#WebsiteFooter .footerlogo { margin-bottom: 10px; }

.innenabstand { padding: 10px; margin-bottom: 10px; }
.innenabstand-foto { margin: -7% 0% 15% 0%; }
.innenabstand-logo { padding: 5px; }
.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 { margin: 0 1% 1% 0; max-width: 110px; }

.table-responsive { border:hidden; }



.img-shadow {
    -moz-box-shadow:    inset  0  8px 8px -8px rgba(0, 0, 0, 0.7), 
                        inset  0 -8px 8px -8px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: inset  0  8px 8px -8px rgba(0, 0, 0, 0.7), 
                        inset  0 -8px 8px -8px rgba(0, 0, 0, 0.7);
     box-shadow:        inset  0  8px 8px -8px rgba(0, 0, 0, 0.7), 
                        inset  0 -8px 8px -8px rgba(0, 0, 0, 0.7);
}


/* 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: #635350 !important; /* Menü */
    font-size: 18px;
}
    .navbar-inverse .navbar-brand {
        color: ghostwhite; /* 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: white /* dunkel */
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: gainsboro; /* Hover Farbe Aussenrand Auswahlmenü Mobil */
    }

    .navbar-nav > li > .dropdown-menu { background-color: whitesmoke;}
    .dropdown-menu li>a{color:dimgrey; }
    .dropdown-menu li>a{font-size: 14px }
    .dropdown-menu li>a:hover{color:black; }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background: rgba(0, 0, 0, 0.7) !important; /* Menü Hinterhrund bei Hover */
        -webkit-box-shadow: none;
        box-shadow: none;
    }


/* Tablet & Desktop */
@media (min-width: 768px) {

}

/* Mobile */
@media (max-width: 767px) {
    .container { min-width: 320px; max-width: 680px; }
    .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 */
}
