/*
Theme Name: falcana
Theme URI: http://underscores.me/
Author: Matthias Wagner, FALKEmedia GmbH
Author URI: https://www.falkemedia.at
Description: Corporate Website falcana
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: falcana2017
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

falcana is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

@import url('css/backend-shared.css');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Forms
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
################################################################
                                                .    . ...   ...              ....  .
                                                ...788888D8D88888887 ...      888~8..
                                          ......I8DD8Z$$$$$$$$$$$$88887..    .I88 8.
                                          ....88D$$$$$$$$$$$$$$$$$$$$$888,   . 8$8 .
                                          ..88O$$$$$$$$$$$$$$$D$$$$$$$$$O88,. . .
                                        .88$$$$$$$$$$$$$$$$888.O88$$$$$$$$$$88..
                                     .  88$$$$$$$$$$$$$$$$88.   .88$$$$$$$$$$88. .
                                       88$$$$$$$$$$$$$$$$88..     DD$$$$$$$$$$88..
                                     +8Z$$$$$$$$$$$$$$88...        .78O$$$$$$$$$8I
                                   ..88$$$$$$$$$$$$$O88.          ...88Z$$$$$$$$8D .
                                   .,8Z$$$$$$$$$$$$88:..            ..D8$$$$$$$$Z8:.
                                    O8$$$$$$$$$$$O88.. .             ..8D$$$$$$$$88
                                   .88$$$$$$$$$$888888O=... ..       . $8$$$$$$$$88.
                                  . 88$$$$$$$$$O$$$$$$O888888:       . .88$$$$$$$88.
                                  . 88$$$$$$$8888888888O$$$$O8888.  .   88$$$$$$$88 .
                                    =8Z$$$Z888OZ$$$$$$$$$$$$$$$$$$O8D   8D$$$$$$$8?.
                                    .88$$$$$$$$$$$$$$$$$$$$$$$$$$$$$DD,.88$$$$$$88
                                     .88$$$$$$$$$$$$$$$$$$$$$$$$$$$$$O888$$$$$$D8.
                                     ..88$$$$$$$$$$$$$$$$$$$$$$$$$$$$Z8D$$$$$$88.
                                     . .8D$$$$$$$$$$$$$$$$$$$$$$$$$$$88$$$$$$88,
                                        . 88Z$$$$$$$$$$$$$$$$$$$$$$$Z$$$$$$88.
                                          .+88$$$$$$$$$$$$$$$$$$$$$$$$$$$D8I.
                                               ?888O$$$$$$$$$$$$$$$OD88I
                                             .....,88888888888D88888:... .
                                                  ..  .+O88888O+.     .
                                                                                          .            .
                                                                                                          .
          .     ........  .. ...         .    .         ................................  ..............  ........
  Z888888888.   .:$$$$..   8888.        . 8888:8888888888,$$$$$$$$$$$$$7..I$$$$$$$$$.$$$$$$7:.....$$$$..  ..$$$$..
  $888888888.   ..$$$$..   8888       . O8888 .8888888888,$$$$$$$$$$$$$$$:I$$$$$$$$$.$$$$$$$$$$...$$$$.   ..7$$$..
   .      .     ...$$$$.   8888        8D888....        .,$$$?......~$$$$?................=$$$$$~.$$$$.   ...$$$$.
  $888888888 . $$$$.$$$$.. 8888      8888.     8888888888,$$$?. $$$?..$$$?I$$$$$$$$$.$$$$    +$$$?$$$$. .$$$$.$$$$...
  $888D88888. .$$$+.+$$$,. 8888      8888O     8888888888.$$$?. $$$I..$$$?I$$$$$$$$$.$$$$.   I$$$=$$$$. .$$$I.~$$$~..
  $888.    . .$$$$...$$$$. 8888.  .  .88888.   8888 .   ..$$$?. $$$I..$$$?I$$$,.  ...$$$$...:$$$$.$$$$. 7$$$...$$$$..
  $888,.     .$$$$$$$$$$$? 8888888888  .8D88~..888888888D.$$$?. $$$I..$$$?I$$$$$$$$$.$$$$$$$$$$$..$$$$..$$$$$$$$$$$7.
  $888,.     7$$$$$$$$$$$$.8888888888.. .8888? 8888888888.$$$?..$$$?..$$$?I$$$$$$$$$.$$$$$$$$$=...$$$$.?$$$$$$$$$$$$.
  . .     ......          ..      .      .   .          ..   ........... ....     ...   ....    ..   ...          . .
      .   .  ..           ...      ..        .          ..   . ..............     ...     .     ..   ...          ...
################################################################
--------------------------------------------------------------*/

html{
	-webkit-font-smoothing: antialiased;
}
body{
	word-wrap:break-word;
	background-image: url('assets/dust_scratches_65.png');
}
.hidden{
	display: none;
}
.clear{
	clear: both;
}
.contentWrap{
	padding: 1px 10px;
	max-width: 1280px;
	margin: 0 auto;
}
.single .site-content .contentWrap{
	padding-top: 120px;
}
.contentWrap:after{
	content: '';
	display: table;
	clear:both;
}
svg{
	transition:transform 0.5s;
}
.svgBGContainer,
.svgTriangleContainer > div,
.svgIconContainer > div{
	display: block;
	position: relative;
	width: 100%;
	vertical-align: middle;
}
.svgBGContainer svg,
.svgTriangleContainer > div svg,
.svgIconContainer > div svg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

