/****** FILE: css/normalize.css *****/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 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: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* 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 */
}

/**
 * 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 {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* 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: bold;
}

/**
 * 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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;
}

/* 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 {
  box-sizing: content-box;
  height: 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 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * 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: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
}

/**
 * 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;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/****** FILE: css/gekkoin.css *****/
/* BASE */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	font-size: 16px;
}
body {
    background-color: white;
    color: #222;
    line-height: 1.25; /* 20px target line-height / 16px font-size */
	font-size: 1em;
	font-family: Helvetica, sans-serif;
}
/* TYPOGRAPHY */
h1 { font-size: 2em;    }
h2 { font-size: 1.6em;  }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em;  }
h5 { font-size: 0.85em; }
h6 { font-size: 0.75em; }

.bold { font-weight: bold; }

/* UTILITY */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: "";
  display: table;
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

/* GRID */
.container {
    margin: 0 auto;
    padding: 0 1em;
    position: relative;
    width: 100%;
    max-width: 1170px;
}

.fluid {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.column {
    float: left;
}

.one.column     { width: 8.33333333%;   }
.two.column     { width: 16.66666667%;  }
.three.column   { width: 25%;           }
.four.column    { width: 33.33333333%;  }
.five.column    { width: 41.66666667%;  }
.six.column     { width: 50%;           }
.seven.column   { width: 58.33333333%;  }
.eight.column   { width: 66.66666667%;  }
.nine.column    { width: 75%;           }
.ten.column     { width: 83.33333333%;  }
.eleven.column  { width: 91.66666667%;  }

.offset-one.column      { margin-left: 8.33333333%;   }
.offset-two.column      { margin-left: 16.66666667%;  }
.offset-three.column    { margin-left: 25%;           }
.offset-four.column     { margin-left: 33.33333333%;  }
.offset-five.column     { margin-left: 41.66666667%;  }
.offset-six.column      { margin-left: 50%;           }
.offset-seven.column    { margin-left: 58.33333333%;  }
.offset-eight.column    { margin-left: 66.66666667%;  }
.offset-nine.column     { margin-left: 75%;           }
.offset-ten.column      { margin-left: 83.33333333%;  }
.offset-eleven.column   { margin-left: 91.66666667%;  }

/* FORMS */
input[type=text],
input[type=date],
input[type=datetime],
input[type=number],
input[type=search],
input[type=time],
input[type=url],
input[type=email],
textarea,
select {
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.20s ease-out;
    -moz-transition: all 0.20s ease-out;
    -ms-transition: all 0.20s ease-out;
    -o-transition: all 0.20s ease-out;
    outline: none;
    width: 100%;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
    box-shadow: 0px 0px 8px 2px rgba(64, 85, 114, 0.40);
}

input[type="submit"], input[type="button"] {
    padding: 8px 15px 8px 15px;
    border: none;
    background: #405572;
    color: #fff;
}

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

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

    .break-d, .break-d.column {
        width: 100%;
        margin: 0;
    }
    .fullsize-d, .fullsize-d.column {
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .hide-d, .hide-d.column {
        display: none !important;
    }
}

@media only screen and (max-width: 992px)  {
    .container {
        max-width: 750px;
    }

    .break-t, .break-t.column {
        width: 100%;
        margin: 0;
    }
    .fullsize-t, .fullsize-t.column {
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .hide-t, .hide-t.column {
        display: none !important;
    }
}
@media only screen and (max-width: 768px)  {
    .container {
        max-width: 90%;
    }

    .break-p, .break-p.column {
        width: 100%;
        margin: 0;
    }
    .fullsize-p, .fullsize-p.column {
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .hide-p, .hide-p.column {
        display: none !important;
    }
}
@media only screen and (max-width: 480px)  {
    .break-m, .break-m.column {
        width: 100%;
        margin: 0;
    }
    .fullsize-m, .fullsize-m.column {
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .hide-m, .hide-m.column {
        display: none !important;
    }
}

/****** FILE: css/typography.css *****/
@font-face {
    font-family: 'Open Sans';
    src: url('/css/Fonts/OpenSans-Light-webfont.eot');
    src: url('/css/Fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/Fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('/css/Fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/css/Fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/css/Fonts/OpenSans-Regular-webfont.eot');
    src: url('/css/Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/Fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/css/Fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/css/Fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/css/Fonts/OpenSans-Semibold-webfont.eot');
    src: url('/css/Fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/Fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/css/Fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/css/Fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 700;
    font-style: normal;

}

.typography {
	font-family: 'Open Sans', sans-serif;
  font-size: 16px;
	font-weight: 400;
  letter-spacing: 0.02em;
	color: #58585a;
}

/* PARAGRAPHS
-------------------------------------------- */
.typography p {
 	line-height: 1.7;
	margin: 0 0 1em 0;
}

.typography em {
	font-style: italic;
}

.typography .sidebarButton {
    display: block;
    text-decoration: none;
    background-color: #AECB06;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    margin-top: 0.5em;
    transition: background-color 0.25s ease-out;
}

.typography .sidebarButton:hover {
    background-color: #C2E20A;
    color: #fff;
}



/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
	quotes: none;
}

.typography .clear {
    clear:both;
    margin:0;

    }


.typography blockquote:before, .typography blockquote:after  { content: ""; content: none; }

.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
	quotes: none;
}

.typography q:before, .typography q:after { content: ""; content: none; }

/* REVISION
-------------------------------------------- */
.typography ins { background-color: #ff9; color: #000; text-decoration: none; }

.typography mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

.typography del { text-decoration: line-through; }

.typography abbr[title], .typography dfn[title] { border-bottom: 1px dotted; cursor: help; }


/* LINKS
-------------------------------------------- */

.typography a {
 	text-decoration: none;
	color: #1e80ba;

}
	.typography a:hover {
	color: #165476;
	}

	.typography .btn {
    background: #405572;
    color: #fff;
    display: inline-block;
    padding: 0.5em 1em;
    transition: background 0.25s ease-out;
}

.typography .btn:hover {
    background: #4f6e9a;
	color: #fff;
}



	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 25px;
		background: url(/images/icons/pdf_icon.png) no-repeat left center;
		background-size: 20px 20px;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(/images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(/images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(/images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(/images/icons/application.png) no-repeat left center;
	}

  .typography a[href^=tel] {
 		color:inherit;
		text-decoration: none;
		pointer-events: none;
  }

@media (max-width: 768px) {
  .typography a[href^=tel] {
  		border: 1px solid #ccc;
		border-radius: 5px;
		color: black;
		display: inline-block;
		font-style: normal;
		margin-top: 10px;
		padding: 3px 5px;
		text-decoration: none;
		pointer-events:inherit;
  }
}


/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol {
	margin: 1em 0 1em 1em;
}

.typography ul {
	list-style-type: square;
}

.typography li {
	margin: 5px 15px 5px 0;
	padding:0 0 0 8px;
	/*
	list-style-image: none;
	list-style: none;
	background: url(/images/pfeil_klein.png) no-repeat 0.2em center;
	*/
	}

.typography li li {

		}

.typography form li {
    background: none;
}


/* HEADER STYLES
-------------------------------------------- */
.typography h1 {
	font-size: 2em;
	margin-top: 0;
	font-weight: 400;
}

.typography h2 {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 400;
}


/* PRE STYLES
-------------------------------------------- */
.typography pre {
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING
-------------------------------------------- */
.typography table {
	margin: 0 0 1.5em 0;
 	font-size: 0.85em;
	border-collapse:collapse;
	width: 100%;
    overflow-y: auto;
    display: block;
}

.typography table th {
	text-align: left;
}

.typography table th, .typography table td {
	border-bottom: 1px solid #a9a9a9;
	padding: 5px;
}

.typography table img {

}
	.typography tr {}

		.typography td {
			padding:3px;
			vertical-align: middle;
		}

.typography table p {
	margin: 0;
}

.typography .breite {
	width: 50px;
}

.typography table .odd {
	background-color: rgba(64, 85, 114, 0.15);
}




/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img {
    border: none;
    max-width: 100%;
    height: auto;
}
.typography img.right {
    float: right;
    margin-left: 20px;
}
.typography img.left {
    float: left;
    padding: 0px 20px 10px 0;
    margin:0px 0 0 0;
}
.typography img.leftAlone {
    float: left;
    margin:5px 100% 10px 0;
}


.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.nocursor {
	pointer-events: none;
}

@media only screen and (max-width: 480px) {
	.typography ul, .typography ol {
		margin-left: 0em; 
	}
}
/****** FILE: css/slicknav.min.css *****/
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}
/****** FILE: css/main.css *****/
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

body > header {
    height: 150px;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100;
}

body > header[data-size="small"] {
    background-color: #405572;
}

body > header[data-size="small"] #Logo, body > header[data-size="small"] #Slogan {
    line-height: 50px;
    color: #fff;
}

.loaded {
    transition: all 0.3s ease-out;
}

#Logo {
    display: inline-block;
    line-height: 150px;
    position: relative;
}

#Logo:after {
    content: '';
    display: block;
    background-color: #bdd0e7;
    height: 60%;
    width: 1px;
    position: absolute;
    top: 20%;
    right: -3em;
}

#Logo a {
    display: inline-block;
}

#Logo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#Logo .small {
    display: none;
}

#Slogan {
    color: #3e5674;
    font-weight: bold;
    margin-top: 75px;
    transform: translateY(-50%);
    margin-left: 4.75em;
    font-size: 1.2em;
}

.typography .preistabelle td {
    border: 1px solid #fff;
    text-align: center;
}

.typography .preistabelle-odd {
    background: #405572;
    white-space: nowrap;
    color: white;
}

.typography .preistabelle-even {
    background: rgba(64, 85, 114, 0.25);
}

body > header[data-size="small"] #Slogan {
    transform: translateY(0);
    margin-top: 0;
}

