@charset "UTF-8";

/* open-sans-300 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/design/fonts/open-sans-v34-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/design/fonts/open-sans-v34-latin-300.eot?#iefix") format("embedded-opentype"), url("/design/fonts/open-sans-v34-latin-300.woff2") format("woff2"), url("/design/fonts/open-sans-v34-latin-300.woff") format("woff"), url("/design/fonts/open-sans-v34-latin-300.ttf") format("truetype"), url("/design/fonts/open-sans-v34-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/design/fonts/open-sans-v34-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/design/fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("/design/fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("/design/fonts/open-sans-v34-latin-regular.woff") format("woff"), url("/design/fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("/design/fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/design/fonts/open-sans-v34-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/design/fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("/design/fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("/design/fonts/open-sans-v34-latin-700.woff") format("woff"), url("/design/fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("/design/fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00549c !important;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00549c !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00549c !important;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00549c !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #00549c !important;
}

select {
  color: #00549c !important;
}

body {
  font-family: 'Open Sans', "Helvetica Neue", sans-serif;
  background: #fff;
  font-size: 17px;
  line-height: 1.6;
}

@media (min-width: 1200px) {
  body {
    padding-top: 110px;
  }
}

h2,
h3,
.h2,
.h3 {
  font-weight: normal;
}

input[type=checkbox]:checked + label:before {
  line-height: 21px;
  padding-left: 3px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f3f5f8;
}

#app {
  background: transparent;
}

.theme-content {
  margin-bottom: 0;
}

/**
 Center LI style
 */

.frame-type-theme_imagegrid li,
.layout-standard-center li,
.layout-inner-center li,
.text-center li,
li.text-center {
  list-style-position: inside;
}

.frame {
  margin-top: 0;
  margin-bottom: 0;
}

.frame-space-before-reset {
  padding-top: 0 !important;
}

.frame-space-after-reset {
  padding-bottom: 0 !important;
}

.frame-space-before-extra-small {
  padding-top: 1rem !important;
}

.frame-space-after-extra-small {
  padding-bottom: 1rem !important;
}

.frame-space-before-small {
  padding-top: 2rem !important;
}

.frame-space-after-small {
  padding-bottom: 2rem !important;
}

.frame-space-before-medium {
  padding-top: 3rem !important;
}

.frame-space-after-medium {
  padding-bottom: 3rem !important;
}

.frame-space-before-large {
  padding-top: 4rem !important;
}

.frame-space-after-large {
  padding-bottom: 4rem !important;
}

.frame-space-before-extra-large {
  padding-top: 5rem !important;
}

.frame-space-after-extra-large {
  padding-bottom: 5rem !important;
}

/**
 * Dektop: Max Width 1440 --------------------------------------------
 */

@media (min-width: 1400px) {
  .container {
    padding: 0;
  }

  #searchbar,
  .frame,
  .shell {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  #searchbar {
    width: 1440px;
  }

  body.intl.search-visible #app #header {
    border-bottom: 0;
  }

  body.intl.search-visible #searchbar {
    -webkit-box-shadow: 0px 7px 14px 2px rgba(0, 84, 156, 0.18);
            box-shadow: 0px 7px 14px 2px rgba(0, 84, 156, 0.18);
  }
}

/**
 * Frame: Full Width --------------------------------------------
 */

.container {
  max-width: 100%;
  width: auto;
}

#wrap {
  max-width: 100%;
}

.frame-fw {
  max-width: 100%;
}

.frame-fw .container {
  max-width: 1440px;
}

/**
 * Grid Elemente ---------------------------------------
 */

.gridelement > .container {
  max-width: 1440px;
  margin: 0 auto;
}

/**
 * Header --------------------------------------------
 */

body #app #header {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0;
  width: 100%;
  border-bottom: 1px solid lightgray;
}

body #app #header .header-top,
body #app #header .header-main {
  max-width: 1440px;
  margin: 0 auto;
}

body #app #header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body #app #header .header-top > div {
  padding: 6px 33px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

body #app #header .header-top a {
  text-decoration: none;
}

body #app #header .header-top > .header-top-shop {
  padding: 6px 20px;
}

body #app #header .header-top .header-top-lang {
  position: relative;
}

body #app #header .header-top .header-top-lang .dropdown-menu {
  background-color: #3379ad !important;
}

@media (max-width: 768px) {
  body #app #header .header-top .header-top-contact,
  body #app #header .header-top .header-top-lang {
    padding: 8px 9px;
  }

  body #app #header .header-top .header-top-shop {
    margin-left: 10px;
  }
}

body #app #header .header-top-shop {
  background: #00549c;
  color: #fff;
}

body #app #header .header-top-shop a {
  color: #fff;
  text-decoration: none;
}

body #app #header .header-top-moid {
  background: #3187f6;
  color: #fff;
}

body #app #header .header-top-moid a {
  color: #fff;
  text-decoration: none;
}

body #app #header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

body #app #header .header-main-logo {
  display: block;
  padding: 12px 20px;
  line-height: 47px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #app #header .header-main-logo .logo-desktop {
  height: 30px;
  max-width: initial;
  margin: 0 12px;
}

body #app #header .header-main-logo .logo-mobile {
  height: 35px;
  width: 74px;
  max-width: initial;
}

@media (max-width: 1024px) {
  body #app #header .header-main-logo {
    width: calc(100% - 160px);
  }
}

body #app #header .header-main-menu {
  width: 100%;
  background: #00549c;
  color: #fff;
  padding: 0 20px;
  margin: 0;
}

@media (max-width: 1024px) {
  body #app #header .header-main-menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    overflow: auto;
    height: calc(100vh - 95px);
  }
}

