/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * emove default margin.
 */

body {
    margin: 0;
}

/* Fonts
   ========================================================================== */

@font-face {
    font-family: 'open_sansbold';
    src: url('../Fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('../Fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../Fonts/opensans-semibold-webfont.woff2') format('woff2'),
    url('../Fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../Fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('../Fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* 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.
 * emove 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/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

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

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

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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-family: 'open_sansbold';
}

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

/* flexible Medien*/
img, embed, object, video {
    max-width: 100%;
    height: auto;
    width: auto;
}

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

img {
    border: 0;
    display: block;
}

/**
 * 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 {
    -moz-box-sizing: content-box;
    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;
}

/**
 * emove 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. emove 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 incement/decement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decement 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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * emove 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. emove padding so people aren't caught out if they zero out fieldsets.
 */

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

/**
 * emove 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;*/
    font-family: 'open_sanssemibold';
}

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

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

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

td,
th {
    padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 1em;
    box-sizing: border-box;
}

.row {
    position: relative;
    margin-bottom: 2em;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

@media (min-width: 769px) {

    .container {
        width: 100%;
    }

    .column,
    .columns {
        margin-left: 4%;
    }

    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }

    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 13.3333333333%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-third.column {
        width: 30.6666666667%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }

    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }

    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }

    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }

    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }

}

/* Extras */
.highlight-section .rahmen,
.feature-section .rahmen {
    border: 1px solid #bebfbf;
    padding: 46px 36px;
}

.feature-section .rahmen .first {
    border-right: 1px solid #bebfbf;
    width: 48%;
    padding-right: 2%;
}

.frame-space-before-neg {
    margin-top: -5em;
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the em measuements throughout Skeleton
are based on 10px sizing. So basically 1.5em = 15px :) */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.4em;
    line-height: 1.6;
    font-weight: normal;
    font-family: 'open_sansregular' ,Arial, Helvetica, sans-serif;
    color: #060400;
    background-color: #d6d9db;
}

textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: 'open_sanssemibold' ,Arial, Helvetica, sans-serif;
    font-weight: normal;
    display: inline-block;
}

h1, .h1 {
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: .85em;
    text-transform: uppercase;
    border-bottom: 1px solid #060400;
    display: block;
    padding-bottom: 3px;
}

h2, .h2 {
    font-size: 1.3em;
    line-height: 1.2;
    color: #060400;
}

h3, .h3 {
    font-size: 1.1em;
    line-height: 1.2;
}

h4, .h4 {
    font-size: 1.1em;
    line-height: 1.2;
    color: #060400;
}

h5, .h5 {
    font-size: 1.0em;
    line-height: 1.2;
}

h6, .h6 {
    font-size: 1.0em;
    line-height: 1.2;
    color: #060400;
}

b, strong {
    font-family: 'open_sansbold';
}

