.header.slider {

  background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
  background-attachment: fixed;
	padding: 8vh 0;
	min-height: calc(85vh - 64px)!important;
	overflow:hidden;
  position: relative;
	background-color: rgba(0, 0, 0, 0);

}

.header.slider-content {

  background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
  background-attachment: fixed;
	padding: 0;
	overflow:hidden;
  position: relative;
	background-color: rgba(0, 0, 0, 0);

}

.header__container {
	padding: 10vh 0 80px;

}

.header__form {
	box-shadow: 0px 1px 10px rgba(0,0,0,.15);
	background: rgba(238, 235, 235, 0.8);
	padding: 32px;

}
.header__form__headline {
	margin-bottom: 30px;
	font-size:16px;
	font-weight:400;
}

.header__form__tabs {
	background: rgba(238, 235, 235, 0.9);
	 overflow: hidden;
}
.header__form__tabs .tab a {
	color: #999;
}

.header__form__tabs  .tab a:hover, 
.header__form__tabs .tab a.active {
    background-color: $accent;
    color: #fff;
}

   
.header__form__tabs  .tab i {
	vertical-align: text-top;
	margin-right: 4px;
	line-height: 1;
	font-size: 19px;
}

.header__form__button {
	width: 100%;
	height:55px;
	line-height:55px;
	background-color: $accent;
}
.header__form__button i {
	margin-right:4px;
	vertical-align: bottom;

}
.header__form__button:hover {
	background-color: $accentLight;
}

.header__form__input {
	background: white!important;
	border: 1px solid #dddddd!important;
	text-indent: 16px;
	margin-bottom: 30px!important;
	color: #555;
	font-weight: 300;
	height: 55px!important;
	border-radius: 0;
	padding: 10px 20px;
	margin-bottom: 30px;
	box-shadow: none;
}


.header__form .dropdown-content {
    top: -55px !important;
    background-color: $second;
    color: #FFFFFF!important;
		width:300px!important;
}
.select-wrapper {
    background: white;
    border: 0;
	height:55px;
		margin-bottom: 30px!important;
}

input.select-dropdown {
	border-bottom: 0!important;
	color: #ccc;
	font-weight: 300;
	height:55px!important;
	padding: 0 16px!important;
	line-height:55px!important;
}

.select-dropdown li.disabled>span{
color: #ccc!important;
}
.dropdown-content li {
	border-bottom: 1px solid #444;
}
.dropdown-content li>a, 
.dropdown-content li>span {
    font-size: 14px;
    color: #fff;
    display: block;
	font-weight:300;
    line-height: 1.2;
    padding: 14px 16px;
}
span.caret {
    color: $second!important;
    right: 8px!important;
}

.header__form__input:focus {
	border: 1px solid $second!important;
	box-shadow:none!important;
}

.header__form-container {
    padding: 70px 34px 48px 34px!important;;
}
.header__text-container {
    padding: 100px 30px!important;
}


.header__headline {
	font-weight: bold;
	font-size: 72px;
	margin-bottom:0;
	margin-top:0;
	color: white;

}

.header__subline {
	color: white;
	margin-top:0;
	font-weight:300;
	font-size: 32px;
	   
}

.header__text {
	color: white;
	line-height: 1.8;
	font-weight: 300;
	font-size: 115%;
}

.header__text span{
    background: rgba(0, 0, 0, 0.2);
    padding: 3px 0;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    text-shadow: 0px 0px 11px rgba(0,0,0,1);
}

.header__button {
	background-color: $accent;
}

.header__button:hover,
.header__button:active,
.header__button:focus{
	background-color: $accentLight;
}


@media(max-width:996px) {
	.header {
		padding: 0;
		background-position: 0 -50px;
		background-attachment: scroll;
	}
	
	.header__container {
		padding: 10px 0 40px;
	}
	.header__container > div {
		display: flex;
    flex-direction: column-reverse;
	}

	.header__form-container {
		padding-top: 0!important;
	}
	.header__text-container {
		text-align: center;
	}
	input.select-dropdown {
		cursor: none!important;
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		-o-user-select:none; // latest Opera versions support -webkit-
		user-select:none;
	}
}


	
.header .weg {
	height: 164px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.weg__balken {
		height: 110px;
		background: $accent;
		position: absolute;
		bottom: 0;
		padding: 24px;
		width: 100%;
	}


.weg__balken-text{

    font-family: "Georgia","Times New Roman","Times",serif;
    font-size: 150%;

    white-space: nowrap;
    text-overflow: ellipsis;
 
    overflow: hidden;
	color: white;
    margin-left: 0.4rem;
	float: left;
}
.weg__logo {
	height: 48px;
}
.weg__welle {
	position: absolute;
	right: -1px;
	
	bottom: 110px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	height: 4.3125em;
	width: 27.0625em;
	/*background-image: url(/images/welle.svg)*/
}.header-content {
  min-height: 220px;
  padding-bottom: 24px;
  background-position: 80% -40px;
  background-blend-mode: multiply;
  background-attachment: fixed;
  overflow: hidden;
  background: rgba(255, 255, 255, .95);
  position: relative;
  border-bottom: 1px dotted #ccc; }

.header-content .header__container {
	padding: 0;
}

.header-content:after {
  content: "";

  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.header-content__headline {
  margin-top: 0;
  color: #444;
  font-weight: normal;
  text-align: center;
  padding-top: 0.95em;
  font-size: 3.75em;
  text-transform: uppercase; }

.header-content__headline.header__content--no-subline {
  padding-top: 1.6em; }

.header-content__subline {
  color: #444;
  font-weight: 300;
  font-size: 16px;
  width: 40%;
  line-height: 1.5;
  text-align: center;
  font-weight: light;
  margin: auto;
  margin-top: 0; }

.hr--small {
  width: 35px;
  border-width: 1px;
  border-color: #436127;
  border-style: solid;
  background-color: #436127;
  margin: 20px auto; }

#page-settings select{
display:block;
}

@media (max-width: 996px) {
  .header-content {
    background-position: center !important;
    background-blend-mode: multiply;
    background-attachment: scroll; }

  .header-content:after {
    background-size: 40%; }

  .header-content--no-subline .header-content__headline {
    font-size: 2.9em;
    padding-top: 1.8em; }

  .header-content__headline {
    font-size: 3em;
    padding-top: 1.2em; }

  .header-content__subline {
    width: 90%; } }

@media(max-width:544px) {
	.header__headline {
			font-weight: bold;
			font-size: 32px;
	}
	.header__subline {
		font-size: 24px;
	}
}
