body {
	min-width: 355px;
	font-family: 'Source Sans 3';
	font-weight: 400;
    font-style: normal;
    font-stretch: normal;
	background: #f6f4f0;
}

.p-left {
	padding-left: 2rem;
}
.p-right {
	padding-right: 2rem;
}
.p-left-inner {
	padding-left: 1rem;	
}
.p-right-inner {
	padding-right: 1rem;	
}
.btn {
    user-select: text !important;
}

@media (max-width: 1000px) {
	h1 {
		margin-bottom: 0.5rem !important;
		word-wrap: break-word;
		hyphens: auto;
	}
	
	h2 {
		margin-bottom: 0.5rem !important;
	}
	
	.p-left {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.p-left-mobile {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

 svg {
  vertical-align: baseline;
 }
 
 .dropdown-toggle::after {
	 display:none;
 }
   .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .dropdown-menu {
    border: 1px solid transparent !important;
    /*-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    padding: 0;

    border-radius: 0;
    background: #fff;
    /*-webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;*/
    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
 }
  
  .dropdown-item {
	padding-top: 10px;
	padding-bottom:10px;
	margin-top: 3px;
	margin-bottom:3px;
  }
  .dropdown-item:hover {
		background-color: #950f53;
	color: #ffffff;
  }  
  /*
.dropdown-menu {
	border: 2px solid #950f53;
	border-radius: 0;
	box-shadow: 0 0 0 0.15rem rgba(149, 16, 82, 0.2)
}
*/
  
  .list-unstyled {
       	font-size:1rem;
       	
  }
  @media (min-width: 1000px) {
    .list-unstyled {
     	font-size:1.2rem;
     	
  }
}

  @media (max-width: 768px) {
    ul.list-marker {
    	padding-left: 1.5rem;
    }

  }
  
  
  
  
    @media (max-width: 1000px) {
      ul.list-marker {
      	margin-bottom:0;
      }
  
    }
  
  
  
  
 
  ul.list-custom li {
      margin-bottom: 15px;
  }
  .align-unset {
  	margin:0 !important;
  	padding:0 !important;
  	vertical-align:unset
  }
  
.content-wrap h1 {
	background-color: #ffffff;
	display:inline-block;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	text-align: left;
	color: #000000;
	padding: 8px;
	padding-left: 17px;
	padding-right: 17px;
}
h1 {
	background-color: #ffffff;
	display:inline-block;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	text-align: left;
	color: #000000;
	padding: 8px;
	padding-left: 17px;
	padding-right: 17px;	
	margin-bottom: 1rem;
}
h2 {
	background-color: #ffffff;
	display:inline-block;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	text-align: left;
	color: #000000;
	padding: 8px;
	padding-left: 17px;
	padding-right: 17px;	
	margin-bottom: 1rem;
}
.h2-small {
	font-size: 40px;
	line-height: 40px;
}
h3 {
	font-size: 50px;
	font-weight: 700;
	line-height: normal;
	text-align: left;
	color: #000000;
	padding: 8px;
	padding-left: 17px;
	padding-right: 17px;	
	margin-bottom: 1rem;
}
.h3-small {
	font-size: 30px;
	line-height: 30px;	
}
h4 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: normal;
	text-align: left;
	color: #000000;
	padding: 8px;
	padding-left: 17px;
	padding-right: 17px;	
	margin-bottom: 0;	
}


.color_950f53 {
	color: #950f53;
}

.tel-footer {
	font-size: 1rem;
}

.button_950f53 {
	background-color: #950f53;
	color: #ffffff;
	display:inline-block;
	transition: all 0.5s ease 0s !important;
}
.btn-white {
	color: #ffffff;
	font-weight: 700;
}
.btn-white svg {
	margin-left:10px;
}

.btn,
.btn:focus-visible,
.btn:focus,
.button_950f53:focus-visible,
.button_950f53:focus-visible {
	border-radius: 0 !important;
}

.align-bottom::before {
		vertical-align: bottom !important;
}
footer {
	position:relative;
}
.anker-top {
	position: absolute;
	right: 8%;
	top: 3.5rem;
}

@media (max-width: 1000px) {
	.anker-top {
		top: 1.5rem;
	}
}

@media (max-width: 991px) {
	.anker-top {

		right: 2%;
	}
}

@media (max-width: 767px) {
	.anker-top {

		right: 10%;
	}
}

  ol {
	padding-left:1rem;
	margin-bottom:0;
  }
   .list {
	padding-left:1.5rem;
  } 
  .list li::marker,
li::marker  {
	  font-weight:600;
  }
  .list2 {
	padding-left:0.5rem;
  }
  
  .list-bold {
	  font-weight:600;
  }
  
  
  
@media (min-width: 1000px) {
  ol,
	.list li  {
    font-size: 1.2rem;
  }
  
}

#background-container {
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
      /*transition: background-image 3s; */
    }


 .carousel-item img,
 .carousel-item-width img {
      height: 878px;
      object-fit: cover; /* Sorgt dafür, dass das Bild die Fläche vollständig ausfüllt */
	  object-position: center top;
      width: 100%; /* Stellt sicher, dass das Bild die volle Breite ausfüllt */
    }

    /* Optional: Stellt sicher, dass das Karussell immer die gleiche Höhe hat */
    #carouselExampleAutoplaying {
     height: 878px;
    }


  /* Pfeile anpassen */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    
    width: 40px; /* Breite */
    height: 40px; /* Höhe */
	opacity:1;
  }

  /* Optional: Größe des Symbols im Inneren anpassen */
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    font-size: 1.5rem; /* Schriftgröße des Pfeilsymbols */
    background-color: #950f53 !important;	
  }



  /* Optional: Auch den Container der Pfeile anpassen */
  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1 !important; /* Sicherstellen, dass der gesamte Button sichtbar ist */
  }

