@charset "UTF-8";
/*
* ERGO-LIFE Main Style
* Author: TWO design Duisburg 2019
* Author: Frank Hübsch
*/

/*
* Main Styles
*/

body {
  font-size: 16px;
}

.vor {
  background: #ffffff;
  font-size: 16px;
  margin: 0;
  min-width: 320px;
  color: #000000;
  font-family: "FS Me", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.vor *, .vor *::after, .vor .vor *::before {
  box-sizing: border-box;
}

.vor *, .vor *::after, .vor .vor *::before {
  box-sizing: border-box;
}

.vor *, .vor *::after, .vor .vor *::before {
  box-sizing: border-box;
}

.vor a {
  color: #262626;
}

.vor a:hover, .vor a:active, .vor a:focus {
  color: #892723;
  text-decoration: none;
}

.vor .vor__main-wrapper {
  padding: 0;
}

.vor .vor__main-wrapper {
  max-width: 912px;
}

.vor .vor__main-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.vor h1, .vor h2, .vor h3, .vor h4, .vor h5 {
  font-family: "FS me", Georgia, "Times New Roman", sans-serif;
  color: #000000;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0;
}

.vor h1 {
  font-size: 2.33333em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.vor h2 {
  font-size: 1.66667em;
  margin-bottom: 1em;
}

.vor h3 {
  font-size: 1.5556em;
}

.vor h4 {
  font-size: 1.4444em;
}

.vor h5 {
  font-size: 1.3333em;
}

.vor td {
  vertical-align: top;
}

/*
*	Header Img
*/

.page-header {
  align-items: center;
  align-self: flex-end;
  display: flex;
  flex-flow: row wrap;
  height: 80px;
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 0px !important;
  margin: 0 !important;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

.logo img {
  width: 100%;
  margin-left: -6%;
}

.logo.col-md-1.col-sm-1 {
  z-index: 999;
}

.header-wrapper {
  display: block;
  margin: 0 auto;
  padding: 26px 64px 0 64px;
  max-width: 1440px;
  width: 1440px;
  position: absolute;
  top: 0;
  left: 0;
}

#headerimg {
  margin: 0 auto;
  max-width: 2600px;
  padding: 80px 0 0 0;
}
#headerimg .frame:first-child {
    padding-top: 20px;
}
#headerimg .frame:last-child {
    margin-bottom: 120px;
}

#headerimg header {
  color: #fff;
  height: 514px;
  padding-top: 315px;
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 100px;
  width: 100%;
}

#headerimg .ce-image.ce-center.ce-above {
  overflow: hidden;
}

#headerimg header h1, #headerimg header h2 {
  color: #71022e;
  margin-bottom: 0.5em;
}

#headerimg h1, #headerimg h2 {
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 80%;
}

#headerimg h1 {
  color: #000000;
  font-family: "Fs me", Georgia, "Times New Roman", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

#headerimg h2 {
  color: #71022e;
  font-size: 48px;
  font-family: "Fedra Serif", Georgia, "Times New Roman", sans-serif;
  line-height: 56px;
  font-weight: 700;
}

#headerimg .image img {
  width: 80%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: flex;
}

#headerimg+main>#content>div>header h1, #headerimg+main>#content>div>header h2 {
  color: #fff;
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

#content .frame-type-news_newsliststicky:first-child .article,
#content .frame-type-ce_accordion:first-child .card-group,
#content .frame-type-html:first-child {
    margin-top: -20px;
}

/*
* Badge in Header Image 
*/

#header-badge-wrapper {
  position: absolute;
  width: 100%;
  z-index: 998;
  margin-top: -120px;
}

#header-badge {
  position: relative;
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

#header-badge figure.image {
  text-align: right;
  height: 125px;
}

#header-badge img.image-embed-item {
  max-width: 18%;
  max-height: 200px;
  width: 100%;
  height: auto;
  margin-top: -6%;
  margin-right: 20px;
}
#header-badge img.image-embed-item {
    width: auto;
    height: 100%;
    max-width: unset;
    max-height: unset;
}

