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

@import url("//hello.myfonts.net/count/3bd261");
@import url("//hello.myfonts.net/count/3bd261");
  
@font-face {
  font-family: 'BrandonRegular';
  src: url('fonts/BrandonGrotesqueWeb-Regular/font.woff2') format('woff2'), url('fonts/BrandonGrotesqueWeb-Regular/font.woff') format('woff');
}

@font-face {
  font-family: 'BrandonMedium';
  src: url('fonts/BrandonGrotesqueWeb-Medium/font.woff2') format('woff2'), url('fonts/BrandonGrotesqueWeb-Medium/font.woff') format('woff');
}


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



* { 
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
	font-variant-ligatures: none;
	-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 {
	min-height: 100%;	
}

body {
	font-family: "BrandonRegular", "Calibri", "Arial", "sans-serif";	
	font-weight: 400;	
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	background: #ffffff;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

.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: 300 !important;
}

.red {
	color: #c60000;
}

.color1 {
	color: #f7a416;
}

.color2 {
	color: #243066;
}

.colortext {
	color: #f7a416;
}

hr {
	display: none;
}



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


#entry-content {
	width: 100%;
	max-width: 100%;
	padding: 50px 50px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	float: none;
}

#page_home #entry-content {
	padding-top: 0;
}


.has-white-color {
	color: #ffffff !important;
}

.has-black-color {
	color: #000000 !important;
}

.has-grey-color {
	color: #919191 !important;
}

.has-lightgrey-color {
	color: #eaeaea !important;
}

.has-color-1-color {
	color: #243066 !important;
}

.has-color-2-color {
	color: #f7a416 !important;
}

.has-white-background-color {
	background-color: #ffffff !important;
}

.has-black-background-color {
	background-color: #000000 !important;
}

.has-grey-background-color {
	background-color: #919191 !important;
}

.has-lightgrey-background-color {
	background-color: #eaeaea !important;
}

.has-color-1-background-color {
	background-color: #243066 !important;
}

.has-color-2-background-color {
	background-color: #f7a416 !important;
}


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

.alignwide {
	max-width: 1200px;
}

.alignwide > div {
	padding: 35px 50px;
}

.alignfull > div {
	max-width: 1200px;
	padding: 35px 50px;
	margin: 0 auto;
}

.narrowtext > div {
	max-width: 1050px;
}


.wp-block-group {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.wp-block-group.has-background {
}

#entry-content > .wp-block-group:last-child {
	margin-bottom: 30px !important;
}

.wp-block-image {

}

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

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

.wp-block-image, 
.wp-block-cover, 
.wp-block-kioken-imagebox {
	line-height: 0;
}

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

.wp-block-image a {
	border-bottom: 0 !important;
}

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


.onlymobile { 
	display: none;
}

@media only screen and (max-width: 800px) {
	.onlydesktop { display: none; }
	.onlymobile { display: block; }
}

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

.wp-block-coblocks-accordion-item__title {
	background: #dfdfdf !important;
}


.wp-block-gallery, 
.coblocks-gallery {
	margin: 30px 0px;
}

.wp-block-gallery li, 
.coblocks-gallery li {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	background: none !important;
}

.wp-block-gallery li img, 
.coblocks-gallery img {
}

.wp-block-gallery.is-cropped .blocks-gallery-image a, 
.wp-block-gallery.is-cropped .blocks-gallery-image img, 
.wp-block-gallery.is-cropped .blocks-gallery-item a, 
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: 100% !important;
}

.flickity-button {
	background: rgba(255,255,255,0.55);
}


.wp-block-kioken-spacer {
	margin: 2.5em 0px;
	opacity: 0.6;
}

.wp-block-kioken-spacer .spacer-line {
	max-width: 48% !important;
}


@media only screen and (max-width: 520px) {
	
	#entry-content {
		padding: 40px 30px;
	}
	
	.alignfull > div, 
	.alignwide > div {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.wp-block-group.has-background {
		padding: 0;
	}
	
	.wp-block-kioken-spacer {
		margin: 2em 0px;
	}
	
	.wp-block-group {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}	

}


/* COLUMNS 3% SPACING */


.wp-block-columns {
	clear: both;
	margin-bottom: 20px !important;
}

.wp-block-columns .wp-block-column {
}