p {
    margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #060400;
    text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.ce-textpic.ce-intext img,
.ce-right .imagecols_1 .ce-column,
.ce-right .imagecols_2 .ce-column,
.ce-right .imagecols_3 .ce-column,
.ce-right .imagecols_4 .ce-column,
.ce-left .imagecols_1 .ce-column,
.ce-left .imagecols_2 .ce-column,
.ce-left .imagecols_3 .ce-column,
.ce-left .imagecols_4 .ce-column{
    float: none;
    width: 100%;
}
@media (min-width: 768px) {
    .ce-right .ce-gallery {
        float: right;

    }
    .ce-left .ce-gallery {
        float: left;
    }
    .imagecols_2 .ce-column {
        float: left !important;
        width: 49% !important;
    }
    .imagecols_3 .ce-column {
        float: left !important;
        width: 32% !important;
    }
    .imagecols_4 .ce-column {
        float: left !important;
        width: 23.5% !important;
    }
    .ce-textpic.ce-intext  img {
        max-width: 205px;
    }
}

@media (max-width: 767px) {
    .ce-column,
    .ce-intext.ce-left .ce-gallery,
    .ce-intext.ce-right .ce-gallery {
        margin-left: 0;
        margin-right: 0;
    }
    .ce-column,
    .ce-right .ce-gallery,
    .ce-left .ce-gallery {
        float: none;
    }
    .ce-column {
        margin-bottom: 10px;
    }
    .ce-textpic.ce-intext  img {
        max-width: 205px;
    }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 32px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-family: 'open_sansbold';
    line-height: 32px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #060400;
    border-color: #060400;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #060400;
    border-color: #060400;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 32px;
    padding: 4px 6px; /* The 6px vertically centers text on FF, ignored by Webkit */
    border: 1px solid #9f9f9f;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    width: 320px;
}

/* emoves awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #9f9f9f;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: 0;
    font-family: 'open_sansbold';
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: .5em;
}

label > .label-body {
    display: inline-block;
    margin-left: .5em;
    font-weight: normal;
}

form .help-block {
    padding-top: .5em;
}
.has-error .control-label,
.error.help-block {
    color: red;
}
.has-error input,
.has-error textarea,
.has-error select {
    border: 1px solid red;
}

form .form-group {
    margin-bottom: 1em;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style: disc outside;
    margin-left: 1.5em;
}

ol {
    list-style: decimal outside;
    margin-left: 1.5em;
}

ol, ul {
    padding-left: 0;
    margin-top: 0;
}

ul.no-bullet {
    list-style: none outside;
    margin-left: 0;
    padding-bottom: 1em;
}
ul.no-bullet li {
     border-bottom: 1px solid #060400;
     padding: 1em 0;
 }
ul.no-bullet li:last-child {
     border-bottom: 0 none;
     padding: 1em 0 0;
 }

li {
    margin-bottom: 1em;
}

#page-content li {
    margin-bottom: 0;
}

#page-content .frame-type-menu_pages ul,
#page-content .frame-type-menu_subpages ul {
    list-style-type:none;
    margin-left: 0;
}

#page-content .frame-type-menu_pages.frame-layout-greybox,
#page-content .frame-type-menu_subpages.frame-layout-greybox,
#page-content .frame-type-menu_pages.frame-layout-bluebox,
#page-content .frame-type-menu_subpages.frame-layout-bluebox {
    padding: 0;
}
#page-content .frame-type-menu_pages li,
#page-content .frame-type-menu_subpages li {
    padding: 3px 1em;
}
#page-content .frame-type-menu_pages.frame-layout-bluebox li:first-child,
#page-content .frame-type-menu_subpages.frame-layout-bluebox li:first-child {
    border-top: 10px solid #003e6c;
}
#page-content .frame-type-menu_pages.frame-layout-bluebox li:last-child,
#page-content .frame-type-menu_subpages.frame-layout-bluebox li:last-child {
    border-bottom: 10px solid #003e6c;  }

#page-content .frame-type-menu_pages li.active,
#page-content .frame-type-menu_pages li:hover,
#page-content .frame-type-menu_subpages li.active,
#page-content .frame-type-menu_subpages li:hover {
    background-color: #e3e9ec;
}
#page-content .frame-type-menu_pages li.active a,
#page-content .frame-type-menu_pages li:hover a,
#page-content .frame-type-menu_subpages li.active a,
#page-content .frame-type-menu_subpages li:hover a {
    color: #003e6c;
    text-decoration: none;
}
#page-content .frame-type-menu_pages.frame-layout-bluebox li.active a,
#page-content .frame-type-menu_pages.frame-layout-bluebox li:hover a,
#page-content .frame-type-menu_subpages.frame-layout-bluebox li.active a,
#page-content .frame-type-menu_subpages.frame-layout-bluebox li:hover a {
    color: #060407 !important;
}
#page-content .frame-type-menu_pages li a::after,
#page-content .frame-type-menu_subpages li a::after {
    content: "  >";
}
#page-content .frame-layout-iconbox .frame-type-menu_pages li a::after,
#page-content .frame-layout-iconbox .frame-type-menu_subpages li a::after,
#page-content .frame-type-menu_subpages li.active a::after,
#page-content .frame-layout-iconbox .frame-type-menu_pages li a::after,
#page-content .frame-type-menu_subpages li.active a::after {
    content: "";
}

.frame-ruler-after:after {
    border-bottom: 1px solid #060400;
    margin-top: 0;
    margin-bottom: 1em;
}
h3.trigger,
.frame-layout-greybuttonnav li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #d6d9db;
    margin-bottom: 5px !important;
    padding: 5px 1em !important;
}

h3.trigger {
    font-size: 1em;
    line-height: 1.6;
    font-weight: normal;
    font-family: 'open_sansregular' ,Arial, Helvetica, sans-serif;
    cursor: pointer;
}
h3.trigger:before {
    float: right !important;

    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;

    content: "\2b";
}

h3.trigger_active:before {
    float: right !important;

    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;

    content: "\2212";
}
.frame-layout-greybuttonnav li a {
    color: #060400 !important;
}
.frame-layout-bluebuttonnav li {
    background-color: #003e6c;
    margin-bottom: 5px !important;
    padding: 5px 1em !important;
}
.frame-layout-bluebuttonnav li a {
    color: #FFF !important;
}

.toggle_container {
    padding: 1em;
}

/* Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar-list,
.meta,
.footer_nav,
.language,
.level2 {
    list-style: outside none none;
}

.meta_box {
    padding-top: 4em;
}

.page_meta_nav {
    float: right;
}

.home-img,
.language,
.language li,
#form_kesearch_searchfield {
    float: left;
}

.home-img {
    margin-top: 4px;
    margin-left: 4px;
}

.language li {
    text-transform: uppercase;
    padding: 4px 6px;
    border: 1px solid #9f9f9f;
}

.language li.active {
    background-color: #424242;
    border: 1px solid #424242;
    color: #FFF;
}
.language li.active a {
    color: #FFF;
}

.language li {
    margin-left: 8px;
}

.text-muted {
    opacity: 0.3;
}

#form_kesearch_searchfield {
    position: relative;
    margin-left: 1em;
    margin-top: 33px;
}
#ke_search_searchfield_sword {
    padding-left: 32px;
}
#ke_search_searchfield_submit {
    position: absolute;
    top: 9px;
    left: 10px;
    text-indent: -99999em;
    background: url("../Images/button_search.png") no-repeat 0 0 transparent;
    z-index: 10;
    border: 0 none;
    width: 16px;
    padding: 0;
}

span.submitbutt input {
    padding: 0 !important;
}

.navbar-item,
.meta li {
    position: relative;
    float: left;
    margin-bottom: 0px;
    list-style: none;
}

.navbar-link,
.meta li a,
.footer_nav li a {
    margin-right: 35px;
    text-decoration: none;
    line-height: 1.5em;
    color: #060400;
}

ul.meta {
    margin: 15px 0 0;
    text-transform: uppercase;
}

.meta li a {
    margin-right: 0;
    padding: 8px 14px;
    display: block;
    border-left: 1px solid #FFF;
}
.meta li a.active {
    background-color: #8ca0a8;
    color: #FFF;
}

.meta .level2 {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 100;
    background-color: #8ca0a8;
    color: #FFF;
    margin-left: 0;
}

.meta .level2 li {
    float: none;
}

ul.level1 li:hover a {
    background-color: #e3e9ec;
    color: #8ca0a8;
}

ul.level1 li:hover > ul.level2 {
    top: 100%;
    left: 0;
}
ul.level1 li:hover > ul.level2 a {
    background-color: #8ca0a8;
    color: #FFF;
}
ul.level1 li:hover > ul.level2 li:hover a {
    background-color: #e3e9ec;
    color: #8ca0a8;
}

a.navbar-link-active,
.meta li li a.active,
.footer_nav li a.active {
    color: #060400;
}

.language {
    margin-left: 0;
}

ul.page_section_index {
    list-style: outside none none;
    margin: 0;
}
/*
a.mobile_menu {
    width: 46px;
    height: 46px;
    background: url(../Images/button_mobile_nav.png) no-repeat 0 0;
    position: absolute;
    top: -55px;
    right: 8px;
    display: none;
    z-index: 2000;
}*/
a.mobile_menu {
    width: 46px;
    height: 46px;
    position: absolute;
    top: -45px;
    right: 8px;
    display: none;
    z-index: 2000;
}
a.mobile_menu span:after, a.mobile_menu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
}
a.mobile_menu span:after {
    top: 24px;
}
a.mobile_menu span {
    position: relative;
    display: block;
}
a.mobile_menu span, a.mobile_menu span:after, a.mobile_menu span:before {
    width: 100%;
    height: 6px;
    background-color: #000;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 3px;
}
a.mobile_menu.on span {
    background-color: transparent;
}
a.mobile_menu.on span:before {
    transform: rotate(45deg) translate(1px, 0px);
}
a.mobile_menu.on span:after {
    transform: rotate(-45deg) translate(8px, -7px);
}


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#header {
    background-color: #FFF;
}

