/*
Theme Name: Israelis und Deutsche
Theme URI: http://israelis-deutsche.de
Author: studio adhoc GmbH
Author URI: http://www.studioadhoc.de
Description: The template for Israelis und Deutsche
Version: 1.0

Farbe:
Grün (Hintergrund, auf Schwarz): #7cefaa
Grün (auf Weiß): #63d693
*/

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

/* ---- Pace ---- */
.a_all {
    opacity: 0;
    transition: opacity 0.75s;
}

.page-loaded .a_all {
    opacity: 1;
    transition: opacity 0.75s;
}

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

body {
	font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1em;
    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-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.layer-opened {
	overflow: hidden;
}

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

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

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

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

.a_navi .sub-menu li a {
    display: block;
    min-width: 210px;
    padding: 3px 10px;
    border-top: 1px solid #7cefaa;
    background-color: #fff;
    white-space: nowrap;
}

.a_navi .main a:hover, .lang-switch a:hover {
	color: #63d693;
}

.button a {
	color: #FFF;
}

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

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

.button a:hover, a.button:hover {
	color: #63d693;
	background-color: #fff;
}

a.small:hover, .small:hover a, .small a:hover {
	color: #63d693;
}

.a_header .logo a {
	display: block;
	width: 382px;
	height: 110px;
}

.mobile-button {
	display: none;
}

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

.icon a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 10000em;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #000;
    transition: background-color 0.5s;
}

.facebook a {
    background-image: url('images/facebook.png');
}

.facebook a:hover {
    background-color: #3a5795;
}

/* ---- Navigation ---- */
.a_navi .main li {
	display: inline-block;
	margin-left: 10px;
    position: relative;
    vertical-align: middle;
}

.a_navi .main .sub-menu li {
    margin-left: 0;
    vertical-align: top;
}

.a_navi .main .sub-menu {
    padding-top: 5px;
    margin-left: -10px;
	position: absolute;
    z-index: 100;
    width: 100%;
    min-width: 230px;
    opacity: 0;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s, opacity 0.2s;
}

.a_navi li:hover .sub-menu {
    opacity: 1;
	max-height: 10000em;
    transition: max-height 0.5s, opacity 0.5s;
}

.navi-button, .navi-button span {
	display: none;
}

.a_service .service li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.a_navi .main .icon, .a_navi .main li.navi-hide {
    display: none;
}

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

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

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

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

.a_header .logo img {
	height: 110px;
	width: auto;
}

.background-size-active .a_header .logo {
	height: 120px;
	background-image: url('images/logo.svg');
	background-repeat: no-repeat;
	background-size: auto 110px;
	background-position: 0 10px;
}

.ie.background-size-active .a_header .logo {
	background-image: url('images/logo.png');
}

.lang-en.background-size-active .a_header .logo {
	background-image: url('images/logo-en.svg');
    background-position: 0 0;
}

.lang-en.ie.background-size-active .a_header .logo {
	background-image: url('images/logo-en.png');
    background-position: 0 0;
}

.background-size-active .a_header .logo img {
	display: none;
}

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

.a_navi .main {
	font-size: 1.25em;
	font-weight: bold;
	right: 18px;
	position: absolute;
	bottom: 6px;
	text-align: left;
}

.a_service {
	position: absolute;
    right: 18px;
    top: 20px;
    text-align: right;
}

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

.service {
	float: left;
}

/* ---- Blog Layout ---- */
.blog .a_wrapper, .archive .a_wrapper, .search .a_wrapper, .single .a_wrapper {
	max-width: 742px;
	margin: 0 auto;
}

.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 18px 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page .border-top {
    border-top: 1px solid #7cefaa;
}

.page .ignore-margin-top {
    padding-top: 0;
}

.page .ignore-margin-bottom {
    padding-bottom: 0;
}

.page #stimmen, .page #testimonials {
	padding: 100px 18px 110px;
}

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

.boxed-742 .field-wrapper, .boxed-742 .content-slider-wrapper, .boxed-742.content-slider .title-header {
	max-width: 742px;
}

.fullsize .post-content-inner, .accordion .fullsize .field-wrapper, .boxed-1000.content-slider .title-header {
	max-width: 1000px;
	margin: 0 auto;
}

