/*
 * CSS Crush(ed) on 2015-11-06 15:25:08 +0100
 * http://github.com/peteboere/css-crush (v1.8.0)
 */
/*.............................................................................
    BooZii - A responsive bootstrap
    Package: Bootstrap
    Description: constructor file
    Author: Joe Ray Gregory @ slashworks
    License: LGPL
.............................................................................*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Imports
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* basic and required imports */

/* config */

/* ==========================================================================
  CSS from slashworks
   ========================================================================== */

/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 *
 * A. Basic grid constants and breakpoint for grid container clear
 *
 * B.
 * B.1. Desktop Big            - show/hide elements on defined at defined width or smaller
 * B.2. Desktop Normal         - show/hide elements on defined at defined width or smaller
 * B.3. Tablet Portrait Size   - show/hide elements on defined at defined width or smaller
 * B.4. Smartphone Big Size    - show/hide elements on defined at defined width or smaller
 * B.5. Smartphone Small Size  - show/hide elements on defined at defined width or smaller
 */

/* ==========================================================================
	A. Grid Configuration
   ========================================================================== */

/* ==========================================================================
	B. Breakpoint configuration
   ========================================================================== */

/* ==========================================================================
  CSS from slashworks
   ========================================================================== */

/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 *
 * Table of contents
 * -----------------------------------------
 * 1. Basic Variables
 * 2. Extensions
 *
 */

/* ========================================================================== 
	1. Basic Variables
   ========================================================================== */

/* ==========================================================================
	2. Extensions - use: .class{@include myFirstDependencie}
   ========================================================================== */

/* core files */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
	}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
	display: inline-block;
	}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
	}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
	}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
	}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
	}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
	background-color: transparent;
	}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
	}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
	}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
	}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
	}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
	}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
	font-family: monospace,serif;
	font-size: 1em;
	}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre-wrap;
	}

/**
 * Set consistent quote types.
 */

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
	}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
	}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {
	top: -.5em;
	}

sub {
	bottom: -.25em;
	}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
	}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
	}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 0;
	}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
	}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	padding: 0;
	}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
	}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
	text-transform: none;
	}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled],
input[type="reset"][disabled],
input[type="submit"][disabled]{
	cursor: default;

}

input[type="reset"][disabled],
input[type="submit"][disabled],
button[disabled] {
	opacity: 0.3;
}

/**
 * 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"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto;
	vertical-align: top;
	}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*.............................................................................
    Package: Menu
    Description: Menu Helpers to quickly build up Menues
    Author: Joe Ray Gregory
    Lisence: LGPL
.............................................................................*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Global grid basics
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*----------------------------------------------------------------------------
:Desc Define some standard grid values and prepare use of variables with css crush
-----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
:Desc Defines the base style of the grid wrapper thats needed to hold the units
-----------------------------------------------------------------------------*/

.grid {
	width: 100%;
	max-width: 1005px;
	}

.grid:after {
	content: "";
	display: table;
	clear: both;
	}

/* theme dependent imports */

@font-face {
	font-display: swap;
	font-family: IBM Plex Mono;
	font-style: normal;
	font-weight: 400;
	src: url(ibm-plex-mono-v6-latin-regular-762415236b.woff2) format("woff2"), url(ibm-plex-mono-v6-latin-regular-0c3db5c13d.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: IBM Plex Mono;
	font-style: italic;
	font-weight: 400;
	src: url(ibm-plex-mono-v6-latin-italic-8e7e467ca6.woff2) format("woff2"), url(ibm-plex-mono-v6-latin-italic-aaddd0148a.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: IBM Plex Mono;
	font-style: normal;
	font-weight: 500;
	src: url(ibm-plex-mono-v6-latin-500-129e3b37c9.woff2) format("woff2"), url(ibm-plex-mono-v6-latin-500-4081081169.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: IBM Plex Mono;
	font-style: italic;
	font-weight: 500;
	src: url(ibm-plex-mono-v6-latin-500italic-e4b488aee8.woff2) format("woff2"), url(ibm-plex-mono-v6-latin-500italic-2ea8ff3f52.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: 400;
	src: url(ibm-plex-sans-v8-latin-regular-263d626753.woff2) format("woff2"), url(ibm-plex-sans-v8-latin-regular-a2c56f9464.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: IBM Plex Sans;
	font-style: italic;
	font-weight: 400;
	src: url(ibm-plex-sans-v8-latin-italic-89a93a1bdd.woff2) format("woff2"), url(ibm-plex-sans-v8-latin-italic-272f86114c.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: 600;
	src: url(ibm-plex-sans-v8-latin-600-7852d4dc26.woff2) format("woff2"), url(ibm-plex-sans-v8-latin-600-337b16517a.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: IBM Plex Sans;
	font-style: italic;
	font-weight: 600;
	src: url(ibm-plex-sans-v8-latin-600italic-17e5379fd9.woff2) format("woff2"), url(ibm-plex-sans-v8-latin-600italic-6f4ba6aa87.woff) format("woff")
}

@font-face {
	font-family: 'FontAwesome';
	src: url(fontawesome-webfont.eot?v=4.3.0);
	src: url(fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(fontawesome-webfont.woff?v=4.3.0) format('woff'),url(fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal;
	}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
	}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
	display: inline-block;
	}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
	}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
	display: none;
	}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}

/*
 * Removes default margin.
 */

body {
	margin: 0;
	}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
	}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
	}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
	}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
	}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
	}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
	}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
	font-family: monospace,serif;
	font-size: 1em;
	}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	}

