	/*	========================================================================================================================
	general settings
	======================================================================================================================== */

* {
	font-family: "museo-slab", Avenir, sans-serif;
	font-weight: 100;
	margin: 0;
	line-height: 1.5em;
	color: #111111;
}

html,
body {
	height: 100%;
}

body {
	font-size: 100%;
	/*16px*/
	-webkit-text-size-adjust: none;
	/*Wichtig sodass Text korrekt formatiert wird*/
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
}

/*	========================================================================================================================
	page layout
	======================================================================================================================== */

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	table-layout: fixed;
}

.row_top {
	display: table-row;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	background-color: #111111;
}

.row_middle {
	display: table-row;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	height: 100%;
	background: #111111;
}

.row_middle_subsite {
	display: table-row;
	vertical-align: top;
	width: 100%;
	text-align: center;
	height: 100%;
	background: #FFFFFF;
}

.row_bottom {
	display: table-row;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	background-color: #111111;
}

.main {
	display: table-cell;
	vertical-align: middle;
}

header.site_header {
	display: table-cell;
	vertical-align: top;
	/* padding:0.25em 0 0.25em 0; */
}

footer.site_footer;
{
	display: table-cell;
	vertical-align: bottom;
	/* padding:0.25em 0 0.25em 0; */
}

.flexslider {
	vertical-align: middle;
	position: relative;
	height: 100%;
	vertical-align: middle;
}

.flexslider_studio {
	padding: 0 0 3em 0;
}

@media screen and (max-width: 960px) {
	.flexslider_studio {
		padding: 0 0 1em 0;
	}
}

.flexslider_studio img {}

.threecol {
	width: 33.3333333333333%;
	float: left;
}

.subsite_article_wrapper {
	padding: 4em 1em 5em 1em;
	max-width: 900px;
	margin: 0 auto 2em auto;
	table-layout: fixed;
	display: block;
	/*Safari*/
}

.subsite_article_wrapper.languagewrapper {
	padding: 1.5em 1em 5em 1em;
}

@media screen and (max-width: 960px) {
	.subsite_article_wrapper.languagewrapper {
		padding: 0 0 0 0;
	}
}

.noimage {
	display: block;
	/*Safari*/
	max-width: 900px;
}

@media screen and (max-width: 960px) {
	.subsite_article_wrapper {
		padding: 0 0 1em 0;
	}
}

.subsite_article_wrapper header {
	padding: 0;
}

.subsite_article_section {
	display: table;
	width: 100%;
	table-layout: fixed;
}

@media screen and (max-width: 960px) {
	.subsite_article_section {
		display: inline;
	}
}

.subsite_article_twocol_left {
	display: table-cell;
	text-align: left;
	color: #111111;
	width: 33%;
	vertical-align: top;
}

@media screen and (max-width: 960px) {
	.subsite_article_twocol_left {
		display: block;
		margin: 0 auto;
		width: 60%;
	}
}

.subsite_article_twocol_right {
	display: table;
	text-align: left;
	vertical-align: top;
	table-layout: fixed;
	width: 100%;
	margin-top: 2em;
}

.studio {
	margin-top: 0;
}

@media screen and (max-width: 960px) {
	.threecol {
		width: 100%;
		float: none;
	}
}


/*	========================================================================================================================
	typo settings
	======================================================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 a {
	font-family: "OstrichSansMedium";
}

h1 {}

h2 {
    display: inline-block;
    width: 100%;
	font-family: "museo-slab", Avenir, sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 1.375; /*22px @16px*/
	margin-bottom: 0.5em;
	color: #FFFFFF;
	padding: 0.5em 1em;
	background: #111111 url(/img/h2_arrow_white.png) no-repeat right center;
	background-size: 20px 100%;
}

h3 {
	font-family: "museo-slab";
	font-weight: 300;
	font-size: 1.125em;
	color: #111111;
	padding: 0 0 0.25em 0.5em;
}

@media screen and (max-width: 960px) {
	h3 {
		font-size: 1em;
	}
}

p {
	font-size: 1.125em;
	padding: 1em 1em 0;
	text-align: left;
	line-height: 1.625em;
}

@media screen and (max-width: 960px) {
	p {
		text-align: left;
		font-size: 1em;
		line-height: 1.5em;
	}
}

p a {
	color: #111111;
}

strong {
	font-family: "museo-slab", Avenir, sans-serif;
	font-weight: 400;
}

.bordeaux {
	background-color: #61123A;
}


/*	========================================================================================================================
	logo
	======================================================================================================================== */

.subsite_logo {
	margin: -1.25em 0 0 0;
	width: 100%;
}

@media screen and (max-width: 960px) {
	h1.subsite_logo {
		margin: 1em 0 0.25em 0;
		text-align: center;
	}
}

.subsite_logo img {
	max-width: 75%;
}

