/*!
 * Biologische Station Siegen-Wittgenstein
 * Grauton: #3c5064;
 * Hellgrün: #d4e5ca;
*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666666;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
}

h1, .h1 {
    margin-bottom:1rem;
    color: #70a850;
    font-weight: 300;
}
h1.handwriting {
    font-family: 'Caveat', bold;
    color: #70a850;
}

.frame-special h1.handwriting,.frame-special  h2.handwriting,.frame-special  h3.handwriting {
    color: #3c5064;
}

h2, .h2 {
    color: #70a850;
    font-weight: 300;
}
h2.handwriting {
    font-family: 'Caveat', bold;
    color: #70a850;
}

h3, .h3 {
    color: #3c5064;
    font-weight: 500;
 }

h3.handwriting {
    font-family: 'Caveat', bold;
    color: #3c5064;
}

h4, .h4, h5, .h5, h6, .h6 {
    color:#666;
    font-weight: 600;
 }

h2 strong {
    font-weight: 700;
}

a {
    color: #3c5064;
    text-decoration: none;
}

.content-main a {
    font-weight:600;
}

a:hover {
    color: #128c54;
}

hr {
    background: #adb4c0;
}

.important {
    color:#3c5064;
    font-weight:500;
    font-style:italic;
    font-size:1.2rem;
}

.handwriting {
    font-family: 'Caveat', bold;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000000;
}

.img-round{
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color:#ccc;
}

.text-muted {
    color: #9fa7b5 !important;
}

.contenttable th{
   border-bottom: 2px solid #8ebfa5;
    color: #3f8251;
}

.contenttable td {
    padding:5px;
    vertical-align: top;
    border-bottom: 1px solid #8ebfa5;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover {
    background-color: #fff;
}


.btn {
    font-weight: 600;
    padding: .5rem 1rem;
    font-size: .875rem;
    border: none;
}

.btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
}

.btn .bi {
    position: relative;
    top: -2px;
}

.btn:focus, .btn.focus {
    box-shadow: none !important;
}

.btn-primary {
    background: #3c5064;
    color: #fff;
    border-color:#3c5064;
}

.btn-primary:hover, .app-btn-primary:active {
    color: #fff;
    background: #3c5064;
    border-color: #3c5064;
}

.btn-secondary {
    background: #fff;
    color: #5d6778;
    border: 1px solid #bcc1cb;
}

.btn-secondary:hover {
    color: #15a362;
    border: 1px solid #15a362;
    background: #fff;
}

.btn-light {
    background: #f5f6fe;
    color: #15a362;
}

.btn-light:hover {
    background: #f5f6fe;
    color: #15a362;
}

.form-control {
    padding-top: .6rem;
    padding-bottom: .6rem;
    height: 2.5rem;
    border-color: #e7e9ed;
    color: #5d6778;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    color: #5d6778;
}

.form-check-input:checked {
    background-color: #15a362;
    border-color: #15a362;
}