h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  line-height: inital;
  margin-bottom: 20px;
  display: block;
}

h1 {
  font-size: 28px;
  margin-top: 0;
  color: #e30713;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

body {
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "Titillium Web", sans-serif;
  background-color: #878787;
  font-size: 18px;
}

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

.fa {
  min-width: 16px;
  text-align: center;
}

.displayNone {
  display: none;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  box-sizing: border-box;
}

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

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.carousel-vis {
  position: relative;
  height: 450px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-vis.buttonCarousel {
  height: 100px;
}
.carousel-vis.buttonCarousel .item {
  height: 100px;
}
.carousel-vis.buttonCarousel .item a {
  text-decoration: none;
}
.carousel-vis.buttonCarousel .item.active {
  position: relative;
  height: 100%;
}
.carousel-vis.buttonCarousel .item.active .slide-text {
  position: relative;
}
.carousel-vis .item {
  position: absolute;
  overflow: visible;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-vis .item.active {
  z-index: 10;
  right: 0;
}
.carousel-vis .item.active .overlay {
  right: -250px;
  transition: all 400ms ease;
}
.carousel-vis .item .image {
  max-width: 100%;
  height: 100%;
  max-height: 350px;
  background-position: center center;
}
.carousel-vis .item .overlay {
  display: none;
  position: absolute;
  background-color: #333;
  height: 1000px;
  width: 600px;
  z-index: 10;
  transform: rotate(35deg);
  opacity: 0.8;
  right: -100%;
  top: -25px;
}
.carousel-vis .item .caption {
  display: none;
}
.carousel-vis .toggler, .carousel-vis .counter, .carousel-vis .minipreview {
  display: none;
  padding: 0;
  bottom: 120px;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis .toggler li, .carousel-vis .counter li, .carousel-vis .minipreview li {
  border: none;
  width: 16px;
  height: 16px;
  background-color: #333;
  margin: 0;
  border-radius: 16px;
  margin-left: 11px;
  display: inline-block;
  cursor: pointer;
}
.carousel-vis .toggler li.active, .carousel-vis .counter li.active, .carousel-vis .minipreview li.active {
  background-color: #ccc;
}
.carousel-vis .slide-text {
  color: white;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  z-index: 11;
  padding: 15px 100px;
  background-color: #e30713;
  min-height: 100px;
}
.carousel-vis .slide-text h3 {
  font-size: 28px;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 10px;
}
.carousel-vis .slide-text p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 0;
}
.carousel-vis .slide-text.rot {
  color: #e30713;
}
.carousel-vis .slide-text.schwarz {
  color: #000;
}
.carousel-vis .slide-text.grau {
  color: #878787;
}
.carousel-vis .minipreview {
  bottom: 40px;
  width: 300px;
  height: 70px;
  list-style: none;
  white-space: nowrap;
  overflow-y: hidden;
  margin: 0;
}
.carousel-vis .minipreview li {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  background-size: cover;
}
.carousel-vis .minipreview li.active {
  background-color: transparent;
}
.carousel-vis .minipreview li:first-child {
  margin: 0;
}
.carousel-vis .counter {
  bottom: 0;
}
.carousel-vis .item-skip {
  position: absolute;
  bottom: 25px;
  font-size: 35px;
  background-repeat: no-repeat;
  z-index: 15;
  height: 50px;
  width: 50px;
}
.carousel-vis .item-skip.next {
  right: 10px;
  background-image: url("../images/arrow_right.svg");
  background-position: left;
}
.carousel-vis .item-skip.prev {
  left: 10px;
  background-image: url("../images/arrow_left.svg");
  background-position: right;
}
.carousel-vis .item-skip:hover {
  cursor: pointer;
}

@media only screen and (max-width: 990px) {
  .carousel-vis .item-skip {
    display: inline-block;
  }
}
.btn-client {
  background-image: linear-gradient(to bottom, #FFFF01 0, #FF8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "$bgc1", endColorstr="$bgc2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border: 1px solid #000;
  font-family: Arial;
  font-weight: bold;
  color: #000;
  box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.btn-client:active, .btn-client:hover {
  background-color: #FFFF01;
  color: #FFF;
}

.info-btn {
  color: white;
  bottom: 0;
  text-align: center;
  left: 50%;
  width: 100%;
  z-index: 11;
  padding: 15px 100px;
  background-color: #e30713;
  min-height: 100px;
  margin-bottom: 20px;
}
.info-btn .link {
  color: white;
  text-decoration: none;
}
.info-btn .link .slide-text {
  color: white;
}

.navigation .nav .infos {
  width: 100%;
  position: absolute;
  right: 15px;
}
.navigation .nav .infos ul {
  float: right;
}
.navigation .nav .infos ul li {
  display: inline-block;
}
.navigation .nav .infos ul li a {
  color: #9a9a9a;
  font-size: 15px;
}
.navigation .nav .infos ul li a:hover {
  text-decoration: none;
}
.navigation .nav .infos ul li a img {
  width: 25px;
}
.navigation .nav .infos ul li.icon {
  margin-right: 0;
}
.navigation .nav .infos ul li.icon a {
  margin: 0 3px;
}
.navigation .nav .infos ul li.icon.search {
  position: relative;
  width: 35px;
  height: 25px;
}
.navigation .nav .infos ul li.icon.search .fa-search {
  position: absolute;
  top: 3px;
  width: 25px;
  height: 25px;
  background-color: #878787;
  border-radius: 25px;
  line-height: 25px;
  color: white;
}
.navigation .nav .navwrap ul {
  margin-top: 84px;
  float: right;
}
.navigation .nav .navwrap ul li {
  display: inline;
}
.navigation .nav .navwrap ul li:last-child a {
  margin-right: 0;
}
.navigation .nav .navwrap ul li.active a {
  color: #e30713;
}
.navigation .nav .navwrap ul li a {
  color: #9a9a9a;
  line-height: 50px;
  font-size: 18px;
  margin-right: 19px;
}
.navigation .nav .navwrap ul li a:hover {
  text-decoration: none;
}
.navigation .nav .navwrap ul li.active a {
  color: #e30713;
}
.navigation .nav .navwrap ul li ul {
  display: none;
}
.navigation .logo a {
  top: 50px;
  position: absolute;
  z-index: 99;
  left: 65px;
}
.navigation .logo a img {
  width: 180px;
  height: auto;
}
.navigation .logo .jubilaeum img {
  position: absolute;
  height: 40px;
  width: auto;
  top: 29px;
  left: 4px;
}

.submenu {
  margin-top: 44px;
  padding-right: 15px;
}
.submenu ul li {
  list-style: none;
}
.submenu ul li a {
  font-size: 18px;
  padding: 6px 0;
  position: relative;
  display: block;
  border-bottom: 1px solid #c2c2c2;
  color: #9a9a9a;
}
.submenu ul li a:hover {
  text-decoration: none;
}
.submenu ul li ul {
  display: none;
  padding-left: 25px;
  margin: 0;
  padding: 0;
}
.submenu ul li:last-child a {
  border: none;
}
.submenu ul li.active a {
  color: #e30713;
  font-weight: 600;
  border-bottom: 1px solid #c2c2c2;
}
.submenu ul li.active ul {
  display: block;
}
.submenu ul li.active ul li a {
  color: #9a9a9a;
  padding-left: 15px;
  font-weight: normal;
}
.submenu ul li.active ul li.active a {
  color: #e30713;
}

.clear {
  clear: both;
}

.no-padding {
  padding: 0;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: transparent;
  padding: 4px 0 0;
  min-height: 42px;
  z-index: 999999;
  border-bottom: #e30713 solid 1px;
}

.mean-logo {
  position: absolute;
  top: 3px;
  left: 5px;
}
.mean-logo img {
  height: 30px;
  margin-top: 5px;
  margin-left: 10px;
  width: auto;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #e30713;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #e30713;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #FFF;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #878787;
  border-top: 1px solid #878787;
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #9a9a9a;
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 15px 14px 14px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #9a9a9a !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.newsevents {
  padding-bottom: 50px;
}
.newsevents h3 {
  font-size: 28px;
  color: #e30713;
  margin-top: 35px;
}
.newsevents a,
.newsevents p {
  font-size: 18px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.newsevents .newsbox {
  border-bottom: 1px solid #c2c2c2;
  color: #878787;
  padding-bottom: 15px;
  margin-bottom: 15px;
  /* &.newsbox {
      border-bottom: none!important;
  }
  */
}
.newsevents .newsbox.none {
  display: none;
}
.newsevents .newsbox span {
  font-size: 18px;
}
.newsevents .newsbox h3 {
  color: #878787;
  margin-top: 10px;
  font-weight: 400;
}
.newsevents .newsbox a {
  color: #878787;
  font-size: 18px;
}
.newsevents .newsbox a::before {
  content: "> ";
}
.newsevents .newsbox .newsimage {
  padding-top: 45px;
}
.newsevents .showallevents {
  display: block;
  color: #878787;
  margin-top: 15px;
}
.newsevents .showallevents::before {
  content: "> ";
}
.newsevents .weiterlesen {
  display: block;
  margin-top: 20px;
}

a.weiterlesen {
  text-decoration: none !important;
}

.headerOuter {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 150;
  height: 140px;
}
.headerOuter.shadow {
  box-shadow: 0 0 20px -13px #000;
}
.headerOuter .infos .logoHeader {
  display: inline-block;
  margin-top: 12px;
}
.headerOuter .infos .logoHeader.keest {
  margin-top: 5px;
}
.headerOuter .infos .logoHeader.kompetenz img {
  width: 100px !important;
}
.headerOuter .infos .logoHeader.beruf {
  margin-top: 20px;
}
.headerOuter .infos .logoHeader img {
  width: 60px !important;
  margin-right: 10px;
}
.headerOuter .infos form.sisea-search-form {
  padding: 0;
  margin: 0;
  float: right;
}
.headerOuter .infos form.sisea-search-form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  width: auto;
}
.headerOuter .infos form.sisea-search-form fieldset input {
  width: 30px;
  padding: 10px;
  height: 30px;
  background-color: #9a9a9a;
  border-radius: 100%;
  transition: all 0.2s;
}
.headerOuter .infos form.sisea-search-form fieldset input.breit {
  border-radius: 0;
  background-color: #c2c2c2;
}

.spacerHeader {
  width: 100%;
  height: 150px;
}
.spacerHeader.detail {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .headerOuter {
    position: relative;
    height: auto;
  }

  .spacerHeader {
    display: none;
    margin-bottom: 0;
  }
}
footer {
  color: #FFF;
}
footer h1 {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 35px;
  display: block;
}
footer .square-img img {
  width: 220px;
  margin-top: -80px;
  transition: all 400ms ease;
}
footer .logoFooter {
  display: none;
  margin-top: 15px;
  width: 49%;
}
footer .logoFooter.keest {
  margin-top: 5px;
}
footer .logoFooter.beruf {
  margin-top: 20px;
}
footer .logoFooter img {
  width: 100px;
}
footer .title {
  margin-bottom: 30px;
  margin-top: 30px;
}
footer a.titelLink {
  color: #FFF;
}
footer a.titelLink:hover {
  color: #FFF;
  text-decoration: none;
}
footer ul.footerAdress {
  list-style: none;
  padding: 0;
}
footer ul.footerAdress a {
  color: #FFF;
}
footer ul.footerAdress li .number {
  text-align: right;
  float: right;
}
footer ul.footerAdress .telefon {
  width: 30%;
}
footer .tg img {
  margin-top: 20px;
  width: 50%;
  height: auto;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
  color: #FFF;
  display: block;
  width: 100%;
}
footer ul li a:hover {
  text-decoration: none;
  color: #FFF;
}
footer ul li:last-child {
  border-bottom: none;
}
footer ul li:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1440px) {
  footer .square-img img {
    margin-left: -125px;
    transition: all 400ms ease;
  }
}
@media screen and (max-width: 992px) {
  footer .square-img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .navigation .nav .navwrap ul li a {
    margin-right: 12px;
  }

  .content > div > div > div {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 992px) {
  .headerOuter {
    background-color: #FFF;
  }

  .Stimmungsbild,
.noMobil {
    display: none;
  }

  .listeOuterHeader.noMobil {
    display: block;
  }

  .content {
    padding-top: 20px;
  }

  .navigation .nav ul {
    height: auto;
    margin-bottom: 0;
  }
  .navigation .nav .infos {
    display: none;
  }
  .navigation .logo {
    display: block;
    height: 100px;
  }
  .navigation .logo a {
    z-index: 999999;
  }
  .navigation .logo a.logoForm {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  .navigation .logo a.logoForm > img {
    display: block;
    margin-top: 5px;
    width: 175px;
  }
  .navigation .logo a img {
    display: none;
    margin-top: 5px;
    width: 175px;
  }
  .navigation .logo .jubilaeum {
    display: none;
  }

  .submenu {
    display: none;
  }

  .infoboxwrap {
    display: none;
  }
  .infoboxwrap .infobox .redbox {
    margin-bottom: 20px;
  }

  #fb-root,
.fb-page {
    display: none !important;
  }

  main .carousel-vis {
    height: 400px;
    margin-top: 20px;
  }
  main .carousel-vis .item {
    height: 300px;
  }
  main .carousel-vis .item .image {
    background-size: cover;
  }
  main .carousel-vis .item .slide-text {
    bottom: auto;
    top: 300px;
    padding: 0;
  }
  main .carousel-vis .item .slide-text h3 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  main .carousel-vis .item-skip {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main .carousel-vis {
    display: none;
  }

  .listeOuterHeader.noMobil {
    display: none;
  }

  .listeOuter .showmobil {
    font-weight: bold;
    display: block !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #c2c2c2;
  }
}
@media screen and (max-width: 550px) {
  .content ul.files li a span.size {
    display: none;
  }
}
.wrapperWhite {
  background-color: white;
}

.content {
  min-height: 450px;
  color: #878787;
  margin-bottom: 25px;
}
.content a {
  color: #878787;
  text-decoration: underline;
  transition: all 0.2s;
}
.content a:hover {
  color: #e30713;
}
.content .LinkBoxOuter .LinkBox {
  transition: all 0.2s;
  position: relative;
}
.content .LinkBoxOuter .LinkBox .link,
.content .LinkBoxOuter .LinkBox .name {
  transition: all 0.2s;
  padding: 0;
}
.content .LinkBoxOuter .LinkBox .link:hover,
.content .LinkBoxOuter .LinkBox .name:hover {
  color: red;
}
.content .LinkBoxOuter .LinkBox .name {
  float: left;
}
.content .LinkBoxOuter .LinkBox .link {
  float: right;
}
.content .LinkBoxOuter .LinkBox a {
  border-bottom: 1px solid #d4d4d4;
  transition: all 0.2s;
  z-index: 55;
  display: inline-block;
  width: 100%;
  padding-bottom: 7px;
  text-decoration: none;
}
.content .LinkBoxOuter .LinkBox a:hover {
  color: red;
  border-bottom: 1px solid red;
}
.content hr {
  border-bottom: 1px solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.content .LiveSearch {
  display: block;
  margin-bottom: 20px;
  padding: 7px;
  border: 1px solid #878787;
  min-width: 33%;
}
.content .linkBlaetterkatalog {
  display: block;
}
.content .linkBlaetterkatalog img {
  max-width: 200px;
  height: auto;
}
.content .linkBlaetterkatalog.sublink {
  margin-top: 10px;
  margin-bottom: 20px;
}
.content ul.files {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 40px;
}
.content ul.files li {
  list-style: none;
}
.content ul.files li a {
  border-bottom: 1px solid;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  *zoom: 1;
}
.content ul.files li a:before, .content ul.files li a:after {
  content: " ";
  display: table;
}
.content ul.files li a:after {
  clear: both;
}
.content ul.files li a span {
  float: right;
}
.content ul.files li a span.glyphicon {
  float: left;
  margin-right: 10px;
}

.Stimmungsbild {
  height: 200px;
  margin-bottom: 30px;
  display: none;
}

body.detail .events {
  padding-bottom: 50px;
}
body.detail .events h3 {
  margin-top: 40px;
}
body.detail .events .eventslisted {
  border-bottom: 1px solid #c2c2c2;
  color: #9a9a9a;
  padding-top: 15px;
}
body.detail .events .eventslisted p {
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 600;
}
body.detail .events .eventslisted a {
  color: #9a9a9a;
}
body.detail .events .eventslisted a::before {
  content: "> ";
}
body.detail .events .eventslisted:last-of-type {
  border-bottom: 1px solid #c2c2c2;
}
body.detail .events .eventslisted.eventbox {
  padding-top: 45px;
  padding-bottom: 10px;
}
body.detail .events .eventslisted.newsbox {
  border-bottom: none !important;
}
body.detail .events .eventslisted .eventdatum p {
  font-weight: 400;
}
body.detail .events .eventslisted:last-child {
  border-bottom: 0;
}

.MitgliederListe .MitgliedBox {
  margin-bottom: 25px;
  display: inline;
}
.MitgliederListe .MitgliedBox .stellen-box {
  display: block;
  margin-bottom: 20px;
}
.MitgliederListe .MitgliedBox .emo_address {
  margin-left: -20px;
  padding-left: 20px;
}
.MitgliederListe .MitgliedBox a i {
  float: left;
  margin-top: 5px;
  margin-right: 7px;
}
.MitgliederListe .MitgliedBox a p {
  float: left;
}
.MitgliederListe .MitgliedBox img {
  height: auto;
  width: 100%;
  margin-top: 7px;
}
.MitgliederListe .MitgliedBox .clear {
  display: none;
}
.MitgliederListe .MitgliedBox:nth-child(2n) .clear {
  display: block;
}

body.detail .hero {
  background-image: url("http://Www.placehold.it/300x300");
}
body.detail .events-group {
  padding-right: 15px;
  margin-top: 40px;
}
body.detail .events-group .events-group-item {
  font-size: 18px;
  padding: 6px 0;
  position: relative;
  display: block;
  border-top: 1px solid #c2c2c2;
  color: #9a9a9a;
  font-weight: 600;
}
body.detail .events-group .events-group-item.active {
  color: #e30713;
}
body.detail .events-group .events-group-item:first-child {
  border-top: 0;
}
body.detail .kontakt {
  color: #9a9a9a;
  text-decoration: none;
  margin-top: 15px;
  display: block;
}

.listeOuterHeader {
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}

.listeOuter {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.listeOuter .showmobil {
  display: none;
}
.listeOuter span.keywords {
  display: none;
}
.listeOuter.titel {
  font-weight: 700;
}

form label {
  width: 100%;
}
form input,
form textarea {
  width: 100%;
  border: 0;
  margin-bottom: 15px;
  margin-top: 3px;
  background-color: #e8e8e8;
  padding: 7px;
  box-sizing: border-box;
}
form input[type=checkbox],
form textarea[type=checkbox] {
  width: 20px;
  display: inline;
  height: auto;
  border: none;
  margin: 0;
}
form .radio {
  display: inline-block;
  width: 33%;
}
form .radio input {
  float: left;
  background-color: red;
}
form input[type=checkbox] {
  width: unset;
}
form label[for=newsletter] {
  width: unset;
}
form .newsletter-info {
  display: none;
}
form select {
  margin-bottom: 15px;
  padding: 7px;
}
form .form-buttons button,
form .form-buttons input,
form .form-pagination button,
form .form-pagination input {
  background-color: #e30713;
  color: #FFF;
  transition: all 0.5s ease 0s;
  width: auto;
}
form .form-buttons button.subscribe,
form .form-buttons input.subscribe,
form .form-pagination button.subscribe,
form .form-pagination input.subscribe {
  background-color: #0e9113;
}
form .form-buttons button:hover,
form .form-buttons input:hover,
form .form-pagination button:hover,
form .form-pagination input:hover {
  opacity: 0.75;
}
form input[type=radio] {
  width: 20px;
}
form span.info {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.form-container hr:first-of-type {
  display: none;
}

.infoForm {
  display: block;
  margin-bottom: 20px;
}

.FormInfoOuter {
  display: block;
  margin: 40px 0;
}

.form-pagination button {
  padding: 7px;
  font-size: inherit;
  border-radius: 0;
}
.form-pagination button:active, .form-pagination button:focus, .form-pagination button:hover {
  color: white;
}

.checkboxes {
  display: block;
}
.checkboxes input {
  width: auto;
}

.error {
  margin-bottom: 0.5rem;
  color: #e30713;
}

.contactlevel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.listEvent {
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.spacerEvents {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

#filters {
  display: block;
  margin-bottom: 10px;
}
#filters .button {
  display: inline-block;
  padding: 0.5em 0;
  margin: 0;
  background: #EEE;
  border: none;
  background-color: #FFF;
  color: #878787;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
  margin-right: 10px;
}
#filters .button.is-checked {
  text-decoration: underline;
  color: #e30713;
}

.grid .eventbox {
  border-bottom: 1px solid #c2c2c2;
  color: #878787;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.grid .eventbox span {
  font-size: 18px;
  display: block;
  width: 100%;
}
.grid .eventbox h3 {
  color: #878787;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.grid .eventbox a {
  color: #878787;
  font-size: 18px;
}
.grid .eventbox a::before {
  content: "> ";
}
.grid .eventbox a.anmeldung {
  position: absolute;
  bottom: 1rem;
  display: inline-block;
  margin-top: 5px;
}
.grid .eventbox a.all-events {
  bottom: 0;
  text-decoration: none;
}
.grid .eventbox a.superlink {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 55;
}
.grid .eventbox a.superlink::before {
  content: "";
}

.newsevents .eventbox {
  border-bottom: 1px solid #c2c2c2;
  color: #878787;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  margin-bottom: 0;
}
.newsevents .eventbox:nth-child(even) {
  background: #ececec;
}
.newsevents .eventbox span {
  font-size: 18px;
}
.newsevents .eventbox h3 {
  color: #878787;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
}
.newsevents .eventbox a {
  color: #878787;
  font-size: 18px;
}
.newsevents .eventbox a::before {
  content: "> ";
}
.newsevents .eventbox p {
  margin-bottom: 0;
}

.linkEventStart {
  color: #e30713;
  margin-top: 15px;
  display: inline-block;
}
.linkEventStart:hover {
  color: #e30713;
}

.rssFeedOuter {
  background: #9a9a9a;
  padding: 15px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.rssFeedOuter span.titel {
  color: #e30713;
  color: #FFF;
  display: block;
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.rssFeedOuter .logoSGV {
  width: 100px;
  height: auto;
  padding-left: 5px;
}
.rssFeedOuter .rssFeed {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.rssFeedOuter .rssFeed:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rssFeedOuter .rssFeed h3 {
  color: #FFF;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.rssFeedOuter .rssFeed b,
.rssFeedOuter .rssFeed strong {
  font-weight: normal;
}
.rssFeedOuter .rssFeed a {
  display: block;
  margin-top: 10px;
  color: #FFF;
  font-size: 18px;
  text-decoration: underline;
}

.mandatBox {
  position: relative;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mandatBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.mandatBox h3 {
  margin: 0;
  margin-bottom: 7px;
}
.mandatBox span.text {
  display: block;
  margin-top: 10px;
}

/* Mixin */
.infoboxwrap {
  background-color: #ececec;
  padding-top: 50px;
  padding-bottom: 50px;
}

.landingBox {
  height: 270px;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: inherit;
  text-align: center;
  transition: all 0.2s;
}
.landingBox:hover {
  box-shadow: 0 0 15px -3px #9a9a9a;
}
.landingBox.rot {
  background-color: #e30713;
}
.landingBox.schwarz {
  background-color: #000;
}
.landingBox.weiss {
  background-color: #FFF;
}
.landingBox.grau {
  background-color: #9a9a9a;
}
.landingBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.landingBox .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.landingBox .inner.rot {
  color: #e30713;
}
.landingBox .inner.grau {
  color: #9a9a9a;
}
.landingBox .inner.weiss {
  color: #FFF;
}
.landingBox .inner span {
  font-size: 28px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.ListePolitik {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.ListePolitik.min {
  border-bottom: unset;
  margin-bottom: 0;
}
.ListePolitik h3 {
  margin-top: 0;
  font-size: 28px;
}
.ListePolitik .togglecontent {
  display: none;
}
.ListePolitik .intro {
  width: 100%;
  display: block;
}
.ListePolitik .contentPol p {
  margin-bottom: 20px;
}
.ListePolitik .contentPol ul.files {
  margin-bottom: 20px;
}
.ListePolitik a.readmore {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  color: #9a9a9a;
  margin-bottom: 10px;
}
.ListePolitik a.close {
  display: none;
  font-size: 18px;
  color: #9a9a9a;
  font-weight: normal;
  float: left;
  opacity: 1;
}

.sisea-search-form fieldset {
  border: 0;
  padding: 0;
}
.sisea-search-form fieldset input {
  width: auto;
}
.sisea-search-form fieldset input[type=submit] {
  background-color: #e30713;
  color: white;
}

.sisea-results-page {
  margin-top: 20px;
}
.sisea-results-page .sisea-results {
  font-weight: bold;
}
.sisea-results-page .sisea-result h3 {
  font-size: 22px;
  line-height: normal;
}
.sisea-results-page .sisea-paging.first {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}
.sisea-results-page .sisea-paging.last {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid black;
}