/* This css is mobile first with breakpoints adapting to 
   higher resolutions (min-width: 480px, 768px, 1024px).
   
   The main switch from mobile to desktop is @768px width.
   
   The facelift 2020 layout adds a 1280px breakpoint.
   
   */
   

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

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

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

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

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

main {
  position: relative;
}

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

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

a {
	background-color: transparent;
}

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

a:active,
a:hover {
	outline: 0;
}

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

h1 {
	font-size: 2em;
	margin: .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: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

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

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}


.hidden-desktop {
  display: none;
}

.language ul,
#nav ul,
.search-form .category-list,
.content-box .item-listing ul,
.sidebar-menu,
.providers-list,
.providers-list ul,
.list ul,
.form .option-list,
.contact-list,
.flex-column .column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.startup {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?zf9dr3") format("truetype"), url("../fonts/icomoon.woff?zf9dr3") format("woff"), url("../fonts/icomoon.svg?zf9dr3#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-note-list:before {
	content: "\e907";
}

.ico-printer:before {
	content: "\e900";
}

.ico-phone:before {
	content: "\e901";
}

.ico-contact:before {
	content: "\e901";
}

.ico-sort-arrows:before {
	content: "\e90a";
}

.ico-world:before {
	content: "\e908";
}

.ico-double-right-arrows:before {
	content: "\e902";
}

.ico-search:before {
	content: "\e903";
}

.ico-checkmark:before {
	content: "\e904";
}

.ico-arrow-down:before {
	content: "\e905";
}

.ico-arrow-up:before {
	content: "\e906";
}

.ico-arrow-point-down:before {
	content: "\e909";
}

.ico-arrow-point-up:before {
	content: "\e90c";
}

.ico-arrow-point-right:before {
	content: "\e90d";
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 15px/1.35 "Trebuchet MS", "Arimo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
	font-family:  "Trebuchet MS", "Arimo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4, h2,
.h4, .h2
.content-block .presentationbox h1 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: black;
	margin: 22px 0 14px 0;
	text-align: left;
	color: #0068ac;
}

.content-block .presentationbox h1, .headline {
	margin-top: 5px;
	font-size: 20px !important;	
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
	font: 15px/1.35 "Open Sans";
}

.text, .text-wrap, .text-right, dt, dd, .news-table, .contact-list  {
  font: 15px/1.35 "Open Sans";
  /* margin:  40px 0 0 0; */
}


a {
	color: #0068AC;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:hover {
	color: #0000b3;
}

.anzeige {
	font-size: 0.8em;
	text-align: right;
	height: 15px;	
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	box-sizing: border-box;
	padding: .4em .7em;
	width: 100%;
	height: 27px;
	line-height: 21px;
	padding: 1px 6px;
}

.error input[type="text"],
.error
  input[type="tel"],
.error
  input[type="email"],
.error
  input[type="search"],
.error
  input[type="password"],
.error
  textarea {
	border-color: red;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 51px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}


.img-copyright {
  position: absolute;
  bottom: 2px;
  right: 3px;
  color: white;
  font-style: normal;
  line-height: .9em;
  font-size: 11px;
  font-weight: 500;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
  transform: rotate(270deg) translate(100%,0);
  /* transform: translate(50%, 50%); */
  transform-origin: bottom right;
}


/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 12px;
	width: 12px;
	border-radius: 2px;
}

.jcf-checkbox.jcf-checked {
	border-color: #0068ac;
	background: #0068ac;
}

.error .jcf-checkbox {
	border-color: red;
}

.jcf-checkbox span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	background: #0068ac;
	color: #fff;
}

.jcf-checkbox span:before {
	content: "\e904";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 8px;
	line-height: 11px; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  :root .jcf-checkbox span {
   margin: -4px 0 0 -5px;
} */

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	margin: 0 3px 0 0;
	height: 12px;
	width: 12px;
}

.jcf-radio.jcf-checked {
	border: 0;
	background: #0068ac;
	height: 13px;
	width: 13px;
}

.error .jcf-radio {
	border-color: red;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	background: #0068ac;
	color: #fff;
}

.jcf-radio span:before {
	content: "\e904";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 8px;
	line-height: 13px; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #b2b2b2;
	background: #fff;
	margin: 0;
	min-width: 64px;
	height: 27px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 15px;
	line-height: 19px;
	margin: 0 13px 0 10px;
	padding: 2px 0;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: transparent;
	width: 13px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	top: 50%;
	right: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e90a";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 10px;
	line-height: 1;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #b2b2b2;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* ---------------------------------------------------------
    Embedded fonts styles
    Custom form styles
    Common site styles
   ---------------------------------------------------------*/

/* header styles */

#header {
	position: relative;
	z-index: 9;
	background: #0068ac;
	padding: 13px 0 11px;
	/* border-bottom: 1px solid #131618; */
	box-shadow: 0px 3px 6px #00000029;
	/* min-height: 73px; */
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* logo styles */

.logo {
	width: 142px;
	position: relative;
}

.logo img {
	display: block;
}

.logo .slogan {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	color: white;
	/* position: absolute;
	top: 100%;
	left: 0;
	right: 0; */
	margin-top: 8px;
	letter-spacing: 5.85px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 13px;
}

/* switch language links */

.language {
	position: absolute;
	right: 53px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.language ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	color: #a8bedf;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: .3px;
}

.language ul li a {
	color: #a8bedf;
}

.language ul li a:hover {
	color: #fff;
}

.language ul li.nav-search {
  margin: 0 14px 0 0;
  font-size: 16px;
}

.language ul li.nav-search a {
  color: white;
}

.language ul li.nav-search a:hover {
   opacity: 0.8;
}

.language ul li + li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}

.language ul li.active a {
	color: #fff;
	font-weight: 700;
}

.sidebar-menu li.noresult,
.sidebar-menu li.noresult a {
    pointer-events: none;
    cursor: default;
    color: #c5c5c5 !important;
}

.sidebar-menu .noresult a::before {
    border: 1px solid #ffffff;
}

/* main navigation of the page */

#nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .25s linear;
	transition: max-height .25s linear;
}

#nav ul {
	font-size: 18px;
	line-height: 21px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .25s linear;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
	background: #0068ac;
	padding: 20px 10px;
	border-top: 1px solid #fff;
}

#nav ul li {
	margin: 0 0 10px;
}

#nav ul li:last-child {
	padding-right: 0;
}

#nav ul li.active a {
	color: #fff;
	font-weight: 700;
}

#nav ul li a {
	color: white;
}

#nav ul li a:hover {
	opacity: .8;
}

.nav-active #nav {
	max-height: 9999px;
}

.nav-active #nav ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* nav opener styles */