.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) {
	
}

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

	.wp-block-columns { display: block !important; }
	
	.wp-block-columns .wp-block-column { 
		width: 100% !important; 
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 1em !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;	
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);	
	box-shadow: none;
}

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

#top-bar {
	display: block;
	position: fixed;

	width: 100%;
	top: 0px;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 70px;	
	background: #ffffff;	
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);		
}

#page_home #top-bar {
	padding-bottom: 20px;
	background: transparent;
}

header {
	display: block;
	position: relative;
}

#navi-bar {
	display: inline-block;	
	float: right;
	margin-top: 17px;
}

#navi-container {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px;
}


header #logo-bar {
	display: block;
	max-width: 100%;
	padding: 0px 50px;	
	margin: 0px auto;
}

header #logo-container {

}

header #logo-bar a {
	line-height: 0;
}

#logo {
	display: inline-block !important;
	margin-bottom: 0 !important;
	max-width: 100%;
	width: 400px;
	height: 105px;
	background: url(../images/nb3-logo-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);		
}

#page_home #logo {
	background-image: url(../images/nb3-logo-1.png);	
}

#slogan {
	display: inline-block;
	float: right;
	padding-top: 5px;
	font-size: 1.4em;
	color: #878786;
}


.wpml-ls-legacy-list-horizontal {
	padding: 0px;
	clear: none;
	width: auto;
	border: 0;
	float: right;
	margin-top: 5px;
}

.wpml-ls-legacy-list-horizontal li a {
	padding: 5px 0px 5px 10px;
	color: #243066 !important;
	
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
	color: #949494 !important;
}


.tinyheader {
	background: #ffffff !important;
}

.tinyheader #logo {
	width: 250px;
	height: 65px;
	background-image: url(../images/nb3-logo-2.png) !important;
}

.tinyheader #navi-bar {
	margin-top: 10px;
}



#socfb {
	display: none;
}


.wp-block-nextend-smartslider3 {
	margin-bottom: 50px;
}


@media only screen and (min-width: 960px) {
	
	#logo-container { display: inline-block; }
	
}

@media only screen and (max-width: 959px) {
	
	#top-bar { position: static; padding-bottom: 0; }
	#breadcrumbs { position: static !important; }
	#content { margin-top: 0 !important; }
	#logo {	background-image: url(../images/nb3-logo-2.png) !important;	}		
	
	#slogan { display: none; font-size: 1.2rem; }
	
	#navi-bar { font-size: 0.75rem; margin-top: 6px; }
	#navi-bar ul li a { padding: 8px 8px !important; }
	
}

@media only screen and (max-width: 590px) {
	
	#navi-bar { margin-top: -5px; }
	header #logo-bar { padding: 0px 20px; }
	#breadcrumbs { padding: 15px 20px !important; font-size: 0.8em !important; }
	#slogan { float: none; clear: both; margin-top: 30px; font-size: 1.2em; }	
	
}

@media only screen and (max-width: 520px) {
	
	#wrapper { margin-bottom: 0px; }
	header { padding: 0px 0px !important; }
	#rightbar { margin-left: 20px !important; }
	footer #footer-container { padding: 20px 30px !important; }
	
	#logo-container { width: 80%; float: left; }
	#logo { height: 90px; }	
	
}

@media only screen and (max-width: 400px) {
	
	#logo { height: 80px; }
	
}

@media only screen and (max-width: 350px) {
	
	#logo { height: 70px; }
	#menu-hamburger { margin-top: 2px !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 {
	position: relative;
	float: left;
}

#nav-main .menu ul {

}

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

#nav-main li, 
#nav-sections li {
	float: left;
	text-align: center;
	display: inline-block;
	line-height: 1.3em;
	
}

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

#nav-main li a, 
#nav-sections li a {
	display: inline-block;
	position: relative;
	text-decoration: none !important;
	padding: 12px 0px;
	margin-left: 24px;
	float: left;
	font-size: 1.2em;
	color: #f7a416;	

	font-weight: 400;	
	letter-spacing: 0px; 	
}

#nav-main li a:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	background: #f7a416;
	transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);	
}

#page_home #nav-main li a {
	color: #ffffff;
}

#page_home #nav-main li a:after {
	background: #ffffff;
}

#nav-main li a:hover, 
#nav-main li.sfHover > a, 
#nav-sections li a:hover {

}