/* ---- 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, .list .single-item {
	max-width: 1000px;
	padding: 0 18px;
	margin: 0 auto;
}

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

.col-right {
	float: right;
}

.col-20-80 .col-2 {
	width: 19%;
}

.col-20-80 .col-right {
	width: 76.6%;
}

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

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

.col-80-20 .col-2 {
	width: 76.6%;
}

.col-80-20 .col-right {
	width: 19%;
}

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

.navigation div.alignleft, .navigation 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;
}

.archive-title {
    font-size: 1.625em;
   	line-height: 1.269;
    font-weight: bold;
	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;
    padding-bottom: 12px;
}

.post-content p {
	padding-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 {
	padding-bottom: 27px;
}

.post-content ul ul, .post-content ol ol {
	padding-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;
}

.post-content .table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.post-content .table-row {
    display: table-row;
}

.post-content .table-cell {
    display: table-cell;
    width: 33%;
    padding-right: 40px;
    vertical-align: top;
}

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

.post-content iframe {
	max-width: 100%;
}

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

.boxed-742 .post-content div.alignleft {
    margin-left: -129px;
}

.boxed-742 .post-content div.alignright {
    margin-right: -129px;
}

.wp-caption {
	color: #9d9d9c;
	text-align: left;
	max-width: 100%;
    width: auto !important;
    position: relative;
    margin-bottom: 27px;
}

.wp-caption img {
    display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.wp-caption-text {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.75em;
    font-weight: bold;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 10px 12px;
    transition: opacity 0.5s;
}

.wp-caption:hover .wp-caption-text {
    opacity: 1;
}

.wp-caption p {
	padding-bottom: 12px;
}

/* ---- 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;
	font-weight: bold;
	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: 0px;
	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;
}

/* ---- Accordion ---- */
.accordion {
    margin-bottom: 50px;
}

.list-item, .accordion .page-field {
    padding: 40px 0 0;
}

.accordion .list-item, .accordion .page-field {
    border-top: 1px solid #7cefaa;
}

.accordion .additional-field {
    padding: 0 18px;
}

.accordion .first-item {
    border-top: 0;
}

.accordion .post-header {
    cursor: pointer;
	outline: none;
    position: relative;
    margin-bottom: 40px;
}

.accordion .post-title {
    font-size: 1.625em;
    font-weight: bold;
    line-height: 1.269;
    margin-bottom: 0;
    transition: color 0.25s;
}

.accordion .additional-field .post-header, .accordion .post-inner-wrapper, .accordion .post-wrapper {
    margin-bottom: 40px;
}

.ui-accordion-header {
    padding-right: 42px;
}

.ui-accordion-header .ui-accordion-header-icon {
    display: block;
	width: 36px;
	height: 36px;
	background-image: url('images/nav-down_small.png');
	background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    right: 0;
    transition: background-image 0.25s;
}

.ui-accordion-header:hover .ui-accordion-header-icon {
	background-image: url('images/nav-down_hover_small.png');
}

.ui-accordion-header-active .ui-accordion-header-icon {
	background-image: url('images/nav-up_small.png');
}

.ui-accordion-header-active:hover .ui-accordion-header-icon {
	background-image: url('images/nav-up_hover_small.png');
}

.ui-accordion-header:hover .post-title {
    color: #63d693;
}

.exhibition-closed .post-header, .exhibition-closed .ui-accordion-header:hover .post-title {
    color: #9d9d9c;
}

.exhibition-open .post-header, .exhibition-open .ui-accordion-header:hover .post-title {
    color: #63d693;
}

.exhibition_location-israel .post-header, .exhibition_location-israel .post-title {
    text-align: right;
}

.exhibition_location-israel .ui-accordion-header {
    padding-right: 0;
    padding-left: 42px;
}

.exhibition_location-israel .ui-accordion-header .ui-accordion-header-icon {
    right: auto;
    left: 0;
}

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

.flexslider .slides, .dialog-flexslider .slides {
    margin-bottom: 0;
}

.flexslider .slides img, .dialog-flexslider .slides img {
	height: auto;
}

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

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

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

.post-content .dialog-flexslider .flex-direction-nav {
    display: none;
}

.flex-direction-nav a {
	text-shadow: none !important;
	opacity: 1 !important;
	width: 36px !important;
	height: 36px !important;
	background-image: url('images/nav-prev_small.png');
	background-repeat: no-repeat;
}

.flex-direction-nav a:hover {
	background-image: url('images/nav-prev_hover_small.png');
}

.nav-color-white .flex-direction-nav a {
	background-image: url('images/nav-prev_white_small.png');
}

.nav-color-white .flex-direction-nav a:hover {
	background-image: url('images/nav-prev_white_hover_small.png');
}

.flex-direction-nav .flex-prev {
	left: -70px !important;
}

.flex-direction-nav .flex-next {
	right: -70px !important;
	background-image: url('images/nav-next_small.png');
}

.flex-direction-nav .flex-next:hover {
	background-image: url('images/nav-next_hover_small.png');
}

.nav-color-white .flex-direction-nav .flex-next {
	background-image: url('images/nav-next_white_small.png');
}

.nav-color-white .flex-direction-nav .flex-next:hover {
	background-image: url('images/nav-next_white_hover_small.png');
}

.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before  {
	content: "" !important;
	width: 36px !important;
	height: 36px !important;
}

