@charset "UTF-8";
/* variables */
/* general */
body {
  margin: 0;
  position: relative;
}

.cta {
  display: inline-block;
  text-align: center;
  padding: 0.8rem 1.5rem;
  background-color: #007bff;
  color: white;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 320px) {
  .cta {
    display: block;
    text-align: center;
    width: 52%;
    max-width: 150px;
    margin: 0 auto;
    margin-left: 4.0rem;

  }
  #c805 .cta {
    display: block;
    text-align: center;
    width: 58%;
    max-width: 195px;
    margin: 0 auto;
    margin-left: 2.2rem;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .cta {
    display: block;
    width: 50%;
    max-width: 158px;
    margin: 0 auto;
    margin-left: 5.5rem;

  }
  #c805 .cta {
    display: block;
    width: 50%;
    max-width: 220px;
    margin: 0 auto;
    margin-left:3.6rem;
  }
}

@media (min-width: 376px) and (max-width: 414px) {
  .cta {
    display: block;
    padding: 0.6rem 1.2rem;
    width: 90%;
    max-width: 155px;
    margin: 0 auto;
    margin-left: 5.5rem;

  }
  #c805 .cta {
    display: block;
    padding: 0.6rem 1.2rem;
    width: 80%;
    max-width: 150px;
    margin: 0 auto;
    margin-left: 3.5rem;
  }
}

