/* =================================
   LAYOUT
   darkblue 213e60
   darkred 8a2824
   lightblue b5d6f6 B5D6F6
   greyblue eff4ff
   hoverblue 4272b8
   ================================= */
.page {
  min-height: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

header {
  background: #213e60;
}

.main-content {
  min-height: 50vh;
  padding-top: clamp(30px, 8vw, 50px);
  padding-bottom: 0px;
}


.main-content:after, .platocontent:after {
  content: "";
  display: block;
  clear: both;
}

footer {
  min-height: 300px;
  background: #eff4ff;
}

.foot {
  padding: 50px 0 70px 0;
}

section {
  width: 100%;
}

/* Holy Grail */
html, body {
  height: 100%;
}

.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.main-content {
  flex-grow: 1;
}

header, .main-content, footer {
  flex-shrink: 0;
}

/* Holy Grail */


/* BLUE BLOCK CSS */
.fullwidth-bg {
  position: relative;
  margin-top: 1px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

.fullwidth-bg .article-div {
  padding: 50px 0;
}

.fullwidth-bg .article-div:after {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #eff4ff;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}

.fullwidth-bg.dark-grey .article-div:after {
  background: rgba(239, 244, 255, 0.65);
}

/* CSS CLASS */
.fullwidth-div {
  background: rgba(204, 192, 0, 0.52);
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
}

.win-os .ct-nr-0 .fullwidth-div {
  width: calc(100vw - 17px);
}

/* FULLWIDTH ALTERNATIVE, Achtung bei slide-show ct27
.fullwidth-div {
  position: relative;
  padding: 20px 0;

}
.fullwidth-div .content-div-inner {
  position: relative;
  z-index: 1;
  padding:0;
}
.fullwidth-div:before {
  content:"";
  background: rgba(204, 192, 0, 0.6);
  position: absolute;
  top:0;
  left:-100vw;
  right:-100vw;
  bottom:0;
  z-index: 0;
}
*/

/* =================================
   Width Setter Models
   ================================= */

/*
.owsetter {
max-width:80%;
min-width:320px;
margin:0 auto;
}
*/

/* ODER */

/*
.iwsetter {
  max-width: 1200px;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
*/

/*
.col-margin {
  background: #f0ead8;
  padding: 10px 20px;
}

.col-nav nav {
  background: #c6d8f1;
}

.col-nav nav:empty, .col-margin:empty {
  padding: 0 !important;
}
*/


/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/
article {
  overflow: hidden;
  max-width: 100%;
}

.sectiondiv {
  padding: 0 0 0 0;
  /*overflow: hidden;
  max-width: 100%;*/
}

/* fullwidth - bg help! */
.sectiondiv {
  position: relative;
  z-index: 1;
}

.iwsetter, .fullwidth-div > div {
  max-width: 1000px; /* Max Page Size */
  padding: 0 20px; /* GOLBAL 20px sides */
  margin: 0 auto;
}


/* TOPLINK ICONS FIXED */
.top-linkbox-container {
  position: absolute;
  right: 0;
  overflow: hidden;
}

.top-linkbox-pos {
  position: fixed;
  top: 500px;
  overflow: hidden;
  z-index: 20;
  transform: translateX(-100%);
  pointer-events: none;
  will-change: contents;
}

.top-linkbox {

  pointer-events: auto;
  position: relative;
  width: 200px;
  height: 40px;
  transform: translateX(160px);

  /*variante1 right: calc(-100% + 40px);*/
  /*variante1 width: auto;*/
  transition: transform 0.25s ease-in-out;
  background: #1c82c5 url(/layout/icons_white/close.svg) no-repeat left center / 40px 40px;
  padding-left: 40px;
  margin-bottom: 5px;
  line-height: 42px;
  color: white;
  cursor: pointer;
}

.top-linkbox.active, .top-linkbox:hover {
  transform: translateX(0);
  /*variante1 transform: translateX(calc(-100% + 40px));*/
  transition: transform 0.25s ease-in-out;
  transition-delay: 0.1s;
}

.top-linkbox a {
  display: block;
  color: white;
}

.subpage {
}

.subpage.sp-1 {
}

.subpage.sp-2 {
}


.alt-one {
  margin-bottom: 0;
  padding-bottom: 0;
}

.alt-two .content-wrapper, .two-col {
  -webkit-column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-count: 2;
  -moz-column-gap: 80px;
  column-count: 2;
  column-gap: 80px;
}

.alt-two .content-wrapper p, .two-col p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.three-col {
  column-count: 3;
  column-gap: 40px;
}

.alt-four, .alt-four * {
  text-align: center;
}

.alt-five {
  max-width: 780px;
  margin: 0 auto;
}

.alt-six {
  max-width: 780px;

}

#world_countries_dd {
  border: 2px solid #1e1e1e;
  background: url("/layout/chevron.svg") no-repeat right center / 20px auto;
  border-radius: 5px;
}

/*
******** 50% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-1 .article-div > section {
  width: 50%;
  float: left;
}

.subpage.page-grid-1 .article-div > section:nth-child(odd) {
  padding-right: 10px;
}

.subpage.page-grid-1 .article-div > section:nth-child(even) {
  padding-left: 10px;
}

/*
******** 33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-2 .article-div > section {
  width: calc(33.3333% - (2 * 20px / 3));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1 ) {
  margin-left: 0px;
}

/*
******** 25% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-3 .article-div > section {
  width: calc(25% - (3 * 20px / 4));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1 ) {
  margin-left: 0px;
}

/*
******** 33%/66% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-4 .article-div > section:nth-child(odd) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-4 .article-div > section:nth-child(even) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-4 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


/*
******** 66%/33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-5 .article-div > section:nth-child(even) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-5 .article-div > section:nth-child(odd) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-5 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


.subpage.page-grid .article-div:after, .subpage.page-grid:after {
  clear: both;
  display: block;
  content: "";
}

.subpage.page-grid .article-div {
  clear: both;
}

.subpage.page-grid .article-div > section > .sectiondiv {
  /*background: #eee url(/layout/test_bullseye.svg) no-repeat center center / auto 100% ;*/
}

.subpage.page-grid .article-div > section > .sectiondiv > .content-block {
  padding: 10px;
  background: rgba(255, 206, 238, 0.13);
}


.column-blocks > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-block-1 > div > .co-bl-inn {
  flex-basis: calc(50% - 20px);

}

.col-block-2 > div > .co-bl-inn {
  flex-basis: calc(33.1% - 20px);
}

.col-block-3 > div > .co-bl-inn {
  flex-basis: calc(25% - 20px);
}

.col-block-4 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(33.1% - 20px);
}

