:root {
--yellow: #E1E100;
--green: #64D4C6;
--blue: #1E8BDA;
--darkblue: #003C94;
--magenta: #cc3366;
}
@font-face {
font-family: 'Pilcrow Medium';
font-style: normal;
font-weight: normal;
src: local('Pilcrow Medium'), url('../fonts/Pilcrow-Medium-BF64dd8808de63a.woff') format('woff');
}


@font-face {
font-family: 'Pilcrow Regular';
font-style: normal;
font-weight: normal;
src: local('Pilcrow Regular'), url('../fonts/Pilcrow-Regular-BF64dd8808df29b.woff') format('woff');
}


@font-face {
font-family: 'Pilcrow Semibold';
font-style: normal;
font-weight: normal;
src: local('Pilcrow Semibold'), url('../fonts/Pilcrow-Semibold-BF64dd8808cf0c5.woff') format('woff');
}


@font-face {
font-family: 'Pilcrow Bold';
font-style: normal;
font-weight: normal;
src: local('Pilcrow Bold'), url('../fonts/Pilcrow-Bold-BF64dd8808d9f10.woff') format('woff');
}


@font-face {
font-family: 'Pilcrow Heavy';
font-style: normal;
font-weight: normal;
src: local('Pilcrow Heavy'), url('../fonts/Pilcrow-Heavy-BF64dd8808d8b54.woff') format('woff');
}
body {
	min-width: 355px;
	font-family: 'Calibri', sans-serif;
	font-size: 1rem;
	font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
.infas-logo {
	max-width: 100px;
	min-width: 90px;
	padding: 0 15px 0;
}
.fixed-top {
	background-color: white;
	height: 130px;
}
.faq {
	background-color:var(--darkblue);
}
.faq h2 {
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 1rem 0;;
}
.faq h4 {
	color: white;
	text-align: left;
	padding: 10px 0 0 15px;
	margin-top: 35px;
}
.faq h4 + p {
	text-align: left;
	padding: 10px 0 0 15px;
}

.accordion-item:not(:first-of-type) {
	border-top: 2px solid white;
}
.accordion-item {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 10px;
	margin-bottom: 15px;
}
.accordion-item h2 {
	padding: 0;
}

.accordion-button {
	background-color: transparent;
	color: white;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5rem;
}
.accordion-button:not(.collapsed) {
	box-shadow: none;
}
.accordion-item:hover {
	background-color: rgba(0, 0, 0, 0.2);
	transition:  background-color 0.3s ease;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-icon-width: 2rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-body {
	color: white;
	text-align: left;
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	color: white;;
}

.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) {	
	.p-left {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.p-left-mobile {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

 .dropdown-toggle::after {
	 display:none;
 }
  .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;
  }  

  
  .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
  }
h1 {
	font-family: 'Pilcrow Regular';
	font-size: 42px;
	font-weight: 700;
	text-align: left;
	color: #000000;
	margin-bottom: 1rem;
}
h2 {
	font-family: 'Pilcrow Regular';
	font-size: 34px;
	font-weight: 700;
	line-height: 2.5rem;
	text-align: left;
	color: #000000;
	margin-bottom: 1rem;
}
.h2-small {
	font-size: 40px;
	line-height: 40px;
}
h3 {
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	font-family: Pilcrow Semibold;
	margin-top: 10px;
}
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;	
}
p {
	font-size: 1.2rem;
	line-height: 1.3;
}
.teaser {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 12px;
}
a {
	color: black;
	text-decoration: underline;
}
a.download {
	font-size: 1.3rem;
	line-height: 1;
	margin-left: 34px;
	display: block;
}
a.download:before {
	content: url(../img/download.svg);
	display: inline-block;
	margin-left: -34px;
	vertical-align: middle;
	padding-right: 4px;
	height: 34px;
	width: 34px;
}
/* Listenpunkte mit türkies Block */
ul.blocks {
	list-style: none;
	padding: 0;
}
ul.blocks li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
	font-size: 1.2em;
}
ul.blocks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-color: var(--green);
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Marker */
.highlight {
	background: linear-gradient(120deg, #E1E100 0%, #E1E100 100%);
	background-repeat: no-repeat;
	background-size: 0% 0.4em;
	background-position: left bottom;
	transition: background-size 0.8s ease-in-out;
	border-radius: 4px;
}
.highlight.active {
	background-size: 100% 0.4em;
}
.highlight.inactive {
	background-size: 0% 0.4em;
}
.headline {
	background-color: var(--yellow);
	display: inline-flex;
	padding: 2rem 2rem 1rem;
	border-radius: 2rem;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	margin: 0 0 2rem 0;
	max-width: fit-content;
}
.nav-item a {
	padding: 8px 18px;	
}
.nav-item a {
    position: relative;
    display: inline-block;
    padding: 8px 18px;	
    font-size: 20px;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}
.nav-item a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #E1E100;
    z-index: -1;
    transition: bottom 0.4s ease;
    border-radius: 10px;
}
.nav-item a:hover::before {
    bottom: 0;
}
.nav-item a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.hover-button {
  position: relative;
  overflow: hidden;
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  background-color: #333;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.hover-button::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* Farbe der Fläche */
  transition: bottom 0.4s ease;
  z-index: 0;
}
.hover-button:hover::before {
  bottom: 0;
}
.hover-button span {
  position: relative;
  z-index: 1;
}