.page_name {
    font-size: 2.25em;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-transform: uppercase;
    /*font-family: 'open_sanssemibold' ,Arial, Helvetica, sans-serif;*/
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
    padding: .2em .5em;
    margin: 0 .2em;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre > code {
    display: block;
    padding: 1em 1.5em;
    white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contenttable {
    width: 100%;
    overflow-y: auto;
    margin: 0;
    float: none;
}

.table-responsive {
    margin-bottom: 1em;
    overflow: auto;
}

.contenttable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.contenttable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

th,
td {
    padding: 8px 16px;
    text-align: left;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

th p:last-child,
td p:last-child {
    margin-bottom: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
    margin-bottom: 1em;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 1em;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#page-content a {
    color: #018a9c;
}

hr {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    border-width: 0;
    border-top: 1px solid #060400;
}

.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}

.frame-layout-greybox {
    background-color: #d6d9db;
    padding: 1em 1em 1px 1em;
    margin-bottom: 0.25em;
}
.frame-layout-bluebox {
    background-color: #003e6c;
    padding: 1em 1em 1px 1em;
    margin-bottom: 0.25em;
    color: #FFF;
}

.frame-layout-greybox h1,
.frame-layout-greybox h1 a,
.frame-layout-greybox h2,
.frame-layout-greybox h2 a,
.frame-layout-greybox h3,
.frame-layout-greybox h3 a,
.frame-layout-greybox a,
.frame-layout-greybox li {
    color: #060407 !important;
    margin-bottom: 0.5em;
}

.frame-layout-bluebox h1,
.frame-layout-bluebox h1 a,
.frame-layout-bluebox h2,
.frame-layout-bluebox h2 a,
.frame-layout-bluebox h3,
.frame-layout-bluebox h3 a,
.frame-layout-bluebox a,
.frame-layout-bluebox li{
    color: #FFF !important;
    margin-bottom: 0.5em;
}
.frame-layout-bluebox a,
.frame-layout-bluebox li {
    color: #FFF;
    margin-bottom: 0;
}

.frame-layout-iconbox {
    padding: 0 25px;
}
#page-content .frame-layout-iconbox a {
    color: #FFF;
}

@media (min-width: 769px) {
    .frame-layout-iconbox .four.columns {
        width: 32%;
    }
    .frame-layout-iconbox .three.columns {
        width: 23.5%;
    }
    .frame-layout-iconbox .columns {
        margin-left: 2%;
    }
    .frame-layout-iconbox .columns:first-child {
        margin-left: 0;
    }
}


span.wk-uppercase {text-transform: uppercase;}
p.wk-nomargin {margin: 0;}

/* News
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.news .article {
    border-bottom: 1px solid #060400;
    padding: 1em 0;
}
.news .article:last-child {
    border-bottom: 0 none;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news .article .teaser-text {
    margin: 0;
}

.news-single .teaser-text {
    font-size: 100%;
    color: #060400;
}

.news-list-category,
.news-list-author {
    display: none !important;
}
.news .footer span {
    border-right: 0 none;
}
.news-single .footer {
    border-top: 1px solid #06041B;
}
.news-single .header {
    text-transform: uppercase;
}

.news .no-news-found {
    color: #060400;
    font-style: normal;
    margin-bottom: 1em;
}

/* Icon
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon_button {
    position: relative;
    background-color: #018a9c;
    color: #FFF;
    padding: 5em 2em 2em;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

    -webkit-box-shadow: 10px 10px 11px -4px rgba(158,156,158,1);
    -moz-box-shadow: 10px 10px 11px -4px rgba(158,156,158,1);
    box-shadow: 10px 10px 11px -4px rgba(158,156,158,1);

    margin-bottom: 4em;
    height: 100%;
    box-sizing: border-box;
}
.icon_button a {
    color: #FFF;
}

.icon_button img {
    width: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* border: 5px solid #fff; */
}

