#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
/* Colors */
/* Fonts */
/* Font weights */
/* Breakpoints */
/* Lists */
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("/files/fonts/roboto-v18-latin-300.woff2") format("woff2"), url("/files/fonts/roboto-v18-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("/files/fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("/files/fonts/roboto-v18-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("/files/fonts/roboto-v18-latin-italic.woff2") format("woff2"), url("/files/fonts/roboto-v18-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/files/fonts/roboto-v18-latin-500.woff2") format("woff2"), url("/files/fonts/roboto-v18-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/files/fonts/roboto-v18-latin-700.woff2") format("woff2"), url("/files/fonts/roboto-v18-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* General */
html {
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  color: #333;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

html, body, * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  color: #333;
  border: 0;
}

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

/* General - TinyMCE */
#wrapper.mce-content-body {
  display: block;
  background: #FFF;
  color: #333;
}

/* Helper */
.offscreen,
.invisible {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.hidden {
  display: none;
}

/* Helper - TinyMCE */
#wrapper.mce-content-body .offscreen {
  position: static !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  width: auto !important;
  opacity: 0.2 !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* Layout - Basic */
body,
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ie11 body,
.ie11 .wrapper {
  display: block;
  min-height: 1px;
}

/* Layout - Content */
.content-primary {
  flex: 1;
  color: #333;
  background-color: #FFF;
}

.content-primary > .inside {
  margin: 0 10px;
}
@media (min-width: 800px) {
  .content-primary > .inside {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .content-primary > .inside {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1100px) {
  .content-primary > .inside {
    width: calc(100% - 80px);
    max-width: 120rem;
  }
}

@media (min-width: 900px) {
  .content-2-col > .inside {
    display: flex;
    justify-content: space-between;
  }
}
.content-main {
  margin: 50px 0 50px 0;
}
@media (min-width: 800px) {
  .content-main {
    margin: 80px 0 100px 0;
  }
}

.startseite .content-main {
  margin-top: 50px;
}
@media (min-width: 800px) {
  .startseite .content-main {
    margin: 80px 0 0 0;
  }
}

@media (min-width: 800px) {
  .has-outro .content-main {
    margin-bottom: 0;
  }
}

.content-right {
  margin: 60px 0 100px 0;
}

.content.has-outro .content-right {
  margin: 60px 0 0 0;
}

.content-2-col .content-main {
  flex-basis: calc(((100% - 60px) / 3) * 2);
}

.content-2-col .content-right {
  flex-basis: calc((100% - 60px) / 3);
  margin: 50px 0;
}

.content-outro {
  background-color: #FFF;
}

.content-outro .mod_article {
  width: calc(100% - 80px);
  max-width: 120rem;
  margin: 20px auto 80px auto;
}

/* Layout - Vergroesserung */
.footer:after {
  display: block;
  max-width: 100%;
  height: 1px;
  content: " ";
}

@media (min-width: 45em) {
  .footer:before {
    width: 72rem;
  }
}
@media (min-width: 62.5em) {
  .footer:before {
    width: 120rem;
  }
}
/* TinyMCE */
#wrapper.mce-content-body {
  max-width: 660px;
  margin: 0;
  padding: 10px 20px;
}

.header {
  background-color: #FFF;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header a {
  color: #555;
  text-decoration: none;
}

.header-navmeta h1,
.header-search label {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

/* Header - Layout - Block 1 */
.header-navmeta-cart-search {
  background-color: #E8E8E8;
}

@media (min-width: 1000px) {
  .header-navmeta-cart-search > .inside {
    margin: 0 10px;
  }
}

.header-navmeta-cart-search > .inside {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .header-navmeta-cart-search > .inside {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  .header-navmeta-cart-search > .inside {
    width: calc(100% - 80px);
    max-width: 120rem;
  }
}

/* Header - Logos */
.header-logos {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  padding: 5px 0 0 0;
}
@media (min-width: 800px) {
  .header-logos {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 15px 0 15px 0;
  }
}
@media (min-width: 1000px) {
  .header-logos {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1100px) {
  .header-logos {
    width: calc(100% - 80px);
    max-width: 120rem;
  }
}

.header-logos-lgl {
  align-self: flex-end;
  order: 1;
  width: 250px;
  padding: 0 0 5px 0;
  text-align: right;
}
@media (min-width: 800px) {
  .header-logos-lgl {
    position: relative;
    top: 8px;
    right: -1px;
    align-self: auto;
    order: 2;
    width: 460px;
    padding: 0;
  }
}

.header-logos-zpg {
  order: 2;
  width: 100%;
  padding: 12px 0 0 0;
  text-align: center;
  border-top: 1px solid #CFCFCF;
}
@media (min-width: 800px) {
  .header-logos-zpg {
    position: relative;
    left: -10px;
    order: 1;
    width: 350px;
    padding: 0;
    text-align: left;
    border-top: none;
  }
}
@media (min-width: 1100px) {
  .header-logos-zpg {
    left: -35px;
  }
}

.header-logos-zpg a {
  display: inline-block;
}

.header-logos-zpg img {
  width: 200px;
}
@media (min-width: 800px) {
  .header-logos-zpg img {
    width: 100%;
  }
}

/* Cart nav */
.header-cart {
  width: 100%;
}
@media (min-width: 800px) {
  .header-cart {
    width: auto;
    display: flex;
    align-content: stretch;
  }
}
@media (min-width: 1000px) {
  .header-cart {
    margin: 0 30px;
  }
}

.header-cart-p {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 0;
}
@media (min-width: 800px) {
  .header-cart-p {
    display: flex;
    align-items: center;
  }
}

.header-cart-p a {
  background-color: #F6F6F6;
  display: block;
  padding: 1.4rem 10px 1.4rem 10px;
}
@media (min-width: 800px) {
  .header-cart-p a {
    background-color: transparent;
  }
}
@media (min-width: 1000px) {
  .header-cart-p a {
    padding: 0;
  }
}

/* Cart button */
.mod_cartinfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 800px) {
  .cart-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 80px);
    max-width: 120rem;
    margin: 0 auto;
  }
}
.cart-info p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  padding: 0.4rem 15px 0.5rem 15px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #0176B3;
}

.cart-info a {
  color: #FFF;
}

.header-search {
  width: 100%;
  padding: 5px 10px 5px 10px;
  background-color: #FFF;
}
@media (min-width: 800px) {
  .header-search {
    padding: 0 10px 5px 10px;
  }
}
@media (min-width: 1000px) {
  .header-search {
    order: 3;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}

@media (min-width: 1000px) {
  .header-search,
.header-search .ce_form,
.header-search form,
.header-search .formbody {
    display: flex;
    align-content: stretch;
  }
}

.header-search .widget-text {
  position: relative;
  display: flex;
  align-content: stretch;
  padding: 6px 0;
}

.header-search .widget-text .text {
  font-size: 1.6rem;
  line-height: 1.9rem;
  width: 100%;
  padding: 0.5rem 8px 0.6rem 32px;
  border: 1px solid #BBB;
  border-radius: 3px;
  background-image: url(/files/images/layout/icon-search-grey.png);
  background-repeat: no-repeat;
  background-position: 3px 50%;
  background-size: 24px 24px;
}
@media (min-width: 1000px) {
  .header-search .widget-text .text {
    width: auto;
  }
}

.header-search .widget-text .text:focus,
.header-search .widget-text .text:active {
  border-color: #0176B3;
  background-image: url(/files/images/layout/icon-search-blue.png);
}

.header-search .widget-text .submit {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
  margin-left: 3px;
  padding: 0.5rem 8px 0.6rem 8px;
  cursor: pointer;
  color: #FFF;
  border: 1px solid #0176B3;
  border-radius: 3px;
  background-color: #0176B3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-search .widget-text .submit:hover,
.header-search .widget-text .submit:focus,
.header-search .widget-text .submit:active {
  text-decoration: underline;
  background-color: #0069A0;
}

/* Header - Navbar - Meta */
.header-navmeta {
  width: 100%;
  padding: 12px 10px;
}
@media (min-width: 800px) {
  .header-navmeta {
    display: flex;
    align-items: stretch;
    flex: 1;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1000px) {
  .header-navmeta {
    width: auto;
    padding: 0;
  }
}

.header-navmeta li {
  margin: 0;
  border-top: 1px solid #CFCFCF;
}
.header-navmeta li:first-child {
  border-top: none;
}
@media (min-width: 800px) {
  .header-navmeta li {
    border-top: none;
  }
}

.header-navmeta .level_1 {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
}
.header-navmeta .level_1 a {
  text-decoration: none;
}

@media (min-width: 800px) {
  .header-navmeta .level_1 {
    display: flex;
    align-items: stretch;
  }
}
.header-navmeta .level_1 > li {
  font-size: 1.6rem;
  line-height: 1.9rem;
  display: flex;
  align-items: center;
}

.header-navmeta .level_1 > li > a,
.header-navmeta .level_1 > li > strong {
  display: block;
  width: 100%;
  margin: 0 20px 0 0;
  padding: 1rem 0;
}
@media (min-width: 800px) {
  .header-navmeta .level_1 > li > a,
.header-navmeta .level_1 > li > strong {
    padding: 1.4rem 0;
  }
}

.header-navmeta .level_1 > li > a:hover,
.header-navmeta .level_1 > li > a:focus,
.header-navmeta .level_1 > li > a:active {
  text-decoration: underline;
  color: #0176B3;
}

/* Header - Navbar - Topics */
.header-navtopics {
  padding: 12px 0;
  color: #FFF;
  background-color: #0176B3;
}
@media (min-width: 800px) {
  .header-navtopics {
    padding: 0 0 15px 0;
  }
}

@media (min-width: 800px) {
  .header-navtopics {
    padding: 0;
  }
}
.header-navtopics > .inside {
  margin: 0 10px;
}
@media (min-width: 800px) {
  .header-navtopics > .inside {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
@media (min-width: 950px) {
  .header-navtopics > .inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .header-navtopics > .inside {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1100px) {
  .header-navtopics > .inside {
    width: calc(100% - 80px);
    max-width: 120rem;
  }
}

.header-navtopics h2 {
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0 20px 0 0;
  color: #FFF;
}
@media (max-width: 949px) {
  .header-navtopics h2 {
    position: absolute !important;
    top: -6000px !important;
    left: -6000px !important;
    height: 1px !important;
    width: 1px !important;
  }
}

@media (min-width: 800px) {
  .header-navtopics-navbar {
    display: flex;
    flex: 3;
  }
}

.header-navtopics ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navtopics ul a {
  text-decoration: none;
}
@media (min-width: 800px) {
  .header-navtopics ul {
    display: flex;
    width: 100%;
    background-color: #0176B3;
  }
}

.header-navtopics li {
  font-size: 1.6rem;
  line-height: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}
.header-navtopics li:first-child {
  border-top: none;
}
@media (min-width: 800px) {
  .header-navtopics li {
    display: flex;
    border: none;
  }
}

.header-navtopics li > a,
.header-navtopics li > strong {
  font-weight: 500;
  color: #FFF;
}
@media (min-width: 800px) {
  .header-navtopics li > a,
.header-navtopics li > strong {
    display: flex;
    align-items: stretch;
  }
}

.header-navtopics .first > a,
.header-navtopics .first > strong {
  padding-left: 0;
}

.header-navtopics span {
  display: block;
  box-sizing: border-box;
  padding: 1rem 0;
}
@media (min-width: 800px) {
  .header-navtopics span {
    position: relative;
    margin: 2rem 0;
    padding: 0.5rem 20px 0.5rem 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 800px) {
  .header-navtopics li:nth-child(1) span {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 800px) {
  .header-navtopics li:nth-child(1) {
    flex-basis: 26%;
  }

  .header-navtopics li:nth-child(2) {
    flex-basis: 16.5%;
  }

  .header-navtopics li:nth-child(3) {
    flex-basis: 16.5%;
  }

  .header-navtopics li:nth-child(4) {
    flex-basis: 23%;
  }

  .header-navtopics li:nth-child(5) {
    flex-basis: 18%;
  }
}
@media (min-width: 800px) {
  .header-navtopics li span:after {
    position: absolute;
    bottom: calc(-2.0rem - 6px);
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: " ";
  }
}

@media (min-width: 800px) {
  .header-navtopics .yellow :hover span:after,
.header-navtopics .yellow :focus span:after,
.header-navtopics .yellow :active span:after,
.header-navtopics .active.yellow span:after,
.header-navtopics .trail.yellow span:after {
    background-color: #FAB200;
  }

  .header-navtopics .red :hover span:after,
.header-navtopics .red :focus span:after,
.header-navtopics .red :active span:after,
.header-navtopics .active.red span:after,
.header-navtopics .trail.red span:after {
    background-color: #CF0015;
  }

  .header-navtopics .orange :hover span:after,
.header-navtopics .orange :focus span:after,
.header-navtopics .orange :active span:after,
.header-navtopics .active.orange span:after,
.header-navtopics .trail.orange span:after {
    background-color: #EE7C01;
  }

  .header-navtopics .green :hover span:after,
.header-navtopics .green :focus span:after,
.header-navtopics .green :active span:after,
.header-navtopics .active.green span:after,
.header-navtopics .trail.green span:after {
    background-color: #97BD0E;
  }

  .header-navtopics .light-blue :hover span:after,
.header-navtopics .light-blue :focus span:after,
.header-navtopics .light-blue :active span:after,
.header-navtopics .active.light-blue span:after,
.header-navtopics .trail.light-blue span:after {
    background-color: #00B0E3;
  }
}
.mod_article.accordion {
  margin-top: 40px;
  margin-bottom: 40px;
}

.accordion-item {
  border-top: 1px solid #CFCFCF;
}

.accordion-item:last-child {
  border-bottom: 1px solid #CFCFCF;
}

.open.accordion-item {
  border-top: 1px solid #FFF;
}

.accordion-item-title h2,
.accordion-item-title h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
  margin: 0;
}

.open .accordion-item-title h2,
.open .accordion-item-title h3 {
  font-weight: 400;
}

.accordion-item-title-link {
  position: relative;
  display: block;
  padding: 0.7rem 10px 0.7rem 45px;
  text-decoration: none;
  color: #000;
  outline: none;
}

.accordion-item-title-link:hover,
.accordion-item-title-link.cursor-over:focus,
.accordion-item-title-link:active {
  text-decoration: underline;
  color: #0176B3;
  outline: 0;
  background-color: #F6F6F6;
}

.open.accordion-item-title-link,
.open.accordion-item-title-link.cursor-over {
  text-decoration: none;
  color: #FFF;
  border-radius: 1px;
  background-color: #0176B3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.open.accordion-item-title-link:hover,
.open.accordion-item-title-link.cursor-over:hover,
.open.accordion-item-title-link.cursor-over:focus,
.open.accordion-item-title-link.cursor-over:active {
  text-decoration: underline;
}

.accordion-item-title-link:before {
  position: absolute;
  top: 0.8rem;
  left: 10px;
  display: block;
  width: 24px;
  height: 24px;
  content: " ";
  background-image: url(/files/system/images/icons-diverse.png);
  background-repeat: no-repeat;
  background-position: -24px -72px;
  /* blue down */
  background-size: 192px 288px;
}

.yellow .accordion-item-title-link:before {
  background-position: -48px -72px;
  /* yellow down */
}

.red .accordion-item-title-link:before {
  background-position: -72px -72px;
  /* red down */
}

.orange .accordion-item-title-link:before {
  background-position: -96px -72px;
  /* orange down */
}

.green .accordion-item-title-link:before {
  background-position: -120px -72px;
  /* green down */
}

.light-blue .accordion-item-title-link:before {
  background-position: -144px -72px;
  /* lightblue down */
}

.open.accordion-item-title-link:before,
.accordion-item-title-link.open:hover:before,
.accordion-item-title-link.open.cursor-over:focus:before,
.accordion-item-title-link.open:active:before {
  background-position: -24px -96px;
  /* white/blue up */
}

.yellow .open.accordion-item-title-link:before,
.yellow .accordion-item-title-link.open:hover:before,
.yellow .accordion-item-title-link.open.cursor-over:focus:before,
.yellow .accordion-item-title-link.open:active:before {
  background-position: -48px -96px;
  /* white/yellow up */
}

.red .open.accordion-item-title-link:before,
.red .accordion-item-title-link.open:hover:before,
.red .accordion-item-title-link.open.cursor-over:focus:before,
.red .accordion-item-title-link.open:active:before {
  background-position: -72px -96px;
  /* white/red up */
}

.orange .open.accordion-item-title-link:before,
.orange .accordion-item-title-link.open:hover:before,
.orange .accordion-item-title-link.open.cursor-over:focus:before,
.orange .accordion-item-title-link.open:active:before {
  background-position: -96px -96px;
  /* white/orange up */
}

.green .open.accordion-item-title-link:before,
.green .accordion-item-title-link.open:hover:before,
.green .accordion-item-title-link.open.cursor-over:focus:before,
.green .accordion-item-title-link.open:active:before {
  background-position: -120px -96px;
  /* white/green up */
}

.light-blue .open.accordion-item-title-link:before,
.light-blue .accordion-item-title-link.open:hover:before,
.light-blue .accordion-item-title-link.open.cursor-over:focus:before,
.light-blue .accordion-item-title-link.open:active:before {
  background-position: -144px -96px;
  /* white/lightblue up */
}

.accordion-item-content-inner {
  padding: 10px 30px 20px 45px;
}

.accordion-item p {
  line-height: 2.7rem;
  margin: 1.5rem 0;
}

.content-right .accordion h2 {
  margin-bottom: 1rem;
}

.content-right .accordion-item-content-inner {
  padding: 15px 0 15px 45px;
}

.content-right .accordion-item ul {
  margin: 0;
}

.content-right .accordion-item li {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0;
  padding: 0;
  border-top: 1px solid #CFCFCF;
}

.content-right .accordion-item li:first-child {
  border-top: none;
}

.content-right .accordion-item li:before {
  display: none;
}

.content-right .accordion-item li > a,
.content-right .accordion-item li > strong {
  display: block;
  padding: 0.8rem 0;
  color: #333;
}

.content-right .accordion-item li > .active {
  font-weight: 500;
  color: #0176B3;
}

.accordion-item .image_container.float_right {
  margin-right: -30px !important;
}

/* Quiz items (box) */
.quiz-items {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  max-width: 72rem;
  min-height: 38.5rem;
  margin: 30px 0 20px 0;
  padding: 30px 10px;
  background: #E5F0F6;
}

.quiz-nav button {
  position: relative;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}

.quiz-nav-prev button {
  left: -12px;
}

.quiz-nav-next button {
  left: 12px;
}

.quiz-item {
  flex: 1;
}

.quiz-item-question {
  font-size: 2rem;
  line-height: 2.6rem;
  margin: 0;
}

.quiz-item-answer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}

.quiz-item-answer-button {
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 16px;
  text-align: center;
  border: 1px solid #C0D9E8;
  border-radius: 2px;
  background-color: #C0D9E8;
}

.quiz-item-answer:hover .quiz-item-answer-button,
.quiz-item-answer:focus .quiz-item-answer-button,
.quiz-item-answer:active .quiz-item-answer-button {
  color: #FFF;
  border-color: #0176B3;
  background-color: #0176B3;
}

.quiz-item-answer-text {
  flex: 1;
}

/* Quiz form */
.quiz-form .quiz-fieldset-solution {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.quiz-form legend {
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  padding: 0;
}

.quiz-form .quiz-solution-text {
  display: flex;
  flex-direction: column;
  width: calc((100% - 20px) / 11);
}
@media (min-width: 350px) {
  .quiz-form .quiz-solution-text {
    width: calc((100% - 40px) / 11);
  }
}

.quiz-form .quiz-solution-text label {
  font-size: 1.4rem;
  order: 2;
}

.quiz-form .quiz-solution-text label .mandatory {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.quiz-form .quiz-solution-text p.error {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.quiz-form .quiz-solution-text input.text {
  padding: 0.4rem 0;
  text-align: center;
}
@media (min-width: 350px) {
  .quiz-form .quiz-solution-text input.text {
    padding: 0.7rem 7px;
  }
}

/* Boxes - General */
.box {
  box-sizing: border-box;
  margin: 2rem 0;
  padding: 15px 10px 25px 10px;
}
@media (min-width: 800px) {
  .box {
    margin: 4rem 0;
    padding: 30px 25px;
  }
}

.content-right .box {
  margin: 2rem 0;
  padding: 15px 10px 30px 10px;
}
@media (min-width: 800px) {
  .content-right .box {
    margin: 3rem auto;
    padding: 15px 15px 30px 15px;
  }
}
@media (min-width: 900px) {
  .content-right .box {
    margin: 3rem 0;
  }
}

.box.box-grey {
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
}

.box.box-light-blue {
  border: 1px solid #E5F0F6;
  background-color: #E5F0F6;
}
.box.box-light-blue a {
  color: #0069A0;
}

.box.box-border {
  border: 1px solid #CFCFCF;
}

.box.box-border.box-colorstrip {
  position: relative;
  padding-top: 30px;
}
@media (min-width: 800px) {
  .box.box-border.box-colorstrip {
    padding-top: 30px;
  }
}

.box.box-border.box-colorstrip:before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 4px;
  content: " ";
  background-color: #0176B3;
}

.yellow .box.box-border.box-colorstrip:before {
  background-color: #FAB200;
}

.red .box.box-border.box-colorstrip:before {
  background-color: #CF0015;
}

.orange .box.box-border.box-colorstrip:before {
  background-color: #EE7C01;
}

.light-blue .box.box-border.box-colorstrip:before {
  background-color: #00B0E3;
}

.green .box.box-border.box-colorstrip:before {
  background-color: #97BD0E;
}

.box > .text_container > :last-child {
  margin-bottom: 0;
}

/* Boxes - Typography */
.content-main .box > h2,
.content-main .box > h3 {
  margin-top: 0;
}

.content-right .box > h2,
.content-right .box > h3 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

.content-right .box h2 {
  color: #0069A0;
}

.content-right .box.box-colorstrip h2 {
  color: #333;
}

.content-right .box p {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.content-right .box > :last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .mod_breadcrumb {
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .mod_breadcrumb {
    margin-right: 0;
    margin-left: 0;
  }
}

.mod_breadcrumb p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 0.2rem 0;
  color: #666;
}
@media (min-width: 800px) {
  .mod_breadcrumb p {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin: 0 0 0.3rem 0;
  }
}

.mod_breadcrumb a,
.mod_breadcrumb strong {
  font-weight: 400;
  text-decoration: none;
  color: #666;
}

.mod_breadcrumb a:hover,
.mod_breadcrumb a:focus,
.mod_breadcrumb a:active {
  color: #0069A0;
  text-decoration: underline;
}

.mod_breadcrumb strong {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.cart-table {
  margin-bottom: 80px;
}

.cart-table th {
  font-size: 1.6rem;
  font-weight: 500;
  border-right: 0;
}
.cart-table th:first-child {
  padding-left: 0;
}

.cart-table td {
  padding: 18px 10px;
  border-right: 0;
}
.cart-table td:first-child {
  padding-left: 0;
}
.cart-table td:last-child {
  padding-right: 0;
}

.cart-table .cart-table-item-article {
  width: calc(100% - 14.0rem - 3.0rem);
  padding-right: 50px;
}

.cart-table .cart-table-item-type {
  font-size: 1.6rem;
  color: #666;
}

.cart-table .cart-table-item-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.cart-table .cart-table-item-subtitle {
  display: inline-block;
  margin-top: 1rem;
  color: #666;
}

.cart-table .cart-table-item-change {
  width: 14rem;
  padding-top: 22px;
}

.cart-table .cart-table-item-remove {
  width: 3rem;
  padding-top: 22px;
}

.cart-item-change-text {
  width: 3.2rem;
  border: 1px solid #CFCFCF;
  padding: 2px 2px 1px 2px;
  border-radius: 2px;
  margin: 0 5px 0 0;
  font-size: 1.6rem;
  text-align: center;
}

.cart-item-button {
  background-color: transparent;
  color: #666;
  border: none;
  padding: 6px 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  cursor: pointer;
  text-decoration: underline;
}
.cart-item-button:hover, .cart-item-button:focus, .cart-item-button:active {
  color: #CF0015;
}

.cart-item-button-change:hover, .cart-item-button-change:focus, .cart-item-button-change:active {
  color: #0176B3;
}

.cart-item-button-remove:hover, .cart-item-button-remove:focus, .cart-item-button-remove:active {
  color: #CF0015;
}

.cart-item-max {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #666;
}

.mod_article .event .content-2-col .event-main {
  margin: 0;
}

.mod_article .event .content-2-col .content-right {
  margin: 0 0 50px 0;
}

.event-title {
  margin-bottom: 1.6rem;
}

.event-subtitle p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin: 2rem 0 3rem 0;
  color: #666;
}

.event-details {
  border-top: 1px solid #CFCFCF;
}

.event-details p {
  margin-top: 3rem;
}

.event .content-right .box {
  margin-bottom: 5rem;
}

.mod_article .event .content-right .box {
  margin-top: 0;
}

.event-nav .navbar-submenu {
  margin-top: 0;
}

/* Pseudo events (Dauerevents) */
.pseudo-event-subtitle {
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin: 2rem 0 3rem 0;
  color: #666;
}

.pseudo-event-details {
  border-top: 1px solid #CFCFCF;
  padding-top: 3rem;
}

.pseudo-event-details-divider {
  padding: 0 0.5rem;
}

/* Events list */
.mod_eventlist {
  max-width: 72rem;
}

.event-list-item {
  margin: 0;
  padding: 2.8rem 0 3rem 0;
  border-top: 1px solid #CFCFCF;
}

.event-list-title {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin: 0 0 0.2rem 0;
}

.event-list-title a {
  text-decoration: none;
}

.event-list-subtitle p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 0;
  color: #666;
}

.event-list-details {
  margin-top: 1.5rem;
}

.event-list-details p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  margin: 0;
  color: #555;
}

.event-list-details strong {
  color: #555;
}

.event-list-details-divider {
  padding: 0 0.5rem;
}

/* Event list - Short */
.event-list-short h2 {
  font-size: 2rem;
  margin-bottom: 0;
  padding: 1rem 10px 0.9rem 10px;
  text-align: center;
  color: #FFF;
  background-color: #0176B3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.event-list-short .event-list {
  margin: 0;
}

.event-list-short .event-list-item:first-child {
  border-top: none;
}

.event-list-short .event-list-more {
  margin: 0;
  padding: 2rem 0 0 0;
  text-align: center;
  border-top: 1px solid #CFCFCF;
}

/* Event list - Mini */
.event-list-mini {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #CFCFCF;
}

.event-list-mini-item {
  margin: 0;
  padding: 2.5rem 0 2.5rem 0;
  border-top: 1px solid #CFCFCF;
}
.event-list-mini-item:first-child {
  border-top: none;
}

.event-list-mini-title {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0 0 0.4rem 0;
  color: #0069A0;
}

.event-list-mini-title a {
  display: block;
  text-decoration: none;
  color: #0069A0;
}
.event-list-mini-title a:hover, .event-list-mini-title a:focus, .event-list-mini-title a:active {
  text-decoration: underline;
  color: #0069A0;
}

.event-list-mini .event-list-mini-subtitle p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 0;
  color: #666;
}

.event-list-mini-details {
  margin-top: 1.5rem;
}

.event-list-mini .event-list-mini-details p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  color: #555;
}

.event-list-mini-details strong {
  color: #555;
}

/* Pseudo events (Dauerevents) */
.pseudo-event {
  margin: 0;
  padding: 2.8rem 0 3rem 0;
  border-top: 1px solid #CFCFCF;
}

.mod_eventlist:not(.event-list-short) + .pseudo-event {
  margin-top: -2.5rem;
}

.pseudo-event-list-title {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin: 0 0 0.2rem 0;
}
.pseudo-event-list-title a {
  text-decoration: none;
}
.pseudo-event-list-title a:hover, .pseudo-event-list-title a:focus, .pseudo-event-list-title a:active {
  text-decoration: underline;
}

.pseudo-event-list-subtitle {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 0;
  color: #666;
}

.pseudo-event-list-details {
  font-size: 1.7rem;
  line-height: 2.6rem;
  margin: 1.5rem 0 0 0;
  color: #555;
}

.pseudo-event-list-details-divider {
  padding: 0 0.5rem;
}

/* Flash Messages */
.flash-message {
  box-sizing: border-box;
  width: calc(((100% - 60px) / 3) * 2);
  margin: 0 0 3.5rem 0;
  padding: 20px 15px;
  border-top: 3px solid #0176B3;
  background-color: #F1F1F1;
}

.flash-message.flash-message-success {
  border-color: #97BD0E;
}

.flash-message.flash-message-error {
  border-color: #CF0015;
}

.flash-message > p:first-child {
  margin-top: 0;
}

.flash-message > p:last-child {
  margin-bottom: 0;
}

/* Layout */
@media (min-width: 800px) {
  .ce_form {
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .ce_form {
    margin-right: 0;
    margin-left: 0;
  }
}

/* Basic */
.form-section-hidden {
  display: none;
}

input, button, select, textarea {
  font: inherit;
  margin: 0;
}

input[type=text],
input[type=submit],
input[type=password],
textarea {
  -webkit-appearance: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset.spacing-top {
  margin-top: 4rem;
}
fieldset legend {
  font-size: 1.7rem;
  line-height: 2.3rem;
}

.content .widget,
.content .widget.widget-explanation p {
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin: 0 0 1rem 0;
}

.content .widget-checkbox + .widget-checkbox,
.content .widget-checkbox + .widget-radio,
.content .widget-radio + .widget-radio,
.content .widget-radio + .widget-checkbox {
  margin-top: 1.5rem;
}

.content .widget.abstand {
  padding-top: 2.5rem;
}

@media (min-width: 34.375em) {
  .content .widget.widget-half-width-left {
    float: left;
    width: calc((100% - 10px) / 2);
  }

  .content .widget.widget-half-width-right {
    float: right;
    width: calc((100% - 10px) / 2);
  }

  .content .widget.widget-short-left {
    float: left;
    width: calc(30% - 10px);
  }

  .content .widget.widget-long-right {
    float: right;
    width: 70%;
  }

  .content .widget.widget-half-width-right + .widget,
.content .widget.widget-long-right + .widget {
    clear: both;
  }
}
.content .widget.spacing-top {
  margin-top: 4rem;
}

.content .widget label {
  display: block;
}

.content .widget .text,
.content .widget select,
.content .widget .textarea {
  font-size: 1.7rem;
  line-height: 2.3rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.7rem 7px;
  color: #455761;
  border: 1px solid rgba(69, 87, 97, 0.5);
  border-radius: 3px;
  background-color: #FFF;
}

.content .widget .text:hover,
.content .widget .text:focus,
.content .widget .text:active,
.content .widget .textarea:hover,
.content .widget .textarea:focus,
.content .widget .textarea:active {
  border-color: #009BEB;
  outline: none;
}

.content .widget label + .text,
.content .widget label + .select,
.content .widget label + .textarea {
  margin-top: 0.3rem;
}

.content .widget-checkbox fieldset,
.content .widget-radio fieldset {
  padding-top: 5px;
}

.content .widget-checkbox fieldset > span,
.content .widget-checkbox > span,
.content .widget-radio fieldset > span {
  float: left;
  width: 100%;
}

.content .widget-checkbox > span {
  padding-top: 0.3rem;
}

.content legend + .widget-checkbox > span {
  padding-top: 0.5rem;
}

.content .widget-checkbox input,
.content .widget-radio input {
  float: left;
  margin-top: 0.6rem;
}

.content .widget-checkbox label,
.content .widget-radio label {
  float: right;
  width: calc(100% - 2.5rem);
}

.content .widget-checkbox .checkbox,
.content .widget-radio .radio {
  position: relative;
  top: -2px;
}

.form-kontakt label .mandatory {
  display: none;
}

button.submit {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: inline-block;
  margin: 0;
  padding: 0.5rem 14px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #0176B3;
  border-radius: 4px;
  background-color: #0176B3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.submit:hover,
button.submit:focus,
button.submit:active {
  cursor: pointer;
  text-decoration: underline;
  color: #FFF;
  border-color: #0F69A0;
  background-color: #0F69A0;
}

.content .widget.error label {
  color: #CF0015;
}

.content .widget.error .text,
.content .widget.error .text,
.content .widget.error .textarea {
  border-color: #CF0015;
}

.content .widget.error p.error {
  font-size: 1.4rem;
  margin: 0;
  color: #CF0015;
}

legend .mandatory,
label .mandatory {
  padding-left: 4px;
}

.widget.widget-submit {
  margin-top: 2.5rem;
}

/* Placeholder */
::-webkit-input-placeholder {
  /* Chrome */
  color: #455761;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #455761;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #455761;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 1;
  color: #455761;
}

::-ms-input-placeholder {
  /* Edge */
  color: #455761;
}

:hover::-webkit-input-placeholder,
:focus::-webkit-input-placeholder,
:active::-webkit-input-placeholder {
  /* Chrome */
  color: rgba(69, 87, 97, 0.6);
}

:hover:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(69, 87, 97, 0.6);
}

:hover::-moz-placeholder,
:focus::-moz-placeholder,
:active::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(69, 87, 97, 0.6);
}

:hover:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 1;
  color: rgba(69, 87, 97, 0.6);
}

:hover::-ms-input-placeholder {
  /* Edge */
  color: rgba(69, 87, 97, 0.6);
}

/* Suchtforum 2024 */
.form-section-hidden[data-field=tagdienstagformsect],
.form-section-hidden[data-field=tagmittwochformsect] {
  padding-top: 0.4rem;
  padding-left: 50px;
}

/* Suchtforum 2025 */
.form-section-hidden[data-field=tagmittwochformsect],
.form-section-hidden[data-field=tagdonnerstagformsect] {
  padding-top: 0.4rem;
  padding-left: 50px;
}

.form-event-feedback legend {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.2rem;
  display: block;
  width: 100%;
}

.form-event-feedback p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 0;
}

.form-event-feedback .widget-textarea {
  margin: 0 0 2rem 0;
}

.form-event-feedback .widget-textarea.line-top {
  margin-top: 0 !important;
  padding-top: 3rem;
  border-top: 1px solid #CFCFCF;
}

.form-event-feedback .widget-radio.form-event-feedback-question + .widget-textarea.line-top {
  margin-top: 1.5rem !important;
}

.form-event-feedback .form-event-feedback-question + .widget-textarea {
  margin-top: -8px;
}

.form-event-feedback .form-event-feedback-talk + .widget-textarea {
  padding-top: 3.5rem;
}

.widget-explanation h3 {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 0;
}

.widget-explanation.line-top {
  border-top: 1px solid #CFCFCF;
  padding-top: 2rem;
}

/* Sections */
.form-event-feedback .formbody > fieldset {
  margin-top: 4rem;
}

.form-event-feedback .formbody > fieldset > legend {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: 0 0 0.5rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.8rem 15px;
  color: #FFF;
  background-color: #0176B3;
}

/* Questions */
div.form-event-feedback-question.widget-radio {
  margin: 0;
  padding: 1.4rem 0 2rem 0;
  border-top: 1px solid #CFCFCF;
}

fieldset legend + div.form-event-feedback-question.widget-radio {
  border-top: none;
}

@media (min-width: 650px) {
  .form-event-feedback-question.widget-radio fieldset {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
}

.form-event-feedback-question.widget-radio legend {
  padding: 4px 0;
}

.form-event-feedback-question.widget-radio fieldset span {
  display: flex;
  float: none;
  align-items: center;
  width: auto;
  margin-right: 25px;
}

.form-event-feedback-question.widget-radio .radio {
  position: static;
  float: none;
  margin: 0;
}

.form-event-feedback-question.widget-radio label {
  float: none;
  flex: 1;
  width: auto;
  margin-left: 6px;
}

/* Talks */
.form-event-feedback-talk {
  border-bottom: 1px solid #CFCFCF;
}
@media (min-width: 500px) {
  .form-event-feedback-talk {
    display: flex;
    justify-content: space-between;
  }
}

.form-event-feedback-talk > legend {
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 1.2rem 0;
  border-bottom: 1px solid #CFCFCF;
}

.form-event-feedback-talk .widget-radio {
  margin: 0 !important;
}
@media (min-width: 500px) {
  .form-event-feedback-talk .widget-radio {
    width: 50%;
  }
}
@media (min-width: 500px) {
  .form-event-feedback-talk .widget-radio:last-child {
    border-left: 1px solid #CFCFCF;
  }
  .form-event-feedback-talk .widget-radio:last-child fieldset {
    padding-left: 20px;
  }
}

.form-event-feedback-talk .widget-radio legend {
  font-size: 1.7rem;
  line-height: 2.2rem;
  padding: 20px 0 10px 0;
}

@media (max-width: 499px) {
  .form-event-feedback-talk .widget-radio + .widget-radio legend {
    padding-top: 0;
  }
}

.form-event-feedback-talk .widget-radio fieldset {
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 500px) {
  .form-event-feedback-talk .widget-radio fieldset {
    margin-bottom: 0;
    padding: 0 16px 35px 0;
  }
}

.form-event-feedback-talk .widget-radio + .widget-radio fieldset {
  margin-bottom: 25px;
}
@media (min-width: 500px) {
  .form-event-feedback-talk .widget-radio + .widget-radio fieldset {
    margin-bottom: 0;
  }
}

.form-event-feedback-talk.form-event-feedback-talk--questions {
  display: block;
  padding-bottom: 1.5rem;
}
.form-event-feedback-talk.form-event-feedback-talk--questions legend + .widget-textarea {
  margin-top: 2rem;
}

.filter-form {
  margin: 0;
}

.filter-fieldset,
.tag-navigation-fieldset {
  margin: 0 0 20px 0;
}

.filter-fieldset legend,
.tag-navigation-fieldset legend {
  font-size: 1.7rem;
  font-weight: 500;
}

.filter-option,
.tag-navigation-option {
  position: relative;
  font-size: 1.6rem;
  margin: 0.3rem 0;
}

.filter-option-checkbox,
.tag-navigation-option-checkbox {
  opacity: 0;
  position: absolute;
}

.filter-option-label:before,
.tag-navigation-option-label:before {
  content: " ";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #AAA;
  border-radius: 2px;
  margin: 0.2rem 6px 0 0;
}

.filter-option-checkbox:focus + .filter-option-label:before,
.filter-option-checkbox:checked + .filter-option-label:before,
.tag-navigation-option-checkbox:focus + .tag-navigation-option-label:before,
.tag-navigation-option-checkbox:checked + .tag-navigation-option-label:before {
  border-color: #0176B3;
}

.filter-option-checkbox:checked + .filter-option-label:after,
.tag-navigation-option-checkbox:checked + .tag-navigation-option-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.65rem;
  left: 0.4rem;
  height: 0.3rem;
  width: 0.7rem;
  border-left: 3px solid #0176B3;
  border-bottom: 3px solid #0176B3;
  transform: rotate(-48deg);
}

.filter-option-label,
.tag-navigation-option-label {
  display: flex;
  justify-content: flex-start;
  flex-basis: calc(100% - 2.0rem);
}

/* Newsletter */
.content-main .mod_subscribe {
  margin: 3rem 0 3.5rem 0;
}

.content-main .mod_subscribe .formbody {
  display: flex;
  justify-content: space-between;
}

.content-main .mod_subscribe .widget-text {
  display: flex;
  flex-basis: calc(100% - 15.0rem - 5px);
}

.content-main .mod_subscribe .widget-text .text {
  margin-top: 0;
}

.content-main .mod_subscribe .widget-submit {
  display: flex;
  flex-basis: 15rem;
}

.content-main .mod_subscribe .widget-submit button {
  width: 15rem;
}

/* Remove? */
.form-newsletter label .mandatory {
  display: none;
}

/* Gallery */
.ce_gallery {
  max-width: 72rem;
  margin: 3.5rem auto;
}

@media (min-width: 900px) {
  .ce_gallery {
    margin: 3.5rem 0;
  }
}
.mod_article.first .ce_gallery.first {
  margin-top: 0;
}

.ce_gallery h2 {
  margin-bottom: 1rem;
}

.ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Gallery item */
.gallery-item {
  margin: 5px;
}

.cols_2 .gallery-item {
  width: calc(((100% - 10px) / 2) - .01px);
}

.cols_3 .gallery-item {
  width: calc(((100% - 20px) / 3) - .01px);
}

.cols_4 .gallery-item {
  width: calc(((100% - 30px) / 4) - .01px);
}

.gallery-item.col_first {
  margin-left: 0;
}

.gallery-item.col_last {
  margin-right: 0;
}

.gallery-item .image_container > a {
  position: relative;
  display: inline-block;
  color: #FFF;
}

.gallery-item .image_container > a:hover:before,
.gallery-item .image_container > a:focus:before,
.gallery-item .image_container > a:active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  background-color: rgba(1, 118, 179, 0.5);
  background-image: url(/files/images/layout/icon-larger.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 82px 82px;
}

.gallery-item .image_container > a:hover:after,
.gallery-item .image_container > a:focus:after,
.gallery-item .image_container > a:active:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.yellow .gallery-item .image_container > a:hover:before,
.yellow .gallery-item .image_container > a:focus:before,
.yellow .gallery-item .image_container > a:active:before {
  background-color: rgba(250, 178, 0, 0.5);
}

.red .gallery-item .image_container > a:hover:before,
.red .gallery-item .image_container > a:focus:before,
.red .gallery-item .image_container > a:active:before {
  background-color: rgba(207, 0, 21, 0.5);
}

.orange .gallery-item .image_container > a:hover:before,
.orange .gallery-item .image_container > a:focus:before,
.orange .gallery-item .image_container > a:active:before {
  background-color: rgba(238, 124, 1, 0.5);
}

.blue .gallery-item .image_container > a:hover:before,
.blue .gallery-item .image_container > a:focus:before,
.blue .gallery-item .image_container > a:active:before {
  background-color: rgba(0, 176, 227, 0.5);
}

.green .gallery-item .image_container > a:hover:before,
.green .gallery-item .image_container > a:focus:before,
.green .gallery-item .image_container > a:active:before {
  background-color: rgba(151, 189, 14, 0.5);
}

.gallery-item img {
  width: 100%;
  color: #FFF;
}

.gallery-item-caption {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0.7rem 5px 1rem 0;
  color: #666;
}

.gallery-item-caption .caption-copyright {
  display: block;
}

.gallery-item-caption .caption-copyright a {
  text-decoration: none;
  color: #666;
}

.gallery-item-caption .caption-copyright:hover a,
.gallery-item-caption .caption-copyright:focus a,
.gallery-item-caption .caption-copyright:active a {
  text-decoration: underline;
  color: #0069A0;
}

/* Images - Basic */
@media (min-width: 800px) {
  .ce_image {
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .ce_image {
    margin-right: 0;
    margin-left: 0;
  }
}

.image_container > a {
  position: relative;
  display: block;
}

.img-border > .image_container > img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

/* Images - Position left or right */
@media (min-width: 31.25em) {
  .ce_text .image_container.float_left,
.ce_text .image_container.float_right,
.ce_text .image_container.float_left_col,
.ce_text .image_container.float_right_col {
    display: table;
    float: left;
    margin: 0.7rem 25px 1.8rem 0;
    z-index: 100;
    position: relative;
  }

  .ce_text .image_container.float_right,
.ce_text .image_container.float_right_col {
    float: right;
    margin: 0.7rem 0 1.8rem 25px;
  }
}
.ce_text .image_container.float_left img,
.ce_text .image_container.float_left_col img,
.ce_text .image_container.float_right img,
.ce_text .image_container.float_right_col img {
  display: block;
}

.image_container.float_left_col + .text_container,
.image_container.float_right_col + .text_container {
  overflow: auto;
}

.image_container.float_left + .text_container:after,
.image_container.float_right + .text_container:after {
  display: table;
  clear: both;
  content: " ";
}

.image_container.float_right + .text_container > :last-child {
  margin-bottom: 0;
}

.image_container.float_left + .text_container > ul {
  overflow: auto;
}

.ce_text > h2 + .float_left + .text_container *:first-child,
.ce_text > h3 + .float_left + .text_container *:first-child,
.ce_text > h4 + .float_left + .text_container *:first-child,
.ce_text > h2 + .float_right + .text_container *:first-child,
.ce_text > h3 + .float_right + .text_container *:first-child,
.ce_text > h4 + .float_right + .text_container *:first-child,
.ce_text > h2 + .float_left_col + .text_container *:first-child,
.ce_text > h3 + .float_left_col + .text_container *:first-child,
.ce_text > h4 + .float_left_col + .text_container *:first-child,
.ce_text > h2 + .float_right_col + .text_container *:first-child,
.ce_text > h3 + .float_right_col + .text_container *:first-child,
.ce_text > h4 + .float_right_col + .text_container *:first-child {
  margin-top: 0;
}

/* Images - Position above */
.ce_text .image_container.float_above {
  margin: 0 0 3rem 0;
}

/* Caption and copyright */
.image_container .caption {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
  padding: 0.5rem 0 0 0;
  color: #666;
}
@media (min-width: 800px) {
  .image_container .caption {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding: 0.7rem 0 0 0;
  }
}

.image_container.float_left .caption,
.image_container.float_left_col .caption,
.image_container.float_right .caption,
.image_container.float_right_col .caption {
  display: table-caption;
  caption-side: bottom;
}

.image_container.float_left .caption .caption-copyright,
.image_container.float_left_col .caption .caption-copyright,
.image_container.float_right .caption .caption-copyright,
.image_container.float_right_col .caption .caption-copyright {
  display: block;
}

.caption .caption-space + .caption-copyright {
  padding-left: 12px;
}

.image_container.float_left .caption .caption-space + .caption-copyright,
.image_container.float_left_col .caption .caption-space + .caption-copyright,
.image_container.float_right .caption .caption-space + .caption-copyright,
.image_container.float_right_col .caption .caption-space + .caption-copyright {
  padding-left: 0;
}

.image_container .caption-copyright a {
  text-decoration: none;
  color: #666;
}

.image_container .caption-copyright:hover a,
.image_container .caption-copyright:focus a,
.image_container .caption-copyright:active a {
  text-decoration: underline;
  color: #0069A0;
}

/* Lightbox */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}

#cboxContent {
  background: #FFF;
}

#cboxLoadedContent {
  border-color: #FFF;
}

#cboxTitle {
  position: static;
  color: rgba(255, 255, 255, 0.95);
}

#cboxTitle p {
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
}

#cboxNext,
#cboxPrevious,
#cboxClose {
  background-image: url(/files/system/images/icons-colorbox.png);
  background-size: 98px 140px;
}

#cboxNext,
#cboxPrevious {
  width: 35px;
  height: 70px;
}

