@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/********
 * @license
 * MyFonts Webfont Build ID 3485933, 2017-11-19T05:53:27-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FrutigerLTStd-Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/frutiger/65-bold/
 * Copyright: Copyright &#x00A9; 1988, 1990, 1994, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 *
 * Webfont: FrutigerLTStd-Italic by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/frutiger/56-italic/
 * Copyright: Copyright &#x00A9; 1988, 1990, 1994, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 *
 * Webfont: FrutigerLTStd-BoldItalic by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/frutiger/66-bold-italic/
 * Copyright: Copyright &#x00A9; 1988, 1990, 1994, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 *
 * Webfont: FrutigerLTPro-Roman by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/frutiger/pro-55-roman/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced,
 * Licensed pageviews: 250,000
 *
 * Webfont: FF Quadraat Sans Web Pro Bold by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/ff-quadraat-sans/pro-bold/
 * Copyright: 2011 Fred Smeijers published by FSI FontShop International GmbH
 * Licensed pageviews: 50,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3485933
 *
 * © 2017 MyFonts Inc */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3530ed");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@font-face {
  font-family: "FrutigerLTStd-Bold";
  src: url("../fonts/webfonts/3530ED_0_0.eot");
  src: url("../fonts/webfonts/3530ED_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/3530ED_0_0.woff2") format("woff2"), url("../fonts/webfonts/3530ED_0_0.woff") format("woff"), url("../fonts/webfonts/3530ED_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "FrutigerLTPro-Roman";
  src: url("../fonts/webfonts/3530ED_3_0.eot");
  src: url("../fonts/webfonts/3530ED_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/3530ED_3_0.woff2") format("woff2"), url("../fonts/webfonts/3530ED_3_0.woff") format("woff"), url("../fonts/webfonts/3530ED_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "FFQuadraatSansWebProBold";
  src: url("../fonts/webfonts/3530ED_4_0.eot");
  src: url("../fonts/webfonts/3530ED_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/3530ED_4_0.woff2") format("woff2"), url("../fonts/webfonts/3530ED_4_0.woff") format("woff"), url("../fonts/webfonts/3530ED_4_0.ttf") format("truetype");
}
/* line 23, ../sass/include/_vari.sass */
body #wrapper #content-contain .content-header .btn-shop, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-search .btn, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-search .btn, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo a span {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  background-color: #da001a;
}
/* line 33, ../sass/include/_vari.sass */
body #wrapper #content-contain .content-header .btn-shop:hover, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-search .btn:hover, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-search .btn:hover, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo a span:hover {
  color: #fff;
  background-color: #6d000d;
}

@keyframes blink {
  0% {
    border: 1px solid #cccccc;
    background-color: #fff;
  }
  50% {
    border-color: #da001a;
    background-color: rgba(218, 0, 26, 0.1);
  }
  100% {
    border: 1px solid #cccccc;
    background-color: #fff;
  }
}
/* line 1, ../sass/include/_fixes.sass */
* {
  box-sizing: border-box !important;
  transition: all 100ms ease;
  -webkit-overflow-scrolling: touch;
}
/* line 5, ../sass/include/_fixes.sass */
*:hover {
  transition: all 100ms ease;
}

/* line 12, ../sass/include/_fixes.sass */
#wrapper #content-contain .content-content.full-content {
  padding: 0;
}
/* line 15, ../sass/include/_fixes.sass */
#wrapper #content-contain .content-content.full-content .vc_row_full, #wrapper #content-contain .content-content.full-content .vc_row_full .wpb_column,
#wrapper #content-contain .content-content.full-content .vc_row_full .vc_column-inner,
#wrapper #content-contain .content-content.full-content .vc_row_full .wpb_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

/* line 37, ../sass/include/_fixes.sass */
iframe {
  border: none;
}

/* line 41, ../sass/include/_fixes.sass */
#login {
  font-family: "Open Sans";
}
/* line 43, ../sass/include/_fixes.sass */
#login h1 a {
  display: block;
  width: 100%;
  background-color: transparent;
  background-image: url("../images/lu_brand.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70%;
}
/* line 52, ../sass/include/_fixes.sass */
#login #loginform #wp-submit {
  border-radius: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

/* line 1, ../sass/include/_navigation.sass */
#navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  border-right: 1px solid #cccccc;
  background-color: #fff;
  z-index: 1000;
}
/* line 14, ../sass/include/_navigation.sass */
#navigation .nav-trigger {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 0;
  background-color: #da001a;
}
/* line 22, ../sass/include/_navigation.sass */
#navigation .nav-trigger:hover {
  background-color: #6d000d;
}
/* line 24, ../sass/include/_navigation.sass */
#navigation .nav-trigger:active, #navigation .nav-trigger:focus {
  outline: none;
  box-shadow: none;
}
/* line 28, ../sass/include/_navigation.sass */
#navigation .nav-trigger .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
}
/* line 34, ../sass/include/_navigation.sass */
#navigation .nav-trigger .cross span {
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #fff;
}
/* line 41, ../sass/include/_navigation.sass */
#navigation .nav-trigger .cross span:last-child {
  margin-bottom: 0;
}
/* line 43, ../sass/include/_navigation.sass */
#navigation .nav-trigger.open {
  background-color: #6d000d;
}
/* line 47, ../sass/include/_navigation.sass */
#navigation .nav-trigger.open .cross span:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
}
/* line 49, ../sass/include/_navigation.sass */
#navigation .nav-trigger.open .cross span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
}
/* line 51, ../sass/include/_navigation.sass */
#navigation .nav-trigger.open .cross span:last-child {
  opacity: 0;
}
/* line 54, ../sass/include/_navigation.sass */
#navigation .nav-list {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 65, ../sass/include/_navigation.sass */
#navigation .nav-list li {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
/* line 71, ../sass/include/_navigation.sass */
#navigation .nav-list li a {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #6d000d;
  text-decoration: none;
  background-color: #fff;
}
/* line 84, ../sass/include/_navigation.sass */
#navigation .nav-list li a:hover {
  background-color: #e9e9e9;
}
/* line 87, ../sass/include/_navigation.sass */
#navigation .nav-list li a .icon {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 0;
}
/* line 94, ../sass/include/_navigation.sass */
#navigation .nav-list li a .icon .icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22.5px;
  transform: translate(-50%, -50%);
}
/* line 100, ../sass/include/_navigation.sass */
#navigation .nav-list li a .icon .fa {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #da001a;
  transform: translate(-50%, -50%);
}
/* line 107, ../sass/include/_navigation.sass */
#navigation .nav-list li a .navpoint {
  position: relative;
  width: 0;
  padding: 17px 0;
  min-height: 60px;
  line-height: 1.5em;
  overflow: hidden;
}
/* line 115, ../sass/include/_navigation.sass */
#navigation .nav-list li.active a {
  color: #6d000d;
  font-weight: 600;
  background-color: #e9e9e9;
}
/* line 121, ../sass/include/_navigation.sass */
#navigation .nav-list li .subtoggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: transparent;
  z-index: 2;
}
/* line 131, ../sass/include/_navigation.sass */
#navigation .nav-list li .subtoggle:hover {
  cursor: pointer;
}
/* line 134, ../sass/include/_navigation.sass */
#navigation .nav-list li .subtoggle .fa {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 100%;
  color: #da001a;
  font-size: 21px;
}
/* line 145, ../sass/include/_navigation.sass */
#navigation .nav-list li .subtoggle .fa:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 152, ../sass/include/_navigation.sass */
#navigation .nav-list li .subtoggle.open {
  width: 80px;
}
/* line 156, ../sass/include/_navigation.sass */
#navigation .nav-list li .submenu {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: none;
}
/* line 163, ../sass/include/_navigation.sass */
#navigation .nav-list li .submenu li:first-child {
  border-top: 1px solid #cccccc;
}
/* line 165, ../sass/include/_navigation.sass */
#navigation .nav-list li .submenu li:last-child {
  border-bottom: none;
}
/* line 167, ../sass/include/_navigation.sass */
#navigation .nav-list li .submenu li a {
  position: relative;
  font-size: 14px;
  height: 45px;
  min-height: 45px;
  line-height: 45px;
  padding-left: 80px;
  background-color: rgba(233, 233, 233, 0.3);
}
/* line 175, ../sass/include/_navigation.sass */
#navigation .nav-list li .submenu li a:hover {
  background-color: #e9e9e9;
}
/* line 177, ../sass/include/_navigation.sass */
#navigation .nav-list li .submenu li a:before {
  content: "›";
  position: absolute;
  top: 0;
  left: 60px;
  font-size: 18px;
  height: 45px;
  min-height: 45px;
  line-height: 45px;
}
/* line 188, ../sass/include/_navigation.sass */
#navigation .nav-list li .submenu li.active a {
  background-color: rgba(233, 233, 233, 0.8);
}
/* line 193, ../sass/include/_navigation.sass */
#navigation.open {
  width: 360px;
}
/* line 197, ../sass/include/_navigation.sass */
#navigation.open .nav-list li a {
  max-height: none;
}
/* line 199, ../sass/include/_navigation.sass */
#navigation.open .nav-list li a .icon {
  margin-right: 10px;
}
/* line 201, ../sass/include/_navigation.sass */
#navigation.open .nav-list li a .navpoint {
  width: auto;
}
/* line 205, ../sass/include/_navigation.sass */
#navigation.open .nav-list li.active .submenu {
  display: block;
}
/* line 208, ../sass/include/_navigation.sass */
#navigation.open .nav-list .subtoggle {
  display: block;
}