/* ---- Galerie ---- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 0;
    padding-bottom: 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;
    position: relative;
}

.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-item:hover .wp-caption-text {
    opacity: 1;
}

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

.item-float {
    text-align: center;
}

.item-float .gallery-item {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 10px 20px;
}

.item-float .gallery-item .gallery-icon img {
    padding: 0;
    max-width: 100%;
    margin: 0;
}

.item-float .wp-caption-text {
    padding: 0;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: rgba(124,239,170,0.9);
    text-align: center;
    line-height: 210px;
}

.item-float .caption-inner {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px 12px;
    line-height: 1em;
}

/* --- Page Gallery --- */
.gallery-wrapper {
	border: 0;
	padding-top: 0;
	margin-bottom: 0 !important;
}

.gallery-wrapper img {
	float: left;
	width: 100%;
	height: auto;
}

.gallery-wrapper .slider-image a {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.image-left, .image-right {
	float: left;
	width: 50%;
	position: relative;
}

.image-description {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s;
}

.slider-image:hover .image-description {
	opacity: 1;
}

.gallery-wrapper .post-wrapper img {
    width: auto;
}

.gallery-wrapper .flex-control-nav, .content-slider-wrapper .flex-control-nav {
	display: none;
}

.gallery-wrapper .flex-direction-nav .flex-prev {
	left: 10px !important;
}

.gallery-wrapper .flex-direction-nav .flex-next {
	right: 10px !important;
}

.content-slider-wrapper img {
    float: none;
}

.content-slider-wrapper li {
    display: table !important;
}

.content-slider-wrapper .title-header {
    margin: 0 auto;
}

.content-slider-wrapper .slides .field-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.content-slider-wrapper .flex-direction-nav .flex-prev {
	left: -70px !important;
}

.content-slider-wrapper .flex-direction-nav .flex-next {
	right: -70px !important;
}

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

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

/*-- Dialog der Dinge --*/
.gallery-grid {
    text-align: center;
}

.gallery-grid ul li {
	list-style: none;
	padding: 0;
	text-indent: 0;
    display: inline-block;
    width: 300px;
    height: auto;
    margin: 0 5px 10px;
}

.gallery-grid ul li:before {
	padding: 0;
	content: "";
}

.gallery-grid img {
    margin-bottom: 0;
}

/*-- Language Switcher --*/
.lang-switch {
    float: left;
    margin: 4px 10px 0 0;
}

/*-- Header Fixed --*/
.header-fixed .a_header .logo a {
	width: 173px;
	height: 30px;
}

.header-fixed .a_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

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

.header-fixed .a_header .logo {
	height: 30px;
	overflow: hidden;
}

.header-fixed .a_header .logo img {
	height: 50px;
	padding-top: 0;
}

.header-fixed.background-size-active .a_header .logo {
	height: 30px;
	background-size: auto 50px;
	background-position: 0 0;
}

.header-fixed .main {
	bottom: 0;
}

.header-fixed .a_service {
    display: none;
}

/*-- Touch Devices --*/
.touch .a_header .logo {
	background-image: none !important;
}

.touch .a_header .logo img {
	display: block !important;
}

/*-- Background-Images for Retina Displays --*/
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .facebook a {
        background-image: url('images/facebook.svg');
    }

    .flex-direction-nav a {
		background-size: 36px 36px;
		background-image: url('images/nav-prev.png');
	}

	.flex-direction-nav a:hover {
		background-image: url('images/nav-prev_hover.png');
	}

	.flex-direction-nav .flex-next {
		background-image: url('images/nav-next.png');
	}

	.flex-direction-nav .flex-next:hover {
		background-image: url('images/nav-next_hover.png');
	}

    .nav-color-white .flex-direction-nav a {
        background-image: url('images/nav-prev_white.png');
    }

    .nav-color-white .flex-direction-nav a:hover {
        background-image: url('images/nav-prev_white_hover.png');
    }

    .nav-color-white .flex-direction-nav .flex-next {
        background-image: url('images/nav-next_white.png');
    }

    .nav-color-white .flex-direction-nav .flex-next:hover {
        background-image: url('images/nav-next_white_hover.png');
    }

    .ui-accordion-header .ui-accordion-header-icon {
        background-size: 36px 36px;
        background-image: url('images/nav-down.png');
    }

    .ui-accordion-header:hover .ui-accordion-header-icon {
        background-image: url('images/nav-down_hover.png');
    }

    .ui-accordion-header-active .ui-accordion-header-icon {
        background-image: url('images/nav-up.png');
    }

    .ui-accordion-header-active:hover .ui-accordion-header-icon {
        background-image: url('images/nav-up_hover.png');
    }
}