#cboxNext {
  right: 5px;
  background-position: top right;
}

#cboxPrevious {
  left: 5px;
  background-position: top left;
}

#cboxClose {
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  background-position: top center;
}

#colorbox.team {
  margin-top: -6.5rem;
}
#colorbox.team #cboxContent {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#colorbox.team #cboxLoadedContent {
  overflow: hidden !important;
}
#colorbox.team #cboxLoadedContent {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#colorbox.team #cboxTitle {
  float: none !important;
  margin: 0;
  padding: 12px 12px 18px 12px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #FFF;
}
@media (min-width: 600px) {
  #colorbox.team #cboxTitle {
    padding: 12px 18px 18px 18px;
  }
}
#colorbox.team #cboxTitle p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  color: #333;
}
@media (min-width: 600px) {
  #colorbox.team #cboxTitle p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
#colorbox.team #cboxTitle p strong {
  font-size: 1.9rem;
  display: inline-block;
  padding-bottom: 0.3rem;
}
@media (min-width: 600px) {
  #colorbox.team #cboxTitle p strong {
    font-size: 2.1rem;
  }
}

/* Material - Basic */
.ce_material {
  max-width: 72rem;
}

/* Material - Order */
.mod_materiallist > .material-wrapper-filter-items {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  .mod_materiallist > .material-wrapper-filter-items {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.material-filter {
  flex-basis: calc((100% - 60px) / 3);
}

.material-list {
  flex-basis: calc((((100% - 60px) / 3) * 2) - 40px);
}

.material-list-item {
  display: flex;
}

/* Material - Box */
.material-boxes {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.material-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 15px 15px 12px 15px;
  border: 1px solid #CFCFCF;
}

.content-main .material-box {
  flex-basis: calc((100% - 20px) / 2);
}

.material-box-title {
  font-size: 1.9rem;
  line-height: 2.5rem;
  margin: 1rem 0 0 0;
}

.material-box-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 1.5rem 0 1.5rem 0;
  color: #676767;
}

.material-box-teaser p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin: 1rem 0;
}