body > header[data-size="small"] .sloganBig {
    display: none;
}

#Banner {
    margin-top: 150px;
    height: 225px;
    background-position: 70% center;
    background-size: auto 100%;
    background-color: #027ab9;
    background-repeat: no-repeat;
}

#Banner .backstretch img, #Banner .backstretch {
    position: initial !important;
}

#Content {
    margin-top: 3em;
    margin-bottom: 3em;
}

#Navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#Navigation > ul > li.current, #Navigation > ul > li.section {
    border-left: 5px solid #bdd0e7;
}

#Navigation li a {
    border-left: 5px solid transparent;
    color: #1e80ba;
    display: block;
    text-decoration: none;
    vertical-align: top;
    font-weight: bold;
    font-size: 0.95em;
}

#Navigation > ul > li > a {
    margin-left: 1px;
}

#Navigation li  a {
    margin-left: 1px;
}

#Navigation li.current > a, #Navigation li.section > a, #Navigation li a:hover {
    color: #165476;
}

#Navigation li.current > a, #Navigation a:hover {
    border-left-color: #405572;
}

#Navigation li a span {
    display: block;
    margin-left: 2em;
    border-bottom: 1px solid #dfe7f3;
    padding: 0.5em 0em;
}

#Navigation > ul > li:first-child > a span {
    border-top: 1px solid #dfe7f3;
}

