<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#logo-side1, #logo-side2, #logo-side3, #logo-side4 {
  width: 390px;
  height: auto;
  max-width: 1000%;
}



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

/* GLOBAL STYLES
/* ------------------------------------------------------------------------- */
#page_pv-montage-aktion #content .conblock {
  background: #fff!important;
}

.ac_title_class{
  color: #fff;
}

.fa .fa-chevron-down{
  color: #fff;
}
.fa-chevron-down::before {
  color: #fff;
}
footer form input, footer form textarea{
  background-color: transparent!important;
	padding: 10px;
	padding-right:155px;
	width: 100%!important;
	border: solid 1px #fff;
  color:#fff!important;
}
footer form input:focus,
footer form textarea:focus {
	border-bottom: 3px solid #fff !important;
}


footer form input[type="submit"]{
	background-color: transparent!important;
	border-radius: 0px;
	width: inherit!important;
	border: solid 1px #fff!important;
}
footer form input[type="submit"]:hover{
	background-color: #FFF!important;
	color: #045685!important;
	border: solid 1px white!important;
}





#nav-main .page-item-714 {
	display: none !important;
}
#nav-main .page-item-2235 {
	display: none !important;
}
#nav-main .page-item-714 ul{
	display: none !important;
}
#nav-main .page-item-4261 {
	display: none !important;
}
#nav-main .page-item-4296 {
	display: none !important;
}
#nav-main .page-item-4307 {
	display: none !important;
}

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

	h1.page-title {
		margin-top: 0px;
	}
}
@media only screen and (min-width: 1199px) {
	h1.page-title {
		margin-top: 90px;
	}
}


* {
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
	color: #000000;
	-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 {
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

}


.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: 'Roboto', sans-serif;
	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: normal !important;
}

.red {
	color: #c60000;
}

.color {
	color: #045685;
}

.color2 {
	color: #045685;
}


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

#wrapper {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0);
}

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

#top-bar {
	display: block;
	width: 100%;
	background-color: rgba (255, 255, 255, 0);
	position: fixed;
	top: 0px;
	z-index: 999;
/*	-webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.55) !important;
	-moz-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.55) !important;
	box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.55) !important; */
}

/* #page_home #top-bar{
	background-color: rgba(255, 255, 255, 0);

}
*/
header {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

header #navi-container {
	float: right;
}


header #logo-bar {
	float: left;
	display: inline;
	max-width: 70%;
	height: auto;
}

header #logo-container {
	display: inline;
}
/*.logo-new-top{
	background-image: url(https://kd1907019-002-rur-onl.kds1.rundrweb.com/wp/wp-content/themes/rundr-beyer/images/logo2.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	width: 245px;
	float: left;
	padding: 6px 6px;
	font-size: 18px;
	line-height: 20px;
	opacity: 0.85;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
*/
#logo {
	display: inline-block !important;
	margin-bottom: 0 !important;
	max-width: 100%;
	width: auto;
	height: 60px;
}


#slogan {
	display: block;
}

.tinyheader{
	background-color: rgba(255, 255, 255, 1) !important;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.tinyheader #logo {
	height: 40px;
	width: auto;

}

.tinyheader #slogan {
	display: none;
}

#socfb {
	display: none;
	clear: both;
	float: right;
	margin: 2px 5px 1px 20px;
	width: 24px;
	height: auto;
}

#mobimenu {
	display: none;
}


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

	header { padding: 15px 20px !important; }
	#content .conblock .conblock-inner { padding: 20px 20px !important; }
	footer #footer-container { padding: 20px 20px !important; }
  .gform_legacy_markup_wrapper .top_label .gfield_label{
    font-size: 11px!important;
  }

}

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

	#top-bar { position: static; }
	#content { margin-top: 0 !important; }

}


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

.anchor2 {
	top: -160px;
}

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



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

.menu {
}

.menu &gt; ul {

}

.menu a {
	text-decoration: none;
}


/* NAVIGATION MAIN */

#nav-main {
	position: relative;
	float: right;
	text-transform: uppercase;
}

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

#nav-main li {
	text-align: center;
	display: inline-block;
	margin-left: 13px;
	float: left;
	line-height: 1.2em;
}

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

