@import url("fonts/fonts.css");

/* ---- Resets ----*/
/* 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;
}

/* ---- Basics ---- */
html {
	overflow: visible;
}

body {
	font-family: NettoWeb-Light, Arial, sans-serif;
    font-size: 1.063em;
    line-height: 1.588;
	color: #000;
	background-color: #FFF;
	text-align: center;
	height: 100%;
	min-width: none;
	padding: 0;
	margin: 0;
	letter-spacing: 0.03em;
	-webkit-text-size-adjust: none;
}

.screen-reader-text {
	display: none;
}

/* ---- Links ---- */
a {
	color: #00b1ff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
}

.list-wrapper .single-item .item-title a, .single-item .post-title a {
	color: #9C9C00;
}

.list-wrapper .single-item .item-title a:hover, .single-item .post-title a:hover {
	color: #000;
}

.button a {
	color: #FFF;
}

.button a, a.button {
	color: #fff;
	padding: 7px 15px 1px;
	margin-bottom: 10px;
	background-color: #00b1ff;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 6px;
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	white-space: nowrap;
}

.ie .button a, .ie a.button {
	padding: 5px 15px 5px;
}

.small a, a.small {
	font-size: 0.800em;
	padding: 5px 15px 0px;
	border: 0;
	border-radius: 4px;
	background-color: #878787;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4);
}

.big a, a.big {
	font-size: 1.400em;
	padding: 11px 30px 2px;
	border: 3px solid #fff;
	border-radius: 10px;
}

.ie .big a, .ie a.big {
	padding: 11px 30px 11px;
}

.button a:hover, a.button:hover {
	color: #00b1ff;
	background-color: #fff;
}

.button a:hover, .button a:hover {
	color: #00b1ff;
}

.small:hover, a.small:hover, .small:hover a, .small a:hover {
	color: #878787;
}

.mobile-button {
	display: none;
}

.phone .mobile-button {
	display: block;
	margin-bottom: 20px;
}

/* ---- Structure ---- */
.mlp_quicklinks {
	display: none;
}

.a_header {
	text-align: left;
	max-width: 1268px;
	margin: 0 auto;
	height: 162px;
	position: relative;
}

.a_header .logo img {
	height: 30px;
	width: auto;
	margin: 30px 0 0px;
}

.a_header .claim {
	font-family: NettoWeb-Bold, Arial, sans-serif;
}

.a_all {
	border-top: 10px solid #000;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top right;
}

.a_wrapper {
	text-align: left;
	max-width: 1268px;
	margin: 0 auto;
	position: relative;
	padding: 32px 0 124px;
}

.a_navi, .a_footer, .a_top {
	display: none;
}

#cookie-notice, .cookie-box, .cookie-status {
  display: none !important;
}

/* ---- Archive Layout ---- */
.blog .has-post-thumbnail .thumbnail, .archive .has-post-thumbnail .thumbnail, .search .has-post-thumbnail .thumbnail {
	width: 19.915%;
	float: left;
}

.blog .has-post-thumbnail .post-wrapper, .archive .has-post-thumbnail .post-wrapper, .search .has-post-thumbnail .post-wrapper {
	width: 77.119%;
	float: right;
}

.blog .thumbnail, .archive .thumbnail, .search .thumbnail {
	background-image: none !important;
}

/* ---- Blog Layout ---- */
.blog .a_content, .archive .a_content, .search .a_content, .single-post .a_content {
	width: 74.448%;
	float: left;
}

.blog .a_content_inner, .archive .a_content_inner, .search .a_content_inner, .single-post .a_content_inner {
	margin-left: 0;
}

.blog .a_sidebar, .archive .a_sidebar, .search .a_sidebar, .single-post .a_sidebar {
	width: 23.344%;
	float: right;
}

/* ---- Page Layout ---- */
.page .a_wrapper {
	max-width: 100%;
	padding: 32px 0 0;
	margin: 0;
}

.page .page {
	max-width: 1268px;
	padding: 0 0 124px;
	margin: 0 auto;
}