/* line 214, ../sass/include/_navigation.sass */
.nav-list > li > a .navpoint,
.submenu > li > a {
  overflow: visible !important;
}
/* line 217, ../sass/include/_navigation.sass */
.nav-list > li > a .navpoint .nav-notify,
.submenu > li > a .nav-notify {
  display: block;
  position: absolute;
  top: 25%;
  left: calc(100% + 5px);
  width: 22.25px;
  height: 22.25px;
  color: #fff;
  text-align: center;
  line-height: 22.25px;
  font-size: 10px;
  background-color: #da001a;
  border-radius: 100%;
}

/* line 232, ../sass/include/_navigation.sass */
.submenu > li > a .nav-notify {
  left: 90%;
}

/* line 236, ../sass/include/_navigation.sass */
.containlist .col-sm-12 {
  position: relative;
}
/* line 238, ../sass/include/_navigation.sass */
.containlist .col-sm-12 .nav-notify {
  display: block;
  position: absolute;
  top: 30%;
  left: 90%;
  width: 22.25px;
  height: 22.25px;
  color: #fff;
  text-align: center;
  line-height: 22.25px;
  font-size: 10px;
  background-color: #da001a;
  border-radius: 100%;
  transform: translateY(-50%);
}

/* line 253, ../sass/include/_navigation.sass */
.nav-brand {
  display: none;
  position: relative;
  width: 100%;
  height: 135px;
}
/* line 258, ../sass/include/_navigation.sass */
.nav-brand img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 60%;
  transform: translate(-50%, -50%);
}

/* line 269, ../sass/include/_navigation.sass */
#navigation.open .nav-brand {
  display: block;
}

/* line 1, ../sass/include/_theme.sass */
body {
  font-family: "FrutigerLTPro-Roman";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
}
/* line 10, ../sass/include/_theme.sass */
body img {
  max-width: 100%;
}
/* line 13, ../sass/include/_theme.sass */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
/* line 22, ../sass/include/_theme.sass */
body h2 {
  color: #6d000d;
  font-size: 24px;
  font-family: "FFQuadraatSansWebProBold";
}
/* line 27, ../sass/include/_theme.sass */
body h3 {
  color: #da001a;
  font-size: 28px;
  font-weight: 300;
}
/* line 32, ../sass/include/_theme.sass */
body a {
  color: #da001a;
  font-weight: 400;
}
/* line 35, ../sass/include/_theme.sass */
body a:hover {
  color: #6d000d;
  text-decoration: none;
}
/* line 40, ../sass/include/_theme.sass */
body .row table {
  width: 100% !important;
  max-width: 100%;
}
@media (max-width: 1280px) {
  /* line 44, ../sass/include/_theme.sass */
  body .row table tr {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 601px) {
  /* line 44, ../sass/include/_theme.sass */
  body .row table tr {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
/* line 49, ../sass/include/_theme.sass */
body .row table tr td {
  padding: 20px 10px;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1280px) {
  /* line 49, ../sass/include/_theme.sass */
  body .row table tr td {
    width: auto !important;
    -ms-flex: 1 !important;
        flex: 1 !important;
  }
}
@media (max-width: 601px) {
  /* line 49, ../sass/include/_theme.sass */
  body .row table tr td {
    padding: 10px;
    border-bottom: none;
  }
  /* line 60, ../sass/include/_theme.sass */
  body .row table tr td:nth-child(3n) {
    border-bottom: 1px solid #ddd;
  }
}
/* line 63, ../sass/include/_theme.sass */
body .row table tr:last-child td {
  border-bottom: none;
}
/* line 66, ../sass/include/_theme.sass */
body .form-control {
  margin-bottom: 20px;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
}
/* line 71, ../sass/include/_theme.sass */
body .form-control:focus, body .form-control:active {
  box-shadow: 0 0 10px rgba(109, 0, 13, 0.4);
  border-color: #6d000d;
}
/* line 76, ../sass/include/_theme.sass */
body #wrapper {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
/* line 83, ../sass/include/_theme.sass */
body #wrapper #content-contain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  width: calc( 100% - 60px );
  height: 100%;
  margin-left: 60px;
}
/* line 92, ../sass/include/_theme.sass */
body #wrapper #content-contain.open {
  width: calc( 100% - 360px );
  margin-left: 360px;
}
/* line 98, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 195px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.25);
  background-image: url("../images/Unbenanntes_Panorama1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  /* line 98, ../sass/include/_theme.sass */
  body #wrapper #content-contain .content-header {
    min-height: 170px;
  }
}
@media (max-width: 601px) {
  /* line 98, ../sass/include/_theme.sass */
  body #wrapper #content-contain .content-header {
    min-height: 110px;
  }
}
/* line 114, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
/* line 127, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .content-header-col {
  position: relative;
  width: 20%;
  padding: 10px;
}
/* line 133, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .content-header-col.content-header-col-middle {
  -ms-flex: none;
      flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 60%;
  text-align: center;
}
@media (max-width: 601px) {
  /* line 140, ../sass/include/_theme.sass */
  body #wrapper #content-contain .content-header .content-header-col:nth-child(1), body #wrapper #content-contain .content-header .content-header-col:nth-child(3) {
    display: none;
  }
  /* line 143, ../sass/include/_theme.sass */
  body #wrapper #content-contain .content-header .content-header-col.content-header-col-middle {
    width: 100%;
  }
}
/* line 146, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .date {
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 5px 2.5px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #2f2f2f;
}
/* line 157, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .dailydate {
  font-weight: 400;
}
/* line 162, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .brand {
  margin-top: 20px;
  width: 220px;
  margin-bottom: 20px;
}
/* line 167, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .btn-shop {
  margin: 10px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
/* line 173, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .btn-shop.btn-logout {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  /* line 167, ../sass/include/_theme.sass */
  body #wrapper #content-contain .content-header .btn-shop {
    padding: 0 5px;
  }
}
/* line 179, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .searchform {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 500px;
}
/* line 187, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .searchform #search {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 0 10px;
  padding-right: 60px;
  z-index: 1;
}
@media (max-width: 1024px) {
  /* line 187, ../sass/include/_theme.sass */
  body #wrapper #content-contain .content-header .searchform #search {
    height: 45px;
    line-height: 45px;
  }
}
/* line 201, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .searchform #search:focus, body #wrapper #content-contain .content-header .searchform #search:active {
  outline: none;
  box-shadow: none;
}
/* line 205, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .searchform .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  color: #cccccc;
  border: none;
  background-color: transparent;
  z-index: 2;
}
/* line 215, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-header .searchform .btn:hover {
  color: #6d000d;
}
/* line 218, ../sass/include/_theme.sass */
body #wrapper #content-contain .content-content {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  padding: 10px;
  overflow: hidden;
  overflow-y: scroll;
}

