/*
Stadler Spedition J6
creation Date: 2026-06-15
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'IstokWeb-Regular', sans-serif;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 15px;
	overflow-x: hidden;
	font-weight: normal;
}
textarea, input{
	font-family: 'IstokWeb-Regular', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong, .IstokWeb-Bold{
	font-family: 'IstokWeb-Bold', sans-serif;
}
h1, h2, h3, h4, h5{
	font-family: 'IstokWeb-Bold', sans-serif;
}
.light{
	font-weight: lighter;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
.contstyles a:hover{
	text-decoration: underline;
}
a.anchorlink{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1,
h2.title{
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 1px;
}
h2{
	font-size: 34px;
	line-height: 40px;
}
h2.marged_bot{
	margin-bottom: 30px;
}
h3{
	font-size: 32px;
	line-height: 40px;
}
h4{
	font-size: 30px;
	line-height: 34px;
}
.alt_headlines h4{
	text-transform: uppercase;
	font-weight: bold;
}
h5{
	font-size: 20px;
	line-height: 28px;
}
h6{
	font-size: 20px;
}
p,
.contstyles li{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 22px;
	position: relative;
}
.contstyles p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.contstyles ul,
.contstyles ol{
	margin-left: 25px;
}
p.nomarg_top{
	margin-top: 0px;
}
p.nomarg_bot{
	margin-bottom: 0px;
}
p.nomarg{
	margin-top: 0px;
	margin-bottom: 0px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.uppercase,
.uppercase_headlines h1,
.uppercase_headlines h2,
.uppercase_headlines h3,
.uppercase_headlines h4,
.uppercase_headlines h5,
.uppercase_headlines h6{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.nocase{
	text-transform: none;
}
.underline{
	text-decoration: underline;
}
.underline_links a,
.underline_onHover a:hover{
	text-decoration: underline;
}
.nounderline,
.nounderline *:hover{
	text-decoration: none !important;
}
.inline{
	display: inline;
}
.relative{
	position: relative;
}
.font_l,
.font_l p,
.font_l .contstyles li{
	font-size: 18px;
	line-height: 26px;
}
.fields-container{
	display: none;
}
span.font_s,
p.font_s,
.font_s li{
	font-size: 14px;
}
p.font_s,
.font_s li{
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nooverflow{
	overflow: hidden;
}
.overflow{
	overflow: visible;
}
.functionpad{
	padding-top: 1px;
	padding-bottom: 1px;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	width: 1340px;
	max-width: 95%;
	position: relative;
}
.main-container.wide{
	width: 1380px;
	max-width: 98%;
}
.main-container.narrow{
	width: 1000px;
	max-width: 93%;
}
.main-container.narrow2{
	width: 800px;
	max-width: 90%;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.extrawidepad,
.main-container.extrawidepad{
	padding-top: 180px;
	padding-bottom: 180px;
}
.extrawidepad_top,
.main-container.extrawidepad_top{
	padding-top: 180px;
}
.extrawidepad_bot,
.main-container.extrawidepad_bot{
	padding-bottom: 180px;
}
.widepad,
.cont-block .main-container.widepad{
	padding-top: 100px;
	padding-bottom: 100px;
}
.widepad_top,
.cont-block .main-container.widepad_top{
	padding-top: 100px;
}
.widepad_bot,
.cont-block .main-container.widepad_bot{
	padding-bottom: 100px;
}
.regpad,
.cont-block .main-container.regpad{
	padding-top: 70px;
	padding-bottom: 70px;
}
.regpad_top,
.cont-block .main-container.regpad_top{
	padding-top: 70px;
}
.regpad_bot,
.cont-block .main-container.regpad_bot{
	padding-bottom: 70px;
}
.lowpad{
	padding-top: 50px;
	padding-bottom: 50px;
}
.lowpad_bot{
	padding-bottom: 50px;
}
.lowpad_top{
	padding-top: 50px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}

.page-header{
	display: none;
}

img.cont_img{
	max-width: 100% !important;
	height: auto !important;
}
img.cont_img_limit{
	max-width: 100% !important;
	width: 870px !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.absimg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
img.fullsize{
	width: 100%;
	display: block;
}
img.maxSize{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img.sizeFittings{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* INDEXES */
.ddm_modal{
	z-index: 100;
}
#menu_activator{
	z-index: 13;
}
#header{
	z-index: 12;
}
#topmenu-wrapper{
	z-index: 11;
}
#logo_wrapper{
	z-index: 10;
}
.zindex6,
.cont-block.zindex6{
	z-index: 6;
}
.zindex5,
.cont-block.zindex5{
	z-index: 5;
}
.zindex4,
.cont-block.zindex4{
	z-index: 4;
}
.zindex3,
.cont-block.zindex3{
	z-index: 3;
}
#content-wrapper,
.zindex2,
.cont-block.zindex2{
	z-index: 2;
}
.cont-block,
.zindex1,
.cont-block.zindex1{
	z-index: 1;
}
.zeroindex{
	z-index: 0;
}