/* ---- Custom Post Type Layout ---- */
.post-type-archive .a_content {
	float: right;
}

.post-type-archive .a_content_inner {
	margin-left: 0;
}

.post-type-archive .single-item {
	border-top: 1px solid #000;
	padding-top: 30px;
}

.single-custom-post-type .a_wrapper {
	max-width: 100%;
	padding: 32px 0 0;
	margin: 0;
}

.single-custom-post-type .project, .single-custom-post-type .publication, .single-custom-post-type .seminar {
	max-width: 1268px;
	padding: 0 0 124px;
	margin: 0 auto;
}

/* ---- Spalten ---- */
.col-2 {
	width: 48.896%;
	float: left;
}

.col-right {
	float: right;
}

.col-25-75 .col-left {
	width: 23.344%;
}

.col-25-75 .col-right {
	width: 74.448%;
}

.col-75-25 .col-left {
	width: 74.448%;
}

.col-75-25 .col-right {
	width: 23.344%;
}

/* ---- Post ---- */
.a_content .post, .a_content .page, .a_content .attachment {
	margin-bottom: 50px;
	clear: both;
}

.a_content .page {
	margin-bottom: 30px;
}

.post-meta span {
	display: block;
}

.post-meta-footer {
	font-size: 0.875em;
	color: #878787;
	border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 10px;
}

.tag-links {
	margin-top: 6px;
	display: block;
}

.back-link {
	border-top: 1px solid #000;
	padding-top: 10px;
	margin: 10px 0;
}

.navigation {
	border-top: 1px solid #000;
	padding-top: 10px;
	margin: 10px 0 50px 0;
}

.subpages-list .navigation {
	margin: 20px 0 40px 0;
}

div.alignleft, div.alignright {
	width: 49%;
	margin-bottom: 20px;
}

.next-posts {
	float: left;
}

.previous-posts {
	float: right;
	text-align: right;
}

.blog .navigation {
	display: none;
}

/* ---- Textelements ---- */
.logo, .post-title, .archive-title {
	font-family: ScalaSansWeb-Bold, Arial, sans-serif;
    font-size: 3.941em;
    line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 54px;
}

.logo,
.page .post-title {
	margin-bottom: 0;
}

.page .title-header {
	margin-bottom: 54px;
}

.blog .post-title, .archive .post-title {
    font-size: 1.471em;
   	line-height: 1.08;
   	color: #9C9C00;
	margin-bottom: 27px;
}

.archive-title {
    font-size: 1.765em;
	margin-bottom: 27px;
}

.post-content h1 {
	font-family: ScalaSansWeb-Bold, Arial, sans-serif;
    font-size: 3.941em;
    line-height: 1;
	margin-bottom: 27px;
	letter-spacing: 0.06em;
}

.post-content h2 {
	font-family: ScalaSansWeb-Bold, Arial, sans-serif;
    font-size: 1.765em;
    line-height: 1;
    margin-bottom: 27px;
   	letter-spacing: 0.06em;
}

.post-content h3 {
	font-family: ScalaSansWeb-Bold, Arial, sans-serif;
    font-size: 1.471em;
   	line-height: 1.08;
   	color: #9C9C00;
    margin-bottom: 27px;
	text-transform: uppercase;
   	letter-spacing: 0.06em;
}

.post-content h4 {
	font-family: ScalaSansWeb-Bold, Arial, sans-serif;
	font-size: 1.118em;
	line-height: 1.421em;
}

.post-content h5, .post-content h6 {
	font-family: ScalaSansWeb-Bold, Arial, sans-serif;
}

.post-content p {
	margin-bottom: 30px;
}

strong, b {
	font-family: NettoWeb-Bold, Arial, sans-serif;
}

