/*
Theme Name: NEUE BANK 2022
Version: 2.0
Author: Ewald Natter
Author URI: http://www.freelenz.at
/* -------------------------------------------------------------------------- */

@import url("icons/style.css");

@font-face {
  font-family: 'Noe Display';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/NoeDisplay-Medium.woff2?v=3.19") format("woff2"),
       url("fonts/NoeDisplay-Medium.woff?v=3.19") format("woff");
  }

* {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }  
  
HTML {
  height: 100%;
  }  
  
BODY {
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  height: 100%;
  color: #24195D;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  } 
  
A {
  color: #A81757;
  transition: 0.2s;
  text-decoration: none;
  } 
  
P {
  margin: 0 0 1.5em 0;
  }  
  
P:last-child {
  margin-bottom: 0;
  }  
  

U {
  text-decoration: none;
  }    
  
STRONG {
  font-weight: 600;
  }  
  
IMG {
  max-width: 100%;
  }  
  
MAIN UL {
  margin: 50px auto 50px auto;
  max-width: 740px;
  padding-left: 30px;
  }  
  
MAIN UL LI {
  font-size: 22px;
  margin-bottom: 0.5em;
  list-style-type: disc;
  }   
  
MAIN .wp-block-media-text UL {
  margin: 25px 0 25px 0px;
  }  
  
MAIN .wp-block-media-text UL LI {
  font-size: 18px;
  margin-bottom: 0.5em;
  }    
    
/* LAYOUT 
-------------------------------------------------------------------------- */   
  
#page {
  height: auto !important;
  margin-bottom: -400px;
  min-height: 100%;     
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  }

.page-fullwidth #page {
	max-width: 100%;
}
.no-margin-bottom {
	margin-bottom:0 !important;
}
FOOTER, #push {
  height: 400px;
  }  
  
.container {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 1200px;
  position: relative;
  }  
  
.grid {
  position: relative;
  height: 100%;
  }  
  
.padding {
  padding: 0 30px;
  }  
  
.narrow {
  max-width: 740px;
  margin: 0 auto;
  }  
  
.left {
  float: left;
  }  
  
.right {
  float: right;
  }
  
.columns {
  overflow: hidden;
  }
  
.columns .column {
  float: left;
  }       
  
.columns.c2 .column {
  width: 50%;
  }   
  
SECTION {  
  padding: 50px 0 50px 0;
  }
  
SECTION.grey {
  background: #f5f6f7;
  }      
  
/* HOVER EFFEKT
-------------------------------------------------------------------------- */     

.wp-block-cover.clickable,
.wp-block-media-text.clickable,
.wp-block-getwid-image-box.clickable {
  cursor: pointer;
  }
  
.wp-block-getwid-image-box.clickable .wp-block-getwid-image-box__image-container:after,
.wp-block-media-text .wp-block-media-text__media:after,
.wp-block-cover:not(.no-filter):after {
  content: " ";
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('img/overlays/filter-01.jpg');
  background-size: cover;
  background-position: center center;
  mix-blend-mode: screen;
  opacity: 0.5;
  transition: 0.5s;
  }
  
.filter-1:after { background-image: url('img/overlays/filter-01.jpg') !important; }  
.filter-2:after { background-image: url('img/overlays/filter-02.jpg') !important; }  
.filter-3:after { background-image: url('img/overlays/filter-03.jpg') !important; }  
.filter-4:after { background-image: url('img/overlays/filter-04.jpg') !important; }  
.filter-5:after { background-image: url('img/overlays/filter-05.jpg') !important; }  
.filter-6:after { background-image: url('img/overlays/filter-06.jpg') !important; }  
.filter-7:after { background-image: url('img/overlays/filter-07.jpg') !important; }  
.filter-8:after { background-image: url('img/overlays/filter-08.jpg') !important; }  


.page-id-908 .wp-block-cover:after,
.page-id-908 .wp-block-cover:before,
.page-id-3067 .wp-block-cover:after,
.page-id-3067 .wp-block-cover:before {
  display: none;
  }
  
.wp-block-media-text .wp-block-media-text__media:after {
  top: 40px;
  left: 30px;
  right: 30px;
  bottom: 40px;
  }    
  
.wp-block-getwid-section .wp-block-getwid-image-box__image-container:after {
  display: none;
  }
  
.wp-block-getwid-image-box.cube:hover .wp-block-getwid-image-box__image-container A,
.wp-block-media-text:hover .wp-block-media-text__media A {
  transform: scale(1.05);
  }
  
.wp-block-getwid-image-box:hover .wp-block-getwid-image-box__image-container:after,
.wp-block-media-text:hover .wp-block-media-text__media:after {  
  opacity: 0.75;
  }
  
.wp-block-columns.clickable {
  cursor: pointer;
  }  
  
.wp-block-columns.clickable .wp-block-column:last-child {
  overflow: hidden;
  padding-left: 0;
  position: relative;
  left: 30px;
  margin-left: 0;
  }  

.wp-block-getwid-image-box.clickable:after,
.wp-block-cover.clickable .wp-block-cover__inner-container:after,
.wp-block-media-text.clickable .wp-block-media-text__content:after, 
.arrow-link-container:after
{
  content: "Mehr dazu ";
  display: block;
  float: left;
  text-align: left;
  margin-top: 1.5em;
  padding-bottom: 3px;
  padding-right: 55px;
  font-weight: bold;
  background: url('img/arrow-big-blue.svg') no-repeat right center;
  background-size: 40px 16px;
  transform: translateX(-108px);
  transition: 0.4s;
  }

.media-text-no-cta .wp-block-media-text__content:after{
	display:none !important;
}

  
HTML.en .wp-block-getwid-image-box.clickable:after,
HTML.en .wp-block-cover.clickable .wp-block-cover__inner-container:after,
HTML.en .wp-block-media-text.clickable .wp-block-media-text__content:after,
HTML.en .arrow-link-container:after{
  content: "Learn more ";
  transform: translateX(-113px);
  }  
  .arrow-link-container {
	position:relative;
	  display:inline-block;
	  overflow:hidden;
}
.wp-block-cover.clickable .wp-block-cover__inner-container:after {
  background-image: url('img/arrow-big-white.svg');
  color: #fff;
  }  
  
.wp-block-column .wp-block-getwid-image-box.clickable:after,
.wp-block-column .wp-block-cover.clickable .wp-block-cover__inner-container:after,
.wp-block-column .wp-block-media-text.clickable .wp-block-media-text__content:after {
  background-size: auto 12px;
  padding-right: 48px;
  }  
  
.wp-block-getwid-image-box:hover:after,
.wp-block-media-text:hover .wp-block-media-text__content:after,
.wp-block-columns.clickable:hover .wp-block-column:last-child:after,
.arrow-link-container:hover:after
{  
  transform: none !important;
  color: #A81757;
  background-image: url('img/arrow-big-purple.svg');
  }
  
.wp-block-cover:hover .wp-block-cover__inner-container:after {
  transform: none !important;
  }  
  
.wp-block-cover:first-child .wp-block-cover__inner-container:after {
  display: none;
  }  

/* BLOCK COLUMNS
-------------------------------------------------------------------------- */     
  
.wp-block-columns {
  max-width: 790px;
  margin: 100px auto;
  }  
  
.wp-block-columns.c3 P {
  font-size: 18px;
  }  
  
.wp-block-columns.contains-factbox {
  margin: 1.5em auto;
  } 
  
.wp-block-columns.contains-factbox P {
  font-size: 22px;
  padding-right: 0;
  }     
  
.wp-block-columns:first-child {
  margin-top: 0 !important;
  }  
  
.wp-block-columns.alignwide {
  max-width: 100%;
  }  
  
H4 + .wp-block-columns {
  margin-top: 50px;
  }
  
.wp-block-columns + .wp-block-columns {
  margin-top: -50px;
  }  
  
.wp-block-column H3 {
  padding-left: 130px;
  }
  
.home .wp-block-column H4 {
  padding-left: 80px;
  } 
  
.wp-block-column.c3 P {
  max-width: 640px;
  }   
  
.wp-block-columns.c3 .wp-block-column P {
  hyphens: auto;
  }  
  
.wp-block-column H6 ~ P {  
  font-size: 20px;
  padding-right: 50px;
  }

/* BLOCK IMAGE
-------------------------------------------------------------------------- */  

.wp-block-image {
  margin: 100px auto;
  min-width: 740px;
  max-width: 740px;
  text-align: left;
  }

.wp-block-image.alignwide {
  padding: 0 25px;
  margin-top: 100px;
  margin-bottom: 120px;
  }
  
.wp-block-image IMG {
  max-width: 740px;
  display: block;
  }  
  
.wp-block-image.alignwide IMG {
  max-width: 1200px;
  }  
  
.wp-block-image figcaption {
  font-size: 15px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #999;
  } 
  
.wp-block-image figcaption EM {
  font-style: normal;
  }
  
/* BLOCK MEDIA TEXT
-------------------------------------------------------------------------- */   

.wp-block-media-text {
  margin: 70px 0;
  }
  
.wp-block-media-text__media {
  padding: 40px 30px;
  position: relative;
  }
  