.nav-opener {
	width: 25px;
	height: 24px;
	position: absolute;
	right: 10px;
	border: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.nav-opener span {
	overflow: hidden;
	text-indent: -9999px;
}

.nav-opener:hover {
  opacity: .8;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 11px;
	left: 3px;
	right: 3px;
	height: 2px;
	border-radius: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	width: auto;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
	top: 5px;
}

.nav-opener:after {
	top: 17px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
	left: 3px;
	right: 3px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/* Subheader */

.subheader {
  background-image: url("/images/startpage-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-position: 22% 50%;
  /* min-height: 274px; */
  height: 70vw;
  position: relative;
  /* z-index: -1; */
  margin: 0 0 130px 0; /* search offset */
  max-height: 834px;
}

.subheader .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  /* z-index: -1; */
}

.subheader .container {
  padding: 35px 25px 25px 25px;
  /* z-index: 2; */
  position: relative;
  height: 100%;
}

.subheader h1 {
  font-size: 23px;
  font-weight: normal;
  line-height: 33px;
  letter-spacing: 0.46px;
  color: white;
  max-width: 400px;
}

.subheader .claims {
  display: none;
}

.subheader .claims a:hover {
  color: white;
  opacity: .8;
}

.subheader .claims a.white:hover {
  color: #0068AC;
  opacity: .8;
}

.subheader .btn-base {
  margin-right: 20px; 
}

.subheader .search-container {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
  width: 100vw;
  /*   min-height: 50px;
  background-color: pink; */
  max-width: 1280px;
}

.subheader .search-container form {
  margin: 0 18px;
  padding: 18px;
  background-color: #0068AC;
  background-color: #0068ACBE;
  box-shadow: 0px 3px 6px #00000029;
  /* width: calc(100% - (2 * 18px)); */
  display: flex;
  flex-wrap: wrap;
  /* width: 100%; */
}


.subheader .search-container form > * {
  width: 100%;
} 

.subheader .search-container form input {
  font-size: 14px;
  margin-bottom: 5px;
}

.subheader .search-container form button {
  background-color: #004776;
}

.subheader .search-container form button:hover {
  opacity: .8;
}

.subheader .ads-container {
  display: none; 
}

.ads-container .ads a:not(.ads-booking) {
  width: 300px;
  height: 250px;
  overflow: hidden;
  display: block;
}

svg.white-curve {
  /* transform: rotateX(180deg) translateX(-50%); */
  transform: rotateX(180deg) scale(1.2);
  position: absolute;
  bottom: 0;
  left: 0;
  max-height:  145px;
  width: 100%; /* Firefox Windows 10 */ 
}

.ads-below-subheader {
  padding-top: 15px;
  margin: 0 0 60px 0;
}

.ads-below-subheader .ads-booking {
  font-size: 13px;
}

.ads-below-subheader .ads-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.ads-below-subheader .ads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 350px;
}

.ad {
  box-shadow: 0px 3px 6px #00000029;
  width: 300px;
  height: 250px;
  overflow: hidden;  
}

.ads-arrow-container {
  display: none;
}

.ads-below-subheader .ads a:first-of-type {
  margin-bottom: 16px;
}

.ads-below-subheader .ads-arrow-container {
  position: absolute;
  top: -25px;
  left: calc( 50% - (194px / 2));
}

.ads-arrow-container a {
  padding: 17px 20px;
  font-size: 15px;
}

.ads-below-subheader .arrow {
  width: 62px;
  position: absolute;
  bottom: -10px;
}

.ads-below-subheader .arrow-left {
  right: -44px;
}

.ads-below-subheader .arrow-right {
  left: -44px;
  display: none;
}


.start-fachbereiche {
  margin-bottom: 30px;
}


.start-fachbereiche h2 {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #1A1A1A;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.start-fachbereiche .ruler {
  border: 1px solid #0068AC;
  width: 91px;
  margin: 0 auto 24px auto;
}

.start-fachbereiche p {
  text-align: center;
  margin-bottom: 22px;
}


/* Subheader FHList */

#pre-main .subheader {
  height: 180px;
  margin-bottom: 20px;
}

#pre-main .subheader .container {
  padding: 25px;
}

#pre-main .subheader h1 {
  text-transform: uppercase;
  max-width: inherit;
  text-align: center;
}

#pre-main .subheader .search-container {
  display: none;
}

#pre-main .text {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  max-width: calc(1128px + 30px);
}


.FHList .block-title-blue {
  margin-bottom: 20px;
}

/* Fachbereich Slider */

.fachbereich-slide {
/*   width: 308px;
  background-color: #eee;
  max-width: 100%; */
  margin: 0 8px; 
  
}

.fachbereich-slide-wrapper {
  width: 308px;
  background-color: #eee;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
  transition: all .25s linear;
}

.fachbereich-slide-wrapper:hover {
  opacity: .8;
  transition: all .25s linear;
}

.fachbereich-slide .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 209px;
  position: relative;
}

.fachbereich-slide h2 {
  height: 80px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #1A1A1A;  
  border-bottom: 2px solid #ddd;
  text-transform: uppercase;
}

.fachbereich-slide .bottom {
  display: flex;
  justify-content: space-between;
  height: 44px;
}

.fachbereich-slide .bottom > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 50%;
}

.fachbereich-slide .bottom a {
  background-color: #0068AC;
  color: white;
  transition: all .25s linear;
}

.fachbereich-slide .bottom a:hover {
  background-color: #004979;
  transition: all .25s linear;
}

#start-fachbereiche-slider {
  position: relative;
}

#start-fachbereiche-slider .slick-arrow {
  position: absolute;
  background-color: #0068ACBF;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all .25s linear;
}

#start-fachbereiche-slider .slick-arrow:hover {
  background-color: #004979;
  transition: all .25s linear;
}

#start-fachbereiche-slider .slick-next {
  left: inherit;
  right: 0;
}

#start-fachbereiche-slider .slick-arrow img {
  width: 22px
}


/* dept of the week */

.dept-of-week {
  background-color: #0068AC;
  position: relative;
  padding: 70px 0 80px 0;
}

.dept-of-week svg.white-curve.start {
  /* transform: rotateX(180deg) translateX(-50%); */
  transform: scale(1.2);
  position: absolute;
  top: 0;
  left: 0;
  max-height: 145px;
}

.dept-of-week h2 {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: white;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.dept-of-week .ruler {
  border: 1px solid white;
  width: 91px;
  margin: 0 auto 50px auto;
}

/* Dept of the week Slider */

.week-slide {
  margin: 0 8px 12px 8px;
  cursor:  pointer;
}

.week-slide-wrapper {
  width: 308px;
  min-height: 270px;
  background-color: white;
  max-width: 100%;
  /* margin: 0 auto; */
  padding: 16px 18px;
  position: relative;
}

.week-slide-image {
  height: 58px;
  width: 132px;
}

.week-slide-image img {
  max-height: 100%;
}

.week-ad {
  position: absolute;
  top: 16px;
  right: 18px;
  color: #1A1A1A;
}

.week-slide h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #1A1A1A;
  margin: 0 0 18px 0;
}

.week-slide p {
  color: #1A1A1A;
  font-size: 15px;
  margin-bottom: 40px;
}

.week-slide a {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 120px);
  display: block;
  background-color: #333333;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  width: 240px;
  padding: 9px;
  transition: all .25s linear;
}

.week-slide a:hover {
  transition: all .25s linear;
  opacity: .8;
}

#week-slider {
  max-width: 1280px;
  margin: 0 auto;
}

#week-slider .slick-arrow {
  position: absolute;
  background-color: #333333C2;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all .25s linear;
}

#week-slider .slick-arrow:hover {
  transition: all .25s linear;
  opacity: .8;
}

#week-slider .slick-next {
  left: inherit;
  right: 0;
}

#week-slider .slick-arrow img {
  width: 22px
}


/* studiengang selection */


#start-selection {
  margin-bottom:  60px;
}

.start-selection-header {
  margin-top: 36px;
}

.start-selection-header h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0.4px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 32px;
  border-bottom: 1px solid #CCCCCC;
  /* padding: 0 0 20px 0; */
}

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

#start-selection ul.topcats > li {
  padding: 0;
  margin: 0 0 8px 0;
}

