@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

body #hubspot-messages-iframe-container.widget-align-right{
left: 0!important;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  /******** HEADLINES ********/
}
body #header-sticky-wrapper {
  min-height: 90px;
}
body .is_sticky {
  min-height: 90px !important;
}
body #header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  -webkit-box-shadow: 0px 7px 8px -4px #8f8f8f;
  -moz-box-shadow: 0px 7px 8px -4px #8f8f8f;
  box-shadow: 0px 7px 8px -4px #8f8f8f;
}
body #header .logo img {
  margin-top: 18px;
  width: 100%;
}
body #header nav {
  text-align: right;
  padding-top: 3%;
}

body #header nav ul li{
  display:inline;
  margin-left: 5px;
}

body #header nav ul li a {
  color: #085485;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-bottom: 2px solid #085485;
  text-decoration: none;
}

body #header nav ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  z-index: 100;
}

body #header nav ul li:hover ul {
  display: inherit;
  text-align: left;
  margin-left: -100px;
  margin-top: 29px;
}

body #header nav ul li ul li{
  display: block;
  text-align: left;
  margin-top: 10px;
  margin-left: 0px;
}

body #header nav ul li ul li a{
  text-decoration: none;
  border:0px;
}
body #header .hamburger {
  margin-top: 48%;
}
body #header .hamburger img {
  width: 50px;
}
body #header .menu {
  display: none;
  background-color: rgba(89, 79, 76, 0.8);
  border: 1px solid #fff;
  padding: 10px;
  position: absolute;
  right: 165px;
  text-align: right;
  top: 17%;
  width: 20%;
  z-index: 899;
}
@media (max-width: 768px) {
  body #header .menu {
    width: 80%;
    right: 10px;
    left: 10px;
  }
}
body #header .menu nav {
  padding-bottom: 7%;
  padding-top: 7%;
}
body #header .menu nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body #header .menu nav ul li {
  margin-bottom: 10px;
}

body #header .menu nav ul li ul li:hover a{
  border: 1px solid #0f0f0f;
}

