/* res_id: 238b3221445c00e4c29b1d93164d45a1 */

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans Regular'), url('/resources/css/fonts/notosans-regular.ttf') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), url('/resources/css/fonts/notosans-bold.ttf') format('woff');
}
* {
  box-sizing: border-box;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  color: black;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  padding: 0;
  padding-bottom: 60px;
  margin: 0;
  /*display: flex;
   flex-direction: column;
   */
  position: relative;
  font-size: 13px;
  background-color: #222;
  align-content: stretch;
  flex: 1 1 auto;
  -webkit-text-size-adjust: none;
}
.grey {
  color: #9c9c9e;
}
p, td {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 23px;
}
a {
  color: #9c9c9e;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #000;
  outline: none;
}
h1, h5, h6 {
  font-size: 22.1px;
  line-height: 36.8px;
  margin-bottom: 18.4px;
  padding-top: 32.2px;
  font-weight: 300 !important;
}
h5 {
  padding-top: 0;
  line-height: 32.2px;
  margin-bottom: 13.8px;
}
h6 {
  padding-top: 0;
  line-height: 32.2px;
  margin-bottom: 23px;
  color: #9c9c9e;
}
h2 {
  font-size: 18.2px;
  line-height: 27.6px;
  margin-bottom: 18.4px;
  font-weight: normal;
}
h3 {
  color: #9c9c9e;
}
h3, h4 {
  font-size: 22.1px;
  line-height: 36.8px;
}
strong, b, .strong {
  font-weight: 700;
}
main {
  flex: 1 1 auto;
}
hr {
  margin-top: 10px;
}
table {
  margin-left: 5px;
}
tr {
  vertical-align: top;
}
.small {
  font-size: 10.4px;
  line-height: 18.4px;
  font-style: italic;
}
.first_wrapper, .wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.wrapper {
  background-color: #fff;
}
.r {
  width: 100%;
}
.button, #totop, .button2 {
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  color: #000;
  border: 1px solid #9c9c9e;
  padding: 5px 10px;
}
.button2:hover, .button2:focus, .button2:active {
  color: #c4c4c6;
}
#totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
  display: none;
}
@media (max-width: 840px) {
  .first_wrapper {
    padding-top: 20px;
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  /*	h1, h5 
   {
   font-size: $font-size * 0.9;
   line-height: $line-height * 0.7;
   }
   */
  h2 {
    margin-top: 30px;
  }
}
/*Hamburgerzeichen*/
/*@font-face 
 {
 font-family: 'icomoon-entypo';
 src:url('https://tb-kaiser.com/resources/css/fonts/icomoon-entypo.eot?lalnnn');
 src:url('https://tb-kaiser.com/resources/css/fonts/icomoon-entypo.eot?#iefixlalnnn') format('embedded-opentype'),
 url('https://tb-kaiser.com/resources/css/fonts/icomoon-entypo.woff?lalnnn') format('woff'),
 url('https://tb-kaiser.com/resources/css/fonts/icomoon-entypo.ttf?lalnnn') format('truetype'),
 url('https://tb-kaiser.com/resources/css/fonts/icomoon-entypo.svg?lalnnn#icomoon-entypo') format('svg');
 font-weight: normal;
 font-style: normal;
 }
 */
#toggle-main-nav:before {
  font-family: 'icomoon-entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 25px;
  font-size: 80px;
  color: #222;
  float: left;
  /*padding-right: 10px;
   /*padding-top: 3px;*/
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e696";
}
@media (min-width: 840px) {
  #toggle {
    display: none;
  }
}
@media (max-width: 840px) {
  #toggle {
    justify-content: flex-start;
    padding-top: 5px;
    z-index: 999;
  }
  .section_search ul.search {
    width: 100%;
    padding-left: 2px;
  }
}
@media (max-width: 840px) and (min-width: 480px) {
  #toggle {
    padding-bottom: 10px;
  }
  .section_search ul.search li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section_search ul.search li:nth-child(1) {
    width: 25%;
  }
  .section_search ul.search li:nth-child(2) {
    width: 75% !important;
  }
}
.first_header {
  background-color: #fff;
}
.second_header {
  background-color: #222;
}
header .logo_text {
  display: flex;
  flex-wrap: nowrap;
}
header .header-home {
  width: 25%;
  padding-top: 27px;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 auto;
}
header .header-home img {
  max-width: 145px;
}
header .header-text {
  padding-top: 20px;
  width: 75%;
  flex: 0 0 auto;
}
header .header-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
header .header-wrapper .header-image {
  flex: 0 0 auto;
  width: 100%;
  overflow: hidden;
}
header .header-wrapper #headerimg {
  display: block;
}
@media (max-width: 480px) {
  header .header-home {
    width: 33.3%;
    padding-top: 20px;
  }
  header .header-text {
    width: 66.6%;
  }
}
/*.sub_titel{
 h3{
 color: black !important;
 }
 padding-top: 10px;
 }
 .xxxx
 {
 width: 100%;
 }
 .xxxo
 {
 width: 75%;
 }
 .xooo
 {
 width: 25%;
 }
 */