#start-selection ul.topcats > li > h2 {
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.3px;
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #eee;
  margin: 0;
  position: relative;
  cursor:  pointer;
}

#start-selection ul.topcats > li.selected > h2 {
  background-color: #0068AC;
  color: white;
}

#start-selection ul.topcats > li > h2 > .toggle {
  display: block;
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;  
  background-image: url("/images/chevron-black-down.png");
  background-repeat: no-repeat;
  background-size: contain; 
}

#start-selection ul.topcats > li.selected > h2 .toggle {
  background-image: url("/images/chevron-white-up.png");
}


#start-selection ul.topcats > li > h2 > a {
  color: #333;
}

#start-selection ul.subcats {
  margin: 36px 18px 30px 18px;
  display: none;
}

#start-selection ul.subcats > li {
  text-decoration: underline;
  font: 15px;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #333333;
}

#start-selection ul.subcats > li > a {
  color: #333;
}



/* FH list */

.block-title-blue {
  font-size: 18px;
  line-height: 64px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  background-color: #0068AC;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  margin: 0 0 0 0;
}

.fh-list-entry {
  background-color: #eee;
  margin-bottom: 16px;
  padding: 22px 20px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #333333;
  position: relative;  
}

.fh-list-entry a.fh-list-name {
  font-size: 17px;
  line-height: 22px;
}

.fh-list-info {
  margin-top: 26px;
  margin-bottom: 20px;
}

.fh-list-info-line {
  line-height: 20px;
  padding: 2px 0 2px 30px;
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center left;
  margin-bottom: 10px;
  min-width: 200px;
  width: 200px;
}

.fh-list-info-line .legend {
  font-weight: bold;
  /* margin-right: .5em; */
}

.fh-list-info-line.duration {
  background-image: url(/images/filter-dauer.png);
}

.fh-list-info-line.type {
  background-image: url(/images/filter-typ.png);
}

.fh-list-info-line.degree {
  background-image: url(/images/filter-abschluss.png);
}

.fh-list-info-line.location {
  background-image: url(/images/filter-ort.png);
}



.fh-list-entry .fh-list-anfrage {
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left center;
  background-image: url(/images/pfeil.png);
  padding-left: 20px;
}

.fh-list.full-presentations {
  margin-bottom: 50px;
}

.fh-list .anzeige {
  color: white;
  position: absolute;
  top: 2px;
  right: 3px;
}

.fh-list.other-presentations {
  /* margin-top: 50px; */
  position: relative;
}

.fh-list.other-presentations .fh-list-entry.hidden {
  display: none;
} 

.fh-list.other-presentations .overlay {
  position: absolute;
  height: 100%;
  max-height: 550px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, #fff);
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.fh-list.other-presentations .overlay a {
  background-color: #0068AC;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 42px;
  display: block;
  text-align: center;
  width: 90%;
  margin-bottom: 20px;
}

.fh-list-text-bottom {
  /* margin: 50px 0; */
  border-top: 2px solid #eee;
  margin-top: 10px;
  padding-bottom: 25px;
}

.fh-list-text-bottom h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.fh-list-text-bottom img {
  width: 100% !important;
}

.fh-list-to-depts {
  display: inline-block;
  background-color: #0068ac;
  color: white;
  text-transform: uppercase;
  line-height: 38px;
  min-width: 240px;
  text-align: center;
  margin-top: .5em;
  margin-bottom: 10px;
}

.fh-list-to-depts:hover {
  color: white;
  opacity: .8;
}

/* ---------------------------------------------------------
     Common site styles
   ---------------------------------------------------------*/

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

a:hover {
	text-decoration: none;
}

/* main container styles */

/* container styles */

.container {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

/* btn styles */

.btn-base {
  display: inline-block;
  min-width: 267px;
  background: #0068ac;
  color: #fff;
  font-size: 15px;
  line-height: 58px;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 0 20px;
  height: 58px;
  white-space: nowrap;
}

.btn-base.white {
  background-color: white;
  color: #0068AC;
}

.btn, input[type=submit], input[type=button] {
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	outline: none;
	/* border: 1px solid #16325c; */
	border: none;
	display: inline-block;
	vertical-align: top;
	padding: 11px 17px;
	min-width: 150px;
	text-align: center;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.btn.btn-primary, input[type=submit], input[type=button] {
	background: #0068ac;
	color: #fff;
}

input[type=submit], input[type=button] {
	min-width: auto;
	font-size: 14px;
	line-height: 36px;
	padding: 7px 12px;
}

.btn.btn-primary:hover {
	background: #004979;
}

.btn-blue:hover {
  background: #004979;
}

.btn i {
	font-size: 16px;
	margin: 5px 10px -20px 0;
	display:  inline-block;
	bottom:  -10px;
}

.d-block {
	display: block;
}

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

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

.underline {
	text-decoration: underline;
}

/* startup styles */

.startup {
	min-height: calc(100vh - 73px);
}

.startup .container {
	padding-top: 54px;
	padding-bottom: 30px;
}

/* heading styles */

.heading {
	background: #fff;
	color: #0068ac;
	border: 1px solid #c2d1e8;
	text-align: left;
	padding: 6px 15px;
	margin-bottom: 20px;
}

.heading h1,
.content-block h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #0068ac;
	margin: 0;
	margin-bottom: 20px;
}

/* search-area styles */

.search-area {
	padding: 25px 15px 10px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #c2d1e8;
	margin-bottom: 20px;
}

/* search-form styles */

.search-form .button-wrap {
	max-width: 40%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.search-form .input-wrap {
	margin-bottom: 15px;
}

.search-form .btn {
	min-width: 210px;
	/* margin-bottom: 12px; */
}

.search-form .form-left {
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0 0 0;
	flex-grow: 1;
}

.search-form input[type="search"] {
	height: 43px;
	background: #fff;
	color: #b2b2b2;
	border: 1px solid #c2d1e8;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 16px;
	text-overflow: ellipsis;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #b2b2b2;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #b2b2b2;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #b2b2b2;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #b2b2b2;
}

.search-form input[type="search"].placeholder {
	color: #b2b2b2;
}

.search-form .custom-radio {
	min-height: 13px;
	padding-left: 18px;
	position: relative;
}

.search-form .custom-radio .jcf-radio {
	width: 13px;
	height: 13px;
}

.search-form .category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 10px;
}

.search-form .category-list .jcf-radio {
	background: #e5e5e5;
}

.search-form .category-list li {
	margin: 0 30px 8px 0;
}

.search-form .category-list li:last-child {
	margin-right: 0;
}

/* custom-radio styles */

.custom-radio {
	min-height: 18px;
	padding-left: 18px;
	position: relative;
}

.custom-radio .jcf-radio {
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 3px;
}

.custom-radio label {
	font-size: 14px;
	line-height: 18px;
	color: #424242;
}

/* custom-radio styles */

.custom-checkbox {
	min-height: 18px;
	padding-left: 18px;
	position: relative;
}

.custom-checkbox .jcf-checkbox {
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 3px;
}

.custom-checkbox label {
	font-size: 14px;
	line-height: 18px;
	color: #424242;
}

/* content-box styles */

.content-box {
	padding: 26px 15px 15px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #c2d1e8;
}

.content-box .listing-wrap {
	width: 100%;
}

.content-box .listing-wrap .column {
	width: 100%;
	margin-bottom: 40px;
}

.content-box .item-listing {
	margin-bottom: 40px;
}

.content-box .item-listing:last-child {
	margin-bottom: 0;
}

.content-box .item-listing .item-title {
	color: #0068ac;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	border-bottom: 1px solid #0068ac;
	padding-bottom: 1px;
	margin-bottom: 13px;
	display: block;
}

.content-box .item-listing .item-subtitle {
	color: #0068ac;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	padding-bottom: 1px;
	margin-bottom: 8px;
	padding-top: 25px;
	display: block;
	text-transform: uppercase;
}

.content-box .item-listing ul {
	padding: 0 0 0 6px;
	font-size: 14px;
	line-height: 17px;
}

.content-box .item-listing ul.fb {
	columns: 1;
	padding-left: 0px;
}

.content-box .item-listing ul li {
	margin: 0 0 5px;
}

.content-box .item-listing ul.fb li {
	padding-left: 6px;
}

.content-box .item-listing ul li a {
	color: #424242;
}

.content-box .item-listing ul li a:hover {
	color: #0068ac;
}

.content-box .aside {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px;
}

/* widget styles */

.widget {
	background: #fff;
	padding: 0 15px 13px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #c2d1e8;
	margin-bottom: 20px;
}

.widget p {
	margin-bottom: 10px;
}

.widget .widget-title {
	background: #0068ac;
	padding: 17px 15px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin: 0 -15px 27px;
}

.widget .widget-sub-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 18px;
}

.widget .widget-sub-head .img-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
	max-width: 50%;
}