.gap-30 {
	display: flex; 
    gap: 100px;        
	padding-top:20px;
}
.gap-30 > [class*="col-"] {
    flex: 1;
}

@media (max-width: 1000px) {
	.breakpoint .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.gap-30 {
		gap: 30px; 
		padding-top:0px;
	}
}



.anker-top a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
 

.anker-top a:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 15, 83, 1) !important;
}


.anker-top .arrow {
	border-top: 2px solid #fff;
	padding-top: 7px;
	width: 100%;	
}


   .text-block {
      position: relative; /* Ermöglicht positionierte Inhalte innerhalb des Containers */
    }
    .text-block img {
      position: absolute; /* Bild wird relativ zum Container positioniert */
      bottom: 0; /* Bild wird nach unten verschoben */
      right: 0; /* Bild wird nach rechts verschoben */
      margin-left: 15px; /* Abstand für Textumfluss */
    }
    .text-block p {
      margin-bottom: 1rem; /* Abstand zwischen Textabsätzen */
    }

#content:focus-visible,
#content:focus,
#content-inner:focus-visible,
#content-inner:focus,
#content-inner-2-anker:focus-visible,
#content-inner-2-anker:focus,
#content-inner-3-anker:focus-visible,
#content-inner-3-anker:focus,
#content-inner-6-anker:focus-visible,
#content-inner-6-anker:focus,
#content-inner-7-anker:focus-visible,
#content-inner-7-anker:focus,
#content-inner-8-anker:focus-visible,
#content-inner-8-anker:focus,
#content-inner-9-anker:focus-visible,
#content-inner-9-anker:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0) !important;
}




label {
  display: inline-block;
  margin-bottom: .5rem;
}


.form-check {
		flex-wrap: wrap
}
.was-validated .opt-in {
 /* color: #000000 !important;*/
}


.form-group {
  margin-bottom: 1rem;
}
.form-control,
.form-select {
	border-radius: 0 !important;
}

input:focus-visible,
input:focus,
select:focus-visible,
select:focus {
		border-radius: 0 !important;
}


.form-check-input:checked {
	background-color: #950f53;
	border-color: #950f53;
}

.button_950f53:active,
.button_950f53:visited,
.button_950f53:focus,
.button_950f53:link
 {
	background-color: #333333 !important;
	color: #ffffff !important;
}

form .button_950f53:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 15, 83, 1) !important;	
	background: #333333 !important;
	color: #ffffff !important;
}














  .form-select {
	color:var(--bs-secondary-color);
  }

@media (min-width: 1000px) {
	form {
		font-size: 1.2rem;
	}
	.form-control::placeholder  {
		font-size: 1rem;
	}
}

.checkbox {
padding:0.7rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border-radius: 0 !important;
}
.checkbox:focus {

	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 16, 82, 0.7) !important;	
}

.form-select:focus {

	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 16, 82, 0.7) !important;	
}
.form-select option {
	font-family: 'Arial';
	font-size: 1rem;
}

.button_950f53:hover {
	background-color: #333333;
	color: #ffffff;
}

.button_3bacbe:hover {
	background-color: #333333;
	color: #ffffff;
}

.button_3bacbe {
	background-color: #2b7f8c;
	color: #ffffff;
	display:inline-block;	
	margin-left: 25px;
	transition: all 0.5s ease 0s !important;
}




.button_950f53 .btn:focus-visible,
.button_3bacbe .btn:focus-visible {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 1) !important;
	background: #333333 !important;
}



.button_950f53 .btn-small:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 15, 83, 1) !important;	
}	



.bottom-5 {
	margin-bottom: 3rem !important;
}

	.btn-small {
		font-weight:400;
	}