main {
  background-color: #fff;
  padding-bottom: 60px;
}
main .flex-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 15px;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /* Für den IE6 und IE7 */
}
@media (max-width: 840px) {
  /*  .m
   {
   width: 100%;
   }
   .mo
   {
   width: 50%;
   }
   */
  main .flex-wrapper {
    display: block;
  }
}
@media (min-width: 840px) {
  article {
    flex: 0 0 auto;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
article {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
footer .section_search {
  width: 50%;
  background-color: #222;
  padding-top: 20px;
  padding-right: 20px;
}
footer .section_search .search_wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
}
footer .section_search ul.search {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding-left: 16px;
  padding-right: 10px;
}
footer .section_search ul.search li {
  width: 100%;
  flex: 0 0 auto;
  /* padding: 0 10px 10px 10px;*/
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
footer .section_search ul.search li:nth-child(2) {
  flex-wrap: wrap;
}
footer .section_search .search_div {
  text-align: right;
  padding-bottom: 10px;
  padding-left: 20px;
}
footer .section_search #rexsearch_form {
  /* float: right; */
}
footer .section_search #rexsearch_form fieldset {
  border: none;
}
footer .section_search #rexsearch_form input[type=submit] {
  width: 27px;
  /* border-radius: 100%;*/
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 27px;
  text-indent: -999px;
  background-color: transparent;
  background-image: url("/resources/img/search3.png");
}
footer .section_search #rexsearch_form input[type=text], footer .section_search #rexsearch_form input[type=search], footer .section_search #rexsearch_form input[name=s] {
  height: 27px;
  max-width: 120px;
}
footer .breadcrumbs-search {
  display: flex;
  flex-wrap: nowrap;
}
footer .breadcrumbs-wrapper {
  background-color: #222;
  padding-top: 20px;
  padding-left: 20px;
  width: 50%;
}
footer .breadcrumbs-wrapper ul {
  list-style: none;
}
footer .breadcrumbs-wrapper ul li {
  display: inline-block;
  color: #9c9c9e;
}
footer .breadcrumbs-wrapper ul li a {
  color: #9c9c9e;
  text-decoration: none;
}
footer .breadcrumbs-wrapper ul li a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
footer .breadcrumbs-wrapper ul li a:after {
  content: "/";
  color: #9c9c9e;
  margin: 0 5px;
}
@media (max-width: 840px) {
  footer .breadcrumbs-wrapper {
    display: none;
  }
  footer .section_search {
    width: 100%;
  }
  footer .section_search ul.search li:nth-child(1) {
    width: 100%;
  }
  footer .section_search ul.search {
    width: 100%;
  }
}
footer .footer-wrapper {
  padding: 20px 20px 20px 20px;
  background-color: #222;
  border-top: 10px solid #222;
}
footer .footer-wrapper p {
  color: #9c9c9e;
  margin-bottom: 0;
}
footer .footer-wrapper a {
  color: #9c9c9e;
}
footer .footer-wrapper a:hover, footer .footer-wrapper a:focus, footer .footer-wrapper a:active, footer .footer-wrapper a.rex-active, footer .footer-wrapper a.rex-current {
  color: #fff;
}
@media (max-width: 840px) {
  footer .footer-wrapper {
    border-top: none;
  }
}
@media (max-width: 480px) {
  footer .footer-wrapper {
    padding-bottom: 100px;
  }
}
nav.nav-main {
  color: #fff;
  background: #222;
  padding: 10px 25px 11px 20px;
  text-align: left;
  width: 100%;
  flex: 0 0 auto;
}
nav.nav-main .drop {
  display: none;
}
nav.nav-main > ul > li {
  display: inline-block;
  list-style-type: none;
}
nav.nav-main > ul > li a {
  display: block;
  text-decoration: none;
  color: #9c9c9e;
  padding: 2px 20px 3px 0;
}
nav.nav-main > ul > li:hover a, nav.nav-main > ul > li:focus a, nav.nav-main > ul > li:active a, nav.nav-main > ul > li.rex-active a, nav.nav-main > ul > li.rex-current a {
  text-decoration: none;
  color: #fff;
}
nav.nav-main > ul > li > ul {
  display: none;
}
nav.nav-sub2 a:after {
  padding-right: 20px;
  content: " ";
}
nav.nav-sub, nav.nav-sub2 {
  margin-top: 15px;
}
nav.nav-sub .title, nav.nav-sub2 .title {
  color: #c4c4c6;
  font-weight: bold;
}
nav.nav-sub > ul > li, nav.nav-sub2 > ul > li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 2px;
  /*
   a:after 
   {
   padding-left: 5px;
   padding-right: 8px;
   content: " ";
   }
   */
}
nav.nav-sub > ul > li a, nav.nav-sub2 > ul > li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #c4c4c6;
}
nav.nav-sub > ul > li:hover a, nav.nav-sub2 > ul > li:hover a, nav.nav-sub > ul > li:focus a, nav.nav-sub2 > ul > li:focus a, nav.nav-sub > ul > li:active a, nav.nav-sub2 > ul > li:active a, nav.nav-sub > ul > li.rex-active a, nav.nav-sub2 > ul > li.rex-active a, nav.nav-sub > ul > li.rex-current a, nav.nav-sub2 > ul > li.rex-current a {
  text-decoration: none;
  color: #000;
}
nav.nav-sub > ul > li > ul, nav.nav-sub2 > ul > li > ul {
  display: none;
}
.modul-management .management-wrapper {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.modul-management ul.management li {
  flex: 0 0 auto;
  padding: 0 10px 20px 10px;
  list-style: none;
  flex-wrap: wrap;
  align-content: flex-start;
}
.modul-management ul.management li p {
  width: 85%;
  margin-bottom: 0;
}
.modul-management ul.management li img {
  border: 1px solid #c4c4c6;
}
@media (min-width: 840px) {
  ul.management {
    display: block;
    flex-wrap: wrap;
    padding-bottom: 10px;
    width: 33%;
  }
  ul.management li {
    width: 100%;
    display: flex;
  }
  ul.management li img {
    height: 100%;
  }
  ul.management li:first-child {
    width: 45%;
  }
}
@media (max-width: 840px) {
  ul.management {
    flex: 0 0 auto;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #9c9c9e;
    margin-bottom: 25px;
  }
  ul.management li {
    width: 75%;
  }
  ul.management li:first-child {
    width: 25%;
  }
}
.modul-ing .ing-wrapper {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
}
.modul-ing ul.ing {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  background-color: #e3e4e4;
  border: 1px solid #cfd1d2;
  padding: 10px;
  margin-right: 2%;
  margin-bottom: 2%;
  align-content: flex-start;
}
.modul-ing ul.ing li {
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
}
.modul-ing ul.ing li p {
  margin-bottom: 0;
}
.modul-ing ul.ing li img {
  border: 1px solid #c4c4c6;
}
.modul-ing ul.ing li:first-child {
  width: 35%;
  padding-right: 5%;
}
.modul-ing ul.ing li:nth-child(2) {
  width: 60%;
}
.modul-ing ul.ing li:nth-child(3) {
  width: 100%;
  padding-top: 6px;
}
@media (max-width: 480px) {
  .modul-ing ul.ing {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*
 @media(min-width: $breakpoint-tablet) 
 {
 ul.ing 
 {
 display: block;
 flex-wrap: wrap;
 padding-bottom: 10px;
 width: 33%;
 li 
 {
 width: 100%;
 display: flex; // Höhe an alle Elemente der Reihe angleichen. Flex in Flex.
 img
 {
 height: 100%;
 }
 }
 li:first-child 
 {
 width: 45%;
 }
 }
 }
 @media(max-width: $breakpoint-tablet) 
 {
 ul.ing 
 {
 flex: 0 0 auto;
 //padding: 0 10px 20px 10px;
 display: flex; // Höhe an alle Elemente der Reihe angleichen. Flex in Flex.
 width: 100%;
 li 
 {
 width: 75%;
 }
 li:first-child 
 {
 width: 25%;
 }
 border-bottom: 1px solid $c3;
 margin-bottom: 25px;
 }
 }
 */
.modul-mini ul {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.modul-mini ul li {
  list-style: none;
  padding-right: 30px;
}
.modul-mini ul li img {
  max-width: 98px;
}
@media (max-width: 480px) {
  .modul-mini ul li {
    width: 33.333%;
  }
}
.modul-planning .planning-wrapper {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
}
.modul-planning ul.planning {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  background-color: #e3e4e4;
  border: 1px solid #cfd1d2;
  padding: 10px 10px 0 10px;
  margin-right: 2%;
  margin-bottom: 2%;
  align-content: flex-start;
}
.modul-planning ul.planning li {
  list-style: none;
}
.modul-planning ul.planning li ul {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.modul-planning ul.planning li ul li:nth-child(2) {
  width: 60%;
  padding-left: 10px;
}
.modul-planning ul.planning li ul li:first-child, .modul-planning ul.planning li ul li:nth-child(3) {
  width: 20%;
}
.modul-planning ul.planning li ul li:first-child img, .modul-planning ul.planning li ul li:nth-child(3) img {
  height: auto;
}
.modul-planning ul.planning li ul li:nth-child(3) {
  padding-top: 5px;
}
@media (max-width: 840px) {
  .modul-planning ul.planning {
    width: 100%;
    margin-bottom: 20px;
  }
}
.magnific-popup-gallery .mag_box {
  width: 25%;
  padding-right: 15px;
  padding-bottom: 15px;
  float: left;
}
.magnific-popup-gallery .mag_one_box {
  width: 100%;
  padding-bottom: 15px;
}
.magnific-popup-gallery .imagetext {
  min-height: 60px;
}
.magnific-popup-gallery .desktop {
  display: block;
}
.magnific-popup-gallery .mobile {
  display: none;
}
.magnific-popup-gallery img {
  border: 1px solid #565656;
}
@media (max-width: 840px) {
  .magnific-popup-gallery .mag_box {
    width: 100%;
    padding-right: 0;
  }
  .magnific-popup-gallery .desktop {
    display: none;
  }
  .magnific-popup-gallery .mobile {
    display: block;
  }
  .magnific-popup-gallery .mobile .imagetext {
    display: none;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-description {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.modul-project ul.act, .modul-project ul.project, .modul-project ul.act_project, .modul-project ul.project_info {
  display: flex;
  flex-wrap: wrap;
}
.modul-project ul.act li, .modul-project ul.project li, .modul-project ul.act_project li, .modul-project ul.project_info li {
  flex: 0 0 auto;
  list-style: none;
  flex-wrap: wrap;
  align-content: flex-start;
}
.modul-project ul.act li, .modul-project ul.project li, .modul-project ul.act_project li {
  padding: 0 20px 20px 0;
}
.modul-project ul.project li {
  width: 33%;
}
.modul-project ul.act li:first-child, .modul-project ul.act_project li:first-child {
  width: 33%;
}
.modul-project ul.act li:nth-child(2), .modul-project ul.act_project li:nth-child(2) {
  width: 66%;
}
.modul-project ul.project_info li {
  padding: 5px 0;
  border-bottom: 1px solid #9c9c9e;
}
.modul-project ul.project_info li:nth-child(odd) {
  width: 25%;
}
.modul-project ul.project_info li:nth-child(even) {
  width: 73%;
}
.modul-project img {
  border: 1px solid #9c9c9e;
  width: 100%;
}
@media (max-width: 840px) {
  /*        ul.project_info
   {
   padding-right: 45px;
   }
   */
  .modul-project ul.project_info li:nth-child(odd) {
    width: 33%;
  }
  .modul-project ul.project_info li:nth-child(even) {
    width: 66%;
  }
}
@media (max-width: 480px) {
  .modul-project ul.project li {
    width: 50%;
  }
  .modul-project ul.act_project li:first-child {
    width: 50%;
    padding-bottom: 0;
  }
  .modul-project ul.act li:first-child, .modul-project ul.act li:nth-child(2), .modul-project ul.act_project li:nth-child(2) {
    width: 100%;
    padding-bottom: 0;
  }
  .modul-project ul.project_info li:nth-child(odd) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .modul-project ul.project_info li:nth-child(odd), .modul-project ul.project_info li:nth-child(even) {
    width: 100%;
  }
}
.search_it-modul li.search_it-article {
  list-style: none;
}
.search_it-modul li.search_it-article p {
  margin-bottom: 0;
}
@media (min-width: 840px) {
  .modul-text {
    width: calc(66.666% - 10px);
  }
  .modul-text ul li {
    margin-left: 20px;
  }
  .modul-text-75 {
    width: 75%;
    float: left;
  }
}
.modul-jobs .jobs {
  margin-bottom: 0px;
}
.modul-jobs ul li {
  margin-left: 20px;
  font-size: 13px;
  line-height: 23px;
}
@media (min-width: 840px) {
  .modul-jobs {
    width: calc(66.666% - 10px);
  }
}
.modul.links {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-top: 40px;
}
.modul.links .item {
  display: inline-flex;
  flex-wrap: wrap;
  width: 48%;
  padding: 20px;
  margin-bottom: 23px;
  margin-right: 2%;
}
.modul.links .item a {
  width: 100%;
}
.modul.links .item .desc {
  color: #fff;
  font-size: 22.1px;
  line-height: 36.8px;
}
.modul.links .item .mini {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
.modul.links .item .mini li {
  flex-wrap: wrap;
  list-style: none;
  font-size: 22.1px;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 10px;
  color: #000;
}
.modul.links .item .mini li img {
  width: 120px;
  display: block;
}
.modul.links .item:first-child {
  background-color: #aad3ac;
}
.modul.links .item:first-child .desc:hover, .modul.links .item:first-child .desc:active, .modul.links .item:first-child .desc:focus {
  color: #009036;
}
.modul.links .item:nth-child(2) {
  background-color: #c1d7f5;
}
.modul.links .item:nth-child(2) .desc:hover, .modul.links .item:nth-child(2) .desc:active, .modul.links .item:nth-child(2) .desc:focus {
  color: #172983;
}
@media only screen and (max-width: 840px) {
  .modul.links {
    margin-top: 20px;
    padding: 0;
  }
  .modul.links .item {
    width: 100%;
    margin-right: 0;
  }
  .modul.links .item .mini li {
    width: 100%;
  }
  .modul.links .item .mini li img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .modul.links {
    justify-content: center;
  }
  .modul.links .item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .modul.links .item .desc {
    font-size: 19.5px;
    line-height: 32.2px;
  }
  .modul.links .item .mini li {
    font-size: 19.5px;
  }
}


