.menu--main__button {background: #005187;}

.scrolled .main-menu__content {
        margin-top: 2rem;
}  
  
@media screen and (min-width: 40em) {
    body.zoom-in-more .ce-hero {
        height: 100vh;
        padding-top: 8rem;
    }
    body.zoom-in-more .main-menu {
        top: 275px;
    }
    body.zoom-in-more .main-menu__content {
        height: 100%;
        min-height: 250px;
    }
    body.zoom-in-more .glide__slide a {
    	word-break: break-word;
    	padding: 1rem;
    	hyphens: auto;
	}
    body.zoom-in-more .grid-5__category {
        word-break: break-word;
    	hyphens: auto;
    }
    body.zoom-in-more .page-header + #main, .page-header + .multi_content {
        margin-top: 125px;
    }
	body.zoom-in-more #subnav-scroll {display: none;}
}

.parsley-errors-list li {font-weight: bold; color: red;}
  
.ce-news__box {
    padding: 5px 0 10px 0;
}
  
.subnav__item a.expanded:focus {
	border: none;
	outline-style: solid;
  	outline-width: 3px;
  	outline-color: #e6308a;
}
  
a:focus, button:focus, a.button.button--large:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: #e6308a;
}
  
.menu--lang a:focus {
	border: 3px solid #e6308a;
}
  
a.internal-link.button:focus, a.button.btn.btn-sml.btn-red:focus, a.button.button--large:focus {
  color: #fff;
}
  
input:focus-visible {
  outline: 3px solid #e6308a !important;
  outline-offset: 2px;
  border-radius: 4px;
}  
  
.ce-news__meta {display: block; margin-bottom: 0.5em;}
  
.button--newsletter span {color: #000 !important;}  
  
.page-footer .button {color: #005a96 !important;}
  
.add-bg-color.bg-color-yellow, .add-bg-color.bg-color-red, .add-bg-color.bg-color-blue, .add-bg-color.bg-color-sky {
    color: #000 !important;
}
  
.container.main-content .content-block .content.grid .rich-text {margin-right: 4rem;}
.container.main-content .content-block .content.grid .media {margin-top: 0rem;}
  
.container--koinno_examples .ce-news__title a {
    word-wrap: break-word;
    hyphens: auto;
}
  
.subnav .pid-70.subnav__item--hassub a:before {
    display: block;
    width: 10px;
    height: 10px;
    content: '+';
    float: left;
    margin-right: 10px;
}
  
.subnav .pid-70 .subnav--level2 a:before {
  display: none;
}
  
.subnav__item--active .subnav__item a.expanded {
  width: 100%
}
  
#subnav-scroll {
    max-width: 16em;
}
  
#subnav-scroll .subnav__item--active.pid-70 .subnav--level2 {
    display: inline-block;
    font-size: 85%;
    width: 65%;
    text-align: left;
}
  
.content.grid {
  display: grid; 
  grid-auto-columns: 1fr; 
  grid-template-columns: 70% 30%; 
  grid-template-rows: 1fr; 
  gap: 0px 0px; 
}   
  
body {
  font-family: "BundesSansWeb", sans-serif !important;
}
  
iframe,
fieldset.powermail_fieldset_41,
fieldset.powermail_fieldset_42, 
fieldset.powermail_fieldset_43 {
  border: none;
  }
  
.wrap.bg-white {
  border: none !important;
  }
  

.logo__claim:lang(en) {
background-image: url(/assets/images/bmwi-claim_en.svg);
}

.scrolled .logo__claim:lang(en) {
    background-image: url(/assets/images/bmwi-claim_small.svg);
}

.scrolled .logo--bmwi {
    width: 140px;
}

.scrolled .logo--bmwi a {
    padding: 1.25rem 0 1rem 0.625rem;
}

.powermail_create tr > td:first-of-type,
.powermail_confirmation tr > td:first-of-type {
    padding-right: 3rem;
}

.powermail_create table,
.powermail_confirmation table {
    margin-bottom: 2rem;
}

.powermail_create .btn-group > form,
.powermail_confirmation .btn-group > form {
    float: left;
    margin-right: 2rem;
}

.in_text_rechts {
    float: right;
    margin: 0 0 0 1rem;
}