/* transitions */
img.fullsize{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
.animated_children, .animated_children *{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;	
}
.nonanimated_children, .nonanimated_children *{
	-webkit-transition: all 0ms linear;
	-moz-transition: all 0ms linear;
	-ms-transition: all 0ms linear;
	-o-transition: all 0ms linear;
	transition: all 0ms linear;	
}


/* CONTENT */
#content-wrapper{
	overflow: visible;
}


/* CONTENT SPECIFIC */
.block{
	display: block;
	position: relative;
}
.contentspacer{
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
}
.overlay_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.linespacer{
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.linespacer.nomarg{
	margin: 0px;
}
.linespacer.narrow{
	width: 700px;
	max-width: 100%;
}

.section_bg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: auto;
}

#top_spacer{
	display: block;
	position: relative;
	height: 30px;
}

.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.flexwrap.leftalign{
	justify-content: left;
	gap: 2%;
}

.flexbox{
	position: relative;
}
.flexbox._s10{
	width: 10%;
}
.flexbox._s15{
	width: 15%;
}
.flexbox._s20{
	width: 20%;
}
.flexbox._s25{
	width: 25%;
}
.flexbox._s30{
	width: 30%;
}
.flexbox._s35{
	width: 35%;
}
.flexbox._s40{
	width: 40%;
}
.flexbox._s45{
	width: 45%;
}
.flexbox._s47{
	width: 47%;
}
.flexbox._s49{
	width: 49%;
}
.flexbox._half{
	width: 48%;
}
.flexbox._s50{
	width: 50%;
}
.flexbox._s55{
	width: 55%;
}
.flexbox._s60{
	width: 60%;
}
.flexbox._s65{
	width: 65%;
}
.flexbox._s70{
	width: 70%;
}
.flexbox._s75{
	width: 70%;
}
.flexbox._s80{
	width: 80%;
}
.flexbox._s90{
	width: 90%;
}
.flexbox._full{
	width: 100%;
}
.flexbox_half{
	width: 48%;
}
.flexbox_third{
	width: 31%;
}


.contentbutton{
	position: relative;
	display: inline-block;
	margin-left: 0px;
	z-index: 1;
	border: none;
	border-radius: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	width: 100px;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.contentbutton.abs{
	position: absolute;
}
.contentbutton a{
	position: absolute !important;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	font-weight: bold;
}
.contentbutton a::after{
	display: none !important;
}
.contentbutton > a > span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.contentbutton:hover a{
	text-decoration: none;
}
.contentbutton:hover{
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.contentbutton.hoverblur::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.contentbutton.hoverblur:hover::before {
  opacity: 1;
}
.contentbutton.bordered{
	border: 1px solid;
}
.contentbutton span.contentbutton_arrow{
	display: inline-block;
	font-weight: bold;
	padding-left: 2px;
	font-family: 'Raleway-ExtraBold', sans-serif;
}
.contentbutton:hover span.contentbutton_arrow{
	padding-left: 6px;
}
.contentbutton .contentbutton_arrow_icon{
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	padding-left: 3px;
}
.contentbutton:hover .contentbutton_arrow_icon{
	padding-left: 6px;
}



/* SPECIFICS */
.linehover_links a,
.linehover_links a:hover{
    position: relative;
    text-decoration: none;
}
.linehover_links a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #1a1a1a;
    transition: width 300ms ease;
}
.linehover_links a:hover::after {
    width: 100%;
}
.white .linehover_links a::after,
.white.linehover_links a::after,
.footer_wrapper.linehover_links a::after{
	 background-color: white;
}
.g .linehover_links a::after,
.g.linehover_links a::after{
	 background-color: #C3C2C2;
}



.linkoverlay{
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}


/* claro accessibility overrides */
.cm-link.cn-learn-more{
	color: black !important;
}
.cm-btn.cm-btn-danger.cn-decline{
	background-color: #767676 !important;
}
.cm-btn.cm-btn-success{
	background-color: #0a835f !important;
}
.cm-btn.cm-btn-success-var{
	background-color: #00875f !important;
}




/* DDM MODAL */
.ddm_modal{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	backdrop-filter: blur(8px); 
	-webkit-backdrop-filter: blur(8px);
	background: rgba(0, 0, 0, 0.35);
}
.ddm_modal.active{
	height: 100%;
	opacity: 1;
}
.ddm_modal_contwrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	max-width: 95%;
	height: 800px;
	max-height: 90%;
	overflow: hidden;
}
.ddm_modal_close{
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 4;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	cursor: pointer;
}
.ddm_modal_close:hover{
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.45)) brightness(1.1);
}
.ddm_modal_close span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	pointer-events: none;
	font-weight: bold;
	margin-top: 1px;
}
.ddm_modal_cont{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	overflow-x: hidden;
	overflow-y: scroll;
}


