body {
	--steyr-blue: #20a5b5;
	--steyr-lightgrey: #f0f0f0;
	--steyr-darkgrey1: #414140;
	--steyr-darkgrey2: #2c2c2b;
}

/* var(--dark-grey) */

/* im CSS - Überschreiben der Typo3 Listen aus root.t3s */

.no-liststyle {
	list-style-type: none;
	margin-left: -20px;
}

.no-liststyle i {
	margin-right: 1em;
}
/* ENDE Überschreiben der Typo3 Listen aus root.t3s */

.ce-gallery figure {
	--display: block;
}

/* Style for Imagerow right*/ 
div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-imagerow {
   float: right;
}

img, div.csc-textpic .csc-textpic-imagewrap img {
  height: auto;
  display: block;
  max-width: 100% !important;
  vertical-align: inherit;
}

/* #################### END IMAGES RESPONSIVE ############ */

/* ####### iFrame Object Responsiv ######### */

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe, .responsiveContainer object, .responsiveContainer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-embed {

}

.video-embed video {
	  /* override other styles to make responsive */
	  width: 100%    !important;
	  height: auto   !important;
}


/* Custom container */

html {
	font-size: 16px;
	font-size: 17px;
	height: 100% !important;
	/* overflow-y: scroll; */
}

body {
	-moz-hyphens: auto;
    word-wrap: break-word;
	/* Chrome Safari Mac */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
    font-smoothing: antialiased;
    /* Firefox Mac */
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
	line-height: 1.55857;
	color: #000000;
	/* margin-bottom: 60px; */
	font-family: 'Inter 28pt';
}

/* ####### cleafix ######### */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* ####### cleafix ######### */


/* ####  Basic Styles #### */

/* Custom container */
       
b, strong, dt {
	font-family: 'Inter 28pt';
	font-weight: bold;
}

i, em {
	font-family: 'Inter 28pt';
	font-weight: normal;
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #000;
}

a.disabled {
	pointer-events: none;
	cursor: not-allowed;
}

a:focus {
	color: var(--bu-red);	
	outline: 2px dotted var(--bu-red);
}

a:hover {
	color: var(--bu-dark-green2);
}

.stretched-link {
	font-size: 0;
	color: transparent;;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
} 

label {
	font-weight: normal;
}

.small {
	font-size: 0.90rem;
}

.bigtext {
	font-size: 1.05rem;
}

.btn-steyr,
.btn-gtnSso-microsoft {
	font-size: .9rem;
	color: #000;
	font-weight: bold;
	border: 2px solid #000;
	background-color: transparent;
	border-radius: 30px;
	margin-left: .5rem;
	padding: .39rem 1.85rem;
	letter-spacing: 0.04rem;
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
	margin-left: 6px;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	/* Button fix */
	padding: .39rem 2rem;
	font-size: .92rem;
	margin-top: 3px;
}

.btn-steyr:hover,
.btn-steyr:focus,
.btn-gtnSso-microsoft:hover,
.btn-gtnSso-microsoft:focus {
	transform: translate(0, -3px);
	box-shadow: -2px 10px 14px -10px rgba(28, 28, 28, .5);
	border: 2px solid #000;
}

.btn-gtnSso-microsoft {
	margin-left: 0 !important;
	width: 100% !important;
	border-radius: 30px !important;
	border-color: #000 !important;
}

.btn-sm {
	font-size: .83rem;
	padding: .25rem 1.25rem;
}

.btn-lg {
	font-size: .8rem;
	padding: .490rem 2.7rem;
	/* Button fix */
	padding: .50rem 2.7rem;
	font-size: .97rem;
}