#nav-main li:first-child a:hover,
#nav-main li:first-child.current-menu-item a {
}

#nav-main li:hover {
 font-weight: normal;
}

.tinyheader #nav-main li a {
	color: #000000;
}

#nav-main li a {
	text-decoration: none !important;
	margin: 0;
	padding: 5px;
	float: left;
	font-size: 1em;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
    -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 &gt; a {
	font-style: normal;
	color: #FFFFFF;
	border-bottom-color: #045685;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.tinyheader #nav-main li a {
	text-decoration: none !important;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.tinyheader #nav-main li a:hover,
.tinyheader #nav-main li.sfHover &gt; a {
	font-style: normal;
	color: #000000;
	border-bottom-color: #045685;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

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


#nav-main li.current_page_item &gt; a,
#nav-main li.current_page_parent &gt; a,
#nav-main li.current-menu-item &gt; a,
#nav-main li.current-menu-parent &gt; a,
#nav-main li.current-category-ancestor &gt; a,
#nav-main li.current-post-ancestor &gt; a,
#nav-main li.current-page-ancestor &gt; a {
	font-style: normal;
	color: #FFFFFF;
	border-bottom-color: #045685;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.tinyheader #nav-main li.current_page_item &gt; a,
.tinyheader #nav-main li.current_page_parent &gt; a,
.tinyheader #nav-main li.current-menu-item &gt; a,
.tinyheader #nav-main li.current-menu-parent &gt; a,
.tinyheader #nav-main li.current-category-ancestor &gt; a,
.tinyheader #nav-main li.current-post-ancestor &gt; a,
.tinyheader #nav-main li.current-page-ancestor &gt; a {
	color: #000000;
}




#nav-main .children,
#nav-main .sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	top: 40px;
	padding: 6px 0px;
	background-color: rgba(255, 255, 255, 1)
	color: #045685;
}
#nav-main .children,
#nav-main .sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	top: 40px;
	padding: 6px 0px;
	background-color: rgba(255, 255, 255, 1);
	color: #045685;
}
.tinyheader #nav-main .children,
.tinyheader #nav-main .sub-menu {
	background-color: #ffffff
}
.tinyheader #nav-main .children,
.tinyheader #nav-main .sub-menu {
	background-color: #ffffff;
}

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

#nav-main .children li a,
#nav-main .sub-menu li a {
	float: none;
	display: block;
	border: 0;
	background: rgba(255, 255, 255, 1);
	padding: 4px 8px;
	line-height: 1em;
	height: auto;
	color: #045685;
}

#nav-main .children li a:hover,
#nav-main .sub-menu li a:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #045685;
	border-bottom-color: #045685;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.tinyheader #nav-main .children li a,
.tinyheader #nav-main .sub-menu li a {
	background: #ffffff;
}

.tinyheader #nav-main .children li a:hover,
.tinyheader #nav-main .sub-menu li a:hover {
	background-color: #ffffff;
	color: #000000;
	border-bottom-color: #045685;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

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

#nav-main .children .children a {
}



/* MOBILE NAV */

.menu-icon {
    position:relative;
    display:none;
    width:30px;
    text-indent:-9999px;
    float: right;
    margin-top: 1px;
}

.border-icon {
    height: 24px;
    border-top: 4px solid #045685;
    border-bottom: 4px solid #045685;
}