.widget .widget-sub-head .img-holder img {
	display: block;
	max-width: 70px;
}

.widget .widget-sub-head .sub-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	margin: 0;
	color: #000;
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
}

/* two-column styles */

.two-column {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}

/* main content styles */

/* sidebar styles */

#sidebar {
	/* overflow: hidden; */
	margin-bottom: 15px;
}

.sidebar .open-close {
	line-height: 1.2;
	/* margin-bottom: 15px; */
}

.sidebar .inner-open-close {
	line-height: 1.2;
	margin-bottom: 8px;
}

.sidebar .outer-slide {
	padding: 16px 0;
}

.sidebar .inner-slide {
	padding: 12px 12px;
}

/* sidebar-menu styles */

.sidebar-menu {
	font-size: 15px;
	line-height: 25px;
	color: #0068AC;
	letter-spacing: .3px;
}

.sidebar-menu li {
	margin-bottom: 4px;
}

.sidebar-menu li a {
	color: #424242;
	display: inline-block;
	padding-left: 28px;
	position: relative;
	vertical-align: top;
	background-image: url('/images/radio.png');
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

/*
.sidebar-menu li a:before {
	-moz-box-align: center;
	-moz-box-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e5e5e5;
	border: 1px solid #b1b1b1;
	border-radius: 50%;
	color: transparent;
	content: "\e904";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 9px;
	height: 13px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 2px;
	-webkit-transition: border-color .3s ease-in-out 0s, background .3s ease-in-out 0s, color .3s ease-in-out 0s;
	transition: border-color .3s ease-in-out 0s, background .3s ease-in-out 0s, color .3s ease-in-out 0s;
	width: 13px;
}
*/

.sidebar-menu li a:hover {
	color: #446ba6;
}

/* .sidebar-menu li a:hover:before {
	background: #fff;
	border-color: #446ba6;
} */

.sidebar-menu li.active a {
	color: inherit;
	background-image: url('/images/radio-selected.png');
}

/* .sidebar-menu li.active a:before {
	background: #446ba6;
	border-color: #446ba6;
	color: #fff;
} */

/* inner-opener, outer-opener styles */

.inner-opener,
.outer-opener {
	color: #424242;
	display: block;
	font-size: 15px;
	line-height: 40px;
	/* padding-left: 15px; */
	position: relative;
	-webkit-transition: font-weight .3s ease-in-out 0s;
	transition: font-weight .3s ease-in-out 0s;
	vertical-align: top;
	/* padding-top:  2px; */
}

/*
.inner-opener:before,
.outer-opener:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #000;
	border-top: 6px solid transparent;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 1px;
	width: 0;
}
*/

.inner-opener:before,
.outer-opener:before {
  background-image: url('/images/chevron-black-down.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: calc(50% - 6px);
  right: 16px;
}

.inner-opener:hover {
	color: #004979;
}

.outer-opener {
	font-weight: normal;
	font-size: 17px;
	line-height: 56px;
	letter-spacing: 0.4px;
	color: #333333;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0 56px;
	display: block;
	/* margin: 0 0 11px; */
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 32px;
}

.outer-active .outer-opener:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.outer-opener.filter-abschluss {
  background-image: url('/images/abschluss.png');
}

.outer-opener.filter-fachbereich {
  background-image: url('/images/fachbereich.png');
}

.outer-opener.filter-bundesland {
  background-image: url('/images/bundesland.png');
}

.outer-opener:hover {
	color: #0068ac;
}
	

.outer-opener:before {
	/* top: 0; */
	/* left: 3px; */
}



.outer-opener:hover {
	color: #333;
}

.inner-opener {
  background: #EEEEEE;
  padding: 2px 0 0 36px;
}

.inner-opener:before {
  right: inherit;
  left: 12px;
  background-image: url("/images/chevron-black-right.png");
}

.active .inner-opener {
  background-color: #aaa;
  color: white;
}

.active .inner-opener:before {
  background-image: url("/images/chevron-white-down.png");
}

.inner-slide li {
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
}

/* heading-block styles */

.heading-block {
	color: #0068ac;
	border: 1px solid #c2d0e8;
	padding: 15px;
	margin-bottom: 20px;
	background: #eee;
}

.heading-block h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0;
}

/* content-block styles */

.content-block {
	/* border: 1px solid #c2d0e8; */
	background: #eee;
	padding: 14px 15px;
	/* margin-bottom: 30px; */
}

/* ads-banner styles */

.ads-banner {
	text-align: center;
	margin-top: 2em;
}

.ads-banner img {
	vertical-align: top;
}

/* result-block styles */

.result-block {
	/* padding: 10px 0 0; */
	/* margin: 0 -7px 23px; */
	padding-bottom: 20px;
}

.result-block .block-title {
	/* background: #0067ac; */
	/* display: block; */
	/* margin: 0; */
	/* padding: 6px 10px; */
	/* text-align: center; */
	/* color: #fff; */
	/* font-size: 14px; */
	/* line-height: 18px; */
	/* font-weight: 700; */
}

/* table-wrap styles */

.table-wrap {
	overflow-x: auto;
}

/* table styles */

.table {
	min-width: 550px;
	table-layout: fixed;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
}

.table thead {
	border-bottom: 12px solid #eee;
}

.table th {
	background: #a8bedf;
	padding: 6px 5px;
}

.table td {
	padding: 9px 5px;
	background: #eee;
}

.table .arrow {
	color: #0067ac;
	font-size: 9px;
}

.table .arrow:hover {
	color: #00f;
}

.table tr:nth-child(odd) td {
	background: #E7E8F1;
}

.table td,
.table th {
	width: 15%;
	text-align: left;
	vertical-align: top;
	word-wrap: break-word;
}

.table td:first-child,
.table th:first-child {
	width: 47.5%;
}

.table td:nth-child(3),
.table th:nth-child(3) {
	width: 15%;
}

.table td:last-child,
.table th:last-child {
	width: 13.5%;
}

.table .title {
	color: #00f;
	display: block;
	font-weight: 400;
}

.table .sub-title {
	color: #666;
	display: block;
}

/* providers-list styles */

.providers-list {
	padding: 3px 0 0;
	overflow: hidden;
}

.providers-list .title {
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	color: #0068ac;
	display: block;
	border-bottom: 1px solid #0068ac;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.providers-list > li {
	margin: 0 0 30px;
}

.providers-list ul {
	padding: 0 0 0 5px;
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
}

.providers-list ul > li {
	margin: 0 0 9px;
}

.providers-list ul > li a {
	color: #424242;
	font-size: 15px;
}

.providers-list ul > li a:hover {
	color: #0068ac;
}

/* white-box styles */

.white-box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px 10px 8px;
	margin-bottom: 40px;
}