/* ---- Media Queries: Smaller than 1140px ---- */
@media (max-width: 1140px) {
    .flex-direction-nav .flex-prev, .content-slider-wrapper .flex-direction-nav .flex-prev {
		left: -50px !important;
	}

	.flex-direction-nav .flex-next, .content-slider-wrapper .flex-direction-nav .flex-next {
		right: -50px !important;
	}

    .page .content-slider, .page #stimmen, .page #testimonials {
		padding: 40px 60px 50px;
		background-image: none !important;
	}
}

/* ---- Media Queries: Smaller than 1036px ---- */
@media (max-width: 1036px) {
	.a_navi .main {
		position: static;
		margin-top: 20px;
	}

	.a_navi .main li {
		margin-left: 0;
		margin-right: 10px;
	}

    .boxed-742 .post-content div.alignleft {
        margin-left: 0;
    }

    .boxed-742 .post-content div.alignright {
        margin-right: 0;
    }
}

/* ---- Media Queries: Smaller than 610px ---- */
@media (max-width: 610px) {
	/* -- Navigation -- */
    .a_navi .main .icon {
        margin-top: 6px;
        display: block;
    }

	/*.a_navi {
		position: fixed;
		top: 50px;
		right: 0;
		height: 0;
		margin-top: 0;
		z-index: 1000;
		width: 100%;
	}

	.header-fixed .a_navi {
		top: 10px;
	}*/

    .header-fixed .a_header {
        position: static;
    }

    .header-fixed .a_service {
        display: block;
    }

    .a_navi {
		position: absolute;
		top: 40px;
		right: 0;
		height: 0;
		margin-top: 0;
		z-index: 1000;
		width: 100%;
	}

	.a_navi .navi-inner {
		background-color: #fff;
    	padding: 0 18px;
    	margin: 35px 0 10px;
	}

	.a_navi .main {
		border-left: 0;
		padding: 10px 0;
	}

	.a_navi .main li {
	    background-image: none;
	    float: none;
	    margin: 0;
	    width: 100%;
	    height: auto;
	    text-align: left;
	}

    .a_navi .main .sub-menu {
        opacity: 1;
        max-height: 10000em;
        position: static;
        margin-left: 0;
        margin-bottom: 20px;
    }

	.navi-button {
		width: 35px;
		height: 35px;
		display: block;
		background-image: url('images/navi_button.gif');
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		background-color: #FFF;
	}

	.navi-button span {
		display: none;
	}

	.navi-inner {
		max-height: 0px;
		overflow: hidden;
		transition: max-height 0.25s;
	}

	.navi-open .navi-inner {
		max-height: 10000px;
		overflow: visible;
		transition: max-height 1.0s;
        border-bottom: 1px solid #000;
	}

	.a_header {
		padding: 9px 0;
		background-color: #FFF;
	}

	.header-inner {
		padding: 0;
	}

	.a_service .service, .footer_sidebar {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	/* -- General -- */
	.a_all {
		margin-top: 0;
	}

	.a_header .logo {
		margin-left: 18px;
	}

    .a_header .logo a {
	   width: 300px;
	   height: 110px;
    }

	.a_header .logo img {
    	height: 72px;
    	width: auto;
    	padding-top: 0;
	}

    .lang-en .a_header .logo img {
    	height: 64px;
    	padding-top: 6px;
	}

	.background-size-active .a_header .logo {
		height: 72px;
		background-size: auto 72px;
		background-position: 0 0;
	}

    .lang-en.background-size-active .a_header .logo {
		background-size: auto 64px;
		background-position: 0 6px;
	}

	.a_service {
        position: static;
	}

	.page .page, .page #content-slider, .page #stimmen, .page #testimonials {
		padding-top: 20px;
		padding-bottom: 20px;
	}

    .page-field .post-title {
        margin-top: 20px;
        padding-top: 0;
    }

	.col-2, .col-left, .col-right {
    	float: none;
    	width: 100% !important;
    	margin-bottom: 20px;
    	padding: 0 !important;
	}

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

	.big a, a.big {
		font-size: 1em;
		padding: 7px 15px 3px;
		border: 2px solid #fff;
		border-radius: 6px;
	}

	.post-title {
	    font-size: 2em;
		margin-bottom: 27px;
	}

	.home .post-title {
		margin-bottom: 0px;
	}

	.post-content h1 {
    	font-size: 2em;
	}

	.post-content h2 {
		font-size: 1.2em;
	}

	.post-content h3 {
    	font-size: 1.2em;
	}

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

    blockquote {
        padding: 0;
    }

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

	.post-content iframe {
		height: auto;
	}

    .post-content .table, .post-content .table-row, .post-content .table-cell {
        display: block;
        width: auto;
    }

    /* ---- Accordion ---- */
    .accordion .additional-field .post-header {
        margin-bottom: 20px;
    }
}
