@charset "UTF-8";
/* CSS Document */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Imports
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* basic and required imports */
/* CSS Document */
/* heebo-regular - latin */
/* heebo-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url("../scss/webfonts/heebo-v22-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../scss/webfonts/heebo-v22-latin-regular.eot?#iefix") format("embedded-opentype"), url("../scss/webfonts/heebo-v22-latin-regular.woff2") format("woff2"), url("../scss/webfonts/heebo-v22-latin-regular.woff") format("woff"), url("../scss/webfonts/heebo-v22-latin-regular.ttf") format("truetype"), url("../scss/webfonts/heebo-v22-latin-regular.svg#Heebo") format("svg");
  /* Legacy iOS */ }
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../scss/webfonts/fa-solid-900.eot");
  src: url("../scss/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../scss/webfonts/fa-solid-900.woff2") format("woff2"), url("../scss/webfonts/fa-solid-900.woff") format("woff"), url("../scss/webfonts/fa-solid-900.ttf") format("truetype"), url("../scss/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../scss/webfonts/fa-regular-400.eot");
  src: url("../scss/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../scss/webfonts/fa-regular-400.woff2") format("woff2"), url("../scss/webfonts/fa-regular-400.woff") format("woff"), url("../scss/webfonts/fa-regular-400.ttf") format("truetype"), url("../scss/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../scss/webfonts/fa-brands-400.eot");
  src: url("../scss/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../scss/webfonts/fa-brands-400.woff2") format("woff2"), url("../scss/webfonts/fa-brands-400.woff") format("woff"), url("../scss/webfonts/fa-brands-400.ttf") format("truetype"), url("../scss/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */


.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }



.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* ========================================================================== 
	1. Basic Variables
   ========================================================================== */
/* ========================================================================== 
	1. Basic Variables
   ================================================================================================================================================== */
/* font
========================================================================== */
/* colors
========================================================================== */
/** buttons */
/* mobile nav */
/* lines
========================================================================== */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
  CSS from slashworks
   ========================================================================== */
/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 * 1. BODY
 * 2. HEADLINES
 * 3. LIST
 * 4. TEXTFORMAT
 * 5. FORM
 * 6. TABLE
 * 7. ACCORDION
 * 8. SLIDER
 */
/* ==========================================================================
	1. BODY
   ========================================================================== */
