
/* CSS Document */
body {
  overflow-y: scroll;
}

.container {
    padding: 10px; 
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
    z-index: 10000;
}

h1 {
    color: forestgreen;
    font-size: 34px;
    font-weight: bold;
    margin: 20px 5px 20px 0;
}

h2 {
    color: forestgreen; 
    font-size: 20px;
    margin-bottom: 15px;
}

h3 {
 color: forestgreen;
    font-size: 14px;
    margin-left: 10px;
    margin-top:0;
}

p {
    line-height: 1.5em;
    margin: 0;
}

.navix td {
    font-size: 17px;
}

.bgimage {
    background-image: url(Bilder/Bild1_gruen1.gif);
    background-repeat: no-repeat;
    background-size: 47%;
    background-position: bottom right ;
}

.bgimagephilo {
    background-image: url(Bilder/Bild3_gruen.gif);
    background-repeat: no-repeat;
    background-size: 47%;
    background-position: bottom right ;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.impressum p {
    color: forestgreen;
    font-size: 10px;
}

.ds. ul, .ds li {
    color: forestgreen;
    font-size: 10px;
}

.table>thead>tr>th {
 vertical-align:bottom;
 /*! border-bottom:2px solid #ddd; */
}


.table h2 {padding-top: 0;margin-top:0;}

.btn-primary {margin-bottom:3px;}
.btn-equal {min-width: 13%;}

.card{padding-bottom:15px;}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}