/* ---------------------------------------------------------
	 1. mq library breakpoint reset
	 2. Resizable Fonts styles
	 3. Embedded utilities SASS file
	 4. General reset
	 5. Embedded mq library file
	 6. Custom form styles
	 7. Print version styles
	 ---------------------------------------------------------*/

/* ---------------------------------------------------------
	 1. mq library breakpoint reset
	 ---------------------------------------------------------*/

/* ---------------------------------------------------------
	 2. Resizable Fonts styles
	 ---------------------------------------------------------*/

* {
	font-size: 100.01%;
}

html {
	font-size: 62.5%;
}

/* ---------------------------------------------------------
	 3. Embedded utilities SASS file
	 ---------------------------------------------------------*/

.main-container:after,
#main:after,
#two-columns:after,
.video-holder:after,
.inner-col-holder:after {
	content: " ";
	display: block;
	clear: both;
}

.slideshow .pagination-links ul,
.header-nav,
#nav ul,
.fonts-sizing,
.footer-links,
.social-networks,
.feature-box .feature-links, .on-view-box .on-view-links, .news-box .news-links, .press-box .press-links, .service-box .service-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ---------------------------------------------------------
	 4. General reset
	 ---------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #fff;
	font: 1.3em/1.2 "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #8a0294;
}

a:hover {
	text-decoration: none;
	color: #666;
}

input,
textarea,
select {
	font: 100% "Arial", "Helvetica", sans-serif;
	color: #333;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #333;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: black;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

/* ---------------------------------------------------------
	 5. Embedded mq library file
	 ---------------------------------------------------------*/

/* ---------------------------------------------------------
	 6. Print version styles
	 ---------------------------------------------------------*/

/* ---------------------------------------------------------
	 7. Common site styles
	 ---------------------------------------------------------*/

/* style for footer at bottom */

html,
body {
	height: 100%;
}

body {
	background: #eaeff3 url(../upload/system/neu-bg.jpg) repeat-x;
}

/* default webkit style reset */

input,
button,
textarea {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}

/* main container styles */

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

/* style for footer at bottom */

.w1 {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
	table-layout: fixed;
}

.main-container {
	max-width: 1024px;
	padding: 0 15px;
	margin: 0 auto;
}

.slideshow {
	position: relative;
}

.slideshow.gallery-js-ready .layout-image {
	display: none;
}

.slideshow .layout-image {
	display: block;
	width: 100%;
	height: auto;
	visibility: hidden;
	min-width: 800px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .slide .img-holder {
	width: 100%;
	overflow: hidden;
}

.slideshow .slide img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-nex {
	visibility: hidden;
}

.slideshow .banner-text {
	position: absolute;
	bottom: 12px;
	left: 14px;
	right: 45px;
	overflow: hidden;
	background: url(../upload/system/slider-text-bg.png) 0 0/100% 100% no-repeat;
	padding: 34px 0 11px 24px;
}

.slideshow .info-text {
	float: left;
	width: 150px;
}

.slideshow .info-text .num {
	float: left;
	font-size: 70px;
	color: #8a0294;
	margin: -6px 0 0;
}

.slideshow .info-text .meta {
	overflow: hidden;
	color: #8a0294;
	font-size: 12px;
	padding: 5px 0 0 10px;
}

.slideshow .info-text .meta span,
.slideshow .info-text .meta time {
	display: block;
	margin: 0 0 1px;
}

.slideshow .banner-detail {
	overflow: hidden;
	color: #000;
	padding: 0 0 0 6px;
}

.slideshow .title-text {
	display: block;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 4px;
}

.slideshow .text {
	display: block;
	font-size: 24px;
	margin: 0 0 27px;
	line-height: 28px;
}

.slideshow .small-info-text {
	color: #fff;
	font-size: 11px;
	display: block;
	padding: 0 0 0 29px;
}

.slideshow .small-info-text.black {
	color: #000;
}

.slideshow .pagination-links {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
	bottom: 5px;
	padding: 0 16px;
}

.slideshow .pagination-links ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	text-align: right;
}

.slideshow .pagination-links ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 4px;
}

.slideshow .pagination-links ul li.active a {
	background-position: -4px -185px;
}

.slideshow .pagination-links ul li:hover a {
	opacity: 1;
}

.slideshow .pagination-links ul a {
	display: block;
	width: 11px;
	opacity: .8;
	height: 12px;
	background: url(../upload/system/controls-sprite.png) -4px -167px no-repeat;
}

.slide-holder {
	position: relative;
}

/* main informative part styles */

#two-columns {
	background: #fff;
	position: relative;
}

/* header styles */

#header {
	position: relative;
	z-index: 99;
	margin: 0 0 18px;
}

.nav-opener {
	width: 25px;
	height: 19px;
	position: relative;
	margin: 25px 0 0 18px;
	z-index: 9;
	outline: none;
	float: right;
	font-size: 0;
	line-height: 0;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	margin: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 43%;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.logo {
	float: left;
	width: 135px;
	margin: 18px 24px 0;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.header-nav {
	overflow: hidden;
	padding: 17px 0 0 35px;
	font-size: 0;
	letter-spacing: -4px;
	line-height: 0;
}

.header-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0;
}

.header-nav li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 0 9px;
}

.header-nav li:first-child:before {
	display: none;
}

.header-nav li a {
	color: #666;
	font-size: 11px;
}

.header-nav li a:hover {
	color: #0098db;
}

.logo-deutsche {
	float: right;
	width: 70px;
	margin: 18px 24px 0;
}