html {
  font-size: 15px;
  font-family: arial, sans-serif;
  color: #191919; }

/* ==========================================================================
	2. HEADLINES
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.1; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1, .h1 {
  font-size: 3rem; }

h2, .h2 {
  font-size: 2.5rem; }

h3, .h3 {
  font-size: 2.3rem; }

h4, .h4 {
  font-size: 2rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 1rem; }

h1 small, .h1 small {
  font-size: 2.5rem; }

h2 small, .h2 small {
  font-size: 1.3rem; }

h3 small, .h3 small, h4 small, .h4 small {
  font-size: .9rem; }

/* ==========================================================================
	3. LIST
   ========================================================================== */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

dl {
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* ==========================================================================
    4. TEXTFORMAT
    ========================================================================== */
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.25; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999; }

blockquote small:before {
  content: '\2019 \00A0'; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code, pre {
  font-family: 'ginger', Arial, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: .9rem;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: .9rem;
  line-height: 1.428571429;
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid #ccc ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

/* ==========================================================================
	5. FORM
   ========================================================================== */
form {
  margin: 0; }

form fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

form legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

form button, form input, form select, form textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

form button, form input {
  line-height: normal; }

form button, form input[type=button], form input[type=reset], form input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

form button[disabled], form input[disabled] {
  cursor: default; }

form input[type=checkbox], form input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

form input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

form input[type=search]::-webkit-search-cancel-button, form input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

form button::-moz-focus-inner, form input::-moz-focus-inner {
  border: 0;
  padding: 0; }

form textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: .8rem;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-transition: .3s linear border;
  transition: .3s linear border;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

/* stacked */
/*form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form label,
form textarea {
    display: block;
    margin: .25em 0
}

form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus,
form select:focus,
form textarea:focus {
    outline: 0;
    outline: thin dotted   \9;
    border-color: #129FEA
}
/*
form input[type=file]:focus,
form input[type=radio]:focus,
form input[type=checkbox]:focus {
    outline: thin dotted #333;
    outline: 1px auto #129FEA
}

form .pure-checkbox, form .pure-radio {
    margin: .5em 0;
    display: block
}

form input[type=text][disabled],
form input[type=password][disabled],
form input[type=email][disabled],
form input[type=url][disabled],
form input[type=date][disabled],
form input[type=month][disabled],
form input[type=time][disabled],
form input[type=datetime][disabled],
form input[type=datetime-local][disabled],
form input[type=week][disabled],
form input[type=number][disabled],
form input[type=search][disabled],
form input[type=tel][disabled],
form input[type=color][disabled],
form select[disabled],
form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

form input[readonly],
form select[readonly],
form textarea[readonly],
form input[readonly]:focus,
form select[readonly]:focus,
form textarea[readonly]:focus {
    background: #eee;
    color: #777;
    border-color: #ccc
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
    color: #b94a48;
    border: 1px solid #ee5f5b
}

form input:focus:invalid:focus,
form textarea:focus:invalid:focus,
form select:focus:invalid:focus {
    border-color: #e9322d
}

form input[type=file]:focus:invalid:focus,
form input[type=radio]:focus:invalid:focus,
form input[type=checkbox]:focus:invalid:focus {
    outline-color: #e9322d
}

form select {
    border: $(base-border-achitecture);
    background-color: #fff
}

form select[multiple] {
    height: auto
}

form label {
    margin: .5em 0 .2em;
    font-size: 90%
}

form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    font-size: 125%;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}



/* ==========================================================================
	6. TABLE
   ========================================================================== */
/*table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

table td,
table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 6px 12px
}

table td:first-child,
table th:first-child {
    border-left-width: 0
}

table thead {
    background: $(dark-company-color);
    color: #000;
    text-align: left;
    vertical-align: bottom
}

table td {
    background-color: transparent
}


/*table tr:nth-child(2n-1) td {
    background-color: $(highlight-company-color)
}*/
/*table tr td {
    background-color: $(highlight-company-color)
}*/
/* ==========================================================================
	7. BUTTONS
   ========================================================================== 


:any(button,input[type='submit'],.button,.submit){
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

:any(button,input[type='submit'],.button,.submit)::-moz-focus-inner{
    padding: 0;
    border: 0
}

:any(button,input[type='submit'],.button,.submit){
@include baseButton;
}

:any(button,input[type='submit'],.button,.submit):hover,
:any(button,input[type='submit'],.button,.submit):focus
{
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    box-shadow: 0 0 0 1px rgba(150, 150, 150, .15) inset, 0 0 6px rgba(150, 150, 150, .2) inset
}

:any(button,input[type='submit'],.button,.submit):focus
{
    outline: 0
}

:any(button,input[type='submit'],.button,.submit):active
{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset
}

:any(button,input[type='submit'],.button,.submit)[disabled]:any(:hover,:focus)
{
    border: 0;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=40);
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none
}



/* ==========================================================================
    7. ACCORDION
    ========================================================================== */
.ce_accordion {
  display: block;
  border: 1px solid #ccc ccc;
  border-radius: 4px;
  background-clip: padding-box; }

.ce_accordionSingle {
  margin: 0 0 10px; }

.toggler {
  background-color: #f8f8f8;
  padding: 9.5px;
  cursor: pointer; }

.toggler:focus {
  outline: none; }

.accordion {
  padding: 9.5px; }

/* ==========================================================================
    8. SLIDER
    ========================================================================== 

.ce_sliderStart{
    background: #000;
    position: relative;
}

.content-slider {
    overflow:hidden;
    visibility:hidden;
    position:relative;
}

.slider-wrapper {
    overflow:hidden;
    position:relative;
}

.slider-wrapper>* {
    float:left;
    width:100%;
    position:relative;
}

.slider-control {
    height:30px;
}

.slider-control a,.slider-control span {
    position:absolute;
    display:inline-block;
}

.slider-control .slider-prev {
    top:0;
    left:0;
    height: 100%;
    width: 75px;
    z-index: 100;
    background: #ccc;
    text-indent: -9999px;
}

.slider-control .slider-next {
    top:0;
    right:0;
    height: 100%;
    width: 75px;
    z-index: 100;
    background: #ccc;
    text-indent: -9999px;
}

.slider-control .slider-menu {
    bottom:10px;
    height: 30px;
    width:50%;
    left:50%;
    margin-left:-25%;
    font-size:3rem;
    text-align:center;
}

.slider-control .slider-menu b {
    color:#fff;
    cursor:pointer;
}

.slider-control .slider-menu b.active {
    color:#333;
}*/
.u_1 {
  width: 5%; }

.u_2 {
  width: 13.33333%; }

.u_3 {
  width: 21.66666%; }

.u_4 {
  width: 29.99999%; }

.u_5 {
  width: 38.33332%; }

.u_6 {
  width: 46.66665%; }

.u_7 {
  width: 54.99998%; }

.u_8 {
  width: 63.33331%; }

.u_9 {
  width: 71.66664%; }

.u_10 {
  width: 79.99997%; }

.u_11 {
  width: 88.3333%; }

.u_12 {
  width: 96.66663%; }

.u_1, .u_2, .u_3, .u_4, .u_5, .u_6, .u_7, .u_8, .u_9, .u_10, .u_11, .u_12 {
  margin-left: 1.66667%;
  margin-right: 1.66667%;
  float: left;
  min-height: 1px; }

/* ==========================================================================
	6. Grid Container Float Clear
   ========================================================================== */
@media screen and (max-width: 763px) {
  /*----------------------------------------------------------------------------
  :Desc Defines the base style of the grid wrapper thats needed to hold the units
  -----------------------------------------------------------------------------*/
  .grid {
    min-width: 0; }

  /*----------------------------------------------------------------------------
  :Desc Reset all unit styles
  -----------------------------------------------------------------------------*/
  .u_1, .u_2, .u_3, .u_4, .u_5, .u_6, .u_7, .u_8, .u_9, .u_10, .u_11, .u_12, .u_13, .u_14, .u_15, .u_16, .u_17, .u_18, .u_19, .u_20, .u_21, .u_22, .u_23, .u_24 {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; } }
/* CSS Document */
/*   pixelproducts Christian Osterhage
   (c) 2014 Christian Osterhage, http://www.pixelproducts.de */
/*   ==========================================================================================================
 // Mobile  navigation dh mmenu
   ================================================================================================================================== */
#mobile-main-nav {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/*   ==========================================================================================================
 //neu
   ================================================================================================================================== */
  /*==============================================================================
1. Meta-Nav Kontkt Impressum
  ========================================================================== */
.meta-nav ul {
  text-align: right; }

.meta-nav li {
  display: inline; }

.meta-nav li.last {
  padding-left: 1rem; }

.meta-nav li a {
  color: #000;
  font-size: 0.8rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid; }

.meta-nav li a:active {
  color: #d90008;
  font-size: 0.8rem; }

.meta-nav li a:visited {
  color: #000;
  font-size: 0.8rem;
  border-bottom: 1px solid;
  padding-bottom: 0.2rem; }

.meta-nav li a:hover {
  color: #d90008;
  font-size: 0.8rem; }

.meta-nav li a.trail, .meta-nav li a.active, .meta-nav li span.active {
  color: #d90008;
  font-size: 0.8rem;
  border-bottom: 1px solid #d90008;
  padding-bottom: 0.2rem; }

/* Navigation Main
   ========================================================================== */
.bottom-navigation-wrapper {
  position: relative; }

#main-nav {
  overflow: visible;
  float: left; }

#main-nav > ul {
  width: 100%;
  list-style-type: none; }

#main-nav ul.level_1 > li {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  padding: 2px 2px 8px 2px;
  text-align: center;
  vertical-align: middle; }

#main-nav ul.level_1 > li a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-family: 'Heebo', Arial, Helvetica , sans-serif;
  font-size: 1.1rem;
  padding-right: 1.5rem; }

#main-nav ul.level_1 > li span {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-family: 'Heebo', Arial, Helvetica , sans-serif;
  font-size: 1.1rem;
  padding-right: 1.2rem; }

#main-nav ul.level_1 > li .first {
  padding-right: 1.2rem; }

#main-nav .level_1 > li a:hover {
  color: #d90008;
  text-decoration: none; }

#main-nav ul.level_1 > li a.trail, #main-nav ul.level_1 > li a.active, #main-nav ul.level_1 > li span.active {
  color: #d90008; }

#main-nav ul.level_1 > li a.trail, #main-nav ul.level_1 > li a.active, #main-nav ul.level_1 > li span.active {
  color: #d90008; }

/* Navigation Ebene Level 2
   ========================================================================== */
#main-nav ul.level_2 {
  text-transform: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px; }

#main-nav .level_1 > li.submenu a.submenu:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f078';
  font-size: 0.8rem;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #d90008;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#main-nav .level_1 li.submenu a.submenu.klick:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#main-nav li.agenda2030, #main-nav li.agenda2030 {
  position: relative; }

#main-nav li.agenda2030 > ul.level_2 {
  position: absolute;
  width: 230px;
  left: -60px;
  top: 34px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.agenda2030 > ul.level_2.shownav {
  max-height: 150px; }

/* Navigation Ebene Level 2 veddel-1
   ========================================================================== */
#main-nav li.submenu-1, #main-nav li.submenu-1 {
  position: relative; }

#main-nav li.submenu-1 > ul.level_2 {
  position: absolute;
  width: 230px;
  left: -60px;
  top: 34px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.submenu-1 > ul.level_2.shownav {
  max-height: 150px; }

/* Navigation Ebene Level 2 veddel-1
   ========================================================================== */