@keyframes myBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes pulse_animation {
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

@keyframes kenburns {
  0% {
  	transform: scale(1.0);
    -ms-transform: scale(1.0); /* IE 9 */
    -webkit-transform: scale(1.0); /* Safari and Chrome */
    -o-transform: scale(1.0); /* Opera */
    -moz-transform: scale(1.0); /* Firefox */
  }
  50% {
  	transform: scale(1.05);
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -o-transform: scale(1.05); /* Opera */
    -moz-transform: scale(1.05); /* Firefox */
  }
  100% {
  	transform: scale(1.0);
    -ms-transform: scale(1.0); /* IE 9 */
    -webkit-transform: scale(1.0); /* Safari and Chrome */
    -o-transform: scale(1.0); /* Opera */
    -moz-transform: scale(1.0); /* Firefox */
  }
}

/*--------------------------------------------------------------
## PRE-HEADER
--------------------------------------------------------------*/
.pre-header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 12;
	font-size: 0.9em;
}
body:not(.home) .pre-header{
	color: #fff;
}

.pre-header:after{
	content: '';
	display: table;
	clear: both;
}

.softwareLink{
	display: block;
	float: right;
	padding: 6px 14px;
	text-decoration: none;
}
.softwareLink:nth-of-type(1){
	margin: 0 10px 0 0;
	padding-left:0;
}
.softwareLink:hover{
	text-decoration: underline;
}

/*--------------------------------------------------------------
## SEARCH
--------------------------------------------------------------*/

body .searchwp-live-search-no-min-chars::after {
	content: 'Min. 3 Zeichen erforderlich';
}

.pre-header .search-form{
	float: right;
}
.search-form{
	position: relative;
	margin: 3px 0;
	color: #004682;
	width: 170px;
}
.search-form .search-submit{
	display: none;
}
.search-form .search-field{
	width: 100%;
	padding: 3px 23px 3px 3px;
	border: 1px solid #979797;
	box-sizing:border-box;
	font-size: 0.8em;
	-webkit-appearance:none;
	border-radius: 0;

	text-transform: lowercase;
}
.search-form .search-icon{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;

	font-size: 1em;
	padding: 6px;
}
.search-form .mobile-search-close{
	display: none;
}