/* line 228, ../sass/include/_theme.sass */
#pageContent .custom-post-header {
  margin-bottom: 20px;
}
/* line 230, ../sass/include/_theme.sass */
#pageContent .custom-post-header > h2 {
  font-family: "FrutigerLTStd-Bold";
  margin: 0;
}
/* line 233, ../sass/include/_theme.sass */
#pageContent .custom-post-header > span {
  color: #999999;
}
/* line 235, ../sass/include/_theme.sass */
#pageContent .custom-post-header .custom-post-header-img {
  position: relative;
  margin: 20px 0;
  max-width: 800px;
}
/* line 239, ../sass/include/_theme.sass */
#pageContent .custom-post-header .custom-post-header-img img {
  min-width: 100%;
  max-width: 100%;
}

/* line 1, ../sass/include/_buttons.sass */
.btn {
  display: inline-block;
  position: relative;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  background-color: #da001a;
}
/* line 10, ../sass/include/_buttons.sass */
.btn:hover {
  color: #fff;
  background-color: #6d000d;
}
/* line 13, ../sass/include/_buttons.sass */
.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}
/* line 18, ../sass/include/_buttons.sass */
.btn.btn-icon {
  padding-left: 40px;
}
/* line 20, ../sass/include/_buttons.sass */
.btn.btn-icon .fa {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #da001a;
  border-radius: 100%;
  transform: translateY(-50%);
}
/* line 31, ../sass/include/_buttons.sass */
.btn.btn-icon .fa:before {
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
/* line 37, ../sass/include/_buttons.sass */
.btn.btn-clear {
  color: #999999;
  background-color: transparent;
}
/* line 40, ../sass/include/_buttons.sass */
.btn.btn-clear:hover {
  color: #da001a;
  background-color: transparent;
}
/* line 44, ../sass/include/_buttons.sass */
.btn.btn-clear.btn-icon .fa {
  color: #fff;
  background-color: #da001a;
}
/* line 48, ../sass/include/_buttons.sass */
.btn.btn-big {
  font-size: 18px;
}
@media (max-width: 1024px) {
  /* line 48, ../sass/include/_buttons.sass */
  .btn.btn-big {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  /* line 48, ../sass/include/_buttons.sass */
  .btn.btn-big {
    font-size: 14px;
  }
}
/* line 54, ../sass/include/_buttons.sass */
.btn.btn-big.btn-icon .fa {
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  /* line 54, ../sass/include/_buttons.sass */
  .btn.btn-big.btn-icon .fa {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  /* line 54, ../sass/include/_buttons.sass */
  .btn.btn-big.btn-icon .fa {
    font-size: 12px;
  }
}

/* line 64, ../sass/include/_buttons.sass */
.btn-a {
  display: block;
  color: #6d000d;
  font-size: 14px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
/* line 70, ../sass/include/_buttons.sass */
.btn-a:hover {
  color: #da001a;
}
/* line 72, ../sass/include/_buttons.sass */
.btn-a .fa {
  color: #6d000d !important;
  margin-right: 10px;
}
/* line 76, ../sass/include/_buttons.sass */
.btn-a.btn-a-2 {
  padding: 3.33333px 5px;
}
/* line 78, ../sass/include/_buttons.sass */
.btn-a.btn-a-2:hover, .btn-a.btn-a-2.active {
  cursor: pointer;
  color: #fff;
  background-color: #6d000d;
}

/* line 1, ../sass/include/_select.sass */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

/* line 6, ../sass/include/_select.sass */
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

/* line 15, ../sass/include/_select.sass */
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  padding: 8px 15px;
  transition: all 0.2s ease-in;
}
/* line 27, ../sass/include/_select.sass */
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
/* line 36, ../sass/include/_select.sass */
.select-styled:hover {
  background-color: #b83729;
}
/* line 38, ../sass/include/_select.sass */
.select-styled:active, .select-styled.active {
  background-color: #ab3326;
}
/* line 40, ../sass/include/_select.sass */
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

/* line 44, ../sass/include/_select.sass */
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
/* line 58, ../sass/include/_select.sass */
.select-options li {
  margin: 0;
  padding: 12px 5px;
  border-top: 1px solid #962d22;
  transition: all 0.15s ease-in;
}
/* line 67, ../sass/include/_select.sass */
.select-options li:hover {
  color: #c0392b;
  background: #fff;
}
/* line 70, ../sass/include/_select.sass */
.select-options li[rel="hide"] {
  display: none;
}

/* line 1, ../sass/include/_flexes.sass */
.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}
/* line 7, ../sass/include/_flexes.sass */
.row-flex > [class*="col-"] {
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px;
  border-right: 1px solid #cccccc;
}
@media (max-width: 601px) {
  /* line 7, ../sass/include/_flexes.sass */
  .row-flex > [class*="col-"] {
    overflow: auto;
  }
}
/* line 14, ../sass/include/_flexes.sass */
.row-flex > [class*="col-"]:last-child {
  border: none;
}
@media (max-width: 601px) {
  /* line 1, ../sass/include/_flexes.sass */
  .row-flex {
    display: block;
    -ms-flex: none;
        flex: none;
  }
}

/* line 21, ../sass/include/_flexes.sass */
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 601px) {
  /* line 21, ../sass/include/_flexes.sass */
  .flex-column {
    display: block;
  }
}

/* line 27, ../sass/include/_flexes.sass */
.flex-1 {
  -ms-flex: 1;
      flex: 1;
}

/* line 1, ../sass/include/_shortlinks.sass */
.shortlinks {
  position: relative;
  width: 100%;
  min-height: 100px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  /* line 11, ../sass/include/_shortlinks.sass */
  .shortlinks .col-sm-6 {
    padding: 0 5px;
  }
}
/* line 13, ../sass/include/_shortlinks.sass */
.shortlinks .links {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  /* line 13, ../sass/include/_shortlinks.sass */
  .shortlinks .links {
    height: 100px;
  }
}
/* line 22, ../sass/include/_shortlinks.sass */
.shortlinks .links a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #da001a;
  font-weight: 400;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #cccccc;
  transition: none;
}
@media (max-width: 1024px) {
  /* line 22, ../sass/include/_shortlinks.sass */
  .shortlinks .links a {
    font-size: 12px;
    line-height: 1.2em;
  }
}
/* line 36, ../sass/include/_shortlinks.sass */
.shortlinks .links a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6d000d;
  border-color: #6d000d;
  transition: none;
}
/* line 42, ../sass/include/_shortlinks.sass */
.shortlinks .links a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 1.2em;
  transform: translate(-50%, -50%);
}
/* line 50, ../sass/include/_shortlinks.sass */
.shortlinks .links a span img {
  display: block;
  position: relative;
  margin: auto;
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  /* line 50, ../sass/include/_shortlinks.sass */
  .shortlinks .links a span img {
    width: 40px;
  }
}
@media (max-width: 901px) {
  /* line 42, ../sass/include/_shortlinks.sass */
  .shortlinks .links a span {
    width: calc(100% - 10px);
    word-break: break-all;
    white-space: normal;
    font-size: 10px;
  }
}

/* line 67, ../sass/include/_shortlinks.sass */
.wcom-default {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 1, ../sass/include/_googleticks.sass */
.googleticks {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  /* line 1, ../sass/include/_googleticks.sass */
  .googleticks {
    padding: 0 5px;
  }
}
/* line 10, ../sass/include/_googleticks.sass */
.googleticks .googleticks-contain {
  display: block;
  position: relative;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #cccccc;
}

/* line 1, ../sass/include/_hotlineblock.sass */
.HotlineBlock {
  display: block;
  position: relative;
}
@media (max-width: 990px) {
  /* line 1, ../sass/include/_hotlineblock.sass */
  .HotlineBlock {
    text-align: center;
  }
}
/* line 6, ../sass/include/_hotlineblock.sass */
.HotlineBlock h3 {
  font-weight: 300;
  font-size: 24px;
  color: #da001a;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  /* line 6, ../sass/include/_hotlineblock.sass */
  .HotlineBlock h3 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  /* line 6, ../sass/include/_hotlineblock.sass */
  .HotlineBlock h3 {
    display: block;
    font-size: 14px;
  }
}
/* line 16, ../sass/include/_hotlineblock.sass */
.HotlineBlock h3 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 990px) {
  /* line 16, ../sass/include/_hotlineblock.sass */
  .HotlineBlock h3 img {
    display: block;
    position: relative;
    margin: 0 auto 5px;
  }
}
/* line 24, ../sass/include/_hotlineblock.sass */
.HotlineBlock h3 span {
  font-size: 16px;
  margin-left: 10px;
  color: #6d000d;
}
@media (max-width: 1024px) {
  /* line 24, ../sass/include/_hotlineblock.sass */
  .HotlineBlock h3 span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  /* line 24, ../sass/include/_hotlineblock.sass */
  .HotlineBlock h3 span {
    display: block;
    font-size: 12px;
    margin: 5px auto 0;
  }
}