@media (min-width: 1000px) {
	.content-wrap h1 {
		font-size: 100px;
		line-height: 100px;
	}
	.btn {
		font-size:30px;
	}
	.btn-small {
		font-size:1.2rem;
		font-weight:400;
	}
	.button_3bacbe {
		margin-left: 40px;
	}
	.btn-white svg {
		width:40px;
		height:41px;
	}
}

.cover-header-inner-buttons {
	margin-top:25px;
}
  
/* Accessibility Settings */
.skip-link {
	position: fixed;
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
}
.skip-link:focus-visible {
	left: 2.5rem;
	text-decoration: none;
}
@media ( prefers-reduced-motion: reduce ) {
	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}

.faux-button {
	background: #950f53;
	color: #ffffff;
	padding:15px;
	font-size:18px;
	font-weight:700;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 16, 82, 0.7);
}
:focus-visible {
	box-shadow: 0 0 0 0.25rem rgba(149, 16, 82, 0.7) !important;
}
#content:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 16, 82, 0.7);	
}

















nav.navbar .navbar-brand .img-fluid:focus-visible,
.navbar-brand:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 16, 82, 0.7);	
}

/* LOGO */
nav.navbar .navbar-brand .img-fluid {
	max-height: 7rem;
	display: block;
	/*transition: width .4s;*/
	width: auto;
	/*-ms-interpolation-mode: nearest-neighbor;	*/
	
	
	transition: height .15s linear, width .15s linear, max-height .15s linear
	
}

.md-left {
	padding-left:3rem;
}
.md-right {
	padding-right:3rem;
}

p {
	line-height: 1.8;
	color: #000000;
	margin: 0;
}

#content-inner-1 a,
#content-inner-2 a,
#content-inner-6 a,
#content-inner-7 a,
#content-inner-9 a {
	color: #000000;
	text-decoration: underline;
	text-underline-position: auto;
	font-size: 1rem;
	text-align:left;
	font-weight:600;
	padding-left:0.2rem;
	padding-right:0.2rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}


#content-inner-1 a:hover,
#content-inner-2 a:hover,
#content-inner-6 a:hover,
#content-inner-7 a:hover,
#content-inner-9 a:hover {
	color: #950f53;
	transition: 0.2s;
	font-weight:600;
}

@media (min-width: 1000px) {
	p,
	.switch-text	{
	font-size: 1.2rem;
}

	#content-inner-1 a,
	#content-inner-2 a,
	#content-inner-6 a,
	#content-inner-7 a,
	#content-inner-9 a {
		font-size: 1.2rem;
	}
}

#content-inner-2 {
	background:#a7d3ff;
}
#content-inner-7 {
	background:#5e9edc;
}
#content-inner-4,
#content-inner-5 {
	background:#ffffff;
}
.inner-text {
	padding-top:3rem;
	padding-bottom:3rem;
}
.inner-text2 {
	padding-top:3rem;
}
.inner-text3 {
	padding-bottom:3rem;
}
.navbar-toggler:focus-visible {
	box-shadow: 0 0 0 0.25rem rgba(149, 16, 82, 0.7)
}

.navbar-toggler:focus {
	box-shadow: unset;
}



/* verkleinern */

nav.kleiner .navbar-brand .img-fluid {
	max-height: 4rem;
	transition: 0.2s;
}

.kleiner {
	height: 80px !important;
	transition: 0.2s;
}

nav.navbar {
  width: 100%;
  background-color: #ffffff;
  height: 135px;
  z-index: 100;
}

/* verkleinern */

.img-fluid {
	min-width: 100px;
}

.img-fluid.scaled {
	max-height: 4rem !important;
	transition: transform 0.3s ease !important; 
}

.navbar {
	padding-left: 15%;
	padding-right: 15%;
	font-weight:600;
	background-color: rgba(255, 255, 255, 1) !important;
}

.mt-5 {
	margin-bottom: 1.5rem;
}
#content-breadcrumb {
	padding-left: 15%;
	padding-right: 15%;		
	padding-top:1rem;
}
.btn-breadcrumb {
	font-size: 25px;
}
#content-inner {
	padding-left: 15%;
	padding-right: 15%;	
}
#content-inner-2,
#content-inner-6,
#content-inner-7,
#content-inner-9 {
	padding-left: 15%;
	padding-right: 15%;
}
#content-inner-6 {
	background-color: #e4ebf0;
}

#content-inner-9 {
	background-color: #f6f4f0;
}

#content-inner-3,
#content-inner-8 {
	padding-right: 15%;
	
	
	padding-left: 15%;
}
#content-inner-4 {
	padding-left: 15%;
	padding-right: 15%;		
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#content-inner-5 {
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 3rem;
}
#content-inner-4 img,
#content-inner-4 svg {
	width:80%;
	height:auto;
	max-width: 190px;
}
#content-inner-5 img,
#content-inner-5 svg {
	width:80%;
	height:auto;
	max-width: 90px;
}

