@charset "utf-8";
/* CSS Document */
html, body {
	position: relative;
	height: 100%;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url(../img/ReifenStreifen.png), url(../img/Streifen.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, top right;
}
a:active, a:link, a:visited {
	color: #AAAAAA;
}
header {
	height: 160px;
}
main {
	flex: 1;
}
h1, h2 {
	border-bottom: 3px solid #575756;
	max-width: calc(100% - 99px);
	margin-left: 99px;
	margin-right: 99px;
	color: #AAAAAA;
	margin-top: 25px;
}
h2 {
	max-width: calc(100% - 141px);
	line-height: 38px;
	margin-left: 141px;
}
h1 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid #ff0000;
	position: relative;
	bottom: -3px;
}
h2 span {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 3px solid #ff0000;
	position: relative;
	bottom: -3px;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
header nav a:link, header nav a:visited, header nav a:active {
	transition: 0.2s linear;
	color: #dedede;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
header nav a:hover {
	transition: 0.3s linear;
	color: #fff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 1);
}
.grey {
	background-color: black;
	height: 100%;
	padding-bottom: 40px;
}
.red {
	background-repeat: no-repeat;
}
nav ul {
	transition: 0.5s linear;
	position: relative;
	display: flex;
	padding: 5px;
	list-style-type: none;
	text-align: right;
}
header nav ul {
	margin: 0;
	background-color: rgba(50, 50, 50, 0.5);
}
header nav ul li {
	font-size: 20px;
	display: inline;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
header nav ul li:last-child {
	padding-left: 15px;
	padding-right: 0;
	border: none;
}
.willkommen, .oeffnungszeiten, .kontakt, .carbon {
	background-color: #333333;
	color: #FFFFFF;
	padding: 30px;
	width: calc(100% - 99px);
	margin-left: 99px;
}
.carbon {
	text-align: center;
}
.oeffnungszeiten, .kontakt, .carbon {
	margin-left: 141px;
	width: calc(100% - 141px);
}
.details {
	margin-right: 10%;
	margin-left: auto;
}
.aussen1 {
	background-image: url(../img/Element11.png);
	background-repeat: no-repeat;
	background-position: 0 27px;
	box-shadow: inset 0px -30px 19px -15px #000;
}
.aussen3 {
	background-image: url(../img/Element9.png);
	background-repeat: no-repeat;
	box-shadow: inset 0px -30px 19px -15px #000;
	background-position: 0 40px;
}
/* whatsapp*/
#walink {
    border-radius: 30px;
    padding: 10px 20px;
}

header img {
	transition: 0.5s linear;
	margin: 2px 26px;
	height: 115px;
}
.starthead {
	padding: 0;
}
.starterheader {
	margin: 0;
}
footer {
	max-width: 100%;
	background-color: #222222;
	align-items: center;
	justify-content: space-around;
	margin: 25px 0 0 0;
}
footer nav ul li {
	font-size: 15px;
	display: inline;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
footer, footer a:link, footer a:visited, footer a:active {
	color: grey;
}
footer a:hover {
	color: #dedede;
	text-shadow: 2px 2px 4px rgba(192, 192, 192, 0.50);
}
.fadeout {
	background-color: linear-gradient(rgba(255, 255, 255, 0)95%, rgba(0, 0, 0, 1)100%);
	z-index: 25;
}
.navbutton {
	display: none;
}
label {
	color: white;
}
iframe {
	width: 100%;
}
.modal-xl {
	max-width: 1800px;
}
@media (max-width: 1800px) {
	h1, h2 {
		font-size: 26px;
		margin-top: 43px;
	}
	.aussen1 {
		background-position: 0 10px;
	}
}
@media (max-width: 1600px) {
	header nav ul li {
		transition: 1s linear;
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	header nav ul li {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 968px) {
	header nav {
		transition: 0.5s ease-in-out;
		display: block;
		height: 500px;
		position: absolute;
		left: -1920px;
		top: 0;
		z-index: 25;
	}
	header nav.open {
		transition: 0.5s ease-in-out;
		left: 0;
		width: 100%;
	}
	header nav ul {
		margin: 0;
		display: grid;
		font-size: 20px;
		line-height: 250%;
		background-color: #222222;
		height: 100%;
		padding-left: 25px;
		padding-top: 25px;
		padding-bottom: 45px;
		padding-right: 35px;
	}
	header nav ul li:last-child {
		padding-left: 10px;
	}
	header nav ul li {
		text-align: left;
		font-size: 24px;
	}
	header nav a:link, header nav a:visited, header nav a:active {
		transition: 0.2s linear;
		color: #dedede;
		text-shadow: unset;
	}
	header nav a:hover {
		transition: 0.3s linear;
		color: #fff;
		text-shadow: 3px 3px 6px rgba(0, 0, 0, 1);
	}
	header img {
		animation: 1s linear easeout;
		height: 135px;
		margin: 13px 26px;
	}
	a.navbutton {
		text-decoration: none;
		display: flex;
		box-sizing: content-box;
		padding: 3px 9px 4px 10px;
		cursor: pointer;
		color: #fff;
		z-index: 26;
		position: absolute;
		top: 15px;
		right: 15px;
		line-height: 70px;
		border: 3px solid white;
		border-radius: 5px;
	}
	a.navbutton:hover, a.navbutton:hover i {
		border-color: #bbb;
		color: #bbb;
	}
	a.navbutton i {
		color: #ffffff;
		border: none;
	}
}
@media (max-width: 748px) {
	h1 {
		font-size: 26px;
		margin-top: 41px;
	}
	.aussen1 {
		background-position: 0 10px;
	}
}
@media(max-width:676px) {
	h1, h2 {
		font-size: 22px;
		margin-top: 47px;
	}
	.aussen1 {
		background-position: 0 5px;
	}
	header img {
		height: 110px;
		margin: 31px 26px;
	}
}
@media (max-width: 568px) {
	h1, h2 {
		font-size: 19px;
		margin-top: 50px;
	}
	body {
		font-size: 15px;
	}
	.willkommen {
		padding: 7px;
	}
	header img {
		height: 80px;
		margin: 40px 26px;
	}
	.aussen1 {
		background-position: 0 1.5px;
	}
}
@media (max-width: 502px) {
	.aussen1, .aussen3 {
		background-image: none;
	}
	h1, h2, .willkommen, .kontakt, .oeffnungszeiten {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
		padding: 15px;
	}
}
@media (max-width: 410px) {
	header img {
		height: 60px;
		margin: 55px 10px;
	}
}
@media(min-width:1921px) {
	.starthead {
		height: 373px;
		text-align: center;
        padding: 0;
        background-color: #333;
	}
}
@media(min-width:2616px) {
	body {
		background-position: 105% 0px, top right;
	}
}
@media(min-width:2946px) {
	body {
		background-position: 111% 0px, top right;
	}
}