.btn-quicklink {
	font-size: .86rem;
	padding: .36rem 1.45rem;
	border: 1px solid #000;
	width: 100%;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.btn-steyr:hover,
.btn-steyr:focus {
	transform: translate(0, -3px);
	box-shadow: -2px 10px 14px -10px rgba(28, 28, 28, .5);
	border: 1px solid #000;
}

.video-header-fullscreen .btn-steyr,
.video-header-fullscreen .btn-steyr:hover, 
.video-header-fullscreen .btn-steyr:focus {
	color: #fff;
	border-color: #fff;
}

.btn-petrol {
	background-color: var(--steyr-blue);
	border-color: var(--steyr-blue);
	color: #fff;
}

.video-header-fullscreen .btn-petrol,
.video-header-fullscreen .btn-petrol:hover, 
.video-header-fullscreen .btn-petrol:focus {
	color: #fff;
	border-color: var(--steyr-blue);
}

.btn-petrol:hover,
.btn-petrol:focus {
	background-color: var(--steyr-blue);
	border-color: var(--steyr-blue);
	color: #fff;
}

.btn-pdf::before {
  font-family: 'Font Awesome 6 Sharp';
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 400;
  content: "\f1c1";
  margin-right: .5rem;
}

.btn-tel::before {
  font-family: 'Font Awesome 6 Sharp';
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 400;
  content: "\f095";
  margin-right: .5rem;
}

.btn-email::before {
  font-family: 'Font Awesome 6 Sharp';
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 400;
  content: "\f0e0";
  margin-right: .5rem;
}

.btn-video::before {
	font-family: 'Font Awesome 6 Sharp';
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-weight: 400;
	content: "\f04b";
	margin-right: .5rem;
}

.btn-zip::before {
	font-family: 'Font Awesome 6 Sharp';
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-weight: 400;
	content: "\e5ee";
	margin-right: .5rem;
}

.py-6, .pt-6 {
	padding-top: 4rem !important;
}

@media (min-width: 768px) {
	.py-md-6, .pt-md-6 {
		padding-top: 4rem !important;
	}
}

@media (min-width: 992px) {
	.py-lg-6, .pt-lg-6 {
		padding-top: 4rem !important;
	}
}

.py-6, .pb-6 {
	padding-bottom: 4rem !important;
}

@media (min-width: 768px) {
	.py-md-6, .pb-md-6 {
		padding-bottom: 4rem !important;
	}
}

@media (min-width: 992px) {
	.py-lg-6, .pb-lg-6 {
		padding-bottom: 4rem !important;
	}
}

.py-7, .pt-7 {
	padding-top: 5rem !important;
}

@media (min-width: 768px) {
	.py-md-7, .pt-md-7 {
		padding-top: 5rem !important;
	}
}

@media (min-width: 992px) {
	.py-lg-7, .pt-lg-7 {
		padding-top: 5rem !important;
	}
}

.py-7, .pb-7 {
	padding-bottom: 5rem !important;
}

@media (min-width: 768px) {
	.py-md-7, .pb-md-7 {
		padding-bottom: 5rem !important;
	}
}

@media (min-width: 992px) {
	.py-lg-7, .pb-lg-7 {
		padding-bottom: 5rem !important;
	}
}

.my-6, .mt-6 {
	margin-top: 4rem !important;
}

.my-6, .mb-6 {
	margin-bottom: 4rem !important;
}

.g-6, .gx-6 {
  --bs-gutter-x: 6rem;
}

.g-7, .gx-7 {
  --bs-gutter-x: 6rem;
}

.g-10, .gx-10 {
  --bs-gutter-x: 10rem;
}

.px-3r {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-5r {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.container-fluid {
	max-width: 1300px;
	max-width: 1200px;
}

.container-fluid-wider {
	max-width: 1350px;
}

.container-fluid-small,
.container-small-1 {
	max-width: 840px;
}

.container-fluid-small_2 {
	max-width: 1000px;
}

.container-fluid-full {
	max-width: 100%;
}

.bg-light-grey {
	background-color: var(--steyr-lightgrey);
}

.bg-dark-grey {
	background-color: var(--steyr-darkgrey2);
}

.bg-dark-grey-lighter {
	background-color: var(--steyr-darkgrey1);
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.bg-image-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 1.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
	opacity: 1; }
  .hamburger.is-active:hover {
	opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
	background-color: #000; }

.hamburger-box {
  width: 22px;
  height: 20px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 22px;
	height: 3px;
	background-color: #000;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -8px; 
}
.hamburger-inner::after {
	bottom: -8px; 
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
	top: 8px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
	top: 16px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg); }

.navbar-toggler:focus {
	box-shadow: none;
}

/* #### Überschriften #### */

.container-fluid h1, .container-fluid h2, .container-fluid h3, .container-fluid h4, .container-fluid h5, .container-fluid h1 a, .container-fluid h2 a, .container-fluid h3 a, .container-fluid h4 a, .container-fluid h5 a, h4, .container-fluid h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter 28pt';
	font-weight: 600;
	letter-spacing: .54px;
}

.container-fluid h1 a, .container-fluid h2 a, .container-fluid h3 a, .container-fluid h4 a, .container-fluid h5 a, .container-fluid .sidebar a h3 {
	color: #000;
	text-decoration: none;
}

.container-fluid h1 a:hover, .container-fluid h2 a:hover, .container-fluid h3 a:hover, .container-fluid h4 a:hover, .container-fluid h5 a:hover, .container-fluid .sidebar a h3:hover {
	
}

.container-fluid h2.section-header-h {
	font-size: 2.43rem;
}

.container-fluid h1 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 1.75rem;
}

.container-fluid h2 {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
	.container-fluid h2 {
		font-size: 1.9rem;
	}
}

.container-fluid h2.section-header {
	font-size: 2.6rem;
	font-weight: 600;
}

.subheader {
	text-transform: uppercase;
	margin-bottom: .5rem;
}

.nohyphens-1 {
	overflow-wrap: normal;
	hyphens: none;
}

.brandlink {
	display: block;
	width: 220px !important;
}

@media (min-width: 568px) {
	.brandlink {
		width: 240px !important;
	}
}

@media (min-width: 786px) {
	.brandlink {
		width: 300px !important;
	}
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  display: none;

}

/* #### Main Navigation #### */

.navbar-steyr .navbar-nav .nav-link {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .01rem;
	text-align: right;
	padding: .5rem 1.5rem;
	font-weight: bold;
}

@media (min-width: 1200px) {
	.navbar-steyr .navbar-nav .nav-link {
		padding: 0 .75rem;
		font-weight: normal;
	}
}

@media (min-width: 1200px) and (max-width: 1325px) {
	.navbar-steyr .navbar-nav .nav-link {
		padding: 0 .45rem;
		font-weight: normal;
		font-size: .87rem;
	}
}

@media (min-width: 1325px) {
	.navbar-steyr .navbar-nav .nav-link {
		padding: 0 .75rem;
		font-weight: normal;
		font-size: .95rem;
	}
}

.navbar-steyr  .dropdown-item {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .01rem;
	font-weight: bold;	
}

.navbar-steyr .dropdown-menu {
	border: none;
	background-color: transparent;
	border-radius: 0;
	text-align: right;
}

.dropdown-lang[data-bs-popper] {
  left: auto;
  right: 0;
}

@media (max-width: 1200px) {
	.navbar-steyr .dropdown-menu {
		display: block;
	}
	.dropdown-toggle-lang {
		display: none;
	}
	.navbar-steyr  .dropdown-item {
		padding: .5rem 1.5rem;
	}
}


@media (min-width: 1200px) {
	.navbar-steyr  .dropdown-item {
		text-align: left;
		font-weight: normal;
		font-size: .90rem;
	}
	.navbar-steyr .dropdown-menu {
		border: 1px solid #dee2e6;
		border-radius: 10px;
		text-align: right;
		background-color: #fff;
	}
}

/* #### / Main Navigation #### */

/* #### Video Header #### */

.vh_height100.fullheight {
  min-height: 550px;
}

.video-header-fullscreen {
	background-color: #fff;
	fheight: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 50%;
	min-height: 450px;
	position: relative;
	overflow: hidden;
	width: 100%
}

@media (min-width: 768px) {
	.video-header-fullscreen {
		height: 100%;
		min-height: 100%;
	}
}

body.homepage #navHeader,
#navHeader {
	position: fixed;
	z-index: 1049;
	width: 100%;
	background-color: rgba(255,255,255,.95);
}