/* line 1, ../sass/include/_NewsList.sass */
.NewsList {
  border-right: 1px solid #cccccc;
}
/* line 3, ../sass/include/_NewsList.sass */
.NewsList.alllist {
  border: none;
}
/* line 6, ../sass/include/_NewsList.sass */
.NewsList h3 {
  margin-bottom: 40px;
}
/* line 9, ../sass/include/_NewsList.sass */
.NewsList .NewsList-list {
  display: block;
  position: relative;
}
/* line 13, ../sass/include/_NewsList.sass */
.NewsList .NewsList-list .row {
  width: 100%;
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
/* line 19, ../sass/include/_NewsList.sass */
.NewsList .NewsList-list .row:last-child {
  border-bottom: none;
}
/* line 22, ../sass/include/_NewsList.sass */
.NewsList .NewsList-list .row .col-sm-4,
.NewsList .NewsList-list .row .col-sm-3 {
  padding: 0;
}
/* line 26, ../sass/include/_NewsList.sass */
.NewsList .NewsList-list .row .col-sm-4 img,
.NewsList .NewsList-list .row .col-sm-3 img {
  width: 100%;
}
/* line 29, ../sass/include/_NewsList.sass */
.NewsList .NewsList-list .row .imgtext {
  font-size: 12px;
  font-weight: 400;
  color: #cccccc;
}
/* line 34, ../sass/include/_NewsList.sass */
.NewsList .NewsList-list .row .date {
  display: block;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 5px;
}
/* line 39, ../sass/include/_NewsList.sass */
.NewsList .NewsList-list .row .date b {
  margin-right: 5px;
}
/* line 42, ../sass/include/_NewsList.sass */
.NewsList .NewsList-list .row h5 {
  font-family: "FFQuadraatSansWebProBold";
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3em;
  color: #6d000d;
}
/* line 49, ../sass/include/_NewsList.sass */
.NewsList .NewsList-footer {
  position: relative;
  margin: auto;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #cccccc;
}

/* line 1, ../sass/include/_telefonbuch.sass */
.telefonbuch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 601px) {
  /* line 1, ../sass/include/_telefonbuch.sass */
  .telefonbuch {
    overflow-y: scroll;
  }
}
/* line 11, ../sass/include/_telefonbuch.sass */
.telefonbuch > h3 {
  margin: 10px;
}
/* line 14, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 601px) {
  /* line 14, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain {
    display: block;
    -ms-flex: none;
        flex: none;
  }
}
/* line 22, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  width: 25%;
  border-right: 1px solid #cccccc;
}
@media (max-width: 1024px) {
  /* line 22, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-personlist {
    width: 30%;
  }
}
@media (max-width: 990px) {
  /* line 22, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-personlist {
    width: 35%;
  }
}
@media (max-width: 601px) {
  /* line 22, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-personlist {
    display: none;
  }
}
/* line 34, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
/* line 38, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 10px;
}
@media (max-width: 1024px) {
  /* line 38, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort {
    font-size: 12px;
  }
}
/* line 44, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .sort-abc, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .sort-abc {
  display: block;
  -ms-flex: 1;
      flex: 1;
  font-weight: 400;
}
/* line 48, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .sort-abc .fa, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .sort-abc .fa {
  margin-left: 10px;
}
/* line 50, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .mark-all, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .mark-all {
  display: block;
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 1024px) {
  /* line 50, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .mark-all, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .mark-all {
    -ms-flex: 2;
        flex: 2;
  }
}
/* line 56, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .mark-all label, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .mark-all label {
  font-weight: 400;
  font-size: 12px;
}
/* line 59, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .mark-all input, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .mark-all input {
  position: absolute;
  left: 5px;
  z-index: 3;
  opacity: 0;
}
/* line 64, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .mark-all input + label, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .mark-all input + label {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 400;
  padding-left: 30px;
}
/* line 70, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .mark-all input + label:hover, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .mark-all input + label:hover {
  cursor: pointer;
}
/* line 72, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .mark-all input + label:before, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .mark-all input + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 2px;
  z-index: 1;
}
/* line 83, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .mark-all input + label:after, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .mark-all input + label:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #da001a;
  text-align: center;
  line-height: 20px;
  opacity: 0;
  z-index: 2;
}
/* line 99, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-sort .mark-all input:checked + label:after, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-sort .mark-all input:checked + label:after {
  opacity: 1;
}
/* line 103, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-search, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-search {
  display: block;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
/* line 108, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-search .form-control, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-search .form-control {
  padding-right: 60px;
}
/* line 110, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-search .btn, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-search .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 45px;
  background-color: transparent;
  border: none;
  font-size: 21px;
  color: #cccccc;
  padding: 0 20px;
}
/* line 121, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-head .tb-personlist-search .btn:hover, .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo .tb-personlist-search .btn:hover {
  color: #6d000d;
  background-color: transparent;
  border: none;
}
/* line 125, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist > form {
  -ms-flex: 1;
      flex: 1;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}
/* line 135, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list {
  position: relative;
  list-style-type: none;
  padding: 10px 5px;
  margin: 0;
}
/* line 142, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item {
  display: block;
  position: relative;
  padding: 10px 5px;
  border-bottom: 1px solid #cccccc;
}
/* line 147, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item:last-child {
  border-bottom: none;
}
/* line 149, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input {
  position: absolute;
  top: 10px;
  right: 9px;
  z-index: 3;
  opacity: 0;
}
/* line 155, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input + label {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 20px;
  font-weight: 300;
}
/* line 161, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input + label .fa {
  color: #cccccc;
}
/* line 163, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input + label:hover {
  cursor: pointer;
}
/* line 165, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input + label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 2px;
  z-index: 1;
}
/* line 176, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input + label:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  color: #da001a;
  text-align: center;
  line-height: 20px;
  opacity: 0;
  z-index: 2;
}
/* line 189, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input + label .fa {
  font-size: 24px;
  margin-right: 10px;
}
/* line 193, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input:checked + label {
  color: #da001a;
}
/* line 195, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input:checked + label .fa {
  color: #da001a;
}
/* line 197, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-list .tb-personlist-item input:checked + label:after {
  opacity: 1;
}
/* line 199, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo {
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  padding-bottom: 5px;
  border-bottom: none;
  border-top: 1px solid #cccccc;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 990px) {
  /* line 199, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo {
    height: 110px;
  }
}
/* line 210, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo a {
  display: block;
  position: relative;
  margin: auto;
  max-width: 120px;
  font-size: 12px;
  line-height: 1.2em;
}
/* line 218, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo a:hover {
  cursor: pointer;
}
/* line 220, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo a span {
  display: block;
  position: relative;
  margin: 0 10px 5px;
}
/* line 225, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-personlist .tb-personlist-foo a span img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  transform: translate(-50%, -50%);
}
/* line 232, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  -ms-flex: 1;
      flex: 1;
  margin-right: 10px;
  border-right: 1px solid #cccccc;
}
@media (max-width: 601px) {
  /* line 232, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist {
    display: block;
    -ms-flex: none;
        flex: none;
    border: none;
    margin-right: 0;
  }
}
/* line 244, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 66px;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1024px) {
  /* line 244, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head {
    height: 96px;
  }
}
@media (max-width: 990px) {
  /* line 244, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head {
    height: 142px;
  }
}
@media (max-width: 601px) {
  /* line 244, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head {
    display: none;
  }
}
/* line 258, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  /* line 258, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* line 267, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li {
  -ms-flex: 1;
      flex: 1;
  display: inline-block;
  border-right: 1px solid #cccccc;
  padding: 0 8px;
}
/* line 272, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:first-child {
  padding-left: 0;
}
@media (max-width: 1024px) {
  /* line 267, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li {
    -ms-flex: none;
        flex: none;
    width: 33%;
    padding: 0 5px;
  }
}
@media (max-width: 990px) {
  /* line 267, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li {
    width: 50%;
  }
}
/* line 280, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  /* line 283, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:nth-child(1), .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:nth-child(2), .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:nth-child(3) {
    border-bottom: 1px solid #cccccc;
  }
  /* line 287, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:nth-child(3) {
    border-right: none;
  }
}
@media (max-width: 990px) {
  /* line 267, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  /* line 292, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:nth-child(3) {
    border-right: 1px solid #cccccc;
    border-bottom: none;
  }
  /* line 295, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:nth-child(2), .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:nth-child(4) {
    border-right: none;
  }
  /* line 298, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li:last-child {
    border-bottom: none;
  }
}
/* line 300, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li .select {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
}
/* line 306, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li .select .select-styled {
  background-color: #fff;
  color: #999999;
  padding-left: 5px;
}
/* line 310, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li .select .select-styled:after {
  border-color: #999999 transparent transparent transparent;
}
@media (max-width: 1024px) {
  /* line 310, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li .select .select-styled:after {
    border-width: 4px;
  }
}
/* line 315, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li .select .select-styled.active:after {
  border-color: transparent transparent #999999 transparent;
}
/* line 317, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li .select .select-options {
  color: #999999;
  background-color: #cccccc;
}
/* line 320, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li .select .select-options > li {
  padding: 8px 5px;
  border-color: #999999;
}
/* line 323, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .tb-kachellist-filter > li .select .select-options > li:hover {
  color: #da001a;
}
/* line 326, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .btn {
  font-size: 16px;
  padding-right: 0;
}
@media (max-width: 990px) {
  /* line 326, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .btn {
    font-size: 16px;
    padding-right: 0;
  }
}
/* line 333, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .btn .fa {
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
}
@media (max-width: 990px) {
  /* line 333, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-head .btn .fa {
    font-size: 14px;
  }
}
/* line 340, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 601px) {
  /* line 340, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain {
    padding: 0;
    -ms-flex: none !important;
        flex: none !important;
  }
}
/* line 355, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item {
  width: calc( 33% - 20px );
  max-height: 300px;
  margin: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #cccccc;
}
@media (max-width: 1024px) {
  /* line 355, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item {
    width: calc( 50% - 20px );
  }
}
@media (max-width: 990px) {
  /* line 355, ../sass/include/_telefonbuch.sass */
  .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item {
    width: calc( 100% - 20px );
  }
}
/* line 368, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item:hover {
  border-color: #da001a;
}
/* line 371, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .tb-kachellist-user {
  display: block;
  position: relative;
  height: 100px;
  overflow: hidden;
}
/* line 377, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .tb-kachellist-user .anrede,
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .tb-kachellist-user .name,
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .tb-kachellist-user .titel {
  display: block;
  color: #da001a;
}
/* line 383, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .tb-kachellist-user .anrede {
  font-weight: 700;
  font-size: 12px;
}
/* line 387, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .tb-kachellist-user .name {
  font-size: 16px;
}
/* line 390, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .tb-kachellist-user .titel {
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 394, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row {
  margin-bottom: 10px;
}
/* line 397, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres {
  position: relative;
}
/* line 399, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres span {
  font-weight: 400;
  font-size: 12px;
}
/* line 402, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres span .fa {
  font-size: 21px;
  color: #6d000d;
}
/* line 405, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres span:hover {
  cursor: pointer;
}
/* line 407, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres .adresse {
  display: none;
  position: absolute;
  top: calc( 100% + 5px );
  left: 50%;
  width: 200px;
  padding: 10px;
  padding-right: 30px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  transform: translateX(-50%);
  transition: none;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}
/* line 423, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres .adresse .adresse-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #999999;
}
/* line 432, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres .adresse .adresse-close:hover {
  cursor: pointer;
  background-color: #cccccc;
}
/* line 435, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres .adresse .adresse-close:before, .telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres .adresse .adresse-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 443, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres .adresse .adresse-close:before {
  width: 60%;
  height: 2px;
}
/* line 446, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item .row .adres .adresse .adresse-close:after {
  height: 60%;
  width: 2px;
}
/* line 449, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item.hover {
  animation: blink 1s infinite;
}
/* line 455, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item table tr td {
  padding: 2px 0;
  font-size: 12px;
  vertical-align: top;
}
/* line 459, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item table tr td:first-child {
  width: 25px;
}
/* line 461, ../sass/include/_telefonbuch.sass */
.telefonbuch .telefonbuch-contain .tb-kachellist .tb-kachellist-contain .tb-kl-item table tr td:first-child .fa {
  color: #6d000d;
}