.material-box-image {
  float: right;
  box-sizing: border-box;
  width: 130px;
  margin: 0 0 5px 0;
  text-align: right;
}

.material-box-image img {
  width: 120px;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.material-box-action {
  font-size: 1.6rem;
  display: flex;
  margin: 1.5rem 0 0 0;
  padding-top: 12px;
  border-top: 1px solid #CFCFCF;
}

.material-box-action .material-extension {
  font-size: 1.4rem;
}

.material-item-message .box {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 1rem 12px;
  margin: 1rem 0 3px 0;
}

/* Material - Textlink */
.ce_material > h3 {
  margin: 3rem 0 1rem 0;
}

.ce_material > ul {
  margin: 0 0 3rem 0;
}

.material-textlink {
  margin: 0.4rem 0;
}

.material-textlink a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  text-decoration: none;
}

.material-textlink a:hover,
.material-textlink a:focus,
.material-textlink a:active {
  text-decoration: none;
}

.material-textlink-text {
  text-decoration: underline;
}

.material-textlink .material-extension {
  font-size: 1.5rem;
}

.material-textlink a:before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: " ";
  background-image: url(/files/images/layout/icons-diverse.png);
  background-position: -24px -48px;
  background-size: 192px 288px;
}

.yellow .material-textlink a:before {
  background-position: -48px -48px;
}

