@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../Fonts/roboto-v18-latin-300d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v18-latin-300.woff2") format("woff2"), url("../Fonts/roboto-v18-latin-300.woff") format("woff"), url("../Fonts/roboto-v18-latin-300.ttf") format("truetype"), url("../Fonts/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../Fonts/roboto-v18-latin-regulard41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-v18-latin-regular.woff") format("woff"), url("../Fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../Fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../Fonts/roboto-v18-latin-700d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../Fonts/roboto-v18-latin-700.woff") format("woff"), url("../Fonts/roboto-v18-latin-700.ttf") format("truetype"), url("../Fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/roboto-v18-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("../Fonts/roboto-v18-latin-900d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v18-latin-900.woff2") format("woff2"), url("../Fonts/roboto-v18-latin-900.woff") format("woff"), url("../Fonts/roboto-v18-latin-900.ttf") format("truetype"), url("../Fonts/roboto-v18-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/lato-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("../Fonts/lato-v14-latin-300d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/lato-v14-latin-300.woff2") format("woff2"), url("../Fonts/lato-v14-latin-300.woff") format("woff"), url("../Fonts/lato-v14-latin-300.ttf") format("truetype"), url("../Fonts/lato-v14-latin-300.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/lato-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../Fonts/lato-v14-latin-regulard41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/lato-v14-latin-regular.woff2") format("woff2"), url("../Fonts/lato-v14-latin-regular.woff") format("woff"), url("../Fonts/lato-v14-latin-regular.ttf") format("truetype"), url("../Fonts/lato-v14-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/lato-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../Fonts/lato-v14-latin-700d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/lato-v14-latin-700.woff2") format("woff2"), url("../Fonts/lato-v14-latin-700.woff") format("woff"), url("../Fonts/lato-v14-latin-700.ttf") format("truetype"), url("../Fonts/lato-v14-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* merriweather-300 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/merriweather-v19-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Light"), local("Merriweather-Light"), url("../Fonts/merriweather-v19-latin-300d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/merriweather-v19-latin-300.woff2") format("woff2"), url("../Fonts/merriweather-v19-latin-300.woff") format("woff"), url("../Fonts/merriweather-v19-latin-300.ttf") format("truetype"), url("../Fonts/merriweather-v19-latin-300.svg#Merriweather") format("svg");
  /* Legacy iOS */ }

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/merriweather-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Regular"), local("Merriweather-Regular"), url("../Fonts/merriweather-v19-latin-regulard41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/merriweather-v19-latin-regular.woff2") format("woff2"), url("../Fonts/merriweather-v19-latin-regular.woff") format("woff"), url("../Fonts/merriweather-v19-latin-regular.ttf") format("truetype"), url("../Fonts/merriweather-v19-latin-regular.svg#Merriweather") format("svg");
  /* Legacy iOS */ }

/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/merriweather-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url("../Fonts/merriweather-v19-latin-700d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/merriweather-v19-latin-700.woff2") format("woff2"), url("../Fonts/merriweather-v19-latin-700.woff") format("woff"), url("../Fonts/merriweather-v19-latin-700.ttf") format("truetype"), url("../Fonts/merriweather-v19-latin-700.svg#Merriweather") format("svg");
  /* Legacy iOS */ }

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/oswald-v16-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Oswald Light"), local("Oswald-Light"), url("../Fonts/oswald-v16-latin-300d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/oswald-v16-latin-300.woff2") format("woff2"), url("../Fonts/oswald-v16-latin-300.woff") format("woff"), url("../Fonts/oswald-v16-latin-300.ttf") format("truetype"), url("../Fonts/oswald-v16-latin-300.svg#Oswald") format("svg");
  /* Legacy iOS */ }

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/oswald-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Oswald Regular"), local("Oswald-Regular"), url("../Fonts/oswald-v16-latin-regulard41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/oswald-v16-latin-regular.woff2") format("woff2"), url("../Fonts/oswald-v16-latin-regular.woff") format("woff"), url("../Fonts/oswald-v16-latin-regular.ttf") format("truetype"), url("../Fonts/oswald-v16-latin-regular.svg#Oswald") format("svg");
  /* Legacy iOS */ }

/* oswald-600 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/oswald-v16-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Oswald SemiBold"), local("Oswald-SemiBold"), url("../Fonts/oswald-v16-latin-600d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/oswald-v16-latin-600.woff2") format("woff2"), url("../Fonts/oswald-v16-latin-600.woff") format("woff"), url("../Fonts/oswald-v16-latin-600.ttf") format("truetype"), url("../Fonts/oswald-v16-latin-600.svg#Oswald") format("svg");
  /* Legacy iOS */ }

/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/oswald-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Oswald Bold"), local("Oswald-Bold"), url("../Fonts/oswald-v16-latin-700d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/oswald-v16-latin-700.woff2") format("woff2"), url("../Fonts/oswald-v16-latin-700.woff") format("woff"), url("../Fonts/oswald-v16-latin-700.ttf") format("truetype"), url("../Fonts/oswald-v16-latin-700.svg#Oswald") format("svg");
  /* Legacy iOS */ }

/* alex-brush-regular - latin */
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/alex-brush-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Alex Brush Regular"), local("AlexBrush-Regular"), url("../Fonts/alex-brush-v8-latin-regulard41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/alex-brush-v8-latin-regular.woff2") format("woff2"), url("../Fonts/alex-brush-v8-latin-regular.woff") format("woff"), url("../Fonts/alex-brush-v8-latin-regular.ttf") format("truetype"), url("../Fonts/alex-brush-v8-latin-regular.svg#AlexBrush") format("svg");
  /* Legacy iOS */ }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

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

html, body {
  margin: 0;
  padding: 0; }