#nav-main li a:hover:after {
	width: 100%;
}

.tinyheader #nav-main .menu ul li > a, 
#page_home .tinyheader #nav-main .menu ul li > a {
	color: #f7a416;
}

.tinyheader #nav-main .menu ul li a:after {
	background: #f7a416 !important;
}

#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;
	background: #ffffff;
	color: #243066 !important;
}




#nav-main .children, 
#nav-main .sub-menu {
	display: block;
	visibility: hidden;
	position: fixed;
	opacity: 0;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 50px 50px;
	padding-top: 100px;
	text-align: center;
	background-color: #f7a416;
	transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);	
}

.tinyheader #nav-main .children {
	margin-top: -42px;
}

#nav-main .children.active {
	display: block;
	visibility: visible;
	opacity: 1 !important;
	bottom: 0px;
	right: 0px;
}

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

#nav-main .children li a, 
#nav-main .sub-menu li a {
	float: none;
	display: inline-block;
	border: 0;
	padding: 6px 0px;
	line-height: 1.1em;
	min-width: 140px;
	font-size: 1.6em;
	margin-left: 0 !important;
	margin-top: 15px !important;
	color: rgba(255,255,255,0.75) !important;
}

#nav-main .children li a:hover, 
#nav-main .sub-menu li a:hover, 
#nav-main .children li.current_page_item a {
	background: none;
	color: rgba(255,255,255,1);
}

#nav-main .children li a:after {
	background: #ffffff !important;
}

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



a.closemenu {
	clear: both;
	display: inline-block;
	padding: 10px 30px !important;
	line-height: 1em !important;
	font-size: 0.85em !important;
	color: #ffffff !important;
	margin: 0 auto !important;
	float: none !important;
	border: 1px solid #ffffff;
	border-radius: 20px;
	margin-top: 50px !important;
}

a.closemenu:hover {
	background: #ffffff !important;
	color: #f7a416 !important;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);	
}

a.closemenu:after {
	display: none !important;
}


/* MOBILE NAV */

#menu-hamburger {
	display: none;
	float: right;
	padding: 7px 0px;
	height: 38px;
	margin-right: 0px;
	margin-top: 5px;
}

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



@media screen and (max-width: 959px) {
	
	#menu-hamburger {
		display: inline-block;
	}
	
	header #navi-container {	
		
	}
	
	header #slogan {
	}
	
	#logo {
		float: none;
	}
	
	.menu-icon { 
		display: inline-block;
		margin-top: 2px;
	}
	
	#socfb {
		float: none;
		margin-right: 10px;
	}	
	
	#top-bar {
	}
	
	#content {
	}
	
	#nav-main, 
	#nav-sections {
		display: none;
		font-size: 0.95em;
		min-width: 100%;
		max-width: 100%;
		position: fixed;
		left: 0; top: 0;
		z-index: 100;
		margin-top: 0;
		background: #243066;			
		height: 100%;
	}
	
	#nav-main .menu, 
	#nav-sections .menu {
		padding: 20px;
		padding-top: 60px;
	    overflow: auto;
	    position: absolute;
	    bottom:0;
	    left:0;
	    right:0;
	    top:0;	
	    width: 420px;
	    max-width: 100%;
	    margin: 0 auto;	
	}	
	
	#nav-main li, 
	#nav-sections li {
		display: block;
		float: none;
		text-align: left;
		margin: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		border-right: 0 !important;
	}
	
	#nav-main li:first-child, 
	#nav-sections li:first-child {
		display: block;
		border-top: 1px solid rgba(255,255,255,0.2);
		border-left: 0 !important;		
	}
	
	#nav-main .children li {
		border-bottom: 0;
		border-top: 0;
	}
	
	#nav-main li a, 
	#nav-sections li a {
		display: block;
		float: none;
		height: auto;
		max-width: 100%;
		font-size: 1.3rem;
		color: #ffffff !important;
		margin-left: 0 !important;
		padding: 10px 0px 10px 0px;
		background: none !important;
	}
	
	#nav-main li.current_page_item > a, 
	#nav-main li.current_page_parent > a {
		color: #ffffff !important;
		font-weight: 600 !important;
	}
	
	#nav-main li a:after {
		display: none !important;
	}
	
	#nav-main .children, 
	#nav-main .sub-menu {
		position: static;
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		margin: 0 auto;
		margin-bottom: 0px;
		margin-top: 10px;
		border: 0;
		padding: 10px 10px 0px 10px;
		background: transparent;
		border-radius: 0 !important;
	}
	
	#nav-main .children li, 
	#nav-main .sub-menu li {
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
		padding-top: 0px;
	}
	
	#nav-main .children li a, 
	#nav-main .sub-menu li a {
		color: #ffffff !important;
		padding: 4px 0px !important;
		font-size: 1rem !important;
		margin-top: 8px !important;
		margin-bottom: 0px !important;
	}	
	
	#nav-main .current_page_item .children, 
	#nav-main .current_page_item .sub-menu {
		border-top: 0;
	}

	#nav-main .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;
	}	
	
	#nav-main .closemenu {
		display: none !important;
	}
	
}

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