@media (max-width: 767px) {
  body #app #header .header-main-menu {
    top: 60px;
  }
}

@media (max-width: 1024px) {
  body #app #header.menu-open .header-main-menu {
    display: block;
  }
}

@media (max-width: 1024px) {
  body #app #header .header-top {
    display: none;
  }
}

body #app #header .header-main-menu > ul {
  width: 100%;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
}

@media (max-width: 1024px) {
  body #app #header .header-main-menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

body #app #header .header-main-menu > ul > li {
  display: block;
  list-style: none;
  line-height: 76px;
  padding: 0 20px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  body #app #header .header-main-menu > ul > li {
    padding: 0;
    line-height: 55px;
    border-bottom: 1px solid #fff;
  }
}

body #app #header .header-main-menu > ul > li > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

@media (max-width: 1024px) {
  body #app #header .header-main-menu > ul > li > a {
    display: block;
    padding: 0 20px;
  }

  body #app #header .header-main-menu > ul > li > a:hover {
    background: #fff;
    color: #00549c;
  }
}

body #app #header .header-main-menu > ul > li button {
  display: inline-block;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
}

@media (max-width: 1024px) {
  body #app #header .header-main-menu > ul > li button {
    display: none;
  }
}

body #app #header .header-main-toggle,
body #app #header .header-main-search {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

body #app #header .header-main-toggle i,
body #app #header .header-main-search i {
  font-size: 24px;
}

body #app #header .header-main-toggle {
  display: none;
}

@media (max-width: 1024px) {
  body #app #header .header-main-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body #app #header .dropdown-menu {
  padding: 0;
  background: #00549c;
}

@media (max-width: 1024px) {
  body #app #header .dropdown-menu {
    display: block;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    margin-top: -3px;
    padding: 0 20px;
    padding-bottom: 14px;
  }
}

body #app #header .dropdown-menu li a {
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  body #app #header .dropdown-menu li a {
    padding: 0 20px;
    line-height: 55px;
  }
}

body #app #header .dropdown-menu li a:hover {
  background: #fff;
  color: #00549c;
}

body #app #header .dropdown:hover .dropdown-menu.level-2,
body #app #header [data-toogle="dropdown"]:hover .dropdown-menu.level-2 {
  display: block;
  margin-top: -3px;
}

body #app #header .dropdown-submenu:hover .dropdown-menu.level-3 {
  display: block;
  top: 0;
  left: 150px;
}

body #app #header #nav > ul > li.dropdown:last-of-type .dropdown-submenu .dropdown-menu.level-3 {
  left: initial;
  right: 207px;
}

/**
 * Bottom --------------------------------------------
 */

#bottom_1,
#bottom_2 {
  text-align: right;
}

#bottom {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #00549c;
  color: #fff;
}

#bottom a,
#bottom h4 {
  color: #fff;
}

#bottom h4 {
  font-weight: bold;
  text-transform: uppercase !important;
}

#bottom a {
  text-decoraton: none;
}

#bottom a,
#bottom a:hover {
  text-decoration: none;
}

#bottom a:hover {
  text-decoration: underline;
}

#bottom .container {
  max-width: 1440px;
  margin: 0 auto;
}

#bottom .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 90%;
}

#bottom .bottom-links {
  width: 16.5%;
  padding: 0 10px;
}

#bottom .bottom-links ul,
#bottom .bottom-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#bottom .bottom-logo {
  width: 34%;
  text-align: center;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bottom .bottom-logo img {
  width: auto;
  max-width: 49%;
}

#bottom .bottom-logo-links {
  padding-top: 10px;
}

@media (max-width: 1199px) {
  #bottom .bottom-logo {
    width: 36%;
  }

  #bottom .bottom-logo img {
    max-width: 61%;
  }
}

@media (max-width: 1100px) {
  #bottom .bottom-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  #bottom .bottom-logo {
    display: none;
  }

  #bottom .bottom-links {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}

/**
 * Searchbar --------------------------------------------
 */

#searchbar {
  position: fixed;
  top: 110px;
}

@media (max-width: 1024px) {
  #searchbar .btn {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  body.intl #searchbar {
    top: 72px;
  }
}

@media (max-width: 767px) {
  body.intl #searchbar {
    top: 60px;
  }
}

body.intl.scrolling #searchbar {
  top: 110px;
}

@media (max-width: 1024px) {
  body.intl.scrolling #searchbar {
    top: 72px;
  }
}

@media (max-width: 767px) {
  body.intl.scrolling #searchbar {
    top: 60px;
  }
}

/**
 * Footer --------------------------------------------
 */

#footer {
  text-align: center;
  background: #00549c;
  color: #fff;
  margin-top: 0;
}

#footer .links,
#footer .about,
#footer .social {
  background: transparent;
  padding: 15px 15px;
}

#footer .links {
  padding-top: 40px;
}

#footer .about {
  padding-bottom: 40px;
}

#footer .links .pages {
  display: block;
  width: 100%;
  text-align: center;
  float: none;
  font-size: 90%;
}

#footer .links .pages .page-link {
  padding: 0 10px;
}

#footer .links a {
  font-weight: normal;
  text-decoration: none;
}

#footer .links a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #footer .links {
    padding-top: 10px;
  }

  #footer .links .pages {
    padding: 0;
  }

  #footer .links .page-link {
    font-size: 100%;
  }
}

#footer .social {
  background: #fff;
  color: #00549c;
  padding-bottom: 60px;
  padding-top: 40px;
}

#footer .social h3 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 20px;
  color: #00549c;
}

#footer .social .social-links {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .social a {
  font-size: 20px;
  margin: 0 15px;
  border-radius: 50%;
  background: #00549c;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none !important;
}