.ce-center .ce-outer,
.ce-center .ce-inner {
   float: none !important;
   right: auto !important;
   left: auto !important;
  }

.ce-center .ce-inner .ce-column {
  float: none;
}

.ce-center .ce-inner .image {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.infobox {padding: 2rem;}
.infobox h2 {margin-top: 0;}
.infobox p {font-size: 1.25em;}
.bg_white {border: 5px solid #bec5c9; }
.bg_yellow {border: 5px solid #fae661;}
.bg_blue {border: 5px solid #80cdec;}
.bg_green {border: 5px solid #c1ca31;}

.accordion_tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: unset;
}

.accordion_row {
  display: flex;
}
.accordion_row .accordion_col {
  flex: 1;
}
.accordion_row .accordion_col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.accordion_tabs {
  overflow: hidden;
}

.accordion_tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 1rem;
}

.accordion_tab-label {
  display: flex;
  justify-content: left;
  padding: 1em !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  color: #005a96;
  outline: 0 !important;
  font-size: 1.25rem;
}

.accordion_tab-label:hover {
  background: #bec5c9;
}

.accordion_tab input[type='checkbox'] + label::before,
.accordion_tab-label::before {
  content: "+" !important;
  width: 2em;
  height: 2em;
  text-align: center;
  transition: all 0.35s;
  background: unset;
  border: unset;
  font-size: 24px;
  height: unset;
  left: unset;
  line-height: unset;
  position: unset;
  top: unset;
  width: unset;
  margin: -1px 1rem 0 0;
}

.accordion_tab-content {
  max-height: 0;
  padding: 0 1em;
  background: white;
  transition: all 0.35s;
  color: #000;
}

.accordion_tab-close {
  display: flex;
  justify-content: left;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.accordion_tab-close:hover {
  background: #bec5c9;
}

.accordion_tab input:checked + .accordion_tab-label {
  background: #bec5c9;
}

.accordion_tab input:checked + .accordion_tab-label::before {
  transform: rotate(45deg);
}

.accordion_tab input:checked ~ .accordion_tab-content {
  max-height: 100%;
  padding: 1em;
}

table.contenttable {
	border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 1rem;
}
          
table.contenttable thead {
  background: #dedede;
}
          
table.contenttable th, table.contenttable td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 1rem;
}
        
.ce-map__events p,
.ce-map__events .card-link-text {
    font-family: "Droid Sans", sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.5;
}
           
#ce-map__event-teaser {
    padding-right: 0.75rem;           
}
          
a.koinno-map_point[data-point-type="default"] .check-gray,
a.koinno-map_point[data-point-type="default"] .check-green {
	display: none !important;
}
          
.campaign-map {margin: 0 1rem 0 0 !important;}
          
.ce-map .date {color: #fff;}

.ce-map .card-block {margin-bottom: 1.25rem;}
               
.koinno-map_point .koinno-map_point__title {background: #9aa0a2; }

@media only screen and (max-width: 768px) {
.ce-flex {display: block !important;}  
.ce-map__content .campaign-map {display: none;}
.ce-map__content .campaign-events {width: 97%;}  
.ce-map__content .ce-map__event {
    display: block;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #fff;
}
.ce-map__content .ce-map__event:last-of-type {border-bottom: 0;}
.ce-map {margin-bottom: 2rem;}
}
                                            
#p242 .ce-teaser--center .add-overlay--blue {
    background-color: #00818b;
}
               
@media print, screen and (min-width: 64em) {
   .page-footer__content .large-4:last-child {
      margin-top: 0;
   }
}
          
.home-teaser-link:lang(en) {display: none;}
          
.logo__bottom:lang(en) {
    background-image: url(/assets/images/koinno_logo_lg_en.svg);
}
          
#p3 span.icon::before {color: #004b76;}
          
.ce-teaser__overlink {
    color: #004b76;
}
          
.squere_links > span.icon {
    margin-left: -1rem;
}
          
#p389 table.contenttable > tbody > tr:first-child,
#p389 table.contenttable > tbody > tr > td:first-child {
  background: #99d7f0;
}
            
#c1628 table.contenttable > tbody > tr > td:first-child,
#c1629 table.contenttable > tbody > tr > td:first-child,
#c1630 table.contenttable > tbody > tr > td:first-child,
#c1631 table.contenttable > tbody > tr > td:first-child,
#c1632 table.contenttable > tbody > tr > td:first-child {
   background: transparent;            
}
            
#p5 .sol-inner-container {
    width: 100%;
}
           