em, italic {
	font-family: ScalaSansWeb-Bold, Arial, sans-serif;
	font-size: 1.118em;
	line-height: 1.421em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

em strong, italic strong,
strong em, strong italic {
	font-family: ScalaSansWeb-Bold, Arial, sans-serif;
    font-size: 1.471em;
   	line-height: 1.08;
   	color: #9C9C00;
   	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.post-content h1 strong, .post-content h1 b, .post-content h1 em, .post-content h1 italic {
	letter-spacing: 0;
}

.small, small {
	font-size: 1em;
	color: #9d9d9c;
}

blockquote {
	padding: 0 50px;
}

.post-content ul, .post-content ol {
	margin-bottom: 27px;
}

.post-content ul ul, .post-content ol ol {
	margin-bottom: 0px;
}

.post-content ul li {
    padding-left: 1.2em;
    text-indent: -1.2em;
	list-style: none;
}

.post-content ul li:before {
	content: '•';
	padding-right: 11px;
	color: #00b1ff;
}

.post-content ol li {
	position: relative;
	left: 20px;
	list-style: decimal;
}

.sep {
	padding: 0 5px;
}

/* ---- Images ---- */
.post-content img, .a_header img, .thumbnail img {
	max-width: 100%;
	height: auto;
}

.post-content img {
	margin-bottom: 10px;
}

.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft, .post-content div.alignleft {
	margin: 4px 20px 10px 0;
}

img.alignright, .post-content div.alignright {
	margin: 4px 0 10px 20px;
}

.wp-caption {
	color: #9d9d9c;
}

.wp-caption img {
	padding: 5px;
	margin-left: 0;
	margin-right: 0;
}

.wp-caption p {
	padding: 0px 5px 5px 5px;
	margin-bottom: 0;
}

/* ---- Widgets ---- */
.widget {
	margin-bottom: 30px;
}

.page .widget {
	width: 30%;
	margin-right: 5%;
	float: left;
}

.widget-last {
	margin-right: 0;
}

.widget_text {
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.widget h3.widget-title {
	font-family: ScalaSansWeb-Bold, Arial, sans-serif;
    font-size: 1.563em;
    line-height: 1.08;
    letter-spacing: 0.03em;
    color: #000;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

.widget p {
	margin-bottom: 10px;
}

.widget li {
	padding-left: 8px;
	text-indent: -8px;
}

#linkcat-2 li {
	display: inline;
	padding-left: 0;
	margin-right: 6px;
}

.widget_Twidget li, .widget_twitter li {
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 10px;
}

.widget_Twidget li span, .widget_twitter li span {
	display: block;
}

.widget_twitter li span.from-meta {
	display: none;
}

.time-meta, .intent-meta {
	font-size: 0.85em;
}

.widget_twitter li .intent-meta a {
	margin-right: 5px;
}

.widget li a:before, .widget_twitter li .intent-meta a:before {
	content: '› ';
}

.widget li.recentcomments a:before, .widget_calendar a:before, #linkcat-2 a:before, .widget_Twidget li a:before, .widget_twitter li a:before {
	content: '';
}

.widget .rssSummary {
	text-indent: 0;
}

.widget_calendar table {
	width: 270px;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

.widget_calendar th, .widget_calendar td a {
	font-weight: bold;
}

.widget_calendar caption {
	margin-bottom: 6px;
}

.widget_calendar tfoot td {
	padding-top: 12px;
}

.widget_calendar tfoot #prev {
	text-align: left;
}

.widget_calendar tfoot #next {
	text-align: right;
}

/* ---- Comments ---- */
#comments {
	font-size: 0.875em;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #000;
}

#respond {
	display: none;
}

#comments h3 {
    font-size: 1.429em;
	margin-bottom: 10px;
}

#comments p {
	margin-bottom: 10px;
}

.commentlist .comment_inner {
	margin-bottom: 20px;
}

.commentlist .children {
	margin: 0 0 30px 75px;
}

.comment-gravatar img {
	width: 60px;
	float: left;
	margin-right: 15px;
	border-radius: 30px;
}

.comment-data {
	overflow: hidden;
}

#cancel-comment-reply-link {
	font-weight: normal;
	margin-left: 10px;
}

/* ---- Forms ---- */
input[type=text], input[type=email], input[type=password], textarea {
	font-family: NettoWeb-Light, Arial, sans-serif;
	font-size: 1em;
	border: 0;
	background-color: #ededed;
	width: 99%;
	padding: 3px 1px;
	margin-bottom: 6px;
}

