/* Navigantionsleiste */

.wp-container-3 {
  position: fixed;
  top: 0px;
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
}

nav a {
  /*background-color:#CDE4B3;*/
  padding: 8px 20px;
  border-radius: 50px;
}

.wp-block-navigation li a:hover {
  background-color: #cce4a2;
  color: #ffffff !important;
  padding: 8px 20px;
  border-radius: 50px;
}

/*actives Feld ohne Subcontainer*/

.wp-block-navigation.tw-nav-active-thick-border li.current-menu-item > a,
.wp-block-navigation.tw-nav-hover-thick-border li a:hover {
  background-color: #a6c757;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration-line: none;
}

/* Subcontainer*/

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  background-color: #fff !important;
  /*transparenter Hintergrund #9ebd7e00*/
  border-radius: 35px;
}

/*Subcontainer Auswahlfelder*/

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  /*background-color: #fff;*/
}

/* Stapeleffekt auf der Startseite*/

.start_header {
  position: sticky;
  top: 108px;
  background-color: #ffffff;
}

.start_header_last {
  /*margin-bottom:200px;*/
}

start_hero {
  height: 50vh;
}

@media screen and (max-width: 700px) {
  .start_header {
    position: sticky;
    top: 0px;
    background-color: #fff;
  }
		
	nav a {
  /*background-color:#CDE4B3;*/
  padding: 8px 25px !important;
  border-radius: 50px;
	font-size: 0.7em !important;
}
	.wp-block-navigation li a:hover {
  	background-color: #cce4a2;
  	color: #ffffff !important;
  	padding: 8px 25px !important;
  	border-radius: 50px;
	}

	/*actives Feld ohne Subcontainer*/
	.wp-block-navigation.tw-nav-active-thick-border li.current-menu-item > a,
.wp-block-navigation.tw-nav-hover-thick-border li a:hover {
  	background-color: #a6c757;
  	padding: 8px 25px !important;
  	border-radius: 50px;
  	text-decoration-line: none;
	}
}


/* PROJEKTANSICHT (heropic=Cover)*/

.heropic {
  height: 60vh;
  /*width: 90vw;*/
  padding-top: 30px;
  padding-bottom: 30px;
  /*margin-left:30px;
		margin-right:30px;*/
  border-radius: 10px;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}

.heroTxt {
  /*max-width: 50vw;*/
  padding: 20px;
  margin-top: 20px;
  /* Glassmorphism From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/*für das Video bei Mitgemacht App Seite */

.video {
  border-radius: 50px;
}

.wp-block-video :where(figcaption) {
  color: #ffffff;
}

body_2 {
  margin: 0;
  overflow-y: hidden !important;
  height: 100% !important;
}

/*footer{*/

/*position: fixed;*/

/*bottom: 0px; 
  z-index: 0;
	width:100%;
	margin-top:100px;
}*/

.cookie {
  margin: 0px;
  padding: 0px;
}