/*
 * Sets consistent quote types.
 */

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
	}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
	}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {
	top: -.5em;
	}

sub {
	bottom: -.25em;
	}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
	}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
	}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 0;
	}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
	}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	padding: 0;
	}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
	}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
	cursor: default;
	}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
	overflow: auto;
	vertical-align: top;
	}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*
 * CSS Crush(ed) on 2012-11-29 14:38:32 +0100
 * http://github.com/peteboere/css-crush (v1.8.0)
 */

/*#################################################
                variables and inherited classes
#################################################*/

/*clears*/

.parent_clear {
	float: left;
	width: 100%;
	}

.clearfix,
#teaserimage:after,
#container:after,
#footer .inside:after,
#main_navigation ul.level_1:after,
.breadcrumps:after,
.pagination ul:after,
.layout_list:after,
.ce_gallery ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

/*list*/

.list_horizontal,
#changelanguage li,
#meta_navigation_head li,
#main_navigation ul.level_1 > li,
.breadcrumps li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/*css3*/

.innerglow {
	-webkit-box-shadow: inset 0 0 5px rgb(255,255,255);
	box-shadow: inset 0 0 5px rgb(255,255,255);
	}

/* helper classes */

.text-right {
	text-align: right;
	}

/*#################################################
                    elements
#################################################*/

ul {
	padding: 0;
	margin: 0;
	}

li {
	margin-left: 15px;
	}

a {
	color: #041a18
}

h1,
.h1 {
	color: #041a18;
	font-size: 18pt;
	font-weight: 300;
	line-height: 1.2em;
	margin-top: .67em;
	margin-bottom: 10px;
	}

h2,
.h2 {
	color: #041a18;
	font-size: 1.15385em;
	font-weight: 300;
	line-height: 1.2em;
	}

h3 {
	line-height: 1.2em;
	font-weight: 300;
	}

h4 {
	font-weight: 300;
	}

h5 {
	font-weight: 300;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1.5em;
	}

/* subline stylings */

h1 + h2 {
	font-weight: 700;
	margin-bottom: 1.75em;
	margin-top: -.67em;
	}

.image_container img {
	display: block;
	height: auto;
	max-width: 100%;
	}

/*form*/

form {
	}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}

legend {
	display: inline-block;
	width: 200px;
	position: absolute;
	}

label {
	width: 200px;
	display: inline-block;
}

.vollebreite label {
	width: auto;
	}

.select {
	min-width: 120px;
	margin-bottom: 15px;
	}

.select,
.text,
textarea,
captcha {
	margin-bottom: 5px;
	}

.text,
textarea,
.captcha {
	border: 1px solid #D3D8DE;
	padding: 2px;
	width: 220px;
	}

.submit {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #68727a;
	background: #68727a;
	border: none;
	color: #fff;
	padding: 3px 15px;
	cursor: pointer;
	margin-top: 25px;
	}

.submit:hover {
	background: -webkit-linear-gradient(top,#f6c718 0%,#efbf0d 49%,#edbe0b 50%,#edbd0a 100%);
	background: -moz-linear-gradient(top,#f6c718 0%,#efbf0d 49%,#edbe0b 50%,#edbd0a 100%);
	background: -o-linear-gradient(top,#f6c718 0%,#efbf0d 49%,#edbe0b 50%,#edbd0a 100%);
	background: linear-gradient(top,#f6c718 0%,#efbf0d 49%,#edbe0b 50%,#edbd0a 100%);
	}

form p.error {
	display: inline-block;
	color: #373737;
	margin: 0;
	background: orange;
	padding: 2px 4px;
	width: 218px;
	margin-left: -4px;
	}

input.error {
	margin-left: 204px;
	margin-bottom: 10px;
	border: 1px solid orange;
	}

label.error,
fieldset.error legend {
	background: orange;
	padding: 2px 4px;
	width: 196px;
	}

/*#################################################
                    layout
#################################################*/

/*general*/

html,
body {
	min-height: 100%;
	}

body {
	font-size: 62.5%;
	font-family: 'IBM Plex Sans',Helvetica,sans-serif;
	color: #041a18;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	font-size: 1.6em;
	}

/*#######
    basic
#######*/

/*header*/

#header {
	padding-top: 10px;
	position: relative;
	z-index: 1000;
	}



#header .meta:after {
	clear: both;
	content: " ";
	display: table;
	}

.logo {
	float: left;
	padding-top: 23px;
	}

.mod_article {
	clear: both;
	}

.mod_article:after {
	clear: both;
	content: "";
	display: table;
	}

#main .mod_article {
	border-bottom: 1px solid #ededed;
	padding: 30px 27px 40px;
	}

#main .mod_article.first {
	padding-top: 0;
	}

