/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow Regular'), local('Barlow-Regular'),
       url('fonts/barlow-v2-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/barlow-v2-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-500 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: local('Barlow Medium'), local('Barlow-Medium'),
       url('fonts/barlow-v2-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/barlow-v2-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-semi-condensed-300 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Barlow Semi Condensed Light'), local('BarlowSemiCondensed-Light'),
       url('fonts/barlow-semi-condensed-v3-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/barlow-semi-condensed-v3-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-semi-condensed-regular - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow Semi Condensed Regular'), local('BarlowSemiCondensed-Regular'),
       url('fonts/barlow-semi-condensed-v3-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/barlow-semi-condensed-v3-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* GLOBAL STYLES
/* ------------------------------------------------------------------------- */


* { 
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;	
}

html {
	padding-bottom: 10px;	
}

body {
	font-family: "Barlow", "Calibri", "Arial", "sans-serif";		
	font-size: 16px;
	font-weight: 400;
	background: #f2f2f2;
	color: #4d4d4d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

@media only screen and (max-width: 892px) {
	body { padding: 0 0; }
}

.clear {
	clear: both;
	float: none;
}

.clearfix { 
  display: inline-block;  
  display: block;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.shortcode, 
.code {
	font-family: "Consolas", "Menlo", "Monaco", "Courier New";
	color: #000000 !important;
	letter-spacing: -1px;
	font-size: 0.9em;	
}

.code {
	background: #ffffff;
	padding: 10px;
	border: 1px solid #d1d1d1;
	margin-bottom: 15px;
	border-radius: 4px;
}

.code p {
	margin-bottom: 0.2em !important;
}

.hidden {
	display: none;
}

.grey-dark { 
	color: #858585;
}

.grey-medium {
	color: #c0c0c0;
}

.grey-light {
	color: #e7e7e7;
}

.right {
	float: right !important;
}

.thin {
	font-weight: 400 !important;
}

.red {
	color: #c60000;
	color: inherit;
}

.color {
	color: #999999;
}

.color2 {
	color: #999999;
}



/* GUTENBERG STYLING
/* ------------------------------------------------------------------------- */


#entry-content {
	max-width: 892px;
	padding: 50px 40px;
	margin: 0 auto;	
}

.alignfull, 
.alignwide {
	width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
	max-width: none;	
}

.wp-block-image {

}

.wp-block-separator {
	padding: 0 0;
	border-bottom-width: 1px;
	min-width: 300px;
	border-bottom-color: #999999;
	margin: 40px auto;	
}

.wp-block-separator.is-style-wide {
}

.wp-block-image {
	margin-bottom: 0;
	line-height: 0;
}

.wp-block-image.alignright {
	float: right;
}

.wp-block-image.alignleft {
	float: left;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image figcaption {
	margin-top: 1.5em;
	text-align: center;
}

.abstand-ou, 
.abstand {
	margin: 30px 0px !important;
}


@media only screen and (max-width: 550px) {
	
	#entry-content {
		padding: 30px 20px;
	}

}


/* COLUMNS 3% SPACING */


.wp-block-columns {
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px !important;
}

.wp-block-columns .wp-block-column {
	flex: none;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wp-block-columns.has-5-columns .wp-block-column {
	flex-basis: 17.6%;
}

.wp-block-columns.has-4-columns .wp-block-column {
	flex-basis: 22.75%;
}

.wp-block-columns.has-3-columns .wp-block-column {
	flex-basis: 31.33%;
}

.wp-block-columns.has-2-columns .wp-block-column {
	flex-basis: 48.5%;
}

.wp-block-columns5 .wp-block-column.wp-block-columnspan2 {
	width: 38.2%;
}

.wp-block-columns5 .wp-block-column.wp-block-columnspan3 {
	width: 58.8%
}

.wp-block-columns4 .wp-block-column.wp-block-columnspan2 {
	width: 48.5%;
}

.wp-block-columns4 .wp-block-column.wp-block-columnspan3 {
	width: 74.25%
}

.wp-block-columns3 .wp-block-column.wp-block-columnspan2 {
	width: 65.66%;
}

.wp-block-columns .wp-block-column.last {
	margin-right: 0 !important;
}

.wp-block-columns .wp-block-column > h2:first-child, 
.wp-block-columns .wp-block-column > h3:first-child, 
.wp-block-columns .wp-block-column > h4:first-child {
	margin-top: 0 !important;
}


@media only screen and (max-width: 950px) {

	.wp-block-columns .wp-block-column { flex-basis: 31.33% !important; }
	
	.wp-block-columns5 .wp-block-column.wp-block-columnspan3 { width: 65.66% !important; }
	.wp-block-columns5 .wp-block-column.wp-block-columnspan2 { width: 34.33% !important; }
	.wp-block-columns4 .wp-block-column.wp-block-columnspan3 { width: 65.66% !important; }
	.wp-block-columns3 .wp-block-column.wp-block-columnspan2 { width: 65.66% !important; }	
	
	.wp-block-columns.has-2-columns .wp-block-column { flex-basis: 48.5% !important; }
	
}

@media only screen and (max-width: 825px) {

	.wp-block-columns .wp-block-column { flex-basis: 48.5% !important; }
	
	.wp-block-columns5 .wp-block-column.wp-block-columnspan3 { width: 48.5% !important; }
	.wp-block-columns5 .wp-block-column.wp-block-columnspan2 { width: 48.5% !important; }
	.wp-block-columns4 .wp-block-column.wp-block-columnspan3 { width: 48.5% !important; }
	.wp-block-columns3 .wp-block-column.wp-block-columnspan2 { width: 48.5% !important; }		

}

@media only screen and (max-width: 700px) {

	.wp-block-columns { display: block !important; }
	
	.wp-block-columns .wp-block-column { width: 100% !important; margin-bottom: 20px !important; }
	
	.wp-block-columns .wp-block-column.wp-block-columnspan3 { width: 100% !important; }	
	.wp-block-columns .wp-block-column.wp-block-columnspan2 { width: 100% !important; }	
	
}


/* ATOMIC BLOCKS */


.ab-block-container {
	background: none !important;
	margin-bottom: 1.2em !important;
}

.ab-block-container .ab-container-content {
	max-width: none !important;
}

.ab-block-accordion .ab-accordion-title {
	cursor: pointer;
	background: rgba(255,255,255,0.1);
}

.ab-block-accordion .ab-accordion-text {
	margin-top: 2px;
	padding: 15px 15px;
	background: rgba(255,255,255,0.1);
}



/* CONTAINER STRUCTURE
/* ------------------------------------------------------------------------- */

#wrapper {
	display: block;
	max-width: 100%;
	margin: 0 auto;	
}

#container {
	width: 100%;	
	margin: 0 auto;
}

#top {
	background: #dadada;	
	border-top: 20px solid #ffffff;
	border-bottom: 20px solid #ffffff;
}

#top-bar {
	display: block;
	position: relative;
	width: 100%;
	top: 0px;
	z-index: 999;
	max-width: 892px;
	margin: 0 auto;
	background: #ffffff;
}