.logo-deutsche a {
	display: block;
}

.logo-deutsche img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#nav {
	background: #dfe7ec url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2Y4ZjlmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2RmZTdlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2Q3ZTBlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2QyZGRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmM5ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(14%, #f8f9fb), color-stop(49%, #dfe7ec), color-stop(66%, #d7e0e7), color-stop(83%, #d2dde5), color-stop(100%, #bbc9d4));
	background: -webkit-linear-gradient(top, #fff 0%, #f8f9fb 14%, #dfe7ec 49%, #d7e0e7 66%, #d2dde5 83%, #bbc9d4 100%);
	background: linear-gradient(to bottom, #fff 0%, #f8f9fb 14%, #dfe7ec 49%, #d7e0e7 66%, #d2dde5 83%, #bbc9d4 100%);
}

#nav ul {
	overflow: hidden;
}

#nav li {
	position: relative;
	font-size: 13px;
}

#nav li.active a {
	color: #0098db;
}

#nav li:first-child {
	padding: 0;
}

#nav li:first-child:before {
	display: none;
}

#nav a {
	color: #000;
	display: block;
	padding: 10px 0;
}

#nav a:hover {
	color: #0098db;
}

.search-form .input-wrap {
	position: relative;
	background: #fff url(../upload/system/bg-search.png) repeat-x;
	padding: 0 15px 0 0;
}

.search-form .input-field {
	width: 100%;
	border: none;
	outline: none;
	background: none;
	height: 25px;
	line-height: 17px;
	padding: 4px 6px;
	font-size: 11px;
	color: #000;
	font-family: "Ms Shell Dlg";
}

.search-form .input-field::-webkit-input-placeholder {
	color: #000;
}

.search-form .input-field::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.search-form .input-field:-moz-placeholder {
	color: #000;
}

.search-form .input-field:-ms-input-placeholder {
	color: #000;
}

.search-form .input-field.placeholder {
	color: #000;
}

.search-form button[type="submit"] {
	border: none;
	outline: none;
	background: none;
	margin: 0;
	padding: 0;
	position: absolute;
	font-size: 0;
	line-height: 0;
	right: 8px;
	top: 9px;
	width: 4px;
}

.search-form button[type="submit"] span {
	border: 5px solid #000;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #000;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.search-form button[type="submit"]:hover span {
	border-color: transparent transparent transparent #666;
}

/* footer styles */

#footer {
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
}

#footer .footer-frame {
	position: relative;
}

#footer .footer-frame:before,
#footer .footer-frame:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 9px rgba(0, 0, 0, .6);
	top: 50%;
	bottom: 0;
	left: 60px;
	right: 60px;
	border-radius: 410px/10px;
}

#footer .footer-frame:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.footer-holder {
	background: #fff;
	position: relative;
	padding: 7px 13px 50px;
	margin: 0 0 50px;
}

.footer-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 13px;
	right: 13px;
	height: 1px;
	background: #ccc;
}

.fonts-sizing li {
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0 6px 0 -4px;
}

.fonts-sizing li.small {
	font-size: 9px;
}

.fonts-sizing li.medium {
	font-size: 11px;
	font-weight: 700;
}

.fonts-sizing li.big {
	font-size: 13px;
	font-weight: 700;
}

.fonts-sizing li a {
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid #a6b7d9;
	text-align: center;
	color: #039;
}

.fonts-sizing li a:hover {
	text-decoration: none;
	color: #666;
}

.footer-links {
	overflow: hidden;
	padding: 1px 10px 0 0;
}

.footer-links li {
	float: left;
	font-size: 10px;
	font-weight: 700;
	margin: 0 0 3px;
}

.footer-links li:before {
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 2px 7px 0 8px;
	content: "";
}

.footer-links li:first-child:before {
	display: none;
}

.footer-links li a {
	color: #039;
}

.footer-links li a:hover {
	text-decoration: none;
	color: #666;
}

.copy-text {
	display: block;
	font-size: 10px;
	font-weight: 700;
	color: #666;
}

/* sidebar styles */

#sidebar {
	overflow: hidden;
}

.news-letter-box {
	background: #e1e4e9;
	padding: 3px 8px 7px;
	margin: 0 0 12px;
}

.news-letter-box .newsletter-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #f60;
	font-weight: 400;
	overflow: hidden;
}

.news-letter-box .newsletter-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.news-letter-box .newsletter-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #f60;
	margin-left: 8px;
	top: 8px;
}

.news-letter-box a {
	font-size: .9230769231em;
	font-weight: 700;
	color: #111;
}

.news-letter-box a:hover {
	color: #666;
}

.side-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.artmag-print {
	background: #f6f6f6;
	padding: 4px 9px 14px;
	margin: 0 0 18px;
}

.artmag-print .artmag-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #941b9c;
	font-weight: 400;
	overflow: hidden;
	letter-spacing: -.035em;
	margin: 0 0 13px;
}

.artmag-print .artmag-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.artmag-print .artmag-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #941b9c;
	margin-left: 8px;
	top: 8px;
}

.artmag-print .img {
	display: block;
	margin: 0 0 0 4px;
}

.artmag-print .img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.social-networks {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
/*	margin: 0 0 55px; */
	margin: 0 0 0 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
}

.social-networks li a:hover {
	opacity: .8;
}

.social-networks li img {
	vertical-align: top;
}

.tag-cloud {
	padding: 0 11px 0 5px;
	margin: 0 0 48px;
	width: 100%;
	text-align: center;
}