#main-nav li.prinzipien > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -60px;
  top: 34px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.prinzipien > ul.level_2.shownav {
  max-height: 400px; }

#main-nav li.umsetzung > ul.level_2 {
  position: absolute;
  width: 230px;
  left: -70px;
  top: 34px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.umsetzung > ul.level_2.shownav {
  max-height: 250px; }

#main-nav li.themen > ul.level_2 {
  position: absolute;
  width: 240px;
  top: 34px;
  left: -70px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.themen > ul.level_2.shownav {
  max-height: 650px; }

#main-nav li.ansprechpartner > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -50px;
  top: 26px;
  display: none; }

#main-nav li.ansprechpartner:hover > ul.level_2 {
  display: block; }

/* Navigation Ebene Level 2 en
   ========================================================================== */
#main-nav li.agenda > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -68px;
  top: 26px;
  text-align: center;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav .level_2 > li.agenda {
  margin-bottom: 0;
  padding: 4px 3px 4px 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #999;
  background: #fff; }

#main-nav li.agenda > ul.level_2.shownav {
  max-height: 150px; }

#main-nav li.principles > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -70px;
  top: 26px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.principles > ul.level_2.shownav {
  max-height: 220px; }

#main-nav li.implementation > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -20px;
  top: 26px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.implementation > ul.level_2.shownav {
  max-height: 150px; }

#main-nav li.topics > ul.level_2 {
  position: absolute;
  width: 220px;
  top: 26px;
  left: -48px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.topics > ul.level_2.shownav {
  max-height: 370px; }

#main-nav li.contact > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -88px;
  top: 26px;
  display: none; }

/* Navigation Ebene Level 2  fr
   ========================================================================== */
#main-nav li.agenda-fr > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -68px;
  top: 26px;
  text-align: center;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav .level_2 > li.agenda-fr {
  margin-bottom: 0;
  padding: 4px 3px 4px 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #999;
  background: #fff; }

#main-nav li.agenda-fr > ul.level_2.shownav {
  max-height: 150px; }

#main-nav li.principes > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -70px;
  top: 26px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.principes > ul.level_2.shownav {
  max-height: 220px; }

#main-nav li.realisation > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -20px;
  top: 26px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.realisation > ul.level_2.shownav {
  max-height: 150px; }

#main-nav li.topics > ul.level_2 {
  position: absolute;
  width: 220px;
  top: 26px;
  left: -48px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.topics > ul.level_2.shownav {
  max-height: 370px; }

#main-nav li.sujet > ul.level_2 {
  position: absolute;
  width: 220px;
  top: 26px;
  left: -48px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  max-height: 0;
  overflow: hidden; }

#main-nav li.sujet > ul.level_2.shownav {
  max-height: 370px; }

#main-nav li.contact > ul.level_2 {
  position: absolute;
  width: 220px;
  left: -88px;
  top: 26px;
  display: none; }

/* Navigation Ebene Level 3
   ========================================================================== */
#main-nav .level_2 li.submenu a.submenu.klima, #main-nav .level_2 li.submenu a.submenu.theme2, #main-nav .level_2 li.submenu a.submenu.topics2 {
  position: relative;
  padding-right: 22px; }

#main-nav .level_2 > li {
  margin-bottom: 0px;
  padding: 4px 7px 4px 4px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #999999;
  background: #fff; }

#main-nav .level_2 > li.last {
  border-bottom: none; }

#main-nav .level_1 li > .level_2 a, #main-nav .level_1 li > .level_2 span {
  padding: 5px 0px;
  font-weight: normal;
  font-size: 0.9rem;
  color: #000;
  background: #fff;
  font-weight: normal; }

#main-nav .level_1 li > .level_2 a:hover, #main-nav .level_1 li > .level_2 span:hover {
  color: #d90008;
  text-decoration: none;
  background: #FFF; }

#main-nav .level_1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#main-nav .level_2 li.submenu {
  background-color: #fff;
  padding-bottom: 4px; }

#main-nav .level_2 li.submenu a.submenu {
  position: relative;
  padding-right: 5px; }

#main-nav .level_2 li.submenu a.submenu:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  color: #d90008;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#main-nav .level_2 li.submenu a.submenu.klick:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#main-nav .level_2 li.submenu a.submenu.klick {
  padding-right: 5px; }

#main-nav .level_2 li.submenu.theme2 a.submenu.klick, #main-nav .level_2 li.submenu.klima a.submenu.klick, #main-nav .level_2 li.submenu.topics2 a.submenu.klick {
  padding-right: 22px; }

#main-nav .level_2 li.submenu.theme2 a.submenu:after, #main-nav .level_2 li.submenu.klima a.submenu:after, #main-nav .level_2 li.submenu.topics2 a.submenu:after {
  top: 8px;
  right: 4px; }

/* Navigation Ebene Level 3
   ========================================================================== */
#main-nav ul.level_3 {
  height: 0px;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1005; }

#main-nav ul.level_3.shownav {
  height: 300px;
  display: block;
  padding-top: 8px; }

#main-nav ul.level_3 > li {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px dotted #999999; }

#main-nav ul.level_3 > li.last {
  padding-bottom: 0px;
  border-bottom: none; }

#main-nav ul.level_3 li.first {
  border-top: 1px dotted #999999; }

#main-nav .level_3 > li a, #main-nav .level_3 > li span {
  font-size: 0.7rem; }

#main-nav .level_1 li > .level_3 a {
  font-size: 0.8rem; }

/* Navigationen Sparachwechseler
========================================================================== */
nav.mod_changelanguage {
  float: right;
  margin-right: 5%;
  margin-top: 1rem; }

nav.mod_changelanguage .lang-es {
  display: none; }

nav.mod_changelanguage ul {
  margin-left: 5px;
  margin-right: 5px; }

.meta-nav {
  margin-right: 5px; }

nav.mod_changelanguage ul li {
  display: inline-block;
  position: relative;
  padding: 2px;
  text-align: center;
  vertical-align: middle; }

nav.mod_changelanguage .level_1 li.active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d90008; }

nav.mod_changelanguage .level_1 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #fff; }

/* Anker Liste Umsetzung
========================================================================== */
.anchor-navigation {
  padding: 0.5rem 0 0.5rem 5.3rem;
  border-left: 1px dotted #CCCCCC;
  border-right: 1px dotted #CCCCCC;
  border-radius: 12px 12px 0 0;
  border-top: 1px dotted #CCCCCC;
  z-index: 5; }

.anchor-navigation li {
  display: inline;
  padding-right: 1rem;
  position: relative; }

.anchor-navigation li {
  display: inline;
  padding-right: 1rem; }