.border-icon:before {
    content:"";
    position:absolute;
    top:6px;
    left:0;
    width:100%;
		border-top: 4px solid #045685;
}


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

	header #navi-container {
	}

	header #slogan {
		display: none;
	}

	#logo {
		float: none;
		max-width: 250px;
	}

	.menu-icon {
		display: inline-block;
		margin-top: 2px;
	}

	#socfb {
		float: none;
		margin-right: 10px;
	}

	#top-bar {
	}

	#content {
	}

	#nav-main {
		display: none;
		font-size: 0.85em;
		min-width: 60%;
		max-width: 75%;
		position: fixed;
		left: 0; top: 0;
		z-index: 100;
		margin-top: 0;
		background: #f2f2f2;
		border-right: 1px solid #e4e4e4;
		border-bottom: 1px solid #045685;
		border-top: 15px solid #045685;
		height: 100%;
	}

	#nav-main .menu {
		padding: 15px;
	    overflow: auto;
	    position: absolute;
	    bottom:0;
	    left:0;
	    right:0;
	    top:0;
	}

	#nav-main li {
		display: block;
		float: none;
		text-align: left;
		margin: 0px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	#nav-main .children li {
		border-bottom: 0;
	}

	#nav-main li a {
		display: block;
		float: none;
		height: auto;
		width: 100%;
		max-width: 100%;
		font-size: 1.1em;
		color: #000000;
	}
	#nav-main li a:hover {
		display: block;
		float: none;
		height: auto;
		width: 100%;
		max-width: 100%;
		font-size: 1.1em;
		color: #000000;
		border-bottom-color: #045685 !important;
		border-bottom-style: solid !important;
		border-bottom-width: 2px !important;
	}
	#nav-main li:first-child a:hover, #nav-main li:first-child.current-menu-item a{
		color: #000000;
		border-bottom-color: #045685 !important;
		border-bottom-style: solid !important;
		border-bottom-width: 2px !important;
	}

	#nav-main .children,
	#nav-main .sub-menu {
		position: static;
		display: block;
		margin-top: 2px;
		border: 0;
		padding: 6px 5px;
	}

	#nav-main .children li a,
	#nav-main .sub-menu li a {
		margin-bottom: 3px;
		color: #000000 !important;
	}
	#nav-main .current_page_item .children,
	#nav-main .current_page_item .sub-menu {
		border-top: 0;
		color: #000000 !important;
		border-bottom-color: #045685;
		border-bottom-style: solid;
		border-bottom-width: 2px;
	}

	#nav-main .children .children {
		margin-top: 0;
		padding-left: 12px;
		border: 0;
	}

#nav-main li.current_page_item &gt; a, #nav-main li.current_page_parent &gt; a, #nav-main li.current-menu-item &gt; a, #nav-main li.current-menu-parent &gt; a, #nav-main li.current-category-ancestor &gt; a, #nav-main li.current-post-ancestor &gt; a, #nav-main li.current-page-ancestor &gt; a{
	color: #000000 !important;
	border-bottom-color: #045685;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	}
}

@media only screen and (min-width: 960px) {
	#nav-main { 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 {
	position: relative;
	display: block;
	margin: 0 auto;
	clear: both;
	min-height: 200px;
	background-color: #f6f6f6;
	min-height: 350px;
}

#content .conblock {
    background: url(https://lebau.at/wp/wp-content/uploads/hg.jpg) fixed;
}

#content .conblock .conblock-inner {
	max-width: 1200px;
	padding: 40px 40px 40px 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: #045685 !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 {
	float: left;
	width: 100%;
	line-height: 1.45em;
}

article * {

}

.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: 0.8em;
	margin-bottom: 0 !important;
}

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

article .small {
	display: inline-block;
	font-size: 0.85em;
	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: circle;
	margin-left: 18px;
	margin-bottom: 5px;
}

a {
	color: #045685;
	cursor: pointer;
}

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


