/* ---- 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: "proxima-nova", Arial, sans-serif;
    font-size: 0.75em;
    line-height: 1.375;
	color: #000;
	background-color: #FFF;
	text-align: center;	
	height: 100%;
	min-width: 0;
	padding: 0;
	margin: 0;
	letter-spacing: 0.01em;
	-webkit-text-size-adjust: none;
    
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.screen-reader-text, .loader, .pace {
	display: none;
}

/* ---- Links ---- */
a {
	color: #63d693;
	text-decoration: none;
	outline: none;
}

.a_navi .main li a {
	font-size: 1em;
	color: #000;
}

.button a {
	color: #FFF;
}

.button a, a.button {
	color: #fff;
	font-weight: bold;
	padding: 5px 9px 3px;
	margin-bottom: 10px;
	border: 1px solid #000;
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
}

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

.small a, a.small {
	font-size: 0.800em;
	padding: 2px 15px 0px;
}

.big a, a.big {
	font-size: 1.400em;
	padding: 8px 30px 5px;
}

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

.mobile-button {
	display: none;
}

/* ---- Structure ---- */
.a_all {
	position: relative;
}

.a_header {
	width: 100%;
	text-align: left;
	padding: 20px 0;
}

.admin-bar .a_header {
	top: 20px;
}

.header-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.a_header .logo {
	text-align: left;
}

.a_header .logo img {
	height: 110px;
	width: auto;
	padding-top: 10px;
}

.a_wrapper {
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 50px;	
}

.a_navi, .a_footer {
	display: none;
}

.blog .a_footer, .archive .a_footer, .search .a_footer, .single .a_footer {
	padding: 50px 0;
}

/* ---- Blog Layout ---- */
.blog .a_wrapper, .archive .a_wrapper, .search .a_wrapper, .single .a_wrapper {
	width: 100%;
}

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

.author .author-archive-link {
	display: none;
}

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

.page .page {
	padding: 40px 0 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page-field, .page .page-field {
	padding-top: 0;
}

.home .has-additional-fields {
	padding-bottom: 0;
}

.field-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.content-slider-wrapper {
	max-width: 1000px;
	margin: 0 auto !important;
	background-color: transparent !important;
}

.page .fullsize {
	padding: 0;
}

.fullsize .field-wrapper, .fullsize .content-slider-wrapper {
	max-width: none;
}

.content-slider .field-wrapper {
	width: 100% !important;
}

.content-slider .field-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 304px;
}

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

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

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

.single-custom-post-type .single-item {
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
}

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

.col-right {
	float: right;
}

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

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

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

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

.col-30-60 .col-2 {
	width: 39.063%;
	padding-left: 10.156%;
}

.col-30-60 .col-right {
	width: 44.922%;
}

.col-60-30 .col-2 {
	width: 44.922%;
}

.col-60-30 .col-right {
	width: 39.063%;
	padding-right: 10.156%;
}

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

.a_content .page {
	margin-bottom: 0;
	clear: both;
}

.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 ---- */
.post-title {
    font-size: 2.5em;	
    line-height: 1.125;
    font-weight: bold;
    margin-bottom: 40px;
	text-align: left;
}

.page-field .post-title {
    margin-top: 40px;
}

.archive-title {
    font-size: 1em;	
   	margin-bottom: 40px;
	text-align: left;
}

.post-content h1 {
    font-size: 2.5em;	
    line-height: 1.125;
    font-weight: bold;
	margin-bottom: 40px;
}

.post-content h2 {
	font-size: 2.5em;	
    line-height: 1.125;
    font-weight: bold;
}

.post-content h3 {
    font-size: 1.625em;	
   	line-height: 1.269;
    font-weight: bold;
	margin-bottom: 12px;
}

.post-content h4 {
	font-size: 1.4em;
	line-height: 1.167em;	
}

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

strong, b {
	font-weight: bold;
}

em, italic {
	font-style: italic;
}

.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: #63ccc8;
}

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

.sep {
	padding: 0 5px;
}

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

.post-content iframe {
	display: none;
}

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

.post-content .thumbnail 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 28px 27px 0;
}

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

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

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

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

/* ---- Widgets ---- */
.recentcomments a{
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}

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

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

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

.footer_sidebar .widget {
	float: none;
	width: 100%;
	margin: 0;
}

.error404 .a_top .widget_search, .search-no-results .a_top .widget_search {
	display: none;
}

.widget h3.widget-title {
    font-size: 1em;	
    line-height: 1.08;
    letter-spacing: 0.03em;
    color: #000;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.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, #respond {
	font-size: 0.875em;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #000;
}	
	
#comments h3, #respond h3 {
    font-size: 1.429em;
	margin-bottom: 10px;
}

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

#respond p.form-submit {
	margin-bottom: 30px;
}

.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;
}

.form-allowed-tags {
	display: none;
}

/* ---- Forms ---- */
input[type=text], input[type=email], input[type=password], textarea {
	font-family: "proxima-nova", 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: "proxima-nova", Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-color: #000;
	border: 0;
	width: auto;
	padding: 5px 9px 3px;
	margin-bottom: 0;
}

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

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

label {
	color: #000;
	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: 1px 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: "proxima-nova", 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: "proxima-nova", Arial, sans-serif;
    font-size: 1em !important;
	color: #24323f !important;
}

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

.flexslider .slides img {
	height: auto;
}

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

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

.post-content .flex-control-nav li {
	left: 0;
	position: static;
}

.flex-direction-nav a {
	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%; }

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

.content-slider .gallery-wrapper {
	display: block;
}

/*-- Exhibition --*/
.single-exhibition .post-title {
    margin-bottom: 10px;
}

.single-exhibition .post-header {
    margin-bottom: 40px;
}