.anchor-navigation li a {
  font-size: 0.8rem;
  color: #3c3c3b; }

.anchor-navigation li a:hover {
  color: #d90008; }

.anchor-navigation li a:active, .anchor-navigation li span {
  color: #d90008;
  font-size: 0.8rem; }

.anchor-navigation li a:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  font-size: 0.7rem;
  padding-right: 0.3rem;
  top: 5px;
  left: -8px;
  letter-spacing: 0.1rem;
  color: #d90008; }

/*==========================================================================
footer scroll_top link
========================================================================== */
#footer-links {
  text-align: center;
 padding-bottom: 4rem; }

.footer-link {
  display: inline;
  margin-right: 1rem; }

.footer-link a {
  font-size: 1.1rem;
  color: #3c3c3b;
  position: relative;
  padding:0 5px }

.footer-link a:hover {
  color: #d90008; }

.footer-link a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -10px;
  color: #d90008;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.hide {
  display: none; }

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/* CSS Document */
/**
 * @author Christian Osterhage @ pixelproducts osterhage@pixelproducts.de.
 *
 * Table of contents
 * -----------------------------------------
 * 1. HTML Elements
 * 2. LAYOUT
 * 3. CE_ Features
 * 4. MOD_ Features
 */
/* ==========================================================================
   1. HTML Elements
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

html {
  font-family: 'Heebo', Arial, Helvetica , sans-serif;
  font-weight: 300;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /*  */
  -webkit-text-size-adjust: 100%;
  /*  */
  height: 100%; }

body {
  font-size: 100%;
  height: 100%;
  color: #3c3c3b;
  position: relative; }

b, strong {
  font-weight: bold; }

ul {
  margin: 0;
  padding: 0; }

ul, li {
  list-style-type: none; }

.center {
  margin: 0 auto;
  max-width: 1200px; }

.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden; }

a {
  color: #d90008;
  text-decoration: none; }