body[data-type="101"] .container,
body[data-type="101"] .shell {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.contenttable > tbody > tr > td {
  border: 0;
}

.news-grid .news-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.news-grid .news-box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 15px;
  position: relative;
}

@media (max-width: 1024px) {
  .news-grid .news-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.news-grid .news-box .news-inner {
  background: #ececec;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.news-grid .news-box .news-inner .news-content,
.news-grid .news-box .news-inner .news-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 768px) {
  .news-grid .news-box .news-inner .news-content,
  .news-grid .news-box .news-inner .news-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.news-grid .news-box .news-image {
  position: relative;
}

.news-grid .news-box .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-grid .news-box .news-content-inner {
  padding: 15px;
  position: relative;
}

.news-grid .news-box .news-title {
  margin-bottom: 23px;
  color: #00549c;
}

.news-grid .news-box .news-date {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  padding: 7px 20px 8px;
  border-top-left-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
}

.news-grid .news-box .news-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: right;
  margin-bottom: -17px;
}

.news-grid .news-box .link-more {
  color: #00549c;
  font-weight: bold;
}

.news-grid .news-box .news-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.news-scroll .news-box {
  width: 340px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-scroll .news-inner {
  margin: 15px;
  background: #fff;
  -webkit-box-shadow: 6px 7px 9px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 6px 7px 9px 0px rgba(0, 0, 0, 0.18);
  height: calc(100% - 25px);
  border-bottom: 4px solid #00549c;
}

.news-scroll .news-image {
  height: 180px;
  overflow: hidden;
}

.news-scroll .news-image div,
.news-scroll .news-image a,
.news-scroll .news-image img {
  height: 100%;
  width: 100%;
}

.news-scroll .news-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
}

.news-scroll .news-image a {
  display: block;
}

.news-scroll .news-content {
  padding: 15px;
}

.news-scroll .news-date {
  padding-bottom: 5px;
  font-size: 80%;
  color: #484848;
}

.news-scroll .news-entry {
  display: none;
}

.news-scroll .news-title {
  font-size: 18px;
  font-weight: normal;
}

.news-scroll .news-title a {
  text-decoration: none;
}

.news-scroll .news-readmore {
  font-size: 12px;
  font-weight: bold;
  color: #3187f6;
  text-transform: uppercase;
  text-decoration: none;
}

.news-scroll .news-readmore:after {
  display: inline-block;
  content: "\2192";
  padding-left: 5px;
}

.frame-type-theme_header .headline,
.frame-type-theme_headerbasic .headline {
  background: #00549c;
  color: #fff;
}

.frame-type-theme_header .headline > *,
.frame-type-theme_headerbasic .headline > * {
  color: #fff;
}

.frame-type-theme_header .headline-primary {
  background: #00549c;
}

.frame-type-theme_header .headline-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.frame-type-theme_headerbasic .headline {
  background-color: rgba(0, 84, 156, 0.8);
  border: 2px solid transparent;
}

.frame-type-theme_headerbasic .header-linked .headline:hover {
  border-color: #00549c;
  background-color: #fff;
  color: #00549c;
}

.frame-type-theme_headerbasic .header-linked .headline:hover .headline-title {
  color: #00549c;
}

.frame-type-theme_quote blockquote {
  color: #00549c;
}

.frame-type-theme_quote cite {
  color: #000;
}

.frame-type-theme_quote p::before,
.frame-type-theme_quote p::after {
  color: #00549c;
}

.frame-type-theme_headline .headline {
  text-transform: none;
  padding: 4rem 0 0 0;
}

.frame-type-theme_text .textwrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.frame-type-theme_testimonial blockquote,
.frame-type-theme_text blockquote,
.frame-type-theme_quote blockquote {
  border: 0;
  padding: 0;
  color: #00549c;
  margin: 10px 0px;
  font-size: 24px;
  line-height: 1.3;
  width: auto;
}

@media (max-width: 900px) {
  .frame-type-theme_testimonial blockquote,
  .frame-type-theme_text blockquote,
  .frame-type-theme_quote blockquote {
    margin: 10px 15px;
  }
}

/**
 * Large Blockquote
 */

@media (min-width: 1024px) {
  body[data-type="101"] .frame-type-theme_testimonial blockquote,
  body[data-type="101"] .frame-type-theme_text blockquote,
  body[data-type="101"] .frame-type-theme_quote blockquote {
    margin: 10px -60px 10px -60px;
  }
}

.frame-type-theme_intro .intro-text {
  font-weight: bold;
  font-size: 100%;
  width: 100%;
  text-align: left;
  padding: 0;
}

.frame-type-theme_button .btn-inverted {
  background: transparent !important;
  border-color: #00549c !important;
  color: #00549c !important;
}

.frame-type-theme_button .btn-inverted:active,
.frame-type-theme_button .btn-inverted:hover {
  background: #00549c !important;
  border-color: #00549c !important;
  color: #fff !important;
}

.frame-type-theme_button .theme-content-img .btn-normal:active,
.frame-type-theme_button .theme-content-img .btn-normal:hover {
  background: #00549c !important;
  border-color: #fff !important;
  color: #fff !important;
}

.frame-type-theme_button .theme-content-img .btn-inverted {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: #00549c !important;
  color: #00549c !important;
}

.frame-type-theme_button .theme-content-img .btn-inverted:active,
.frame-type-theme_button .theme-content-img .btn-inverted:hover {
  background: #00549c !important;
  border-color: #00549c !important;
  color: #fff !important;
}

.frame-type-theme_linkblocks {
  /**
   * Style "img-bg"
   */
}

.frame-type-theme_linkblocks .blocks- .blocks-item,
.frame-type-theme_linkblocks .blocks-img-bg .blocks-item {
  height: 200px;
}

.frame-type-theme_linkblocks .blocks- .title,
.frame-type-theme_linkblocks .blocks-img-bg .title {
  background-color: #000;
  text-transform: none;
}

.frame-type-theme_linkblocks .blocks- .overlay:hover .title,
.frame-type-theme_linkblocks .blocks-img-bg .overlay:hover .title {
  background-color: #00549c;
  text-transform: none;
}

.frame-type-theme_divider .divider-element {
  border-top-color: #00549c;
}

.pteaser-new {
  background-color: #00549c;
}

.frame-type-theme_testimonial .text {
  border-top-color: #00549c;
  border-bottom-color: #00549c;
}

.frame-type-theme_testimonial .testimonial_tu-br .image,
.frame-type-theme_testimonial .testimonial_tu-bl .image {
  border-width: 5px;
  border-color: #00549c;
}

.frame-type-theme_testimonial .quote {
  font-size: 100%;
  color: #000;
  font-weight: normal;
}

.frame-type-theme_footer .theme-content,
.frame-type-theme_footer .footer-title {
  color: #fff;
}

.frame-type-theme_footer .theme-content:not(.theme-content-bg) {
  background-color: #00549c;
}

.frame-type-theme_footer .footer-button {
  background: #fff;
  color: #00549c;
}

.frame-type-theme_footer .ico-location {
  background-image: url("/design/img/intl/icon-location-mi.png");
}

.frame-type-theme_headerintro .header-intro-box {
  background: rgba(0, 84, 156, 0.8);
}

@media (max-width: 790px) {
  .frame-type-theme_headerintro .header-intro-box {
    background: #00549c;
  }
}

.frame-type-theme_gallery .theme-content {
  background: rgba(0, 0, 0, 0.05);
}

.frame-type-theme_gallery .theme-content-bg .theme-content-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.frame-type-theme_gallery .slick-prev:before,
.frame-type-theme_gallery .slick-next:before {
  color: #00549c;
}

.frame-type-theme_gallery .container {
  padding: 0 38px;
}

.frame-type-theme_gallery .gallery-item a {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  height: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.frame-type-theme_productgrid .pgrid {
  background-color: #f3f6fb;
}

.frame-type-theme_productgrid .theme-content-bg .pgrid {
  background: none;
  padding-top: 0;
}

.frame-type-theme_productgrid.frame-fw .theme-content-wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.frame-type-dce_dceuid51 .event {
  background-color: #f3f6fb;
}

h2 {
  font-size: 36px;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #00549c;
  color: #00549c;
}

.btn-outline-primary:hover {
  background-color: #00549c;
  border-color: #00549c;
  color: #fff;
}

/**
 Product Grid
 */

.frame-type-theme_productgrid .pgrid-headline {
  padding-bottom: 30px;
}

.frame-type-theme_productgrid .pgrid-headline,
.frame-type-theme_productgrid .pgrid-headline > * {
  font-weight: 300;
  font-size: 25px;
}

.frame-type-theme_productgrid .pgrid-headline > * {
  margin-bottom: 0;
}

/**
 Page Grid
 */

.frame-type-theme_pagegrid .lgrid-link {
  color: #00549c;
}

.frame-type-theme_pagegrid .lgrid-headline {
  padding-bottom: 30px;
}

.frame-type-theme_pagegrid .lgrid-headline,
.frame-type-theme_pagegrid .lgrid-headline > * {
  font-weight: 300;
  font-size: 25px;
}

.frame-type-theme_pagegrid .lgrid-headline > * {
  margin-bottom: 0;
}

.frame-type-theme_slider.frame-fw .theme-content-wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.frame-type-theme_slider .theme-content-wrap {
  overflow: hidden;
}

.frame-type-theme_slider .carousel-inner {
  overflow: visible;
  padding-bottom: 110px;
}

.frame-type-theme_slider .carousel-control {
  background: none;
  width: 80px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .frame-type-theme_slider .carousel-control {
    width: 20px;
  }
}

.frame-type-theme_slider .carousel-control .icon-wrap {
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  background: #3187f6;
  width: 35px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  border: 4px solid #fff;
}

.frame-type-theme_slider .carousel-control.right .icon-wrap {
  padding-left: 3px;
}

@media (max-width: 767px) {
  .frame-type-theme_slider .tslider-item {
    height: 440px !important;
  }
}

.frame-type-theme_slider .tslider-item-wrap {
  position: relative;
}

.frame-type-theme_slider .tslider-bubble {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
}

.frame-type-theme_slider .tslider-bubble-wrap {
  padding: 0 70px;
  margin-bottom: -60px;
}

@media (max-width: 768px) {
  .frame-type-theme_slider .tslider-bubble-wrap {
    padding: 0 15px;
  }
}

.frame-type-theme_slider .tslider-content {
  width: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 6px rgba(0, 0, 0, 0.2);
  padding: 20px 50px;
  padding-top: 60px;
  font-size: 17px;
}

@media (max-width: 768px) {
  .frame-type-theme_slider .tslider-content {
    padding: 46px 20px 30px 20px;
  }
}

.frame-type-theme_slider .tslider-content:after {
  display: none;
}

.frame-type-theme_slider .tslider-text-group .tslider-icon {
  padding-right: 30px;
  width: 150px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .frame-type-theme_slider .tslider-text-group .tslider-icon {
    padding-right: 4px;
    width: 90px;
  }
}

.frame-type-theme_slider .tslider-text-group .tslider-icon img {
  margin-left: 0;
  max-width: 80%;
}

.frame-type-theme_slider .tslider-title {
  margin: 0;
  background: #00549c;
  color: #fff;
  padding: 25px 40px;
  position: absolute;
  z-index: 10;
  display: inline-block;
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.22);
  font-size: 30px;
  font-weight: 300;
  top: -45px;
  left: -10px;
}

.frame-type-theme_slider .tslider-title:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #000000 transparent transparent;
}