.wp-block-media-text__content {
  overflow: hidden;
  padding: 0 !important;
  margin: 0 8%;
  }  
  
.wp-block-media-text__content P {
  font-size: 18px;
  line-height: 1.5;
  }    
  
.wp-block-media-text__content P.has-large-font-size {
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 10px;
  } 
  
.wp-block-media-text__content H4 {
  margin-bottom: 20px;
  }
  
.wp-block-media-text .wp-block-media-text__media .cube {
  overflow: hidden;
  }  
  
.wp-block-media-text .wp-block-media-text__media .cube .bg {
  transition: 0.5s;
  background-size: cover;
  background-position: center center;
  }
  
.wp-block-media-text:hover .wp-block-media-text__media .cube .bg {
  transform: scale(1.05);
  }  
  
.wp-block-media-text .wp-block-media-text__media .bg.cube IMG {
  opacity: 0;
  }
  
/* BLOCK VIDEO
-------------------------------------------------------------------------- */   
  
.wp-block-video {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  }
  
.wp-block-video:first-child {
  margin-top: 0px;
  margin-bottom: 100px;
  max-width: 100%;
  }
.wp-block-video.large-container-width {
	max-width:1200px;
}
  
/* FACTBOX
-------------------------------------------------------------------------- */   

.factbox {
  border: 4px solid #24195D;
  margin-top: 10px;
  margin-right: -190px;
  padding: 30px 40px 40px 40px;
  min-width: 432px;
  }

.factbox UL {
  margin-bottom: 0;
  }  
  
.factbox UL LI {
  font-size: 20px;
  font-weight: 600;
  }  
  
/* BLOCK COVER
-------------------------------------------------------------------------- */   
 
.wp-block-cover {
  align-items: flex-end;
  margin: 100px 0;
  padding: 80px 120px;
  overflow: hidden;
  }
  
.wp-block-cover .wp-block-cover__gradient-background {
  display: none;
  }  
  
.wp-block-cover:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50% !important;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  height: 50% !important;
  background: linear-gradient(0deg,rgba(36,25,93,0.4) 0%,rgba(156,53,89,0) 100%) !important;
  opacity: 1 !important;
  }  
  
.wp-block-cover__gradient-background {
  bottom: -100px !important;
  }
  
.wp-block-cover H2 {
  max-width: 100%;
  font-size: 68px;
  line-height: 1;
  margin-bottom: 20px;
  } 

.wp-block-cover H3 {
  max-width: 100%;
  color: #fff;
  }
  
.wp-block-cover .wp-block-heading:not(.has-text-color) {
  color: #fff;
  }    
  
.wp-block-cover H3 A {
  color: #fff;
  } 
  
.wp-block-cover:first-child {
  margin-top: 0;
  margin-bottom: 100px;
  }    
  
.wp-block-cover P {
  font-size: 18px;
  margin-left: 0;
  padding-left: 0;
  max-width: 540px;
  }  
  
.wp-block-cover P.has-large-font-size {
  font-size: 24px;
  font-weight: 600;
  opacity: 0.7;
  max-width: 100%;
  }  
  
.wp-block-cover__inner-container {
  padding-right: 200px;
  width: 100%;
  overflow: hidden;
  }
  
/* BLOCK COLUMN
-------------------------------------------------------------------------- */   
  
.wp-block-column {
  padding: 0 25px;
  }  
  
.wp-block-column.clickable {
  cursor:pointer
  }  
  
.wp-block-column:not(:first-child){
  margin-left: 0;
  }  
  
/* BLOCK TABLE
-------------------------------------------------------------------------- */   
  
.wp-block-table {
  margin: 150px 0;
  padding: 0 30px;
  } 
  
.wp-block-table TABLE {
  border-top: 1px solid #E6E6E6;
  border-collapse: collapse;
  }   
  
.wp-block-table TD {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding: 6px 10px 8px 10px;
  vertical-align: top;
  }
  
.wp-block-table TD STRONG {
  white-space: nowrap;
  }  
  
.wp-block-table TD:first-child {
  padding-left: 0;
  }   
  
.wp-block-table TD:last-child {
  padding-right: 0;
  }   
  
.wp-block-table TD.has-text-align-right + TD.has-text-align-right {
  background: #fafafb;
  padding-right: 10px;
  }   
  
.wp-block-table TD.has-text-align-right + TD.has-text-align-right + TD.has-text-align-right {
  background: #f3f4f6;
  padding-right: 10px;
  }     
  
/* BLOCK QUOTE
-------------------------------------------------------------------------- */   

.wp-block-quote {
  max-width: 1220px;
  color: #A81757;
  margin: 100px auto;
  padding: 0 50px;
  }
  
.wp-block-quote P {
  font-size: 64px !important;
  font-family: "Noe Display";
  line-height: 1.2 !important;
  max-width: 1120px !important;
  }  
  
.wp-block-quote P:last-of-type {
  margin-bottom: 0;
  }  
  
.wp-block-quote CITE {
  display: block;
  font-style: normal;
  font-size: 18px;
  margin-top: 40px;
  color: #24195D;
  }  

  
/* GETWID BLOCKS
-------------------------------------------------------------------------- */  
.wp-block-getwid-section.lp-icons img {
	width:100px;
}
.wp-block-getwid-section.lp-icons .wp-block-getwid-image-box__content P {
	padding-right:0;
	font-weight:600;
}
.wp-block-getwid-section.lp-icons .wp-block-columns {
	max-width:100%;
}

.wp-block-getwid-section.lp-icons .wp-block-getwid-image-box__image-container, 
.wp-block-getwid-section.lp-icons .wp-block-getwid-image-box__content, .wp-block-getwid-section.lp-icons .wp-block-getwid-image-box {
	width:fit-content;
}
.wp-block-getwid-section.lp-icons .wp-block-getwid-image-box__image-container {
	margin-left:auto;
	margin-right:auto;
}
.wp-block-getwid-section.lp-icons .wp-block-columns {
	justify-content:space-between;
}
.wp-block-getwid-section.lp-icons .wp-block-column {
	flex-grow:initial;
	flex-basis:initial;
	padding:0;
}
.wp-block-getwid-section.lp-icons .wp-block-getwid-image-box {
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.medium-container-width {
	max-width:890px;
}
.small-container-width {
	max-width:800px;
}
.medium-container-width.wp-block-image IMG {
	max-width:100%;
}
.large-container-width {
	max-width:1200px;
}
.wp-block-getwid-section.medium-container-width, .wp-block-getwid-section.small-container-width, .wp-block-getwid-section.large-container-width {
	margin-left:auto;
	margin-right:auto;
}
.lp-form .md-field .md-input, .md-field .md-textarea{
	/*background-color:white;*/
}

.large-container-width p, .medium-container-width p, .small-container-width p{
	max-width:100%;
}

.lp-form .md-field {
	background-color:white;
}
.lp-form .vue-tel-input {
	background-color:white;
}
.wp-block-getwid-section.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 100px -50vw;
  }

.wp-block-getwid-section__wrapper {
  padding: 70px 0;
  }  
  
.wp-block-getwid-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
  max-width: 1200px;
  padding: 0 30px;
  } 
  
.wp-block-getwid-section .wp-block-columns {
  margin-bottom: 100px;
  } 
  
.wp-block-getwid-section .wp-block-columns:last-child {
  margin-bottom: 30px;
  }   
.lp-heading-gk {
	max-width:730px;
	margin-left:0;
}
.lp-slider .wp-block-getwid-section__inner-wrapper{
	padding-left:0 !important;
	padding-right:0 !important;
}
/* IMAGE BOX
-------------------------------------------------------------------------- */    
  
.wp-block-getwid-image-box {
  margin-top: 100px;
  margin-bottom: 70px;  
  overflow: hidden;
  }   
  
.wp-block-columns .wp-block-getwid-image-box {  
  margin-top: 30px;
  }

.wp-block-getwid-image-box__content H3 {
  font-size: 38px;
  line-height: 1.2;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  }
  
.wp-block-getwid-image-box.cube .wp-block-getwid-image-box__image-container {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 66%;
  }  
  
.wp-block-getwid-image-box.cube .wp-block-getwid-image-box__image-container A {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  transition: 0.5s;
  }  
  
.wp-block-getwid-image-box.cube IMG {
  opacity: 0;
  }  
  
.wp-block-columns + .wp-block-columns .wp-block-getwid-image-box {
  margin-top: 0;
  } 
  
/* CROSSLINKS
-------------------------------------------------------------------------- */      

#crosslinks {  
  margin-top: 100px;
  position: relative;
  z-index: 1;
  }
  
#crosslinks .column {
  padding: 0 15px;
  }  
  
#crosslinks .cover {
  background: #24195D;
  height: 210px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  } 
  
#crosslinks .cover:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: linear-gradient(6deg, #1F3685 0%, #1F3685 74%);
  transition: 0.2s;
  } 
  
#crosslinks .cover:hover:after {
  opacity: 0.75;
  }   
  