#header-badge .box {
  width: 100%;
}
#content .box {
    margin-top: 25px;
    margin-bottom: 25px;
}   

.frame-space-before-extra-large {
    padding-top: 40px;
}

/*
* Navigation
*/

.vor #top-nav {
  display: block;
  opacity: 1;
  min-height: 80px;
  position: relative;
  margin-top: 6px;
}

#mainmenu {
  margin-right: 29px;
}

#mainmenu>li {
  float: left;
  font-size: 14px;
  list-style: outside none none;
  margin-left: 1em;
  padding-bottom: 3em;
}

#mainmenu>li:hover .sub_menu {
  display: block;
}

#mainmenu>a {
  color: #262626;
}

#mainmenu>a:hover {
  border-bottom: 6px solid #ba172d;
  text-decoration: none !important;
}

.sub_menu, .subsubmenu {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
  padding: 2em !important;
  display: none;
  line-height: 1.5;
  list-style: outside none none;
  position: absolute;
  z-index: 10;
}

.sub_menu {
  margin-top: 41px;
  font-size: 1em;
}

.sub_menu>li {
  width: 100%;
}

#mainmenu>li:hover .sub_menu a:hover {
  border: none;
  display: block;
}

/*.issub > a:after {
  content: "\f054";  FontAwesome Unicode
    display: inline;
    font-family: FontAwesome;
    font-size: 0.5em;
    font-weight: lighter;
    line-height: 3em;
    margin-left: -1.3em;
    position: absolute;
    right: 0;
    width: 1.3em;
}
 */

.issub:hover>.subsubmenu {
  display: block;
}

.sub_menu {
  margin-top: 22px;
}

.subsubmenu {
  margin-left: 100px;
  margin-top: -22%;
  position: absolute;
}

.subsubmenu>li {
  margin: 10px 0;
}

.sub_menu .subsubmenu a {
  margin: 0;
}

.vor .dropdown, .vor .dropup {
  bottom: 2px;
  display: block;
  margin: 0;
  position: relative;
  right: 20px;
  z-index: 11;
}

.vor .dropdown .active {
  padding-bottom: 1px;
  text-decoration: none !important;
}

/*
* Content
*/

.box h1, .box h2, .box h3, .box h4, .box h5 {
  font-family: "Fs me", Georgia, "Times New Roman", sans-serif;
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 !important;
}

.box.shadow div.row {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  padding: 40px 20px !important;
  border: 1px solid #aaa !important;
  border-radius: 15px 15px 15px 15px;
  margin: 1em;
}

.box.shadow div.row .ce-bodytext {
  padding: 0;
}
.image-embed-item {
    /*max-width: 100%;*/
    height: auto;
}

.ce-image.ce-above .image-embed-item,
.ce-textpic.ce-above .image-embed-item {
  max-width: 100% !important;
}

.ce-image.ce-center .image-embed-item,
.ce-textpic.ce-center .image-embed-item {
  text-align: center;
  margin: 0 auto;
  display: flex;
  max-width: 100% !important;
  width: 100%;
  height: auto;
}

.ce-image.ce-center .ce-row,
.ce-textpic.ce-center .ce-row {
    justify-content: center;
}

#headerimg .ce-image.ce-center .ce-row,
#headerimg .ce-textpic.ce-center .ce-row,
#header-badge .ce-image.ce-center .ce-row,
#header-badge .ce-textpic.ce-center .ce-row {
    justify-content: flex-start;
}
#headerimg .ce-column {
    width: 100%;
}

.row .col-md .box .ce-textpic.ce-left.ce-above,
.row .col-md-12 .box .ce-textpic.ce-left.ce-above {
    display: flex;
    align-items: center;
}

.ce-textpic.ce-left.ce-intext.ce-nowrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 32px;
}

