* {
	margin:0px;
	outline:0px;
	padding:0px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

html, body {
	width:100%;
	height:100%;
	background-color:#000;
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:16px;
	font-weight:400;
	line-height:20px;
	color:#fff;
	background-color:#5e5e53;
	background-image:url(../img/bg-body.jpg);
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

#fire {
	position:absolute;
	width:100%;
	height:150px;
	background-image:url(../img/feuer.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-size:contain;
}

/* Normale Navigation */

#firstnavi {
	position:relative;
	width:100%;
	height:150px;
	background-image:url(../img/bg-firstnavi.png);
	background-repeat:repeat-x;
	z-index:999;
	-webkit-box-shadow: 0 3px 5px 0 #000;
	box-shadow: 0 3px 5px 0 #000;
}

#firstnavi .centercontainer {
	padding-left:10px;
}

.centercontainer {
	position:relative;
	width:100%;
	height:100%;
	min-width:320px;
	max-width:1200px;
	margin:0px auto;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

.firstnavi-bt {
	position:relative;
	width:20%;
	height:150px;
	float:left;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	cursor:pointer;
}

.firstnavi-bt .hover {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-hover.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	-moz-transform: scale(0) rotate(45deg);
	-webkit-transform: scale(0) rotate(45deg);
	-o-transform: scale(0) rotate(45deg);
	-ms-transform: scale(0) rotate(45deg);
	transform: scale(0) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.firstnavi-bt:hover .hover {
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.firstnavi-bt #bt01 {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-rescue-2.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.firstnavi-bt #bt02 {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-rescue-hia.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.firstnavi-bt #bt03 {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-rescue-us.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.firstnavi-bt #bt04 {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-rescue-2013.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.firstnavi-bt #bt05 {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-devblog.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.firstnavi-bt #bt-menu {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-menu.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.firstnavi-bt #bt-back {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-back.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.firstnavi-bt #bt-back-de {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-back-de.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.firstnavi-bt #bt-en {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-en.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.firstnavi-bt #bt-de {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bt-de.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

/* Secondnavi */
#secondnavi {
	width:100%;
	height:60px;
	background-image:url(../img/bg-secondnavi.png);
}

.secondnavi-bt {
	width:auto;
	height:60px;
	float:left;
	padding:0px 20px;
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	line-height:50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	text-shadow: 0 2px 2px #000000, 0 2px 2px #000000, 0 2px 2px #000000;
	cursor:pointer;
}

.secondnavi-bt:hover {
	color:#ffd301;
}

/* Mobile Navigation */

#firstnavi-mobile {
	display:none;
	position:relative;
	width:100%;
	height:80px;
	background-image:url(../img/bg-firstnavi-mobile.png);
	background-repeat:repeat-x;
	z-index:999;
	-webkit-box-shadow: 0 3px 3px 0 #000;
	box-shadow: 0 3px 3px 0 #000;
}

.hover {
	position:relative;
	width:165px;
	height:80px;
}

#mainlogo {
	position:absolute;
	left:10px;
	width:165px;
	height:80px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center left;
	cursor:pointer;
}

.firstnavi-trigger {
	position:absolute;
	width:110px;
	height:80px;
	top:0px;
	right:0px;
	background-image:url(../img/firstnavi-trigger-open.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

.firstnavi-trigger #rad {
	position:absolute;
	width:80px;
	height:80px;
	top:0px;
	left:0px;
	background-image:url(../img/firstnavi-trigger-rad.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.firstnavi-trigger-hover {
	background-image:url(../img/firstnavi-trigger-close.png);
}

.firstnavi-trigger-hover #rad {
	-moz-transform: scale(1.05) rotate(360deg);
	-webkit-transform: scale(1.05) rotate(360deg);
	-o-transform: scale(1.05) rotate(360deg);
	-ms-transform: scale(1.05) rotate(360deg);
	transform: scale(1.05) rotate(360deg);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.firstnavi-mobile-bt {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:16px;
	font-weight:600;
	line-height:32px;
	color:#fff;
	text-shadow: 0 2px 2px #000000, 0 2px 2px #000000, 0 2px 2px #000000;
	background-image:url(../img/bg-firstnavi-mobile-bt.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	padding:0px 20px;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 3px 3px 0 #000;
	box-shadow: 0 3px 3px 0 #000;
}

.firstnavi-mobile-bt:hover {
	color:#ffd301 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* ContentContainer */

#contentcontainer {
	position:relative;
	width:100%;
	padding:20px;
	min-width:320px;
	max-width:1200px;
	margin:30px auto;
	background-image:url(../img/bg-contentcontainer.png);
	background-position:top left;
	background-repeat:repeat;		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

.threeimage {
	width:33%;
}

#contentcontainer .fullimage {
	width:100%;
}

a {
	color:#ffd301;
}

a:hover {
	color:#fc7701;
}

h1 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:32px;
	font-weight:600;
	line-height:40px;
	padding-left:50px;
	color:#ffd301;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	background-image:url(../img/pfeil-top.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:40px 40px;
}

h3 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:32px;
	font-weight:600;
	line-height:40px;
	color:#ffd301;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}

h2 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:24px;
	font-weight:400;
	line-height:32px;
	color:#eee;
	margin-bottom:10px;
	margin-top:40px;
	border-bottom:3px dotted #000;
}

p {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:#fff;
	margin-bottom:10px;
}

ul {
	margin-left:20px;
}

li {
	margin-bottom:10px;
}

hr {
	height:40px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background-color:transparent;
	border-bottom:3px dotted #869195;
}

.small {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:14px;
	font-weight:400;
	line-height:18px;
	color:#869195;
	margin-bottom:10px;
}

.small a {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:14px;
	font-weight:400;
	line-height:18px;
	text-decoration:none;
	color:#869195;
}

.small a:hover {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:14px;
	font-weight:400;
	line-height:18px;
	color:#204060;
}

.imglink {
	text-decoration:none;
}

.imglinkimg {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.imglink:hover img {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Slider */

.sliderbox {
	position:relative;
	width:100%;
	margin-bottom:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

.slide {
	width:100%;
}

.caption {
	position:relative;
	border-top:2px solid #ffd301;
	margin-top:-5px;
	padding:10px 20px;
	background-color:#000;
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:24px;
	font-weight:600;
	line-height:32px;
	color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

.buylinkimg {
	width:25%;
	float:left;
	cursor:pointer;
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.buylinkimg:hover {
	-moz-transform: scale(1.1) rotate(5deg);
	-webkit-transform: scale(1.1) rotate(5deg);
	-o-transform: scale(1.1) rotate(5deg);
	-ms-transform: scale(1.1) rotate(5deg);
	transform: scale(1.1) rotate(5deg);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}


@media screen and (max-width: 719px) {
	#firstnavi {
		display:none;
	}
	
	#firstnavi-mobile {
		display:block;
	}
	
	#fire {
		height:64px;
	}
	
	.caption {
		font-size:18px;
		font-weight:600;
		line-height:24px;
	}
	
	#secondnavi {
		display:none;
	}
	
	#contentcontainer {
		margin:0px auto;
	}
	
	.threeimage {
		width:100%;
		margin-bottom:20px;
	}
	
	.buylinkimg {
		width:50%;
	}
	
}

@media screen and (max-width: 479px) {
	
	.buylinkimg {
		width:100%;
	}	
}