/* presentationbox styles */

.presentationbox .title {
	display: block;
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
}

.presentationbox .box .box-left {
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
	margin-bottom: 20px;
}

.presentationbox .info-list {
	padding: 0;
}

.presentationbox img {
  margin-bottom: 1em;
}

.presentationbox-buttons {
  margin-top: 10px; 
  display: flex;
}

.presentationbox-button-left {
  width: 49%;
  margin-right: 20px;
}

.presentationbox-button-left a {
	padding: 0 12px;
    display: block;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    background: #0068ac;
    color: #fff;
    outline: none;
    font-size: 14px;
    line-height: 36px;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    transition: all .25s linear;
}

.presentationbox-button-right {
  width: 49%; 
}

.presentationbox-buttons input {
  padding: 0 12px;
}



/* info-list styles */

.info-list {
	margin: 0 0 12px;
	padding-top: 15px;
}

.info-list dt {
	margin: 0;
	font-weight: 700;
	white-space: nowrap;
}

.info-list dd {
	margin: 0;
}

.img-mobile {
  display: none;
}

/* post styles */

.post {
	margin-bottom: 14px;
}

.post .img-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto 30px;
	text-align: center;
}

.post .img-holder.mr-top4 {
	margin-top: 4px;
}

.post .img-holder img {
	vertical-align: top;
}

.post .description {
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
}

.post p {
	margin: 0 0 9px;
}

.post strong {
}

.post .text-wrap {
	overflow: hidden;
	text-align: justify;
	/* line-height: 1.3em; */
}

.post .text-wrap ul {
	text-align: left;
}

.post a {
}

.post a:hover {
	color: #0068ac;
}

.post h3,
.post h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px;
}

/* list styles */

.list {
	margin-bottom: 15px;
}

.list ul li {
	padding: 0 0 0 25px;
	position: relative;
}

.list ul li:before {
	position: absolute;
	display: block;
	content: "";
	top: 6px;
	bottom: auto;
	left: 7px;
	right: auto;
}

.list ul li:before {
	background: #424242;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

/* form styles */

.form.white-box {
	padding: 25px 10px 30px;
}

.form h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 18px;
}

.form .form-group {
	margin: 0 0 5px;
}

.form .form-group.extra {
	margin-bottom: 5px;
}

.form .form-group .label,
.form .form-group label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 3px;
}

.form .form-group .custom-control-label {
	width: auto;
	display: inline-block;
}

.form .input-wrap.short .jcf-select {
	width: 80px;
}

.form .tel-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
}

.form .tel-wrap .input-wrap {
	width: calc(100% - 60px);
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.form .tel-wrap .input-wrap:first-child {
	width: 56px;
}

.form .btn {
	width: 100%;
}

.form .btn-wrap {
	text-align: right;
	padding-top: 10px;
}

.form .option-list {
	margin-bottom: 3px;
}

.form .option-list .custom-control {
	margin-bottom: 10px;
}

.form .option-list .custom-control:last-child {
	margin-bottom: 0;
}

.form .custom-control {
	padding: 0 0 0 17px;
	margin-bottom: 15px;
}

.form.error-validation .error-box {
	display: block;
}

.form.success-validation .success-box {
	display: block;
}

.form .success-box {
	padding: 20px 15px;
	text-align: center;
	background: green;
	color: #fff;
	margin: 15px 0 0;
	display: none;
}

.form .success-box h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.form .error-box {
	padding: 20px 15px;
	text-align: center;
	background: red;
	color: #fff;
	margin: 15px 0 0;
	display: none;
}

.form .error-box h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.icon-logo img {
	display: block;
}

/* contact-info styles */

.contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 25px;
}

.contact-info h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}

/* contact styles */

.contact-list {
	margin-bottom: 10px;
	/* font-family: cursive; */
}

.contact-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-size: 14px;
	line-height: 20px;
}

.contact-list .icon {
	width: 24px;
	height: 20px;
	position: relative;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 5px 0 0;
}

.contact-list .icon:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	background-image: url("/images/sprite-new.png");
	background-repeat: no-repeat;
}

.contact-list .icon.phone:before {
	width: 15px;
	height: 12px;
	background-position: -193px -5px;
}

.contact-list .icon.mail:before {
	width: 15px;
	height: 10px;
	background-position: -73px -6px;
}

.contact-list .icon.fax:before {
	width: 15px;
	height: 15px;
	background-position: -0px -4px;
}

.contact-list .icon.global:before {
	width: 17px;
	height: 17px;
	background-position: -121px -4px;
}

.contact-list .icon.route:before {
	width: 24px;
	height: 15px;
	background-position: -90px -5px;
}

.contact-list .tel {
	color: #424242;
}

/* contact-box styles */

.contact-box {
	margin-bottom: 10px;
}

.contact-box .adres {
	font-style: normal;
}

.contact-box .adres .title {
	color: #000;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

/* footer styles */

#footer {
	background: #0068ac;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 1em;
}

#footer .flex-column .column .title {
	/* font-size: 1.0em; */
}

#footer .flex-column .column ul {
	/* font-size: 1em; */
}

/* flex-column styles */

#footer .flex-column {
  padding-left: 30px;
  padding-right: 15px;
}

.flex-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flex-column .column {
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
	padding-right: 15px;
	width: 100%;
	margin-bottom: 20px;
}

.flex-column .column .title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 0 0 22px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.flex-column .column ul {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.3px;
}

.flex-column .column ul li {
	margin: 0 0 2px;
	padding: 5px 0;
}

.flex-column .column ul li a {
	color: white;
}

.flex-column .column ul li a:hover {
  opacity: .8;
}

#footer .flex-column ul.buttons {
  margin-bottom: 20px;
}

#footer .flex-column ul.buttons li a {
  display: inline-block;
  background-color: #333333;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  text-transform: uppercase;
  min-width: 180px;
  padding: 9px;
}

#footer .flex-column ul.buttons li a:hover {
  color: #ddd;
}


.footer-copyright {
  margin-top: 32px;
  border-top: 1px solid white;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  padding: 22px;
}


.fhlist-link {
  display: block;
  margin-bottom: .5em;
}

.fhlist-sub-title {
  display: block;
  margin-bottom: .5em;
}

.fhlist-sub-anfrage {
  display: block;
  margin-bottom: .5em;
}


/* content old layout adaptions */

.FHPresentation #content {
  box-shadow: inherit;
  margin-top: -5px; /* adjust for sidebar shadow */
}

.FHPresentation .content-block {
  padding-top: 25px;
  max-width: calc(700px + 42px);
  /* margin: 0 auto; */
  position: relative;
}

.FHPresentation .anzeige {
  position: absolute;
  top: 1px;
  right: 3px;
  margin: 0 !important;
} 

.content-block {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
}

.content-block dt {
  font-weight: bold;
}

.NewsListPage .anzeige,
.NewsDetails .anzeige {
  position: absolute;
  top: 2px;
  right: 4px;
  color: white;
}