/* ALT NAVIGATION */

#nav-alt {
	float: right;
	padding-top: 7px;
}

#nav-alt li {
	border-left: 1px solid #ffffff;
	display: inline;
}

#nav-alt li:first-child {
	border-left: 0;
}

#nav-alt li a {
	padding: 6px 6px 6px 8px;
	font-size: 0.85em;
}





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

#content {
	max-width: 1050px;
	position: relative;
	display: block;
	margin: 0 auto;
	clear: both;
	min-height: 200px;
	word-wrap: break-word;
	min-height: 350px;
	font-weight: 300;
	font-size: 1.1em;	
	color: rgba(0,0,0,0.75);	
}

#page_home #content {
	margin-top: 0 !important;	
}

#page_shortcodes #content {
	font-size: 1.2em;
}



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

#single {
}

article {
	line-height: 1.35em;
}

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: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	clear: both;
	padding: 18px 50px;
	font-size: 1em;
	background-color: #ffffff;
	border-top: 1px solid rgba(36,48,102,0.2);
	border-bottom: 1px solid rgba(36,48,102,0.2);	
	margin-bottom: 0px;
	line-height: 1em;
	color: #243066;	
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);	
}

#page_home #breadcrumbs {
	display: none !important;
}

#breadcrumbs a {
	text-decoration: none;
	color: #243066;	
	opacity: 0.6;
}

#breadcrumbs a:hover {
	opacity: 1;
}

#breadcrumbs .sep {
	font-size: 1em;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
}

#breadcrumbs .current {
	color: #f7a416 !important;
}

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

b, strong {
	font-weight: 600;
}

.small {
	font-size: 0.85em;
}

.smaller {
	font-size: 0.8em;
	line-height: 1.35em;
}

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: 23px;
	margin-bottom: 4px;

}

article a {
	color: #243066;
	cursor: pointer;
	text-decoration: none;
}

article a:hover {
	color: #f7a416;
	border-bottom-color: #f7a416;
}

article a::before {
	content: "\2192";
	margin-right: 10px;
}


h1, h2, h3, h4, h5 {
	margin-bottom: 0.8em;
	margin-top: 1em;
	line-height: 1.2em;	
	color: #243066;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: "BrandonMedium";	
}

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

h1 {
	font-size: 2em;
	font-weight: 400;
	margin-top: 1.8em;
	margin-bottom: 1.2em;
	line-height: 1em;	
}

h2 {
	font-size: 1.7em;
	font-weight: 300;
	letter-spacing: -1px;
	padding-bottom: 10px;
	margin-bottom: 0.9em;
}

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

h4 {
	font-size: 1.2em;
	font-weight: 300;
}

h5 {
	font-size: 1em;
	margin-bottom: 0.2em;
}

h1 + h2 {
}

.headline-single {
	margin-top: 0.4em !important;
}

.wp-block-group__inner-container > h2, 
.wp-block-group__inner-container > h3 {
	margin-top: 0;
}


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;
	padding-top: 1.2em !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 {

}

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

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