/* PAGE TEMPLATE STYLES */
.certificate_link{
	text-transform: uppercase;
}
.certificate_link::before {
	content: "\003E\003E";
	padding-right: 10px;
	font-size: 8px;
	vertical-align: middle;
}


/* INTRO IMAGE BLOCK */
.intro_block{
	display: block;
	position: relative;
	height: 640px;
	z-index: 0;
	overflow: hidden;
}
.intro_block.high{
	height: 1000px;
}

/* INTRO TEXT BLOCK */
.intro_textblock_wrapper{
	padding-top: 1px;
	padding-bottom: 40px;
	z-index: 2;
	overflow: visible;
}
.intro_textblock{
	position: relative;
	width: 100%;
	margin-top: -250px;
	box-sizing: border-box;
	padding: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.intro_textblock_wrapper._v_slim .intro_textblock{
	margin-top: -150px;
}
.intro_textblock_txt,
.intro_textblock_line{
	margin-bottom: 20px;
}
.intro_textblock_txt,
.intro_textblock_img{
	width: 40%;
}
.intro_textblock_line{
	width: 1px;
}
.intro_textblock_img img{
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 405px;
}
.intro_textblock_slogan{
	position: absolute;
	right: 0px;
	top: -120px;
	line-height: 45px;
	font-size: 20px;
	padding-right: 40px;
	padding-left: 120px;
	 -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.intro_textblock_slogan._l{
	right: auto;
	left: 0px;
}

/* ============================================================
   HOME — WARUM STADLER SPEDITION (Reasons Slider)
   ============================================================ */
.reasons_slider_wrap{
	position: relative;
	margin-top: 40px;
}

/* pagination dots */
.reasons_pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 45px;
	min-height: 14px;
}
.reasons_dot{
	width: 14px;
	height: 14px;
	padding: 0;
	border: 2px solid #FDC300;
	border-radius: 50%;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
}
.reasons_dot._act{
	background-color: #FDC300;
}

/* viewport */
.reasons_slider{
	position: relative;
	display: block;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
}
.reasons_slider::-webkit-scrollbar{
	width: 0;
	height: 0;
	display: none;
}
.reasons_slider.dragging{
	cursor: grabbing;
	scroll-snap-type: none;
	scroll-behavior: auto;
}

/* track */
.reasons_track{
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}

/* item */
.reasons_item{
	flex: 0 0 25%;
	max-width: 25%;
	box-sizing: border-box;
	padding-left: 45px;
	padding-right: 25px;
	scroll-snap-align: start;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
}
.reasons_item_inner{
	position: relative;
	height: 100%;
}
.reasons_item::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 280px;
	background-color: #FDC300;
}
.reasons_icon{
	display: flex;
	align-items: flex-end;
	min-height: 40px;
	margin-bottom: 30px;
}
.reasons_icon img{
	width: auto;
	max-height: 15px;
	display: block;
	-webkit-user-drag: none;
	pointer-events: none;
}
.reasons_item h5{
	margin-bottom: 18px;
}
.reasons_item p{
	margin-top: 0;
}
.reasons_arrow{
	display: inline-block;
	margin-top: 18px;
	line-height: 0;
}
.reasons_arrow::after{
	display: none !important;
}
.reasons_arrow img{
	width: auto;
	height: 24px;
	display: block;
	-webkit-user-drag: none;
}
.reasons_arrow:hover img{
	filter: drop-shadow(0 0 6px rgba(253,195,0,0.6));
}