.red .material-textlink a:before {
  background-position: -72px -48px;
}

.orange .material-textlink a:before {
  background-position: -96px -48px;
}

.green .material-textlink a:before {
  background-position: -120px -48px;
}

.blue .material-textlink a:before {
  background-position: -144px -48px;
}

/* Material - Compact list */
.material-items-compact {
  margin-bottom: 6rem;
}

.material-item-compact {
  font-size: 1.8rem;
  line-height: 2.7rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 1.2rem 0;
  border-bottom: 1px solid #CFCFCF;
}

.material-item-compact-standalone,
.material-items-compact .material-item-compact:first-child {
  border-top: 1px solid #CFCFCF;
}

@media (min-width: 600px) {
  .content-main .material-item-compact {
    display: flex;
    justify-content: space-between;
  }
}

.material-item-compact-text {
  flex: 1;
  margin: 0 30px 0 0;
}

.material-item-compact-text {
  font-size: 1.7rem;
  line-height: 2.4rem;
}

.material-item-compact-action {
  font-size: 1.6rem;
  flex-basis: 20rem;
  padding-top: 0.1rem;
  margin-top: 0.3rem;
}
@media (max-width: 600px) {
  .material-item-compact-action {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 600px) {
  .material-item-compact-action {
    text-align: right;
    justify-content: flex-end;
    margin-top: 0;
  }
}

.material-item-compact .material-extension {
  font-size: 1.3rem;
}

.material-download + .material-order-form,
.material-download + .material-order {
  margin-left: 20px;
}

@media (min-width: 600px) {
  .material-item-compact .material-item-message {
    flex-basis: 20rem;
  }
}
.material-item-compact .material-item-message .box {
  margin: 1rem 0 0 0;
}
@media (min-width: 600px) {
  .material-item-compact .material-item-message .box {
    margin: 0;
  }
}

/* Material - Item (full - with pic) */
.material-items {
  flex-basis: calc(((100% - 60px) / 3) * 2);
  margin: 0;
}

.material-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0;
  padding: 2.5rem 0;
  border-top: 1px solid #CFCFCF;
}

