html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  color: #002846;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  font-family: "DINNextLTPro-Regular";
  font-weight: 400; }

html, body {
  height: 100%; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

:focus {
  outline: 0; }

::-moz-focus-inner {
  border: 0; }

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s; }

textarea,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none; }

.verticalCenter {
  display: table;
  width: 100%;
  height: 100%; }

.verticalInner {
  display: table-cell;
  vertical-align: middle; }

::-webkit-input-placeholder {
  color: #2f2f2f;
  opacity: 1; }

:-moz-placeholder {
  color: #091722;
  opacity: 1; }

::-moz-placeholder {
  color: #091722;
  opacity: 1; }

:-ms-input-placeholder {
  color: #091722;
  opacity: 1; }

.visible-xs {
  display: none; }

.visible-sm {
  display: none; }

select option {
  color: #000; }

select::-ms-expand {
  display: none; }

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

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

p {
  margin: 0 0 10px 0; }

a {
  color: #e6003c;
  text-decoration: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s; }

a:hover {
  color: #e6003c;
  text-decoration: underline; }

strong, b {
  font-family: "DINNextLTPro-Bold"; }

.se-pre-con {
  background: white url(../images/loader.svg) no-repeat scroll center center;
  background-size: 100px 100px;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden; }

.header {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2; }

.logo {
  display: inline-block;
  vertical-align: top;
  margin: 36px 0 0 0; }

.headerRight {
  float: right;
  padding: 30px 0 0 0; }

.menuOverlay h4 small {
  display: none; }

.headerRight ul {
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0; }

@media (min-width: 1024px) {
  .headerRight ul {
    display: inline-block;
    vertical-align: top; } }
.headerRight ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  padding: 0 0 43px 0; }

.headerRight ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #002846; }

.headerRight ul li.hassub a {
  background: url(../images/down.svg) no-repeat right 7px;
  padding: 0 15px 0 0; }

.headerRight ul li.hassub h4 a {
  background: none;
  padding: 0; }

.headerRight ul li.hassub .infoPack h4 a {
  color: #e6003c; }

.headerRight ul li a:hover {
  text-decoration: none; }

/*@media(min-width:1024px){
.headerRight ul li a:hover{color: red;}

}*/
.menuOverlay {
  position: absolute;
  top: 118px;
  border-top: 1px solid #f1f1f1;
  padding: 39px 0 67px 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.04); }

.headerRight ul li.hassub a.mobileMenuDownactive {
  font-family: "DINNextLTPro-Regular";
  color: #e6003c;
  background: url(../images/down-red.svg) no-repeat right 7px; }

@media (min-width: 1024px) {
  .menuOverlay {
    display: none; }

  /*.menuOverlay{opacity:0; visibility:hidden; transition:all ease .3s;}
  .headerRight ul li:hover .menuOverlay{ opacity:1; visibility:visible;}*/ }
.headerRight .menuOverlay ul li.paketRed a {
  color: #e6003c; }

.headerRight .menuOverlay ul li.paketRed a:before {
  background: url(../images/down-red.svg) no-repeat 0 3px;
  left: -3px;
  transform: rotate(270deg);
  top: 2px; }

.menuOverlay h4 {
  margin: 0 0 9px 0;
  font-size: 16px;
  font-family: "DINNextLTPro-Bold"; }

.infoPack h4,
.infoPack .infoPack h4 a {
  color: #e6003c; }

.headerRight ul li .infoPack p {
  margin: 10px 0 0 0; }

.headerRight ul li .infoPack p a {
  color: #e6003c;
  font-size: 14px;
  line-height: 17px; }

.headerRight ul li .infoPack p a:hover {
  color: #b70030; }

.headerRight ul li .infoPack p a span {
  width: 9px;
  height: 7px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/shape.png) no-repeat;
  background-size: 100% auto;
  margin: 4px 0 0 4px; }

.headerRight .menuOverlay ul {
  margin: 0; }

.headerRight .menuOverlay ul li {
  display: block;
  margin: 10px 0;
  padding: 0;
  word-break: break-all; }

.headerRight .menuOverlay ul li a {
  font-size: 14px;
  color: #002846;
  font-family: "DINNextLTPro-Light";
  font-weight: 300;
  background: none;
  padding: 0 0 0 13px;
  position: relative; }

.headerRight .menuOverlay ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: url(../images/down-blue.svg) no-repeat 0 3px;
  left: -3px;
  transform: rotate(270deg);
  top: 2px; }

.headerRight .menuOverlay ul li a:hover {
  color: #e6003c;
  text-decoration: none; }

.headerRight .menuOverlay ul li a:hover:before {
  background: url(../images/down-red.svg) no-repeat 0 3px; }

.headerRight ul li.hassub p a {
  background: none;
  padding: 0; }

.searchIcon {
  width: 38px;
  height: 43px;
  background: url(../images/search.png) no-repeat center center;
  background-size: 12px 12px;
  margin: 11px 20px 0 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }

.headerMobile {
  display: none; }

.searchBox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e6003c;
  z-index: 4;
  padding: 0 50px;
  display: none; }
  .searchBox .screen-reader-text {
    display: none; }
  .searchBox .search-submit {
    display: none; }
  .searchBox input[type="text"],
  .searchBox input[type="search"] {
    width: 100%;
    float: left;
    border: none;
    font-size: 54px;
    color: #fff;
    height: 68px;
    line-height: inherit;
    background: none; }
  .searchBox .closeSearch {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    z-index: 2; }
  .searchBox ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  .searchBox :-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .searchBox ::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .searchBox :-ms-input-placeholder {
    color: #fff;
    opacity: 1; }

.breadHeader {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: fixed;
  z-index: 2;
  transition: all 0.45s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.45s;
  background: #fff;
  transform: translateY(-200%);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07); }

.breadHeader .topMenu {
  line-height: 30px;
  font-size: 15px;
  color: #002846;
  float: right;
  position: absolute;
  top: 9px;
  right: 15px;
  padding: 0 14px 0 0;
  text-decoration: none; }
  .breadHeader .topMenu:hover {
    color: #b70030; }
    .breadHeader .topMenu:hover small {
      transform: rotate(-90deg);
      background: url(../images/right-red.svg) no-repeat;
      background-size: 9px 7px; }
  .breadHeader .topMenu small {
    right: 0;
    top: 10px;
    position: absolute;
    width: 9px;
    height: 7px;
    transform: rotate(-90deg);
    background: url(../images/right-blue.svg) no-repeat;
    background-size: 9px 7px; }

.breadHeaderActive {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: .3s;
  -webkit-animation-duration: .3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform: translateY(0); }

.admin-bar.logged-in .breadHeader {
  top: 32px; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }
.breadHeader ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.breadHeader ul li {
  float: left;
  font-size: 15px;
  font-family: "DINNextLTPro-Light";
  font-weight: 300;
  position: relative; }

.breadHeader ul li a {
  display: block;
  color: #002846;
  padding: 15px 11px;
  font-family: "DINNextLTPro-Light";
  font-weight: 300; }

.breadHeader ul li:first-child a {
  padding: 15px 23px 15px 0;
  color: #e6003c;
  font-family: "DINNextLTPro-Regular"; }

.breadHeader ul li:first-child a.active {
  /*font-family:$light; font-weight:$light1;*/
  font-family: "DINNextLTPro-Regular"; }

.breadHeader ul li.dwnactive a {
  color: #e6003c;
  padding: 15px 23px 15px 12px; }

.breadHeader ul li.dwnactive a span {
  background: url(../images/down-red.svg) no-repeat right center; }

.breadHeader ul li a.active {
  /*font-family:$medium;*/
  color: #e6003c; }

.breadHeader ul li a:hover {
  text-decoration: none; }

.breadHeader ul li a span {
  transform: rotate(270deg);
  position: absolute;
  margin: -4px 0 0 0;
  right: 0;
  top: 50%;
  background: url(../images/down-red.svg) no-repeat right center;
  width: 13px;
  height: 10px; }

.breadHeader ul li a.active span {
  background: url(../images/down-red.svg) no-repeat right center; }

@media (max-width: 1279px) {
  .breadHeader {
    display: none; } }
@media (max-width: 1023px) {
  .header {
    z-index: 2; }

  .headerMobile {
    width: 100%;
    float: left;
    position: relative;
    padding: 24px 15px;
    display: block;
    height: 94px; }

  .headerMobileActive {
    border-bottom: 2px solid #f1f1f1; }

  .logo {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -55px; }

  .logo.hidden-xs.hidden-sm {
    display: none; }

  .menuToggling {
    font-size: 16px;
    float: right;
    margin: 20px 0 0 0;
    background: url(../images/down-blue.svg) no-repeat right 8px;
    padding: 0 15px 0 0; }

  .menuTogglingActive {
    color: #e6003c;
    background: url(../images/down-red.svg) no-repeat right 8px; }

  .searchIcon {
    margin: 8px 0 0 -15px;
    float: left; }

  .headerRight {
    width: 100%;
    padding: 21px 15px 20px 15px;
    text-align: center;
    top: 94px;
    z-index: 1;
    left: 0;
    position: absolute;
    display: none;
    background: #fff; }

  .headerRight ul {
    text-align: left;
    margin: 25px 0 20px 0;
    width: 100%;
    float: left; }

  .headerRight ul li {
    margin: 0;
    display: block;
    padding: 0 0 31px 0;
    position: relative; }

  .headerRight ul li a {
    font-size: 18px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300; }

  .headerRight ul li.hassub a {
    background: url(../images/down-blue.svg) no-repeat right 9px;
    padding: 0 17px 0 0; }

  .headerRight ul li.hassub a.mobileMenuDownactive {
    font-family: "DINNextLTPro-Regular";
    color: #e6003c;
    background: url(../images/down-red.svg) no-repeat right 9px; }

  .menuOverlay {
    box-shadow: none;
    padding: 0 15px;
    left: -15px;
    width: 105%;
    border: none;
    top: 40px;
    display: none; }

  .menuOverlay .container {
    padding: 0; }

  .headerRight .menuOverlay ul {
    width: 100%;
    float: left;
    margin: 0 0 15px 0; }

  .headerRight li.lastdrop .menuOverlay ul {
    margin: 0; }

  .headerRight li.lastdrop .menuOverlay {
    padding-bottom: 25px; }

  .headerRight .menuOverlay ul li {
    width: 50%;
    float: left;
    margin: 10px 0 2px;
    padding: 0 15px 0 0; }

  .headerRight ul li.hassub .menuOverlay ul li a {
    background: none;
    padding: 0 0 0 13px;
    position: relative; }

  .headerRight ul li.hassub .menuOverlay ul li a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(../images/down-blue.svg) no-repeat 0 3px;
    left: -4px;
    transform: rotate(270deg);
    top: 2px; }

  .headerRight ul li.hassub .menuOverlay ul li.paketRed a:before {
    background: url(../images/down-red.svg) no-repeat 0 3px;
    left: -4px;
    transform: rotate(270deg);
    top: 2px; }

  .menuOverlay h4 {
    font-size: 17px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    background: url(../images/down-blue.svg) no-repeat right 9px;
    position: relative; }

  .menuOverlay h4 small {
    position: absolute;
    width: 50px;
    top: 0;
    right: -40px;
    height: 100%;
    cursor: pointer;
    display: block; }

  .menuOverlay h4.activeDrop {
    font-family: "DINNextLTPro-Regular";
    color: #e6003c;
    background: url(../images/down-red.svg) no-repeat right 9px; }

  .menuOverlay h4.activeDrop a {
    color: #e6003c; }

  .mobileBottomMenuSpacer {
    width: 100%;
    float: left;
    margin: 0 0 10px 0; }

  .mobileMenuFilter {
    display: none; }

  .headerRight .button1 {
    padding: 21px 52px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300; }

  .searchBox {
    padding: 0 15px; }

  .searchBox input[type="text"], .searchBox input[type="search"] {
    height: 50px;
    font-size: 26px; } }
@media (max-width: 767px) {
  .menuOverlay {
    box-shadow: none;
    padding: 0 15px;
    left: -15px;
    width: 110%;
    border: none;
    top: 40px;
    display: none; } }
.callout {
  width: 100%;
  float: left;
  background: #e4f0f9;
  text-align: center;
  padding: 119px 0 143px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 1279px) {
    .callout {
      padding: 80px 0 90px 0; } }
  @media (max-width: 1023px) {
    .callout {
      padding: 70px 0 75px 0; } }
  @media (max-width: 767px) {
    .callout {
      padding: 61px 0 73px 0; } }
  .callout p {
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    margin: 12px 0 0 0; }
    @media (max-width: 767px) {
      .callout p {
        font-size: 14px; } }
    .callout p a {
      color: #002846;
      text-decoration: underline; }
      .callout p a:hover {
        text-decoration: none; }

.footer {
  width: 100%;
  float: left;
  background: #f6f8fa;
  position: relative;
  z-index: 1; }
  .footer.footer1 {
    background: #f6f8fa; }
  .footer .footerTop {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e6e9;
    padding: 81px 0 0; }
    @media (max-width: 767px) {
      .footer .footerTop {
        padding: 60px 0 0; } }
    .footer .footerTop .learn3 {
      font-family: "DINNextLTPro-Regular"; }
      @media (max-width: 767px) {
        .footer .footerTop .learn3 {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .footer .footerTop .learn3 span {
          margin: -2px 0 0 7px; } }
    .footer .footerTop .widgetThree {
      width: 100%;
      float: left; }
      @media (max-width: 767px) {
        .footer .footerTop .widgetThree {
          margin: 30px 0 0; } }
      .footer .footerTop .widgetThree ul li {
        width: 50%;
        float: left; }
    .footer .footerTop h6 {
      font-family: "DINNextLTPro-Bold";
      margin: 0 0 10px 0;
      color: #002846;
      font-size: 14px; }
    .footer .footerTop ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer .footerTop ul li {
        margin: 0 0 7px 0; }
        .footer .footerTop ul li a {
          font-size: 14px;
          font-family: "DINNextLTPro-Light";
          font-weight: 300;
          color: #002846;
          display: inline-block;
          vertical-align: top; }
          @media (max-width: 767px) {
            .footer .footerTop ul li a {
              font-size: 13px; } }
          .footer .footerTop ul li a strong {
            font-family: "DINNextLTPro-Light";
            font-weight: 300; }
          .footer .footerTop ul li a:hover {
            color: #e6003c;
            text-decoration: none; }
    .footer .footerTop .footerNewsletter {
      width: 100%;
      float: left; }
      @media (max-width: 767px) {
        .footer .footerTop .footerNewsletter {
          margin: 30px 0 0; } }
      .footer .footerTop .footerNewsletter form {
        width: 100%;
        float: left;
        font-size: 12px;
        line-height: 17px;
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        position: relative;
        /*.newsletter-text,
        .wysija-input{
          @include full();
          border:none;
          height:54px;
          color:$blue;
          padding:0 40px 0 20px;
          background:#e9edf1;
          font-size:14px;
        }*/ }
        .footer .footerTop .footerNewsletter form .formError {
          top: 300px;
          left: 300px;
          display: block;
          z-index: 5000;
          cursor: pointer;
          float: left;
          left: 0 !important;
          width: 100%;
          top: -43px !important;
          border: none;
          opacity: 1 !important; }
          .footer .footerTop .footerNewsletter form .formError .formErrorContent {
            width: 100%;
            background: #b60032 !important;
            border: none !important; }
        .footer .footerTop .footerNewsletter form .newsletterTop {
          position: relative;
          width: 100%;
          float: left; }
        .footer .footerTop .footerNewsletter form p {
          margin: 0; }
        .footer .footerTop .footerNewsletter form .newsletter-text,
        .footer .footerTop .footerNewsletter form .wysija-input {
          border: none;
          width: 100%;
          float: left;
          height: 42px;
          background: none;
          margin: 12px 0 0 0; }
        .footer .footerTop .footerNewsletter form .newsletter-submit,
        .footer .footerTop .footerNewsletter form .wysija-submit {
          width: 53px;
          height: 54px;
          position: absolute;
          right: 0;
          background: url(../images/newsletter-icon.svg) no-repeat center center;
          border: none;
          font-size: 0;
          margin: 0;
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s; }
          .footer .footerTop .footerNewsletter form .newsletter-submit:hover,
          .footer .footerTop .footerNewsletter form .wysija-submit:hover {
            background: #002846 url(../images/combined-shape1.png) no-repeat center center; }
    .footer .footerTop .newsletter-text::-webkit-input-placeholder {
      color: #002846;
      opacity: .5; }
    .footer .footerTop .newsletter-text:-moz-placeholder {
      color: #002846;
      opacity: .5; }
    .footer .footerTop .newsletter-text::-moz-placeholder {
      color: #002846;
      opacity: .5; }
    .footer .footerTop .newsletter-text:-ms-input-placeholder {
      color: #002846;
      opacity: .5; }
    .footer .footerTop .wysija-input::-webkit-input-placeholder {
      color: #002846;
      opacity: .5; }
    .footer .footerTop .wysija-input:-moz-placeholder {
      color: #002846;
      opacity: .5; }
    .footer .footerTop .wysija-input::-moz-placeholder {
      color: #002846;
      opacity: .5; }
    .footer .footerTop .wysija-input:-ms-input-placeholder {
      color: #002846;
      opacity: .5; }
  .footer .wrapinput {
    width: 100%;
    float: left;
    border: none;
    height: 54px;
    color: #002846;
    padding: 0 40px 0 20px;
    background: rgba(0, 40, 70, 0.05);
    font-size: 14px; }
  .footer .wrapinput .parsley-custom-error-message {
    display: none !important; }
  .footer .mailpoet_text_label {
    display: none !important; }
  .footer .float-label {
    position: absolute;
    border: none;
    height: 54px;
    color: #002846;
    padding: 0 0 0 20px;
    font-size: 14px;
    opacity: .5;
    left: 0;
    top: 19px;
    pointer-events: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s; }
  .footer .newsletter-text:focus ~ .float-label {
    top: 9px;
    font-size: 11px; }
  .footer .input-has-value1 {
    top: 9px;
    font-size: 11px; }
  .footer .footerBottom {
    width: 100%;
    float: left;
    padding: 32px 0 48px;
    position: relative; }
    @media (max-width: 767px) {
      .footer .footerBottom {
        padding: 62px 0 25px; } }
    .footer .footerBottom nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      float: right; }
      @media (max-width: 767px) {
        .footer .footerBottom nav ul {
          width: 100%;
          text-align: center;
          margin: 18px 0 0 0; } }
      .footer .footerBottom nav ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 36px 0 0; }
        @media (max-width: 1023px) {
          .footer .footerBottom nav ul li {
            margin: 0 15px 0 0; } }
        @media (max-width: 767px) {
          .footer .footerBottom nav ul li {
            margin: 0 8px 0 0; } }
        .footer .footerBottom nav ul li.youtube {
          background: url(../images/youtube.png) no-repeat left top;
          background-size: 21px 15px;
          padding: 0 0 0 34px; }
          @media (max-width: 767px) {
            .footer .footerBottom nav ul li.youtube {
              background-size: 14px 10px;
              padding: 0 0 0 23px;
              width: 100%;
              margin: 0; } }
        .footer .footerBottom nav ul li a {
          display: inline-block;
          vertical-align: top;
          color: #002846;
          font-size: 14px;
          font-family: "DINNextLTPro-Regular"; }
          @media (max-width: 767px) {
            .footer .footerBottom nav ul li a {
              font-size: 13px; } }
          .footer .footerBottom nav ul li a:hover {
            color: #e6003c;
            text-decoration: none; }
        .footer .footerBottom nav ul li.createdby {
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          line-height: 16px;
          margin: 3px 0 0 0; }
          @media (max-width: 767px) {
            .footer .footerBottom nav ul li.createdby {
              margin: 2px 0 0 0; } }
          .footer .footerBottom nav ul li.createdby img {
            max-width: 91px; }
          .footer .footerBottom nav ul li.createdby a {
            display: block;
            background: url(../images/florianmatthias.png) no-repeat;
            background-size: 91px 9px;
            width: 91px;
            height: 9px;
            font-size: 0; }
          .footer .footerBottom nav ul li.createdby:hover {
            opacity: 0.7; }

.checkBlock {
  position: relative;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px; }
  .checkBlock a {
    font-family: "DINNextLTPro-Regular"; }

.checkcom-frequent {
  display: block;
  cursor: pointer;
  /*font-size: 13px; line-height: 13px; color: #555459;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*position: absolute; left: 0; top:0;*/
  width: 100%;
  float: left; }

.checkcom-frequent input {
  position: absolute;
  opacity: 0;
  margin: 0;
  -webkit-appearance: none; }

.checkmark-frequent {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #052d4a;
  border-radius: 50%; }

.checkmark-frequent:after {
  content: "";
  position: absolute;
  display: none; }

.checkcom-frequent input:checked ~ .checkmark-frequent:after {
  display: block; }

.checkcom-frequent .checkmark-frequent:after {
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #052d4a;
  border-radius: 50%;
  margin: -3.5px 0 0 -3.5px; }

.checkcom-frequent1 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555459;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  float: left; }

.checkcom-frequent1 input {
  position: absolute;
  opacity: 0;
  margin: 0;
  -webkit-appearance: none; }

.checkmark-frequent1 {
  position: absolute;
  top: -2px;
  left: -30px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #e6003c;
  border-radius: 50%; }

.checkmark-frequent1:after {
  content: "";
  position: absolute;
  display: none; }

.checkcom-frequent1 input:checked ~ .checkmark-frequent1:after {
  display: block; }

.checkcom-frequent1 .checkmark-frequent1:after {
  background: url(../images/checked.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -1px; }

.checkcom-frequent1 span.wpcf7-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 16px;
  color: #002846; }

.checkcom-frequent2 {
  display: block;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555459;
  margin: 0;
  font-family: 'Arimo', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0; }

.checkcom-frequent2 input {
  position: absolute;
  opacity: 0;
  margin: 0;
  -webkit-appearance: none; }

.checkmark-frequent2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #e6003c;
  border-radius: 50%; }

.checkmark-frequent2:after {
  content: "";
  position: absolute;
  display: none; }

.checkcom-frequent2 input:checked ~ .checkmark-frequent2:after {
  display: block; }

.checkcom-frequent2 .checkmark-frequent2:after {
  background: url(../images/checked.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -1px; }

.noventiUrl {
  float: left;
  margin: 0;
  line-height: 17px; }
  @media (max-width: 767px) {
    .noventiUrl {
      width: 100%;
      text-align: center; } }

.noventiUrl a {
  font-size: 14px;
  color: #002846;
  text-decoration: none;
  font-family: "DINNextLTPro-Regular"; }

.noventiUrl a:hover {
  color: #b70030; }

.novatislogo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100.6px;
  height: 70px;
  background: #f6f8fa url(../images/noventi-group.svg) no-repeat;
  background-size: 100.6px 70px;
  margin: -29px 0 0 -50.3px; }

.footer1 .novatislogo {
  background: #f6f8fa url(../images/noventi-group.svg) no-repeat;
  background-size: 100.6px 70px; }

.youtubeBlock {
  display: inline-block;
  vertical-align: top;
  margin: -3px 0 0 0; }
  .youtubeBlock a {
    background: url(../images/youtube.png) no-repeat left top;
    background-size: 21px 15px;
    display: inline-block;
    vertical-align: top;
    color: #002846;
    font-size: 14px;
    font-family: "DINNextLTPro-Regular";
    padding: 0 0 0 34px; }
    @media (max-width: 767px) {
      .youtubeBlock a {
        background-size: 18px 14px;
        font-size: 13px;
        padding: 0 0 0 26px; } }
    .youtubeBlock a:hover {
      background: url(../images/youtube1.png) no-repeat left top;
      background-size: 21px 15px;
      color: #e6003c;
      text-decoration: none; }

.footerNewsletter br {
  display: none; }

.footerNewsletter p:empty {
  display: none; }

.footerNewsletter .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  float: left; }

.footerNewsletter .wpcf7-not-valid-tip {
  width: 100%;
  font-size: 12px !important;
  color: #b94a48; }

.footerNewsletter .wpcf7-response-output {
  text-align: left;
  font-size: 12px !important;
  padding: 10px 0 0 20px !important;
  margin: 0 !important; }

.footerNewsletter .checkcom-frequent1 span.wpcf7-list-item {
  font-size: 12px;
  line-height: 17px; }

.footerNewsletter .checkmark-frequent1 {
  position: absolute;
  top: 0;
  left: -20px;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #052d4a; }

.footerNewsletter .checkcom-frequent1 .checkmark-frequent1:after {
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #052d4a;
  border-radius: 50%;
  margin: -3.5px 0 0 -3.5px; }

.footerNewsletter .ajax-loader {
  display: none !important; }

@font-face {
  font-family: 'DINNextLTPro-Regular';
  src: url("../fonts/DINNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Regular.otf") format("opentype"), url("../fonts/DINNextLTPro-Regular.woff") format("woff"), url("../fonts/DINNextLTPro-Regular.ttf") format("truetype"), url("../fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DINNextLTPro-Bold';
  src: url("../fonts/DINNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Bold.otf") format("opentype"), url("../fonts/DINNextLTPro-Bold.woff") format("woff"), url("../fonts/DINNextLTPro-Bold.ttf") format("truetype"), url("../fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DINNextLTPro-Black';
  src: url("../fonts/DINNextLTPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Black.otf") format("opentype"), url("../fonts/DINNextLTPro-Black.woff") format("woff"), url("../fonts/DINNextLTPro-Black.ttf") format("truetype"), url("../fonts/DINNextLTPro-Black.svg#DINNextLTPro-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DINNextLTPro-Heavy';
  src: url("../fonts/DINNextLTPro-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Heavy.otf") format("opentype"), url("../fonts/DINNextLTPro-Heavy.woff") format("woff"), url("../fonts/DINNextLTPro-Heavy.ttf") format("truetype"), url("../fonts/DINNextLTPro-Heavy.svg#DINNextLTPro-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DINNextLTPro-Light';
  src: url("../fonts/DINNextLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Light.otf") format("opentype"), url("../fonts/DINNextLTPro-Light.woff") format("woff"), url("../fonts/DINNextLTPro-Light.ttf") format("truetype"), url("../fonts/DINNextLTPro-Light.svg#DINNextLTPro-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DINNextLTPro-Medium';
  src: url("../fonts/DINNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Medium.otf") format("opentype"), url("../fonts/DINNextLTPro-Medium.woff") format("woff"), url("../fonts/DINNextLTPro-Medium.ttf") format("truetype"), url("../fonts/DINNextLTPro-Medium.svg#DINNextLTPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DINNextLTPro-UltraLight';
  src: url("../fonts/DINNextLTPro-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-UltraLight.otf") format("opentype"), url("../fonts/DINNextLTPro-UltraLight.woff") format("woff"), url("../fonts/DINNextLTPro-UltraLight.ttf") format("truetype"), url("../fonts/DINNextLTPro-UltraLight.svg#DINNextLTPro-UltraLight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.testimonialsBlock {
  width: 100%;
  float: left;
  background: #e4f0f9;
  padding: 80px 0 63px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .testimonialsBlock {
      padding: 55px 0; } }
  @media (max-width: 767px) {
    .testimonialsBlock {
      padding: 40px 0; } }
  .testimonialsBlock.ltgray {
    background: #f6f7f9; }
  .testimonialsBlock #accordion {
    width: 100%;
    float: left;
    margin: 35px 0 7px; }
    @media (max-width: 767px) {
      .testimonialsBlock #accordion {
        margin: 15px 0 7px 0; } }
    .testimonialsBlock #accordion .accordionBlock {
      width: 100%;
      float: left;
      background: #fff;
      position: relative;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
      margin: 0 0 10px 0; }
      .testimonialsBlock #accordion .accordionBlock header {
        padding: 31px 30px 27px 30px;
        position: relative; }
        @media (max-width: 767px) {
          .testimonialsBlock #accordion .accordionBlock header {
            padding: 24px 40px 20px 15px; } }
        .testimonialsBlock #accordion .accordionBlock header h5 {
          margin: 0;
          font-size: 18px; }
          @media (max-width: 767px) {
            .testimonialsBlock #accordion .accordionBlock header h5 {
              font-size: 16px; } }
          .testimonialsBlock #accordion .accordionBlock header h5 .plusIcon {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background: url(../images/plus.png) no-repeat 97.5% center;
            background-size: 15px 14px;
            cursor: pointer; }
            @media (max-width: 767px) {
              .testimonialsBlock #accordion .accordionBlock header h5 .plusIcon {
                background: url(../images/plus.png) no-repeat right 15px center;
                background-size: 15px 14px; } }
          .testimonialsBlock #accordion .accordionBlock header h5 .minusIcon {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background: url(../images/minus.png) no-repeat 97.5% center;
            background-size: 15px 14px;
            cursor: pointer; }
            @media (max-width: 767px) {
              .testimonialsBlock #accordion .accordionBlock header h5 .minusIcon {
                background: url(../images/minus.png) no-repeat right 15px center;
                background-size: 15px 14px; } }
      .testimonialsBlock #accordion .accordionBlock footer {
        padding: 0 30px 12px 30px;
        display: none; }
        .testimonialsBlock #accordion .accordionBlock footer div {
          max-width: 630px; }
        @media (max-width: 767px) {
          .testimonialsBlock #accordion .accordionBlock footer {
            padding: 0 30px 12px 15px; } }
        .testimonialsBlock #accordion .accordionBlock footer p {
          font-size: 16px;
          line-height: 25px;
          font-family: "DINNextLTPro-Light";
          margin: 0 0 20px 0; }
  .testimonialsBlock h6 {
    margin: 0;
    text-align: center; }

@keyframes hover {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(2px); }
  100% {
    transform: translateX(0px); } }
@-webkit-keyframes hover {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(2px); }
  100% {
    transform: translateX(0px); } }
.button1 {
  display: inline-block;
  vertical-align: top;
  background: #e6003c;
  color: #fff;
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 14px 30px 11px 30px;
  margin: 10px 0;
  font-family: "DINNextLTPro-Regular";
  border: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s; }
  .button1:hover {
    background: #b70030;
    color: #fff;
    text-decoration: none; }

.button2 {
  display: inline-block;
  vertical-align: top;
  background: #e6003c;
  color: #fff;
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 18px 50px 15px 50px;
  margin: 10px 0;
  font-family: "DINNextLTPro-Regular";
  border: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s; }
  .button2:hover {
    background: #b70030;
    color: #fff;
    text-decoration: none; }

