﻿@charset "UTF-8";
/* Cookie-Warnung und Datenschutzseite */
*.cmpbox {
	border-top-color: #3B5998 !important;
	border-bottom-color: #3B5998 !important;
}
.cmpboxbtnno, a.cmpboxbtnno, a.cmpboxbtnno:link {
	background-color: transparent !important;
	outline: #5F5F5F solid 1px !important;
	color: #5F5F5F !important;
}
.cmpboxbtnyes, a.cmpboxbtnyes, a.cmpboxbtnyes:link {
	background-color: #3B5998 !important;
}
.cmpmorelink, a.cmpmorelink, a.cmpmorelink:link, .cmpmore a, .cmpmore a:link {
	color: #5F5F5F !important;
}
.cmpvendordetails {
	background-color: transparent !important;
}

/* Webseite */
html {
	scroll-behavior: smooth;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:active {
	color: red;
}
h1 {
	font-size: 2em;
	font-variant: small-caps;
	font-family: "antoniobold",Arial;
	letter-spacing: .15em;
	color: #3B5998;
	font-weight: 700;
	margin: 1em 0;
}
h2 {
	font-variant: small-caps;
	margin: 1em 0;
}
h3 {
	margin: 1.75em 0 0;
}
h4 {
	text-decoration: underline;
	margin: 1.1em 0 0;
}
h5 {
	text-decoration: none;
	font-weight: 400;
	margin: 0;
}
span.invisible {
	visibility: hidden;
}
span.hidden {
	display: none;
}
span.nohidden {
	display: inline;
}
span.bold {
	font-weight: 700;
}
span.kursiv {
	font-style: italic;
}
span.center {
	text-align: center;
}
span.size {
	font-size: 2em;
	font-weight: 700;
}
#gtmnoscript {
	height: 0;
	width: 0;
	display: none;
	visibility: hidden;
}
body {
	background-position: center top:0;
	margin: 0;
	background: url(/images/web-hg.jpg) fixed center center no-repeat;
	background-size: cover;
	background-color: #0A0A0A;
	font-family: "hp_simplifiedregular","Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif;
	color: #FFF;
}
header {
	padding: 2% 5%;
}
header img, header img a {
    max-width: 100%;
    height: auto;
}
#wrapper {
	margin: 0 auto;
	max-width: 1200px;
}
#banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
main {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	background: rgba(15,15,15,0.65);
}
aside {
	width: 250px;
	flex-shrink: 0;
	margin: 0;
	padding: 5% 0;
}
aside img {
	padding: 0;
	margin: 0 40px;
	max-width: 170px;
	height: auto;
	border: 0;
	border-radius: 50%;
}
aside p {
	font-size: .8em;
	margin: 1em 40px 0 40px;
	padding: 0;
}
aside p.introduction {
	text-align: center;
}
aside ol li {
	list-style: decimal;
	font-size: .8em;
	margin: 1em 40px 0 0;
}
article {
	min-height: 480px;
	padding: 5%;
}
article p {
	font-size: 1em;
	margin: .5em 0 0 0;
}
article p.center {
	text-align: center;
}
article p.smallkursiv {
	font-size: 0.8em;
	font-style: italic;
}
article ul {
	font-size: 1em;
	text-align: left;
	margin: 1em 0 0;
}
article li {
	list-style-type: circle;
	margin: 0;
}
article .imgbanner {
	margin: 50px 0;
	width: 100%;
	height: auto;
}
article .imgright {
	float: right;
	position: relative;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 350px;
	height: auto;
}
article .imgleft {
	float: left;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 350px;
	height: auto;
}
.to-top {
	margin: 3em 0 0;
	padding: 0;
}
footer {
	max-width: 1200px;
	background: rgba(15,15,15,1);
	border-top: 1px #FFF solid;
	margin: 0;
	padding: 5% 10%;
}
footer a {
	text-decoration: none;
}
footer p {
	font-size: .8em;
}
footer ul.footer-nav {
	list-style-type: none;
	padding: 0;
}
footer ul.footer-nav li {
	display: inline-block;
}
footer ul.footer-nav li:after {
	content: " | ";
	margin: 0 10px;
}
footer ul.footer-nav li:last-child:after {
	content: "";
}
#cookie {
	font-size: .4em;
	max-width: 1200px;
	margin: 200px auto 0;
	background: #000;
}
.par p {
	font-size: 1em;
	margin: 1em 0 0 2.5em;
}
ol {
	font-size: 1em;
	margin: 1em 0 0;
}
ol li {
	list-style-type: decimal;
	margin: .5em 0 0;
}
.flex-container {
	display: flex;
	flex-direction: row;
}
.flex-item {
	padding: 0 1em;
	width: 50%;
}
table {
	width: 100%;
	padding: 0 .5em;
}
td {
	width: 50%;
}
@media all and (max-width: 767px){
body {
	background-size: cover;
}
main {
	flex-direction: column;
}
aside {
	width: 100%;
	max-height: 180px;
	border-bottom: 1px #FFF solid;
	padding: 40px;
}
aside img {
	margin: 0 40px 0 0;
	float: left;
	max-width: 100px;
}
aside p {
	font-size: .9em;
}
aside p.introduction {
	padding: 0;
	margin: 1em 0 0 0;
	text-align: left;
	display: inherit;
}
aside p.default {
	display: none;
}
aside ol {
	display: none;
}
footer {
	margin-bottom: 3em;
}
footer p {
	margin-bottom: 2em;
	font-size: .9em;
}
footer ul.footer-nav li {
	font-size: .9em;
}
.flex-container {
	flex-direction: column;
}
.flex-item {
	padding: 0;
	width: 100%;
}
figure {
	margin: 30px 0;
}
span.size {
	font-size: 1em;
	font-weight: 700;
}
footer ul.footer-nav li:after {
	content: " - ";
}
}