.wp-duotone-filter-blue:hover IMG {
	filter: url( #wp-duotone-filter-blue );
  }
  
.wp-duotone-filter-magenta:hover IMG {
	filter: url( #wp-duotone-filter-blue );
  }  
  
#crosslinks .cover .content {
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 25px;
  bottom: -100%;
  transition: 0.2s;
  transform: translateY(-100px);
  z-index: 1;
  } 
  
#crosslinks .cover:hover .content {   
  top: auto;
  bottom: -100px;
  }
  
#crosslinks .cover .content .title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  }  
  
#crosslinks .cover .content .title I {
  font-size: 17px;
  position: relative;
  left: 5px;
  top: 2px;
  }  
  
#crosslinks .cover:hover .content .title I {
  opacity: 0;
  }  
  
#crosslinks .cover .content .text {
  min-height: 50px;
  max-width: 80%;
  margin-bottom: 15px;
  opacity: 0.7;
  }  
  
#crosslinks .cover .content A.link {
  color: #fff;
  font-weight: 600;
  } 
  
/* CUSTOM BUTTONS-BLOCK 
-------------------------------------------------------------------------- */   
.cb-btn {
	   display: flex;
    background: #24195D;
    border-radius: 50px;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 7px 20px 7px 15px;
    width:fit-content;
    transition: 0.2s;
	align-items:center;
	gap:10px;
}
.cb-btn:hover {
	background-color:#A81757;	
}

.cb-btn__icon i{
	display:block;
}
/* UI ELEMENTE
-------------------------------------------------------------------------- */   

.button,
.md-button {
  display: inline-block;
  height: 58px;
  line-height: 58px;
  background: #24195D;  
  padding: 0 50px;
  font-weight: 600;
  color: #fff;
  box-shadow: none !important;
  text-transform: none;
  font-size: 18px;
  border-radius: 0;
  margin: 0;
  } 
  
.button.rounded {
  height: 36px;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 100px;
  }   
  
.button.rounded I {
  font-size: 11px;
  margin-left: 3px;
  }  
  
.button:hover {
  background: #A81757;
  }  
  
.button.apply {
  margin-top: 40px;
  }  
  
#overlay {  
  position: fixed;
  z-index: 20;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.4);
  display: none;
  }
  
/* NEWSLETTER BANNER
-------------------------------------------------------------------------- */   
  
.banner {
  background: #F5F8FA;
  padding: 70px 130px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.33;
  margin: 100px 0px 70px 0px;
  }
  
.banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  }  
  
.banner .text {
  font-weight: 700;
  max-width: 325px;
  }   
  
.banner .button:hover {
  background: #241476;
  }  
  
#newsletter-segments {
  background: #F5F8FA;
  padding: 80px 130px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.33;
  margin: 100px 0px 70px 0px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  }  

#newsletter-segments P {  
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
  }
  
#newsletter-segments .segments {  
  display: flex;
  gap: 70px;
  }  
  
#newsletter-segments .segments .segment {
  width: 33.3%;
  }

#newsletter-segments .segments .title {   
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  }
  
#newsletter-segments .segments .md-checkbox-label {
  padding-left: 10px;
  }   
  
#newsletter-segments .segments .md-checkbox-container {
  top: 4px;
  }  
  
#newsletter-segments .segments .description {   
  font-size: 18px;
  line-height: 1.4;
  padding-left: 30px;
  }  
  
#newsletter-segments .validation {
  color: #A81757;
  background: url('img/icon-error.svg') no-repeat left top;
  background-size: auto 24px;
  line-height: 1.2;
  padding-left: 35px;
  margin-left: 30px;
  padding-bottom: 5px;
  margin-top: 35px;
  font-weight: bold;
  display: none;
  }  
  
#newsletterform + .success {
  display: none;
  } 
  
BODY.de SECTION.en,
BODY.en SECTION.de {
  display: none;
  }  
  
BODY.page-id-1409 #newsletter.banner,
BODY.page-id-1409 #crosslinks {
  display: none;
  }  
  
/* NEWSLETTER ÜBERSICHT
-------------------------------------------------------------------------- */   

#newsletters #filter {
  text-align: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 0;
  margin: 120px auto 50px auto;
  }
  
#newsletters #filter LI {
  font-size: 18px;
  list-style-type: none;
  font-weight: 600;
  cursor: pointer;
  padding: 3px 0;
  transition: color 0.2s, border-color 0.2s;
  }  
  
#newsletters #filter LI:hover {
  color: #A81757;
  border-color: #A81757 !important;
  }  
  
#newsletters #filter LI.active {
  border-bottom: 2px solid #24195D;
  }   
  
#newsletters #posts .category {
  overflow: hidden;
  padding-bottom: 50px;
  }  
  
#newsletters #posts .headline {
  border-bottom: 1px solid #E6E6E6;
  padding: 8px 0;
  margin: 0 30px 20px 30px;
  display: none;
  }
  
#newsletters #posts.all .headline {  
  display: block;
  }
  
#newsletters #posts .posts {
  overflow: hidden;
  }  
  
#newsletters #posts .post {
  display: none;
  } 
  
#newsletters #posts .post:nth-child(-n+6) {
  display: block;
  }   
  
#newsletters .more {
  font-size: 18px;
  display: block;
  float: left;
  width: 100%;
  padding: 80px 0 0px 0;
  text-align: center;
  font-weight: 600;
  color: #9B3558;
  }
  
#newsletters .more A {
  display: inline-block;
  cursor: pointer;
  }  
  
#newsletters .more A I {  
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  }
  
#newsletters .more A:hover {
  color: #24195D;
  }  
  
/* BLOG
-----------*/
.blog-headline .wp-block-cover__inner-container {
	z-index:2;
}
.blog-post-item {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 120px;
	align-items:center;
}
.blog-post-item:last-child {
    margin-bottom:0;
}
#posts .blog-post-item h4{
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
	padding-top:0;
	padding-bottom:12px;
	margin-left:0;
}
.blog-post-excerpt {
	margin-top:25px;
}
.blog-post-thumbnail {
    
}
.blog-post-content, .blog-post-thumbnail {
	width:50%;
}
.blog-post-content {
	padding:0 4%;
	position:relative;
}
.blog-post-item:nth-child(even) .blog-post-content {
		order:2;
}
@media screen and (max-width:767px) {
	.blog-post-item {
		flex-direction:column;	
		gap:30px;
		margin-bottom:60px;
	}
	.blog-post-content, .blog-post-thumbnail {
		width:100%;
	}
	.blog-post-content {
		padding:0;
	}	
	.blog-post-content {
		order:2 !important;	
	}
}
/* HEADER 
-------------------------------------------------------------------------- */  

HEADER {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 18;
  overflow: hidden;
  height: 150px;
  background: #fff;
  transition: 0.2s;
  }
  
HEADER .container .grid {
  padding-top: 50px;
  margin: 0 -70px;
  transition: 0.2s;
}  

HEADER .container .simple-header-grid {
 display:flex;
	align-items:center;
	justify-content:space-between;
	padding-top:0;
}  
HEADER.simple-header .container #logo {
	margin:0;
}
HEADER .simple-header-actions {
	display:flex;
	gap:25px;
}
HEADER .simple-header-actions-mobile {
	display:none;
}
.lp-heading {
	font-size:48px;
}

HEADER:before {
  content: " ";
  position: fixed;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background: #24195D;
  z-index: 50;
  }
  
HEADER:after {
  content: " ";
  clear: both;
  display: table;
  }  
  
HEADER #logo {
  display: block;
  width: 160px;
  height: 150px;
  margin-top: -50px;
  background: url('img/logo-full.svg') no-repeat left center;
  background-size: auto 50px;
  float: left;
  position: relative;
  z-index: 30;
  }  

HEADER NAV {
  float: left;
  }  
  
HEADER UL LI {
  float: left;
  list-style-type: none;
  }  
  
HEADER UL.menu > LI {  
  padding-bottom: 10px;
  margin-bottom: -10px;
  }
  
HEADER UL.menu > LI > A {  
  position: relative;
  z-index: 11;
  }  
  
HEADER UL LI A SPAN {
  position: relative;
  }  
  
HEADER UL LI.current-menu-item > A SPAN:after,
HEADER UL LI.current-page-ancestor > A SPAN:after {
  content: " ";
  position: absolute;
  height: 2px;
  background: #24195D;
  bottom: -7px;
  left: 0px;
  right: 0px;
  }
  
HEADER UL LI.current-menu-item:hover > A SPAN:after,
HEADER UL LI.current-page-ancestor:hover > A SPAN:after {
  background: #A81757 !important;
  }  
  
HEADER UL LI A {
  display: block;
  color: #24195D;
  font-weight: 600;
  padding: 20px 10px;
  position: relative;
  z-index: 2;
  } 
  
HEADER UL LI A:hover,
HEADER UL LI.active > A {
  color: #A81757;
  }
  
HEADER UL DIV.megamenu {
  position: fixed;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
  top: 90px;
  left: 0px;
  right: 0px;
  width: auto;
  min-height: 390px;  
  opacity: 0;
  transition: opacity 0.35s, top 0.35s;
  }
  
HEADER UL DIV.megamenu.hidden {
  transform: translateY(-10000px);
  }
  
HEADER UL LI.active DIV.megamenu {  
  top: 125px;
  opacity: 1;
  z-index: 20;
  }  
  