header {
	display: block;
	max-width: 892px;
	margin: 0 auto;
	padding: 0px 40px 40px 40px;
}

#navi-bar {
	display: block;
	clear: both;	
	padding: 0px 40px;
	max-width: 892px;	
}

#navi-container {
	display: block;
	margin: 0 auto;
	padding: 0px 0px;
	background: #f2f2f2;	
}


header #logo-bar {
	display: inline;
	max-width: 76%;
	height: auto;
	line-height: 0;	
	margin: 0 auto;	
}

header #logo-container {
	display: inline;
}

#logo {
	display: inline-block !important;
	margin-bottom: 0 !important;
	max-width: 100%;
	width: 300px;
	height: auto;
}

#slogan {
	display: block;
	float: right;
	font-size: 1.6em;
	color: #878786;
}


.tinyheader {
	padding-top: 170px;
}

.tinyheader #top {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}

.tinyheader #top header, 
.tinyheader #top #slogan, 
.tinyheader #top #nav-alt, 
#socfb {
	display: none;
}


@media only screen and (max-width: 550px) {
	
	header { padding: 0px 20px 40px 20px !important; }
	#navi-bar { padding: 0px 20px !important; }
	#content .conblock .conblock-inner { padding: 30px 20px !important; }
	footer #footer-container { padding: 20px 20px !important; }
	
}

@media only screen and (max-width: 700px) and (orientation: landscape) {
	
	.tinyheader { padding-top: 0 !important; }
	.tinyheader #top header	{ display: block !important; }
	#top { position: static !important; }
	#content { margin-top: 0 !important; }
	
}


.anchor, .anchor2 { 
	position: relative; 
	top: -165px;
	visibility: hidden; 
}

.anchor2 {
	top: -165px;
}

.anchor:before {
	content:"";
	display: block;
	float: left;
	height: 0px;
}

@media only screen and (max-width: 500px) {
	
	.anchor { top: -100px; }
	
}



/* NAVIGATION
/* ------------------------------------------------------------------------- */

.menu {
}

.menu > ul {

}

.menu a {
	text-decoration: none;
}


/* NAVIGATION MAIN */

#nav-main, 
#nav-sections {
	float: left;
}

@media screen and (max-width: 550px) {
	#nav-main, 
	#nav-sections {
		margin-top: 15px;
	}
}

#nav-main li, 
#nav-sections li {
	text-align: center;
	display: inline-block;
	float: left;
	line-height: 1.3em;
	border-right: 2px solid #ffffff;
}

#nav-main li:first-child, 
#nav-sections li:first-child {
	margin-left: 0;
}