.video-header-fullscreen .volume-control {
	position: absolute;
	right: 15px;
	top: 25px;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-decoration: none;
	font-size: .96rem;
	background-color: transparent;
}

@media (min-width: 768px) { 
	.video-header-fullscreen .volume-control {
		right: 35px;
		height: 50px;
		width: 50px;
		font-size: 1.2rem;
	}
}

.video-header-fullscreen .volume-control .icon {
	padding: 0;
}


.video-header-fullscreen .volume-control.off .icon:before {
	content: '\f2e2';
}

.video-header-fullscreen video {  
  left: 50%;
  min-height: 50%;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 0;
}

@media (min-width: 768px) {
	.video-header-fullscreen video {
		min-height: 100%;
	}
}

.video_caption {
	height: 100%;
	position: relative;
	width: 100%;
	position: absolute;
	z-index: 999;
	background: linear-gradient(0deg, rgba(0,0,0,0.85) 10%, rgba(255,255,255,0) 50%);
}

.cnt-caption-video {
	color: #fff;
	margin-bottom: 3.5rem;
}

.video-header-fullscreen .cnt-caption-video h2 {
	font-size: 3.6rem;
	font-weight: bold;
}

.video-header-fullscreen .cnt-caption-video .description p {
	font-weight: bold;
	font-size: 1.1rem;
}

/*


.video_caption .col-12 {
	position: relative;
}

.container-fluid .video_caption h2 {
	color: #fff;
	font-size: 3rem;
}

.cnt-caption-video {
	position: absolute;
	color: #fff;
	bottom: 30px;
	left: 30px;
}

/* #### 2 Spalten Text und Media #### */