#content-inner-4 .bmk_logo {
	width:80%;
	height:auto;
	max-width: 250px;
}
#content-inner-4 .republikoe_logo {
	width:80%;
	height:auto;
	max-width: 250px;
}
#content-inner-4 .republikoe_st0 {
	fill:#E6320F;
	max-width: 195px;
}
#content-inner-4 .asfinag_logo {
	width:80%;
	height:auto;
	max-width: 250px;	
}
#content-inner-4 .oebb_logo {
	width:80%;
	height:auto;
	max-width: 120px;	
}

#content-inner-5 .infas_logo {
	max-width: 55px;
}

#content-inner-5 .infas_logo path {
	fill: #000000;
}
#content-inner-5 .spectra_svg0 {
	fill:#113873;
}
#content-inner-5 .spectra_svg1 {
	fill:#C2001B;
}
#content-inner-5 .infas360_logo path {
	fill: #000000;
}

@media (max-width: 768px) {
	#content-inner-4 .bmk_logo {
		width:80%;
	}
	#content-inner-4 .republikoe_logo {
		width:95%;
	}
	#content-inner-4 .oebb_logo {
		width:50%;	
	}
	#content-inner-5 .infas_logo {
		max-width: 45px;
	}
}
#navbarSupportedContent {
	justify-content: flex-end;
}

#navbarSupportedContent li {
	margin-left:20px;
}

.dropdown-item {
	outline:0;
	font-weight:600;
}

.navbar-toggler {
	border-radius:0;
}

.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.nav-link svg path {
	stroke:#950f53;
	transition: 0.2s;
}

.nav-link:hover svg path {
	stroke:#333333 !important;
	transition: 0.2s;
}

.nav-link:focus svg path {
	stroke:#333333 !important;
	transition: 0.2s;
}

.nav-link svg {
	margin-left:5px;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.play-pause-button {
	position: absolute;
	right: 0;
	bottom: 0;
	/*left: 0;*/
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	/*margin-right: 15%;*/
	margin-right: 1rem;
	margin-bottom: 1rem;
	margin-left: 15%;
}

.play-pause-button-inner {
	background-color: rgba(255, 255, 255, 0.9) !important;
	transition: all 0.5s ease 0s !important;  /* Übergang auf alle veränderbaren Eigenschaften */
	color: #000000;
}
.play-pause-button-inner:focus-visible {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 1) !important;
	background: #333333 !important;
	color: #ffffff !important;
}
.play-pause-button-inner:hover:focus-visible .bi-play-fill::before,
.play-pause-button-inner:hover:focus-visible .bi-pause-fill::before  {
	color: #ffffff !important;
}
.play-pause-button-inner:hover .bi-play-fill::before,
.play-pause-button-inner:hover .bi-pause-fill::before {
	color: #333333;
	transition: all 0.5s ease 0s !important;  /* Übergang auf alle veränderbaren Eigenschaften */
}

.nav-link {
	color: #950f53;
	align-items: center;
	display: flex;
	justify-content: right;
	transition: 0.2s;
	margin:4px;
}
.nav-link:hover {
	color: #333333;
}

#content {
	background: #f6f4f0;
	min-height: auto;
}