#nav-main li a, 
#nav-sections li a {
	text-decoration: none !important;
	margin: 0;
	padding: 8px 14px;
	float: left;
	font-size: 1em;
	color: #808080;	
	font-weight: 400;	
	text-transform: uppercase;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;	  
}

#nav-main li a:hover, 
#nav-main li.sfHover > a, 
#nav-sections li a:hover {
	background: #e9e9e9;
}

#nav-main li:first-child a, 
#nav-sections li:first-child a {
	margin-left: 0;
}


#nav-main li.current_page_item > a, 
#nav-main li.current_page_parent > a, 
#nav-main li.current-menu-item > a, 
#nav-main li.current-menu-parent > a, 
#nav-main li.current-category-ancestor > a, 
#nav-main li.current-post-ancestor > a, 
#nav-main li.current-page-ancestor > a {
	font-style: normal;
	color: #ffffff;
	background: #999999;
	font-weight: 500;
}




#nav-main .children, 
#nav-main .sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	top: 40px;
	margin-left: 8px;
	padding: 6px 4px;
	padding-top: 8px;
	background-color: #99b8b9;
}

#nav-main .children li, 
#nav-main .sub-menu li {
	display: block;
	float: none;
	margin: 0;
	text-align: left;
	margin-left: 0px !important;
	margin-bottom: 0;
	padding-bottom: 0;	
}

#nav-main .children li a, 
#nav-main .sub-menu li a {
	float: none;
	display: block;
	border: 0;
	padding: 4px 8px;
	line-height: 1.1em;
	height: auto;
	min-width: 140px;
	font-size: 1em;
}

#nav-main .children li a:hover, 
#nav-main .sub-menu li a:hover {
}

#nav-main .children .children {
	left: 100%;
	top: auto;
	margin-top: -30px;
	margin-left: 0;
}

#nav-main .children .children a {
}


#nav-main #btn-menu-close, 
#nav-sections #btn-menu-close {
	display: none;
}


/* MOBILE NAV */

#menu-hamburger {
	display: inline-block;
	float: right;
	padding: 6px 0px;
	height: 36px;
}

.menu-icon {
    position:relative;
    display:none;
    width:30px;
    text-indent:-9999px;
    margin-top: 1px;
}
 
.border-icon {
    height:20px;
    border-top:4px solid #ffffff;
    border-bottom:4px solid #ffffff;
}
 
.border-icon:before {
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:100%;
    border-top:4px solid #ffffff;
}



@media screen and (max-width: 960px) {
	
	html.navi-active, html.navi-active body {
		overflow: hidden;
		height: 100%;
	}
	
	html.navi-active .tinyheader #top {
		position: absolute;
	}
	
	#navi-container {	
		background: #999999;
		padding: 0px 8px !important;
	}
	
	header #slogan {
		display: none;
	}
	
	#logo {
		float: none;
	}
	
	.menu-icon { 
		display: inline-block;
		margin-top: 2px;
	}
	
	#socfb {
		float: none;
		margin-right: 10px;
	}	
	
	#top-bar {
	}
	
	#content {
	}
	
	.tinyheader #top #nav-alt {
		display: block;
	}
	
	#nav-main, 
	#nav-sections {
		display: none;
		font-size: 1em;
		min-width: 100%;
		max-width: 100%;
		position: fixed;
		left: 0; 
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 999;
		margin-top: 0 !important;
		background: #808080;			
		height: 100%;
	}
	
	#nav-main #nav-area {
		padding: 20px;
		padding-top: 60px;
		padding-bottom: 80px;
	    overflow: auto;
	    position: absolute;
	    bottom:0;
	    left:0;
	    right:0;
	    top:0;	
	    width: 400px;
	    max-width: 100%;
	    margin: 0 auto;	
	}	
	
	#nav-main #nav-main-menu li, 
	#nav-sections li {
		display: block;
		float: none;
		text-align: left;
		margin: 0px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(255,255,255,0.4);
		border-right: 0 !important;
	}
	
	#nav-main #nav-main-menu li:first-child, 
	#nav-sections li:first-child {
		padding-top: 10px;
		border-top: 1px solid rgba(255,255,255,0.4);
		border-left: 0 !important;		
	}
	
	#nav-main #nav-main-menu .children li {
		border-bottom: 0;
	}
	
	#nav-main #nav-main-menu li a, 
	#nav-sections #nav-main-menu li a {
		display: block;
		float: none;
		height: auto;
		width: 100%;
		max-width: 100%;
		font-size: 1.1em;
		padding: 4px 0px;
		color: rgba(255,255,255,0.6);
		background: none !important;
	}
	
	#nav-main li.current_page_item > a, 
	#nav-main li.current_page_parent > a, 
	#nav-main li.current-menu-item > a, 
	#nav-main li.current-menu-parent > a, 
	#nav-main li.current-category-ancestor > a, 
	#nav-main li.current-post-ancestor > a, 
	#nav-main li.current-page-ancestor > a {
		color: #ffffff !important;
	}	
	
	#nav-main #nav-main-menu .children, 
	#nav-main #nav-main-menu .sub-menu {
		position: static;
		display: block !important;
		opacity: 1 !important;
		margin-left: 0;
		margin-bottom: -5px;
		margin-top: 5px;
		border: 0;
		padding: 7px 5px;
		padding-top: 8px;
		background: rgba(255,255,255,0.1);
	}
	
	#nav-main #nav-main-menu .children li, 
	#nav-main #nav-main-menu .sub-menu li {
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
		padding-top: 2px;
	}
	
	#nav-main #nav-main-menu .children li a, 
	#nav-main #nav-main-menu .sub-menu li a {
	}	
	
	#nav-main #nav-main-menu .current_page_item .children, 
	#nav-main #nav-main-menu .current_page_item .sub-menu {
		border-top: 0;
	}

	#nav-main #nav-main-menu .children .children {
		margin-top: 0;
		padding-left: 12px;
		border: 0;
	}
	
	#nav-main #btn-menu-close, 
	#nav-sections #btn-menu-close {
		display: block;
		position: absolute;
		z-index: 101;
		top: 20px;
		right: 20px;
		width: 16px;
		height: 16px;
		background: url(../images/btn-close.png) no-repeat;
		background-size: contain;
		text-indent: -9999px;
	}	
	
}

