.page-masthead{
  background-color: #F26322;
}
.einzug{
  padding-left:18px !important;
}

.arrow_left {
	position: relative;
	background: #4B4B4D;
	border: 4px solid #e2001a;
}
.arrow_left:after, .arrow_left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_left:after {
	border-color: rgba(75, 75, 77, 0);
	border-right-color: #4B4B4D;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_left:before {
	border-color: rgba(226, 0, 26, 0);
	border-right-color: #e2001a;
	border-width: 36px;
	margin-top: -36px;
}

.arrow_right {
	position: relative;
	background: #4B4B4D;
	border: 4px solid #e2001a;
}
.arrow_right:after, .arrow_right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_right:after {
	border-color: rgba(75, 75, 77, 0);
	border-left-color: #4B4B4D;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_right:before {
	border-color: rgba(226, 0, 26, 0);
	border-left-color: #e2001a;
	border-width: 36px;
	margin-top: -36px;
}
.arrow_top {
	position: relative;
	background: #4B4B4D;
	border: 4px solid #e2001a;
}
.arrow_top:after, .arrow_top:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_top:after {
	border-color: rgba(75, 75, 77, 0);
	border-bottom-color: #4B4B4D;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_top:before {
	border-color: rgba(226, 0, 26, 0);
	border-bottom-color: #e2001a;
	border-width: 36px;
	margin-left: -36px;
}
.arrow_bottom {
	position: relative;
	background: #4B4B4D;
	border: 4px solid #e2001a;
}
.arrow_bottom:after, .arrow_bottom:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_bottom:after {
	border-color: rgba(75, 75, 77, 0);
	border-top-color: #4B4B4D;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_bottom:before {
	border-color: rgba(226, 0, 26, 0);
	border-top-color: #e2001a;
	border-width: 36px;
	margin-left: -36px;
}
.contentsearch{
  min-width:100%;
}
label[for="mod-search-searchword"] { display:none; }
.searchcontentsearch .fa{ display:none;}
.searchcontentsearch #mod-search-searchword{
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align:center;
  height:50px;
  font-size:22px;
}