.material-item-text {
  flex-basis: 72%;
}

.material-item-text .material-item-title {
  font-size: 2.1rem;
  margin: 0 0 1.5rem 0;
}

.material-item-text p {
  margin: 0;
}

.material-item-text .material-item-subtitle {
  margin: 1.5rem 0;
}

.material-item-text .material-item-teaser {
  margin: 1.5rem 0;
}

.material-item-text .material-item-publisher,
.material-item-text .material-item-isbn {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #767676;
}

.material-item-action {
  font-size: 1.6rem;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 0 0;
  padding-top: 0.1rem;
}

.material-item-action .material-extension {
  font-size: 1.4rem;
}

.material-item-image {
  flex-basis: calc(28% - 35px);
  padding: 5px 0 0 0;
}

.material-item-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

/* Material - Action (Download/Order) */
.material-download {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  text-decoration: none;
}

.material-order {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 28px;
  cursor: pointer;
  color: #0176B3;
  border: none;
  background: transparent;
}

.material-order:hover,
.material-order:focus,
.material-order:active {
  text-decoration: underline;
}

.material-download:before,
.material-order:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: " ";
  background-image: url(/files/images/layout/icons-diverse.png);
  background-position: -24px 0;
  background-size: 192px 288px;
}

.material-download:before {
  background-position: -24px -48px;
}