@media screen and (min-width: 960px) {
	#nav-main, #nav-sections { display: block !important; }
}


/* ALT NAVIGATION */

#nav-alt {
	top: -2px;
	right: 40px;
	position: absolute;
}

#nav-alt li {
	display: inline-block;	
}

#nav-alt li a:after {
	display: inline-block;
	content: '|';
	font-weight: 400;
	color: #808080;
	padding-left: 6px;
}

#nav-alt li:last-child a:after {
	content: '';
	display: none;
}

#nav-alt li a {
	color: #808080 !important;
	padding: 0px 0px 0px 6px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1em;
	text-transform: none;
	background: none !important;
	font-family: "Barlow Semi Condensed";
}

#nav-alt li a:hover {
	text-decoration: underline !important;
}


@media screen and (max-width: 960px) {
	
	#nav-alt {
		position: static;
		bottom: 0px;
		left: 0px;
		margin-top: 20px;
	}
	
	#nav-alt li {
		display: block !important;
		border: 0 !important;
		float: none;
		text-align: left;
	}
	
	#nav-alt li a {
		display: block;
		color: rgba(255,255,255,0.7) !important;
		padding: 0;
		margin-bottom: 10px;
		float: none;
		background: none !important;
	}
	
	#nav-alt li a:after {
		content: '';
	}
	
}




/* CONTENT
/* ------------------------------------------------------------------------- */

#content {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 0 !important;
	clear: both;
	min-height: 200px;
	word-wrap: break-word;
	min-height: 350px;
	font-weight: 400;
	font-size: 1.05em;		
}

#content .conblock {
}

#content .conblock .conblock-inner {
	max-width: 892px;
	padding: 50px 40px 50px 40px;
	margin: 0 auto;			
}

#content .conblock.con-grey {
	background: #f0f0f0;
}

#content .conblock.con-white {
	color: #ffffff;
}

#content .conblock.con-white * {
	color: #ffffff;
}

#content .conblock.con-white form * {
	color: #000000;
}

#content .conblock.con-white form label, 
#content .conblock.con-white form label span {
	color: #ffffff;
}

#content .conblock.con-white .button, 
#content .conblock.con-white input[type=submit] {
	background: #ffffff !important;
	color: #01ADE9 !important;
}

#content .conblock.con-white .colorline {
	background: #ffffff !important;
}

#content .conblock.con-white .section * {
	color: #585858;
}


#content img {
	border: 0 !important;
	max-width: 100%;
	height: auto;
}

#single {
}

article {
	line-height: 1.45em;
}

article * {

}

article .section {
	background: #f8f7f4 !important;
	font-size: 0.9em !important;
	line-height: 1.4em !important;
}

article .colorbox {
	background: #878786 !important;	
}

.article-thumb {
	float: left;
	margin-right: 20px;
	line-height: 0;
}

#breadcrumbs {
	display: none;
	padding: 6px 8px;
	font-size: 0.8em;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	line-height: 1em;
	color: #797979;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	position: relative;	
}

#breadcrumbs a {
	text-decoration: none;
	color: #797979;	
}

#breadcrumbs a:hover {
	color: #000000;
}

label {
	display: block;
	font-size: 0.9em;
	text-transform: uppercase;
}

article p, 
article blockquote {
	margin-bottom: 0.9em;
}

article p.no-margin {
	margin-bottom: 0em;
}

article p:last-child {
	margin-bottom: 0;
}

