/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
}
body {
	font:300 18px Quicksand, Helvetica, Arial, sans-serif;
	line-height: 1.3;
	color:#444;
	position:relative;
	height: 100%;
	text-align: center;
}
h1 {
	font-size: 1.5vw;
	padding-bottom: 1.5%; 
}

h2 {
	font-weight: 100; 
	font-size: 80%;
	text-align: left;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration: none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.home {
	background-color: #47b27a;
}
.home main {
	color: #FFF;
}
.home p {
	margin: 7% 0;
}
.wrapper {
	height:100%;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: relative;
	height:12%;
}
/* main */
main {
	height: 88%;
}
article, section {
	height: 100%;
}
article {
	overflow: hidden;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {
	padding-top: 20px;
	width: 95%;
}
.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	*zoom:1;
}
.nav ul:before,
.nav ul:after {
    content:' ';
    display:table;
}
.nav ul:after {
    clear:both;
}
.nav li {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
}
.nav li:first-child {
    display:none;
}
.nav li:nth-child(2) {
	padding-left: 0;
	max-width: 20%;
}
.nav li:nth-child(3) {
	max-width: 18%;
}
.nav li a {
	font-size: 22px;
	font-size: 1.5vw;
	color: #FFF;
}
.home .nav li.current_page_item a, .home .lang .current-lang a {
	color: #FFF;
}
.home .nav li a, .home .lang a {
	color: #FFF;
}
.nav li.current_page_item a, .lang  .current-lang a {
	color: #47b27a;
}
.nav li a, .lang a {
	color: #9d9d9c;
}
/* lang */
.lang {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px;
	font-size: 1.5vw;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}
.lang li {
	float: left;
	padding-left: 14px;
	color: #9d9d9c;
}
.lang li:after {
    content:' |';
}
.lang li:last-child:after {
    content:'';
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.align-left {
	width: 70%;
	text-align: left;
	margin: 0 auto;
}
.align-left h1 {
	text-align: center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.carousel-outer {
	width: 100%;
	height: 100%;
}
.carousel-outer  > div {
	float:left;
}
.carousel {
	position: relative;
    overflow: hidden;
	height: 100%;
}
.carousel-inner {
	width: 20000em;
	height: 100%;
    position: relative;
}
.carousel-item {
	float: left;
	height: 100%;
}
.carousel-arrow {
	width: 10%;
	position: relative;
}
.carousel-arrow {
	z-index: 4;
	position: relative;
	width: 10%;
	height: 100%;
	overflow: hidden;
}
.carousel-arrow .carousel-arrow-inner {
	position: relative;
	top: 50%;
	z-index: 4;
}
.carousel-arrow  img {
	position: absolute;
	top: -50%;
	z-index: 4;
}
.carousel-arrow .previous {
	left: 0;
}
.carousel-arrow .next {
	right: 0;
}

#principles .principles-main {
	width: 80%;
	height: 100%;
}
#principles .principles-contents {
	position: relative;
	height: 92%;
}
#principles .principles-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
#principles .principles-circle img {
	position: relative;
	height: 80%;
}
#principles .principles-navigation {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 2;
	height: 8%;
	display: inline-block;
	/* padding-bottom: 1.5%; */
}
#principles  .principles-navigation li {
	float:left;
	position: relative;
	padding-left: 27px;
	background-image: url(img/principles/linie-prinzipien.png);
	background-repeat:no-repeat;
	background-position:0px center;
}
#principles  .principles-navigation li:first-child {
	padding-left: 0;
	background-image: none;
}
#principles  .principles-navigation li:nth-child(2) {
	background-image: none;
}
#principles  .principles-navigation img {
	height: 100%;
	max-height: 34px;
}
#principles .principles-carousel {
	z-index: 4;
	width: 100%;
}
#principles .principles-carousel .principle  {
	position: relative;
	z-index: 3;
}
#principles .principles-carousel .principle:first-child  {
	overflow: auto;
}
#principles .principles-carousel img  {
	position:relative;
	height: 98%;
}
#principles .principles-texts {
	position: absolute;
	width: 100%;
	height: 100%;
}
#principles .principles-texts .principles-text {
	position:absolute;
	width: 100%;
	height: 100%;
	text-align: left;
}
#principles .principles-texts span {
	display: block;
	height: 0px;
	overflow: hidden;
}
#principles .principles-texts .more {
	position: relative;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(img/principles/mehr.png);
	background-repeat:no-repeat;
	background-position: 0 center;
	cursor: pointer;
}
#principles .principles-texts .principle-text-today, #principles .principles-texts .principle-text-past {
	position: absolute;
	font-size: 1vw;
	width: 40%;
	z-index: 5;
}
#principles .principles-texts .odd .principle-text-today {
	left: 88%;
	top: 17%;
}
#principles .principles-texts .even .principle-text-today{
	left: 88%;
	bottom: 19%;
}
#principles .principles-texts  .odd  .principle-text-past {
	left: 2%;
	bottom: 19%;
}
#principles .principles-texts  .even  .principle-text-past {
	left: 2%;
	top: 17%;
}
#principles .go_to_principles {
	color: #47b27a;
	cursor: pointer;
}

#exhibition, #partners {
	position:relative;
}
#exhibition .exhibition-contents , #partners .partners-contents{
	width:80%;
	height: 100%;
}
/*#exhibition .exhibition-contents .exhibition-header {
	height: 15%;
}*/
#exhibition .carousel {
	height: 100%;
}
#partners .carousel {
	width: 100%;
}
#exhibition .carousel img {
	position:relative;
	height: 90%;
}
#partners .carousel-item {
	overflow-y: auto;
}

.home, .page-id-39, .page-id-36 {
	text-align: center;
}

.pseudo-table {
	width: 100%;
	height: 100%;
	display: table;
}

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

.width-80 {
	width: 85%;
	margin: 0 auto;
}

.scrollable-content {
	height: 100%;
	overflow-y: auto;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Quicksand';
	src:url('fonts/Quicksand/Quicksand-Regular.otf') format("opentype");
    font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'Quicksand';
	src:url('fonts/Quicksand/Quicksand-Bold.otf') format("opentype");
    font-weight:bold;
	font-style:normal;
}
@font-face {
	font-family:'Quicksand';
	src:url('fonts/Quicksand/Quicksand-Italic.otf') format("opentype");
    font-weight:normal;
    font-style:italic;
}
@font-face {
	font-family:'Quicksand';
	src:url('fonts/Quicksand/Quicksand-BoldItalic.otf') format("opentype");
    font-weight:bold;
    font-style:italic;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*------------------------------------*\
    FANCYBOX
\*------------------------------------*/
.fancybox-inner {
	text-align: left;
	font-size: 20px;
}