@charset "UTF-8";
/* CSS Document */

/* #region  VIEWPORT & LOGO */

#video-viewport {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0; 
}

#video-viewport	video { 
	margin: auto;
	height: 100%; 
	width: auto;
	opacity: 0.3;
	text-align: center;
	background: url(../assets/images/bg_movie_placeholder.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.settingsContainer {
	display: none;
	position: absolute;
	top: 25px;
	left: 25px;
	align-items: center;
	z-index: 3;
}

.settings-button {
	height: 30px;
	float: left;
	display: inline-flex;
	align-items: center;
}

.settings-button button {
	height: 25px;
	width: 25px;
	margin-right: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	opacity: 0.5;
	background-image: url(../assets/symbols/globe.svg);
}

.settings-button button:hover {
	opacity: 0.8;
}

.settings-button a {
	color: silver;
}

.suchContainer {
	display: none;
	position: absolute;
	height: 30px;
	top: 25px;
	right: 25px;
	align-items: center;
	z-index: 3;
}

#suchfeldToggle {
	display: none;
}

.suchfeldBox {
	float: right;
	display: flex;
	align-items: center;
}

.suchfeldBoxPfeil {
	position: relative;
	margin-right: 15px;
	margin-left: -3px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid white;
	transition: all 0.5s;
	transform: rotate(-90deg);
}

.suchfeldBox form {
	display: flex;
}

.suchfeldBox input[type=text] {
	width: 180px;
	height: 35px;
	padding-left: 15px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
}

.suchfeldBox input[type=submit] {
	margin-left: -35px;
	width: 35px;
	height: 35px;
	background-color: transparent;
	color: #aaaaaa;
	border: none;
	cursor: pointer;
}

.suchfeldBox input[type=submit]:hover {
	color: #696F7B;
}

.search-button {
	float: right;
}

.search-button button {
	margin-top: 5px;
	height: 25px;
	width: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	opacity: 0.5;
	background-image: url(../assets/symbols/search.svg);
}

.search-button button:hover {
	opacity: 0.8;
}


.nav-logo_platzhalter {
	height: 50px;
}

.df-logoContainer {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	max-width: 650px;
	padding: 5vh;
}

#df-logo {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 2;
	fill: rgb(250, 250, 250);
}

.logoStreet {
	cursor: pointer;
	transition: all 0.5s;
}

#ThormeyerHover:hover, #ThormeyerHover:active, .ThormeyerHovered {
	fill: #EF563C;
}

#CauerHover:hover, #CauerHover:active, .CauerHovered {
	fill: #FF9700;
}

#SchurichtHover:hover, #SchurichtHover:active, .SchurichtHovered {
	fill: #59ADE2;
}

#DonndorfHover:hover, #DonndorfHover:active, .DonndorfHovered {
	fill: #71A759;
}

#SichelHover:hover, #SichelHover:active, .SichelHovered {
	fill: rgb(110, 110, 110);
}

#TextHover:hover, #TextHover:active, .TextHovered {
	fill: rgb(110, 110, 110);
}

/* #endregion */

/* #region  NAVIGATION */
.navigationContainer {
	display: block;
	background-blend-mode: overlay;
	text-align: center;
	font-size: 20px;
	opacity: 0.9;
	z-index: 1;
	padding-top: 12px;
	padding-bottom: 12px;
}

.navigationIcon {
	top: 0px;
	display: block;
	width: 35px;
	margin: auto;
	padding: 3px 0px 3px 0px;
	opacity: 0.7;
	transition: all 0.5s;
}

.navigationIcon a:hover {
	opacity: 1.0;
	transition: all 0.5s;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 4px;
  background-color: white;
  margin: 6px 0;
  transition: 0.3s;
}

.change .bar1 {
 	transform: rotate(45deg) translate(6px, 4.5px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	transform: rotate(-45deg) translate(9px, -8px);
}

.navigationContainer ul {
	text-align: center;
	font-weight: bold;
	opacity: 0.75;
	margin: 0px;
}

.navigation li  {
	text-align: center;
	list-style-type: none;
	padding: 7px 20px 7px 20px;
	z-index: 10;
}

.navigation a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.5s;
}

#nav5 {
	display: none;
}

.navigation #nav1 a:hover { color: #59ade2;}
.navigation #nav2 a:hover {	color: #ef563c;}
.navigation #nav3 a:hover {	color: #71a759;}
.navigation #nav4 a:hover {	color: #fa9d07}

#active1 { color: #59ade2; }
#active2 { color: #ef563c; }
#active3 { color: #71a759; }
#active4 { color: #fa9d07; }

#navigationExtras {
	display: inline-flex;
	align-items: center;
	height: 55px;
	width: 100%;
	transition: all 1s;
}