.section-inner {
	width: 100%;
	max-width: 100%;
	/*word-break: break-word;*/
	word-wrap: break-word;
	margin: 0 auto;
}
.cover-header {
	background-image: url("../images/oesterreich_slider_wien.webp");
	
	min-height: 878px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cover-header-datenschutz {
	background-image: url("../images/datenschutz.webp");
	min-height: 500px;
	background-position: 20% calc(50% + 100px);
	background-repeat: no-repeat;
	background-size: cover;
}
.cover-header-faq {
	background-image: url("../images/faq.webp");
	min-height: 500px;
	background-position: center calc(50px);
	background-repeat: no-repeat;
	background-size: cover;
}
.cover-header-kontakt {
	background-image: url("../images/kontakt.webp");
	min-height: 500px;
	background-position: center calc(20% + 100px);
	background-repeat: no-repeat;
	background-size: cover;
}



@media (min-width: 1450px) {
	.cover-header-faq {
		background-size: contain;
		background-position: center calc(130px);
	}
	.cover-header-datenschutz {
		background-size: contain;
		background-position: center calc(50% + 60px);
	}	 
	.cover-header-kontakt {	 
		background-size: contain;
		background-position: center calc(50% + 60px);
	}
}


@media (max-width: 1300px) {
	.cover-header-datenschutz {
		background-image: url("../images/datenschutz_small.webp");
	}	 
	.cover-header-kontakt {
		background-image: url("../images/meeting.webp");
	}
	

}




.cover-header-downloads {
	background-image: url("../images/meeting.webp");
	
	min-height: 500px;
	background-position: center calc(50% + 100px);
	background-repeat: no-repeat;
	background-size: cover;
}

.bg2 {
	background-image: url("../images/worum-geht-es.webp");
	min-height: 400px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg3 {
	background-image: url("../images/wege-geleitet.webp");
	min-height: 150px;
	background-position: center 70%;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg4 {
	background-image: url("../images/laueft-ab.webp");
	min-height: 150px;
	background-position: right 70%;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg7 {
	background-image: url("../images/gemeinsam-losgehen.webp");
	min-height: 150px;
	background-position: 70% 35%;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg8 {
	background-image: url("../images/meeting.webp");
	min-height: 150px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg9 {
	background-image: url("../images/einzelne-schritte.webp");
	min-height: 150px;
	background-position: center 70%;
	background-repeat: no-repeat;
	background-size: cover;
}
.cover-header-inner {
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 15rem;
}

.cover-header-inner2 {
	left: 15%;
	right: 15%;
	padding-top: 15rem;
}


.carousel-indicators .btn {


  background-color: #333333;
  transition: background-color 0.3s ease; /* Sanfter Übergang bei Hover oder Aktiv */
  margin-left:10px;
  opacity:1 !important;	
}

.carousel-indicators .active {
  background-color: #950f53; /* Farbe für den aktiven Kreis */
  opacity:1 !important;
}

.carousel-indicators .btn:hover {
  background-color: #950f53;	
  opacity:1;
}
.carousel-indicators .btn:focus-visible {
	 opacity:1 !important;	
}


.only-mobil {
	display:none !important;
}

footer {
	background: #505152;
	color: #ffffff;
	padding-left: 15%;
  padding-right: 15%;
}
footer p {
	color: #ffffff;
}


footer .text-body-white,
footer .text-body-white:link,
footer .text-body-white:visited {
	text-decoration:none;
	color: #ffffff !important;
	font-weight: 600;
}

footer .text-body-white:hover {
  color: #ffffff !important;
  transition: 0.2s;
  font-weight: 600;
  text-decoration:underline;
}
footer .text-body-white:focus {
  color: #ffffff !important;
  transition: 0.2s;
  font-weight: 600;
  text-decoration:underline;
}

footer .text-body-white:focus {
  color: #ffffff !important;
  transition: 0.2s;
  font-weight: 600;
  text-decoration:underline;
}


footer .btn:focus-visible {
	/*box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 1) !important;*/
	box-shadow: 0 0 0 0.25rem rgba(149, 15, 83, 1) !important;
}


.standard-text li {
line-height: 1.8;
  color: #000000;
  margin: 0;
}



@media (min-width: 1000px) {
  footer .text-body-white {
    font-size: 1.2rem;
  }
  
  .standard-text li {
  font-size: 1.2rem;
}

}



@media (min-width: 1700px) {
	.cover-header {
		background-position: center calc(20% - 10px);
	}
		.cover-header-datenschutz,
	.cover-header-downloads,
.cover-header-kontakt,
.cover-header-faq	{
	min-height: 600px;
}
}
@media (max-width: 1600px) {
	.cover-header {
		min-height: 800px;
	}
	



 .carousel-item img,
.carousel-item-width img {
      height: 650px;
    }
    #carouselExampleAutoplaying {
     height: 650px;
    }




}
/* ANKERSPRUNG */
:target:before {
	content: "";
	display: block;
	height: 80px;
	margin: -80px 0 0;
}




.half-width-image-left {
		width: calc(0.5 * var(--viewportWidth));
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}




@media (max-width: 1000px) {

	.mt-5 {
		margin-top: 1rem !important;
		margin-bottom: 0 !important;
	}
	.bottom-5 {
		margin-bottom: 1rem !important;
	}
	h1 {
		font-size:30px;
		line-height: 30px;
	}
	h2 {
		font-size:30px;
		line-height: 30px;
	}
	.h2-small {
		font-size:20px;
		line-height: 20px;		
	}
	h3 {
		font-size:30px;
		line-height: normal;
	}	
	.h3-small {
		font-size: 20px;
		line-height: 20px;	
	}
	h4 {
		font-size:1rem;
		line-height: normal;		
	}
	#content-breadcrumb {	
	padding-top:0.5rem;
}
	.inner-text {
	padding-top:1rem;
	padding-bottom:1rem;
}
	.inner-text2 {
	padding-top:1rem;
}
.inner-text3 {
	padding-bottom:1rem;
}
.md-left,
.md-right {
	padding-left:1rem;
	padding-right:1rem;

}

.cover-header-faq {
	min-height: 400px;
	background-position: center calc(20% + 100px);
}

.cover-header-datenschutz {
	min-height: 400px;
	background-position: 20% calc(20% + 30px);
}

}


@media (max-width: 991px) {

.navbar-toggler span {
	background-color: #950f53;
}


  .navbar {
    padding-left: 0px;
	padding-right: 0px;
	padding-top:0.4em;
  }
  .kleiner {
	  padding-top:0.2em;
  }
  
	.navbar-brand {
		margin-left:8%;
	}
	.navbar-toggler {
		margin-right:8%;
	}


	.nav-menu-bg {
		
	}
	
	.navbar-collapse {	
		margin-top: 3px;
	}

#navbarSupportedContent li {
    padding: 0;
	margin:0;	
}

#navbarSupportedContent li a {
    padding-left: 10px;
	padding-right: 23px;
}

#navbarSupportedContent li a:hover {
	background-color: #950f53;
	color: #ffffff;
}

/* Ausgangszustand des Menüs */
#navbarSupportedContent {
  opacity: 0; /* Menü ist unsichtbar */
  visibility: hidden; /* Menü ist unsichtbar und verhindert Interaktionen */
  transition: opacity 0.5s ease-out, box-shadow 0.3s ease; /* Animation für opacity und box-shadow */
  box-shadow: none; /* Schatten ist anfangs nicht sichtbar */
}

/* Wenn das Menü sichtbar wird */
#navbarSupportedContent.show {
  opacity: 1; /* Menü wird sichtbar */
  visibility: visible; /* Menü wird sichtbar und interaktiv */
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); /* Schatten, wenn das Menü geöffnet ist */
  background: #ffffff;
}
#navbarSupportedContent.collapsing {
  opacity: 1; /* Menü wird sichtbar */
  visibility: visible; /* Menü wird sichtbar und interaktiv */
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); /* Schatten, wenn das Menü geöffnet ist */
  background: #ffffff;
}
  
  
  .navbar-toggler {
	  border:0;
  }
  
	.navbar-brand {
		/*padding-bottom: 3px;*/
	}


	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;

	}


}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 1rem;
	
}
.breadcrumb-item.active {
	color:#000000;
}
.btn-breadcrumb {
	
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  overflow:visible;
  clip:auto;
  white-space:normal
}

