/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap');*/
@import url('../font/font.css');
/*
    font-family: 'Quicksand', sans-serif;
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

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

html {
    font-family: 'Quicksand', sans-serif;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	background-color: #ffffff;
}

/**
 * Remove default margin.
 */
body {
	background:#fff;
}
 
body,
td {
    font-family: 'Quicksand', sans-serif;
	margin: 0;
	font-size: 14px;
	line-height: 1.667;
	font-weight: 500;
	color: #515151;
}

@media (min-width: 960px) {
	body:not([class="navMainOpen"]),
    body:not([class="navMainOpen"]) td {
		font-size: 16px;
		line-height: 1.667;
	}
}
@media (min-width: 1440px) {
    body:not([class="navMainOpen"]),
    body:not([class="navMainOpen"]),
    body,
    body td {
        font-size: 16px;
        line-height: 1.667;
    }
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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



/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

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

a,
.ui-accordion .ui-widget-content a {
	background-color: transparent;
	color: #fb1f20;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

* {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

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

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

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

b,
strong {
	font-weight: 600;
}

.strongLight {
	font-weight: 400;
}
.weak {
	font-weight: 300;
}
.weaker {
	font-weight: 300;
}

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

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.h1,
.ui-accordion .ui-accordion-header.h1 {
	font-weight: 900;
	font-size: 2.500em;
	line-height:1.1em;
	display: block;
	color: #000;
	font-weight:600;
	text-transform:uppercase;
}
h2,
.h2,
.ui-accordion .ui-accordion-header.h2 {
	line-height:1.1em;
	font-size: 1.875em;
	display: block;
	color: #000;
	text-transform: none;
	font-weight:600;
}
h3,
.h3,
.ui-accordion .ui-accordion-header.h3 {
	font-weight: 900;
	line-height:1.1em;
	font-size: 1.33em;
	font-weight:normal;
	display: block;
	color: #000;
    font-weight:600;
}
h6,
.h6 {
	color:#000;
	margin:0;
	font-size:1em;
}
h6 + *,
.h6 + * {
	margin-top:0;
}
h1,
.h1,
.hyphenate {
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

h1 + h2,
.h1 + h2,
h1 + .h2,
.h1 + .h2,
h1 + h3,
.h1 + h3,
h1 + .h3,
.h1 + .h3,
h2 + h3,
.h2 + h3,
h2 + .h3,
.h2 + .h3 {
	margin-top: 22px;
}

#vcModal h1,
#vcModal .h1 {
    font-size: 2em;
}
#vcModal h2 {
    font-size: 1.4em;
}
#vcModal h3 {
    font-size: 1.2em;
}
#vcModal h1,
#vcModal .h1 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
}

.accordionWrapper.ui-accordion .ui-accordion-header {
    padding: 10px 30px 10px 10px;

}
.accordionWrapper .ui-state-focus.ui-accordion-header {
    background: none;
    color: #000;
    border-color: #f6f6f6;
}
.accordionWrapper .ui-state-active.ui-accordion-header,
.accordionWrapper .ui-state-hover.ui-accordion-header {
    border-color: #fb1f20;
    background: #fb1f20;
    color: #fff;
}
.accordionWrapper .ui-accordion-header .ui-icon {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    background: none;
    transition:transform 0.2s;
    width: 1em;
    height: 1em;
    text-indent: unset;
    margin: 0;
    text-align: center;
}
.accordionWrapper .ui-accordion-header .ui-icon:after {
    content: '\e80c';
    display: inline-block;
    font-family: 'fontello';
    font-size: 1em;
    line-height: 1em;
}
.accordionWrapper .ui-accordion-header.ui-state-active .ui-icon {
    transform: rotate(90deg);
}
.accordionWrapper.ui-accordion .ui-accordion-content {
    padding: 0.5em 0;
}

p,
ul {
	margin: 1em 0;	
}
.mailBody ul {
	margin-left: 2em;
}

ol {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	counter-reset: item;
}



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

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

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	color: #fff;
    background: #fb1f20;
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #fb1f20;
    text-shadow: none;
}

/* Text zweispaltig */


.text-50-50 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