.icon_teaser {
    font-size: 115%;
    line-height: 1.2em;
    text-align: left;
}

.icon_extra {
    text-align: left;
    padding-top: 1em;
}

.icon_extra ul {
    list-style: none;
    margin:0px;
    padding:0px;
}

.icon_extra ul li {
    margin-left: 0em;
    position: relative;
    padding-left: 1.0em;
}

.icon_extra ul li:before {
    content: "\2013\A0";
    position: absolute;
    top: 0;
    left: 0;
}

.icon_extra ul li:hover:before {
    color: #003e6c;
}

.icon_hr {
    background-color:#fff;
    color:#fff;
    border:#fff;
    height:1px;
    margin: 0;
    border-top: 1px solid #FFF;
    margin-left: -14px;
    margin-right: -14px;
}

.icon_button h1 a,
.icon_button h1,
.icon_button h2 a,
.icon_button h2,
.icon_button h3 a,
.icon_button h3 {
    color: #FFF;
}

#page-content .icon_button .frame-type-menu_subpages li:hover {
    background-color: transparent;
}

.top_nav,
.imageslider {
    margin-bottom: 0 !important;
}

figcaption {
    font-style: italic;
    font-size: 13px;
    line-height: 1.3;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#footer {
    background-color: #d6d9db;
}