@media (max-width: 768px) {
  .frame-type-theme_slider .tslider-title:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .frame-type-theme_slider .tslider-title {
    padding: 15px 20px;
    top: -50px;
    right: 0;
    display: block;
    left: 0;
    font-size: 25px;
  }
}

@media (max-width: 425px) {
  .frame-type-theme_slider .tslider-title {
    font-size: 20px;
  }
}

.frame-type-theme_slider .tslider-content {
  min-height: 170px;
  -webkit-box-shadow: 0 6px 17px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 17px 0px rgba(0, 0, 0, 0.2);
}

.frame-type-theme_slider .tslider-text {
  font-size: 17px;
  color: #00549c;
  width: 80%;
}

.frame-type-theme_slider .tslider-link a {
  color: #00549c;
}

.frame-type-theme_slider .carousel-indicators {
  bottom: -15px;
}

.frame-type-theme_slider .carousel-indicators li {
  border-radius: 0px;
  height: 10px !important;
  width: 70px;
  background: #c7d2e4;
  border: 0;
  margin: 0 7px !important;
}

.frame-type-theme_slider .carousel-indicators .active {
  height: 10px !important;
  background: #00549c;
  border: 0;
}

.frame-type-theme_slider.frame-inverted .carousel-indicators .active {
  background: #a1d3ff;
}

