body {
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    max-width: 1200px;
}
.navbar {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    max-width: 1200px;
}
.kopf {
    background-color: #B7C689;
    text-align: center;
    color: #000000;
}
.collapse.navbar-collapse.kopf .container-fluid .navbar-nav.mr-auto {
    margin-right: auto;
    margin-left: auto;
}
.navbar-nav.mr-auto .nav-item.active .nav-link {
    color: #547A64;
}
.navbar-nav.mr-auto .nav-item .nav-link {
    color: #000000;
    margin-left: 0px;
}
.col-12 {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.row {
    margin-left: auto;
    margin-right: auto;
}
.abstand {
    padding-top: 4vh;
}
a {
    background-color: #C6C0B3;
    transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -webkit-transition: background-color 1s ease-in-out;
    /* [disabled]color: #000000; */
}
a:hover {
    background-color: #8A9763;
    transition: background-color .55s ease-in-out;
    -moz-transition: background-color .55s ease-in-out;
    -webkit-transition: background-color .55s ease-in-out;
}

.navigator {
    width: 25%;
    float: none;
    clear: left;
}
.zentriert {
    margin-left: auto;
    margin-right: auto;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
}
.dropdown-menu {
    text-align: center;
    width: 100%;
    background-color: #55534E;
    background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(186,65,64,0.72) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(186,65,64,0.72) 100%);
    background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(186,65,64,0.72) 100%);
    background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(186,65,64,0.72) 100%);
    border-color: #FF6062;
}
a:active {
    color: #000000;
}
a:checked {
    border-style: dashed;
    border-color: #EF3033;
    color: #E91114;
}
.a-link {
    background-color: #B7C689;
    color: #000000;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
}
.a-link:hover {
    color: #000000;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
}
.afusszeile {
    color: #000000;
    background-color: #B7C689;
    text-decoration: none;
}
.fusszeile {
    background-color: #B7C689;
    text-align: center;
    color: #283F21;
    margin-top: 18px;
    font-size: medium;
}
.mittig {
    display: flex;
	align-items: center;
	justify-content: center;
}
.text-gross {
    padding-top: 42px;
    padding-right: 42px;
    padding-bottom: 42px;
    padding-left: 42px;
      font-size: 3vw;
}
.img-thumbnail {
    margin-top: 15px;
}
.col-lg-6 ul li {
}



@media (max-width:575px){
.kopf {
    width: 199%;
}
.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light.d-sm-none .navbar-toggler {
    background-color: #CBCEC0;
}
.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light.d-sm-none .container-fluid.d-sm-none {
}
.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light.d-sm-none .kopf h1 {
    font-size: 8vw;
}
.nav-link   {
    text-align: center;
}
.text-gross  {
    font-size: 6vw;
}
.row .col-lg-3.fusszeile {
    padding-bottom: 0px;
    margin-bottom: -9px;
    margin-top: 10px;
    font-size: 4vw;
}
.d-sm-none {
}


}
.strong {
}