@media screen and (max-width: 960px) {
	h1.subsite_logo img {
		max-width: 160px;
	}
}

.subsite_logo.logo_noimage {
	max-width: 90%;
}

.subsite_logo.logo_noimage {
	margin: -0.3125em auto 0 auto;
}

@media screen and (max-width: 960px) {
	.subsite_logo.logo_noimage {
		margin: 1em auto 1em auto;
	}
}

.subsite_logo.loonote_logo {
	margin: -1.25em 0 0 0;
	width: 100%;
}

@media screen and (max-width: 960px) {
	.subsite_logo.loonote_logo {
		margin: 0 0 0.25em 0;
		text-align: center;
	}
}


/*	========================================================================================================================
	navigation
	======================================================================================================================== */

nav a {
	font-family: "OstrichSansMedium", Georgia, serif;
	text-decoration: none;
	margin: 0;
	font-size: 1.5em;
	letter-spacing: 2px;
	padding: 0 0.5em 0.875em 0.5em;
	color: #FFFFFF;
	position: relative;
}

.navigation li {
	display: inline;
}

nav a img {
	height: 18px;
}

@media screen and (max-width: 960px) {
	nav a {
		font-size: 1.5em;
		padding: 0 0.125em 0.875em 0.125em;
	}
}

.active {
	background: url('/img/nav_active@2x.png') no-repeat center 32px;
	background-size: 22px 9px;
	/*retina*/
	/* z-index:1002; */
}

.bordeauxarrow {
	background: url('/img/nav_active_loonote@2x.png') no-repeat center 32px;
	background-size: 22px 9px;
	/*retina*/
	z-index: 1002;
}


/*	========================================================================================================================
	responsive navigation
	======================================================================================================================== */

.toggleMenu {
	padding: 0;
	margin: 0;
	display: none;
	background: none;
	color: #fff;
}

.toggleMenu.active {
	/* border-bottom:1px solid #FFFFFF; */
}

.navigation {
	list-style: none;
	*zoom: 1;
}

.navigation:before,
.navigation:after {
	content: " ";
	display: table;
	table-layout:
}

.navigation:after {
	clear: both;
}

.navigation ul {
	list-style: none;
}

.navigation a {
	color: #fff;
}

.navigation li {
	position: relative;
}

.navigation>li {}

.navigation>li>.parent {
	background-position: right;
}

.navigation>li>a {}

.navigation li ul {
	position: absolute;
	left: -9999px;
}

.navigation>li.hover>ul {
	left: 0;
}

.navigation li li.hover ul {
	left: 100%;
	top: 0;
}

.navigation li li a {
	display: block;
	position: relative;
	z-index: 100;
}

.navigation li li li a {
	z-index: 200;
}

@media screen and (max-width: 960px) {
	.active {
		display: block;
	}
	.navigation>li a {
		display: block;
		padding: 0;
		margin: 0;
	}
	.navigation ul {
		display: block;
		width: 100%;
	}
	.navigation>li.hover>ul,
	.navigation li li.hover ul {
		position: static;
	}
}


/*	========================================================================================================================
	content
	======================================================================================================================== */

.subsite_main_article {
	margin-bottom: 3em;
}

@media screen and (max-width: 960px) {
	.subsite_main_article {
		margin-bottom: 1.5em;
	}
}

.subsite_main_section {
	margin-bottom: 2em;
}

.subsite_main_article section {
	margin-bottom: 1em;
}

.prices_table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.prices_row {
	display: table-row;
}

.prices_cell {
	font-size: 1.125em;
	display: table-cell;
	padding: 0 0.5em 1em 0.5em;
}

@media screen and (max-width: 960px) {
	.prices_cell {
		font-size: 1em;
	}
}

.price_cell_price {
	width: 20%;
	text-align: right;
}

@media screen and (max-width: 960px) {
	.price_cell_price {
		width: 33%;
	}
}

.subsite_main_article ul {
	font-size: 1em;
	padding: 0 0.5em 0 0.5em;
}

@media screen and (max-width: 960px) {
	.subsite_main_article ul {
		font-size: 1em;
		padding: 0 1em 0;
	}
}

.subsite_main_article li {
	background-image: url(/img/list_image.png);
	background-repeat: no-repeat;
	background-position: left 1em;
	padding: 0 0 0 1em;
	margin: 0;
	font-size: 1.125em;
	line-height: 2em;
}

@media screen and (max-width: 960px) {
	.subsite_main_article li {
		margin: 0 0 0 0;
		padding: 0 0 0 1.125em;
		background-position: left 0.75em;
		font-size: 1em;
		line-height: 1.5em;
	}
}

.subsite_footer {
	font-size: 1.125em;
	width: 100%;
}

@media screen and (max-width: 960px) {
	.subsite_footer {
		width: 100%;
		font-size: 1em;
	}
}