#main .mod_article.last {
	border-bottom: 0;
	}

.home #main .mod_article > * {
	margin-left: 0;
	margin-right: 0;
	}

/* header-inner - used as wrapper for main navigation area */

.header-inner {
	background: #68727a;
	height: 40px;
	margin-top: 8px;
	}


/*main*/

#container {
	clear: both;
	position: relative;
	line-height: 1.3125;
	z-index: 500;
	margin-top: 25px;
	}

#main {
	float: left;
	}

.main-inner {
	/*background: #fff url(../img/main-leftbacking.png) top left repeat-y;*/
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 994px;
	}

.main-inner:after {
	clear: both;
	content: "";
	display: table;
	}

.no-main-bg .main-inner {
	background: #fff;
	}

#main .inside {
	float: left;
	padding: 40px 24px 0;
	width: 743px;
	}

/* no left column */

.no-left-column #main .inside {
	width: 947px;
	}

#right {
	float: right;
	margin-left: 15px;
	width: 180px;
	}


/*footer*/

#footer {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	font-size: 1.3em;
	margin: 30px 0 0;
	position: relative;
	}

#footer .inside {
	margin: 0 auto;
	width: 1200px;
	}

#footer a {
	color: white;

	}

#footer h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin-bottom: 15px;
	}

#footer {
	text-align: center;
	}

#footer .float-left {
	display: inline-block;
	float: none;
	margin: 0 25px;
	text-align: left;
	vertical-align: top;
	}

.footerlogo {
	padding: 10px;
	}

/*metanavigation*/

#meta_navigation_head {
	float: right;
	font-size: .8125em;
	letter-spacing: .03em;
	margin-top: 4px;
	}

#meta_navigation_head ul:after {
	clear: both;
	content: " ";
	display: table;
	}

#meta_navigation_head li {
	margin-right: 13px;
	}

#meta_navigation_head li:after {
	color: #e5e5e5;
	content: "/";
	padding-left: 10px;
	}

#meta_navigation_head li.first:before {
	color: #041a18;
	content: "\f0ac";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	}

#meta_navigation_head li.last {
	margin-right: 23px;
	}

#meta_navigation_head li.last:after {
	display: none;
	}

#meta_navigation_head a,
#meta_navigation_head span {
	color: #041a18;
	text-decoration: none;
	}

/*mainnavigation*/

#main_navigation {
	clear: both;
	float: left;
	}

#main_navigation ul.level_1 {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#main_navigation li {
	position: relative;
	}

/*first level*/

#main_navigation ul.level_1 > li.first {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	}

#main_navigation ul.level_1 > li {
	font-size: .9375em;
	}

#main_navigation ul.level_1 > li:hover,
#main_navigation ul.level_1 > li.trail,
#main_navigation ul.level_1 > li.active {
	background: #ffcf0d;
	background-image: -webkit-linear-gradient(to top,#ffc801,#ffcf0d);
	background-image: -moz-linear-gradient(to top,#ffc801,#ffcf0d);
	background-image: -o-linear-gradient(to top,#ffc801,#ffcf0d);
	background-image: linear-gradient(to top,#ffc801,#ffcf0d);
	}

#main_navigation ul.level_1 > li > a,
#main_navigation ul.level_1 > li > span {
	text-decoration: none;
	color: #fff;
	padding: 11px 20px;
	display: block;
	cursor: pointer;
	}

/*second level*/

#main_navigation .first ul.level_2 {
	left: 7px;
	}

/*#main_navigation li.first ul.level_2 {display: block;}*/

#main_navigation ul.level_2 {
	display: none;
	position: absolute;
	background: #23415d;
	background: rgba(104,114,122,.9);
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-size: .875rem;
	font-size: 14px;
	}

#main_navigation li:hover > ul {
	display: block;
	}

#main_navigation ul.level_2 li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

/* styling of normal link / span elements, no subline elements */

#main_navigation ul.level_2 a,
#main_navigation ul.level_2 > li > span,
#main_navigation ul.level_3 > li > span {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	position: relative;
	}

#main_navigation ul.level_2 > li > a,
#main_navigation ul.level_2 > li > span {
	white-space: nowrap;
	}

.navsubline,
#main_navigation .level_2 .navsubline {
	display: block;
	font-size: 13px;
	font-size: .8125rem;
	}

body #main_navigation ul > li.hassubline > a,
body #main_navigation ul > li.hassubline > span {
	font-weight: bold;
	padding: 20px;
	}

#main_navigation ul.level_2 a span {
	padding: 0;
	font-weight: normal;
	color: #fff;
	}

#main_navigation ul.level_2 a.trail,
#main_navigation ul.level_2 a.active,
#main_navigation ul.level_2 a:hover,
#main_navigation ul.level_2 span.trail,
#main_navigation ul.level_2 span.active,
#main_navigation ul.level_2 span:hover,
#main_navigation li:hover > a {
	color: rgb(241,193,15);
	display: block;
	}

