@-ms-viewport {
	width: device-width;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity:0.7;
    transition:all .8s ease-in-out;
}

h1 {
    font-family:'SiemensSerifSemibold';
    font-size: 32px;
    line-height:41px;
}

h2 {
    font-family:'SiemensSerifSemibold';
    font-size: 27px;
    line-height:32px;
}

h3 {
    font-family:'SiemensSerifSemibold';
    font-size: 19px;
    line-height:25px;
}

p {
    font-family: 'SiemensSansRoman';
    font-size:13px;
    line-height:19px;
    margin-top: 5px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
    background-color:black;
    line-height: 1;
    -ms-overflow-style: none;
	/*background-image:url('../img/intro/bg-intro.jpg');
    background-size:cover;*/
}

.videoOverlay {
    position:fixed;
    z-index:999;
    background-color: rgba(18,28,32,0.95) !important;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

        #yt_video,  #yt_video360 {
            display:none;
            position: relative;
            z-index: 9999;
            background-color: black;
            top: 0;
            width: 100%;
            height: 100%;
			box-shadow: 0px 0px 10px;
        }

        #iframe_container, #iframe_container360 {
            width: 1180px;
            position: fixed;
            z-index: 9999;
            height: 664px;
            top: 0;
            left: 0;
            right:0;
            bottom:0;
            margin:auto;
            background-color: black;
            box-sizing: border-box;
            display:none;
        }

        #closeVid,  #closeVid360 {
            background-image: url("../img/perfect/closeVideo.png");
            width: 25px;
            height: 25px;
            position: absolute;
            top: -35px;
            right: -35px;
            cursor: pointer;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
        }

		#closeVid:hover,  #closeVid360:hover {
			opacity:0.7;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
        }


@media (max-width: 1300px) {

	    #iframe_container, #iframe_container360 {
            width: 853px;
            height: 480px;
        }

}

/* --- COOKIE ---- */

#cookie-panel {
	display: none;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(30,42,46,0.9);
	z-index: 99999999999;
	color: #ccc;
	padding: 5px 0;
	font-family: SiemensSans,sans-serif;
}

	#cookie-panel #cookie-wrapper {
		display: table;
		width: 100%;
		margin-bottom: 13px;
		margin-top: 13px;
	}

	#cookie-panel .cookie-text {
		display: table-cell;
		font-size: 12px;
		letter-spacing: 0.5px;
		line-height: 16px;
		padding-left: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 30px;
		font-family: SiemensSans,sans-serif;
	}

	#cookie-panel .cookie-link {
		color: white;
		font-family: SiemensSans,sans-serif;
		font-size: 13px;
		text-decoration:none;
		position: relative;
		top: -10px;
		left: 15px;
		color: #ccc;
	}

		#cookie-panel .cookie-text .strong {
			color: white;
		}

		#cookie-panel .cookie-text .popcookie {
			text-decoration: underline;
			cursor: help;
			color: white;
		}

	#cookie-panel #cookie-right {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
		padding-right: 60px;
		white-space: nowrap;
	}

	#cookie-panel .cookie-ok {
		font-size: 12px;
		background-color: white;
		padding: 5px 10px;
		letter-spacing: 1px;
		cursor: pointer;
		color: rgb(30,42,46);
		position: relative;
		top: 5px;
	} 