.header-overlay {
	background-color: rgba(0,0,0,.05);
	height: 130px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

.dce-text-media .header-overlay {
	background-color: rgba(0,0,0,.04);
	pointer-events: none;
}

.dce-text-media {
	position: relative;
}

.dce-text-media .subtitle {
	font-size: .95rem;
	margin-bottom: .7rem;
}

.dce-text-media .container-fluid h2,
.dce-text-media .container-fluid h3,
.dce-text-media .container-fluid h4 {
	font-size: 1.5rem;
	font-family: 'Inter 28pt';
	font-weight: bold;
	margin-bottom: 1.40rem;
	line-height: 1.25;
}

.dce-text-media .container-fluid h2.size-big,
.dce-text-media .container-fluid h3.size-big,
.dce-text-media .container-fluid h4.size-big {
	font-size: 2.0rem;
	max-width: 100%;
}

.dce-text-media .container-fluid h2.size-small,
.dce-text-media .container-fluid h3.size-small,
.dce-text-media .container-fluid h4.size-small {
	font-size: 1.4rem;
}

@media (min-width: 576px) {
	.dce-text-media .container-fluid h2,
	.dce-text-media .container-fluid h3,
	.dce-text-media .container-fluid h4 {
		font-size: 1.57rem;
	}
	.dce-text-media .container-fluid h2.size-big,
	.dce-text-media .container-fluid h3.size-big,
	.dce-text-media .container-fluid h4.size-big {
		font-size: 2.3rem;
	}
	.dce-text-media .container-fluid h2.size-small,
	.dce-text-media .container-fluid h3.size-small,
	.dce-text-media .container-fluid h4.size-small {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.dce-text-media .container-fluid h2,
	.dce-text-media .container-fluid h3,
	.dce-text-media .container-fluid h4 {
		font-size: 1.57rem;
	}
	.dce-text-media .container-fluid h2.size-big,
	.dce-text-media .container-fluid h3.size-big,
	.dce-text-media .container-fluid h4.size-big {
		font-size: 2.3rem;
	}
	.dce-text-media .container-fluid h2.size-small,
	.dce-text-media .container-fluid h3.size-small,
	.dce-text-media .container-fluid h4.size-small {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {
	.dce-text-media .container-fluid h2,
	.dce-text-media .container-fluid h3,
	.dce-text-media .container-fluid h4 {
		font-size: 1.557rem;
	}
	.dce-text-media .container-fluid h2.size-big,
	.dce-text-media .container-fluid h3.size-big,
	.dce-text-media .container-fluid h4.size-big {
		font-size: 2.3rem;
	}
	.dce-text-media .container-fluid h2.size-small,
	.dce-text-media .container-fluid h3.size-small,
	.dce-text-media .container-fluid h4.size-small {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.dce-text-media .container-fluid h2,
	.dce-text-media .container-fluid h3,
	.dce-text-media .container-fluid h4 {
		font-size: 1.907rem;
	}
	.dce-text-media .container-fluid h2.size-big,
	.dce-text-media .container-fluid h3.size-big,
	.dce-text-media .container-fluid h4.size-big {
		font-size: 2.778rem;
	}
}



@media (min-width: 992px) {
	#dce40.dce-text-media .container-fluid h2,
	#dce42.dce-text-media .container-fluid h2 {
		max-width: 80%;
	}
}

.dce-text-media.bg-petrol {
	color: #fff;
}

.dce-text-media.bg-petrol h2 {
	color: #fff;
}

@media (max-width: 992px) {
	.dce-text-media .gx-5,
	.dce-text-media .gx-6,
	.dce-text-media .gx-10 {
		--bs-gutter-x: 1.5rem !important;
	}
}

/* #### DCE Text Media #### */

/* #### Card Rows #### */

.container-fluid a.card-row {
	text-decoration: none;
	border-radius: 0;
	border: 0;
}

.container-fluid .card-row .card-title,
.container-fluid a.card-row .card-title {
	font-family: 'Inter 28pt';
	font-size: 1.2775rem;
	margin-bottom: .4rem;
	text-decoration: none;
	line-height: 1.3;
}

.container-fluid a.card-row:hover,
.container-fluid a.card-row:focus,
.container-fluid a.card-row:hover .card-title,
.container-fluid a.card-row:focus .card-title {
	color: #000;
}

.container-fluid .card-row .card-title.size-big {
	font-size: 1.5rem;
	margin-bottom: .7rem;
}

.container-fluid .card-row .card-title.size-small {
	font-size: 1.15rem;
}

.card-row .card-body {
	font-size: .96rem;
}

/* Card Row Overlay */

.card-row-overlay {
	position: relative;
	overflow: hidden;
}

.mask-card-row-overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-attachment: fixed;
	background-color: rgba(0,0,0,.8);
}

.card-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,.56);
	background: linear-gradient(0deg, rgba(0,0,0,0.56) 0%, rgba(255,255,255,0) 100%);
	color: #fff;
	padding: 1.2rem 1.5rem;
}

.container-fluid .card-row .card-title,
.container-fluid a.card-row .card-title {
	font-size: 1.1075rem;
}

.container-fluid a.card-row:hover,
.container-fluid a.card-row:focus,
.container-fluid a.card-row:hover .card-title,
.container-fluid a.card-row:focus .card-title {
	color: #fff;
}

/* #### Numbers and Facts #### */

.numbers-facts {
	color: #fff;
	background-image: url(../Images/bg_numbers.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 35%;
}

.numbers-facts .subtitle {
	font-weight: bold;
	color: #b1b1b1;
	font-size: 1.05rem;
}

.numbers-facts .number-icon {
	font-size: 2rem;
	
}

.numbers-facts .container-fluid h3 {
	color: #fff;
	font-size: 1.4rem;
	border-bottom: 1px solid #fff;
	margin-top: .7rem;
	margin-bottom: .75rem;
	padding-bottom: .75rem;
}

.numbers-facts p {
	margin-bottom: 0;
}

/* #### Call to Action #### */

.cto-bg-image {
	height: 350px;
	position: relative;
}

.cto-bg-image p:last-child {
	margin-bottom: 0;
}

.cto-bg-image.size-medium {
	height: 480px;
}

.cto-bg-image.size-big {
	height: 580px;
}

.cto-bg-image .container-fluid h2 {
	color: #fff;
	font-size: 2.978rem;
	font-family: 'Inter 28pt';
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1.2rem !important;
}

.cto-bg-image .container-fluid h2.size-big {
	font-size: 2.0rem;
	line-height: 1.2;
}

.cto-bg-image .container-fluid h2.size-xlbig {
	font-size: 2.4rem;
}

.cto-bg-image .container-fluid h2.size-small {
	font-size: 1.80rem;
}

.cto-bg-image h3 {
	text-transform: uppercase;
	font-size: 0.95rem;
}

.cto-bg-image p {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1.2rem;
}

.cto-bg-image .btn-steyr {
	border-color: #fff;
	color: #fff;
}

.cto-bg-image .btn-steyr:hover, 
.cto-bg-image .btn-steyr:focus {
	border-color: #fff;
	color: #fff;
}

@media (min-width: 568px) {
	.cto-bg-image .container-fluid h2.size-big {
		font-size: 2.7rem;
	}
	
	.cto-bg-image .container-fluid h2.size-xlbig {
		font-size: 3.0rem;
	}
	.cto-bg-image h3 {
		text-transform: uppercase;
		font-size: 1.0rem;
	}
}

@media (min-width: 768px) {
	.cto-bg-image .container-fluid h2.size-big {
		font-size: 3.00rem;
	}
	
	.cto-bg-image .container-fluid h2.size-xlbig {
		font-size: 3.4rem;
	}
	
	.cto-bg-image .container-fluid h2.size-small {
		font-size: 2.00rem;
	}
	.cto-bg-image h3 {
		text-transform: uppercase;
		font-size: 1.1rem;
	}
}

@media (min-width: 960px) {
	.cto-bg-image .container-fluid h2.size-big {
		font-size: 3.333rem;
	}
	
	.cto-bg-image .container-fluid h2.size-xlbig {
		font-size: 3.7rem;
	}
}

@media (min-width: 1200px) {
	.cto-bg-image .container-fluid h2.size-xlbig {
		font-size: 4.2rem;
	}
}

.cto-bg-image .mask {
	background-color: rgba(0,0,0,.5);
}

/* ##### Header Banner ##### */

.header-banner {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vw;
	min-height: 350px;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.header-banner.size-small {
	height: 50vw;
	min-height: 350px;
}

@media (min-width: 576px) {
	.header-banner {
		height: 50vw;
		min-height: 400px;
	}
	.header-banner.size-small {
		height: 40vw;
		min-height: 350px;
	}
}

@media (min-width: 768px) {
	.header-banner {
		height: 60vw;
		min-height: 340px;
	}
	.header-banner.size-small {
		height: 40vw;
		min-height: 400px;
	}
}

@media (min-width: 1200px) {
	.header-banner {
		height: 650px;
	}
	.header-banner.size-small {
		height: 450px;
	}
}

.header-banner h1 {
	color: #fff;
	font-size: 1.65rem;
	font-weight: bold;
	margin-bottom: .5rem;
}

@media (min-width: 576px) {
	.header-banner h1 {
		font-size: 2.0rem;
		margin-bottom: .75rem;
	}
}

@media (min-width: 992px) {
	.header-banner h1 {
		font-size: 2.9rem;
	}
}

.header-banner h1.size-big {
	font-size: 4rem;
}

.header-banner h1.size-small {
	font-size: 2.4rem;
}

.header-banner .header-banner-subtitle {
	font-weight: bold;
	font-size: 1rem;
}

.header-banner .header-banner-subtitle p {
	margin-bottom: .65rem;
	line-height: 1.35;
}

@media (min-width: 576px) {
	.header-banner .header-banner-subtitle p {
		margin-bottom: .8rem;
	}
}

@media (min-width: 880px) {
	.header-banner-caption {
		max-width: 70%;
	}
	.container-small-1 .header-banner-caption {
		max-width: 100%;
	}
	.header-banner .header-banner-subtitle {
		font-size: 1.1rem;
	}
	.header-banner .header-banner-subtitle p {
		margin-bottom: 1.0rem;
		line-height: 1.55;
	}
}

.mask-header-banner {
	background: linear-gradient(0deg, rgba(0,0,0,0.35) 25%, rgba(255,255,255,0) 70%);
}

/* ##### Video Popup ##### */

.video-popup {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
	overflow: hidden;
	color: #fff;
}

@media (min-width: 992px) {
	.video-popup {
		height: 450px;
	}
}

/* ##### Video Grid ##### */

.image-grid-container {
	margin-top: 3rem
	-webkit-transform: translateY(1.875rem);
	transform: translateY(1.875rem);
}

.image-grid-container-wrapper {
	position: relative;
	  background-color: transparent;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  overflow: hidden;
	  width: 100%;
	  margin-left: 0;
	  margin-right: 0;
	  max-width: unset;
}

.grid-img-container-wrapper > * {
	background-color: transparent;
}

.grid-img-container-wrapper::before {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 84.84%;
}

.image-grid-container-inner {
	width: 100%;
	  NOposition: absolute;
	  position: relative;
	  
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  height: 100%;
	  display: -ms-grid;
	  display: grid;
	  margin-left: 0;
	  margin-right: 0;
	  max-width: unset;
	  grid-auto-flow: dense;
	  grid-template-columns: repeat(4, 1fr);
	  grid-template-rows: repeat(3, 1fr); 
	  
}

.image-grid-container-inner .grid-image {
	position: relative;
	margin: .45rem !important;
	
}

.image-grid-container-inner .grid-image-1 {
	grid-area: 1 / 1 / 2 / 5;
}

.image-grid-container-inner .grid-image-2 {
	grid-area: 2 / 1 / 3 / 5;
	
}

.image-grid-container-inner .grid-image-3 {
	grid-area: 3 / 1 / 4 / 3;
}

.image-grid-container-inner .grid-image-4 {
	grid-area: 3 / 3 / 4 / 5; 
}

@media (min-width: 768px) {
	.image-grid-container-inner {
		  -ms-grid-columns: 
		  [col1-start] 50% 
		  [col2-start] 25% 
		  [col3-start] 25% 
		  [col3-end];
		  grid-template-columns: 
		  [col1-start] 50% 
		  [col2-start] 25% 
		  [col3-start] 25% 
		  [col3-end];
		  -ms-grid-rows: 
		  [row1-start] 30% 
		  [row2-start] 70% 
		  [row2-end];
		  grid-template-rows: 
		  [row1-start] 30% 
		  [row2-start] 70% 
		  [row2-end];
	}
	
	.image-grid-container-inner .grid-image-1 {
		grid-column: col1-start/col2-start;
		  grid-row: row1-start/row2-end;
	}
	
	.image-grid-container-inner .grid-image-2 {
		grid-column: col2-start/col3-end;
		  grid-row: row2-start/row2-end;
	}
	
	.image-grid-container-inner .grid-image-3 {
		grid-column: col3-start/col3-end;
		  grid-row: row1-start;
	}
	
	.image-grid-container-inner .grid-image-4 {
		grid-column: col2-start/col3-start;
		  grid-row: row1-start;
	}
}

.image-grid-container-inner .grid-image .img-cnt {
	position: relative;
	  max-width: 100%;
	  display: block;
	 NOposition: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		overflow: hidden;
		background-color: #c7c7c7;
		-webkit-transition: -webkit-transform 1s cubic-bezier(.24,.002,.002,1);
		transition: -webkit-transform 1s cubic-bezier(.24,.002,.002,1);
		transition: transform 1s cubic-bezier(.24,.002,.002,1);
		transition: transform 1s cubic-bezier(.24,.002,.002,1),-webkit-transform 1s cubic-bezier(.24,.002,.002,1);
}

.image-grid-container-inner .grid-image figure {
	width: 100% !important;
	  height: 100% !important;
	  position: relative;
	  display: block;
  }
  
.image-grid-container-inner .grid-image img {
	object-fit: cover;
	width: 100% !important;
	  height: 100% !important;
}

.mfp-img {
	background-color: #fff;
}

/* #### accordion #### */

.accordion-simple {
	border-radius: 20px;
}

.accordion-item:first-of-type {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.accordion-item:last-of-type {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.accordion-header .accordion-button {
	background-color: #ffffff;
	font-weight: 600;
	padding: 30px;
	border-bottom: 0;
}

.accordion-button:not(.collapsed) {
	color: #000;
}

.accordion-header .accordion-button.collapsed {
	background-color: #ffffff;
	background-color: #fafafa;
}

.accordion-header .accordion-button .collapse-icon {
	transform: rotate(45deg);
	transition: .2s;
}

.accordion-header .accordion-button.collapsed .collapse-icon {
	transform: rotate(0deg);
}

.accordion-item:first-of-type .accordion-header .accordion-button {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.accordion-item:last-of-type .accordion-header .accordion-button.collapsed {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.accordion-button::after {
	content: "";
	background: none;
	display: none;
	width: 0;
}

.accordion-item .accordion-body {
	padding: 30px;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32,165,181,.25);
}

/* ### Contact Section ### */

.section-contact {
  background-image: url(../Images/bg_numbers.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 45%;
}

.section-contact .container-fluid h2 {
	font-size: 2.2rem;
}

.section-contact .container-fluid .contact-col-2 h2 {
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.section-contact .container-fluid h2 {
		font-size: 2.6rem;
	}
	.section-contact .container-fluid .contact-col-2 h2 {
		margin-top: 0;
	}
}

.row-detail-contact p {
	margin-bottom: 1.5rem;
}

/* #### Video Modal #### */

.modal-video {
	z-index: 1052;
}

.modal-video .modal-body {
	padding: 0;
}

.modal-video .modal-content {
	border-radius: 0;
	background-color: transparent !important;
	border: 0;
}

.modal-video .btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	z-index: 100001;
}

.cto-bg-image.video-popup {
	height: 320px !important;
	cursor: pointer;
}

.cto-bg-image.video-popup .container-fluid h2 {
	font-size: 1.3rem;
	margin-bottom: 1.5rem !important;
	overflow-wrap: normal;
	hyphens: none;
}

.video-popup .play-btn {
	width: 70px;
	height: 70px;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	z-index: 999;
	border-radius: 35px;
	NOborder: 2px solid rgba(255,255,255,.2);
	-webkit-transition: all 0.8s 0s ease;
	  -moz-transition: all 0.8s 0s ease;
	  -o-transition: all 0.8s 0s ease;
	  transition: all 0.8s 0s ease;
}

.video-popup .play-btn .icon {
	color: #fff;
	font-size: 2rem;
	margin-left: .7rem;
}

@media (min-width: 768px) {
	.cto-bg-image.video-popup .container-fluid h2 {
		font-size: 1.7rem;
		margin-bottom: 2.0rem !important;
	}
	.cto-bg-image.video-popup {
		height: 420px !important;
	}
	.video-popup .play-btn {
		width: 100px;
		height: 100px;
		top: calc(50% - 50px);
		left: calc(50% - 50px);
		z-index: 999;
		border-radius: 50px;
	}
	.video-popup .play-btn .icon {
		font-size: 3rem;
		margin-left: .7rem;
	}
}

@media (min-width: 992px) {
	.cto-bg-image.video-popup .container-fluid h2 {
		font-size: 2rem;
		margin-bottom: 3.5rem !important;
	}
	.cto-bg-image.video-popup {
		height: 550px  !important;
	}
	.video-popup .play-btn .icon {
		font-size: 3rem;
		margin-left: .7rem;
	}
}

.video-popup .mask {
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 10%, rgba(255,255,255,0) 50%);
}

.video-popup:hover .play-btn {
	transform: scale(1.2);
}



.btn-close {
	background-image: none;
	opacity: 1;
}

/* ##### News List ##### */

.news-list-view-home .card-news  {
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.news-list-view-home .card-news {
	text-decoration: none;
}

.news-list-view-home .card-news h3 {
	font-size: 1.18rem;
	font-weight: bold;
	margin-top: 1rem;
}

.news-list-view-home .footer,
.news-single .footer {
	font-size: .800rem;
	overflow-wrap: normal;
	hyphens: none;
	font-weight: 600;
}

.news-list-view .category::before,
.news-single .category::before {
	content: "|";
	padding-right: 4px;
	padding-left: 5px;
	font-weight: 500;
}

.news-list-view .teaser-text {
	font-size: .95rem;
	margin-top: .5rem;
}

.pagination {
	
}

.pagination .page-link {
	color: #000;
	padding: .25rem 1rem;
	font-weight: 600;
	color: #474747;
}

.pagination .active > .page-link, 
.pagination .page-link.active {
	background-color: var(--steyr-blue);
	color: #fff;
}

/* ## News Single ## */

.news-single .teaser-text {
	font-weight: bold;
	ffont-size: 1.1rem;
}

.container-fluid .news-single h1 {
	
}

@media (min-width: 998px) {
	.container-fluid .news-single h1 {
		overflow-wrap: normal;
		hyphens: none;
		font-size: 2.3rem;
		margin-bottom: 2.25rem;
	}
}

.news-single .news-related-wrap {
	margin-top: 2rem;
}

.news-single .news-related {
	font-weight: 600;
}

.news-single .news-related-files-size {
	font-weight: 500;
	font-size: .85rem;
}

.news-single .news-related-files-size:before {
	content: "|";
	padding-right: 4px;
	padding-left: 5px;
	font-weight: 500;
}

/* #### Map #### */

.map {
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: grayscale(60%);
}

/* ###### Lists ###### */

#maincontent .frame-type-textmedia ul,
#maincontent .card ul,
#maincontent .dce ul,
#maincontent .txt-content ul,
#maincontent .news-related ul {
	margin-bottom: 1.7rem;
	padding-left: 1.5rem;
}

#maincontent .frame-type-textmedia ul li,
#maincontent .card ul li,
#maincontent .dce ul li,
#maincontent .txt-content ul li,
#maincontent .news-related ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: .45rem;
}

#maincontent .frame-type-textmedia ul li::before,
#maincontent .card ul li::before,
#maincontent .dce ul li::before,
#maincontent .txt-content ul li::before,
#maincontent .news-related ul li::before {
	content: '●';
	position: absolute;
	color: #006d7a;
	left: -1rem;
	font-size: .45rem;
	vertical-align: -10%;
	line-height: 3.3;
}

#maincontent .frame-type-textmedia ul.checkmark-list,
#maincontent .card ul.checkmark-list,
#maincontent .dce ul.checkmark-list,
#maincontent .txt-content ul.checkmark-list {
	padding-left: 1.9rem;
	
}

#maincontent .frame-type-textmedia ul.checkmark-list li::before,
#maincontent .card ul.checkmark-list li::before,
#maincontent .frame-type-textmedia ul.arrow-list li::before,
#maincontent .card ul.arrow-list li::before,
#maincontent .dce ul.checkmark-list li::before,
#maincontent .txt-content ul.checkmark-list li::before,
#maincontent .dce ul.arrow-list li::before,
#maincontent .txt-content ul.arrow-list li::before,
#maincontent .news-related ul li::before  {
	font-family: 'Font Awesome 6 Sharp';
	content: "\f00c";
	left: -1.4rem;
	font-size: .9rem;
	vertical-align: -10%;
	line-height: 1.6;
	color: #006d7a;
}

#maincontent .frame-type-textmedia ul.arrow-list,
#maincontent .card ul.arrow-list,
#maincontent .dce ul.arrow-list,
#maincontent .txt-content ul.arrow-list,
#maincontent .news-related ul {
	padding-left: 2.2rem;
}