/* line 468, ../sass/include/_telefonbuch.sass */
.tb-personlist > form,
.tb-kachellist-contain {
  -ms-flex: 1 0 0 !important;
      flex: 1 0 0 !important;
}

/* line 1, ../sass/include/_qualima.sass */
.qualitaetsmanagement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 990px) {
  /* line 10, ../sass/include/_qualima.sass */
  .qualitaetsmanagement > .row {
    display: block;
  }
  /* line 12, ../sass/include/_qualima.sass */
  .qualitaetsmanagement > .row > [class*="col-"] {
    display: block;
    -ms-flex: none;
        flex: none;
    width: 100%;
  }
}
@media (max-width: 601px) {
  /* line 1, ../sass/include/_qualima.sass */
  .qualitaetsmanagement {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
}
/* line 24, ../sass/include/_qualima.sass */
.qualitaetsmanagement > h3 {
  margin: 10px;
}
@media (max-width: 601px) {
  /* line 24, ../sass/include/_qualima.sass */
  .qualitaetsmanagement > h3 {
    display: block;
    width: 95%;
    font-size: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/* line 37, ../sass/include/_qualima.sass */
.qualitaetsmanagement .row-flex h4 {
  font-size: 18px;
  font-weight: 600;
  color: #6d000d;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
/* line 44, ../sass/include/_qualima.sass */
.qualitaetsmanagement .filter-nav {
  display: block;
  position: relative;
  padding: 0;
  margin: 20px 0 0;
  margin-left: -10px;
  margin-right: -10px;
  list-style-type: none;
}
@media (max-width: 990px) {
  /* line 44, ../sass/include/_qualima.sass */
  .qualitaetsmanagement .filter-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5px 5px;
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 601px) {
  /* line 44, ../sass/include/_qualima.sass */
  .qualitaetsmanagement .filter-nav {
    display: block;
  }
}
/* line 61, ../sass/include/_qualima.sass */
.qualitaetsmanagement .filter-nav li {
  display: block;
}
@media (max-width: 990px) {
  /* line 61, ../sass/include/_qualima.sass */
  .qualitaetsmanagement .filter-nav li {
    -ms-flex-preferred-size: calc( 50% - 5px );
        flex-basis: calc( 50% - 5px );
    margin-right: 5px;
    margin-bottom: 5px;
  }
  /* line 68, ../sass/include/_qualima.sass */
  .qualitaetsmanagement .filter-nav li.seperator {
    display: none;
  }
}
@media (max-width: 601px) {
  /* line 61, ../sass/include/_qualima.sass */
  .qualitaetsmanagement .filter-nav li {
    -ms-flex: none;
        flex: none;
  }
}
/* line 72, ../sass/include/_qualima.sass */
.qualitaetsmanagement .filter-nav li button {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 0;
  border: none;
}
@media (max-width: 990px) {
  /* line 72, ../sass/include/_qualima.sass */
  .qualitaetsmanagement .filter-nav li button {
    background-color: #f6f6f6;
  }
}
/* line 85, ../sass/include/_qualima.sass */
.qualitaetsmanagement .filter-nav li button:hover {
  color: #fff;
  background-color: #6d000d;
}
/* line 88, ../sass/include/_qualima.sass */
.qualitaetsmanagement .filter-nav li button:active, .qualitaetsmanagement .filter-nav li button:focus {
  outline: none;
  box-shadow: none;
}
/* line 94, ../sass/include/_qualima.sass */
.qualitaetsmanagement .filter-nav li hr {
  margin: 5px 10px;
  border-color: #cccccc;
}
@media (max-width: 990px) {
  /* line 94, ../sass/include/_qualima.sass */
  .qualitaetsmanagement .filter-nav li hr {
    display: none;
  }
}
/* line 101, ../sass/include/_qualima.sass */
.qualitaetsmanagement .filter-nav li.active button {
  color: #fff;
  background-color: #6d000d;
}
/* line 105, ../sass/include/_qualima.sass */
.qualitaetsmanagement .containlist {
  -ms-flex: 1;
      flex: 1;
}
/* line 108, ../sass/include/_qualima.sass */
.qualitaetsmanagement .containlist > h5 {
  font-size: 18px;
  font-weight: 300;
  color: #da001a;
  margin-bottom: 20px;
}
/* line 113, ../sass/include/_qualima.sass */
.qualitaetsmanagement .containlist .containlist-head {
  font-size: 16px;
  color: #6d000d;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

/* line 122, ../sass/include/_qualima.sass */
.thumb-file {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  min-height: 100px;
  overflow: hidden;
  padding: 10px;
  padding-top: 20px;
  padding-right: 50px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #cccccc;
}
/* line 136, ../sass/include/_qualima.sass */
.thumb-file a {
  display: block !important;
  position: relative !important;
}
/* line 139, ../sass/include/_qualima.sass */
.thumb-file .wp-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 143, ../sass/include/_qualima.sass */
.thumb-file .fa {
  display: block;
  position: absolute;
  top: -1px;
  right: 10px;
  width: 30px;
  height: 40px;
  color: #fff;
  background-color: #6d000d;
}
/* line 152, ../sass/include/_qualima.sass */
.thumb-file .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 157, ../sass/include/_qualima.sass */
.thumb-file:hover {
  border-color: #da001a;
}
/* line 159, ../sass/include/_qualima.sass */
.thumb-file:hover .fa {
  background-color: #da001a;
}

/* line 1, ../sass/include/_login.sass */
#frontlogin {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 601px) {
  /* line 1, ../sass/include/_login.sass */
  #frontlogin {
    position: relative;
    margin: 40px auto 0;
    width: 90%;
    top: auto;
    left: auto;
    transform: none;
  }
}
/* line 15, ../sass/include/_login.sass */
#frontlogin h1 {
  color: #6d000d;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 601px) {
  /* line 15, ../sass/include/_login.sass */
  #frontlogin h1 {
    font-size: 28px;
  }
}
/* line 22, ../sass/include/_login.sass */
#frontlogin h1 b {
  display: block;
  font-weight: 400;
}
/* line 26, ../sass/include/_login.sass */
#frontlogin h5 {
  font-weight: 300;
  text-align: center;
  margin: 30px auto;
}
@media (max-width: 601px) {
  /* line 26, ../sass/include/_login.sass */
  #frontlogin h5 {
    margin: 20px auto;
  }
}
/* line 33, ../sass/include/_login.sass */
#frontlogin label {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 320px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 10px;
}
/* line 43, ../sass/include/_login.sass */
#frontlogin .form-control {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 320px;
  text-align: left;
  border-radius: 0;
  margin-bottom: 20px;
}
/* line 53, ../sass/include/_login.sass */
#frontlogin .btn {
  margin-top: 20px;
  width: 150px;
}

