/* ------------------- Google Fonts ------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ------------------- Allgemein ------------------------- */

* {
	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
}

html {
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
	word-spacing: normal;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-print-color-adjust: exact;
}

img {
	max-width: 100%;
  	height: auto;
  	width: auto;
  	border: 0;
  	vertical-align: middle;
}

p {
  	margin: 0;
}

.small {
  font-size: 0.8rem;
}



strong {
	font-weight: 900;
}

h1 {
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}

h2 {
	font-size: 1.4rem;
	font-weight: 600;
}

h3 {
	font-size: 1.4rem;
	font-weight: 600;
}

.h3-small {
  font-size:1rem;
}


a {
	text-decoration: none;
	color: #b51d28;
}

a:hover {
	text-decoration: underline;
	color: #b51d28;
}


hr {
	color: #000;
	border-color: #000;
	background-color: #000;
	border: none;
	margin: 1.75rem 0;
	height: 0.1rem;
}

/* ------------------- Struktur ------------------------- */

.frame-outer {
	position: relative;
	margin: 1.3rem auto;
	padding: 0;
	width: 780px;
	font-size: 1rem;
	
}


.content {
	position: relative;
	padding: 1.5rem 6%;
}

.header img {
	border-radius: 0 1.5rem 0 1.5rem;
}

.einleitung {
	position: relative;
	margin: 1rem 0 2rem 0;
}

.kontaktbereich{
	background-color: #0f2f37;
	margin: 5rem 0 0 0;
	padding: 4rem 6% 2rem 6%;
	position: relative;

	text-align: center;
	color: #fff;
}

.kontaktbereich::after{
	position: absolute;
	content: url(kontakt.png);
	top: -2.8rem;
	left:43%;
	}

.footer {
	padding: 1.5rem 6%;
	background-color: #0f2f37;
	color: #fff;
	text-align: center;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
               flex-wrap: wrap;
  flex-direction: row;
}

.left,
.right{
               width:48%;
	padding: 1rem 6%;
}

.bg-dark{
		padding: 1.5rem 6%;;
	background-color: #0f2f37;
	color: #fff;
}

.icon1{
	background-image: url(icon1.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}
 
.icon2{
	background-image: url(icon2.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	
}

.icon3{
	background-image: url(icon3.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon4{
	background-image: url(icon4.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon5{
	background-image: url(icon5.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.hut{
	background-image: url(hut.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.bike{
	background-image: url(bike.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}


.kalender{
	background-image: url(kalender.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.euro{
	background-image: url(euro.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.haende{
	background-image: url(haende.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.palme{
	background-image: url(palme.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.pig{
	background-image: url(pig.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.bag{
	background-image: url(bag.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}

.pad{
	padding: 0 0 0.5rem 2rem;
}

.pad-2{
	padding: 1rem 0 1.5rem 4rem;
}
/* ------------------- Abstände ------------------------- */

.nomag { margin-bottom: 0; }
.mag025 { margin-bottom: 0.25rem; }
.mag05 { margin-bottom: 0.5rem; }
.mag075 { margin-bottom: 0.75rem; }
.mag1 { margin-bottom: 1rem; }
.mag125 { margin-bottom: 1.25rem; }
.mag15 { margin-bottom: 1.5rem; }
.mag175 { margin-bottom: 1.75rem; }
.mag2 { margin-bottom: 2rem; }
.mag25 { margin-bottom: 2.5rem; }

/* ------------------- Inhalte ------------------------- */

.logo {
	width: 30%;
	margin: 1rem 6% 1rem 64%;
}

.stripe{
	width: 5%;
	margin: 1rem 0;
}

.button a {
  	display: block;
	margin: 3rem 15rem 1.5rem 15rem;
	padding: 0.8rem 2.5rem;
	text-align: center;
	text-decoration: none;
  	background: #b51d28;
	color: #fff;
	font-weight: bold;
	border-radius: 0 1.5rem 0 1.5rem ;
	cursor: pointer;
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
}

.button a:hover {
	text-decoration: none;
  	background-position: 15px center;
  	background-color: #333333;
  	color: #fff;
}

/* ------------------ Listen & Tabellen ------------------------ */

ul {
	/* position: relative; */ /* Bei individuell festgelegten Bullet Points muss diese Zeile auch auskommentiert werden! */
  	margin: 0 auto 1rem 0.5rem;
	padding: 0 0 0 1.5rem;
  	list-style-type: none;
	list-style-image: url(bp.png);
}

li {
  	margin: auto;
  	padding: 0 0 0.5rem 0rem;
}

.benefits ul {
	/* position: relative; */ /* Bei individuell festgelegten Bullet Points muss diese Zeile auch auskommentiert werden! */
  	margin: 0 auto 1rem 1.8rem;
	padding-left: 0.4rem;
  	list-style-type: none;
	list-style-image: url(benefits_bp.png);
	font-weight: bold
}

.benefits  li {
  	margin: auto;
  	padding: 0 0 0.5rem 0;
}

/*
li::before {
  	position: absolute;
  	left: -0.46rem;
	line-height: 1.6;
  	content: "■";
  	font-size: 0.9rem;
  	color: #b12933;
}
*/

/* ------------------- Slider ------------------------- */ 

.slider-wrap {
	max-width:780px;
  	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
}

.slideshow {
	position: absolute;
  	width: 100%;
  	top: 0px;
  	left: 0px;
  	z-index: 0;
}

.slideshow li span {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: image 24s linear infinite;
	animation: image 24s linear infinite;
}

@keyframes image {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
  }
  
  26% {
    opacity: 1;
    transform: translateX(-100%);
  }
  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@-webkit-keyframes image {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
  }
  
  26% {
    opacity: 1;
    transform: translateX(-100%);
  }
  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.slideshow li {
    margin:0;
    padding:0;
  	list-style: none;
}
.slideshow li:nth-child(1) span {
}
.slideshow li:nth-child(2) span {
  	-webkit-animation-delay: 6s;
  	animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  	-webkit-animation-delay: 12s;
  	animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
  	-webkit-animation-delay: 18s;
  	animation-delay: 18s;
}
ul.slideshow {
    margin: 0;
}

.slider-wrap li::before{
	display: none;
}

.slider-wrap ul {
    margin:0;
    padding-left:0px;
    list-style-type: none;
    list-style:none;
	border-bottom:none;
	border-color: #fff;
    border-width: 0px;
	padding-bottom:5px;
}

/* ------------------- Sonstiges ------------------------- */

.show {
	display: none;
}

.clear {
  	clear: both;
  	font-size: 0;
  	line-height: 0;
}

/* ------------------- Individueller Code ------------------------- */

/* Neue Klassen und IDs am besten, der Einfachheit halber, hier unten eintragen. */

.refnr {}

.apply {}