textarea {
	height: 120px;
}

button, input[type=submit] {
	font-family: NettoWeb-Bold, Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-color: #00b1ff;
	border: 0;
	width: auto;
	padding: 7px 15px 3px;
	margin-bottom: 0;
}

button:hover, input[type=submit]:hover {
	background-color: #00b1ff;
}

select {
	font-family: NettoWeb-Light, Arial, sans-serif;
	font-size: 0.875em;
	width: 100%;
	padding: 2px;
}

label {
	font-weight: bold;
	padding-bottom: 3px;
}

.wpcf7 p {
	margin-bottom: 4px;
}

/* ---- Divider ---- */
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.divider {
	height: 30px;
}

.line {
	margin: 20px 0;
	border-top: 10px solid #000;
}

hr {
	display: none;
}

.gallery .clear {
	height: auto;
}

.clearfix:after {
	content: " ";
    display: block;
    height: 1px;
    clear: both;
}

/* ---- Thickbox ---- */
#TB_overlay {
	z-index: 1000 !important;
}

#TB_window {
	font-family: NettoWeb-Light, Arial, sans-serif;
	font-size: 0.750em !important;
	color: #24323f !important;
	z-index: 1002 !important;
}

#TB_window img#TB_Image {
	border: 0 !important;
}

#TB_caption {
    height: auto !important;
    padding: 7px 15px 10px !important;
}

#TB_closeWindow {
    padding: 11px 15px 10px 0 !important;
}

.tb-close-icon {
    background-image: url('images/close.png') !important;
    background-repeat: no-repeat;
}

.tb-close-icon:before {
	content: '' !important;
}

#TB_closeWindowButton:hover .tb-close-icon {
    background-image: url('images/close-hover.png') !important;
}

#TB_title {
	background-color: transparent !important;
}

#TB_secondLine {
	font-family: NettoWeb-Light, Arial, sans-serif;
    font-size: 1em !important;
	color: #24323f !important;
}

/* ---- Flexsilder ---- */
.flexslider {
	border: 0 !important;
	box-shadow: none !important;
}

.post-content .flexslider ul.slides li {
	list-style: none;
	padding: 0;
	text-indent: 0;
}

.post-content .flexslider ul li:before {
	padding: 0;
	content: "";
}

.flex-direction-nav, .flex-control-nav {
	display: none !important;
}

/* ---- Galerie ---- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: left;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon a, .gallery .gallery-item .gallery-icon a:hover {
	background-color: transparent;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 5% 2% 3% 0;
    vertical-align: middle;
}

.gallery-caption {
	display: none;
}

.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

/* --- Homepage --- */
.home .field-wrapper {
	border-top: 10px solid #000;
	padding: 32px 0 0;
	background-repeat: no-repeat;
	background-position: right top;
}

/* --- Teaser Box --- */
.teaser-box {
	font-family: NettoWeb-Bold, Arial, sans-serif;
	border: 10px solid #000;
	padding: 28px 15px 0;
}

/* --- Page Gallery --- */
.gallery-wrapper {
	display: none;
}

/* --- Page Links --- */
ul.page-links {
	margin-top: 6px;
}

.header-inner ul.page-links {
	margin-top: 0;
}

ul.page-links li {
	float: left;
	margin-right: 30px;
}

ul.page-links li a:before {
	content: '> ';
}

/* --- Post List --- */
.list-wrapper .single-item {
	border-top: 1px solid #000;
	padding-top: 30px;
	position: static !important;
}

.list-wrapper .single-item .item-title a {
	color: #9C9C00;
}

.list-wrapper .single-item .item-title a:hover {
	color: #000;
}

.list-wrapper .single-item .post-meta {
	font-size: 0.875em;
	color: #878787;
	margin-bottom: 10px;
}

.list-wrapper .has-post-thumbnail .thumbnail {
	width: 19.915%;
	float: left;
	background-image: none !important;
}

.list-wrapper .has-post-thumbnail .item-wrapper {
	width: 77.119%;
	float: right;
}