#main_navigation ul.level_2 span.navsubline {
	color: #fff;
	}

#main_navigation ul.level_2 li:hover {
	background-color: #68727b;
	}

#main_navigation .level_2 li.last,
#main_navigation .level_2 li.last:hover {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/* third level */

#main_navigation ul.level_3 {
	display: none;
	background-color: #68727b;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	left: 100%;
	min-width: 285px;
	position: absolute;
	top: 0;
	}

/*global search*/

#global_search {
	float: right;
	font-size: .8125em;
	margin: 5px 4px 0 0;
	position: relative;
	}

#global_search:before {
	color: #c8cdd1;
	content: "\f002";
	font-family: "FontAwesome";
	left: 8px;
	position: absolute;
	top: 8px;
	}

#global_search br {
	display: none;
	}

#global_search form {
	margin-top: 0;
	}

#global_search label {
	float: right;
	display: none;
	}

#global_search input[type='text'] {
	border: none;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	color: #041a18;
	margin-bottom: 0;
	outline: none;
	padding: 7px 10px 7px 30px;
	width: 180px;
	}

#global_search .submit {
	background: #bdc3c8;
	background-image: -webkit-linear-gradient(bottom,#bdc3c8,#cbd0d3);
	background-image: -moz-linear-gradient(bottom,#bdc3c8,#cbd0d3);
	background-image: -o-linear-gradient(bottom,#bdc3c8,#cbd0d3);
	background-image: -ms-linear-gradient(bottom,#bdc3c8,#cbd0d3);
	background-image: -webkit-linear-gradient(to top,#bdc3c8,#cbd0d3);
	background-image: -moz-linear-gradient(to top,#bdc3c8,#cbd0d3);
	background-image: -o-linear-gradient(to top,#bdc3c8,#cbd0d3);
	background-image: linear-gradient(to top,#bdc3c8,#cbd0d3);
	border: none;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	color: #041a18;
	font-weight: 700;
	height: 30px;
	margin: 0 0 0 -4px;
	padding: 0;
	width: 75px;
	}

/*second level navigation*/

#main .second_level {
	background: transparent;
	float: left;
	width: 203px;
	}

#main .second_level ul {
	padding-bottom: 150px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#main .second_level li {
	border-bottom: 1px solid #e5e5e5;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#main .second_level a,
#main .second_level span {
	display: block;
	padding: 12px 20px;
	text-decoration: none;
	}

#main .second_level .hassubline > a,
#main .second_level .hassubline > span {
	font-weight: bold;
	}

#main .second_level .navsubline {
	font-size: .9em;
	font-weight: normal;
	padding: 5px 0 0;
	}

#main .second_level li.active,
#main .second_level li:hover,
#main .second_level li.trail {
	background: #eee;
	}

#main .second_level li.active a,
#main .second_level li.active span,
#main .second_level li:hover a,
#main .second_level li:hover span,
#main .second_level li.trail a,
#main .second_level li.trail span {
	color: #373737;
	}

#main .second_level h4 {
	color: #041a18;
	font-size: 1.2em;
	margin: 0;
	padding: 25px 0 15px 10px;
	}

#main .second_level .product {
	position: relative;
	}

#main .second_level .product.education a,
#main .second_level .product.education span {
	color: #649d4a;
	}

#main .second_level .product.healthcare a,
#main .second_level .product.healthcare span {
	color: #0085cb;
	}

#main .second_level .product.corporate a,
#main .second_level .product.corporate span {
	color: #d83417;
	}

#main .second_level .product:before {
	content: "";
	height: 100%;
	left: -3px;
	position: absolute;
	top: 0;
	width: 3px;
	}

#main .second_level ul ul {
	display: none;
	}

/*footer meta navigation*/

.footer-meta {
	padding: 15px 0;
	}
	
	#footer .footer-meta a{
	color: #1a405d;
	}

.footer-meta ul {
	margin: 0;
	padding: 0;
	text-align: center;
	}

.footer-meta li {
	display: inline-block;
	list-style-type: none;
	margin: 0 13px 0 0;
	}

.footer-meta li:after {
	content: "/";
	padding-left: 12px;
	}

.footer-meta li.last:after {
	display: none;
	}

#footer .footer-meta a,
#footer .footer-meta span {
	text-decoration: none;
	}


/*#################################################
                    content
#################################################*/

#main {
	position: relative;
	padding-bottom: 25px;
	}


/*#################################################
                    globals
#################################################*/

.invisible {
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	left: -1005px;
	overflow: hidden;
	}

.red {
	color: rgb(184,7,24);
	}

.large {
	font-size: 1.4em;
	line-height: 1.2em;
	}

.float-left {
	float: left;
	margin-right: 35px;
	}

.w50 {
	width: 45%;
	float: left;
	}

.clr {
	clear: both;
	float: none !important;
	}

.margin-right {
	margin-right: 45px;
	}

.button {
	background: #68727a;
	background: #68727a;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 5px 25px;
	}