.btn-link,
.btn-link:hover {
	color: black;
	text-decoration: underline;
}
.button-stchac {
	background-color: var(--yellow);
	border-radius: 10px;
	color: black;
	display: inline-block;
	font-family: 'Pilcrow Semibold';
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.5s ease 0s !important;
	padding: 5px 25px;
}
.button-stchac-yellow {
	background-color: var(--yellow);
}
.button-stchac-green {
	background-color: var(--green);
}
.button-stchac-blue {
	background-color: var(--blue);
	color: white;
}
.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;
}
footer .navbar-brand img {
	margin-left: -87px;
	margin-top: -20px;
}
footer .container {
	padding-top: 20px;
}
.bundLogo {
    background-color: white;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}
.anker-top {
	position: absolute;
	right: 8%;
	top: 3.5rem;
}
@media (max-width: 1000px) {
	footer .navbar-brand img {
		margin-left: -25px;
	}
	.anker-top {
		top: 1.5rem;
	}
}

@media (max-width: 991px) {
	.anker-top {
		right: 2%;
	}
}

@media (max-width: 767px) {
	.anker-top {
		right: 10%;
	}
}
ol.teaser  {
	padding-left: 1rem;
}
ul.teaser {
	padding-left: 0;
}
ul.teaser li {
	font-size: 1.3rem;
    list-style: none;
    display: inline-block;
	padding-bottom: 6px;
	margin-left: 20px;
}
ul.teaser li:before {
	content: "– ";
	margin-left: -15px;
}


#background-container {
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
}


 .carousel-item img,
 .carousel-item-width img {
      height: 878px;
      object-fit: cover;
	  object-position: center center;
      width: 100%;
}

    /* 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: 30px;        
}
.gap-30 > [class*="col-"] {
    flex: 1;
}

@media (max-width: 1000px) {
	.breakpoint .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.gap-30 {
		gap: 30px; 
	}
}



.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 var(--magenta) !important;
}


.anker-top .arrow {
	border-top: 2px solid #000;
	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 {
	margin-top: 130px;
}

#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
}
.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: var(--magenta);
	border-color: var(--magenta)
}
.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 var(--magenta) !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) {
	.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;
	}
}
/* 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;
}

@media (min-width: 1000px) {
	p,
	.switch-text,
	.accordion-body	{
	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-4,
#content-inner-5 {
	background:#ffffff;
}
.inner-text {
	padding-top: 4rem;
	padding-bottom: 3rem;
}
.inner-text2 {
	padding-top:3rem;
}
.inner-text3 {
	padding-bottom:3rem;
}

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

h2.marc {
    background-color: transparent;
    position: relative;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

h2.marc.is-inview {
    background-color: var(--yellow);
    animation: fade-out 1.5s ease-out forwards;
}

@keyframes fade-out {
    0% { 
        background-color: var(--yellow);
    }
    100% { 
        background-color: transparent;
    }
}

/* verkleinern */

