/**Landingpagebuilder packt die Sektionen in li mit display:list-item**/
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#block-1815-1{
	display: block;
	width: 100%;
	overflow: hidden;
}

#section-1815 {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #ffffff;
	z-index: 0;
	overflow: hidden;
}

#section-1815 .row {
	margin-left: 0;
    margin-right: 0;
}

#section-1815 .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

#section-1815 .invisible{
	display: none;
}

#section-1815 h1 {
	font-size: 40px;
	color: #fff;
	line-height: 2em;
	text-transform: uppercase;
}

#section-1815 p {
	font-size: 16px;
	color: #fff;
}

#section-1815 #button-mehr  {
	width: 90%;
	max-width: 300px;
	background-color: #67666c;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 1em;
	border: none;
	text-align: center;
	border-radius: 15px;
}

#section-1815 .mehr a{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	
}

#section-1815 .mehr a:hover{
	color: #ffcb00 !important;
	text-decoration: none;
}


#section-1815 #bg-dark {
	background-color: #343338;
	border-bottom: 15px solid #ffcb00;
	padding: 2em;
}


#section-1815 #content {
	display: block;
	width: 100%;
	vertical-align: top;
}


@media (max-width: 1078px) {
	#section-1815 .mehr a { font-size: 36px; }
}


/* col-sm und col-xs */
@media (max-width: 991px) {
	#section-1815 #button-mehr { display: block;  margin-top: 15px; margin-bottom: 0; padding: 0.5em; }
	#section-1815 h1 { font-size: 24px; }
}


/* 490 */
@media (max-width: 490px) {
	#section-1815 #button-mehr { width: 80%; }
	#section-1763 .mehr a{ font-size: 26px; }
	#section-1815 h1 { font-size: 20px; margin: 20px 0; }
	#section-1815 p { font-size: 14px; }

/* 360 */
@media (max-width: 360px) {
	#section-1815 .mehr a{ font-size: 20px; }
}






/* animations */

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  } 




@-webkit-keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:100%;
	}
}

@keyframes show {
	0% {
	opacity:0;
	}
	100% {
	opacity:100%;
	}
}


#section-1815 .showIn {
	-webkit-animation-name: show;
	animation-name: show;
}


#section-1815 .animated {
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#section-1815 .animated2 {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
}