h1, h2, h3, h4, h5 {
	margin-bottom: 0.6em;
	margin-top: 1.3em;
	line-height: 1.2em;
	color: #045685;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

article cufon canvas {
	left: -3px !important;
}

article .page-title a {
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
	margin-top: 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

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


article &gt; h1:first-child,
article &gt; h2:first-child,
article &gt; h3:first-child,
article &gt; 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 &gt; h1:first-child,
article .conblock-inner &gt; h2:first-child,
article .conblock-inner &gt; h3:first-child,
article .conblock-inner &gt; h4:first-child {
	margin-top: 0 !important;
	margin-bottom: 1.2em !important;
}

article .cols &gt; h2:first-child,
article .cols &gt; h3:first-child,
article .cols &gt; h4:first-child,
article .cols &gt; h5:first-child {
	margin-top: 0 !important;
}

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

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

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


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

	article { font-size: 0.85em; }
	h1 { font-size: 1.9em; }
	h2 { font-size: 1.7em; }
	h3 { font-size: 1.5em; }
	h4 { font-size: 1.3em; }
	h5 { font-size: 1.1em; }

}



/* CONTENT &amp; COLUMNS 3% SPACING */
/* ------------------------------------------------------------------------- */


.cols {
	clear: both;
	margin-bottom: 0 !important;
}

.cols .col {
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
}

.cols5 .col {
	width: 17.6%;
}

.cols5 .col:nth-child(5n) {
	margin-right: 0;
}

.cols4 .col {
	width: 22.75%;
}

.cols4 .col:nth-child(4n) {
	margin-right: 0;
}

.cols3 .col {
	width: 31.33%;
}

.cols3 .col:nth-child(3n) {
	margin-right: 0;
}

.cols2 .col {
	width: 48.5%;
}

.cols2 .col:nth-child(2n) {
	margin-right: 0;
}

.cols img {
}

.cols5 .col.colspan2 {
	width: 38.2%;
}

.cols5 .col.colspan3 {
	width: 58.8%
}

.cols4 .col.colspan2 {
	width: 48.5%;
}

.cols4 .col.colspan3 {
	width: 74.25%
}

.cols3 .col.colspan2 {
	width: 65.66%;
}

.cols .col.last {
	margin-right: 0 !important;
}

.cols .col &gt; h2:first-child,
.cols .col &gt; h3:first-child,
.cols .col &gt; h4:first-child {
	margin-top: 0 !important;
}


.cols5 .col:nth-child(5n+1) {
	clear: left;
}

.cols4 .col:nth-child(4n+1) {
	clear: left;
}

.cols3 .col:nth-child(3n+1) {
	clear: left;
}


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

	.cols .col { width: 31.33% !important; clear: none !important; }

	.cols5 .col:nth-child(5n) { margin-right: 3% !important; }
	.cols4 .col:nth-child(4n) { margin-right: 3% !important; }
	.cols5 .col:nth-child(3n) { margin-right: 0 !important; }
	.cols4 .col:nth-child(3n) { margin-right: 0 !important; }
	.cols3 .col:nth-child(3n) { margin-right: 0 !important; }

	.cols5 .col:nth-child(3n+1) { clear: left !important; }
	.cols4 .col:nth-child(3n+1) { clear: left !important; }

	.cols5 .col.colspan3 { width: 65.66% !important; }
	.cols5 .col.colspan2 { width: 34.33% !important; }
	.cols4 .col.colspan3 { width: 65.66% !important; }
	.cols3 .col.colspan2 { width: 65.66% !important; }
	.cols2 .col { width: 48.5% !important; }

}

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

	.cols .col { width: 48.5% !important; clear: none !important; }

	.cols .col:nth-child(5n) { margin-right: 3% !important; }
	.cols .col:nth-child(4n) { margin-right: 3% !important; }
	.cols .col:nth-child(3n) { margin-right: 3% !important; }
	.cols .col:nth-child(2n) { margin-right: 0 !important; }

	.cols5 .col:nth-child(3n+1) { clear: none !important; }
	.cols4 .col:nth-child(3n+1) { clear: none !important; }

	.cols5 .col:nth-child(2n+1) { clear: left !important; }
	.cols4 .col:nth-child(2n+1) { clear: left !important; }
	.cols3 .col:nth-child(2n+1) { clear: left !important; }

	.cols5 .col.colspan3 { width: 48.5% !important; }
	.cols5 .col.colspan2 { width: 48.5% !important; }
	.cols4 .col.colspan3 { width: 48.5% !important; }
	.cols3 .col.colspan2 { width: 48.5% !important; }

}

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

	.cols .col { width: 100% !important; clear: none !important; }

	.cols .col { margin-right: 0 !important; }

	.cols .col.colspan3 { width: 100% !important; }
	.cols .col.colspan2 { width: 100% !important; }

}



/* CONTENT &amp; COLUMNS 1.5% SPACING */
/* ------------------------------------------------------------------------- */


.gap1.cols {
	clear: both;
	margin-bottom: 0 !important;
}

.gap1.cols .col {
	margin-right: 1.5%;
	margin-bottom: 3% !important;
}

.gap1.cols5 .col {
	width: 18.8%;
}

.gap1.cols4 .col {
	width: 23.875%;
}

.gap1.cols3 .col {
	width: 32.333%;
}