/* TABLET */
@media (max-width: 768px) {
	 .carousel-item img {
		object-position: left top;
    }
	 .carousel-item-width img {
		object-position: center calc(100% + 50px) !important;
    }	
	footer {
		padding-left:0;
		padding-right:0;
	}
	
	
	.standard-text {
padding-left: 1rem;
}
	
	.cover-header {
	background-image: url("../images/oesterreich_slider_wien.webp");
}

.cover-header-faq {
	background-image: url("../images/faq_small.webp");
	min-height: 250px;
	background-position: center calc(20% + 40px);
}

.cover-header-datenschutz {
	min-height: 250px;
	background-position: 30% calc(20% + 15px);
}


.cover-header-downloads {
	min-height: 250px;
	background-position: center calc(20% + 50px);
}
.cover-header-kontakt {
	min-height: 250px;
	background-position: 55% calc(20% + 70px);
}

	.btn-breadcrumb {
	font-size: 20px;
}
	.only-mobil {
		display: flex !important;
	}
	.no-mobil {
		display: none !important;
	}
	
	
	nav.navbar {
  height: 80px;
  padding-top:3px;
}
	.mobil-padding-top {
		padding-top:0.3rem;
	}
	#content-breadcrumb,
	#content-inner,
	#content-inner-2,
	#content-inner-3,
	#content-inner-4,
	#content-inner-5,
	#content-inner-6,
	#content-inner-7,
	#content-inner-8,
	#content-inner-9	{
		padding-left: 0;
		padding-right: 0;	
	}
	#content-inner-4,
	#content-inner-8 {
		padding-top: 1rem;
	}
	#content-inner-4,
	#content-inner-5	{
		padding-bottom: 1rem;
	}
	#content-inner-4 .mobil-txt,
	#content-inner-5 .mobil-txt	{
		padding-bottom: 1rem;
		justify-content: left !important;
	}
	footer .mobil-txt {
		justify-content: left !important;
	}
	
	#content-inner-4 .no-break-mobil {
		padding: 0 !important;
		width:33%;
	}
	#content-inner-4 .p-left-mobile-logo {
		padding-left: 1rem !important;
	}
	#content-inner-5 .no-break-mobil {
		padding: 0 !important;
		width:100%;
		flex-wrap: wrap;
	}
	#content-inner-5 .break-mobil {
		padding: 0 !important;
		width:33%;
		flex: auto;
	}	
	.break {
		flex-basis: 100%;
		/*height: 0;*/
		height: auto;
		margin-top: 0.5em;
	}
	

	nav.navbar .navbar-brand .img-fluid {
		max-height: 4rem;
	}
	
	.navbar-brand {
		margin-left:10px;
	}
	.navbar-toggler {
		margin-right:10px;
	}
	.button_3bacbe {
		margin-left: 20px;
	}
	ul {
		padding:0;
	}
	
	.bg2,
	.bg7 {
		min-height: 150px;
	}
	
}