a:visited {
  color: #d90008; }

a:hover {
  color: #d90008; }

a:active {
  color: #d90008; }

a:focus {
  outline: none; }

a.link-betont {
  color: #3c3c3b;
  text-decoration: none; }

a.link-betont:visited {
  color: #3c3c3b; }

a.link-betont:hover {
  color: #d90008; }

a.link-betont:active {
  color: #3c3c3b; }

a.link-betont:focus {
  color: #3c3c3b; }

a.link-betont:before {
  position: relative;
  font-family: FontAwesome;
  font-size: 0rem;
  padding-right: 0.3rem;
  top: 0;
  letter-spacing: 0.1rem;
  content: 'f105';
  color: #d90008; }

.float_left {
  float: left; }

p {
  padding-bottom: 1rem; }

.ce_text {
  font-size: 1.2rem;
  color: #3c3c3b;
  line-height: 1.4rem; }

.bold {
  font-weight: bold; }

.image_container img {
  display: block; }

img {
  height: auto; }

	/* Überchriften
========================================================================== */
h1 {
  font-size: 1.4rem;
  margin-bottom: 4rem;
  margin-left: 1.66667%;
  color: #525252;
  text-align: center; }

.gross {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #525252; }

h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #525252;
  text-align: center;
  /*color		   :$ ccc);*/ }

h3 {
  font-size: 1.2rem;
  font-weight: 400;
  font-size: 1.3rem;
  color: #525252; 
  text-align: center;}

h3.iconbox_titel {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  color: #b6b6b6;
  margin-bottom: 0.5rem; }

h4 {
  margin: 0;
  color: #525252;
  text-transform: uppercase; }

h5 {
  margin: 0;
  text-transform: uppercase; }
h1.angebote {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  margin-left: 1.66667%;
  color: #d90008;
  text-align: center;
  text-transform: uppercase; }

.gross {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #525252; }

h2.angebote {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #525252;
  text-align: center;
  margin-top: 0.5rem
  /*color		   :$ ccc);*/ }

h3.angebote {
  font-size: 1.2rem;
  font-weight: 400;
  font-size: 1.3rem;
  color: #525252; 
  text-align: center;
   margin-top: 0.5rem;
   margin-bottom: 2rem;}


h4.angebote {
  font-size: 2rem;
  color: #525252;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem; }

h5 {
  margin: 0;
  text-transform: uppercase; }










/*Div centriert die Überschrift*/
.headline_abgesetzt {
  margin: 2rem 0 2rem 0;
  text-align: center; }

/*
	Margins
========================================================================== */
.margin-top-normal {
  margin-top: 2rem; }

.margin-top-gross {
  margin-top: 4.5rem; }

.margin-top-sehr-gross {
  margin-top: 8rem; }

.margin-bottom-klein {
  margin-bottom: 1.5rem; }

.margin-bottom-normal {
  margin-bottom: 2.5rem; }

.margin-bottom-gross {
  margin-bottom: 4.5rem; }

/* ==========================================================================
	Layout aussen nach innen - dann von oben nach unten
========================================================================== */
/* ==========================================================================
	Wrapper
========================================================================== */
#wrapper {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* ==========================================================================
	Header
========================================================================== */
/*	header Top
========================================================================== */
header {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  background: #FFF;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); */
  z-index: 111111111111111111111;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }

#header .logos {
  float: left;
  padding: 1.4rem 0 0 3rem; }

.logo {
  float: left;
  margin-right: 1rem; }

#header .logo-top {
  margin: 0.5rem 0 0.5rem 6.6%; }

#header .logo-top img {
  max-width: 170px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

#header-wrapper .navigation {
  float: right;
  margin-right: 10%; }

/*	header 2 Agenda 2030
========================================================================== */


/*	Main Container
========================================================================== */
#main .inside {
  margin-top: 13rem;
  margin-left: 1rem;
  min-height: 800px;
  padding-left: 3.3rem;
  padding-right: 4.5rem; }

#container.center {
  border-left: 1px dotted #CCCCCC;
  border-right: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
  border-radius: 0 0 12px 12px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0.7rem; }

.home #container.center, .home-en #container.center {
  border-top: 1px dotted #CCC;
  border-radius: 12px 12px12 12px 12px; }

#main.u_9 {
  margin-bottom: 10rem;
  margin-left: 0.7rem; }

/*
	Laout Linke Spalte
========================================================================== */
.top_bild {
  margin-bottom: 1rem; }

h1, .h1 {
  font-size: 2rem; }

#left.u_4 {
  margin-right: 0%;
  margin-left: 2.66667%;
  margin-top: 2rem; }

.ce_image.rechts {
  float: right;
  padding-left: 5px; }

.ce_image h3 {
  text-align: right;
  font-size: 1rem;
  padding-right: 2%; }

.ce_text.autor {
  font-size: 0.7rem;
  text-align: center;
  line-height: 1rem; }

.ce_text.autor p {
  margin-bottom: 1rem; }

.zitat {
  text-align: right;
  font-weight: bold;
  font-size: 0.8rem;
  color: #525252;
  line-height: 1.3rem; }

.ce-text.zitat {
  line-height: 1.4rem;
  font-weight: bold; }

.zitat p {
  margin-bottom: 0.3rem; }

.link-betont {
  position: relative;
  font-size: 0.8rem;
  line-height: 0.9rem;
  position: relative;
  text-align: right;
  margin-top: 10px; }

.link-betont:before {
  position: relative;
  font-family: FontAwesome;
  font-size: 0rem;
  padding-right: 0.3rem;
  top: 0;
  letter-spacing: 0.1rem;
  content: 'f105';
  color: #d90008; }

.link-betont a {
  color: #3c3c3b; }

#left .link-betont a:hover {
  color: #d90008; }

h6 {
  text-align: right;
  padding-right: 3rem; }

.abgesetzt {
  padding-top: 0.9rem;
  border-top: 1px dotted #999999; }

.rechtsbuendig {
  text-align: right; }

	/* ==========================================================================
Seitenlayout  Anmeldung
========================================================================== */
/* ==========================================================================
	 Accordeon
   ========================================================================== */
section.ce_accordionStart {
  margin-bottom: 0.8rem; }

.ce_accordion {
  background-clip: padding-box;
  border: 1px dotted #d90008;
  border-radius: 4px;
  display: block; }

.ce_accordion .toggler {
  background: #fafafa none repeat scroll 0 0;
  padding: 0.8rem 1.4rem 0.8rem 0.5rem;
  border-bottom: 1px solid #d8d0ca;
  color: inherit;
  cursor: pointer;
  font: 1.9rem;
  position: relative;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  font-weight: bold; }

.ce_accordion .toggler:hover {
  background: #e8e8e8 none repeat scroll 0 0; }

.ce_accordion .accordion {
  /*	background: $ dcc  none repeat scroll 0 0;*/ }

section.ce_accordionStart.first .ui-accordion-content {
  padding: 2rem 0; }

.ce_accordion .toggler.ui-state-active:after {
  /*icons + und - Farbe orange im Toggler mit:after*/
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 0.9rem;
  display: inline-block;
  position: absolute;
  right: 1.6rem;
  top: 0.9rem;
  text-indent: 0;
  text-rendering: geometricprecision;
  color: #d90008; }

.ce_accordion .toggler:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f078';
  font-size: 0.9rem;
  display: inline-block;
  position: absolute;
  right: 1.6rem;
  top: 0.9rem;
  text-indent: 0;
  text-rendering: geometricprecision;
  color: #d90008; }

/*	 Accordeon
   ========================================================================== */
table.accordeon-umsetzung-1 {
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999; }

table.accordeon-umsetzung-1 tbody td {
  padding: 0.8rem;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999; }

table.accordeon-umsetzung-1 tbody td p {
  padding-bottom: 0; }

/*	 ?????
   ========================================================================== */
.text-abgesetzt {
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  padding: 0.8rem 0 0.3rem;
  margin-top: 0.3rem;
  margin-bottom: 0.8rem; }

h3.hinterlegt {
  font-weight: bold;
  background: #fafafa none repeat scroll 0 0;
  padding: 0.8rem 1.4rem 0.8rem 0.5rem;
  border: 1px dotted #d90008;
  font-size: 1rem; }

.ce_text.quellenangabe {
  font-size: 0.7rem;
  margin-top: 1rem;
  line-height: 1rem; }

.border {
  border: 1px solid #CCCCCC;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 0.8rem; }

.rahmen-linke-spalte {
  border: 1px solid #CCCCCC;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 0.8rem; }

.rahmen-linke-spalte table tr {
  border-bottom: 1px dotted #999999; }

.rahmen-linke-spalte table tr.last {
  border-bottom: none; }

.rahmen-linke-spalte.linkliste h6 {
  padding-right: 0;
  color: #d90008; }

.rahmen-linke-spalte.linkliste a:link {
  position: relative;
  color: #525252;
  font-size: 0.8rem;
  line-height: 0.9rem; }

.rahmen-linke-spalte.linkliste a:visited {
  position: relative;
  color: #525252;
  font-size: 0.8rem;
  line-height: 0.9rem; }

.rahmen-linke-spalte.linkliste a:hover {
  position: relative;
  color: #d90008;
  font-size: 0.8rem;
  line-height: 0.9rem; }

.ce_text.rahmen-linke-spalte {
  line-height: 1rem; }

.rahmen-linke-spalte.linkliste a:before {
  position: relative;
  font-family: FontAwesome;
  font-size: 0rem;
  padding-right: 0.3rem;
  top: 0;
  letter-spacing: 0.1rem;
  content: 'f105';
  color: #d90008; }

p.eingerueckt {
  font-size: 0.8rem; }

ul.eingerueckt {
  padding-left: 40px; }

ul.eingerueckt li {
  font-size: 0.8rem;
  padding-left: 5px;
  list-style-type: disc;
  margin-bottom: 0.5rem; }

section.ce_accordion {
  margin: 1.5rem 0; }

.abstand {
  margin-bottom: 1rem; }

.ce_text ul {
  list-style-type: circle;
  padding-left: 30px; }

.ce_text ul li {
  list-style-type: circle; }

/*
	Layout ansprchpartner
========================================================================== */
.ansprechpartner .u_6, .contact .u_6 {
  margin-left: 0; }

/* ==========================================================================
	Layout Seite Anmeldung
========================================================================== */
.anmeldung #container {
  margin-top: 115px; }

.anmeldung #main .inside {
  border-left: none;
  margin-left: 0.7rem;
  margin-top: 2rem;
  min-height: 500px;
  padding-left: 1rem; }

		/* Modul Login
========================================================================== */
.anmeldung .center {
  margin: 0 auto;
  max-width: 1000px; }

.anmeldung #container {
  margin-top: 2rem; }

.anmeldung #container.center {
  border: 1px dotted #CCC;
  border-radius: 12px 12px 12px 12px;
  padding-bottom: 2rem;
  margin-bottom: .7rem; }

.anmeldung h1, .anmeldung h2 {
  text-align: center; }

#anmeldung .mod_login, .mod_lostPassword {
  margin: auto;
  width: 40%;
  margin-bottom: 5rem; }

.mod_login form label {
  display: block;
  float: none;
  margin-bottom: 5px;
  position: relative; }

.mod_personalData form label {
  display: block;
  float: none;
  margin-bottom: 5px;
  position: relative; }

#ctrl_publicFields label, .widget label {
  display: inline;
  float: none;
  margin-bottom: 5px;
  position: relative; }

#anmeldung .submit_container, .mod_lostPassword .submit_container {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
  margin-top: 1rem; }

.submit_container input[type="submit"] {
  background-color: #d90008;
  border: 0 none rgba 0, 0, 0, 0;
  border-radius: 4px;
  color: #fff;
  font-size: 100%;
  padding: 0.5rem 5.5rem;
  text-decoration: none;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  width: 100%; }

.submit_container input[type="submit"]:hover {
  background-color: #c30a0a; }

form .text, form .textarea, form .captcha {
  background-color: #fafafa;
  border: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  margin-bottom: 0.7rem;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%; }

form .text:focus, form .textarea:focus, form .captcha:focus {
  background-color: #e8e8e8;
  color: ccc;
  outline: none; }

#anmeldung input#autologin, #anmeldung label[for="autologin"] {
  display: none; }

#anmeldung .passwort {
  margin: auto;
  width: 40%;
  margin-bottom: 5rem; }

.inside {
  position: relative; }

.test {
  position: absolute;
  top: 21%;
  left: 13.8888888%;
  width: 130px;
  height: 30px; }

.test a {
  display: inline-block;
  width: 130px;
  height: 30px; }

.globale-ansaetze {
  position: absolute;
  top: 35%;
  left: 21%;
  width: 110px;
  height: 30px; }

.globale-ansaetze a {
  display: inline-block;
  width: 110px;
  height: 30px; }

.multi-akteurs-partnerschaften {
  position: absolute;
  top: 48%;
  left: 15%;
  width: 170px;
  height: 30px; }

.multi-akteurs-partnerschaften a {
  display: inline-block;
  width: 170px;
  height: 30px; }

.netzwerke {
  position: absolute;
  top: 61%;
  left: 23%;
  width: 100px;
  height: 30px; }

.netzwerke a {
  display: inline-block;
  width: 100px;
  height: 30px; }

.netzwerke {
  position: absolute;
  top: 61%;
  left: 23%;
  width: 100px;
  height: 30px; }

.netzwerke a {
  display: inline-block;
  width: 100px;
  height: 30px; }

.digitale-transformation {
  position: absolute;
  top: 73%;
  left: 10%;
  width: 140px;
  height: 30px; }

.digitale-transformation a {
  display: inline-block;
  width: 140px;
  height: 30px; }

.capcity-works {
  position: absolute;
  top: 21%;
  right: 17%;
  width: 150px;
  height: 50px; }

.capcity-works a {
  display: inline-block;
  width: 150px;
  height: 50px; }

.ske {
  position: absolute;
  top: 35%;
  right: 20%;
  width: 150px;
  height: 30px; }

.ske a {
  display: inline-block;
  width: 150px;
  height: 30px; }

.scaling-up {
  position: absolute;
  top: 48%;
  right: 25%;
  width: 100px;
  height: 30px; }

.scaling-up a {
  display: inline-block;
  width: 100px;
  height: 30px; }

.fonds {
  position: absolute;
  top: 61%;
  right: 25%;
  width: 100px;
  height: 30px; }

.fonds a {
  display: inline-block;
  width: 100px;
  height: 30px; }

.monitoring-und-evaluierung {
  position: absolute;
  top: 74%;
  right: 18%;
  width: 180px;
  height: 30px; }

.monitoring-und-evaluierung a {
  display: inline-block;
  width: 180px;
  height: 30px; }

.mindmap #left {
  float: left;
  margin-right: 0%;
  margin-left: 2.66667%;
  margin-top: 2rem;
  width: 29.99999%; }

.mindmap #main {
  width: 63.33331%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
  float: left;
  min-height: 1px; }

img, object, embed {
  max-width: 100%; }

figure img {
  max-width: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

#header figure.shrink img {
  max-width: 70%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }


/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 *
 * Table of contents
 * -----------------------------------------
 *
 * 0. Default behaviour      - show/hide elements on default for browsers not supporting media queries
 * 1. Desktop Big            - show/hide elements on defined at defined width or smaller
 * 2. Desktop Normal         - show/hide elements on defined at defined width or smaller
 * 3. Tablet Portrait Size   - show/hide elements on defined at defined width or smaller
 * 4. Smartphone Big Size    - show/hide elements on defined at defined width or smaller
 * 5. Smartphone Small Size  - show/hide elements on defined at defined width or smaller
 *
 * 6. Breakpoint for grid container clear
 */
/* ==========================================================================
	1 Variablen
   ========================================================================== */
/* ==========================================================================
	2. Default behaviour
   ========================================================================== */
.showBelowDesktopBig, .showBelowDesktopNormall, .showBelowDesktopSmall, .showBelowTabletLandscape, .showBelowTabletPortrait, .showBelowSmartphoneBig, .showAtSmartphoneSmall {
  display: none; }

.hideBelowDesktopBig, .hideBelowDesktopNormal, .hideBelowDesktopSmall, .hideBelowTabletLandscape, .hideBelowTabletPortrait, .hideBelowSmartphoneBig, .hideAtSmartphoneSmall {
  display: block; }

/* ==========================================================================
	1. Desktop Big
   ========================================================================== */
@media screen and (max-width: 1500px) {
  .showBelowDesktopBig {
    display: block; }

  .hideBelowDesktopBig {
    display: none; } }
/* ==========================================================================
	2. Desktop Normal
   ========================================================================== */
@media screen and (max-width: 1199px) {
  .showBelowDesktopNormal {
    display: block; }

  .hideBelowDesktopNormal {
    display: none; } }
/* ==========================================================================
	2. Tablet Landscape 
   ========================================================================== */
@media screen and (max-width: 1050px) {
  .showBelowDesktopSmall {
    display: block; }

  .hideBelowDesktopSmall {
    display: none; } }
/* ==========================================================================
	2. tablet hochformat
   ========================================================================== */
@media screen and (max-width: 1023px) {
  .showBelowTabletLandscape {
    display: block; }

  .hideBelowTabletLandscape {
    display: none; } }
/* ==========================================================================
	3. Tablet Portrait Size
   ========================================================================== */
@media screen and (max-width: 763px) {
  .showBelowTabletPortrait {
    display: block; }

  .hideBelowTabletPortrait {
    display: none; } }
/* ==========================================================================
	4. Smartphone Big Size
   ========================================================================== */
@media screen and (max-width: 479px) {
  .showBelowSmartphoneBig {
    display: block; }

  .hideBelowSmartphoneBig {
    display: none; } }
/* ==========================================================================
	5. Smartphone Small Size
   ========================================================================== */
@media screen and (max-width: 320px) {
  .showBelowSmartphoneSmall {
    display: block; }

  .hideBelowSmartphoneSmall {
    display: none; } }
/* ==========================================================================
  CSS from slashworks
   ========================================================================== */
/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 *
 * 0. Default behaviour      - show/hide elements on default for browsers not supporting media queries
 * 1. Desktop Big            - show/hide elements on defined at defined width or smaller
 * 2. Desktop Normal         - show/hide elements on defined at defined width or smaller
 * 3. Tablet Portrait Size   - show/hide elements on defined at defined width or smaller
 * 4. Smartphone Big Size    - show/hide elements on defined at defined width or smaller
 * 5. Smartphone Small Size  - show/hide elements on defined at defined width or smaller
 */
.toogleButton {
  display: none; }

.toogleButton2 {
  display: none; }

div.blubb {
  border-radius: 5px;
  border: 2px solid #f00; }

/* ==========================================================================
	1. Desktop Big
   ========================================================================== */
@media screen and (max-width: 1500px) {
  #second-header {
    padding: 0 0.7rem; }

  .anchor-navigation {
    margin: 0 0.6rem; }

  #container.center {
    margin: 0 0.6rem 1rem 0.6rem; }

  .anmeldung #container {
    margin: 2rem auto; }

  #header-wrapper .logo-top {
    float: left;
    margin: 3rem 0 1rem 4%; }

  #header-bottom .img {
    margin-left: 4%; }

  #header-bottom .linke-spalte {
    padding-left: 4%; }

  .umsetzung #header-bottom .text h2 {
    margin: 4.3rem 0 0 1rem;
    text-transform: none;
    font-size: 1.5rem; } }
