body,
p {
	font-family: 'Calibri light', sans-serif;
	font-weight: 300;
}

body {
	background-color: #e1dac773;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-alt {
	font-weight: 400;
	color: #d10000;
}


a {
	color: #8e0000;
}

a:hover {
	color: #8e0000;
	text-decoration: none;
}

#logo {
	font-weight: 600;
}


.rltitel {
	font-size: 2.8rem;
}



hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 2px solid #d10000;
}

#ziele li {
	color:darkred; 
}
#ziele h3 {
	color: darkred;
}

.btn-round {
	border-radius: 30px;
}

.btn-outline-alt {
	color: #cf0708;
	background-color: transparent;
	background-image: none;
	border-color: #cf0708;
}

.btn-outline-alt:hover {
	color: #fff;
	background-color: #8e0000;
	border-color: #8e0000;
}



.bg-overlay {
    height: 100%;
    width: 100%;
    background-color: rgb(34 30 30 / 70%) /*rgb(51 51 51 / 86%); */;
    /* background-color: rgb(34 34 34 / 48%) /*rgba(51, 51, 51, 0.9); */
    position: absolute;
    top: 0;
}
}

.bg-overlay-autos {
	height: 100%;
	width: 100%;
    background-color: rgb(34 34 34 / 89%) /*rgba(51, 51, 51, 0.9); */;
	position: absolute;
	top: 0;
}


.list-group-item {
	background-color: transparent;
	border: none;
}

nav {
	-webkit-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}

.bg-hell {
	background-color: #f1eee5;
}



section {
	padding: 140px 0;
}



.d-relative {
	position: relative;
}

.rund {
	border-radius: 30px;
}

.navbar.bg-hell .navbar-nav .nav-link,
.navbar.bg-hell button {
	color: #000;
}





.navbar.navbar-dark button:hover,
.navbar.navbar-dark button:focus,
.navbar.navbar-dark .nav-link:hover,
.navbar-dark.bg-hell .navbar-brand,
.navbar-dark .navbar-nav .nav-link.active,
.navbar.navbar-dark.bg-hell a:hover {
	color: #d10000;
	font-weight: bold;
}

.navbar-toggler {
	font-size: 1.5rem;
	border: none;
	border-radius: .25rem;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #d10000;
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand {
    color: #d10000;
}

.start-bg {
	background: url('https://i.redd.it/j02lprcm6um81.png') 50% 0 fixed no-repeat;
	height: 100vh;
	background-size: cover;
}

@media (max-width: 576px) {
	.start-bg {
		background: url('../img/hero-576.jpg') 50% 0 fixed no-repeat;
		background-size: cover;
		background-attachment: scroll !important;
	}
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.start-bg {
		background: url('../img/hero-bg-1024.jpg') 50% 0 fixed no-repeat;
		background-size: cover;
		background-attachment: scroll !important;
	}
}



#start .container {
	height: 100%;
}

#start .row {
	height: 85%;
}



.aktuellerstand-bg {
	background: url('../img/aktuellerstand-bg.jpg') 50% 0 fixed no-repeat;
	height: 100%;
	background-size: cover;
}

@media (max-width: 576px) {
	.aktuellerstand-bg {
		background: url('../img/aktuellerstand-bg-576.jpg') 50% 0 fixed no-repeat;
		height: 100%;
		background-size: cover;
		background-attachment: scroll !important;
	}
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.aktuellerstand-bg {
		background: url('../img/aktuellerstand-bg.jpg') 50% 0 fixed no-repeat;
		background-size: cover;
		background-attachment: scroll !important;
	}
}



#aktuellerstand .rounded-circle {
	border: 8px solid #fff;
}


#ziele {
	font-size: 22px;
}


.autos-bg {
	background: url('https://i.redd.it/rx7knqb5dfo81.png') 50% 0 fixed no-repeat;
	background-size: cover;
}


.raenge-bg {
	background: url('../img/raenge-bg.png') 50% 0 fixed no-repeat;
	height: 100%;
	background-size: cover;
}

@media (max-width: 576px) {
	.autos-bg {
		background: url('../img/autos.jpg') 50% 0 fixed no-repeat;
		background-size: cover;
		background-attachment: scroll !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.autos-bg {
		background: url('../img/autos.jpg') 50% 0 fixed no-repeat;
		background-size: cover;
		background-attachment: scroll !important;
	}
}



#adresse {
	padding: 80px 0;
}



.bg-footer {
	background-color: #000;
}

.footer-line {
	width: 100%;
	height: 2px;
	background-color: #8e0000;
}



#back-to-top-button {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
}



@media (max-width: 1200px) {
	a.nav-link {
		font-size: 0.9em;
	}
}

@media (max-width: 768px) {

	a#logo {
		font-size: 0.9em;
	}

	section {
		text-align: center;
	}
	
	#back-to-top-button {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 40px;
}
}

@media (max-width: 992px) {

	.navbar .navbar-collapse {
		text-align: center;
	}

	a.nav-link {
		font-size: 0.9em;
	}

	.navbar.navbar-dark .navbar-nav .nav-link {
		background-color: #1f2022;;
	}

	.navbar.bg-hell .navbar-nav .nav-link {
		background-color: #f1eee5;
	}

}



.rang {
    padding: 8px;
    padding-left: 65px;
    padding-right: 65px;
    color: #606060;
    border: 1px solid;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 15px;
    border-color: #8e000069;
    background-color: #74000005;
    font-size: 1.5rem;
    box-shadow: 4px 3px 3px #4848481a;
}

img#portrait {
	max-width: 300px;
}

.download {
	font-size: 1.2em;
	font-weight: bold;
}