.gap1.cols2 .col {
	width: 49.25%;
}


.gap1.cols5 .col.colspan2 {
	width: 39.1%;
}

.gap1.cols5 .col.colspan3 {
	width: 59.4%
}

.gap1.cols4 .col.colspan2 {
	width: 49.25%;
}

.gap1.cols4 .col.colspan3 {
	width: 74.625%
}

.gap1.cols3 .col.colspan2 {
	width: 66.166%;
}


.gap1.cols5 .col:nth-child(5n) {
	margin-right: 0;
}

.gap1.cols4 .col:nth-child(4n) {
	margin-right: 0;
}

.gap1.cols3 .col:nth-child(3n) {
	margin-right: 0;
}

.gap1.cols2 .col:nth-child(2n) {
	margin-right: 0;
}



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

	.gap1.cols .col { width: 32.333% !important; }

	.gap1.cols5 .col:nth-child(5n) { margin-right: 1.5% !important; }
	.gap1.cols4 .col:nth-child(4n) { margin-right: 1.5% !important; }
	.gap1.cols5 .col:nth-child(3n) { margin-right: 0 !important; }
	.gap1.cols4 .col:nth-child(3n) { margin-right: 0 !important; }
	.gap1.cols3 .col:nth-child(3n) { margin-right: 0 !important; }

	.gap1.cols5 .col.colspan3 { width: 66.166% !important; }
	.gap1.cols5 .col.colspan2 { width: 33.833% !important; }
	.gap1.cols4 .col.colspan3 { width: 66.166% !important; }
	.gap1.cols3 .col.colspan2 { width: 66.166% !important; }
	.gap1.cols2 .col { width: 49.25% !important; }

}

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

	.gap1.cols .col { width: 49.25% !important; }

	.gap1.cols .col:nth-child(5n) { margin-right: 1.5% !important; }
	.gap1.cols .col:nth-child(4n) { margin-right: 1.5% !important; }
	.gap1.cols .col:nth-child(3n) { margin-right: 1.5% !important; }
	.gap1.cols .col:nth-child(2n) { margin-right: 0 !important; }

	.gap1.cols5 .col.colspan3 { width: 49.25% !important; }
	.gap1.cols5 .col.colspan2 { width: 49.25% !important; }
	.gap1.cols4 .col.colspan3 { width: 49.25% !important; }
	.gap1.cols3 .col.colspan2 { width: 49.25% !important; }

}

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

	.gap1.cols .col { width: 100% !important; }
	.gap1.cols .col { margin-right: 0 !important; }

	.gap1.cols .col.colspan3 { width: 100% !important; }
	.gap1.cols .col.colspan2 { width: 100% !important; }

}



/* CONTENT &amp; COLUMNS 0% SPACING */
/* ------------------------------------------------------------------------- */


.gap0.cols {
	clear: both;
	margin-bottom: 0 !important;
}

.gap0.cols .col {
	margin-right: 0%;
	margin-bottom: 0% !important;
}

.gap0.cols5 .col {
	width: 20%;
}

.gap0.cols4 .col {
	width: 25%;
}

.gap0.cols3 .col {
	width: 33.333%;
}

.gap0.cols2 .col {
	width: 50%;
}


.gap0.cols5 .col.colspan2 {
	width: 40%;
}

.gap0.cols5 .col.colspan3 {
	width: 60%
}

.gap0.cols4 .col.colspan2 {
	width: 50%;
}

.gap0.cols4 .col.colspan3 {
	width: 75%
}

.gap0.cols3 .col.colspan2 {
	width: 66.666%;
}


.gap0.cols5 .col:nth-child(5n) {
	margin-right: 0;
}

.gap0.cols4 .col:nth-child(4n) {
	margin-right: 0;
}

.gap0.cols3 .col:nth-child(3n) {
	margin-right: 0;
}