/* ==========================================================================
	below-desktop-normal 2. unterhalb 1199px =iPad landscape z.B:
   ========================================================================== */
@media screen and (max-width: 1199px) {
  /* =================================================================kronoton
     ========================================================================== */
  #header-bottom .linke-spalte .agenda {
    font-size: 3rem; }

  #header-bottom .linke-spalte h5 {
    font-size: 0.9rem; }

  .umsetzung #header-bottom .text h2 {
    margin: 4.3rem 0 0 1rem;
    text-transform: none;
    font-size: 1.3rem; }

  .implementation #header-bottom .text h2 {
    margin: 3.4rem 0 0 1rem;
    text-transform: none;
    font-size: 1.3rem; }

  .themen-3 #second-header .ce_text, .themen-2 #second-header .ce_text {
    font-size: 0.8rem; } }
@media screen and (max-width: 1050px) {
  /* 
    Header 1 mit Mobil Nav und Logo 1 und Logo 2 
    ------------------------------------------------------------------------ */
  #header-wrapper .navigation {
    padding-top: 5px; }

  #header .logo img, .anmeldung .logo img {
    width: 160px;
    height: 42px; }

  #header .logo-rechts img, .anmeldung .logo-rechts img {
    width: 40px;
    height: 40px; }

  /*
    Second Header
  ------------------------------------------------------------------------ */
  #header-bottom .links {
    min-height: 200px;
    width: 99%;
    float: left; }

  #header-bottom .img, #header-bottom.en .img {
    margin-top: 2.3rem;
    margin-left: 3%; }

  #header-bottom .img {
    max-width: 438px; }

  #header-bottom .img img {
    height: 48px;
    width: 438px; }

  #header-bottom.en .img img {
    height: 48px;
    width: 544px; }

  #header-bottom.en .img {
    max-width: 544px; }

  #header-bottom .linke-spalte {
    width: 36.5%;
    padding-left: 3%; }

  #header-bottom .rechte-spalte {
    width: 63.1%; }

  #header-bottom .linke-spalte .agenda {
    font-size: 3rem; }

  #header-bottom .linke-spalte h5 {
    font-size: 0.9rem;
    letter-spacing: 0.04rem;
    padding-left: 0; }

  #header-bottom .text h2.prinzipien {
    margin: 2.5rem 0 0 1rem; }

  #header-bottom .rechte-spalte img {
    margin-right: 1%;
    display: inline;
    width: 80px; }

  #header-bottom .text h2 {
    margin: 3.1rem 0 0 1rem;
    text-transform: none;
    font-size: 1.7rem; }

  .umsetzung #header-bottom .text h2 {
    margin: 3.4rem 0 0 1rem;
    text-transform: none;
    font-size: 1.2rem; }

  .themen-2 #header-bottom .text .ce_text, .themen-3 #header-bottom .text .ce_text {
    font-size: 0.8rem; }

  .themen-2 #header-bottom .text .ce_text {
    font-size: 0.7rem; }

  .anchor-navigation {
    padding: .5rem 0 .5rem 2rem; }

  .anchor-navigation li {
    padding-right: 0.5rem; }

  .anchor-navigation li a:before {
    padding-right: .2rem; }

  footer {
    padding-bottom: 1rem; } }