/* line 1, ../sass/include/_flemmingslider.sass */
.BilderSlider {
  display: block;
  position: relative;
  margin: 0 0 20px;
}
/* line 6, ../sass/include/_flemmingslider.sass */
.BilderSlider .item img {
  position: relative;
  width: 100%;
  z-index: 1;
}
/* line 10, ../sass/include/_flemmingslider.sass */
.BilderSlider .item .caption {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 50%;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
/* line 18, ../sass/include/_flemmingslider.sass */
.BilderSlider .carousel-control {
  text-shadow: none;
  opacity: 1;
  background-image: none;
  font-size: 40px;
  color: #da001a;
}
/* line 24, ../sass/include/_flemmingslider.sass */
.BilderSlider .carousel-control:hover {
  color: #cccccc;
}
/* line 26, ../sass/include/_flemmingslider.sass */
.BilderSlider .carousel-control .fa {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 33, ../sass/include/_flemmingslider.sass */
.BilderSlider .carousel-indicators {
  display: block;
  position: relative;
  margin: 10px auto 0;
  width: 100%;
  left: auto;
  bottom: auto;
}
/* line 40, ../sass/include/_flemmingslider.sass */
.BilderSlider .carousel-indicators li {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #cccccc;
  border: 2px solid #cccccc;
  border-radius: 100%;
}
/* line 52, ../sass/include/_flemmingslider.sass */
.BilderSlider .carousel-indicators li:last-child {
  margin: 0;
}
/* line 54, ../sass/include/_flemmingslider.sass */
.BilderSlider .carousel-indicators li.active {
  background-color: #da001a;
  border: 2px solid #da001a;
  box-shadow: none;
}
/* line 58, ../sass/include/_flemmingslider.sass */
.BilderSlider .carousel-indicators li:hover {
  background-color: #6d000d;
  border: 2px solid #6d000d;
  box-shadow: none;
}

/* line 1, ../sass/include/_small-login.sass */
.small-login {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 320px;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 9, ../sass/include/_small-login.sass */
.small-login h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  margin: 30px auto;
}
/* line 16, ../sass/include/_small-login.sass */
.small-login label {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 320px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 10px;
}
/* line 26, ../sass/include/_small-login.sass */
.small-login .form-control {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 320px;
  text-align: left;
  border-radius: 0;
  margin-bottom: 20px;
}
/* line 36, ../sass/include/_small-login.sass */
.small-login .btn {
  margin-top: 20px;
  width: 150px;
}

/* line 3, ../sass/include/_search.sass */
.searchpage .postList h3 {
  margin-bottom: 20px;
}
/* line 5, ../sass/include/_search.sass */
.searchpage .postList .row {
  margin: 0 auto;
}
/* line 8, ../sass/include/_search.sass */
.searchpage .postList .row [class*='col'] {
  float: none;
  padding: 0;
}
/* line 11, ../sass/include/_search.sass */
.searchpage .postList .row:after {
  content: "";
  display: block;
  position: relative;
  margin: 20px auto;
  width: 100%;
  border-top: 1px dashed rgba(204, 204, 204, 0.5);
}
/* line 18, ../sass/include/_search.sass */
.searchpage .postList .row:last-child {
  margin-bottom: 40px;
}
/* line 20, ../sass/include/_search.sass */
.searchpage .postList .row:last-child:after {
  display: none;
}
/* line 22, ../sass/include/_search.sass */
.searchpage .postList .row h5 {
  font-size: 21px;
  margin-bottom: 5px;
}

/* line 1, ../sass/include/_comments.sass */
#comments {
  position: relative;
  margin: 40px auto 0;
  padding-top: 40px;
  border-top: 1px dashed #e9e9e9;
}
/* line 7, ../sass/include/_comments.sass */
#comments > #respond,
#comments > h5,
#comments > .comment-list {
  position: relative;
  margin: 0 0 !important;
  max-width: 800px;
}
/* line 14, ../sass/include/_comments.sass */
#comments > .comment-list {
  margin: 0 0 40px !important;
}
/* line 17, ../sass/include/_comments.sass */
#comments > h5 {
  font-size: 18px;
  font-family: "FrutigerLTStd-Bold";
  margin-bottom: 20px !important;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