HEADER UL DIV.megamenu:before {
  content: " ";
  position: fixed;
  height: 1px;
  top: 125px;
  left: 0px;
  right: 0px;
  background: #f5f6f7;
  }  
  
HEADER UL DIV.megamenu > UL {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  }  
  
HEADER UL DIV.megamenu .back,
HEADER UL DIV.megamenu .overview {
  display: none;
  }  
  
HEADER UL DIV.megamenu UL:before {
  display: none;
  content: " ";
  position: absolute;
  width: 1px;
  top: 50px;
  left: calc(25% - 1px);
  min-height: 290px;
  background: #f5f6f7;
  }
  
HEADER UL DIV.megamenu LI {
  display: block;
  float: none;
  }  
  
HEADER UL DIV.megamenu LI A {
  padding: 6px 0;
  position: relative;
  }   
  
HEADER UL DIV.megamenu LI A:after {
  display: none;
  }     
  
HEADER UL DIV.megamenu .featured {
  position: absolute;
  top: 60px;
  right: 0;
  left: calc(25% + 30px);
  } 
  
HEADER UL DIV.megamenu .featured .item {
  width: 33.3%;
  float: left;
  padding: 0 30px;
  }  
  
HEADER UL DIV.megamenu .featured .item SPAN {
  display: block;
  }   
  
HEADER UL DIV.megamenu .featured .item .image {
  margin-bottom: 15px;
  padding-bottom: 83%;
  background-color: #f5f6f7;
  background-size: cover;
  background-position: center center;
  } 
  
HEADER UL.menu > LI > .overlay {
  position: fixed;
  top: 125px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.5s;
  }
  
HEADER UL.menu > LI > .overlay.hidden {
  transform: translateX(-10000px);
  }
  
HEADER UL.menu > LI.active > .overlay {  
  opacity: 1;
  }
  
HEADER UL UL UL {
  padding-left: 20px;
  border-right: 1px solid #;
  margin-bottom: 10px;
  }   
  
HEADER UL UL UL LI A:before {
  content: "– ";
  }  
  
HEADER .right {
  transition: 0.2s;
  }  
  
HEADER .search {
  float: left;
  margin: 22px 20px;
  position: relative;
  z-index: 11;
  }
  
HEADER .search.mobile {
  display: none;
  }  
  
HEADER .search A.icon {
  color: #24195D;
  cursor: pointer;
  }   

HEADER .search A.icon:hover {
  color: #A81757;
  }     
  
HEADER #search {
  position: absolute;
  top: 55px;
  width: calc(100% - 510px);
  right: 255px;
  z-index: 0;
  margin-top: 0;
  opacity: 0;
  transition: 0.2s;
  } 
  
HEADER.search #search {
  opacity: 1;
  z-index: 10;  
  }
  
HEADER.search .right {
  opacity: 0;
  }     
  
HEADER #search .icon-search {  
  position: absolute;
  z-index: 11;
  height: 56px;
  line-height: 56px;
  width: 56px;
  text-align: center;
  left: 0;
  }
  
HEADER #search .icon-close-search {
  font-size: 14px;
  position: absolute;
  z-index: 11;
  height: 56px;
  line-height: 56px;
  width: 50px;
  text-align: center;
  right: 0;
  cursor: pointer;
  }    
  
HEADER #search INPUT {
  position: absolute;
  left: 0;
  width: 100%;
  height: 56px;
  background: #F5F6F7;
  font-size: 18px;
  font-family: inherit;
  color: #24195D;
  padding: 0 20px 0 55px;
  }    
  
HEADER #search INPUT::-webkit-input-placeholder {
  color: #80a0c0;
  }

HEADER #search INPUT::-moz-placeholder {  
  color: #80a0c0;  
  }

HEADER #search INPUT:-ms-input-placeholder {  
  color: #80a0c0;  
  }   
  
HEADER .languages {
  float: left;
  margin: 0 15px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 11;
  }  
  
HEADER .languages LI {
  list-style-type: none;
  float: left;
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
  } 
  
HEADER .languages LI:before {
  content: "/";
  display: inline-block;
  margin-left: 3px;
  }  
  
HEADER .languages LI A {
  font-size: 13px;
  line-height: 26px;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  }
  
HEADER .languages LI:first-child:before {
  display: none;
  }
  
HEADER .languages LI.wpml-ls-current-language A {
  color: #AAB2B9;
  }    
  
HEADER .button {
  margin-top: 15px;
  margin-left: 10px;
  position: relative;
  z-index: 20;
  }
  
/* STICKY HEADER
------------------------------------------------------------ */   
  
.scrolling HEADER {
  position: fixed;
  top: -85px;
  }

.scrolling HEADER {
  padding-top: 0px;
  height: 85px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  }
  
.scrolling HEADER .container .grid {
  padding: 10px 0;
  }  
  
.scrolling HEADER #logo {
  width: 50px;
  height: 85px;
  margin-top: -10px;
  background-size: auto 37px;
  background-position: left center;
  }   
  
.scrolling.sticky HEADER {
  position: fixed;
  top: 0;
  }
  
.scrolling.sticky HEADER #search {
  top: 16px;
  }  
  
.scrolling.sticky HEADER UL DIV.megamenu {
  top: 50px;
  }
  
.scrolling.sticky HEADER UL LI.active DIV.megamenu {
  top: 85px;
  }
  
.scrolling.sticky HEADER UL DIV.megamenu:before {
  top: 85px;
  }

  
/* MOBILE MENU
------------------------------------------------------------ */   
  
#hamburger {
  z-index: 10;
  float: right;
  z-index: 100;  
  width: 28px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  transition: position 0s;
  cursor: pointer;
  margin-left: 20px;
  display: none;
  }

#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #24195D;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }

#hamburger span:nth-child(1) {
  top: 10px;
  }

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
  top: 18px;
  }

#hamburger span:nth-child(4) {
  top: 26px;
  }

#hamburger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
  }

#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }

#hamburger.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
  }    
  
/* HEADLINES + TYPO
-------------------------------------------------------------------------- */    

H1, H2, H3, H4, H5, H6 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  }
  
H1 {
  font-family: 'Noe Display';
  font-weight: 400;
  font-size: 68px;
  line-height: 1;
  margin-bottom: 50px;
  }   
  
H2 {
  font-family: 'Noe Display';
  font-weight: 400;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 50px;
  } 
  
H3 {
  font-family: 'Noe Display';
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 35px;
  }
  
H1 STRONG,
H2 STRONG,
H3 STRONG {
  font-weight: 400;
  }  
  
H4 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 25px;
  }   
  
H5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.25;
  padding-top: 15px;
  margin-bottom: 15px;
  }
  
H5 A {
  color: #24195D;  
  }    
  
H5 A:hover {
  color: #A81757;  
  }
  
H6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  margin-top: 70px;
  margin-bottom: 20px;
  }
  
H1:first-child,
H2:first-child,
H3:first-child,
H4:first-child,
H5:first-child,
H6:first-child {
  margin-top: 0;
  }
  
H1 A,
H2 A,
H3 A,
H4 A,
H5 A {
  color: #24195D;
  }  
  
H1.pfeil:after,
H2.pfeil:after,
H3.pfeil:after,
H4.pfeil:after,
H5.pfeil:after,
H6.pfeil:after {
  display: inline-block;
  content: "\e904";
  font-size: 16px;
  font-weight: normal;
  transform: rotate(90deg);
  font-family: icomoon;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  margin-left: 15px;
  }    
  
P.has-large-font-size,
P.has-large-font-size + P,
P.has-large-font-size + .wp-block-buttons {
  font-size: 22px !important;
  line-height: 1.55;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  }     

P.has-small-font-size {
  font-size: 18px !important;
  }
  
.center {
  text-align: center;
  }  
  
/* MAIN 
-------------------------------------------------------------------------- */  

MAIN {
  padding-top: 190px;
  z-index: 1;
  }
  
MAIN P {
  font-size: 22px;
  line-height: 1.55;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  } 
  
MAIN P.small {   
  font-size: 18px;
  line-height: 1.25;
  }
  
MAIN .wp-block-buttons {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  }  
  
MAIN .wp-block-column P {
  font-size: 18px;
  padding-right: 100px;
  margin-left: 0;
  }  
  
MAIN .c3 .wp-block-column P {   
  padding-right: 0;
  }  
  
MAIN P A,
MAIN LI A,
LABEL A {
  font-weight: 600;
  color: #24195D;
  position: relative;
  display: inline-block;
  }
  
MAIN P A:before,
MAIN LI A:before,
LABEL A:before {
  content: " ";
  position: absolute;
  height: 5px;
  background: #24195D;
  opacity: 0.15;
  bottom: 5px;
  left: 0px;
  right: 0px;
  transition: 0.2s;
  }
  
MAIN P A.button:before {
  display: none;
  }  
  
LABEL A:before {
  bottom: 1px;
  }   
  
MAIN LI A:before {
  bottom: 3px;
  }  
  
MAIN P A:hover:before,
MAIN LI A:hover:before,
LABEL A:hover:before {
  opacity: 0.2;
  }  
  
MAIN P A.arrow {
  color: #A81757;
  }
  
MAIN P A.arrow:before {
  display: none;
  }  
  
