/* FARBEN
#eeeeef = Very Pale
#cccccb = Pale
#aaaaa9 = Light
#666667 = Standardy
#444445 = Dark
#cc3334 = Action
*/



body,
.answer,
#topmenu ul li a,
input,
textarea,
.toolbar ul li.level_1 .submenu ul li a,
.toolbar .submenu .submenu-inner ul li.subtitle h4,
#footer ul li.level_1,
.result-title,
.promo-more:after {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5,
.logo,
.toolbar ul li.level_1 .submenu ul li a,
.toolbar ul li a,
.section-link,
#article-header h2,
#footerboxes h4,
.newsflash-title,
#thank-you,
.mobile-nav,
.offer .head h3,
.offer .preis,
#splash,
.promo-tab,
.promo-title,
.promo-more,
.infocenter-iconlink,
.footerbox h3 {
	font-family: 'Lato';
	font-weight: 500;
}


h2#headertitle,
#splashtext-top,
.promo-tab span,
#homeshop-text h2,
.offer .tab,
#homenav ul li.level_1 a.nav-item {
	font-family: 'Lato';
	font-weight: 600;
}


/* Special*/

h1, h2, h3 {
	font-family: 'Lato';
	font-weight: 500;
}


.h1,
.intrologo h3,
.inspo-banner h2 {
	font-weight: 400;
}


/* ################################################################################ */



body {
	background-color: #fff;
 	color: #777;
 	font-size: 14px;
 	font-weight: 300;
	height: 100%;
	line-height: 22px;
	width: 100%;
}

.home main {
    display: flex;
    justify-content: center; /* Zentriere horizontal */
    align-items: center; /* Zentriere vertikal */
    min-height: 100vh; /* Mindesthöhe des Hauptbereichs */
    padding: 20px;
    box-sizing: border-box;
}

/* Print Setup */

body.contentpane {
	background: #fff;
 	color: #555;
 	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.contentpane #maininfo {
	background: #fff;
	padding: 15px;
}


/* Global HTML ############################################################################################################################################ */


h1, h2, h4, h5, h6 {
	border: none;
	color: #000;
	letter-spacing: 1;
	line-height: normal;
	text-align: center;
}

h1 {
	font-size: 35px;
	letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10vh;
}


h2 {
  text-align: center;
  color: #000;
  margin: 1vh auto 2vh auto;
  width: 70%;
}

#infocenter h2 {
        word-spacing: 8px;
}

h3 {
  color: #aaa;
  border: none;
  line-height: 31px;
  font-size: 25px;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}

h4 {
	border: none; 
	font-size: 16px;
	letter-spacing: 0;
	margin: 15px 0 10px 0;
	padding: 0;
}

h5 {
	border: none; 
	color: #878787;
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}

p {
  color: #000;
  margin: 1.5vh auto;
  padding: 0;
  text-align: left;
  line-height: 32px;
  font-size: 23px;
}

p.highlight {
	color: #aaa;
	font-weight: bolder;
	margin: 50px 0 0 0;
}

li
{
  margin: 0 auto 15px auto;
  text-align: center;
  font-size: 23px;
  color: #000;
  list-style-type: circle;
  width: 70%;
  line-height: 27px;
}


a img {
	border: 0;
}

a, #thank-you {
	color: #49241d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
  font-weight: bold;
  color: #fff;
  background-color: #aaa;
  padding: 0 5px;
}

em, i {
	font-style: italic;
}



/* Global Elements  ############################################################################################################################################ */


nav {
  position: relative;
  text-align: center;
}

nav ul {
  margin: 7vh 0 0 0;
  padding: 0;
}

nav ul li {
  list-style-type: none;
  display: inline-block;
  width: auto;
  color: #aaa;
  font-weight: 500;
}


/* ##### Intro Start #################### */



.home p, .impressum p {
  text-align: center;
}

.logo {
  position: relative;
  width: 55%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.logo img {
  width: 100%;
}


#header-image {
    background: #fff no-repeat scroll center center;
    background-size: cover;
    height: 500px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: -1;
}

.intro {
  background-color: rgba(255, 255, 255, 0.95);
  height: auto;
  display: grid;
  position: relative;
  max-width: 75vh;
  margin: 10vh auto;
  padding: 4vh;
  border: 5px solid #fff;
}


.header-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
}

.header-image > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    opacity: 0;
    animation-name: header-image;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    z-index: -1;
}

.header-image > div:nth-child(2) {
  animation-delay: 5s;
}


@keyframes header-image {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    transform: scale(1.1);
  }
}
.header-image > div:nth-child(3) {
  animation-delay: 10s;
}
.header-image > div:nth-child(4) {
  animation-delay: 15s;
}
.header-image > div:nth-child(5) {
  animation-delay: 20s;
}