/* line 25, ../sass/include/_comments.sass */
#comments .comment-list {
  display: block;
  position: relative;
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}
/* line 32, ../sass/include/_comments.sass */
#comments .comment-list > .comment {
  padding-bottom: 20px !important;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e9e9e9;
}
/* line 39, ../sass/include/_comments.sass */
#comments .comment-list .comment {
  position: relative;
  padding: 10px;
  background-color: #fff;
}
/* line 46, ../sass/include/_comments.sass */
#comments .comment-list .comment h4 {
  font-size: 16px;
  font-family: "FrutigerLTStd-Bold";
  margin-bottom: 10px;
}
/* line 52, ../sass/include/_comments.sass */
#comments .comment-list .comment .comment-reply-link:before {
  content: "›";
  margin-right: 10px;
}
/* line 56, ../sass/include/_comments.sass */
#comments .comment-list .comment .children {
  display: block;
  position: relative;
  margin: 5px 0 0;
  padding: 0 20px;
  list-style-type: none;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed #e9e9e9;
}
/* line 65, ../sass/include/_comments.sass */
#comments .comment-list .comment .children .comment {
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  border: 1px solid #e9e9e9;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 72, ../sass/include/_comments.sass */
#comments .comment-list .comment .children .comment:last-child {
  margin-bottom: 0;
}
/* line 74, ../sass/include/_comments.sass */
#comments .comment-list .comment .children .comment:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 100%;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e9e9e9 transparent;
}
/* line 82, ../sass/include/_comments.sass */
#comments .comment-list .comment .children .comment h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
/* line 86, ../sass/include/_comments.sass */
#comments #respond {
  display: block;
  position: relative;
  margin: 0 0 40px;
}
/* line 92, ../sass/include/_comments.sass */
#comments #respond > h5 {
  font-size: 18px;
  font-family: "FrutigerLTStd-Bold";
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 98, ../sass/include/_comments.sass */
#comments #respond .form-control {
  padding: 10px;
  line-height: 1.5em;
}
/* line 102, ../sass/include/_comments.sass */
#comments #respond textarea.form-control {
  min-height: 200px;
}

/* line 107, ../sass/include/_comments.sass */
.single-comment-contain {
  margin: 20px 0 0;
  border-top: 1px dashed #cccccc;
}
/* line 110, ../sass/include/_comments.sass */
.single-comment-contain ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 114, ../sass/include/_comments.sass */
.single-comment-contain ul.comment-list {
  margin: 0 0 40px;
  padding: 20px 0;
  border-bottom: 1px dashed #cccccc;
}
/* line 119, ../sass/include/_comments.sass */
.single-comment-contain ul li {
  padding: 20px 0;
  border-top: 1px dashed #cccccc;
}
/* line 122, ../sass/include/_comments.sass */
.single-comment-contain ul li:first-child {
  border-top: none;
}
/* line 125, ../sass/include/_comments.sass */
.single-comment-contain ul li h5 {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 10px;
}
/* line 129, ../sass/include/_comments.sass */
.single-comment-contain ul li .date {
  display: block;
  color: #cccccc;
  font-style: italic;
  margin-bottom: 10px;
}
/* line 134, ../sass/include/_comments.sass */
.single-comment-contain ul li ul {
  margin: 20px 0 0;
  padding-left: 40px;
  border-top: 1px dashed #cccccc;
}
/* line 139, ../sass/include/_comments.sass */
.single-comment-contain #respond {
  padding-top: 20px;
}
/* line 141, ../sass/include/_comments.sass */
.single-comment-contain #respond > h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 148, ../sass/include/_comments.sass */
.single-comment-contain #respond textarea.form-control {
  padding: 10px;
  line-height: 1.5em;
  min-height: 200px;
}