.back {
	margin: 1.5em 0;
	font-size: 0.9em;
}

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: 590px) {
	
	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 {
	color: #858585;
	font-size: 0.85em;
	margin-top: 10px;
}


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

	#entry-content { font-size: 0.85em; }
	.articles { font-size: 1em !important; }
	article { line-height: 1.45em !important; }
	h1 { font-size: 1.6em; }
	h2 { font-size: 1.4em; }
	h3 { font-size: 1.25em; }
	h4 { font-size: 1.15em; }
	h5 { font-size: 1.1em; }
	
	article li { background-position-y: 8px; }
	article li { background-size: 14px 14px; }	
		
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
	
	#top-bar, 
	#content, 
	footer { 
		padding-right: env(safe-area-inset-right);
		padding-left: env(safe-area-inset-left);
	}
	
	#navi-bar {
		font-size: 0.85rem;
	}
	
}


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

	#entry-content { font-size: 1em; }
		
}

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

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

	#entry-content { font-size: 0.9em; }
	article li { background-position-y: 7px; }
	
}

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

	#entry-content { font-size: 0.85em; }
	article li { background-position-y: 6px; }
	article li { background-size: 11px 11px; }
	
}




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

form {
}

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

form label {
	font-size: 1rem;
	padding-right: 15px;
	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;
	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;		
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	position: relative;
}

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

form input:focus, 
form textarea:focus {

}

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


.wpcf7-form * {

}
.wpcf7-form label, 
.wpcf7-form label span {
	margin-bottom: 0 !important;	
	color: #243066;	
}

.wpcf7-form p {
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap input {
	margin-bottom: 0;
	margin-top: 0px;
	padding: 8px 0px;
	line-height: 1em;
	font-size: 18px;
	background: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #243066;
	color: #243066;
	font-weight: 600;
}

.wpcf7-form-control-wrap input[type=checkbox] {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	border: 1px solid #243066;
}

.wpcf7-form input[type=submit] {
	border: 0 !important;
	margin-bottom: 0 !important;
}

.dsgvo {
	padding-top: 15px;
}	

.wpcf7-acceptance > span {
	margin-left: 0;
	line-height: 1.1em !important;	
}

.wpcf7-acceptance .wpcf7-list-item-label {
	text-transform: none !important;
	font-size: 0.95rem !important;
	color: #243066;
}

.wpcf7-form .quiz label {
	padding-right: 0 !important;
	
}

form .cols {
	margin-bottom: 15px !important;
}



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


.bgcol {
	padding: 15px;
	background: rgba(0,0,0,0.15);
}

.bild {
	margin: 0.7em 0 !important;
}

.bild a {
	border-bottom: 0 !important;
}

.bild img {
	border-radius: 20px !important;
}

.bildbox {
	display: block;
	margin: 40px 0px 50px 0px;
	background: none;	
}

.bildbox h4 {
	font-weight: 500 !important;
}

.bildbox img {
}

.wp-block-kioken-imagebox__inner {
	padding: 1.8rem 1.8rem;
}

@media screen and (max-width: 600px) {
	
	.bildbox {
		margin: 25px 0px 25px 0px;
	}
	
	.bildbox .the-content {
		font-size: 1rem !important;
	}
	
	.bildbox .the-content h4 {
		font-size: 1em !important;
		margin-bottom: 0 !important;
	}	
	
}

@media screen and (max-width: 450px) {
	
	.wp-block-kioken-imagebox__inner {
		padding: 0px 1.3rem;
		padding-bottom: 1.3rem;
	}
	
}

@media screen and (max-width: 355px) {
	
	.wp-block-kioken-imagebox__inner {
		display: none;
		height: 0 !important;
	}
	
	.bildbox {
	}
	
}


.rahmen-grau img {
	display: inline-block;
	border: 1px solid #dadada !important;
	border-radius: 6px !important;
	margin: 10px 0px 20px 0px;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.has-background {
}

.cta {
	display: block;
	margin: 20px 0px;
	margin-top: 35px;
}



.articles.stripes {
	font-size: 1em;
}

.articles {
	font-size: 0.8em;
}

.articles .entry {
	border: 0 !important;
	background: none;
	padding-left: 0;
	box-shadow: 0px 15px 30px -15px rgba(0,0,0,0.2);	
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);	
}

.articles .entry:hover {
	border: 0 !important;
	transform: translate3d(0,5px,0) scale3d(1.02,1.02,1.02);
	box-shadow: 0px 15px 30px -12px rgba(0, 0, 0, 0.5);
}

.articles .desc {
	padding: 10px 12px !important;	
}

.articles .desc .excerpt {
	line-height: 1.35em;
	font-size: 1em;
}

.articles .desc .excerpt, 
.articles .desc .excerpt * {
}

.articles h4 {
	font-size: 1.15em;
	font-weight: 600;
	color: #f7a416;
}

.articles .noexcerpt h4 {
	margin-bottom: 0;
}

.articles .entry:hover * {
}

.articles img {
}

.articles.stripes {
	margin-bottom: 0 !important;
}

.articles.stripes .pic {
	background: #dbdcdb;
	width: 30% !important;
	padding: 0px;
	border-radius: 0px;
}

.articles.stripes .pic img {
}

.articles.stripes .desc {
	width: 68% !important;
}

.articles.stripes h4 {
	margin-bottom: 0.9em;
	font-size: 1.15em;
}

.streifen {
	border: 1px solid #dbdcdb !important;
	border-radius: 6px;	
	margin-bottom: 3%;
	background: url(../images/stripe.png) no-repeat left top;
	background-size: 10% auto;
}

.streifen:hover {
	border: 1px solid #a7a8a8 !important;
}

.streifen a {
	display: inline-block;
	margin-left: 12%;
	width: 88%;
	padding: 10px;
	text-decoration: none;
}

.streifen:hover a {
	color: #f7a416;
}

#articles-kulturverein .pic {
	display: none;
}

