#page-202 .SeitenNavi {
    display: none;
}
.LUyellow .row .col {
    /*padding: 52px 30px;*/
    /*background-color: #fce200;*/
  padding-top: 52px;
    padding-left: 60px;
    padding-right: 15px;
}
.LUyellow {
    background-color: #ffde59;
    
}
.LUyellow figure.image {
    margin: 0!important;
}
.LUyellow .gallery .col-sm {
    padding-left: 0.8rem;
}

.LUblue .row .col {
    /*padding: 52px 30px;*/
    /*background-color: #003263;*/
    color: white;
    padding-top: 52px;
    padding-left: 30px;
    padding-right: 30px;
}
.LUblue .row .col a {
     color: white;
}
.LUblue .gallery .col-sm {
    padding-right: 0.8rem;
}
.LUyellow, .LUblue {
    margin-bottom: 30px;
}
.LUblue {
    background-color: #004aad;
}
.LUblue figure.image {
    margin: 0!important;
}
@media(max-width:1199px) and (min-width:992px){
    .LUblue .row .col {
        padding-top: 10px;
        padding-left: 0px;
    }
    .LUyellow .row .col {
        padding-top: 10px;
        padding-right: 0px;
    }
}
@media(max-width:991px) and (min-width:768px){
    .LUblue .row .col {
        padding-top: 0px;
        padding-left: 0px;
        font-size: 10px;
    }
    .LUyellow .row .col {
        padding-top: 0px;
        padding-right: 0px;
        font-size: 10px;
    }
}
@media(max-width:767px) and (min-width:300px){
    
    .LUyellow, .LUblue {
        background-color: #fff;
    }
    .LUblue .row .col, .LUblue.ohneBild  {
        color: #051c43!important;
    }
    .LUyellow figure.image {
    	/*position: relative;*/
    }
  	.LUblue .row .col a {
    	color: #051c43;
	}
	.LUblue.ohneBild, .LUyellow.ohneBild {
        padding: 0px 0px!important;
    }
    .LUblue .row .col, .LUyellow .row .col {
        padding-top: 0px!important;
        padding-left: 10px;
    }
}
.LUblue.ohneBild {
    color: #fff;
}
.LUblue.ohneBild, .LUyellow.ohneBild {
    padding: 45px 45px;
}
main.col-md-9.main-content.pt-5 {
    border-left: 0px solid #dae8f3;
}
a[onclick="deleteCookieAndReload()"] {
    cursor: pointer;
    color: #051c43!important;
}

/*cookie banner anpassungen 01.08.2023 ANFANG*/
/*smaller font size*/
.consent-modal .hint p {
    font-size: 14px!important;
}
/*Accept all black */
.cookie-consent-container .buttons .btn--primary {
    color: #000!important;
  	background: #fff!important;
    font-weight: 600!important;
    border: 2px solid #999!important;
}
/*clicking deny is not an option*/
.cookie-consent-container .buttons .btn--secondary.deny {
    /*pointer-events: none;*/
}
.cookie-consent-container .buttons {
    cursor: pointer;
}

/*cookie banner anpassungen 01.08.2023 ENDE*/