body {
  font-size: 15px;
  font-weight: normal;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: #6F6F6F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fff;
  line-height: 25px; }

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

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

INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #000; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  opacity: 1;
  color: #ccc; }

::-moz-placeholder {
  opacity: 1;
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #6792AB;
  margin: 1em 0;
  padding: 0; }

IMG:not(.is_svg), VIDEO {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto; }

.is_svg {
  display: inline-block; }

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

textarea {
  resize: vertical; }

figure {
  margin: 0; }

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: #ba2a0a;
  font-size: 13px;
  color: #fff;
  text-align: center; }
  .browsehappy a {
    color: #fff !important; }

a {
  color: #6792AB;
  text-decoration: none; }
  a:hover {
    color: #779eb4; }

p {
  margin: 0.25em 0 1em 0; }

i, em {
  font-style: italic; }

.allcont UL LI {
  padding: 10px 10px 10px 50px;
  position: relative; }
  .allcont UL LI::before {
    content: url(../Images/check-sfb.svg);
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 15px; }
  .allcont UL LI UL LI {
    padding: 5px 10px 5px 30px; }
    .allcont UL LI UL LI::before {
      top: 5px; }

.allcont OL {
  margin: 10px 0 10px 30px; }

.allcont OL LI {
  list-style-type: decimal;
  padding: 5px 10px; }

/*Textstile -----------------------------------------*/
.button, INPUT[type=submit], BUTTON,
.next a,
.news-backlink-wrap a,
.previous a {
  display: inline-block;
  padding: 5px 50px 5px 0;
  font-size: 15px;
  text-transform: uppercase;
  background: url(../Images/arrows-right-sfb.svg) no-repeat right center;
  background-size: 22px 22px;
  font-family: "Merriweather", Verdana, Arial, sans-serif;
  transition: all 0.3s ease-in-out; }
  .button:hover, INPUT:hover[type=submit], BUTTON:hover,
  .next a:hover,
  .news-backlink-wrap a:hover,
  .previous a:hover {
    background-position: right 15px center; }

.previous a,
.news-backlink-wrap a {
  padding: 5px 5px 5px 50px;
  background: url(../Images/arrows-left-sfb.svg) no-repeat left center;
  background-size: 22px 22px; }
  .previous a:hover,
  .news-backlink-wrap a:hover {
    background-position: left 15px center; }

.bluetext {
  color: #6792AB; }

.largetext {
  font-size: 20px; }

.uppercase {
  text-transform: uppercase; }

.pin,
.phone,
.mail {
  padding-left: 20px;
  background: url(../Images/pin-sfb.svg) left center no-repeat;
  background-size: 11px 11px; }

.mail {
  background: url(../Images/mail-sfb.svg) left center no-repeat;
  background-size: 11px 11px; }

.phone {
  background: url(../Images/phone-sfb.svg) left center no-repeat;
  background-size: 11px 11px; }

/*Rahmen -----------------------------------------*/
.frame-greybox {
  background: #F6F5F5;
  padding: 2%; }
  .frame-greybox .ce-image.ce-left.ce-above {
    margin-bottom: 20px; }
    .frame-greybox .ce-image.ce-left.ce-above .ce-column {
      margin-right: 1%;
      width: calc(33% - 2%); }

.frame-box2pic {
  margin-top: -110px; }

.col .frame-box2pic {
  margin-top: -160px;
  position: relative; }
  .col .frame-box2pic figure {
    width: 270px;
    height: 270px; }
  .col .frame-box2pic .ce-above .ce-gallery {
    margin-bottom: 20px; }
  .col .frame-box2pic .col {
    border-bottom: 10px solid #D8D8D8; }

.frame {
  position: relative; }

/*Layouts -----------------------------------------*/
.head .inner,
.footnav > .inner {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.cont > .frame {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.cont > .frame.frame-layout-10 {
  max-width: none;
  width: 100%; }
  .cont > .frame.frame-layout-10.frame-greybox {
    padding: 20px 0; }

.cont > .frame.frame-layout-20 {
  max-width: none;
  width: 100%; }
  .cont > .frame.frame-layout-20 > .inner {
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }

/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  display: flex;
  display: -webkit-flex; }
  .gridrow .col + .col {
    margin-left: 4%; }
  .gridrow.align__middle {
    align-items: center; }
  .gridrow.align__top {
    align-items: flex-start; }
  .gridrow.align__bottom {
    align-items: flex-end; }

/*Boxen 2er%*/
.grid2cols .col {
  width: calc(50% - 2%); }

/*Boxen 3er%*/
.grid3cols .col {
  width: calc(33% - 2%); }

/*Boxen 4er%*/
.grid4cols .col {
  width: calc(25% - 2%); }

/*Boxen 5er%*/
.grid5cols .col {
  width: calc(20% - 2%); }

/*Boxen 33%-66%*/
.col_pos_33-66 .col.col1 {
  width: calc(34% - 2%); }

.col_pos_33-66 .col.col2 {
  width: calc(66% - 2%); }

/*Boxen 66%-33%*/
.col_pos_66-33 .col.col1 {
  width: calc(66% - 2%); }

.col_pos_66-33 .col.col2 {
  width: calc(34% - 2%); }

/*Boxen 20%-80%*/
.col_pos_20-80 .col.col1 {
  width: calc(20% - 2%); }

.col_pos_20-80 .col.col2 {
  width: calc(80% - 2%); }

/*Boxen 80%-20%*/
.col_pos_80-20 .col.col1 {
  width: calc(80% - 2%); }

.col_pos_80-20 .col.col2 {
  width: calc(20% - 2%); }

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

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

.frame-space-before-space_before_extra-small {
  margin-top: 20px !important; }

.frame-space-before-space_before_small {
  margin-top: 60px !important; }

.frame-space-before-space_before_medium {
  margin-top: 80px !important; }

.frame-space-before-space_before_large {
  margin-top: 100px !important; }

.frame-space-before-space_before_extra-large {
  margin-top: 140px !important; }

.frame-space-after-space_after_extra-small {
  margin-bottom: 20px !important; }

.frame-space-after-space_after_small {
  margin-bottom: 60px !important; }

.frame-space-after-space_after_medium {
  margin-bottom: 80px !important; }

.frame-space-after-space_after_large {
  margin-bottom: 100px !important; }

.frame-space-after-space_after_extra-large {
  margin-bottom: 140px !important; }

.frame-greybox.frame-space-before-space_before_extra-small, .frame-greybox.frame-space-before-space_before_small, .frame-greybox.frame-space-before-space_before_medium, .frame-greybox.frame-space-before-space_before_large, .frame-greybox.frame-space-before-space_before_extra-large, .frame-greybox.frame-space-after-space_after_extra-small, .frame-greybox.frame-space-after-space_after_small, .frame-greybox.frame-space-after-space_after_medium, .frame-greybox.frame-space-after-space_after_large, .frame-greyboxs.frame-space-after-space_after_extra-large {
  margin-top: 0;
  margin-bottom: 0; }

.frame-greybox.frame-space-before-space_before_extra-small > .inner {
  margin-top: 20px; }

.frame-greybox.frame-space-before-space_before_small > .inner {
  margin-top: 60px; }

.frame-greybox.frame-space-before-space_before_medium > .inner {
  margin-top: 80px; }

.frame-greybox.frame-space-before-space_before_large > .inner {
  margin-top: 100px; }

.frame-greybox.frame-space-before-space_before_extra-large > .inner {
  margin-top: 140px; }

.frame-greybox.frame-space-after-space_after_extra-small > .inner {
  margin-bottom: 20px; }

.frame-greybox.frame-space-after-space_after_small > .inner {
  margin-bottom: 60px; }

.frame-greybox.frame-space-after-space_after_medium > .inner {
  margin-bottom: 80px; }

.frame-greybox.frame-space-after-space_after_large > .inner {
  margin-bottom: 100px; }

.frame-greybox.frame-space-after-space_after_extra-large > .inner {
  margin-bottom: 140px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Oswald", Verdana, Arial, sans-serif;
  line-height: 120%;
  text-transform: uppercase;
  color: #6792AB;
  position: relative;
  font-weight: 600; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    padding-top: 20px; }
  h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    padding-top: 30px; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 15px;
  color: #9E9E9E;
  font-family: "Merriweather", Verdana, Arial, sans-serif;
  font-weight: 400; }

.line {
  padding-left: 17px; }

strong,
b {
  font-weight: 700; }

h5 + h1,
.frame-greybox h5 + h2 {
  padding-left: 17px; }
  h5 + h1:before,
  .frame-greybox h5 + h2:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 64px;
    position: absolute;
    top: -17px;
    left: 0;
    background: #D8D8D8; }

INPUT, SELECT, TEXTAREA {
  width: 100%;
  border: 2px solid #D8D8D8;
  padding: 10px 15px; }
  INPUT:focus, SELECT:focus, TEXTAREA:focus {
    outline: none; }

SELECT {
  height: 41px; }

INPUT[type=submit], BUTTON {
  max-width: 200px;
  color: #6F6F6F;
  border: none;
  outline: none;
  cursor: pointer; }

INPUT[type='radio'], INPUT[type='checkbox'] {
  width: auto;
  margin-right: 5px; }

/*Tabelle*/
.allcont table {
  width: 100%;
  margin: 10px 0px 5px; }
  .allcont table tr th {
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    background: #6792AB;
    padding: 10px 15px;
    border-right: 1px solid #fff; }
  .allcont table tr td {
    padding: 5px 0;
    border-right: 1px solid #fff; }
    .allcont table tr td.powermail_all_label {
      padding: 5px; }
  .allcont table tr p {
    margin: 0; }
  .allcont table.styled_table TR:nth-child(even) {
    background-color: #D8D8D8; }

.head {
  position: absolute; }
  .head .head2 {
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1000;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .head .head2 .inner {
      max-width: 1600px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .head .head2 .inner .logo {
        background: url(../Images/logo-sfb.svg) no-repeat 0;
        background-size: contain;
        width: 400px;
        height: 96px;
        margin: 25px 0; }
        .head .head2 .inner .logo a {
          display: block;
          width: 100%;
          height: 100%; }
          .head .head2 .inner .logo a span {
            display: none; }

/* STICKY NAV */
.sticky-anchor {
  position: absolute;
  bottom: 0;
  left: 0; }

.head.stickyhead .head2 {
  position: fixed;
  bottom: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0.9;
  background: #fff;
  box-shadow: 0 0 10px #D8D8D8; }
  .head.stickyhead .head2:hover {
    opacity: 1; }
  .head.stickyhead .head2 .nav > li:before {
    top: 55%; }
  .head.stickyhead .head2 .inner .logo {
    height: 45px;
    width: 171px;
    margin: 15px 0; }

#subhead {
  position: relative;
  margin-top: 146px; }
  #subhead #subhead2 {
    overflow: hidden;
    max-height: 350px; }
  #subhead DIV {
    max-width: none;
    width: auto;
    margin: 0;
    overflow: visible;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    left: 0;
    float: none;
    position: static; }
  #subhead figure {
    display: block; }
  #subhead IMG {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%; }
  #subhead .ce-bodytext {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 96%;
    color: #fff;
    font-size: 20px; }
    #subhead .ce-bodytext .largetext {
      font-size: 70px;
      font-weight: 900;
      text-transform: uppercase; }
    #subhead .ce-bodytext .button, #subhead .ce-bodytext INPUT[type=submit], #subhead .ce-bodytext BUTTON {
      color: #fff;
      padding: 10px 20px;
      font-size: 18px;
      background: #fff;
      color: #6792AB;
      transition: all 0.3s ease-in-out; }
      #subhead .ce-bodytext .button:hover, #subhead .ce-bodytext INPUT:hover[type=submit], #subhead .ce-bodytext BUTTON:hover {
        background-color: #6792AB;
        color: #fff; }

#uid1 #subhead #subhead2 {
  max-height: none; }

@media all and (min-width: 1920px) {
  #subhead IMG, #subhead VIDEO {
    width: 100%;
    height: auto; } }

/*headnav--------------------------------------*/
.head {
  width: 100%; }
  .head .nav {
    list-style-type: none;
    display: flex; }
    .head .nav > li {
      list-style: none;
      position: relative; }
      .head .nav > li a {
        display: block;
        text-decoration: none;
        color: #6F6F6F;
        font-family: "Lato", Verdana, Arial, sans-serif;
        font-size: 16px; }
      .head .nav > li:before {
        content: '';
        height: 11px;
        width: 0;
        position: absolute;
        top: 20%;
        left: 0;
        background: #D8D8D8;
        transition: all 0.3s ease-in-out; }
      .head .nav > li:hover:before, .head .nav > li.over:before, .head .nav > li.active:before {
        width: 60%;
        left: 50%;
        -webkit-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%); }
      .head .nav > li > a {
        padding: 0 20px 60px;
        text-transform: uppercase;
        position: relative; }
      .head .nav > li.over > .subnav,
      .head .nav > li.over > a,
      .head .nav > li:hover > .subnav {
        display: flex; }
      .head .nav > li.uid19 > a {
        text-transform: none;
        color: #6792AB;
        padding-left: 40px;
        background: url(../Images/login-sfb.svg) no-repeat 15px 1px;
        background-size: 15px 18px; }
      .head .nav > li .subnav {
        display: none;
        flex-direction: column;
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        padding: 0; }
        .head .nav > li .subnav a {
          color: #7c7c7c; }
        .head .nav > li .subnav a:hover,
        .head .nav > li .subnav .over > a,
        .head .nav > li .subnav .active > a {
          background: #F6F5F5; }
      .head .nav > li > .subnav {
        background: #fff; }
        .head .nav > li > .subnav > li > a {
          text-transform: uppercase;
          padding: 10px 100px 10px 20px;
          white-space: nowrap;
          transition: all 0.3s ease-in-out; }
          .head .nav > li > .subnav > li > a:hover {
            background: #F6F5F5; }
        .head .nav > li > .subnav > li > .subnav2 > li > a {
          padding: 3px 0; }

.showSub {
  display: none; }

.head.stickyhead .nav > li > a {
  padding: 25px 15px 25px 15px; }

.head.stickyhead .nav > li.uid19 a {
  padding-left: 40px;
  background-position: 15px 25px; }

/*footnav--------------------------------------*/
/*suche*/
.tx-indexedsearch-searchbox #tx_indexedsearch {
  width: 50%;
  margin: 0 auto;
  background: #D8D8D8;
  padding: 3%; }
  .tx-indexedsearch-searchbox #tx_indexedsearch LEGEND {
    text-align: center;
    color: #6792AB;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 20px; }
  .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form LABEL {
    display: none; }
  .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit INPUT.tx-indexedsearch-searchbox-button {
    margin-top: 20px; }
    .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit INPUT.tx-indexedsearch-searchbox-button:hover {
      background: #587F95; }

.tx-indexedsearch-res {
  background: #D8D8D8;
  padding: 20px 3%;
  margin-top: 20px; }
  .tx-indexedsearch-res h3 .tx-indexedsearch-title span, .tx-indexedsearch-res h3 .tx-indexedsearch-title a {
    display: block;
    text-decoration: none; }
  .tx-indexedsearch-res .tx-indexedsearch-description {
    margin: 0; }
    .tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup {
      color: #6792AB; }
  .tx-indexedsearch-res dl {
    display: flex; }
    .tx-indexedsearch-res dl dd p {
      margin: 0; }

.tx-indexedsearch-browsebox {
  margin: 10px 0; }

/* Content --------------------------------------------------------------------------*/
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden; }
  .site .allcont {
    flex: 1 0 auto;
    padding: 100px 0 0; }

#uid1 .site .allcont .cont > div {
  margin-bottom: 80px; }
  #uid1 .site .allcont .cont > div:last-child.frame-greybox {
    margin-bottom: 0; }

.site .allcont .cont > div {
  margin-bottom: 30px; }
  .site .allcont .cont > div:last-child.frame-greybox {
    margin-bottom: 0; }

/* Special Elements --------------------------------------------------------------------------*/
/*Accordion  ------------------------------------------------------- */
.accordion__container {
  position: relative; }
  .accordion__container .accordion {
    border-bottom: 10px solid #D8D8D8; }
    .accordion__container .accordion + .accordion {
      margin-top: 10px; }
    .accordion__container .accordion .accContent {
      display: none;
      padding: 20px;
      background: #fff;
      position: relative;
      border-bottom: 10px solid #D8D8D8;
      z-index: 10;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
    .accordion__container .accordion .accTrigger {
      padding-left: 50px;
      cursor: pointer;
      position: relative;
      display: inline-block;
      margin-bottom: 20px; }
      .accordion__container .accordion .accTrigger p {
        margin: 0; }
      .accordion__container .accordion .accTrigger .button, .accordion__container .accordion .accTrigger INPUT[type=submit], .accordion__container .accordion .accTrigger BUTTON {
        background: none;
        color: #6792AB; }
      .accordion__container .accordion .accTrigger:before {
        content: "";
        display: block;
        width: 22px;
        height: 100%;
        background: url(../Images/arrow-down-sfb.svg) no-repeat right center;
        background-size: 22px 22px;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.3s ease-in-out; }
      .accordion__container .accordion .accTrigger.active:before, .accordion__container .accordion .accTrigger:hover:before {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }

.grid2cols .accordion__container .accordion .accContent {
  position: absolute; }

/*Tabs  ------------------------------------------------------- */
.tab__container .tabs {
  margin: 0; }
  .tab__container .tabs::after {
    display: block;
    clear: both;
    content: ""; }
  .tab__container .tabs > li {
    display: block;
    float: left;
    padding: 10px 30px;
    background: #D8D8D8;
    text-transform: uppercase;
    color: #6792AB;
    cursor: pointer;
    list-style-type: none; }
    .tab__container .tabs > li + li {
      margin-left: 10px; }
    .tab__container .tabs > li.activetabnav, .tab__container .tabs > li:hover {
      background: #cbcbcb; }
    .tab__container .tabs > li A {
      text-decoration: none; }
    .tab__container .tabs > li::before {
      content: none; }

.tab__container .tab_wrapper {
  padding: 30px 4% 20px;
  background: #cbcbcb;
  position: relative;
  z-index: 100; }

.content__slider .slide {
  position: relative; }
  .content__slider .slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    color: #fff; }

.mapbtn, .mapimage {
  display: inline-block; }

.mapimagewrap {
  position: relative;
  text-align: center; }
  .mapimagewrap .mapimagewrapinner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    line-height: 0; }
    .mapimagewrap .mapimagewrapinner .mapbtn {
      position: absolute;
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      background: rgba(167, 167, 167, 0.8);
      padding: 10px 20px 20px;
      color: #fff;
      box-sizing: border-box;
      line-height: 130%; }
      .mapimagewrap .mapimagewrapinner .mapbtn strong {
        display: block;
        text-align: center; }
      .mapimagewrap .mapimagewrapinner .mapbtn span {
        margin: 10px 0;
        display: block; }
        .mapimagewrap .mapimagewrapinner .mapbtn span a {
          color: #fff;
          text-decoration: underline; }
    .mapimagewrap .mapimagewrapinner .mapimage {
      max-width: 100%;
      height: auto;
      width: auto; }

#map {
  height: 440px;
  width: 100%; }

/*Text auf Bild  ------------------------------------------------------- */
.text_on_image {
  position: relative;
  border-top: 50px solid #F6F5F5; }
  .text_on_image .image {
    min-height: 700px; }
    .text_on_image .image img {
      max-width: none;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: relative;
      left: 50%; }
  .text_on_image .text {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 1300px;
    color: #fff;
    font-family: "Oswald", Verdana, Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 30px;
    border-left: 10px solid #fff;
    line-height: 140%; }
    .text_on_image .text p {
      margin: 0; }
    .text_on_image .text .author {
      font-family: "Alex Brush", Verdana, Arial, sans-serif;
      font-weight: 400;
      font-size: 30px;
      text-transform: none;
      position: relative;
      top: -3px; }
      .text_on_image .text .author:after {
        content: '';
        display: inline-block;
        width: 160px;
        height: 10px;
        background: #fff;
        margin-left: 30px; }

@media all and (min-width: 1920px) {
  .text_on_image IMG {
    width: 100%;
    height: auto; } }

.sliderwiththumbs2 {
  position: relative; }
  .sliderwiththumbs2 .slick-track .slideelement img {
    width: 100%;
    height: auto; }
  .sliderwiththumbs2 .slick-dots {
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    padding: 0;
    flex-flow: wrap;
    bottom: 0; }
    .sliderwiththumbs2 .slick-dots li {
      list-style: none;
      width: 100%;
      width: calc(16.666% - 10px);
      height: 100px;
      margin: 5px;
      cursor: pointer; }
      .sliderwiththumbs2 .slick-dots li img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.foot {
  position: relative; }
  .foot .footnav {
    background-color: #6792AB;
    padding: 100px 0;
    color: #fff;
    font-size: 16px; }
    .foot .footnav > .inner {
      display: flex;
      display: -webkit-flex; }
      .foot .footnav > .inner .frame {
        width: calc(33% - 2%); }
        .foot .footnav > .inner .frame .ce-above .ce-gallery {
          margin-bottom: 30px; }
        .foot .footnav > .inner .frame + .frame {
          margin-left: 4%; }
        .foot .footnav > .inner .frame .uppercase {
          font-size: 18px;
          font-weight: 600;
          font-family: "Oswald", Verdana, Arial, sans-serif; }
        .foot .footnav > .inner .frame table td {
          padding-right: 40px; }
        .foot .footnav > .inner .frame table p {
          margin: 0; }
      .foot .footnav > .inner a {
        color: #fff;
        transition: all 0.3s ease-in-out; }
        .foot .footnav > .inner a:hover {
          color: #0c3f64; }
  .foot .footbtm {
    color: #9E9E9E;
    padding: 30px 0;
    text-align: center; }
    .foot .footbtm .copy,
    .foot .footbtm .footnavmenu,
    .foot .footbtm .footnavmenu li,
    .foot .footbtm .webdesign {
      display: inline-block;
      padding: 0 3px; }
    .foot .footbtm a {
      color: #9E9E9E;
      transition: all 0.3s ease-in-out; }
      .foot .footbtm a:hover {
        color: #0c3f64; }
    .foot .footbtm p {
      margin: 0; }
  .foot form {
    position: fixed;
    bottom: 0;
    right: 5px; }

.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #6792AB;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(75px) rotate(180deg);
          transform: translateY(75px) rotate(180deg);
  transition: all 0.3s ease-in-out; }
  .backtotop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: url(../Images/arrow-down-white.svg) no-repeat center center/16px auto;
    transition: all 0.3s ease-in-out; }
  .backtotop:hover::after {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite; }
  .backtotop SPAN {
    display: none; }
  .backtotop:hover {
    background-color: #587F95; }
  .backtotop.visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0%) rotate(180deg);
            transform: translateY(0%) rotate(180deg); }

.news.news-single {
  margin-bottom: 60px;
  max-width: 60%; }
  .news.news-single .teaser-text {
    display: none; }

.news .news-list-view {
  display: inline-block; }
  .news .news-list-view .page-navigation:first-child {
    display: none; }
  .news .news-list-view .article {
    border-bottom: 10px solid #D8D8D8;
    padding-bottom: 20px;
    overflow: hidden;
    width: calc(33% - 2%);
    display: inline-block;
    margin: 0 1% 5%; }
    .news .news-list-view .article.first,
    .news .news-list-view .article + .article {
      margin-left: 0; }
    .news .news-list-view .article .news-img-wrap {
      width: 375px;
      height: 200px;
      overflow: hidden;
      position: relative;
      margin-bottom: 40px; }
      .news .news-list-view .article .news-img-wrap img {
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .news .news-list-view .article h4,
    .news .news-list-view .article .teaser-text {
      padding-top: 10px; }

.news .page-navigation p {
  margin: 0; }

.news ul.f3-widget-paginator {
  display: flex;
  flex-wrap: wrap;
  font-family: "Merriweather", Verdana, Arial, sans-serif; }
  .news ul.f3-widget-paginator li {
    padding: 10px; }
    .news ul.f3-widget-paginator li.current {
      font-weight: 700;
      text-decoration: overline; }
    .news ul.f3-widget-paginator li:before {
      display: none; }
    .news ul.f3-widget-paginator li.next {
      padding: 7px;
      margin-left: 20px; }
    .news ul.f3-widget-paginator li.previous {
      padding: 7px;
      margin-right: 20px; }

header + .news {
  padding-top: 30px; }

/*Newsletter*/
.newsL .field {
  padding: 2px 0; }
  .newsL .field label {
    padding: 3px 0 0;
    display: block; }
    .newsL .field label.mandatory {
      font-size: 11px;
      color: #172755;
      font-style: italic; }
  .newsL .field .submit {
    background-color: #6792AB;
    color: #FFF;
    cursor: pointer;
    margin: 10px 0;
    padding: 10px 15px; }
    .newsL .field .submit:hover {
      background-color: #587F95; }
  .newsL .field input.error {
    border: 2px solid red; }

/*Powermail*/
.tx-powermail .powermail_form h3 {
  display: none; }

.tx-powermail .powermail_form .powermail_fieldset {
  margin-top: 10px; }
  .tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
    display: none; }
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
    padding: 3px 0;
    position: relative;
    margin: 10px 0; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.parsley-error {
      border: 2px solid #6792AB; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.parsley-error {
      border: 2px solid #6792AB; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
      cursor: pointer; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
      display: inline-block;
      margin-right: 2%; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
      display: flex;
      justify-content: flex-end; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklrung .powermail_field .checkbox {
      padding: 10px;
      width: 100%; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklrung .powermail_field .checkbox.parsley-error {
        background: #6792AB;
        color: #fff; }
        .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklrung .powermail_field .checkbox.parsley-error a {
          color: #fff; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .mandatory {
      color: #6792AB; }
  .tx-powermail .powermail_form .powermail_fieldset .parsley-errors-list {
    display: none; }

.tx-powermail .hidelabel LABEL {
  display: none; }

.tx-powermail .greyboxpowermail {
  background: #D8D8D8;
  padding: 2%; }

.tx-powermail .width33powermail,
.tx-powermail .width50powermail {
  width: 32%;
  float: left; }

.tx-powermail .width50powermail {
  width: 49%; }

.tx-powermail .width33powermail + .width33powermail,
.tx-powermail .width50powermail + .width50powermail {
  margin-left: 2% !important; }

.tx-powermail .width33powermail + :not(.width33powermail),
.tx-powermail .width50powermail + :not(.width50powermail) {
  clear: both; }

.tx-powermail .powermail_create dt {
  padding: 2px 0;
  font-weight: bold;
  float: left;
  clear: both;
  margin-right: 2%;
  width: 28%; }

.tx-powermail .powermail_create dd {
  float: left;
  width: 70%;
  padding: 2px 0; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 20px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 20px; }
  [dir="rtl"] .slick-next {
    left: 20px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border-radius: 50%;
      border: 0;
      background: #6792AB;
      display: block;
      height: 100%;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      opacity: 0.25; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 1; }
    .slick-dots li.slick-active button {
      opacity: 0.75; }
    .slick-dots li::before {
      content: none !important; }

/*Login*/
.tx-felogin-pi1 {
  background: #F6F5F5;
  padding: 4% 2%;
  margin: 40px 0; }
  .tx-felogin-pi1 h3 {
    margin-bottom: 20px; }
  .tx-felogin-pi1 form {
    margin-top: 30px; }
    .tx-felogin-pi1 form legend {
      display: none; }
    .tx-felogin-pi1 form div + div {
      margin-top: 10px; }
    .tx-felogin-pi1 form #pass {
      margin: 5px 0 15px; }
    .tx-felogin-pi1 form label {
      display: block; }
    .tx-felogin-pi1 form input[type="submit"] {
      cursor: pointer;
      border: none; }

.tx-femanager {
  background: #F6F5F5;
  padding: 4% 2%;
  margin: 40px 0; }
  .tx-femanager .femanager_status {
    margin-top: 10px; }
  .tx-femanager .femanager_new fieldset INPUT[type=submit] {
    max-width: 250px;
    margin-top: 30px; }
  .tx-femanager .femanager_new fieldset .femanager_fieldset {
    display: inline-block;
    width: 48%;
    margin: 5px 0; }
    .tx-femanager .femanager_new fieldset .femanager_fieldset:nth-child(odd) {
      margin-left: 2%; }
    .tx-femanager .femanager_new fieldset .femanager_fieldset.femanager_gender.form-group {
      width: 100%;
      margin: 0 0 10px; }
    .tx-femanager .femanager_new fieldset .femanager_fieldset.femanager_submit.form-group {
      margin-left: 0;
      width: 100%; }
    .tx-femanager .femanager_new fieldset .femanager_fieldset.femanager_terms {
      margin-top: 10px;
      width: 100%; }
  .tx-femanager .femanager_new fieldset .alert button {
    background: none; }

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  .datepicker-container::before, .datepicker-container::after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f; }
  .datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
    border-top: 0;
    left: 10px;
    top: -5px; }
  .datepicker-top-left::before, .datepicker-top-right::before {
    border-bottom-color: #39f; }
  .datepicker-top-left::after, .datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f; }
  .datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
    border-bottom: 0;
    bottom: -5px;
    left: 10px; }
  .datepicker-bottom-left::before, .datepicker-bottom-right::before {
    border-top-color: #39f; }
  .datepicker-bottom-left::after, .datepicker-bottom-right::after {
    border-top-color: #fff;
    bottom: -4px; }

.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }
  .datepicker-panel > ul::before, .datepicker-panel > ul::after {
    content: " ";
    display: table; }
  .datepicker-panel > ul::after {
    clear: both; }
  .datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px; }
    .datepicker-panel > ul > li:hover {
      background-color: #e5f2ff; }
    .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
      color: #999; }
    .datepicker-panel > ul > li.highlighted {
      background-color: #e5f2ff; }
      .datepicker-panel > ul > li.highlighted:hover {
        background-color: #cce5ff; }
    .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
      color: #39f; }
    .datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
      background-color: #fff;
      color: #ccc;
      cursor: default; }
      .datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
        background-color: #e5f2ff; }
    .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
      font-size: 18px; }
    .datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
      width: 150px; }
  .datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px; }
  .datepicker-panel > ul[data-view="week"] > li,
  .datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: #fff;
    cursor: default; }

.datepicker-hide {
  display: none; }

.fileuploaderwrap {
  position: relative; }
  .fileuploaderwrap LABEL:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .fileuploaderwrap:hover STRONG {
    background-color: #587F95; }
  .fileuploaderwrap DIV {
    display: flex;
    justify-content: space-between;
    border: 2px solid #D8D8D8; }
    .fileuploaderwrap DIV SPAN {
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding: 6px 15px; }
    .fileuploaderwrap DIV STRONG {
      color: #fff;
      background: #6792AB url(../Images/icon-fileupload.html) no-repeat left 15px center/20px auto;
      padding: 6px 15px 6px 50px;
      transition: all 0.3s ease-in-out; }

.js .fileuploader {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input {
  padding: 8px 15px 7px; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  flex: 1; }

.cc-window.cc-banner {
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  flex: 1; }

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media all and (max-width: 1200px) {
  /*!
     * Hamburgers
     * @description Tasty CSS-animated hamburgers
     * @author Jonathan Suh @jonsuh
     * @site https://jonsuh.com/hamburgers
     * @link https://github.com/jonsuh/hamburgers
     */
  .head .head2 .inner {
    align-items: center;
    justify-content: center; }
  .head .open_nav {
    display: inherit; }
    .head .open_nav p {
      padding: 0; }
  .head .nav {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    margin-top: 146px;
    border-bottom: 10px solid #D8D8D8;
    z-index: 10;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
    .head .nav > li {
      background: #fff;
      display: block;
      margin: 0; }
      .head .nav > li > a {
        padding: 15px 0;
        text-align: center; }
      .head .nav > li.uid19 > a {
        background-position: 10px center;
        padding-left: 0; }
      .head .nav > li + li {
        margin-left: 0;
        border-top: 2px solid #D8D8D8; }
      .head .nav > li:before {
        content: none; }
      .head .nav > li.over > .subnav,
      .head .nav > li:hover > .subnav {
        display: none; }
      .head .nav > li.over > a {
        display: inherit; }
      .head .nav > li.over > a,
      .head .nav > li:hover > a {
        color: #6792AB; }
      .head .nav > li.active > a {
        background: #6792AB;
        color: #fff; }
      .head .nav > li.active .showSub:after,
      .head .nav > li.active .showSub:before {
        background: #fff; }
  .head.stickyhead .nav {
    margin-top: 75px; }
    .head.stickyhead .nav > li > a {
      padding: 15px; }
  /*Subnav ------------------------------- */
  .subnav,
  .subnav .subnav,
  .nav > ul > li:last-child > .subnav,
  .nav > ul > li:last-child > .subnav .subnav {
    position: inherit;
    left: inherit;
    top: inherit; }
  .head .nav > li .subnav {
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%; }
    .head .nav > li .subnav > li > a {
      padding: 10px 20px;
      background: #0c3f64;
      border-bottom: 1px solid #fff;
      text-align: center;
      color: #fff; }
      .head .nav > li .subnav > li > a:hover {
        background: #D8D8D8; }
    .head .nav > li .subnav > li.active a {
      background: #D8D8D8; }
    .head .nav > li .subnav > li:last-child a {
      border: none; }
  .showSub {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 70px;
    padding-top: 30px;
    height: 55px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out; }
    .showSub:after, .showSub:before {
      transition: all 0.3s ease-in-out;
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      vertical-align: middle;
      width: 20px;
      height: 2px;
      background-color: #888;
      border-radius: 4px;
      position: absolute;
      -webkit-transform: translate3d(0, 0px, 0) rotate(-90deg);
              transform: translate3d(0, 0px, 0) rotate(-90deg); }
    .showSub:before {
      -webkit-transform: none;
              transform: none; }
    .showSub.open:after {
      border-top-color: #888;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  /* remove hover/touch effect ------------------------------- */
  .nav li:hover > .subnav,
  .nav li.over > .subnav {
    display: none; }
  /* showsub dropdown trigger ------------------------------- */
  .hamburger {
    padding: 20px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
    .hamburger:hover {
      opacity: 0.7; }
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
    .hamburger-inner:before, .hamburger-inner:after {
      content: "";
      display: block;
      top: -10px; }
    .hamburger-inner:after {
      top: inherit;
      bottom: -10px; }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #6792AB;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s .15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: .32s;
    background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .15s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .news h4 {
    font-size: calc(19px + (23 - 19) * ((100vw - 980px) / (1200 - 980))); } }

@media all and (max-width: 980px) {
  .gridrow {
    display: block; }
    .gridrow.grid2cols .col, .gridrow.grid3cols .col, .gridrow.grid4cols .col, .gridrow.grid5cols .col, .gridrow.col_pos_33-66 .col, .gridrow.col_pos_66-33 .col, .gridrow.col_pos_20-80 .col, .gridrow.col_pos_80-20 .col, .gridrow.col_pos_60-40 .col, .gridrow.col_pos_40-60 .col {
      width: 100%; }
      .gridrow.grid2cols .col + .col, .gridrow.grid3cols .col + .col, .gridrow.grid4cols .col + .col, .gridrow.grid5cols .col + .col, .gridrow.col_pos_33-66 .col + .col, .gridrow.col_pos_66-33 .col + .col, .gridrow.col_pos_20-80 .col + .col, .gridrow.col_pos_80-20 .col + .col, .gridrow.col_pos_60-40 .col + .col, .gridrow.col_pos_40-60 .col + .col {
        margin-left: 0;
        margin-top: 20px; }
  .frame-space-before-space_before_extra-small {
    margin-top: 10px; }
  .frame-space-before-space_before_small {
    margin-top: 20px; }
  .frame-space-before-space_before_medium {
    margin-top: 30px; }
  .frame-space-before-space_before_large {
    margin-top: 40px; }
  .frame-space-before-space_before_extra-large {
    margin-top: 50px; }
  .frame-space-after-space_after_extra-small {
    margin-bottom: 10px; }
  .frame-space-after-space_after_small {
    margin-bottom: 20px; }
  .frame-space-after-space_after_medium {
    margin-bottom: 30px; }
  .frame-space-after-space_after_large {
    margin-bottom: 40px; }
  .frame-space-after-space_after_extra-large {
    margin-bottom: 50px; }
  .col .frame-box2pic {
    margin-top: 0; }
    .col .frame-box2pic .gridrow.grid2cols {
      display: flex; }
      .col .frame-box2pic .gridrow.grid2cols .col {
        width: calc(50% - 2%); }
        .col .frame-box2pic .gridrow.grid2cols .col + .col {
          margin-left: 4%;
          margin-top: 0; }
    .col .frame-box2pic figure {
      width: 100%;
      height: auto;
      max-width: 500px; }
  .site .allcont {
    padding: 50px 0 0; }
  #uid17 .news .news-list-view .article {
    width: 100%;
    float: none; }
    #uid17 .news .news-list-view .article h4 {
      font-size: 24px; } }

@media all and (max-width: 780px) {
  .news .news-single {
    max-width: 100%; }
  .news .news-list-view {
    display: block; }
    .news .news-list-view .article {
      width: 100%; }
      .news .news-list-view .article + .article {
        margin: 20px 0 0 0; }
      .news .news-list-view .article .news-img-wrap {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
        .news .news-list-view .article .news-img-wrap img {
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: none;
                  transform: none; }
  .foot .footnav {
    padding: 50px 0; }
    .foot .footnav > .inner {
      display: block; }
      .foot .footnav > .inner .frame {
        width: 100%; }
        .foot .footnav > .inner .frame + .frame {
          margin: 20px 0 0 0; }
  .news h4 {
    font-size: calc(19px + (25 - 19) * ((100vw - 400px) / (780 - 400))); } }

@media all and (max-width: 520px) {
  .col .frame-box2pic .gridrow.grid2cols {
    display: block; }
    .col .frame-box2pic .gridrow.grid2cols .col {
      width: 100%; }
      .col .frame-box2pic .gridrow.grid2cols .col + .col {
        margin: 20px 0 0 0; }
  .tx-femanager .femanager_new fieldset .femanager_fieldset {
    width: 100%; }
    .tx-femanager .femanager_new fieldset .femanager_fieldset:nth-child(odd) {
      margin-left: 0; }
  .foot form {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 100px; } }

@media all and (max-width: 400px) {
  .news h4 {
    font-size: calc(19px + (24 - 19) * ((100vw - 320px) / (400 - 320))); }
  #uid17 .news .news-list-view .article h4 {
    font-size: calc(19px + (24 - 19) * ((100vw - 320px) / (400 - 320))); } }
/*# sourceMappingURL=main.css.map */