article p.br {
	line-height: 1em;
	margin-bottom: 0 !important;	
}

article b, article strong {
	font-weight: 500;
}

article .small {
	display: inline-block;
	font-size: 0.85em;
	line-height: 1.3em !important;
}

article .credits {
	display: block;
	font-size: 0.85em;
	line-height: 1.3em !important;
	margin-top: -10px !important;
	opacity: 1 !important;
	color: #525252 !important;
}

article blockquote {
	padding-left: 20px;
	border-left: 2px solid #ededed;
	font-style: italic;
}

article ul {
	margin-bottom: 1em;
}

article li {
	list-style: disc;
	margin-left: 21px;
	margin-bottom: 4px;
}

a {
	color: inherit;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}


h1, h2, h3, h4, h5 {
	margin-bottom: 0.7em;
	margin-top: 1.2em;
	line-height: 1.25em;	
	color: #999999;
	font-weight: 300;
	margin-left: -1px;
	font-family: "Barlow Semi Condensed";
}

article cufon canvas {
	left: -3px !important;
}
 
article .page-title a {
	text-decoration: none;
}

h1 {
	font-size: 2.1em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.8em;
	letter-spacing: -1px;	
}

h3 {
	font-size: 1.5em;
	letter-spacing: -1px;	
}

h4 {
	font-size: 1.3em;
	font-weight: 400;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
	font-weight: 400;	
}


article > h1:first-child,
article > h2:first-child,
article > h3:first-child,
article > h4:first-child, 
article td h1:first-child,
article td h2:first-child,
article td h3:first-child,
article td h4:first-child, 
article .conblock-inner > h1:first-child, 
article .conblock-inner > h2:first-child, 
article .conblock-inner > h3:first-child, 
article .conblock-inner > h4:first-child {
	margin-top: 0 !important;
	margin-bottom: 0.8em !important;
}

article .wp-block-columns > h2:first-child, 
article .wp-block-columns > h3:first-child, 
article .wp-block-columns > h4:first-child, 
article .wp-block-columns > h5:first-child {
	margin-top: 0 !important;
}

article .headline-top {
	margin-top: 0 !important;
}

article img {
	border: 0;
	outline: none;
}

article p img {
	margin: 20px 0px 10px 0px;
}

@media screen and (max-width: 550px) {
	
	article p img {
		margin: 10px 0px 0px 0px;
	}

}

article img.alignleft {
	clear: both;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;	
}

article img.alignright {
	clear: both;
	float: right;
	margin-left: 30px;	
	margin-bottom: 15px;
}

article .picblock, 
article .textblock {
	clear: both;
	margin-bottom: 1em;
}

article .picblock img.alignright, 
article .picblock img.aligleft {
	max-width: 50% !important;
	height: auto;
}

@media only screen and (max-width: 600px) {
	
	article .picblock img.alignright, 
	article .picblock img.alignleft {
		float: none;
		clear: both;
		display: block;
		max-width: 100% !important;
		margin: 0 0 15px 0;
	}	
	
}


article table {
	margin: 15px 0px;
	padding: 0;
	border: 0;
}

article table td {
	min-width: 20px;
	padding: 3px 8px 5px 8px;
	vertical-align: top;
	border: 1px solid #e2e2e2;
}

article table thead td {
	background: #eeeeee;
	font-weight: normal;
	color: #7f7f7f;
	font-size: 0.85em;
	text-transform: uppercase;
	padding-bottom: 3px;
}

article table tr, 
article table td {
	height: auto !important;
}

article table tr, 
article table td {
	height: auto !important;
}


@media screen and (max-width: 600px) {
	
	article table { width: 100%; }
	article table thead { display: none; }
	article table tbody td { display: block; }
	article table td { border-top: 0; }
	article table tr td:first-child { border-top: 1px solid #e2e2e2; }
	article table tr td:last-child { margin-bottom: 10px; }
		
	article table tbody td:before { 
		content: attr(data-th); 
		display: block; 
		color: #9e9e9e;
		font-size: 0.85em;
		text-transform: uppercase;
		margin-bottom: -2px;		
	}
	
}


article table td.spacer {
	width: 15px;
}

article table.listing td:first-child {
	width: 1%;
	white-space: nowrap;
	padding-right: 15px;
}


article .article-pic {
	margin-bottom: 20px;
	line-height: 0;
}


#article-list {
}

#article-list li {
	list-style: none;
	margin-left: 0;
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #ededed;	
}

#article-list a:last-child li {
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #ededed;		
}

#article-list a {
	text-decoration: none;
}

#article-list li:hover {
	border-top: 1px solid #000000;
}

#article-list li .date {
	font-size: 0.8em;
	color: #939393;
	margin-left: 5px;	
}

#article-list .article-meta {
	display: none;
	color: #858585;
	font-size: 0.85em;
	margin-top: 10px;
}