.col-block-4 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(66.666% - 20px);
}

.col-block-5 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(33.333% - 20px);
}

.col-block-5 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(66.666% - 20px);
}

.col-block-6 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(75% - 20px);
}

.col-block-6 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(25% - 20px);
}

.col-block-7 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(75% - 20px);
}

.col-block-7 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(25% - 20px);
}

.co-bl-inn {
  /*border:1px dotted red;*/
}


/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/
/*
header {
  position: fixed;
  z-index: 50;
  width: 100%;
  top:0;
  left:0;
}
*/


/*https://caniuse.com/css-boxdecorationbreak*/


h1 b {

  background-color: #8a2824;
  padding: 2px 0px;
  margin: 0 2px;
  color: #FFF;
  -webkit-box-shadow: 7px 0px 0px #8a2824, -7px 0px 0px #8a2824;
  box-shadow: 7px 0px 0px #8a2824, -7px 0px 0px #8a2824;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 5px;
}


.mbdata {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}

.mbdata td {
  text-align: center;
  padding: 3px 8px 3px 8px;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  text-wrap: nowrap;
}

.mbdata td:first-child {
  text-align: left;
  border-left: 1px solid #eaeaea;

}

.mbdata td:last-child {
  /*padding-right: 0;*/
}

.mbdata .headl {
  background: #f0f0f0;
  color: #444;
}

.mbdata tr:hover {
  background: #f4f4f4;
}

.tabdatabox {
  overflow: auto;
  margin: 30px 0;

}


.mbdata-footnote {
  margin: 10px 5px;
  font-size: smaller;
}

/* WORLD MAP */

.jsvmap-tooltip {
  opacity: 0;
  animation: fadeInAnimation 0.3s ease-in-out forwards;
  animation-delay: 0.1s; /* 1 Sekunde Verzögerung */
}

@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}

.jsvmap-tooltip {
  border-radius: 5px;
  background-color: #8a2824;
  background-color: #213e60;
  background-color: #fff;
  font-size: smaller;
  box-shadow: none;
  padding: 8px;
  position: absolute;
  display: none;
  color: #fff;
  color: #000;
  z-index: 1919;
  /*margin: -30px 0 0 50px;*/
  /*min-width: 100px;*/
  transform: translate(50%, -20%);
  /*filter: drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff);*/
  border: 2px solid #8a2824;
  max-width: 340px;
  font-size: 1.5rem;
}

.jsvmap-tooltip a {
  color: #fff;
  text-decoration: underline;
}

.jsvmap-tooltip.tt-mobile {
  position: relative;
  font-size: unset;
  transform: translate(0, 0);
}

.jsvmap-tooltip.tt-mobile.active {
  display: inline-block;
}
.dblue {
  color: #213e60;
}
/*
.jsvmap-tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #213e60;
  border-top-color: #8a2824;
  border-bottom: 0;
  border-right: 0;
  margin-right: -12px;
  margin-bottom: -8px;
}

.jsvmap-tooltip.tt-mobile:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top-color: #213e60;
  border-top-color: #8a2824;
  border-bottom: 0;
  border-right: 0;
  margin-left: 12px;
  margin-bottom: -24px;
}
*/