/* line 1, ../sass/include/_StartseiteBoard.sass */
.startseiteboard {
  display: block;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 250px);
}
/* line 8, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain {
  margin-bottom: 40px;
}
/* line 12, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain h4 {
  font-family: "FFQuadraatSansWebProBold";
  color: #6d000d;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 19, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain > .row {
  margin-top: 20px;
}
/* line 21, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain > .row .btn {
  color: #da001a;
  background-color: #fff;
  border: 1px solid #da001a;
}
/* line 25, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain > .row .btn:hover {
  color: #fff;
  border-color: #6d000d;
  background-color: #6d000d;
}
/* line 31, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain .startseiteboard-news-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 901px) {
  /* line 31, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-news-contain .startseiteboard-news-list {
    grid-template-columns: 1fr;
  }
}
/* line 40, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 601px) {
  /* line 40, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item {
    display: block;
  }
}
/* line 46, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item .startseiteboard-item-img {
  width: 35%;
  margin-right: 20px;
}
@media (max-width: 601px) {
  /* line 46, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item .startseiteboard-item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 54, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item .startseiteboard-item-content {
  -ms-flex: 1;
      flex: 1;
}
/* line 57, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item .startseiteboard-item-content .date {
  display: block;
  color: #999999;
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 62, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item .startseiteboard-item-content h5 {
  color: #2f2f2f;
  font-family: "FrutigerLTStd-Bold";
  font-size: 16px;
}
/* line 66, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item .startseiteboard-item-content h5 a {
  color: #2f2f2f;
}
/* line 68, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item .startseiteboard-item-content h5 a:hover {
  color: #da001a;
}
/* line 70, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item .startseiteboard-item-content a {
  font-family: "FrutigerLTStd-Bold";
}
@media (min-width: 602px) {
  /* line 74, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 902px) {
  /* line 79, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item:first-child {
    display: block;
    position: relative;
    border-color: green;
    grid-column: 1;
    grid-row: 1/4;
    padding-bottom: 0;
    border-bottom: none;
    background-size: cover;
    background-position: center center;
  }
  /* line 89, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-news-contain .startseiteboard-news-list .startseiteboard-news-item:first-child .startseiteboard-item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* line 97, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
}
@media (max-width: 901px) {
  /* line 97, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-row {
    display: block;
  }
}
/* line 104, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row h4 {
  font-family: "FFQuadraatSansWebProBold";
  color: #6d000d;
  font-size: 21px;
  margin-bottom: 20px;
}
/* line 110, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-personal,
.startseiteboard .startseiteboard-row .startseiteboard-termine,
.startseiteboard .startseiteboard-row .startseiteboard-fragen,
.startseiteboard .startseiteboard-row .startseiteboard-schwarz {
  -ms-flex: 1;
      flex: 1;
  min-height: 325px;
  padding: 20px;
  margin-right: 20px;
  background-color: rgba(233, 233, 233, 0.5);
}
@media (max-width: 901px) {
  /* line 110, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-row .startseiteboard-personal,
  .startseiteboard .startseiteboard-row .startseiteboard-termine,
  .startseiteboard .startseiteboard-row .startseiteboard-fragen,
  .startseiteboard .startseiteboard-row .startseiteboard-schwarz {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* line 123, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-termine-item,
.startseiteboard .startseiteboard-row .startseiteboard-termine .startseiteboard-termine-item,
.startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item,
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
}
/* line 129, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-termine-item:last-child,
.startseiteboard .startseiteboard-row .startseiteboard-termine .startseiteboard-termine-item:last-child,
.startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item:last-child,
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 601px) {
  /* line 123, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-termine-item,
  .startseiteboard .startseiteboard-row .startseiteboard-termine .startseiteboard-termine-item,
  .startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item,
  .startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item {
    display: block;
  }
}
/* line 135, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-termine-item .alert,
.startseiteboard .startseiteboard-row .startseiteboard-termine .startseiteboard-termine-item .alert,
.startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item .alert,
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item .alert {
  width: 100%;
}
/* line 137, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-termine-item .startseiteboard-item-date,
.startseiteboard .startseiteboard-row .startseiteboard-termine .startseiteboard-termine-item .startseiteboard-item-date,
.startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item .startseiteboard-item-date,
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item .startseiteboard-item-date {
  display: block;
  font-family: "FFQuadraatSansWebProBold";
  padding-right: 10px;
  margin-right: 10px;
  color: #6d000d;
  border-right: 1px solid #6d000d;
}
@media (max-width: 601px) {
  /* line 137, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-termine-item .startseiteboard-item-date,
  .startseiteboard .startseiteboard-row .startseiteboard-termine .startseiteboard-termine-item .startseiteboard-item-date,
  .startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item .startseiteboard-item-date,
  .startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item .startseiteboard-item-date {
    border: none;
  }
}
/* line 147, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-termine-item .startseiteboard-item-content h5,
.startseiteboard .startseiteboard-row .startseiteboard-termine .startseiteboard-termine-item .startseiteboard-item-content h5,
.startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item .startseiteboard-item-content h5,
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item .startseiteboard-item-content h5 {
  font-family: "FFQuadraatSansWebProBold";
  font-size: 18px;
}
/* line 150, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-termine-item .startseiteboard-item-content span,
.startseiteboard .startseiteboard-row .startseiteboard-termine .startseiteboard-termine-item .startseiteboard-item-content span,
.startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item .startseiteboard-item-content span,
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item .startseiteboard-item-content span {
  display: block;
  margin-bottom: 5px;
}
/* line 154, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-termine,
.startseiteboard .startseiteboard-row .startseiteboard-schwarz {
  margin-right: 0;
}
/* line 160, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-item-img,
.startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-item-img {
  max-width: 35%;
  margin-right: 20px;
}
/* line 164, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-personal .startseiteboard-item-content span,
.startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-item-content span {
  display: block;
  color: #999999;
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 170, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-fragen {
  position: relative;
  background-size: auto 100%;
  background-position: 20px top;
  background-image: url("../images/Buergermeister-andreas-igel.jpg");
  background-repeat: no-repeat;
}
/* line 176, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-fragen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  z-index: 2;
}
/* line 189, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-fragen:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 233, 233, 0.2);
  z-index: 1;
}
/* line 198, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-fragen h4 {
  position: relative;
  z-index: 3;
}
/* line 201, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-fragen .row {
  position: relative;
  z-index: 3;
}
/* line 204, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item {
  position: relative;
  width: 60%;
  z-index: 3;
}
@media (max-width: 601px) {
  /* line 204, ../sass/include/_StartseiteBoard.sass */
  .startseiteboard .startseiteboard-row .startseiteboard-fragen .startseiteboard-termine-item {
    width: 100%;
  }
}
/* line 211, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-schwarz {
  background-color: #2f2f2f;
}
/* line 213, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-schwarz h4 {
  color: #fff;
}
/* line 215, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item {
  padding: 10px 10px 20px;
  background-color: #fff;
  border: none;
  position: relative;
  z-index: 1;
}
/* line 221, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item:before, .startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
/* line 229, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item:before {
  right: 0;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #2f2f2f transparent;
}
/* line 233, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item:after {
  right: 0;
  border-width: 10px 10px 0 0;
  border-color: #e9e9e9 transparent transparent transparent;
}
/* line 237, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-schwarz .startseiteboard-termine-item:last-child {
  padding: 10px 10px 20px;
}
/* line 240, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-galerie {
  position: relative;
  width: 100%;
}
/* line 245, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-galerie > .row .btn {
  margin-top: 20px;
  color: #da001a;
  background-color: #fff;
  border: 1px solid #da001a;
}
/* line 250, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-galerie > .row .btn:hover {
  color: #fff;
  border-color: #6d000d;
  background-color: #6d000d;
}
/* line 255, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-galerie .row {
  display: -ms-flexbox;
  display: flex;
}
/* line 257, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-galerie .startseiteboard-item {
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
/* line 262, ../sass/include/_StartseiteBoard.sass */
.startseiteboard .startseiteboard-row .startseiteboard-galerie .startseiteboard-item .startseiteboard-item-img {
  -ms-flex: 1;
      flex: 1;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 1, ../sass/include/_post-form.sass */
.post-form {
  margin-top: 20px;
  border-top: 2px dashed rgba(233, 233, 233, 0.4);
  padding-top: 40px;
}
/* line 5, ../sass/include/_post-form.sass */
.post-form > h3 {
  color: #000;
  font-size: 21px;
  font-family: "FrutigerLTStd-Bold";
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
/* line 12, ../sass/include/_post-form.sass */
.post-form .form-control {
  margin-bottom: 20px;
}
/* line 15, ../sass/include/_post-form.sass */
.post-form textarea.form-control {
  line-height: 1.5em !important;
  min-height: 300px;
}
/* line 19, ../sass/include/_post-form.sass */
.post-form .btn {
  margin-top: 20px;
}
/* line 23, ../sass/include/_post-form.sass */
.post-form .errorMessage {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
}
/* line 28, ../sass/include/_post-form.sass */
.post-form .errorMessage .input-error {
  display: block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px;
  width: 250px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  background-color: #6d000d;
}
/* line 38, ../sass/include/_post-form.sass */
.post-form .errorMessage .input-error:last-child {
  margin-bottom: 0;
}

/* line 3, ../sass/include/_notify.sass */
.newAttachment .thumb-file:after {
  content: "neu";
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 39px;
  right: 10px;
  width: 30px;
  height: 20px;
  background-color: #da001a;
}

/* line 1, ../sass/include/_sendcontent.sass */
.sendcontent {
  display: block;
  position: relative;
  width: 100%;
}
/* line 8, ../sass/include/_sendcontent.sass */
.sendcontent .post-form {
  border-top: none;
  padding-top: 0;
}

/* line 1, ../sass/include/_user-alert.sass */
.user-alert {
  position: absolute;
  top: 30%;
  left: 50%;
  max-width: 400px;
  min-height: 300px;
  padding: 40px 20px 20px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(47, 47, 47, 0.2);
  border: 1px solid #cccccc;
  text-align: center;
}
/* line 13, ../sass/include/_user-alert.sass */
.user-alert h1 {
  position: relative;
  margin: auto;
  font-family: "FFQuadraatSansWebProBold";
  font-size: 28px;
  text-align: center;
  color: #6d000d;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 300px;
}
/* line 24, ../sass/include/_user-alert.sass */
.user-alert .btn {
  margin-top: 20px;
  border-radius: 0;
  text-transform: uppercase;
}

/* line 1, ../sass/include/_likebtn.sass */
.likebtn-button {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center;
      align-items: center;
}

/* line 1, ../sass/include/_vc-newsludwigsfelde.sass */
.vc-Ludwigsfeldenews-list {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 1100px;
}
/* line 8, ../sass/include/_vc-newsludwigsfelde.sass */
.vc-Ludwigsfeldenews-list .vc-Ludwigsfeldenews-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #cccccc;
}
/* line 14, ../sass/include/_vc-newsludwigsfelde.sass */
.vc-Ludwigsfeldenews-list .vc-Ludwigsfeldenews-item:last-child {
  border-bottom: none;
}
/* line 17, ../sass/include/_vc-newsludwigsfelde.sass */
.vc-Ludwigsfeldenews-list .vc-Ludwigsfeldenews-item .vc-Ludwigsfeldenews-item-img {
  display: block;
  width: 300px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
/* line 26, ../sass/include/_vc-newsludwigsfelde.sass */
.vc-Ludwigsfeldenews-list .vc-Ludwigsfeldenews-item .vc-Ludwigsfeldenews-item-content {
  -ms-flex: 1;
      flex: 1;
  display: block;
}
/* line 30, ../sass/include/_vc-newsludwigsfelde.sass */
.vc-Ludwigsfeldenews-list .vc-Ludwigsfeldenews-item .vc-Ludwigsfeldenews-item-date {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  margin: 0 0 10px;
}
/* line 37, ../sass/include/_vc-newsludwigsfelde.sass */
.vc-Ludwigsfeldenews-list .vc-Ludwigsfeldenews-item h5 {
  font-weight: 700;
  font-size: 20px;
  color: #6d000d;
  margin: 0 0 10px;
}

/* line 44, ../sass/include/_vc-newsludwigsfelde.sass */
.loader {
  position: relative;
  margin: 20px auto;
  width: 75px;
  height: 100px;
}

/* line 50, ../sass/include/_vc-newsludwigsfelde.sass */
.loader-bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #e9e9e9;
  transform-origin: center bottom;
}
/* line 57, ../sass/include/_vc-newsludwigsfelde.sass */
.loader-bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  animation: barUp1 4s infinite;
}
/* line 61, ../sass/include/_vc-newsludwigsfelde.sass */
.loader-bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  animation: barUp2 4s infinite;
}
/* line 65, ../sass/include/_vc-newsludwigsfelde.sass */
.loader-bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  animation: barUp3 4s infinite;
}
/* line 69, ../sass/include/_vc-newsludwigsfelde.sass */
.loader-bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  animation: barUp4 4s infinite;
}
/* line 73, ../sass/include/_vc-newsludwigsfelde.sass */
.loader-bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  animation: barUp5 4s infinite;
}

/* line 78, ../sass/include/_vc-newsludwigsfelde.sass */
.loader-ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  animation: ball 4s infinite;
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* line 223, ../sass/include/_vc-newsludwigsfelde.sass */
.circle-preloader {
  display: block;
  width: 40px;
  height: 40px;
  border: 5px solid #6d000d;
  border-bottom-color: rgba(109, 0, 13, 0.2);
  border-radius: 50%;
  position: relative;
  margin: 20px auto;
  animation: spin 0.75s infinite linear;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