nav.kleiner .navbar-brand .img-fluid {
	max-height: 4rem;
	transition: 0.2s;
}
header:has(nav.navbar.kleiner) {
	background-color: #F3F4F6;
}
nav.navbar.kleiner {
	background-color: #F3F4F6;
	height: 100px;
}
.fixed-top:has(nav.navbar.kleiner) {
	height: 100px;
}
nav.navbar.kleiner .nav-item a {
	font-size: 18px;
}
nav.navbar.kleiner #navbarSupportedContent {
	padding-top: 5px;
}
nav.navbar.kleiner .navbar-brand img {
	height: 80px;
	margin-top: -10px;
}


nav.navbar {
  width: 100%;
  background-color: #ffffff;
  height: 130px;
  z-index: 100;
}

/* verkleinern */

.img-fluid {
	min-width: 100px;
}
.img-fluid.scaled {
	max-height: 4rem !important;
	transition: transform 0.3s ease !important; 
}
.navbar {
	background-color: #ffffff;
	font-weight: 600;
}
.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: 5%;
	padding-right: 5%;	
}

#navbarSupportedContent {
	justify-content: flex-end;
	padding-top: 25px;
}

#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;
}

.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 {
	align-items: center;
	color: black;
	font-family: 'Pilcrow Semibold';
	display: flex;
	justify-content: center;
	transition: 0.2s;
	margin: 4px;
	line-height: 1.3;
}
.nav-link:hover {
	color: #333333;
}

#content {
	min-height: auto;
}
section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.section-inner {
	width: 100%;
	max-width: 100%;
	/*word-break: break-word;*/
	word-wrap: break-word;
	margin: 0 auto;
}
.image {
	aspect-ratio: 1.618 / 1;
	margin: 1rem;
	max-width: 600px;
	object-fit: cover;
	object-position: right;
}
@media (max-width: 1340px) {
	.image {
		max-width: 400px;
	}
}
@media (max-width: 486px) {
	.image {
		margin: 0;
		width: auto;
	}
}
.yellow-image {
	border-radius: 2rem;
	border-bottom-left-radius: 0;
}
.rocket-image {
	border-radius: 2rem;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}
.blue-image {
	border-radius: 2rem;
	border-bottom-right-radius: 0;
}
div.rocket:after {
	content: url(../img/rocket.svg);
    position: relative;
    bottom: -227px;
    right: 124px;
}
/* Bild ueber gesamte breite */
.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;
}
.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; 
  margin-left:10px;
  opacity:1 !important;	
}
.carousel-indicators .active {
  background-color: #950f53; 
  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: #F3F4F6;
	color: black;
}
footer p {
	color: black;
}
footer .text-body-white,
footer .text-body-white:link,
footer .text-body-white:visited {
	text-decoration:none;
	font-weight: 600;
	font-size: 1.2rem;
}
footer .text-body-white:hover {
  transition: 0.2s;
  font-weight: 600;
  text-decoration: underline;
}
footer .text-body-white:focus {
  transition: 0.2s;
  font-weight: 600;
  text-decoration: underline;
}
footer .text-body-white:focus {
  transition: 0.2s;
  font-weight: 600;
  text-decoration: underline;
}





@media (min-width: 1000px) {
  footer .text-body-white {
    font-size: 1.2rem;
  }
  .navbar-infas {
	margin-left: 10%;
  }
}


@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;
    }
}
@media (max-width: 1399px) {
	div.rocket:after {
    	bottom: 121px;
   		right: -312px;
	}
}

/* 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: 36px;
		line-height: 2.5rem;
	}
	h2 {
		font-size: 30px;
	}
	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;
}
.column-reverse {
	flex-direction: column-reverse;
}

.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: black;
}


  .navbar {
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0.4em;
  }
	.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-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-toggler {
		margin-right:10px;
	}
	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;
	text-shadow: 0 0 10px rgba(45, 67, 17, 0.8);
}
	.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;
}

	
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none !important; /* Entfernt Slide-Animation */
  }
    .play-pause-button {
    display: none !important;
  }
}