#content {
  position: relative;
  margin-bottom:  2em;
} 


.DeptEditPage #content {
  max-width: calc(702px + (2 * 20px) + 15px); /* frontend width + padding + scrollbar */
}


/* ========================================== */

@media (min-width: 480px) {
  
  
  /* Subheader */
  
  .subheader {
     height: 45vw;
  }
  
  
  
	.content-box .listing-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.content-box .item-listing ul.fb {
		columns: 1;
	}

	.content-box .listing-wrap .column {
		width: 47%;
	}

	.info-list {
	    width: 460px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.info-list dt {
		width: 190px;
		padding: 0 10px 0 0;
		/* font-weight: 400; */
	}

	.info-list dd {
		width: calc(100% - 210px);
	}

	.post h3,
	.post h2 {
		font-size: 20px;
		line-height: 19px;
		color: #0068ac;
	}

	.list ul li {
		padding: 0 0 0 40px;
	}

	.list ul li:before {
		left: 27px;
	}

	.form .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 0 2px;
	}

	.form .form-group .label,
	.form .form-group label {
		width: 99px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
	}

	.form .input-wrap {
		width: calc(100% - 99px);
	}

	.form .btn {
		width: calc(100% - 99px);
	}

	.form .option-list {
		width: calc(100% - 99px);
	}

	.contact-info h2 {
		font-size: 16px;
		line-height: 19px;
	}

	.contact-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact-box .alignleft {
		width: 48%;
	}

	.contact-box .alignright {
		width: 48%;	
	}

	.flex-column .column {
		width: 50%;
	}
	
	
	
  /* fachbereich selection */
  
  #start-selection-fachbereich ul.subcats {
    column-count: 2;
  }	
	
}



/* ========================================== */

@media (min-width: 768px) {
	#header {
		padding: 17px 0 11px;
	}

	.logo {
		width: 170px;
	}

	.logo .slogan {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 7px;
	}

	.language {
		right: 15px;
		bottom: revert;
		top: auto;
		margin-bottom: 11px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position:  relative;
	}

	.language ul {
		font-size: 18px;
		line-height: 18px;
	}

	#nav {
		padding: 0 0 0 0;
		-webkit-box-flex: 1 0 0;
		-ms-flex-positive: 1 0 0;
		flex-grow: 1;
		position: relative;
		max-height: none;
		margin: 0 0 11px 0;
	}

	#nav ul {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: center;
		background: transparent;
		padding: 0;
		border: 0;
	}

	#nav ul li {
		margin: 0 15px;
	}

	.nav-opener {
		display: none;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
		/* margin-top:  -20px; */
		/* margin-bottom: 100px; */
	}

	.btn {
		font-size: 16px;
		line-height: 25px;
		padding: 11px 20px;
	}
	
	
	
	/* Subheader 768 */
	
	.subheader {
	  /* margin-bottom: 150px; */
	  margin-bottom: 70px;
	  max-height: 460px;
	}
	
	.subheader .container {
	   display: flex;
	   align-items: center;
	}
	
	.subheader .content {
    margin-top: -12vw;
 }
	
  .subheader h1 {
    font-size: 34px;
    line-height: 44px;
    max-width: 600px;
  }
  
  .subheader .claims {
    display: block;
  }
  
 .subheader .search-container {
    bottom: 0px;
    /* max-width: 80%;
    margin: 0 auto; */
 }  	
  
  .subheader .search-container form {
    max-width: 80vw;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }	
  
  .subheader .search-container form input {
    font-size: 14px;
    margin-bottom: 0;
  }  
  
  .subheader .search-container form button {
    width: 180px;
    margin-left: 40px;
  }  
  
  .ads-below-subheader .ads a:first-of-type {
    margin-right: 20px;
    margin-bottom: 0;
  }
  
  .ads-below-subheader .ads {
    max-width: none;
  }
  
  .ads-below-subheader .arrow-right {
    display: block;
  }
  
  
	

	.heading h1 {
		font-size: 23px;
		line-height: 27px;
	}
	
	.content-box .item-listing ul.fb {
		columns: 2;
	}

	.search-area {
		padding: 29px 20px 10px;
	}

	.search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.search-form .button-wrap {
		margin-left: 20px;
	}

	.search-form .input-wrap {
		margin-bottom: 17px;
	}

	.search-form input[type="search"] {
		height: 51px;
		padding: 11px 16px;
		font-size: 21px;
		line-height: 25px;
	}

	.search-form .category-list {
		margin-bottom: 0;
	}

	.search-form .category-list li {
		margin: 0 30px 14px 0;
	}

	.content-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 26px 20px;
	}

	.content-box .listing-wrap {
		/* width: 481px; */
	}

	.content-box .listing-wrap .column {
		width: 178px;
	}

	.content-box .listing-wrap .column {
		margin-bottom: 0;
	}

	.content-box .item-listing {
		margin-bottom: 49px;
	}

	.content-box .aside {
		width: 285px;
		margin: 3px 0 0 20px;
		max-width: none;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.two-column {
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.sidebar .open-close {
		margin-bottom: 30px;
	}

	.sidebar .inner-slide {
		padding: 3px 8px 3px 15px;
	}

	.heading-block h1 {
		font-size: 23px;
		line-height: 27px;
	}

	.content-block {
		padding: 14px 20px;
		/* margin-bottom: 40px; */
	}

	.result-block {
		/* margin: 0 -11px 23px; */
	}

	.table {
		font-size: 14px;
		line-height: 18px;
	}

	.table th {
		padding: 6px 9px;
	}

	.table td {
		padding: 9px;
	}

	.table .arrow {
		font-size: 13px;
	}

	.table td:first-child,
	.table th:first-child {
		width: 47.5%;
	}

	.table td:nth-child(3),
	.table th:nth-child(3) {
		width: 14%;
	}
	
	.table td:nth-child(4),
	.table th:nth-child(4) {
		width: 9%;
	}

	.providers-list > li {
		margin: 0 0 43px;
	}

	.providers-list ul > li {
		margin: 0 0 5px;
	}

	.presentationbox .title {
		font-size: 19px;
		line-height: 22px;
	}

	.presentationbox .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.presentationbox .box .box-left {
		margin-bottom: 0;
	}

	.presentationbox .box .box-right {
		display: flex;
		align-items: center;
		justify-content: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 40%;
		margin: 0 0 0 24px;
	}

	.post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin-bottom: 16px;
	}

	.post.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
	}

	.post.reverse .img-holder {
		margin: 36px 0 0 20px;
	}

	.post .img-holder {
		max-width: 40%;
		margin: 36px 20px 0 0;
	}

	.form .form-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.form .alignleft {
		width: 420px;
	}

	.form .alignright {
		width: 170px;
		padding: 20px 0 0;
	}

	.contact-info {
		margin-bottom: 45px;
	}

	.contact-box .alignright {
		min-width: 210px;
	}

	.flex-column {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.flex-column .column {
		width: 24%;
	}
	
	#footer .flex-column {
	  /* padding-left: revert; */
	  /* padding-right: revert; */
	}
	
	#footer ul.buttons {
	  margin-top: 38px;
	}
	
  .logged-in #footer ul.buttons {
    margin-top: 0;
  }	