#maincontent .frame-type-textmedia ul.arrow-list li::before,
#maincontent .card ul.arrow-list li::before,
#maincontent .dce ul.arrow-list li::before,
#maincontent .txt-content ul.arrow-list li::before,
#maincontent .news-related ul li::before {
	content: "\f061";
	content: "\f178";
	color: #006d7a;
	left: -1.6rem;
}

#maincontent .news-related ul li a {
	text-decoration: none;
}

#maincontent .news-related ul li a:hover, 
#maincontent .news-related ul li a:focus {
	text-decoration: underline;
}

#maincontent ol li a {
	color: #000;
}

/* ##### footer ##### */

footer.footer {
	background-color: var(--steyr-darkgrey2);
	color: #fff;
}

.footer .cnt-footer-copy {
	font-size: .85rem;
}

.footerlink {
	color: #fff;
	text-decoration: none;	
}

.brandlink-footer {
	display: block;
	max-width: 171px !important;
}

.footer-sitemap h5 {
	margin-bottom: 1.2rem;
}

.footer-sitemap h5:first-child {
	margin-top: 0;
}

.footer-sitemap h5 a {
	color: #fff;
	font-size: .95rem;
	font-weight: bold;
}

ul.nav-sitemap {
	padding-left: 0;
	margin-bottom: 1rem;
	margin-top: -.4rem;
}

