html, body {width: 100%; height: 100%; margin: 0; padding: 0; background: #fff; font-family: 'Overpass', sans-serif; font-weight: 200; font-size: 18px; color: #000;}
* {outline: none; hyphens: auto; }
a, a:visited {text-decoration: none; border-color: transparent;}
	a:hover {}
	a img {}
img {max-width: 100%; height: auto;}
ul, ol {margin: 0; padding: 0; list-style-type: none;}
.text1.wow.fadeInLeft{
    color: #fff;
}

.pop-up-img{
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-ms-keyframes ticker {
  0% {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-link{
	color: #fff;
}
.ticker-wrap {
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: #a42523;
  padding-left: 100%;
	display: block;
	position: absolute;
}

.ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker_item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: #fff;
}

.navbar{margin-bottom: 10px !important;}
p {line-height: 1.5em;}
iframe {border: 0;}
input, textarea, select {background-color: transparent; font-family: 'Overpass', sans-serif; border: 0; padding: 10px 10px; margin-bottom: 10px; color: #000; font-size: 0.8em;}
	input:hover, textarea:hover, select:hover {}
input {border: 1px solid #b4b4b4; width: 100%;}
.input-wrapper {display: block; width: 47%; margin-right: 3%; float: left; position: relative;}
.input-wrapper .error {font-size: 0.7em; background-color: #000; position: absolute; bottom: -7px; z-index: 1; padding: 0 3px; left: 0;}
.input-wrapper .error:after {content: ''; position: absolute; bottom: 100%; left: 7%; margin-left: -8px; width: 0; height: 0; border-bottom: 5px solid #000000; border-right: 5px solid transparent; border-left: 5px solid transparent;}
input#submit {width: auto; display: block; padding: 10px 15px; cursor: pointer; border: 1px solid #a42523; margin-top: 10px; float: left; color: #a42523}
input#submit:hover{background-color: #a42523; color: #fff; transition: all .3s;}
textarea {width: 97%; border: 1px solid #b4b4b4; background-color: transparent; float: left; padding: 10px;}
h1, h2, h3, h4, h5, h6 {text-transform: uppercase; font-size: 3.5em; line-height: 1em; margin: 0 0 .7rem 0;}
.alignright, img[style="float: right;"] {float: right; margin: 6px 0px 15px 15px;}
.alignleft, img[style="float: left;"] {float: left; margin: 6px 15px 15px 0px;}
.aligncenter, .alignmiddle {margin: 0 auto; display: block;}
div.one_half {width: 45%; margin-right: 5%;}
div.last_column {margin-right: 0px;}
header .navbar-default .navbar-toggle {text-transform: uppercase; border-radius: 0;}
.navbar-toggle .icon-bar {float: left; clear: both; margin-right: 8px; background-color: #fff;}
.row {margin-bottom: 20px;}
.row .row {margin-top: 10px; margin-bottom: 0;}
[class*="col-"] {padding-top: 15px; padding-bottom: 60px;}
hr {margin-top: 40px; margin-bottom: 40px;}
.section, footer {width: 100%; height: auto; margin: 0; padding: 0; float: left; position: relative;}
.big {font-size: 1.1em; margin-bottom: 1.5em;}
#was-ist-es, #was-kann-es, #wo-erhalte-ich-es {padding: 150px 0;}
#was-ist-es ul li, #was-kann-es ul li, #wo-erhalte-ich-es ul li {margin-bottom: 1.5em;}
.sub-title {font-size: 1.5em;}
.bg-none #navbar ul li a{
    color: #fff !important;
}
label{
    font-weight: 200;
}

.headline-red{
    color: #a42523;
}

.red-bg{
    background-color: #a42523;
    color: #fff;
    padding: 30px;
}
.red-bg a{
    color: #fff;
    text-decoration: underline;
}
input[type="checkbox"], input[type="radio"]{
    width: 20px;
    height: 20px;
}
small{font-size: .7rem; display: block; position: relative; width: 100%; clear: both;}
#email{width: 97%;}
li.leaf{
    background-image: url(gfx/list.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    margin-bottom: 23px;
    line-height: 120%;
}
.button{
    display: inline-block;
    border: 1px solid #a42523;
    transition: all .3s;
}
.button:hover{
    background: #a42523;
    transition: all .3s;
}
.button:hover a{
    color: #fff;
}
.button a{
    color: #a42523;
    padding: 10px;
    display: block;
    
}
.button-white:hover{
    background: #fff;
    transition: all .3s;
}
.button-white:hover a{
    color: #a42523;
}
.button-white a{
    color: #fff;
    padding: 10px;
    display: block;
	text-decoration: none;
    
}
.button-white{
	border: 1px solid #fff;
}
.margin-left{
	margin-left: 1rem;
}

.align-center{
    text-align: center;
}
.headline{
    font-size: 1.5rem;
    text-transform: inherit;
    font-weight: 200;
    line-height: 120%;
}
.subheader{
    font-size: 1.5rem;
    color: #a42523;
}
#sec2, #sec5, #sec6 {
    background-image: url(gfx/bg.jpg);
    background-size: cover;
}
.smallll{
    width: 600px !important;
    margin: 0 auto;
    text-align: center;
}
.bg-white #navbar ul li a{
    color: #000;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b4b4b4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b4b4b4;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b4b4b4;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b4b4b4;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #b4b4b4;
}

::placeholder {color: #b4b4b4;}

.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	z-index: 1000;
}
.no-padding{
	padding: 0;
}
.news{
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 3rem;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}




/* The Close Button */
.span-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
	position: relative;
	z-index: 10;
}

.span-close:hover,
.span-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-text{
	font-size: 1.2rem;
	text-align: center;
}
.button-modal{
	width: 280px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.modal-show {display: block;}
.modal-hide {display: none;}

@media only screen and (max-width: 800px){
	.modal-content{
		width: 90%;
		padding: 1.5rem;
	}
}
/*--- Modal responive ---*/

@media only screen and (max-width: 1200px){
	.modal-content{
		width: 50%;
	}
}

@media only screen and (max-width: 700px){
	.modal-content{
		width: 70%;
	}
}

@media only screen and (max-width: 700px){
	.modal-content{
		width: 90%;
	}
}

/*--- HEADER ---*/
header {width: 100%; position: fixed; z-index: 100; top: 0px; padding-top:  30px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
header.bg-white {background-color: #fff; -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2); box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);}
header.bg-none {background-color: transparent;}
header #logo {display: inline-block; float: left; position: relative; z-index: 50;}
header #logo img {height: 40px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
header.bg-white #logo img {height: 30px;}
header .navbar-nav {float: right;}
header .navbar-default {border: 0; background-color: transparent;}
header #navbar ul li a {text-transform: uppercase; color: #000; text-align: center; padding: 10px 40px;}
header .navbar-default .navbar-nav>.active>a, header .navbar-default .navbar-nav>.active>a:focus, header .navbar-default .navbar-nav>.active>a:hover {background-color: transparent;}
header .navbar-default .navbar-toggle {background-color: #A42523; color: #fff; border: 0;}
header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus {background-color: #791B19;}
header .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
header #navbar ul li a.active {color: #A42523;}

/*--- WAS IST ES ---*/
#was-ist-es iframe {width: 100%;}

/*--- HERO IMG  ---*/

#hero-imgc, #news .news-background{
	background-image: url(gfx/titelbild-ernte-alliente.jpg);
}


#hero-img {height: 100vh; 
	overflow: hidden;
	background-image: url(gfx/titelbild-ernte-alliente.jpg);
	background-size: cover;
	background-position: 50% 37%;
}
#hero-img img {max-width: none; min-height: 100%; height: 100%;}
#hero-img .models {position: relative; z-index: 5; display: block; margin: 0 auto; left: -50px;}
#hero-img .bg-hero {position: absolute; width: 100%; height: auto; top: 0; left: 0; z-index: 0;}
#hero-img #frag-deinen-friseur {padding: 10px 45px 20px 45px; font-size: 0.9em; position: fixed; z-index: 50; bottom: 5%; right: 3%; background-color: #A42523; color: #fff; text-align: center; visibility: visible; opacity: 1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
#hero-img #frag-deinen-friseur.hiiide {visibility: hidden; opacity: 0;}
#hero-img #frag-deinen-friseur p {border-bottom: 1px solid #fff; padding-bottom: 5px;}
#hero-img .icon-close {float: right; margin-right: -25px; cursor: pointer;} 
#hero-img .scroll-down-button {width: 200px; height: 100px; color: #fff; -webkit-border-top-left-radius: 100px; -webkit-border-top-right-radius: 100px; -moz-border-radius-topleft: 100px; -moz-border-radius-topright: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: block; position: absolute; bottom: 5%; right: 0; left: 0; margin: 0 auto; text-align: center; padding-top: 15px; z-index: 50;}
#hero-img .scroll-down-button a {color: #fff; font-size: 30px;}
#hero-img #slogan {width: 100%; position: relative; display: block; z-index: 50; font-weight: bold; text-align: center; margin: auto; top: 49%;}
#hero-img #slogan .text1 {font-size: 5em; line-height: auto; display: block; color: #fff; font-weight: 600; text-shadow: -2px 2px 3px rgba(0,0,0,0.88);}
#hero-img #slogan .text2 {font-size: 2.5em; line-height: auto; display: block; font-weight: 300; color: #fff; text-shadow: -2px 2px 3px rgba(0,0,0,0.88);}
#hero-img #slogan .text3 {font-size: 6em; line-height: auto; display: block; width: 100%; float: left; color: #fff;}

/*--- NEWS --*/

#news{
   min-height: 10%;
	overflow: hidden;
	
}

#news .container{
	
	height: 100%;
}

#news .news-background {
	background-size: cover;
	background-position: bottom center;
	filter: blur(18px) brightness(1.6) saturate(60%) contrast(83%);
	width: 120%;
	height: 120%;
	left: -10%;
	top: -10%;
	position: absolute;
}

#news .subheader{
	font-weight: 400;
	color: #a42523;
	line-height: 1.5em;
	font-size: 1.8rem;
}

#news p{
	text-align: center;
}

/*--- BEISPIEL BILDER ---*/
#beispiel-bilder-mobil .item .row {margin-bottom: 0;}
#beispiel-bilder-mobil .item .row img {float: left;}
#beispiel-bilder-mobil a.carousel-control::selection, #beispiel-bilder-mobil a.carousel-control::-moz-selection {background: transparent;}
#beispiel-bilder {overflow: hidden;}
#beispiel-bilder .col-sm-3_2 {width: 20%; float: left; padding: 5px;}
#beispiel-bilder [class*="col-"], #beispiel-bilder-mobil [class*="col-"] {padding: 5px;}
#beispiel-bilder img {float: left;}

/*--- WAS KANN ES ---*/
/*#was-kann-es {background-image: url('gfx/wie-bg.jpg'); background-position: bottom; background-size: contain; background-repeat: no-repeat; overflow: hidden;}
*/#was-kann-es iframe {margin-top: 3em; margin-bottom: 40px; width: 100%;}
#was-kann-es .card {border-bottom: 1px solid #b1b1b1;} 
#was-kann-es .card .card-body {font-size: 0.9em; padding: 0px 20px 20px 20px;} 
#was-kann-es .btn.active.focus, #was-kann-es .btn.active:focus, #was-kann-es .btn.focus, #was-kann-es .btn:active.focus, #was-kann-es .btn:active:focus, #was-kann-es .btn:focus {outline: none;}
#was-kann-es .btn-link {padding: 15px 10px 10px 18px; font-weight: bold; color: #000; text-decoration: none; font-size: 0.9em;  max-width: 100%; white-space: normal; text-align: left; line-height: 1.4em;} 
#was-kann-es .btn-link::before {content: url('gfx/icon-accordeon-open.png'); margin-left: -19px;}
#was-kann-es .btn-link.collapsed::before {content: url('gfx/icon-accordeon-close.png');}

/*--- WO ERHALTE ICH ES ---*/
#wo-erhalte-ich-es {background-color: #000; color: #fff;}
#wo-erhalte-ich-es h3 {text-align: center;}
#wo-erhalte-ich-es a {color: #A42523;}
#wo-erhalte-ich-es img {height: 50px; margin-top: 5px;}

/*--- FOOTER ---*/
footer {background-color: #000; color: #fff; border-top: 1px solid #1A1A1A; font-size: 0.8em;}
footer ul li {float: left; padding: 0 10px; border-left: 1px solid #fff;}
footer ul li:first-child {padding-left: 0; border-left: 0px;}
footer .impressum, footer .datenschutz {cursor: pointer; color: #A42523;}
body .impressum-text, body .datenschutz-text {visibility: hidden; opacity: 0; z-index: 100; background-color: #fff; position: fixed; font-size: 0.8em; overflow-x: hidden; overflow-y: scroll; top: 10%; left: 0; right: 0; margin: 0 auto; -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2); box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2); padding: 30px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
body .impressum-text {width: 500px; overflow-y: auto; height: 420px;}
body .datenschutz-text {width: 900px; height: 80%;}
body .impressum-text .container, body .datenschutz-text .container {max-width: 100%;}
body .impressum-text.shooow, body .datenschutz-text.shooow {visibility: visible; opacity: 1;}
body .impressum-text.hiiide, body .datenschutz-text.hiiide {visibility: hidden; opacity: 0;}
body .impressum-text .impressum-close, body .datenschutz-text .datenschutz-close {cursor: pointer; color: #fff; background-color: #a42523; padding: 10px 15px; position: sticky; top: 0; float: right;} 
span.error{
    color: #a42523;
}
.has-error{
    border: 1px solid #a42523;
}
.pulse {
    animation-name: pulse_animation;
    animation-duration: 10000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

#cookiedingsbums a {color:#fff; text-decoration:underline;}

#cookiedingsbums div {padding:30px; padding-right:40px;}

#cookiedingsbums { 
   text-align:left; 
   background: #000; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:20%; 
   font-size:1rem; 
   line-height:120%;
    right: 0;
    color: #fff;
    margin: 20px;
}

#cookiedingsbumsCloser {
   color: #777;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   padding:4px;
    font-size: 27px;
 }

#cookiedingsbumsCloser:hover {color: #fff; transition: all .3s}



/* Modal Content Box Dr. Alter */

.modal-content {
  background-color: #FFFFFF;
  padding: 1rem;
  border: 1px solid #888;
  font-weight: 400;
  color: #a42523;
  bottom: 10%;
  position: fixed;
  left: 5%;
  width: 90vw;
}

.modal-text {
	font-size: 1.8rem;
}

@media only screen and (max-width: 1200px){ 
.modal-content{
  width: 80%;
	}
}

/* Störer Groß */

div#stoerer{
	display: flex;
	flex-direction: column;
	align-items: center;
}

h1#header-stoerergross{
	text-align:center;
}

div#div-container-gross{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: 60px;
	align-items: stretch;
}

div.div-container-mittel{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5rem;
	width: 50%;
}

div.div-container-mittel p{
	margin: unset;
}

div.div-container-mittel img{
	max-width:250px;
}

.div-container-mittel p.ueberschriftrot{
	margin-top: 5%;
}



@media only screen and (max-width: 700px){
	div#div-container-gross{
		flex-direction: column;
		align-items: center;
	}
	
	div.container-left{
	margin-right: unset;
	margin-bottom: 20%
}
	
	div.div-container-mittel{
		width: 100%;
	}

	
}