/* SMARTPHONE */
@media (max-width: 486px) {
	.nav-link svg {
	margin-left:2px;
}
	.cover-header {
		min-height: 740px;
	}
	
	.content-wrap h1 {
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	color: #000000;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
}
	.cover-header-inner {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10rem;
		text-align:center;
	}
	.cover-header-inner2 {
		left: 15px;
		right: 15px;
		padding-top: 10rem;
		text-align:center;
	}	
	
	
	.button_3bacbe {
	margin-left: 10px;
}
.btn-white svg {
	margin-left:2px;
}
	.bg2,
	.bg7 {
		min-height: 150px;
	}
}





@media (max-width: 767px) {
	.bg4 {
		background-position: center 45%;
	}
}
@media (max-width: 400px) {
	.bg4 {
		background-position: center 38%;
	}
}


/* Grundlegender Stil für den Schalter */
.switch-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

/* Verstecke das ursprüngliche input-Element */
.switch-label input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

/* Der Schieberegler */
.switch-label .slider {
    position: relative;
    display: block;
    width: 60px;
    height: 34px;
    background-color: #adb5bd;
    transition: background-color 0.4s ease;
}

.switch-label .slider:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: white;
    top: 4px;
    left: 4px;
    transition: transform 0.4s ease;
	
}

/* Der Schalter im Dark Mode (aktiv) */
.switch-label input:checked + .slider {
    background-color: #950f53;
}

.switch-label input:checked + .slider:before {
    transform: translateX(26px); /* Schiebe den Regler nach rechts */
}


/* Visueller Fokusstil - nur bei Tab (Focus-Visible) */
.switch-label input:focus-visible + .slider {
    box-shadow: 0 0 0 0.25rem rgba(149, 15, 83, 1);
}

/* Der Text neben dem Schalter */
.switch-text {
    margin-left: 10px;
}



.invalid-feedback {
	color: #800000;
	font-weight: 600;
}
.form-control.is-invalid, 
.was-validated .form-control:invalid {
	border-color: #800000;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: #800000;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23800000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23800000' stroke='none'/%3e%3c/svg%3e");

}
.form-control,
.checkbox {
	border-color: #333333;
}

 #external-banner {
      display: none;
      background-color: #f8d7da;
      color: #721c24;
      padding: 10px;
      text-align: center;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
    }
	