.buttonDown {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  color: #e6003c;
  font-size: 18px;
  line-height: 28px; }
  @media (max-width: 767px) {
    .buttonDown {
      font-size: 16px;
      margin: 5px 0; } }
  .buttonDown span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 10px;
    margin: -4px 0 0 9px;
    animation: 2s ease-in-out 0s normal none infinite running hoverdown;
    -webkit-animation: 2s ease-in-out 0s normal none infinite running hoverdown; }
    .buttonDown span:after {
      content: "";
      width: 13px;
      height: 10px;
      background: url(../images/downshape.svg) no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      transform: rotate(90deg);
      background-size: 100% auto; }
  .buttonDown:hover {
    text-decoration: none;
    color: #b70030; }

@keyframes hoverdown {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(0px); } }
@-webkit-keyframes hoverdown {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(0px); } }
.learn {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  color: #e6003c;
  font-size: 18px;
  line-height: 28px;
  font-family: "DINNextLTPro-Regular"; }
  @media (max-width: 1279px) {
    .learn {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .learn {
      font-size: 16px;
      margin: 5px 0; } }
  .learn span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 10px;
    background: url(../images/downshape.svg) no-repeat;
    background-size: 100% auto;
    margin: 0 0 0 12px;
    animation: 2s ease-in-out 0s normal none infinite running hover;
    -webkit-animation: 2s ease-in-out 0s normal none infinite running hover; }
  .learn:hover {
    text-decoration: none;
    color: #b70030; }

.learn2 {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  color: #e6003c;
  font-size: 16px;
  line-height: 28px; }
  .learn2 span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 10px;
    background: url(../images/downshape.svg) no-repeat;
    background-size: 100% auto;
    margin: 0 0 0 12px;
    animation: 2s ease-in-out 0s normal none infinite running hover;
    -webkit-animation: 2s ease-in-out 0s normal none infinite running hover; }
  .learn2:hover {
    text-decoration: none;
    color: #b70030; }

.learn3 {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  color: #e6003c;
  font-size: 14px;
  line-height: 28px; }
  @media (max-width: 767px) {
    .learn3 {
      font-size: 16px;
      margin: 5px 0; } }
  .learn3 span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 10px;
    background: url(../images/shape.png) no-repeat;
    background-size: 100% auto;
    margin: 0 0 0 12px;
    animation: 2s ease-in-out 0s normal none infinite running hover;
    -webkit-animation: 2s ease-in-out 0s normal none infinite running hover; }
  .learn3:hover {
    text-decoration: none;
    color: #b70030; }

.filterTable input[type="text"]::-webkit-input-placeholder {
  color: #002846;
  opacity: .6; }

.filterTable input[type="text"]:-moz-placeholder {
  color: #002846;
  opacity: .6; }

.filterTable input[type="text"]::-moz-placeholder {
  color: #002846;
  opacity: .6; }

.filterTable input[type="text"]:-ms-input-placeholder {
  color: #002846;
  opacity: .6; }

.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

/*.hamburger{width: 25px; height: 3px; background-color: #fff; position: absolute; top:16px; right: 15px; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.hamburger:before,
.hamburger:after{ content: ""; position: absolute; width: 25px; height: 3px; background-color: #fff; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.hamburger:before{top: -8px;}
.hamburger:after{top: 8px;}
.icon.active .hamburger{-webkit-box-shadow: 0 2px 5px rgba(0,0,0, 0) ; box-shadow: 0 2px 5px rgba(0,0,0, 0) ; background-color: rgba(0,0,0,0);}
.icon.active .hamburger:before{top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}*/
.hamburger:after {
  background: url(../images/down.svg) no-repeat right center;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  content: ""; }

.icon.active .hamburger:after {
  background: url(../images/down.svg) no-repeat left center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.filterTable {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 84px 0 61px 0;
  border-bottom: 1px solid rgba(0, 40, 70, 0.3); }
  @media (max-width: 1023px) {
    .filterTable {
      margin: 35px 0 55px 0; } }
  .filterTable .filterRow {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 15px 30px 15px 30px;
    display: table;
    z-index: 2; }
    @media (max-width: 767px) {
      .filterTable .filterRow {
        padding: 15px; } }
    .filterTable .filterRow .filterSearch {
      float: left;
      overflow: hidden;
      position: relative;
      width: 520px;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 1279px) {
        .filterTable .filterRow .filterSearch {
          width: 300px; } }
      @media (max-width: 479px) {
        .filterTable .filterRow .filterSearch {
          width: 100%; } }
      .filterTable .filterRow .filterSearch form {
        width: 100%;
        float: left;
        position: relative; }
        .filterTable .filterRow .filterSearch form input[type="text"] {
          width: 100%;
          float: left;
          position: relative;
          background: #f3f5f8;
          height: 50px;
          -webkit-border-radius: 27px;
          -moz-border-radius: 27px;
          -ms-border-radius: 27px;
          border-radius: 27px;
          padding: 0 62px 0 20px;
          color: #002846;
          border: none;
          font-family: "DINNextLTPro-Regular"; }
        .filterTable .filterRow .filterSearch form input[type="submit"] {
          position: absolute;
          top: 0;
          right: 0;
          width: 60px;
          height: 100%;
          border: none;
          z-index: 1;
          background: url(../images/search.svg) no-repeat center center;
          font-size: 0;
          padding: 0; }
    .filterTable .filterRow ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: right;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 1279px) {
        .filterTable .filterRow ul.tabSlide {
          display: none; } }
      @media (max-width: 1279px) {
        .filterTable .filterRow ul {
          width: 100%;
          float: left;
          text-align: left;
          margin: 15px 0 0 0; } }
      .filterTable .filterRow ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 36px;
        position: relative; }
        @media (max-width: 1279px) {
          .filterTable .filterRow ul li {
            width: 100%;
            float: left;
            margin: 0;
            background: #f6f8fa;
            border-bottom: 1px solid #fff; } }
        .filterTable .filterRow ul li a {
          color: #002846;
          font-size: 18px;
          position: relative;
          padding: 0 13px 0 0; }
          @media (max-width: 1279px) {
            .filterTable .filterRow ul li a {
              padding: 12px 15px;
              display: block;
              font-size: 17px; } }
          .filterTable .filterRow ul li a.defaultone {
            color: #e6003c; }
          .filterTable .filterRow ul li a:hover {
            text-decoration: none; }
          .filterTable .filterRow ul li a span {
            width: 100%;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
            background: url(../images/down.svg) no-repeat right center;
            margin: -11px 0 0 5px;
            position: absolute;
            right: 0;
            top: 50%; }
            @media (max-width: 1279px) {
              .filterTable .filterRow ul li a span {
                margin: -20px 15px 0 0; } }
          .filterTable .filterRow ul li a.defaultone span {
            background: url(../images/down-red.svg) no-repeat right center; }
        .filterTable .filterRow ul li .childfilter {
          position: absolute;
          width: 255px;
          background: #fff;
          box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.04);
          text-align: left;
          top: 51px;
          left: -90px;
          border: 1px solid #f1f1f1;
          display: none;
          z-index: 1; }
          @media (max-width: 1279px) {
            .filterTable .filterRow ul li .childfilter {
              position: static;
              width: 100%;
              float: left;
              margin: 0; } }
          .filterTable .filterRow ul li .childfilter li {
            padding: 0;
            display: block;
            border-top: 1px solid #f1f1f1;
            margin: 0; }
            .filterTable .filterRow ul li .childfilter li:first-child {
              border-top: none; }
            @media (max-width: 1279px) {
              .filterTable .filterRow ul li .childfilter li {
                background: none;
                border-bottom: none; } }
            .filterTable .filterRow ul li .childfilter li a {
              display: block;
              font-size: 15px;
              padding: 19px 15px;
              color: #002846;
              font-family: "DINNextLTPro-Light";
              font-size: 16px; }
              .filterTable .filterRow ul li .childfilter li a.defaultone {
                color: #e6003c; }
              .filterTable .filterRow ul li .childfilter li a.selected {
                color: #e6003c; }
              .filterTable .filterRow ul li .childfilter li a:hover {
                background: #f1f1f1;
                color: #002846; }
              .filterTable .filterRow ul li .childfilter li a.selected:after {
                background: url(../images/path.svg) no-repeat;
                width: 14px;
                height: 11px;
                content: "";
                position: absolute;
                top: 50%;
                right: 20px;
                margin: -5.5px 0 0 0; }
  .filterTable table {
    width: 100%;
    float: left;
    margin: 40px 0 0 0; }
    @media (max-width: 1023px) {
      .filterTable table tr {
        width: 100%;
        float: left; } }
    .filterTable table th {
      font-size: 15px; }
    .filterTable table td {
      font-size: 18px; }
      .filterTable table td:last-child {
        text-align: right; }
      @media (max-width: 1279px) {
        .filterTable table td {
          font-size: 15px; } }
      @media (max-width: 1023px) {
        .filterTable table td {
          width: 100%;
          float: left; } }
      @media (max-width: 1279px) {
        .filterTable table td .learn {
          font-size: 15px;
          line-height: 20px; } }
    @media (max-width: 1023px) {
      .filterTable table .table50 {
        width: 50%;
        float: left;
        text-align: left; } }

.filterButton {
  /*background:#002846;*/
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  position: relative;
  float: right;
  margin: 7px 0 0 0; }
  @media (max-width: 479px) {
    .filterButton {
      width: 100%;
      float: left;
      margin: 15px 0 0 0; } }
  .filterButton span {
    color: #002846;
    font-size: 15px;
    padding: 10px 18px 8px 15px;
    display: inline-block;
    vertical-align: top; }

.nodata {
  width: 100%;
  float: left;
  padding: 15px 0; }

.filterPartner {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 60px 0 61px 0; }
  @media (max-width: 767px) {
    .filterPartner {
      margin: 30px 0 10px 0; } }
  @media (max-width: 767px) {
    .filterPartner #loaderid {
      top: 40px; } }
  .filterPartner .filterRow {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 31px 15px 27px 15px;
    display: table;
    z-index: 2; }
    @media (max-width: 1279px) {
      .filterPartner .filterRow {
        padding: 8px 15px 15px 15px; } }
    @media (max-width: 479px) {
      .filterPartner .filterRow {
        padding: 0 15px 15px 15px; } }
    .filterPartner .filterRow ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      float: left; }
      @media (max-width: 1279px) {
        .filterPartner .filterRow ul {
          width: 100%;
          float: left;
          text-align: left;
          margin: 15px 0 0 0;
          display: none; } }
      .filterPartner .filterRow ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 36px;
        position: relative; }
        @media (max-width: 1279px) {
          .filterPartner .filterRow ul li {
            width: 100%;
            float: left;
            margin: 0;
            background: #f6f8fa;
            border-bottom: 1px solid #fff; } }
        .filterPartner .filterRow ul li a {
          color: #002846;
          font-size: 18px;
          position: relative;
          padding: 0 13px 0 0; }
          @media (max-width: 1279px) {
            .filterPartner .filterRow ul li a {
              padding: 12px 15px;
              display: block;
              font-size: 17px; } }
          .filterPartner .filterRow ul li a:hover {
            text-decoration: none; }
          .filterPartner .filterRow ul li a span {
            width: 100%;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
            background: url(../images/down.svg) no-repeat right center;
            margin: -11px 0 0 5px;
            position: absolute;
            right: 0;
            top: 50%; }
            @media (max-width: 1279px) {
              .filterPartner .filterRow ul li a span {
                margin: -20px 15px 0 0; } }
        .filterPartner .filterRow ul li .childfilter {
          position: absolute;
          width: 255px;
          background: #fff;
          box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.04);
          text-align: left;
          top: 48px;
          left: -90px;
          display: none;
          z-index: 1;
          border: 1px solid #f1f1f1; }
          @media (max-width: 1279px) {
            .filterPartner .filterRow ul li .childfilter {
              position: static;
              width: 100%;
              float: left;
              margin: 0; } }
          .filterPartner .filterRow ul li .childfilter li {
            padding: 0;
            display: block;
            border-top: 1px solid #f1f1f1;
            margin: 0; }
            .filterPartner .filterRow ul li .childfilter li:first-child {
              border-top: none; }
            @media (max-width: 1279px) {
              .filterPartner .filterRow ul li .childfilter li {
                background: none;
                border-bottom: none; } }
            .filterPartner .filterRow ul li .childfilter li a {
              display: block;
              font-size: 15px;
              padding: 19px 15px;
              color: #002846;
              font-family: "DINNextLTPro-Light";
              font-size: 16px; }
              .filterPartner .filterRow ul li .childfilter li a:hover {
                background: #f1f1f1;
                color: #002846; }
              .filterPartner .filterRow ul li .childfilter li a.selected:after {
                background: url(../images/path.svg) no-repeat;
                width: 14px;
                height: 11px;
                content: "";
                position: absolute;
                top: 50%;
                right: 20px;
                margin: -5.5px 0 0 0; }
  .filterPartner table {
    width: 100%;
    float: left;
    margin: 44px 0 0 0; }
    @media (max-width: 767px) {
      .filterPartner table {
        margin: 25px 0 0 0; } }
    .filterPartner table thead tr th {
      padding: 11px 20px; }
      .filterPartner table thead tr th p {
        margin: 0;
        font-size: 15px;
        line-height: 19px; }
      .filterPartner table thead tr th:last-child {
        padding: 11px 0;
        width: 220px; }
    @media (max-width: 1023px) {
      .filterPartner table tbody tr {
        width: 100%;
        float: left; } }
    .filterPartner table tbody tr td {
      padding: 18px 20px 13px 20px; }
      @media (max-width: 1023px) {
        .filterPartner table tbody tr td {
          width: 100%;
          float: left;
          text-align: left;
          padding: 18px 15px 13px 15px; } }
      .filterPartner table tbody tr td p {
        font-size: 18px;
        font-family: "DINNextLTPro-Light";
        margin: 0; }
        @media (max-width: 1279px) {
          .filterPartner table tbody tr td p {
            font-size: 15px; } }
      .filterPartner table tbody tr td .learn {
        margin: 0; }
        @media (max-width: 1279px) {
          .filterPartner table tbody tr td .learn {
            font-size: 15px;
            line-height: 20px; } }
      .filterPartner table tbody tr td:last-child {
        padding: 18px 0 13px 0;
        width: 220px; }
        @media (max-width: 1279px) {
          .filterPartner table tbody tr td:last-child {
            width: 100%;
            float: left;
            padding: 18px 15px 13px 15px; } }
    .filterPartner table tbody tr:nth-child(odd) {
      background-color: #eef0f3; }
    @media (max-width: 1023px) {
      .filterPartner table .table50 {
        width: 50%;
        float: left;
        text-align: left; } }

.filterAccordion input[type="text"]::-webkit-input-placeholder {
  color: #002846;
  opacity: .6; }

.filterAccordion input[type="text"]:-moz-placeholder {
  color: #002846;
  opacity: .6; }

.filterAccordion input[type="text"]::-moz-placeholder {
  color: #002846;
  opacity: .6; }

.filterAccordion input[type="text"]:-ms-input-placeholder {
  color: #002846;
  opacity: .6; }

.filterAccordion {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 84px 0 55px 0; }
  @media (max-width: 1279px) {
    .filterAccordion {
      margin: 55px 0 20px 0; } }
  .filterAccordion .filterRow {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 15px;
    display: table;
    z-index: 2; }
    .filterAccordion .filterRow .filterSearch {
      float: left;
      overflow: hidden;
      position: relative;
      width: 520px;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 1279px) {
        .filterAccordion .filterRow .filterSearch {
          width: 300px; } }
      @media (max-width: 479px) {
        .filterAccordion .filterRow .filterSearch {
          width: 100%; } }
      .filterAccordion .filterRow .filterSearch form {
        width: 100%;
        float: left;
        position: relative; }
        .filterAccordion .filterRow .filterSearch form input[type="text"] {
          width: 100%;
          float: left;
          position: relative;
          background: #f3f5f8;
          height: 50px;
          -webkit-border-radius: 27px;
          -moz-border-radius: 27px;
          -ms-border-radius: 27px;
          border-radius: 27px;
          padding: 0 62px 0 20px;
          color: #002846;
          border: none;
          font-family: "DINNextLTPro-Regular"; }
        .filterAccordion .filterRow .filterSearch form input[type="submit"] {
          position: absolute;
          top: 0;
          right: 0;
          width: 60px;
          height: 100%;
          border: none;
          z-index: 1;
          background: url(../images/search.svg) no-repeat center center;
          font-size: 0;
          padding: 0; }
    .filterAccordion .filterRow ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: right;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 1279px) {
        .filterAccordion .filterRow ul {
          width: 100%;
          float: left;
          text-align: left;
          margin: 15px 0 0 0;
          display: none; } }
      .filterAccordion .filterRow ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 36px;
        position: relative; }
        @media (max-width: 1279px) {
          .filterAccordion .filterRow ul li {
            width: 100%;
            float: left;
            margin: 0;
            background: #f6f8fa;
            border-bottom: 1px solid #fff; } }
        .filterAccordion .filterRow ul li a {
          color: #002846;
          font-size: 18px;
          position: relative;
          padding: 0 13px 0 0; }
          @media (max-width: 1279px) {
            .filterAccordion .filterRow ul li a {
              padding: 12px 15px;
              display: block;
              font-size: 17px; } }
          .filterAccordion .filterRow ul li a:hover {
            text-decoration: none; }
          .filterAccordion .filterRow ul li a span {
            width: 100%;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
            background: url(../images/down.svg) no-repeat right center;
            margin: -10px 0 0 5px;
            position: absolute;
            right: 0;
            top: 50%; }
        .filterAccordion .filterRow ul li .childfilter {
          position: absolute;
          width: 250px;
          background: #e6003c;
          text-align: left;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
          top: 51px;
          left: -90px;
          display: none;
          border: 1px solid #f1f1f1; }
          .filterAccordion .filterRow ul li .childfilter li {
            padding: 0;
            display: block;
            border-top: 1px solid #b70030;
            margin: 0; }
            .filterAccordion .filterRow ul li .childfilter li:first-child {
              border-top: none; }
            .filterAccordion .filterRow ul li .childfilter li a {
              display: block;
              font-size: 15px;
              padding: 12px 15px;
              color: #fff; }
              .filterAccordion .filterRow ul li .childfilter li a:hover {
                background: #b70030;
                color: #fff; }
  .filterAccordion #accordion {
    width: 100%;
    float: left;
    margin: 40px 0 7px; }
    .filterAccordion #accordion .accordionBlock {
      width: 100%;
      float: left;
      background: #fff;
      position: relative;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
      margin: 0 0 10px 0; }
      .filterAccordion #accordion .accordionBlock header {
        padding: 31px 30px 27px 30px;
        position: relative; }
        @media (max-width: 767px) {
          .filterAccordion #accordion .accordionBlock header {
            padding: 24px 40px 20px 15px; } }
        .filterAccordion #accordion .accordionBlock header h5 {
          margin: 0;
          font-size: 18px; }
          @media (max-width: 767px) {
            .filterAccordion #accordion .accordionBlock header h5 {
              font-size: 16px; } }
          .filterAccordion #accordion .accordionBlock header h5 .plusIcon {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background: url(../images/plus.png) no-repeat 97.5% center;
            background-size: 15px 14px;
            cursor: pointer; }
            @media (max-width: 767px) {
              .filterAccordion #accordion .accordionBlock header h5 .plusIcon {
                background: url(../images/plus.png) no-repeat right 15px center;
                background-size: 15px 14px; } }
          .filterAccordion #accordion .accordionBlock header h5 .minusIcon {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background: url(../images/minus.png) no-repeat 97.5% center;
            background-size: 15px 14px;
            cursor: pointer; }
            @media (max-width: 767px) {
              .filterAccordion #accordion .accordionBlock header h5 .minusIcon {
                background: url(../images/minus.png) no-repeat right 15px center;
                background-size: 15px 14px; } }
      .filterAccordion #accordion .accordionBlock footer {
        padding: 0 30px 12px 30px;
        display: none; }
        .filterAccordion #accordion .accordionBlock footer div {
          max-width: 630px; }
        @media (max-width: 767px) {
          .filterAccordion #accordion .accordionBlock footer {
            padding: 0 30px 12px 15px; } }
        .filterAccordion #accordion .accordionBlock footer p {
          font-size: 16px;
          line-height: 25px;
          font-family: "DINNextLTPro-Light";
          margin: 0 0 20px 0; }

@media (min-width: 1024px) {
  .filterTable .jobborseBlock table td:first-child {
    min-width: 38px; } }

@media (min-width: 1024px) {
  .filterTable table td {
    max-width: 255px; } }

