@charset "utf-8";
* {margin: 0; padding: 0;}

html, body {width: 100%; height: 100%;}

body {
    font-family: 'Raleway', sans-serif; color: #787878;}

.trennen {hyphens: auto;}

.gruen {color: #52940E;}

.navbar-light .navbar-nav .nav-link {color: #52940E;}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {font-weight: bolder;}

.navbar-light .navbar-nav .nav-link:active {font-weight: bolder; color: #212529;}

.dropdown-menu {margin: .125rem 0 0 -30px;}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem 0.25 0.25;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #52940E;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #52940E;
}


.headerlogo {
    width: 45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slogan {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
}
.footer {
    background-color: #fff;
    margin-bottom: 0;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
}

.footernav{margin: 0 auto;}

.footernav ul {text-align: center; margin: 0 auto; padding: 0;}

.footernav li {
    display: inline;
    list-style: none;
    margin-right: 10px;
    color: #52940E;
    padding: 5px 10px;
    font-size: 12px;
}

/* unvisited link */
.footernav a:link, a:visited {color: #52940E;}

/* mouse over link */
.footernav a:hover {color: #787878; font-weight: 700;}

/* selected link 
a:active {
    color: #212529;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: bold;
    background-color: #DDF8C1;
}
*/
/* unvisited link */
.termin a:link {color: #52940E;}
.termin a:visited {color: #52940E;}

/* mouse over link */
.termin a:hover {color: #787878; font-weight: 700;}


.spacer100 {height: 100px;}
.spacer150 {height: 150px;}
.spacer200 {height: 200px;}
.spacer300 {height: 300px;}
.spacer400 {height: 400px;}

.content1 img {padding-bottom: 30px;}



/* Small devices (mobile phones, 575px and less) */
@media (max-width: 575px) {
    h1 {font-size:  1.5rem}
    h2 {font-size:  1rem}
    .baumkataster img {margin-bottom: 30px; width: 100%; height: auto;}
    .baumbegleitung img {margin-bottom: 30px; width: 100%; height: auto;}
    .baumkontrolle img {margin-top: 30px; width: 100%; height: auto;}
    .baumbestandsaufnahme img {margin-top: 30px; width: 100%; height: auto;}
    .seminare img {margin-bottom: 30px; width: 100%; height: auto;}
    .kletterkurse img {margin-top: 30px; width: 100%; height: auto;}
    .aktuelles img {margin-bottom: 30px; width: 100%; height: auto;}
    .about img {margin-bottom: 30px; width: 100%; height: auto;}
    .headerlogo {width: 100%;}
    .footernav {display: hidden}
    .slogan {width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 768px){
    .headerlogo {width: 75%;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {   }