#articles-kulturverein .desc {
	width: 100% !important;
	padding: 16px 20px !important;
}


@media screen and (min-width: 1000px) {
	
	.articles.stripes {
		font-size: 0.95em !important;
	}
	
}


@media screen and (max-width: 650px) {
	
	.articles.stripes h4 {
	}
	
	.articles.stripes .pic {
		display: block;
		width: 100% !important;
		float: none !important;
	}
	
	.articles.stripes .desc {
		display: block;
		width: 100% !important;
		float: none !important;
	}	
	
	.articles.stripes .entry {
		margin-bottom: 30px !important;
	}
	
}


article a.button, 
article p.button a, 
article a.buttonfull, 
article p.buttonfull a, 
article a.bubble, 
article form input[type=submit], 
article .wp-block-button__link, 
article .wp-block-file a {
	border-radius: 24px;
	padding: 14px 24px 14px 24px;
	margin: 12px 12px 12px 0px;
	display: inline-block;	
	line-height: 1em;
	font-size: 1.1rem;
	width: auto;
	text-decoration: none !important;
	background: #f7a416;
	color: #ffffff !important;	
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);		
}

article a.button:hover, 
article p.button a:hover, 
article a.buttonfull:hover, 
article p.buttonfull a:hover, 
article a.bubble:hover, 
article form input[type=submit]:hover, 
article .wp-block-button__link:hover, 
article .wp-block-file a:hover {
	background-color: rgba(0,0,0,0.3);
	color: #FFFFFF;
	border-color: #000000;
	cursor: pointer;	
}

article a.buttonfull, 
article p.buttonfull a {
	display: block;
	width: 100%;
}

article p.button, 
article .wp-block-file {
	margin: 0 !important;
}

article .button a:before, 
article .wp-block-file a:before {
	content: '';
	display: none;
}


#thesaurus {
	text-align: center;
}


@media screen and (max-width: 800px) {
	
	a.bubble {
		padding: 8px 14px !important;
		margin: 6px 5px !important;
		font-size: 1rem !important;
	}

}


article .wp-block-button {
	margin-bottom: 1em;
}


article a.bubble {
	background: rgba(0,0,0,0.3);
	
}

article a.bubble:hover {
	background: #f7a416;
}

article a.bubble:before {
	display: none;
}


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

.scrolltotop:hover {
	opacity: 1;
}

@media screen and (max-width: 520px) {
	
	.scrolltotop {
		right: 20px;
		bottom: 22px;
	}
	
}


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

iframe html {
	background: none !important;
}

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


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

#page_lightbox {
	background: rgba(0,0,0,0) !important;
}

#page_lightbox #wrapper {
	margin-top: 0 !important;
}

#page_lightbox #entry-content {
	padding: 19px;
	padding-top: 20px;
}

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

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

#page_lightbox #top-bar {
	display: none;
}

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

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

#page_lightbox h1 {

}

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

#page_lightbox .button {
	margin-top: 35px;
}

#page_lightbox footer {
	display: none !important;
	margin: 0 !important;
}

#page_lightbox .clearfix:after {
	content: '';
	display: none !important;
}