@media all and (max-width: 499px){
	.search-form{
		width: auto;
	}
	.search-form label{
		display: none;
	}
	.search-form .search-icon{
		position: relative;
	}
	.search-form.readytosearch{
		padding-right: 25px; /* space for the closer */
	}
	.search-form.readytosearch label{
		display: block;
	}
	.search-form.readytosearch .search-icon{
		position: absolute;
		right: 25px;
	}
	.search-form.readytosearch .mobile-search-close{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		cursor: pointer;
		font-size: 1em;
		padding: 2px;
	}

	body:not(.home) .search-form .search-icon{
		color: #fff;
	}
	body:not(.home) .search-form.readytosearch .search-icon{
		color: #004682;
	}
	/*body:not(.home) .search-form.readytosearch .mobile-search-close{
		color: #fff;
	}*/

	.search-form.readytosearch{
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    padding: 35px 10px !important;
	    margin: 0 !important;
	    background-color: #fff;
	}
	.search-form.readytosearch .search-field{
		width: 100%;
    	width: calc(100% - 25px);
	}
	.search-form.readytosearch .search-icon{
		margin: 35px 10px;
	}
	.search-form.readytosearch .mobile-search-close{
		margin: 35px 5px;
	}
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.site-header{
	position: relative;
}
.site-header:not(.fixed){
	opacity: 0;
}
.site-header.fixed{
	position: fixed;
	left: 0;
	top: 0;
	border-top: 32px solid rgba(255,255,255,0.9);
	right: 0;
	z-index: 11;
}
body:not(.home) .site-header.fixed{
	border-top-color: #F59B00;
}
.site-header-bg,
.site-header-bg-scrolled,
.site-header-bg-sub{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
}
.site-header-bg-sub{
	width: 40%;
	max-width: 506px;
}
.site-header-bg-scrolled{
	display: none;
}
.site-logo{
	margin: 15px 35px;
	width: 10%;
	float: left;

	transition: width 0.5s;
}
.site-logo img{
	display: block;
}
.site-logo .reduziert{
	display: none;
}

.falkeScrolled .site-header.fixed .site-header-bg{
	display: none;
}
.falkeScrolled .site-header.fixed .site-header-bg-scrolled{
	display: block;
}
.falkeScrolled .site-logo .standard{
	display: none;
}
.falkeScrolled .site-logo .reduziert{
	display: block;
}

.falkeScrolled .site-header.fixed .site-logo{
	width: 8%;
}

body:not(.home) .site-logo .standard{
	display:none;
}
body:not(.home) .site-logo .reduziert{
	display:block;
}
body:not(.home) .site-logo{
	margin: 10px 15px 15px 9%;
	width: 8%;
	max-width: 101px;
}
body:not(.home) .site-content{
	padding-top: 140px;
}

@media all and (min-width: 1280px){
	body:not(.home) .site-logo{
		margin-left: 114px;
	}
}
@media all and (max-width: 1099px){
	.site-header-bg-sub{
		width: 340px;
		left: -67px;
	}
	.site-header-sub .site-logo{
		margin: 10px 15px 15px 15px !important;
		width: 64px !important;
	}
}
@media all and (max-width: 799px){
	.site-header-bg-sub{
		width: 320px;
		left: -57px;
	}
	.site-header-bg,
	.site-header-bg-scrolled{
		width: 799px;
	}
	.site-logo{
		margin: 15px 0 0 35px !important;
		width: 80px !important;
	}
	.falkeScrolled .site-logo{
		margin: 10px 0 0 35px !important;
		width: 60px !important;
	}
	.falkeScrolled body:not(.home) .site-logo{
		margin-left: 15px !important;
	}
}
@media all and (max-width: 340px){
	.site-header-bg-sub{
		width: 250px;
		left: -57px;
	}
	.site-header-sub .site-logo{
	    width: 40px !important;
    	margin: 10px 15px 15px 5px !important;
    }
}

/*--------------------------------------------------------------
## NAVIGATION
--------------------------------------------------------------*/
.site-header .mobile-navigation-toggle{
	display: none;
}
body:not(.home) .site-header .main-nav-container{
	-webkit-box-shadow: 0px 2px 2px 0px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 2px 2px 0px rgba(255,255,255,0.6);
	box-shadow: 0px 2px 2px 0px rgba(255,255,255,0.6);
}
.site-header .main-nav-container:after{
	content: '';
	display: table;
	clear: right;
}
.site-header .main-navigation{
	float: right;
}

.site-header .main-navigation ul,
.site-header .main-navigation li{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-header .main-navigation ul.menu > li{
	float: left;
	margin-right: 15px;
}
.site-header .main-navigation .sub-menu{
	display: none;
}
.site-header .main-navigation li > a{
	display: block;
	padding: 12px 9px 12px 9px;
	text-decoration:none;
}
.site-header .main-navigation li.current-page-ancestor > a,
.site-header .main-navigation li.current-menu-item > a{
	background-color: #004682;
	color: #fff;
}
.site-header .main-navigation li > a:hover{
	color: #F59B00;
}

body:not(.home) .site-header .main-nav-container{
	background-color: #004682;
	color: #fff;

	position: relative;
	z-index: -2;
}
body:not(.home) .site-header .main-navigation li > a{
	padding-top: 12px;
	padding-bottom: 10px;
}
body:not(.home) .site-header .main-navigation li.current-menu-ancestor > a,
body:not(.home) .site-header .main-navigation li.current-menu-item > a{
	background-color: #fff;
	color: #004682;
}

.site-header .main-navigation li.highlight > a{
	background-color: #14AA1E !important;
	color: #fff !important;
	font-weight: bold !important;
}
.site-header .main-navigation li.highlight > a:hover{
	color: #004682 !important;
}

.site-header .main-navigation .sub-menu-wrap a{
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.site-header .main-navigation li.current-page-ancestor:not(.hideSubOnDesktop) .sub-menu-wrap,
.site-header .main-navigation li.current-menu-item:not(.hideSubOnDesktop) .sub-menu-wrap{
	display: block;
    position: absolute;
    right: 0;
    top: 100%;
    left: 10%;
    background-color: #fff;
    color: #004682;

    border-bottom: 1px solid transparent;
    -webkit-border-image:
      -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#004682)) 1 100%;
    -webkit-border-image:
      -webkit-linear-gradient(left, #fff, #004682) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(left, #fff, #004682) 1 100%;
    -o-border-image:
      -o-linear-gradient(left, #fff, #004682) 1 100%;
    border-image:
      linear-gradient(to right, #fff, #004682) 1 100%;

    border-image-slice: 1;
}
.site-header .main-navigation li.current-page-ancestor:not(.hideSubOnDesktop) .sub-menu-wrap .sub-menu,
.site-header .main-navigation li.current-menu-item:not(.hideSubOnDesktop) .sub-menu-wrap .sub-menu{
	display: block;
	float: right;
	margin-right: 190px;
}
.site-header .main-navigation li.current-page-ancestor:not(.hideSubOnDesktop) .sub-menu-wrap .sub-menu li,
.site-header .main-navigation li.current-menu-item:not(.hideSubOnDesktop) .sub-menu-wrap .sub-menu li{
	float: left;
}
@media all and (max-width: 999px){
	.site-header .main-navigation li.current-page-ancestor:not(.hideSubOnDesktop) .sub-menu-wrap,
	.site-header .main-navigation li.current-menu-item:not(.hideSubOnDesktop) .sub-menu-wrap{
		left: 45px;
	}
	.site-header .main-navigation li.current-page-ancestor:not(.hideSubOnDesktop) .sub-menu-wrap .sub-menu,
	.site-header .main-navigation li.current-menu-item:not(.hideSubOnDesktop) .sub-menu-wrap .sub-menu{
		margin-right: 45px;
	}
}
@media all and (max-width: 899px){
	/* mobile menu */
	.site-header{
		font-size: 1.2em;
	}
	.site-header .mobile-navigation-toggle{
		display: block;
		float: right;
		margin: 12px 15px 6px 0;
		text-decoration: none;
		color: #F59B00;
	}
	body:not(.home) .site-header .mobile-navigation-toggle{
		margin-top: 10px;
		margin-bottom: 8px;
	}
	.site-header .mobile-navigation-toggle span{
		display: none;
	}
	.site-header .main-navigation{
		display: none;
	}
}
@media all and (max-width: 499px){
	.site-header .main-nav-container{
		padding-left: 50%;
	}
	.search-form.readytosearch ~ .mobile-navigation-toggle{
		clear: right;
	}
}

/*--------------------------------------------------------------
## MOBILE NAVIGATION
--------------------------------------------------------------*/
.main-navigation.slideIn{
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	bottom:0;
	width: 90%;
	max-width: 300px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,70,130,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,70,130,1);
	box-shadow: 0px 0px 5px 1px rgba(0,70,130,1);

	overflow: auto;
	z-index: 20;
	padding-bottom: 25px;
}
.main-navigation .mobile-navigation-close{
	color: #f59b00;
	display: block;
	text-align: right;
	font-size: 1.2em;
	padding: 10px;
}
.main-navigation.slideIn ul,
.main-navigation.slideIn li,
.footerCol .menu,
.footerCol .sub-menu,
.footerCol .menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation.slideIn ul.sub-menu,
.footerCol .sub-menu{
	margin-left: 1.5em;
}
.main-navigation.slideIn li > a,
.footerCol .menu li > a{
	display: block;
	padding: 8px 16px;
	text-decoration: none;
}
.footerCol .menu li > a{
	padding: 3px;
}

.main-navigation.slideIn li > a:hover,
.footerCol .menu li > a:hover{
	color: #f59b00;
}
.main-navigation.slideIn li.current-page-ancestor > a,
.main-navigation.slideIn li.current-menu-item > a,
.footerCol .menu li.current-page-ancestor > a,
.footerCol .menu li.current-menu-item > a{
	color: #f59b00;
	font-weight: bold;
}
.main-navigation.slideIn li.highlight > a,
.footerCol .menu li.highlight > a{
	background-color: #14AA1E;
	color: #fff;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-pre-footer{
	position: relative;
	margin-top: 5%; /* > pre-footer-height */
}
.site-footer{
	position: relative;
	color: #fff;
	background-color: #004682;
	padding-bottom: 35px;
}
.site-footer:after{
	content: '';
	display: table;
	clear: both;
}
.site-footer .footerCol{
	width: 25%;
	float: left;
	padding: 1px 20px;
}
.site-footer .footerCol.extra{
	border-left: 1px solid #F59B00;
}
.site-footer-bg{
	position: absolute;
	left: 0;
	bottom: -1px; /*sometimes white line visible... */
	right: 0;
}
.site-footer .svgTriangleContainer{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 18%;
}
@media all and (max-width: 1199px){
	.site-footer .footerCol{
		width: 33.33%;
	}
}
@media all and (max-width: 799px){
	.site-footer .footerCol{
		width: 100%;
	}
	.site-footer .footerCol.extra{
		border-left: 0;
		margin-top: 20px;
		padding-top: 10px;
	}
}

noscript{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 31;
    background-color: #f59b00;
    color: #fff;
    text-align: center;
    padding: 3px;
    border-top: 2px solid #004682;
}
/*--------------------------------------------------------------
## SVG ELEMENTS
--------------------------------------------------------------*/
.svgTriangleBG,
.site-header .main-navigation li.current-page-ancestor > a,
.site-header .main-navigation li.current-menu-item > a,
.site-header .main-navigation li.highlight > a,
.navArea li a,
.widget_nav_menu li a,
.main-navigation.slideIn li.highlight > a,
.elementor-widget-button .elementor-button,
.footerCol .menu li.highlight > a,
.wpcf7 input[type="submit"],
.fullscreenSlide .contentArea .mainContentOuterHeading,
.header_stripe h1,
.sidebar-area .statementWidget,
.sidebar-area .faqButton,
.searchEntry .entry-readmore,
.search .nav-links a,
#faqArea .faqQ.ui-accordion-header-active,
.scrolling-cta{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjU0IDkyIiBzdHlsZT0id2lkdGg6MTAwJTsgaGVpZ2h0OmF1dG87IGRpc3BsYXk6YmxvY2s7IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICA8dGl0bGU+ZmFsY2FuYS10cmlhbmdsZTwvdGl0bGU+ICAgIDxkZWZzPiAgICA8Y2xpcFBhdGggaWQ9InRyaWFuZ2xlQ2xpcCI+ICAgIDxwb2x5Z29uIHBvaW50cz0iMjU0LDAgMjU0LDkyIDAsOTIiIC8+ICAgIDwvY2xpcFBhdGg+ICAgIDwvZGVmcz4gICAgPGcgY2xpcC1wYXRoPSJ1cmwoI3RyaWFuZ2xlQ2xpcCkiIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQ0LjAwMDAwMCwgLTIwNC4wMDAwMDApIiBpZD0iUGFnZS0xIj4gICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJmaWxsTGF5ZXIiIGZpbGw9IiNGRUZFRkUiIG9wYWNpdHk9IjAuMSIgcG9pbnRzPSI2OTguMzQ0MiAyMDQuMDAwNCA0MzAuMDAwMiAzMDEuMzIyNCA2OTguMzQ2MiAzMDEuMzIyNCA2OTguMzQ2MiAyMDQuMDAwNCI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAwLjMyMjgwMCkiPiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTkuMDAwMDAwLCAyNDIuMDAwMDAwKSIgZmlsbD0iI0ZFRkVGRSIgb3BhY2l0eT0iMC4xIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtMiIgcG9pbnRzPSIwLjMxNzIgNDM0LjM2NDIgMzQ4Ljg3MTIgNDkxLjEzMDIgNDE5LjU3MzIgNTcuMDA1MiA3MS4wMTkyIDAuMjQwMiI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNyIgZmlsbD0iI0ZFRkVGRSIgb3BhY2l0eT0iMC4xIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtNSIgcG9pbnRzPSIwLjMxNDkgMzcwLjI3NTkgNDcyLjU5ODkgNjc1LjUxNzkgNzEyLjE1ODk3OCAzMDQuMzUzOTUgMjM5LjA2NTkgMC44Njk5Ij48L3BvbHlnb24+ICAgICAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
	background-size: auto 25px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.triangleOrange #fillLayer{
	fill:#F59B00;
}
.triangleBlue #fillLayer{
	fill:#004682;
}
.triangleGreen #fillLayer{
	fill:#14AA1E;
}

/*--------------------------------------------------------------
## CONTENT - ELEMENTOR
--------------------------------------------------------------*/
body .elementor .elementor-container .elementor-row > .elementor-inner-column:first-child > .elementor-column-wrap{
	padding-left: 0;
}
body .elementor .elementor-container .elementor-row > .elementor-inner-column:last-child > .elementor-column-wrap{
	padding-right: 0;
}
@media all and (max-width: 767px){
	body .elementor .elementor-container .elementor-row > .elementor-inner-column > .elementor-column-wrap {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
}

body .elementor .elementor-widget-button .elementor-button{
	border-radius: 0 !important;
	line-height: 1.25;
}
body .elementor .elementor-widget-heading{
	margin-bottom: 5px;
}
body .elementor .elementor-widget-heading .elementor-heading-title{
	line-height: 1.25;
	font-weight: bold;
}
body .elementor .elementor-widget-spacer{
	margin-bottom: 0;
}

body .mfp-bottom-bar{
	background-color: #f59b00;
	padding: 3px;
}
body .mfp-title,
body .mfp-counter{
	color: #004682;
}
body .mfp-title{
	padding-right: 56px;
}
body .mfp-counter{
	top: 3px;
	right: 2px;
}
body .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #F59B00;
}
body .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: 27px solid #F59B00;
}
body .elementor-slick-slider .slick-next:before,
body .elementor-slick-slider .slick-prev:before{
	color: #F59B00;
}
body .elementor-image-carousel-caption{
	font-size: 0.9em;
}

body .elementor-element-falkeBoxSection .elementor-flip-box__front{
	background-color: #004682;
}
body .elementor-element-falkeBoxSection .elementor-flip-box__back{
	background-color: #F59B00;
}
body .elementor-element-falkeBoxSection .elementor-flip-box__back .elementor-flip-box__layer__overlay{
	text-align: left;
}
body .elementor-element-falkeBoxSection .svgIconContainer{
	width: 35%;
	max-width: 50px;
    margin: 10px auto;
}
body .elementor-element-falkeBoxSection h3{
	font-size: 1.1em;
}
body .elementor-text-editor a{
	text-decoration: underline;
}

body .elementor-price-list a.elementor-price-list-item{
	text-decoration:none!Important;
}
body .elementor-widget-heading .elementor-heading-title>a{
	text-decoration:none!important;
}
@media all and (min-width: 528px){
	body .elementor-price-list-item .elementor-price-list-description{
		padding-right:65px;
	}
}

/* make flip-boxes stay open. see our custom class .stay-open which is triggered by js */
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box.stay-open .elementor-flip-box__front{
	-webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box.stay-open .elementor-flip-box__back {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
}

/*--------------------------------------------------------------
## CONTENT - MAIN PAGE
--------------------------------------------------------------*/
.navArea,
.navArea li,
.widget_nav_menu ul,
.widget_nav_menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.navArea{
	position: fixed;
	left: 0;
	top:30px;
	margin-top: 13.5%;
	z-index: 10;

	transition: margin 0.5s;
}
.falkeScrolled .navArea{
	margin-top:10%;
}


.navArea li a,
.widget_nav_menu li a{
	display: block;
	padding: 6px 9px 6px 35px;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #004682;
	color: #fff;
	text-decoration: none;
}
.widget_nav_menu li a{
	padding: 4px 8px;
	margin-top: 5px;
	margin-right: 0;
	font-size: 0.9em;
}
.navArea li a:not(.active):hover,
.widget_nav_menu li:not(.current-menu-item) a:hover{
	color: #F59B00;
}
.navArea li a.active,
.widget_nav_menu li.current-menu-item a{
	background-color: #F59B00;
	margin-right: 0;
}

@media all and (min-width: 800px) and (min-height: 500px){
	.widget_nav_menu.fixed{
		position: fixed;
		width: 250px;
		top: 160px;
	}
}

.fullscreenSlide{
	min-height: 800px;
	min-height: 100vh;

	position: relative;
	overflow: hidden;
}
.fullscreenSlide .kenburnsHelper{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center bottom;

	animation:kenburns 20s ease infinite;
}

@media all and (max-height: 599px){
	.navArea .fontBigger{
		font-size: 1em;
	}
}
@media all and (max-height: 549px){
	.navArea li a{
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 1px;
	}
}
@media all and (max-width: 799px){
	.navArea li a{
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;

		width: 8px;
		height: 8px;
		padding: 5px;
		margin: 15px 10px;
		border-radius: 50%;
	}
	.navArea{
		margin-top: 120px;
	}
	.falkeScrolled .navArea{
		margin-top: 80px;
	}
}

.fullscreenArrow {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	text-align: center;
	font-size: 4em;
	text-shadow: 0px 0px 2px #004682;
	color: #F59B00;
}
.fullscreenArrow a{
	text-decoration: none;
}
.myBounce {
	animation: myBounce 2s infinite;
}

/*--------------------------------------------------------------
## CONTENT - MAIN PAGE - FUNCTION DETAILS
--------------------------------------------------------------*/
.fullscreenSlide .contentArea{
	position: absolute;
	right: 0;
	bottom: 100px;
	max-width: 60%;
}
.fullscreenSlide .contentArea .svgTriangleContainer{
	width: 35%;
	float: right;
}
.fullscreenSlide .contentArea .mainSchriftzugHelper{
	position: relative;
	opacity: .95;
}
.fullscreenSlide .contentArea .mainSchriftzugHelper:after{
	content: '';
	display: table;
	clear: both;
}
.fullscreenSlide .contentArea .mainSchriftzug{
	width: 15%;
	height: 50%;
	position: absolute;
	right: 10px;
	bottom: 10px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fullscreenSlide .contentArea .mainContentOuterHeading{
	color: #fff;
	float: right;
	margin: 0;
	margin-left: 20px;
	padding: 8px 38px 8px 18px;
	/*background-color: rgba(245, 155, 0, 0.95); */
	background-color: rgba(0,70,130,0.95);
}
.fullscreenSlide .contentArea .mainContentOuterHeading a{
	text-decoration: none;
}
.fullscreenSlide .contentArea .mainContent{
	padding: 20px;
	background-color: rgba(255,255,255,0.95);
	clear: both;
}
.fullscreenSlide .contentArea .mainContent:after{
	content: '';
	display: table;
	clear: both;
}
.fullscreenSlide .contentArea .readMoreLinkContainer {
	background-color: rgba(255,255,255,0.95);
  padding: 10px;
}
.fullscreenSlide .contentArea .readMoreLinkContainer a{
	display: block;
	padding: 6px 12px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(245, 155, 0, 0.95);
	text-align:center;
}
.fullscreenSlide .contentArea .readMoreLinkContainer.demo a{
	background-color: #14aa1e;
}

.swapContent{
	display: none;

	float: left;
	max-width: calc(100% - 50px);
}
.swapContent.info{
	display: block;
}
.swapIcons{
	float: right;
	width: 40px;
	margin: -19px -20px -19px 30px;
}
.swapIcons a{
	display: block;
	background-color: #ccc;
	padding: 10px;
}
.swapIcons a:hover{
	background-color: rgba(245, 155, 0, 0.5);
}
.swapIcons a.active{
	background-color: transparent;
}
.swapIcons a.active .fillElement{
	fill: #F59B00;
}
.swapIcons a:not(.active) svg{
	animation: pulse_animation 2s linear infinite;
}
.swapIcons a:nth-of-type(1) svg{
	animation-delay:0;
}
.swapIcons a:nth-of-type(2) svg{
	animation-delay:.5s;
}
.swapIcons a:nth-of-type(3) svg{
	animation-delay:1s;
}
.swapIcons a:nth-of-type(4) svg{
	animation-delay:1.5s;
}

.swapIcons a:not(:first-of-type){
	border-top: 1px solid #fff;
}
.swapContent h3{
	color: #F59B00;
	margin-top: 0;
	margin-bottom: 0.3em;
}

@media all and (max-height: 699px){
	.fullscreenSlide .contentArea{
		bottom: 70px;
	}
}
@media all and (max-width: 1149px){
	.fullscreenSlide .contentArea{
		max-width: 50%;
	}
}
@media all and (max-width: 899px){
	.fullscreenSlide .contentArea{
		max-width: 40%;
	}
}
@media all and (max-width: 799px){
	.fullscreenSlide .contentArea .mainSchriftzug{
		right: 5px;
		bottom: 5px;
	}
	.fullscreenSlide .contentArea{
		max-width: none;
		padding-left: 30px;
	}
	/* .fullscreenSlide .contentArea .readMoreLinkContainer a{
		margin-right: 25px;
	} */
}

/*--------------------------------------------------------------
## CONTENT - DETAIL PAGE
--------------------------------------------------------------*/
#breadcrumbs{
	margin-top: 10px;
}
.header_stripe{
	position: relative;
	margin-top: -80px;
	width: 100%;
	height: 0;
	padding-bottom: 15.625%;
	overflow: hidden;
}
.header_stripe .kenburnsHelper{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;

	animation:kenburns 20s ease infinite;
}
.header_stripe h1{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	background-color: #F59B00;
	color: #FFF;
	padding: 8px 38px 8px 18px;
}
@media all and (max-width: 799px){
	.header_stripe{
		padding-bottom: 30%;
	}
	.header_stripe h1{
		padding: 4px 18px 4px 8px;
	}
}
@media all and (max-width: 499px){
	.header_stripe{
		padding-bottom: 60%;
	}

}

.contentCol{
	float: right;
	width: 75%;
	width: calc(100% - 265px);
}
.sidebar-area{
	float: left;
	width: 25%;
	width: 250px;
	margin-right: 15px;
}
@media all and (max-width: 799px){
	.contentCol,
	.sidebar-area{
		float: none;
		width: 100%;
		margin: 25px 0;
	}
}
#faqArea{
	padding-top: 80px;
}
#faqArea .faqSeperator{
	margin-top: 30px;
	border-top: 1px solid #F59B00;
	padding-top: 25px;
}
#faqArea .faqSpacer{
	padding-top: 25px;
}
#faqArea .faqQ{
	background-color: #004682;
	color: #fff;
	border: 1px solid #004682;
	padding: 4px 8px;
	margin-top: 5px;
	margin-bottom: 0;
	cursor: pointer;
}
#faqArea .faqQ.ui-accordion-header-active{
	border-bottom: 0;
}
#faqArea .faqA{
	background-color: #fff;
	border: 1px solid #004682;
	border-top: 0;
	padding: 4px 8px;
}