@media only screen and (max-width: 700px) {

	#entry-content { font-size: 0.9em; }
	h1 { font-size: 1.8em; }
	h2 { font-size: 1.5em; }
	h3 { font-size: 1.3em; }
	h4 { font-size: 1.15em; }
	h5 { font-size: 1.1em; }
		
}



/* TEMPLATING
/* ------------------------------------------------------------------------- */


article a.button, 
article p.button a {
	
	padding: 6px 10px 7px 10px;
	margin: 20px 0px 12px 0px;
	display: inline-block;	
	line-height: 1em;
	height: auto;
	font-size: 1.1em;
	width: auto;
	text-decoration: none !important;
	background: #999999;
	color: #ffffff !important;	
	font-weight: 500;
}

article a.button:hover, 
article p.button a:hover {
	background-color: #434343;
	color: #FFFFFF;
	border-color: #000000;
	cursor: pointer;	
}

article .sharefb {
	margin-bottom: 0 !important;
}

.scrolltotop {
	display: none;
	position: fixed;
	z-index: 100;
	width: 30px;
	height: 30px;
	bottom: 20px;
	right: 20px;
	opacity: 0.4;
	background: url(../images/arrow-top.svg) no-repeat;
}

.scrolltotop:hover {
	opacity: 1;
}


#page_lightbox {
	padding-right: 0 !important;
}

#page_lightbox .scrolltotop {
	display: none !important;
}


#page_lightbox .logo {
	display: inline-block;
	border: 1px solid #ececec;
	margin-bottom: 25px;
}

#page_lightbox {
	background: none;
}

#page_lightbox #content {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0 !important;
}

#page_lightbox #mobimenu {
	display: none !important;
}

#page_lightbox header {
	display: none;
}

#page_lightbox #header-container {
	border-bottom: 0;
}

#page_lightbox .conblock {
	margin-top: 0;
	padding: 30px 40px;
}

#page_lightbox .wp-post-image {
	border: 1px solid #c1c1c1 !important;
	margin-bottom: 20px;
}

#page_lightbox footer {
	display: none;
}



/* PAGE MODS AND SPECIALS
/* ------------------------------------------------------------------------- */


#page_home h1 {
	background: #999999;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 16px;
	padding-top: 12px;
}

#page_home h5 {
	margin-top: -10px;
}


.historybox {
	display: block;
	background: #ffffff;
	margin-bottom: 10px;
}

.historybox .pic {
	line-height: 0;
}

.historybox .pic img, 
.historybox .nopic {
	display: inline-block;
	float: right;
	width: 140px;
	height: auto;
	margin-left: 40px;
	background: #d3d3d3;
}

.historybox .nopic {
	min-height: 185px;
}

.historybox .text {
	width: 75%;
	padding: 10px 15px;
	font-size: 0.95em;
}

.historybox .text p {
	margin-bottom: 0.4em !important;
	line-height: 1.35em !important;
}

.historybox .text p:first-child strong {
	display: block;
	font-size: 1.5em;
	font-family: "Barlow Semi Condensed";
	font-weight: 300;
	color: #999999;
	margin-bottom: 13px;
	margin-top: 5px;
}


@media screen and (max-width: 600px) {
	
	.historybox .pic {
		display: block;
		width: 100%;
		background: #d3d3d3;
	}
	
	.historybox .pic img {
		float: none;
		margin-left: 0;
	}
	
	.historybox .nopic {
		float: none;
		width: 100%;
		min-height: 20px;
		margin-left: 0;
	}
	
	.historybox .text {
		width: 100%;
	}
	
}



/* ARTICLES
/* ------------------------------------------------------------------------- */


.articles {
	
}

.articles .entry {
	background: #ffffff;
	border: 2px solid #ffffff !important;
	margin-bottom: 20px !important;
}

.articles .entry:hover {
	border: 2px solid #ffffff !important;	
}

.articles .desc {
	font-size: 0.95em;
	height: auto !important;
}

.articles .desc .excerpt {	
}

.articles .desc .excerpt, 
.articles .desc .excerpt * {
	color: #4d4d4d !important;
}

.articles h4 {
	font-size: 1.4em;
}

.articles .date {
	display: none;
	margin-top: -5px;
	margin-bottom: 5px;
	color: #4d4d4d;
}


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

	.articles.stripes .entry .pic {
		width: 28%;
	}

	.articles.stripes .entry .desc {
		width: 70%;
	}	
	
}

#page_aktuell .articles {
	margin: 30px 0px 0px 0px !important;	
}

#page_aktuell .articles .date {
	display: block;
}

#page_aktuell .articles .title {
	font-size: 1.1em;
	margin-bottom: 0;
}


#articles-kuenstler {

}

#articles-kuenstler .entry {
	border: 0 !important;
	background: #ffffff;	
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;		
}

#articles-kuenstler .desc {
	height: auto !important;
	padding: 4px 8px !important;
}