.gap0.cols2 .col:nth-child(2n) {
	margin-right: 0;
}



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

	.gap0.cols .col { width: 33.333% !important; }

	.gap0.cols5 .col:nth-child(5n) { margin-right: 0 !important; }
	.gap0.cols4 .col:nth-child(4n) { margin-right: 0 !important; }
	.gap0.cols5 .col:nth-child(3n) { margin-right: 0 !important; }
	.gap0.cols4 .col:nth-child(3n) { margin-right: 0 !important; }
	.gap0.cols3 .col:nth-child(3n) { margin-right: 0 !important; }

	.gap0.cols5 .col.colspan3 { width: 66.666% !important; }
	.gap0.cols5 .col.colspan2 { width: 33.333% !important; }
	.gap0.cols4 .col.colspan3 { width: 66.666% !important; }
	.gap0.cols3 .col.colspan2 { width: 66.666% !important; }
	.gap0.cols2 .col { width: 50% !important; }

}

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

	.gap0.cols .col { width: 50% !important; }

	.gap0.cols .col:nth-child(5n) { margin-right: 0 !important; }
	.gap0.cols .col:nth-child(4n) { margin-right: 0 !important; }
	.gap0.cols .col:nth-child(3n) { margin-right: 0 !important; }
	.gap0.cols .col:nth-child(2n) { margin-right: 0 !important; }

	.gap0.cols5 .col.colspan3 { width: 50% !important; }
	.gap0.cols5 .col.colspan2 { width: 50% !important; }
	.gap0.cols4 .col.colspan3 { width: 50% !important; }
	.gap0.cols3 .col.colspan2 { width: 50% !important; }

}

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

	.gap0.cols .col { width: 100% !important; }
	.gap0.cols .col { margin-right: 0 !important; }

	.gap0.cols .col.colspan3 { width: 100% !important; }
	.gap0.cols .col.colspan2 { width: 100% !important; }

}


.cols.nomargin .col { margin-bottom: 0 !important; }

@media only screen and (max-width: 650px) {
	.cols.nomargin .col { margin-bottom: 20px !important; }
	.cols .col:last-child { margin-bottom: 0 !important; }
}




/* NEWS FIELDS
/* ------------------------------------------------------------------------- */

#newsfields {
	margin: 40px 0px 20px 0px;
}

#newsfields .col {
	border: 1px solid #d8d8d8;
	margin-bottom: 3%;
}

#newsfields .col:hover {
	border: 1px solid #9a9a9a;
}

#newsfields .desc {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	height: 126px;
	overflow-y: hidden;
}

#newsfields a {
	text-decoration: none;
}

#newsfields h4 {
	margin: 0px 0px 6px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: hidden;
	width: 100%;
	height: 1.2em;
}



/* ARTICLE FIELDS
/* ------------------------------------------------------------------------- */

.articles {
	margin: 40px 0px 20px 0px;
}

.articles .entry {
	border: 1px solid #d8d8d8;
	margin-bottom: 3%;
}

.articles .entry:hover {
	border: 1px solid #9a9a9a;
}

.articles .entry {
	list-style: none;
	margin-left: 0;
	position: relative;
}

.articles .pic {
	position: relative;
	line-height: 0;
}

.articles .pic .picbox {

}

.articles .picbox img {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.articles .entry:hover .picbox img {
	opacity: 0.6;
}


.articles .desc {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	height: 126px;
	overflow-y: hidden;
}

.articles .desc.noexcerpt {
	height: 55px;
}

.articles .desc.notext,
.articles .desc.noexcerpt .excerpt {
	display: none !important;
}


.articles a {
	text-decoration: none;
}

.articles h4 {
	margin: 0px 0px 6px 0px;
	font-size: 1.15em;
	line-height: 1.2em;
}


.articles.stripes {

}

.articles.stripes .desc {
	height: auto !important;
	padding: 15px;
}


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

	.articles.stripes .entry .pic {
		width: 35%;
		float: left;
	}

}

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

	.articles .desc {
		height: auto !important;
	}

}