.navigationExtrasBackground {
	transition: all 0.5s;
	/* background-color: #434343; */
}

#navButtons {
	display: inline-flex;
	margin: auto;
	align-items: center;
}

.nav-button {
	border: none;
	z-index: 3;
}

.nav-button p {
	color: white;
}

.nav-button button {
	height: 25px;
	width: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.nav-button button:hover {
	opacity: 0.8;
}

#nav-settings-button button {
	background-image: url(../assets/symbols/globe.svg);
}

#nav-search-button button {
	background-image: url(../assets/symbols/search.svg);
}

#suchfeldBoxMobile {
	display: none;
	align-items: center;
	margin-top: -6px;
}

.suchfeldBoxPfeilMobile {
	transform: rotate(+90deg);
	margin-left: 12px;
	margin-right: -3px;
}

#settingsBoxMobile {
	display: inline-flex;
	color: grey;
	margin-right: 6px;
}

#nav-settings-button {
	margin-right: 6px;
}

.linksVerschiebung {
	margin-left: -40px;
}

.sprachumschalter {
	display: none;
	margin-left: 10px;
}

.sprachumschalter ul {
	list-style-type: none;
	display: flex;
	margin: auto;
}

.sprachumschalter ul li {
	padding-right: 10px;
}

.sprachumschalter a {
	opacity: 0.5;
}

.sprachumschalter a:hover {
	opacity: 1.0;
}

.sprachumschalter a:active {
	opacity: 1.0;
}

/* #endregion */

/* #region  FILTERBOX */

/* #region  Titelleiste */
.filterTitelBar {
	position: relative;
	width: 100%;
	background-color: #bebebe;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.filterTitel {
	flex-grow: 1;
	margin-right: 10px;
}

.filterTitel a {
	text-decoration: none;
	width: 100%;
	display: flex;
	opacity: 0.5;
	cursor: pointer;
}

.filterTitel a:hover {
	opacity: 0.7;
}

.filterTitel a:active {
	opacity: 1.0;
}

#filterPfeil {
	margin-right: 6px;
	margin-top: 11px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid black;
	transition: all 0.5s;
	/* transform: rotate(-90deg); */
  }

.filterTitel p {
	text-align: left;
	font-size: 25px;
	font-weight: bolder;
	text-transform: uppercase;
	color: black;
}

#anzahlProjekte {
	display: block;
	position: relative;
	padding-top: 2px;
	padding-right: 15px;
	color: grey; 
	font-size: 12px;
}

#filterAnwendenButton {
	display: none;
}

#filterAnwendenButton a {
	cursor: pointer;
	opacity: 0.3;
	font-size: 12px;
	font-weight: bold;
}

#filterAnwendenButton a:hover {
	opacity: 0.8;
	color: #ef563c;
}

#filterAnwendenButton a:active {
	opacity: 1;
}
/* #endregion */

/* #region  Select Buttons */
.filterSelectButtons {
	display: block;
	position: absolute;
	left: 3px;
	opacity: 0.9;
	z-index: 2;
	margin-top: -10px;
	padding-top: 6px;
	padding-left: 3px;
	height: 110px;
	width: 30px;
}

.filterSelectButtons button {
	display: block;
	position: relative;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 8px;
	height: 25px;
	width: 25px;
	opacity: 0.5;
	cursor: pointer;
	/* border: 1px solid grey;
	border-radius: 5px; */
}

.filterSelectButtons button:hover {
	opacity: 0.8;
}

.filterSelectButtons button:active {
	opacity: 1;
	height: 27px;
	width: 27px;
}

#filterAllButton {
	background-image: url(../assets/symbols/filter_all.svg);
}

#filterNothingButton {
	background-image: url(../assets/symbols/filter_nothing.svg);
}

#filterStarButton {
	opacity: 1.0;
}

#filterStarButton input {
	background-image: url(../assets/symbols/filter_star.svg);
	opacity: 0.5;
	cursor: pointer;
	height: 25px;
	width: 25px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#filterStarButton input:hover {
	background-image: url(../assets/symbols/filter_star_active.svg);
	opacity: 0.8;
	cursor: pointer;
	height: 25px;
	width: 25px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#filterStarButton input:active {
	opacity: 1;
	height: 27px;
	width: 27px;
}

#filterStarButton input:checked {
	background-image: url(../assets/symbols/filter_star_active.svg);
	opacity: 1.0;
}



/* #endregion */

/* #region  Filterbox */
#filterBox {
	display: block;
	background-color: rgb(225, 225, 225);
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #bebebe;
}

.kategorie {
	margin-left: 20px;
	padding-bottom: 12px;
	display: flex;
	justify-content: left;
	overflow-x: scroll;
	text-align: left;
}

