/* Flex Container */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
.color-1 {
  color: #000000; }

.color-2 {
  color: #EF7D00; }

.color-3 {
  color: #ffffff; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none; }

*:focus {
  outline: none; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 15px 0; }

h1 {
  font-size: 36px;
  font-weight: 100; }
  @media (max-width: 767px) {
    h1 {
      font-size: 150%; } }

h2 {
  font-size: 36px;
  font-weight: 100; }
  @media (max-width: 767px) {
    h2 {
      font-size: 150%; } }

p {
  margin: 0;
  padding: 15px 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s; }

a:hover {
  color: #EF7D00; }

@-webkit-keyframes up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@keyframes up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.section {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .section {
      padding-top: 30px;
      padding-bottom: 30px; } }

.padding-top {
  padding-top: 50px; }

.wrapper_fullWidth {
  max-width: 100%; }

.wrapper_small {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    .wrapper_small {
      padding-left: 5%;
      padding-right: 5%; } }

.container-xs {
  max-width: 700px;
  margin: 0 auto; }

.container-flex {
  display: flex;
  justify-content: space-between; }

.box-1 {
  width: 48.3%; }

.box-2 {
  width: 40%; }
  @media screen and (max-width: 1199px) {
    .box-2 {
      width: 35%; } }

.box-3 {
  width: 53%; }
  @media screen and (max-width: 1199px) {
    .box-3 {
      width: 60%; } }

@font-face {
  font-family: 'Guard7 Landingpage';
  src: url("../Fonts/Guard7-Landingpage.eot");
  src: url("../Fonts/Guard7-Landingpage.eot?#iefix") format("embedded-opentype"), url("../Fonts/Guard7-Landingpage.woff") format("woff"), url("../Fonts/Guard7-Landingpage.ttf") format("truetype"), url("../Fonts/Guard7-Landingpage.svg#Guard7-Landingpage") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*='icon-']:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: '\0041';
  font-family: 'Guard7 Landingpage' !important; }

.icon-Pfeil_links:before {
  content: '\0042';
  font-family: 'Guard7 Landingpage' !important; }

.icon-Pfeil_oben:before {
  content: '\0043';
  font-family: 'Guard7 Landingpage' !important; }

.icon-Pfeil_rechts:before {
  content: '\0044';
  font-family: 'Guard7 Landingpage' !important; }

.icon-Pfeil_unten:before {
  content: '\0045';
  font-family: 'Guard7 Landingpage' !important;
  margin-top: .2em; }

.icon-phone:before {
  content: '\0046';
  font-family: 'Guard7 Landingpage' !important; }

header .full_img {
  background: url(../Images/background.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  color: #ffffff; }
  @media screen and (max-width: 1199px) {
    header .full_img {
      background-position: center center; } }
  @media screen and (max-width: 767px) {
    header .full_img {
      height: auto;
      padding-bottom: 15px;
      padding-top: 15px; } }
  header .full_img .transparent-layer {
    width: 98%;
    height: 96vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    padding-top: 100px; }
    @media screen and (max-width: 1199px) {
      header .full_img .transparent-layer {
        padding-top: 30px; } }
    @media screen and (max-width: 1023px) {
      header .full_img .transparent-layer {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 100px;
        width: 95%; } }
    @media screen and (max-width: 767px) {
      header .full_img .transparent-layer {
        padding-top: 20px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      header .full_img .transparent-layer {
        left: 1.5%;
        top: 3%;
        transform: none; } }
    @media screen and (max-width: 767px) {
      header .full_img .transparent-layer {
        height: auto;
        position: relative;
        transform: none;
        left: 2.5%;
        padding-bottom: 100px; } }
    header .full_img .transparent-layer .logo {
      width: 600px; }
      @media screen and (max-width: 767px) {
        header .full_img .transparent-layer .logo {
          width: 100%; } }
    header .full_img .transparent-layer h1 {
      font-weight: 100;
      font-size: 44px; }
      @media screen and (max-width: 767px) {
        header .full_img .transparent-layer h1 {
          font-size: 36px; } }
      header .full_img .transparent-layer h1 span {
        display: block;
        position: relative;
        padding: 0 0 40px 0; }
        @media screen and (max-width: 767px) {
          header .full_img .transparent-layer h1 span {
            padding-bottom: 30px; } }
        header .full_img .transparent-layer h1 span:after {
          content: '';
          position: absolute;
          bottom: 20px;
          width: 70px;
          height: 5px;
          background: #EF7D00;
          left: 50%;
          transform: translate(-50%, 0); }
    header .full_img .transparent-layer h2 {
      font-size: 36px;
      font-weight: 100;
      padding: 60px 0 70px 0; }
      @media screen and (max-width: 767px) {
        header .full_img .transparent-layer h2 {
          font-size: 30px;
          padding: 20px 0 20px 0; } }
    header .full_img .transparent-layer p {
      max-width: 520px;
      display: block;
      margin: 0 auto;
      font-weight: 200;
      padding: 50px 0 0 0; }
      @media screen and (max-width: 767px) {
        header .full_img .transparent-layer p {
          padding-top: 10px; } }
    header .full_img .transparent-layer .icon-Pfeil_unten {
      cursor: pointer;
      position: absolute;
      color: #ffffff;
      bottom: -18px;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 36px;
      width: 60px;
      background: #EF7D00; }
      @media screen and (max-width: 767px) {
        header .full_img .transparent-layer .icon-Pfeil_unten {
          bottom: -15px; } }
header .header-InnerPage {
  border-top: 120px solid #2b3238; }
  header .header-InnerPage .logo {
    width: 350px;
    margin-top: -145px; }

@supports (-ms-ime-align: auto) {
  header .full_img .transparent-layer {
    left: 1.5%;
    top: 3%;
    transform: none; } }
main {
  position: relative; }
  main p {
    line-height: 24px; }
    main p a {
      color: #EF7D00; }
      main p a:hover {
        text-decoration: underline; }
  main a {
    font-weight: 700; }
  main img {
    width: 100%;
    display: block; }
  main iframe {
    width: 100%;
    height: 675px;
    border: none; }
    @media screen and (max-width: 1199px) {
      main iframe {
        height: 520px; } }
    @media screen and (max-width: 1023px) {
      main iframe {
        height: 390px; } }
    @media screen and (max-width: 639px) {
      main iframe {
        height: 190px; } }
  main section > div > h2 {
    padding-bottom: 50px;
    text-transform: uppercase; }
  main section > div > div > h2 {
    padding-bottom: 50px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      main section > div > div > h2 {
        padding-bottom: 30px; } }
  main section .blog {
    padding-top: 0; }
  @media screen and (max-width: 767px) {
    main section:last-of-type .section {
      padding-bottom: 100px; } }
  main section.accordions .container-xs, main section.media .container-xs, main section.blog .container-xs {
    padding-bottom: 40px; }
  main section.media video {
    height: auto;
    max-width: 100%; }
  main section.media > div > h2:not(:nth-of-type(1)) {
    margin-top: 5rem; }
  @media screen and (max-width: 1023px) {
    main .container-flex.persons {
      justify-content: center;
      flex-wrap: wrap; } }
  @media screen and (max-width: 1023px) {
    main .container-flex.persons .box-1 {
      width: 465px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    main .container-flex.persons .box-1 {
      padding-bottom: 30px;
      padding-top: 0; } }
  @media screen and (max-width: 1023px) {
    main .container-flex.persons .box-1:last-child {
      margin-bottom: 3.5rem; } }
  main .container-flex.persons img {
    height: auto; }
  @media screen and (max-width: 767px) {
    main .container-flex.box-1 {
      flex-wrap: wrap;
      justify-content: center; } }
  main .container-flex.box-1 .box-2 {
    width: 50%; }
  main .container-flex.box-1 .box-3 {
    width: 100%;
    padding: 0 20px; }
  @media screen and (max-width: 767px) {
    main .container-flex.blog-item {
      flex-wrap: wrap; } }
  main .bottom-line {
    position: relative; }
    main .bottom-line:after {
      content: '';
      position: absolute;
      width: 1200px;
      height: 2px;
      background: #EF7D00;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 1199px) {
        main .bottom-line:after {
          width: 90%;
          left: 5%; } }
    main .bottom-line.bier-pattern {
      padding-bottom: 230px;
      padding-top: 1.5rem; }
      @media screen and (max-width: 767px) {
        main .bottom-line.bier-pattern {
          padding-bottom: 180px; } }
      main .bottom-line.bier-pattern:after {
        background: url(../Images/bier.jpg) center center;
        background-size: cover;
        width: 100%;
        height: 110px;
        left: 0;
        transform: none; }
  main .box-1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: relative; }
    @media screen and (max-width: 1199px) {
      main .box-1 {
        padding: 15px 0; } }
    main .box-1:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 8px;
      background: #EF7D00;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: -5px; }
    main .box-1 .box-3 {
      padding-top: 30px; }
      @media screen and (max-width: 1199px) {
        main .box-1 .box-3 {
          padding-top: 0; } }
  main .box-3 > p a.icon-mail {
    display: block;
    padding: 0 0 0 40px;
    position: relative; }
    main .box-3 > p a.icon-mail:before {
      color: #EF7D00;
      font-size: 36px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
  main .box-3 > p.icon-phone {
    display: block;
    padding: 0 0 0 40px;
    position: relative; }
    main .box-3 > p.icon-phone:before {
      color: #EF7D00;
      font-size: 36px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
  main .box-3 .box-subtitle {
    padding-bottom: 30px;
    padding-top: 15px; }
    @media screen and (max-width: 1199px) {
      main .box-3 .box-subtitle {
        padding-bottom: 10px;
        padding-top: 0; } }
  main .box-3 h2 {
    font-size: 30px; }
    main .box-3 h2 span {
      position: relative; }
      main .box-3 h2 span:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background: #EF7D00;
        left: 0px;
        bottom: -1px; }
  main .box-4 {
    width: 25%; }
    @media screen and (max-width: 767px) {
      main .box-4 {
        width: 100%;
        position: absolute; } }
  main .box-5 {
    width: 72%; }
    @media screen and (max-width: 767px) {
      main .box-5 {
        width: 100%; } }
  main .blog .blog-item {
    border-bottom: 2px solid #EF7D00;
    padding: 50px 0;
    position: relative; }
    main .blog .blog-item:first-of-type {
      padding-top: 30px; }
      @media screen and (max-width: 767px) {
        main .blog .blog-item:first-of-type {
          padding-top: 50px; } }
    main .blog .blog-item:last-of-type {
      border-bottom: none; }
  main .blog .blog-link {
    display: block;
    text-align: right; }
    main .blog .blog-link a {
      display: inline-block;
      position: relative;
      padding-right: 20px; }
      main .blog .blog-link a:before {
        color: #EF7D00;
        position: absolute;
        right: 0;
        top: 2px; }
  main .blog .box-5 span.blog-date {
    color: #EF7D00;
    font-weight: 700; }
    main .blog .box-5 span.blog-date p {
      padding: 0;
      margin: 0;
      line-height: 16px; }
  main .blog .box-5 h2, main .blog .box-5 h3 {
    text-transform: uppercase; }
  main .blog .box-5 h2 {
    font-size: 44px; }
    @media screen and (max-width: 767px) {
      main .blog .box-5 h2 {
        font-size: 36px; } }
    main .blog .box-5 h2 span {
      position: relative; }
      @media screen and (max-width: 767px) {
        main .blog .box-5 h2 span {
          display: block; } }
      main .blog .box-5 h2 span:after {
        content: '';
        width: 60px;
        height: 5px;
        background: #EF7D00;
        display: inline-block;
        text-align: right;
        margin: 0 0 -10px -46px; }
        @media screen and (max-width: 767px) {
          main .blog .box-5 h2 span:after {
            content: none; } }
  main .blog .box-5 h3 {
    font-weight: 300;
    font-size: 30px;
    padding: 0; }
  main .blog .box-5 p a:after {
    content: '\0044';
    font-family: 'Guard7 Landingpage';
    color: #EF7D00;
    display: inline-block;
    text-align: right;
    font-size: 12px;
    margin: 0px 0 0 3px;
    position: relative;
    top: 1px; }
  main .blog .box-5 p:last-child {
    padding-bottom: 0; }
  main .go-to-top {
    position: fixed;
    bottom: 115px;
    font-size: 36px;
    right: 2rem;
    cursor: pointer;
    color: #EF7D00;
    opacity: 0;
    visibility: hidden;
    transition: all .3s; }
    @media screen and (max-width: 1199px) {
      main .go-to-top {
        right: 5%;
        bottom: 30px;
        position: absolute; } }
    main .go-to-top:hover {
      color: #000000; }
  main .padding-bottom {
    padding-bottom: 100px; }
  main .innerPage-content h3 {
    font-size: 22px; }
  main .innerPage-content h4 {
    font-size: 18px; }
  main .innerPage-content ul {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px; }
    main .innerPage-content ul li {
      position: relative;
      padding: 7px 0 7px 20px; }
      main .innerPage-content ul li:before {
        content: '';
        width: 7px;
        height: 7px;
        background: #EF7D00;
        border-radius: 100%;
        position: absolute;
        left: 5px;
        top: 12px; }

.accordion-content {
  text-align: left;
  overflow: hidden; }
  .accordion-content .accordion-item .a_title {
    margin: 2px 0;
    cursor: pointer; }
    .accordion-content .accordion-item .a_title h2 {
      font-size: 14px;
      font-weight: 700;
      padding: 10px 30px;
      position: relative;
      transition: all .3s; }
      .accordion-content .accordion-item .a_title h2:after {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #ffffff;
        font-family: 'Guard7 Landingpage';
        content: '\0045';
        transition: all 0.3s; }
      .accordion-content .accordion-item .a_title h2:focus {
        color: #000000; }
      .accordion-content .accordion-item .a_title h2:hover {
        color: #000000; }
    .accordion-content .accordion-item .a_title.active {
      background: #EF7D00;
      color: #000000; }
      .accordion-content .accordion-item .a_title.active h2:after {
        transform: rotate(-180deg);
        color: #000000; }
    .accordion-content .accordion-item .a_title.inactive {
      background: #EF7D00;
      color: #ffffff; }
  .accordion-content .accordion-item .a_text {
    transition: max-height 0.5s;
    /*padding: 0 30px;*/ }
    .accordion-content .accordion-item .a_text.hide {
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      transition: max-height 0s; }
      .accordion-content .accordion-item .a_text.hide p {
        opacity: 0;
        transition: all 0s;
        width: 100%; }
    .accordion-content .accordion-item .a_text.show {
      opacity: 1;
      visibility: visible;
      max-height: 1000px;
      transition: max-height 1.5s; }
      .accordion-content .accordion-item .a_text.show p {
        opacity: 1;
        transition: all 0.7s;
        transition-delay: .2s; }

footer {
  color: #ffffff; }
  footer p {
    padding: 0; }
  @media screen and (max-width: 767px) {
    footer .container-flex {
      flex-wrap: wrap;
      justify-content: center; } }
  footer a {
    color: #ffffff;
    border-bottom: 1px dotted transparent; }
    footer a:hover {
      color: #ffffff;
      border-bottom: 1px dotted #ffffff; }
  @media screen and (max-width: 767px) {
    footer nav {
      width: 100%; } }
  footer nav ul li {
    position: relative;
    display: inline-block;
    margin-right: 15px; }
    footer nav ul li:after {
      content: '';
      width: 1px;
      height: 12px;
      background: #ffffff;
      position: absolute;
      right: -10px;
      top: 3px; }
    footer nav ul li:last-child:after {
      content: none; }
  footer .footer-bold-text {
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      footer .footer-bold-text {
        width: 100%;
        margin: 15px 0; } }
    footer .footer-bold-text a {
      border-bottom: 1px dotted #ffffff; }
  footer .copyright {
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      footer .copyright {
        width: 100%; } }

.footer-contact-container {
  background-color: #000000; }
  .footer-contact-container p {
    line-height: 2rem; }
  .footer-contact-container .image-figure {
    padding: 0;
    margin: 30px 0; }
  .footer-contact-container .container-outer {
    display: block;
    align-content: center;
    justify-content: space-between;
    max-width: 1050px;
    padding: 0;
    margin: 0 auto 0 auto; }
    .footer-contact-container .container-outer .grid-template {
      display: flex;
      padding: 4rem 0; }
      @media screen and (max-width: 1023px) {
        .footer-contact-container .container-outer .grid-template {
          display: block;
          padding: 0 4rem 4rem; } }
  .footer-contact-container .left-container, .footer-contact-container .right-container {
    width: 55%; }
  @media screen and (max-width: 767px) {
    .footer-contact-container .left-container .image-embed-item {
      width: 100%; } }
  .footer-contact-container .right-container .hasIcon-2, .footer-contact-container .right-container .hasIcon-3 {
    justify-content: flex-end;
    text-align: right;
    display: flex;
    margin: 0 0 3rem 0; }
    @media screen and (max-width: 767px) {
      .footer-contact-container .right-container .hasIcon-2, .footer-contact-container .right-container .hasIcon-3 {
        display: none; } }
    .footer-contact-container .right-container .hasIcon-2 h1, .footer-contact-container .right-container .hasIcon-2 h2, .footer-contact-container .right-container .hasIcon-2 h3, .footer-contact-container .right-container .hasIcon-2 h4, .footer-contact-container .right-container .hasIcon-2 h5, .footer-contact-container .right-container .hasIcon-2 h6, .footer-contact-container .right-container .hasIcon-3 h1, .footer-contact-container .right-container .hasIcon-3 h2, .footer-contact-container .right-container .hasIcon-3 h3, .footer-contact-container .right-container .hasIcon-3 h4, .footer-contact-container .right-container .hasIcon-3 h5, .footer-contact-container .right-container .hasIcon-3 h6 {
      text-transform: uppercase;
      font-size: 210%;
      font-weight: 600;
      width: 330px;
      height: 285px;
      background-image: url("../Icons/bubble_r.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: center;
      align-items: flex-start;
      color: #fff; }
      .footer-contact-container .right-container .hasIcon-2 h1 p, .footer-contact-container .right-container .hasIcon-2 h2 p, .footer-contact-container .right-container .hasIcon-2 h3 p, .footer-contact-container .right-container .hasIcon-2 h4 p, .footer-contact-container .right-container .hasIcon-2 h5 p, .footer-contact-container .right-container .hasIcon-2 h6 p, .footer-contact-container .right-container .hasIcon-3 h1 p, .footer-contact-container .right-container .hasIcon-3 h2 p, .footer-contact-container .right-container .hasIcon-3 h3 p, .footer-contact-container .right-container .hasIcon-3 h4 p, .footer-contact-container .right-container .hasIcon-3 h5 p, .footer-contact-container .right-container .hasIcon-3 h6 p {
        line-height: 45px;
        width: 85%;
        text-align: center; }
  .footer-contact-container .right-container .hasIcon-3 {
    justify-content: flex-start; }
    .footer-contact-container .right-container .hasIcon-3 h1, .footer-contact-container .right-container .hasIcon-3 h2, .footer-contact-container .right-container .hasIcon-3 h3, .footer-contact-container .right-container .hasIcon-3 h4, .footer-contact-container .right-container .hasIcon-3 h5, .footer-contact-container .right-container .hasIcon-3 h6 {
      background-image: url("../Icons/bubble_l.svg"); }
      .footer-contact-container .right-container .hasIcon-3 h1 p, .footer-contact-container .right-container .hasIcon-3 h2 p, .footer-contact-container .right-container .hasIcon-3 h3 p, .footer-contact-container .right-container .hasIcon-3 h4 p, .footer-contact-container .right-container .hasIcon-3 h5 p, .footer-contact-container .right-container .hasIcon-3 h6 p {
        margin-left: 15%;
        font-size: 150%; }

.footer-icons-container {
  background-color: #000000; }
  .footer-icons-container p {
    margin: 0; }
  .footer-icons-container .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center; }
  .footer-icons-container .icon-facebook:before {
    margin-right: 1.2rem !important; }

.footer-icons-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 15px 0 15px; }
  @media screen and (max-width: 767px) {
    .footer-icons-container {
      display: block;
      padding: 0 4rem; } }
  .footer-icons-container .container {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .footer-icons-container {
      width: 100%;
      order: 3;
      text-align: center;
      justify-content: center;
      margin: 0; } }
  .footer-icons-container .footer-icons {
    color: #EF7D00;
    transition: all 0.3s ease;
    text-decoration: none; }
    .footer-icons-container .footer-icons:hover {
      color: #ffffff; }
    .footer-icons-container .footer-icons .icon-facebook:before, .footer-icons-container .footer-icons .icon-instagram:before {
      font-size: 280%;
      margin: 0; }

.service-container {
  width: 100%;
  background-color: #EF7D00;
  margin: 0;
  padding: 5px 0px; }
  @media screen and (max-width: 1023px) {
    .service-container {
      margin: 0; } }
  .service-container .services {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    flex-direction: row;
    width: 100%;
    max-width: 1340px;
    height: 167px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1023px) {
      .service-container .services {
        height: auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        align-content: center;
        -webkit-align-content: center; } }
    @media screen and (max-width: 1023px) {
      .service-container .services > figure {
        width: 33%; } }
    .service-container .services > figure:first-child {
      margin-left: 0; }
    .service-container .services > figure:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1023px) {
      .service-container .services > figure.typo3 {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .service-container .services > figure.ihk {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .service-container .services > figure.wp {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .service-container .services > figure.solr {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .service-container .services > figure.sw {
        width: 23%; } }
    @media screen and (max-width: 767px) {
      .service-container .services > figure.sw {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .service-container .services > figure.sy {
        width: 20%; } }
    .service-container .services .service-elements {
      margin: 0 2rem; }
      @media screen and (max-width: 1199px) {
        .service-container .services .service-elements {
          margin: 0 1rem; } }
      @media screen and (max-width: 1023px) {
        .service-container .services .service-elements {
          margin: 1rem; } }
      .service-container .services .service-elements.typo3 img {
        width: 150px; }
        @media screen and (max-width: 767px) {
          .service-container .services .service-elements.typo3 img {
            width: 100px; } }
      .service-container .services .service-elements.ihk img {
        width: 170px; }
        @media screen and (max-width: 767px) {
          .service-container .services .service-elements.ihk img {
            width: 80px; } }
      .service-container .services .service-elements.wp img {
        width: 120px; }
        @media screen and (max-width: 767px) {
          .service-container .services .service-elements.wp img {
            width: 80px; } }
      .service-container .services .service-elements.solr img {
        width: 120px; }
        @media screen and (max-width: 767px) {
          .service-container .services .service-elements.solr img {
            width: 80px; } }
      .service-container .services .service-elements.sw img {
        width: 90px; }
        @media screen and (max-width: 767px) {
          .service-container .services .service-elements.sw img {
            width: 60px; } }
      .service-container .services .service-elements.sy img {
        width: 130px; }
        @media screen and (max-width: 767px) {
          .service-container .services .service-elements.sy img {
            width: 80px; } }
      .service-container .services .service-elements img {
        height: auto; }

.rights-container {
  width: 100%;
  padding: 4rem 0;
  background-color: black; }
  @media screen and (max-width: 767px) {
    .rights-container {
      padding: 3rem 0 0; } }
  .rights-container .rights-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    flex-direction: row;
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 0; }
    @media screen and (max-width: 1023px) {
      .rights-container .rights-content {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        align-content: center;
        -webkit-align-content: center; } }
    .rights-container .rights-content .logo-mini {
      padding-top: 0; }
    .rights-container .rights-content .logo-mini, .rights-container .rights-content .trademark {
      width: 45%;
      /*margin: 0;
      padding: 0 15px;*/ }
      @media screen and (max-width: 1023px) {
        .rights-container .rights-content .logo-mini, .rights-container .rights-content .trademark {
          width: 100%;
          text-align: center;
          order: 9;
          font-size: 86%; } }
    .rights-container .rights-content .logo-mini {
      width: 25%;
      margin: 0; }
      @media screen and (max-width: 1023px) {
        .rights-container .rights-content .logo-mini {
          width: 100%;
          text-align: center;
          order: 1;
          margin-bottom: .5rem; } }
      .rights-container .rights-content .logo-mini img {
        width: 44px;
        max-width: 44px; }
    .rights-container .rights-content .trademark {
      padding-top: 0;
      color: #fff;
      font-size: 100%; }
      @media screen and (max-width: 1023px) {
        .rights-container .rights-content .trademark {
          padding: 2rem 0; } }
    .rights-container .rights-content .footer-links {
      display: flex;
      flex-direction: row;
      width: 36.083%;
      margin: 0;
      padding: 0 15px 0 15px;
      justify-content: flex-end; }
      @media screen and (max-width: 1023px) {
        .rights-container .rights-content .footer-links {
          padding: 0 4rem;
          width: 100%;
          order: 2;
          justify-content: center;
          flex-wrap: nowrap; } }
  @media screen and (max-width: 1023px) and (max-width: 1023px) {
    .rights-container .rights-content .footer-links > div {
      width: max-content;
      text-align: center; } }

      .rights-container .rights-content .footer-links [class^="link-"] {
        padding-left: 15px;
        padding-right: 15px; }
        .rights-container .rights-content .footer-links [class^="link-"] a {
          text-decoration: none;
          transition: all .3s ease;
          font-size: 100%;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #ffffff; }
          .rights-container .rights-content .footer-links [class^="link-"] a:hover {
            color: rgba(255, 255, 255, 0.7); }
        .rights-container .rights-content .footer-links [class^="link-"]:first-of-type {
          padding-left: 0; }
          @media screen and (max-width: 1023px) {
            .rights-container .rights-content .footer-links [class^="link-"]:first-of-type {
              padding-left: 15px; } }

.rights-container .rights-content .footer-links.show-over-menu {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  padding: 0 0 1rem 0; }

.footer-links.show-over-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999; }
  .footer-links.show-over-menu a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 180%;
    letter-spacing: 3px; }
    .footer-links.show-over-menu a:hover {
      color: #EF7D00 !important; }
  .footer-links.show-over-menu div.link- {
    position: relative;
    margin: 0 2rem;
    padding: 0 !important; }
    .footer-links.show-over-menu div.link-:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 20px;
      background-color: #ffffff;
      top: 16px;
      right: -32px; }
    .footer-links.show-over-menu div.link-:last-child:after {
      content: none; }

@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-ThinItalic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-Thin.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-Light.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-ExtraBold.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-Bold.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-SemiBold.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-LightItalic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-MediumItalic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-BlackItalic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-ExtraLight.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-ExtraBoldItalic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-Regular.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-Italic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-ExtraLightItalic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-ThinItalic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-Medium.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-Black.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-Thin.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-SemiBoldItalic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Raleway';
  src: url("../Fonts/raleway_n/Raleway-BoldItalic.woff2") format("woff2"), url("../Fonts/raleway_n/Raleway-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

/*# sourceMappingURL=main.css.map */