ul.nav-sitemap .nav-link {
	font-size: .95rem;
	color: #fff;
	padding: .20rem 0;
}

.breadcrumb-cnt  {
	display: none;
}

#navHeader {
	box-shadow: 0px 0px 28px 6px rgba(0,0,0,0.10);
}

.sm-link {
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
}


.ccm-root .ccm-settings-summoner--link {
	box-shadow: none !important;
}

.btn-flyout {
	background-color: red;
	color: #000;
	color: #fff;
	font-weight: bold;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	line-height: 40px;
	text-decoration: none;
	top: 560px;
	left: -86px;
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer;
	z-index: 99999;
	background-color: #006f7d;
	background-color: var(--steyr-darkgrey1);
	padding-top: 10px;
	height: 55px;
	-webkit-transition: all 0.8s 0s ease;
	  -moz-transition: all 0.8s 0s ease;
	  -o-transition: all 0.8s 0s ease;
	  transition: all 0.8s 0s ease;
}

.btn-flyout:hover, 
.btn-flyout:focus {
	background-color: #006f7d;
	color: #fff;
}

.offcanvas.offcanvas-quicklinks {
	z-index: 9999999;
	border-right: 0;
	-webkit-box-shadow: 10px 0px 12px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 10px 0px 12px 0px rgba(0,0,0,0.10);
	box-shadow: 10px 0px 12px 0px rgba(0,0,0,0.10);
}