.yellow .material-order:before {
  background-position: -48px 0;
}

.yellow .material-download:before {
  background-position: -48px -48px;
}

.red .material-order:before {
  background-position: -72px 0;
}

.red .material-download:before {
  background-position: -72px -48px;
}

.orange .material-order:before {
  background-position: -96px 0;
}

.orange .material-download:before {
  background-position: -96px -48px;
}

.green .material-order:before {
  background-position: -120px 0;
}

.green .material-download:before {
  background-position: -120px -48px;
}

.blue .material-order:before {
  background-position: -144px 0;
}

.blue .material-download:before {
  background-position: -144px -48px;
}

/* Material – message */
.material-message {
  position: relative;
  left: 5px;
  width: calc(100% - 5px);
  margin: 18px 0 10px 0;
  padding: 15px 15px;
  background-color: #F6F6F6;
}

.material-message:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  display: block;
  width: 4px;
  height: 100%;
  content: " ";
  background-color: #97BD0E;
}

.material-message.info:before {
  background-color: #0176B3;
}

.material-message p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.6rem;
  margin: 0;
}

/* Navbar - Submenu */
.navbar-submenu {
  margin: 35px 0 50px 0;
}

.navbar-submenu > h2 {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.navbar-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-submenu ul a {
  text-decoration: none;
}

.navbar-submenu li {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0;
  border-top: 1px solid #CFCFCF;
}

.navbar-submenu .level_1 > li.last {
  border-bottom: 1px solid #CFCFCF;
}

.navbar-submenu .level_2 > li > a,
.navbar-submenu .level_2 > li > strong {
  padding-left: 35px;
}

.navbar-submenu .level_3 > li > a,
.navbar-submenu .level_3 > li > strong {
  padding-left: 70px;
}

.navbar-submenu li > a,
.navbar-submenu li > strong {
  display: block;
  padding: 0.9rem 0 0.8rem 0;
  color: #333;
}

.navbar-submenu li a:hover,
.navbar-submenu li a:focus,
.navbar-submenu li a:active {
  text-decoration: underline;
  color: #0069A0;
}

.navbar-submenu li > .active {
  font-weight: 500;
  color: #0069A0;
}

.mod_newsletterreader tbody tr:last-child th,
.mod_newsletterreader tbody tr:last-child td {
  border-bottom: none;
}

/* Outro */
.content-outro .mod_article.outro-boxes-3 {
  width: 100%;
  max-width: 100%;
  margin: 20px 0 0 0;
  background-color: #F1F1F1;
}

@media (min-width: 900px) {
  .content-outro .mod_article.outro-boxes-3 {
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  .content-outro .mod_article.outro-boxes-3 {
    margin-top: 80px;
  }
}
.content-outro .mod_article.outro-boxes-3 > .inside {
  margin: 0 10px;
  padding: 20px 0 50px 0;
}
@media (min-width: 800px) {
  .content-outro .mod_article.outro-boxes-3 > .inside {
    width: calc(100% - 160px);
    margin: 0 auto 0 auto;
    padding: 50px 0 80px 0;
  }
}
@media (min-width: 900px) {
  .content-outro .mod_article.outro-boxes-3 > .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 30px);
  }
}
@media (min-width: 1000px) {
  .content-outro .mod_article.outro-boxes-3 > .inside {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1100px) {
  .content-outro .mod_article.outro-boxes-3 > .inside {
    width: calc(100% - 80px);
    max-width: 120rem;
  }
}

.content-outro .outro-boxes-3 .ce_text {
  width: 300px;
  max-width: 100%;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 700px) {
  .content-outro .outro-boxes-3 .ce_text {
    display: flex;
    width: 100%;
    margin: 20px 0;
  }
}
@media (min-width: 900px) {
  .content-outro .outro-boxes-3 .ce_text {
    display: block;
    width: calc((100% - 20px) / 3);
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .content-outro .outro-boxes-3 .ce_text {
    width: calc((100% - 40px) / 3);
  }
}

.content-outro .outro-boxes-3 .ce_text.outro-copyright {
  width: 100%;
  background-color: transparent;
}

.content-outro .outro-boxes-3 .image_container {
  width: 300px;
  max-width: 100%;
  margin: 0;
}

@media (min-width: 900px) {
  .content-outro .outro-boxes-3 .image_container {
    width: auto;
  }
}
.content-outro .outro-boxes-3 .image_container .caption {
  padding-right: 20px;
  padding-left: 20px;
}

.content-outro .outro-boxes-3 .text_container {
  padding: 25px 20px 30px 20px;
}

@media (min-width: 700px) {
  .content-outro .outro-boxes-3 .text_container {
    width: calc(100% - 300px);
    padding: 25px 25px 30px 25px;
  }
}
.content-outro .outro-boxes-3 .outro-copyright .text_container {
  margin-bottom: -50px;
  padding: 30px 0 0 0;
}

@media (min-width: 900px) {
  .content-outro .outro-boxes-3 .text_container {
    width: auto;
  }
}
.content-outro .outro-boxes-3 h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin: 0 0 1.2rem 0;
}

.content-outro .outro-boxes-3 h2 a {
  text-decoration: none;
}
.content-outro .outro-boxes-3 h2 a:hover, .content-outro .outro-boxes-3 h2 a:focus, .content-outro .outro-boxes-3 h2 a:active {
  text-decoration: underline;
}

.content-outro .outro-boxes-3 p {
  margin: 0;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CFCFCF;
}

.pagination-total {
  margin: 15px 30px 30px 0;
  padding: 4px 0;
}

.pagination-links {
  margin: 15px 30px 30px 30px;
}

.pagination-link a {
  display: inline-block;
  padding: 4px 10px;
  text-decoration: none;
}

.pagination-link-active {
  padding: 4px 10px;
  color: #FFF;
  border-radius: 3px;
  background-color: #0176B3;
}

.pagination-previous-next {
  margin: 15px 0 30px 30px;
  padding: 4px 0;
}

.pagination-next {
  margin-left: 10px;
}

.suchergebnisse-info strong {
  font-weight: 400;
  padding: 0 5px;
  color: #000;
  border-radius: 2px;
  background-color: rgba(250, 178, 0, 0.2);
}

.suchergebnisse-item {
  padding: 35px 0 32px 0;
  border-top: 1px solid #CFCFCF;
}

.suchergebnisse-item a {
  text-decoration: none;
}
.suchergebnisse-item a:hover, .suchergebnisse-item a:focus, .suchergebnisse-item a:active {
  text-decoration: none;
}

.suchergebnisse-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin: 0;
}

.suchergebnisse-url {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin: 0.3rem 0 0;
  color: #767676;
}

a:hover .suchergebnisse-title,
a:focus .suchergebnisse-title,
a:active .suchergebnisse-title {
  text-decoration: underline;
}

.suchergebnisse-context {
  margin: 2.2rem 0 0 0;
}

.suchergebnisse-context mark {
  font-weight: 400;
  padding: 0 5px;
  color: #000;
  border-radius: 2px;
  background-color: rgba(250, 178, 0, 0.2);
}

/* Tables */
.ce_table h2,
.ce_table h3 {
  margin-bottom: 0;
}

table {
  width: 100%;
  margin: 6rem 0;
  border-collapse: collapse;
  border: 0;
}

.ce_table h2 + table,
.ce_table h3 + table {
  margin-top: 2rem;
}

table caption {
  font-size: 1.6rem;
  padding: 0.6rem 10px;
  text-align: left;
  color: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background-color: #0176B3;
}

thead th {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.6rem 10px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  background-color: #F1F1F1;
}

caption + thead th {
  border-top: none;
}

thead th:last-child {
  border-right: none;
}

tbody th,
tbody td {
  font-size: 1.7rem;
  line-height: 2.4rem;
  padding: 0.5rem 10px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}

tbody th:last-child,
tbody td:last-child {
  border-right: none;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 1px solid #CFCFCF;
}

tbody th {
  font-weight: 500;
}

tfoot td {
  font-size: 1.5rem;
  padding: 2rem 0 0 0;
}

.ce_table + .ce_text .p-copyright {
  margin-top: -3.5rem;
}

/* News */
.news-list-item {
  padding: 3rem 0 3.7rem 0;
  border-top: 1px solid #CFCFCF;
}
@media (min-width: 500px) {
  .news-list-item {
    max-width: 100%;
    margin: 0;
  }
}

.ce_image + .news-list .news-list-item:first-child {
  margin-top: 3rem;
  border-top: none;
}

.news-list-item.image {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 500px) {
  .news-list-item.image {
    flex-direction: row-reverse;
  }
}

@media (min-width: 500px) {
  .news-list-item.image .news-list-item-text {
    flex-basis: calc(100% - 25px - 200px);
  }
}
@media (min-width: 700px) {
  .news-list-item.image .news-list-item-text {
    flex-basis: calc(100% - 25px - 250px);
  }
}

.news-list-item:last-child {
  border-bottom: 1px solid #CFCFCF;
}

.news-list-item-title {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin: 0 0 1.2rem 0;
}

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

.news-list-item-title a:hover,
.news-list-item-title a:focus,
.news-list-item-title a:active {
  text-decoration: underline;
}

.news-list-item-date {
  margin: 0.5rem 0 1.5rem 0;
}

.news-list-item-teaser p {
  display: inline;
  margin-bottom: 0;
}

.news-list-item-more {
  margin: 0;
}

.news-list-item-image {
  width: 250px;
  height: 100%;
  margin: 0 0 1.5rem 0;
  padding-top: 0.7rem;
}
@media (min-width: 500px) {
  .news-list-item-image {
    width: 200px;
    flex-basis: 200px;
    margin: 0;
  }
}
@media (min-width: 700px) {
  .news-list-item-image {
    width: 250px;
    flex-basis: 250px;
  }
}

.news-list-item-image-copyright {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0.5rem 0 0 0;
  color: #666;
}

.news-list-more-link {
  border-top: 1px solid #CFCFCF;
  padding-top: 3rem;
  margin-top: 0;
}
@media (min-width: 500px) {
  .news-list-more-link {
    padding-left: calc(25px + 200px);
  }
}
@media (min-width: 700px) {
  .news-list-more-link {
    padding-left: calc(25px + 250px);
  }
}