MAIN P A.arrow:after,
A.more:after,
SPAN.more:after,
.wp-block-button:after {
  content: "\e902";
  font-family: 'icomoon';
  font-size: 12px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.2s;
  }  
  
  
/* BLOCK BUTTON 
-------------------------------------------------------------------------- */  
  
.wp-block-buttons:after {
  content: " ";
  display: table;
  clear: both;
  }

.wp-block-button {
  color: #24195D;
  overflow: hidden;
  font-size: 22px;
  } 
  
.wp-block-button__link {
  background: none;
  font-weight: 600;
  color: #24195D;
  padding: 0 0 10px 2px;
  overflow: hidden;
  font-size: 22px;
  transition: 0.4s;
  position: relative;
  margin-left: calc(-100% + 42px);
  margin-right: 0;
  padding-right: 10px;
  float: left;
  }  
  
.wp-block-column .wp-block-button,
.wp-block-column .wp-block-button__link {
  font-size: 18px;
  }  
  
.wp-block-button:after {
  margin-left: 0;
  }  
  
.wp-block-button:hover,
.clickable:hover .wp-block-button, .clickable:hover .wp-block-button A {
  color: #A81757;
  }  
  
.wp-block-button:hover .wp-block-button__link,
.clickable:hover .wp-block-button__link {  
  margin-left: -2px;
  color: #A81757;
  }    
  
/* Button Style Blue 
--------------------------------------------- */  
  
.wp-block-button.is-style-solid-blue {
  float: right;
  } 
  
.wp-block-button.is-style-solid-blue .wp-block-button__link {  
  height: 58px;
  line-height: 54px;
  background: #24195D;
  color: #fff;
  font-size: 18px;
  margin-left: 0;
  color: #fff;
  min-width: 200px;
  padding: 0 30px;
  border-radius: 0;
  }
  
.wp-block-button.is-style-solid-blue .wp-block-button__link:hover {  
  background: #0b3d6f;
  }  
  
.wp-block-button.is-style-solid-blue:after {  
  display: none;
  }
  
/* Button Style Rot mit Pfeil 
--------------------------------------------- */    

.wp-block-button.is-style-red-arrow {  
  color: #9B3558;
  line-height: 1;
  }
  
.wp-block-button.is-style-red-arrow .wp-block-button__link {   
  font-size: 18px;
  line-height: 22px;
  margin-left: 0;
  color: #9B3558;
  padding-bottom: 0;
  }
  
.wp-block-button.is-style-red-arrow:hover:after {  
  margin-left: 10px;
  }  
  
/* BLANK PAGE 
-------------------------------------------------------------------------- */    

.page-template-blank MAIN {
  padding: 250px 0 150px 0;
  }
  
/* SEARCH RESULTS
-------------------------------------------------------------------------- */    

.search-results MAIN {
  padding: 50px 0 0 0;
  } 
  
.search-results #results {   
  margin: 70px 0 150px 0;
  }
  
.search-results .result {
  display: block;
  margin-bottom: 1.5em;
  color: #24195D;
  }
  
.search-results .result SPAN {   
  display: block;
  }

.search-results .result .title {
  font-weight: bold;
  font-size: 22px;
  }
  
.search-results .result .excerpt {
  margin: 0.25em 0;
  opacity: 1;
  }  
  
.search-results .result .excerpt P {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  }  
  
.search-results .result .url {
  font-size: 18px;
  opacity: 0.5;
  }  
  
.search-results .result:hover .title {
  color: #A81757;
  }      
  
/* STARTSEITE 
-------------------------------------------------------------------------- */ 

#home {
  height: 540px;
  position: relative;
  margin-bottom: 100px;
  }
  
#home #slider {
  width: calc(66.6% - 5px);
  height: 100%;
  color: #fff;
  }  
  
#home #slider.wide {
  width: 100%;
  }  
  
#home .slide.gradient-overlay FIGURE:before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  background: linear-gradient(0deg,rgba(36,25,93,0.4) 0%,rgba(156,53,89,0) 100%) !important;
  transition: 0.2s;
  }
  
#home .slide.gradient-overlay:hover FIGURE:before {
  height: 50%;
  }
  
#home .slide.cube-filter:after {  
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: screen;
  opacity: 0.5;
  transition: 0.5s;    
  }
  
#home .slide.cube-filter:hover:after {   
  opacity: 0.75;
  }

#home .tiles {
  position: absolute;
  width: 33.3%;
  top: 0;
  right: 0;
  height: 100%;
  }  
  
#home .tiles .tile {
  display: block;
  margin-bottom: 5px;
  height: calc(50% - 2.5px);
  background: #24195D;
  background-size: cover;
  color: #fff;
  padding: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  }  
  
#home .tiles .tile:after {
  content: " ";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  }
  
#home .tiles .tile:hover:after {
  opacity: 0.8;
  }
  
#home .tiles .tile:first-child:after {
  background: #1F3685;
  opacity: 1;
  }  
  
#home .tiles .tile:last-child:after {
  background: #A81757;
  opacity: 1;
  }     
  
#home .tiles .tile .content { 
  position: absolute;
  padding: 30px;
  bottom: -40px;
  left: 0px;
  transition: 0.2s;
  z-index: 1;
  }

#home .tiles .tile:hover .content { 
  bottom: 0;
  }    
  
#home .tiles .tile .meta {
  font-size: 16px;
  opacity: 0.5;
  } 
  
#home .tiles .tile .more {
  color: #fff;
  font-weight: bold;
  opacity: 0;
  }  
  
#home .tiles .tile:hover .more {
  opacity: 1;
  }
  
.home H2 {
  transition: 0.2s;
  }  
  
.home MAIN H2 ~ P,
.home MAIN H2 ~ .wp-block-buttons {
  padding-left: 100px;  
  }  
  
.home #countup {
  width: 75px;
  display: inline-block;
  text-align: right;
  }    
  
/* SLICK SLIDER 
-------------------------------------------------------------------------- */  

.slick-slider {
  height: 100%;
  }
  
.slick-list,
.slick-track {
  height: 100%;
  }
  
.slick-slide {
  position: relative;
  height: 100%;
  } 
  
.slick-slide.clickable {
  cursor: pointer;
  }   
  
.slick-slide FIGURE {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }  
  
.slick-slide FIGURE:after {
  z-index: 10;
  }  
  
.slick-slide .text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -45px;
  width: 50%;
  padding-right: 0px;
  z-index: 11;
  color: #fff;
  }  
  
.slick-slide .text .title {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: 600;
  }
  
.slick-slide .text.typo-new .title {  
  font-family: "Noe Display";
  font-weight: 400;
  font-size: 56px;
  }
  
.slick-slide .text .hide {
  max-height: 0px;
  height: auto;
  overflow: hidden;
  transition: 0.35s;
  }
  
.slick-slide.clickable:hover .text .hide,
.slick-slide.has-content:hover .text .hide {
  max-height: 30px;
  }  
  
.slick-slide.clickable.has-content:hover .text .hide {
  max-height: 100px;
  }    
  
.slick-slide .text .content {
  line-height: 1.2;
  margin-bottom: 10px;
  opacity: 0.75;
  }
  
.slick-slide .text .content P {
  margin-left: 0;
  }
  
.slick-slide .text .more {
  font-weight: 600;
  }  
  
.slick-dots {
  bottom: 0 !important;
  max-width: 100%;
  padding-bottom: 15px;
  }

.slick-dots LI {
  width: 27px;
  margin: 0 2px !important;
  }
  
.slick-dots LI BUTTON {
  width: 27px;
  height: 3px;
  background: #fff;
  padding: 0;
  opacity: 0.5;
  transition: 0.2s;
  }

.slick-dots LI.slick-active BUTTON,
.slick-dots LI:hover BUTTON {
  opacity: 1;
  }     
  
.slick-dots LI BUTTON:before {
  display: none;
  }
  
.slick-arrow {
  opacity: 0;
  transition: 0.2s;
  width: 70px;
  height: 70px;
  z-index: 10;
  }
  
.slick-slider:hover .slick-arrow {
  opacity: 0.5;
  }
  
.slick-slider:hover .slick-arrow:hover {
  opacity: 1;
  }        
  
.slick-prev {
  left: 0px !important;  
  }  
  
.slick-next {
  right: 0px !important;  
  }  
  
.slick-next:before, 
.slick-prev:before {
  display: block;
  content: "\e90e";
  font-family: icomoon;
  font-size: 28px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  }  

.slick-prev:before {
  transform: scaleX(-1);
  }
  
/* ARTIKELÜBERSICHT
-------------------------------------------------------------------------- */   

.page-template-posts-overview .content .has-small-font-size {
  display: none;
  }
  
.page-template-posts-overview .disclaimer {
  padding-top: 40px;
  }  
  
.page-template-posts-overview .disclaimer > * {
  display: none;
  }  
  
.page-template-posts-overview .disclaimer P.has-small-font-size {
  display: block;
  }  

#posts {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 50px;
  }

#posts H4 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
  display: block;
  clear: left;
  float: none;
  }
  