#content .row .col-md .box,
#content .row .col-md-12 .box {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#content h3 {
    margin-bottom: 20px;
}
#content #c913 h3, #content #c988 h3 {
    margin-top: 40px;
}
h3.space-before {
    margin-top: 50px;
    margin-bottom: 10px;
}

.ce-bodytext {
  padding: 2em;
}

.ce-bodytext h5 {
  line-height: 1.5em;
  margin: 0;
}

@media (min-width: 992px) {
    .ce-textpic.ce-right.ce-intext.ce-nowrap {
        display: flex;
        flex-direction: row-reverse;
    }
    .ce-textpic.ce-left.ce-intext.ce-nowrap,
    .ce-textpic.ce-right.ce-intext.ce-nowrap {
      align-items: flex-start !important;
    }
    .ce-left img.image-embed-item {
        margin-right: 20px;
    }
    .ce-right img.image-embed-item {
        margin-left: 20px;
    }
    .ce-left .ce-bodytext,
    .ce-right .ce-bodytext {
      padding: 0 2em 2em 2em;
    }
    footer .ce-left .ce-bodytext,
    footer .ce-right .ce-bodytext {
      padding: 0 0 2em 0;
    }
    .layout-100.row,
    .layout-102.row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#content {
  padding: 0;
}

#content .box, #content #content .box_row {
  background: #fff none repeat scroll 0 0;
}

#content a {
  color: #892723;
  cursor: pointer;
}

#content .internal-link.button {
  color: #fff;
  background: #bf1528;
  border-color: transparent;
  line-height: 20px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border-radius: 100px;
  border-width: 2px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background, border-color, color, -webkit-box-shadow;
  transition-property: background, border-color, color, -webkit-box-shadow;
  transition-property: background, border-color, color, box-shadow;
  transition-property: background, border-color, color, box-shadow, -webkit-box-shadow;
  margin-bottom: 20px;
}

:not(p.text-center)>a.internal-link.button {
  margin-left: 25px;
}

#content li a::before {
  content: "";
  margin: 0;
}

/*
#content h1, #content h2, #content h3 {
  margin-left: 32px;
}
*/
#content header, 
#content .frame-type-text > *,
#matomo-opt-out {
    margin-left: 30px;
}
#content .box header {
    margin-left: 0;
}

#content .frame-type-header h1,
#content .frame-type-header h2,
#content .frame-type-header h3,
#content .frame-type-header h4,
#content .frame-type-header h5 {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}
.frame-type-ce_accordion {
    margin-bottom: 2em;
}

#content h3+p {
  margin: 20px 0;
}

#content .ce-bodytext h3 {
  margin-left: 0 !important;
}

#content .row {
  margin-bottom: 2em;
}

#content .box-row .row {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

#content .box-row .box {
  background: #fff;
}

#content .row .flipbox h3 {
  padding: 1em;
}

#content .back-box.show.flip>p {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}

#content iframe {
  border: medium none;
  overflow: scroll;
}

#content ul {
  margin: 1em 0;
  padding-left: 40px;
  padding-left: 1.5em;
}
#content ul li::marker {
    display: none;
}
#content table ul {
    padding-left: 1.5rem;
}
#content table tbody td ul li {
    list-style: none !important;
}

#content .nav-tabs {
  margin: 0;
}
#content .nav-tabs>button {
    background-color: transparent;
    padding: 10px 15px;
}
#content .nav-tabs>button.active {
    border-bottom: 3px solid black !important;
}

#content .nav-tabs>button:not(.active):hover {
    text-decoration: none;
    background-color: #eee;
    border-color: #eee #eee #ddd;
}


/* Tab */

.vor .tab-content {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  padding: 1em;
}

.row.tab50 li {
  width: 50%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: none !important;
  background-color: #fff;
  color: #555;
  cursor: default;
}

.tab-pane h5 {
  display: none;
}

.vor .nav-tabs {
  border-bottom: medium none !important;
}

/* Content */

.col-md-6:first-child {
  padding-left: 0;
}

.ce-media img {
  width: 100%;
}