.articlenav {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 8px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.articlenav li {
	list-style: none;
	display: inline;
	margin-left: 15px;
}

.articlenav li:first-child {
	margin-left: 0;
}

.articlenav li a {
	text-decoration: none;
	padding-bottom: 9px;
	color: #757575;
}

.articlenav li a:hover,
.articlenav li.currentnav a {
	border-bottom: 1px solid #000000;
	color: #000000;
}


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

	.articlenav {
		padding-bottom: 10px;
	}

	.articlenav li {
		display: inline-block;
		margin-left: 0;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	.articlenav li a {
		padding-bottom: 0;
	}

}



/* ARTICLE SLIDER
/* ------------------------------------------------------------------------- */


.articleslider {
	display: block;
	width: 100%;
	margin: 40px 0px;
	text-align: center;
	position: relative;
}

.articleslider .control {
	display: block;
	width: 5%;
	height: 100%;
	opacity: 0.4;
}

.articleslider .control:hover {
	opacity: 1;
}

.articleslider .controlprev {
	background: url(../images/arrow-prev.png) no-repeat left center;
	background-size: contain;
	float: left;
}

.articleslider .controlnext {
	background: url(../images/arrow-next.png) no-repeat right center;
	background-size: contain;
	float: right;
}

.articleslider .itemcontainer {
	display: inline-block;
	position: relative;
	width: 88%;
	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;
	width: auto;
}

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



/* PAGINATION
/* ------------------------------------------------------------------------- */

.pagination {
	clear: both;
	margin: 10px 0 30px 0;
	position: relative;
	text-align: right;
	background: #f9f9f9;
}

.pagination .pages-info {
	float: left;
	padding: 7px 12px 6px 12px;
	font-size: 0.9em;
}

.pagination .pages-navi {
	float: right;
}

.pagination .pages-navi .pagenumbers {
	display: inline;
}

.pagination span,
.pagination a {
	display: inline-block;
	float: left;
	margin: 0;
	border-left: 4px solid #ffffff;
	padding: 10px 8px;
	padding-bottom: 0;
	text-decoration: none;
	width: auto;
	color: #838383;
	background: #e0e0e0;
	font-size: 16px;
	line-height: 1em;
	height: 36px;
	width: 45px;
	text-align: center;
	font-weight: 700;
	font-family: "Arial", "sans-serif";
}

.pagination a:hover {
	color: #fff;
	background: #4d4d4d;
}

.pagination a.arrowbutton {
	font-size: 22px;
	padding-top: 5px;
}

.pagination .current {
	background: #4d4d4d;
	color: #fff;
}


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

	.pagination {
		background: #ffffff;
		text-align: center;
	}

	.pages-info {
		display: block;
		width: 100%;
		text-align: center;
		float: none;
	}

	.pagination .pages-navi {
		display: block;
		float: none;
		text-align: center;
	}

	.pagination span,
	.pagination a {
		padding-left: 4px;
		padding-right: 4px;
		width: 37px;
	}

	.pagination .pages-navi * {
		display: inline-block;
		float: none;
	}

	.pagination .pages-navi &gt; a:first-child {
		border-left: 0;
	}

	.pagination .extrapagelink {
		display: none;
	}

}



/* SCROLLER
/* ------------------------------------------------------------------------- */


.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #fff;
}