#posts .post {
  float: left;
  width: 50%;
  color: #24195D;
  padding: 15px;
  padding-left: 150px;
  background: url('img/icon-post.svg') no-repeat 30px center;
  min-height: 105px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  }
  
#posts .post:nth-child(odd) {
  clear: both;
  }  
  
#posts .post.interview {
  background-image: url('img/icon-interview.svg');
  }  
  
#posts .post.bericht {
  background-image: url('img/icon-medienbericht.svg');
  }  
  
#posts.jobs {
  padding-top: 30px;
  }     
  
#posts.jobs .post {  
  margin-bottom: 30px;
  }
  
#posts.p1 {
  display: flex;  
  }
  
#posts.p1 .post {  
  float: none;
  margin: 0 auto;
  width: auto;
  padding-right: 30px;
  }
  
#posts .post.download {
  background-image: url('img/icon-download.svg');
  }     
  
#posts .post:hover { 
  color: #A81757;
  }
  
#posts .post .title {
  font-size: 20px;
  display: block;
  font-weight: bold;
  }
  
#posts .post .meta .date {
  white-space: nowrap;
  } 
  
/* DOWNLOADS
-------------------------------------------------------------------------- */   

#downloads #posts {
  padding-top: 50px;
  }
  
/* ARTIKEL DETIAL
-------------------------------------------------------------------------- */     

.single H1 {
  font-size: 90px;
  line-height: 1;
  max-width: 920px;
  padding-right: 180px;
  margin-top: 140px;
  margin-bottom: 140px;
  }

.single MAIN P {
  font-size: 22px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  }
  
.single MAIN UL {
  margin: 40px auto 70px auto;
  }  
  
.single MAIN UL LI {
  list-style-type: none;
  margin-bottom: 0.25em;
  }  

.single MAIN UL LI:before {
  content: "— ";
  margin-left: -25px;
  }    
 

  
/* DATEPICKER
-------------------------------------------------------------------------- */    

.ui-datepicker {
  z-index: 2 !important;
  position: absolute;
  left: -1000000px;
  width: auto;
  min-width: 355px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.10);
  background: #fff;
  margin-top: 5px;
  border-radius: 3px;
  }
  
.ui-datepicker.above {  
  margin-top: -25px;
  }
  
.ui-datepicker-title {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  padding: 3px 0 30px 0;
  }  
  
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  }
  
.ui-datepicker-prev SPAN,
.ui-datepicker-next SPAN {
  display: none;
  }  
  
.ui-datepicker-prev {
  margin-top: -2px;
  transform: rotate(-180deg);
  }  
  
.ui-datepicker-next {
  left: auto;
  right: 0;
  }  
  
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  display: block;
  content: "\e902";
  font-size: 12px;
  width: 90px;
  height: 75px;
  font-family: 'icomoon';
  line-height: 75px !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  text-indent: 0px;
  color: #24195D;
  text-align: center;
  transition: 0.2s;
  }  
  
.ui-datepicker-prev.ui-state-disabled:after {
  color: #ccc !important;
  }  
  
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {  
  color: #9a3458;
  }
  
.ui-datepicker TABLE {
  border: none;
  margin: 0;
  border-collapse: collapse;
  }  
  
.ui-datepicker TD,
.ui-datepicker TH {
  padding: 0;
  min-width: 0 !important;
  text-align: center;
  border: none;
  font-size: 16px;
  border: none;
  text-align: center !important;
  }  
  
.ui-datepicker TH {
  font-size: 14px;
  padding-bottom: 5px;
  color: #636362;
  }
  
.ui-datepicker TD {
  width: 44px;
  height: 44px;
  line-height: 42px;
  color: #999;
  }    
  
.ui-datepicker TD A {
  height: 44px;
  width: 44px;
  line-height: 42px;
  display: block;
  color: #000;
  }  
  
.ui-datepicker-today A,
.ui-datepicker-current-day A {
  color: #fff !important;
  background: #143968 !important;
  }   
  
.ui-datepicker TD A:hover {
  background: #f9f9f9;
  } 
  
.icon-datepicker {
  background: url('img/icon-datepicker.svg') no-repeat center center;
  }   
  
/* TIMEPICKER
------------------------------------------------------------ */      
  
.clockpicker-popover {
  position: absolute;
  z-index: 10;
  margin-top: 5px;
  border-radius: 3px;
  overflow: hidden;
  width: 320px;
  text-align: center;
  margin-left: 57px;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.10);
  }
  
.clockpicker-popover .popover-title {
  background: #143968;
  font-weight: normal;
  font-size: 56px;
  font-weight: 300;
  height: 90px;
  line-height: 85px;
  color: #98afc3;
  }
  
.clockpicker-popover .popover-title .text-primary {
  color: #fff;
  }   
  
.clockpicker-popover .popover-content {
  padding: 30px 30px;
  background: #fff;
  }   
  
.clockpicker-plate {
  border: none;
  background: #F9F9F9;
  margin: 0 auto;
  font-size: 16px;
  width: 256px;
  height: 256px;
  }
  
.clockpicker-canvas, .clockpicker-dial {
  width: 256px;
  height: 256px;
  }  
  
.clockpicker-tick {
  font-size: 100% !important;
  width: 36px;
  height: 36px;
  line-height: 34px;
  }    
  
.icon-timepicker {
  background: url('img/icon-timepicker.svg') no-repeat center center;
  }     
  
/* FORM ELEMENTS
-------------------------------------------------------------------------- */

FORM {
  position: relative;
  max-width: 740px;
  margin: 50px 0;
  margin-left: auto;
  margin-right: auto;  
  letter-spacing: 0;
  }
  
FORM SPAN.required {
  color: #A81757;
  font-weight: 600;
  }
  
FORM .job H6 {
  margin-bottom: 0;
  }
  
.form-row {
  clear: both;
  margin-bottom: 25px;
  } 
  
.form-row:after {
  content: " ";
  display: table;
  clear: both;
  }
  
.form-field {
  margin-bottom: 20px;
  }    
  
.form-row .form-field {
  margin-bottom: 0;
  position: relative;
  }  
  
.form-field.left {
  float: left;
  clear: both;
  width: 50%;
  padding-right: 15px;
  }
  
.form-field.right {
  float: right;
  width: 50%;
  padding-left: 15px;  
  }
  
.form-field-role {
  position: absolute;
  left: -100000px;
  }
  
.form-field.fullwidth {
  float: left;
  width: 100%;
  }  
  
.form-field TEXTAREA,
.md-textarea {
  resize: none !important;
  }  
  
.form-radio {
  padding-left: 0px;
  }  
  
.form-radio > LABEL {
  font-weight: 600;
  font-size: 14px;
  color: #24195D;
  display: block;
  }  
  
.form-bottom {
  margin-top: 50px;
  position: relative;
  }
  
.form-bottom .response {    
  display: none;  
  }
  
.form-bottom .response.show {
  display: block;
  }   
  
.form-bottom .response.error {
  font-weight: bold;
  color: #903d58;
  background: url('img/icon-error.svg') no-repeat left 8px;
  background-size: 20px auto;
  padding-left: 30px;
  font-size: 16px;
  height: 50px;
  margin-top: 12px;
  }   
  
.label.upload {
  font-weight: bold;
  margin-bottom: 15px;
  }
  
.label.upload SPAN {
  font-weight: normal;
  }  
  
.form-upload {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 12px;
  background: #F5F6F7;
  margin-bottom: 30px;
  font-size: 16px;
  }
  
.form-upload + .form-upload {  
  margin-top: -25px;
  }

.form-upload.active {
  background-color: #f9f9f9;
  }
  
.form-upload.documents {  
  margin-bottom: 50px;
  }

.form-upload .btn {
  flex-shrink: 0;
  background-color: #768089;
  color: #fff;
  font-weight: 700;
  padding: 10px 35px 12px 35px;
  margin-right: 10px;
  transition: 0.2s;
  }
  
.form-upload:hover .btn { 
  background: #24195D;
  }  

.form-upload .msg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #083057;
  margin-top: -1px;
  padding-left: 10px;
  margin-right: 50px;
  opacity: 0.5;
  }
  
.form-upload LABEL.invalid {
  color: #A81757;
  font-weight: 600;
  position: absolute;
  right: 20px;
  display: none;
  }

.form-upload .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  }  

.form-upload .file-input:focus {
  outline: none;
  }  
  
.form-upload .file-input.md-invalid + LABEL.invalid {  
  display: block !important;
  text-align: center;
  }
  
.form-upload .remove {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  background: rgba(118,128,137,0.5);
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  display: none;
  }
  
.form-upload .remove:hover {  
  background: #a81758;
  }
  
.form-upload .remove:after {  
  font-family: icomoon;
  content: "\e90c";
  color: #fff;
  font-size: 10px;
  line-height: 25px;
  width: 100%;
  text-align: center;
  }
  
    
/* MATERIAL UI CUSTOM
-------------------------------------------------------------------------- */    

.md-field,
.md-has-textarea {
  background: #F5F6F7;
  }
  
.md-field {
  height: 64px;
  margin: 0;
  }  
  
.md-field.md-has-textarea {
  height: 150px;
  padding-top: 25px;
  }  
  
.md-field LABEL {
  left: 15px;
  top: 20px;
  font-size: 20px;
  color: #878d95;
  }  
  