.subsite_footer a {
	font-weight: bold;
	text-decoration: underline;
	color: #111111;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

.elastic-element {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
	margin-bottom: 18px;
}

.elastic-element iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*	========================================================================================================================
	slides home
	======================================================================================================================== */

.slide_table,
.slide_table_row,
.slide_table_cell {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.slide_table {
	height: 100%;
	display: table;
	background-color: rgba(0, 0, 0, 0.3);
	/*abdunkeln*/
	table-layout: fixed;
	padding: 0;
	margin: 0;
}

@-moz-document url-prefix() {
	.slide_table {
		height: 99%;
		display: table;
		background-color: rgba(0, 0, 0, 0.0);
		/*abdunkeln*/
		table-layout: fixed;
		overflow: hidden;
	}
}

.slide_table_row {
	height: 100%;
	display: table-row;
}

.slide_table_cell {
	height: 100%;
	display: table-cell;
}

@media screen and (max-width: 960px) {
	.slide_table_cell_front img {
		max-width: 70%;
	}
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.flex-active {
	font-weight: 300;
}

.slide1 {
	background: url(/img/2560x1440/loopsided_studio_3.jpg) no-repeat center center fixed;
}

.slide2 {
	background: url(/img/2560x1440/loopsided_studio_5.jpg) no-repeat center center fixed;
}

.slide3 {
	background: url(/img/2560x1440/loopsided_studio_7.jpg) no-repeat center center fixed;
}


/*	========================================================================================================================
	slides about
	======================================================================================================================== */

.language {
	float: right;
	width: 100%;
	padding: 0 0.5em 1em 0.5em;
	background: #FFFFFF;
}

@media screen and (max-width: 960px) {
	.language {
		padding: 0 0.5em 0 0.5em;
		margin-bottom: -2em;
	}
}

.language ul {
	float: right;
}

.language ul li {
	float: left;
	cursor: pointer;
}

.language ul li.first {}

.language_first {
	padding-right: 0.5em;
}

.language_first {
	margin-right: 0.5em;
}

@media screen and (max-width: 960px) {
	.subsite_image {
		margin-bottom: 1em;
	}
}


/*	========================================================================================================================
	footer
	======================================================================================================================== */

footer.site_footer a {
	font-family: "OstrichSansMedium", Georgia, serif;
	font-size: 1.5em;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

@media screen and (max-width: 1600px) {
	footer.site_footer a {
		font-size: 1.125em;
	}
}

@media screen and (max-width: 960px) {
	footer.site_footer a {
		font-size: 1em;
	}
}

.threecol.social {}

.threecol.social.home {}

@media screen and (max-width: 960px) {
	.threecol.social.home {
		display: none;
	}
}


/*	========================================================================================================================
	testing
	======================================================================================================================== */

.typekit-badge,
#typekit-badge-akk8gpo {
	visibility: hidden !important;
}


/*	========================================================================================================================
	DOWNLOAD
	======================================================================================================================== */

.download_link {
	float: left;
	width: 100%;
	position: relative;
}

.download_link .vcenter-01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.download_link .vcenter-02 {
	display: table;
	width: 100%;
	height: 100%;
}

.download_link .vcenter-03 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.download_link .vcenter-04 {
	font-family: "OstrichSansBlack", sans-serif;
	font-size: 42px;
	color: white;
	padding: 16px 40px;
	line-height: 1em;
	letter-spacing: 3px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
	background: rgb(30, 87, 153);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(51%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
	/* IE6-9 */
}

.download_link:hover .vcenter-04 {
	background: green;
	background: rgb(157, 213, 58);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(157, 213, 58, 1) 0%, rgba(161, 213, 79, 1) 50%, rgba(128, 194, 23, 1) 51%, rgba(124, 188, 10, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(157, 213, 58, 1)), color-stop(50%, rgba(161, 213, 79, 1)), color-stop(51%, rgba(128, 194, 23, 1)), color-stop(100%, rgba(124, 188, 10, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(157, 213, 58, 1) 0%, rgba(161, 213, 79, 1) 50%, rgba(128, 194, 23, 1) 51%, rgba(124, 188, 10, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(157, 213, 58, 1) 0%, rgba(161, 213, 79, 1) 50%, rgba(128, 194, 23, 1) 51%, rgba(124, 188, 10, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(157, 213, 58, 1) 0%, rgba(161, 213, 79, 1) 50%, rgba(128, 194, 23, 1) 51%, rgba(124, 188, 10, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(157, 213, 58, 1) 0%, rgba(161, 213, 79, 1) 50%, rgba(128, 194, 23, 1) 51%, rgba(124, 188, 10, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0);
	/* IE6-9 */
}

@media screen and (max-width: 960px) {
	.download_link {
		float: left;
		text-align: center;
	}