#mbCenter {
	padding-bottom: 30px;
	}

.box-padding {
	padding: 20px;
	}

.border-bottom {
	border-bottom: 3px solid #f3f3f3;
	margin-bottom: 15px;
	padding-bottom: 0;
	}

.border-top {
	border-top: 3px solid #f3f3f3;
	margin-top: 25px;
	padding-top: 20px;
	}

.box {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	}

.meta-border {
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(right,#e5e5e5,#fff);
	background-image: -moz-linear-gradient(right,#e5e5e5,#fff);
	background-image: -o-linear-gradient(right,#e5e5e5,#fff);
	background-image: -ms-linear-gradient(right,#e5e5e5,#fff);
	background-image: -webkit-linear-gradient(to left,#e5e5e5,#fff);
	background-image: -moz-linear-gradient(to left,#e5e5e5,#fff);
	background-image: -o-linear-gradient(to left,#e5e5e5,#fff);
	background-image: linear-gradient(to left,#e5e5e5,#fff);
	border: 0;
	height: 1px;
	}

.ce_image.rounded img {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}


.contact-text {
	float: right;
	font-size: 1.25em;
	font-weight: 300;
	}

.contact-text > * {
	float: left;
	margin-left: 45px;
	}

.contact-text > *:first-child {
	margin-left: 0;
	}

.contact-text strong {
	font-size: .75em;
	font-weight: 400;
	}

/* font awesome definitions */

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	}


/* @import "theme-helpers.css"; */

/* ==========================================================================
  CSS from slashworks
   ========================================================================== */

/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 * 1. Desktop "normal"
 * 2. 1024 Landscape
 * 3. < 1024
 * 4. < 768
 * 5. < 480
 */

/* ==========================================================================
  1. Desktop "normal"
   ========================================================================== */

.showat320,
.showat480,
.showat768,
.showat1024,
.hideat480,
.hideat768,
.hideat1024 {
	display: none;
	}

@media screen and (min-width: 480px) {
.showat480 {
	display: block;
	}

}

@media screen and (min-width: 768px) {
.showat768 {
	display: block;
	}

}

@media screen and (min-width: 1024px) {
.showat1024 {
	display: block;
	}

}

/* ==========================================================================
  2. 1024 Landscape
   ========================================================================== */

 /* ==========================================================================
  3. < 1024
   ========================================================================== */

@media screen and (max-width: 1023px) {
.hideat1024 {
	display: block;
	}

.hideat768 {
	display: none;
	}

}

/* ==========================================================================
  4. < 768
   ========================================================================== */
/*
@media screen and (max-width: 767px) {
.hideat768 {
	display: block;
	}

}

/* ==========================================================================
  5. < 480
   ========================================================================== */
/*
@media screen and (max-width: 479px) {
.hideat480 {
	display: block;
	}

}
*/
/* ==========================================================================
  CSS from slashworks
   ========================================================================== */

/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 * 1. 1024 Landscape
 * 2. < 1024
 * 3. < 768
 * 4. < 480
 */

body:after {
	content: 'big-screen';
	display: none;
	}

/* ==========================================================================
    1. 1200 Landscape
   ========================================================================== */

@media screen and (max-width: 1200px) {
body:after {
	content: 'small-screen';
	}

#wrapper,
#footer .inside {
	width: 1000px;
	}

.main-inner {
	width: 793px;
	}

#main .inside {
	padding: 25px 0 0;
	width: 590px;
	}

.no-left-column #main .inside {
	width: 794px;
	}

.home #main {
	width: 623px;
	}

.home #right {
	width: 350px;
	}

}

/* ==========================================================================
    2. < 1024
   ========================================================================== */

@media screen and (max-width: 1023px) {
body:after {
	content: 'tablet';
	display: none;
	}

#main_navigation {
	display: none;
	}

#wrapper,
.main-inner,
#footer .inside {
	width: 740px;
	}

#main .inside {
	width: 537px;
	}

.no-left-column #main .inside {
	width: auto;
	}

#main,
.home #main {
	width: 100%;
	}

#main > .mod_navigation + .inside {
	width: 510px;
	}

/* search page */

#main > .inside {
	width: 710px;
	}

#right {
	margin: 25px 0 0;
	width: 100%;
	}

.home #right {
	margin-left: 0;
	width: 100%;
	}

#right .inside {
	margin-left: -25px;
	}

.home #right .inside {
	margin-left: 0;
	}

#right .inside:after {
	clear: both;
	content: "";
	display: table;
	}

}

/* ==========================================================================
    3. < 768
   ========================================================================== */
/*
@media screen and (max-width: 767px) {
body:after {
	content: "below-tablet";
	}

#wrapper {
	width: 460px;
	}

#main .inside,
.main-inner {
	width: 100%;
	}

#footer .inside {
	width: 460px;
	}

.main-inner {
	background: #fff;
	}

#meta_navigation_head {
	margin-bottom: 10px;
	}

#main {
	background: transparent;
	}

#main .second_level {
	display: none;
	}

#main > .mod_navigation + .inside,
#main > .inside,
.landingpage #main > .inside {
	width: 430px;
	}

.breadcrumps {
	display: none;
	}

#right .second_level.mobile {
	clear: both;
	display: block;
	margin-left: 25px;
	}

}

/* ==========================================================================
    4. < 480
   ========================================================================== */
