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

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

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

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

#section-1786 .invisible{
	display: none;
}
#section-1786 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-1786 p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

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

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

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



#section-1786 .background {
	display: block;
	width: 100%;
    background-image: url(bg_sf04.jpg);
	background-position: right bottom;
	background-size: cover;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

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

} */

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


#section-1786 #content {
	display: inline-block;
	width: 70%;
	z-index: 1;
	padding: 2em;
}

#section-1786 .polygon-line {
	display: inline-block;
}

#section-1786 .polygon {
	display: table-cell;
	width: 250px;
	height: 218px;
	background-image: url(polygon_gr.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1; 
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding-left: 2em;
	padding-right: 2em;
	background-position: center center;
}

#section-1786 #line1 {
	display: block;
}

#section-1786 #line2 {
	display: block;
	margin-top: 1em;
}


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

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

/* col-sm und col-xs */
@media (max-width: 991px) {
	#section-1786 h1 { font-size: 24px; }
	#section-1786 p { font-size: 14px; }
	#section-1786 #content { display: block; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; }
	#section-1786 hr { width: 50%; height: 4px; }
	#section-1786 .polygon { width: 200px; height: 174px; }
}

/* 875 */
@media (max-width: 875px) {
	#section-1786 .background { background-size: 200%; }
}


/* 768 */
@media (max-width: 768px) {
	#section-1786 #content { display: block; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; }
}

/* 490 */
@media (max-width: 490px) {
}
/* 360 */
@media (max-width: 360px) {
	#section-1786 h1 { font-size: 20px; }
	#section-1786 p { font-size: 14px; }
}
/* 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-1786 .showIn {
	-webkit-animation-name: show;
	animation-name: show;
}


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