.ce-gallery > .ce-outer > .ce-inner {
    gap: 3rem;
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}
.box.shadow .ce-inner {
    margin-top: 0;
}
#header-badge .ce-gallery > .ce-outer > .ce-inner {
    margin-top: 0;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 0;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 0;
}

/* flipbox */

.flipbox .fa.fa-check {
  font-size: 3em;
  text-align: center;
  width: 100%;
}

.flipbox .front-box {
  text-align: center;
  min-height: 200px;
  cursor: pointer;
}

.flipbox .back-box {
  display: none;
  text-align: center;
  min-height: 200px;
  cursor: pointer;
  padding: 1em;
  background: #ba172d none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.flipbox .flipbox .back-box.show.flip>p {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  vertical-align: middle;
  width: 80%;
}

.front-box>p {
  color: #ddd;
  margin-top: 1em;
}

.front-box {
  padding-top: 2em;
}

/*
* Bockquote
*/

.vor blockquote {
  border: medium none;
  display: inline-block;
  font-size: 1.55556em;
  font-style: italic;
  line-height: 1.5em;
}

.vor blockquote::before {
  color: #ba172d;
  content: "”";
  border: none !important;
  font-size: 115px;
  font-weight: 700;
  left: -0.05em;
  line-height: 0;
  position: relative;
  top: 0.40625em;
}

.vor blockquote::after {
  content: "“";
}

.vor #content ul:not(.ce-uploads) li:before {
  content: "\2022";
  color: #c8c8c8;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  display: inline-block;
  margin: 0 1rem 0 -1.4rem
}

.vor #content ul li {
  list-style: none;
}

.vor #content .nav-tabs li::before {
  content: "";
  font-family: arial;
}

/*
*	Accordion
*/

/*
*	Accordion
*/

.show {
  overflow: hidden;
}