.handout {
	padding: 0 !important;
	background: url(../images/handout-bg.jpg) no-repeat right top;
}

.handout h2 {
	margin-bottom: 0.5em !important;
}

.handout img {
	height: 390px !important;
	width: auto !important;
}

@media screen and (min-width: 1000px) {
	
	.handout img {
		margin-left: 30px;
	}
	
}

@media screen and (max-width: 1000px) {
	
	.handout {
		background-image: none;
	}
	
}



/* EVENTS
/* ------------------------------------------------------------------------- */


#event-meta {
	display: block;
	margin: 2em 0;
	background: #ececec;
	border: 1px solid #d7d7d7;
	padding: 0.8em 1em 1em 1em;
}

#event-meta ul {
	margin-bottom: 0 !important;
}

#event-meta strong {
	display: inline-block;
	width: 150px;
}

#event-gallery {
	margin: 2em 0 0 0;
}

#event-gallery a {
	border-bottom: 0 !important;
}

#event-gallery li {
	padding-left: 0 !important;
	background: none !important;
}



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

#rightbar {
	display: none !important;
	float: right;
	width: 230px;
	border: 1px solid #243066;
	border-radius: 8px;
	margin: 40px 40px;
	margin-left: 0px;
	min-height: 300px;
	padding: 15px;
	font-size: 0.85em;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar-bg.png), url(../images/sidebar-bg-bottom.png);
	background-size: 100% auto, auto auto;
	background-position: center top, right bottom;
}

#rightbar > h2:first-child {
	margin-top: 0;
	margin-bottom: 50px;
	border-bottom: 0;
}

#rightbar h4 {
	margin-top: 15px;
	margin-bottom: 0.6em;
}

#news-sidebar {
	
}

#news-sidebar a {
	text-decoration: none !important;
	color: inherit !important;	
}

#news-sidebar li {
	padding-bottom: 15px;
	border-bottom: 1px dotted #243066;
}

#news-sidebar li:last-child {
}

#news-sidebar .date {
	display: block;
	opacity: 0.5;
	margin-top: -8px;
	margin-bottom: 10px;
}

#news-sidebar .excerpt {
	line-height: 1.4em;
	color: #5e5e5e !important;
}

#news-sidebar .excerpt p:last-child {

	margin-top: 0.6em !important;
	color: #f7a416;
	
}


@media screen and (max-width: 1000px) {
	
	#rightbar {
		display: block;
		clear: both;
		float: left;
		margin-left: 40px;
		margin-top: 10px;
	}
	
}

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




/* FRAGEN
/* ------------------------------------------------------------------------- */

#fragen {
}

#fragen-nav {
	text-align: center;
	margin: 25px 0px 35px 0px;
}

#fragen-nav .button {
	display: inline-block !important;
	background: transparent !important;
	color: #f7a416 !important;
	margin: 8px !important;
	border: 0 !important;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);		
}

#fragen-nav .button:hover {
	background-color: #f7a416 !important;
	color: #ffffff !important;	
}

#fragen-nav .button.active {
	background-color: #243066 !important;
	color: #ffffff !important;
}

#fragen-nav .button::before {
	display: none !important;
	content: '' !important;
	margin: 0 !important;
}

#fragen .articles {
	display: none;
}

#fragen .articles:first-child {
	display: block;
}


#fragen .articles .element {
	text-align: center;	
	display: none;
	opacity: 0;
}

#fragen .articles .element.active {
	display: block;
}


#fragen .articles .element .picbox img {
	border-radius: 50%;
	margin-bottom: 30px;
	width: 280px;
	height: auto;
	max-width: 100%;
}

#fragen .articles .element .textbox {
	margin-bottom: 30px;
}

#fragen .articles .element .textbox p {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #243066 !important;
}


#fragen-switch {
	display: block;
	text-align: center;
}

#fragen-switch a {
	display: inline-block;
	font-size: 35px;
	line-height: 35px;
	margin: 0px 15px;
	padding: 20px 20px;
	padding-top: 17px;
	color: #f7a416;
	border: 1px solid #f7a416;
	border-radius: 50%;	
	font-weight: 700;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);		
}

#fragen-switch a:hover {
	background: #f7a416;
	color: #ffffff;
}

#fragen-switch a::before {
	content: '';
	margin: 0;
}