.tag-cloud img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.feature-box-rechts, .on-view-box-rechts, .news-box-rechts, .press-box-rechts {
	overflow: hidden;
	margin: 0 0 13px;
}
.feature-box-rechts-service, .on-view-box-rechts-service, .news-box-rechts-service, .press-box-rechts-service {
	overflow: hidden;
	margin: 0 0 13px;
}
.feature-box-rechts .header, .on-view-box-rechts .header, .news-box-rechts .header, .press-box-rechts .header {
	background: #e1e4e9;
	padding: 4px 8px 7px;
	font-size: .9230769231em;
	line-height: 1.25em;
	margin: 0 0 3px;
}
.feature-box-rechts-service .header, .on-view-box-rechts-service .header, .news-box-rechts-service .header, .press-box-rechts-service .header {
	background: #e1e4e9;
	padding: 4px 8px 7px;
	font-size: .9230769231em;
	line-height: 1.25em;
	margin: 0 0 3px;
}
.feature-box-rechts .header a {
	color: #8A0294;
	font-weight: 700;
}
.feature-box-rechts-service .header a {
	color: #8A0294;
	font-weight: 700;
}
.on-view-box-rechts .header a {
	color: #495B73;
	font-weight: 700;
}
.on-view-box-rechts-service .header a {
	color: #495B73;
	font-weight: 700;
}
.news-box-rechts .header a {
	color: #A29312;
	font-weight: 700;
}
.news-box-rechts-service .header a {
	color: #A29312;
	font-weight: 700;
}
.press-box-rechts .header a {
	color: #6C8AB2;
	font-weight: 700;
}
.press-box-rechts-service .header a {
	color: #6C8AB2;
	font-weight: 700;
}
.feature-box-rechts .header a:hover, .on-view-box-rechts .header a:hover, .news-box-rechts .header a:hover, .press-box-rechts .header a:hover {
	color: #666;
}

.feature-box-rechts .feature-rechts-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #8A0294;
	font-weight: 400;
	overflow: hidden;
	margin: 0 0 1px;
}
.feature-box-rechts-service .feature-rechts-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #8A0294;
	font-weight: 400;
	overflow: hidden;
	margin: 0 0 1px;
}
.feature-box-rechts .feature-rechts-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.feature-box-rechts-service .feature-rechts-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.feature-box-rechts .feature-rechts-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #8A0294;
	margin-left: 8px;
	top: 7px;
}
.feature-box-rechts-service .feature-rechts-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #8A0294;
	margin-left: 8px;
	top: 7px;
}
.feature-box-rechts .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.feature-box-rechts-service .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.on-view-box-rechts {
	overflow: hidden;
	margin: 0 0 13px;
}
.on-view-box-rechts-service {
	overflow: hidden;
	margin: 0 0 13px;
}
.on-view-box-rechts .header {
	background: #e1e4e9;
	padding: 4px 8px 7px;
	font-size: .9230769231em;
	line-height: 1.25em;
	margin: 0 0 3px;
}
.on-view-box-rechts-service .header {
	background: #e1e4e9;
	padding: 4px 8px 7px;
	font-size: .9230769231em;
	line-height: 1.25em;
	margin: 0 0 3px;
}
.on-view-box-rechts .header a {
	color: #495b73;
	font-weight: 700;
}
.on-view-box-rechts-service .header a {
	color: #495b73;
	font-weight: 700;
}
.on-view-box-rechts .header a:hover {
	color: #666;
}
.on-view-box-rechts-service .header a:hover {
	color: #666;
}
.on-view-box-rechts .on-view-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #495b73;
	font-weight: 400;
	overflow: hidden;
	margin: 0 0 1px;
}
.on-view-box-rechts-service .on-view-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #495b73;
	font-weight: 400;
	overflow: hidden;
	margin: 0 0 1px;
}
.on-view-box-rechts .on-view-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.on-view-box-rechts-service .on-view-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.on-view-box-rechts .on-view-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #495b73;
	margin-left: 8px;
	top: 7px;
}
.on-view-box-rechts-service .on-view-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #495b73;
	margin-left: 8px;
	top: 7px;
}
.on-view-box-rechts .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.on-view-box-rechts-service .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.news-box-rechts {
	background: #e1e4e9;
	padding: 3px 8px 8px;
	margin: 0 0 3px;
	line-height: 1.1153846154em;
}
.news-box-rechts-service {
	background: #e1e4e9;
	padding: 3px 8px 8px;
	margin: 0 0 3px;
	line-height: 1.1153846154em;
}
.news-box-rechts .news-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #a29312;
	font-weight: 400;
	overflow: hidden;
	margin: 0 0 1px;
}
.news-box-rechts-service .news-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #a29312;
	font-weight: 400;
	overflow: hidden;
	margin: 0 0 1px;
}
.news-box-rechts .news-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.news-box-rechts-service .news-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.news-box-rechts .news-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #a29312;
	margin-left: 8px;
	top: 8px;
}
.news-box-rechts-service .news-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #a29312;
	margin-left: 8px;
	top: 8px;
}
.news-box-rechts .news-link {
	font-size: .9230769231em;
	font-weight: 700;
	color: #a29312;
}
.news-box-rechts-service .news-link {
	font-size: .9230769231em;
	font-weight: 700;
	color: #a29312;
}
.news-box-rechts .news-link:hover {
	color: #666;
}
.news-box-rechts-service .news-link:hover {
	color: #666;
}
.press-box-rechts {
	background: #e1e4e9;
	padding: 3px 8px 8px;
	margin: 10px 0 3px 0;
	line-height: 1.1153846154em;
}
.press-box-rechts-service {
	background: #e1e4e9;
	padding: 3px 8px 8px;
	margin: 10px 0 3px 0;
	line-height: 1.1153846154em;
}
.press-box-rechts .press-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #6C8AB2;
	font-weight: 400;
	overflow: hidden;
	margin: 0 0 1px;
}
.press-box-rechts-service .press-heading {
	display: block;
	font-size: 1.3846153846em;
	line-height: 1.2222222222em;
	text-transform: uppercase;
	color: #6C8AB2;
	font-weight: 400;
	overflow: hidden;
	margin: 0 0 1px;
}
.press-box-rechts .press-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.press-box-rechts-service .press-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.press-box-rechts .press-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #6C8AB2;
	margin-left: 8px;
	top: 8px;
}
.press-box-rechts-service .press-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #6C8AB2;
	margin-left: 8px;
	top: 8px;
}
.press-box-rechts .press-link {
	font-size: .9230769231em;
	font-weight: 700;
	color: #6C8AB2;
}
.press-box-rechts-service .press-link {
	font-size: .9230769231em;
	font-weight: 700;
	color: #6C8AB2;
}
.press-box-rechts .press-link:hover {
	color: #666;
}
.press-box-rechts-service .press-link:hover {
	color: #666;
}