/*
@media screen and (max-width: 479px) {
body:after {
	content: "phone";
	}

#wrapper,
#footer .inside {
	width: 300px;
	}

#container {
	margin-top: 0;
	}

.home #container {
	margin-top: 25px;
	}

#main .inside {
	padding-top: 10px;
	}

#main > .mod_navigation + .inside,
#main > .inside,
.landingpage #main > .inside {
	width: 270px;
	}

#right .inside {
	margin-left: 0;
	}

.main-inner {
	border: 0;
	}

#main .mod_article {
	padding-left: 0;
	padding-right: 0;
	}

#main .mod_article > * {
	margin-left: 0;
	margin-right: 0;
	}

#main,
.main-inner {
	background: transparent;
	}

#footer {
	margin-top: 70px;
	}

}

 /* ==========================================================================
  CSS from slashworks
   ========================================================================== */

 /**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 * 1. 1024 Landscape
 * 2. < 1024
 * 3. < 768
 * 4. < 480
 */

 /* ==========================================================================
    1. 1024 Landscape
   ========================================================================== */

@media screen and (max-width: 1200px) {
.teaserbox {
	width: 485px;
	}

.half-box {
	width: 444px;
	}

.half-box.half-box-slider {
	width: 484px;
	}

#global_search input[type='text'] {
	width: 170px;
	}

/* ce_cta */

#main .mod_article .ce_cta {
	margin-left: -10px;
	margin-right: -10px;
	}

.ce_cta .headline {
	width: 80%;
	}

.ce_cta .white-text {
	width: 70%;
	}

.ce_cta .text {
	width: 76%;
	}

.ce_cta .icon.right.center {
	left: 75%;
	}

.ce_cta .icon.left.center {
	left: 17%;
	}

.outercta {
	width: 545px;
	}

.pull-headline h1,
.pull-headline h2,
.pull-headline h3,
.pull-headline h4,
.pull-headline h5,
.pull-headline h6 {
	margin-left: 0;
	}

}

/* ==========================================================================
    2. < 1024
   ========================================================================== */

@media screen and (max-width: 1023px) {
/* ce_cta */

.ce_cta .headline {
	width: 90%;
	}

.ce_cta .white-text,
.ce_cta .text {
	width: 85%;
	}

.ce_cta .icon {
	display: none;
	}

.outercta {
	width: 491px;
	}

#evasys-box,
#evaexam-box,
.teaserbox {
	min-height: 500px;
	width: 355px;
	}

#teaserimage .teaserbox {
	margin-bottom: 25px;
	margin-top: 0;
	}

.teaserbox h1 {
	line-height: 1.25;
	min-height: 50px;
	}

.teaserbox.featured h1 {
	font-size: 1.375em;
	}

.teaserbox .teaserlink a,
.teaserbox .teaserlink a:hover {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

#belowmain {
	margin-top: 25px;
	}

.no-nav-arrows .slider-control {
	bottom: 70px;
	}

#right .infobox {
	float: left;
	margin-left: 25px;
	width: 228px;
	}

#right .inside > div.mod_article {
	margin-left: 25px;
	}

.home #right .inside > div.mod_article {
	margin-left: 0;
	}

#video .ce_player .mejs-container {
	max-width: 100%;
	}

#right .inside .mehrinfos {
	margin-left: 25px;
	}

.home #right .inside > div.mod_article {
	float: left;
	width: 340px;
	}

.landingpage #right .inside > div {
	float: left;
	margin-left: 25px;
	width: 230px;
	}

#footer .inside:after {
	clear: both;
	content: "";
	display: table;
	}

/* twitter box english home page */

.home #right .inside > #twitter-home-right {
	background: #fff;
	padding: 0;
	width: 100%;
	}

iframe#twitter-widget-0 {
	display: block !important;
	width: 100% !important;
	}

/* FORM */

fieldset.checkbox_container label {
	display: inline-block;
	width: 290px;
	}

.mod_eventlist .layout_list {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 15px;
	padding: 0 0 15px;
	}

.mod_eventlist .layout_list:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	}

.mod_eventlist .name {
	width: 220px;
	}

.mod_eventlist .location {
	width: 110px;
	}

.mod_eventlist .date {
	width: 145px;
	}

.mod_eventlist .more {
	clear: left;
	}

.half-box,
.half-box.half-box-slider {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	clear: both;
	}

.half-box.video {
	width: 100%;
	min-height: 1px;
	}

/* mobile navigation */

#main_navigation_mobile {
	background: #68727a;
	background: #68727a;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	float: left;
	height: 35px;
	}

#main_navigation_mobile form {
	background: url(/files/theme/img/burger-icon.png) no-repeat left center;
	height: 35px;
	margin-left: 13px;
	margin-top: 3px;
	position: relative;
	width: inherit;
	}