/* WORLD MAP */

.header-navblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--header-height);
  position: relative;
}


.news-img {
  aspect-ratio: 4 / 2.5;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.news-img.news-img-type-1 {
  object-fit: contain;
  object-position: left center;
  /*background: #F4F4F4;*/
}

.news-limiter {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Anzahl der sichtbaren Textzeilen anpassen */
  -webkit-box-orient: vertical;
}

.news-breaker {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
}

.t-box {
  margin-bottom: 50px;
  /*font-size: 1.4rem;*/
}

.t-img {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.t-img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  margin-bottom: 30px;
}

.t-img-bg {

  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;

  background: #ccc;
}

.t-img-bg img {
  /* max-width: 80%; */
  /* max-height: 80%; */
  width: 31%;
  height: 150px;
  margin: auto;
  object-fit: cover;
  object-position: 98% -50%;
  border: 1px solid #888;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));
}

.t-link {
  /*margin-top: 20px;*/
}

.t-img > div, .t-img-bg div.bgsub {
  background: #213e60;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.4rem;
}
.t-img.t-noimg > div {
  position: static;
}
.bgsubpad {
  padding: 25px 20px 65px 20px
}
.dl-box img.pdf-preimg {
  object-fit: cover;
  object-position: 180% center;
  height: 100%;
  margin-right:10px;
  max-height: 58px;
}
.people-box {
  margin-bottom: 50px;
  font-size: 1.4rem;
}

.people-img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  margin-bottom: 30px;
}

.people-box.broad .people-img img {
  aspect-ratio: 8.62 / 3;
}

.people-img span.ppl {
  aspect-ratio: 4 / 3;
  aspect-ratio: 4.2 / 4;
  display: block;
  background: #c4c4c4;
  background: radial-gradient(circle at 94.01% 88.04%, #c3c9c5, transparent 100%),
  radial-gradient(circle at 6.98% 15.98%, #edf0ef, transparent 100%),
  radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%);
  margin-bottom: 30px;
}

.people-img {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;

}

.people-img > div {
  background: #213e60;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.people-box b {
  font-size: 1.8rem;
  color: #213e60;
  padding-bottom: 10px;
  display: block;
}

.lang-change img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  object-fit: cover;
}


a.icon {
  color: #000;
}

a.icon:hover {
  text-decoration: none;
}

.icon {
  padding-left: 30px;
  padding-right: 5px;
  display: inline-block;
  background: url("/layout/mappy.svg") no-repeat center left / 20px auto;

}

.icon.mail {
  background-image: url("/layout/mail.svg");
}

.icon.phone {
  background-image: url("/layout/phone.svg");
}

.icon.fax {
  background-image: url("/layout/fax.svg");
}

.miniform {
  margin-bottom: 10px;
}

.miniform .p-ta, .miniform .p-ti, .mini-contact #captcha_code {
  background: #e1effb;
  border: none !important;
  padding: 15px;
}

.mini-contact #captcha_code {
  padding: 5px 10px;
}

.mini-contact div.form-table .a {
  padding-top: 2px;
}

.mini-contact .p-sb {
  background: #8a2824;
  color: #fff;
}

.fat {
  font-weight: bold;
  margin: 4px 0 0 0;
}

.people a.icon {
  margin: 3px 0;
}

.person {
  display: flex;
  gap: 30px;
  align-items: center;
}

.person-image {
  width: 100px;
  height: 120px;
  /*border-radius: 200px;*/
  border-radius: 10px;
  object-fit: cover;
}

.person-name {
  font-weight: bold;
}

.main-imageheader-desktop, .main-imageheader-mobile {
  width: 100%;
}

.buttonhead {
  background: #213e60;
  color: #fff;
  border-radius: 5px;
  padding: 6px 15px;
  font-size: 1.6rem;
  display: inline-block;
  margin: 10px auto;
}

footer nav, footer nav a {
  font-size: 1.5rem;
  color: #1e1e1e;
  font-weight: 500;
}

footer nav a {
  padding: 4px 0;
  display: inline-block;
}

footer nav a:hover {
  color: #213E60;
}

.fo-he, .fo-he a {
  font-weight: 600;
  color: #213e60;
  padding: 0;
}

.fo-he {
  margin-bottom: 20px;
}

.alt-pad {
  padding-bottom: 30px;
}

.alt-pad2 {
  padding-top: 30px;
}

.alt-pad-large {
  padding-bottom: 50px;
}

.alt-pad2-large {
  padding-top: 50px;
}