/* main content styles */

.article-list {
	overflow: hidden;
	margin: 0 0 19px;
}

.article-item {
	overflow: hidden;
	margin: 0 0 2px;
}

.article-item .img-holder {
	float: left;
	width: 161px;
	margin: 1px 0 0;
}

.article-item .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.article-item .desc-text {
	overflow: hidden;
	color: #6e6e6e;
	padding: 9px 0 0 20px;
}

.article-item .title {
	display: block;
	font-size: 1.0769230769em;
	font-weight: 700;
	margin: 0 0 5px;
}

.article-item .link-more {
	font-weight: 700;
	font-size: .9230769231em;
}

.banks-table {
	width: 100%;
	border: 8px solid #6e6e6e;
	margin: 0 0 40px;
	max-width: 653px;
}

.banks-table .col1 {
	width: 33.33%;
}

.banks-table th {
	background: #e7e7e7;
	border-left: 3px solid #6e6e6e;
	text-align: left;
	font-size: .9230769231em;
	padding: 47px 7px 10px;
	line-height: 1.25em;
}

.banks-table th:first-child {
	border: none;
}

.banks-table td {
	background: #fff;
	border-left: 3px solid #6e6e6e;
	vertical-align: top;
	font-size: .8461538462em;
	padding: 6px 7px 7px;
	line-height: 1.2727272727em;
}

.banks-table td:first-child {
	border: none;
}

.banks-table td .detail-text {
	margin: 0 0 15px;
}

.banks-table td a {
	color: #000;
}

.banks-table td a:hover {
	color: #666;
}

.banks-table td a address {
	display: inline;
	font-style: normal;
}

.video-item {
	color: #6e6e6e;
}

.video-item .video-title {
	display: block;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 10px;
	color: #000;
	overflow: hidden;
}

.video-item .video-title span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.video-item .video-title span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #666;
	margin-left: 12px;
	top: 4px;
}

.video-item .video-wrap {
	margin: 0 0 16px;
}

.video-item .video-wrap img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.video-item p {
	margin: 0 0 5px;
	line-height: 16px;
}

.video-item .video-link {
	font-size: 12px;
	color: #000;
}

.video-item .video-link:hover {
	color: #666;
}

.top-color-box {
	background: #8a0294;
	height: 120px;
	margin: 0 0 4px;
}

.top-color-box-on-view {
	background: #495B73;
	height: 120px;
	margin: 0 0 4px;
}

.top-color-box-news {
	background: #A29312;
	height: 120px;
	margin: 0 0 4px;
}

.top-color-box-press {
	background: #6C8AB2;
	height: 120px;
	margin: 0 0 4px;
}

.top-color-box-service {
	background: #C1C5CF;
	height: 120px;
	margin: 0 0 4px;
}
.feature-box, .on-view-box, .news-box, .press-box, .service-box {
	background: #e5e9ec;
	padding: 3px 10px 12px 13px;
}

.feature-box .feature-heading {
	display: block;
	font-weight: 400;
	font-size: 20px;
	color: #8a0294;
	overflow: hidden;
	text-transform: uppercase;
}

.on-view-box .on-view-heading {
	display: block;
	font-weight: 400;
	font-size: 20px;
	color: #495B73;
	overflow: hidden;
	text-transform: uppercase;
}