/* ============================================================
   HOME — IMAGE ROW (Stellenmarkt / Frachtführer / Gebrauchtfahrzeuge)
   ============================================================ */
.home_boxrow{
	display: flex;
	flex-flow: row wrap;
	gap: 14px;
}
.home_box{
	position: relative;
	display: block;
	width: calc((100% - 28px) / 3);
	overflow: hidden;
}
.home_box::after{
	display: none !important;
}
.home_box_img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-user-drag: none;
}
.home_box:hover .home_box_img{
	transform: scale(1.04);
}
.home_box_overlay{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(180deg, rgba(6,30,53,0) 0%, rgba(6,30,53,0.8) 88%);
	pointer-events: none;
}
.home_box_label{
	position: absolute;
	top: 22px;
	left: 22px;
	padding: 11px 50px 11px 28px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
	box-sizing: border-box;
	-webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
.home_box_text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px 28px 30px;
}
.home_box_line{
	width: 100%;
	height: 1px;
	margin-bottom: 18px;
}
.home_box_text p{
	margin: 0;
	line-height: 22px;
}


/* CUSTOM HOME BUTTONS */
.home_button_wrapper {
    position: relative;
    width: 300px;
    margin-top: 60px;
    box-sizing: border-box;
}
/* General button styling */
.home_button {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 65px;
    padding: 10px 26px 10px 21px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
}
.home_button.ddm_modal_activator:hover{
	cursor: pointer;
}
.home_button + .home_button {
    margin-top: 4px;
}
.home_button_icon {
    position: absolute;
    top: 50%;
    right: 62px;
    width: 18px;
    height: 24px;
    object-fit: contain;
    transform: translateY(-50%);
}
/* First and second buttons */
.home_button_large,
.home_button_larger {
    width: 280px;
    -webkit-clip-path: polygon(
        0 0,
        100% 0,
        calc(100% - 64px) 100%,
        0 100%
    );

    clip-path: polygon(
        0 0,
        100% 0,
        calc(100% - 64px) 100%,
        0 100%
    );
}
.home_button_larger{
	width: 320px;
}
/* Contact button */
.home_button_contact {
    width: 155px;
    -webkit-clip-path: polygon(
        0 0,
        100% 0,
        calc(100% - 66px) 100%,
        0 100%
    );
    clip-path: polygon(
        0 0,
        100% 0,
        calc(100% - 66px) 100%,
        0 100%
    );
}



/* ============================================================
   ÜBER UNS / ABOUT
   ============================================================ */

/* reusable yellow section tag (Ziele / Leistungen / Erfolgsgeschichte) */
.about_tag{
	display: inline-block;
	padding: 15px 46px 15px 26px;
	font-size: 15px;
	line-height: 1;
	box-sizing: border-box;
	-webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
.about_tag._onimg{
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 2;
}

/* --- SECTION A: ZIELE & LEISTUNGEN --- */
.about_intro_row{
	align-items: center;
}
.about_quote{
	font-family: 'IstokWeb-BoldItalic', sans-serif;
	font-style: italic;
	font-size: 40px;
	line-height: 58px;
	text-align: center;
}
.about_card_media{
	position: relative;
	display: block;
	overflow: hidden;
}
.about_card_media img{
	display: block;
	width: 100%;
	height: auto;
}
.about_card_media:hover img{
	transform: scale(1.04);
}
.about_divider{
	width: 85px;
	height: 1px;
	margin: 36px 20px 36px;
	background-color: rgba(255,255,255,0.45);
}
.about_list{
	list-style: none;
	margin-left: 20px;
}
.about_list li{
	position: relative;
	padding-left: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	line-height: 22px;
}
.about_list li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FDC300;
}