@media screen and (min-width: 1000px) {
	
	#fragen .articles .element.active {
		display: flex;
	}
	
	#fragen .articles .element {
		align-items: center;
		margin-bottom: 30px;
	}	
	
	#fragen .element .picbox {
		flex: 1;
	}
	
	#fragen .element .textbox {
		flex: 2;
		margin: 0;
		font-size: 1.7em;
		padding: 0px 30px;
	}
	
	#fragen .element .picbox img {
		margin: 0;
	}
	
}


@media screen and (max-width: 800px) {
	
	#fragen-nav .button {
		padding: 8px 14px !important;
		margin: 8px 5px !important;
		font-size: 1rem !important;
	}

}


/* FRAGEN SLIDER
/* ------------------------------------------------------------------------- */


#fragen {
}

#fragen .itemcontainer {
}

#fragen .articles .element {

}

@media screen and (max-width: 500px) {
	
}

/*
.articleslider .itemcontainer {
	display: inline-block;
	position: relative;
	width: 90%;	
	height: 100%;
	margin: 0 auto;
	overflow-x: hidden;	
	text-align: left;
}

.articleslider .itemcontainer .cols {
	min-width: 100%;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
}

.articleslider .itemcontainer .cols .col {
	clear: none !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;

}

.articleslider .itemcontainer .articles {
	margin: 0 !important;
	width: auto;
}

.articleslider .itemcontainer .excerpt {
	white-space: normal;
	overflow: visible;
}

@media screen and (max-width: 500px) {
	
	.articleslider .control { 
		width: 8%; 
	}
	
	.articleslider .itemcontainer {
		width: 82%;
	}
	
}
*/


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


footer {
	background: #243066;
}

footer #footer-container {
	max-width: 1200px;
	margin: 0px 0px 0px 0px;
	padding: 35px 50px;
	line-height: 1.6em;
	margin: 0 auto;	
}

footer * {
	color: #ffffff !important;
}

footer a {
	text-decoration: none;
	color: inherit !important;
}

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

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

footer .cols .col {
	text-align: center;
}

footer .cols .col:first-child {
	text-align: left;
}

#logo-footer {
	width: 280px;
	height: auto;
	max-width: 100%;
	margin-top: 5px;
}

#social-links {
	margin-top: 20px;
}

#social-links img {
	width: auto;
	height: 26px;
	margin-right: 20px;
}

#social-links a:last-child img {
	margin-right: 0;
}

#credits {
	display: block;
	margin-top: 0px;
	text-align: center;	
}

#credits a {
	color: inherit;
}

#address {
	font-size: 17px;
	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;
}


@media only screen and (max-width: 550px) {
	
	#address { text-align: left; }
	#address .el { display: block; }	
	#address .sep {	display: none; }

}



#nav-footer {
	display: block;
	margin-bottom: 0px;
	margin-top: 20px;
	text-align: center;
}

#nav-footer-menu {
}

#nav-footer li a:hover {
}

footer .menu a {
	display: inline-block;
	letter-spacing: 0;
	color: #ffffff !important;
	padding: 0px 0px;
	text-decoration: none !important;
}

footer .menu a:hover {
	text-decoration: underline !important;
}

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

footer .menu {
}

#nav-footer li {
	display: inline-block;
	margin-right: 10px;
}

#nav-footer li:after {
	content: '/';
	margin-left: 10px;	
}

#nav-footer li:last-child {
	padding-left: 0;
	border-left: 0;
	margin-right: 0;
}

#nav-footer li:last-child:after {
	content: '';
	margin: 0;
}


footer .menu .children {
	display: none !important;
}

#nav-footer-main {
	
}

#nav-footer-main .menu ul li {
	float: none;
	display: block;
	margin-right: 0;
	text-align: center;
}

#nav-footer-main .menu ul li:first-child {
	display: none !important;
}


@media only screen and (max-width: 800px) {
	
	footer {
		font-size: 0.85em;
	}
	
	footer .cols .col {
		width: 100% !important;
		text-align: center !important;
		margin-right: 0 !important;
	}
	
}




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


.n2-ss-item-content {
	font-family: inherit !important;
}

@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-family: "Fira Sans" !important;
	font-weight: 400;
}

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

#wpgmza_map {
	float: none !important;
}

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

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

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