.news-box .news-heading {
	display: block;
	font-weight: 400;
	font-size: 20px;
	color: #A29312;
	overflow: hidden;
	text-transform: uppercase;
}
.press-box .press-heading {
	display: block;
	font-weight: 400;
	font-size: 20px;
	color: #6C8AB2;
	overflow: hidden;
	text-transform: uppercase;
}
.service-box .service-heading {
	display: block;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	overflow: hidden;
	text-transform: uppercase;
}
.feature-box .feature-heading span, .on-view-box .on-view-heading span, .news-box .news-heading span, .press-box .press-heading span, .service-box .service-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.feature-box .feature-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #8a0294;
	margin-left: 22px;
	top: 9px;
}
.on-view-box .on-view-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #495B73;
	margin-left: 22px;
	top: 9px;
}
.on-view-box-rechts .on-view-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #495B73;
	margin-left: 8px;
	top: 6px;
}
.on-view-box-rechts-service .on-view-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #495B73;
	margin-left: 8px;
	top: 6px;
}
.news-box .news-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #A29312;
	margin-left: 22px;
	top: 9px;
}
.news-box-rechts .news-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #A29312;
	margin-left: 8px;
	top: 8px;
}
.news-box-rechts-service .news-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #A29312;
	margin-left: 8px;
	top: 8px;
}
.press-box .press-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #6C8AB2;
	margin-left: 22px;
	top: 9px;
}
.press-box-rechts .press-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #6C8AB2;
	margin-left: 8px;
	top: 8px;
}
.press-box-rechts-service .press-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #6C8AB2;
	margin-left: 8px;
	top: 8px;
}
.service-box .service-heading span:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -9999px;
	height: 10px;
	background: #000;
	margin-left: 22px;
	top: 9px;
}
.feature-box .title, .on-view-box .title, .news-box .title, .press-box .title, .service-box .title {
	display: block;
	font-size: .8461538462em;
	line-height: 1.8181818182em;
	margin: 0 0 1px;
}

.feature-box .feature-links li, .on-view-box .on-view-links li, .news-box .news-links li, .press-box .press-links li, .service-box .service-links li {
	font-size: .8461538462em;
	line-height: 1.2727272727em;
	font-weight: 700;
}

.feature-box .feature-links li.active a, .on-view-box .on-view-links li.active a, .news-box .news-links li.active a, .press-box .press-links li.active a, .service-box .service-links li.active a {
	color: #666;
}

.print-tools {
	text-align: right;
	padding: 13px 0 12px;
}

.print-tools .link-print,
.print-tools .link-send {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	padding: 14px 0 0;
	position: relative;
	margin: 0 0 0 21px;
}

.print-tools .link-print:before,
.print-tools .link-send:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 15px;
	height: 11px;
	background: url(../upload/system/icon-tellafriend.png);
	margin-left: -7px;
}

.print-tools .link-print:before {
	width: 16px;
	height: 14px;
	margin-left: -8px;
	background: url(../upload/system/icon-print.png);
}

.text-box {
	overflow: hidden;
	margin: 0 0 30px;
}

.text-box h1 {
	font-size: 2em;
	line-height: 1.1538461538em;
	font-weight: 400;
	margin: 0 0 .5769230769em;
}

.text-box .text {
	display: block;
	font-size: 1.3846153846em;
	font-style: italic;
	line-height: 1.1111111111em;
	color: #666;
}

.aside-gallery {
	background: #f0f0f0;
	margin-bottom: 20px;
}

.aside-gallery .control-holder {
	background: #dcdcdc;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	text-align: center;
}

.aside-gallery .control-holder .scroll-down,
.aside-gallery .control-holder .scroll-up {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 36px;
	background: url(../upload/system/scroll-down.png) 98% 50% no-repeat;
	padding: 9px 3px;
}

.aside-gallery .control-holder .scroll-up {
	background: url(../upload/system/scroll-up.png) 3px 50% no-repeat;
}

.aside-gallery .mask {
	margin: 12px 0;
	overflow: hidden;
	height: 1500px;
}

.aside-gallery .slide {
	margin: 0 0 16px;
}

.aside-gallery .slide .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.aside-gallery .slide-detail {
	position: relative;
	font-size: .8461538462em;
	line-height: 1.2727272727em;
	color: #666;
	font-style: italic;
/*	padding: 6px 0 6px 36px; */
	padding: 6px 0 6px 6px;
}

.aside-gallery .slide-detail .lightbox-opener {
	position: absolute;
	width: 17px;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../upload/system/plus.png);
	left: 9px;
	top: 6px;
}

.content-holder {
	overflow: hidden;
	font-size: .9230769231em;
	line-height: 1.25em;
/*	font-style: italic; */
	padding: 0 0 0 13px;
}

.content-holder p {
	margin: 0 0 15px;
}

.content-holder .print-tools {
	border-top: 1px solid #d8d8d8;
	padding: 11px 0 20px;
	margin: 0;
}

.content-holder .print-tools .link-print,
.content-holder .print-tools .link-send {
	margin-left: 12px;
}

.content-holder .video-wrap {
	padding: 15px 0 0;
	margin: 0 0 27px;
}

.content-holder .video-wrap.add {
	margin-bottom: 25px;
}

.detail-info {
	margin: 0 0 15px;
}

.detail-info .find {
	display: block;
	padding: 15px 0 0;
}

/* print version styles */

/* fancybox styles */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding-bottom: 36px !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url("/cms/upload/system/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("/cms/upload/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	bottom: 10px;
	right: 37px;
	width: 17px;
	height: 17px;
	cursor: pointer;
	z-index: 8040;
	background: url(../upload/system/close.png) no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/cms/upload/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 16.7%;
	width: 63px;
	height: 32px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: -10px;
	background: url(../upload/system/prev.png) no-repeat;
}