.hsContent {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 8%;
    text-align: center;
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bcgfixed {
	background-attachment: fixed;
}

.hsContent .slideText {
	display: block;
    margin: 0 auto;
    color: #ffffff;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.75);
}

.hsContent .slideText * {
}

.hsContent .slideText h1,
.hsContent .slideText h2,
.hsContent .slideText h3,
.hsContent .slideText h4 {
	margin: 0 0;
	font-weight: 700;
	line-height: 1.05em;
	color: inherit;
}

.hsContent .slideText h1,
.hsContent .slideText h2 {
	font-size: 3em;
	word-wrap: break-word;
}




/* OPENER / HIDDEN SECTIONS
/* ------------------------------------------------------------------------- */


article .opener,
article .opener2 {
	display: block;
	text-decoration: none;
	background: url(../images/arrow-normal.png) no-repeat;
	background-position: 12px 12px;
	padding: 8px;
	padding-left: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}

article .opener,
article .opener * {
}

article .opener2 {
	display: block;
	font-size: 1.3em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #C8C69E;
}

article .opener.active,
article .opener2.active {
	background: url(../images/arrow-active.png) no-repeat;
	background-position: 12px 11px;
}

article .section {
	display: none;
	padding-top: 20px;
}

article .section {
	padding: 12px 15px;
	background: #f8f8f8;
	margin: 15px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

article .section .colorline {
	margin: 20px 0px;
}

article .section .col {
	margin-bottom: 5px !important;
}

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

article .section &gt; h1:first-child,
article .section &gt; h2:first-child,
article .section &gt; h3:first-child,
article .section &gt; h4:first-child,
article .section &gt; h5:first-child {
	margin-top: 0 !important;
}





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

form {
}

form * {
	color: #000000;
	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;
	-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 {
	background-color: #f9f9f9;
}

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

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


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

.con-tit {
	font-size: 18px;
	font-weight: bold;
	display: table;
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #757575;
}

footer i {
	color: #045685;
	font-size: 20px !important;
	margin-right: 20px;
	display: inline-block;
}

.divider {
	background-color: #262626;
	height: 1px;
	width: 85%;
	margin: 12px 0 12px;
}
.dark-text {
	color: #e5e5e5;
	margin: 0 0 10px;
}

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


article a.button,
article p.button a {

	padding: 7px 10px 7px 10px;
	margin: 12px 0px 12px 0px;
	display: inline-block;
	line-height: 1em;
	height: auto;
	font-size: 1.05em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	text-decoration: none !important;
	background: #045685;
	color: #ffffff;
	border: 1px solid #045685;
}

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


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

.scrolltotop:hover {
	opacity: 1;
}

.colorline {
	display: block;
	width: 100%;
	height: 1px;
	margin: 25px 0px;
	background: #045685;
}


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

.colorbox {
	display: block;
	margin: 20px 0px;
	background: #045685;
	padding: 15px;
	border-radius: 5px;
}

.colorbox * {
	color: #ffffff !important;
	margin-bottom: 0;
}


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


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



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


footer {
	border-bottom: 9px solid #000000;
	border-top: 1px solid #e5e5e5;
	background-color: #000000;
}

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

footer * {
	color: #ffffff;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;

}

footer a {
	text-decoration: none;
}

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

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

footer .sm-links i {
	color: #ffffff !important;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	font-size: 20px !important;
}
footer .sm-links i:hover {
	color:#045685 !important;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.fa-facebook-f::before {
	font-size: 50px;
}
.fa-youtube::before {
	font-size: 50px;
}
.fa-instagram::before {
	font-size: 50px;
}

#credits {
	font-size: 0.85em;
	/*float: left;*/
}

#credits a {
	color: #ffffff;
}

#address {
	font-size: 0.9em;
	margin-bottom: 20px;
}

#footer-widgets {

}

#footer-widgets li {
	display: block;
}

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

#footer-widgets .address {
	font-size: 0.85em;
	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);
}

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

	#footer-widgets .address { text-align: left; }
	#footer-widgets .address nobr { display: block; }
	#footer-widgets .address .sep {	display: none; }

}

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

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



/* 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-family: "Exo" !important;
}

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


/* INTERNET EXPLORER ALERT
/* ------------------------------------------------------------------------- */

#ie-alert {
	position: absolute;
	top: 0; left: 0;
	display: none;
	width: 100%;
	text-align: center;
	font-family: "Arial", "sans-serif";
	background: url(../images/br-background.png) repeat-x bottom #fffdcf;
	border-bottom: 4px solid #ffd798;
	padding: 15px;
	font-size: 0.85em;
	z-index: 100000;
}

#ie-alert .ie-alert-message {
	width: 620px;
	max-width: 100%;
	margin: 0 auto;
}

#ie-alert .ie-alert-header {
	font-size: 1.35em;
	color: #a30e0e;
	display: block;
	font-weight: bold;
}

#ie-alert .ie-alert-subhead {
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
}

#ie-alert .ie-alert-browsers {
	display: block;
	margin-top: 20px;
}

#ie-alert .ie-alert-browsers a {
	display: inline-block;
	margin-left: 15px;
	width: 64px;
	padding-top: 70px;
	text-align: center;
	color: #a30e0e;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}

#ie-alert .ie-alert-browsers a:first-child {
	margin-left: 0;
}




/* Media Queries ------------------------------------------------------------------- */


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
	
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
	
	
	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
	
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	
	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	
	
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
	
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
	
	
}

/* Retina Displays ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	
	
	
}

</pre></body></html>