.no-margin-top {
  margin-top: 0 !important;
}
.margin-top {
  margin-top: 30px !important;
}
.margin-bottom {
  margin-bottom: 30px !important;
}
.margin-right {
  margin-right: 30px !important;
}
.margin-left {
  margin-left: 30px !important;
}
.no-margin {
  margin: 0px !important;
}
.padding-top {
  padding-top: 30px !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.padding-bottom {
  padding-bottom: 30px !important;
}
.padding-right {
  padding-right: 30px !important;
}
.padding-left {
  padding-left: 30px !important;
}
.no-padding {
  padding: 0px !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-small {
  font-size: 16px;
}
.text-smaller {
  font-size: 14px;
}
.text-grey {
  color: #636165;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #171716;
}
.height-150 {
  min-height: 150px;
}
.height-200 {
  min-height: 200px;
}
.height-250 {
  min-height: 250px;
}
.height-300 {
  min-height: 300px;
}
.height-350 {
  min-height: 350px;
}
.height-400 {
  min-height: 400px;
}
.gapTop {
  margin-top: 150px;
}
.gap50 {
  height: 50px;
}
.gap100 {
  height: 100px;
}
.bg-default {
  background-color: #008d5d;
}
.bg-default2 {
  background-color: #f08300;
}
.bg-yellow {
  background-color: #ffc40d;
}
.bg-grey {
  background-color: #525154;
}
.bg-grey-lighten {
  background-color: #636165;
}
.bg-grey-darken {
  background-color: #464548;
}
.bg-black {
  background-color: #171716;
}
.bg-black-lighten {
  background-color: #252524;
}
.bg-black-darken {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white-lighten {
  background-color: #ffffff;
}
.bg-white-darken {
  background-color: #f1f1f1;
}
.bg-whiteDarkenGradient {
  background-color: #f1f1f1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(top, #f1f1f1 80%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #f1f1f1 80%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 80%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 80%, #ffffff 100%);
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.disable {
  
}@include opacity(0.4);
.clearfix {
  clear: both;
}
.bg-red {
  background-color: #e83026 !important;
}
.maxWidth {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.maxWidth.addPadding {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .maxWidth.addPadding {
    padding-left: 0;
    padding-right: 0;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
  margin: 0;
  color: #171716;
  background-color: #ffffff;
}
p {
  padding-top: 20px;
}
.trenner hr {
  border-top: solid 3px #171716;
  max-width: 27px;
}
img {
  max-width: 100%;
}
.borderTop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 50px;
  z-index: 10;
}
.borderBottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  height: 50px;
  z-index: 10;
}
.borderLeft {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 50px;
  z-index: 10;
}
.borderRight {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 50px;
  z-index: 10;
}
a {
  color: #171716;
  text-decoration: none;
}
a:hover {
  color: #e0e0e0;
  text-decoration: none;
}
.lead {
  font-size: 18px;
  line-height: 26px;
  color: #636165;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .lead {
    font-size: 18px;
    line-height: 26px;
    color: #636165;
  }
  h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding: 0;
    margin: 0;
  }
  h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .lead {
    font-size: 18px;
    line-height: 26px;
    color: #636165;
  }
  h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 300;
    padding: 0;
    margin: 0;
  }
  h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-top: 25px;
  }
  h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 300;
    padding: 0;
    margin: 0;
  }
  h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
  h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    margin: 0;
  }
}
.btn-group-vertical {
  width: 100%;
}
.btn-group-vertical .btn {
  font-size: 16px;
  padding-left: 10px;
  text-align: left;
}
.btn-group-vertical .btn i {
  margin-right: 5px;
}
.btn-sm {
  font-family: Lato, sans-serif;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 200;
  color: #525154;
  border-color: #fafafa;
  text-shadow: none;
}
.btn-sm:hover {
  color: #525154;
  background-color: #fafafa;
  border-color: #fafafa;
}
.mod-header {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
.mod-header .headerLogo {
  margin-left: 50px;
}
.mod-header .headerLogo img {
  padding-top: 15px;
  width: 300px;
  max-width: 100%;
  height: auto;
}
.mod-content {
  position: relative;
  margin: 50px;
  text-align: center;
}
.mod-content .sbSignet {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -250px;
  width: 260px;
  height: 180px;
}
.mod-content .sbSignet .introStep2 {
  top: 100px;
  left: 230px;
  width: 255px;
  position: absolute;
}
.mod-content .sbSignet .introStep2 img {
  width: 100%;
  height: auto;
}
.mod-content .footerImage {
  width: 1000px;
}
.mod-content .fullScreen {
  position: relative;
  min-height: 500px;
  padding-bottom: 300px;
}
.mod-content .box1 {
  background-color: #f1f1f1;
  padding: 30px;
  min-height: 285px;
  margin-bottom: 30px;
  text-align: center;
}
.mod-content .box1.bgRed {
  border-top: solid 3px #ff0000;
  background-color: #fff1ef;
}
.mod-content .box1.bgBlue {
  border-top: solid 3px #0000ff;
  background-color: #ecf8ff;
}
.mod-content .box1.bgMagenta {
  border-top: solid 3px #ff00ff;
  background-color: #faf4ff;
}
.mod-content .box1.bgOrange {
  border-top: solid 3px #ff7f00;
  background-color: #fff7ee;
}
.mod-content .box2 {
  border: solid 8px #f1f1f1;
  padding: 30px;
  min-height: 200px;
  margin-bottom: 30px;
}
.mod-content .box3 {
  color: #ffffff;
  background-color: #252524;
  padding: 30px;
  min-height: 200px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 30px;
}
.mod-content .box4 {
  padding: 30px;
  min-height: 200px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 30px;
}
.mod-content .box5 {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.mod-content .iconSmall {
  text-align: center;
  margin-bottom: 0;
}
.mod-content .iconSmall img {
  width: 60px;
  height: auto;
}
.mod-content .iconBig {
  text-align: center;
  margin-bottom: 10px;
}
.mod-content .iconBig img {
  width: 90px;
  height: auto;
}
@media (min-width: 1200px) {
  .mod-content .sbSignet {
    margin-top: -182px;
    margin-left: -350px;
    width: 364px;
    height: 252px;
  }
  .mod-content .sbSignet .introStep2 {
    top: 140px;
    left: 322px;
    width: 357px;
    position: absolute;
  }
  .mod-content .sbSignet .introStep2 img {
    width: 100%;
    height: auto;
  }
}
.mod-hero {
  padding-top: 60px;
}
.mod-hero .parallax-window {
  height: 500px !important;
  background-color: #e0e0e0;
}
.mod-hero .headerLogo {
  padding-left: 40px;
}
.mod-hero .headerLogo img {
  width: 300px;
  height: auto;
}
.mod-menu {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 500;
}
.mod-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod-menu ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.mod-menu ul li a i {
  font-size: 20px;
  line-height: 50px;
  color: #171716;
}
.mod-menu ul li a span {
  font-weight: 700;
  display: block;
  display: none;
  position: absolute;
  top: 0;
  right: 50px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  color: #171716;
  background-color: #f1f1f1;
  white-space: nowrap;
}
.mod-menu ul li:hover {
  background-color: #f1f1f1;
}
.mod-menu ul li:hover a span {
  display: inline-block;
}
.mod-mainMenu {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 500;
  height: 50px;
  padding-left: 50px;
}
.mod-mainMenu .mobileMenu {
  display: none;
}
.mod-mainMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod-mainMenu ul li {
  padding-right: 25px;
  float: left;
  cursor: pointer;
  position: relative;
}
.mod-mainMenu ul li a {
  line-height: 50px;
  color: #636165;
  text-transform: uppercase;
}
.mod-mainMenu ul li:first-child {
  display: none;
}
.mod-mainMenu ul li:hover a {
  color: #c7c7c7;
}
.mod-mainMenu.sticky {
  display: none;
}
.mod-mainMenu.nav-show {
  display: block;
}
@media (max-width: 768px) {
  .mod-mainMenu {
    position: fixed;
    top: 50px;
    left: 50px;
    right: 50px;
    z-index: 500;
    height: 50px;
    padding-left: 0;
  }
  .mod-mainMenu .mobileMenu {
    display: none;
  }
  .mod-mainMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mod-mainMenu ul li {
    display: none;
    padding-right: 25px;
    float: left;
    cursor: pointer;
    position: relative;
  }
  .mod-mainMenu ul li a {
    line-height: 50px;
    color: #636165;
    text-transform: uppercase;
  }
  .mod-mainMenu ul li:first-child {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #ffffff;
    display: block !important;
  }
  .mod-mainMenu ul li:first-child p {
    display: block;
    width: 20px;
    height: 3px;
    padding: 0;
    background-color: #171716;
    margin-top: 3px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 3px;
  }
  .mod-mainMenu ul li:hover a {
    color: #c7c7c7;
  }
  .mod-mainMenu.active ul {
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 35px;
  }
  .mod-mainMenu.active ul li {
    display: block;
    padding-right: 25px;
    float: none;
    cursor: pointer;
    position: relative;
  }
  .mod-mainMenu.active ul li a {
    padding-left: 15px;
    line-height: 40px;
    color: #171716;
    text-transform: uppercase;
  }
  .mod-mainMenu.active ul li:first-child {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #ffffff;
    display: block !important;
  }
  .mod-mainMenu.active ul li:first-child p {
    display: block;
    width: 20px;
    height: 3px;
    padding: 0;
    background-color: #171716;
    margin-top: 3px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 3px;
  }
  .mod-mainMenu.active ul li:hover a {
    color: #c7c7c7;
  }
}
@media (max-width: 480px) {
  .mod-mainMenu {
    top: 25px;
    left: 25px;
    right: 25px;
  }
}
.mod-footer {
  position: relative;
}
.mod-footer .footerBackground {
  padding-top: 20px;
  padding-bottom: 60px;
  color: #ffffff;
  background-color: #252524;
  position: relative;
  padding-bottom: 20px;
  border-top: solid 1px #636165;
}
.mod-footer .footerBackground a {
  color: #ffffff;
}
.mod-footer .footerBackground a:hover {
  color: #c7c7c7;
}
.mod-footer .footerBackground .lead {
  color: #f1f1f1;
}
.mod-footer .footerImageContainer {
  text-align: center;
  position: relative;
  z-index: 2;
}
.mod-footer .iframeFooter {
  -webkit-border-radius: 5;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5;
  -moz-background-clip: padding;
  border-radius: 5;
  background-clip: padding-box;
  overflow: hidden;
}
.websiteBy {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  text-align: center;
  background-color: #252524;
}
.websiteBy a {
  color: #464548 !important;
}
.mod-table {
  margin-left: 0px;
  margin-right: -50px;
  width: 100%;
}
.mod-table tr {
  border-bottom: solid 2px #ffffff;
}
.mod-table tr td {
  color: #525154;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  vertical-align: top;
}
.mod-table tr td:first-child {
  border-right: solid 1px #f1f1f1;
  color: #636165;
  padding-left: 50px;
  padding-right: 15px;
  white-space: nowrap;
}
.mod-team {
  position: relative;
}
.mod-team .teamBox {
  width: 100%;
  position: relative;
  padding-top: 50px;
  text-align: left;
  float: left;
}
.mod-team .teamBox .teamImage {
  position: relative;
}
.mod-team .teamBox .teamImage img {
  width: 100%;
  height: auto;
}
.mod-team .teamBox h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.mod-team .teamBox p {
  padding: 0;
  margin-top: 5px;
  font-size: 14px;
}
.mod-team .teamBox p a {
  padding-top: 5px;
  color: #636165;
  display: block;
}
.mod-team .teamBox p a:hover {
  color: #e0e0e0;
}
.mod-referenzen {
  position: relative;
}
.mod-referenzen h1 {
  font-size: 34px;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
}
.mod-referenzen .refLeft {
  margin-right: -15px;
  min-height: 400px;
  background-color: #f1f1f1;
}
.mod-referenzen .refRight {
  margin-left: -15px;
  padding-right: 50px;
  min-height: 400px;
}
.mod-referenzen .refBG {
  background-color: #f1f1f1;
}
.mod-referenzen .owl-carousel {
  overflow-x: hidden;
}
.mod-referenzen .owl-item {
  float: left;
}
.mod-referenzen .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100px;
  height: 50px;
  margin-left: -50px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod-referenzen .owl-nav i {
  font-size: 20px;
  line-height: 50px;
}
.mod-referenzen .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: #252524;
  float: left;
  cursor: pointer;
}
.mod-referenzen .owl-nav .owl-prev:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.mod-referenzen .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: #171716;
  float: right;
  cursor: pointer;
}
.mod-referenzen .owl-nav .owl-next:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media print {
  .fullScreen {
    height: auto !important;
    min-height: 0;
  }
  .pageBreak {
    page-break-before: always;
  }
  .printHide {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .mod-referenzen h1 {
    font-size: 28px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 25px;
  }
  .mod-table {
    margin-right: -15px;
  }
  .mod-table tr {
    border-bottom: solid 2px #ffffff;
  }
  .mod-table tr td {
    color: #525154;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    vertical-align: top;
    font-size: 14px;
  }
  .mod-table tr td:first-child {
    border-right: solid 1px #f1f1f1;
    color: #636165;
    padding-left: 40px;
    padding-right: 5px;
  }
}
@media (max-width: 979px) {
  .mod-referenzen .refLeft {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-referenzen .refRight {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-referenzen .owl-nav {
    position: absolute;
    left: auto;
    left: 50%;
    top: 0px;
    margin-left: -50px;
  }
}
@media (max-width: 768px) {
  .mod-content .box1 {
    min-height: 300px;
  }
  .sbSignet {
    max-width: 100%;
    padding: 0;
    left: 50%;
    margin-left: -130px !important;
  }
  .sbSignet .introStep2 {
    top: 180px !important;
    left: 25px !important;
  }
  .sbSignet #ScholerBlatter {
    max-width: 100%;
  }
  .mod-table {
    margin-right: 25px;
  }
  .mod-table tr td {
    float: left;
    clear: both;
    padding-top: 0px;
    padding-bottom: 10px;
    vertical-align: top;
    padding-left: 50px;
    padding-right: 15px;
  }
  .mod-table tr td:first-child {
    border-right: solid 1px #f1f1f1;
    color: #636165;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 15px;
    padding-bottom: 0px;
    font-weight: 700;
  }
  .mod-table tr:last-child {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .mod-menu {
    position: absolute;
  }
  .gapTop {
    margin-top: 80px !important;
  }
  .full480 {
    width: 100% !important;
  }
  .mod-footer .margin-top {
    padding-left: 10px;
  }
  .gap50 {
    height: 25px;
  }
  .gap100 {
    height: 50px;
  }
  .sbSignet {
    width: 180px !important;
    max-width: 100%;
    margin-left: -100px !important;
  }
  .sbSignet .introStep2 {
    width: 180px !important;
    top: 125px !important;
    left: 20px !important;
  }
  .sbSignet #ScholerBlatter {
    max-width: 100%;
  }
  .mod-content {
    margin: 25px;
  }
  .mod-menu {
    top: 25px;
    right: 25px;
  }
  .mod-referenzen .refRight {
    min-height: 300px;
    padding-right: 15px;
  }
  .mod-referenzen h1 {
    font-size: 25px;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
  }
  .mod-table {
    margin-right: -50px;
    display: block;
    position: relative;
  }
  .mod-table tr td {
    float: left;
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 10px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 15px;
  }
  .mod-table tr td:first-child {
    border-right: solid 1px #f1f1f1;
    color: #636165;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 0px;
    font-weight: 700;
  }
}