/* ==========================================================================
	3. Tablet Portrait Size
   ========================================================================== */
@media screen and (max-width: 1023px) {
  #header-bottom .linke-spalte .agenda {
    font-size: 1.5rem; }

  #header-bottom .linke-spalte h5 {
    font-size: 0.8rem; }

  #header-bottom .rechte-spalte img {
    margin-right: 1%;
    display: inline;
    width: 65px; }

  #header-bottom .links {
    width: 100%; }

  .links img {
    width: 60%; }

  #header-bottom .links {
    min-height: 170px;
    width: 100%;
    border-radius: 14px 14px 14px 14px; }

  #header-bottom .rechte-spalte {
    /* width: 62%; */
    float: left;
    padding-left: 1rem;
    margin-top: .3rem; }

  #header-bottom .linke-spalte h5 {
    font-size: 0.73rem;
    letter-spacing: 0;
    padding-left: 0; }

  #header-bottom .linke-spalte .agenda {
    font-size: 2.2rem; }

  #header-bottom .links {
    min-height: 200px;
    width: 100%; }

  #header-bottom .text h2 {
    margin: 2.4rem 0 0 1rem;
    font-size: 1.3rem; }

  #header-bottom .text h2 {
    margin: 2.7rem 0 0 1rem;
    text-transform: none;
    font-size: 1rem; }

  #header-bottom .text {
    font-size: 0.5rem; }

  .agenda2030 #second-header .ce_text {
    line-height: 1.1rem;
    font-size: 0.85555rem; }

  .agenda2030 #header-bottom .text h2 {
    margin: 2.8rem 0 0 1rem;
    text-transform: none;
    font-size: 1.3rem; }

  .umsetzung #header-bottom .text h2 {
    margin: 3.4rem 0 0 1rem;
    text-transform: none;
    font-size: 1rem; }

  .umsetzung #second-header .ce_text, .prinzipien #second-header .ce_text {
    line-height: 1.1rem;
    font-size: 0.7rem; }

  .implementation #header-bottom .text h2 {
    margin: 3.4rem 0 0 1rem;
    font-size: 1.1rem; }

  .themen-2 #header-bottom .text h2, .themen-3 #header-bottom .text h2 {
    margin: 2.5rem 0 0.2rem 1rem; }

  .themen-3 #second-header .ce_text, .themen-2 #second-header .ce_text {
    font-size: 0.7rem;
    line-height: 0.7rem; }

  /*Main--------------------------------------*/
  aside#left {
    display: none; }

  #main.u_8 {
    width: 95%; }

  #main .inside {
    margin-top: 2rem;
    margin-left: 1.3rem;
    border-left: none;
    min-height: 500px;
    padding: 0; }

  .mobile {
    position: relative; }

  nav.mod_changelanguage {
    top: 25px;
    right: 70px;
    float: none;
    margin-top: 0;
    position: absolute; }

  /*mobile nav--------------------------------------*/
  #mobile-main-nav.mm-menu_opened {
    height: 100%;
    width: 80%;
    top: 0;
    left: 0;
    z-index: 1; }

  .menu-button {
    position: absolute;
    top: 53px;
    right: 50px; }

  span.touch-button:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 2rem;
    content: '\f0c9 ';
    display: inline-block;
    position: absolute;
    left: 4px;
    top: -30px; }

  #anmeldung .mod_login, .mod_lostPassword {
    margin: auto;
    width: 60%;
    margin-bottom: 5rem; } }
/* ==========================================================================
	3.Smartphone
   ========================================================================== */