#Navigation .secondary > li > a span {
    padding-left: 2em;
}

#Navigation .third > li > a span {
    padding-left: 4em;
}

#Navigation .link > ul {
    display: none;
}

#Footer {
    background-color: #405572;
    color: #fff;
    text-align: right;
    padding: 0.75em 1em;
    font-size: 0.85em;
}

#Footer p {
    display: inline;
}

#Footer p, #Footer ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#Footer ul li {
    display: inline;
    list-style-type: none;
    border-right: 1px solid #fff;
    padding: 0 1em;
    text-transform: uppercase;
}

#Footer ul li:last-child {
    border-right: 0 none;
}

#Footer ul li a {
    color: white;
    text-decoration: none;
}

.slicknav_menu {
    display:none;
}

.slicknav_nav .current > a, .slicknav .section > a {
    background: #314156;
}

input, textarea {
    margin: 0.75em 0 !important;
}

input[type="submit"], input[type="button"] {
    background: #405572;
    color: #fff;
    transition: background 0.25s ease-out;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background: #4f6e9a;
}

.publications {
    border-top: 1px solid #405572;
    padding: 1em 0;
}

.publications h2 {
    margin-top: 0;
}

.publications p {
    margin: 0.5em 0;
}

.publications table td {
    width: 25%;
    word-break: break-word;
}

.publications table tr:last-child td {
    border-bottom: 0 none;
}

.magic-accordion {
    cursor: pointer;
}

.magic-accordion-head i {
    padding-right: 0.75em;
}

.magic-accordion-head i:after {
    content: '\25bc';
    height: 1em;
    width: 1em;
    display: inline-block;
    color: #58585a;
}

.magic-accordion-head.active i:after {
    content: '\25b2';
}

#searchFormContainer {
    height: 40px;
    width: auto;
    position: absolute;
    right: 0;
    background: #415672;
    padding: 5px;
}

#searchFormContainer .search-bar {
    height: 100%;
    width: 80%;
    float: left;
}

#searchFormContainer .search-bar div, #searchFormContainer .search-bar div form, #searchFormContainer .search-bar fieldset {
    height: 100%;
}

#searchFormContainer .search-bar fieldset {
    position: relative;
}

#searchFormContainer .search-bar input.text {
    height: 30px;
    margin: 0 !important;
    background: #5a6e88;
    border: 0 none;
    color: #fff;
}