@media (min-width: 415px) and (max-width: 767px) {
  .cta {
    display: block;
    text-align: center;
    padding: 0.9rem 1.6rem;
    width: 75%;
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .cta {
    display: inline-block;
    padding: 1rem 2rem;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}


/* fonts */
body {
  font-family: Arial, sans-serif;
  line-height: 1.5rem;

  font-size: 16px;
  color: #676767; }

@font-face {
  font-family: "Nunito";
  src: url('../../Public/Fonts/Nunito-Light.ttf') format('truetype');
  font-style: normal;
}
body, h1, h2, h3, h4, h5, h6, p, span {
  font-family: "Nunito";
  font-weight: 300;


}


.image-caption {
  display: block;
  color: #1E1D1D;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

.ce-bodytext p{
  color: #1E1D1D;
  font-size: 16px;
}

h1 {
  font-weight: bold;
  color: #1a3553;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0.8rem auto; }
h1.white {
  color: #fff; }
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem; } }

h2 {
  font-weight: bold;
  color: #1a3553;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0.8rem auto; }
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
    line-height: 3.5rem; } }

h3 {
  font-weight: bold;
  color: #1a3553;
  font-size: 1.25rem;
  line-height: 1.875rem; }
@media (min-width: 768px) {
  h3 {
    font-size: 1.375rem;
    line-height: 2rem; } }
h3.related {
  text-align: center; }

p {
  font-size: 0.875rem;
  line-height: 1.3125rem; }
@media (min-width: 768px) {
  p {
    font-size: 1rem;
    line-height: 1.75rem; } }

h1.headline {
  font-weight: bold;
  color: #1a3553;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0.8rem auto; }
h1.headline.white {
  color: #fff; }
@media (min-width: 768px) {
  h1.headline {
    font-size: 3rem;
    line-height: 3.5rem; } }

.hidden {
  display: none; }

.teaser {
  font-weight: bold;
  color: #1a3553; }

.text-normal {
  font-size: .8rem; }

.label {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: .875rem;
  font-weight: bold;
  color: #1a3553; }

.label.yellow {
  text-transform: none;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-size: 1.2rem;
}


.icon-chevron-thin-right {
  font-size: 1.5rem;
  height: 1.2rem;
  line-height: 1rem; }

.icon-chevron-thin-right:before {
  left: 0.5rem;
  position: absolute;
  top: 0.5rem; }

.icon-arrow-right:before {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: right; }

figure {
  margin: 0; }

a span {
  display: inline-block;
  height: 44px;
  width: 44px; }

.rotate90 {
  transform: rotate(90deg); }

.rotate180 {
  transform: rotate(180deg); }

/* colors */
.bg-blue p strong {
  color: #fff;
  font-weight: bold;
}


.bg-blue .label {
  color: #fff; }

.bg-blue h2, .bg-blue p, .bg-blue div {
  color: #fff; }

.bg-blue .teaser {
  color: #fff; }

.yellow {
  color: #f8ea00; }

.cyan {
  color: #50e3c2; }

.tileblue {
  color: #4a90e2; }

.white {
  color: #fff; }

/* elements */
.small {
  max-width: 70rem;
  margin: 3.75rem auto;
  padding: 0 2rem; }
@media (min-width: 768px) {
  .small {
    padding: 0 2rem;
    margin: 7.5rem auto; } }

#main .small {
  margin: 0 auto;
  padding: 2rem; }
#main .small.nopadding {
  padding: 0 2rem; }
@media (min-width: 768px) {
  #main .small {
    padding: 3.75rem 0 ;
    margin: 0 auto; }

}

.smaller-h3 {
  padding: 0 !important; }
.smaller-h3 h3 {
  margin-top: 0;
  margin-bottom: 0; }

iframe {
  display: block;
  position: relative; }

.map_overlay {
  height: 100%;
  position: relative;
  z-index: 1; }
.map_overlay p {
  background-color: rgba(200, 200, 200, 0.8);
  width: 80%;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 8%;
  color: #333;
  display: inline-block; }
.map_overlay p a {
  text-decoration: none;
  border-bottom: 1px solid #333;
  margin-left: 0.5rem;
  color: #333; }
.map_overlay p button {
  margin-top: 1rem;
  cursor: pointer; }

.cc-window.cc-floating {
  max-width: 30rem;
}

.map_overlay_hide {
  height: 100%;
  position: relative;
  z-index: -1; }
.map_overlay_hide p {
  background-color: rgba(200, 200, 200, 0.8);
  width: 80%;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 8%;
  color: #333;
  display: inline-block; }
.map_overlay_hide p a {
  text-decoration: none;
  border-bottom: 1px solid #333;
  margin-left: 0.5rem;
  color: #333; }
.map_overlay_hide p button {
  margin-top: 1rem;
  cursor: pointer; }

.columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  justify-content: space-between; }
.columns.twocolumns.row-gap {
  grid-row-gap: 2rem; }
.columns.twocolumns_66-33.row-gap {
  grid-row-gap: 2rem; }
.columns.twocolumns_33-66.row-gap {
  grid-row-gap: 2rem; }
@media (min-width: 768px) {
  .columns.twocolumns {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.3125rem; }
  .columns.twocolumns_66-33 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.3125rem; }
  .columns.twocolumns_33-66 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.3125rem; }}
@media (min-width: 768px) {
  .columns.threecolumns {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.3125rem; } }
@media (min-width: 1024px) {
  .columns.threecolumns {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.3125rem; } }
@media (min-width: 768px) {
  .columns.fourcolumns {
    grid-template-columns: repeat(4, 1fr); } }

.news .columns.threecolumns {
  grid-row-gap: 3.75rem; }

.cta-wrap {
  text-align: left;
  margin: 3rem 0; }




@media (min-width: 768px) {
  .cta-wrap {
    text-align: center;
  } }

/*.cta {
	border: 1px solid $blue;
	padding: 1rem;
}
*/
.leistungen-liste {
  columns: 1 460px;
  margin-top: 4rem;
  border-top: #314a65 1px solid; }
@media (min-width: 768px) {
  .leistungen-liste {
    columns: 3;
    padding-top: 2rem; } }

.leistungen-liste-einsp {
  columns: 1;
  margin-top: 0; }
@media (min-width: 768px) {
  .leistungen-liste-einsp {
    max-width: 70%;
    margin: 0; } }

.bulletpoints-liste {
  list-style-type: disc;
  padding-left: 1rem; }
.bulletpoints-liste li {
  border: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 400; }

ul:not(.inhaltListe) {
  margin: 0 auto;
  liste-style-position: outside;
  padding: 0;
  color: #1E1D1D;
  list-style-type: none;

}

.sidebar ul li:not(.inhaltListe li) {
  list-style-type: none;
  border-bottom: 0.1rem solid #314a65;
  font-size: 1.2rem;
  padding: 1rem 0 1rem 0;
  font-weight: bold; }

.footer-list ul li {
  list-style-type: none;
  border-bottom: 0.1rem solid #314a65;
  font-size: 1.2rem;
  padding: 1rem 0 1rem 0;
  font-weight: bold; }


.inhaltListe{
  margin-left: 1rem;
}
ul li:not(.inhaltListe li) {
  list-style-type: disc;
  font-family: inherit;
  font-size: inherit;
  margin-left: 20px;
}

.footer-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.footer-list li {
  list-style: none !important;
  margin-left: 0 !important;
  font-family: inherit;
  font-size: inherit;
}

.footer-list a {
  text-decoration: none;
  color: #007BFF;
}

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

ol li:not(.inhaltListe li) {
  list-style-type: decimal;
  font-family: inherit;
  font-size: inherit;
  margin-left: 20px;
}


a {
  text-decoration: none;
  color: #1a3553; }

p > a {
  text-decoration: underline; }

ul.bulletpoints-liste li a {
  text-decoration: underline; }

a.cta  {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 1rem 2rem;
  text-decoration: none;
  color: #1a3553;
  border: 1px solid #1a3553;

  background-color: unset;
  text-transform: none;
  transition: background 0.8s;
}

a.cta span {
  display: flex;
  align-items: center;
  margin-left: 10px;
  line-height: 0;
}

a.cta:hover {
  background: #1a3553 radial-gradient(circle, transparent 1%, #1a3553 1%) center/15000%;
  color: #fff; }
a.cta:hover svg line {
  stroke: #fff !important; }
a.cta:active {
  background-color: #2d5c91;
  background-size: 100%;
  transition: background 0s; }
a.cta:active svg line {
  stroke: #fff !important; }

.bg-blue {
  background-color: #1a3553;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 1rem; }

@media (max-width: 768px) {
  .bg-blue {
    padding: 0;  !important;
  }
}
.bg-blue ul li {
  color: #fff; }

.bg-blue .bulletpoints-liste li {
  border: none; }

.bg-blue .cta {
  border: 1px solid #fff;
  color: #fff; }

.bg-blue a {
  color: #fff; }

.cta-yellow .cta {
  background-color: #f8ea00;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: .7rem;
  font-weight: bold;
  color: #1a3553;
  border-radius: 2px;
  background-position: center;
  transition: background 0.8s;
  border: unset; }
.cta-yellow .cta:hover {
  background: #f8d100 radial-gradient(circle, transparent 1%, #f8d100 1%) center/15000%;
  color: #1a3553; }
.cta-yellow .cta:active {
  background-color: #f8ea00;
  background-size: 100%;
  transition: background 0s;
  color: #1a3553; }

.cta-yellow2 .cta {
  background-color: #f8ea00;
  text-transform: uppercase;
  margin-right: 100px;
  letter-spacing: 0.2rem;
  font-size: .7rem;
  font-weight: bold;
  color: #1a3553;
  border-radius: 2px;
  background-position: center;
  transition: background 0.8s;
  border: unset; }
.cta-yellow2 .cta:hover {
  background: #f8d100 radial-gradient(circle, transparent 1%, #f8d100 1%) center/15000%;

  color: #1a3553; }
.cta-yellow2 .cta:active {
  background-color: #f8ea00;
  background-size: 100%;
  transition: background 0s;
  color: #1a3553; }

















.cta-yellow .cta1 {
  background-color: #f8ea00;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: .7rem;
  font-weight: bold;
  color: #1a3553;
  border-radius: 2px;
  background-position: center;
  transition: background 0.8s;
  border: unset; }
.cta-yellow .cta1:hover {
  background: #f8d100 radial-gradient(circle, transparent 1%, #f8d100 1%) center/15000%;
  color: #1a3553; }
.cta-yellow .cta1:active {
  background-color: #f8ea00;
  background-size: 100%;
  transition: background 0s;
  color: #1a3553; }


.black-fullwidth {
  max-width: 100%;
  margin: 0 auto;
  background-color: #000;
  padding: 3rem 1rem 1rem 1rem; }

.bw-logo {
  align-self: center; }

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



.bg-blue svg line {
  stroke: #f8ea00 !important; }

hr.divider, hr.mo-divider {
  border: 0.5px solid #e4e4e4; }

hr.divider-blue {
  border: 0.5px solid #314a65;
  margin: 3rem 0; }

hr.divider-white {
  border: 0px;
  margin: 3rem 0; }

#main .news .small {
  padding: 0;
  margin: 3.75rem auto; }

.news h2 {
  margin-top: 3.75rem; }

.news h2:first-child {
  margin: 0 auto; }

@media (min-width: 768px) {
  .left {
    text-align: left; }
  ul.leistungen-liste > li:hover {
    font-size: 1.2rem;
    border-bottom: 0.1rem solid #f8ea00; }
  ul.leistungen-liste-einsp > li:hover {
    font-size: 1.2rem;
    border-bottom: 0.1rem solid #f8ea00; } }

/* Version mit dreispaltigem Beschreibungstext */
/*
.accordion-content {
	.accordion-header {
		font-size: 1.2rem;
		font-weight: 700;
		border-bottom: 1px solid $lightblue;
		padding-bottom: 1rem;
	}
	.accordion-header:hover {
		border-bottom: 1px solid $yellow;
		cursor: pointer;
	}
	.accordion-header.active {
		border-bottom: 1px solid $yellow;
		.icon-chevron-thin-right::before {
			transform: rotate(-90deg);
			transition: 0.2s ease-out;
		}
	}
	.icon-chevron-thin-right::before {
		position: relative;
		float: right;
		transform: rotate(90deg);
		transition: 0.2s ease-out;
	}
	.accordion-text {
		padding: 0 18px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background: none;
	}
}
.columns {
	&.no-row-gap {
		grid-row-gap: 0rem;
	}
}

 */
.grid__item {
  display: grid;
  grid-template-columns: 90% 10%;
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: 1px solid #314a65;
  padding: 1rem 0; }
.grid__item:focus {
  border-bottom: 1px solid #f8ea00;
  outline: none; }
.grid__item:focus .icon-chevron-thin-right::before {
  transform: rotate(-90deg);
  transition: 0.2s ease-out; }
.grid__item:focus + .grid__description {
  max-height: 500px;
  transition: max-height 0.4s ease-in; }
.grid__item:hover {
  border-bottom: 1px solid #f8ea00;
  cursor: pointer; }
.grid__item .icon-chevron-thin-right::before {
  position: initial;
  float: right;
  transform: rotate(90deg);
  transition: 0.2s ease-out; }

.grid__description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-in; }
.grid__description div {
  padding: 2em; }

@media (min-width: 1024px) {
  .accordion-grid {
    display: grid;
    grid-template-areas: "item item item" "desc desc desc";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 1.5rem; }
  .grid__description {
    grid-area: desc; } }

html {
  scroll-behavior: smooth; }

.columns.logocolumns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 40px);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  justify-items: center;
  align-items: center; }
.columns.logocolumns img {
  width: auto;
  height: auto;
  max-height: 115px; }
@media screen and (min-width: 600px) {
  .columns.logocolumns {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 40px); } }
@media (min-width: 768px) {
  .columns.logocolumns {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 40px); } }
@media (min-width: 1024px) {
  .columns.logocolumns {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 40px; } }

.frame-default + .frame-default, .frame-default + .small.grid {
  padding-top: 0 !important;
  /*padding-bottom: 2rem !important;*/ }

.jobBtn.cta {
  display: grid;
  grid-template-columns: 1fr 10px;
  grid-template-rows: auto;
  margin-bottom: 5px;
  color: #1a3553;
  text-decoration: none;
  padding: 1.5rem;
  text-transform: unset;
  text-align: left; }
.jobBtn.cta p, .jobBtn.cta span {
  margin: 0;
  line-height: 1;
  height: 100%; }

.news-single .article {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto; }

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0); }

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1; }

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%; }

.glider-slide img {
  max-width: 100%; }

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0; }

.glider-prev, .glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67); }

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8; }

.glider-next {
  right: -23px;
  left: auto; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default; }

.glider-slide {
  min-width: 150px; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0; }

.glider-dot {
  background: none;
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px; }

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8; }





@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }

@font-face {
  font-family: 'icomoon';
  src: url("../Fonts/icomoon.eot?bz3g0k") format("embedded-opentype"),
  url("../Fonts/icomoon.ttf?bz3g0k") format("truetype"),
  url("../Fonts/icomoon.woff?bz3g0k") format("woff"),
  url("../Fonts/icomoon.svg?bz3g0k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}



[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-quote-left:before {
  content: "\e902"; }

.icon-envelope:before {
  content: "\e903"; }

.icon-mail:before {
  content: "\e903"; }

.icon-email:before {
  content: "\e903"; }

.icon-contact:before {
  content: "\e903"; }

.icon-user:before {
  content: "\e971"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-linkedin2:before {
  content: "\eaca"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-link:before {
  content: "\e904"; }

.icon-chevron-thin-right:before {
  content: "\e900"; }

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

.bw-logo {
  width: 139px;
  height: auto; }
.bw-logo img {
  width: 100%;
  height: auto; }


bw-logo2{
  width: 130px;
  height: auto;
}
.bw-logo2 img {
  width: 130px;
  height: auto;
  margin-top: 20px;
  margin-left: 20px}



.slider-image-bg {
  max-width: 100%;
  height: 748px !important;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  z-index: -2; }
@media (min-width: 1024px) {
  .slider-image-bg {
    height: 898px !important; } }
.slider-image-bg.subsite {
  height: 411px !important; }
.slider-image-bg.subsite .header-text {
  margin-top: 30%; }
@media (min-width: 768px) {
  .slider-image-bg.subsite .header-text {
    margin-top: 20%; } }
@media (min-width: 1024px) {
  .slider-image-bg.subsite .header-text.subsite-title {
    width: 70%; } }
@media (min-width: 768px) {
  .slider-image-bg.subsite {
    height: 464px !important; } }

.slider-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.65;
  top: 0;
  z-index: -1; }

#header .small {
  margin: 1.5rem auto; }

.stickyheader {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%; }
.stickyheader.sticky {
  position: fixed;
  background-color: rgba(26, 53, 83, 0.9);
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 99; }
.stickyheader.sticky .small {
  margin: 1.5rem auto !important; }
.stickyheader.small-sticky .small {
  margin: 0.5rem auto !important;
  transition: all 0.5s ease-out; }
.stickyheader .columns {
  grid-template-columns: repeat(2, 1fr);
  margin: 1rem 0 0 0; }
.stickyheader .columns .bw-logo {
  align-self: center;
  justify-self: start; }
.stickyheader .columns .hamburger {
  align-self: center;
  justify-self: end; }

.header-text {
  margin-top: 50%; }
@media (min-width: 768px) {
  .header-text {
    margin-top: 20%; } }

.header-arrow {
  text-align: center;
  position: absolute;
  bottom: 1rem;
  left: 50%; }

.header-arrow a {
  color: #f8ea00; }

.glider {
  max-height: 898px; }
@media (min-width: 768px) {
  .glider {
    overflow: hidden; } }

.slider-nav-wrap {
  max-width: 70rem;
  height: 0;
  margin: 0 auto;
  text-align: right;
  padding: 0 2rem;
  display: none; }
@media (min-width: 768px) {
  .slider-nav-wrap {
    display: block; } }

.slider-nav {
  position: relative;
  bottom: 3rem;
  display: inline-block; }

.dots {
  display: inline-block; }

.glider-dot {
  background: #fff;
  opacity: 50%;
  display: inline-block;
  margin: 0 0.5rem; }

.glider-dots {
  margin: 0 2rem; }

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #f8ea00;
  opacity: 100%; }

.glider-prev, .glider-next {
  top: -0.3rem;
  border: 1.5px solid #fff;
  border-radius: 100%;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  z-index: 0; }

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #f8ea00;
  border-color: #f8ea00; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #fff;
  cursor: default; }

.nav-overlay {
  background-color: #000;
  height: 0;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 0;
  transition: opacity 0.2s ease-in-out; }
.nav-overlay.show {
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 2;
  filter: alpha(opacity=50); }

.sidebar {
  transition: 0.2s ease-out;
  overflow-y: scroll; }
.sidebar ul {
  padding: 2rem; }
.sidebar ul li {
  border: none;
  font-size: 2rem; }
.sidebar ul li a {
  color: #fff; }
.sidebar button.toggle-open {
  border: none;
  color: #f8ea00;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  vertical-align: -0.4rem; }
@media (max-width: 768px) {
  .sidebar button.toggle-open {
    display: none; } }
.sidebar button.toggle-open.open-list:after {
  content: '+'; }
.sidebar button.toggle-open.close-list:after {
  content: '-'; }
.sidebar .submenu1, .sidebar .submenu2 {
  transition: all .5s ease;
  overflow: hidden; }
.sidebar .open-list + .submenu1, .sidebar .open-list + .submenu2 {
  max-height: 0;
  padding: 0 1rem;
  margin: 0; }
.sidebar .close-list + .submenu1, .sidebar .close-list + .submenu2 {
  max-height: 40rem;
  padding: 0 1rem;
  margin: 1rem 0; }
.sidebar .submenu1 li {
  font-size: 1.3125rem;
  padding: 0.5rem 0; }
.sidebar .submenu1 a {
  line-height: 1.5rem;
  font-weight: normal; }
.sidebar .submenu1 a:hover {
  border-bottom: 1px solid #f8ea00; }
.sidebar .submenu2 li {
  font-size: 0.875rem;
  padding: 0;
  line-height: 1.5rem; }
.sidebar .submenu2 li a {
  color: #e4e4e4; }

.nav-liste {
  display: none; }
@media (min-width: 768px) {
  .nav-liste {
    display: inline-block;
    columns: 2;
    width: 80%;
    border-top: #314a65 1px solid;
    letter-spacing: 0.2rem;
    font-size: .6875rem;
    margin: 0 2rem; }
  .nav-liste ul {
    padding: 0; }
  .nav-liste ul li {
    font-size: 0.6875rem; } }
.nav-liste ul li a {
  color: #e4e4e4; }

.hamburger .icon-open {
  cursor: pointer;
  display: block;
  background: #f8ea00;
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-left: auto; }
.hamburger .icon-open .line {
  position: absolute;
  left: 0.3rem;
  height: 2px;
  width: 21px;
  background: #1a3553;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center; }
.hamburger .icon-open .line:nth-child(1) {
  top: 0.4rem; }
.hamburger .icon-open .line:nth-child(2) {
  top: 0.9rem; }
.hamburger .icon-open .line:nth-child(3) {
  top: 1.4rem; }

.sidebar {
  background-color: #1a3553;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 0px;
  bottom: 0;
  transition: 0.3s ease; }

.sidebar.showbar {
  width: 100%; }

.icon-close {
  display: block;
  background: #f8ea00;
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-left: auto;
  margin-right: 2rem;
  margin-top: 2.1875rem;
  margin-bottom: 2rem; }
@media (min-width: 768px) {
  .icon-close {
    margin-top: -3rem; } }
.icon-close:hover {
  cursor: pointer; }
.icon-close .line {
  position: absolute;
  left: 0.3rem;
  height: 2px;
  width: 21px;
  background: #1a3553;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center; }
.icon-close .line:nth-child(1) {
  top: 0.5rem;
  transform: translateY(8px) rotate(-45deg); }
.icon-close .line:nth-child(2) {
  top: 1.5rem;
  transform: translateY(-8px) rotate(45deg); }

@media (min-width: 768px) {
  .sidebar {
    background-color: #1a3553;
    display: block;
    width: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    transition: 0.3s ease;
    padding-top: 5rem; }
  .sidebar.showbar {
    width: 600px; } }

.blog-entry {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e4e4e4; }
@media (min-width: 768px) {
  .blog-entry {
    padding-bottom: 0;
    border-bottom: none;
    margin: 1rem 0; } }
.blog-entry .blog-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: no-repeat;
  background-size: cover; }
@media (min-width: 768px) {
  .blog-entry .blog-image {
    height: 228px; } }
.blog-entry .blog-title {
  color: #fff;
  font-size: 3.25rem;
  font-weight: bold; }
.blog-entry .blog-title.blog-list {
  color: #1a3553;
  font-size: 1.5rem;
  line-height: 1.75rem; }
.blog-entry .blog-teaser {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  display: inline-block; }
.blog-entry .blog-teaser .date {
  display: inline;
  font-weight: bold; }
.blog-entry .blog-teaser .date:after {
  content: ' – '; }
.blog-entry .blog-teaser .teasertext {
  display: inline; }

.divider {
  display: none; }
@media (min-width: 768px) {
  .divider {
    display: block;
    margin: 3.75rem 0; } }

.blog-pagination {
  max-width: 100%;
  text-align: center;
  margin: 2rem auto 0 auto; }
.blog-pagination a {
  display: inline-block;
  width: 118px;
  height: 55px;
  border: 1px solid #e4e4e4;
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding: 0;
  line-height: 350%;
  padding: 0.5rem;
  margin: 0 0.5rem 1rem 0.5rem; }
.blog-pagination a:hover,
.blog-pagination a:focus {
  border: 1px solid #1a3553; }
.blog-pagination ul li {
  border: none; }
.blog-pagination .current {
  display: inline-block;
  width: 118px;
  height: 55px;
  border: 1px solid #1a3553;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 350%;
  padding: 0.5rem;
  margin: 0 0.5rem 1rem 0.5rem; }

.news .page-navigation {
  display: inline-block; }
.news .page-navigation ul li a {
  display: block;
  width: 118px;
  height: 55px;
  padding: 0; }
.news .page-navigation ul li.current {
  border: 1px solid #1a3553; }
.news .page-navigation ul li.hidden-sites-list {
  margin-top: 0.75rem; }

.tiles {
  max-width: 100%;
  margin: 0 auto;
  text-align: left; }
.tiles .tile-style a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
.tiles .tile-style a p {
  display: inline-block;
  margin: 5% 5% 0 5%; }
.tiles .tile-style a h3 {
  margin: 1% 5% 0 5%; }
.tiles .tile-style a .arrow-tiles {
  display: none; }
.tiles .columns {
  grid-template-rows: repeat(4, 420px); }
.tiles .columns.twocolumns {
  grid-column-gap: 0; }
.tiles .columns.twocolumns_66-33 {
  grid-column-gap: 0; }
.tiles .columns.twocolumns_33-66 {
  grid-column-gap: 0; }
@media (min-width: 768px) {
  .tiles .columns.twocolumns {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 450px); }
  .tiles .columns.twocolumns_66-33 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 450px); }
  .tiles .columns.twocolumns_33-66 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 450px); }}
@media (min-width: 1024px) {
  .tiles .columns.twocolumns {
    grid-template-rows: repeat(2, 600px); }
  .tiles .columns.twocolumns_66-33 {
    grid-template-rows: repeat(2, 600px); }
  .tiles .columns.twocolumns_33-66 {
    grid-template-rows: repeat(2, 600px); }}

.tile-style div {
  height: 100%; }

a.tile-link {
  position: relative; }
a.tile-link .slider-overlay {
  z-index: 0; }
a.tile-link h3 {
  color: #fff;
  position: relative;
  z-index: 1; }
a.tile-link p {
  position: relative;
  z-index: 1; }
a.tile-link .arrow-tiles {
  position: relative;
  z-index: 1; }

@media (min-width: 768px) {
  .tile-style a:hover .slider-overlay {
    background-color: #db011b;
    background-image: none !important;
    opacity: 100; }
  .tile-style a:hover .arrow-tiles {
    display: block; }
  .tile-style a:hover .arrow-tiles .icon-arrow-right {
    color: #fff;
    margin-left: 5%;
    font-size: 2rem; } }



#main .small.smalltiles-wrap {
  margin: 0 auto;
  padding: 0 2rem; }
#main .small.smalltiles-wrap .columns {
  grid-template-rows: repeat(2, 350px); }
#main .small.smalltiles-wrap .columns.twocolumns .columns.twocolumns_66-33 .columns.twocolumns_33-66 {
  grid-column-gap: 0;
  grid-row-gap: 0; }
@media (min-width: 768px) {
  #main .small.smalltiles-wrap .columns.twocolumns .columns.twocolumns_66-33 .columns.twocolumns_33-66{
    grid-template-columns: repeat(auto-fill, 1fr);
    grid-template-rows: repeat(auto-fill, 350px); } }
@media (min-width: 1024px) {
  #main .small.smalltiles-wrap .columns.twocolumns .columns.twocolumns_66-33 .columns.twocolumns_33-66{
    grid-template-rows: repeat(auto-fill, 350px); } }

.news-wrap {
  border-bottom: 1px solid #e4e4e4;
  display: grid;
  grid-template-columns: repeat auto, 1fr; }
@media (min-width: 768px) {
  .news-wrap {
    grid-template-columns: 70% 15% 15%; } }
.news-wrap .blogpost {
  font-size: 1.5rem;
  line-height: 1.687rem;
  font-weight: 600;
  margin: 0;
  margin-top: 1rem; }
@media (min-width: 768px) {
  .news-wrap .blogpost {
    margin: 2rem 0; } }
.news-wrap .date {
  justify-self: start;
  font-size: 0.875rem;
  align-self: center; }
@media (min-width: 768px) {
  .news-wrap .date {
    align-self: center; } }
.news-wrap .icon {
  display: none; }
@media (min-width: 768px) {
  .news-wrap .icon {
    display: block;
    justify-self: end;
    align-self: center; } }

.news-single h2 {
  font-size: 2.125rem; }

@media (min-width: 768px) {
  a > .news-wrap:hover {
    border-bottom: 1px solid #f8ea00; } }

.news .space-right p {
  color: #1a3553;
  font-weight: 700;
  margin-left: 0.5rem; }

.news .space-right a {
  margin: 0.5rem;
  display: block; }
@media (min-width: 768px) {
  .news .space-right a {
    display: inline-block;
    margin: 0 0.5rem; } }
.news .space-right a span {
  height: 30px;
  width: 30px;
  border: 1px solid #1a3553;
  border-radius: 100%;
  text-align: center;
  margin-right: 1rem; }
.news .space-right a span[class^="icon-"], .news .space-right a span[class*=" icon-"] {
  line-height: 1.75; }

.icon-arrow-right.down {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 2rem; }

.instagram-images {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) {
  .instagram-images {
    grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) {
  .instagram-images {
    grid-template-columns: repeat(6, 1fr); } }
.instagram-images .quadrate {
  position: relative;
  width: 100%; }
.instagram-images .quadrate:after {
  content: "";
  display: block;
  padding-bottom: 100%; }
.instagram-images img {
  width: 100%;
  height: 100%;
  position: absolute; }

/*.instagram-images .columns {
	grid-template-columns: repeat(6, 1fr);
}*/
.black-fullwidth .small {
  margin: 0 auto; }

.contact-lead {
  text-align: center; }
.contact-lead .cta-wrap {
  text-align: center; }
.contact-lead .teaser {
  font-weight: normal; }

.contact-bg-fullsize {
  width: 100%;
  height: auto;
  padding-top: 2rem; }
.contact-bg-fullsize .small {
  margin: 0 auto; }
.contact-bg-fullsize .contact-right {
  width: 100%;
  background: #fafafa;
  padding: 4rem 2rem 2rem 2rem;
  margin: 0 -2rem; }
.contact-bg-fullsize .contact-left h2 {
  margin-bottom: 2rem; }
.contact-bg-fullsize .contact-left .contact-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #1a3553; }
.contact-bg-fullsize .columns {
  grid-row-gap: 2rem; }
@media (min-width: 768px) {
  .contact-bg-fullsize {
    background-image: linear-gradient(90deg, #fff 43%, #fafafa 43%);
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .contact-bg-fullsize .columns.twocolumns .columns.twocolumns_66-33 .columns.twocolumns_33-66  {
    grid-template-columns: 40% 60%; }
  .contact-bg-fullsize .columns .contact-right {
    padding: 0 2rem;
    background: none;
    margin: 0; } }

.form-group label {
  color: #f8ea00;
  font-size: 0.6875rem;
  font-weight: 500; }
.form-group label a {
  text-decoration: underline; }

form input {
  font-size: 1em;
  border: 1.5px solid #e4e4e4;
  color: #676767;
  font-family: inherit;
  font-weight: 300;
  width: 95%;
  height: 54px;
  padding: 0 0.5rem;
  margin: 0 0 25px 0; }
@media (min-width: 768px) {
  form input {
    width: 90%;
    height: 40px;
    padding: 0 0.5rem;
    margin: 0 0 10px 0; } }

form textarea {
  font-size: 1em;
  padding: 0.5rem;
  height: 148px;
  width: 95%;
  color: #676767;
  font-family: Arial, sans-serif;
  resize: vertical; }
@media (min-width: 768px) {
  form textarea {
    width: 90%;
    height: 100px;
    padding: 0.5rem;
    margin: 0 0 10px 0; } }

form .actions {
  margin-top: 1rem; }

form button {
  background-color: #f8ea00;
  color: #1a3553;
  border-radius: 2px;
  width: 209px;
  height: 63px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-position: center;
  transition: background 0.8s;
  border: unset; }
form button:hover {
  background: #f8d100 radial-gradient(circle, transparent 1%, #f8d100 1%) center/15000%;
  color: #1a3553; }
form button:active {
  background-color: #f8ea00;
  background-size: 100%;
  transition: background 0s;
  color: #1a3553; }

label.form-check-label input[type=checkbox] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
  padding: 0.5rem;
  /*-webkit-appearance: none;
		appearance: none;*/
  position: relative;
  border: 1px solid #0081a4;
  margin-top: 1rem;
  margin-right: 1rem;
  /* Adjusts the position of the checkboxes on the text baseline */
  vertical-align: -2px;
  /* Set here so that Windows' High-Contrast Mode can override */
  color: #0081a4; }

label.form-check-label span {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.7rem;
  width: 85%; }
label.form-check-label span.required {
  padding-top: 0;
  width: 3%; }

.footer-headline {
  color: #fff; }


.footer-list a {
  color: #e4e4e4;
}
.footer-list li {
  color: #e4e4e4;
}

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

ul.joblist {
  list-style-type: disc;
  list-style-position: inside; }
ul.joblist li {
  border: none;
  font-size: 1rem;
  font-weight: normal;
  padding: 0; }

.cc-compliance a.cc-btn {
  color: #fff; }


body.dp--cookie-consent > * {
  filter: blur(5px);
}

body.dp--cookie-consent > .cc-window {
  filter: none;
}

.powered-by  {
  display: none;
}


.cc-window{
  font-size:16px;
  line-height:2.0em;
  position:fixed;
  z-index:9999;
  max-width: 900%;
  max-height: 90%;
  transform: translate(-10%, -20%);
  width: auto;
  background-color:var(--dp-cookie-palette-popup-background);
  color:var(--dp-cookie-palette-popup-text)}
.cc-window.cc-bottom{top:auto;bottom:0}.cc-window.cc-top-left,.cc-window.cc-top-right,.cc-window.cc-bottom-left,
                                       .cc-window.cc-bottom-right{max-width:40em;}
.cc-window.cc-top-left,.cc-window.cc-top-right{top:1rem}.cc-window.cc-top-left,.cc-window.cc-bottom-left{left:1rem}.cc-window.cc-top-right,.cc-window.cc-bottom-right{right:1rem;left:auto}.cc-window.cc-bottom-left,.cc-window.cc-bottom-right{top:auto;bottom:1rem}
.cc-window .cc-body{display:flex;
  flex-direction:column;
  width:100%}

.cc-window .cc-message{padding:1.5rem}.cc-window .cc-link{display:inline-block;padding:.2em;text-decoration:underline;opacity:.8;color:inherit}.cc-window .dp--cookie-check{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;border:1px solid rgba(255,255,255,.5);border-radius:5px}
.cc-window .dp--cookie-check label{display:block;overflow:hidden;margin:0;padding:5px;white-space:nowrap;text-overflow:ellipsis}
.cc-window .dp--cookie-check label:first-child{padding-left:10px}
.cc-window .dp--cookie-check label:last-child{padding-right:10px}
.cc-window *,.cc-window *:before,.cc-window *:after{box-sizing:border-box}
.cc-window .powered-by,.cc-window-config .powered-by{padding:0 .5rem;text-align:right;font-size:12px;opacity:.4}.cc-window .powered-by a,.cc-window-config .powered-by a{color:inherit}.cc-compliance{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;min-width:300px;max-width:100%!important}.cc-top .cc-compliance,.cc-bottom .cc-compliance{padding-top:.5rem;padding-right:1.5rem;padding-bottom:.5rem}.cc-btn{font-size:.9em;font-weight:700;display:block;width:50%;margin:0;padding:.4em .8em;cursor:pointer;text-align:center;white-space:nowrap;border-width:2px;border-style:solid;border-color:transparent;background-color:transparent;transition:all .3s ease-in-out;color:inherit;font-family:inherit;line-height:inherit}.cc-top .cc-btn,.cc-bottom .cc-btn{width:100%}.cc-top .cc-btn+.cc-btn,.cc-bottom .cc-btn+.cc-btn{margin-top:.25rem}.cc-btn.cc-allow-all{background-color:var(--dp-cookie-palette-button-background);color:var(--dp-cookie-palette-button-text)}.cc-btn:hover{opacity:.8}.cc-w-100{width:100%}.dp--iframe{display:none}.dp--iframe.dp--loaded{display:block}.dp--overlay{display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center;background-color:var(--dp-cookie-overlay-box-background);color:var(--dp-cookie-overlay-box-text)}.dp--overlay-description,.dp--overlay-button{margin-top:.8rem}.db--overlay-submit{font-weight:700;display:inline-block;padding:.4em .8em;text-align:center;border:2px solid transparent;cursor:pointer;background-color:var(--dp-cookie-overlay-btn-background);color:var(--dp-cookie-overlay-btn-text)}.dp--iframe.dp--loaded+.dp--overlay{display:none}.cc-hide{visibility:hidden!important;opacity:0!important}.cc-sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;border:0}.cc-no-wrap{white-space:nowrap}.cc-window-config{position:fixed;z-index:10000;height:100%;width:100%;left:0;top:0;display:flex;justify-content:center;align-items:center;background-color:var(--dp-cookie-config-background);opacity:0;visibility:hidden;transition:all .3s ease-in-out}.cc-window-config.cc-show{opacity:1;visibility:visible}.cc-window-config .cc-config{background-color:var(--dp-cookie-palette-popup-background);color:var(--dp-cookie-palette-popup-text);padding:1rem 1rem .25rem;width:800px;max-width:calc(100% - 1rem);max-height:calc(100vh - 1rem)}.cc-window-config .cc-config-header{display:flex;align-items:flex-start;flex-wrap:nowrap;justify-content:space-between;padding-top:.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--dp-cookie-palette-popup-text)}.cc-window-config .cc-config-header .cc-btn-close{padding:.25rem;margin:0;cursor:pointer;text-align:center;white-space:nowrap;border:0;background-color:transparent;transition:all .3s ease-in-out;color:inherit;font-family:inherit;line-height:inherit;display:flex;justify-content:center;align-items:center}.cc-window-config .cc-config-body{padding:.75rem 1.5rem 0;margin:0 -1rem;overflow:auto;max-height:calc(90vh - 170px - 1rem)}.cc-window-config .cc-config-footer{padding-top:.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-left:calc(var(--dp-cookie-extend-gap) * -1);margin-right:calc(var(--dp-cookie-extend-gap) * -1)}


.cc-window-config .cc-config-footer .cc-btn{margin:calc(var(--dp-cookie-extend-gap));flex:0 1 auto;order:1;width:calc(50% - var(--dp-cookie-extend-gap) * 2)}
.cc-window-config .cc-config-footer .cc-btn.cc-allow-all{flex:0 1 100%;order:0}

/* Für kleine Bildschirme (z. B. Smartphones) */
@media (max-width: 600px) {
  .cc-window {
    font-size: 14px;
    max-width: 90%;
    transform: translate(0.5%, -100%);

  }






}

@media (min-width: 601px) and (max-width: 769px) {
  .cc-window {
    font-size: 14px;
    max-width: 90%;
    transform: translate(-14%, -120%);

  }


}

@media (min-width: 1024px) and (max-width: 1030px) {
  .cc-window {
    font-size: 14px;
    max-width: 90%;
    transform: translate(-35%, -60%);

  }


}
@media (min-width: 1040px) and (max-width: 1250px) {
  .cc-window {
    font-size: 14px;
    max-width: 90%;
    transform: translate(-40%, -60%);

  }


}
@media (min-width: 1280px) and (max-width: 1300px) {
  .cc-window {
    font-size: 14px;
    max-width: 90%;
    transform: translate(-50%, -130%);

  }

}
@media (min-width: 1366px) and (max-width: 1900px) {
  .cc-window {
    font-size: 14px;
    max-width: 90%;
    transform: translate(-75%, -45%);

  }

}

@media (min-width: 1920px)  {
  .cc-window{
    font-size:15px;
    line-height:2.0em;
    position:fixed;
    z-index:9999;
    max-width: 900%;
    max-height: 90%;
    transform: translate(-95%, -90%);
  }


}


@media (max-width: 320px)  {
  .cc-window{
    font-size:12px;
    line-height:2.0em;
    position:fixed;
    z-index:9999;
    max-width: 900%;
    max-height: 100%;
    transform: translate(8%, -10%);
  }
  .cc-window .cc-compliance {
    flex-direction: column;
  }
  .cc-btn {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (min-width: 330px) and (max-width: 375px) {
  .cc-window {
    font-size: 12px;
    max-width: 90%;
    transform: translate(2%, -20%);

  }
  .cc-window .cc-compliance {
    flex-direction: column;
  }
  .cc-btn {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (min-width: 380px) and (max-width: 414px) {
  .cc-window {
    font-size: 12px;
    max-width: 90%;
    transform: translate(2%, -50%);
  }
  .cc-window .cc-compliance {
    flex-direction: column;
  }
  .cc-btn {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (min-width: 415px) and (max-width: 410px) {
  .cc-window {
    font-size: 12px;
    max-width: 90%;
    transform: translate(-25%, -80%);
  }
  .cc-window .cc-compliance {
    flex-direction: column;
  }
  .cc-btn {
    width: 100%;
    margin-top: 0.5rem;
  }
}


















.cc-window-config .cc-config-group{padding-bottom:.75rem}.cc-window-config .cc-config-group .cc-config-group-name{font-weight:700;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}
.cc-window-config .cc-config-group .cc-config-group-name .cc-btn{position:relative;padding:.75rem 1.25rem;flex:1 1 auto;line-height:1;border:0;text-align:left}
.cc-window-config .cc-config-group .cc-config-group-name .dp--icon-chevron{font-size:.7rem;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out}.cc-window-config .cc-config-group .cc-config-cookies{display:none}.cc-window-config .cc-config-group .cc-config-group-cookie{list-style:none;font-size:.75em;padding:.5rem;margin-bottom:0;background-color:var(--dp-cookie-config-group-cookie-background);color:var(--dp-cookie-config-group-cookie-text)}.cc-window-config .cc-config-group .cc-config-group-cookie+.cc-config-group-cookie{border-top:1px solid var(--dp-cookie-config-group-cookie-border)}.cc-window-config .cc-config-group .cc-config-group-cookie>li{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap}.cc-window-config .cc-config-group .cc-config-group-cookie>li .cc-label{flex:0 0 100px;overflow:hidden;text-overflow:ellipsis;font-weight:700}.cc-window-config .cc-config-group .cc-config-group-cookie>li .cc-label+div{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;font-weight:700}.cc-window-config .cc-config-group .cc-config-group-cookie>li a{color:inherit}.cc-window-config .cc-config-group .cc-config-group-cookie>li .cc-cookie-description{display:none}@media screen and (min-width: 768px){.cc-window-config .cc-config-group .cc-config-group-cookie>li .cc-cookie-description{display:block}}.cc-window-config .cc-config-group.cc-show .dp--icon-chevron:before{content:""}.cc-window-config .cc-config-group.cc-show .cc-config-cookies{display:block}.cc-window-config .cc-message{padding-bottom:.75rem}.cc-pt-2{padding-top:.25rem}.cc-form-switch{--dp-cc-switch-border-width: 1px;position:relative;line-height:0}.cc-form-switch .dp--check-box{width:3rem;height:1.5rem;border-radius:2rem;transition:all .15s ease-in-out;background-color:var(--dp-cookie-config-group-cookie-background);border:var(--dp-cc-switch-border-width) solid var(--dp-cookie-config-group-cookie-background);-webkit-appearance:none;-moz-appearance:none;appearance:none}.cc-form-switch .dp--check-box+.cc-check-label{position:absolute;left:calc(var(--dp-cc-switch-border-width) * 3);top:50%;transform:translateY(-50%);transition:all .15s ease-in-out;width:1.25rem;height:1.25rem;border-radius:2rem;background-color:#fff;pointer-events:none}.cc-form-switch .dp--check-box[disabled]{cursor:no-drop}.cc-form-switch .dp--check-box:checked{background-color:var(--dp-cookie-palette-button-background);border-color:var(--dp-cookie-palette-button-background)}.cc-form-switch .dp--check-box:checked+.cc-check-label{left:calc(100% - var(--dp-cc-switch-border-width) * 3);transform:translate(-100%,-50%)}.cc-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%);border:0}.cc-type-extend{--dp-cookie-extend-gap: 4px;--dp-cookie-config-group-cookie-background: #333;--dp-cookie-config-group-cookie-border: #666;--dp-cookie-config-group-cookie-text: #fff}.cc-type-extend.cc-window .cc-compliance{padding:0 var(--dp-cookie-extend-gap) var(--dp-cookie-extend-gap) var(--dp-cookie-extend-gap)}.cc-type-extend.cc-window .cc-compliance .cc-btn.cc-allow-all{margin-left:calc(var(--dp-cookie-extend-gap) * -1);margin-right:calc(var(--dp-cookie-extend-gap) * -1);margin-bottom:var(--dp-cookie-extend-gap);width:calc(100% + var(--dp-cookie-extend-gap) * 2)}.cc-type-extend.cc-window .cc-compliance .cc-btn:not(.cc-allow-all){width:calc(50% - var(--dp-cookie-extend-gap) / 2)}.cc-type-extend .cc-btn:not(.cc-allow-all){border:2px solid var(--dp-cookie-palette-button-background)}

.cta-button-wrap {
  text-align: center;
  margin: 20px 0;
  position: relative;
  z-index: 10;
}

.cta-button {
  background-color: #cc0000;
  color: #fff;
  padding: 12px 24px;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 10;
}

.cta-button:hover {
  background-color: #990000;
  color: white;
}










.tile-style {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tile-style > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tiles-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
}

.author-list  ul li {
  list-style: none;

  padding: 5px;
  margin: 0;
}

.author-list .author-item {
  margin-bottom: 0.5rem;
  list-style-type: none;
  font-size: 1.5rem;



}

.author-list .author-name-link {
  color: #333;
  text-decoration: none;
  list-style-type: none;
  display: inline-block;
  transition: color 0.3s ease, transform 0.2s ease;
}

.author-list .author-name-link:hover {
  color: #002b5c;
  transform: translateX(5px);
  cursor: pointer;
}


@media (max-width: 768px) {
  .tiles-container {
    grid-template-columns: 1fr;
  }
}


p , strong,
 b,
 .fw-bold {
  font-weight: bold;
  color: #000;
}



.content-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
  gap: 80px;
}
.author-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.author-pagination li {
  display: inline-block;
}

.author-pagination a {
  display: block;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: #333;
}

.author-pagination li.active a {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.author-section {
  flex: 4;
  min-width: 70%;
  padding-right: 0;
  float: none;
}

.author-section h1.author-header {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}

.author-card {
  display: flex;
  align-items: flex-start;
  background-color: #f0f5fa;
  padding: 30px;
  border-radius: 8px;
  box-shadow: none;
}

.author-avatar {
  width: 170px;
  height: 170px;
  object-position: top;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 25px;
  box-shadow: none;
}

.author-info {
  flex: 1;
}

.author-info h2.author-name {
  font-size: 1.2em;
  font-weight: bold;
  color: #1e1e32;
  margin-top: 0;
  margin-bottom: 5px;
}
.author-info .country p {
  color: #002b5c;
  font-size: 0.9em;
  margin-top: 10px;
}
.author-info .author-text {
  font-size: 1em;
  line-height: 1.6;
  color: #333333;
}

.blog-categories-panel {
  flex: 1;
  min-width: 250px;
  padding-left: 0;
  float: none;
}
.mt-auto.text-center {
  margin-left: 10px;
}

.btn-author-read {
  border-radius: 1.55rem;
  line-height: 1rem;
  height: 3.1rem;
  padding: .1rem 1.2rem 0rem 1.2rem;
  background: #f8ea00;
  color: #1F1E26;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  font-family: 'Inter',sans-serif;
  font-weight: 700;
  font-size: .8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-author-read:hover {
  background-color: #f8d100;
}
.btn-author-read::before {
  content: "→";
  margin-right: 10px;
  font-size: 1.2rem;
  line-height: 1;
}
.blog-categories-panel h3.sidebar-heading {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  color: #6c757d;
  margin-top: 40px;
  margin-bottom: 10px;
}

.blog-categories-panel .category-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


.blog-categories-panel .category-list .btn {
  margin: 0.2rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.category-list .btn:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.category-list .btn.active {
  background-color: #f5f5f5;
  color: #002b5c;
}




.blog-categories-panel .category-list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.category-list li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-size: 1em;
  color: #002b5c;
}


.columns.threecolumns {
  margin-top: 60px;
}
.columns.threecolumns > div {
  margin-bottom: 2rem;
  display: flex;
}

.columns.threecolumns article.card {
  display: flex;
  flex-direction: column;

}

.columns.threecolumns .news-img-wrap {
  margin-bottom: 1rem;
}

.columns.threecolumns h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.columns.threecolumns .ce-bodytext {
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}

.columns.threecolumns .mt-auto {
  margin-top: auto;
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .author-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .author-avatar {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blog-categories-panel {
    padding: 0 15px;
  }

  .mt-auto.text-center {
    margin-top: auto !important;
    padding-top: 15px;
  }





}


.tiles-container .tile-style .frame.small,
.columns.twocolumns .tile-style .frame.small {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tiles-container .tile-style .ce-textpic,
.columns.twocolumns .tile-style .ce-textpic {
  width: 100% !important;
  max-width: 100% !important;
}


.tile-style .tile-link {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  min-height: 450px;
  margin: 0 !important;
  justify-content: flex-start;
}

.tile-link h3 {
  display: inline-block;
  font-size: 23px !important;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
  line-height: 1.1 !important;
}

.tile-link p.label.yellow {
  margin-top: 0 !important;
  line-height: 1.1 !important;
}





.arrow-tiles {
  display: inline-block;
}
.title-row {
  display: flex;
}