@media screen and (max-width: 763px) {
  #header {
    height: auto; }

  #header .logo img, .anmeldung .logo img {
    width: 100px; }

  #header .logo-rechts img, .anmeldung .logo img {
    width: 20px;
    height: 20px; }

  /*Mobiles Menu---------------------------------------*/
  .mm-menu {
    width: 100%;
    min-width: 140px;
    max-width: 600px; }

  #header-nav-mobil {
    position: absolute;
    top: -30px;
    right: 25px;
    width: 50px; }

  span.touch-button {
    position: relative;
    text-align: right;
    margin-left: 0.9rem;
    font-size: 0.7rem; }

  span.touch-button:before {
    /* Icon Bars in der Headerleiste neben dem Logo!*/
    font-size: 1.9rem;
    top: -26px;
    left: 0px; }

  .menu-button {
    position: absolute;
    top: 45px;
    right: 30px; }

  nav.mod_changelanguage {
    top: 26px; }

  /*Menu ausgeblendet beim Runterscrollen------------*/
  .nav-up {
    top: -100px; }

  /* Header 2
   ------------------------------------------------------------------------ */
  #second-header {
    margin-top: 85px; }

  #header-bottom .links {
    min-height: 140px; }

  #header-bottom .img, #header-bottom.en .img {
    margin-top: 1.8rem;
    max-width: 274px; }

  #header-bottom .img img {
    height: 30px;
    width: 274px; }

  #header-bottom.en .img img {
    height: 30px;
    width: 340px; }

  #header-bottom.en .img {
    max-width: 340px; }

  #header-bottom .linke-spalte .agenda, #header-bottom.en .linke-spalte .agenda {
    font-size: 1.6rem; }

  #header-bottom.en .linke-spalte .agenda {
    font-size: 1.6rem; }

  #header-bottom .linke-spalte h5 {
    font-size: .5rem;
    letter-spacing: 0;
    padding-left: 0; }

  #header-bottom .rechte-spalte img {
    width: 40px;
    height: 40px; }

  #header-bottom .icon {
    padding: .888888rem 1rem 0 0; }

  #header-bottom .text h2 {
    margin: 1.6rem 0 0 0;
    font-size: 0.9rem; }

  #header-bottom .text .ce_text {
    margin-left: 0; }

  .agenda2030 #header-bottom .text h2 {
    margin: 1.5rem 0 0 0rem;
    text-transform: none;
    font-size: 1.2rem; }

  .agenda2030 #second-header .ce_text {
    line-height: 0.7rem;
    font-size: .6rem;
    margin-left: 0; }

  .umsetzung #header-bottom .text h2 {
    margin: 1rem 0 0 0rem;
    font-size: 1rem; }

  .umsetzung #second-header .ce_text, .themen #second-header .ce_text, .topics-2 #second-header .ce_text {
    line-height: 0.7rem;
    font-size: .5rem; }

  .prinzipien #second-header .ce_text {
    line-height: 0.7rem; }

  .prinzipien #header-bottom .text h2 {
    margin: 1.2rem 0 0 0rem;
    font-size: 1rem; }

  .implementation #header-bottom .text h2 {
    margin: 1rem 0 0 0rem;
    font-size: 1rem; }

  .topics #second-header .ce_text, .topics-2 #second-header .ce_text, .topics-3 #second-header .ce_text {
    line-height: 0.7rem;
    font-size: .6rem; }

  .themen-3 #second-header .ce_text, .themen-2 #second-header .ce_text {
    font-size: 0.6rem;
    line-height: 0.7rem; }

  .themen-2 #header-bottom .text h2, .themen-3 #header-bottom .text h2 {
    margin: 0.9rem 0 0; }

  /*
   Sub Nav
   ------------------------------------------------------------------------ */
  .anchor-navigation {
    padding: .5rem 0.5rem .2rem 1rem;
    margin: 0 .6rem; }

  .anchor-navigation li {
    display: inline;
    padding-right: 0.4rem; }

  .anchor-navigation li a {
    font-size: .6rem; }

  .anchor-navigation li a::before {
    font-size: 0.5rem;
    padding-right: 0.1rem;
    letter-spacing: .1rem; }

  .anchor-navigation li a:active, .anchor-navigation li span {
    color: #d90008;
    font-size: .6rem; }

  /*
   Main
   ------------------------------------------------------------------------ */
  #container.center {
    overflow: hidden; }

  #main.u_8 {
    margin-left: 35%;
    width: 65%; }

  .u_4 {
    width: 29.99999%; }

  #main .inside {
    padding: 0 0.5rem 0 1rem;
    margin-left: 0.7rem; }

  h1 {
    font-size: 1.2rem; }

  /*
   linke Spalte
   ------------------------------------------------------------------------ */
  aside#left {
    display: block;
    float: left; }

  #left {
    display: block; }

  #left .ce_text {
    font-size: 0.7rem; }

  #left h2 {
    font-size: 0.9rem; }

  input.submit.confirm.button {
    text-align: left;
    width: 215px; }

  .ce_image h3 {
    text-align: right;
    font-size: 0.5rem;
    padding-right: 2%; }

  .ce_accordion .toggler.ui-state-active::after {
    right: 0.8rem; }

  .ce_accordion .toggler::after {
    right: 0.8rem; }

  #anmeldung .mod_login, .mod_lostPassword {
    width: 70%; }

  .anmeldung .center {
    width: 95%;
    overflow: hidden; }

  .menu-button {
    position: absolute;
    top: 35px;
    right: 30px; }

  span.touch-button:before {
    font-size: 1.5rem;
    top: -26px;
    left: 4px; } }
/* ==========================================================================
	4. Smartphone Big Size
   ========================================================================== */
@media screen and (max-width: 479px) {
  #header .logo img, .anmeldung .logo img {
    width: 100px; }

  #header .logo-rechts img, .anmeldung .logo img {
    width: 20px;
    height: 20px; }

  .menu-button {
    position: absolute;
    top: 35px;
    right: 30px; }

  #header .logos {
    float: left;
    padding: 1.5rem 0 0 1rem; }

  span.touch-button:before {
    font-size: 1.5rem;
    top: -26px;
    left: 4px; }

  nav.mod_changelanguage {
    top: 17px; }

  #header-bottom .linke-spalte .agenda, #header-bottom.en .linke-spalte .agenda {
    font-size: 1.1rem; }

  aside#left {
    display: none; }

  .u_4 {
    width: 0%; }

  #main.u_8 {
    margin-left: 0%;
    width: 100%; }

  #main .inside {
    padding: 0 0.5rem 0 1rem;
    border-left: none;
    margin-left: 0.7rem; }

  .agenda2030 #header-bottom .text h2 {
    margin: 0 0 0 1rem;
    text-transform: none;
    font-size: 1rem; }

  #header-bottom .icon {
    padding: .888888rem 0.2rem 0 0; }

  #header-bottom .text {
    font-size: 0.5rem; }

 }
/* ==========================================================================
	5. Smartphone Small Size/ iphone Portrait
   ========================================================================== */
