/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}
  /* Hide the full-screen button */
        video::-webkit-media-controls-fullscreen-button {
            display: none;
        }
		
 
 video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  
    padding: 20px;
    background: white;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
      padding: 20px;
    background: white;
}
/* mada-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mada';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mada-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mada-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mada';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/mada-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mada-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mada';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/mada-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mada-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mada';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/mada-v19-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mada-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mada';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/mada-v19-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

 

#maxwrapper {
	height: auto;
	    width: 100%;
	position: absolute;
	background: rgb(148,148,148);
background: -moz-linear-gradient(180deg, rgba(148,148,148,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 61%, rgba(219,219,219,1) 90%, rgba(219,219,219,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(148,148,148,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 61%, rgba(219,219,219,1) 90%, rgba(219,219,219,1) 100%);
background: linear-gradient(180deg, rgba(148,148,148,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 61%, rgba(219,219,219,1) 90%, rgba(219,219,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#949494",endColorstr="#dbdbdb",GradientType=1);
}

#bg_lines_overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url("../img/bg_lines.png"); 
	z-index: 1;
	opacity: .8;
}

.img_bg_single {
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	background-position:  110% 1%;
	background-size: 52%;
	background-image: url("../img/single_bg.png"); 
}
.first_header {
	height: 16%;
	position: relative;
    z-index: 5;
}
.second_content {
	height: 74.25%;
	position: relative;
    z-index: 5;
}
.third_footer {
	height: 9%;
	position: relative;
	text-align: center;
	background: #006FD6;
	z-index: 1;
}
 
.pre_footer {
	background-image: url("../img/farbige_linie.png");
	background-size: cover;
	position: relative;
	z-index: 10;
	background-repeat: no-repeat;
	height:10px;
		margin: 0;
}
.logo {
	width: 420px;
}
.card_full_content {
	height: 100%;
}
.card_full_list {
	height: 100%;
}
.card_bg_news {
	/*background-image: url("../img/news_img_start.jpg"); */
	background-size: cover;
	background-position: center center;
	 overflow: hidden !important;
}
.zbody2 {
	z-index: 2;
}
#introvid {
	position: absolute;
	z-index: 1;
	width: 100%;
	left:0;
	top: -240px;
}
.btn_mauth_blau {
	background: #006FD6;
	color: white;
	padding: 6px 35px;
	border: none;
	border-radius: 25px;
	font-size: 1.625rem;
	text-transform: uppercase;
}
.btn_mauth_grau_small {
	background: grey;
	color: white;
	padding: 6px 35px;
	border: none;
	border-radius: 25px;
	font-size: 1.125rem;
	text-transform: uppercase;
}
.btn_mauth_blau_small {
	background: #006FD6;
	color: white;
	padding: 6px 35px;
	border: none;
	border-radius: 25px;
	font-size: 1.125rem;
	text-transform: uppercase;
}
.btn_mauth_blau_small:focus, .btn_mauth_blau_small:hover {
	background: #6c757d;
	color: white;
}
.btn_home{
	position: absolute;
	bottom: 30px;
    left: 20px;
}
.btn_kontakt{
	position: absolute;
	bottom: 80px;
    left: 20px;
	width: 77%;
}
.btn_back {
	position: absolute;
	bottom: 30px;
    right: 30px;
}
.homeicon {
	height: 15px;
    margin-top: -5px;
    margin-right: 6px;
}
.fullheight_content {
	height: 100%;
}
.pad_nav {
	padding: 0 !important;
}
.sidenav li {
	border-top: 1px solid grey;
}
.list-group a {
	color: #212529;
}
.list-group-item.active a {
	color: white;
}
.list_andwendung{
	list-style-type: circle;
	list-style-position: inside;
	padding: 0;
	font-size: 1.2rem;
}
.list_andwendung li {
	padding: 12px 0;
	border-bottom: 1px solid #c9c9c9;
}
.icon_download {
	display: inline-block;
	margin: 20px 0 15px 0;
}
 
 

/*** Animation Seiten ***/
 
.transition-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a; /* Eine dunkle Farbe Ihrer Wahl */
  z-index: 10000;
  
  /* Startet komplett außerhalb des Bildschirms auf der linken Seite */
  transform: translateX(-100%);
}