.sidebar-area .statementWidget:after{
	content: '';
	display: table;
	clear: both;
}
.sidebar-area .statementWidget,
.sidebar-area .faqButton{
	display: block;
	padding:5px 10px 10px 10px;
}

.sidebar-area .statementWidget{
	background-color: #F59B00;
	color: #fff;
}
.sidebar-area .faqButton{
	background-color: #004682;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.sidebar-area .faqButton i{
	display: block;
	font-size: 2em;
	margin-top: 5px;
}

.sidebar-area .widget img{
	display: block;
}
.sidebar-area .widget-title{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.3em;
}

.statement{
	text-align: center;
	margin: 15px 0 25px 0;
}
.statementThumb{
	width: 30%;
	max-width: 120px;
	border-radius: 50%;
	float: left;
	margin: 0 10px 10px 0;

	/* Firefox 10-34 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

	/*
	Chrome 19+,
	Safari 6+,
	Safari 6+ iOS,
	Opera 15+
	*/
	-webkit-filter: grayscale(1);

	/* Firefox 35+ */
	filter: grayscale(1);

	/* IE 6-9 */
	filter: gray;
}

.statementMeta{
	float: left;
}
.statementName{
	color: #004682;
	margin-top: 3px;
}
.statementMetaeta .job{
	font-size: 0.9em;
}
.statementLinks,
.statementLinks li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.statementLinks li a{
	font-size: 0.9em;
}