#footer .row {
    padding: 2em 0;
    margin-bottom: 4em;
}
.address {
    font-family: 'open_sansbold' ,Arial, Helvetica, sans-serif;
}
.address-text {
    font-family: 'open_sansregular' ,Arial, Helvetica, sans-serif;
}
.address-text span {
    padding: 16px 0;
}
.footer_nav {
    margin: 1em 0 0 0;
}
.footer_nav li {
    margin-bottom: 0;
}

/* Glyphicons Halflings
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../Fonts/glyphicons-halflings-regular.eot');
    src: url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.logo .nine {
    text-align: right;
}

#page-content {
    margin-bottom: 20px;
}

#top {
    margin-bottom: 5em;
}

#content {
    background-color: #ffffff;
    padding-bottom: 3em;
}

.logo .nine .top_header {
    text-align: right;
    font-size: 1.3em;
    color: #ab8132;
    color: rgba(171, 129, 50, 0.85);
    margin-top: 5em;
}

.top_header_nav {
    float: right;
}

/* Slider */
#slider {
    background-color: #FFFFFF;
    border-bottom: 2em solid #FFF;
}

#slider .slide {
    position: relative;
    margin-bottom: -5px;
}
#slider .slide .carousel-caption {
    left: 0;
    bottom: 5em;
    z-index: 2;
    width: auto;
    color: #fff;
    padding: 25px;
    max-width: 100%;
    font-size: 15px;
    min-height: 20px;
    position: absolute;
    font-family: 'open_sansbold';
    text-shadow: 0 0 5px black;
}
#slider .slide .carousel-caption h1 { font-size: 21px; }
#slider .slide .carousel-caption h2 { font-size: 20px; }
#slider .slide .carousel-caption h3 { font-size: 19px; }
#slider .slide .carousel-caption h4 { font-size: 18px; }
#slider .slide .carousel-caption h5 { font-size: 17px; }
#slider .slide .carousel-caption h6 { font-size: 16px; }

/* Popup */
.modal_content #c19 {
    float: left;
    width: 49%;
    margin-right: 1%;
    overflow: hidden;
}

.modal_content #c20 {
    float: left;
    width: 49%;
    margin-left: 1%;
}

.modal_content h1,
.modal_content h3 {
    font-size: 1.6em;
}

.modal_content h2 {
    font-size: 1.2em;
    font-family: 'open_sansbold';
    color: #060400;
}

.modal_content .imagezoom {
    margin-bottom: 1em;
}

.modal_content .Tx-Formhandler {
    position: relative;
    width: 100%;
}

.modal_content .Tx-Formhandler .form_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5000;
}

/*.modal_content input,
.modal_content input:focus,
.modal_content select,
.modal_content select:focus,
.modal_content option {
    background-color: #fff2dd;
    border-color: #fff2dd;
    color: #060400;
}*/

.wall_item {
    margin-top: -20px;
    color: #060400;
    font-family: 'open_sansbold';
}

.stonecondition_price {
    float: none;
}

.legende div a.filter_reset {
    color: #060400;
}

.legende div.pricecat_active a {
    background-color: #060400;
    text-decoration: none;
    color: #f2d6be;
}