.md-field INPUT.md-input {
  padding: 25px 15px;
  font-size: 18px;
  color: #083057;
  }  
  
.md-field INPUT.md-input:-webkit-autofill,
.md-field INPUT.md-input:-webkit-autofill:hover,
.md-field INPUT.md-input:-webkit-autofill:focus,
.md-field INPUT.md-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f4f6f7 inset !important;
  }  
  
.md-field.md-focused label, 
.md-field.md-has-value label {
  font-weight: 600;
  font-size: 14px;
  top: 10px;
  color: #24195D;
  } 
  
.md-field.md-has-textarea.md-focused label, 
.md-field.md-has-textarea.md-has-value label {
  top: 13px !important;
  } 
  
LABEL.md-invalid {
  color: #A81757;
  font-size: 14px;
  font-weight: 600;
  }  
  
.md-checkbox .md-checkbox-container:after {
  top: 1px;
  left: 6px;
  }    
  
.md-checkbox .md-checkbox-label {
  line-height: 1.2;
  margin-top: -1px;
  }  
  
.md-checkbox.md-required label:after {
  display: none;
  }  

.md-radio .md-radio-label {
  height: auto;
  line-height: 1.25;
  }  
  
.md-radio .md-radio-container {
  border-width: 1px;
  border-color: #CED5DB;
  width: 21px;
  height: 21px;
  min-width: 21px;
  }  
  
.md-radio .md-radio-container:after {
  top: 6px;
  right: 6px;
  left: 6px;
  bottom: 6px;
  }  
  
.md-checkbox + #agreement-error {
  position: absolute;
  display: block;
  top: 15px;
  right: 0;
  width: 24px;
  height: 24px;
  text-indent: -1000000px;
  background: url('img/icon-error.svg') no-repeat center center;
  background-size: 20px auto;
  }
  
.md-radio .md-radio-label {
  margin-right: 20px;
  }  

.md-button {
  padding: 0;
  min-width: 240px;
  cursor: pointer;
  position: relative;
  }
  
.md-button .md-button-content:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: -100px;
  right: -100px;
  height: 100%;
  background: #24195D url('img/loading-spin-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  opacity: 0;
  transition: 0.2s;
  } 
  
.md-button.loading .md-button-content:after {
  opacity: 1;
  }  
  
.md-button.loading:hover .md-button-content:after { 
  background-color: #241475;
  }
  
.md-button-content {
  padding: 0 50px;
  }
  
.md-field.md-has-password .md-toggle-password {
  background: none;  
  top: 15px;
  bottom: auto;
  right: 15px;
  }    
  
.md-field > .md-icon,
.md-select > .md-icon {
  margin: 3px 20px 5px 0;
  }       
  
.md-menu.md-select {
  overflow: hidden;
  }  
  
.md-field.md-required label:after {
  font-weight: 600;
  color: #A81757;
  right: -5px;
  top: 0px;
  }  
  
.md-select-menu {
  margin-top: -18px;
  margin-left: 15px;
  min-width: 375px;
  } 
  
.md-menu-content.md-menu-30,
.md-menu-content.md-menu-73 {
  max-width: 740px;  
  }
  
.md-list-item-text {
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-size: 18px;
  }
  
#time .md-icon {
  background: url('img/icon-timepicker.svg') no-repeat center center;
  }  
  
#time .md-icon SVG {
  display: none;
  }  
  
/* VUE TEL INPUT 
-------------------------------------------------------------------------- */    
  
.vue-tel-input {
  border: none;
  height: 64px;
  background: #F5F6F7;
  border-radius: 0;
  border-bottom: 2px solid #F5F6F7;
  transition: 0.2s;
  }
  
.vue-tel-input:focus-within {
  box-shadow: none;
  border-color: #24195D;
  }
  
.vue-tel-input INPUT {
  background: none;
  font-size: 20px;
  color: #083057;
  font-family: inherit;
  }
  
.vue-tel-input INPUT::-webkit-input-placeholder {
  color: #878d95;
  }

.vue-tel-input INPUT::-moz-placeholder {  
  color: #878d95;  
  }

.vue-tel-input INPUT:-ms-input-placeholder {  
  color: #878d95;  
  }   
  
.form-field.error .vue-tel-input {
  padding-bottom: 1px;
  border-bottom: 2px solid #9B3558;
  }  
  
.vti__selection .vti__country-code {  
  font-size: 20px;
  color: #878d95;
  }
  
.vti__dropdown-arrow {  
  margin-left: 10px;
  font-size: 11px;
  margin-top: 2px;
  }  
  
.vti__dropdown-list {  
  border: 1px solid #eee;
  border-right: none;
  width: 355px;
  }
  
.vti__dropdown-list.below {  
  top: 63px;
  left: 0px;
  z-index: 1000;
  }
  
.vti__dropdown {
  padding-left: 15px;
  padding-right: 15px;
  }
  
.vti__dropdown-item {
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
  padding:  5px 15px;
  }
  
.vti__dropdown-item .vti__flag-wrapper {
  display: inline-block;
  }

.vti__dropdown-item .vti__flag {  
  margin-right: 10px;
  position: relative;
  top: 2px;
  }


/* CONTACT 
-------------------------------------------------------------------------- */    

#contact #toggle {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 68px;
  height: 68px;
  font-size: 24px;  
  border-radius: 100px;
  background: #24195D;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.50);
  cursor: pointer;  
  color: #fff;
  text-align: center;
  transition: 0.2s;
  z-index: 3;
  }
  
#contact #toggle I {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 68px;
  transition: 0.25s;
  }
  
#contact #toggle I.icon-bubble {
  line-height: 72px;
  }  
  
#contact #toggle I.icon-close {
  opacity: 0;
  }    
  
#contact.open #toggle I.icon-close {  
  opacity: 1;
  }
  
#contact.open #toggle I.icon-bubble {  
  opacity: 0;
  }  
  
#contact .options {
  position: fixed;
  z-index: 4;
  bottom:  140px;
  right: -300px;
  transition: 0.2s;
  }  
  
#contact.open .options {
  right: 60px;
  }  
  
#contact A {
  display: block;
  background: #24195D;
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 42px;
  padding: 0 20px 0 15px;
  height: 46px;
  float: left;
  clear: left;
  margin-bottom: 10px;
  margin-right: 15px;
  opacity: 0;
  transition: 0.2s;
  }
  
#contact.open A {
  opacity: 1;
  }   
  
#contact A:hover {
  transform: translateX(15px);
  }  

#contact A I {
  float: left;
  line-height: 44px;
  margin-right: 10px;
  font-size: 18px;
  }  
  
#contact #toggle:hover,
#contact A:hover {  
  background: #241475;
  }  
  
/* DIGITAL SERVICES LOGIN
------------------------------------------------------------------------- */    

.digital-services MAIN {
  padding-bottom: 200px;
  }
  
.digital-services H1 {
  margin-bottom: 70px;
  margin-top: 100px;
  }  
  
.digital-services H5 {
  margin-top: 60px;
  margin-bottom: 30px;
  }    
  
.digital-services #crosslinks {
  margin-top: 0;
  }  

.digital-services #crosslinks #e-banking.cover {
  background-image: url('img/cover-e-banking.jpg');
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  }  
  
.digital-services #crosslinks #e-banking {
  display: block;
  }  
  
.digital-services #crosslinks .cover .content {
  bottom: 0;
  transform: none;
  }
  
.digital-services #crosslinks #intermediates-login  {  
  display: block;
  height: 175px;
  }
  
.digital-services #crosslinks #intermediates-login.cover:after { 
  opacity: 0.8 !important;
  }
  
.digital-services #crosslinks #intermediates-login:hover.cover:after { 
  opacity: 1 !important;
  }  
  
.digital-services #crosslinks .cover .content .title {
  margin-bottom: 0;
  }
  
.digital-services #crosslinks .cover .content .title I {
  opacity: 1;
  transform: translateY(-1px);
  }  
  
.digital-services FORM {
  margin: 30px 0 0 0;
  }  
  
.digital-services .form-bottom {
  margin-top: -10px;
  margin-bottom: 0;
  }
  
/* IDnow 
-------------------------------------------------------------------------- */   

.page-template-idnow {
  overflow: hidden;
  }

.page-template-idnow HEADER {
  height: 80px;
  background: #24195D;
  }
  
.page-template-idnow HEADER .container {
  max-width: 100%;
  margin: 0 !important;
  padding: 0;
  }  
  
.page-template-idnow HEADER .container .grid {
  margin: 0;
  }
  
.page-template-idnow HEADER #logo {
  position: absolute;
  height: 80px;
  width: 200px;
  background: url('img/logo-full-white.svg') no-repeat left center;
  background-size: auto 36px;
  margin-left: 24px;
  }

.page-template-idnow HEADER NAV,
.page-template-idnow HEADER .search,
.page-template-idnow HEADER .languages {
  display: none;
  }
  
.page-template-idnow HEADER #digital-services {
  margin-top: 0;
  position: absolute;
  top: 20px;
  right: 24px;
  }
  
.page-template-idnow HEADER #digital-services:hover {
  background: #fff;
  color: #24195D;
  }  
  