.dl-box {
  display: flex;
  padding: 14px 30px 14px 20px;
  background: #eff4ff;
  display: inline-flex;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 55%;
  width: 100%;
  /*max-width: 600px;*/

}

.dl-box img {
  width: 60px;
  margin-right: 20px;
}

a.arrow, a.arrow:hover {
  padding-right: 30px;
  color: #8a2824;
  background: url("/layout/icons/arr_red.svg") no-repeat center right / 20px auto;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}

a.arrow:hover {
  color: #213E60;
  background-image: url("/layout/icons/arr_blue.svg");
}

.social {
  margin-right: 10px;
  margin-top: 20px;
  display: inline-block;
}

.social img {
  width: 30px;
}

.social img.img-on {
  display: none;
}

.social:hover img.img-on {
  display: block;
}

.social:hover img.img-off {
  display: none;
}

.news-row > .col-medium-6:not(:last-child) {
  padding-bottom: 50px;
}


.arr-news {
  margin-top: 10px;
}

.ct-0-stdtxt h2 {
  padding-top:30px;
}

/*
.news-row > .col-medium-6:not(:last-child) {
  padding-bottom:60px;
}

.news-row > .col-medium-6:nth-last-child(2) {
  padding-bottom: 0px;
}*/

a.bubble-read-more, a.bubble-read-more:hover {
  color: #000;
}

.content-block > h2 {
  margin-bottom: 30px;
}

.main-content.main-no-pad {
  padding-top: 0;
}


b.icon {
  display: block;
  padding: 7px 0px 7px 39px;
  background: url(/layout/icons/consumer_1.svg) no-repeat left 6px / 30px auto;
  margin-bottom: 10px;
  font-size: 2rem;
  color: #213e60;
}

.mobile-navigation a.lang-change-mobile {
  display: inline-block;
  padding: 10px 0;
}

.mobile-navigation a.lang-change-mobile img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  object-fit: cover;
  margin-right: 10px;
}

.lang-mo {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.fullwidth-bg .row > *:not(:last-child) {
  padding-bottom: 0;
}

i.check {
  width: 18px;
  height: 18px;
  display: block;
  background: url(/layout/icons/check.svg) no-repeat center / 22px auto;
  margin: auto;
}

.rounded img, img.rounded {
  border-radius: 7px;
}

.worldy {

  padding: 3% 0;
  position: relative;
  z-index: 10;
}

.worldy:after {
  background: #b5d6f6 url(/layout/map.png) no-repeat 10% 50% / 100% auto;

  content: "";
  height: 100%;
  width: 110%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.worldy:before {
  content: "";
  height: 100%;
  width: 150vw;
  transform: translateX(-25%);
  background: #b5d6f6;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}

.w-2 {
  text-align: right;
}

.w-2 * {
  text-wrap: nowrap;
}

.worldy .row {
  align-items: center;
}

/* CONTENT TOC */

.col-block-5.toc > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(66.666% - 12px) !important;
}
.col-block-5.toc > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(33.333% - 24px) !important;
}

.page {
  overflow: clip;
}

article.toc {
  overflow: visible;
  margin-top:30px;
  /*border: 1px solid blue;*/
}

.co-bl-inn:nth-child(2) {
  overflow: visible;
  padding-bottom: 55px;
}

.co-bl-inn:nth-child(2) section {
  position: sticky;
  top: 5%;
}

.toc-container {
  background: #eff4ff;
  padding: 20px 20px 10px 20px;
  margin-top: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.toc-container a {
  color: #000;
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.5rem;
}

.toc-container a:hover {
  text-decoration: none;
}

.download-links {
  margin-top: 50px;
}

.download-links a {
  padding-left: 30px;
  padding-right: 5px;
  display: inline-block;
  background: url(/layout/link.svg) no-repeat center left / 20px auto;
}
.download-links a:hover {
  background-image: url(/layout/link-hover.svg);
}

.inline-image {
  width: 100%;
height: auto;
}
.news-detail .inline-image.ii-b {
  width: 100%;
  margin:30px 0;
  height: auto;
}

.news-imgloop {
  margin:6px 0;
  border-radius: 10px;
  overflow: hidden;
}

.content-wrapper .p-sb {
  white-space: nowrap;
}

.mcfbg {
  background: #b5d6f6 url(/layout/map.png) no-repeat 10% / auto 120% !important;
}

.pe-mini {
  display: flex;
  gap: 20px;
}

.pe-mini-img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 85px;
  margin-bottom: 30px;
}

.mi-tel {
  margin-top:10px;
  font-size: 1.5rem;
}


@media print {
  html {
    font-size: 9px;
  }
  header {
    background: #fff;
  }
  h1 {
    font-size: 3.4rem;
  }
  footer {
    display: none;
  }

  .fullwidth-bg .article-div {
    padding: 20px 0;
  }
}