.map_wrap,
.map_wrap .imagezoom {
    position: relative !important;
}


/* Form */
form {
    margin-bottom: 1.5em;
}

.Tx-Formhandler input#email,
.Tx-Formhandler input#name,
.Tx-Formhandler textarea#message,
.Tx-Formhandler input#adresse,
.Tx-Formhandler input#strasse,
.Tx-Formhandler input#ort,
.Tx-Formhandler input#telefon,
.Tx-Formhandler fieldset {
    margin-bottom: 0;
    width: 95%;
}

form {
    margin-bottom: 1em;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;

    border: 1px solid #f5e3d2;
    padding: 6px 10px;
    /*box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);*/
    background-color: #f5e3d2;
    background-image: url("../Images/select-arrow.png");
    background-position: right;
    background-repeat: no-repeat;

    width: 225px;
    color: #803b05;
}
/*
select:hover {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}*/

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

option {
    padding:.3em 1em .3em 1em;
    background-color: #f5e3d2;
    border: 0 solid #f5e3d2;
    color: #803b05;
}

option:disabled {
    color: #018a9c;
}

.help_nav_panorama a,
.help_nav_panorama a:hover {
    background-color: #060400;
    color: #FFF;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    width: 205px;
}

/*
 * Default CSS for list, detail and registration view
 */
.userregistration-list-item,
.event-list-item {
    margin: 2em 0 1em;
}

.event-list-row .event-title {
    width: 100%;
    text-decoration: underline;
    text-decoration-color: #018a9c;
}
.event-title {
    width: 100%;
}

.userregistration-list-row,
.event-registration-row,
.event-detail-row,
.event-list-row {
    margin-bottom: 5px;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
}

.userregistration-list-label,
.event-registration-label,
.event-detail-label,
.event-list-label {
    display: block;
    width: 220px;
    min-height: 1px;
    font-weight: bold;
}

.userregistration-list-value,
.event-registration-value,
.event-detail-value,
.event-list-value {
    display: block;
    flex: 1;
}

.tx-sf-event-mgt .clear {
    clear: both;
}

.tx-sf-event-mgt form.registration fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.tx-sf-event-mgt form.registration label {
    width: 100%;
}

.tx-sf-event-mgt form.registration .radio-field-radiofields,
.tx-sf-event-mgt form.registration .checkbox-field-checkfields {
    width: 100%;
}

.tx-sf-event-mgt form.registration .checkbox label {
    float: none;
    width: auto;
}

.tx-sf-event-mgt form.registration .error {
    color: #ff0000;
}

.button {
    margin-right: 0.6em;
}

.tx-sf-event-mgt .frame-layout-greybox,
.tx-sf-event-mgt .frame-layout-bluebox {
    padding: 1em;
}

.nine .event-detail-row {
    margin-bottom: 1em;
}

/*
 * Default CSS for calendar view
 */
.event-calendar {
    width: 100%;
    margin: 0;
    padding: 0;
}

.event-calendar li {
    list-style: none;
}

.event-calendar a {
    color: #000000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.event-calendar__weeknumber {
    width: 20px;
    text-align: center;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 6px;
    background: #fff;
    color: #CCC;
    font-weight: bold;
}

.event-calendar__weekdays {
    display: flex;
    background: #CCCCCC;
    margin: 0;
    padding: 0;
}

.event-calendar__weekdays-weekday {
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 6px 0;
    background: #CCCCCC;
}

.event-calendar__days {
    display: flex;
    margin: 0;
    padding: 0;
}

.event-calendar__day {
    min-height: 120px;
    flex: 1;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    margin-right: -1px;
    margin-bottom: -1px;
}

.event-calendar__day-today {
    background: #e6e6e6;
}

.event-calendar__day-other-month {
    background: #f3f3f3;
}

.event-calendar__day-date {
    font-weight: 700;
    color: #000000;
}