@media (min-width: 640px) {	
	.text-50-50 {
		width: 100%;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px;
		margin: 1em 0;
	}
	.text-50-50 > * {
		margin-top: 0;
	}
	.text-50-50 > :last-child {
		margin-bottom: 0;
	}
}


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

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

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

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

figure {
	margin: 1em 40px;
}

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

hr {
	display: block;
	height: 2px;
	border: 0;
	border-top: 2px solid #eaeaea;
	margin: 22px 0;
	padding: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
	padding: 0;
	border: none;
	background: #FFF;
	border-radius: 0;
	box-shadow: none;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
label[role="button"],
button:not(:disabled) {
	cursor: pointer;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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

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

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

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

input {
	line-height: normal;
	
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
textarea { 
	-webkit-appearance: none;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* 1 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: none; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
	resize: vertical;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/*
 * Placeholder text
 */

::-webkit-input-placeholder {
	color: #adadad;
	font-style: normal;
	opacity: 1;
	font-weight: inherit;
}
::-moz-placeholder {
	color: #adadad;
	font-style: normal;
	opacity: 1;
	font-weight: inherit;
}
:-ms-input-placeholder {
	color: #adadad;
	font-style: normal;
	opacity: 1;
	font-weight: inherit;
}
::placeholder {
	color: #adadad;
	font-style: normal;
	opacity: 1;
	font-weight: inherit;
}


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

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

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

td,
th {
	padding: 0;
}

/* description lists
   ========================================================================== */
dl {
	margin: 10px 0;
}
dl dt {
	font-weight: 500;
	padding: 0;
	margin: 0;
}
dl.projectData dt {
    font-weight: 600;
}
dl dd {
	padding: 0;
	margin: 0;
}
dl dd + dt {
	clear: both;
	padding-top: 1em;
}

@media only screen and (min-width: 640px) {
	dl dt {
		width: 50%;
		padding-right: 10px;
		float: left;
		clear: left;
	}
	dl dd {
		width: 50%;
		float: left;
		padding: 0 0 0 10px;
	}
	dl dd + dt,
	dl dd + dt + dd {
		padding-top: 10px;
	}
}


/* Icon Font
   ========================================================================== */

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?36967084');
  src: url('../font/fontello.eot?36967084#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?36967084') format('woff2'),
       url('../font/fontello.woff?36967084') format('woff'),
       url('../font/fontello.ttf?36967084') format('truetype'),
       url('../font/fontello.svg?36967084#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

ul.liste-haken li:before,
.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-target:before { content: '\e800'; } /* '' */
.icon-picture:before { content: '\e801'; } /* '' */
.icon-picture-1:before { content: '\e802'; } /* '' */
.icon-info:before { content: '\e803'; } /* '' */
.icon-map:before { content: '\e804'; } /* '' */
.icon-cancel:before { content: '\e805'; } /* '' */
.icon-calendar:before { content: '\e806'; } /* '' */
.icon-down-big:before { content: '\e807'; } /* '' */
.icon-down-open:before { content: '\e808'; } /* '' */
.icon-left-open:before { content: '\e809'; } /* '' */
.icon-up-open:before { content: '\e80a'; } /* '' */
.icon-home:before { content: '\e80b'; } /* '' */
.icon-right-open:before { content: '\e80c'; } /* '' */
.icon-phone:before { content: '\e80d'; } /* '' */
.icon-left-big:before { content: '\e80e'; } /* '' */
.icon-login:before { content: '\e80f'; } /* '' */
.icon-ok-fat:before { content: '\e810'; } /* '' */
.icon-plus:before { content: '\e811'; } /* '' */
.icon-check:before { content: '\e812'; } /* '' */
.icon-right-big:before { content: '\e813'; } /* '' */
.icon-minus:before { content: '\e814'; } /* '' */
.icon-up-big:before { content: '\e815'; } /* '' */
.icon-mobile:before { content: '\e816'; } /* '' */
.icon-logout:before { content: '\e820'; } /* '' */
.icon-search:before { content: '\e821'; } /* '' */
.icon-link-external:before { content: '\e825'; } /* '' */
.icon-downloads:before { content: '\e82a'; } /* '' */
.icon-scrolldown:before { content: '\e862'; } /* '' */
.icon-mail:before { content: '\e8b7'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */

/* Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.no-js .noJsHidden,
.js .jsHidden,
.hidden,
.versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 719px) {
	.visible-xs,
	.visible-xs-block {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 720px) and (max-width: 960px) {
	.visible-sm,
	.visible-sm-block {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
	.visible-sm-inline {
		display: inline !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 960px) and (max-width: 1279px) {
	.visible-md,
	.visible-md-block {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
	.visible-md-inline {
		display: inline !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1280px) {
	.visible-lg,
	.visible-lg-block  {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
	.visible-lg-inline {
		display: inline !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
	.hidden-lg {
		display: none !important;

	}
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print,
	.visible-print-block {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
	.visible-print-inline {
		display: inline !important;
	}
	.visible-print-inline-block {
		display: inline-block !important;
	}
	.hidden-print {
		display: none !important;
	}
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

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

.no-telefon a[href^="tel:"] {
	cursor: auto;
	text-decoration: inherit;
	color: inherit;
}
  
/*
 * Buttons
 */
.btn {
	position: relative;
	line-height: 20px;
	font-size:15px;
	font-weight: 900;
	letter-spacing:0.1em;
	text-transform:uppercase;
	text-decoration: none;
	text-align: left;
	min-height: 30px;
	border: none;
	border-radius: 0;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fb1f20;
	background: #fff;
	padding: 20px;
}
.btn.btnClear {
	background: none !important;
	color: #925c25;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	border-radius: 0;
	line-height: inherit;
	min-height: 20px;
	line-height: 20px;
	box-shadow:0 10px 20px rgba(0,0,0,0);
}
.btn.btnRaised {
	color: #fb1f20;
	background: #fff;
	padding: 20px;
	box-shadow:0 10px 20px rgba(0,0,0,0.19);
}
.btn.btnIconUnder .icon,
.btn.btnIconOver .icon,
.btn.btnIconLeft .icon,
.btn.btnIconRight .icon {
	height: 2em;
	width: 2em;
	color: inherit;
	position: absolute;
	text-shadow: none;
	text-align: center;
}
.btn.btnIconUnder .icon:before,
.btn.btnIconOver .icon:before,
.btn.btnIconLeft .icon:before,
.btn.btnIconRight .icon:before {
	line-height: 2em;
	margin: 0;
}
.btn .icon,
.btn.btnClear .icon {
	position:absolute;
	color:#fb1f20;
	display:inline-block;
	vertical-align:baseline;
	font-size:24px;
	text-align:center;
	top:50%;
	transition:right 0.2s;
	line-height: 20px;
	height:20px;
	width:20px;
	background:none;
	border-radius:0;
	margin-top:-10px;
	right:15px;
}
.btn.btnClear .icon:before {
	line-height: 1em;
}
.btn.btnClear.change .icon {
	color: #1a1a1a;
}

.btn.btnIconUnder {
	padding-bottom: 2.333em;
}
.btn.btnIconUnder .icon {
	margin-left: -1em;
	left: 50%;
	bottom: 20px;
	margin-bottom: -1em;
}
.btn.btnClear.btnIconUnder {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}
.btn.btnClear.btnIconUnder .icon {
	margin-left: -.5em;
	margin-bottom: -.5em;
	bottom: .5em;
}

.btn.btnIconOver {
	padding-top: 40px;
}
.btn.btnIconOver .icon {
	margin-left: -1em;
	left: 50%;
	top: 20px;
	margin-top: -1em;
}
.btn.btnClear.btnIconOver {
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}
.btn.btnClear.btnIconOver .icon {
	margin-left: -.5em;
	margin-top: -.5em;
	top: .5em;
}

.btn.btnIconLeft {
	padding-left: 60px;
}
.btn.btnIconLeft .icon {
	margin-top: -1em;
	top: 50%;
	left: 20px;
	margin-left: -1em;
}
.btn.btnClear.btnIconLeft {
	padding-left: 20px;
	padding-right: 0;
}
.btn.btnClear.btnIconLeft .icon {
	margin-top: -.5em;
	margin-left: -.5em;
	left: .5em;
	line-height: 1;
}
.btn.btnClear.btnIconLeft .icon-left-open {
	font-size: .75em;
}

.btn.btnIconRight {
	padding-right: 60px;
}
.btn.btnIconRight .icon {
	margin-top: -1em;
	top: 50%;
	right: 30px;
	margin-right: -1em;
}
.btn.btnClear.btnIconRight {
	padding-left: 0;
	padding-right: 20px;
}
.btn.btnClear.btnIconRight .icon {
	margin-top: -.5em;
	margin-right: -.5em;
	right: .5em;
	line-height: 1;
}
.btn.btnClear.btnIconRight .icon-right-open {
	font-size: .75em;
}

.btn.btnClear:hover {
	background: none !important;
	box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
	background: #d6d6d6 !important;
	color: #7d7b7c !important;
	box-shadow: none !important;
}
.btn.btnClear.disabled,
.btn.btnClear[disabled] {
	background: none !important;
	color: #7d7b7c !important;
}

.btnSet {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.btnSet .btn {
	float: left;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.btnSet .btn .icon {
	background: none;
	color: inherit;
	right: 10px;
}
.btnSet .btn + .btn:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	top: 10px;
	bottom: 10px;
	background: #fff;
}
.btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    margin-right: -1em;
    margin-bottom: -1em;
}
.btnWrap .btn {
    margin-right: 1em;
    margin-bottom: 1em;
    flex: 0 1 auto;
}
/*
 * Loading
 */
.loadingOverlay {
	height: 0;
	width: 100%;
	background: url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .3s, height 0s .3s;
	transition: opacity .3s, height 0s .3s;
}
.loadingOverlay.show {
	opacity: 1;
	height: 100%;
	-webkit-transition: opacity .3s, height 0s;
	transition: opacity .3s, height 0s;
}

.noMargin {
	margin: 0;
}
.icon.noMargin:before {
	margin: 0;
}

/*
 Backgrounds
 */
.greyBackground {
	background-color: #f5f6f6;
}
.yellowBackground {
	background-color: #a78e71;
}
.redBackground {
	background-color: #C00;
}

/*
 Note & Error
 */
 .noteBlock,
 .errorBlock {
	padding: 20px;
	margin: 10px 0;
	color: #fff;
}
.noteBlock a,
 .errorBlock a {
	color: #fff !important;
}
.noteBlock .tooltip,
.errorBlock .tooltip {
	background: #fff !important;
	margin-right: 10px;
}
.noteBlock {
	background: #fbbb02;
}
.noteBlock .tooltip {
	color: #fbbb02;
}
.errorBlock {
	background: #C00;
}
.errorBlock .tooltip {
	color: #C00;
}


/*
 * State Color´s
 */
.success {
	color: #0C0;
}
.error,
.fehler_text {
	color: #C00;
}
.colored,
.article strong.colored {
	color: #a3bd34;
	text-transform:uppercase;
	font-weight:800;
}
.shaded {
	position:relative;
	display:inline-block;
}
.shadedInner {
	position:relative;
	color:#925c25 !important;
	text-shadow:none !important;
}
.shaded:before {
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:-4px;
	right:-4px;
	bottom:0;
	background:#fff;
	color:#925c25;
}
.hint {
	color: #8d8d8d;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
}
.lightText {
	color: #9da4a9;
}

/*
 * tooltip buttons
 */
.tooltip {
	border-radius: .75em;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5;
	background: #fbbb02;
	color: #fff;
	font-size: .8em;
	display: inline-block;
	vertical-align: .25em;
	text-align: center;
}
.tooltip:before {
	margin: 0;
}
.tooltip:hover {
	background: #2d3338;
}

.box {
	margin: 30px 0 30px;
}
.box .boxInnerWrap + .boxInnerWrap {
	margin-top: 5px;
}

.boxHead {
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	position: relative;
	margin: 0;
	display: block;
	background: #c5d9a9;
}
.boxHead.hasIcon {
	padding-right: 65px;
}
.boxHead .icon {
	height: 100%;
	width: 50px;
	line-height: 50px;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: 0;
	background: #9ac064;
	pointer-events: none;
	text-align: center;
}
.boxContent {
	background: #f5f5f5;
	padding: 10px 15px;
	margin: 0 !important;
}
.boxContent > :first-child {
	margin-top: 0;
}
.boxContent > :last-child {
	margin-bottom: 0;
}
.slideDownSwitch ~ .boxContent {
	padding-top: 0;

	padding-bottom: 0;
}
.box .slideDownSwitch ~ .slideDownTrigger {
	background: #cdcdcd;
}
.box .slideDownSwitch ~ .slideDownTrigger .icon {
	background: #bfbfbf;
}
.box .slideDownSwitch:checked ~ .slideDownTrigger {
	background: #c5d9a9;
}
.box .slideDownSwitch:checked ~ .slideDownTrigger .icon {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	background: #9ac064;
}
.box .slideDownSwitch:checked ~ .boxContent {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
 * Haken Liste
 */
.article ul.liste-haken {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.article ul.liste-haken li {
	padding-left: 20px;
	position: relative;
}
.article ul.liste-haken li:before {
	margin-left: -20px;
	margin-right: 0;
	color: #a78e71 !important;
	width: 20px;
	text-align: left;	
	top:auto;
	left:auto;
	height:auto;
	background:none;
	display:inline-block;
	position:relative;
}
.article ul.liste-haken li + li {
	margin-top: 10px;
}


/*
 * Article Styles
 */
.article {
	position:relative;
	/*padding-left:20px;
	padding-right:20px;*/
}
.article + .article {
	margin-top: 2em;
}
.article strong {
	font-weight:800;
}

.contentWrap .article:last-child {
	margin-bottom: 0;
}
.gridWrap + .article {
	margin-top: 20px;
}
.article .popout {
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:2em;
}
.article .popout .popoutInner {
	position: relative;
}
.article .popout .imagesWrap {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.article .popout .vc_carousel_container,
.article .gallery.vc_carousel,
.article .popout .code {
	position: relative;
	top: 0;
	height:100%;
	margin:20px;
}
.article .popout .teaser {
	position:relative;
	left: 0px;
	right:0px;
	padding-bottom:62.5%;
}
.article .popout .code iframe {
	height:400px;
}
.article .gallery.vc_carousel,
.article .popout .teaser,
.article .popout .code > *{
	box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

.article .popout .code > * {
	height:100%;
	width:100%;
	position:relative;
}
.article .gallery.vc_carousel {
	position:relative;
	height: 0;
	padding-bottom:62.5%;
	margin:0;
}

.article .gallery.vc_carousel a,
.article .popout .imagesWrap a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%;
	background-color:#f7edda;
	background-size: contain;
	text-decoration: none;
	opacity:0;
}
.article .gallery.vc_carousel a:first-child,
.article .popout .imagesWrap a:first-child {
	opacity:1;
}
.article .popout .imagesWrap a img {
	display:none;
}
.article .gallery.vc_carousel a {
	background-size:contain;
}
.article .gallery.vc_carousel .caption,
.article .popout .imagesWrap .caption {
	position: absolute;
	right: 8px;
	bottom: 32px;
	padding: 8px;
	background: #000;
	background: rgba(0,0,0,.3);
	font-weight: 300;
	font-size: 1em;
	line-height: 1;
	color: #fff;
}
.article .popout .textWrap {
	padding: 20px;
}
.article .popout .textWrap > :first-child {
	margin-top: 0;
}
.article .popout .textWrap > :last-child {
	margin-bottom: 0;
}
article ul {
	margin: 1.071em 0;
	list-style: none;
	padding:0;
}
article ul li {
	margin: 0;
	padding-left: 30px;
	position: relative;
}
article ul li + li {
	margin-top: 0.5em;
}
article ul li:before {
	content: '\e80c';
    font-family: 'fontello';
    position: absolute;
    display: block;
	background:#fb1f20;
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: 0.5em;
    line-height: 16px;
    text-align: center;
	border-radius:999px;
    top: 5px;
    left: 0px;
}
.articleGrid ul li + li {
	margin-top: 0.82em;	
}

.greybox {
    padding: 20px;
    background: #eeeeee;
}
input[name="openBoxTrigger"] {
    display: none;
}
.openBox {
    position: relative;
    padding: 20px 20px 0 20px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
input[name="openBoxTrigger"]:checked + .openBox {
    padding-bottom: 20px;
}
.openBox > label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%);
}
.openBox > label span {
    display: block;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

input[name="openBoxTrigger"]:checked + .openBox > label span {
    transform: rotate(180deg);
}
.openBoxContent {
    overflow: hidden;
    max-height: 40px;
    -webkit-transition: max-height .3s cubic-bezier(0,1,0,1);
    transition: max-height .3s cubic-bezier(0,1,0,1);
}
input[name="openBoxTrigger"]:checked + .openBox > .openBoxContent {
    -webkit-transition: max-height .3s cubic-bezier(1,0,1,0);
    transition: max-height .3s cubic-bezier(1,0,1,0);
    max-height: 10000px;
}
.greybox .openBoxContent :first-child {
    margin-top: 0;
}
.greybox .openBoxContent :last-child{
    margin-bottom: 0;
}
.dateText {
	color: #666;
	font-weight: 600;
}

.article > :first-child,
.article > .imgRight:first-child + *,
.article > .imgLeft:first-child + *,
.article > .imgNone:first-child + *,
.article > .btnBack:first-child + *,
.article > .dateText:first-child + h1,
.article > .dateText:first-child + .h1,
.article > .dateText:first-child + h2,
.article > .dateText:first-child + .h2,

.article .imgRight + h1,
.article .imgRight + .h1,
.article .imgRight + h2,
.article .imgRight + .h2,
.article .imgRight + h3,
.article .imgRight + .h3,
.article .imgRight + h4,
.article .imgRight + .h4 {
	margin-top: 0;
}
.article > .dateText:first-child,
.article > :last-child:not(.gridWrap) {
	margin-bottom: 0;
}


.popout h1,
.popout .h1,
.popout h2,
.popout .h2,
.popout h3,
.popout .h3 {
	text-align:left;
}
.popout h1:after,
.popout .h1:after,
.popout h2:after,
.popout .h2:after,
.popout h3:after,
.popout .h3:after {
	margin-left:0;
	margin-right:0;
}
@media (min-width: 560px) {
	.article ul {
		margin: 1em 0;
	}
}

@media (min-width: 640px) {

	.article .popout .popoutInner {
		box-shadow: none;
	}
	.article .popout .imagesWrap .vc_carousel_control {
		bottom: 16px;
	}
	.article .popout .imagesWrap .caption {
		bottom: 48px;
	}
	.article .popout .textWrap {
		margin-left: 0px;
		margin-top: -16px;
		margin-right: 0px;
		position:relative;
		z-index: 1;
	}
}

@media (min-width: 960px) {
	/*.article:not(.tax_fullWidth) {
		margin-left:8.33%;
		margin-right:8.33%;
		padding-left:10px;
		padding-right:10px;
	}
	.article .popout {
		margin-left:0px;
		margin-right:0px;
		margin-bottom:3em;
	}
	.article .gallery,
	.article .gallery.masonry {
		margin-left:-10%;
		margin-right:-10%;
	}*/
	.article .popout .popoutInner {
		padding: 0;
		/*margin-left:-10%;
		margin-right:-10%;*/
	}
	.article .popout .vc_carousel_container {
		position:relative;
		top:auto;
		left:0;
		height:60%;
		width:100%;
	}
	.article .popout .imagesWrap {
		position:absolute;
		padding: 0;
		top:20px;
		bottom: 20px;
		width: calc(50% - 20px);
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.article .popout.ltr .imagesWrap {
		margin-left: calc(50% + 20px);
	}
	.article .popout.rtl .imagesWrap {
		margin-left: 0;
		margin-right: calc(50% - 20px);
	}
	.article.tax_fullWidth .popout.ltr .imagesWrap {
		width: calc(60% - 20px);
	}
	.article.tax_fullWidth .popout.rtl .imagesWrap {
		margin-left:-10%;
		width: calc(60% - 20px);
	}

	.article .popout .imagesWrap .vc_carousel_control {
		bottom: 0;
	}
	.article .popout .imagesWrap .caption {
		bottom: 32px;
	}
	.article .popout.rtl .vc_carousel_control {
		right: 0;
		left: 0;
	}
	.article .popout.rtl .imagesWrap .caption {
		right: auto;
		left: 8px;
	}
	.article .popout .textWrap {
		min-height:450px;
		width: 50%;
		margin: 0;
	}
	.article.tax_fullWidth .popout .textWrap {
		padding-top:6vw;
		padding-bottom:6vw;
	}
	.article .popout.ltr .textWrap {
		float: left;
		padding-left:0;
		padding-right:20px;
	}
	.article .popout.rtl .textWrap {
		float: right;
		padding-right:0;
		padding-left:20px;
	}
	.article .popout .vc_carousel_container,
	.article .gallery.vc_carousel,
	.article .popout .code {
		position: relative;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		margin:0;
	}
	.article .popout .teaser {
		margin:0;
		padding-bottom:0;
		height:100%;
	}
	.article .popout .code:before,
	.article .popout .vc_carousel:before {
		left:-20px;
		top:20px;
	}
	.article .popout .code iframe {
		height:100%;
	}
	.article .popout .teaser {
		box-shadow: none;
	}
	.article .popout .imagesWrap a {
		background:none !important;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.article .popout .imagesWrap a img {
		display:block;

		box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	}


}
	.article .popout .teaser {
		box-shadow: none;
	}
	.article .popout .imagesWrap a {
		background:none !important;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		overflow:visible;
	}
	.article .popout .imagesWrap a img {
		display:block;

		box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	}

@media (min-width: 1440px) {
	/*.article .popout .vc_carousel_container {
		position:relative;
		top:auto;
		left:0;
		height:70%;
	}*/
	.article .popout.rtl .textWrap {
		padding-left:calc( 8.33% + 60px);
	}
	.article .popout.ltr .textWrap {
		padding-right:calc( 8.33% + 60px);
	}
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	background: #FFF;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	line-height: 1.714;
	border-bottom: 2px solid #5b6770;
	padding-top: 10px; 
	padding-bottom: 5px;
	background-color: #a78e71;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: #FFFFFF;	
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: #f5f5f5;	
}

/* Content: IFRMAE YUMPU */
.embed-container-yumpu {
	position: relative;
	padding-bottom:56.25%;
	height:0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container-yumpu iframe,
.embed-container-yumpu object,
.embed-container-yumpu embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/*
 * SlideDown / SlideUp
 */
.slideDownTrigger {
	display: block;
}

.slideDownTrigger .on,
.slideDownTargetWrap .slideDownTrigger .on {
	display: none;
}
.slideDownTrigger .icon:last-child {
	-webkit-transition: transform .3s;
	transition: transform .3s;
	display: block;
	float: right;
}

.slideDownTriggerInline .icon:last-child {
	float: none;
	display: inline-block;
}

.slideDownSwitch ~ .slideDownTarget,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTarget {
	max-height: 0;
	-webkit-transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.slideDownSwitch ~ .slideDownTargetTeaser,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTargetTeaser {
	max-height: 40px;
}

.slideDownTargetTeaser + .slideDownTrigger {
	margin-top: -40px;
	min-height: 40px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: .714rem 0 0;
	line-height: 40px;
	line-height: calc(40px - .714rem);
	
	
}
.slideDownTargetTeaser + .slideDownTrigger:before {
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.slideDownSwitch:checked ~ .slideDownTrigger .on,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .on {
	display: inline;
}
.slideDownSwitch:checked ~ .slideDownTrigger .off,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .off {
	display: none;
}
.slideDownSwitch:checked ~ .slideDownTrigger .icon:last-child,
.slideDownSwitch:checked ~ .slideDownTriggerWrap .slideDownTrigger .icon:last-child,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .icon:last-child {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slideDownSwitch:checked ~ .slideDownTarget,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTarget {
	max-height: 10000px;
	-webkit-transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	
	-webkit-animation: 0s linear 0.3s 1 normal both running delayOverflow;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}
.slideDownSwitch:checked ~ .slideDownTargetTeaser + .slideDownTrigger,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTargetTeaser + .slideDownTrigger {
	margin-top: 0;
}



@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn:hover .icon {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


@-webkit-keyframes delayOverflow {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: visible;
	}
}

@keyframes delayOverflow {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: visible;
	}
}

iframe[name="google"] {
	width:100%;
	border:none;
}


/*
 * E-Mail Styling
 */

.mailBody,
.mailBody td,
.mailBody p {
	font-family: 'Open Sans', Calibri, Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #5b6770;
}
.mailBody td > :last-child {
	margin-bottom: 0;
}