#p5 .card-list-media-space {
    clear: both;
}

#p5 .select-container {
	width: 265px;
    float: left;
    margin-right: 20px;
}

.ce-map__event .card-title-label {
  color: #fff;
}

#p5 input.filter_submit {
    margin-top: 24px;
    background: #005a96;
    color: #fff;
    border: 4px solid #005a96;
}

.medium-5.campaign-events {
  padding-top: 0.35rem;
}

.page-header.scrolled {
    height: 120px;
}

.scrolled .logo__claim {
    width: 91px;
    height: 41px;
    margin-top: 0;
    background-position: 50% 50%;
    background-size: 91px 41px;
    background-image: url(/assets/images/bmwi-claim.svg);
}

.scrolled .logo__adler {
    margin-top: 0px;
}

.scrolled .logo__claim:lang(en) {
    background-image: url(/assets/images/bmwi-claim_en.svg);
}

@media only screen and (max-width: 375px) {
  .logo--koinno {
    width: 110px;
  }
}

.main-menu__content {
    padding: 1rem 2rem 6rem;
}

.fa-twitter:before {
    content: unset;
}

.fab.fa-twitter {
    background-image: url(/fileadmin/user_upload/logos/twitter-x.svg);
    display: block;
    height: 40px;
    width: 50px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: -8px -4px;
}

@media print, screen and (min-width: 40em){
  .page-header+#main,.page-header+.multi_content{margin-top:200px;}
}
  
  .ce-teaser-leistungen {
  color: #000;
  min-height: 200px;
}
  
  .grid-5 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 2rem;
}
@media print, screen and (min-width: 40em) {
  .grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media print, screen and (min-width: 64em) {
  .grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.grid-5__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 240px;
  padding: 0;
  background-color: #ccc;
  isolation: isolate;
}

.grid-5__card h3 {
  font-weight: 900;
}

.grid-5__category,
.grid-5__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-5__category {
  height: 60px;
  background-color: #efecec;
  color: #000;
  z-index: 1;
}

.grid-5__category p {
  margin: 0;
  text-align: center;
  line-height: 1.1;
}

.grid-5__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #000;
  z-index: 1;
}

.grid-5__content * {
  margin: 0;
  padding: 0;
}

.grid-5__content .sml-margin {
  margin-bottom: -10px;
}

.btn-sml {
    padding: 10px;
    line-height: 1;
    height: fit-content;
    margin-bottom: 1.5rem
}

.ce-flex {
  align-items: self-end;
    justify-content: space-between;
  display: flex;
}

.add-overlay--grey {background-color:#b2c2c9;}
.add-overlay--turquoise {background-color:#83c8c9;}
.add-overlay--green {background-color:#8dcba6;}
.add-overlay--blue {background-color:#83c3d9;}
.add-overlay--purple {background-color:#a599be;}
.add-overlay--orange {background-color:#ffaf91;}
.add-overlay--yellow {background-color:#ffe1a8;}

.ce-cards__slider {padding-top: 1rem;}
                      
#p1 .ce-headline .ce-link {
  display: inline-block;
  margin: 0 0 1rem 0;
  color: #fefefe;
  background-color: #004b76;
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 2px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  line-height: 1;
  height: fit-content;
  margin-bottom: 0;
}
                      
#p1 .ce-headline .ce-link .icon {display: none;}
            
#p1 .ce-headline .ce-link,                      
.btn {text-transform: uppercase;}
                      
@media (min-width: 30em) {
    .container--koinno_newslatest {
        position: relative;
        top: unset; 
        left:auto;
        right:auto;
    }
}
                      
.container--koinno_newslatest {
    position: unset;
    height: unset;
    top: unset;
    left: unset;
    right: unset;
}
                     
.container .cell .ce-headline {padding-right: 0;}
                      
.ce-bodytext ul ul {
    font-size: 1.25rem !important;
}