<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'css/1160.css' (min-width: 900px) and (max-width: 1160px);

@import 'css/990.css' (min-width: 0px) and (max-width: 899px);

/**
 * Theme Name:		XR Gallery
 * Theme URI:		http://www.prinzip3d.de
 * Description:		Medienagentur aus Berlin
 * Author:			Milan Herzog
 * Author URI:		http://www.prinzip3d.de
 * Version:			1.0
 */


*, html { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	}

html { 
	width: 100%;
	height: 100%;
	}

body {
	color: #fff;
	line-height: 19px;
    text-rendering: optimizeLegibility;
	font-family: 'Roboto', sans-serif;
	font-size: 13pt;
	background-color: #252525;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
}

h2 {
	font-weight: 800;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 15px;
	padding: 35px 40px;
	color: #e0bd82;
	display: block;
}
h2.titel-about {
	background-image: url("images/01_150dpi.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
h2.titel-benefits {
	background-image: url("images/06_150dpi.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
h2.titel-prices {
	background-image: url("images/09_150dpi.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
h2.titel-service {
	background-image: url("images/01_150dpi.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
h3 {
	margin-bottom: 5px;
}

a {
	transition: 0.6s;
	cursor: pointer;
    pointer-events: auto;
	text-decoration: none;
	color: #214f5a;
	font-weight: normal;
}

a.button {
	background: radial-gradient(circle at 100% 100%, #252525 0, #252525 3px, transparent 3px) 0% 0%/5px 5px no-repeat,
            radial-gradient(circle at 0 100%, #252525 0, #252525 3px, transparent 3px) 100% 0%/5px 5px no-repeat,
            radial-gradient(circle at 100% 0, #252525 0, #252525 3px, transparent 3px) 0% 100%/5px 5px no-repeat,
            radial-gradient(circle at 0 0, #252525 0, #252525 3px, transparent 3px) 100% 100%/5px 5px no-repeat,
            linear-gradient(#252525, #252525) 50% 50%/calc(100% - 4px) calc(100% - 10px) no-repeat,
            linear-gradient(#252525, #252525) 50% 50%/calc(100% - 10px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, #e3c084 0%, #70624a 100%);
	border-radius: 5px;
	padding: 6px 35px;
	box-sizing: border-box;
	color: #fff;
}
a.button:hover {
	background: radial-gradient(circle at 100% 100%, #2e2e2e 0, #2e2e2e 3px, transparent 3px) 0% 0%/5px 5px no-repeat,
            radial-gradient(circle at 0 100%, #2e2e2e 0, #2e2e2e 3px, transparent 3px) 100% 0%/5px 5px no-repeat,
            radial-gradient(circle at 100% 0, #2e2e2e 0, #2e2e2e 3px, transparent 3px) 0% 100%/5px 5px no-repeat,
            radial-gradient(circle at 0 0, #2e2e2e 0, #2e2e2e 3px, transparent 3px) 100% 100%/5px 5px no-repeat,
            linear-gradient(#2e2e2e, #2e2e2e) 50% 50%/calc(100% - 4px) calc(100% - 10px) no-repeat,
            linear-gradient(#2e2e2e, #2e2e2e) 50% 50%/calc(100% - 10px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, #e3c084 0%, #70624a 100%);
}

#header {
	width: 100%;
	height: 80vh;
	background-color: #2e2e2e;
}

#header video {
	display: block;
	height: 100%;
	margin: 0px auto 0px auto;
}

#header_verlauf {
	width: 100%;
	height: 80vh;
	position: absolute;
	top: 0;
	background-image: url("images/Verlauf.png");
	background-repeat: repeat-x;
	background-position: top;
}
#header_content {
	width: 100%;
	height: 80vh;
	position: absolute;
	top: 0;
}
#menu_frame {
	width: 100%;
	height: 146px;
	position: fixed;
	background: none;
}
.zap #menu_frame {
	background-color: #252525;
	height: 90px;
}
#menu_inner {
	width: 1120px;
	margin: 0px auto 0px auto;
}
#menu {
	float: right;
	padding-top: 72px;
	margin: 0px auto 0px auto;
	z-index: 9999;
}
.zap #menu {
	padding-top: 40px;
}
#menu #close {
	display: none;
}
#menu a {
	margin-left: 25px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
#menu a:hover, #menu a.active {
	color: #e0bd82;
}
#header_frame {
	width: 1120px;
	height: 100%;
	margin: 0px auto 0px auto;
}
#header_frame div {
	width: 40%;
	text-align: left;
	margin-top: 30vh;
}
#header_frame div h2 {
	color: #fff;
	font-size: 45px;
	line-height: 60px;
	font-weight: 600;
}
img.logo {
	margin-top: 60px;
	height: 40px;
}
.zap img.logo {
	margin-top: 28px;
}

#about {
	width: 100%;
	padding: 80px 0px 0px 0px;
	text-align: center;
	background-color: #2e2e2e;
}
#about-frame {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
#galerie {
	width: 100%;
	text-align: center;
	background-color: #252525;
	margin-top: 80px;
	padding: 20px 0px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
#galerie div {
	width: 32.5%;
}
#galerie div img {
	width: 100%;
	height: auto;
}
#benefits {
	width: 100%;
	padding: 80px 0px 0px 0px;
	text-align: center;
	background-color: #2e2e2e;
}
#benefits-frame {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
img.benefits-img {
	width: 100%;
}
#benefits video {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
#benefits-frame div {
	width: 18%;
	margin: 1%;
	font-size: 14px;
}
#prices {
	width: 100%;
	padding: 80px 0px 80px 0px;
	text-align: center;
	background-color: #2e2e2e;
}
#prices-frame {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
#service {
	width: 100%;
	padding: 80px 0px 80px 0px;
	text-align: center;
	background-color: #2e2e2e;
}
#service .left img {
	width: 100%;
	height: auto;
}
#service-frame {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.content {
	width: 1080px;
	margin: 0px auto 0px auto;
	display: block;
	background-image: url("images/inhalt-bg.png");
	background-position: top;
	background-repeat: no-repeat;
}
#about .content {
	width: 760px;
	padding: 60px 160px;
}
#benefits .content {
	width: 970px;
	padding: 60px 55px;
	background-image: url("images/inhalt-bg-03.png");
}
#prices .content {
	width: 810px;
	padding: 60px 135px;
}
#service .content {
	width: 880px;
	padding: 60px 100px;
	background-image: url("images/inhalt-bg-03.png");
}
#service .left {
	width: 60%;
}
#service .right {
	width: 40%;
	text-align: left;
	padding-top: 150px;
	padding-bottom: 150px;
}
.content.flex {
	display: flex;
	align-items: center;
}

.left {
	width: 50%;
	float: left;
}

.right {
	width: 50%;
	float: left;
}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	padding: 100px 0px 100px 0px;
	font-size: 15px;
}

#footer a {
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
	float: left;
	margin-right: 40px;
}

#footer a:hover, #footer a.active {
	color: #26e59d; 
}

#footer-frame {
	width: 990px;
	margin: 0px auto 0px auto;
	color: #fff;
}

#footer-menu {
	float: left;
}

#copyright {
	float: right;
}












</pre></body></html>