/* 	.flex-column .column:first-child {
		width: 21%;
	}

	.flex-column .column:last-child {
		width: 31%;
		text-align: right;
		padding-right: 0;
	} */
	
	
	/* dept of the week */
	
  .dept-of-week {
    padding: 110px 0 120px 0;
  }	
  
  /* fachbereich selection 768 */
  
  .start-selection-header h3 {
    text-align: left;
    padding-left: 60px;
  }
  
  #start-selection-fachbereich ul.subcats {
    column-count: 3;
  }   
  
  #pre-main .subheader {
    height: 240px;
    margin-bottom: 20px;
  }
  
  #pre-main .subheader .content {
    margin-top: -6vw;
  }
  
  
  .content-block .presentationbox h1 {
    font-size: 24px !important;
    /* margin-bottom: 36px; */
    /* max-width:  600px; */
  }
  
}





/* ========================================== */

@media (min-width: 1024px) {
	.logo {
		width: 243px;
	}

  .logo .slogan {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 13.5px;
    margin-top:  7px;
  }

	#nav ul li {
		margin: 0 36px;
	}

	.btn {
		padding: 11px 25px;
	}

	.startup .container {
		padding-top: 68px;
	}
	
	
	/* subheader 1024 */
	
  .subheader .search-container {
    /* padding: 35px 54px; */
  }	
  
  
  .subheader .btn-base {
    font-size: 20px;
  }
  
  .subheader .search-container form  {
    width: 85vw;
    max-width: 998px;
  }
  
  .subheader .search-container form input {
    font-size: 20px;
  }
  
  .subheader .search-container form button {
    font-size: 20px;
  }    
  
  #pre-main .subheader {
    height: 300px;
  }

	.search-area {
		padding: 29px 29px 10px;
	}

	.search-form .category-list li {
		margin: 0 46px 14px 0;
	}

	.content-box {
		padding: 26px 29px;
	}

	.content-box .listing-wrap .column {
		width: 265px;
	}

	.content-box .aside {
		width: 300px;
		position: relative;
	}

	.widget {
		padding: 0 20px 13px;
		height: 250px;
	}

	.widget .widget-title {
		margin: 0 -20px 27px;
		padding: 17px 20px;
	}

	.two-column {
		padding-top: 50px;
		padding-bottom: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	#content {
		-webkit-box-flex: 1 0 0;
		-ms-flex-positive: 1 0 0;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		align-items: flex-start;
	}

	#sidebar {
		width: 303px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 22px;
		margin-bottom: 0;
	}

	.sidebar .open-close {
		margin-bottom: 18px;
		box-shadow: 0px 0px 6px #00000029;
		padding: 2px 22px;
	}

	.sidebar .outer-slide {
		/* padding: 0; */
	}

	.inner-opener:before,
	.outer-opener:before {
		/* top: 2px; */
		/* left: 3px; */
	}

	.outer-opener {
		/* padding: 0 0 2px; */
		font-size:  20px;
		line-height:  58px;
		/* background-size: 40px; */
		padding: 0 0 0 62px;
	}

	.outer-opener:before {
		display: none;
	}

	.heading-block h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.content-block {
		/* margin-bottom: 68px; */
	}

	.flex-column .column .title {
		font-size: 16px;
		line-height: 18px;
	}

	.flex-column .column ul {
		font-size: 16px;
		line-height: 18px;
	}
	
  .flex-column .column ul li {
    padding: 0;
  }	
  
  /* dept of the week */
  
  .dept-of-week {
    padding: 140px 0 150px 0;
  }   
  
  
  /* fachbereich selection 1024 */
  
  #start-selection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  
  #start-selection-bundesland {
    order: 1;
    width: 240px;
    min-width: 240px;
  }  
  
  #start-selection-fachbereich {
    order: 2;
    margin: 0 32px;
    width: 100%;
  }
  
  #start-selection-abschluss {
    order: 3;
    width: 240px;
    min-width: 240px;
  }
  
  #start-selection-fachbereich ul.subcats {
    column-count: 2;
  } 
  
  
  /* FHlist 1024*/
  
  #pre-main .subheader .content {
     width: 100%;
  }
  
  .fh-list-entry {
    margin: 0 18px;
  }
  
  .fh-list-entry:nth-child(odd) {
    background-color: white;
  }
  
  .block-title-blue {
    text-align: left;
    padding-left: 28px;
  }
  
  .fh-list .dual-column {
    display: flex;
    justify-content: space-between;
  }
  
  .fh-list-main {
    margin-right: 24px;
  }
  
  .fh-list-info {
    margin: 0;
  }
  
  .fh-list-anfrage {
    position: absolute;
    bottom: 20px;
    left: 22px;
  }
  
  .fh-list.other-presentations .overlay a {
    width: 360px;
  }
  
  /* content old layout adaptions */
  
  #content {
    box-shadow: 0px 0px 6px #00000029;
    height: min-content;
  }  
  
}


/* ========================================== */

@media (min-width: 1280px) {

  .subheader {
     background-image: url("/images/startpage-background-2x.jpg");
     height: 574px;
     max-height: inherit;
  }
  
  .subheader h1 {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.96px;
    max-width: 700px;
  }   
  
  .subheader .ads-container {
    display: block;
    position: absolute;
    top: 14px;
    right: 25px;
    z-index: 1;
  }
  
  .subheader .ads a {
    /* margin-bottom: 16px; */
  }
  
  .subheader .ads-booking {
    color: white;
    text-align: center;
    display: block;
    padding: 4px 0;
    font-size: 13px;
  }
  
  .ads-arrow-container {
    display: block;
  }  
  
  .subheader .ads-arrow-container {
    position: absolute;
    left: -250px;
    top: 243px;
  }
  
  .subheader img.arrow {
    position: absolute;
    width: 74px;
    right: -30px;
  }
  
  .subheader img.arrow-up {
    top: -38px;
  }
  
  .subheader img.arrow-down {
    bottom: -38px;
  }    
  
  .ads-below-subheader {
    display: none;
  }  
  
  .subheader .search-container {
    width: inherit;
    left: 25px;
    width: 900px;
    width: calc(1280px - 400px + (100vw - 1280px) / 2);
    bottom: 35px;
  }
  
  .subheader .search-container form {
    width: auto;
    max-width: 1000px;
    margin:  0;
  }    
  

  
  /* dept of the week */
  
  .dept-of-week {
    padding: 190px 0 200px 0;
  }
  
  .dept-of-week h2 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.7px;
    margin: 0 0 30px 0;
  }  
  
  .dept-of-week .ruler {
    margin: 0 auto 70px auto;
  }  
  
  .start-fachbereiche h2.main-heading {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.7px;
    margin: 0 0 30px 0;
  }
     
     
  /* fachbereich selection 1280 */

  
  #start-selection-fachbereich ul.subcats {
    column-count: 3;
  } 
  
  #pre-main .subheader {
    height: 440px;
    margin-bottom: 20px;
  }
  
  #pre-main .subheader .content {
    margin-top: -9vw;
  }
  
  #pre-main .subheader h1 {
    font-size: 38px;
  }  
  
  #pre-main .subheader .search-container {
    display: block;
}

}


/* ========================================== */

@media (min-width: 1600px) {
  
  .subheader {
    height: 660px;
  }  
  
  .subheader .ads-container {
    top: 18px;
  }  
    
  .subheader .search-container {
    bottom: 35px;
  }    
  
  .subheader .search-container form {
    padding: 35px 54px;
    /* max-width: 1128px; */
  }
  
  #start-fachbereiche-slider .slick-arrow {
    left: -80px;
  }
  
  #start-fachbereiche-slider .slick-next {
    left: inherit;
    right: -80px;
  }   
  
  

  
  
}