#articles-kuenstler h4 {
	margin-bottom: 0 !important;
	font-size: 1.05em !important;
	padding-bottom: 4px;
	color: #808080;
}

#articles-kuenstler .pic {
	padding: 2px;
}

#articles-kuenstler .pic img {
	width: 100%;
	height: auto;
	filter: grayscale(1);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;	
}


@media screen and (min-width: 1050px) {
	
	.articles .entry:hover {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);			
	}
	
	#articles-kuenstler .entry:hover {
		background: #808080 !important;
	}
		
	#articles-kuenstler .entry:hover h4 {
		color: #ffffff !important;
	}
	
	#articles-kuenstler .entry .pic img {
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;		
	}
	
	#articles-kuenstler .entry:hover .pic img {
		filter: none;
	}	

}


.artistbox {
	background: #999999;
	border: 2px solid #ffffff;
}

.artistbox * {
	color: #ffffff !important;
}

.artistbox .text {
	padding: 20px;
}

.artistbox .pic {
	float: right;
	width: 250px;
	height: auto;
	margin-left: 30px;	
	line-height: 0;
}

.artistbox .pic img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 550px) {
	
	.artistbox .pic {
		float: none;
		margin: 0;
		width: 100%;
		margin-left: 0;
	}	
	
}



/* SIDEBARS
/* ------------------------------------------------------------------------- */

#rightbar {
	float: right;
	width: 230px;
	display: none;
}

#leftbar {
	float: left;
	width: 200px;
}

aside {
	font-size: 0.9em;
	line-height: 1.4em;
}

aside .widget {
	overflow: hidden;
}

.widgettitle {
	font-size: 1.2em;
}

.sidebar #searchform input[type=text] {
	width: 68%;
	float: left;
	font-size: 1.1em;
}

.sidebar #searchform input[type=submit] {
	float: right;
	margin: 0 0;
}




/* COMMENTS
/* ------------------------------------------------------------------------- */

#comments {
	display: none;
	font-size: 0.85em;
	padding-top: 30px;
	border-top: 1px solid #ededed;
	margin-top: 30px;
	line-height: 1.35em;
}


#comments .comments-title {
	margin-top: 0;
}

#comments .commentlist {
	margin: 30px 0px;
}

#comments .commentlist li {
	list-style: none;
	padding: 15px;
	padding-bottom: 0px;
	margin-left: 0;
	margin-bottom: 10px;
	border-left: 5px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

#comments .form-allowed-tags {
	font-size: 0.9em;
}

#comments .comment-edit-link {
	display: none;
}

#comments .comment {
	position: relative;
	background-color: #fcfcfc;
}

#comments .comment * {
	color: #4e4e4e;
}

#comments .comment .comment-author {
	margin-bottom: 10px;
}

#comments .comment cite {
	font-style: normal;
	position: absolute;
	top: 13px;
	left: 70px;
}

#comments .comment .comment-meta {
	position: absolute;
	top: 33px;
	left: 70px;
}

#comments .comment .comment-meta a {
	text-decoration: none;
}

#comments .comment .says {
	display: none;
}

#comments #respond {
	width: 80%;
}

#comments #respond textarea {
	width: 100%;
}

#comments .comment-reply-link {
	position: absolute !important;
	top: 7px; right: 7px;
	padding: 5px 8px 3px 10px;	
	display: inline-block;
	text-decoration: none !important;
	background-color: #b5b5b5;
	color: #FFFFFF;
	font-size: 0.9em;
	width: auto;	
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	position: relative;
}

#comments .comment-reply-link:hover {
	background-color: #000000;
	color: #FFFFFF;
	border-color: #000000;
	cursor: pointer;	
}

#comments #cancel-comment-reply-link {
	display: block;
}

#comments .logged-in-as a {
	margin-right: 3px;
}




/* FORMULARE
/* ------------------------------------------------------------------------- */

form {
}

form * {
	color: #666666;
	font-family: inherit;
}

form label {
	text-transform: uppercase;
	font-size: 0.95em;
	padding-right: 15px;
	white-space: nowrap;
	margin-bottom: 5px;
}

form .wpcf7-not-valid-tip {
	border: none !important;
	background-color: #e5e5e5 !important;
	top: -6px !important;
	left: auto !important;
	right: 1px !important;
	padding: 3px 10px 4px 10px !important;
	width: auto !important;
	text-align: right !important;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;		

	position: relative;	
}

form .wpcf7-response-output {
	background-color: #e5e5e5 !important;
	border: none !important;
	margin: 0 !important;
	padding: 8px 10px 8px 10px !important;
	margin: 20px 0px 20px 0px !important;
	font-size: 0.9em !important;
	width: 342px;
	line-height: 1.2em !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	position: relative;
}

form input, 
form textarea {
	display: block;
	border: 1px solid #e0e0e0;
	padding: 5px;
	font-size: 1em;
	width: 350px;
	max-width: 100%;
	margin-bottom: 4px;		
	position: relative;
}