body #header .menu nav ul li:last-child {
  margin-bottom: 0px;
}
body #header .menu nav ul li a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1199px) {
  body #header nav ul li a {
    font-size: 14px;
  }
}
body .parallax-window1 {
  height: 640px;
  background-image: url(../images/ios-entwickler.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 12%;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  body .parallax-window1 {
    background-attachment: inherit;
    height: 340px;
    background-size: auto 100%;
  }
}
body .parallax-window1 .header-link {
  margin: 0px;
}
body .parallax-window1 .header-link a {
  background-color: #085485;
  border: 1px solid #085485;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  body .parallax-window1 .header-link a {
    padding: 5px 10px;
    font-size: 12px;
  }
}
body .parallax-window1 .header-link a ::after {
  content: "";
  border-radius: 30px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .parallax-window1 .header-link a:hover {
  background-color: transparent;
  border: 1px solid #fff;
  transform: scale(1.5, 1.5);
}
body .parallax-window1 .header-link a:hover ::after {
  opacity: 1;
}
body .parallax-window1 p {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
body .parallax-window1 .header-tel a {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}
body .icon {
  padding: 60px 10px;
  text-align: center;
}
@media (max-width: 768px) {
  body .icon {
    padding: 20px 5px;
  }
}
body .icon img {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .icon img ::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .icon img:hover {
  transform: scale(1.25, 1.25);
}
body .icon img:hover ::after {
  opacity: 1;
}
body .icon h2 {
  color: #085485;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
body .icon p {
  color: #727272;
  font-size: 18px;
}
body .banner {
  height: 685px;
  background-image: url(../images/ablauf-appentwicklung.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #2072B9;
}
body .bannertext {
  background-color: #085485;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
body .bannertext a {
  color: #fff;
}
body .bannertext .fragen,
body .bannertext .chat,
body .bannertext .banner-tel {
  float: left;
  width: 33%;
}
body .bannertext .fragen p {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}
body .bannertext .chat {
  padding-left: 9%;
}
body .bannertext .chat p {
  text-transform: uppercase;
  font-size: 22px;
  float: left;
}
body .bannertext .chat p span {
  display: block;
  text-transform: none;
}
body .bannertext .chat p img {
  width: 60px;
  margin-left: 20px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .bannertext .chat p img ::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .bannertext .chat p img:hover {
  transform: scale(1.25, 1.25);
}
body .bannertext .chat p img:hover ::after {
  opacity: 1;
}
body .bannertext .banner-tel {
  text-align: center;
}
body .bannertext .banner-tel p {
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0px;
}
body .bannertext .banner-tel p a {
  font-weight: 400;
}
body main {
  padding-top: 40px;
  padding-bottom: 40px;
}
body main article {
  padding: 0 80px;
}
body main article h1 {
  padding-bottom: 20px;
}
body main article h2 {
  padding-bottom: 30px;
}
body main article h3 {
  padding-bottom: 20px;
}
body main article p {
  line-height: 27px;
}
@media (max-width: 991px) {
  body main article {
    padding: 0px;
  }
}
body .content2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
body .content2 article {
  padding: 0 80px;
}
body .content2 article h1 {
  padding-bottom: 20px;
}
body .content2 article h2 {
  padding-bottom: 30px;
}
body .content2 article h3 {
  padding-bottom: 20px;
}
body .content2 article p {
  line-height: 27px;
}
@media (max-width: 991px) {
  body .content2 article {
    padding: 0px;
  }
}
body .banner2 {
  background-color: #1372B8;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  body .banner2 {
    padding: 10px;
  }
}
body .banner2 a {
  color: #fff;
}
body .banner2 .upper {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 15px 115px 15px 15px;
  text-transform: uppercase;
}
body .banner2 .banner2-tel {
  text-align: center;
}
body .banner2 .banner2-tel .tel1 {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 768px) {
  body .banner2 .banner2-tel .tel1 {
    font-size: 13px;
  }
}
body .banner2 .banner2-tel .tel1 a {
  border-radius: 35px;
  padding: 6px 80px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #085485;
  border: 1px solid #085485;
}
@media (max-width: 768px) {
  body .banner2 .banner2-tel .tel1 a {
    padding: 5px 10px;
    font-size: 18px;
  }
}
body .banner2 .banner2-tel .tel1 a ::after {
  content: "";
  border-radius: 30px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .banner2 .banner2-tel .tel1 a:hover {
  background-color: transparent;
  border: 1px solid #fff;
  transform: scale(1.5, 1.5);
}
body .banner2 .banner2-tel .tel1 a:hover ::after {
  opacity: 1;
}
@media (max-width: 768px) {
  body .banner2 .banner2-tel .tel1 a {
    padding: 3px 20px;
  }
}
body .banner2 .banner2-tel .tel2 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}
body .banner2 .banner2-tel .tel2 a {
  text-decoration: none;
}
@media (max-width: 991px) {
  body .banner2 .upper {
    padding: 15px;
    text-align: center;
  }
}
body .skill-text {
  line-height: 27px;
  padding-right: 30%;
  margin-bottom: 30px;
}
body .skill-pic {
  width: 33%;
  float: left;
}
body .skill-pic img {
  margin-bottom: 30px;
  width: 250px;
}
body .skill-pic span {
  display: block;
  font-size: 16px;
}
body .skill-pic .blue {
  color: #085485;
}
body .skill-pic .function {
  text-transform: uppercase;
  color: #1372B8;
}
@media (max-width: 991px) {
  body .skill-pic {
    width: 28%;
    margin-right: 7%;
  }
}
body .skill-tree {
  width: 65%;
  float: left;
}
body .skill-tree .skill {
  margin-bottom: 30px;
}
body .skill-tree .skill .skill-name img {
  margin-right: 20px;
  width: 45px;
}
body .skill-tree .skill .skill-name span {
  color: #1372B8;
  text-transform: uppercase;
}
body .skill-tree .skill .colorful {
  border: 1px solid #1372B8;
  height: 20px;
}
body .skill-tree .skill .colorful p {
  background-color: #085485;
  height: 18px;
  margin: 0;
  width: 0%;
}
body .skill-tree .skill .colorful p span {
  font-size: 12px;
  margin-top: -18px;
  position: absolute;
  right: 15px;
  text-align: right;
}
@media (max-width: 991px) {
  body .skill-tree {
    width: 68%;
  }
}
body .team {
  float: left;
  width: 30%;
  margin-right: 40px;
}
body .team .member {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 7px 8px -4px #8f8f8f;
  -moz-box-shadow: 0px 7px 8px -4px #8f8f8f;
  box-shadow: 0px 7px 8px -4px #8f8f8f;
  text-align: center;
  padding-bottom: 20px;
}
body .team .member img {
  margin-bottom: 30px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
body .team .member span {
  display: block;
  font-size: 16px;
}
body .team .member .blue {
  color: #085485;
}
body .team .member .function {
  text-transform: uppercase;
  color: #1372B8;
}
body .team:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  body .team {
    margin-right: 3%;
    width: 31%;
  }
}
@media (max-width: 600px) {
  body .team {
    float: none;
    width: 100%;
    padding: 0px;
    margin-right: 0px;
  }
}
body .uebersicht-text {
  background-color: #f9f9f9;
  color: #727272;
  padding-bottom: 20px;
}
body .uebersicht-text h2 {
  background-repeat: no-repeat;
  background-size: 62px auto;
  padding-left: 80px;
  height: 64px;
  display: table-cell;
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: middle;
}
body .news {
  margin-bottom: 40px;
}
body .news .news-picture {
  width: 20%;
  float: left;
}

body .news-small .news-picture {
  width: 10%;
}
body .news .news-picture img {
  width: 180px;
}

body .news-small .news-picture img {
  width: 100px;
}

body .news .news-text {
  width: 54%;
  float: left;
}

body .news-small .news-text {
  width: 65%;
  float: left;
}

body .news .news-text article {
  font-size: 15px;
  line-height: 22px;
  padding-left: 40px;
  padding-right: 40px;
}
body .news .news-text article h2 {
  margin: 0 0 20px;
  text-align: left;
}
body .news .news-link {
  width: 25%;
  float: left;
}
body .news .news-link p {
  text-align: center;
  line-height: 130px;
}
body .news .news-link p a {
  padding: 10px 80px;
  border: 1px solid #085485;
  color: #085485;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1199px) {
  body .news .news-link p a {
    padding: 10px 50px;
  }
}
body .news .news-link p:hover a {
  border: 1px solid #1372B8;
  color: #1372B8;
}
@media (max-width: 1199px) {
  body .news .news-link p a {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  body .news .news-picture {
    width: 15%;
  }
  body .news .news-text {
    width: 60%;
  }
  body .news .news-text article {
    padding: 0px 20px;
  }
  body .news .news-link p a {
    font-size: 13px !important;
    padding: 10px 25px !important;
  }
}
@media (max-width: 650px) {
  body .news .news-picture img {
    width: 100%;
  }
  body .news .news-text {
    width: 80%;
  }
  body .news .news-link {
    width: 100%;
  }
}
body .content-blue {
  background-color: #1372B8;
  color: #fff;
  padding: 50px 0px;
}
body .content-blue a {
  color: #fff;
}
body .content-blue .address img {
  width: 250px;
  margin-bottom: 40px;
}
body .content-blue .address p i {
  margin-right: 10px;
  font-size: 26px;
}
body .parallax-window2 {
  height: 570px;
  background-position: center;
  background-size: 100% auto;
  background-attachment: fixed;
  color: #fff;
}
@media (max-width: 768px) {
  body .parallax-window2 {
    background-attachment: inherit;
    height: auto;
    background-size: auto 100%;
  }
}
body .parallax-window2 .contact-infotext article {
  padding-right: 10%;
}
body .parallax-window2 .contact-infotext .contact {
  padding-top: 30%;
}
body .parallax-window2 .contact-infotext .contact p {
  text-transform: uppercase;
}
body .parallax-window2 .contact-infotext .contact a {
  color: #fff;
}
body .parallax-window2 .newsletter-form form .form-name {
  width: 49%;
  display: inline;
  margin-right: 15px;
}
body .parallax-window2 .newsletter-form form .form-name input {
  border: medium none;
  border-radius: 30px;
  color: grey;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  width: 48%;
}
@media (max-width: 500px) {
  body .parallax-window2 .newsletter-form form .form-name input {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  body .parallax-window2 .newsletter-form form .form-name {
    margin-right: 13px;
  }
}
body .parallax-window2 .newsletter-form form #email {
  border: medium none;
  border-radius: 30px;
  color: grey;
  padding: 10px 10px 10px 20px;
  width: 100%;
  margin-bottom: 20px;
}
body .parallax-window2 .newsletter-form form #nachricht {
  border: medium none;
  border-radius: 30px;
  color: grey;
  padding: 10px 10px 10px 20px;
  height: 150px;
  width: 100%;
  resize: none;
}
body .parallax-window2 .newsletter-form form .button {
  text-align: right;
}
body .parallax-window2 .newsletter-form form .button input {
  background-color: inherit;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 40px;
  padding: 10px 30px;
  text-transform: uppercase;
}
body .parallax-window2 .newsletter-form form .has-error input {
  background-color: #d91a00;
  color: #fff;
}
@media (max-width: 991px) {
  body .parallax-window2 {
    background-image: none;
    height: auto;
    margin-bottom: 30px;
    color: #085485;
  }
}
body .parallax-mobil {
  display: none;
}
@media (max-width: 991px) {
  body .parallax-mobil {
    background-position: center;
    background-size: 100% auto;
    height: 200px;
  }
}
body footer {
  background-color: #085485;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 0px;
}
body footer p {
  margin: 0px;
}
body footer a {
  color: #fff;
}
body footer .footernav {
  text-align: right;
}
body footer .footernav ul {
  margin: 0px;
}
body footer .footernav ul li {
  margin-left: 20px;
}
body h1,
body h2 {
  font-size: 24px;
  color: #085485;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body h1,
  body h2 {
    margin: 15px 0px;
  }
}
body h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
  margin-top: 60px;
  font-weight: 600;
}
body h4 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 40px;
}
body #header-sticky-wrapper {
  background-color: #d4cabe;
}
body .mobile-phone {
  display: none;
}
body .bg-dark {
  background-color: #085485;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
body .bg-dark h1 {
  margin-top: 30px;
}
body .is-sticky .mobile-phone {
  color: #564845;
  display: inline-block;
  font-size: 22px;
  margin-left: 180px;
  position: absolute;
  top: 10px;
}
@media (max-width: 768px) {
  body .is-sticky {
    display: none;
  }
}
body .is-sticky #header {
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 100 !important;
}
body .is-sticky #header .logo {
  margin: 0px;
}
body .is-sticky #header .logo img {
  width: 170px;
}
body .is-sticky #header nav {
  padding-top: 3%;
}
body .is-sticky #header nav ul li a {
  font-size: 16px;
}
body .is-sticky #header .hamburger img {
  width: 30px;
}
@media (max-width: 1199px) {
  body .is-sticky .mobile-phone {
    width: 200px;
  }
  body .is-sticky #header nav ul li a {
    font-size: 14px;
  }
}
body .btn-lg {
  background-color: #085485;
  color: #fff;
}
@media (max-width: 768px) {
  body a.btn-lg {
    font-size: 15px;
  }
  body #projektplan {
    display: none;
  }
  body .banner2 .upper {
    padding: 7px;
    font-size: 14px;
  }
  body .news .news-picture,
  body .news .news-text,
  body .news .news-link {
    width: 100% !important;
  }
  body .bannertext .fragen,
  body .bannertext .chat,
  body .bannertext .banner-tel {
    width: 100% !important;
    margin-top: 10px;
    text-align: center;
    padding: 0px !important;
  }
  body .bannertext .fragen p,
  body .bannertext .chat p,
  body .bannertext .banner-tel p {
    float: inherit !important;
    text-align: center;
    width: 100% !important;
  }
  body .news .news-picture {
    text-align: center;
  }
  body .news .news-picture img {
    margin: auto;
  }
  body .news .news-text article {
    padding: 5px;
  }
  body form p,
  body form label {
    font-size: 12px !important;
  }
  body .app-art a {
    display: inline-block !important;
    width: 45% !important;
  }
  body .modal-dialog {
    width: 95% !important;
  }
}
/** Mobil Menu **/
.dl-menuwrapper {
  z-index: 1000;
  width: 100%;
  max-width: 800px;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  margin-top: 15%;
}
.dl-menuwrapper button {
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  background-image: url(/assets/template/images/icons/burgermenue.png);
  background-size: 40px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  top: 10px;
  left: 16%;
  /*box-shadow:
          0 10px 0 #fff,
          0 20px 0 #fff;*/
}
.dl-menuwrapper ul {
  padding: 0;
  margin-left: -39px;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuopen ul{
  margin-left: 0px !important;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background-color: #085485;
  margin-top: 14px;
  margin-left: -253px;
  width: 300px;
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}
/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
.cssanimations .cd-timeline-img.is-hidden {
  visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.6s;
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cd-timeline-content {
  background-color: #1372B8 !important;
  color: #fff !important;
}
.cd-timeline-content h2 {
  margin-bottom: 20px !important;
  margin-top: 20px!important;
  text-transform: uppercase;
  color: #fff !important;
}
@media (max-width: 767px) {
  .cd-timeline-content h2 {
    font-size: 18px !important;
  }
}
@media (min-width: 991px) {
  .recaptcha-dings {
    margin-top: -73px;
    position: absolute;
  }
}
.split .pic {
  width: 50%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.split .text {
  width: 50%;
  background-color: #f2f2f2;
}
.split .text article {
  padding: 30px 0;
}
.split .text article h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  color: #1372B8;
}
.split.split-0 .pic {
  float: left;
}
.split.split-0 .text {
  float: right;
  padding-right: 20%;
  padding-left: 50px;
}
@media (max-width: 1450px) {
  .split.split-0 .text {
    padding-right: 10%;
  }
}
.split.split-1 .pic {
  float: right;
}
.split.split-1 .text {
  float: left;
  padding-left: 20%;
  padding-right: 50px;
}
@media (max-width: 1450px) {
  .split.split-1 .text {
    padding-left: 10%;
  }
}

.triangle_top {
  width: 100%;
  height: 71px;
  background-image: linear-gradient(to bottom right, transparent 49%, #1372b8 0),
  linear-gradient(to top left, #1372b8 44%, transparent 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left, right;
}

.triangle_bottom {
  width: 100%;
  height: 71px;
  background-image: linear-gradient(to top left, transparent 49%, #1372b8 0),
  linear-gradient(to bottom right, #1372b8 41%, transparent 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left, right;
}

.triangle_dark_top {
  width: 100%;
  height: 71px;
  background-image: linear-gradient(to bottom right, transparent 49%, #085485 0),
  linear-gradient(to top left, #085485 44%, transparent 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left, right;
}

.triangle_dark_bottom {
  width: 100%;
  height: 71px;
  background-image: linear-gradient(to top left, transparent 49%, #085485 0),
  linear-gradient(to bottom right, #085485 41%, transparent 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left, right;
}

.anfrage-senden {
  position:fixed;
  right: 20px;
  bottom: 20px
}

.anfrage-senden a{
  background-color: #085485;
  border: 1px solid #085485;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1000px) {
  .anfrage-senden {
    bottom: 50px;
  }
}

.made_in_germany{
  z-index: 10; right: 0px; position: absolute; width: 150px; top: 40px;
}

@media (max-width: 1000px) {
.eugen-c2a .col-sm-12.col-md-3{
text-align:center;
}

.eugen-c2a img{
margin-bottom: 30px;
}


  .made_in_germany{
    position: inherit;
    width: 80px;
    top: 0px;
    display: none
  }
}
@media (max-width: 1000px) {
.phone-list{
display: flow-root !important

}
.phone-list a{
max-width: 100%;
margin-left: 0px !important;
margin-right: 0px !important;
}
}