/*--------------------------------------------------------------
## CONTENT - SCROLLING CTA BUTTON
--------------------------------------------------------------*/
.scrolling-cta-container{
	text-align: center;
	opacity: 0;
	transition: opacity .5s;
}
.scrolling-cta-container.visible,
.elementor-editor-active .scrolling-cta-container{
	opacity: 1;
}

.scrolling-cta{
	display: inline-block;
	padding: 10px 20px;

	background-color: #14AA1E !important;
	color: #fff !important;
	font-size:1.2em;
	text-decoration: none;
}
.scrolling-cta:hover{
	color: #004682 !important;
}

/*--------------------------------------------------------------
## CONTENT - DEMO FORM
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999;
}
div.wpcf7{
	max-width: 700px;
	margin: 0 auto;
}
.wpcf7 label{
	display: block;
}
.wpcf7 span.hidden{
	display: none;
}
.wpcf7 legend{
	padding: 5px 15px;
    font-weight: bold;
    color: #f59b00;
}
.wpcf7 .formHint{
	font-size: 0.9em;
	padding-left: 15px;
}
.wpcf7 a{
	text-decoration: underline !important;
}
.wpcf7 .formHintHidden{
	display: none;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select{
	width: 100%;
	padding: 4px 8px;
	background-color: #fff;
	color: #004682;
	border-radius: 0;
	border: 1px solid rgba(0, 70, 130, 0.3);
	-webkit-appearance: none;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item{
	display: block;
	margin: 0 0 .2em 0;
}
.wpcf7 select{
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBmaWxsPScjMDA0NjgyJyBkPSdNNy40MDYgNy44MjhsNC41OTQgNC41OTQgNC41OTQtNC41OTQgMS40MDYgMS40MDYtNiA2LTYtNnonPjwvcGF0aD48L3N2Zz4=');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 2px 28px 2px 8px;
}
.wpcf7 fieldset{
	border-color: #ccc;
	margin: 25px 0;
	padding: 15px;
}
.wpcf7 fieldset fieldset{
	background-color: rgba(255,255,255,0.8);
}
.wpcf7 input[type="submit"]{
	background-color: #14AA1E;
	color: #FFF;
	font-weight: bold;
	display: block;
	border: 0;
	width: 100%;
	padding: 8px;
	text-align: center;
	-webkit-appearance:none;
	border-radius: 0;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:disabled,
.wpcf7 input[type="submit"].falkeDisabled{
	background-color: #ccc;
	cursor: not-allowed;
}
.site-content div.wpcf7 .ajax-loader{
	display: none !important;
}
.site-content div.wpcf7 .falke-loader-container{
	text-align: center;
}
.site-content div.wpcf7 .falke-loader{
	display: block;
    width: 160px;
    height: 15px;
    margin: 8px auto;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSIxNjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTI4IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNLTIyLjk0OS01LjU3Nmw0LjUyNSw0LjUyNUwtNDEuMDUxLDIxLjU3NmwtNC41MjUtNC41MjVabTE5LjIsMEwwLjc3Ni0xLjA1MS0yMS44NTEsMjEuNTc2bC00LjUyNi00LjUyNVptMTkuMiwwLDQuNTI1LDQuNTI1TC0yLjY1MSwyMS41NzZsLTQuNTI1LTQuNTI1Wm0xOS4yLDAsNC41MjUsNC41MjVMMTYuNTQ5LDIxLjU3NmwtNC41MjUtNC41MjVabTE5LjIsMCw0LjUyNSw0LjUyNUwzNS43NDksMjEuNTc2bC00LjUyNi00LjUyNVptMzguNCwwLDQuNTI1LDQuNTI1TDc0LjE0OSwyMS41NzZsLTQuNTI1LTQuNTI1Wm0tMTkuMiwwLDQuNTI1LDQuNTI1TDU0Ljk0OSwyMS41NzZsLTQuNTI2LTQuNTI1Wm0zOC40LDAsNC41MjUsNC41MjVMOTMuMzQ5LDIxLjU3NmwtNC41MjYtNC41MjVabTE5LjIsMCw0LjUyNSw0LjUyNUwxMTIuNTQ5LDIxLjU3NmwtNC41MjUtNC41MjVabTE5LjIsMCw0LjUyNSw0LjUyNUwxMzEuNzQ5LDIxLjU3NmwtNC41MjUtNC41MjVaIiBmaWxsPSIjZjU5YjAwIiBmaWxsLW9wYWNpdHk9IjEiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InRyYW5zbGF0ZSIgZnJvbT0iMCAwIiB0bz0iMTkgMCIgZHVyPSI0ODBtcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2c+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: center center;
	border: 1px solid #f59b00;
	border-radius: 2px;
}
.site-content div.wpcf7 form{
	position: relative;
}
.site-content div.wpcf7 form .falke-disableform{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
}

/* file input styling by https://tympanus.net/Tutorials/CustomFileInputs/ */
.wpcf7 label.file input[type="file"]{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.wpcf7 label.file span.visible{
	width: 50%;
	display: block;
	float: left;
	padding: 4px 8px;
	height: 30px;
	border: 1px solid rgba(245, 155, 0, 0.7);
	background-color: #fff;

	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	cursor: pointer;

	color: #999;
}
.wpcf7 label.file span.visible.hasFile{
	color: #004682;
}
.wpcf7 label.file strong{
	width: 50%;
	display: block;
	float: left;
	padding: 4px 8px;
	height: 30px;
	color: #fff;
	background-color: rgba(245, 155, 0, 0.7);
	font-weight: bold;
	cursor: pointer;
}
.wpcf7 label.file:after{
	display: table;
	content: '';
	clear: both;
}
@media all and (max-width: 499px){
	.wpcf7 label.file span.visible,
	.wpcf7 label.file strong{
		width: 100%;
		float: none;
	}
}



.wpcf7 span.wpcf7-not-valid-tip {
    color: rgba(255,0,0,0.8);
    padding: 4px 8px;
    font-size: 0.9em;
}
.wpcf7-response-output{
	display: none !important; /* hide standard-output, since we display online output from falcana-feedback in js */
}

.falcanaFormFeedback{
	display: block;
	border: 1px solid;
	padding: 5px 15px;
}
.falcanaFormFeedback.success{
	border-color: #004682;
	background-color: rgba(144,238,144, 0.2);
}
.falcanaFormFeedback.error{
	border-color: #F59B00;
	background-color: rgba(250,128,114, 0.2);
}

/*--------------------------------------------------------------
## CONTENT - SEARCH
--------------------------------------------------------------*/
.searchTeaser{
	margin: 25px 0 55px 0;
}
.searchEntry{
	position: relative;
	background-color: #fff;
	border-top: 1px solid #004682;
	margin-bottom: 25px;
	padding: 5px 10px 45px 10px;
}
.searchEntry .entry-title a{
	text-decoration: none;
}
.searchEntry .entry-readmore{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #F59B00;
}
.searchEntry .entry-readmore a{
	display: block;
	padding: 4px 18px;
	color: #fff;
	text-decoration: none;
}
.search .nav-links a{
	display: block;
	background-color: #F59B00;
	padding: 6px 28px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
## CONTENT - SINGLE
--------------------------------------------------------------*/
.entry-meta{
	font-style: italic;
}

.jobsIcon{
	position: absolute;
  right: 15px;
	z-index:15;
	top:90px;
	max-width: 125.39px;

}
.jobsIcon .hide:hover{
	opacity:0;
}
.jobsIcon .hide{
	position:absolute;
	right:0;
	opacity:1;
	transition:0.3;
}

@media all and (max-width: 478px){
	.jobsIcon{
	 position:absolute;
	 top:130px;
	 z-index:8;
	 max-width:90px;
	}
	.jobsIcon .numberBadge{
    font-size: 1.2em!important;
		right: 25px!important;
	}
}

.jobsIcon svg{
	padding: 10px 20px;
	color: #fff;
	background-color:#004682;
	display: inline-block;
	margin-right: 40px;
	transition: 0.3s;
}

.jobsIcon svg:hover{
	background-color:rgba(245, 155, 0, 0.95);
}

.jobsIcon .numberBadge{
	font-family: sans-serif;
	background-color: rgb(255,0,0);
	color: #fff;
	font-size: 1.5em;
	border-radius: 50%;
	width: 1.1em;
	height: 1.1em;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 40px;
	text-decoration: none;
  line-height:1;
	vertical-align:baseline;
	white-space:nowrap;
	text-align: center;
}
