@charset "utf-8";
/* CSS Document */
body { margin: 0px;  padding: 0px; background-color: #000000!important; }
body.videowall { background-color: #000000!important; }
.white { background-color: #FFF!important; }
.grey { background-color:#164193; }
div.headervideowall {
	display: block;
	width: 25vw;
	height: 15vh;
	padding: 0;
	margin: 0;
	position: absolute;
	left:0;
	background-image: url("/resources/css/images/intersport_wanninger.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90%;
	z-index: 10000000;
}
.maincontent {
	display: inline-block;
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
div#contentbox1, div#contentbox2 {
	display: block;
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0; left: 0;
	overflow: hidden;
}

/* Container Videos und Bilder */
div#videocontent {
    width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
div#videocontent.noview {
    display: none;
    opacity: 0;
}

div.view {
	display: block!important;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 10;
	opacity: 1;
}

/* Player */
div#player { /* height: 800px; */}
video { width: 100%!important; }
/* Nur Firefox */
@-moz-document url-prefix() {

}

/* Anmiation*/
@-webkit-keyframes divshow {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes divshow {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes divshow {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes divshow {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}


.divshow {
  display: block!important; 
  opacity: 1;
  z-index: 100000; 
  -webkit-animation: divshow  ease 2.5s;; /* Safari 4+ */
  -moz-animation:    divshow  ease 2.5s;; /* Fx 5+ */
  -o-animation:      divshow  ease 2.5s;; /* Opera 12+ */
  animation:         divshow  ease 2.5s;; /* IE 10+, Fx 29+ */
}
.hide { opacity: 0.5; }

/* Silder */

.hero-slider.slider-fullscreen {
    display: inline-block;
	height: 100vh;
    overflow: hidden !important;
	width: 100vw;
	padding: 0%;
}
.flex-direction-nav { display: none; }
.flex-control-nav { display: none; }

.hero-slider {
	padding: 0;
	position: relative;
}

.hero-slider .slides {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hero-slider .slides li {
	width: 100vw!important;
	height: 100vh!Important;
	position: relative;
}
li.parallax.kenburns {
	width: 100vw!important;
	height: 100vh!important;
	background-size: cover!important; }

img.slider-full { width: 100vw; }
.hero-slider .slides li .row {
	position: relative;
	z-index: 2;
	/*top: 30%;
	padding-left: 25%; */
}
.hero-slider .slides .text-center {
	text-align: left;
}
.hero-slider .slides li a.blinkbold {
	display: inline-block;
	font-size: 48px;
	padding: 3%;
	margin-bottom: 2%;
	text-transform: uppercase;
	white-space:nowrap;
}
.hero-slider .slides li .lead {
	display: inline-block;
	width: auto;
	font-size: 24px;
	padding: 1%;
	text-transform: uppercase;
}

.hero-slider .slides li h3 { font-size: 30px; }
.hero-slider .slides li h2 {
	line-height: 1;
	margin-bottom: 33px;
	padding-bottom: 7px;
}

.hero-slider .slides li h1 {
	line-height: 1;
	font-size: 60px;
	margin-bottom: 33px;
}

.work-slider { margin-top: 28px; }
.work-slider .slides li { height: 400px; }
.slides li .fadeUp { opacity: 0; }
.slides li {
	position: relative;
	color: #fff;
}

.slides li p, .slides li a { color: #fff; }
.slides li .slide-content {
	position: relative;
	z-index: 3;
}

.slides li .overlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 2;
}
.slides .medialink {
	display: block;
	padding: 0;
	margin: 0; }
.slides li .btn-theme {
	font-size: 20px;
	border: none;
	border-radius: 0;
	background-color: #e2000a;
	color: #FFFFFF;
}

.slides li .btn-theme:hover, .slides li .btn-theme:focus, .slides li .btn-theme:active, .slides li .btn-theme.active {
	background-color: #384452;
	color: #FFFFFF;
}

.hero-slider .slides li .slide-content img { max-height: 500px; }
.hero-slider .flex-direction-nav a {
	height: 60px;
	width: 60px;
	font-size: 0;
}

.hero-slider .flex-direction-nav a:before {
	position: absolute;
	font-size: 40px;
	display: block;
	top: 15px;
	left: 23px !important;
	right: auto !important;
}

.hero-slider .flex-direction-nav a.flex-prev:before { left: 20px !important; }

.background-breathe {
	-webkit-animation: burnsIn 16s ease infinite alternate;
	-moz-animation: burnsIn 16s ease infinite alternate;
	animation: burnsIn 16s ease infinite alternate;
}

.background-breathe .slide-content {
	-webkit-animation: burnsOut 16s ease infinite alternate;
	animation: burnsOut 16s ease infinite alternate;
	-moz-animation: burnsOut 16s ease infinite alternate;
	position: relative;
	top: 30px;
}

@-webkit-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-webkit-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@-moz-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-moz-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}