/* --- SECTION B: ERFOLGSGESCHICHTE --- */
.about_story_row{
	align-items: flex-start;
}
.about_story_img{
	display: block;
	width: 100%;
	height: auto;
}
.about_story_text .about_tag{
	margin-bottom: 20px;
}

/* --- SECTION C: UNSERE STÄRKEN --- */
.about_strengths_head{
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 0px;
}
.about_strengths_head h2{
	white-space: nowrap;
}
.about_head_line{
	display: block;
	height: 1px;
	background-color: #061E35;
	opacity: 0.5;
	margin-bottom: 60px;
}
.about_grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 55px;
	column-gap: 20px;
}
.about_strength{
	text-align: center;
}
.about_strength_icon{
	width: 150px;
	max-width: 80%;
	aspect-ratio: 1 / 1;
	margin: 0 auto 24px;
	border-radius: 50%;
	display: block;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.about_strength_icon img{
	width: 100%;
	height: auto;
}
.about_strength_label{
	font-family: 'IstokWeb-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.5px;
}

/* optional reveal (paired with the optional JS in section 4) */
.about_grid.about_reveal .about_strength{
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 500ms ease, transform 500ms ease;
}
.about_grid.about_reveal .about_strength._in{
	opacity: 1;
	transform: none;
}





/* ============================================================
   MODAL · EUROPA-ZIELE (destination list)
   ============================================================ */

/* close button glyph size (shared by all ddm modals) */
.ddm_modal_close span{
	font-size: 24px;
	line-height: 1;
}

.ddm_modal_cont > h3:first-child{
	margin-top: 6px;
}

/* alphabetical destination columns */
.dest_grid{
	column-count: 3;
	column-gap: 34px;
	text-align: left;
	margin-top: 34px;
}
.dest_group{
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	page-break-inside: avoid;
	margin-bottom: 24px;
}
.dest_letter{
	font-family: 'IstokWeb-Bold', sans-serif;
	color: #FDC300;
	font-size: 20px;
	line-height: 1;
	padding-bottom: 7px;
	margin-bottom: 9px;
	border-bottom: 1px solid rgba(6,30,53,0.15);
}
.dest_item{
	position: relative;
	padding-left: 22px;
	margin: 7px 0;
	font-size: 15px;
	line-height: 20px;
}
.dest_item::before{
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 13px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FDC300' d='M12 2C8.7 2 6 4.7 6 8c0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6zm0 8.5A2.5 2.5 0 1 1 12 5a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");
}
.dest_code{
	font-family: 'IstokWeb-Bold', sans-serif;
	margin-right: 4px;
}




/* ============================================================
   LEISTUNGEN (services grid)
   ============================================================ */

/* offset wrapper — pulls the grid up over the intro hero, carries the slogan */
.leist_wrap{
	position: relative;
	margin-top: -170px;   /* tune to your hero height */
	z-index: 3;
}

.leist_grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	align-items: start;   /* boxes keep their own height, top-aligned per row */
}
.leist_box{
	position: relative;
	box-sizing: border-box;
	padding: 42px 38px;
	min-height: 220px;
}
.leist_box_head{
	font-family: 'IstokWeb-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0.5px;
	min-height: 48px;     /* reserves 2 lines so bodies align across a row */
	margin-bottom: 18px;
}
.leist_box p{
	margin-top: 0;
	line-height: 22px;
}
.leist_box p:last-child{
	margin-bottom: 0;
}

/* in-box "mehr erfahren" trigger (icon + label) */
.leist_more{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 26px;
	font-family: 'IstokWeb-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1;
}
.leist_more.ddm_modal_activator{
	cursor: pointer;
}
.leist_more .leist_more_icon{
	flex: 0 0 auto;
	display: block;
	height: 34px;
	width: auto;
}
.leist_more span{
	white-space: nowrap;
}
.contstyles a.leist_more:hover{
	text-decoration: none;
}
.leist_more:hover .leist_more_icon{
	transform: translateX(4px);
}

/* modal subheadings (shared with the Leistungen modals) */
.ddm_modal_cont h5{
	margin-top: 26px;
	margin-bottom: 6px;
}