#searchFormContainer .search-bar input.action {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    margin: 0 !important;
    padding: 0;
    background: transparent url(/images/icons/search.png) no-repeat center center;
    background-size: 50% 50%;
    font-size: 0;
    opacity: 0.9;
}

#translatables ul {
    display: none;
    padding: 0 0 0.5em 0;
    list-style-type: none;  
    margin: 0px;
    position: relative;
    /*left: 5px;*/
    width: 70px;
    padding: 0 10px 0.5em 10px;
    left: -5px;
    background: rgb(65, 86, 114);
}

#translatables ul a {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
}

#translatables {
    width: 60px;
    float: right;
    position: relative;
    margin: 5px 0;
}

#translatablesDropdown > a {
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
    margin-left: 10px;
}

#translatablesDropdown > a:after {
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    background: transparent url(/images/icons/arrow_down.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 2.5px;
    margin-right: 5px;
}

#translatables li {
    padding: 0.5em 0;
}

#translatables li:first-child {
    padding-top: 1em;
}

#translatables li:last-child {
    padding: 0.5em 0 0.2em 0;
}

@media only screen and (max-width: 1200px) {
    body > header[data-size="small"] #Slogan {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    body > header {
        background-color: #405572;
        height: 50px !important;
    }

    body > header .container {
        margin-right: 2em;
        padding-left: 1em;
        z-index: 102;
    }

    #Logo .small {
        display: inline !important;
    }

    #Logo .big {
        display: none !important;
    }

    #Logo, #Slogan {
        color: #fff;
        line-height: 50px !important;
    }

    #Slogan {
        margin-left: 3em;
        display: none;
    }

    #Logo:after {
        right: -1.5em;
        height: 40%;
        top: 30%;
        display: none;
    }

    #searchFormContainer {
        margin-top: 5px !important;
        right: 2em;
        z-index: 102;
    }

    .slicknav_menu {
        position: absolute;
        background: transparent;
        display: block;
        right: 0;
        top: 5px;
        padding: 0;
        z-index: 101;
        width: 100%;
    }

    .slicknav_btn {
        background-color: transparent;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none;
        max-height: 100vh;
    }

    .slicknav_nav {
        background: #405572;
        width: 100%;
        padding-bottom: 50px;
        font-size: 1.2em;
        max-height: 100vh;
        overflow-y: auto;
    }

    .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
        background: #314156;
        color: #fff;
    }

    #Banner {
        margin-top: 50px;
        height: 175px;
    }
}

@media only screen and (max-width: 768px) {
  #Footer ul li {
    border: 0 none;
    display: block;
    margin: 0.5em 0;
  }
  #Footer ul li a {
    text-decoration: underline;
  }
  #Banner {
      height: 150px;
  }
  .tabelle {
      display:block;
      width: 100%;
      overflow-x: auto;
  }
  #searchFormContainer .search-bar {
      display: none;
      position: absolute;
      top: 45px;
      width: 250px;
      right: 0px;
  }
  #searchFormContainer .search-bar input.text {
      height: 50px;
  }
  #searchFormContainer .search-bar input.action {
      top: 10px;
  }
  #searchFormContainer {
      width: 100px;
  }
  #search-bar-mobile {
      width: 30%;
      height: 100%;
      float: left;
  }
  #search-bar-mobile a {
      background: transparent url(/images/icons/search.png) no-repeat center center;
      background-size: 1em 1em;
      display: block;
      height: 100%;
  }
  #translatables {
      width: 70%;
  }
}

@media only screen and (max-width: 600px) {
    #Banner {
        height: 120px;
    }
    .fancybox {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #Slogan {
        display: none;
    }
}
@media print {
  @page {
    size: landscape;
  }
  
  #Navigation, #Banner, header {
    display: none;
  }
  
  #Logo img.big {
    display: block;
    height: 40px;
    width: 140px;
  }
  
  #Logo, #Logo a {
    background: none;
  }
  
  #Content {
    margin-top: 0;
    padding-top: 0;
  }
  
  #Layout {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 50px !important;
  }
  
  #Preiskalkulator form {
    display: none;
  }
  
  .preistabelle {
    width: 100%;
    overflow: hidden;
    font-size: 0.6em !important;
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
  }
  
  footer {
    display: none;
  }
  
    body:before {
    content: url('https://www.copsoq.de/images/logo.jpg');
    display: block;
    height: 41px;
    width: 190px;
    position: absolute;
      top: 10px;
      right: 1em;
    padding: 0;
    margin: 0;
  }
}
