/* Import Roboto */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/* Font Roboto condensed */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/**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-1808-1{
	display: block;
	width: 100%;
	overflow: hidden;
}

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

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

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

#section-1808 .invisible{
	display: none;
}
#section-1808 h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 46px;
	font-weight: 700;
	color: #333336;
	line-height: 1em;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
}

#section-1808 p {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 1em;
}

#section-1808 .gold {
	color: #ffcb00;
}

#section-1808 .silver {
	color: #afa9a5;
}

#section-1808 .kurs {
	max-height: 315px;
}



#section-1808 .background {
	display: block;
	height: 700px;
	width: 100%;
    background-image: none;
	background-repeat: no-repeat;
	z-index: 1;
	border-bottom: 4px solid #ffcb00;
}

/* #section-1808 .title {
	display: block;
	width: 10%;
	max-width: 100px;
	z-index: 2;
	height: 15px;

} */

#section-1808 hr {
	display: block;
	width: 10%;
	max-width: 200px;
	z-index: 2;
	height: 7px;
	color: #333336;
	background: #333336;
}


#section-1808 #left-part {
	display: inline-block;
	height: 70%;
	max-height: 400px;
	width: 49%;
	z-index: 1;
	margin-top: 0;
	border-radius: 5px;
	padding: 2em;
}

#section-1808 #right-part {
	display: inline-block;
	height: 70%;
	max-height: 400px;
	width: 49%;
	right: 0;
	z-index: 1;
	margin-top: 0;
	border-radius: 5px;
	padding: 2em;
}

@media (max-width: 1894px) {
	#section-1808 h1 { font-size: 36px; }
}

@media (max-width: 1365px) {
	#section-1808 h1 { font-size: 32px; }
}

/* col-sm und col-xs */
@media (max-width: 991px) {
	#section-1808 h1 { font-size: 24px; }
	#section-1808 p { font-size: 10px; }
	#section-1808 .background { height: 1300px; }
	#section-1808 #left-part { display: block; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; max-height: 600px; }
	#section-1808 #right-part { display: block; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; max-height: 600px; padding-top: 2em;}
	#section-1808 hr { width: 50%; height: 4px; }
	#section-1808 .kurs { max-height: 200px; }
}
}

/* 490 */
@media (max-width: 490px) {
	#section-1808 .background { height: 1300px; }
	#section-1808 #left-part { display: block; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; max-height: 600px; }
	#section-1808 #right-part { display: block; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; max-height: 600px; padding-top: 2em;}
}
/* 360 */
@media (max-width: 360px) {
	#section-1808 .background { height: 1100px; }
	#section-1808 #left-part { display: block; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; max-height: 500px; }
	#section-1808 #right-part { display: block; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; max-height: 500px; padding-top: 2em;}
	#section-1808 h1 { font-size: 20px; }
	#section-1808 p { font-size: 10px; }
}
/* 320 */
@media (max-width: 350px) {

}





/* 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-1808 .showIn {
	-webkit-animation-name: show;
	animation-name: show;
}


#section-1808 .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-1808 .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;
}