.fancybox-next span {
	right: -10px;
	background: url(../upload/system/next.png) no-repeat;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/cms/upload/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
/*	position: absolute; */
/*	bottom: 0; */
/*	right: 10%; */
/*	margin-bottom: -15px; */
/*	z-index: 8050; */
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 5px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
/*	white-space: nowrap; */
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading {
		background-image: url("/cms/upload/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("/cms/upload/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media all and (min-width: 480px) and (max-width: 749px) {
	#sidebar .side-wrap {
		overflow: hidden;
	}

	.side-image {
		overflow: hidden;
		padding: 0 1% 0 0;
		float: right;
		width: 51%;
		margin-bottom: 10px;
	}

	.feature-box-rechts .header {
		float: right;
		width: 49%;
	}
	.feature-box-rechts-service .header {
		float: right;
		width: 100%;
	}
	.feature-box-rechts .img-holder {
		overflow: hidden;
		padding: 0 1% 0 0;
	}
	.feature-box-rechts-service .img-holder {
		overflow: hidden;
		padding: 0 1% 0 0;
	}
	.on-view-box-rechts .header {
		float: right;
		width: 49%;
	}
	.on-view-box-rechts-service .header {
		float: right;
		width: 100%;
	}
	.on-view-box-rechts .img-holder {
		overflow: hidden;
		padding: 0 1% 0 0;
	}
	.on-view-box-rechts-service .img-holder {
		overflow: hidden;
		padding: 0 1% 0 0;
	}
	.news-box-rechts {
		float: right;
		width: 49%;
		clear: left;
	}
	.news-box-rechts-service {
		float: right;
		width: 100%;
		clear: left;
	}
	.news-box-rechts .img-holder {
		overflow: hidden;
		padding: 0 1% 0 0;
	}
	.news-box-rechts-service .img-holder {
		overflow: hidden;
		padding: 0 1% 0 0;
	}
	.press-box-rechts {
		float: right;
		width: 49%;
		clear: left;
		margin: 0;
	}
	.press-box-rechts-service {
		float: right;
		width: 100%;
		clear: left;
		margin: 0;
	}
	.press-box-rechts .img-holder {
		overflow: hidden;
		padding: 0 1% 0 0;
	}
	.press-box-rechts-service .img-holder {
		overflow: hidden;
		padding: 0 1% 0 0;
	}
	.slideshow .small-info-text {
		display: none;
	}
}

@media all and (min-width: 750px) {
	.main-container.inner {
		max-width: 1011px;
	}

	.main-container.inner #two-columns {
		padding: 23px 12px 10px;
	}

	.main-container.inner #content {
		width: 70.7%;
		padding: 0 13px 0 0;
	}

	.main-container.inner #sidebar {
		padding-top: 74px;
	}

	#two-columns {
		padding: 25px 13px 10px;
	}

	#two-columns #nav {
		top: 35px;
		padding: 0 23px 0 12px;
		left: 80px;
	}

	#two-columns #nav .search-form {
		margin: 7px 0 0;
	}

	.hidden-from-tablet {
		display: none !important;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		position: absolute;
		z-index: 9;
		top: 12px;
		left: 11px;
		right: 13px;
		padding: 0 12px;
	}

	#nav li {
		float: left;
		padding: 0 0 0 16px;
	}

	#nav li:before {
		position: absolute;
		width: 1px;
		left: 8px;
		bottom: 8px;
		top: 5px;
		background: #a1a1a1;
		content: "";
		box-shadow: -1px 0 0 #fff;
	}

	#nav .search-form {
		float: right;
		width: 116px;
		margin: 5px 0 0;
	}

	.fonts-sizing {
		float: right;
	}

	#content {
		float: left;
		width: 71.1%;
		padding: 0 30px 0 0;
	}

	.video-holder {
		margin: 0 -6px 29px;
		max-width: 662px;
	}

	.video-holder .video-item {
		float: left;
		width: 50%;
		padding: 0 5px 0 6px;
	}

	.top-color-box {
		max-width: 652px;
	}
	.top-color-box-on-view {
		max-width: 652px;
	}
	.top-color-box-news {
		max-width: 652px;
	}
	.top-color-box-press {
		max-width: 652px;
	}
	.top-color-box-service {
		max-width: 652px;
	}
	.feature-box, .on-view-box, .news-box, .press-box, .service-box {
		max-width: 652px;
	}

	.print-tools {
		margin: 0 1px;
	}

	.aside-gallery {
		width: 190px;
		float: left;
	}
}

@media all and (min-width: 1024px) {
	#two-columns #nav {
		left: 197px;
	}

	.aside-gallery {
		width: 210px;
	}
}