form input[type=radio] {
	display: inline-block;
	width: auto;
}

form input:focus, 
form textarea:focus {
	background-color: #f9f9f9;	
}

form input[type=submit] {
	background-color: #999999;
	color: #FFFFFF;
	padding: 8px 10px 7px 10px;
	font-size: 0.9em;
	width: auto;
	margin-top: 32px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;	
	border: 0;
}

form input[type=submit]:hover {
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
}

form p.form-submit {
	margin-bottom: 0;
}



/* FOOTER
/* ------------------------------------------------------------------------- */


footer {
	background: #ffffff;
	margin-bottom: 10px;
}

footer #footer-container {
	max-width: 892px;
	margin: 0px 0px 0px 0px;
	padding: 25px 40px;
	line-height: 1.2em;
	margin: 0 auto;	
}

footer * {
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
	color: inherit;
}

footer .icon {
	margin-right: 18px;
	float: left;
}

#credits {
	display: block;
	font-size: 13px;	
}

#credits a {
	color: #949494;	
}

#address {
	font-size: 15px;
	margin-bottom: 6px;
}

#address .el {
	display: inline-block;
	white-space: nowrap;
}

footer #soc {
	display: block;
	margin: 15px 0px 25px 0px;
}

footer #soc a {
	display: inline-block;
	line-height: 1em;
	padding: 6px 8px 8px 8px;
	background: #515151;
	color: #ffffff;
	text-decoration: none;
	margin-right: 6px;
	border-radius: 3px;
	border: 1px solid #515151;
}

footer #soc a:hover {
	background: #ffffff;
	color: #646464;
}

footer .socfb img {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 30px;
	height: 30px;
	opacity: 0.5;
}

footer .socfb img:hover {
	opacity: 1;
}

#footer-widgets {
	
}

#footer-widgets li {
	display: block;
}

#footer-widgets .widgettitle {
	display: none;
}

#footer-widgets .address {
	font-size: 14px;
	margin-bottom: 20px;
}

#footer-widgets .address * {
	white-space: normal;
}

#footer-widgets .address nobr {
	display: inline-block;
}

#footer-widgets .address .sep {
	display: inline-block;
	padding: 0px 7px;
	text-align: center;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);		
}



#copyright {
	display: inline-block;
}

footer .credits {
	margin-top: 10px;
	font-size: 0.8em;
	opacity: 0.5;
}

#nav-footer {
	display: inline-block;
	float: right;
}

#nav-footer-menu {
}

#nav-footer li a:hover {
}

footer .menu a {
	letter-spacing: 0;
}

footer .menu .current-menu-item a {
}

footer .menu {
}

footer .menu li {
	float: left;
	margin-right: 10px;
}

footer .menu li:first-child {
	padding-left: 0;
	border-left: 0;
}


@media only screen and (max-width: 800px) {
	
	#footer-widgets .address { text-align: left; }
	#footer-widgets .address nobr { display: block; }	
	#footer-widgets .address .sep {	display: none; }
	
	#nav-footer {
		float: none;
		display: block;
		margin-top: 20px;
	}
	
	#nav-footer li {
		float: none;
		display: block;
		margin: 0px 0px 5px 0px;
	}

}


/* PRINT STYLES
/* ------------------------------------------------------------------------- */


@media print {

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    body {
	    padding: 0 0;
	    font-size: 85%;
    }
    
    #nav-main {
	    display: none;
    }
    
    #logo {
	    text-indent: 0;
	    width: auto;
	    height: auto;
	    font-size: 1.3em;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    article a[href]:after {
        content: " (" attr(href) ")";
    }

    article abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after, 
    a[href$=".jpg"]:after, 
    a[href$=".gif"]:after, 
    a[href$=".png"]:after {
        content: "" !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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



/* PLUGIN STYLING
/* ------------------------------------------------------------------------- */


@media only screen and (max-width: 650px) {
	.metaslider { font-size: 2em; }
}

.metaslider.nav-hidden .flexslider {
	overflow: hidden;
}

.slides .layer * {
	color: #ffffff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.85); 	
	font-family: inherit !important;
	line-height: 1.25em !important;		
}

.slides .layer strong {
	font-weight: 500;
}

.fbx-caption-title {
	color: #ffffff !important;
}

#wpgmza_map {
	float: none !important;
}

.youtube-embed {
	margin: 30px 0px; 
}

.foogallery-default.alignment-center {
	text-align: left !important;
}

.foogallery-justified {
	border: 1px solid #dadada;
	border-radius: 3px;
}


.mailpoet_form label {
	font-weight: 500 !important;
}

.mailpoet_checkbox_label {
	text-transform: none;
	white-space: normal !important;
}

.mailpoet_text {
	width: 300px !important;
	max-width: 100%;
}