@media (prefers-color-scheme: dark) {
	:root {
        --background-color: #000000;
        --text-color: #ffffff;
    }
	
	/*
	img,
	image,
	.bg2,
	.bg3,
	.bg4,
	.bg7,
	.bg8,
	.bg9,
	.cover-header-kontakt,
	.cover-header-datenschutz,
	.cover-header-faq,
	.form-control.is-invalid, .was-validated .form-control:invalid,
	.form-control.is-valid, .was-validated .form-control:valid	{ 
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%); 
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%); 
		-o-filter: grayscale(100%);
		filter: url(resources.svg#desaturate);
		-webkit-filter: grayscale(1);
	}
	*/
	svg image,
	.logo-herry	{ 
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%); 
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%); 
		-o-filter: grayscale(100%);
		filter: url(resources.svg#desaturate);
		-webkit-filter: grayscale(1);
	}	
	#content-breadcrumb,
	.breadcrumb-item.active,
	.bi-house-door-fill::before,
	.breadcrumb-item + .breadcrumb-item::before,
	.breadcrumb-item::before {
		color: #ffffff !important;	
	}
	.breadcrumb-item + .breadcrumb-item::before {
		--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23fff'/%3E%3C/svg%3E");
	}
	
	.color_950f53 {
		/*color: #6c757d !important;*/
	}
	.button_950f53,
	.button_3bacbe {
		background: #000000 !important;
	}
	.nav-link {
		color: #ffffff !important;
	}
	.nav-link svg path,
	.nav-link:hover svg path,
	.nav-link:focus svg path,
	.nav-link svg {
		stroke: #ffffff !important;
		fill: #000000 !important;

	}
	.navbar-toggler span {
		background: #ffffff !important;
	}
	.navbar-nav {
		/*background: #000000 !important;*/
		color: #ffffff !important
	}
	#navbarSupportedContent {
		background: #000000 !important;
		color: #ffffff !important
	}
	#navbarSupportedContent li a:hover {
		background-color: unset;
	}
	:focus-visible,
	.button_950f53:focus 	{
		box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 1) !important;

	}
	.switch-label input:focus-visible + .slider {
		box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 1) !important;
	}
	.button_950f53 .btn-small:focus-visible,
	form .button_950f53:focus-visible
	{
		box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 1) !important;
		background: #333333 !important;
	}	

	.form-check-input:focus-visible, 
	.checkbox:focus-visible,
	.checkbox:focus	{
		box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 1) !important;
	}



	header:focus-visible,
	header:focus
	nav:focus-visible,
	nav:focus	{
		box-shadow: none !important;
		background: #000000 !important;
	}
	
	footer .btn:focus-visible {
		box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 1) !important;
	}
	
	.anker-top a:focus-visible {
		outline: 0;
		box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 1) !important;	
	}
	
	.btn-small {
		border:2px solid #ffffff !important;
	}
	
	#content-inner-1 a, 
	#content-inner-2 a, 
	#content-inner-6 a, 
	#content-inner-7 a, 
	#content-inner-9 a,
	p a	{
		text-decoration:underline !important;
		color: #ffffff !important;
	}
	body,
	#content-inner,
	#content,
	#content-inner-1,
	#content-inner-3,
	#content-inner-4,
	#content-inner-5,
	#content-inner-8,
	#content-inner-9,
	.faux-button
	 {
		background: #3d3f41 !important;
		color: #ffffff !important
	}
	.navbar
	 {
		background: #000000 !important;
		color: #ffffff !important
	}	
	
	
	#content-inner-6,
	#content-inner-7,
	#content-inner-2	{
		background: #212529 !important;
		color: #ffffff !important
	}
	footer {
		background: #212529 !important;
	}
	.form-control.is-invalid, .was-validated .form-control:invalid,
	.form-check-input.is-invalid, .was-validated .form-check-input:invalid	{
		border-color: #adb5bd;
	}
	p,
	.invalid-feedback {
		color: #ffffff !important
	}
	h1,h2 {
		background: #ffffff !important;
		color: #000000 !important
	}
	
	h3,h4,h5,h6 {
		color: #ffffff !important
	}
	.republikoe_st0,
	.asfinag_logo rect,
	rect,
	polyline,
	polygon	{
		fill: #ffffff !important;
	}
	svg {
		fill: #ffffff !important;
	}
	svg path  {
		fill: #ffffff !important;
	}
	.btn svg path,
	.anker-top svg path	{
		fill: none !important;
	}
	.form-check-input:checked[type="checkbox"],
	.form-check-input:focus	{
		--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
	}
	.form-check-input:checked {
		background-color: #495057;
		border-color: #495057;
	}
	#neuerUmrissbmvit .cls-2 {
		fill: #950f53 !important;
	}
	.cls-3 {
		/*stroke: #b6b7b7 !important;
		background: #000000 !important;*/
	}	
	.form-check-input.is-valid:checked, 
	.was-validated .form-check-input:valid:checked {
		background-color: #495057
	}
}




	
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none !important; /* Entfernt Slide-Animation */
  }
    .play-pause-button {
    display: none !important;
  }
}





 #videoContainer {
        position: relative;
    }


  /* Video-Styling */
  video {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  
  video:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 16, 82, 0.7);	
}
  @media (min-width: 768px) {
   #videoContainer .btn {
	font-size:50px;
   }
  }
  
    @media (max-width: 768px) {
   #videoContainer .btn {
	font-size:30px;
   }
  }
  
#videoContainer {
	cursor: pointer;
}
#playButton {
	background-color: rgba(255, 255, 255, 1);
	color: #000000;
}

#videoContainer:hover #playButton {
	background-color: rgba(255, 255, 255, 0.9);
}


/*
.video-container:hover #playPauseBtn {
	background-color: rgba(255, 255, 255, 0.9);
	box-sizing:border-box;
	outline: 0;
	border-color: var(--bs-btn-hover-border-color);
}





video:-webkit-full-screen + .custom-controls,
video:-moz-full-screen + .custom-controls,
video:-ms-full-screen + .custom-controls {
    display: flex;
}

.custom-controls {
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

#videoPlayer {
	cursor:pointer;
}
#videoPlayer,
#playButton:focus-visible {
		outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(149, 16, 82, 0.7);
}


 .video-container {
    position: relative;
    width: 100%;
    height: 100%;
  }



  
  .custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
    border: none;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
  }
	


  
  .hide-play-button .custom-play-button {
    display: none;
  }
  
  
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playlist-item {
    cursor: pointer;
}


.video-container:fullscreen .custom-controls,
.video-container:-webkit-full-screen .custom-controls,
.video-container:-moz-full-screen .custom-controls {
    display: flex !important; 
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); 
    padding: 10px;
    justify-content: center;
    z-index: 1000;
}

.video-container:fullscreen video,
.video-container:-webkit-full-screen video,
.video-container:-moz-full-screen video {
    width: 100%;
    height: 100%;
}

video::-webkit-media-controls {
    display: none !important;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; 
}

.custom-controls {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 2; 
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
}

.video-container[playing] .custom-controls {
    display: flex;
}

.custom-controls button, .custom-controls input {
    margin: 0 5px;
}




    .custom-controls {
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .custom-controls.show {
        opacity: 1;
        pointer-events: all;
    }

*/









