* {
	box-sizing:border-box;
}

html {
	scroll-behavior:smooth;
}

body {
    font:1.0rem "Titillium Web",sans-serif;
    color:#666;	
}

h1,h2,h3,h4,h5,h6 {
    color:#27364a;
}

h1 {
    font-size:3.0rem;
    font-weight:200;
}

h2 {
    font-size:1.6rem;
	border-left: 5px solid #e67e22;
    padding-left: 9px;
}

header {
	background:#27364a;
	padding:20px 50px 20px 100px;
}

#header .inside {
	max-width:1200px;
    margin:0 auto;
}

#main a {
    color:#e67e22;
    text-decoration:none;
}

#main a:hover {
    text-decoration:underline;
}

#main figure a {
    padding:0;
    border-radius:0;
    font-weight:bold;
    text-decoration:none;
    background:none;
}

a:hover {
    color:#27364a;
}


#header-slider {
	padding:0;
}

#header-slider>* {
	max-width:unset;
}

#header-slider button {
	display:none;
}

.swiper figure {
	height:40vh;
}

.swiper figure img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.logo {
	line-height:0;
	text-align:right;
}

.logo img {
	max-height:80px;
}

#navigation {
	position:fixed;
	top:35px;
	margin-left:-70px;
	overflow:visible;
	z-index:100;
	font-size:1.1rem;
}

#navigation>ul {
	list-style:none;
	margin:0;
	padding:0 5px 0 55px;
	display:flex;
	position:relative;
	border-radius:10px;	
}

#navigation>ul::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:49px;
	height:49px;
	background-image:url("../_ci/menu.svg");
	background-size: 35px 35px;
    background-repeat: no-repeat;
	background-position: center;
	background-color:#27364a;
	border-radius:10px;
	z-index:1;
	cursor:pointer;
}

#navigation>ul a {
    text-decoration:none;
    color:#fff;
	display:block;
	padding:10px 10px 10px 10px;
}

#navigation>ul li:last-child {
	display:none;
}

#navigation>ul li:hover>a, #navigation>ul li.active>a {
    border-bottom:2px solid #e67e22;
}

#navigation.hidden>ul li{
	display:none;
}

#navigation.hidden>ul:hover {
	background:#27364aaa;
	backdrop-filter:blur(5px);
}
#navigation.hidden>ul:hover li {
	display:block;
}

#navigation.hidden>ul:hover li:last-child {
	display:none;
}

.mod_article {
    padding:50px 50px 50px 100px;
}

.mod_article>*{
    max-width:1200px;
    margin:0 auto;
}

form label {
    display:none;
}

form .altcha label {
    display:block;
}

input.text,
select,
textarea, .altcha {
    width:250px;
    margin-bottom:10px;
    padding:5px;
    border:1px solid #e2e2e2;
    border-radius:5px;
}
input.submit {
    padding:5px;
    background-color:#27364a;
    border:1px solid #e2e2e2;
    color:#e2e2e2;
}
#fahrzeuge,
#tanken-waschen,
#impressum {
    background-color:#e2e2e2;
}

.media {
    clear:both;
}

.content-gallery a {
    display:block;
    font-size:0;
}

.content-gallery img {
	padding:2px;
}

.info_button {
	width:150px;
	height:150px;
	background-color:#e67e22;
	border-radius:100%;
	text-align: center;
    display: grid;
    align-items: center;
	color:#fff;
	font-weight:bold;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.5); 
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.5);
}

footer {
	padding: 0 50px 0 100px;
}

#footer .inside {
	max-width:1200px;
    margin:0 auto;
	display: flex;
    justify-content: flex-end;
}

.footericons {
	position:fixed;
	bottom:20px;
}

.footericons a {
	position:relative;
	display:inline-block;
	width:35px;
	height:35px;
	background-size: 25px 25px;
    background-repeat: no-repeat;
	background-position: center;
	background-color:#ffffff;
	border-radius:10px;
	margin:5px;
}

.footericons a span {
	position:absolute;
	top:-20px;
	display:none;
	white-space:nowrap;
	font-size:.8rem;
}

.footericons a:hover span {
	display:block;
}

.footericons .cookies {
	background-image:url("../_ci/cookies.svg");
}
.footericons .imprint {
	background-image:url("../_ci/imprint.svg");
}
.footericons .privacy {
	background-image:url("../_ci/privacy.svg");
}