.card {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.vor .card>.card-header {
  background-color: #ffffff !important;
  border: medium none;
  color: #333;
  padding: 1em;
}

.vor .card-header {
  border: none !important;
}

.card-group {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 1em;
}

.card-group>* {
  margin-bottom: 0;
}

.card-group>.card-body {
  margin-top: -15px;
  border-top: 1px solid #ccc;
}
.accordion-collapse>.card-body>.row {
    max-width: 100%;
    margin: auto;
}
.accordion-collapse .card-body .box .row {
    margin-left: 0;
    margin-right: 0;
}
.accordion-collapse .card-body .box .ce-col:first-child {
    padding-left: 0;
    margin-left: -10px;
}
.accordion-collapse .card-body .box .ce-col:last-child {
    padding-right: 0;
    /*margin-right: -10px;*/
}
.accordion-collapse .card-body .box .ce-col:last-child > .frame-type-image {
    padding-right: 10px;
}

.accordion-collapse .card-body .box .box {
    border-top: 1px solid #ccc;
}

.card-body h2 {
  display: none;
}

.card-body>.frame, .card-body>.frame-type-gridelements_pi1 {
  margin-left: 15px;
  margin-right: 15px;
}

.btn-link:before {
  content: "\f078";
  /* FontAwesome Unicode */
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 300;
  margin-right: 0.3em;
}

.collapsed.btn-link::before {
  content: "\f054";
  /* FontAwesome Unicode */
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 300;
  margin-right: 0.7em;
}

.card-group .card+.card {
  margin-top: 0 !important;
}

/*
* Form
*/

.vor form {
  padding: 1em;
}

.vor form h3, .vor form legend {
  display: none;
}

.vor label {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  min-width: 50%;
  /* padding: 1em; */
}

.vor input {
  border: 1px solid #c8c8c8;
}

.vor input[type=text], .vor input[type=email], .vor input[type=password] {
  padding: 0.5em;
  width: 50%;
}

.vor .powermail_field {
  width: 50%;
  /*padding: 1em;*/
  padding: 0.5em 0;
  display: inline-block;
}
.vor .powermail_fieldwrap input[type=text], 
.vor .powermail_fieldwrap input[type=email], 
.vor .powermail_fieldwrap input[type=password] {
    width: 100%;
}
.vor .powermail_fieldwrap select {
    padding: 0.5em 0.25em;
    width: 100%;
}
.vor .powermail_fieldwrap.powermail_fieldwrap_type_submit.powermail_fieldwrap_absenden {
  clear: both;
  float: left;
  width: 100%;
}
.powermail_label {
    padding: 1em 1em 1em 0;
}

.vor input.powermail_captcha {
  width: 2em;
}

.vor input[type=submit] {
  align-items: center;
  background: #892723;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1em;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  padding: 0 20px 0 10px;
  text-align: center;
  transition: all 0.2s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

/*
* Footer
*/

footer .vor__footer {
  width: 100%;
}

footer .row-vor-footer__top-bar {
  background: #fff none repeat scroll 0 0;
  color: #000000;
  margin: 0px !important;
  min-height: 100px;
  width: 100%;
  padding: 0px !important;
}

.vor-footer__top-bar {
  color: #000000;
  margin: 2em auto 0;
  max-width: 1440px;
  padding: 0 64px;
  display: flex;
  justify-content: space-between;
}
.vor-footer__top-bar > .col-md-3 {
    float: none;
    clear: both;
    width: auto;
    max-width: 50%;
}
.vor-footer__top-bar > .col-md-4 {
    float: none;
    clear: both;
    width: auto;
    max-width: 50%;
}

.vor-footer__top-bar a, .vor-footer__top-bar h5 {
  color: #000000;
  font-weight: 500;
  font-family: FS Me, Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}

.vor-footer__top-bar a {
  text-decoration: none;
  display: block;
  color: #262626;
  font-size: 14px;
  margin: 0.25em 0 0.25em 0;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.vor-footer__top-bar h5 {
  font-weight: 700;
}

.vor-footer__top-bar h5 {
  margin-bottom: 20px;
}

footer .vor-footer__top-bar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

footer .vor-footer__top-bar ul li {
  margin-bottom: 0.83333em;
}

footer .vor-footer__top-bar ul li a:hover {
  color: #8e0038;
  text-decoration: none;
}

footer .vor-footer__bottom-bar {
  font-size: 16px;
  margin: 0 auto;
}

footer .ce-bodytext {
  padding: 0;
}

.vor-footer__bottom-bar>span, .vor-footer__bottom-bar>ul {
  list-style: outside none none;
  float: right;
  display: inline;
}

.vor-footer__bottom-bar li {
  float: left;
  font-size: 16px;
  line-height: 1.5em;
  margin-right: 0.6em;
}

.vor-footer__bottom-bar li a {
  font-size: 16px;
}

footer .row.vor__main-wrapper {
  background: #8e0038;
  color: #fff;
  margin-top: 1em !important;
  max-width: 100%;
  padding: 1em;
}

footer .row.vor__main-wrapper a {
  color: #fff;
}

footer .col-md-4:nth-child(1) {
  padding-left: 0;
}

footer .col-md-4:nth-child(3) {
  padding-right: 0;
}

.frame-type-gridelements_pi1>header {
  display: none;
}

/* Table */

#content table tbody td ul {
  margin-top: 0px !important;
}
table.table,
table.contenttable {
    width: 100%;
}
table.table thead th,
table.contenttable thead th {
    text-align: left;
    padding: 5px 15px;
    border-bottom: 2px solid #ddd;
}
table.table tbody td,
table.contenttable tbody td {
    text-align: left;
    padding: 5px 15px;
    border-top: 1px solid #ddd !important;
}
table:not(.table-bordered) td {
    border-left: none;
    border-right: none;
}
table.table.table-bordered tbody td {
    border: 1px solid lightgrey;
    text-align: left;
    padding: 5px 15px;
}

/*
	* Mobile
*/

.navbar-header button {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .vor-footer__bottom-bar {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #header-badge img.image-embed-item {
    max-width: 45%;
    max-height: 100px;
    width: 100%;
    height: auto;
    margin-top: -15%;
    margin-right: 10px;
  }
  .vor #content ul:not(.ce-uploads) li:before {
    content: "\2022" !important;
    color: #c8c8c8 !important;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    display: inline-block;
    margin: 0 1rem 0 -1.4rem;
  }
}

/* Tabletts */

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.33333em;
  }
  .vor #top-nav {
    display: block;
    min-height: 0;
    opacity: 1;
    position: relative;
  }
  footer .vor-footer__bottom-bar {
    width: 100%;
  }
}