/* Text */
@media (min-width: 800px) {
  .ce_text {
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .ce_text {
    margin-right: 0;
    margin-left: 0;
  }
}

/* Teaser */
.ce_text.text-teaser {
  padding: 3rem 0 3.7rem 0;
  border-top: 1px solid #CFCFCF;
}
@media (min-width: 500px) {
  .ce_text.text-teaser {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
}

.ce_text.text-teaser .image_container {
  width: 250px;
  height: 100%;
  float: none;
  margin: 0 0 1.5rem 0;
  padding-top: 0.7rem;
}
@media (min-width: 500px) {
  .ce_text.text-teaser .image_container {
    width: 200px;
    flex-basis: 200px;
    margin: 0;
  }
}
@media (min-width: 700px) {
  .ce_text.text-teaser .image_container {
    width: 250px;
    flex-basis: 250px;
  }
}

.news-list-item-image-copyright {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0.5rem 0 0 0;
  color: #666;
}

.ce_text.text-teaser .text_container {
  float: none;
}
@media (min-width: 500px) {
  .ce_text.text-teaser .text_container {
    flex-basis: calc(100% - 25px - 200px);
  }
}
@media (min-width: 700px) {
  .ce_text.text-teaser .text_container {
    flex-basis: calc(100% - 25px - 250px);
  }
}

.ce_text.text-teaser h2,
.ce_text.text-teaser h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin: 0 0 1.2rem 0;
}

.ce_text.text-teaser h2 a,
.ce_text.text-teaser h3 a {
  text-decoration: none;
}
.ce_text.text-teaser h2 a:hover, .ce_text.text-teaser h2 a:focus, .ce_text.text-teaser h2 a:active,
.ce_text.text-teaser h3 a:hover,
.ce_text.text-teaser h3 a:focus,
.ce_text.text-teaser h3 a:active {
  text-decoration: underline;
}

.ce_text.text-teaser p:last-child {
  margin-bottom: 0;
}

/* YouTube Player */
.ce_youtube {
  margin: 4rem 0 6rem 0;
  max-width: 72rem;
}

.ce_youtube.youtube-full-width {
  max-width: 100%;
}

.ce_youtube > .inside {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  background-color: #0176B3;
}

.ce_youtube h2 {
  margin-bottom: 2rem;
}

.ce_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.ce_youtube noscript p {
  color: #FFF;
  text-align: center;
  padding: 30px 20px;
  max-width: 40rem;
  margin: 0 auto;
}

/* YouTube Preview */
.youtube-preview {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  background-size: 100% auto;
}

.youtube-preview > .inside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(1, 118, 179, 0.7);
}

.youtube-preview .youtube-preview-fake-play-button {
  width: 116px;
  height: 116px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.youtube-preview .youtube-preview-fake-play-button:hover #circle, .youtube-preview .youtube-preview-fake-play-button:focus #circle, .youtube-preview .youtube-preview-fake-play-button:active #circle {
  fill-opacity: 100;
}
.youtube-preview .youtube-preview-fake-play-button:hover #play, .youtube-preview .youtube-preview-fake-play-button:focus #play, .youtube-preview .youtube-preview-fake-play-button:active #play {
  fill: #0176B3;
}

.youtube-preview .youtube-preview-cookie-info {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px 0 10px 0;
  color: #FFF;
  background-color: rgba(1, 118, 179, 0.7);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.youtube-preview .youtube-preview-cookie-infotext {
  font-size: 1.3rem;
  line-height: 1.8rem;
  max-width: 40rem;
  margin: 1rem 0;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 400px) {
  .youtube-preview .youtube-preview-cookie-infotext {
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin: 1rem auto;
  }
}
@media (min-width: 450px) {
  .youtube-preview .youtube-preview-cookie-infotext {
    margin: 1rem auto 2rem auto;
  }
}

.youtube-preview .youtube-preview-cookie-infotext a {
  color: #FFF;
}

.youtube-preview .button.youtube-preview-accept-cookies-button {
  margin: 0 auto;
  cursor: pointer;
  border-color: #FFF;
  background-color: transparent;
}
@media (min-width: 400px) {
  .youtube-preview .button.youtube-preview-accept-cookies-button {
    padding: 0.8rem 25px;
  }
}
.youtube-preview .button.youtube-preview-accept-cookies-button:hover, .youtube-preview .button.youtube-preview-accept-cookies-button:focus, .youtube-preview .button.youtube-preview-accept-cookies-button:active {
  color: #0176B3;
  border-color: #FFF;
  background-color: #FFF;
}

.youtube-preview .youtube-preview-close-cookie-info {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.youtube-preview .youtube-preview-close-cookie-info #icon-close-circle {
  fill: transparent;
}
.youtube-preview .youtube-preview-close-cookie-info #icon-close-x {
  fill: #FFF;
}
.youtube-preview .youtube-preview-close-cookie-info:hover #icon-close-circle, .youtube-preview .youtube-preview-close-cookie-info:focus #icon-close-circle, .youtube-preview .youtube-preview-close-cookie-info:active #icon-close-circle {
  fill: #FFF;
}
.youtube-preview .youtube-preview-close-cookie-info:hover #icon-close-x, .youtube-preview .youtube-preview-close-cookie-info:focus #icon-close-x, .youtube-preview .youtube-preview-close-cookie-info:active #icon-close-x {
  fill: #0176B3;
}
@media (min-width: 400px) {
  .youtube-preview .youtube-preview-close-cookie-info {
    top: 10px;
    right: 10px;
  }
}

/* YouTube Config (data protection page) */
.youtube-config-button {
  margin: 0;
  cursor: pointer;
  color: #FFF;
  border-color: #0176B3;
  background-color: #0176B3;
}

/* Headlines */
@media (min-width: 800px) {
  .ce_headline {
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    left: -1px;
  }
}
@media (min-width: 1200px) {
  .ce_headline {
    margin-right: 0;
    margin-left: 0;
  }
}

h1 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin: 0 0 2rem 0;
}
@media (min-width: 800px) {
  h1 {
    font-size: 3.4rem;
    line-height: 4.6rem;
    margin: 0 0 2.5rem -1px;
  }
}

h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3rem;
  margin-top: 5rem;
  margin-bottom: 1.8rem;
}
@media (min-width: 800px) {
  h2 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.4rem;
    margin-bottom: 2.5rem;
  }
}

h2.trennlinie-oben {
  margin-top: 5rem;
  padding-top: 2.5rem;
}
@media (min-width: 800px) {
  h2.trennlinie-oben {
    margin-top: 7rem;
    padding-top: 3.5rem;
  }
}

.ce_text.trennlinie-oben h2 {
  margin-top: 2.5rem;
}
@media (min-width: 800px) {
  .ce_text.trennlinie-oben h2 {
    margin-top: 3.5rem;
  }
}

.content-right h2 {
  font-size: 2.1rem;
  font-weight: 500;
}

.content-right h2 {
  margin: 3rem 0 0 0;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}

.ce_text.trennlinie-oben h3 {
  margin-top: 3.5rem;
}

h3.trennlinie-oben {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
}

h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h5,
h6 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0;
}

h3 + p,
h4 + p {
  margin-top: 0;
}

/* Line */
.trennlinie-oben {
  clear: both;
  margin-top: 5rem;
  border-top: 1px solid #CFCFCF;
}

.trennlinie-unten {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #CFCFCF;
}

/* Link - Basic */
a {
  color: #0176B3;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

a[href^=tel] {
  text-decoration: none;
}

a[href^=tel]:hover,
a[href^=tel]:focus,
a[href^=tel]:active {
  text-decoration: underline;
}

/* Link - Button */
.button {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  padding: 0.5rem 14px 0.6rem 14px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #0176B3;
  border-radius: 3px;
  background-color: #0176B3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button:hover, .button:focus, .button:active {
  text-decoration: underline;
  color: #FFF;
  border-color: #0069A0;
  background-color: #0069A0;
}

.button.border-button {
  color: #0176B3;
  border: 1px solid #0176B3;
  background-color: #FFF;
}

.button.border-button:hover,
.button.border-button:focus,
.button.border-button:active {
  color: #FFF;
  border: 1px solid #0176B3;
  background-color: #0176B3;
}

/* Remove? */
.button[href$=pdf] {
  position: relative;
  padding-left: 33px;
}

/* Remove? */
.button[href$=pdf]:before {
  position: absolute;
  top: calc(50% - 8px);
  left: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: " ";
  background-image: url(/files/images/layout/icons-download.png);
  background-repeat: no-repeat;
  background-size: 45px 15px;
}

/* List */
ul,
ol {
  margin: 2.5rem 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 2.4rem 0;
}

.ce_text ul li,
#wrapper.mce-content-body ul > li {
  position: relative;
  padding-left: 2rem;
}

.ce_text ul li:before,
#wrapper.mce-content-body ul > li:before {
  font-size: 3.2rem;
  position: absolute;
  z-index: 1;
  top: 0.2rem;
  left: 0;
  content: "•";
  color: #0176B3;
}

.yellow .ce_text li:before {
  color: #FAB200;
}

.red .ce_text li:before {
  color: #CF0015;
}

.orange .ce_text li:before {
  color: #EE7C01;
}

.green .ce_text li:before {
  color: #97BD0E;
}

.light-blue .ce_text li:before {
  color: #00B0E3;
}

.ce_text ol > li,
#wrapper.mce-content-body ol > li {
  margin-left: 1.8rem;
  padding-left: 8px;
}

.ce_text ol > li > ol[type=a] > li,
#wrapper.mce-content-body ol > li > ol[type=a] > li {
  padding-left: 4px;
}

.li-ohne-abstand {
  margin: 0;
}

.li-ohne-abstand > ul,
.li-ohne-abstand > ol {
  margin-top: 0;
}

.li-kleiner-abstand,
.ul-li-kleiner-abstand li {
  margin: 0.4rem 0;
}

abbr {
  text-decoration: none;
}

/* Remove? */
.text-klein {
  font-size: 1.4rem;
}

/* Paragraph */
p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin: 1.8rem 0;
}
@media (min-width: 800px) {
  p {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin: 2.4rem 0;
  }
}

.p-zentriert {
  text-align: center;
}

.p-copyright {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
}
@media (min-width: 800px) {
  .p-copyright {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}

.content-right p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin: 1.8rem 0;
}

/* Spacing */
.abstand-oben-0,
.spacing-top-0 {
  margin-top: 0 !important;
}

.abstand-oben-10,
.spacing-top-10 {
  margin-top: 1rem !important;
}

.abstand-oben-20,
.spacing-top-20 {
  margin-top: 2rem !important;
}

.abstand-oben-30,
.spacing-top-30 {
  margin-top: 3rem !important;
}

.abstand-oben-40,
.spacing-top-40 {
  margin-top: 4rem !important;
}

.abstand-oben-50,
.spacing-top-50 {
  margin-top: 5rem !important;
}

.abstand-unten-0,
.spacing-bottom-0 {
  margin-bottom: 0 !important;
}

.abstand-unten-10,
.spacing-bottom-10 {
  margin-bottom: 1rem !important;
}

.abstand-unten-20,
.spacing-bottom-20 {
  margin-bottom: 2rem !important;
}

.abstand-unten-30,
.spacing-bottom-30 {
  margin-bottom: 3rem !important;
}