@media all and (max-width: 1023px) {
	.slideshow .text {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.slideshow .title-text {
		font-size: 24px;
	}

	.slideshow .slide img {
		min-width: 800px;
	}

	.slideshow .small-info-text {
		padding: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.slideshow .banner-text {
		bottom: 15px;
		padding: 20px 0 5px 21px;
		left: 15px;
		right: 15px;
	}

	.header-nav {
		padding: 17px 15px 0;
		text-align: center;
	}

	.aside-gallery .slide-detail {
		padding-right: 10px;
	}

	.content-holder .video-wrap .video-frame {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}

	.content-holder .video-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media all and (max-width: 749px) {
	.main-container {
		padding: 0 10px;
	}

	.slideshow {
		margin: 0 10px;
	}

	.slideshow .layout-image {
		min-width: 600px;
	}

	.slideshow .banner-text {
		left: 0;
		text-align: center;
		background: rgba(255, 255, 255, .8);
		right: 0;
		bottom: 0;
		padding: 20px 10px 35px;
	}

	.slideshow .info-text {
		float: none;
		text-align: left;
		margin: 0 auto;
		overflow: hidden;
	}

	.slideshow .info-text .num {
		font-size: 50px;
		margin: 0;
	}

	.slideshow .info-text .meta {
		padding-top: 15px;
	}

	.slideshow .slide .img-holder {
		position: relative;
		left: 50%;
		min-width: 600px;
		overflow: visible;
	}

	.slideshow .slide .img-holder img {
		min-width: 0;
		display: block;
		position: relative;
		margin-left: -50%;
	}

	.slideshow .title-text {
		font-size: 24px;
	}

	.slideshow .small-info-text {
		color: #000;
	}

	.slideshow .text {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.slideshow .pagination-links {
		padding: 0;
		bottom: 10px;
	}

	.slideshow .pagination-links ul {
		text-align: center;
	}

	#two-columns {
		padding: 0 10px;
	}

	.hidden-until-tablet {
		display: none !important;
	}

	#header .main-container {
		padding: 0 20px;
	}

	.logo {
		margin: 15px 0 0;
		width: 100px;
	}

	.header-nav {
		display: none;
	}

	.logo-deutsche {
		width: 30px;
		margin: 20px 0 0;
	}

	#nav {
		margin: 0 -20px;
		padding: 0 20px;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .2s linear;
		transition: max-height .2s linear;
	}

	.nav-active #nav {
		max-height: 274px;
	}

	#nav a {
		padding: 10px 5px;
	}

	.footer-holder {
		padding: 20px 10px 30px;
	}

	.fonts-sizing {
		text-align: center;
	}

	.footer-links {
		text-align: center;
		padding: 15px 0 0;
	}

	.footer-links li {
		float: none;
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
	}

	.footer-links li:before {
		margin: 2px 7px 0 4px;
	}

	.copy-text {
		text-align: center;
		padding: 15px 0 0;
	}

	#sidebar {
		padding: 10px 0;
	}

	.artmag-print .img {
		max-width: 280px;
		margin: 0 auto;
	}

	.tag-cloud {
		max-width: 280px;
		margin: 0 auto 30px;
	}

	.news-box {
		margin-bottom: 10px;
	}

	.article-list {
		margin: 0 0 10px;
		padding: 10px 0 0;
	}

	.article-item .img-holder {
		width: 180px;
	}

	.article-item .desc-text {
		padding: 2px 0 0 15px;
	}

	.banks-table {
		max-width: none;
	}

	.banks-table th {
		padding: 7px;
	}

	.video-item {
		margin: 0 0 15px;
	}

	.top-color-box {
		display: none;
	}
	.top-color-box-on-view {
		display: none;
	}
	.top-color-box-news {
		display: none;
	}
	.top-color-box-press {
		display: none;
	}
	.top-color-box-service {
		display: none;
	}
	.feature-box, .on-view-box, .news-box, .press-box, .service-box {
		padding: 10px;
	}

	.print-tools {
		margin: 0;
	}

	.aside-gallery {
		max-width: 210px;
		margin: 0 auto;
	}

	.aside-gallery .mask {
		height: 600px;
	}

	.content-holder {
		padding: 10px 0;
	}
	.slideshow .small-info-text {
		display: none;
	}
}

@media all and (max-width: 479px) {
	.side-image {
		margin: 0 auto;
	}

	.feature-box-rechts {
		margin-bottom: 10px;
	}
	.feature-box-rechts-service {
		margin-bottom: 10px;
	}
	.feature-box-rechts .header {
/*		margin-bottom: 10px; */
		margin-bottom: 3px;
	}
	.feature-box-rechts-service .header {
/*		margin-bottom: 10px; */
		margin-bottom: 3px;
	}
	.feature-box-rechts .img-holder {
		margin: 0 auto;
	}
	.feature-box-rechts-service .img-holder {
		margin: 0 auto;
	}
	.on-view-box-rechts {
		margin-bottom: 10px;
	}
	.on-view-box-rechts-service {
		margin-bottom: 10px;
	}
	.on-view-box-rechts .header {
/*		margin-bottom: 10px; */
		margin-bottom: 3px;
	}
	.on-view-box-rechts-service .header {
/*		margin-bottom: 10px; */
		margin-bottom: 3px;
	}
	.on-view-box-rechts .img-holder {
		margin: 0 auto;
	}
	.on-view-box-rechts-service .img-holder {
		margin: 0 auto;
	}
	.news-box-rechts {
		margin-bottom: 10px;
	}
	.news-box-rechts-service {
		margin-bottom: 10px;
	}
	.news-box-rechts .header {
		margin-bottom: 10px;
	}
	.news-box-rechts-service .header {
		margin-bottom: 10px;
	}
	.news-box-rechts .img-holder {
		margin: 0 auto;
	}
	.news-box-rechts-service .img-holder {
		margin: 0 auto;
	}
	.press-box-rechts {
		margin-bottom: 10px;
	}
	.press-box-rechts-service {
		margin-bottom: 10px;
	}
	.press-box-rechts .header {
		margin-bottom: 10px;
	}
	.press-box-rechts-service .header {
		margin-bottom: 10px;
	}
	.press-box-rechts .img-holder {
		margin: 0 auto;
	}
	.press-box-rechts-service .img-holder {
		margin: 0 auto;
	}
	.article-item .img-holder {
		float: none;
		width: auto;
		max-width: 280px;
	}

	.article-item .desc-text {
		padding-left: 0;
	}
	.slideshow .small-info-text {
		display: none;
	}
}