/* Smartphones */

@media only screen and (max-width: 768px) {
    .frame-type-ce_columns2 > .row {
        display: flex;
        flex-wrap: wrap;
    }
    .tab-content div.ce-column img.image-embed-item {
        display: block;
        max-width: 100px !important;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }  
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    
  .vor .navbar-header button {
    display: inline !important;
    width: 45px;
    float: left;
  }
  .vor .navbar-header {
    width: 55px;
    float: left;
  }
  .vor .vor__main-wrapper {
    padding: 0;
  }
  .vor h1 {
    font-size: 1.33333em;
  }
  .vor #top-nav {
    display: none;
  }
  .vor #headerimg header {
    height: 514px;
    padding-top: 50px;
    position: relative;
    z-index: 10;
  }
  .vor #headerimg h1 {
    font-size: 16px;
    line-height: 1;
  }
  .vor #headerimg h2 {
    font-size: 22px;
    line-height: 1;
  }
  .logo img {
    margin-top: 15px;
    margin-left: 0;
    width: 70px;
  }
  .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
  }
  .navbar-toggle .icon-bar {
    border: 1px solid #333;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
  }
  footer .vor-footer__bottom-bar {
    width: 100%;
  }
    #content {
        width: 80%;
        margin: 0 auto;
    }
    #content header, #content .frame-type-text > *, #matomo-opt-out {
        margin-left: 0;
    }
    .ce-bodytext {
        padding: 0;
    }
    .ce-textpic.ce-left.ce-intext.ce-nowrap {
        margin-left: 0;
        column-gap: 1em;
    }
    #content .internal-link.button {
        margin-left: 0;
    }
    .card-group {
        margin-left: 0;
        margin-right: 0;
    }
  .layout-100.row {
    max-width: 90%;
    margin: 0 auto;
  }
    .tab-content div.ce-column img.image-embed-item {
        display: block !important;
        max-width: 100px !important;
        width: 100%;
        height: auto;
    }  
  .tab-content div.ce-column img.image-embed-item {
    display: block;
    max-width: 50% !important;
    width: 100%;
    height: auto;
  }  
    .vor-footer__top-bar {
        max-width: calc(80% + 30px);
        margin: 0 auto !important;
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
  #mainmenu {
    margin-right: 0;
    margin-top: 0;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 414px;
    height: 100vh;
    z-index: 999;
    padding: 50px 0 100px 0;
    overflow: scroll;
    box-sizing: border-box;
  }
  #content {
    width: 80%;
    margin: 0 auto;
  }
  #content .internal-link.button {
      margin-left: 0;
      margin-right: 0;
  }
  #content header, #content .frame-type-text > *, #matomo-opt-out {
      margin-left: 0;
  }
  .ce-bodytext {
    padding: 0 0 2em 0;
  }
  .ce-gallery + .ce-bodytext {
    padding-top: 1.5em;
  }
  .vor .header-wrapper {
    display: block;
    margin: 0 auto;
    padding: 0px 64px 0 29px;
    max-width: 1440px;
    width: 1440px;
    position: relative;
  }
  .vor .navbar-header button {
    display: inline !important;
    width: 45px;
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
  }
  .vor .navbar-header {
    width: 55px;
    float: left;
  }
  .vor .logo.col-md-1.col-sm-1 {
    padding: 0;
    margin-left: 60px;
  }
  .vor .logo img {
    max-width: 66px !important;
  }
  .vor .vor__main-wrapper {
    padding: 0;
  }
  .vor #top-nav.collapse.in {
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    z-index: 1001;
    height: auto;
    margin: 0;
  }
  .vor .close {
    position: absolute;
    left: 24px;
    top: 0px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 1002;
  }
  .vor .close:hover {
    opacity: 1;
  }
  .vor .close:before, .vor .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  .vor .close:before {
    transform: rotate(45deg);
  }
  .vor .close:after {
    transform: rotate(-45deg);
  }
  .vor #mainmenu>li {
    float: unset;
    font-size: 14px;
    list-style: outside none none;
    margin-left: 1em;
    padding-bottom: 1em;
  }
  .vor .sub_menu, .vor .subsubmenu {
    background: #fff;
    display: block !important;
    list-style: outside none none;
    padding: 15px 15px 0 15px !important;
    position: relative !important;
    margin: 0;
    z-index: 10;
    box-shadow: none;
  }
  .vor .subsubmenu>li {
    margin: 0;
  }
  .vor .row {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .vor h1 {
    font-size: 1.33333em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    margin-left: 24px;
  }
  .vor h2 {
    font-size: 1.66667em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-top: 30px;
    font-weight: normal;
  }
  .vor h3 {
    font-size: 1.25em;
    margin-top: 20px;
  }
  .vor h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .vor-footer__top-bar h5 {
    margin-bottom: 10px;
    font-weight: normal;
  }
  .vor #top-nav {
    display: none;
  }
  .vor #headerimg header {
    height: 514px;
    padding-top: 50px;
    position: relative;
    z-index: 10;
  }
  .vor #headerimg h1 {
    font-size: 16px;
    line-height: 1;
  }
  .vor #headerimg h2 {
    font-size: 22px;
    line-height: 1;
  }
  .ce-textpic.ce-left.ce-intext.ce-nowrap {
    flex-wrap: wrap;
    margin-left: 0;
  }  
  #content .frame-type-text > * {
      margin-left: 0;
  }
  .vor .contenttable td {
    padding: 5px !important;
    margin: 0px !important;
    display: block;
    hyphens: auto;
    border: none !important;
  }
  .vor .contenttable td:first-child {
    border-top: 1px solid #ddd !important;
    padding-top: 20px !important;
  }
  .vor .contenttable tr {
    padding: 0px !important;
    margin: 0 0 1em 0 !important;
    display: block;
  }
  .card-group {
      margin: 1em 0;
  }
  .vor .box.shadow {
    max-width: 100%;
    margin: 15px auto;
  }
  .logo img {
    margin-left: -6%;
    width: 80%;
  }
  .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
  }
  .navbar-toggle .icon-bar {
    border: 1px solid #333;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
  }
  footer .vor-footer__bottom-bar {
    width: 100%;
  }
  .vor-footer__top-bar {
    color: #000000;
    margin: 1em auto 0;
    padding: 0 20px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .vor-footer__top-bar > .col-md-3,
  .vor-footer__top-bar > .col-md-4 {
      width: 100%;
      max-width: 100%;
      padding-left: 15px !important;
  }
  .news-list-view.carousel.slide {
    margin-left: -1em;
    margin-right: -1em;
  }
  #newsCarousel .carousel-control.left {
      margin-left: -25px;
  }
  #newsCarousel .carousel-control.right {
      margin-right: -25px;
  }
  .vor .tab-content {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
    .tab-content div.ce-column img.image-embed-item {
        display: block;
        max-width: 100px !important;
        width: 100%;
        height: auto;
    }
    #content ul.ce-uploads {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }  
    #content ul.ce-uploads li {
        margin-right: 0 !important;
        width: 100%;
        justify-content: flex-start;
    }
    #content ul.ce-uploads li img {
        margin-right: 1em;
    }
    #content ul.ce-uploads li div {
        max-width: 100%;
    }
}

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