/* closing text */
.leist_outro_txt{
	font-size: 20px;
	line-height: 32px;
}





/* ============================================================
   FUHRPARK (fleet grid + modals)
   ============================================================ */

/* --- grid + boxes --- */
.fp_grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.fp_box{
	position: relative;
	display: block;
	aspect-ratio: 1 / 1.12;   /* tune to taste */
	overflow: hidden;
}
.fp_box.ddm_modal_activator{
	cursor: pointer;
}
a.fp_box{
	text-decoration: none;
	color: inherit;
}
.fp_box_img{
	background-size: cover;
	background-position: center;
}
/* readability gradient over photo backgrounds */
.fp_box_img::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 34%, rgba(0,0,0,0) 58%);
}

/* label tag */
.fp_box_label{
	position: absolute;
	top: 20px;
	left: 26px;
	z-index: 2;
	padding: 13px 42px 13px 24px;
	font-family: 'IstokWeb-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.2;
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 26px) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 26px) 100%, 0 100%);
}

/* footer: line + infos */
.fp_box_foot{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 0 26px 24px;
}
.fp_box_line{
	display: block;
	height: 1px;
	margin-bottom: 16px;
	background: rgba(253,195,0,0.55);
	width: 76%;
}
.fp_box_line._dark{
	background: rgba(6,30,53,0.28);
}
.fp_infos{
	display: inline-flex;
	align-items: center;
	gap: 11px;
	font-family: 'IstokWeb-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #FDC300;
}
.fp_infos._dark{
	color: #061E35;
}
.fp_infos_icon{
	display: block;
	flex: 0 0 auto;
	height: 30px;
	width: auto;
}
.fp_infos._dark .fp_infos_icon{
	filter: brightness(0);   /* dark arrow on yellow — swap for a navy asset if preferred */
}
.fp_box:hover .fp_infos_icon{
	transform: translateX(4px);
}

/* market (used-vehicle) box */
.fp_box_market::before{
	display: none;
}
.fp_market_text{
	position: absolute;
	left: 0;
	right: 0;
	top: 44%;
	z-index: 2;
	padding: 0 30px;
	font-family: 'IstokWeb-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
}

/* --- modal detail styling --- */
.fp_modal_subhead{
	font-family: 'IstokWeb-Bold', sans-serif;
	font-size: 16px;
	margin: 34px 0 0;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(6,30,53,0.15);
}
.fp_spec_table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.fp_spec_table td{
	padding: 14px 24px;
	font-size: 15px;
	line-height: 20px;
	vertical-align: top;
}
.fp_spec_table td:first-child{
	width: 30%;
}
.fp_spec_table tr:nth-child(odd){
	background: #EFF2F5;
}
.fp_features{
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}
.fp_features > li{
	position: relative;
	padding-left: 22px;
	margin-bottom: 18px;
}
.fp_features > li:last-child{
	margin-bottom: 0;
}
.fp_features > li::before{
	content: "\2022";
	position: absolute;
	left: 2px;
	top: -1px;
	font-size: 16px;
}
.fp_feature_head{
	display: block;
	font-family: 'IstokWeb-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.3px;
}
.fp_features p{
	margin: 9px 0 0;
	font-size: 14px;
	line-height: 21px;
	color: #40566b;
}
.fp_modal_btn{
	display: inline-flex;
	align-items: center;
	margin-top: 36px;
	min-height: 56px;
	box-sizing: border-box;
	padding: 10px 66px 10px 30px;
	font-family: 'IstokWeb-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1.1;
	background: #061E35;
	color: #FDC300;
	text-decoration: none;
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
}
.contstyles a.fp_modal_btn:hover{
	text-decoration: none;
}
/* fp_box background zoom on hover */
.fp_box_img{
	background-size: cover;           /* keep true cover */
}
.fp_box_img::after{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;                       /* below the gradient ::before (z-index:1) */
	background-image: inherit;        /* reuses the box's background-image */
	background-size: cover;
	background-position: center;
	transition: transform 500ms ease;
}
.fp_box_img:hover::after{
	transform: scale(1.08);
}






.klaro.cm-as-context-notice {
    min-height: 200px;
    display: flex;
    align-items: center;
}

.auflieger_flexbox{
	width: 48%;
}
.auflieger_img{
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}