.event-calendar__day-event {
    clear: both;
    display: block;
    padding: 5px;
    margin-top: 6px;
    margin-bottom: 5px;
    background: #f4f7f7;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

.event-calendar__day-event-time {
    font-size: 10px;
    margin-top: 5px;
}

.event-calendar__browser {
    display: flex;
}

.event-calendar__browser {
    display: flex;
    -webkit-padding-start: 0;
}

.event-calendar__browser-prev,
.event-calendar__browser-next,
.event-calendar__browser-current {
    flex: 1;
    text-align: center;
}

.event-calendar__browser-prev {
    text-align: left;
    padding-top: 8px;
}

.event-calendar__browser-next {
    text-align: right;
    padding-top: 8px;
}

.event-required {
    color: #000000;
}

.error-class label,
.error-class .event-required {
    color:#ff0000;
}

.event-list-row-btn {
    margin-top: 2em;
}

.event-list-item {
    border-bottom: 1px solid #018a9c;
    padding-bottom: 2em;
}
.event-list-item:last-child {
    border-bottom: 0 none;
}

.event-registration-row {
    margin-bottom: 1em;
}

.event-registration-row input[type="email"],
.event-registration-row input[type="number"],
.event-registration-row input[type="search"],
.event-registration-row input[type="text"],
.event-registration-row input[type="tel"],
.event-registration-row input[type="url"],
.event-registration-row input[type="password"],
.event-registration-row textarea,
.event-registration-row select {
    height: auto;
    padding: 8px 16px;
    border: 1px solid #eeeeee;
    width: 320px;
}

.event-registration-row input[type="email"]:focus,
.event-registration-row input[type="number"]:focus,
.event-registration-row input[type="search"]:focus,
.event-registration-row input[type="text"]:focus,
.event-registration-row input[type="tel"]:focus,
.event-registration-row input[type="url"]:focus,
.event-registration-row input[type="password"]:focus,
.event-registration-row textarea:focus,
.event-registration-row select:focus {
    border: 1px solid #9f9f9f !important;
    outline: 0;
}

.registration .input[type="submit"],
.btn, .button {
    height: auto !important;
    line-height: 1.4 !important;
    display: inline-block !important;
    padding: 8px 16px !important;
    border: 1px solid #018a9c !important;
    color: #018a9c !important;
    font-family: 'open_sanssemibold' !important;
    text-transform: uppercase !important;
}

.event-detail-row .event-title {
    margin-top: 1.5em;
}

.button-link {
    margin-right: 2em;
}
.event-extra-price label,
.extra_list label {
    display: inline-block;
    width: auto !important;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/* Larger than mobile */
@media (min-width: 320px) {

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 769px) {
    .icon_button {
        margin-bottom: 0;
    }
    .footer_nav {
        text-align: right;
        margin: 0;
    }
    .footer_nav a {
        text-align: right;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {

}

@media (min-width: 1000px) {

}

/* Larger than desktop */
@media (min-width: 1024px) {

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}



@media (max-width: 1024px) {
    #ke_search_searchfield_sword {
        width: 146px;
    }
}

@media (max-width: 768px) {
    .page_name {
        font-size: 1em;

        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 767px) {
    .navbar-item, .meta li {
        float: none;
    }
}

@media (max-width: 425px) {

#page-1 #content,
	#page-2 #content,
	#page-7 #content,
	#page-23 #content {
		margin-top: 4em;
	}
    .meta_box {
        position: relative;
        padding-top: 5em;
    }
    .meta_box .four {
        position: absolute;
        top: 8px;
        left: 0;
        z-index: 100;
    }
    .meta_box .page_name {
        width: 80%;
        margin-left: 11px;
    }
    .page_meta_nav {
        float: none;
    }
    #slider img {
        display: none;
    }
    .imageslider {
        min-height: 5px;
        height:auto !important;
        height: 5px;
    }
    .meta_box {
        margin: 0 -1em;
    }

    a.mobile_menu {
        display: block !important;
    }
    .meta {
        display: none;
    }
    .meta.level1 {
        background-color: #003e6c;
        margin: 0 -1em;
    }
    .meta .level2 {
        position: relative;
        top: 0;
        left: 0;
    }
    .meta .level2 li {
        padding-left: 1em;
    }
    .meta li a {
        border-left: 0 none;
        color: #FFF;
    }
    /* CE */
    .ce-column,
    .columns {
        margin-bottom: 1em;
    }
    .ce-left .ce-gallery, .ce-column {
        float: none;
    }
}

@media (max-width: 350px) {
    #ke_search_searchfield_sword {
        width: 146px;
    }
}