.filterElement input {
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}

.filterElement a {
	cursor: pointer;
	padding-right: 15px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0.5;
}

.filterElement a:hover {
	opacity: 0.8;
	color: black;
}

.filterElement a:active {
	color: black;
	opacity: 1;
}

.filterElement input:checked ~ a {
	color: #ef563c;
	opacity: 0.8;
}

/* #endregion */

/* #endregion */

/* #region  SOCIAL MEDIA BAR */

.socialMediaLinks {
	position: relative;
	margin: auto;
}

.socialMediaLinks img {
	width: 35px;
	margin: 10px;
	margin-top: 5px;
}

.socialMediaLinks a {
	text-align: center;
	display: inline-block;
	opacity: 0.5;
	transition: all 0.5s;
}

.socialMediaLinks a:hover {
	opacity: 1.0;
}

.copyright {
	color: #434343;
	font-size: 14px;
	font-weight: bold;
}

.copyright a {
	text-decoration: underline;
	color: #434343;
	transition: all 0.5s;
}

.copyright a:hover {
	color: #F6F6F6;
}

/* #endregion */

/* #region  SCROLL BUTTON */

.buttonScrollTop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 20px;
	margin-bottom: 90px;
	border: none;
	z-index: 3;
}

.buttonScrollTop button {
	height: 40px;
	width: 40px;
	background-color: transparent;
	border-radius: 50px;
	box-shadow: 2px 2px 15px rgba(130, 130, 130, 0.35);
	background-image: url(../assets/symbols/page-up.svg);
	opacity: 1.0;
}

.buttonScrollTop button:hover {
	opacity: 0.8;
}

.buttonScrollTop button:active{
	height: 48px;
	width: 48px;
}

/* #buttonScrollTopFooter {
	display: none;
	position: absolute;
	bottom: 60px;
	box-shadow: 0px 0px 0px silver;
} */

/* #endregion */

/* #region  LOGIN FORM */

.wrapper-nice-login {
	margin: 0px;
	padding-top: 15px;
}

.wrapper-nice-login p {
	text-align: center;
}

.login-reset-create {
	margin-top: 10px;
	font-size: 12px;
}

.forgot-password {
	text-align: center;
	display: inline;
	font-size: 12px;
}

.nice-login__pass__actions {
	display: block;
}

.newsletter-abo-box fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
}

.register-textbox {
	margin-bottom: 15px;
}

.register-textbox label {
	font-size: 12px;
}


/* #endregion */

/* #region  NEWSLETTER */

.newsletter-abonnieren-block h2 {
	text-align: center;
}

.newsletter-abonnieren-block input {
	margin-top: 25px;
}


/* #endregion */

/* #region  SUCHLISTE */

.suchEingabeleiste {
	position: relative;
	display: flex;
	width: 100%;
	background-color: #222222;
	padding: 15px;
}

.suchfeldBoxPage {
	position: relative;
	display: flex;
	text-align: center;
	margin: auto;
}

.suchfeldBoxPage input[type=text] {
	width: 250px;
	height: 35px;
	padding-left: 15px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
}

.suchIcon {
	margin-top: 8px;
	margin-left: -30px;
	height: 18px;
	width: 18px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../assets/symbols/search_black.svg);
}

.suchEingabeleiste button {
	opacity: 0.5;
	transition: all 1s;
}

.suchEingabeleiste button:hover {
	opacity: 1.0;
}

.suchErgebnisse {
	width: 90%;
	max-width: 800px;
	margin: auto;
}

.suchergebnisseHeadline {
	display: flex; 
	flex-wrap: wrap;
	align-items:baseline;
}

.suchergebnisseHeadline h2 {
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.suchergebnisseHeadline h2::after {
	margin-right: 5px;
}

.suchergebnisseHeadline p {
	font-size: 16px;
	color: grey;
	font-style: italic;
	padding-bottom: 15px;
}

.suchListe {
	display: grid;
}

.suchergebnis {
	grid-column: 1/-1;
	margin-bottom: 15px;
}

.suchergebnisContainer {
	display: flex;
	flex-wrap: wrap;
}

.suchListe ol {
	counter-reset: suchCounter;
	list-style: none;
}

.suchListe ol li {
	counter-increment: suchCounter;
	display: flex;
	flex-wrap: wrap;
}

.suchListe ol li::before {
	content: counter(suchCounter);
	color: #696F7B;
	font-size: 30px;
	font-weight: bold;
	margin-right: 15px;
}

.sucheBild img {
	width: 100%;
	max-width: 400px;
	height: auto;
	object-fit: cover;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.suchBoxTaxonomien {
	color: #696F7B;
}
/* #endregion */