/* Timeline taken from https://www.bootdey.com/snippets/view/our-history-timeline#html */
.container-timeline {
	background-color: #F3F4F6;
}
.history-wrapper {
	background-image: url(../img/pattern.png);
	background-position: center center;
	background-repeat: repeat-y;
    position: relative;
    padding: 50px 0 50px;
}
.history-wrapper:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #ededed;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.history-wrapper .title-wrap {
    opacity: 0.2;
    padding: 100px 0 0 45px;
}
.history-wrapper .timeline-box {
    position: relative;
}
.one-of-two {
    width: 50%;
    float: left;
}
.history-wrapper .timeline-box:not(:last-child) {
    margin-bottom: 140px;
}
.timeline-box:nth-child(2n) {
    padding: 0 0 0 160px;
}
.history-wrapper .timeline-box:nth-child(2n) {
    margin-bottom: 100px;
}
.history-wrapper .timeline-box:nth-child(2n + 1) {
    text-align: right;
}
.history-wrapper .timeline-box:nth-child(2n) {
	text-align: left;
}
.timeline-box:nth-child(2n + 1) {
    padding: 0 160px 0 0;
}
.year {
    width: 120px;
    height: 90px;
    border-radius: 10px;
    position: absolute;
    background: #fff;
    top: 30%;
    color: #3b3b3b;
    transform: translateY(-50%);
    line-height: 1.4;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
	font-family: Pilcrow Bold, sans-serif;
	display: flex;
	align-items: center;
}
.timeline-box p {
	margin: 0;
	padding: 0 0 40px;
}
.timeline-box:nth-child(2n) .year {
    left: 25px;
}
.timeline-box:nth-child(2n + 1) .year {
    right: 32px;
}
.year:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
}
.timeline-box:nth-child(2n) .year:before {
    left: -8px;
    transform: rotate(45deg);
}
.timeline-box:nth-child(2n + 1) .year:before {
    right: -8px;
    transform: rotate(-135deg);
}
.timeline-box:after {
    content: "";
    width: 3px;
    height: 0;
    background: var(--darkblue);
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.timeline-box:nth-child(2n):after {
    left: -1.5px;
}
.timeline-box:nth-child(2n + 1):after {
    right: -1.5px;
}
.timeline-box:hover:after {
    height: 97px;
}
.timeline-box:before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 5px solid #ededed;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 30%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.timeline-box:nth-child(2n):before {
    left: -10.5px;
}
.timeline-box:nth-child(2n + 1):before {
    right: -10.5px;
}
.timeline-box:hover:before {
    border: 5px solid var(--darkblue);
}
.timeline-box h3 {
	padding: 0
}

.puzzle-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: auto;
}
@media (max-width: 1000px) {
	.p-left:has(.puzzle-container) {
		padding-left: 0;
	}
	.puzzle-section h2,
	.puzzle-section .teaser {
		padding-left: 25px;
	}
	.puzzle-block h2 {
		padding-left: 0;
	}
	.puzzle-section ul.teaser {
		padding-left: 0;
	}
}

.puzzle-block {
	flex: 1 1 300px;
	padding: 24px 20px 20px;
	color: #000;
}

.left-block {
	background-color: var(--green);
	border-radius: 20px 0 0 20px;
	position: relative;
}

.right-block {
	background-color:  var(--yellow);
	border-radius: 0 20px 20px 0;
	position: relative;
}

/* Puzzle-Nase horizontal */
.puzzle-connector {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: var(--yellow);
	border-radius: 50%;
	right: -20px; /* Nase ragt in den rechten Block */
	z-index: 2;
}

.right-block::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: var(--green);
	border-radius: 50%;
	left: -20px; /* Gegenstück */
	z-index: 2;
}
.card {
	background-color: #64D4C6;
	border-radius: 15px;
	border: none;
	display: flex;
	hyphens: auto;
	justify-content: center;
	padding: 15px;
	margin: 5px;
	min-width: 200px;
	min-height: 120px;
}
.card h3 {
	font-size: 18px;
}

.badge {
	background-color: #54a2de;
	font-family: Calibri, sans-serif;
	margin-left: 10px;
}
.icon {
	width: 28px;
	height: 28px;
	margin: -8px 8px 0 0;
}
.wer-section {
	background-color: var(--green);
}

