/* colors */
/* blue text: 004787
/* blue backgrounds: 1e5f9c
/* grey text: 777
/* colors end */

/* reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/

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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
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;
}
/* reset end */

/* clearfixies */
/* .svg-page-carousel-element:after, */
.svg-page-images:after,
.svg-page:after,
.svg-page-boxes ul:after,
.svg-header-navigation ul:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
/* .svg-page-carousel-element, */
.svg-page-images,
.svg-page,
.svg-page-boxes ul,
.svg-header-navigation ul,
.clearfix {
	display: inline-block;
}
 
/* html[xmlns] .svg-page-carousel-element, */
html[xmlns] .svg-page-images,
html[xmlns] .svg-page,
html[xmlns] .svg-page-boxes ul,
html[xmlns] .svg-header-navigation ul,
html[xmlns] .clearfix {
	display: block;
}
 
/* * html .svg-page-carousel-element, */
* html .svg-page-images,
* html .svg-page,
* html .svg-page-boxes ul,
* html .svg-header-navigation ul,
* html .clearfix {
	height: 1%;
}
/* clearfixies end */

html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "Myriad Pro", Arial, Helvetica, sans serif;
	font-size: 10px;
	font-style: normal;
}
h1 {
	padding: 10px 0;
	font-size: 2.8em;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
h2 {
	font-size: 2em;
	color: #004787;
}
h3 {
	margin: 20px 0 0;
	font-size: 1.6em;
	color: #004787;
}
h4 {
	font-size: 1.3em;
	color: #004787;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
h5 {}
h6 {}
p {
	margin: 10px 0 0;
	font-size: 1.5em;
	line-height: 1.6;
	color: #000;
}
table {}
th {}
td {}
ol {
	margin: 10px 0 0 10px;
	padding: 0 0 0 14px;
	list-style: decimal;
}
ul {
	margin: 10px 0 0;
	padding: 0 0 0 14px;
	list-style: disc;
}
li {
	font-size: 1.5em;
	line-height: 1.6;
	color: #000;
}
a {
	color: #004787;
}
a:hover {}
i {	font-style: italic; } 
b {	font-weight: bold; }

.svg-cover {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.svg-header,
.svg-page,
.svg-footer {
	position: relative;
	width: 100%;
}
.svg-header {
	margin: 10px 0 0;
	z-index: 30;
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
	background: transparent url(../images/bg-top.jpg) 0 0 repeat-x;
}
.svg-page {
	z-index: 30;
	box-shadow: 0 -10px 10px rgba(0,0,0,0.5);
}

.svg-inner {
	position: relative;
	width: 910px;
	margin: 0 auto;
}

.svg-header-top {
	padding: 14px 0;
}
.svg-header-top-right {
	float: right;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
	text-transform: uppercase;
}

.svg-header-navigation {
	text-align: center;
}
.svg-header-navigation ul {
	margin: 0 auto;
	padding: 0;
}
.svg-header-navigation ul li {
	display: block;
	float: left;
	height: 100%;
	font-size: 1em;
}
.svg-header-navigation ul li a {
	display: block;
	height: 100%;
	padding: 0 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #777;
	line-height: 2;
}
.svg-header-navigation ul li a:hover {
	background: #777;
	color: #fff;
}
.svg-header-navigation ul li.active > a {
	background: #1e5f9c;
	color: #fff;
}
.svg-header-navigation ul li.active > a:hover {
	background: #777;
	color: #fff;
}

.svg-page-no-navigation {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 400px;
	background: transparent url(../images/bg.png) 0 0 no-repeat;
}

.svg-page-stage {
	position: relative;
	display: block;
	float: right;
	width: 75%;
}
#start .svg-page-stage {
	float: right;
	width: 100%;
}

/* start page */
.svg-page-carousel-cover {
	position: relative;
	z-index: 9;
}
.svg-page-carousel {
	position: relative;
	margin: 0 !important;
}
.svg-page-carousel-element {
	background: #ededed;
	overflow: hidden;
}
.svg-page-carousel-element img {
	position: relative;
	float: left;
	bottom: 0;
	height: auto;
	width: 33.33%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.svg-page-carousel-element img.last-img {
	border-right: 0;
}

.svg-h1-bg {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	z-index: 20;
	background: rgba(255,255,255,0.8);
}
.svg-text-bg {
	display: none;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	z-index: 20;
}
.svg-text-bg .svg-inner {
	width: 500px;
	left: 50%;
	margin: 0 0 0 -455px;
	background: rgba(255,255,255,0.8);
}
.svg-carousel-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 19;
}

.svg-page-carousel-cover h2 {
	margin: 30px 20px 0;
	padding: 20px 0 0;
}
.svg-page-carousel-cover .svg-text-bg ul {
	width: 400px;
	padding: 10px 20px 20px 60px;
	list-style: circle;
}
.svg-page-carousel-cover .svg-text-bg ul li {
	font-size: 1.4em;
	font-weight: normal;
	color: #777;
	line-height: 1.2;
}

.svg-start-boxes {
	position: relative;
	width: 102%;
	margin: 40px -1% 0;
}
.svg-start-box {
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1% 20px;
	height: 320px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.7);
	   -moz-box-shadow: 0 0 6px rgba(0,0,0,0.7);
			box-shadow: 0 0 6px rgba(0,0,0,0.7);
}
.svg-start-box h2 {
	width: 100%;
	margin: 0 !important;
	padding: 10px 0;
	font-size: 2.4em;
	text-align: center;
	color: #fff;
	background-color: #1e5f9c;
}
.svg-start-box ul {
	margin: 20px 10px 0;
	padding: 0 4px;
	list-style: disc;
}
.svg-start-box li {
	margin: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 1.4;
}
.svg-start-box a {
	position: absolute;
	display: block;
	left: 5%;
	bottom: 10px;
	width: 90%;
	padding: 10px 0;
	font-size: 1.4em;
	line-height: 1;
	color: #004787;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #ccc;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
			box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
/* start page end */

/* default page */
.svg-page-banner {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	z-index: 9;
	background: #1e5f9c;
}
.svg-page-banner img {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.svg-page-images {
	display: block;
	margin: 10px 0 0;
}
.svg-page-images-content {
	float: left;
	margin: 10px 10px 0 0;
	padding: 4px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.svg-page-images-content img {
	width: auto;
	height: 100px;
}
#doppelstaenderpressen .svg-page-images-content img {
	height: 115px;
}
#einstaenderpressen .svg-page-images-content img,
#saeulenpressen .svg-page-images-content img,
#rahmenpressen .svg-page-images-content img,
#lowbudget .svg-page-images-content img {
	height: 140px;
}

.svg-page-navigation {
	position: relative;
	float: left;
	width: 23%;
	margin: 30px 2% 0 0;
}
.svg-page-navigation li {
	display: block;
	width: 100%;
	margin: 10px 0 10px;
	font-size: 1em;
}
.svg-page-navigation li a {
	display: block;
	padding: 6px 10px 4px;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	background: #ccc;
	color: #000;
}
.svg-page-navigation a:hover {
	background: #777;
	color: #fff;
}
.svg-page-navigation li.active > a {
	background: #1e5f9c;
	color: #fff;
}
.svg-page-navigation li.active > a:hover {
	background: #777;
	color: #fff;
}

.svg-page-navigation-3 {
	position: relative;
	float: left;
	padding: 0;
}
.svg-page-navigation-3 li {
	display: block;
	margin: 0;
	padding: 0;
}
.svg-page-navigation-3 li a {
	background: transparent;
	text-transform: none;
	padding: 4px 10px 6px 10px;
	line-height: 1.1;
}
.svg-page-navigation-3 a:hover {
}
.svg-page-navigation-3 li.active > a {
}
.svg-page-navigation-3 li.active > a:hover {
}
.svg-page-content {
	margin: 30px 0 0;
}
.svg-page-content h1 {
	font-size: 2.2em;
}
.svg-page-content h2 {
	margin: 20px 0 0;
	font-size: 2em;
}-page-content h2 {
}
/* default page end */

.svg-page-start {}
.svg-page-default {}
.svg-page-contact {}
.svg-page-drive {}