#main_navigation_mobile select:hover {
	cursor: pointer;
	}

#main_navigation_mobile .select {
	height: 19px;
	min-width: inherit;
	opacity: 0;
	-webkit-appearance: inherit;
	width: 25px;
	}

#main_navigation_mobile .submit {
	background: #bdc3c8;
	background-image: -webkit-linear-gradient(bottom,#bdc3c8,#cbd0d3);
	background-image: -moz-linear-gradient(bottom,#bdc3c8,#cbd0d3);
	background-image: -o-linear-gradient(bottom,#bdc3c8,#cbd0d3);
	background-image: -ms-linear-gradient(bottom,#bdc3c8,#cbd0d3);
	background-image: -webkit-linear-gradient(to top,#bdc3c8,#cbd0d3);
	background-image: -moz-linear-gradient(to top,#bdc3c8,#cbd0d3);
	background-image: -o-linear-gradient(to top,#bdc3c8,#cbd0d3);
	background-image: linear-gradient(to top,#bdc3c8,#cbd0d3);
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #041a18;
	font-weight: 700;
	height: 30px;
	line-height: 1;
	margin: 0 0 0 10px;
	padding: 7px 0;
	position: relative;
	top: -1px;
	width: 75px;
	}

#menu-text {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	margin-left: 10px;
	}

.home #right {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	}

.home #right .inside > div.news_home {
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px #e5e5e5;
	box-shadow: 0 0 0 1px #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
	width: 100%;
	}

.home #right .inside > div.events_home {
	-webkit-box-shadow: 0 0 0 1px #e5e5e5;
	box-shadow: 0 0 0 1px #e5e5e5;
	background: #fff;
	clear: none;
	margin-right: 25px;
	width: 321px;
	}

.home #right .inside > div.events_home + .events_home {
	margin-right: 0;
	}

.home #right .mod_newslist,
.home #right .mod_eventlist {
	margin-bottom: 0;
	}

}

/* ==========================================================================
    3. < 768
   ========================================================================== */
/*
@media screen and (max-width: 767px) {


.ce_cta .headline {
	font-size: 1.3em;
	width: 90%;
	}

.ce_cta .white-text .wrap {
	padding: 20px 30px;
	}

.outercta {
	margin-left: 28px;
	width: 406px;
	}

#container {
	word-wrap: break-word;
	}

#wrapper #main,
#einleitungstext-ep {
	font-size: 1.2em;
	line-height: 1.5;
	}

.checklist li {
	background-position: 0 0;
	}

h1 {
	font-size: 1.33em;
	}

#evasys-box,
#evaexam-box,
.teaserbox {
	min-height: inherit;
	width: 100%;
	}

.teaserbox {
	padding-bottom: 25px;
	}

#teaserimage .teaserbox {
	border: 0;
	-webkit-box-shadow: 0 0 0 1px #e5e5e5;
	box-shadow: 0 0 0 1px #e5e5e5;
	}

.teaserbox h1 {
	min-height: inherit;
	}

.teaserbox .teaserlink a,
.teaserbox .teaserlink a:hover {
	text-indent: inherit;
	white-space: inherit;
	overflow: inherit;
	}

#evasys-box {
	margin-bottom: 0;
	}

.landingpage #main .ce_text .image_container {
	display: block;
	float: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 10px !important;
	text-align: center;
	width: 100%;
	}

.ce_player {
	width: 430px;
	}

.ce_player.no-padding {
	width: 460px;
	}

.home #right .inside > div.mod_article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
	width: 100%;
	}

#right .infobox {
	width: 215px;
	}

#footer .float-left {
	width: 178px;
	}

#right .infobox:last-of-type {
	margin-bottom: 50px;
	}

#right .second_level.mobile {
	margin: 25px 0 0 25px;
	}

#right .second_level.mobile h4 {
	background: #f6c718;
	background: -webkit-linear-gradient(top,#f6c718 0%,#efbf0d 49%,#edbe0b 50%,#edbd0a 100%);
	background: -moz-linear-gradient(top,#f6c718 0%,#efbf0d 49%,#edbe0b 50%,#edbd0a 100%);
	background: -o-linear-gradient(top,#f6c718 0%,#efbf0d 49%,#edbe0b 50%,#edbd0a 100%);
	background: linear-gradient(top,#f6c718 0%,#efbf0d 49%,#edbe0b 50%,#edbd0a 100%);
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 1.2em;
	margin: 0;
	padding: 15px 20px;
	}

#right .second_level.mobile li {
	background: #68727a;
	background: #68727a;
	list-style-type: none;
	margin-left: 0;
	opacity: .8;
	}

#right .second_level.mobile li.last {
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	}

#right .second_level.mobile li > a,
#right .second_level.mobile li > span {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 15px 20px;
	text-decoration: none;
	}

#right .second_level.mobile .level_2 li > a,
#right .second_level.mobile .level_2 li > span {
	padding: 15px 40px;
	}

#right .second_level.mobile .navsubline {
	font-weight: normal;
	}

#right .second_level.mobile li:hover,
#right .second_level.mobile .active,
#right .second_level.mobile .trail {
	opacity: 1;
	}

#right .second_level.mobile li:hover > a {
	color: #f6c718;
	}

#right .second_level.mobile li:hover .navsubline {
	color: #fff;
	}

#meta_navigation_head {
	display: none;
	}

.mod_socialshareprivacy {
	display: none;
	}

.meta-border {
	background: #E5E5E5;
	margin-top: 25px;
	}

.logo {
	padding: 20px 0;
	}

.contact-text {
	float: none;
	font-size: .85em;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.contact-text .ce_text {
	margin: 0;
	width: 48%;
	}

.contact-text .ce_text.first {
	float: left;
	}

.contact-text .ce_text.last {
	float: right;
	text-align: right;
	}

.contact-text p {
	margin: 0;
	}

.contact-text strong {
	display: none;
	}

.contact-text br {
	display: none;
	}

#global_search {
	right: 5px;
	}

#global_search .submit {
	display: none;
	}

#global_search input[type='text'] {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 38px;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
	}

#global_search input[type='text']:focus {
	width: 200px;
	}

#meta_navigation_head li {
	float: none;
	margin: 0 0 5px;
	text-align: right;
	}



#main form {
	font-size: .8125em;
	}

fieldset.checkbox_container label {
	width: 210px;
	}

fieldset.checkbox_container.no-margin span {
	margin-left: 0;
	}

fieldset.checkbox_container.no-margin label {
	width: 350px;
	}

.mod_eventlist {
	font-size: .8125em;
	}

.mod_eventlist .name {
	width: 190px;
	}

.mod_eventlist .location {
	width: 120px;
	}

.mod_eventlist .date {
	width: 80px;
	}



#main .mod_article .ce_sliderStart {
	font-size: .8333333em;
	margin-left: -15px;
	margin-right: -15px;
	}

}

/* ==========================================================================
    4. < 480
   ========================================================================== */
/*
@media screen and (max-width: 479px) {
.no-main-bg .main-inner {
	background: transparent;
	}

.teaserbox .teaserlink a,
.teaserbox .teaserlink a:hover {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

.logo img {
	height: auto;
	width: 150px;
	}

.select-style .level_1 > li > a:after {
	top: 8px;
	}

#right .inside .mehrinfos {
	margin-left: 0;
	}

.home #right .inside > div.mod_article {
	padding-bottom: 70px;
	}

#footer .inside > div {
	margin: 0 0 15px;
	width: inherit;
	}

.footer-meta {
	padding: 25px 0;
	}

.footer-meta ul {
	text-align: left;
	}

.footer-meta li {
	display: block;
	margin: 0;
	}

.footer-meta li:after {
	display: none;
	}

.footer-meta a,
.footer-meta span {
	display: block;
	padding: 8px 0;
	}

.ce_player {
	width: 270px;
	}

.ce_player.no-padding {
	width: 300px;
	}

#main .ce_text .image_container {
	display: block;
	float: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 10px !important;
	text-align: center;
	width: 100%;
	}

#right .infobox,
.landingpage #right .inside > div,
#right .inside > div.mod_article {
	margin-left: 0;
	min-height: inherit;
	width: 100%;
	}

#right .second_level.mobile {
	margin-left: 0;
	}

#global_search {
	bottom: 5px;
	position: absolute;
	}

#global_search form {
	margin-top: 0;
	}

#global_search input.text {
	margin-bottom: 0;
	}

#global_search input[type='text']:focus {
	width: 140px;
	}



form label {
	display: block;
	width: 100%;
	}

.text,
textarea,
.captcha,
.select {
	margin-bottom: 15px;
	width: 264px;
	}

fieldset.checkbox_container legend {
	display: block;
	margin-bottom: 10px;
	position: static;
	width: auto;
	}

fieldset.checkbox_container > span {
	margin-left: 0;
	}

fieldset.checkbox_container.no-margin label {
	width: auto;
	}

.captcha {
	margin-bottom: 0;
	}

span.captcha_text {
	margin-left: 0;
	}


.mod_eventlist {
	margin-bottom: 30px;
	}

.mod_eventlist .tableheader {
	display: none;
	}

.mod_eventlist .layout_list {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 15px;
	padding: 0 0 15px;
	width: 270px;
	}

.mod_eventlist .name,
.mod_eventlist .date,
.mod_eventlist .location,
.mod_eventlist .more {
	padding: 0;
	width: 100%;
	}

.mod_eventlist .name p,
.mod_eventlist .date p,
.mod_eventlist .location p,
.mod_eventlist .more p {
	margin-bottom: 5px;
	}

.mod_eventlist .location {
	position: relative;
	}

.mod_eventlist .showat320 {
	display: inline;
	}



.news_home .ce_hyperlink,
.events_home .ce_hyperlink {
	bottom: 0;
	left: 18px;
	right: inherit;
	top: auto;
	}


.outercta {
	margin-left: 0;
	width: 100%;
	}

#main .outercta .ce_cta {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

}
*/