/* Responsiv */
@media (max-width: 767px) {
	.puzzle-container {
		flex-direction: column;
		padding-right: 0;
		padding-left: 0;
	}
	.puzzle-connector,
	.right-block::before {
		display: none; /* Nase ausblenden bei kleiner Breite */
	}
	.puzzle-block {
		margin-right: 15px;
	}
	.left-block,
	.right-block {
		border-radius: 20px;
		margin-bottom: 10px;
	}
	.container-fluid .card {
		flex-direction: column;
	}
	
}

@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
    .history-wrapper {
		background-size: contain;
        padding: 30px 0 30px;
    }
    .history-wrapper .title-wrap {
        padding: 0;
        margin-bottom: 30px;
    }
    .title-wrap.one-of-two {
        width: 100%;
    }
    .history-wrapper:after {
        left: 0;
    }
    .history-wrapper .timeline-box:nth-child(2n) {
        padding: 0 0 0 170px;
    }
    .history-wrapper .timeline-box:not(:last-child) {
        margin-bottom: 40px;
    }
    .timeline-box.one-of-two,
    .timeline-box .img img {
        width: 100%;
    }
    .history-wrapper .timeline-box:nth-child(2n + 1) {
        margin-top: 0;
        text-align: left;
    }
    .timeline-box:nth-child(2n + 1) .year {
        left: 32px;
    }
    .timeline-box:nth-child(2n + 1):before {
        left: -10.5px;
    }
    .timeline-box:nth-child(2n + 1) .year:before {
        left: -8px;
        transform: rotate(45deg);
    }
    .timeline-box:nth-child(2n + 1):after {
        left: -1.5px;
    }
    .history-wrapper .timeline-box:nth-child(2n + 1) {
        margin-top: 0;
        text-align: left;
    }
    .timeline-box:nth-child(2n + 1) {
        padding: 0 0 0 170px;
    }
	.infas-logo {
		padding: 0 15px 0;
	}
}
@media screen and (min-width: 991px) {
	.history-wrapper .timeline-box:nth-child(2n) {
		margin-top: 170px;
	}
}

@media screen and (max-width: 767px) {
    .history-wrapper .timeline-box:nth-child(2n),
    .history-wrapper .timeline-box:nth-child(2n + 1) {
        padding: 0 15px;
    }
    .history-wrapper .timeline-box:not(:last-child) {
        margin-bottom: 30px;
    }
    .timeline-box .content {
        text-align: left;
		margin-left: 160px;
    }
    .timeline-box:nth-child(2n):after,
    .timeline-box:nth-child(2n + 1):after {
        display: none;
    }
	.image {
		aspect-ratio: 1;
		max-width: 400px;
		object-fit: cover;
		object-position: center;
		margin: 0;
	}
}
@media screen and (max-width: 486px) {
 .image {
	max-width: 300px;
}
.card {
	width: 95%;
}
}

@media (prefers-color-scheme: dark) {
	:root {
        --background-color: #000000;
        --text-color: #ffffff;
    }
	header,
	.fixed-top,
	header:has(nav.navbar.kleiner),
	nav.navbar.kleiner,
	nav.navbar {
		background-color: #212529;
		color: white;
	}
	#navbarSupportedContent {
		background-color: #212529 !important;	
		color: white !important;
	}
	.container-timeline {
		background-color: #212529;
	}
	.navbar-toggler span {
		background-color: #ffffff;
	}
	h1, h2 {
		color: white;
	}
	.puzzle-container h2,
	.wer-section p,
	.wer-section h2 {
		color: black;
	}
	.infas-logo,
	.anker-top .arrow,
	a.download:before {
		filter: invert(1);
	}
	.navbar-brand img {
		background-color: white;
	}
	a,
	footer p,
	footer a,
	.btn-link,
	.btn-link:hover {
		color: #ffffff;
	}
	.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;
	}
	#navbarSupportedContent {
		color: #ffffff
	}
	#navbarSupportedContent li a:hover {
		background-color: unset;
	}
	.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	 {
		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-check-input.is-valid:checked, 
	.was-validated .form-check-input:valid:checked {
		background-color: #495057
	} */

  }