.frame-type-theme_slider .colors-monacor .tslider-title {
  background: #ed1b24;
}

.frame-type-theme_slider .colors-jts .tslider-title {
  background: #8aa3d4;
}

.frame-type-theme_slider .colors-img .tslider-title {
  background: #30c89e;
}

.frame-type-theme_slider .colors-monacor .tslider-text {
  color: #222;
}

.frame-type-theme_slider .colors-jts .tslider-text {
  color: #222;
}

.frame-type-theme_slider .colors-img .tslider-text {
  color: #222;
}

.frame-type-theme_leftright .lr-text {
  color: inherit;
}

.frame-type-theme_leftright .lr-topline {
  color: #00549c;
  font-size: inherit;
  margin-bottom: 30px;
}

.frame-type-theme_leftright .lr-headline {
  color: #00549c;
  padding-bottom: 0;
  margin-bottom: 24px !important;
}

@media (min-width: 768px) {
  .frame-type-theme_leftright .lr-layout-tl-br .lr-text {
    padding-left: 80px;
  }

  .frame-type-theme_leftright .lr-layout-bl-tr .lr-text {
    padding-right: 80px;
  }
}

.frame-type-theme_imagegrid .topline,
.frame-type-theme_imagegrid .headline {
  color: #00549c;
}

.frame-type-theme_imagegrid .headline {
  margin-bottom: 24px;
}

.frame-type-theme_imagegrid .topline {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .frame-type-theme_imagegrid .imagegrids-header {
    padding: 0 20px;
  }
}

.frame-type-theme_imagegrid .tooltip-inner {
  background: #00549c;
  color: #fff;
}

.frame-type-theme_imagegrid.frame-inverted .tooltip-inner {
  background: #3187f6;
  color: #fff;
}

.frame-type-pagelibrary_newslisting {
  max-width: 100%;
}

.frame-type-pagelibrary_newslisting .theme-content-img {
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center right;
}

.frame-type-pagelibrary_newslisting .news-header {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .frame-type-pagelibrary_newslisting .news-header {
    padding: 0 20px;
  }
}

.frame-type-pagelibrary_newslisting .news-header-hl {
  color: #00549c;
  margin-bottom: 24px;
}

.frame-type-pagelibrary_newslisting .news-header-tl {
  font-size: inherit;
  color: #00549c;
  margin-bottom: 30px;
}

.frame-type-pagelibrary_newslisting .news-scroll .news-date {
  padding-bottom: 7px;
  font-size: 90%;
}

.frame-type-pagelibrary_newslisting .news-scroll .news-readmore {
  color: #3187f6;
}

.frame-type-pagelibrary_newslisting .news-scroll .news-box {
  width: 350px;
}

@media (max-width: 767px) {
  .frame-type-pagelibrary_newslisting .news-scroll .news-box {
    width: 100vw;
  }
}

.frame-type-pagelibrary_newslisting .news-scroll .news-title,
.frame-type-pagelibrary_newslisting .news-scroll .news-title a {
  color: #00549c;
}

.frame-type-pagelibrary_newslisting .news-scroll .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-shadow: 0px 7px 14px 2px rgba(0, 84, 156, 0.18);
          box-shadow: 0px 7px 14px 2px rgba(0, 84, 156, 0.18);
}

