/* Variablen */
:root .editor-styles-wrapper .has-light-gray-background-color,
:root .has-light-gray-background-color {
  background-color: #F7F6F9;
}
:root .editor-styles-wrapper .has-dark-gray-background-color,
:root .has-dark-gray-background-color {
  background-color: #d5d5d5;
}
:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
  background-color: #ffffff;
}

:root .editor-styles-wrapper .has-darkblue-background-color,
:root .has-darkblue-background-color {
  background-color: #0168B5;
}

:root .has-darkblue-color{color: #0168B5;}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: rgba(1,104,181,1);
}

hr{padding: 0px !important;}
h4{font-size: 20px;}

h1, h3{font-size: 30px;font-weight: bolder;}
h2{font-size: 40px;color: rgba(1,104,181,1);margin-top: 0px;}
p {
  margin-top: 0px;margin-bottom: 1.5em;font-size: 20px;color: #000;
}

.header_headline {
  position: absolute;
  width: 40%;
  bottom:88px;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}

.header_headline_box {
  width: 100%;
	color: #fff;
	background-color: rgba(1,149,61,0.7);
	font-size: 30px;
	padding: 20px 40px;
	font-weight: 600;
	transition: background-color 0.3s;
}

.header_headline_box:empty{display: none;}

.header_headline_box:hover{background-color: #0168B5}
.header_headline h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 5px 0px;
}

.is-style-slider-block .slick-list {
    margin-right: -15px;
}
.is-style-slider-block .arrow-left.slick-arrow {
    margin-left: 0px;
}
.is-style-slider-block .slick-arrow {
    color: rgb(1,149,61);
}
.is-style-slider-block .slick-arrow:hover {
    color: #0168B5;
}

.is-style-slider-block .slick-arrow {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 40%;
    font-size: 45px;
}

@media only screen and (min-width: 1240px) {
.is-style-slider-block .arrow-right {
    right: 20px;
	margin-top: 0px;
}

.is-style-slider-block .arrow-left {
    left: -80px;
}

}

.wp-block-cover .wp-block-columns {
    margin-top: 1.75em;
}

.wp-block-cover .wp-block-column p:last-child{margin-bottom: 0px !important;}
body .wp-block-columns {
    flex-wrap: nowrap;
    margin-top: -20px;
}

body .wp-block-group .wp-block-columns {
    flex-wrap: nowrap;
    margin-top: 0px;
}


/* footer */

footer{background-color: #0168B5 !important;padding-bottom: 20px;}
footer p{ color: #fff !important;font-size: 17px !important;}
footer .textwidget p:first-child{margin-bottom: 5px;}

footer #text-2{width: 290px;line-height: 30px;font-weight: 400;}
footer #text-3{width: 310px;line-height: 30px;font-weight: 400;}
footer #text-4{width: 410px;}
footer #custom_html-2{padding-top: 0px;font-size: 17px;line-height: 30px;font-weight: 400;}
.entry-footer{display: none;}

.search-submit{background-size: 73% !important;background-image: url(/wp-content/themes/impuls_theme/img/lupe-v2.png) !important;background-repeat: no-repeat !important;color: transparent !important;background-color: transparent !important; width: 25px !important;height: 24px !important;}
.search-field{width: 120px !important;float: right;background-color: transparent !important;height: 24px !important;padding: 0px !important;color: #333 !important;font-weight: 500 !important;font-size: 18px !important;font-family: "Open Sans" !important;}
.search-field:before{content: "\f179";}

.search-form{
  width: 190px !important;
  float: right !important;
  margin-top: 4px;
  margin-left: 20px;
  margin-right: 10px;}

.search_wrapper {
  width: 190px;
  overflow: hidden;
  background-color: #F2F2F2;
  margin-top: -7px;
}
.search_wrapper input[type="search"] {
  height: 100% !important;
  width: 100% !important;
  padding: 5px 0 6px 48px !important;
  outline: none;
  color: black !important;
  font-size: 17px !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
.search_wrapper label::before {
  content: "\e808";
  font-family: "fontello";
  line-height: 37px;
  position: absolute;
  margin-left: 20px;
  font-size: 14px;
}
/* ----------- header info bar --------------- */

.menu-hauptmenue-container{
  position: absolute;
  right: 0px;
  bottom: -14px;
  }


#content ul li::before {
    display: block;
    left: 0px;
    content: "\f345";
	font-family: dashicons;
    color: rgba(1,149,61,1);
    position: absolute;
}

#sidebar-2-widgets-area {
    position: absolute;
    right: 9px;
    height: 40px;
	width: calc(100% - 200px);
    z-index: 20000;
	text-align: right;
	top: 30px;
}

#text-4 {
    background-position: left center;
    background-size: 11% !important;
    background-image: url(/wp-content/themes/impuls_theme/img/tel.png) !important;
    background-repeat: no-repeat !important;
    color: #000;
    font-weight: 300;
    float: right !important;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 2px;
}

.menu-footer-menue-container{margin-top: -6px;}
.menu-footer-menue-container a{font-weight: 600 !important;}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: rgba(1,149,61,1);
  transition: color 0.4s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #000;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}

p.has-text-color a {
    color: rgba(1,149,61,1);transition: color 0.4s;
}

p.has-text-color a:hover {
    color: #000;
}

.wp-image-237{width: 50% !important;}

.slick-dots {
position: absolute;
bottom: 40px;
display: block;
width: 100%;
padding: 0;
text-align: center;
margin: 0px auto;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "■";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 35px;
    line-height: 5px;
    text-align: center;
    color: rgba(0,0,0,1);
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button::before {color: rgba(255,255,255,1) !important;}

.slick-dots li::before {
    display: block;
    left: 0px;
    content: "" !important;
    font-family: dashicons;
    color: rgba(1,149,61,1);
    position: absolute;
}

@media only screen and (min-width: 1450px) {
	.header_slider_container .slick-arrow {
		position: absolute;
		display: block;
		cursor: pointer;
		top: 50%;
		font-size: 38px;
		background-color: rgba(0,0,0,0.6);
		margin-right: 0;
		margin-left: 0;
		padding-top: 9px;
	}
}

@media only screen and (max-width: 1449px) {
	.header_slider_container .slick-arrow {
		position: absolute;
		display: block;
		cursor: pointer;
		bottom: -10px;
		font-size: 38px;
		background-color: rgba(0,0,0,0.6);
		margin-right: 0;
		margin-left: 0;
		padding-top: 9px;
	}
}

.header_slider_container .slick-arrow:hover {
	background-color: rgba(1,149,61,0.7);
}



	.header_slider_container .arrow-left {
	left: 20px;
	z-index: 1;
	position: absolute;
	width: 55px;
	height: 55px;
	color: #fff;
	}

	.header_slider_container .arrow-right {
	right: 20px;
	z-index: 1;
	position: absolute;
	width: 55px;
	height: 55px;
	color: #fff;
	}

.header_slider_container .arrow-left::before {
  content: '\e80f';
  font-family: "fontello";
}
.header_slider_container .arrow-right::before {
  content: '\e810';
  font-family: "fontello";
}

.start_verantwortungbox{margin-top: 40px !important;margin-bottom: -20px !important;}

.is-style-slider-block.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right: 1em !important;}