.offcanvas-quicklinks .btn-close {
	font-size: 1.5rem;
	line-height: 1;
}

.quicklink-nav {
	list-style-type: none;
	padding-left: 0;
}

.quicklink-nav li {
	border-bottom: 1px solid #eaeaea;
}

.quicklink-nav li:first-child {
	border-top: 1px solid #eaeaea;
}

.quicklink-nav li a {
	display: block;
	font-size: .93rem;
	padding: .56rem .55rem;
	width: 100%;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	text-decoration: none;
}


/* #### Login Page #### */

.login-page {
	
}

.card-login {
	border: 0;
	width: 100%; 
	min-width: auto;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.container-fluid .card-login h1 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.login-page {
		height: calc(100vh - 119px);
		background-image: url(https://steyr-automotive.com/fileadmin/Steyr2024/Resources/Public/Images/Areal-View-Steyr-Green-Produktion.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.login-page > .container-fluid, 
	.login-page > .container-fluid > .row {
		height: 100% !important;
	}
	.card-login {
		border: 0;
		box-shadow: 3px 12px 43px 0px rgba(10, 11, 11, 0.5);
		min-width: 440px;
		width: 440px;
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.login-page {
		height: calc(100vh - 119px);
	}
}

@media (max-height: 700px) {
	.login-page {
		height: auto;
	}
	.login-page > .container-fluid, 
	.login-page > .container-fluid > .row {
		height: auto;
	}
	.card-login {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}
}