<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jf-blur {
  filter: url(../svg/blur.svg#blur);
  -webkit-filter: blur(3px);
  filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.jf-disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    opacity: 1;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    opacity: 1;
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    opacity: 1;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    opacity: 1;
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    opacity: 1;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    opacity: 1;
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes rollInRight {
  0% {
    opacity: 0;
    transform: translateX(400px) rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollInRight {
  0% {
    opacity: 0;
    transform: translateX(400px) rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollInRight {
  0% {
    opacity: 0;
    transform: translateX(400px) rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.bounceIn {
  -webkit-animation: bounceIn 0.75s;
  -moz-animation: bounceIn 0.75s;
  animation: bounceIn 0.75s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.bounceInRight {
  -webkit-animation: bounceInRight 0.75s;
  -moz-animation: bounceInRight 0.75s;
  animation: bounceInRight 0.75s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.bounceInLeft {
  -webkit-animation: bounceInLeft 0.75s;
  -moz-animation: bounceInLeft 0.75s;
  animation: bounceInLeft 0.75s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fadeIn {
  -webkit-animation: fadeIn 1.25s;
  -moz-animation: fadeIn 1.25s;
  animation: fadeIn 1.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fadeInTop {
  -webkit-animation: fadeInTop 1.25s;
  -moz-animation: fadeInTop 1.25s;
  animation: fadeInTop 1.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fadeInBottom {
  -webkit-animation: fadeInBottom 1.25s;
  -moz-animation: fadeInBottom 1.25s;
  animation: fadeInBottom 1.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.rollInRight {
  -webkit-animation: rollInRight 0.75s;
  -moz-animation: rollInRight 0.75s;
  animation: rollInRight 0.75s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.animateTheElementHide {
  opacity: 0;
}
/*
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/SourceSansPro-Regular.otf') format('truetype');
}
*/
body {
  font-family: myriad-pro, sans-serif;
  line-height: 1.5;
  color: #FFF;
  width: 100%;
  margin: 0px;
  font-size: 18px;
}
a {
  color: #D92819 !important;
  font-weight: bold;
  text-decoration: none !important;
}
a:hover {
  color: #333 !important;
}
img {
  width: 100%;
}
.navbar {
  background-color: #FFF;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*     border-bottom: 4px solid #083b5d; */
}
.shadow {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.navbar .container {
  padding-top: 25px;
}
.navbar-brand {
  padding: 20px 0px 0px 59px;
}
.navbar-brand &gt; img {
  width: 222px;
}
.navbar-toggle {
  margin-top: 12px;
}
.navbar-nav &gt; li &gt; a {
  color: #FFF !important;
  text-decoration: none !important;
  background-color: #54575A;
  line-height: 82px;
  padding: 0px;
  width: 100px;
  border-left: 2px solid #FFF;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: myriad-pro-semi-condensed, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    position: absolute;
    width: 100%;
  }
  .navbar-nav &gt; li &gt; a {
    /*         padding: 28px 5px 0 5px; */
    font-size: 15px;
  }
  .navbar-nav &gt; li &gt; a:last-child {
    /*         padding-right: 15px; */
  }
}
.navbar-nav &gt; li &gt; a:hover {
  color: #CCC !important;
  background: #8C8C8C !important;
  text-decoration: none !important;
}
.navbar-nav &gt; li {
  background-color: #FFF;
}
.navbar-default .navbar-nav &gt; .active &gt; a {
  background-color: #D92819;
  color: #CCCCCC !important;
  text-decoration: none !important;
}
.navbar-default .navbar-nav &gt; .active &gt; a:hover {
  background-color: transparent;
  color: #785d53 !important;
  text-decoration: none !important;
}
.navbar-nav {
  /*     padding-top: 40px; */
  margin-top: 0;
  margin-bottom: 0;
}
/* wenn screen width kleiner als 768px */
@media (max-width: 992px) {
  .navbar-nav {
    padding-top: 0px;
  }
}
.navbar-spacer {
  height: 82px;
}
.spacer {
  height: 40px;
}
.spacer-team {
  height: 40px;
}
/* wenn screen width kleiner als 992px */
@media (max-width: 991px) {
  .spacer-team {
    display: none;
  }
}
.text-header {
  color: #d92819;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 40px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.text-header-small {
  color: #d92819;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.text {
  color: #54575a;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.text-left {
  text-align: left !important;
}
.text-left a {
  color: #54575a !important;
  font-weight: normal !important;
}
.text-list-header {
  /*     font-style: italic; */
  /*     margin-bottom: 20px; */
}
.text-list {
  margin-bottom: 20px;
}
.text-list ol {
  padding-left: 18px;
}
.text-list li {
  /*     list-style-image: url("../images/pfeil.png"); */
}
.text-bold {
  font-weight: bold;
}
.text-img img {
  width: 113px;
  /*     margin-left: -8px; */
  margin-bottom: 8px;
}
.text-small {
  font-size: 16px;
}
.leistungen-relative {
/*   position: relative; */
/*   height: 800px; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: auto;
}
.leistungen-absolute {
  /*
    position: absolute;
    top: 0px;
*/
}
.leistungen {
/*   position: absolute; */
  top: 0px;
}
.leistungen-text {
  color: #54575a;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 40px;
}
.leistungen-header {
  color: #54575a;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 40px;
}
.leistungen-text ol {
  padding-left: 18px;
}
.leistungen-text li {
  /*     list-style-image: url("../images/pfeil.png"); */
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.team-bild {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%), url(../images/breaker_team_2021.jpg);
  background-size: cover;
  background-position: center center;
  height: 240px;
  font-family: myriad-pro, sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
  padding-top: 190px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.team-bild:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}
.team-bild-klein {
  height: 240px;
  width: 310px;
  background-size: cover !important;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.team-left {
  display: table;
  margin: 0 0;
  background: #53575A;
  margin-bottom: 30px;
}
.team-center {
  display: table;
  margin: 0 auto;
  background: #53575A;
  margin-bottom: 30px;
}
.team-right {
  display: table;
  margin: 0 0 0 auto;
  background: #53575A;
  margin-bottom: 30px;
}
.team-left:hover * {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}
.team-center:hover * {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}
.team-right:hover * {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}
.team-name {
  font-family: myriad-pro, sans-serif;
  color: #FFF;
  font-weight: bold;
  padding-left: 20px;
}
.team-data {
  float: right;
  padding-right: 20px;
}
.team-data img {
  width: auto;
  border: 1px solid #FFF;
}
.team-desc {
  font-family: myriad-pro, sans-serif;
  color: #FFF;
  padding-left: 20px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3em;
}
.footer {
  width: 100%;
  bottom: 0px;
  height: 40px;
  text-align: right;
  background-color: #07324e;
  line-height: 40px;
}
.footer a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer a:hover {
  color: #785d53 !important;
  text-decoration: none !important;
}
.clear {
  clear: both;
}
#Branchenschwerpunkte &gt; .row &gt; div {
  text-align: center;
}
#Branchenschwerpunkte img {
  width: 70%;
  margin-bottom: 20px;
}
.lang {
  float: left;
}
.lang &gt; a {
  margin-right: 4px;
}
.lang img {
  width: 30px;
}
.impressum {
  float: right;
}
.lernenSieUnsKennen {
  height: 510px;
  background: linear-gradient(to bottom, rgba(0, 113, 188, 0.24), rgba(117, 76, 36, 0) 100%), url(../images/head_2.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.lernenSieUnsKennenText {
  color: #54575a;
  font-family: myriad-pro, sans-serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  margin-top: 140px;
}
.lernenSieUnsKennenButton {
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  background-color: #616161;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 60px 0 0 0;
  letter-spacing: 2px;
}
.lernenSieUnsKennenButton:hover {
  background-color: #D92819 !important;
  border-radius: 20px;
  font-size: 16px;
}
.PageContainer {
  background: #FFF;
}
#SlideShowContainerImages {
  position: fixed;
  width: 100%;
  z-index: -10;
}
.SlideShowContentPanelImages {
  position: relative;
  height: 800px;
}
.SlideShowContentPanelText {
  position: relative;
  height: 800px;
}
.SSSlide {
  position: absolute;
  -webkit-animation: jf-minislide 20s;
  -moz-animation: jf-minislide 20s;
  animation: jf-minislide 20s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 0;
  width: 100%;
  height: 800px;
  display: block;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  z-index: 1;
}
@-webkit-keyframes jf-minislide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes jf-minislide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes jf-minislide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.SlideShowContentPanelImages div:nth-child(1) {
  animation-delay: 0s;
}
.SlideShowContentPanelImages div:nth-child(2) {
  animation-delay: 5s;
}
.SlideShowContentPanelImages div:nth-child(3) {
  animation-delay: 10s;
}
.SlideShowContentPanelImages div:nth-child(4) {
  animation-delay: 15s;
}
.SlideShowContentPanelText div:nth-child(1) {
  animation-delay: 0s;
}
.SlideShowContentPanelText div:nth-child(2) {
  animation-delay: 5s;
}
.SlideShowContentPanelText div:nth-child(3) {
  animation-delay: 10s;
}
.SlideShowContentPanelText div:nth-child(4) {
  animation-delay: 15s;
}
.gradient {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 800px;
  display: block;
  background: -webkit-linear-gradient(top, rgba(0, 113, 188, 0.24), rgba(166, 124, 82, 0.29) 100%);
  background: linear-gradient(to bottom, rgba(0, 113, 188, 0.24), rgba(166, 124, 82, 0.29) 100%);
  opacity: 0.4;
}
.slideFirstLine {
  padding-top: 80px;
  text-align: center;
  color: #8c8c8c;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 18px;
}
.slideSecondLine {
  padding-top: 30px;
  text-align: center;
  color: #8c8c8c;
  font-family: myriad-pro, sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 36px;
}
.slideSecondLineRed {
  color: #d92819;
  font-family: myriad-pro, sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 36px;
}
.cfcButtons {
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  background-color: #8C8C8C;
  padding: 4px 20px 4px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 4px;
}
.cfcButtons:hover {
  background-color: #000;
}
.cfcButtonsActive {
  background-color: #D92819 !important;
}
.box-shadow {
  -webkit-box-shadow: 4px 4px 8px #000000;
  -moz-box-shadow: 4px 4px 8px #000000;
  -ms-box-shadow: 4px 4px 8px #000000;
  -o-box-shadow: 4px 4px 8px #000000;
  box-shadow: 4px 4px 8px #000000;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
}
.kontakt-grau {
  background-color: #53575A;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  min-height: 378px;
}
.kontakt-grau img {
  width: auto;
}
.kontakt-img {
  width: 50px;
  float: left;
}
.kontakt-text {
  float: left;
  padding-top: 6px;
}
.kontakt-grau div:nth-child(2) {
  padding-top: 0px !important;
}
.map {
  height: 400px;
  background: url(../images/plan_google.jpg);
  background-position: center center;
  background-size: cover;
}
.impressum-block {
  color: #cccccc;
  cursor: auto;
  display: block;
  font-family: source-sans-pro, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  height: 12px;
  letter-spacing: 1px;
  line-height: 12px;
  text-align: center;
  height: 100px;
  background-color: #3c3d42;
  padding-top: 40px;
}
.impressum-block a {
  color: #cccccc !important;
  cursor: auto;
  display: block;
  font-family: source-sans-pro, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  height: 12px;
  letter-spacing: 1px;
  line-height: 12px;
  text-align: center;
}
.footer-block {
  color: #cccccc;
  cursor: auto;
  display: block;
  font-family: source-sans-pro, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 12px;
  text-align: center;
  height: 100px;
  background-color: #343438;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  background-color: #6E6E6E;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 50px 0 0;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  background-color: #2b414b;
  color: #FFF !important;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: myriad-pro, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
  height: 36px;
  text-align: right;
  width: 150px;
}
.sidenav a:hover {
  background-color: #8A8A8A;
}
.sidenav .closebtn {
  background: #d92819 !important;
  /*
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
*/
}
.sidenav .closebtn:hover {
  background: #901f14 !important;
  /*
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
*/
}
.mySidenav-toggle {
  background: url(../images/menu-small.png);
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  border: none;
  position: absolute;
  right: 20px;
  top: 10px;
  background-position: center;
}
.form {
  color: #54575a;
}
.dark-hover:hover {
	background: #333;
	border-radius: 2px;
}
@media (max-width: 1199px) {
  .team-left,
  .team-center,
  .team-right {
    display: block;
  }
  .team-bild-klein {
    width: 292px;
  }
  .cfcButtons {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .text-padding-100 {
	  padding: 0 100px;
  }
  .text-padding-150 {
	  padding: 0 150px;
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #FFF;
    height: 62px;
    border: 0;
  }
  .navbar .container {
    padding-top: 10px;
  }
  .navbar-brand {
    padding: 15px 0px 0px 20px;
  }
  .navbar-brand &gt; img {
    width: 180px;
  }
  section {
    padding-top: 100px;
  }
  .team-left,
  .team-center,
  .team-right {
    display: block;
  }
  .team-bild-klein {
    width: 345px;
  }
  .team-bild {
    height: 240px;
    padding-top: 190px;
  }
  .cfcButtons {
    width: 80%;
  }
  .navbar-nav &gt; li &gt; a {
    line-height: 62px;
  }
  .navbar-spacer {
    height: 62px;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 60px;
  }
  .team-left,
  .team-center,
  .team-right {
    width: 100%;
    max-width: 345px;
    margin: 0 auto 30px auto;
  }
  .team-bild-klein {
    width: auto;
  }
  .team-bild {
    padding-top: 190px;
    height: 240px;
/*     background-size: contain; */
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: -15px;
  }
  .cfcButtons {
    width: 100%;
  }
  .navbar-brand {
    padding: 15px 0px 0px 20px;
  }
  .kontakt-grau {
    min-height: auto;
  }
}
@media (max-width: 499px) {
  section {
    padding-top: 20px;
  }
  .spacer {
    height: 15px;
  }
  .text-header {
    font-size: 30px;
  }
  .lernenSieUnsKennenText {
    font-size: 20px;
  }
  .team-bild {
    padding-top: 120px;
  }
  .cfcButtons {
    font-size: 12px;
  }
  .leistungen-relative {
/*     height: 500px; */
  }
  .leistungen-header {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .leistungen-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .map {
    height: 200px;
    background-size: 250%;
  }
  .SlideShowContentPanelImages {
    height: 200px;
  }
  .SlideShowContentPanelText {
    height: 200px;
  }
  .SSSlide {
    height: 200px;
  }
  .gradient {
    height: 200px;
  }
  .slideFirstLine {
    padding-top: 20px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .slideSecondLine {
    font-size: 20px;
    line-height: 1.2em;
  }
  .slideSecondLineRed {
    font-size: 20px;
    line-height: 1.2em;
  }
  .kontakt-text {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .leistungen-relative {
/*     height: 700px; */
  }
  .map {
    height: 200px;
    background-size: 250%;
  }
}
</pre></body></html>