.abstand-unten-40,
.spacing-bottom-40 {
  margin-bottom: 4rem !important;
}

.abstand-unten-50,
.spacing-bottom-50 {
  margin-bottom: 5rem !important;
}

/* Footer 1 */
.footer {
  color: #0069A0;
}

@media (min-width: 1200px) {
  .footer-1 > .inside {
    width: calc(100% - 80px);
    max-width: 120rem;
    margin: 0 auto;
  }
}

.footer-1 {
  background-color: #E5F0F6;
}

@media (min-width: 1200px) {
  .footer-1 > .inside {
    display: flex;
    justify-content: flex-end;
    padding: 40px 0;
  }
}

.footer-1 a {
  color: #0069A0;
}

/* Footer 2 */
.footer-2 {
  position: relative;
}

.footer-2 > .inside {
  margin: 0 15px 0 103px;
}
@media (min-width: 360px) {
  .footer-2 > .inside {
    margin: 0 15px 0 117px;
  }
}
@media (min-width: 400px) {
  .footer-2 > .inside {
    margin: 0 30px 0 117px;
  }
}
@media (min-width: 600px) {
  .footer-2 > .inside {
    margin-left: 120px;
  }
}
@media (min-width: 800px) {
  .footer-2 > .inside {
    margin-right: 40px;
    margin-left: calc(25.0rem + 40px);
  }
}
@media (min-width: 1000px) {
  .footer-2 > .inside {
    display: flex;
    justify-content: space-between;
    margin-left: 220px;
  }
}
@media (min-width: 1200px) {
  .footer-2 > .inside {
    width: calc(100% - 80px);
    max-width: 120rem;
    margin: 0 auto;
  }
}

.footer-2 a {
  color: #0069A0;
}

.footer-2:after {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 133px;
  content: " ";
  background-image: url(/files/system/images/logo-lgl-108px.png);
  background-repeat: no-repeat;
  background-size: 90px 133px;
}
@media (min-width: 360px) {
  .footer-2:after {
    width: 108px;
    height: 160px;
    background-size: 108px 160px;
  }
}
@media (min-width: 800px) {
  .footer-2:after {
    width: 214px;
    height: 320px;
    background-image: url(/files/system/images/logo-lgl-214px.png);
    background-size: 214px 320px;
  }
}

.footer-newsletter {
  color: #FFF;
  background-color: #0176B3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-newsletter > .inside {
  padding: 3.4rem 0;
  margin: 0 10px;
}
@media (min-width: 700px) {
  .footer-newsletter > .inside {
    margin: 0 120px;
  }
}
@media (min-width: 800px) {
  .footer-newsletter > .inside {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 80px);
    max-width: 120rem;
    margin: 0 auto;
    padding: 2.8rem 0;
  }
}
@media (min-width: 1100px) {
  .footer-newsletter > .inside {
    flex-wrap: nowrap;
  }
}

.footer-newsletter a {
  color: #FFF;
}

.footer-newsletter h2 {
  font-size: 2.6rem;
  line-height: 3rem;
  margin: 0 0 1.2rem 0;
}
@media (min-width: 800px) {
  .footer-newsletter h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    flex-basis: 25rem;
    margin: -0.3rem 0 0 0;
  }
}

.footer-newsletter p {
  font-size: 1.7rem;
  line-height: 2.5rem;
  flex-basis: calc(100% - 25.0rem);
  margin: 0 0 1.8rem 0;
}
@media (min-width: 1100px) {
  .footer-newsletter p {
    flex-basis: calc(100% - 25.0rem - ((100% - 60px) / 3) - 20px);
    margin: 0 20px 0 0;
  }
}

@media (min-width: 800px) {
  .footer-newsletter-subscribe {
    flex-basis: calc(100% - 25.0rem);
    margin-left: 25rem;
  }
}
@media (min-width: 1100px) {
  .footer-newsletter-subscribe {
    flex-basis: calc((100% - 60px) / 3);
    margin-left: 0;
  }
}

.footer-newsletter .formbody {
  display: flex;
}

.footer-newsletter .widget-text {
  display: flex;
  flex: 1;
}

.footer-newsletter .text {
  width: 100%;
  padding: 0.5rem 8px;
  border: 1px solid #FFF;
  border-radius: 3px;
  background-color: #FFF;
}

.footer-newsletter .widget-submit {
  display: flex;
}

.footer-newsletter button.submit {
  margin-left: 5px;
  border-color: #FFF;
}

/* Footer - Navbar  */
@media (min-width: 800px) {
  .footer-nav {
    display: flex;
    padding: 30px 40px 30px calc(25.0rem + 40px);
  }
}
@media (min-width: 1200px) {
  .footer-nav {
    background-image: none;
    flex-basis: calc(100% - 25.0rem - ((100% - 60px) / 3) - 30px);
    margin: 6px 30px 0 0;
    padding: 0;
  }
}

.footer-nav-meta {
  padding: 30px 15px 15px 15px;
}
@media (min-width: 400px) {
  .footer-nav-meta {
    padding: 30px 30px 15px 30px;
  }
}
@media (min-width: 600px) {
  .footer-nav-meta {
    padding: 30px 120px 15px 120px;
  }
}
@media (min-width: 800px) {
  .footer-nav-meta {
    width: 12rem;
    padding: 0;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer-nav-meta {
    width: auto;
  }
}

.footer-nav-topics {
  background-image: linear-gradient(180deg, #D4E6F0 0%, rgba(229, 240, 246, 0) 82%);
  padding: 15px 15px 30px 15px;
}
@media (min-width: 400px) {
  .footer-nav-topics {
    padding: 15px 30px 30px 30px;
  }
}
@media (min-width: 600px) {
  .footer-nav-topics {
    padding: 15px 120px 30px 120px;
  }
}
@media (min-width: 800px) {
  .footer-nav-topics {
    width: 35rem;
    background-image: none;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .footer-nav-topics {
    width: auto;
  }
}

.footer-nav h2,
.footer-nav h3 {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul a {
  text-decoration: none;
}

.footer-nav li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  border-top: 1px solid #B0D2E4;
}
.footer-nav li:first-child {
  border-top: none;
}

.footer-nav li a,
.footer-nav li strong {
  font-weight: 400;
  position: relative;
  display: block;
  padding: 0.8rem 15px 0.7rem 0;
}
.footer-nav li a:hover, .footer-nav li a:focus, .footer-nav li a:active,
.footer-nav li strong:hover,
.footer-nav li strong:focus,
.footer-nav li strong:active {
  text-decoration: underline;
}

.footer-nav-meta li a,
.footer-nav-meta li strong {
  padding: 0.8rem 25px 0.7rem 0;
}

.footer-nav-topics li a,
.footer-nav-topics li strong {
  padding: 0.8rem 15px 0.7rem 0;
}

/* Footer - Contact */
.footer-contact {
  padding: 30px 15px 30px 15px;
  display: block;
  background-image: linear-gradient(180deg, #D4E6F0 0%, rgba(229, 240, 246, 0) 82%);
}
@media (min-width: 360px) {
  .footer-contact {
    padding: 30px 20px 30px 20px;
  }
}
@media (min-width: 600px) {
  .footer-contact {
    padding: 30px 23px 30px 23px;
  }
}
@media (min-width: 800px) {
  .footer-contact {
    padding: 30px 40px 30px calc(25.0rem + 40px + 12.0rem + 20px);
  }
}
@media (min-width: 1200px) {
  .footer-contact {
    flex-basis: calc((100% - 60px) / 3);
    padding: 0;
    background-image: none;
  }
}

.footer-contact-logo {
  width: 265px;
  height: auto;
}
@media (min-width: 360px) {
  .footer-contact-logo {
    width: 291px;
    height: 92px;
  }
}
@media (min-width: 800px) {
  .footer-contact-logo {
    position: relative;
    left: -97px;
  }
}

.footer-contact p {
  color: #555;
  font-size: 1.5rem;
  line-height: 2rem;
  max-width: 32rem;
  margin: 1.8rem 0 1.8rem 88px;
}
@media (min-width: 360px) {
  .footer-contact p {
    margin: 1.8rem 0 1.8rem 97px;
  }
}
@media (min-width: 800px) {
  .footer-contact p {
    margin: 1.8rem 0;
  }
}

.footer-contact a {
  color: #555;
}
.footer-contact a:hover, .footer-contact a:focus, .footer-contact a:active {
  color: #0176B3;
}

/* Footer - Copyright */
@media (min-width: 1000px) {
  .footer-copyright {
    flex: 1;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .footer-copyright {
    flex-basis: calc(100% - 25.0rem - ((100% - 60px) / 3) - 30px);
    margin-left: 25rem;
  }
}

.footer-copyright p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin: 0;
  padding: 1.6rem 0 0 88px;
  padding: 1.6rem 0 0 0;
  color: #666;
}
@media (min-width: 360px) {
  .footer-copyright p {
    padding: 1.6rem 0 0 97px;
    padding: 1.6rem 0 0 0;
  }
}
@media (min-width: 800px) {
  .footer-copyright p {
    padding: 1.6rem 0 0 0;
  }
}
@media (min-width: 1000px) {
  .footer-copyright p {
    padding: 1.6rem 0 1.5rem 0;
  }
}

/* Footer - Navbar - Legal */
@media (min-width: 1200px) {
  .footer-nav-legal {
    flex-basis: calc((100% - 60px) / 3);
  }
}

.footer-nav-legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0 20px 0;
}
.footer-nav-legal ul a {
  text-decoration: none;
}
@media (min-width: 400px) {
  .footer-nav-legal ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .footer-nav-legal ul {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .footer-nav-legal ul {
    justify-content: flex-start;
  }
}

.footer-nav-legal li {
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin: 0;
}
@media (min-width: 400px) {
  .footer-nav-legal li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
.footer-nav-legal li:last-child {
  margin-right: 0;
}
@media (min-width: 1000px) {
  .footer-nav-legal li {
    margin: 0 30px 0 0;
  }
}

.footer-nav-legal li a,
.footer-nav-legal li strong {
  font-weight: 400;
  display: block;
  padding: 0.6rem 0 0.6rem 0;
  text-decoration: underline;
  color: #666;
}
@media (min-width: 400px) {
  .footer-nav-legal li a,
.footer-nav-legal li strong {
    padding: 1.4rem 0 1.5rem 0;
  }
}
@media (min-width: 1000px) {
  .footer-nav-legal li a,
.footer-nav-legal li strong {
    padding: 1.6rem 0 1.5rem 0;
    text-decoration: none;
  }
}
.footer-nav-legal li a:focus, .footer-nav-legal li a:hover, .footer-nav-legal li a:active,
.footer-nav-legal li strong:focus,
.footer-nav-legal li strong:hover,
.footer-nav-legal li strong:active {
  text-decoration: underline;
  color: #0176B3;
}