.bannerTop {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 35px 0;
  overflow-x: hidden;
  position: relative;
  z-index: 1; }
  @media (max-width: 1439px) {
    .bannerTop.bannerTopPartner {
      padding: 0; } }
  @media (max-width: 767px) {
    .bannerTop.bannerTopBlist {
      padding: 0; } }
  .bannerTop.bannerTopNews h1 {
    font-size: 40px;
    line-height: 46px;
    padding: 0 55px 0 0; }
    @media (max-width: 1439px) {
      .bannerTop.bannerTopNews h1 {
        font-size: 34px;
        line-height: 36px;
        padding: 0 30px 0 0; } }
    @media (max-width: 1279px) {
      .bannerTop.bannerTopNews h1 {
        font-size: 29px;
        line-height: 34px;
        padding: 0; } }
    @media (max-width: 767px) {
      .bannerTop.bannerTopNews h1 {
        font-size: 24px;
        line-height: 28px; } }
  .bannerTop.bannerTopNews p {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 0 0 0; }
    @media (max-width: 1279px) {
      .bannerTop.bannerTopNews p {
        font-size: 17px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .bannerTop.bannerTopNews p {
        padding: 8px 0 0 0;
        font-size: 16px; } }
  .bannerTop .bannerPosted {
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 3px 0; }
  .bannerTop .container1 {
    max-width: 1445px;
    margin: 0 auto;
    padding: 0 0 0 150px; }
    @media (max-width: 1439px) {
      .bannerTop .container1 {
        max-width: 1170px;
        padding: 0 15px; } }
    @media (max-width: 1199px) {
      .bannerTop .container1 {
        max-width: 970px; } }
    @media (max-width: 991px) {
      .bannerTop .container1 {
        max-width: 750px; } }
    @media (max-width: 767px) {
      .bannerTop .container1 {
        max-width: 100%; } }
  .bannerTop .row {
    display: flex; }
    @media (max-width: 479px) {
      .bannerTop .row {
        display: block; } }
  .bannerTop h1 {
    font-size: 40px;
    font-family: "DINNextLTPro-Bold";
    line-height: 40px;
    margin: 0; }
    @media (max-width: 1439px) {
      .bannerTop h1 {
        font-size: 34px;
        line-height: 36px; } }
    @media (max-width: 1279px) {
      .bannerTop h1 {
        font-size: 29px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .bannerTop h1 {
        font-size: 24px;
        line-height: 28px; } }
    .bannerTop h1 span {
      font-family: "DINNextLTPro-Light";
      font-weight: 300; }
  .bannerTop h2 {
    font-size: 29px;
    font-family: "DINNextLTPro-Light";
    margin: 0 0 0 0;
    opacity: .73; }
    @media (max-width: 1439px) {
      .bannerTop h2 {
        font-size: 23px; } }
    @media (max-width: 1279px) {
      .bannerTop h2 {
        font-size: 21px; } }
    @media (max-width: 1279px) {
      .bannerTop h2 {
        font-size: 19px;
        margin: 4px 0 0 0; } }
  .bannerTop p {
    font-size: 24px;
    line-height: 32px;
    font-family: "DINNextLTPro-Light";
    padding: 26px 55px 0 0; }
    @media (max-width: 1439px) {
      .bannerTop p {
        font-size: 21px;
        line-height: 30px;
        padding: 20px 45px 0 0; } }
    @media (max-width: 1279px) {
      .bannerTop p {
        padding: 16px 20px 0 0;
        font-size: 17px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .bannerTop p {
        padding: 8px 0 0 0;
        font-size: 16px;
        line-height: 26px; } }
  .bannerTop .featuredImage {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden; }
    @media (max-width: 479px) {
      .bannerTop .featuredImage {
        margin: 0 0 25px 0; } }
    .bannerTop .featuredImage img {
      width: 100%;
      float: left; }

.filterDownloads input[type="text"]::-webkit-input-placeholder {
  color: #002846;
  opacity: .6; }

.filterDownloads input[type="text"]:-moz-placeholder {
  color: #002846;
  opacity: .6; }

.filterDownloads input[type="text"]::-moz-placeholder {
  color: #002846;
  opacity: .6; }

.filterDownloads input[type="text"]:-ms-input-placeholder {
  color: #002846;
  opacity: .6; }

.filterDownloads {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 84px 0 33px 0; }
  @media (max-width: 1279px) {
    .filterDownloads {
      margin: 35px 0 15px 0; } }
  @media (max-width: 767px) {
    .filterDownloads {
      margin: 35px 0; } }
  .filterDownloads .downloadsBlock {
    margin: 0; }
  @media (max-width: 1279px) {
    .filterDownloads .filterButton {
      margin: 0; } }
  @media (max-width: 479px) {
    .filterDownloads .filterButton {
      margin: 56px 0 0 0; } }
  .filterDownloads .filterRow {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 20px 30px 12px 30px;
    display: table;
    margin: 0 0 70px 0; }
    @media (max-width: 1279px) {
      .filterDownloads .filterRow {
        padding: 15px 30px 19px 30px; } }
    @media (max-width: 767px) {
      .filterDownloads .filterRow {
        padding: 15px;
        margin: 0 0 37px 0; } }
    .filterDownloads .filterRow .filterSearch {
      float: right;
      overflow: hidden;
      position: relative;
      width: 280px;
      display: table-cell;
      vertical-align: middle;
      /*@media(max-width:$large){
        width:300px;
      }*/ }
      @media (max-width: 1279px) {
        .filterDownloads .filterRow .filterSearch {
          position: absolute; } }
      @media (max-width: 767px) {
        .filterDownloads .filterRow .filterSearch {
          top: 15px;
          left: 0;
          padding: 0 15px; } }
      @media (max-width: 479px) {
        .filterDownloads .filterRow .filterSearch {
          width: 100%; } }
      .filterDownloads .filterRow .filterSearch form {
        width: 100%;
        float: left;
        position: relative; }
        .filterDownloads .filterRow .filterSearch form input[type="text"] {
          width: 100%;
          float: left;
          position: relative;
          background: #f3f5f8;
          height: 40px;
          -webkit-border-radius: 27px;
          -moz-border-radius: 27px;
          -ms-border-radius: 27px;
          border-radius: 27px;
          padding: 0 62px 0 20px;
          color: #002846;
          border: none;
          font-family: "DINNextLTPro-Regular"; }
        .filterDownloads .filterRow .filterSearch form input[type="submit"] {
          position: absolute;
          top: 0;
          right: 0;
          width: 60px;
          height: 100%;
          border: none;
          z-index: 1;
          background: url(../images/search.svg) no-repeat center center;
          font-size: 0;
          padding: 0; }
    .filterDownloads .filterRow ul {
      list-style: none;
      margin: 0;
      padding: 0;
      /*text-align:right;*/
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 1279px) {
        .filterDownloads .filterRow ul {
          width: 100%;
          float: left;
          /*text-align:left;*/
          margin: 15px 0 0 0;
          display: none; } }
      .filterDownloads .filterRow ul li {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 28px 0 0;
        position: relative;
        line-height: 16px; }
        .filterDownloads .filterRow ul li:first-child {
          margin: -2px 13px 0 0; }
          @media (max-width: 1279px) {
            .filterDownloads .filterRow ul li:first-child {
              margin: 0; } }
        .filterDownloads .filterRow ul li:last-child {
          margin: -2px 0 0 0; }
          @media (max-width: 1279px) {
            .filterDownloads .filterRow ul li:last-child {
              margin: 0; } }
        @media (max-width: 1279px) {
          .filterDownloads .filterRow ul li {
            width: 100%;
            float: left;
            margin: 0;
            background: #f6f8fa;
            border-bottom: 1px solid #fff; } }
        .filterDownloads .filterRow ul li a {
          color: #002846;
          font-size: 18px;
          position: relative;
          padding: 0 13px 0 0; }
          .filterDownloads .filterRow ul li a.defaultone {
            color: #e6003c; }
          @media (max-width: 1279px) {
            .filterDownloads .filterRow ul li a {
              padding: 12px 15px;
              display: block;
              font-size: 17px;
              margin: 0; } }
          .filterDownloads .filterRow ul li a:hover {
            text-decoration: none; }
          .filterDownloads .filterRow ul li a span {
            width: 100%;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
            background: url(../images/down.svg) no-repeat right center;
            margin: -11px 0 0 0;
            position: absolute;
            right: 0;
            top: 50%; }
            @media (max-width: 1279px) {
              .filterDownloads .filterRow ul li a span {
                margin: -20px 15px 0 0; } }
          .filterDownloads .filterRow ul li a.defaultone span {
            background: url(../images/down-red.svg) no-repeat right center; }
        .filterDownloads .filterRow ul li .childfilter {
          position: absolute;
          width: 255px;
          background: #fff;
          box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.04);
          text-align: left;
          top: 44px;
          left: -15px;
          display: none;
          z-index: 1;
          border: 1px solid #f1f1f1; }
          @media (max-width: 1279px) {
            .filterDownloads .filterRow ul li .childfilter {
              position: static;
              width: 100%;
              float: left;
              margin: 0; } }
          .filterDownloads .filterRow ul li .childfilter li {
            padding: 0;
            display: block;
            border-top: 1px solid #f1f1f1;
            margin: 0; }
            .filterDownloads .filterRow ul li .childfilter li:first-child {
              border-top: none; }
            @media (max-width: 1279px) {
              .filterDownloads .filterRow ul li .childfilter li {
                background: none;
                border-bottom: none; } }
            .filterDownloads .filterRow ul li .childfilter li a {
              display: block;
              font-size: 15px;
              padding: 19px 15px;
              color: #002846;
              font-family: "DINNextLTPro-Light";
              font-size: 16px; }
              .filterDownloads .filterRow ul li .childfilter li a.defaultone {
                color: #e6003c; }
              .filterDownloads .filterRow ul li .childfilter li a.selected {
                color: #e6003c; }
              .filterDownloads .filterRow ul li .childfilter li a:hover {
                background: #f1f1f1;
                color: #002846; }
              .filterDownloads .filterRow ul li .childfilter li a.selected:after {
                background: url(../images/path.svg) no-repeat;
                width: 14px;
                height: 11px;
                content: "";
                position: absolute;
                top: 50%;
                right: 20px;
                margin: -5.5px 0 0 0; }
  .filterDownloads table {
    width: 100%;
    float: left;
    margin: 44px 0 0 0; }
    .filterDownloads table th {
      font-size: 15px; }
    .filterDownloads table td {
      font-size: 18px; }
      .filterDownloads table td:last-child {
        text-align: right; }

.downloadsBlock {
  width: 100%;
  float: left;
  position: relative;
  margin: 70px 0 0 0; }
  @media (max-width: 1279px) {
    .downloadsBlock {
      margin: 40px 0 0 0; } }
  .downloadsBlock #loaderid {
    top: 0; }
  .downloadsBlock .row {
    display: flex;
    flex-wrap: wrap; }
    .downloadsBlock .row .col-md-4 {
      margin: 0 0 20px 0; }
    .downloadsBlock .row:first-child .groupTitle {
      margin: 0; }
  .downloadsBlock .groupTitle {
    width: 100%;
    float: left;
    margin: 48px 0 0 0; }
    .downloadsBlock .groupTitle h2 {
      font-size: 24px;
      font-family: "DINNextLTPro-Bold";
      margin: 0 0 27px 0; }
  .downloadsBlock figure {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    height: 100%; }
    .downloadsBlock figure .downloadThumb {
      width: 100%;
      float: left;
      overflow: hidden;
      height: 215px;
      background-position: center center;
      background-size: cover;
      position: relative; }
      .downloadsBlock figure .downloadThumb.downloadThumbNon:after {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: ""; }
      .downloadsBlock figure .downloadThumb h6 {
        font-size: 12px;
        color: #fff;
        margin: 0;
        position: absolute;
        background: #fff;
        color: #000;
        line-height: 12px;
        bottom: 9px;
        right: 9px;
        padding: 4px 5px 1px 5px; }
      @media (max-width: 1279px) {
        .downloadsBlock figure .downloadThumb {
          height: 175px !important; } }
      @media (max-width: 1023px) {
        .downloadsBlock figure .downloadThumb {
          height: 207px !important; } }
      @media (max-width: 767px) {
        .downloadsBlock figure .downloadThumb {
          height: 182px !important; } }
      @media (max-width: 479px) {
        .downloadsBlock figure .downloadThumb {
          height: 206px !important; } }
      .downloadsBlock figure .downloadThumb .issuuembed.issuu-isrendered {
        width: 100% !important;
        height: 100% !important; }
      .downloadsBlock figure .downloadThumb iframe {
        width: 100% !important;
        height: 100% !important; }
      .downloadsBlock figure .downloadThumb:hover img {
        transform: scale(1.1); }
      .downloadsBlock figure .downloadThumb img {
        width: 100%;
        float: left;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        height: 100%;
        visibility: hidden; }
    .downloadsBlock figure figcaption {
      padding: 24px 25px 14px;
      width: 100%;
      float: left; }
      .downloadsBlock figure figcaption h5 {
        font-size: 18px;
        font-family: "DINNextLTPro-Bold";
        margin: 0;
        position: relative;
        padding: 0 15px 9px 0; }
        .downloadsBlock figure figcaption h5 .head-down {
          text-decoration: none;
          color: #002846; }
          .downloadsBlock figure figcaption h5 .head-down:hover {
            color: #b70030; }
        .downloadsBlock figure figcaption h5 .dwn {
          position: absolute;
          width: 14px;
          height: 20px;
          z-index: 2;
          background: url(../images/download.svg) no-repeat;
          top: -4px;
          right: 0; }
          .downloadsBlock figure figcaption h5 .dwn a {
            position: absolute;
            display: block;
            float: left;
            width: 100%;
            height: 100%;
            z-index: 2; }
      .downloadsBlock figure figcaption p {
        font-family: "DINNextLTPro-Light";
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px 0; }

@media (max-width: 1279px) {
  .filterButton.visible-xs.visible-sm.visible-md {
    display: block !important; } }
.wave {
  position: absolute;
  left: 0;
  right: 0;
  top: 280px;
  bottom: 0;
  z-index: 1;
  height: 300px; }

.wave + .wave {
  z-index: 2; }

.wavesBlock {
  background: #bfe7f9; }

.secTitle {
  margin: 15px 0 21px 0;
  font-family: "DINNextLTPro-Light";
  font-weight: 300;
  font-size: 29px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .secTitle .colored {
    color: #e6003c; }
  @media (max-width: 1279px) {
    .secTitle {
      font-size: 24px;
      line-height: 28px;
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .secTitle {
      font-size: 21px;
      line-height: 28px; } }

.secTitle1 {
  margin: 15px 0 21px 0;
  font-family: "DINNextLTPro-Light";
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .secTitle1 {
      font-size: 23px;
      line-height: 28px; } }
  .secTitle1 .colored {
    color: #e6003c; }

.headingBlock {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1; }
  .headingBlock.headingBlock1 h2 {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
    color: #002846;
    margin: 8px 0; }
    @media (max-width: 1279px) {
      .headingBlock.headingBlock1 h2 {
        font-size: 23px;
        margin: 10px 0 8px 0; } }
    @media (max-width: 767px) {
      .headingBlock.headingBlock1 h2 {
        font-size: 19px;
        line-height: 21px;
        padding: 0 15px;
        margin: 6px 0 8px; } }
  .headingBlock.headingBlock1 .learn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #e6003c;
    border-radius: 25px;
    font-size: 15px;
    padding: 10px 48px 7px;
    margin: 46px 0 0 0; }
    @media (max-width: 767px) {
      .headingBlock.headingBlock1 .learn {
        margin: 25px 0 0 0; } }
    .headingBlock.headingBlock1 .learn:hover {
      background: #b70030; }
  .headingBlock .pageTitle {
    text-align: center;
    font-size: 40px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 0 0 1px 0;
    padding: 0 15px; }
    @media (max-width: 1279px) {
      .headingBlock .pageTitle {
        font-size: 32px;
        line-height: 36px; } }
    @media (max-width: 767px) {
      .headingBlock .pageTitle {
        font-size: 24px;
        line-height: 30px; } }
  .headingBlock h2 {
    font-size: 29px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 0 0 8px 0;
    opacity: .73; }
    @media (max-width: 1279px) {
      .headingBlock h2 {
        font-size: 23px;
        margin: 10px 0 8px 0; } }
    @media (max-width: 767px) {
      .headingBlock h2 {
        font-size: 19px;
        line-height: 21px;
        padding: 0 15px;
        margin: 6px 0 8px; } }

.homeElements {
  width: 100%;
  float: left;
  position: relative;
  margin: 145px 0 0 0; }
  @media (max-width: 1023px) {
    .homeElements {
      margin: 80px 0 0 0; } }
  .homeElements .homeElementsIn {
    width: 100%;
    float: left;
    position: relative; }
    .homeElements .homeElementsIn:after {
      background: #eef5fa;
      background: -moz-linear-gradient(top, #eef5fa 0%, #eef5fa 33%, #ffffff 69%, #ffffff 100%);
      background: -webkit-linear-gradient(top, #eef5fa 0%, #eef5fa 33%, #ffffff 69%, #ffffff 100%);
      background: linear-gradient(to bottom, #eef5fa 0%, #eef5fa 33%, #ffffff 69%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5fa', endColorstr='#ffffff',GradientType=0 );
      content: "";
      position: absolute;
      top: 12%;
      left: 0;
      width: 100%;
      height: 100%; }
      @media (max-width: 1023px) {
        .homeElements .homeElementsIn:after {
          top: 370px; } }
    .homeElements .homeElementsIn .wave {
      top: 6%; }
      @media (max-width: 1023px) {
        .homeElements .homeElementsIn .wave {
          top: 74px; } }
  .homeElements .headingBlock {
    z-index: 0; }

.groupThumb {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 147px 0 15px 0; }
  @media (max-width: 1023px) {
    .groupThumb {
      margin: 97px 0 34px 0; } }
  .groupThumb img {
    max-width: 888px; }
    @media (max-width: 1023px) {
      .groupThumb img {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .groupThumb img {
        max-width: 300px; } }

.page-template-template_homepage .homeElementsIn:after {
  background: none; }

.defaultPage {
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0 47px 0;
  z-index: 0; }
  @media (max-width: 767px) {
    .defaultPage {
      padding: 50px 0 0 0; } }
  .defaultPage:after {
    background: #eef5fa;
    background: -moz-linear-gradient(top, #eef5fa 0%, #f4f9fd 33%, #ffffff 69%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #eef5fa 0%, #f4f9fd 33%, #ffffff 69%, #ffffff 100%);
    background: linear-gradient(to bottom, #eef5fa 0%, #f4f9fd 33%, #ffffff 69%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5fa', endColorstr='#ffffff',GradientType=0 );
    content: "";
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .defaultPage:after {
        top: 250px; } }
  .defaultPage .wave {
    top: 0; }
    @media (max-width: 767px) {
      .defaultPage .wave {
        top: -35px; } }
  .defaultPage .entryContent {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding: 46px 0 0 0; }
    .defaultPage .entryContent address {
      width: 100%;
      float: left;
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 27px 0; }
      @media (max-width: 767px) {
        .defaultPage .entryContent address {
          font-size: 17px;
          line-height: 27px;
          margin: 20px 0; } }
      .defaultPage .entryContent address a {
        color: #002846; }
        .defaultPage .entryContent address a:hover {
          text-decoration: none;
          color: #e6003c; }
    .defaultPage .entryContent h2 {
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Bold";
      margin: 15px 0 0 0; }
    .defaultPage .entryContent h3 {
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Bold";
      margin: 15px 0 0 0; }
    .defaultPage .entryContent p {
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 0 0 27px 0; }
      @media (max-width: 1279px) {
        .defaultPage .entryContent p {
          font-size: 17px;
          line-height: 26px; } }
    .defaultPage .entryContent ul {
      margin: 10px 0;
      padding: 0 0 0 18px;
      width: 100%;
      float: left; }
      .defaultPage .entryContent ul li {
        font-size: 18px;
        line-height: 28px;
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        margin: 0 0 5px 0; }
        @media (max-width: 1279px) {
          .defaultPage .entryContent ul li {
            font-size: 17px;
            line-height: 26px; } }
    .defaultPage .entryContent ol {
      margin: 15px 0;
      padding: 0 0 0 19px;
      counter-reset: item;
      width: 100%;
      float: left; }
      .defaultPage .entryContent ol li {
        font-size: 18px;
        line-height: 28px;
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        margin: 0 0 5px 0;
        list-style-type: none;
        counter-increment: item; }
        .defaultPage .entryContent ol li:before {
          position: absolute;
          left: 0;
          width: 1.5em;
          padding-right: 0.5em;
          font-family: "DINNextLTPro-Bold";
          content: counter(item) "."; }
        @media (max-width: 1279px) {
          .defaultPage .entryContent ol li {
            font-size: 17px;
            line-height: 26px; } }
    .defaultPage .entryContent em, .defaultPage .entryContent i {
      font-style: italic; }

.page-id-98 .defaultPage1:after {
  background: #eef5fa;
  background: -moz-linear-gradient(top, #eef5fa 0%, #ffffff 33%, #ffffff 69%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eef5fa 0%, #ffffff 33%, #ffffff 69%, #ffffff 100%);
  background: linear-gradient(to bottom, #eef5fa 0%, #ffffff 33%, #ffffff 69%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5fa', endColorstr='#ffffff',GradientType=0 );
  content: "";
  position: absolute;
  top: 700px;
  left: 0;
  width: 100%;
  height: 55%; }
  @media (max-width: 1279px) {
    .page-id-98 .defaultPage1:after {
      top: 470px;
      height: 100%; } }
  @media (max-width: 1023px) {
    .page-id-98 .defaultPage1:after {
      top: 400px; } }
  @media (max-width: 767px) {
    .page-id-98 .defaultPage1:after {
      top: 345px;
      /*top:418px;*/
      background: -moz-linear-gradient(top, #eef5fa 0%, #ffffff 5%, #ffffff 69%, #ffffff 100%);
      background: -webkit-linear-gradient(top, #eef5fa 0%, #ffffff 5%, #ffffff 69%, #ffffff 100%);
      background: linear-gradient(to bottom, #eef5fa 0%, #ffffff 5%, #ffffff 69%, #ffffff 100%); } }

.defaultPage1 {
  width: 100%;
  float: left;
  padding: 70px 0 0 0;
  z-index: 0;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .defaultPage1 {
      position: relative; } }
  @media (max-width: 767px) {
    .defaultPage1 {
      padding: 40px 0 0 0; } }
  .defaultPage1:after {
    background: #eef5fa;
    background: -moz-linear-gradient(top, #eef5fa 0%, #ffffff 33%, #ffffff 69%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #eef5fa 0%, #ffffff 33%, #ffffff 69%, #ffffff 100%);
    background: linear-gradient(to bottom, #eef5fa 0%, #ffffff 33%, #ffffff 69%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5fa', endColorstr='#ffffff',GradientType=0 );
    content: "";
    position: absolute;
    top: 700px;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 1279px) {
      .defaultPage1:after {
        top: 470px; } }
    @media (max-width: 1023px) {
      .defaultPage1:after {
        top: 400px; } }
    @media (max-width: 767px) {
      .defaultPage1:after {
        top: 345px;
        /*top:418px;*/
        background: -moz-linear-gradient(top, #eef5fa 0%, #ffffff 5%, #ffffff 69%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #eef5fa 0%, #ffffff 5%, #ffffff 69%, #ffffff 100%);
        background: linear-gradient(to bottom, #eef5fa 0%, #ffffff 5%, #ffffff 69%, #ffffff 100%); } }
  .defaultPage1 .wave {
    top: 400px; }
    @media (max-width: 1279px) {
      .defaultPage1 .wave {
        top: 180px; } }
    @media (max-width: 1023px) {
      .defaultPage1 .wave {
        top: 120px; } }
    @media (max-width: 767px) {
      .defaultPage1 .wave {
        top: 50px; } }
  .defaultPage1 .entryContent {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding: 46px 0 0 0; }
    .defaultPage1 .entryContent address {
      width: 100%;
      float: left;
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 27px 0; }
      @media (max-width: 1279px) {
        .defaultPage1 .entryContent address {
          font-size: 17px;
          line-height: 26px;
          margin: 20px 0; } }
      .defaultPage1 .entryContent address a {
        color: #002846; }
        .defaultPage1 .entryContent address a:hover {
          text-decoration: none;
          color: #e6003c; }
    .defaultPage1 .entryContent h2 {
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Bold";
      margin: 15px 0 0 0; }
    .defaultPage1 .entryContent h3 {
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Bold";
      margin: 15px 0 0 0; }
    .defaultPage1 .entryContent p {
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 0 0 27px 0; }
      @media (max-width: 1279px) {
        .defaultPage1 .entryContent p {
          font-size: 17px;
          line-height: 26px; } }
    .defaultPage1 .entryContent ul {
      margin: 10px 0;
      padding: 0 0 0 18px;
      width: 100%;
      float: left; }
      .defaultPage1 .entryContent ul li {
        font-size: 18px;
        line-height: 28px;
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        margin: 0 0 5px 0; }
        @media (max-width: 1279px) {
          .defaultPage1 .entryContent ul li {
            font-size: 17px;
            line-height: 26px; } }
    .defaultPage1 .entryContent ol {
      margin: 15px 0;
      padding: 0 0 0 19px;
      counter-reset: item;
      width: 100%;
      float: left; }
      .defaultPage1 .entryContent ol li {
        font-size: 18px;
        line-height: 28px;
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        margin: 0 0 5px 0; }
        @media (max-width: 1279px) {
          .defaultPage1 .entryContent ol li {
            font-size: 17px;
            line-height: 26px; } }
    .defaultPage1 .entryContent em, .defaultPage1 .entryContent i {
      font-style: italic; }

.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin: 0 25px 15px 0; }
  @media (max-width: 767px) {
    .alignleft, img.alignleft {
      max-width: 250px; } }
  @media (max-width: 479px) {
    .alignleft, img.alignleft {
      max-width: 100%;
      width: 100%;
      float: left;
      margin: 0 0 25px 0; } }

.alignright, img.alignright {
  margin: 0 25px 15px 0;
  display: inline;
  float: right; }
  @media (max-width: 767px) {
    .alignright, img.alignright {
      max-width: 250px; } }
  @media (max-width: 479px) {
    .alignright, img.alignright {
      max-width: 100%;
      width: 100%;
      float: left;
      margin: 0 0 25px 0; } }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.pageTeaser {
  width: 100%;
  float: left;
  padding: 40px 0 60px 0;
  position: relative;
  z-index: 1; }
  .pageTeaser .secTitle1 {
    line-height: 34px; }
    @media (max-width: 767px) {
      .pageTeaser .secTitle1 {
        line-height: 28px; } }
  .pageTeaser .teaserSlider {
    padding: 0 15px;
    margin: 17px 0 0 0; }
    @media (max-width: 767px) {
      .pageTeaser .teaserSlider {
        margin: 8px 0 0 0; } }
    @media (max-width: 479px) {
      .pageTeaser .teaserSlider {
        padding: 0 0 0 15px; } }
  .pageTeaser .owl-carousel .owl-stage {
    display: flex; }
  .pageTeaser .item {
    width: 100%;
    float: left;
    padding: 5px 0;
    height: 100%; }
    @media (max-width: 479px) {
      .pageTeaser .item {
        padding: 5px 0; } }
  @media (max-width: 479px) {
    .pageTeaser .owl-stage {
      margin-left: -30px; } }
  .pageTeaser .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #adbbc5;
    margin: 5px 2px; }
  .pageTeaser .owl-theme .owl-dots .owl-dot.active span {
    background: #e6003c; }
  .pageTeaser .pageTeaserBlock {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 37px 40px;
    position: relative;
    height: 97%; }
    @media (max-width: 767px) {
      .pageTeaser .pageTeaserBlock {
        padding: 20px 25px 25px 25px; } }
    @media (max-width: 479px) {
      .pageTeaser .pageTeaserBlock {
        padding: 20px 37px 30px 62px; } }
    .pageTeaser .pageTeaserBlock h4 {
      font-size: 24px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 17px 0 24px 0; }
      @media (max-width: 767px) {
        .pageTeaser .pageTeaserBlock h4 {
          font-size: 20px;
          margin: 15px 0; } }
    .pageTeaser .pageTeaserBlock p {
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      font-size: 18px;
      line-height: 28px; }

.teaserCallout {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  display: flex; }
  @media (max-width: 767px) {
    .teaserCallout {
      display: block; } }
  .teaserCallout .teaserCalloutCent {
    display: flex; }
    @media (max-width: 767px) {
      .teaserCallout .teaserCalloutCent {
        display: block; } }
  .teaserCallout.teaserCalloutHome {
    background: #eef5fa;
    padding: 40px 0 45px; }
    @media (max-width: 1023px) {
      .teaserCallout.teaserCalloutHome {
        padding: 20px 0 40px; } }
    @media (max-width: 767px) {
      .teaserCallout.teaserCalloutHome {
        padding: 0 0 40px; } }
    .teaserCallout.teaserCalloutHome .teaserCalloutCont {
      max-width: 665px; }
    .teaserCallout.teaserCalloutHome .owl-item {
      padding: 15px; }
    .teaserCallout.teaserCalloutHome .item {
      width: 100%;
      float: left;
      background: #fff;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
      padding: 40px 0 34px;
      display: flex; }
      @media (max-width: 767px) {
        .teaserCallout.teaserCalloutHome .item {
          display: block; } }
    .teaserCallout.teaserCalloutHome .owl-theme .owl-nav {
      width: 100%;
      float: left;
      text-align: right;
      padding: 0 15px 0; }
      .teaserCallout.teaserCalloutHome .owl-theme .owl-nav .owl-prev {
        margin: 0;
        width: 13px;
        height: 10px;
        background: url(../images/downshape.svg) no-repeat;
        background-size: 100% auto;
        transform: rotate(180deg);
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: top; }
        .teaserCallout.teaserCalloutHome .owl-theme .owl-nav .owl-prev:hover {
          background: url(../images/downshape.svg) no-repeat;
          background-size: 100% auto;
          opacity: .7; }
      .teaserCallout.teaserCalloutHome .owl-theme .owl-nav .owl-next {
        margin: 0 0 0 6px;
        width: 13px;
        height: 10px;
        background: url(../images/downshape.svg) no-repeat;
        background-size: 100% auto;
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: top; }
        .teaserCallout.teaserCalloutHome .owl-theme .owl-nav .owl-next:hover {
          background: url(../images/downshape.svg) no-repeat;
          background-size: 100% auto; }
      .teaserCallout.teaserCalloutHome .owl-theme .owl-nav span {
        display: none; }
  .teaserCallout .teaserCalloutImg {
    width: 100%;
    float: left;
    text-align: center;
    height: 100%; }
    @media (max-width: 767px) {
      .teaserCallout .teaserCalloutImg {
        margin: 0 0 38px 0; } }
    .teaserCallout .teaserCalloutImg span {
      display: inline-block;
      vertical-align: top;
      width: 200px;
      height: 200px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 50%;
      overflow: hidden; }
    .teaserCallout .teaserCalloutImg img {
      width: 100%;
      float: left;
      height: 100%;
      visibility: hidden;
      border-radius: 50%; }
  .teaserCallout .teaserCalloutCont {
    width: 100%;
    float: left;
    height: 100%; }
    .teaserCallout .teaserCalloutCont h4 {
      font-size: 29px;
      margin: 12px 0 14px 0;
      font-family: "DINNextLTPro-Light";
      font-weight: 300; }
      @media (max-width: 1279px) {
        .teaserCallout .teaserCalloutCont h4 {
          font-size: 24px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        .teaserCallout .teaserCalloutCont h4 {
          font-size: 23px; } }
    .teaserCallout .teaserCalloutCont p {
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      font-size: 18px;
      line-height: 28px; }
  .teaserCallout .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    max-width: 200px; }

.ourService {
  width: 100%;
  float: left;
  /*background:$white;*/
  padding: 45px 0 34px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .ourService.ourServiceHome {
      padding: 0;
      margin: 0 0 44px 0; } }
  .ourService .item {
    width: 100%;
    float: left;
    position: relative;
    height: 100%; }
  @media (max-width: 767px) {
    .ourService .owl-stage {
      display: flex; } }
  @media (max-width: 479px) {
    .ourService .owl-stage {
      margin-left: -25px; } }
  .ourService .ourServiceIn {
    width: 100%;
    float: left;
    margin: 34px 0 0 0; }
    @media (max-width: 1279px) {
      .ourService .ourServiceIn {
        margin: 20px 0 0 0; } }
    @media (max-width: 767px) {
      .ourService .ourServiceIn {
        margin: 11px 0 0 0; } }
    @media (max-width: 479px) {
      .ourService .ourServiceIn .container {
        padding-right: 0; } }
    .ourService .ourServiceIn .ourServiceBlock {
      width: 100%;
      float: left;
      background: #e4f0f9;
      margin: 0 0 30px 0;
      display: table; }
      @media (max-width: 767px) {
        .ourService .ourServiceIn .ourServiceBlock {
          margin: 0;
          height: 100%;
          display: block; } }
      .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockThumb {
        width: 215px;
        float: left;
        overflow: hidden;
        display: table-cell;
        vertical-align: top;
        height: 221px;
        background-size: cover;
        background-position: center center; }
        @media (max-width: 1279px) {
          .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockThumb {
            width: 180px; } }
        .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockThumb img {
          width: 100%;
          float: left;
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          height: 100%;
          visibility: hidden; }
      .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
        overflow: hidden;
        padding: 0 36px;
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
        @media (max-width: 1279px) {
          .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
            padding: 0 20px; } }
        @media (max-width: 1023px) {
          .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
            padding: 38px 20px 25px; } }
        @media (max-width: 479px) {
          .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
            padding: 38px 20px 18px 45px; } }
        .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockCont h4 {
          font-size: 26px;
          line-height: 33px;
          color: #002846;
          margin: 0;
          font-family: "DINNextLTPro-Bold"; }
          @media (max-width: 1279px) {
            .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockCont h4 {
              font-size: 22px;
              line-height: 27px; } }
          @media (max-width: 1023px) {
            .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockCont h4 {
              font-size: 21px;
              line-height: 24px; } }
        .ourService .ourServiceIn .ourServiceBlock .ourServiceBlockCont .learn2 {
          font-family: "DINNextLTPro-Regular"; }

.ourTeam {
  width: 100%;
  float: left;
  background: rgba(243, 245, 248, 0.7);
  padding: 69px 0 67px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 1279px) {
    .ourTeam {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    .ourTeam {
      padding: 30px 0 40px; } }
  .ourTeam .ourServiceIn {
    width: 100%;
    float: left;
    margin: 34px 0 0 0; }
    @media (max-width: 767px) {
      .ourTeam .ourServiceIn {
        margin: 15px 0 0 0; } }
    .ourTeam .ourServiceIn .row {
      display: flex;
      flex-wrap: wrap; }
@media (max-width: 1023px) and (min-width: 768px) {
  .ourTeam .ourServiceIn .col-sm-4 {
    margin: 0 0 30px 0; } }

    .ourTeam .ourServiceIn .ourServiceBlock {
      width: 100%;
      float: left;
      background: #fff;
      margin: 0 0 30px 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
      display: table; }
@media (max-width: 1023px) and (min-width: 768px) {
  .ourTeam .ourServiceIn .ourServiceBlock {
    display: block;
    position: relative;
    height: 100%;
    margin: 0; } }

      @media (max-width: 767px) {
        .ourTeam .ourServiceIn .ourServiceBlock {
          margin: 0 0 15px 0; } }
      .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockThumb {
        width: 215px;
        float: left;
        overflow: hidden;
        display: table-cell;
        vertical-align: top; }
        @media (max-width: 1279px) {
          .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockThumb {
            width: 180px; } }
@media (max-width: 1023px) and (min-width: 768px) {
  .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockThumb {
    width: 100%; } }

        @media (max-width: 479px) {
          .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockThumb {
            width: 100%;
            float: left; } }
        .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockThumb img {
          width: 100%;
          float: left;
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s; }
      .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
        overflow: hidden;
        padding: 0 40px;
        display: table-cell;
        vertical-align: middle; }
        @media (max-width: 1279px) {
          .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
            padding: 0 20px; } }
@media (max-width: 1023px) and (min-width: 768px) {
  .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
    width: 100%;
    float: left;
    padding: 25px 15px 20px 15px; } }

        @media (max-width: 767px) {
          .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
            padding: 0 20px; } }
        @media (max-width: 479px) {
          .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
            width: 100%;
            float: left;
            padding: 25px 15px 20px 15px; } }
        .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont h4 {
          font-size: 24px;
          line-height: 24px;
          color: #002846;
          margin: 0;
          font-family: "DINNextLTPro-Bold"; }
          @media (max-width: 1279px) {
            .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont h4 {
              font-size: 21px; } }
        .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont h5 {
          font-size: 24px;
          line-height: 24px;
          color: #002846;
          margin: 5px 0 0 0;
          font-family: "DINNextLTPro-Light";
          font-weight: 300; }
          @media (max-width: 1279px) {
            .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont h5 {
              font-size: 19px;
              line-height: 21px; } }
        .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont ul {
          list-style: none;
          margin: 0;
          padding: 0;
          width: 100%;
          float: left;
          margin: 32px 0 0 0; }
          @media (max-width: 1279px) {
            .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont ul {
              margin: 15px 0 0 0; } }
          .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont ul li {
            width: 100%;
            float: left;
            color: #002846;
            font-size: 18px;
            font-family: "DINNextLTPro-Light";
            font-weight: 300;
            margin: 0 0 7px 0;
            word-break: break-all; }
            @media (max-width: 1279px) {
              .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont ul li {
                font-size: 16px;
                line-height: 22px;
                margin: 0 0 4px 0; } }
            .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont ul li span {
              font-family: "DINNextLTPro-Regular";
              color: #e6003c;
              display: inline-block;
              vertical-align: top;
              width: 25px; }
              @media (max-width: 1279px) {
                .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont ul li span {
                  width: 20px; } }
            .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont ul li a {
              color: #002846; }
              .ourTeam .ourServiceIn .ourServiceBlock .ourServiceBlockCont ul li a:hover {
                text-decoration: none;
                color: #e6003c; }

.ourValues {
  width: 100%;
  float: left;
  padding: 50px 0 80px 0;
  margin: 35px 0 0 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 1279px) {
    .ourValues {
      margin: 0;
      padding: 35px 0 80px 0; } }
  @media (max-width: 767px) {
    .ourValues {
      padding: 0 0 15px 0; } }
  .ourValues .ourServiceIn {
    width: 100%;
    float: left;
    margin: 34px 0 0 0; }
    @media (max-width: 767px) {
      .ourValues .ourServiceIn {
        margin: 15px 0 0 0; } }
    .ourValues .ourServiceIn .row {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 479px) {
        .ourValues .ourServiceIn .row {
          display: block; } }
    .ourValues .ourServiceIn figure {
      width: 100%;
      float: left;
      background: #fff;
      margin: 0 0 30px 0;
      height: 100%;
      background: #f3f5f8; }
      .ourValues .ourServiceIn figure .ourServiceBlockThumb {
        width: 100%;
        float: left;
        overflow: hidden; }
        .ourValues .ourServiceIn figure .ourServiceBlockThumb img {
          width: 100%;
          float: left;
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s; }
      .ourValues .ourServiceIn figure figcaption {
        width: 100%;
        float: left;
        padding: 37px 40px 0;
        display: table-cell;
        vertical-align: middle; }
        @media (max-width: 1023px) {
          .ourValues .ourServiceIn figure figcaption {
            padding: 25px 25px 0; } }
        @media (max-width: 767px) {
          .ourValues .ourServiceIn figure figcaption {
            padding: 25px 20px 0; } }
        @media (max-width: 479px) {
          .ourValues .ourServiceIn figure figcaption {
            padding: 25px 20px; } }
        .ourValues .ourServiceIn figure figcaption h4 {
          font-size: 24px;
          line-height: 28px;
          color: #002846;
          margin: 0;
          font-family: "DINNextLTPro-Bold"; }
          @media (max-width: 1023px) {
            .ourValues .ourServiceIn figure figcaption h4 {
              font-size: 21px;
              line-height: 23px; } }
        .ourValues .ourServiceIn figure figcaption p {
          font-size: 18px;
          line-height: 28px;
          color: #002846;
          margin: 5px 0 0 0;
          font-family: "DINNextLTPro-Light";
          font-weight: 300; }
          @media (max-width: 1023px) {
            .ourValues .ourServiceIn figure figcaption p {
              font-size: 17px;
              line-height: 26px;
              max-width: 100%; } }

.customerSay {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }

.homeSlideBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  margin: 65px 0 39px 0; }
  @media (max-width: 767px) {
    .homeSlideBlock {
      margin: 65px 0 24px 0; } }
  .homeSlideBlock .zllogo {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 15px 0 0 0; }
    @media (max-width: 1023px) {
      .homeSlideBlock .zllogo {
        margin: 3px 0 15px 0; } }
    @media (max-width: 767px) {
      .homeSlideBlock .zllogo {
        margin: 1px 0 38px 0; } }
    .homeSlideBlock .zllogo img {
      display: inline-block;
      vertical-align: top;
      max-width: 100px; }
  .homeSlideBlock .homeSlideIn {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    margin: 64px 0 0 0; }
    @media (max-width: 1023px) {
      .homeSlideBlock .homeSlideIn {
        margin: 30px 0 0 0;
        display: block; } }
    @media (max-width: 767px) {
      .homeSlideBlock .homeSlideIn {
        margin: 7px 0 0 0; } }
    .homeSlideBlock .homeSlideIn .item {
      width: 100%;
      float: left; }
    .homeSlideBlock .homeSlideIn .owl-carousel .owl-item img {
      display: inline-block;
      vertical-align: top;
      width: auto; }
    .homeSlideBlock .homeSlideIn .owl-theme .owl-nav {
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: right;
      padding: 0 30px 21px;
      /*@media(max-width:$tab){
        display:none;
      }*/ }
      .homeSlideBlock .homeSlideIn .owl-theme .owl-nav .owl-prev {
        margin: 0;
        width: 13px;
        height: 10px;
        background: url(../images/shape.png) no-repeat;
        background-size: 100% auto;
        transform: rotate(180deg);
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: top; }
      .homeSlideBlock .homeSlideIn .owl-theme .owl-nav .owl-next {
        margin: 0 0 0 6px;
        width: 13px;
        height: 10px;
        background: url(../images/shape.png) no-repeat;
        background-size: 100% auto;
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: top; }
      .homeSlideBlock .homeSlideIn .owl-theme .owl-nav span {
        display: none; }
    .homeSlideBlock .homeSlideIn .owl-theme .owl-dots {
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: right;
      padding: 0 75px 28px;
      /*@media(max-width:$tab){
        display:none;
      }*/ }
      .homeSlideBlock .homeSlideIn .owl-theme .owl-dots span {
        width: 100%;
        height: 2px;
        border-radius: 0;
        background: #ced6dc;
        margin: 0; }
      .homeSlideBlock .homeSlideIn .owl-theme .owl-dots .active span {
        background: #ced6dc; }
    .homeSlideBlock .homeSlideIn .slideLeft {
      width: 100%;
      float: left;
      position: relative;
      background: #f3f5f8; }
      @media (max-width: 767px) {
        .homeSlideBlock .homeSlideIn .slideLeft {
          margin: 0 0 30px 0; } }
      .homeSlideBlock .homeSlideIn .slideLeft .homeSlideThumb {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden; }
        .homeSlideBlock .homeSlideIn .slideLeft .homeSlideThumb img {
          width: 100%;
          float: left;
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s; }
      .homeSlideBlock .homeSlideIn .slideLeft .homeSlideCont {
        width: 100%;
        float: left;
        padding: 93px 42px 119px 42px; }
        @media (max-width: 1023px) {
          .homeSlideBlock .homeSlideIn .slideLeft .homeSlideCont {
            padding: 34px 25px 68px 25px; } }
        @media (max-width: 767px) {
          .homeSlideBlock .homeSlideIn .slideLeft .homeSlideCont {
            padding: 23px 20px 20px 20px; } }
        @media (max-width: 479px) {
          .homeSlideBlock .homeSlideIn .slideLeft .homeSlideCont {
            padding: 23px 20px 60px 20px; } }
        .homeSlideBlock .homeSlideIn .slideLeft .homeSlideCont h4 {
          font-size: 14px;
          line-height: 28px;
          font-family: "DINNextLTPro-Light";
          font-weight: 300;
          margin: 0; }
        .homeSlideBlock .homeSlideIn .slideLeft .homeSlideCont p {
          font-family: "DINNextLTPro-Light";
          font-weight: 300;
          font-size: 18px;
          line-height: 26px; }
          @media (max-width: 1279px) {
            .homeSlideBlock .homeSlideIn .slideLeft .homeSlideCont p {
              font-size: 17px; } }
    .homeSlideBlock .homeSlideIn .slideRight {
      width: 50%;
      float: left;
      position: relative; }
      @media (max-width: 1023px) {
        .homeSlideBlock .homeSlideIn .slideRight {
          width: 100%; } }
      .homeSlideBlock .homeSlideIn .slideRight .slideRow {
        width: 100%;
        float: left;
        position: relative;
        height: 24%;
        text-align: center; }
        @media (max-width: 1023px) {
          .homeSlideBlock .homeSlideIn .slideRight .slideRow {
            height: 180px; } }
        @media (max-width: 767px) {
          .homeSlideBlock .homeSlideIn .slideRight .slideRow {
            height: 94px; } }
        .homeSlideBlock .homeSlideIn .slideRight .slideRow .slideRowHalf {
          width: 50%;
          float: left;
          position: relative;
          height: 100%;
          background: #fff; }
          .homeSlideBlock .homeSlideIn .slideRight .slideRow .slideRowHalf:last-child {
            background: #446176; }
          .homeSlideBlock .homeSlideIn .slideRight .slideRow .slideRowHalf img {
            max-width: 170px; }
            @media (max-width: 767px) {
              .homeSlideBlock .homeSlideIn .slideRight .slideRow .slideRowHalf img {
                max-width: 84px; } }
        .homeSlideBlock .homeSlideIn .slideRight .slideRow:nth-child(2) {
          background: #e4f0f9;
          height: 44%; }
        .homeSlideBlock .homeSlideIn .slideRight .slideRow:last-child {
          height: 32%;
          background: #e6003c; }
          @media (max-width: 1023px) {
            .homeSlideBlock .homeSlideIn .slideRight .slideRow:last-child {
              height: 220px; } }
          @media (max-width: 767px) {
            .homeSlideBlock .homeSlideIn .slideRight .slideRow:last-child {
              height: 128px; } }
          @media (max-width: 767px) {
            .homeSlideBlock .homeSlideIn .slideRight .slideRow:last-child img {
              max-width: 68px; } }
        .homeSlideBlock .homeSlideIn .slideRight .slideRow .sliderQtThumb {
          width: 50%;
          float: left; }
          @media (max-width: 1023px) {
            .homeSlideBlock .homeSlideIn .slideRight .slideRow .sliderQtThumb {
              width: 100%;
              padding: 40px 0 34px; } }
          @media (max-width: 767px) {
            .homeSlideBlock .homeSlideIn .slideRight .slideRow .sliderQtThumb {
              width: 100%;
              padding: 30px 0 24px; } }
          .homeSlideBlock .homeSlideIn .slideRight .slideRow .sliderQtThumb img {
            max-width: 127px; }
            @media (max-width: 767px) {
              .homeSlideBlock .homeSlideIn .slideRight .slideRow .sliderQtThumb img {
                max-width: 57px; } }
        .homeSlideBlock .homeSlideIn .slideRight .slideRow .slideQaCont {
          width: 50%;
          float: left;
          text-align: left;
          padding: 0 25px 0 0; }
          @media (max-width: 1023px) {
            .homeSlideBlock .homeSlideIn .slideRight .slideRow .slideQaCont {
              width: 100%;
              padding: 0 22px 45px; } }
          .homeSlideBlock .homeSlideIn .slideRight .slideRow .slideQaCont p {
            font-size: 18px;
            line-height: 26px;
            font-family: "DINNextLTPro-Light";
            font-weight: 300;
            margin: 0; }
          .homeSlideBlock .homeSlideIn .slideRight .slideRow .slideQaCont h5 {
            margin: 25px 0 0 0;
            font-family: "DINNextLTPro-Bold";
            font-size: 18px;
            line-height: 26px; }
          .homeSlideBlock .homeSlideIn .slideRight .slideRow .slideQaCont h6 {
            margin: 0;
            font-family: "DINNextLTPro-Light";
            font-weight: 300;
            font-size: 15px;
            line-height: 20px; }

.halfBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 100px 0; }
  @media (max-width: 1279px) {
    .halfBlock {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .halfBlock {
      padding: 50px 0 40px; } }
  .halfBlock .row {
    display: flex; }
    @media (max-width: 767px) {
      .halfBlock .row {
        display: block; } }
  .halfBlock h3 {
    font-size: 29px;
    line-height: 38px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 0; }
    @media (max-width: 1279px) {
      .halfBlock h3 {
        font-size: 25px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .halfBlock h3 {
        font-size: 24px;
        line-height: 28px; } }
  .halfBlock p {
    font-size: 18px;
    line-height: 28px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 13px 0 10px 0; }
    @media (max-width: 1279px) {
      .halfBlock p {
        font-size: 17px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .halfBlock p {
        font-size: 16px;
        line-height: 26px; } }
  .halfBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin: 20px 0 0 0; }
    .halfBlock ul li {
      width: 100%;
      float: left;
      color: #002846;
      font-size: 18px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 0 0 7px 0; }
      .halfBlock ul li span {
        font-family: "DINNextLTPro-Regular";
        color: #e6003c;
        display: inline-block;
        vertical-align: top;
        width: 25px; }
      .halfBlock ul li a {
        color: #002846; }
        .halfBlock ul li a:hover {
          text-decoration: none;
          color: #e6003c; }
  .halfBlock .featuredImage {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    /*&:after {
      position: absolute; 
      top: 0; 
      left: 0; 
      width: 100%; 
      height: 100%; 
      background: rgba(255,255,255,0.4); 
      content: ''; 
      -webkit-transition: -webkit-transform 1s; 
      transition: transform 1s; 
      -webkit-transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); 
      transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }*/ }
    @media (max-width: 767px) {
      .halfBlock .featuredImage {
        margin: 25px 0; } }
    .halfBlock .featuredImage img {
      width: 100%;
      float: left;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s; }
  .halfBlock .featuredImage:hover:after {
    -webkit-transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.fullBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 0 20px 0; }
  @media (max-width: 767px) {
    .fullBlock {
      padding: 20px 0 0 0; } }
  .fullBlock .container {
    padding: 0; }
  .fullBlock .row {
    display: flex;
    margin: 100px 0; }
    @media (max-width: 1023px) {
      .fullBlock .row {
        display: block;
        margin: 50px 0; } }
    @media (max-width: 767px) {
      .fullBlock .row {
        display: block;
        margin: 0 0 40px 0; } }
  .fullBlock h3 {
    font-size: 29px;
    line-height: 38px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 0; }
    @media (max-width: 1279px) {
      .fullBlock h3 {
        font-size: 25px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .fullBlock h3 {
        font-size: 24px;
        line-height: 28px; } }
  .fullBlock h4 {
    margin: 5px 0 0 0;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 27px; }
    @media (max-width: 1279px) {
      .fullBlock h4 {
        font-size: 17px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .fullBlock h4 {
        font-size: 16px;
        margin: 0; } }
    .fullBlock h4 .learn {
      margin: 0;
      font-family: "DINNextLTPro-Regular"; }
  .fullBlock p {
    font-size: 18px;
    line-height: 28px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 13px 0 10px 0; }
    @media (max-width: 1279px) {
      .fullBlock p {
        font-size: 17px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .fullBlock p {
        font-size: 16px;
        line-height: 26px; } }
  .fullBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin: 20px 0 0 0; }
    .fullBlock ul li {
      width: 100%;
      float: left;
      color: #002846;
      font-size: 18px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 0 0 7px 0; }
      .fullBlock ul li span {
        font-family: "DINNextLTPro-Regular";
        color: #e6003c;
        display: inline-block;
        vertical-align: top;
        width: 25px; }
      .fullBlock ul li a {
        color: #002846; }
        .fullBlock ul li a:hover {
          text-decoration: none;
          color: #e6003c; }
  .fullBlock .featuredImage {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    /*&:after {
      position: absolute; 
      top: 0; 
      left: 0; 
      width: 100%; 
      height: 100%; 
      background: rgba(255,255,255,0.4); 
      content: ''; 
      -webkit-transition: -webkit-transform 1s; 
      transition: transform 1s; 
      -webkit-transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); 
      transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }*/ }
    @media (max-width: 767px) {
      .fullBlock .featuredImage {
        margin: 0 0 25px 0; } }
    .fullBlock .featuredImage img {
      width: 100%;
      float: left;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s; }
  .fullBlock .featuredImage:hover:after {
    -webkit-transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.m100 {
  margin: 100px 0 0 0; }
  @media (max-width: 1279px) {
    .m100 {
      margin: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .m100 {
      margin: 50px 0 0 0; } }

.apoFullBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 100px 0 0 0; }
  @media (max-width: 1023px) {
    .apoFullBlock {
      display: block;
      margin: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .apoFullBlock {
      margin: 50px 0 0 0; } }
  .apoFullBlock .container {
    padding: 0; }
  .apoFullBlock .row {
    display: flex; }
    @media (max-width: 1023px) {
      .apoFullBlock .row {
        display: block;
        margin: 50px 0; } }
    @media (max-width: 767px) {
      .apoFullBlock .row {
        margin: 0 0 0 0; } }
  .apoFullBlock h3 {
    font-size: 29px;
    line-height: 38px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 0; }
    @media (max-width: 1279px) {
      .apoFullBlock h3 {
        font-size: 25px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .apoFullBlock h3 {
        font-size: 24px;
        line-height: 28px; } }
  .apoFullBlock h4 {
    margin: 5px 0 0 0;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 27px; }
    @media (max-width: 1279px) {
      .apoFullBlock h4 {
        font-size: 17px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .apoFullBlock h4 {
        font-size: 16px;
        margin: 0; } }
    .apoFullBlock h4 .learn {
      margin: 0;
      font-family: "DINNextLTPro-Regular"; }
  .apoFullBlock p {
    font-size: 18px;
    line-height: 28px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 13px 0 10px 0; }
    @media (max-width: 1279px) {
      .apoFullBlock p {
        font-size: 17px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .apoFullBlock p {
        font-size: 16px;
        line-height: 26px; } }
  .apoFullBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin: 20px 0 0 0; }
    .apoFullBlock ul li {
      width: 100%;
      float: left;
      color: #002846;
      font-size: 18px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 0 0 7px 0; }
      .apoFullBlock ul li span {
        font-family: "DINNextLTPro-Regular";
        color: #e6003c;
        display: inline-block;
        vertical-align: top;
        width: 25px; }
      .apoFullBlock ul li a {
        color: #002846; }
        .apoFullBlock ul li a:hover {
          text-decoration: none;
          color: #e6003c; }
  .apoFullBlock .featuredImage {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    /*&:after {
      position: absolute; 
      top: 0; 
      left: 0; 
      width: 100%; 
      height: 100%; 
      background: rgba(255,255,255,0.4); 
      content: ''; 
      -webkit-transition: -webkit-transform 1s; 
      transition: transform 1s; 
      -webkit-transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); 
      transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }*/ }
    @media (max-width: 767px) {
      .apoFullBlock .featuredImage {
        margin: 0 0 25px 0; } }
    .apoFullBlock .featuredImage img {
      width: 100%;
      float: left;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s; }
  .apoFullBlock .featuredImage:hover:after {
    -webkit-transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

/*.apoTeaser{
  padding:105px 0 75px 0;
  @media(max-width:$large){
    padding:75px 0 30px 0;
  }     
  @media(max-width:$mobile){
    padding:55px 0 25px 0;
  }    
}*/
.apoService {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 100px 0 0 0; }
  @media (max-width: 1279px) {
    .apoService {
      margin: 0 0 0 0; } }
  .apoService .ourService {
    padding: 0; }
    .apoService .ourService .secTitle {
      margin-top: 0; }
    .apoService .ourService .ourServiceIn {
      margin: 4px 0 0 0; }
      .apoService .ourService .ourServiceIn .ourServiceBlock {
        margin: 30px 0 0 0; }

.apoMiddle {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 115px 0 80px 0; }
  @media (max-width: 1023px) {
    .apoMiddle {
      padding: 60px 0 25px 0; } }
  @media (max-width: 767px) {
    .apoMiddle {
      padding: 60px 0 25px 0; } }
  .apoMiddle .apoMidTop {
    width: 100%;
    float: left;
    margin: 0 0 130px 0; }
    @media (max-width: 1023px) {
      .apoMiddle .apoMidTop {
        margin: 0 0 60px 0; } }
    @media (max-width: 767px) {
      .apoMiddle .apoMidTop {
        margin: 0 0 45px 0; } }
  .apoMiddle .apoFigures {
    width: 100%;
    float: left;
    margin: 25px 0 0 0; }
    @media (max-width: 767px) {
      .apoMiddle .apoFigures {
        margin: 15px 0 0 0; } }
    .apoMiddle .apoFigures .row {
      display: flex; }
      @media (max-width: 479px) {
        .apoMiddle .apoFigures .row {
          display: block; } }
  .apoMiddle .apoPartnerSlider {
    width: 100%;
    float: left;
    margin: 125px 0 0 0; }
    @media (max-width: 1023px) {
      .apoMiddle .apoPartnerSlider {
        margin: 60px 0 0 0; } }
    @media (max-width: 767px) {
      .apoMiddle .apoPartnerSlider {
        margin: 40px 0 0 0; } }
    @media (max-width: 479px) {
      .apoMiddle .apoPartnerSlider {
        margin: 15px 0 0 0; } }
    .apoMiddle .apoPartnerSlider .apoPartnerSlide .item {
      width: 100%;
      float: left;
      height: 123px; }
    .apoMiddle .apoPartnerSlider .apoPartnerSlide .owl-item {
      text-align: center; }
      .apoMiddle .apoPartnerSlider .apoPartnerSlide .owl-item img {
        width: auto;
        display: inline-block;
        vertical-align: top; }

.quartBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }
  .quartBlock .row {
    display: flex; }
    @media (max-width: 767px) {
      .quartBlock .row {
        display: block; } }
  .quartBlock h3 {
    font-size: 29px;
    line-height: 38px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 0; }
    @media (max-width: 1279px) {
      .quartBlock h3 {
        font-size: 25px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .quartBlock h3 {
        font-size: 24px;
        line-height: 28px; } }
  .quartBlock h4 {
    margin: 0;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    font-size: 18px;
    line-height: 27px; }
    @media (max-width: 1279px) {
      .quartBlock h4 {
        font-size: 17px;
        line-height: 27px; } }
    .quartBlock h4 .learn {
      margin: 0;
      font-family: "DINNextLTPro-Regular"; }
  .quartBlock p {
    font-size: 18px;
    line-height: 28px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 13px 0 10px 0; }
    @media (max-width: 1279px) {
      .quartBlock p {
        font-size: 17px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .quartBlock p {
        font-size: 17px;
        line-height: 27px; } }
  .quartBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin: 20px 0 0 0; }
    .quartBlock ul li {
      width: 100%;
      float: left;
      color: #002846;
      font-size: 18px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 0 0 7px 0; }
      .quartBlock ul li span {
        font-family: "DINNextLTPro-Regular";
        color: #e6003c;
        display: inline-block;
        vertical-align: top;
        width: 25px; }
      .quartBlock ul li a {
        color: #002846; }
        .quartBlock ul li a:hover {
          text-decoration: none;
          color: #e6003c; }
  .quartBlock .featuredImage {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    /*&:after {
      position: absolute; 
      top: 0; 
      left: 0; 
      width: 100%; 
      height: 100%; 
      background: rgba(255,255,255,0.4); 
      content: ''; 
      -webkit-transition: -webkit-transform 1s; 
      transition: transform 1s; 
      -webkit-transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); 
      transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }*/ }
    @media (max-width: 767px) {
      .quartBlock .featuredImage {
        margin: 0 0 25px 0; } }
    @media (max-width: 479px) {
      .quartBlock .featuredImage {
        margin: 25px 0; } }
    .quartBlock .featuredImage img {
      width: 100%;
      float: left;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s; }
  .quartBlock .featuredImage:hover:after {
    -webkit-transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.programBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 100px 0 0 0;
  /*@media(max-width:$large){
    padding:80px 0 20px 0;
  }    
  @media(max-width:$mobile){
    padding:55px 0 20px 0;
  }   
  .quartBlock{
    margin:0 0 35px 0; 
  }*/ }
  @media (max-width: 1023px) {
    .programBlock {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .programBlock {
      padding: 25px 0 0 0; } }

.klin_programBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 0 46px 0; }
  @media (max-width: 1279px) {
    .klin_programBlock {
      padding: 25px 0 45px 0; } }
  @media (max-width: 767px) {
    .klin_programBlock {
      padding: 25px 0 45px 0; } }
  .klin_programBlock .quartBlock {
    margin: 0 0 30px 0; }
    @media (max-width: 1279px) {
      .klin_programBlock .quartBlock {
        margin: 0; } }
    .klin_programBlock .quartBlock .container {
      padding: 0; }
    .klin_programBlock .quartBlock .row {
      margin: 120px 0 0 0; }
      @media (max-width: 1279px) {
        .klin_programBlock .quartBlock .row {
          margin: 65px 0; } }
      @media (max-width: 767px) {
        .klin_programBlock .quartBlock .row {
          margin: 30px 0; } }
  @media (max-width: 1279px) {
    .klin_programBlock .ourService.ourServiceHome {
      padding: 0 0 20px 0; } }
  @media (max-width: 767px) {
    .klin_programBlock .ourService.ourServiceHome {
      margin: 0; } }

.programBlockApo {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 105px 0 50px 0; }
  @media (max-width: 1023px) {
    .programBlockApo {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .programBlockApo {
      padding: 55px 0 0 0; } }
  .programBlockApo .teaserCallout {
    margin: 0 0 70px 0; }
    @media (max-width: 1023px) {
      .programBlockApo .teaserCallout {
        margin: 0 0 25px 0; } }
    @media (max-width: 767px) {
      .programBlockApo .teaserCallout {
        margin: 0 0 25px 0; } }

.blistLogos {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  /*padding:0 0 100px 0;
  @media(max-width:$large){
    padding:0 0 80px 0;
  } 
  @media(max-width:$mobile){
    padding:0 0 60px 0;
  }*/ }
  .blistLogos .blistList {
    width: 100%;
    float: left;
    list-style: none;
    margin: 35px 0 20px 0;
    padding: 0; }
    @media (max-width: 1279px) {
      .blistLogos .blistList {
        margin: 20px 0 70px 0; } }
    @media (max-width: 767px) {
      .blistLogos .blistList {
        margin: 10px 0 45px 0; } }
    .blistLogos .blistList li {
      width: 25%;
      float: left;
      text-align: center; }

.rowFlex {
  display: flex; }
  @media (max-width: 479px) {
    .rowFlex {
      display: block; } }
  .rowFlex .blistInfo {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    background: #e4f0f9;
    padding: 36px 40px 23px;
    height: 100%; }
    @media (max-width: 1279px) {
      .rowFlex .blistInfo {
        padding: 30px 25px 32px; } }
    @media (max-width: 479px) {
      .rowFlex .blistInfo {
        margin: 15px 0 0 0;
        padding: 20px; } }
    .rowFlex .blistInfo h4 {
      margin: 0 0 16px 0;
      font-size: 27px;
      font-family: "DINNextLTPro-Bold"; }
      @media (max-width: 1279px) {
        .rowFlex .blistInfo h4 {
          margin: 0 0 12px 0;
          font-size: 22px; } }
    .rowFlex .blistInfo p {
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300; }
      @media (max-width: 1279px) {
        .rowFlex .blistInfo p {
          font-size: 17px;
          line-height: 26px; } }
    .rowFlex .blistInfo ul {
      width: 56%;
      float: left;
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (max-width: 1279px) {
        .rowFlex .blistInfo ul {
          width: 100%; } }
      .rowFlex .blistInfo ul:last-child {
        width: 44%; }
        @media (max-width: 1279px) {
          .rowFlex .blistInfo ul:last-child {
            width: 100%;
            margin: 15px 0 0 0; } }
      .rowFlex .blistInfo ul li {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 28px;
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        text-align: left; }
        @media (max-width: 1279px) {
          .rowFlex .blistInfo ul li {
            font-size: 17px;
            line-height: 26px; } }
        .rowFlex .blistInfo ul li span {
          font-family: "DINNextLTPro-Regular";
          color: #e6003c;
          display: inline-block;
          vertical-align: top;
          width: 25px; }
        .rowFlex .blistInfo ul li a {
          color: #002846; }
          .rowFlex .blistInfo ul li a:hover {
            text-decoration: none;
            color: #e6003c; }

.ourProgram {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 95px 0 0 0; }
  @media (max-width: 1279px) {
    .ourProgram {
      padding: 35px 0 0 0; } }
  .ourProgram table {
    width: 100%;
    float: left; }
    .ourProgram table tbody tr:nth-child(odd) {
      background: #f3f5f8; }
    .ourProgram table p {
      font-size: 18px;
      line-height: 26px;
      margin: 0;
      font-family: "DINNextLTPro-Light";
      font-weight: 300; }
      @media (max-width: 1279px) {
        .ourProgram table p {
          font-size: 15px;
          line-height: 22px; } }
    .ourProgram table th {
      padding: 13px 20px 11px 20px;
      font-size: 15px; }
    .ourProgram table td {
      padding: 13px 20px 8px 20px; }
      @media (max-width: 1279px) {
        .ourProgram table td {
          font-size: 15px;
          padding: 10px 10px 8px 10px; } }
      @media (max-width: 1023px) {
        .ourProgram table td {
          width: 100%;
          float: left;
          border-top: 1px solid rgba(0, 40, 70, 0.3); } }
    .ourProgram table tr {
      border-bottom: 1px solid #b2bec6; }
      @media (max-width: 1023px) {
        .ourProgram table tr {
          width: 100%;
          float: left;
          border-bottom: none; } }
    @media (max-width: 1023px) {
      .ourProgram table .table50 {
        width: 50%;
        float: left;
        text-align: left; } }

.ourSpeakers {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  background: rgba(243, 245, 248, 0.7);
  padding: 60px 0; }
  @media (max-width: 1279px) {
    .ourSpeakers {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .ourSpeakers {
      padding: 35px 0 40px; } }
  .ourSpeakers .ourSpeakersIn {
    width: 100%;
    float: left;
    margin: 30px 0 0 0; }
    @media (max-width: 1023px) {
      .ourSpeakers .ourSpeakersIn {
        margin: 15px 0 0 0; } }
    .ourSpeakers .ourSpeakersIn .speakerRow {
      width: 100%;
      float: left;
      background: #fff;
      position: relative;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
      padding: 22px;
      margin: 0 0 15px 0; }
      .ourSpeakers .ourSpeakersIn .speakerRow .speakerThumb {
        width: 130px;
        float: left;
        margin: 0 30px 0 0; }
        @media (max-width: 479px) {
          .ourSpeakers .ourSpeakersIn .speakerRow .speakerThumb {
            width: 100%;
            text-align: center; } }
        .ourSpeakers .ourSpeakersIn .speakerRow .speakerThumb img {
          border-radius: 50%; }
      .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont {
        overflow: hidden; }
        @media (max-width: 479px) {
          .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont {
            width: 100%;
            float: left;
            text-align: center;
            margin: 15px 0 0 0; } }
        .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont h4 {
          margin: 12px 0 0 0;
          font-size: 24px;
          line-height: 24px;
          font-family: "DINNextLTPro-Bold"; }
          @media (max-width: 1023px) {
            .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont h4 {
              font-size: 21px;
              margin: 10px 0 0 0; } }
        .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont h5 {
          margin: 2px 0 9px 0;
          font-size: 18px;
          line-height: 24px;
          font-family: "DINNextLTPro-Light";
          font-weight: 300; }
          @media (max-width: 1023px) {
            .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont h5 {
              margin: 2px 0;
              font-size: 16px;
              line-height: 21px; } }
        .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont p {
          margin: 0;
          font-size: 18px;
          line-height: 28px;
          font-family: "DINNextLTPro-Light";
          font-weight: 300;
          max-width: 610px; }
          @media (max-width: 1023px) {
            .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont p {
              font-size: 17px;
              line-height: 26px;
              max-width: 100%; } }
          .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont p .morelink {
            color: #e6003c;
            font-family: "DINNextLTPro-Regular";
            cursor: pointer;
            display: inline-block; }
            .ourSpeakers .ourSpeakersIn .speakerRow .speakerCont p .morelink:hover {
              text-decoration: none;
              color: #b70030; }
  .ourSpeakers .loadMoreSpeakers {
    width: 100%;
    float: left;
    position: relative;
    text-align: center; }

.morecontent span {
  display: none; }

.registrationForm {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 65px 0 80px 0;
  background: #f6f7f9; }
  @media (max-width: 1279px) {
    .registrationForm {
      padding: 50px 0 65px 0; } }
  @media (max-width: 767px) {
    .registrationForm {
      padding: 30px 0 45px 0; } }
  .registrationForm.registrationFormPage {
    background: #edf5fa;
    padding: 0 0 90px 0; }
    @media (max-width: 767px) {
      .registrationForm.registrationFormPage {
        padding: 0 0 40px 0; } }
    .registrationForm.registrationFormPage .registrationIn {
      margin: 72px 0 0 0; }
      @media (max-width: 767px) {
        .registrationForm.registrationFormPage .registrationIn {
          margin: 40px 0 0 0; } }
  .registrationForm .registrationIn {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0 0 0; }
    @media (max-width: 767px) {
      .registrationForm .registrationIn {
        margin: 15px 0 0 0; } }
  .registrationForm .registerSubmit {
    width: 100%;
    float: left;
    text-align: center;
    margin: 56px 0 0 0; }
    @media (max-width: 767px) {
      .registrationForm .registerSubmit {
        margin: 25px 0 0 0; } }

.form-group {
  width: 100%;
  float: left;
  margin: 0 0 10px 0; }
  .form-group .form70 {
    width: 70%;
    float: left; }
    @media (max-width: 479px) {
      .form-group .form70.pull-right {
        margin: 10px 0 0 0; } }
    @media (max-width: 479px) {
      .form-group .form70 {
        width: 100%;
        margin: 0 0 10px 0; } }
  .form-group .form29 {
    width: 29%;
    float: right; }
    @media (max-width: 479px) {
      .form-group .form29 {
        width: 100%; } }
  .form-group .form49 {
    width: 49.5%;
    float: left;
    position: relative; }
    @media (max-width: 479px) {
      .form-group .form49 {
        width: 100%; } }
  .form-group .form49right {
    width: 49.5%;
    float: right; }
    @media (max-width: 479px) {
      .form-group .form49right.pull-right {
        margin: 10px 0 0 0; } }
    @media (max-width: 479px) {
      .form-group .form49right {
        width: 100%; } }

.formgroup {
  width: 100%;
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  height: 80px;
  border: none;
  padding: 0 30px; }
  @media (max-width: 1279px) {
    .formgroup {
      font-size: 15px;
      padding: 0 15px;
      height: 60px; } }
  @media (max-width: 767px) {
    .formgroup {
      font-size: 15px;
      padding: 0 15px;
      height: 54px; } }

.regisInt {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #002846;
  font-family: "DINNextLTPro-Regular";
  background: #fff;
  height: 68px;
  border: none;
  margin: 12px 0 0 0; }
  @media (max-width: 1279px) {
    .regisInt {
      font-size: 15px;
      height: 50px;
      margin: 10px 0 0 0; } }
  @media (max-width: 767px) {
    .regisInt {
      font-size: 15px;
      height: 44px; } }

.form-group {
  position: relative; }

.form70 {
  position: relative; }

.form29 {
  position: relative; }

.form-group label {
  position: absolute;
  top: 30px;
  font-size: 18px;
  color: #002846;
  font-family: "DINNextLTPro-Regular";
  left: 30px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  pointer-events: none;
  opacity: .6; }

.form-group .regisInt:focus ~ label {
  top: 20px;
  font-size: 12px; }

.form-group .input-has-value {
  top: 20px;
  font-size: 12px; }

.form-grouptext .regisInt:focus ~ label {
  top: 14px;
  font-size: 12px; }

.form-grouptext .input-has-value {
  top: 14px;
  font-size: 12px; }

.form-group label.joblabel {
  font-size: 12px;
  top: 23px; }
  @media (max-width: 1279px) {
    .form-group label.joblabel {
      top: 10px; } }
  @media (max-width: 326px) {
    .form-group label.joblabel {
      font-size: 11px; } }

.form-grouptext .regisInt.jobregis:focus ~ label {
  top: 23px;
  font-size: 12px; }
  @media (max-width: 1279px) {
    .form-grouptext .regisInt.jobregis:focus ~ label {
      top: 10px; } }
  @media (max-width: 326px) {
    .form-grouptext .regisInt.jobregis:focus ~ label {
      font-size: 11px; } }

.regisIntMsg.jobregis {
  padding: 46px 30px 30px 30px; }
  @media (max-width: 1279px) {
    .regisIntMsg.jobregis {
      padding: 26px 15px 30px 15px; } }

@media (max-width: 1279px) {
  .form-group label {
    font-size: 15px;
    left: 15px;
    top: 21px; }

  .form-group .regisInt:focus ~ label {
    top: 10px;
    font-size: 11px; }

  .form-group .input-has-value {
    top: 10px;
    font-size: 11px; } }
@media (max-width: 767px) {
  .form-group label {
    top: 18px; }

  .form-group .regisInt:focus ~ label {
    top: 10px; }

  .form-group .input-has-value {
    top: 10px; } }
@media (max-width: 415px) {
  .form-group label.longlabel {
    padding: 0 15px 0 0;
    top: 10px; }

  .form-group .regisInt:focus ~ label.longlabel {
    top: 10px; }

  .form-group .input-has-value.longlabel {
    top: 10px; } }
@media (max-width: 336px) {
  .form-group label.longlabel1 {
    padding: 0 15px 0 0;
    top: 10px; }

  .form-group .regisInt:focus ~ label.longlabel1 {
    top: 10px; }

  .form-group .input-has-value.longlabel1 {
    top: 10px; } }
/*.regisInt{
  @include full();
  @include shadow();
  font-size:18px;
  color:$blue;
  font-family:$normal;
  background:$white;
  height:80px;
  border:none;
  padding:0 30px;
  @media(max-width:$large){
    font-size:15px;
    padding:0 15px;
    height:60px;
  }     
  @media(max-width:$mobile){
    font-size:15px;
    padding:0 15px;
    height:54px;
  }   
}*/
.regisIntMsg {
  height: 240px;
  padding: 30px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin: 0; }
  @media (max-width: 1279px) {
    .regisIntMsg {
      padding: 25px 15px;
      height: 125px; } }

.regisInt::-webkit-input-placeholder {
  color: #002846;
  opacity: .6; }

.regisInt:-moz-placeholder {
  color: #002846;
  opacity: .6; }

.regisInt::-moz-placeholder {
  color: #002846;
  opacity: .6; }

.regisInt:-ms-input-placeholder {
  color: #002846;
  opacity: .6; }

.customCheckbox {
  width: 100%;
  float: left;
  margin: 15px 0 0 0; }
  .customCheckbox .chekIn {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 6px 0;
    line-height: 22px; }

@media (max-width: 479px) {
  .lwa-remember-buttons .button2 {
    width: 100%;
    float: left;
    margin: 15px 0 0 0; } }

.newsRelated {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 120px 0 97px; }
  @media (max-width: 1279px) {
    .newsRelated {
      padding: 70px 0 80px; } }
  @media (max-width: 767px) {
    .newsRelated {
      padding: 15px 0 40px; } }
  .newsRelated h3 {
    font-size: 18px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 0 0 36px 0; }
    @media (max-width: 767px) {
      .newsRelated h3 {
        margin: 0 0 22px 0; } }
  .newsRelated .item {
    width: 100%;
    float: left;
    padding: 0 20px 0 0; }
    @media (max-width: 479px) {
      .newsRelated .item {
        padding: 0; } }
    .newsRelated .item p {
      font-size: 12px;
      margin: 0; }
    .newsRelated .item h4 {
      margin: 4px 0 9px;
      font-size: 26px;
      line-height: 33px;
      font-family: "DINNextLTPro-Bold"; }
      @media (max-width: 1279px) {
        .newsRelated .item h4 {
          margin: 8px 0 5px;
          font-size: 23px;
          line-height: 28px; } }
      .newsRelated .item h4 a {
        color: #002846;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s; }
        .newsRelated .item h4 a:hover {
          text-decoration: none;
          color: #e6003c; }

.newsArt {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 95px 0 60px 0; }
  @media (max-width: 1279px) {
    .newsArt {
      padding: 70px 0 20px 0; } }
  @media (max-width: 767px) {
    .newsArt {
      padding: 20px 0 15px 0; } }
  .newsArt .row {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 479px) {
      .newsArt .row {
        display: block; } }
  .newsArt .newsArticle figure {
    width: 100%;
    float: left;
    margin: 0 0 49px 0; }
    @media (max-width: 767px) {
      .newsArt .newsArticle figure {
        margin: 0 0 30px 0; } }
    .newsArt .newsArticle figure .newsArtThumb {
      width: 100%;
      float: left;
      overflow: hidden;
      height: 295px;
      background-size: cover; }
      @media (max-width: 1023px) {
        .newsArt .newsArticle figure .newsArtThumb {
          height: 240px; } }
      @media (max-width: 767px) {
        .newsArt .newsArticle figure .newsArtThumb {
          height: 210px; } }
      .newsArt .newsArticle figure .newsArtThumb img {
        width: 100%;
        float: left;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        visibility: hidden;
        height: 100%; }
      .newsArt .newsArticle figure .newsArtThumb:hover img {
        transform: scale(1.1); }
    .newsArt .newsArticle figure figcaption {
      width: 100%;
      float: left; }
      .newsArt .newsArticle figure figcaption p {
        font-size: 16px;
        clear: both;
        margin: 17px 0 4px 0; }
      .newsArt .newsArticle figure figcaption h4 {
        margin: 0;
        font-size: 29px;
        line-height: 35px;
        font-family: "DINNextLTPro-Bold"; }
        @media (max-width: 1279px) {
          .newsArt .newsArticle figure figcaption h4 {
            font-size: 24px;
            line-height: 32px; } }
        @media (max-width: 767px) {
          .newsArt .newsArticle figure figcaption h4 {
            font-size: 20px;
            line-height: 24px; } }
        .newsArt .newsArticle figure figcaption h4 a {
          color: #002846; }
          .newsArt .newsArticle figure figcaption h4 a:hover {
            text-decoration: none;
            color: #b70030; }

.kontaktBoxes {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 75px 0 110px 0;
  /*.row{
    display:flex;
    flex-wrap:wrap;
    @media(max-width:$small){
      display:block;
    }     
  }
  .ktBx{
    @include full();
    @include transition();
    position:relative; 
    height:100%;
    background:$gray;
    padding:45px 40px 42px;
    @media(max-width:$large){
      padding:35px 25px 32px;
    }     
    @media(max-width:$mobile){
      padding:20px;
    }  
    @media(max-width:$small){
      padding:20px;
      margin:0 0 15px 0;
    }          
    h4{
      font-size:27px;
      line-height:34px;
      font-family:$light;
      font-weight:$light1;
      margin:0 0 7px 0;
      @media(max-width:$large){
        font-size:22px;
        line-height:28px;
      }      
      @media(max-width:$mobile){
        line-height:26px;
      }        
    }
    p{
      font-size:18px;
      line-height:28px;
      font-family:$light;
      font-weight:$light1;
      margin:8px 0 25px 0;
      @media(max-width:$large){
        font-size:17px;
        line-height:26px;
      }       
      @media(max-width:$mobile){
        font-size:16px;
        margin:8px 0 12px 0;
      }       
    }
    ul{
      @include full();
      margin:0;
      padding:0;
      list-style:none;
      li{
        @include full();
        font-size:18px;
        line-height:28px;
        font-family:$light;    
        font-weight:$light1;  
        text-align:left;  
        @media(max-width:$large){
          font-size:17px;
          line-height:26px;
        }         
        @media(max-width:$mobile){
          font-size:16px;
        }         
        span{
          font-family:$normal;
          color:$red;
          @include top();
          width:25px;
        }
        a{
          color:$blue;
          &:hover{
            text-decoration:none;
            color:$red;
          }
        }        
      }
    }    
  }*/ }
  @media (max-width: 1279px) {
    .kontaktBoxes {
      padding: 50px 0 80px 0; } }
  @media (max-width: 767px) {
    .kontaktBoxes {
      padding: 20px 0 55px 0; } }
  @media (max-width: 479px) {
    .kontaktBoxes {
      padding: 5px 0 46px 0; } }

.customSelect {
  background: #fff;
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07); }

.ie8 .customSelect,
.ie9 .customSelect,
.ie10 .customSelect {
  background: #fff; }

.customSelect:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 8px;
  background: url(../images/down.svg) no-repeat;
  background-size: 100% auto;
  margin: -4px 0 0 0; }

.customSelect select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: none;
  padding: 0 30px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  height: 80px;
  color: #002846;
  text-shadow: 0 0 0 #002846;
  position: relative;
  z-index: 1;
  border: none;
  width: 100%;
  float: left;
  opacity: .6;
  font-family: "DINNextLTPro-Regular";
  font-weight: 300; }

.customSelect select option {
  color: #002846; }

.customSelect select::-ms-expand {
  display: none; }

.customSelect select:focus::-ms-value,
.customSelect select:focus::-ms-value {
  background: none; }

.customSelect select.parsley-success {
  color: #002846; }

.customSelect select.parsley-error {
  color: #e6003c;
  opacity: 1; }

/*.page-template-template_infopaket-anfordern .form-group .customSelect{box-shadow:none;}
.page-template-template_infopaket-anfordern .form-group .wpcf7-form-control-wrap{@include full(); position:static!important;}
.page-template-template_infopaket-anfordern .form-group .customSelect select{padding:0;}
.page-template-template_infopaket-anfordern .customSelect:after{right:0;}*/
@media (max-width: 1279px) {
  .customSelect select {
    height: 60px;
    padding: 0 15px;
    font-size: 15px; }

  .customSelect:after {
    right: 15px; } }
@media (max-width: 1279px) {
  .customSelect select {
    height: 54px; } }
.pressReleaseBox {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin: 19px 0 0 0; }
  @media (max-width: 767px) {
    .pressReleaseBox {
      margin: 10px 0 0 0; } }
  @media (max-width: 479px) {
    .pressReleaseBox {
      display: block;
      margin: 0; } }
  .pressReleaseBox .pressBox {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 37px 35px 30px 40px;
    margin: 15px 0 15px 0;
    width: 49%; }
    @media (max-width: 1279px) {
      .pressReleaseBox .pressBox {
        padding: 30px 20px 25px 20px; } }
    @media (max-width: 767px) {
      .pressReleaseBox .pressBox {
        margin: 8px 0; } }
  @media (max-width: 767px) and (min-width: 481px) {
    .pressReleaseBox .pressBox.pressBox:nth-child(2n+2) {
      margin: 8px 0 8px 2%; } }

    @media (max-width: 479px) {
      .pressReleaseBox .pressBox {
        width: 100%;
        padding: 30px 20px 25px 20px;
        margin: 10px 0; } }
    @media (min-width: 768px) {
      .pressReleaseBox .pressBox.pressBox:nth-child(2n+2) {
        margin: 15px 0 15px 2%; } }
    .pressReleaseBox .pressBox h5 {
      margin: 0 0 8px 0;
      position: relative;
      font-family: "DINNextLTPro-Medium";
      font-size: 20px;
      padding: 0 45px 0 0; }
      @media (max-width: 1279px) {
        .pressReleaseBox .pressBox h5 {
          font-size: 18px;
          padding: 0 28px 0 0; } }
      .pressReleaseBox .pressBox h5 .downloadPress {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -10px 0 0 0; }
    .pressReleaseBox .pressBox p {
      font-size: 18px;
      line-height: 28px;
      margin: 0;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      max-width: 445px; }
      @media (max-width: 1279px) {
        .pressReleaseBox .pressBox p {
          font-size: 17px;
          line-height: 26px;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .pressReleaseBox .pressBox p {
          font-size: 16px; } }

.benefits {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  background: #f7f8fa;
  margin: 90px 0 0 0;
  padding: 65px 0 75px 0; }
  @media (max-width: 1023px) {
    .benefits {
      margin: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .benefits {
      padding: 35px 0 50px 0;
      margin: 50px 0 0 0; } }
  .benefits .benefitsIn {
    width: 100%;
    float: left;
    margin: 33px 0 0 0; }
    @media (max-width: 767px) {
      .benefits .benefitsIn {
        margin: 15px 0 0 0; } }
    .benefits .benefitsIn ul {
      width: 100%;
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .benefits .benefitsIn ul li {
        width: 19.1%;
        float: left;
        position: relative;
        background: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
        padding: 15px 16px 10px 16px;
        min-height: 180px;
        margin: 0 1% 10px 0;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s; }
        @media (max-width: 1023px) {
          .benefits .benefitsIn ul li {
            width: 23.5%;
            margin: 0 2% 10px 0;
            padding: 15px 16px 50px 16px; } }
        @media (max-width: 767px) {
          .benefits .benefitsIn ul li {
            width: 32%;
            margin: 0 2% 10px 0;
            min-height: 120px; } }
        @media (max-width: 479px) {
          .benefits .benefitsIn ul li {
            width: 49%; } }
@media (max-width: 767px) and (min-width: 480px) {
  .benefits .benefitsIn ul li:nth-child(3n+3) {
    margin: 0 0 10px 0; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .benefitsIn ul li:nth-child(4n+4) {
    margin: 0 0 10px 0; } }

        @media (min-width: 1024px) {
          .benefits .benefitsIn ul li:nth-child(5n+5) {
            margin: 0 0 10px 0; } }
        @media (max-width: 479px) {
          .benefits .benefitsIn ul li:nth-child(2n+2) {
            margin: 0 0 10px 0; } }
        .benefits .benefitsIn ul li p {
          font-size: 16px;
          line-height: 24px; }
          @media (max-width: 767px) {
            .benefits .benefitsIn ul li p {
              font-size: 15px;
              line-height: 23px; } }
        .benefits .benefitsIn ul li h4 {
          position: absolute;
          font-family: "DINNextLTPro-Light";
          font-weight: 300;
          font-size: 35px;
          color: #e6003c;
          line-height: 28px;
          left: 12px;
          bottom: 0; }
          @media (max-width: 1023px) {
            .benefits .benefitsIn ul li h4 {
              font-size: 26px;
              margin: 0 0 10px 0; } }

.partnerAdvice {
  width: 100%;
  float: left;
  background: #f6f7f9;
  padding: 65px 0 55px 0;
  position: relative;
  z-index: 1; }
  .partnerAdvice .ourServiceIn {
    width: 100%;
    float: left;
    margin: 34px 0 0 0; }
    @media (max-width: 767px) {
      .partnerAdvice .ourServiceIn {
        margin: 10px 0 0 0; } }
    .partnerAdvice .ourServiceIn .ourServiceBlock {
      width: 100%;
      float: left;
      background: #fff;
      margin: 0 0 30px 0;
      display: table;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07); }
      @media (max-width: 767px) {
        .partnerAdvice .ourServiceIn .ourServiceBlock {
          margin: 0 0 15px 0; } }
      .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockThumb {
        width: 215px;
        float: left;
        overflow: hidden;
        display: table-cell;
        vertical-align: top; }
        @media (max-width: 1279px) {
          .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockThumb {
            width: 180px; } }
        @media (max-width: 1023px) {
          .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockThumb {
            width: 100%; } }
        .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockThumb img {
          width: 100%;
          float: left;
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s; }
      .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
        overflow: hidden;
        padding: 0 36px;
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
        @media (max-width: 1023px) {
          .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockCont {
            float: left;
            padding: 25px 15px 20px 15px; } }
        .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockCont h4 {
          font-size: 24px;
          line-height: 30px;
          color: #002846;
          margin: 0 0 14px 0;
          font-family: "DINNextLTPro-Bold"; }
          @media (max-width: 1279px) {
            .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockCont h4 {
              font-size: 21px;
              line-height: 26px; } }
        .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockCont p {
          margin: 0;
          font-size: 18px;
          line-height: 28px;
          font-family: "DINNextLTPro-Light";
          font-weight: 300; }
          @media (max-width: 1279px) {
            .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockCont p {
              font-size: 16px;
              line-height: 22px;
              margin: 0 0 4px 0; } }
        .partnerAdvice .ourServiceIn .ourServiceBlock .ourServiceBlockCont .learn {
          margin-bottom: 0; }
  .partnerAdvice .showAllPartner {
    width: 100%;
    float: left;
    text-align: center; }
  .partnerAdvice #partnerFilterBlock {
    display: none; }

@media (max-width: 479px) {
  .fullWidthBlock {
    width: 100%;
    float: left; } }

.apoinfo3 {
  padding: 115px 0 60px 0; }
  @media (max-width: 1279px) {
    .apoinfo3 {
      padding: 90px 0 80px 0; } }
  @media (max-width: 767px) {
    .apoinfo3 {
      padding: 60px 0 30px 0; } }

.apoFigures {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 95px 0 0 0;
  /*padding:65px 0 0 0;*/ }
  @media (max-width: 1279px) {
    .apoFigures {
      padding: 0; } }
  @media (max-width: 767px) {
    .apoFigures {
      margin: 50px 0 0 0; } }
  .apoFigures .secTitle {
    margin-top: 0; }
  .apoFigures .apoFiguresIn {
    width: 100%;
    float: left;
    margin: 30px 0 0 0; }
    @media (max-width: 767px) {
      .apoFigures .apoFiguresIn {
        margin: 10px 0 0 0; } }
    .apoFigures .apoFiguresIn .row {
      display: flex; }
      @media (max-width: 479px) {
        .apoFigures .apoFiguresIn .row {
          display: block; } }
      .apoFigures .apoFiguresIn .row .item {
        width: 100%;
        float: left;
        position: relative;
        background: #f3f5f8;
        height: 100%; }
        .apoFigures .apoFiguresIn .row .item .itemThumb {
          width: 100%;
          float: left; }
          .apoFigures .apoFiguresIn .row .item .itemThumb img {
            width: 100%;
            float: left; }
        .apoFigures .apoFiguresIn .row .item .itemCont {
          width: 100%;
          float: left;
          padding: 42px 40px 25px 40px; }
          @media (max-width: 1279px) {
            .apoFigures .apoFiguresIn .row .item .itemCont {
              padding: 28px 20px 15px 20px; } }
          .apoFigures .apoFiguresIn .row .item .itemCont h4 {
            margin: 0 0 6px 0;
            font-size: 24px;
            line-height: 28px;
            font-family: "DINNextLTPro-Bold"; }
            @media (max-width: 1279px) {
              .apoFigures .apoFiguresIn .row .item .itemCont h4 {
                font-size: 21px;
                line-height: 26px; } }
          .apoFigures .apoFiguresIn .row .item .itemCont h5 {
            margin: 0 0 6px 0;
            font-size: 14px;
            line-height: 28px; }
          .apoFigures .apoFiguresIn .row .item .itemCont p {
            font-size: 18px;
            line-height: 28px;
            font-family: "DINNextLTPro-Light";
            font-weight: 300; }
            @media (max-width: 1279px) {
              .apoFigures .apoFiguresIn .row .item .itemCont p {
                font-size: 17px;
                line-height: 26px; } }
      .apoFigures .apoFiguresIn .row .owl-theme .owl-nav {
        margin: 0 auto;
        max-width: 1166px;
        text-align: right;
        padding: 25px 0 0 0; }
        @media (max-width: 1279px) {
          .apoFigures .apoFiguresIn .row .owl-theme .owl-nav {
            max-width: 940px; } }
        @media (max-width: 991px) {
          .apoFigures .apoFiguresIn .row .owl-theme .owl-nav {
            max-width: 720px; } }
        .apoFigures .apoFiguresIn .row .owl-theme .owl-nav .owl-prev {
          margin: 0;
          width: 13px;
          height: 10px;
          background: url(../images/downshape.svg) no-repeat;
          background-size: 100% auto;
          transform: rotate(180deg);
          position: relative;
          z-index: 1;
          display: inline-block;
          vertical-align: top; }
          .apoFigures .apoFiguresIn .row .owl-theme .owl-nav .owl-prev:hover {
            background: url(../images/downshape.svg) no-repeat;
            background-size: 100% auto;
            opacity: .7; }
        .apoFigures .apoFiguresIn .row .owl-theme .owl-nav .owl-next {
          margin: 0 0 0 6px;
          width: 13px;
          height: 10px;
          background: url(../images/downshape.svg) no-repeat;
          background-size: 100% auto;
          position: relative;
          z-index: 1;
          display: inline-block;
          vertical-align: top; }
          .apoFigures .apoFiguresIn .row .owl-theme .owl-nav .owl-next:hover {
            background: url(../images/downshape.svg) no-repeat;
            background-size: 100% auto;
            opacity: .7; }
        .apoFigures .apoFiguresIn .row .owl-theme .owl-nav span {
          display: none; }
      .apoFigures .apoFiguresIn .row .owl-carousel .owl-stage-outer {
        padding-bottom: 5px; }
      .apoFigures .apoFiguresIn .row .owl-carousel .owl-stage {
        display: flex; }
  .apoFigures .apoPartnerSlider {
    width: 100%;
    float: left;
    /*margin:110px 0 101px 0;*/ }
    @media (max-width: 1279px) {
      .apoFigures .apoPartnerSlider {
        margin: 70px 0; } }
    @media (max-width: 1023px) {
      .apoFigures .apoPartnerSlider {
        margin: 60px 0; } }
    @media (max-width: 767px) {
      .apoFigures .apoPartnerSlider {
        margin: 40px 0; } }
    @media (max-width: 479px) {
      .apoFigures .apoPartnerSlider {
        margin: 25px 0 35px; } }
    .apoFigures .apoPartnerSlider .apoPartnerSlide .item {
      width: 100%;
      float: left;
      height: 123px; }
    .apoFigures .apoPartnerSlider .apoPartnerSlide .owl-item {
      text-align: center; }
      .apoFigures .apoPartnerSlider .apoPartnerSlide .owl-item img {
        width: auto;
        display: inline-block;
        vertical-align: top; }

.customfigure {
  width: 100%;
  float: left;
  background: #fff;
  margin: 0 0 30px 0;
  height: 100%;
  background: #f3f5f8; }
  @media (max-width: 767px) {
    .customfigure {
      margin: 0 0 20px 0; } }
  .customfigure .ourServiceBlockThumb {
    width: 100%;
    float: left;
    overflow: hidden; }
    .customfigure .ourServiceBlockThumb img {
      width: 100%;
      float: left;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s; }
  .customfigure figcaption {
    width: 100%;
    float: left;
    padding: 33px 40px 0;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 1023px) {
      .customfigure figcaption {
        padding: 25px 25px 0; } }
    @media (max-width: 767px) {
      .customfigure figcaption {
        padding: 25px 20px 0; } }
    @media (max-width: 479px) {
      .customfigure figcaption {
        padding: 25px 20px; } }
    .customfigure figcaption h5 {
      font-size: 14px;
      line-height: 28px;
      margin: 0;
      font-family: "DINNextLTPro-Light";
      font-weight: 300; }
      @media (max-width: 767px) {
        .customfigure figcaption h5 {
          line-height: 20px; } }
    .customfigure figcaption p {
      font-size: 18px;
      line-height: 28px;
      color: #002846;
      margin: 5px 0 0 0;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      max-width: 430px; }
      @media (max-width: 1023px) {
        .customfigure figcaption p {
          font-size: 17px;
          line-height: 26px;
          max-width: 100%; } }

.nursing {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }
  .nursing .item {
    width: 100%;
    float: left;
    position: relative;
    height: 100%; }
  @media (max-width: 767px) {
    .nursing .owl-stage {
      display: flex; } }
  @media (max-width: 479px) {
    .nursing .owl-stage {
      margin-left: -25px; } }
  .nursing .row {
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 767px) {
    .nursing .col-xs-6 {
      margin: 15px 0; } }
  .nursing .nurseBlock {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
    background: #f3f5f8;
    padding: 29px 28px 18px 28px;
    margin: 13px 0 0 0; }
    @media (max-width: 767px) {
      .nursing .nurseBlock {
        padding: 20px 20px 18px 20px;
        margin: 0; } }
    @media (max-width: 479px) {
      .nursing .nurseBlock {
        padding: 20px 20px 18px 45px;
        margin: 0; } }
    .nursing .nurseBlock p {
      margin: 0;
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300; }
      @media (max-width: 767px) {
        .nursing .nurseBlock p {
          font-size: 16px;
          line-height: 26px; } }

.marketingfurquart {
  margin: 20px 0 100px;
  padding: 80px 0 0 0; }
  @media (max-width: 767px) {
    .marketingfurquart {
      margin: 35px 0;
      padding: 0; } }
  @media (max-width: 479px) {
    .marketingfurquart {
      margin: 10px 0 20px; } }

.marketingfurVideos {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 100px 0 120px 0; }
  @media (max-width: 767px) {
    .marketingfurVideos {
      margin: 25px 0 70px 0; } }
  @media (max-width: 479px) {
    .marketingfurVideos {
      margin: 25px 0 40px 0; } }
  .marketingfurVideos .row {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 479px) {
      .marketingfurVideos .row {
        display: block; } }
  .marketingfurVideos figure {
    width: 100%;
    float: left;
    background: #fff;
    margin: 15px 0 18px 0;
    height: 100%;
    background: #f3f5f8; }
    .marketingfurVideos figure:hover img {
      transform: scale(1.1); }
    .marketingfurVideos figure .ourServiceBlockThumb {
      width: 100%;
      float: left;
      overflow: hidden;
      position: relative;
      height: 320px; }
      @media (max-width: 767px) {
        .marketingfurVideos figure .ourServiceBlockThumb {
          height: 260px; } }
      .marketingfurVideos figure .ourServiceBlockThumb iframe {
        width: 100%;
        border: none;
        height: 100%;
        float: left;
        position: relative; }
      .marketingfurVideos figure .ourServiceBlockThumb img {
        width: 100%;
        float: left;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s; }
    .marketingfurVideos figure figcaption {
      width: 100%;
      float: left;
      padding: 26px 40px 0;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .marketingfurVideos figure figcaption {
          padding: 15px 20px 0; } }
      @media (max-width: 479px) {
        .marketingfurVideos figure figcaption {
          padding: 15px 20px 25px; } }
      @media (max-width: 767px) {
        .marketingfurVideos figure figcaption h4 {
          font-size: 20px;
          margin: 10px 0; } }
      .marketingfurVideos figure figcaption h4 {
        font-family: "DINNextLTPro-Bold";
        font-size: 24px;
        line-height: 1.17; }
        @media (max-width: 767px) {
          .marketingfurVideos figure figcaption h4 {
            font-size: 22px; } }
      .marketingfurVideos figure figcaption h5 {
        font-size: 14px;
        line-height: 28px;
        margin: 0;
        font-family: "DINNextLTPro-Light";
        font-weight: 300; }
      .marketingfurVideos figure figcaption p {
        font-size: 18px;
        line-height: 28px;
        color: #002846;
        margin: 5px 0 0 0;
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        max-width: 430px; }
        @media (max-width: 767px) {
          .marketingfurVideos figure figcaption p {
            font-size: 16px;
            line-height: 26px;
            max-width: 100%; } }

.centralLab {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 83px 0 100px 0; }
  @media (max-width: 1279px) {
    .centralLab {
      padding: 40px 0 65px 0; } }
  @media (max-width: 767px) {
    .centralLab {
      padding: 20px 0 53px 0; } }
  @media (max-width: 479px) {
    .centralLab {
      padding: 0px 0 43px 0; } }
  .centralLab .zllogo {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 15px 0 37px 0; }
    @media (max-width: 1023px) {
      .centralLab .zllogo {
        margin: 3px 0 15px 0; } }
    @media (max-width: 767px) {
      .centralLab .zllogo {
        margin: 1px 0 30px 0; } }
    .centralLab .zllogo img {
      display: inline-block;
      vertical-align: top;
      max-width: 100px; }
  .centralLab .centralLabIn {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 0 0; }
    .centralLab .centralLabIn .ctBx {
      margin: 15px 0; }
      @media (max-width: 767px) {
        .centralLab .centralLabIn .ctBx {
          margin: 8px 0; } }
    .centralLab .centralLabIn .centralbox {
      width: 100%;
      float: left;
      background: #f3f5f8;
      padding: 42px 40px 25px 40px;
      height: 100%; }
      @media (max-width: 1279px) {
        .centralLab .centralLabIn .centralbox {
          padding: 32px 20px 15px 20px; } }
      .centralLab .centralLabIn .centralbox h4 {
        margin: 0 0 13px 0;
        font-size: 24px;
        line-height: 28px;
        font-family: "DINNextLTPro-Bold"; }
        @media (max-width: 1279px) {
          .centralLab .centralLabIn .centralbox h4 {
            font-size: 20px;
            line-height: 24px; } }
      .centralLab .centralLabIn .centralbox p {
        font-size: 18px;
        line-height: 28px;
        font-family: "DINNextLTPro-Light";
        font-weight: 300; }
        @media (max-width: 1279px) {
          .centralLab .centralLabIn .centralbox p {
            font-size: 17px;
            line-height: 26px; } }

.qualityMiddle {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  background: #f3f5f8;
  padding: 95px 0; }
  @media (max-width: 1279px) {
    .qualityMiddle {
      padding: 64px 0; } }
  @media (max-width: 767px) {
    .qualityMiddle {
      padding: 55px 0 40px; } }
  .qualityMiddle .qualityMidBox {
    width: 100%;
    float: left;
    margin: 69px 0 0 0; }
    @media (max-width: 767px) {
      .qualityMiddle .qualityMidBox {
        margin: 40px 0 0 0; } }
    .qualityMiddle .qualityMidBox .qualityMidBoxBlock {
      width: 100%;
      float: left;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
      background: #fff;
      padding: 27px 30px 25px 30px;
      height: 99%; }
      @media (max-width: 767px) {
        .qualityMiddle .qualityMidBox .qualityMidBoxBlock {
          padding: 22px 25px 20px 25px; } }
      @media (max-width: 479px) {
        .qualityMiddle .qualityMidBox .qualityMidBoxBlock {
          padding: 22px 20px 20px 60px; } }
      .qualityMiddle .qualityMidBox .qualityMidBoxBlock h4 {
        margin: 0 0 24px 0;
        font-family: "DINNextLTPro-Bold";
        font-size: 18px;
        line-height: 28px; }
        @media (max-width: 767px) {
          .qualityMiddle .qualityMidBox .qualityMidBoxBlock h4 {
            line-height: 24px;
            margin: 0 0 10px 0; } }
      .qualityMiddle .qualityMidBox .qualityMidBoxBlock p {
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        margin: 0;
        font-size: 18px;
        line-height: 28px; }
        @media (max-width: 767px) {
          .qualityMiddle .qualityMidBox .qualityMidBoxBlock p {
            font-size: 17px;
            line-height: 26px; } }
  .qualityMiddle .owl-carousel .owl-stage {
    display: flex; }
    @media (max-width: 479px) {
      .qualityMiddle .owl-carousel .owl-stage {
        margin-left: -35px; } }

/*div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing{@include full(); margin:15px 0 0 0!important; font-size:14px!important; padding:10px 15px 8px!important; border:none!important; background:#f7e700!important;}
div.wpcf7-response-output{@include full(); margin:15px 0 0 0!important; font-size:14px!important; padding:10px 15px 8px!important; border:none!important; background:#ff0000!important; color:#fff;}
.wpcf7-not-valid-tip{@include full(); font-size:14px!important; margin:10px 0 0 0;}
div.wpcf7-mail-sent-ok{background:none!important; border:none!important; text-align:center; color:#000;}*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  width: 100%;
  float: left;
  margin: 15px 0 0 0 !important;
  font-size: 16px !important;
  padding: 10px 15px 8px !important;
  border: none !important;
  background: #none !important;
  text-align: center;
  color: #002846; }

div.wpcf7-response-output {
  width: 100%;
  float: left;
  margin: 15px 0 0 0 !important;
  padding: 10px 15px 8px !important;
  border: none !important;
  background: #none !important;
  color: #002846;
  text-align: center;
  font-size: 16px !important; }

.wpcf7-not-valid-tip {
  width: 100%;
  float: left;
  font-size: 16px !important;
  margin: 10px 0 0 0; }

div.wpcf7-mail-sent-ok {
  background: none !important;
  border: none !important;
  text-align: center;
  color: #002846; }

/*select option {
   color: black;
   background:gold;
}
select:not(:checked) {
   color: $blue;
   opacity:.6
}*/
.downloadsLogin {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 0 100px 0; }
  .downloadsLogin .downloadForm {
    width: 100%;
    float: left;
    text-align: center;
    margin: 95px 0 0 0; }
    @media (max-width: 767px) {
      .downloadsLogin .downloadForm {
        margin: 55px 0 0 0; } }
    .downloadsLogin .downloadForm .downloadFormIn {
      display: inline-block;
      vertical-align: top;
      width: 370px; }
      @media (max-width: 479px) {
        .downloadsLogin .downloadForm .downloadFormIn {
          width: 100%; } }
      .downloadsLogin .downloadForm .downloadFormIn .downloadFormRow {
        width: 100%;
        float: left;
        position: relative;
        padding: 10px 0 21px 0; }
        .downloadsLogin .downloadForm .downloadFormIn .downloadFormRow .left {
          width: 50%;
          float: left;
          text-align: left; }
          .downloadsLogin .downloadForm .downloadFormIn .downloadFormRow .left span {
            font-size: 12px;
            line-height: 12px;
            display: inline-block;
            vertical-align: top; }
            .downloadsLogin .downloadForm .downloadFormIn .downloadFormRow .left span a {
              color: #e6003c; }
        .downloadsLogin .downloadForm .downloadFormIn .downloadFormRow .right {
          width: 50%;
          float: left;
          text-align: right; }
          .downloadsLogin .downloadForm .downloadFormIn .downloadFormRow .right span {
            font-size: 12px;
            line-height: 12px;
            display: inline-block;
            vertical-align: top; }
            .downloadsLogin .downloadForm .downloadFormIn .downloadFormRow .right span a {
              color: #002846; }
      .downloadsLogin .downloadForm .downloadFormIn form {
        width: 100%;
        float: left;
        position: relative; }
        .downloadsLogin .downloadForm .downloadFormIn form .passField {
          width: 100%;
          float: left;
          position: relative; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.userField {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 10px 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  height: 82px;
  position: relative; }
  .userField.userField1 .wpcf7-form-control-wrap {
    width: 100%;
    float: left; }
    .userField.userField1 .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
      position: absolute;
      top: -29px;
      left: 0;
      width: 100%; }
  @media (max-width: 1279px) {
    .userField {
      height: 62px; } }
  @media (max-width: 767px) {
    .userField {
      height: 56px; } }
  .userField label {
    font-size: 18px;
    font-family: "DINNextLTPro-Regular";
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    opacity: .6;
    margin: 24px 0 0 0;
    padding: 0 30px;
    z-index: 1; }
    @media (max-width: 1279px) {
      .userField label {
        margin: 12px 0 0 0;
        padding: 0 15px; } }
  .userField .userFieldInt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #002846;
    font-family: "DINNextLTPro-Regular";
    height: 71px;
    border: none;
    padding: 0 30px;
    margin: 13px 0 0 0; }
    @media (max-width: 1279px) {
      .userField .userFieldInt {
        font-size: 15px;
        padding: 0 15px;
        height: 51px; } }
    @media (max-width: 767px) {
      .userField .userFieldInt {
        font-size: 15px;
        padding: 0 15px;
        height: 45px; } }

.mainContent {
  max-width: 770px;
  margin: 0 auto;
  padding: 0; }

.homeSlideIn span {
  position: relative; }

.homeSlideIn span:before {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #37566d;
  content: ""; }

.homeSlideIn .owl-dots .active span:before {
  animation: 5s ease 0s normal none 1 running slideAnimation;
  -webkit-animation: 5s ease 0s normal none 1 running slideAnimation;
  width: 100%; }

.homeSlideIn .owl-theme .owl-dots .owl-dot {
  position: absolute;
  width: 77px;
  height: 2px;
  z-index: 1;
  right: 75px;
  top: -8px; }

.homeSlideIn .owl-theme .owl-dots .owl-dot.active {
  z-index: 2; }

@keyframes slideAnimation {
  0% {
    width: 0%;
    z-index: 1; }
  100% {
    width: 100%; } }
@-webkit-keyframes slideAnimation {
  0% {
    width: 0%;
    z-index: 1; }
  100% {
    width: 100%; } }
.dasTopBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 30px 0 53px 0; }
  @media (max-width: 767px) {
    .dasTopBlock {
      padding: 10px 0 15px 0; } }
  @media (max-width: 479px) {
    .dasTopBlock {
      padding: 0 0 25px 0; } }
  .dasTopBlock .blockItem {
    margin: 67px 0; }
    @media (max-width: 1279px) {
      .dasTopBlock .blockItem {
        margin: 30px 0; } }
    @media (max-width: 767px) {
      .dasTopBlock .blockItem {
        margin: 20px 0; } }

.blockItem {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  display: flex; }
  @media (max-width: 479px) {
    .blockItem {
      display: block; } }
  .blockItem h3 {
    font-size: 29px;
    line-height: 38px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 0; }
    @media (max-width: 1279px) {
      .blockItem h3 {
        font-size: 25px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .blockItem h3 {
        font-size: 24px;
        line-height: 28px; } }
  .blockItem p {
    font-size: 18px;
    line-height: 28px;
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 13px 0 10px 0; }
    @media (max-width: 1279px) {
      .blockItem p {
        font-size: 17px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .blockItem p {
        font-size: 16px;
        line-height: 26px; } }
  .blockItem ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin: 20px 0 0 0; }
    .blockItem ul li {
      width: 100%;
      float: left;
      color: #002846;
      font-size: 18px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 0 0 7px 0; }
      .blockItem ul li span {
        font-family: "DINNextLTPro-Regular";
        color: #e6003c;
        display: inline-block;
        vertical-align: top;
        width: 25px; }
      .blockItem ul li a {
        color: #002846; }
        .blockItem ul li a:hover {
          text-decoration: none;
          color: #e6003c; }
  .blockItem .featuredImage {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    /*&:after {
      position: absolute; 
      top: 0; 
      left: 0; 
      width: 100%; 
      height: 100%; 
      background: rgba(255,255,255,0.4); 
      content: ''; 
      -webkit-transition: -webkit-transform 1s; 
      transition: transform 1s; 
      -webkit-transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); 
      transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }*/ }
    @media (max-width: 767px) {
      .blockItem .featuredImage {
        margin: 0 0 25px 0; } }
    .blockItem .featuredImage img {
      width: 100%;
      float: left;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s; }
  .blockItem .featuredImage:hover:after {
    -webkit-transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2.1, 1.8, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.dasBottomBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 30px 0 0 0;
  padding: 45px 0 50px; }
  @media (max-width: 1279px) {
    .dasBottomBlock {
      padding: 30px 0 15px; } }
  @media (max-width: 767px) {
    .dasBottomBlock {
      padding: 20px 0 15px;
      margin: 0; } }
  .dasBottomBlock .blockItem {
    margin: 55px 0; }
    @media (max-width: 1279px) {
      .dasBottomBlock .blockItem {
        margin: 30px 0; } }
    @media (max-width: 767px) {
      .dasBottomBlock .blockItem {
        margin: 20px 0 35px; } }

.dasSlider {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  background: #f6f7f9;
  padding: 80px 2px 0 2px; }
  .dasSlider.dasSlider1 {
    background: #fff; }
    .dasSlider.dasSlider1 .secTitle {
      text-align: center; }
    .dasSlider.dasSlider1 .item {
      background: #f3f5f8;
      box-shadow: none; }
  @media (max-width: 1279px) {
    .dasSlider {
      padding: 50px 2px 0 2px; } }
  @media (max-width: 767px) {
    .dasSlider {
      padding: 40px 2px 0 2px; } }
  .dasSlider .secTitle {
    text-align: left;
    padding: 0; }
  .dasSlider .dascaraousel {
    margin: 15px 0 0 0; }
  .dasSlider .dascaraousel1 {
    padding: 0 15px; }
  .dasSlider .item {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    height: 100%; }
    .dasSlider .item .itemThumb {
      width: 100%;
      float: left; }
      .dasSlider .item .itemThumb img {
        width: 100%;
        float: left; }
    .dasSlider .item .itemCont {
      width: 100%;
      float: left;
      padding: 42px 40px 25px 40px; }
      @media (max-width: 1279px) {
        .dasSlider .item .itemCont {
          padding: 28px 20px 15px 20px; } }
      .dasSlider .item .itemCont h4 {
        margin: 0 0 6px 0;
        font-size: 24px;
        line-height: 28px;
        font-family: "DINNextLTPro-Bold"; }
        @media (max-width: 1279px) {
          .dasSlider .item .itemCont h4 {
            font-size: 21px;
            line-height: 26px; } }
      .dasSlider .item .itemCont h5 {
        margin: 0 0 6px 0;
        font-size: 14px;
        line-height: 28px; }
      .dasSlider .item .itemCont p {
        font-size: 18px;
        line-height: 28px;
        font-family: "DINNextLTPro-Light";
        font-weight: 300; }
        @media (max-width: 1279px) {
          .dasSlider .item .itemCont p {
            font-size: 17px;
            line-height: 26px; } }
  .dasSlider .dasWrap {
    width: 100%;
    float: left;
    margin: 25px 0 80px 0; }
    @media (max-width: 1279px) {
      .dasSlider .dasWrap {
        margin: 25px 0 60px 0; } }
    @media (max-width: 767px) {
      .dasSlider .dasWrap {
        margin: 25px 0 50px 0; } }
  .dasSlider .owl-theme .owl-nav {
    margin: 0;
    margin: 0 auto;
    max-width: 1140px;
    text-align: right;
    padding: 0; }
    @media (max-width: 1279px) {
      .dasSlider .owl-theme .owl-nav {
        max-width: 940px; } }
    @media (max-width: 991px) {
      .dasSlider .owl-theme .owl-nav {
        max-width: 720px; } }
    .dasSlider .owl-theme .owl-nav .owl-prev {
      margin: 0;
      width: 13px;
      height: 10px;
      background: url(../images/downshape.svg) no-repeat;
      background-size: 100% auto;
      transform: rotate(180deg);
      position: relative;
      z-index: 1;
      display: inline-block;
      vertical-align: top; }
      .dasSlider .owl-theme .owl-nav .owl-prev:hover {
        background: url(../images/downshape.svg) no-repeat;
        background-size: 100% auto;
        opacity: .7; }
    .dasSlider .owl-theme .owl-nav .owl-next {
      margin: 0 0 0 6px;
      width: 13px;
      height: 10px;
      background: url(../images/downshape.svg) no-repeat;
      background-size: 100% auto;
      position: relative;
      z-index: 1;
      display: inline-block;
      vertical-align: top; }
      .dasSlider .owl-theme .owl-nav .owl-next:hover {
        background: url(../images/downshape.svg) no-repeat;
        background-size: 100% auto;
        opacity: .7; }
    .dasSlider .owl-theme .owl-nav span {
      display: none; }
  .dasSlider .owl-carousel .owl-stage-outer {
    padding-bottom: 5px; }
  .dasSlider .owl-carousel .owl-stage {
    display: flex; }

#loaderid {
  position: absolute;
  top: 85px;
  left: 0px;
  height: 100%;
  width: 101%;
  background: #f2f8fc;
  z-index: 1;
  text-align: center; }
  @media (max-width: 767px) {
    #loaderid {
      top: 140px; } }
  #loaderid img {
    position: absolute;
    top: 50%;
    margin: -30px 0 0 0; }

.parsley-errors-list {
  list-style: none;
  padding: 0;
  width: 100%;
  float: left;
  color: red;
  font-size: 14px;
  margin: 8px 0 0 0; }

/*.downloadsLogin .downloadForm .downloadFormIn form .userField label{width:100%; left:0; text-align:left;}
.downloadsLogin .downloadForm .downloadFormIn form .userField label{transition:all ease .3s;}
.downloadsLogin .downloadForm .downloadFormIn form .userField .userFieldInt:focus ~ label{top:-4px;}*/
/*.userField label{width:100%; left:0; text-align:left;}
.userField label{transition:all ease .3s;}
.userField .userFieldInt:focus ~ label{top:-4px; font-size:12px;}
.userField:hover label{top:-4px; font-size:12px;}*/
.errorpage {
  width: 100%;
  float: left;
  text-align: center;
  padding: 150px 0 150px 0; }
  @media (max-width: 767px) {
    .errorpage {
      padding: 84px 0 95px 0; } }
  .errorpage h1 {
    font-family: "DINNextLTPro-Bold";
    margin: 0;
    font-size: 45px;
    line-height: 45px; }
    @media (max-width: 767px) {
      .errorpage h1 {
        font-size: 30px;
        line-height: 36px; } }
  .errorpage p {
    font-family: "DINNextLTPro-Light";
    font-weight: 300;
    margin: 15px 0 0 0;
    font-size: 22px;
    line-height: 28px; }
    @media (max-width: 767px) {
      .errorpage p {
        margin: 5px 0 0 0;
        font-size: 19px; } }

.kliniinfo1 {
  padding: 100px 0 0 0;
  /*@media(max-width:$large){
    padding:70px 0 90px 0;
  }  
  @media(max-width:$mobile){
    padding:50px 0 70px 0;
  }  
  @media(max-width:$small){
    padding:10px 0 50px 0;
  }*/ }
  @media (max-width: 1279px) {
    .kliniinfo1 {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .kliniinfo1 {
      padding: 50px 0 0 0; } }

.kliniinfo2 {
  padding: 100px 0 0 0;
  /*@media(max-width:$large){
    padding:0 0 90px 0;
  }  
  @media(max-width:$mobile){
    padding:0 0 50px 0;
  } 
  @media(max-width:$small){
    padding:0 0 40px 0;
  }*/ }
  @media (max-width: 1279px) {
    .kliniinfo2 {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .kliniinfo2 {
      padding: 50px 0 0 0; } }

.kliniinfo3 {
  /*margin:40px 0;*/
  padding: 100px 0 0 0;
  /*@media(max-width:$large){
    margin:80px 0 60px 0;
    padding:0;
  }  
  @media(max-width:$mobile){
    margin:64px 0 50px 0;
  }*/ }
  @media (max-width: 1279px) {
    .kliniinfo3 {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .kliniinfo3 {
      padding: 50px 0 0 0; } }

.kliniinfo4 {
  /*margin:0 0 46px 0;*/
  padding: 100px 0 0 0;
  /*@media(max-width:$large){
    margin:20px 0 25px 0;
    padding:0;
  }  
  @media(max-width:$mobile){
    margin:0 0 25px 0;
  }    
  .kliniinfo4row{
    margin-bottom:30px;
    @media(max-width:$large){
      margin-bottom:15px;
    }  
    @media(max-width:$mobile){
      margin-bottom:40px;
    }     
  }*/ }
  @media (max-width: 1279px) {
    .kliniinfo4 {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .kliniinfo4 {
      padding: 50px 0 0 0; } }

.kliniinfo5 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 100px 0 0 0; }
  @media (max-width: 1279px) {
    .kliniinfo5 {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .kliniinfo5 {
      padding: 60px 0 0 0; } }
  .kliniinfo5 .ourService {
    padding: 0; }
    .kliniinfo5 .ourService .ourServiceIn {
      margin: 0; }

.kliniinfo6 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 100px 0 0 0; }
  @media (max-width: 1023px) {
    .kliniinfo6 {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .kliniinfo6 {
      padding: 60px 0 0 0; } }
  .kliniinfo6 .ourService {
    padding: 0; }
    .kliniinfo6 .ourService .ourServiceIn {
      margin: 0; }
  .kliniinfo6 .halfBlock {
    padding: 0; }

.dasinfo1 {
  margin: 15px 0 55px 0;
  padding: 80px 0 0 0; }
  @media (max-width: 1279px) {
    .dasinfo1 {
      margin: 60px 0 80px 0;
      padding: 0; } }
  @media (max-width: 767px) {
    .dasinfo1 {
      margin: 40px 0 60px 0; } }
  @media (max-width: 479px) {
    .dasinfo1 {
      margin: 10px 0 44px 0; } }
  .dasinfo1 .row {
    display: flex; }
    @media (max-width: 479px) {
      .dasinfo1 .row {
        display: block; } }

.dasinfo2 {
  padding: 80px 0 0 0; }
  @media (max-width: 1279px) {
    .dasinfo2 {
      padding: 0; } }
  .dasinfo2 .row {
    display: flex; }
    @media (max-width: 479px) {
      .dasinfo2 .row {
        display: block; } }

.dasinfo3 {
  padding: 80px 0 0 0;
  margin: 55px 0 120px 0; }
  @media (max-width: 1279px) {
    .dasinfo3 {
      margin: 70px 0 80px 0;
      padding: 0; } }
  @media (max-width: 767px) {
    .dasinfo3 {
      margin: 60px 0 65px 0; } }
  @media (max-width: 479px) {
    .dasinfo3 {
      margin: 45px 0 44px 0; } }
  .dasinfo3 .row {
    display: flex; }
    @media (max-width: 479px) {
      .dasinfo3 .row {
        display: block; } }

.dasinfo4 {
  margin: 20px 0 0 0;
  padding: 80px 0 0 0; }
  @media (max-width: 1279px) {
    .dasinfo4 {
      margin: 80px 0 0 0;
      padding: 0; } }
  @media (max-width: 767px) {
    .dasinfo4 {
      margin: 60px 0 0 0; } }
  .dasinfo4 .row {
    display: flex; }
    @media (max-width: 479px) {
      .dasinfo4 .row {
        display: block; } }

.blistKontakt {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 80px 0 100px 0; }
  @media (max-width: 1279px) {
    .blistKontakt {
      padding: 0 0 80px 0; } }
  @media (max-width: 767px) {
    .blistKontakt {
      padding: 0 0 60px 0; } }

.singlePageContent {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 15px 0 0 0; }
  .singlePageContent .entryContent {
    padding: 0; }
    .singlePageContent .entryContent img {
      width: 100%;
      margin: 0 0 20px 0; }

.bannerTop .item {
  width: 100%;
  float: left;
  display: flex; }
  @media (max-width: 479px) {
    .bannerTop .item {
      display: block; } }
.bannerTop .owl-theme .owl-nav {
  margin: 0;
  margin: 0 auto;
  max-width: 100%;
  text-align: right;
  padding: 20px 15px 0; }
  .bannerTop .owl-theme .owl-nav .owl-prev {
    margin: 0;
    width: 13px;
    height: 10px;
    background: url(../images/downshape.svg) no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top; }
    .bannerTop .owl-theme .owl-nav .owl-prev:hover {
      background: url(../images/downshape.svg) no-repeat;
      background-size: 100% auto;
      opacity: .7; }
  .bannerTop .owl-theme .owl-nav .owl-next {
    margin: 0 0 0 6px;
    width: 13px;
    height: 10px;
    background: url(../images/downshape.svg) no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top; }
    .bannerTop .owl-theme .owl-nav .owl-next:hover {
      background: url(../images/downshape.svg) no-repeat;
      background-size: 100% auto; }
  .bannerTop .owl-theme .owl-nav span {
    display: none; }
.bannerTop .owl-carousel .owl-stage-outer {
  padding-bottom: 5px; }
.bannerTop .owl-carousel .owl-stage {
  display: flex; }

.searchPage {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 0 30px 0; }
  .searchPage .searchResults {
    width: 100%;
    float: left;
    margin: 46px 0 0 0;
    display: flex;
    flex-wrap: wrap; }
    .searchPage .searchResults .searchModule {
      width: 100%;
      float: left;
      margin: 20px 0; }
      .searchPage .searchResults .searchModule .searchThumb {
        width: 100%;
        float: left;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 220px; }
        .searchPage .searchResults .searchModule .searchThumb img {
          width: 100%;
          float: left;
          height: 100%;
          visibility: hidden; }
      .searchPage .searchResults .searchModule figcaption {
        width: 100%;
        float: left; }
        .searchPage .searchResults .searchModule figcaption p {
          font-size: 16px;
          clear: both;
          margin: 17px 0 4px 0; }
        .searchPage .searchResults .searchModule figcaption h4 {
          margin: 0;
          font-size: 24px;
          line-height: 30px;
          font-family: "DINNextLTPro-Bold"; }
          @media (max-width: 1279px) {
            .searchPage .searchResults .searchModule figcaption h4 {
              font-size: 22px;
              line-height: 28px; } }
          @media (max-width: 767px) {
            .searchPage .searchResults .searchModule figcaption h4 {
              font-size: 20px;
              line-height: 24px; } }
          .searchPage .searchResults .searchModule figcaption h4 a {
            color: #002846; }
            .searchPage .searchResults .searchModule figcaption h4 a:hover {
              text-decoration: none;
              color: #b70030; }
  .searchPage h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
    margin: 0 0 15px 0;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .searchPage h2 {
        font-size: 24px; } }
  .searchPage .searchHeader {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center; }
    .searchPage .searchHeader form {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      max-width: 300px;
      margin: 10px 0 0 0; }
      .searchPage .searchHeader form label {
        width: 100%;
        float: left;
        margin: 0 0 20px 0; }
      .searchPage .searchHeader form .screen-reader-text {
        display: none; }
      .searchPage .searchHeader form .search-field {
        width: 100%;
        float: left;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
        font-size: 18px;
        color: #002846;
        font-family: "DINNextLTPro-Regular";
        background: #fff;
        height: 60px;
        border: none;
        padding: 0 20px; }
        @media (max-width: 1279px) {
          .searchPage .searchHeader form .search-field {
            font-size: 15px;
            padding: 0 15px;
            height: 60px; } }
        @media (max-width: 767px) {
          .searchPage .searchHeader form .search-field {
            font-size: 15px;
            padding: 0 15px;
            height: 54px; } }
      .searchPage .searchHeader form .search-submit {
        width: 100%;
        float: left;
        background: #e6003c;
        color: #fff;
        font-size: 15px;
        text-align: center;
        padding: 18px 50px 15px 50px;
        margin: 0 0 10px 0;
        font-family: "DINNextLTPro-Regular";
        border: none;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s; }
        .searchPage .searchHeader form .search-submit:hover {
          background: #b70030;
          color: #fff;
          text-decoration: none; }

.pageContentWrapper {
  width: 100%;
  float: left; }
@media (max-width: 10000px) and (min-width: 1280px) {
  .pageContentWrapper {
    min-height: calc(100vh - 182px); } }

@media (max-width: 1024px) and (min-width: 1024px) {
  .pageContentWrapper {
    min-height: calc(100vh - 182px); } }

@media (max-width: 768px) and (min-width: 768px) {
  .pageContentWrapper {
    min-height: calc(100vh - 182px); } }

  @media (max-width: 767px) {
    .pageContentWrapper {
      min-height: calc(100vh - 202px); } }

.filterAccordion .filterRow ul li a.defaultone {
  color: #e6003c; }

.parsley-required,
.parsley-custom-error-message {
  margin: 7px 0 0 0 !important; }

.filterTable .filterRow ul li a.defaultone {
  color: #e6003c; }

.filterPartner .filterRow ul li a.defaultone {
  color: #e6003c; }

.filterPartner .filterRow ul li .childfilter li a.defaultone {
  color: #e6003c; }

.activered {
  color: #e6003c !important; }

.activered span {
  background: url(../images/down-red.svg) no-repeat right center !important; }

.parsley-errors-list:after {
  width: 30px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: url(../images/input-Error.svg) no-repeat;
  background-position: center center;
  margin: -7px 0 0 -17px; }

.customSelect .parsley-errors-list:after {
  background: #fff url(../images/input-Error.svg) no-repeat;
  background-position: center center; }

.footer .parsley-errors-list:after {
  display: none; }

.form-group .wpcf7-form-control-wrap {
  width: 30px;
  position: absolute !important;
  height: 100%;
  right: 0; }

.form-group span.wpcf7-not-valid-tip {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  background: #fff url(../images/input-Error.svg) no-repeat;
  background-position: center center;
  margin: -7px 0 0 -17px;
  font-size: 0 !important; }

.partnersNew {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  background: #f0f5f9;
  padding: 66px 0 93px 0;
  margin: 100px 0 0 0; }
  .partnersNew.softwaresNew {
    background: none;
    margin: 0;
    padding: 66px 0 0 0; }
    @media (max-width: 479px) {
      .partnersNew.softwaresNew {
        padding: 45px 0 15px 0; } }
  @media (max-width: 1279px) {
    .partnersNew {
      margin: 40px 0 0 0;
      padding: 40px 0 80px 0; } }
  @media (max-width: 1023px) {
    .partnersNew {
      margin: 0; } }
  @media (max-width: 479px) {
    .partnersNew {
      padding: 31px 0 50px 0; } }
  .partnersNew .partnersField {
    width: 100%;
    float: left;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    /*display:flex;*/
    margin: 15px 0 0 0;
    padding: 31px 0 25px 0; }
    @media (max-width: 767px) {
      .partnersNew .partnersField {
        margin: 20px 0 0 0; } }
    @media (max-width: 479px) {
      .partnersNew .partnersField {
        display: block;
        padding: 31px 0 35px 0; } }
    .partnersNew .partnersField .partnerLogo {
      width: 215px;
      /*float:left;*/
      text-align: center;
      margin: 0 35px;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 479px) {
        .partnersNew .partnersField .partnerLogo {
          margin: 0;
          width: 100%;
          display: block; } }
      .partnersNew .partnersField .partnerLogo img {
        max-width: 144px; }
    .partnersNew .partnersField .partnerCont {
      overflow: hidden;
      padding: 0 90px 0 0;
      display: table-cell;
      vertical-align: middle; }
      .partnersNew .partnersField .partnerCont.partnerContFull {
        padding: 0 35px; }
      @media (max-width: 1279px) {
        .partnersNew .partnersField .partnerCont {
          padding: 0 35px 0 0; } }
      @media (max-width: 479px) {
        .partnersNew .partnersField .partnerCont {
          padding: 20px 20px 0 20px;
          width: 100%;
          float: left;
          text-align: center; } }
      .partnersNew .partnersField .partnerCont h4 {
        font-family: "DINNextLTPro-Bold";
        margin: 0 0 10px 0; }
      .partnersNew .partnersField .partnerCont p {
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        font-size: 18px;
        line-height: 1.56;
        margin: 0; }
        @media (max-width: 1023px) {
          .partnersNew .partnersField .partnerCont p {
            font-size: 17px;
            line-height: 26px; } }
      .partnersNew .partnersField .partnerCont h5 {
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        font-size: 18px;
        line-height: 1.56;
        margin: 0; }
        @media (max-width: 1023px) {
          .partnersNew .partnersField .partnerCont h5 {
            font-size: 17px;
            line-height: 26px; } }
        .partnersNew .partnersField .partnerCont h5 a {
          font-family: "DINNextLTPro-Regular";
          text-decoration: none; }
          .partnersNew .partnersField .partnerCont h5 a:hover {
            color: #b70030; }
      .partnersNew .partnersField .partnerCont h6 {
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        font-size: 18px;
        line-height: 1.56;
        margin: 0; }
        @media (max-width: 1023px) {
          .partnersNew .partnersField .partnerCont h6 {
            font-size: 17px;
            line-height: 26px; } }
        .partnersNew .partnersField .partnerCont h6 a {
          font-family: "DINNextLTPro-Regular";
          text-decoration: none; }
          .partnersNew .partnersField .partnerCont h6 a:hover {
            color: #b70030; }

.preselectedForm {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 70px 0 90px; }
  @media (max-width: 767px) {
    .preselectedForm {
      margin: 52px 0 90px; } }
  .preselectedForm .preBlock {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    margin: 10px 0 0 0; }
    .preselectedForm .preBlock h3 {
      margin: 0;
      font-size: 18px; }
      @media (max-width: 767px) {
        .preselectedForm .preBlock h3 {
          font-size: 16px; } }
      .preselectedForm .preBlock h3 a {
        color: #002846;
        display: block;
        text-decoration: none;
        padding: 28px 30px;
        position: relative; }
        @media (max-width: 767px) {
          .preselectedForm .preBlock h3 a {
            padding: 20px 15px; } }
        .preselectedForm .preBlock h3 a:hover {
          opacity: .7; }
        .preselectedForm .preBlock h3 a:after {
          content: "";
          position: absolute;
          right: 30px;
          top: 50%;
          height: 13.9px;
          width: 7.9px;
          margin: -7px 0 0 0;
          background: url(../images/right-arrow.svg) no-repeat; }
          @media (max-width: 767px) {
            .preselectedForm .preBlock h3 a:after {
              right: 15px; } }

.jobborseBlock {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }
  .jobborseBlock#Apotheke {
    margin: 50px 0 0 0; }
    .jobborseBlock#Apotheke #sentance {
      width: 100%;
      float: left; }
      .jobborseBlock#Apotheke #sentance p {
        margin: 0 0 40px 0;
        font-size: 18px; }
    .jobborseBlock#Apotheke .jobborseHead {
      margin: 0; }
  .jobborseBlock .jobborseHead {
    width: 100%;
    float: left;
    margin: 70px 0 0 0; }
    .jobborseBlock .jobborseHead h3 {
      margin: 0;
      font-size: 24px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300; }

/*@media(min-width:1024px){
  .jobborseBlock .table tr td{padding:20px 0;}
  .jobborseBlock .table tr td:first-child{width:5%;}
  .jobborseBlock .table tr td:nth-child(2){width:13%;}
  .jobborseBlock .table tr td:nth-child(3){width:21%;}
  .jobborseBlock .table tr td:nth-child(4){width:12%;}
  .jobborseBlock .table tr td:nth-child(5){width:32%;}
  .jobborseBlock .table tr td:nth-child(6){width:18%;}
}*/
/*.header{position:fixed; top:32px; background:$white; transition: top 0.3s ease-in-out; height:118px; z-index:4;}
.nav-up {
    top: -118px;
}*/
#sync1 .item {
  color: #FFF;
  text-align: center; }

#sync2 .item {
  color: #FFF;
  text-align: center;
  cursor: pointer; }

.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease; }

/*.owl-theme .owl-nav [class*='owl-'].disabled:hover{
  background-color: #D6D6D6;
}*/
#sync1.owl-theme {
  position: relative;
  width: 100%;
  float: left;
  margin: 33px 0 0 0; }
  @media (max-width: 767px) {
    #sync1.owl-theme {
      margin: 10px 0 0 0; } }

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%; }

#sync1.owl-theme .owl-prev {
  left: 10px; }

#sync1.owl-theme .owl-next {
  right: 10px; }

#sync1 p {
  font-size: 18px;
  line-height: 1.56;
  color: #002846;
  font-family: "DINNextLTPro-Light";
  font-weight: 300;
  max-width: 570px;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1279px) {
    #sync1 p {
      font-size: 17px;
      line-height: 26px; } }

#sync2 .item {
  width: 100%;
  float: left;
  text-align: center; }

#sync2 .owl-item img {
  max-width: 170px;
  opacity: .5;
  display: inline-block;
  vertical-align: top; }

#sync2 .owl-item.current img {
  opacity: 1; }

.partnersliderIn {
  max-width: 800px;
  margin: 0 auto; }

.kontaktIn {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap; }
  .kontaktIn .col-xs-6 {
    position: relative; }

.kontaktDibbe {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 479px) {
    .kontaktDibbe {
      display: block; } }
  .kontaktDibbe.kontaktDibbeDual .ktBx.ktBx2 {
    margin: 3% 3% 0 0; }
    @media (max-width: 767px) {
      .kontaktDibbe.kontaktDibbeDual .ktBx.ktBx2 {
        margin: 3% 0 0 0; } }
  .kontaktDibbe.kontaktDibbeDual .ktBx.ktBxPullRight {
    margin: 3% 0 0 0; }
    @media (max-width: 767px) {
      .kontaktDibbe.kontaktDibbeDual .ktBx.ktBxPullRight {
        margin: 3% 0 0 0; } }
  .kontaktDibbe .learn {
    margin: 7px 0 0 0; }
    @media (max-width: 767px) {
      .kontaktDibbe .learn {
        margin: 0; } }
  .kontaktDibbe .ktBx {
    width: 57%;
    margin: 0 3% 0 0;
    background: #e4f0f9;
    padding: 45px 40px 42px;
    float: left;
    min-height: 294px;
    position: relative; }
    .kontaktDibbe .ktBx .vertical {
      position: absolute;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      top: 50%;
      left: 0;
      padding: 45px 40px 42px; }
      @media (max-width: 1279px) {
        .kontaktDibbe .ktBx .vertical {
          padding: 35px 25px 32px; } }
      @media (max-width: 767px) {
        .kontaktDibbe .ktBx .vertical {
          padding: 20px;
          position: static;
          top: inherit;
          transform: inherit;
          -webkit-transform: inherit;
          padding: 0; } }
    .kontaktDibbe .ktBx.ktBx2 {
      width: 40%;
      margin: 0;
      position: relative; }
      @media (max-width: 767px) {
        .kontaktDibbe .ktBx.ktBx2 {
          width: 100%; } }
    @media (max-width: 1279px) {
      .kontaktDibbe .ktBx {
        padding: 35px 25px 32px;
        min-height: 240px; } }
    @media (max-width: 767px) {
      .kontaktDibbe .ktBx {
        padding: 20px;
        margin: 0 0 15px 0;
        width: 100%;
        min-height: 1px; } }
    .kontaktDibbe .ktBx h4 {
      font-size: 27px;
      line-height: 34px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 0 0 7px 0; }
      @media (max-width: 1279px) {
        .kontaktDibbe .ktBx h4 {
          font-size: 22px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        .kontaktDibbe .ktBx h4 {
          line-height: 26px; } }
    .kontaktDibbe .ktBx p {
      font-size: 18px;
      line-height: 28px;
      font-family: "DINNextLTPro-Light";
      font-weight: 300;
      margin: 8px 0 25px 0; }
      @media (max-width: 1279px) {
        .kontaktDibbe .ktBx p {
          font-size: 17px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .kontaktDibbe .ktBx p {
          font-size: 16px;
          margin: 8px 0 12px 0; } }
    .kontaktDibbe .ktBx ul {
      width: 100%;
      float: left;
      margin: 0;
      padding: 0;
      list-style: none; }
      .kontaktDibbe .ktBx ul li {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 28px;
        font-family: "DINNextLTPro-Light";
        font-weight: 300;
        text-align: left; }
        @media (max-width: 1279px) {
          .kontaktDibbe .ktBx ul li {
            font-size: 17px;
            line-height: 26px; } }
        @media (max-width: 767px) {
          .kontaktDibbe .ktBx ul li {
            font-size: 16px; } }
        .kontaktDibbe .ktBx ul li span {
          font-family: "DINNextLTPro-Regular";
          color: #e6003c;
          display: inline-block;
          vertical-align: top;
          width: 25px; }
        .kontaktDibbe .ktBx ul li a {
          color: #002846; }
          .kontaktDibbe .ktBx ul li a:hover {
            text-decoration: none;
            color: #e6003c; }

.page-template-template_partnerunternehmen-php .defaultPage1:after {
  background: #eef5fa;
  background: -moz-linear-gradient(top, #eef5fa 0%, #eef5fa 33%, #eef5fa 69%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eef5fa 0%, #eef5fa 33%, #eef5fa 69%, #ffffff 100%);
  background: linear-gradient(to bottom, #eef5fa 0%, #eef5fa 33%, #eef5fa 69%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5fa', endColorstr='#ffffff',GradientType=0 ); }

.formquote {
  margin: 13px 0 0 0;
  font-size: 16px;
  width: 100%;
  float: left; }

.form-group textarea.parsley-success {
  color: #002846; }

.form-group input.parsley-success,
.form-group select.parsley-success,
.form-group textarea.parsley-success {
  color: #002846; }

.distributionmap {
  width: 100%;
  float: left;
  margin: 125px 0 0 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 1279px) {
    .distributionmap {
      margin: 90px 0 0 0; } }
  @media (max-width: 767px) {
    .distributionmap {
      margin: 70px 0 0 0; } }
  .distributionmap img {
    width: 100%;
    float: left; }

.companyDistributors {
  width: 100%;
  float: left;
  padding: 125px 0 30px 0; }
  @media (max-width: 1279px) {
    .companyDistributors {
      padding: 70px 0 20px; } }
  @media (max-width: 767px) {
    .companyDistributors {
      padding: 50px 0 20px; } }
  .companyDistributors .distributorsIn {
    width: 100%;
    float: left;
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    @media (max-width: 1279px) {
      .companyDistributors .distributorsIn {
        margin: 0 0 0 0; } }
    .companyDistributors .distributorsIn .fullWidthBlock {
      margin: 30px 0 0 0; }
      @media (max-width: 479px) {
        .companyDistributors .distributorsIn .fullWidthBlock {
          margin: 15px 0 0 0; } }
    .companyDistributors .distributorsIn .distributorsInBlock {
      width: 100%;
      float: left;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
      background: #f3f5f8;
      position: relative;
      z-index: 1;
      height: 100%;
      padding: 28px 28px 18px; }
      @media (max-width: 1279px) {
        .companyDistributors .distributorsIn .distributorsInBlock {
          padding: 20px 20px 8px; } }
      .companyDistributors .distributorsIn .distributorsInBlock h4 {
        margin: 0;
        font-size: 24px;
        font-family: "DINNextLTPro-Bold";
        color: #002846; }
        @media (max-width: 1279px) {
          .companyDistributors .distributorsIn .distributorsInBlock h4 {
            font-size: 20px; } }
      .companyDistributors .distributorsIn .distributorsInBlock h5 {
        margin: 1px 0 0 0;
        font-size: 24px;
        font-family: "DINNextLTPro-Light";
        color: #002846; }
        @media (max-width: 1279px) {
          .companyDistributors .distributorsIn .distributorsInBlock h5 {
            font-size: 20px; } }
      .companyDistributors .distributorsIn .distributorsInBlock p {
        margin: 8px 0 0 0;
        font-size: 16px;
        line-height: 25px;
        font-family: "DINNextLTPro-Light";
        color: #002846;
        padding: 0px 55px 0 0; }
        @media (max-width: 1279px) {
          .companyDistributors .distributorsIn .distributorsInBlock p {
            padding: 0; } }
      .companyDistributors .distributorsIn .distributorsInBlock ul {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        margin: 10px 0 0 0; }
        .companyDistributors .distributorsIn .distributorsInBlock ul li {
          width: 100%;
          float: left;
          color: #002846;
          font-family: "DINNextLTPro-Light";
          margin: 0 0 8px 0; }
          .companyDistributors .distributorsIn .distributorsInBlock ul li span {
            width: 25px;
            float: left;
            color: #e6003c;
            font-family: "DINNextLTPro-Regular"; }
          .companyDistributors .distributorsIn .distributorsInBlock ul li a {
            color: #002846; }
          .companyDistributors .distributorsIn .distributorsInBlock ul li:last-child a {
            color: #e6003c; }

.distributorPartners {
  width: 100%;
  float: left;
  padding: 120px 0 0 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 1279px) {
    .distributorPartners {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .distributorPartners {
      padding: 50px 0 0 0; } }
  .distributorPartners .distributorPartnersIn {
    width: 100%;
    float: left;
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    @media (max-width: 1279px) {
      .distributorPartners .distributorPartnersIn {
        margin: 0; } }
    .distributorPartners .distributorPartnersIn .fullWidthBlock {
      margin: 30px 0 0 0; }
      @media (max-width: 479px) {
        .distributorPartners .distributorPartnersIn .fullWidthBlock {
          margin: 15px 0 0 0; } }
    .distributorPartners .distributorPartnersIn .distributorPartnersInBlock {
      width: 100%;
      float: left;
      background: #f3f5f8;
      height: 100%;
      padding: 19px 16px 56px;
      position: relative;
      z-index: 1; }
      @media (max-width: 479px) {
        .distributorPartners .distributorPartnersIn .distributorPartnersInBlock {
          padding: 19px 16px 0; } }
      .distributorPartners .distributorPartnersIn .distributorPartnersInBlock p {
        font-size: 18px;
        line-height: 28px;
        font-family: "DINNextLTPro-Light"; }
        @media (max-width: 1279px) {
          .distributorPartners .distributorPartnersIn .distributorPartnersInBlock p {
            font-size: 16px;
            line-height: 24px; } }
        @media (max-width: 767px) {
          .distributorPartners .distributorPartnersIn .distributorPartnersInBlock p {
            font-size: 15px;
            line-height: 23px; } }
      .distributorPartners .distributorPartnersIn .distributorPartnersInBlock h4 {
        position: absolute;
        font-family: "DINNextLTPro-Light";
        font-size: 35px;
        color: #e6003c;
        line-height: 28px;
        left: 12px;
        bottom: 0; }
        @media (max-width: 1023px) {
          .distributorPartners .distributorPartnersIn .distributorPartnersInBlock h4 {
            font-size: 26px;
            margin: 0 0 10px 0; } }
        @media (max-width: 479px) {
          .distributorPartners .distributorPartnersIn .distributorPartnersInBlock h4 {
            position: static;
            margin: 20px 0 10px 0; } }

.page-template-template_distribution .learn {
  font-size: 16px;
  vertical-align: middle;
  margin: 0; }

.page-template-template_apotheken .teaserCallout {
  margin: 130px 0 40px 0; }
  @media (max-width: 1279px) {
    .page-template-template_apotheken .teaserCallout {
      margin: 110px 0 20px 0; } }
  @media (max-width: 767px) {
    .page-template-template_apotheken .teaserCallout {
      margin: 70px 0 20px 0; } }
@media (max-width: 1279px) {
  .page-template-template_apotheken .apoService {
    margin: 70px 0 0 0; } }
@media (max-width: 767px) {
  .page-template-template_apotheken .apoService {
    margin: 50px 0 0 0; } }

.page-template-template_infopaket-anfordern .form-group span.wpcf7-not-valid-tip {
  z-index: 1; }

/*.page-template-template-qualittsmanagement .halfBlock{background:$mildgray}*/
.footerTop .textwidget .learn3 span {
  margin-top: -1.5px; }

@media (max-width: 767px) {
  .footerTop .textwidget .learn3 span {
    margin-top: -1px; } }
.callout .secTitle {
  margin-top: 0; }

.callout .button1 {
  margin-bottom: 0; }

.downloadFormIn .avatar.lwa-avatar {
  display: none; }

.page-template-downloads .learn span {
  margin-top: -2px; }

.eventSlider {
  background: #e6003c;
  padding: 14px 0 13px 0;
  width: 100%;
  float: left;
  position: relative; }

.eventClose {
  width: 50px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #e6003c url(../images/close.png) no-repeat center center;
  background-size: 13px;
  z-index: 99;
  cursor: pointer;
  right: 0; }

.eventTitle {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  font-family: "DINNextLTPro-Bold";
  margin: 0 40px 0 0;
  width: 363px;
  padding: 0 0 3px 0;
  position: relative;
  opacity: 0; }

.eventTitle a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #f17f9d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.eventDes {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  width: 550px;
  position: relative;
  opacity: 0; }

.eventDes p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.eventDes p a {
  color: #fff;
  text-decoration: none; }

.eventSlider .owl-theme .owl-nav {
  margin: 0; }

.eventSlider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(../images/arrow-left.svg) no-repeat;
  width: 13px;
  height: 10px;
  font-size: 0;
  transform: rotate(180deg); }

.eventSlider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 6px;
  right: 22px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(../images/arrow-left.svg) no-repeat;
  width: 13px;
  height: 10px;
  font-size: 0; }

.eventSlider .owl-carousel .owl-nav button.owl-next.disabled,
.eventSlider .owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: .5; }

.owl-item.active .eventTitle,
.owl-item.active .eventDes {
  animation: .5s ease 0s normal none 1 running fadeInright;
  opacity: 1; }

@keyframes fadeInright {
  0% {
    right: -20px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
.pageHeading {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }

.pageHeading h1 {
  font-size: 29px;
  line-height: 34px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px 0 0;
  position: relative; }

.pageHeading h1 strong {
  font-family: "DINNextLTPro-Bold"; }

.orderPage {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }

.defaultPage.orderPage:after {
  z-index: -1; }

.orderTable .table > thead > tr > td,
.orderTable .table > tbody > tr > td,
.orderTable .table > tfoot > tr > td {
  padding: 32px 0; }

.filterTable.orderTable table td:last-child {
  text-align: left;
  min-width: 102px; }

.orderImg {
  display: inline-block;
  vertical-align: top; }

.orderImg img {
  display: inline-block;
  vertical-align: top;
  max-width: 80px; }

.quantity {
  position: relative;
  width: 131px;
  height: 40px;
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07); }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.quantity input {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none; }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute; }

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: none;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.quantity-button.quantity-up {
  position: absolute;
  top: 0;
  border-bottom: none;
  width: 40px;
  height: 100%;
  right: 0;
  background: url(../images/plus.png) no-repeat center center;
  background-size: 15px 14px; }

.quantity-button.quantity-down {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 40px;
  background: url(../images/minus.png) no-repeat center center;
  background-size: 15px 14px; }

.customRadio {
  width: 215px;
  float: left;
  margin: 10px 0 0 0; }

.item4 .customRadio {
  margin: 0; }

.customRadio [type="radio"]:checked,
.customRadio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.customRadio [type="radio"]:checked + label,
.customRadio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  font-size: 18px;
  color: #002846;
  width: 100%; }

.customRadio [type="radio"]:checked + label:before,
.customRadio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #e6003c; }

.customRadio [type="radio"]:checked + label {
  color: #002846; }

.customRadio [type="radio"]:checked + label:after,
.customRadio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/checked-red.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: 100% auto; }

.customRadio [type="radio"]:checked + label.toggleSelected:after,
.customRadio [type="radio"]:not(:checked) + label.toggleSelected:after,
.customRadio.customRadioDisabled [type="radio"]:checked + label.toggleSelected:after,
.customRadio.customRadioDisabled [type="radio"]:not(:checked) + label.toggleSelected:after {
  background: url(../images/checked-red.svg) no-repeat;
  background-size: 100% auto;
  opacity: 1;
  transform: inherit; }

.filterTable.orderTable.maintable .customRadio.customRadioDisabled label.toggleSelected,
.filterTable.orderTable.maintable .customRadio.customRadioDisabled label {
  pointer-events: none; }

.filterTable.orderTable.maintable .customRadio [type="radio"]:checked + label.toggleSelected:after,
.filterTable.orderTable.maintable .customRadio [type="radio"]:not(:checked) + label.toggleSelected:after,
.filterTable.orderTable.maintable .customRadio.customRadioDisabled [type="radio"]:checked + label.toggleSelected:after,
.filterTable.orderTable.maintable .customRadio.customRadioDisabled [type="radio"]:not(:checked) + label.toggleSelected:after {
  background: url(../images/checked-gray.svg) no-repeat;
  background-size: 100% auto;
  opacity: 1;
  transform: inherit; }

.customRadio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.customRadio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.customRadio [type="radio"]:checked + label .pollcount {
  color: #fff; }

.customRadio small {
  font-size: 16px;
  font-family: "DINNextLTPro-Light";
  padding: 0 15px 0 31px;
  width: 100%;
  float: left; }

.priceRow {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  min-height: 24px; }

.priceRowLeft {
  width: 50%;
  float: left; }

.priceRowLeft .ordertext {
  font-family: "DINNextLTPro-Medium";
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 4px 0;
  width: 100%;
  float: left; }

.priceRowLeft small {
  display: block;
  font-size: 16px;
  font-family: "DINNextLTPro-Light";
  margin: 4px 0 0 0;
  width: 100%;
  float: left; }

.priceRowRight {
  width: 50%;
  float: left;
  /*text-align:right;*/
  padding: 0 0 0 0; }

.priceRowRight span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-family: "DINNextLTPro-Medium";
  float: right;
  min-width: 101px; }

.intervalRow {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  /*margin:50px 0 0 0;*/ }

.intervalRow .ordertext {
  display: block;
  font-family: "DINNextLTPro-Medium";
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px 0; }

.fancyDrop {
  width: 184px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0; }

.fancyDrop li {
  width: 100%;
  float: left;
  list-style: none;
  position: relative; }

.fancyDrop li a {
  font-size: 18px;
  color: #002846;
  text-decoration: none;
  display: block;
  padding: 12px 20px 10px 20px; }

.fancyDrop li a span {
  opacity: 0.6; }

.fancyDrop li a small {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.fancyDrop li a small:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: url(../images/blue-down.svg) no-repeat center center; }

.fancyDrop li a small.dropBottom:after {
  transform: rotate(180deg); }

.fancyDrop li a:hover {
  opacity: 1; }

.fancyDrop ul {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  position: absolute;
  top: 45px;
  left: 0;
  display: none; }

.fancyDrop ul li a {
  opacity: .6; }

.fancyDrop ul li a:hover {
  opacity: 1; }

.productInfoRow {
  width: 100%;
  float: left;
  margin: 54px 0 0 0;
  border-bottom: solid 1px rgba(0, 40, 70, 0.3);
  padding: 0 0 50px 0; }

.productInfoRow .ordertext {
  display: block;
  font-family: "DINNextLTPro-Medium";
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px 0; }

.productInfoRow .learn {
  margin: 0; }

.orderCompleteRow {
  width: 100%;
  float: left;
  text-align: center;
  position: relative; }

.orderButton {
  display: inline-block;
  vertical-align: top;
  border-radius: 31px;
  background: #e6003c;
  font-size: 18px;
  color: #fff;
  line-height: normal;
  text-decoration: none;
  padding: 18px 47px 14px 47px;
  font-family: "DINNextLTPro-Regular";
  border: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  margin: 59px 0 53px 0; }

.orderButton:hover {
  background: #b70030;
  color: #fff;
  text-decoration: none; }

.orderCompleteRow .orderButton {
  padding: 0;
  width: 365px;
  height: 52px;
  line-height: 55px;
  border-radius: 500px;
  position: relative; }

.orderCompleteRow .orderButton.order_success {
  width: 52px;
  text-indent: -9999999999999999px;
  background: #e6003c;
  pointer-events: none; }

.orderCompleteRow .orderButton.order_success:before {
  content: "";
  width: 100%;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/check-success.svg) no-repeat center center;
  transition: all ease .5s; }

.orderCompleteRow .orderButton.order_error {
  width: 52px;
  text-indent: -9999999999999999px;
  background: #e6003c;
  pointer-events: none; }

.orderCompleteRow .orderButton.order_error:before {
  content: "";
  width: 100%;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/check-error.svg) no-repeat center center;
  transition: all ease .5s; }

.orderTable.dauerTable .table > thead > tr > td,
.orderTable.dauerTable .table > tbody > tr > td,
.orderTable.dauerTable .table > tfoot > tr > td {
  padding: 32px 0 15px; }

.orderTable.dauerTable .table > thead > tr > td,
.orderTable.dauerTable .table > tbody > tr > td,
.orderTable.dauerTable .table > tfoot > tr > td {
  vertical-align: top; }

.orderTable.dauerTable .table > thead > tr > td:first-child,
.orderTable.dauerTable .table > tbody > tr > td:first-child,
.orderTable.dauerTable .table > tfoot > tr > td:first-child {
  width: 168px; }

.orderTable.dauerTable .table > thead > tr > td:nth-child(2),
.orderTable.dauerTable .table > tbody > tr > td:nth-child(2),
.orderTable.dauerTable .table > tfoot > tr > td:nth-child(2) {
  width: 148px; }

.orderTable.dauerTable .table > thead > tr > td:nth-child(3),
.orderTable.dauerTable .table > tbody > tr > td:nth-child(3),
.orderTable.dauerTable .table > tfoot > tr > td:nth-child(3) {
  width: 523px; }

.orderTable.dauerTable .table > thead > tr > td:nth-child(4),
.orderTable.dauerTable .table > tbody > tr > td:nth-child(4),
.orderTable.dauerTable .table > tfoot > tr > td:nth-child(4) {
  width: 266px; }

.orderTable.dauerTable .table > thead > tr > td:nth-child(5),
.orderTable.dauerTable .table > tbody > tr > td:nth-child(5),
.orderTable.dauerTable .table > tfoot > tr > td:nth-child(5) {
  width: 70px; }

.articleList {
  width: 100%;
  float: left;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.articleList li {
  position: relative;
  list-style: none; }

.articleList li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 42px 0 0;
  color: #002846;
  text-decoration: none;
  font-size: 18px; }

.articleList ul {
  padding: 26px 0 0 0;
  display: none; }

.articleList ul li {
  margin: 0 0 18px 0; }

.articleList li .item1 {
  display: inline-block;
  vertical-align: top;
  width: 97px;
  padding: 0 10px 0 0; }

.articleList li .item2 {
  display: inline-block;
  vertical-align: top;
  width: 159px;
  padding: 0 10px 0 0; }

.articleList li .item3 {
  display: inline-block;
  vertical-align: top;
  width: 105px;
  padding: 0 10px 0 0; }

.articleList li .item4 {
  display: inline-block;
  vertical-align: top;
  width: 195px;
  padding: 0 10px 0 0; }

.articleList .customRadio [type="radio"]:checked + label:before,
.articleList .customRadio [type="radio"]:not(:checked) + label:before {
  border: solid 1px #cccccc; }

.articleList .customRadio [type="radio"]:checked + label:after,
.articleList .customRadio [type="radio"]:not(:checked) + label:after {
  background: url(../images/checked-gray.svg) no-repeat;
  background-size: 100% auto; }

.articleListBig li {
  font-size: 17px; }

.articleListBig li .item1 {
  display: inline-block;
  vertical-align: top;
  width: 106px;
  padding: 0 10px 0 0; }

.articleListBig li .item2 {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  padding: 0 10px 0 0; }

.articleListBig li .item3 {
  display: inline-block;
  vertical-align: top;
  width: 97px;
  padding: 0 10px 0 0; }

.articleListBig li .item4 {
  display: inline-block;
  vertical-align: top;
  width: 158px;
  padding: 0 10px 0 0; }

.articleListBig li .item5 {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding: 0 10px 0 0; }

#orderhistory .articleListBig li .item5 {
  display: none; }

.articleListBig li .item5 .customRadio {
  margin: 0; }

@media (min-width: 1024px) {
  .articleListBig ul {
    pointer-events: none; } }
.articleListBig .customRadio [type="radio"]:checked + label,
.articleListBig .customRadio [type="radio"]:not(:checked) + label {
  font-size: 16px;
  line-height: 22px; }

.articleList li a small {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.articleList li a small:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: url(../images/article-drop.svg) no-repeat center center; }

.articleList li a small.dropBottom:after {
  transform: rotate(180deg); }

.customselect3.fancyDrop1 {
  top: -9px; }

.fancyDrop.fancyDrop1 {
  position: relative;
  top: -9px; }

.fancyDrop.fancyDrop1 li a {
  padding: 9px 20px 7px 20px; }

.fancyDrop.fancyDrop1 li a span {
  opacity: 1; }

.orderOverlay1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  display: none; 
}

.orderOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);

}

.orderOverlayIn {
  width: 630px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  position: relative;
  padding: 38px 40px 26px; }


@media (max-width: 767px){
.orderOverlayIn.orderOverlayInNew {
    width: 100%;
  }}

.orderOverlayClose {
  position: absolute;
  top: 20px;
  right: 9px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: url(../images/closeform.png) no-repeat;
  background-size: 14px 14px; }

.orderOverlayIn h3 {
  font-size: 24px;
  margin: 0 0 21px 0;
  font-family: "DINNextLTPro-Medium"; }

.orderOverlayIn p {
  font-size: 18px;
  line-height: 28px;
  text-align: left; }

.orderCompleteBtns {
  width: 100%;
  float: left; }

.orderCompleteBtns .orderButton {
  margin: 15px 0 12px 0; }

.cancelButton {
  text-decoration: underline;
  color: #002846;
  font-size: 14px; }

.spacerDivider {
  width: 100%;
  float: left;
  margin: 100px 0 0 0; }

.orderTable.dauerTable.dashboardOrderHistoryTable .table > thead > tr > td,
.orderTable.dauerTable.dashboardOrderHistoryTable .table > tbody > tr > td,
.orderTable.dauerTable.dashboardOrderHistoryTable .table > tfoot > tr > td {
  padding: 30px 0 24px 0; }

.orderTable.dauerTable.dashboardOrderHistoryTable .table > thead > tr > td:nth-child(4),
.orderTable.dauerTable.dashboardOrderHistoryTable .table > tbody > tr > td:nth-child(4),
.orderTable.dauerTable.dashboardOrderHistoryTable .table > tfoot > tr > td:nth-child(4) {
  width: 142px; }

.orderTable.dauerTable.dashboardOrderHistoryTable .table > thead > tr > td:nth-child(5),
.orderTable.dauerTable.dashboardOrderHistoryTable .table > tbody > tr > td:nth-child(5),
.orderTable.dauerTable.dashboardOrderHistoryTable .table > tfoot > tr > td:nth-child(5) {
  width: 153px; }

.learn.nomargin {
  margin: 0; }

.historyRedirectBtn {
  width: 100%;
  float: left;
  text-align: center;
  margin: 32px 0 0 0; }

.dashboardWrap {
  width: 100%;
  float: left; }

.dashboardWrap .dashboardOrderHistoryTable {
  margin: 110px 0 0 0; }

.dashboardWrap .dashboardOrderTable {
  margin: 157px 0 0 0; }

.dashboardWrap:last-child {
  margin-bottom: 84px; }

.orderWidget {
  width: 100%;
  float: left; }

.orderWidget h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 6px 0;
  font-family: "DINNextLTPro-Bold";
  position: relative; }

.orderWidget h4 a {
  color: #e6003c; }

.orderWidget h4 a:before {
  width: 16px;
  height: 16px;
  content: "";
  background: url(../images/shopping-cart-active.svg) no-repeat center center;
  position: absolute;
  top: 5px;
  left: -38px;
  /*background-size:19px 19px;*/ }

.orderWidget p {
  font-size: 14px;
  line-height: 17px;
  margin: 0; }

.orderWidget p a {
  color: #e6003c; }

.orderWidget p a small {
  display: inline-block;
  vertical-align: top;
  width: 9px;
  height: 7px;
  background: url(../images/arrow2.svg) no-repeat;
  margin: 4px 0 0 8px; }

.userIcon {
  width: 16px;
  height: 16px;
  background: url(../images/cartnew.svg) no-repeat center center;
  background-size: 16px 16px;
  margin: 25px 22px 0 15px;
  display: inline-block;
  vertical-align: top;
  transition: all ease .3s; }

.userIcon a {
  width: 100%;
  float: left;
  position: relative;
  height: 100%; }

.userIcon:hover,
.page-template-template_bestellung .userIcon {
  background: url(../images/cartnew-hover.svg) no-repeat center center; }

.cartIcon {
  width: 16px;
  height: 16px;
  background: url(../images/shopping-cart.svg) no-repeat center center;
  margin: 25px 22px 0 0;
  display: inline-block;
  vertical-align: top;
  transition: all ease .3s;
  cursor: pointer;
  position: relative; }

.cartIcon b {
  border-radius: 50px;
  background: #e6003c;
  color: #fff;
  font-family: "DINNextLTPro-Regular";
  width: 16px;
  font-size: 10px;
  position: absolute;
  text-align: center;
  height: 16px;
  line-height: 18px;
  top: -9px;
  right: -9px; }

.cartIcon a {
  display: block;
  position: relative;
  height: 100%; }

.cart-error {
  color: #002846;
  width: 100%;
  float: left;
  line-height: 22px;
  font-size: 18px;
  position: relative;
  z-index: 2;
  margin: 7px 0 3px; }

/*.cart-error span{width:52px; height:52px; border-radius:50%; background:$red url(../images/cart-close.png) no-repeat center center; @include top(); margin: 0 0 24px 0; transition:all ease .3s;}*/
.cart-success {
  color: #002846;
  width: 100%;
  float: left;
  line-height: 22px;
  font-size: 18px;
  position: relative;
  z-index: 2;
  margin: 7px 0 3px; }

/*.cart-success span{width:52px; height:52px; border-radius:50%; background:$red url(../images/cart-tick.png) no-repeat center center; @include top(); margin: 0 0 24px 0; transition:all ease .3s;}*/
.cart-error .learn,
.cart-success .learn {
  margin: 12px 0 0 0;
  font-size: 16px; }

.cart-error span,
.cart-success span {
  margin: -2px 0 0 8px; }

.page-template-template_bestellung .orderCompleteRow .orderButton {
  margin-bottom: 9px; }

.page-template-template_bestellung .footer {
  margin-top: 46px; }

.page-template-template_dashboard .cartIcon,
.page-template-template_bestellung .cartIcon {
  background: url(../images/shopping-cart-active.svg) no-repeat center center; }

.customselect3 {
  width: 184px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.ie8 .customselect3,
.ie9 .customselect3,
.ie10 .customselect3 {
  background: #fff; }

.customselect3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: url(../images/blue-down.svg) no-repeat center center; }

.customselect3 select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: none;
  padding: 0 0 0 20px;
  width: 100%;
  cursor: pointer;
  height: 43px;
  color: #7b8184;
  color: rgba(123, 129, 132, 0);
  text-shadow: 0 0 0 #7b8184;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #002846; }

.customselect3 select:focus::-ms-value {
  color: #7b8184;
  background: #fff; }

.customselect3.error select {
  color: #e6003c; }

.customselect3 select option {
  color: #7b8184; }

.orderButton.disabledButton {
  pointer-events: none;
  opacity: .5; }

.customselect3 select::-ms-expand {
  display: none; }

/*.customselect3 select:focus::-ms-value,
.customselect3 select:focus::-ms-value{background:#fff;}*/
.page-template-template_bestellung .footer,
.page-template-template_dashboard .footer,
.page-template-template_dauerbestellungen .footer,
.page-template-template_bestellhistorie .footer {
  background: #f6f8fa; }

.page-template-template_bestellung .footer .novatislogo,
.page-template-template_dashboard .footer .novatislogo,
.page-template-template_dauerbestellungen .footer .novatislogo,
.page-template-template_bestellhistorie .footer .novatislogo {
  background: #f6f8fa url(../images/noventi-group.svg) no-repeat; }

.dashboardWrap .filterTable.orderTable table td:last-child {
  min-width: 102px; }

.dashboardWrap .filterTable.orderTable table td:nth-child(7) {
  min-width: 102px; }

.page-template-template_erfolg .defaultPage {
  min-height: 455px; }

.articleList .customRadio [type="radio"]:checked + label.checkedLabel:after,
.articleList .customRadio [type="radio"]:not(:checked) + label.checkedLabel:after {
  background: url(../images/checked-gray.svg) no-repeat;
  background-size: 100% auto;
  opacity: 1;
  transform: inherit; }

.userEmail {
  display: block;
  margin: 0 0 26px 0;
  color: #002846;
  font-family: "DINNextLTPro-Medium";
  font-size: 29px;
  opacity: .73; }

.userEmail a {
  display: inline-block;
  vertical-align: top;
  color: #002846;
  font-family: "DINNextLTPro-Medium";
  font-size: 29px;
  opacity: .73;
  text-decoration: none; }

.learn.learnDasboard {
  margin: 0; }

.learn.learnDashboardLogin {
  margin-top: 2px; }

.calculationTable {
  width: 100%;
  float: left;
  text-align: right;
  margin: -10px 0 55px 0;
  /*max-width:683px;*/
  float: right; }

.calculationTable td {
  font-size: 18px;
  color: #002846;
  padding: 9px 0 0 0; }

.calculationTable td.calcSum {
  width: 101px;
  text-align: right; }

.calculationTable td.finalCalculation:last-child {
  text-align: right; }

@media (min-width: 1024px) {
  .calculationTable td.finalCalculation:last-child {
    width: 131px; } }
.calculationTable td.finalCalculation {
  font-size: 20px;
  font-family: "DINNextLTPro-Medium";
  padding: 29px 0 0 0; }

.tooltipicon {
  background: url(../images/tooltip-icon.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 7px 0 0;
  position: relative; }

.toolData {
  position: absolute;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 24px 20px 17px;
  width: 385px;
  text-align: left;
  bottom: 24px;
  position: absolute;
  left: -186.5px;
  z-index: 2;
  transition: all ease .3s;
  opacity: 0;
  visibility: hidden; }

.tooltipicon:hover .toolData {
  opacity: 1;
  visibility: visible; }

.toolData:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin: 0 0 0 -5px; }

.toolData p {
  font-size: 16px;
  font-family: "DINNextLTPro-Light";
  margin: 0 0 4px 0; }

.readyToPay {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 50px 0; }

.readyToPay .customRadio {
  width: 100%;
  margin: 0; }

.readyToPay .customRadio [type="radio"]:checked + label,
.readyToPay .customRadio [type="radio"]:not(:checked) + label {
  font-family: "DINNextLTPro-Medium"; }

.subtext {
  font-size: 16px;
  line-height: 24px;
  font-family: "DINNextLTPro-Light";
  display: block;
  max-width: 222px; }

.customRadio.customRadioDisabled [type="radio"]:checked + label:before,
.customRadio.customRadioDisabled [type="radio"]:not(:checked) + label:before {
  border: solid 1px #cccccc; }

.customRadio.customRadioDisabled [type="radio"]:checked + label:after,
.customRadio.customRadioDisabled [type="radio"]:not(:checked) + label:after {
  background: url(../images/checked-gray.svg) no-repeat;
  background-size: 100% auto; }

.customRadio.customRadioDisabled [type="radio"]:checked + label.checkedLabel:after,
.customRadio.customRadioDisabled [type="radio"]:not(:checked) + label.checkedLabel:after {
  background: url(../images/checked-gray.svg) no-repeat;
  background-size: 100% auto;
  opacity: 1;
  transform: inherit; }

.noactive {
  pointer-events: none; }

.noCartData {
  width: 100%;
  float: left;
  text-align: center;
  margin: 55px 0 0 0; }

.noCartData p {
  font-size: 18px;
  color: #002846; }

.filterTable.noTableData {
  border-bottom: none; }

.dashboardWrap .dashboardOrderHistoryTable.noTableData {
  margin-top: 90px; }

.customRadio2 [type="radio"]:checked,
.customRadio2 [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.customRadio2 [type="radio"]:checked + label,
.customRadio2 [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  font-size: 18px;
  color: #002846;
  width: 100%;
  font-family: "DINNextLTPro-Medium"; }

.customRadio2 [type="radio"]:checked + label:before,
.customRadio2 [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #e6003c; }

.customRadio2 [type="radio"]:checked + label {
  color: #002846; }

.customRadio2 [type="radio"]:checked + label.toggleSelected:after,
.customRadio2 [type="radio"]:not(:checked) + label.toggleSelected:after,
.customRadio2.customRadioDisabled [type="radio"]:checked + label.toggleSelected:after,
.customRadio2.customRadioDisabled [type="radio"]:not(:checked) + label.toggleSelected:after {
  background: url(../images/checked-red.svg) no-repeat;
  background-size: 100% auto;
  opacity: 1;
  transform: inherit; }

.customRadio2 [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.customRadio2 [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.customRadio2 [type="radio"]:checked + label .pollcount {
  color: #fff; }

.customRadio2 small {
  font-size: 16px;
  font-family: "DINNextLTPro-Light";
  padding: 0 15px 0 31px;
  width: 100%;
  float: left; }

.customRadio2 [type="radio"] + label.toggleSelected:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/checked-red.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: 100% auto; }

.accordRow {
  width: 100%;
  float: left;
  padding: 0 0 35px 0;
  border-bottom: 1px solid rgba(0, 40, 70, 0); }

.accordRow .dashboardWrap:last-child {
  margin-bottom: 0; }

.accordRow .filterTable {
  margin-bottom: 0; }

.accordRow.accordRowNoBorder {
  border-bottom: 1px solid rgba(0, 40, 70, 0.3); }

.accordRow.accordRowNoBorder .filterTable {
  border-bottom: 1px solid rgba(0, 40, 70, 0); }

.page-template-template_bestellung .intervalRow {
  margin: 37px 0 0 0; }

.page-template-template_bestellung .productInfoRow {
  margin: 16px 0 0 0; }

.pageHeading h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 0 25px 0 0;
  position: relative;
  font-family: "DINNextLTPro-Bold"; }

.pageHeading h3:after {
  width: 14px;
  height: 8px;
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  background: url(../images/accord.svg) no-repeat;
  transition: all ease .3s; }

.accordRow.accordRowNoBorder .pageHeading h3:after {
  transform: rotate(180deg); }

.pageHeadingMain {
  margin: 96px 0 0 0; }

.accordRow.accordRowLast {
  margin: 0 0 7px 0; }

.accordRow.accordRowLast.accordRowNoBorder {
  margin: 0 0 36px 0; }

.page-template-template_bestellung .readyToPay {
  margin: 38px 0 0 0; }

#produkte {
  width: 100%;
  float: left; }

.passRow {
  width: 100%;
  float: left;
  margin: 16px 0 0 0; }

.passRow a {
  font-size: 14px;
  line-height: 16px;
  color: #002846;
  position: relative;
  margin: 0 8px; }

.passRow a:after {
  border-right: 1px solid rgba(0, 40, 70, 0.3);
  content: "";
  position: absolute;
  top: -3px;
  right: -10px;
  width: 1px;
  height: 20px;
  content: ""; }

.passRow a:last-child:after {
  display: none; }

.page-template-template_dauerbestellungen .learn.learnDasboard,
.page-template-template_bestellhistorie .learn.learnDasboard {
  margin: 14px 0 0 0; }

.customRadio.customRadioDisabled [type="radio"]:checked + label.dysposalradio:before,
.customRadio.customRadioDisabled [type="radio"]:not(:checked) + label.dysposalradio:before {
  opacity: 0;
  visibility: hidden; }

.customRadio.customRadioDisabled [type="radio"]:checked + label.dysposalradio.checkedLabel:before,
.customRadio.customRadioDisabled [type="radio"]:not(:checked) + label.dysposalradio.checkedLabel:before {
  opacity: 1;
  visibility: visible; }

.customselect3.error {
  animation: wrong-log 0.3s; }

/*@keyframes hover_error {
  0%{transform: translateY(0px);}
  50%{transform: translateY(3px);}
  100%{transform: translateY(0px);}
}*/
@keyframes wrong-log {
  0%, 100% {
    left: 0px; }
  20% , 60% {
    left: 15px; }
  40% , 80% {
    left: -15px; } }
@media (min-width: 768px) {
  .page-template-template_dashboard .intervalRow .customselect3 {
    width: 100%; }

  .page-template-template_dashboard .intervalRow .customselect3 select {
    height: 80px;
    padding-left: 30px; }

  .page-template-template_dashboard .intervalRow .customselect3:after {
    width: 75px; } }
.page-template-template_dashboard .intervalRow .customselect3.error {
  border: 2px solid #eb192b;
  color: #eb192b; }

.page-template-template_dashboard .intervalRow .customselect3.error:after {
  background: url(../images/red-down.svg) no-repeat center center; }

input[type=text]::-ms-clear, input[type=password]::-ms-clear {
  display: none; }

@media (min-width: 1280px) {
  .page-template-template_dashboard .container,
  .page-template-template_dauerbestellungen .container,
  .page-template-template_bestellhistorie .container,
  .page-template-template_bestellung .container {
    width: 1200px; }

  .filterTable.orderTable.maintable thead th:first-child {
    min-width: 201px;
    max-width: 201px; }

  .filterTable.orderTable.maintable thead th:nth-child(2) {
    min-width: 132px;
    max-width: 132px; }

  .filterTable.orderTable.maintable thead th:nth-child(3) {
    min-width: 136px;
    max-width: 136px; }

  .filterTable.orderTable.maintable thead th:nth-child(4) {
    min-width: 151px;
    max-width: 151px; }

  .filterTable.orderTable.maintable thead th:nth-child(5) {
    min-width: 292px;
    max-width: 292px; }

  .filterTable.orderTable.maintable thead th:nth-child(6) {
    min-width: 127px;
    max-width: 127px; }

  .filterTable.orderTable.maintable thead th:nth-child(7) {
    min-width: 210px;
    max-width: 210px; }

  .filterTable.orderTable.maintable thead th:nth-child(8) {
    min-width: 131px;
    max-width: 131px; }

  .calculationTable td:first-child {
    padding-right: 101px; }

  .page-template-template_bestellung .pageHeadingMain {
    margin: 0;
    padding: 96px 0 0 0; }

  .page-template-template_bestellung .dashboardWrap .dashboardOrderHistoryTable {
    margin: 14px 0 0 0;
    padding: 96px 0 0 0; }

  .page-template-template_bestellung .dashboardWrap .dashboardOrderTable {
    /*margin:61px 0 0 0; padding:96px 0 0 0;*/
    margin: 131px 0 0 0; }

  .passRow a:hover {
    text-decoration: none;
    color: #e6003c; }

  #standingorders .orderTable.dauerTable .table > thead > tr > td:first-child,
  #standingorders .orderTable.dauerTable .table > tbody > tr > td:first-child,
  #standingorders orderTable.dauerTable .table > tfoot > tr > td:first-child {
    min-width: 168px; }

  #standingorders .orderTable.dauerTable .table > thead > tr > td:nth-child(2),
  #standingorders .orderTable.dauerTable .table > tbody > tr > td:nth-child(2),
  #standingorders .orderTable.dauerTable .table > tfoot > tr > td:nth-child(2) {
    min-width: 148px; }

  #standingorders .orderTable.dauerTable .table > thead > tr > td:nth-child(4),
  #standingorders .orderTable.dauerTable .table > tbody > tr > td:nth-child(4),
  #standingorders .orderTable.dauerTable .table > tfoot > tr > td:nth-child(4) {
    min-width: 266px; } }
@media (min-width: 1024px) {
  /*.page-template-template_dashboard .dashboardWrap .filterTable.orderTable table td:nth-child(8),
  .page-template-template_bestellung .filterTable.orderTable table td:nth-child(8) {width: 126px;}*/
  .page-template-template_bestellung .filterTable.orderTable table td:nth-child(8) {
    width: 126px; }

  /*.page-template-template_bestellung .filterTable.orderTable table td:nth-child(7) {width: 126px;}*/
  .filterTable table th.vptab, .filterTable table td.vptab {
    min-width: 68px; }

  .articleListBig ul {
    width: 650px; } }
.carterror {
  width: 100%;
  float: left; }

.carterror .learn {
  margin: 0; }

@media (min-width: 768px) {
  .page-template-template_dashboard .footer,
  .page-template-template_bestellung .footer,
  .page-template-template_bestellhistorie .footer {
    position: relative;
    top: 118px; } }
@media (max-width: 767px) {
  .page-template-template_dashboard .footer {
    position: relative;
    top: 46px; } }
@media (max-width: 1300px) {
  .eventClose {
    width: 30px; } }
@media (max-width: 1300px) and (min-width: 1200px) {
  .articleListBig li {
    font-size: 14px; }

  /*.articleListBig li .item1{width:70px; padding:0 5px 0 0;}
  .articleListBig li .item2{width:120px; padding:0 5px 0 0;}
  .articleListBig li .item3{width:74px; padding:0 5px 0 0;}*/
  .articleListBig .customRadio [type="radio"]:checked + label,
  .articleListBig .customRadio [type="radio"]:not(:checked) + label {
    font-size: 14px; } }
@media (max-width: 1279px) {
  .userEmail a {
    font-size: 23px; }

  .userEmail {
    margin: 0 0 18px 0;
    font-size: 23px; }

  .calculationTable td {
    font-size: 15px; }

  .calculationTable td.finalCalculation {
    font-size: 17px;
    padding: 20px 0 0 0; } }
@media (max-width: 1279px) and (min-width: 1024px) {
  .filterTable.orderTable.maintable thead th:first-child {
    min-width: 140px;
    max-width: 140px; }

  .filterTable.orderTable.maintable thead th:nth-child(2) {
    min-width: 60px;
    max-width: 60px; }

  .filterTable.orderTable.maintable thead th:nth-child(3) {
    min-width: 90px;
    max-width: 90px; }

  .filterTable.orderTable.maintable thead th:nth-child(4) {
    min-width: 100px;
    max-width: 100px; }

  .filterTable.orderTable.maintable thead th:nth-child(5) {
    min-width: 180px;
    max-width: 180px; }

  .filterTable.orderTable.maintable thead th:nth-child(6) {
    min-width: 97px;
    max-width: 97px; }

  .filterTable.orderTable.maintable thead th:nth-child(7) {
    min-width: 180px;
    max-width: 180px; }

  .filterTable.orderTable.maintable thead th:nth-child(8) {
    min-width: 101px;
    max-width: 101px; }

  .calculationTable td:first-child {
    padding-right: 101px; }

  .subtext {
    padding-right: 10px; } }
@media (max-width: 1199px) {
  .eventTitle {
    width: 280px; }

  .eventDes {
    width: 485px; }

  .orderTable.dauerTable .table > thead > tr > td:nth-child(3),
  .orderTable.dauerTable .table > tbody > tr > td:nth-child(3),
  .orderTable.dauerTable .table > tfoot > tr > td:nth-child(3) {
    width: 480px; } }
@media (max-width: 1199px) and (min-width: 768px) {
  .headerRight ul li {
    margin: 0 15px; }

  .userIcon {
    margin-left: 0; }

  .searchIcon {
    margin-right: 10px; }

  .headerRight .button1 {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .page-template-template_dashboard .container,
  .page-template-template_bestellung .container {
    width: 1000px; } }
@media (max-width: 1199px) {
  /*@media(min-width:1024px){
    .articleListBig ul li{border-bottom:1px solid #eaeaea; margin:0 0 10px 0; padding:5px 0 10px 0;}
    .articleListBig ul li .item1{width:48%; padding:3px 10px 3px 0;}
    .articleListBig ul li .item2{width:48%; padding:3px 10px 3px 0;}
    .articleListBig ul li .item3{width:48%; padding:3px 10px 3px 0;}
    .articleListBig ul li .item4{width:48%; padding:3px 10px 3px 0;}
  }*/
  .page-template-template_erfolg .defaultPage {
    min-height: 400px; } }
@media (max-width: 1023px) {
  .userIcon {
    margin: 23px 0 0 15px; }

  .cartIcon {
    margin: 23px 0 0 0; }

  .orderTable .table > thead > tr > td,
  .orderTable .table > tbody > tr > td,
  .orderTable .table > tfoot > tr > td {
    padding: 15px 0;
    border-top: 1px solid rgba(0, 40, 70, 0.3); }

  .filterTable.orderTable table td:last-child {
    border-bottom: 1px solid rgba(0, 40, 70, 0.3); }

  .orderTable .table50.visible-xs.visible-sm {
    opacity: .6; }

  .filterTable.orderTable table tr {
    margin: 0 0 78px 0; }

  .orderTable.dauerTable .table > thead > tr > td:first-child,
  .orderTable.dauerTable .table > tbody > tr > td:first-child,
  .orderTable.dauerTable .table > tfoot > tr > td:first-child {
    width: 100%; }

  .orderTable.dauerTable .table > thead > tr > td:nth-child(2),
  .orderTable.dauerTable .table > tbody > tr > td:nth-child(2),
  .orderTable.dauerTable .table > tfoot > tr > td:nth-child(2) {
    width: 100%; }

  .orderTable.dauerTable .table > thead > tr > td:nth-child(3),
  .orderTable.dauerTable .table > tbody > tr > td:nth-child(3),
  .orderTable.dauerTable .table > tfoot > tr > td:nth-child(3) {
    width: 100%;
    position: relative; }

  .orderTable.dauerTable .table > thead > tr > td:nth-child(4),
  .orderTable.dauerTable .table > tbody > tr > td:nth-child(4),
  .orderTable.dauerTable .table > tfoot > tr > td:nth-child(4) {
    width: 100%; }

  .orderTable.dauerTable .table > thead > tr > td:nth-child(5),
  .orderTable.dauerTable .table > tbody > tr > td:nth-child(5),
  .orderTable.dauerTable .table > tfoot > tr > td:nth-child(5) {
    width: 100%; }

  .orderTable.dauerTable.dashboardOrderHistoryTable .table > thead > tr > td:nth-child(4),
  .orderTable.dauerTable.dashboardOrderHistoryTable .table > tbody > tr > td:nth-child(4),
  .orderTable.dauerTable.dashboardOrderHistoryTable .table > tfoot > tr > td:nth-child(4) {
    width: 100%; }

  .orderTable.dauerTable.dashboardOrderHistoryTable .table > thead > tr > td:nth-child(5),
  .orderTable.dauerTable.dashboardOrderHistoryTable .table > tbody > tr > td:nth-child(5),
  .orderTable.dauerTable.dashboardOrderHistoryTable .table > tfoot > tr > td:nth-child(5) {
    width: 100%;
    min-height: 1px; }

  .orderPage .filterTable table .table50 {
    min-height: 1px; }

  .articleList {
    position: static; }

  .articleList ul {
    background: #e2f1fa;
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 15px;
    top: 81px;
    max-height: 233px;
    overflow-y: auto; }

  .articleList li {
    position: static; }

  .articleList ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #999;
    padding: 0 0 18px 0; }

  .articleList ul li:last-child {
    border-bottom: none;
    padding: 0; }

  .articleListBig li .item1 {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    position: relative;
    margin: 3px 0; }

  .articleListBig li .item1:before,
  .articleListBig li .item2:before,
  .articleListBig li .item3:before,
  .articleListBig li .item4:before {
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    margin: -3px 0 0 0; }

  .articleListBig li .item2 {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    position: relative;
    margin: 3px 0; }

  .articleListBig li .item3 {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    position: relative;
    margin: 3px 0; }

  .articleListBig li .item4 {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    position: relative;
    margin: 3px 0; }

  .customselect3.fancyDrop1 {
    top: 0; }

  .orderTable.dauerTable .table > thead > tr > td,
  .orderTable.dauerTable .table > tbody > tr > td,
  .orderTable.dauerTable .table > tfoot > tr > td {
    padding: 30px 0 24px 0; }

  .customRadio {
    margin: 0; }

  .calculationTable {
    max-width: 100%;
    margin: -10px 0 35px 0; }

  .calculationTable td {
    font-size: 15px;
    text-align: left;
    width: 50%;
    float: left;
    line-height: 22px;
    /*padding-right:10px;*/ }

  .calculationTable td.calcSum {
    width: 50%; }

  .calculationTable td:fist-child {
    padding-right: 15px; }

  .calculationTable td.finalCalculation {
    font-size: 17px;
    padding: 15px 0 0 0; }

  .toolData {
    left: 0;
    max-width: 290px;
    padding: 15px 15px 12px; }

  .toolData p {
    font-size: 14px;
    margin: 0; }

  .headerRight .button1 {
    border-radius: 30px; } }
@media (max-width: 991px) {
  .eventSlider .owl-theme .owl-nav {
    display: none; }

  .eventClose {
    width: 45px; }

  .eventTitle {
    width: 100%;
    padding: 0 50px 0 0;
    margin: 0 0 10px 0;
    font-size: 16px; }

  .eventDes {
    width: 100%;
    padding: 0 50px 0 0; } }
@media (max-width: 767px) {
  .pageHeading h1,
  .pageHeading h2,
  .pageHeading h3 {
    font-size: 24px;
    line-height: 28px; }

  /*.filterTable.orderTable{margin:112px 0 28px 0;}*/
  .filterTable.orderTable {
    margin: 70px 0 0 0; }

  .customRadio [type="radio"]:checked + label, .customRadio [type="radio"]:not(:checked) + label {
    font-size: 15px;
    line-height: 17px; }

  .customRadio [type="radio"]:checked + label:before, .customRadio [type="radio"]:not(:checked) + label:before {
    width: 14px;
    height: 14px; }

  .customRadio [type="radio"]:checked + label:after, .customRadio [type="radio"]:not(:checked) + label:after {
    width: 14px;
    height: 14px; }

  /*.customRadio small{font-size:12px;}*/
  .quantity {
    width: 106px; }

  .quantity input {
    font-size: 15px; }

  .orderImg {
    max-width: 60px; }

  .quantity-button.quantity-up, .quantity-button.quantity-down {
    width: 30px;
    background-size: 11px 10px; }

  .priceRowLeft .ordertext {
    font-size: 15px;
    line-height: 22px;
    /*opacity: 0.6;*/ }

  .priceRowLeft small {
    font-size: 13px;
    line-height: 19.5px;
    /*opacity: 0.6;*/ }

  .priceRowRight span {
    font-size: 18px; }

  /*.intervalRow{margin:29px 0 0 0;}*/
  .readyToPay {
    margin: 0 0 29px 0; }

  .intervalRow .ordertext {
    font-size: 15px;
    /*opacity: 0.6;*/
    width: 50%;
    float: left;
    padding-right: 10px; }

  .customselect3 {
    float: left;
    width: 148px;
    z-index: 0; }

  .customselect3 select {
    height: 40px;
    font-size: 15px; }

  .productInfoRow .ordertext {
    font-size: 15px;
    /*opacity: 0.6;*/
    width: 50%;
    float: left; }

  .productInfoRow .learn {
    font-size: 15px;
    line-height: 19px;
    width: 50%;
    float: left;
    margin-bottom: 5px; }

  .productInfoRow {
    padding: 0 0 20px 0;
    margin: 13px 0 0 0; }

  .orderButton {
    font-size: 15px;
    margin: 30px 0 79px 0; }

  .orderCompleteRow .orderButton {
    width: 320px; }

  /*.historyRedirectBtn{margin:0;}*/
  .historyRedirectBtn {
    margin: 25px 0 0 0; }

  .page-template-template_dashboard .orderButton {
    margin: 21px 0 0 0; }

  .articleList ul {
    top: 77px; }

  .articleListBig li {
    font-size: 15px; }

  .articleListBig .customRadio [type="radio"]:checked + label,
  .articleListBig .customRadio [type="radio"]:not(:checked) + label {
    font-size: 15px;
    line-height: 17px; }

  .articleListBig li .item4:empty {
    display: none; }

  .articleList li a {
    font-size: 15px; }

  .customRadio small {
    padding: 0 0 0 24px; }

  .customRadio [type="radio"]:checked + label,
  .customRadio [type="radio"]:not(:checked) + label {
    padding-left: 24px; }

  .page-template-template_erfolg .defaultPage {
    min-height: 270px; }

  .noCartData {
    margin: 30px 0 0 0; }

  .noCartData p {
    font-size: 16px;
    line-height: 24px; }

  .dashboardWrap .dashboardOrderHistoryTable.noTableData {
    margin-top: 50px; }

  .filterTable.orderTable.dauerTable.dashboardOrderTable.noTableData {
    margin-top: 50px; }

  .userEmail a, .userEmail {
    font-size: 19px; }

  .productInfoRow .ordertext {
    width: 100%; }

  .productInfoRow .learn {
    width: auto; }

  .customRadio2 [type="radio"]:checked + label:after,
  .customRadio2 [type="radio"]:not(:checked) + label:after,
  .customRadio2 [type="radio"]:checked + label:before,
  .customRadio2 [type="radio"]:not(:checked) + label:before {
    width: 14px;
    height: 14px;
    top: 2px; }

  .customRadio2 [type="radio"]:checked + label,
  .customRadio2 [type="radio"]:not(:checked) + label {
    font-size: 15px;
    line-height: 20px;
    padding-left: 24px; }

  .calculationTable {
    margin: 20px 0 35px 0; }

  .page-template-template_dauerbestellungen .learn.learnDasboard,
  .page-template-template_bestellhistorie .learn.learnDasboard {
    margin: 9px 0 0 0; }

  .passRow {
    margin: 10px 0 0 0; }

  .pageHeading h3:after {
    top: 9px; }

  .page-template-template_dashboard .intervalRow .customselect3 select {
    padding-left: 10px; }

  .page-template-template_dashboard .intervalRow .customselect3:after {
    width: 35px; }

  .page-template-template_bestellhistorie .footer {
    margin-top: 46px; } }
@media (max-width: 481px) {
  .customRadio {
    width: 100%; } }
@media (max-width: 340px) {
  .orderCompleteRow .orderButton {
    width: 280px; } }

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