.frame-type-pagelibrary_newslisting .news-scroll .news-image {
  height: 240px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.frame-type-pagelibrary_newslisting .news-scroll .news-content {
  height: calc(100% - 240px);
  padding: 0;
}

.frame-type-pagelibrary_newslisting .news-scroll .news-content-inner {
  padding: 30px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.frame-type-pagelibrary_newslisting .news-scroll .news-uppper {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.frame-type-pagelibrary_newslisting .carousel-control {
  z-index: 3000;
  color: #fff;
  width: 20px;
  opacity: 1;
  text-shadow: none;
  font-size: 26px;
  background: none;
  top: 150px;
  text-decoration: none;
  background: #3187f6;
  font-size: 14px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 28px;
  border: 4px solid #fff;
  text-align: center;
  vertical-align: middle;
}

.frame-type-pagelibrary_newslisting .carousel-control.left {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .frame-type-pagelibrary_newslisting .carousel-control.left {
    margin-left: 22px;
  }
}

.frame-type-pagelibrary_newslisting .carousel-control.left i {
  padding-right: 2px;
}

.frame-type-pagelibrary_newslisting .carousel-control.right {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .frame-type-pagelibrary_newslisting .carousel-control.right {
    margin-right: 38px;
  }
}

.frame-type-pagelibrary_newslisting .carousel-control.right i {
  padding-left: 1px;
}

.frame-type-pagelibrary_newslisting .carousel-indicators {
  bottom: -10px;
}

.frame-type-pagelibrary_newslisting .carousel-indicators li {
  border-radius: 0px;
  height: 10px !important;
  width: 70px;
  background: #c7d2e4;
  border: 0;
  margin: 0 7px !important;
}

.frame-type-pagelibrary_newslisting .carousel-indicators li.active,
.frame-type-pagelibrary_newslisting .carousel-indicators li:active,
.frame-type-pagelibrary_newslisting .carousel-indicators li:hover {
  height: 10px !important;
  background: #00549c;
  border: 0;
}

@media (min-width: 769px) {
  .frame-type-pagelibrary_newslisting .news-header-text {
    max-width: 43%;
    padding-bottom: 30px;
  }

  .frame-type-pagelibrary_newslisting .news-scroll-track {
    padding-bottom: 80px;
  }

  .frame-type-pagelibrary_newslisting .carousel-indicators {
    bottom: 20px;
  }
}

.frame-type-theme_linkblocks .blocks-wrap {
  padding-top: 60px;
}

.frame-type-theme_linkblocks.frame-fw .blocks-wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.frame-type-theme_linkblocks .blocks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.frame-type-theme_linkblocks .blocks-item {
  background: #fff;
}

.frame-type-theme_linkblocks .blocks-topline {
  color: #00549c;
  font-size: inherit;
  margin-bottom: 30px;
}

.frame-type-theme_linkblocks .blocks-headline {
  color: #00549c;
  margin-bottom: 24px;
}

.frame-type-theme_linkblocks .blocks-img-top .icon {
  background: #3187f6;
}

.frame-type-theme_linkblocks .blocks-img-top .content {
  color: #00549c;
}

.frame-type-theme_linkblocks .blocks- .overlay:hover .title,
.frame-type-theme_linkblocks .blocks-img-bg .overlay:hover .title {
  background: #00549c;
}

.frame-type-theme_linkblocks .blocks- .overlay,
.frame-type-theme_linkblocks .blocks-img-bg .overlay {
  background-color: rgba(0, 84, 156, 0.58);
}

.frame-type-theme_vertrieb .headline {
  color: #00549c;
  margin-bottom: 24px;
}

.frame-type-theme_vertrieb .topline {
  color: #00549c;
  margin-bottom: 30px;
}

.frame-type-theme_vertrieb .team-name {
  color: #00549c;
}

.frame-type-theme_vertrieb .team-image {
  background: #f3f6fb;
}

.frame-type-theme_vertrieb .team-overlay {
  background: rgba(0, 84, 156, 0.7);
  color: #fff;
}

.frame-type-theme_vertrieb .team-overlay a {
  color: #fff;
}

.frame-type-theme_vertrieb .team-overlay b {
  display: inline-block;
  padding-right: 8px;
}

.frame-type-theme_topics .topic-headline {
  color: #00549c;
  margin-bottom: 24px;
}

.frame-type-theme_topics .topic-topline {
  color: #00549c;
  margin-bottom: 30px;
}

.frame-type-theme_topics .topics .topic-items.topic-itemsbg {
  border-radius: 15px;
  background: #e6edf5;
  padding: 30px 10px;
}

.frame-type-theme_topics .topics .topic-items.topic-itemsbg .topic-wrap {
  padding-bottom: 0;
}

.frame-type-theme_topics .topics.layout-inner .topics-wrap {
  border-radius: 15px;
  background: #e6edf5;
  padding: 30px 10px;
}

.frame-type-theme_topics .topics.layout-inner .topics-header {
  padding: 0 25px;
}

.frame-type-theme_topics .topics.layout-inner-center .topics-wrap {
  border-radius: 15px;
  background: #e6edf5;
  padding: 30px 10px;
}

.frame-type-theme_topics .topics.layout-inner-center .topics-header {
  padding: 0 25px;
  text-align: center;
}

.frame-type-theme_topics .topics.layout-inner-center .topic-intro {
  margin: 0 auto;
  text-align: center;
}

.frame-type-theme_topics .topic-items.topic-itemsbg {
  border-radius: 15px;
  background: #e6edf5;
  padding: 30px 10px;
}

.frame-type-theme_topics .topic-items.topic-itemsbg .topic-wrap {
  padding-bottom: 0;
}

.frame-type-theme_topics .topic-item span i.fa {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3187f6;
  color: #fff;
  padding-left: 2px;
}

.frame-type-theme_topics .topic-item .circle span {
  font-size: 14px;
  height: 38px;
  width: 38px;
  padding-top: 4px;
  background: #fff;
  color: #2D8CF3;
  text-align: center;
}

.frame-type-theme_topics .topic-item .circle span:after {
  display: none;
}

.frame-type-theme_topics .topic-item a:hover span i {
  background-color: #3187f6;
  color: #fff;
}

.frame-type-theme_headline .headline {
  color: #00549c;
  margin-bottom: 24px;
}

.frame-type-theme_headline .subline {
  color: #00549c;
  font-size: inherit;
}

.frame-type-theme_headline h1.headline {
  font-size: 46px;
  margin-bottom: 30px;
}

.frame-type-theme_text .theme-content-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.frame-type-theme_text .topline {
  color: #00549c;
  font-size: inherit;
  margin-bottom: 30px;
}

.frame-type-theme_text .headline {
  color: #00549c;
  margin-bottom: 24px;
}

.frame-type-theme_text h1.headline {
  font-size: 46px;
  margin-bottom: 30px;
}

.frame-type-theme_text .contactwrap {
  margin-right: 40px;
  background: #cbdded;
}

.frame-type-theme_text .contactwrap .contact-name,
.frame-type-theme_text .contactwrap .contact-title,
.frame-type-theme_text .contactwrap .contact-email,
.frame-type-theme_text .contactwrap .contact-email a,
.frame-type-theme_text .contactwrap .contact-phone {
  color: #515b61;
}

.frame-type-theme_text .contactwrap .contact-email {
  padding-bottom: 4px;
}

.frame-type-theme_text .text-container {
  padding: 40px 0;
}

@media (max-width: 1024px) {
  .frame-type-theme_text .text-container {
    padding: 20px 12px;
  }
}

.frame-type-theme_text .headlinewrap {
  padding-bottom: 0;
  margin-bottom: 0;
}

.frame-type-theme_text .headlinewrap:before,
.frame-type-theme_text .headlinewrap:after {
  display: none;
}

.frame-type-theme_text .textwrap {
  padding-bottom: 2px;
}

.frame-type-theme_text .textwrap h1,
.frame-type-theme_text .textwrap .h1,
.frame-type-theme_text .textwrap h2,
.frame-type-theme_text .textwrap .h2,
.frame-type-theme_text .textwrap h3,
.frame-type-theme_text .textwrap .h3,
.frame-type-theme_text .textwrap h4,
.frame-type-theme_text .textwrap .h4,
.frame-type-theme_text .textwrap h5,
.frame-type-theme_text .textwrap .h5 {
  color: #00549c;
}

.frame-type-theme_text .text-center .textwrap {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .frame-type-theme_text .text-center .textwrap {
    width: 100%;
  }
}

.frame-type-theme_text .readmore {
  color: #3187f6;
}

.frame-type-theme_contactmail .topline {
  color: #00549c;
  font-size: inherit;
  margin-bottom: 30px;
}

.frame-type-theme_contactmail .headline {
  color: #00549c;
  margin-bottom: 24px;
}

.frame-type-theme_contactmail .cm-wrap {
  background: rgba(0, 84, 156, 0.04);
}

.frame-type-theme_contactmail .cm-wrap label {
  font-weight: normal;
}

.frame-type-theme_contactmail h4 {
  color: #00549c;
  font-weight: bold;
}

.frame-type-theme_catalogform .topline {
  font-size: inherit;
  margin-bottom: 30px;
}

.frame-type-theme_catalogform .headline {
  margin-bottom: 24px;
}

.frame-type-theme_pagegrid .lgrid {
  padding: 0;
  background: none;
}

.frame-type-theme_pagegrid .lgrid-items .lgrid-item {
  background: rgba(0, 0, 0, 0.03);
}

.frame-type-theme_pagegrid .lgrid-wrap .lgrid-teaser {
  padding: 0 15px 15px;
  line-height: 1.6;
  font-size: inherit;
}

@media (min-width: 768px) {
  .frame-type-pagelibrary_newslisting .news-header,
  .frame-type-theme_text .text-container,
  .frame-type-theme_team .theme-content-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.form-control {
  border-color: #cdd1d8;
  background: white;
  padding: 13px 20px;
  border-width: 1px;
  border-radius: 0;
  height: auto;
}

.at-error,
.at-warning {
  padding-left: 0;
  font-size: 14px;
}

.frame-type-theme_text .with-buttons .btn-primary {
  background-color: #00549c;
  border-color: #00549c;
  color: #fff;
}

.frame-type-theme_text .with-buttons .btn-primary:hover {
  background-color: #0062b6;
  border-color: #0062b6;
  color: #fff;
}

.frame-type-theme_text .with-buttons .btn-outline-primary {
  background-color: transparent;
  border-color: #00549c;
  color: #00549c;
}

.frame-type-theme_text .with-buttons .btn-outline-primary:hover {
  background-color: #00549c;
  border-color: #0062b6;
  color: #fff;
}

.frame-type-theme_grid .grid {
  background: #f3f6fb;
  padding: 60px 40px 40px 40px;
}

.frame-type-theme_grid .grid-topline,
.frame-type-theme_grid .grid-headline {
  color: #00549c;
}

.frame-type-theme_grid .grid-headline {
  margin-bottom: 24px;
  padding-bottom: 0;
}

.frame-type-theme_grid .grid-topline {
  margin-bottom: 30px;
}

.frame-type-theme_grid.frame-fw .theme-content-wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.frame-type-theme_grid.frame-inverted .grid {
  background: transparent;
}

.frame-type-theme_grid.frame-inverted .grid-item {
  color: #00549c;
}

.frame-type-theme_team .team-topline {
  color: #00549c;
  margin-bottom: 30px;
}

.frame-type-theme_team .team-headline {
  color: #00549c;
  margin-bottom: 24px;
}

.frame-type-theme_team .team-caption {
  color: #00549c;
}

.frame-type-theme_team .team-image {
  background: #f3f6fb;
}

.frame-type-theme_team .team-overlay {
  background: rgba(0, 84, 156, 0.7);
  color: #fff;
}

.frame-type-theme_team .team-overlay a {
  color: #fff;
}

.frame-type-theme_team.frame-fw .team-topline {
  color: #fff;
}

.frame-type-theme_team.frame-fw .team-headline {
  color: #fff;
}

.frame-type-theme_team.frame-fw .team-caption {
  color: #fff;
}

.frame-type-theme_akkordeon .topline {
  color: #00549c;
  font-size: inherit;
  margin-bottom: 30px;
}

.frame-type-theme_akkordeon .headline {
  color: #00549c;
  margin-bottom: 24px;
}

.frame-type-theme_akkordeon .container {
  padding: 0;
}

.frame-type-theme_akkordeon .theme-content-wrap {
  padding: 80px;
}

@media (max-width: 1024px) {
  .frame-type-theme_akkordeon .container {
    padding: 40px 12px;
  }

  .frame-type-theme_akkordeon .theme-content-wrap {
    padding: 0;
  }
}

.frame-type-theme_akkordeon .panel-primary {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.frame-type-theme_akkordeon .panel-primary > .panel-heading {
  background: transparent;
  border-top: 1px solid #00549c;
  padding: 20px;
}

.frame-type-theme_akkordeon .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.frame-type-theme_akkordeon .panel-title {
  color: #00549c;
  font-size: 22px;
}

.frame-type-theme_akkordeon .panel-body {
  padding: 20px;
}

.frame-type-theme_akkordeon .akkordeon-text {
  padding-top: 20px;
}

.frame-type-theme_akkordeon.frame-fw .container {
  padding: 0 80px;
}

@media (max-width: 1024px) {
  .frame-type-theme_akkordeon.frame-fw .container {
    padding: 0 12px;
  }
}

.frame-type-theme_akkordeon.frame-inverted .panel-primary > .panel-heading {
  border-top-color: #3187f6;
}

.frame-type-theme_akkordeon.frame-inverted .panel-title {
  color: #fff;
}

/**
 * -------------------- INVERTED --------------------------
 */

.frame-inverted {
  /** module wrapper **/
}

.frame-inverted .theme-content {
  background-color: #00549c;
  color: #fff;
}

.frame-inverted a,
.frame-inverted h1,
.frame-inverted h2,
.frame-inverted h3,
.frame-inverted h4,
.frame-inverted h5,
.frame-inverted h6,
.frame-inverted .headline,
.frame-inverted .topline,
.frame-inverted .time-body .title,
.frame-inverted .time-body .subtitle {
  color: #fff;
}

.frame-inverted .textwrap h1,
.frame-inverted .textwrap h2,
.frame-inverted .textwrap h3,
.frame-inverted .textwrap h4,
.frame-inverted .textwrap h5,
.frame-inverted .textwrap h6 {
  color: #fff;
}

.frame-inverted .readmore {
  color: #ccc;
}

.frame-inverted .btn-primary,
.frame-inverted .with-buttons .btn-primary {
  border-color: #fff;
  background-color: #fff;
  color: #00549c;
}

.frame-inverted .btn-primary:hover,
.frame-inverted .with-buttons .btn-primary:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.frame-inverted .btn-outline-primary,
.frame-inverted .with-buttons .btn-outline-primary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.frame-inverted .btn-outline-primary:hover,
.frame-inverted .with-buttons .btn-outline-primary:hover {
  border-color: #fff;
  background-color: #fff;
  color: #00549c;
}

.frame-inverted .time-left,
.frame-inverted .time-right,
.frame-inverted .time-image-bar {
  border-color: #fff;
}

.frame-inverted .time-start .time-bullet,
.frame-inverted .time-end .time-bullet {
  border-color: #fff;
  color: #00549c;
}

.frame-inverted .topics.layout-inner-center .topics-wrap {
  background: #00549c;
  color: #fff;
}

.magazine .magazin-overlay i {
  color: #2866a7;
}

.magazine .magazin-overlay i:before {
  content: "\F054";
}

.magazine .magazine-content {
  background: #fff;
  color: #00549c;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.magazine .magazine-content .magazine-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}

.magazine .magazine-content .magazine-time {
  color: #484848;
  padding-bottom: 7px;
}

.magazine .magazine-content a,
.magazine .magazine-content a:hover {
  color: #00549c;
}

.magazine .magazine-content .magazine-action {
  padding-top: 20px;
}

.magazine .magazine-content .magazine-action a {
  font-size: 90%;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #3187f6;
}

.magazine .magazine-content .magazine-action a:after {
  display: inline-block;
  content: "\2192";
  padding-left: 5px;
}

.magazine-inner {
  border-bottom: 4px solid #00549c;
  -webkit-box-shadow: 0px 7px 14px 2px rgba(0, 84, 156, 0.18);
          box-shadow: 0px 7px 14px 2px rgba(0, 84, 156, 0.18);
}

.magazine .magazine-items {
  margin: 0 -25px;
}

.frame-type-theme_vertrieb .team-select {
  margin: 0 auto;
  max-width: 460px;
}

.frame-type-theme_vertrieb .team-select .form-group {
  width: 100%;
}

.frame-type-theme_vertrieb .team-select select.form-control {
  padding: 10px;
}

.team-buttons {
  padding-top: 10px;
}

.team-btn {
  background: #00549c;
  color: #fff;
  display: inline-block;
  padding: 9px 20px;
  margin: 0 2px;
}

.team-btn:hover {
  background: #0062b6;
}

#totop {
  background: #00549c;
  color: #fff;
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 50px;
  height: 30px;
  z-index: 1009;
  text-align: center;
  border-top-left-radius: 12px;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.scrolling #totop {
  opacity: 1;
}