@media print {
	body {
		background: #fff !important;
	}

	* {
		color: #000 !important;
		background: #fff !important;
	}

	.header-nav,
	#nav,
	.video-wrap,
	.print-tools,
	.top-color-box,
	.fonts-sizing,
	.footer-links,
	.artmag-print,
	.social-networks,
	.tag-cloud,
	.home-slide,
	.video-holder,
	.nav-opener {
		display: none !important;
	}
	.top-color-box-on-view {
		display: none !important;
	}
	.top-color-box-news {
		display: none !important;
	}
	.top-color-box-press {
		display: none !important;
	}
	.top-color-box-service {
		display: none !important;
	}
	.nav-opener {
		width: 0 !important;
		height: 0 !important;
	}

	.nav-opener:before,
	.nav-opener:after {
		display: none;
	}

	html,
	body,
	#wrapper {
		height: auto !important;
	}

	.w1,
	#footer {
		display: block !important;
	}

	#content {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
	}

	.logo-deutsche {
		margin: 8px 17px 0;
	}

	.feature-box, .on-view-box, .news-box, .press-box, .service-box {
		padding: 5px 0 !important;
		max-width: none !important;
	}

	#sidebar {
		float: none !important;
		width: 100% !important;
	}

	.main-container.inner #sidebar {
		padding-top: 0 !important;
	}

	.detail-info {
		margin: 0 !important;
	}

	.aside-gallery {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		display: none !important;
	}

	.aside-gallery .mask {
		height: auto !important;
	}

	.aside-gallery .slide {
		display: inline-block;
		vertical-align: middle;
		width: 32%;
		vertical-align: top;
	}

	.aside-gallery .slide-detail {
		padding: 6px 0 !important;
	}

	.aside-gallery .slide-detail .lightbox-opener {
		display: none !important;
	}

	.main-container.inner #content {
		width: auto !important;
		padding: 0 !important;
		float: none !important;
	}

	.footer-holder {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.footer-holder .copy-text {
		text-align: center;
	}

	.banks-table {
		max-width: 100% !important;
	}

	.article-item {
		overflow: visible !important;
	}

	.article-item .img-holder {
		float: none !important;
		display: inline-block;
		vertical-align: top;
		width: 30% !important;
	}

	.article-item .desc-text {
		padding: 9px 0 0 20px !important;
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 67% !important;
		overflow: visible !important;
	}

	.article-item .link-more {
		display: none;
	}

	.feature-box,
	.press-box,
	.news-box,
	.service-box,
	.on-view-box .header,
	.news-letter-box {
		padding: 5px 0 !important;
	}

	.feature-box-rechts .img-holder {
		max-width: 280px !important;
	}

	.on-view-box .img-holder {
		max-width: 280px !important;
	}

	.side-image {
		max-width: 280px !important;
	}

	body {
		background: #fff !important;
	}

	* {
		color: #000 !important;
		background: #fff !important;
	}

	.header-nav,
	#nav,
	.video-wrap,
	.print-tools,
	.top-color-box,
	.fonts-sizing,
	.footer-links,
	.artmag-print,
	.social-networks,
	.tag-cloud,
	.home-slide,
	.video-holder,
	.nav-opener {
		display: none !important;
	}

	.top-color-box-on-view {
		display: none !important;
	}
	.top-color-box-news {
		display: none !important;
	}
	.top-color-box-press {
		display: none !important;
	}
	.top-color-box-service {
		display: none !important;
	}
	.nav-opener {
		width: 0 !important;
		height: 0 !important;
	}

	.nav-opener:before,
	.nav-opener:after {
		display: none;
	}

	html,
	body,
	#wrapper {
		height: auto !important;
	}

	.w1,
	#footer {
		display: block !important;
	}

	#content {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
	}

	.logo-deutsche {
		margin: 8px 17px 0;
	}

	.feature-box, .on-view-box, .news-box, .press-box, .service-box {
		padding: 5px 0 !important;
		max-width: none !important;
	}

	#sidebar {
		float: none !important;
		width: 100% !important;
	}

	.main-container.inner #sidebar {
		padding-top: 0 !important;
	}

	.detail-info {
		margin: 0 !important;
	}

	.aside-gallery {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		display: none !important;
	}

	.aside-gallery .mask {
		height: auto !important;
	}

	.aside-gallery .slide {
		display: inline-block;
		vertical-align: middle;
		width: 32%;
		vertical-align: top;
	}

	.aside-gallery .slide-detail {
		padding: 6px 0 !important;
	}

	.aside-gallery .slide-detail .lightbox-opener {
		display: none !important;
	}

	.main-container.inner #content {
		width: auto !important;
		padding: 0 !important;
		float: none !important;
	}

	.footer-holder {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.footer-holder .copy-text {
		text-align: center;
	}

	.banks-table {
		max-width: 100% !important;
	}

	.article-item {
		overflow: visible !important;
	}

	.article-item .img-holder {
		float: none !important;
		display: inline-block;
		vertical-align: top;
		width: 30% !important;
	}

	.article-item .desc-text {
		padding: 9px 0 0 20px !important;
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 67% !important;
		overflow: visible !important;
	}

	.article-item .link-more {
		display: none;
	}

	.feature-box,
	.press-box,
	.news-box,
	.service-box,
	.on-view-box .header,
	.news-letter-box {
		padding: 5px 0 !important;
	}

	.feature-box-rechts .img-holder {
		max-width: 280px !important;
	}

	.on-view-box .img-holder {
		max-width: 280px !important;
	}

	.side-image {
		max-width: 280px !important;
	}
}