/* ========================================== */
/* Custom Mobile 
   Note: the original css is mobile first with breakpoints adapting to 
   higher resolutions (min-width: 480px, 768px, 1024px)
   
   The css statements below work the other way around, only for mobile devices
*/

@media (max-width: 767px) {
  
  h1, .heading h1, .content-block h1 {
    font-size: 1.6em;
  }
  
	.hidden-mobile {
		display: none !important;
	}
	
	.hidden-desktop {
	  display: inherit !important;
	}
	
	.listing-wrap {
		order: 2;
	}
	
	.aside {
		order: 1;
	}
	
	.content-box {
		flex-direction: column;
	}
	
	/* Trefferliste */
	table.table {
	  min-width: auto;
	  font-size: inherit;
	}
	
	table.table tr {
	 display: block;
	 width: 100%;
	 margin-bottom: 2em;
	}
	
	table.table thead tr {
    background: #a8bedf;
  }
	
  table.table th, table td {
   display: block;
   width: 100% !important;
   padding: 2px 2px 4px 2px !important;
  }  
  
  table.table th .arrow {
    display: none;
  }
  
  table.table th:nth-of-type(3),
  table.table th:nth-of-type(4),
  table.table th:nth-of-type(5)
  {
    display: inline-block;
    width: auto !important;
  }  
  
  table.table th:nth-of-type(4):before,
  table.table th:nth-of-type(5):before {
    content: "| ";
  }
  
  table.table tbody tr:nth-child(odd) {
    background: #E7E8F1;
  }
  
  table.table td:nth-of-type(3),
  table.table td:nth-of-type(4),
  table.table td:nth-of-type(5)
  {
    display: inline-block;
    width: auto !important;
  }  
  
  table.table td:nth-of-type(4):before,
  table.table td:nth-of-type(5):before {
    content: "| ";
  }  
  
  .presentationbox-buttons {
    margin-top: 10px; 
    display: block;
  }
  
  .presentationbox-button-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5em;
  }
  
  .presentationbox-button-right {
    width: 100%; 
  }	
	
  .img-desktop {
    display: none;
  }	
	.img-mobile {
    display: inherit;
  }
  
  
  /* news */
  
  .news-table strong {
    font-size: 1.2em;
  }
  
  .news-table td:nth-of-type(3) {
    text-align: left !important;
    padding-bottom: 16px !important; 
  }  
  
} /* end of mobile */




.custom_fb_text {
	font-size: 1.1em;
}

.anfragelink a {
	color: #89AACD;
	padding-left: 6px;
}

.anfragelink {
	display: block;
}

.newsPic {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;	
}

.NewsListPage input[type=submit] {
  margin-top: 9px;
}

.news-table {
  cursor: pointer;
  width: 100%; 
}

.news-table tbody {
  padding: 0 !important;
}

.news-table tr {
  
}

.news-table tr:nth-child(even) {
  background-color: #eee;
}

.news-table tr:nth-child(odd) {
  background-color: #fafafa;
}

.news-table tr:hover {
  background-color: white;
}

.news-table td {
  background-color: transparent;
  padding: 10px;
}

.news-table td:nth-of-type(1) {
  width: 25%;
  min-width: 200px; 
  /* padding-right: 20px; */
}

.news-table td:nth-of-type(2) {
  width: 65%;  
  /* padding-right: 20px; */ 
  vertical-align: top;
}

.news-table td:nth-of-type(3) {
  vertical-align: middle; 
  text-align: right; 
  width: 10%;
  min-width: 100px; 
}

.news-table a {
   font-weight: bold;
   color: rgb(0, 104, 172);
}

input, textarea, select {
    font: 100% "Trebuchet MS", Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}

.statstable {
	width: 100%;
	border: 1px solid black;	
}

.statstable td,
.statstable th {
	padding: 3px;
	font-size: 9pt;	
	text-align: center;
	border: 1px solid #CCCCCC;
} 

.contact-list input.link {
     background:none!important;
     color:#00f;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     cursor: pointer;
     text-align: left;
     width: auto;
     
}


/* uploader */
.qq-upload-button  {
  border: 1px solid #16325c !important;
  color: #000 !important;
  display: inline-block;
  padding: 5px 20px !important;
  font-size: 13px;
  line-height: 16px;
  -webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
  transition: color .2s linear, background .2s linear, opacity .2s linear;
  margin: 0;
  width: auto !important;
}

.qq-upload-button:hover {
  background: #0068ac !important;
  color: #fff !important;
}

.edit-delete-image {
  margin-bottom: .5em;
}

.fhpresentationedit {
	text-align: justify;	
}

.fhpresentationedit ul {
	text-align: left;
}

div.bild img {
    max-width: 92px;
    max-height: 92px;
}

/* bild */
.bildmitte {
	display : block;
  	text-align : center;
	margin: 5px auto;
	padding: 0px !important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   img.bildmitte {
   	width: 100%;
   }
   
   .text-wrap img :not(.bildrechts) :not(.bildlinks),
   .text-wrap img.libimg {
   	width: 100%;
   }
}


.bildlinks {
	float : left;
	margin: 6px 15px 0px 0px !important;
	padding: 0px !important;
}

.bildrechts {
	float: right;
	margin: 6px 0px 0px 15px !important;
	padding: 0px !important;
}

.bilder div.bild {
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	float: left; 
	width: 92px;
	height: 110px;
}

.bilder div.bild img {
	max-width: 92px;
	max-height: 92px;
}

.abroad dt, .abroad dd {
	display: inline;
	margin: 0px;	
}

.cc_btn_accept_all {
  min-width: 140px;
}



/* scroll to top */
.scrolltop {
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    /* text-indent: -9999px; */
    background-image: url('/images/Nach-oben-inaktiv.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    opacity: 0.7;    
}
.scrolltop:hover {
  background-image: url('/images/Nach-oben-aktiv.png');
}

@media (max-width: 1023px) {
  .scrolltop {
      width: 32px;
      height: 32px;
      position: fixed;
      bottom: 8px;
      right: 8px;
  }
}

.kurztext-list .fh-list-fh {
	font-weight: bold;
	color: #888888;
	font-size: 0.8rem;
}

.kurztext-list .kurztext {
	padding-top: 10px;
}



/* BREADCRUMBS */

#breadcrumbs_container {
  margin-top: .4em;
}

ul#breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0 10px 0 10px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

ul#breadcrumbs li {
  display: inline;
  margin: 0;
  padding: 0;
  color: #808080;
  font-weight: normal
}

ul#breadcrumbs li a,
ul#breadcrumbs li a:visited {
  color: #808080;
  font-weight: normal
}

ul#breadcrumbs li:not(.first)::before {
  content: "»";
  padding: 0 .6em 0 .6em;
  color: #808080;
  font-size: 1.2em; 
}

#breadcrumbs li.first {
  background-image: url("/images/breadcrumbs_home_bw.png");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain; 
} 

#breadcrumbs li.first:hover {
  opacity: .8;
}

/* special handling for fhlist */

/* body.FHLIST */
body.FHList #breadcrumbs_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
}

body.FHList #breadcrumbs li.first {
  background-image: url("/images/breadcrumbs_home_white.png");
} 

body.FHList ul#breadcrumbs li:not(.first)::before {
  color: white;
}

body.FHList ul#breadcrumbs li {
  color: white;
}


body.FHList ul#breadcrumbs li a,
body.FHList ul#breadcrumbs li a:visited {
  color: white;
}