body {
	background-color: #FF9900;
}
.navbar-nav.mr-auto .nav-item.dropdown #navbarDropdown {
	border: 2px solid #76AD3C;
}
.nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #76ad3c;
    font-family: Verdana;
}
.navbar-nav.mr-auto .nav-item.dropdown #navbarDropdown2 {
    font-family: Verdana;
}
.navbar-nav.mr-auto .nav-item .nav-link {
    border: 2px solid #76AD3C;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-left: 15px;
    font-family: Verdana;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.col-md-4 {
    left: 10px;
    min-width: 320px;
    max-width: 500px;
    padding-top: 20px;
    margin-right: 20px;
}
.col-md-4 h1 {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 25pt;
}
.col-md-4 h5 {
    font-family: Verdana;
    color: #CC0033;
    font-size: 12pt;
}
.col-md-4 p {
    font-family: Verdana;
    font-size: 12pt;
    line-height: 16pt;
    color: #000000;
    font-weight: normal;
}
.col-md-4 h4 {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: 600;
    width: auto;
    height: auto;
}
.col-lg-6.col-md-5 h1 {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 25pt;
	}
.col-lg-6.col-md-5 h5 {
    font-family: Verdana;
    color: #CC0033;
    font-size: 12pt;
	}
	.col-lg-6.col-md-5  p {
    font-family: Verdana;
    font-size: 12pt;
    line-height: 16pt;
    color: #000000;
    font-weight: normal;
 }
.col-lg-6.col-md-5  h4 {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: 600;
    width: auto;
    height: auto;
}
.col-md-6 {
    left: 10px;
    min-width: 320px;
    margin-right: 10px;
    max-width: 500px;
    padding-top: 20px;
	}
.col-lg-6.col-md-6 h1 {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 25pt;
	}
.col-lg-6.col-md-6 h5 {
    font-family: Verdana;
    color: #CC0033;
    font-size: 12pt;
	}
	.col-lg-6.col-md-6 p {
    font-family: Verdana;
    font-size: 12pt;
    line-height: 16pt;
    color: #000000;
    font-weight: normal;
 }
.col-lg-6.col-md-6 h4 {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: 600;
    width: auto;
    height: auto;
}#klecks {
    margin-left: 850px;
    margin-top: 250px;
    position: absolute;
}
.navbar.navbar-expand-lg.navbar-dark.bg-dark .navbar-toggler {
}
.navbar.navbar-expand-lg.navbar-dark.bg-dark .navbar-toggler .navbar-toggler-icon {
    background-image: url(picts/button.png);
}

Bilderwechsel
main {
	background: transparent;
	border-color: transparent;
}

#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}

#gallery figure {
    position: absolute;
    display: inline-block;
    top: 0;
    z-index: 1;
    animation: wechseln 15s infinite;
}

#gallery figure:last-of-type {
	position: relative;
}

#gallery > figure figcaption {
    position: absolute;
    left: 1em;
    font-size: 8pt;
    font-weight: bold;
    bottom: 0.5em;
    z-index: 2;
    color: #000000;
    font-family: Verdana;
}

@keyframes wechseln {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#gallery figure:nth-of-type(2) {
	animation-delay: 5s;
	opacity: 0;
}

#gallery figure:nth-of-type(3) {
	animation-delay: 10s;
	opacity: 0;
}
#katzi {
    margin-left: 150px;
    margin-top: 150px;
}
#hundi {
    margin-left: 20px;
    margin-top: 150px;
}
