@font-face {
font-family: 'Kanit Light';
src: url('../fonts/Kanit-Light.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Kanit Regular';
src: url('../fonts/Kanit-Regular.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Kanit SemiBold';
src: url('../fonts/Kanit-Medium.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Kanit ExtraBold';
src: url('../fonts/Kanit-ExtraBold.ttf')  format('truetype') ;
}


.form-control  { border: 1px solid rgba(0, 0, 0, .2); }

.footerIcons a,
.sidenavi ul li a:before , .scrolltop a:after,
.mainnavi ul.level_1 > li.submenu a:after,
footer#footer  ul li a:before,
p.footerIcons a:after,
header#header .socials-top a,
.mod_calendar table.calendar td.days .event:before ,
.ui-accordion-icons:after ,
p.recurring:before,
p.location:before,
.slider-control a.slider-prev:before,
.slider-control a.slider-next:after,
.btn:after, .submit:after
{font-family: Bootstrap-Icons; }

p.footerIcons a:after, p.socialIcons a:after {
        display: inline-block;
        color: #fff;
        margin: 0 10px;
        font-size: 18px;
        transition: all 0.5s ease 0s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

a.footer-yt:before {content:"\F62B";}
a.footer-inst:before {content:"\F437 ";}
a.footer-tw:before {content:"\F5EF";}
a.footer-fb:before {content:"\F344 ";}
.footerIcons a {
    margin: 0 .5rem;
    display: inline-block;
} 


p.footerIcons em, p.socialIcons em, p.teamIcons em {
        display: none;
}

a.btn,
button.btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

body, .mobilenavi { font-family: 'Kanit Light', serif; color: #000; }
#main .ce_text p  { line-height: 1.5; }

p { 
    font-size: 16px; 
    color: #000;
    
}

/* font-styles */
.bgStyle h1 { font-size: 75px; font-family: 'Kanit Regular'; }

.content-slider h1, .banner h1 { font-family: 'Kanit ExtraBold'; color: #222!important; font-size: 60px; }


ol.big-bullets li:before,
h1 {
        font-size: 40px;
        margin-bottom: 10px;
        font-family: 'Kanit ExtraBold';
        text-transform: uppercase;
        line-height: 1.3;
}

h2 {
        font-size: 36px;
        margin-bottom: 8px;
        font-family: 'Kanit ExtraBold';
        text-transform: uppercase;
        line-height: 1.1;
}

h3 {
        font-size: 24px;
        margin-bottom: 5px;
        margin-top: 25px;
        font-family: 'Kanit SemiBold';
        text-transform: uppercase;
        line-height: 1.1;
}

h4 {
        font-size: 18px;
        margin-bottom: 8px;
        font-family: 'Kanit Regular';
}

h5 {
        font-size: 1.5rem;
        font-family: 'Kanit Regular';
        margin-bottom: 8px;
}


.mod_newslist .newstxt h2 {
    margin-top: -15px; /* Abstand nach oben, BIld und Text auf einer Höhe */
}


.bg-gelb {
    background-color: #fdbb03; /* Goldgelb */
    padding-left: 20px;
    padding-bottom: 5px;
}
.bg-gelb h3 {
    padding-top: 10px;
}

.bg-gelb a:hover {
    color: #ffffff; /* Farbe für den Mouse-over-Zustand */
    text-decoration: none; /* Unterstreicht den Link bei Mouse-over */
}


/* button */
.btn, .btn1, p.more a, p.back a, .submit {
	border-radius: 0;
	color: #222;
	margin-top: 27px;
	font-family: 'Kanit SemiBold';
	text-transform: uppercase;
	background: none;
}

.btn, .submit, p.more a, p.back a, .newsletter .submit {
	padding: .5rem 1rem;
}

.InsideOut-dark .btn, .InsideOut-dark .btn1, .InsideOut-dark .submit,
.InsideOut-nobg .btn, .InsideOut-nobg .btn1, .InsideOut-nobg .submit {
        color: #fff;}
        

.recurring, .location {
        font-size: 15px !important;
}

.submit {
        border: none;
        cursor: pointer;
}

.block {
    position: relative;
}

/* topbar */
.topbar p, .topbar a, .topbar .fa { color: rgba(255,255,255,0.8); }

.topbar .first  .fa-padding {   padding-left: 40px; }
.topbar .last .fa-padding {   padding-right: 15px; }

.bangb1 .topbar .container {
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 15px 15px;
}
.fixedTop {    width: 100%; }

.topbar {
    width: 100%;
    height: 100%; /* Passe dies an die tatsächliche Höhe Deiner Navigation an */
    z-index: 1000;
}

[id] {
    scroll-margin-top: 180px; /* Passe die 80px an die Höhe Deiner Navigation an */
}

/* slider */
.slider-control .slider-menu b {
        color: #fff;
}

.bgStyle h1 {
        font-size: 60px;
}

.bgStyle h1,
.bgStyle h2,
.bgStyle h3,
.bgStyle h4,
.bgStyle p {
         color: #fff;
}

.slider-control {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.slider-prev, .slider-next {
        background: rgba(255,255,255,0.3);
        padding: 1rem;
}

.slider-control a, .slider-control .slider-menu {
    top: auto;
    position: unset;
    pointer-events: auto;
    line-height: 1;
}
.slider-control .slider-menu { display:none; }

.slider-control a.slider-prev:before {
    content: "\f27A";
}

.slider-control a.slider-next:after {
    content: "\f27B";
}

.slider-control a.slider-prev:before, .slider-control a.slider-next:after {
    font-size: 3rem;
}

/* footer */
footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4 { color: #fff; }
footer#footer  ul { margin: 10px 0 0 ; padding:0; list-style-type: none;}
footer#footer  ul li a { display: block; }
#footer .submit:hover { background: #fff; }

/* copyright */

.top-links ul { margin:0; padding:0; list-style:none; text-align:right; }
.top-links ul li { display: inline-block; }
.top-links ul li a { display: block; padding: 0 2px; }



/* MAINNAVI */
.mainnavi ul.level_2, .mainnavi ul.level_3 {
	width: 207px;
}

.mainnavi strong,
.mainnavi ul.level_1 li a, .mainnavi ul.level_1 > li > a, .mainnavi ul.level_1 > li > strong {
    font-weight: normal;
    text-transform: uppercase;
}

.mainnavi ul.level_1 li a:not(.trail),
.mainnavi ul.level_1 li a:not(.trail) span
 {
        color: rgba(255,255,255,0.6); 
}

.mainnavi ul.level_2 li > span,
.mainnavi ul.level_2 li strong,
.mainnavi ul.level_1 li a { 
        padding: .5rem; 
}
.mainnavi strong { display:block; }



/*--- events  --*/

.mod_eventlist .teaser {
	max-height: 71px;
	overflow: hidden;
}

/*---- news  ----*/
.mod_newslist figure.image_container {    margin-right: 15px; }




/*--- accordeon ---*/
.ui-accordion-content {
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
}

/*--- contact -----*/
.contact-icons em {
    display: block;
    margin-bottom: 1rem;
    font-size: 2rem;
}

/*---- downloads ---*/
.download-element {    /* padding: 3px 6px 3px 22px; */
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.sidenavi  ul{ padding: 0; }
.sidenavi ul li { }
.sidenavi ul li a, .sidenavi ul li strong { display: block; border-bottom: 1px solid rgba(0, 0, 0, .125); padding: .25rem}
.sidenavi ul li:last-child a, .sidenavi ul li:last-child strong { border-bottom:none; }
.sidenavi ul li a:before  {
    content: "\F133";
    padding-right: 10px;
    font-size: 10px;

}


.absolute-pic {
        position: absolute;
        top: -19%;
        right: 45%;
}

.absolute-pic img {
        -webkit-filter: drop-shadow(-1px 6px 17px #606060);
        filter: drop-shadow(-1px 6px 17px #606060);
}

.small-text {
        padding: 0 185px;
        margin: 0 auto;
}


/*---- insideout ---*/
.InsideOut-dark .full-bg {
        padding: 90px 0;
}

.InsideOut-dark, .InsideOut, .InsideOut-nobg { position: relative; }

.InsideOut-dark h1, .InsideOut-nobg h1,
.InsideOut-dark h4, .InsideOut-nobg h4,
.InsideOut-dark h5, .InsideOut-nobg h5 {
         color: #000;
}

.InsideOut-dark h2, .InsideOut-nobg h2,
.InsideOut-dark h3, .InsideOut-nobg h3 {
         color: #fff;
}

.InsideOut-dark p, .InsideOut-dark td, .InsideOut-nobg p  {
         color: rgba(255,255,255,0.8);
}


.InsideOut-dark td {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 8px 0;
}




/*---- news ---*/
.form-control, .layout_latest p.info, .news .info { border-radius: 0; }

.formbody > .form-group > label {
    display: inline-block;
    margin-bottom: .5rem;
    position: absolute;
    color: rgba(0,0,0,0.6);
    padding: 9px 14px;
    left: 0;
}

#lbl_notify_0 { padding: 0 9px; }

p.info { padding: 0; }

.newstxt a {
        font-size: 18px;
}


.layout_latest p.info, .news .info,
.event p.info,
.mod_eventlist div.header,
.mod_eventlist .header,
.mod_newsreader .info,
.mod_eventreader .info {
         color: #545352;
         padding: 0;
         font-size: 14px;
         background: rgba(0,0,0,0.1);
         padding: 8px 18px;
         margin: 30px 0;
}

.layout_latest p.info { margin-top: 0; }

.startnews .teaser {
        height: 64px;
        overflow: hidden;
}

.newstxt h3 {
        line-height: 0.9;
        padding: 10px;
}
.newstxt h2 {
        line-height: 0.8;
        padding: 0px;
}



.search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.search .widget-submit .btn {
        margin: 0;
        padding: 6px 16px;
}

.mod_login .widget-submit {
        margin-top: 14px;
}


/*---- search ---*/
.mod_search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.mod_search .fa {
        font-size: 23px;
}


/*---- newsletter ---*/
.newsletter input {
        padding: 10px;
        width: 100%;
        border: 0 none;
}

.newsletter .submit {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 10px;
}

.mod_subscribe {
        margin-top: 12px;
}

/*---- main ---*/
.vp-center { display: block!important; }

.divider {
        margin-bottom: 20px;
        margin-top: 20px;
        z-index: 99;
}

#footer .divider {        background: rgba(255, 255, 255, .2);}
 .dark-bg {
        padding: 46px;
        position: absolute;
        top: 27%;
        left: 7%;
}

.ce_sliderStart {        position: relative;}
.pull-right {        float: right;}

.clients .fa {        color: #fff;}
.pricing-box h1 {         color: #fff;}
#main ul {        padding: 0;}

.no-gutters .overlayContent {
        position: relative;
        z-index: 4;
        padding: 5% 15%;
}

.submit .fa {        color: #fff;}
#footer .form-control, #footer .form-control:focus {        background: rgba(0,0,0,0.2);}
#footer label, #footer .form-control {        color: rgba(255,255,255,0.8);}
label:focus, .formbody label:focus { display: none!important;}
.newsitem img {        padding-bottom: 12px;}
.ce_comments {        margin-top: 40px;}
.form-group {        margin-bottom: 25px;}

label.is_focused { font-size: 10px; right: -5px; top:-5px; opacity: 1; }

.home .topbar {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 99;
        background: none;
}

.pic-headline h2 {
        position: absolute;
        color: #fff;
        bottom: 6%;
        left: 13%;
        width: 60%;
}

.light-bg .blockInner {
        padding: 10%;
}

.newsletter-padding {
        padding: 3%;
}


@media (max-width: 764px) {
.bgStyle h1 {
        font-size: 30px;
}
.pic-headline h2 {

        font-size: 2em;
}

.slider-bg {
        margin: 11% 0;
}
}

.mod_calendar .event a,
.mod_calendar .head a {
        color: rgba(0,0,0,0.6);
}


.team h4 {        margin: 0;}
.team .textInner {
        background: rgba(0,0,0,0.1);
        padding: 6px 17px;
        margin-top: 10px;
}

.darkbg .banner-bg {
        border: none;
        background: #000;
        color: #f2f2f2;
        padding: 10px;
        font-size: 18px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        transition: all 300ms ease;
}

.darkbg .banner-bg:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -120px;
    width: 0px;
    height: 150%;
    background: rgba(0,0,0,0.8);
    border-radius: 5px;
    transition: all 1s ease;
    transform: skew(10deg, 0);
}

.darkbg .banner-bg:hover:before {
        width: 100%;
}
.bg-2 { padding:6rem 0; }

.darkbg .banner-bg { background-size: cover; }

.mod_article { overflow: hidden; }

.mod_login .widget {
        position: relative;
}

.ce_sliderStart .divider {
    height: 1px;
    background: rgba(255, 255, 255, .9);
}

.content-slider .divider {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}
.content-slider .blockInner {
    display: flex;
    align-content: center;
    align-items: center;
}
.event-slider .textInner {
        padding: 10px 0 20px;
        border: 0!important; 
        background: rgba(0, 0, 0, .7);
        margin: 5px;
 }


.event-slider img {
	border-radius: 50%;
	margin-bottom: 18px;
	width: 100px;
	height: 100px;
}

a.btn:hover { color: #fff;  }

.btn-primary {
	border: none!important;
	color: #fff;
}

p.more a, p.back a,
p.more a:hover, p.back a:hover { color: #fff; font-size: 13px; }
.btn:hover { color: #fff; }

.no-row .row { margin: 0; }

.event { position:relative; }
.layout_latest p.info, .image_container .news .info, .mod_eventlist div.header, .mod_eventlist .header {
	top: 0;
	color: #fff;
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 225px;
        left: 10px;
	font-size: .7em;
}

.mod_eventlist a { font-size: 18px; }

#main .pagination p, .pagination ul li strong, .pagination ul li a {
	font-size: .8em;
}

.mod_eventlist h3 {
	margin-top: 13px;
}

ol.big-bullets {
	list-style: none;
    counter-reset: my-awesome-counter;
    padding: 0;
    margin: 0;	
}
ol.big-bullets li {
    counter-increment: my-awesome-counter;
    font-size: .8em;
    margin-bottom: .8em;
}
ol.big-bullets li:before {
    content: "0" counter(my-awesome-counter);
    font-weight: bold;
    font-size: 1.5em;
    padding-right: 8px;
}

#main .pagination ul  { padding-right:  15px; }

.bg-h1 {
	padding: 2px 30px;
}

.pic-diagonal-first { position: relative; }

.pic_diagonal:before {
        content: "";
        width: 102%;
        height: 50px;
        background: #121212;
        left: 0;
        top: 0;
	position: absolute;
	z-index: 1;
	transform: skewY(-4deg);
        transform-origin: 0 0;
}

.pic_diagonal-bottom:after {
        content: "";
        width: 102%;
        height: 180px;
        background: #121212;
        left: 0;
        bottom: -146px;
        position: absolute;
        z-index: 1;
        transform: skewY(-2deg);
}
.pic_diagonal-bottom.pdb-white:after {
        background: #fff;
}

.pic-dia-white:before,
.pic-dia-white:after
 { background:white; }

.btn:after, .submit:after {
	content: "\F135";
	padding: 0 5px 0;
	font-size: 25px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.bg-h1 { display: inline-block; }

.customer .textInner {
	padding: 49px;
}

.customer .fa, .service .fa {
	padding: 6px;
	font-size: 28px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.othericons .customer .fa, .service .fa {
	padding: 6px 1px;
	font-size: 28px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	text-indent: 11px;
}

.customer .fa { position: absolute; top: -23px; }

.InsideOut-dark p { color: rgba(255,255,255)!important; }

.second-slider .textInner {
    top: 0;
    flex: 1 1 73%;
    margin: 0 3rem;
}

.second-slider .slider-control .slider-prev:before,
.second-slider .slider-control .slider-next:after { font-size: 1.2rem;}


.classes .textInner { padding: 20px 25px; }
.classes .textInner:hover { background: #222 }
.classes .textInner:hover p, .customer .textInner:hover p { color: rgba(255,255,255,0.5); }
.classes .textInner:hover h1, .classes .textInner:hover h2,
.classes .textInner:hover h3, .classes .textInner:hover h4,
.customer .textInner:hover h1, .customer .textInner:hover h2,
.customer .textInner:hover h3, .customer .textInner:hover h4 { color: #fff!important }

.classes .textInner a.btn { color: #fff }

.submit.btn.btn-primary:hover {
	color: #fff;
}

.mod_subscribe .submit:after { font-size: 16px!important; }
.mod_subscribe .submit:hover:after, .mod_subscribe .submit:hover { color: #fff!important; }

ol.big-bullets li:before {
    padding: .25rem;
    width: 42px;
    display: inline-block;
    margin: 0 .25rem 0 0;
    padding: 0.25rem 0.6rem;
    text-align: center;
}

/*** improvements contao 5 */
a:hover { text-decoration:none; }
.img-responsive { 
  width:100%;
  max-width:100% ;
  height: auto;
}

.media.content-text img {
    max-width: 100%;
    height: auto;
    /* width: 100%; */
}

/** bootstrap icon indent because of nbsp **/
em.bi:before { text-indent: 13%; }

.flex-row {flex-direction: column!important; }

.bgStyle,
.banner-bg  { 
    width: 100%; 
}

.no-gutters .col, .no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/*---- downloads ---*/
.content-downloads ul { padding:0; list-style-type:none; }
.content-downloads li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-downloads  li a:before {
    content: "\F295 ";
    font-family: 'bootstrap-icons';
    font-size: 2rem;
    line-height: normal;
    display: block;
}
.content-downloads  li a:hover:before {
    content: "\F294 ";
}

.media.right-socials { flex-direction: column; }


table.calendar tbody tr > td {
    background: #e7e7e7;
    position: relative;
    height: 150px;
    width: 15%;
    vertical-align: top;
}
table.calendar tbody tr > td.today .header {
    font-weight: bold;
}
table.calendar .empty { background:white }
table.calendar .weekend { background:#efefef }

.events {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mod_calendar .event a {
    text-align: left;
    padding: 5px;
    background: white;
    margin: 0.1rem 0;
    display: inline-block;
    font-size: .75rem;
}

.bgStyle { background-position: center ; }
.slider-wrapper, .content-slider .content-text { display: flex; align-items: stretch; }

.mod_newslist figure {
        padding-bottom: 1rem;
}

.content-gallery ul.customgal1 { list-style: none; padding:0;margin:0 }

.media--above figure { padding-bottom: 1rem ; }

.footercontainer .mod_eventlist {
        position: relative;
}

.gallery .gallery-item:hover figure {
    opacity: 0.4;
}
.gallery .gallery-item:hover:after {
    opacity: 1;
    pointer-events: none;
    font-family: Bootstrap-Icons;
    content: "\F62C";
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-indent: 5px;
    padding: 5px;
    cursor: pointer;
}/*** improvements contao 5 */
a:hover { text-decoration:none; }
.img-responsive { 
  width:100%;
  max-width:100% ;
  height: auto;
}

.media.content-text img {
    max-width: 100%;
    height: auto;
    /* width: 100%; */
}

/** bootstrap icon indent because of nbsp **/
em.bi:before { text-indent: 13%; }

.flex-row {flex-direction: column!important; }

.bgStyle,
.banner-bg  { 
    width: 100%; 
}

.no-gutters .col, .no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/*---- downloads ---*/
.content-downloads ul { padding:0; list-style-type:none; }
.content-downloads li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-downloads  li a:before {
    content: "\F295 ";
    font-family: 'bootstrap-icons';
    font-size: 2rem;
    line-height: normal;
    display: block;
}
.content-downloads  li a:hover:before {
    content: "\F294 ";
}

.media.right-socials { flex-direction: column; }
.blockInner, .media {
    position: relative;
}

table.calendar tbody tr > td {
    background: #e7e7e7;
    position: relative;
    height: 150px;
    width: 15%;
    vertical-align: top;
}
table.calendar tbody tr > td.today .header {
    font-weight: bold;
}
table.calendar .empty { background:white }
table.calendar .weekend { background:#efefef }

.events {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mod_calendar .event a {
    text-align: left;
    padding: 5px;
    background: white;
    margin: 0.1rem 0;
    display: inline-block;
    font-size: .75rem;
}

.bgStyle { background-position: center ; }
.slider-wrapper, .content-slider .content-text { display: flex; align-items: stretch; }

.mod_newslist figure {
        padding-bottom: 1rem;
}

.content-gallery ul.customgal1 { list-style: none; padding:0;margin:0 }

.media--above figure { padding-bottom: 1rem ; }

.footercontainer .mod_eventlist {
        position: relative;
}

.gallery .gallery-item:hover figure {
    opacity: 0.4;
}
.gallery .gallery-item:hover:after {
    opacity: 1;
    pointer-events: none;
    font-family: Bootstrap-Icons;
    content: "\F62C";
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-indent: 5px;
    padding: 5px;
    cursor: pointer;
}

.content-image {
    position: relative;
}
.slider-wrapper figure { margin-right:1rem }

.banner-bg.p4 { background-attachment:fixed; }

.media--right figure {
    float:right; 
    padding-left: 15px !important;
}
.media--left figure { 
    float:left;
    padding-right: 15px !important;
}






/* neu 23.03.2023 | nab */
/* Grundlayout */
.mod_article.halb-links,
.mod_article.halb-rechts {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

/* Die beiden äußeren Container, die standardmäßig nebeneinander sollen */
.mod_article.halb-links {
  padding-right: 20px;
}

.mod_article.halb-rechts {
  padding-left: 20px;
}

/* Umgebende Container dürfen kein margin-bottom haben */
.InsideOut-dark.full-bg {
  margin-bottom: 0;
}

/* Footer reparieren */
#footer {
  clear: both;
}

/* Mobil: alles untereinander */
@media (max-width: 767px) {
  .mod_article.halb-links,
  .mod_article.halb-rechts {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.breit-normal {
  width: 100%;
  margin-left: auto;
  margin-right: auto;

  box-sizing: border-box;
}

/* Optional: auf mobilen Geräten wieder normal */
@media (max-width: 767px) {
  .fullwidth-block {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.bg-grau {
  background-color: #f5f5f5; /* Helles Grau */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  padding: 10px 10px; /* Abstand oben/unten und an den Seiten */
}

/* Text-Inhalt wieder begrenzen */
.bg-grau > * {
  max-width: 1320px; /* oder Deine Content-Breite */
  margin-left: auto;
  margin-right: auto;
}
/* Optional: auf mobilen Geräten wieder normal */
@media (max-width: 767px) {
  .fullwidth-block {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.bg-gelb-breit {
  background-color: #fdbb03; /* Goldgelb */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  padding: 10px 10px; /* Abstand oben/unten und an den Seiten */
}

/* Text-Inhalt wieder begrenzen */
.bg-gelb-breit > * {
  max-width: 1320px; /* oder Deine Content-Breite */
  margin-left: auto;
  margin-right: auto;
}
/* Optional: auf mobilen Geräten wieder normal */
@media (max-width: 767px) {
  .fullwidth-block {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}



/*Button omit Outline*/
.btn-outline-shadow {
  display: inline-block;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: bold;
  color: #FDC201;
  background-color: #000;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

/* Kein text-shadow mehr */

/* Hover: heller Hintergrund */
.btn-outline-shadow:hover {
  background-color: #a5a4b3;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

/* Für ungeordnete Listen mit klassischen Punkten, neu 15.06.2025, nab */
/* Entferne alle Einrückungen von der Liste selbst */
.content-text ul {
  list-style: none;  /* deaktiviert disc/square */
  margin: 0;         /* kein Außenabstand links */
  padding: 0;        /* kein Innenabstand links */
}

/*Definiere Marker per Pseudo-Element an Position 0 */
.content-text ul li {
  list-style: none;          /* Standard-Marker aus */
  padding-left: 1.2em;       /* Platz für Marker */
}

.content-text ul li::before {
  content: "\25A0";          /* Quadrat */
  display: inline-block;     /* damit vertical-align wirkt */
  width: 1em;                /* gleiche Breite wie padding */
  margin-left: -1.2em;       /* rückt das Quadrat in den Padding-Bereich */
  vertical-align: middle;    /* zentriert in Zeilenhöhe */
  font-size: 0.8em;
}

.content-text ul li:last-child {
  margin-bottom: 1.75em; /* hier den gewünschten Abstand */
}


/* Wenn Du eine nummerierte Liste willst: */
.content-text ol {
  list-style-type: decimal;    /* 1., 2., 3., … */
  margin-left: 1.5em;
}



/* Nur auf mobilen Geräten anzeigen | neu 05.05.2025 */
@media only screen and (max-width: 767px) {
  .mobile-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000; /* Schwarzer Balken für Kontrast */
    text-align: center;
    padding: 16px 0;
    z-index: 9999;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.4);
  }

  .mobile-sticky-cta a {
    color: #fff;
    background-color: #ff6f00; /* BÄM-Orange */
    padding: 14px 28px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border-radius: 999px;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(255, 111, 0, 0.7);
    animation: pulse-glow 1.5s infinite;
    transition: transform 0.2s ease, background-color 0.2s ease;
  }

  .mobile-sticky-cta a:hover {
    transform: scale(1.05);
    background-color: #e65c00; /* dunkler beim Hover */
  }

  @keyframes pulse-glow {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 111, 0, 0.7);
    }
    70% {
      box-shadow: 0 0 0 12px rgba(255, 111, 0, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 111, 0, 0);
    }
  }
}