/* Seitenkopf */

.page-header div {
    border-radius: 15px;
}

body {
    font-family: Andika, Arial, Helvetica, sans-serif;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-image: url("../bilder/verein/kodback3.jpg");
}

.content {
    background-color: white;
}

.yello > li > a {
    color: darkgoldenrod;
}

.yello > li.active > a,
.yello > li.active > a:focus {
    color: black;
    background-color: #fcd900;
    outline: 0;
}

.yello > li.active > a:hover {
    background-color: #efcb00;
    color: black;
    outline: 0;
}

#goldenerloewepanel .panel-body {
    background-image: url("../bilder/verein/l%C3%B6we%20gold3.jpg");
}

#vliespanel .panel-body {
    background-image: url("../bilder/verein/vlies2.jpg");
}

#frontpage {
  /*  background-color: rgb(251,228,213);*/
}

#bdkpanel .panel-body {
    background-image: url("../bilder/verein/bdk2.jpg");
}

#navbuttontext {
    font-family: Andika, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
}


/* Farbe für Tabelle */

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: floralwhite;
}


/*für größere leere vorschau bilder für lazyload (min) für maximale größeren der thumbnails (max)*/

.img-thumbnail img {
    min-height: 50px;
    min-width: 50px;
     max-height: 90px;
    max-width: 90px;
    
}


/*mail adressen verschleiern*/

.hidemail {
    display: none;
}

#motto {
  /*  -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;*/
     -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 4em;
    padding-top: 0.6em;
}

.motto_w {
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 3.2em;
    padding-top: 1em;
}

#orden {
    padding-right: 4em;
}

.panel-heading span {
    font-size: 2em;
}

.ehrenpane {}

.page-header {
    padding: 0;
}

@media (max-width: 767px) {
    #navlogo1,
    #navlogo2 {
        display: none;
    }
    #nalogo {
        float: left;
        padding: 9px 10px;
        margin-top: 8px;
        margin-left: 15px;
        margin-bottom: 8px;
        border: none;
    }
    .motto_w {
    font-size: 2em;
}
    /*
    .nav-justified > li {
    display: table-cell;
}*/
    /*stacking von jahreszahlen menü verhindern*/
}

@media (min-width: 768px) and (max-width: 991px) {
    #headerimg {
        height: 155px;
    }
        .motto_w {
    font-size: 2em;
}
    #navlogo1,
    #navlogo2 {
        display: none;
    }
    /* Customize the navbar links to be fill the entire space of the .navbar */
    .navbar .navbar-inner {
        padding: 0;
    }
    .navbar .nav {
        margin: 0;
        display: table;
        width: 100%;
    }
    .navbar .nav li {
        display: table-cell;
        width: auto;
        /* hier prozent entsprechend der anzahl 100/anz oder auto für gleichmäßig*/
        float: none;
    }
    .navbar .nav li a {
        font-weight: bold;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, .75);
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
    .navbar .nav li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px;
    }
    .navbar .nav li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #headerimg {
        height: 205px;
    }
    #navlogo1,
    #navlogo2 {
        padding: 0;
        margin: 0;
    }
    /* Customize the navbar links to be fill the entire space of the .navbar */
    .navbar .navbar-inner {
        padding: 0;
    }
    .navbar .nav {
        margin: 0;
        display: table;
        width: 100%;
    }
    .navbar .nav li {
        display: table-cell;
        width: auto;
        /* hier prozent entsprechend der anzahl 100/anz oder auto für gleichmäßig*/
        float: none;
    }
    .navbar .nav li a {
        font-weight: bold;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, .75);
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
    .navbar .nav li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px;
    }
    .navbar .nav li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0;
    }
}

@media (min-width: 1200px) {
    #headerimg {
        height: 250px;
    }
    #navlogo1,
    #navlogo2 {
        padding: 0;
        margin: 0;
    }
    /* Customize the navbar links to be fill the entire space of the .navbar */
    .navbar .navbar-inner {
        padding: 0;
    }
    .navbar .nav {
        margin: 0;
        display: table;
        width: 100%;
    }
    .navbar .nav li {
        display: table-cell;
        width: auto;
        /* hier prozent entsprechend der anzahl 100/anz oder auto für gleichmäßig*/
        float: none;
    }
    .navbar .nav li a {
        font-weight: bold;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, .75);
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
    .navbar .nav li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px;
    }
    .navbar .nav li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0;
    }
}

.footer-button {
    margin: 10px;
    border-radius: 3px;
    border: solid blue 1px;
    background-color: white;
}

#headerimg {
    background-image: url("../bilder/verein/headerneu.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
/*
#prunktische {
    max-width: 600px;  
    display: block;
  height: auto;
}
*/

/* Chronik Button-Text wechseln 
[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}*/