.page-template-idnow MAIN {
  position: fixed;
  top: 80px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  }

.page-template-idnow IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  }
  
.page-template-idnow FOOTER {
  display: none;
  }
  
.page-template-idnow #contact {
  display: none;
  }  
  
  
/* FOOTER 
-------------------------------------------------------------------------- */ 

FOOTER {
  position: relative;
  z-index: 2;
  }
 
FOOTER A {
  color: #24195D;
  }  
  
FOOTER A:hover,
FOOTER LI.current-menu-item > A { 
  color: #A81757;
  }   

FOOTER .left STRONG {
  display: inline-block;
  margin-bottom: 10px;
  }

FOOTER ADDRESS {
  font-style: normal;
  margin-bottom: 1em;
  } 
  
FOOTER .top {
  overflow: hidden;
  }   
  
FOOTER .top .left {
  float: left;
  width: 25%;
  padding-left: 30px;
  } 
  
FOOTER .top NAV > DIV {
  float: right;
  width: 75%;
  }     
  
FOOTER .top DIV > UL > LI {
  width: 33.3%;
  float: left;
  list-style-type: none;
  padding-left: 30px;
  }  
  
FOOTER .top DIV > UL > LI > A {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 11px;
  } 
  
FOOTER .top DIV > UL > LI LI {   
  list-style-type: none;
  }
  
FOOTER .top DIV > UL > LI LI A {
  display: block;
  padding-bottom: 11px;
  }
  
FOOTER #social A {
  padding-right: 10px;
  }

FOOTER #social I {
  font-size: 24px;
  }  
  
FOOTER .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  font-size: 14px;
  }     
  
FOOTER .bottom UL LI {
  list-style-type: none;
  float: left;
  }
  
FOOTER .bottom UL LI A { 
  padding-right: 30px;
  }  
  
/* RESPONSIVENESS 
-------------------------------------------------------------------------- */ 
  
@media (max-width: 1400px){

  HEADER .container .grid {
    margin: 0px 30px; 
    }
  
} 

/* MAILPOET
------------------------------------------------------------------------- */   

.mailpoet_confirm_unsubscribe {
  max-width: 740px;
  margin: 0 auto;
  }

.single-mailpoet_page MAIN P {
  font-size: 20px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  } 
  
.mailpoet-change-email-info {
  display: none;
  }  
  
.mailpoet-manage-subscription LABEL {
  font-size: 18px;
  margin-bottom: 5px;
  }  
  
.mailpoet-manage-subscription LABEL STRONG {  
  font-size: 22px;
  }
  
.mailpoet-manage-subscription INPUT[type=text] {
  height: 64px;
  padding: 25px 15px;
  display: block;
  font-size: 20px;
  line-height: 32px;
  background: #f5f6f7;
  width: 50%;
  color: #878d95;
  transition: 0.2s;
  }  
  
.mailpoet-manage-subscription INPUT[type=text]:active,
.mailpoet-manage-subscription INPUT[type=text]:focus {  
  color: #24195D;
  }
  
.mailpoet-manage-subscription .mailpoet_paragraph {
  margin-bottom: 20px;
  }
  
.mailpoet-manage-subscription SELECT {  
  font-size: 18px;
  color: #24195D;
  font-family: inherit;
  padding-left: 0;
  font-weight: bold;
  margin-left: -4px;
  }
  
.mailpoet-manage-subscription SELECT OPTION {    
  padding-left: 0;
  }
  
.mailpoet-manage-subscription LABEL.mailpoet_radio_label {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  } 
  
.mailpoet-manage-subscription .mailpoet_segment_label {  
  margin-bottom: 10px;
  }
  
.mailpoet-manage-subscription LABEL.mailpoet_radio_label INPUT {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
  float: left;
  border: 1px solid #ced5db;
  accent-color: #24195D;
  }
  
.mailpoet-manage-subscription LABEL.mailpoet_checkbox_label INPUT {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
  float: left;
  border: 1px solid #ced5db;
  accent-color: #24195D;
  border-radius: 3px;
  }  
  
.mailpoet-manage-subscription .mailpoet_submit {
  height: 58px;
  min-width: 240px;
  background: #24195D;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
  }  
  
.mailpoet-manage-subscription .mailpoet_submit:hover {
  background: #241475;
  }    
  
.mailpoet-manage-subscription .mailpoet-submit-success {
  font-size: 18px;
  color: #a81757 !important;
  font-weight: bold;
  margin-top: 40px;
  }  
  
/* POPUP
------------------------------------------------------------------------- */    

.popup {
  position: fixed;
  z-index: 30;
  width: 600px;
  background: #fff;
  padding: 50px;
  top: -500px;
  left: 50%;
  margin-left: -300px;
  margin-top: -225px;
  transition: 0.2s;
  }
  
.popup .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #878d95;
  cursor: pointer;
  } 
  
.popup .close:hover {
  color: #24195D;
  } 
  
.popup .md-button .md-ripple {
  padding: 0 10px;
  } 
  
BODY.overlay .popup {
  top: 50%;
  }  
  
/* PAGE PASSWORD LOGIN
------------------------------------------------------------------------- */    

#protected FORM {
  overflow: hidden;
  padding-bottom: 100px;
  }

#protected INPUT {
  font-family: inherit;
  font-size: inherit;
  height: 58px;
  padding: 12px 20px 15px 20px;
  }

#protected INPUT[type=password] {
  background: #F5F6F7;
  float: left;
  font-size: 18px;
  width: 250px;
  }
  
#protected INPUT[type=submit] {
  background: #24195D;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  float: left;
  margin-left: 2px;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 25px;
  }  
  
#protected INPUT[type=submit]:hover {  
  background: #241475;
  }
  
/* PAGE TRANSITION
------------------------------------------------------------------------- */     

.ept_swipe {
  overflow: hidden;
  transition: height .3s ease-in-out;
  }

.ept_swipe:after {
  content: " ";
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  opacity: 0.15;
  background-image: url('img/logo-white.svg');
  background-size: auto 75px;
  background-repeat: no-repeat;
  background-position: center center;
  }
  
/* PROGRESSIVE IMAGE
------------------------------------------------------------------------- */     
  
.progressive-image {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #ccc;
  }

.progressive-image div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  }
  
#next.hagen-management-und-zeughaus .progressive-image div {
  background-position: center -115% !important;
  }
  
#next.zingo .progressive-image div {
  background-position: center -75px !important;
  }  

.progressive-image .loadingImage {
  filter: blur(30px);
  }

.progressive-image .overlay {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 200ms ease-in;
  } 
  
/* LEGAL INFORMATION US
------------------------------------------------------------------------- */   

#legal-info-us .overlay {
  position: fixed;
  z-index: 2147483647 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  }
  
#legal-info-us .window {
  background: #fff;
  width: 800px;
  max-width: 90%;
  height: 800px;
  max-height: 80%;
  } 
  
#legal-info-us .window .padding {
  padding: 40px 70px 55px 40px;
  }
  
#legal-info-us .window H2 {   
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
  color: #24195D !important;
  }
  
#legal-info-us .window .bottom {
  text-align: center;
  padding: 20px 0 0 0;
  } 
  
#legal-info-us .window .bottom .button {   
  min-width: 200px;
  cursor: pointer;
  text-align: center;
  }
  



@media screen and (max-width:1023px) {
	HEADER.simple-header .container #logo {
		background: url('img/logo-icon.svg') no-repeat left center;
		width:46px;
		height:42px;
		background-size:contain;
	}
	HEADER.simple-header {
		height:105px;
	}
	HEADER.simple-header + main {
		padding-top:105px;
	}
	.simple-header-claim {
		display:none;
	}
	HEADER .simple-header-actions {
		gap:15px;
	}
	HEADER .simple-header-actions-mobile {
		display:flex;
	}
	HEADER .simple-header-actions-desktop {
		display:none;
	}
	.cb-btn:hover {
		background-color:#24195D;
	}
	.cb-btn:active {
		background-color:#A81757;
	}
	.simple-header-actions .cb-btn__label{
		display:none;
	}
	.simple-header-actions .cb-btn {
		width:43px;
		height:43px;
		padding:5px;
		text-align:center;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.simple-header-actions .cb-btn__icon i {
		font-size:18px;
	}
	.is-langingpage MAIN P {
		font-size:17px;
	}
	.cb-btn {
		font-size:14px;
	}
	.wp-block-getwid-section.lp-icons .wp-block-getwid-image-box {
		margin-left:auto;
		margin-right:auto;
	}
	.is-langingpage .wp-block-video {
		margin-left:0;
		margin-right:0;
	}
	.lp-heading {
		font-size:30px;
	}
	p {
		margin-bottom:20px;
	}
	.is-langingpage .wp-block-getwid-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
		padding-left:20px;
		padding-right:20px;
	}
	.is-langingpage .wp-block-getwid-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper .wp-block-getwid-section__inner-wrapper {
		padding-left:0;
		padding-right:0;
	}
	.scrolling HEADER.simple-header {
		top:-105px;
	}
}


@media screen and (max-width:1023px) {
	.lp-icons .wp-block-columns{
		margin-top:50px !important;
	}
	
}


























  

