@import url(_root.css);
@import url(plugin.css);
/*@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);*/
@import url(webfonts.css);

/* -- Background -- */
.bg_gradient{
	position: relative;
	width: 100%;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#E3DD40), to(#bddb33)) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(top, #E3DD40 0%, #bddb33 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #E3DD40 0%, #bddb33 100%) 0% 0% no-repeat padding-box;
	padding: 50px 0px;
}

.br-gradient2{
	position: relative;
	background: transparent -o-linear-gradient(236deg, #E3DD40 0%, #BDDB33 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(214deg, #E3DD40 0%, #BDDB33 100%) 0% 0% no-repeat padding-box;
	padding: 50px 0px;
}
/* -- Ende -- */

body{
	font-family: Open Sans;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #000000;
	width: 100%;
	padding: 203px 0 0 0;
}
body.hed-fix{
	padding: 162px 0 0 0;
}

body #page{
	overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #5F6F28;
}


/*.container {box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);}*/

h1, .h1{
	font-weight: 300; 
	font-size: 60px;
	line-height: 66px;
	color: #bddb33;
	margin: 0 0 40px 0;
}

h1{
	position: relative;
	padding: 0 0 0 25px;
}
h1:before{
	content: "";
	background: #616160;
	height: 100%;
	width: 5px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

h2{
	font-weight: 700;
	font-size: 35px;
	line-height: 45px;
	margin: 0 0 30px 0;
	color: #5F6F28;
	text-transform: uppercase;
}
h2 span{
	color: #FFFFFF;
	background-color: #5F6F28;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 4px 10px 4px 10px;
}

h2.uppercase, h3.uppercase{
	text-transform: none;
}

h3{
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0;
}

h4{
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.hidden{
	overflow: hidden;
}

b, strong{
	font-weight: bold;
}

a, a:hover{
	color: #BDDB33;
	font-weight: 600;
}

a.external-link{
	position: relative;
	padding: 0 0px 0 25px;
	display: inline-block;
}
a.external-link:before {
    content: "";
    background: url(../img/externer-link.png) no-repeat;
    width: 14px;
    height: 15px;
    display: block;
    background-size: 100%;
    position: absolute;
    top: 11px;
    left: 4px;
}

.margin-none{
	margin: 0;
}

.padding-none{
	margin: 0;
}

ul.list-1 {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul.list-1 li {
	position: relative;
	padding: 0 0 15px 30px;
}
ul.list-1 li:before {
	content: "";
	background: transparent -o-linear-gradient(46deg, #BDDB33 0%, #E3DD40 100%) 0% 0% no-repeat;
	background: transparent linear-gradient(44deg, #BDDB33 0%, #E3DD40 100%) 0% 0% no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}


ul.list-2{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.list-2 li{
	position: relative;
	padding: 0 0 15px 40px;
}
ul.list-2 li:before{
	content: "";
	background: url(../img/haken.png) no-repeat scroll 0 0 transparent;
	width: 32px;
	height: 34px;
	display: block; 
	position: absolute;
	top: 0;
	left: 0;
}


ul.list-3 {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul.list-3 li {
	position: relative;
	padding: 0 0 15px 30px;
}
ul.list-3 li:before {
	content: "";
	background: #000 no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}


ul.list-4{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.list-4 li{
	position: relative;
	padding: 0 0 15px 40px;
}
ul.list-4 li:before{
	content: "";
	background: url(../img/haken-2.png) no-repeat scroll 0 0 transparent;
	width: 32px;
	height: 34px;
	display: block; 
	position: absolute;
	top: 0;
	left: 0;
}


.uppercase{
	text-transform: uppercase;
}

.none-uppercase {
    text-transform: initial;
}

.fontw-300{font-weight: 300;}
.fontw-400{font-weight: 400;}
.fontw-600{font-weight: 600;}
.fontw-700{font-weight: 700;}

.fonts-28{font-size: 28px; line-height: 37px;}

.white{
	color: #FFF;
}

.color-green{
	color: #BDDB33;
}

.box-quote{
	position: relative;
	margin: 0 0 20px 0;
}
.box-quote:before{
	content: '"';
	color: #BDDB33;
	padding: 0 10px 0 0;
    font-weight: 700;
    font-size: 30px;
}
.box-quote:after{
	content: '"';
	color: #BDDB33;
	padding: 0 0 0 10px;
    font-weight: 700;
    font-size: 30px;
}

.site-main{
	min-height: 500px;
}

.type-post ul.list, 
.type-page ul.list {
    list-style: none;
    margin: 0!important;
    padding: 0 0 0 20px;
}
.type-post ul.list li, 
.type-page ul.list li{
	position: relative;
	padding: 0 0 10px 40px;
}
.type-post ul.list li:before, 
.type-page ul.list li:before{
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: transparent -o-linear-gradient(46deg, #BDDB33 0%, #E3DD40 100%) 0% 0% no-repeat;
	background: transparent linear-gradient(44deg, #BDDB33 0%, #E3DD40 100%) 0% 0% no-repeat;
	position: absolute;
	top: 3px;
	left: 0px;
}

.type-post ul.list2 li:before, 
.type-page ul.list2 li:before {
    width: 34px;
    height: 34px;
    background: url(../img/haken.png) no-repeat scroll center transparent;
    background-size: 70%;
    top: -4px;
}

/*-- Placeholder */
.type-style, 
input::-webkit-input-placeholder, 
input:-moz-placeholder, 
input::-moz-placeholder, 
input:-ms-input-placeholder {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.search-field::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

input::-webkit-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-overflow: ellipsis;
}
textarea::-webkit-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  text-overflow: ellipsis;
}
input:-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-overflow: ellipsis;
}
textarea:-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-overflow: ellipsis;
}
textarea::-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-overflow: ellipsis;
}
input:-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-overflow: ellipsis;
}
textarea:-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-overflow: ellipsis;
}
.input-text:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.input-text:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.input-text:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.input-text:focusnput:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*-- end placeholder */

/* -- Forms -- */
.formas .box_input {
    margin: 0 0 10px 0;
    padding: 0 20px 0 0;
}
.formas .box_input input {
    width: 100%;
    outline: none;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid #9A9999;
    padding: 5px 10px 5px 5px;
}
.formas .box_input input.wpcf7-not-valid {
    border-color: #f00;
}
.formas .box_input span.wpcf7-not-valid-tip {
    bottom: -11px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    right: 0;
    color: #f00;
}
.formas .box_text {
    padding: 0 20px;
}
.formas .box_text textarea {
    background: #9A9999;
    padding: 15px;
    color: #fff;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
	resize: none;
}

.formas .box__info {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    margin: 0 20px 30px 0;
}
.formas .box_senden {}
.formas .box_senden input[type="submit"] {
    border: 3px solid #E3DD49;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#E3DD40), to(#BDDB33)) 0% 0% no-repeat;
    background: transparent -o-linear-gradient(top, #E3DD40 0%, #BDDB33 100%) 0% 0% no-repeat;
    background: transparent linear-gradient(180deg, #E3DD40 0%, #BDDB33 100%) 0% 0% no-repeat;
    height: 43px;
    padding: 0 20px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.formas .box_senden input[type="submit"]:hover{
	background: #E3DD49;
}
.formas .box_senden input[type="submit"]:disabled{
	opacity: 0.5;
}

.formas .box__checkbox .wpcf7-list-item{position: relative;margin: 0 0 0 30px;}
.formas .box__checkbox .wpcf7-list-item-label{cursor: pointer; font-size: 18px;}

.formas .box__checkbox input[type="checkbox"] {
    display: none;
    position: absolute;
    top: 0;
    left: -70px;
}

.formas .box__checkbox .wpcf7-list-item-label:before {
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #BDDB33;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
    position: absolute;
    top: 6px;
    left: -30px;
}
.formas .box__checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before{
    background: #BDDB33;
}

/* -- -- */ 
.owl-nav{}
.owl-nav .owl-next,
.owl-nav .owl-prev{
	background: #5f6f28!important;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	width: 38px;
	height: 38px;
	outline: none;
	border: none;
	margin: 0 4px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
 
.owl-nav .owl-next span,
.owl-nav .owl-prev span{
	font-weight:600;
	font-size: 24px;
	padding: 3px 0 7px 0;
	color: #FFFFFF;
	display: block;
}

.owl-nav .owl-next.disabled,
.owl-nav .owl-prev.disabled{
	opacity: 0.7;
	cursor: pointer;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
	background: #B4B4B4!important;
}

.owl-dots{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.owl-dots .owl-dot{outline: none;border: none;width: 11px;height: 11px;margin: 0 3px;}
.owl-dots .owl-dot.active{}
.owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span{
	background: #FFFFFF;
}
.owl-dots .owl-dot span{
	background: transparent;
	width: 11px;
	height: 11px;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: block;
	border-radius: 50%;
}
/* -- -- */


/* -- -- */
.btn-default{
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #000000;
    border: 3px solid #e3dd40;
    -webkit-box-shadow: 0 3px 6px #00000029;
            box-shadow: 0 3px 6px #00000029;   
    background: #FFFFFF;
    display: inline-block;
	padding: 0 15px;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
	cursor: pointer;
}
.btn-default:hover{
	text-decoration: none;
	background: #e3dd40;
	-webkit-box-shadow: 0 0 0;
	        box-shadow: 0 0 0;
	color: #000000;
}



/* -- Header Area -- */
header.header-area{
	border-top: 10px solid #616160;
	width: 100%;
	height: 203px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 5;
	background: #FFFFFF;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

header.header-area .container{
	position: relative;
}

header.header-area .logo{
	height: 105px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
header.header-area .logo a{
	height: 80px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
header.header-area .logo a svg{
	height: 80px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
body.hed-fix header.header-area .container{}

body.hed-fix header.header-area{
	-webkit-box-shadow: 0 1px 10px 0px rgb(0 0 0 / 29%);
	box-shadow: 0 1px 10px 0px rgb(0 0 0 / 29%);
	height: auto;
}
body.hed-fix header.header-area .logo {
	height: 75px;
}
body.hed-fix header.header-area .hed__top {
    position: absolute;
    top: 0;
    width: 1236px;
    margin: 0 auto;
}
body.hed-fix header.header-area .hed__top .menutop ul{margin: 0;}
body.hed-fix header.header-area .logo{height: 59px;}
body.hed-fix header.header-area .logo a{height: 40px; width: 70px; overflow: hidden; display: block;}
body.hed-fix header.header-area .logo a svg{height: 40px;}
body.hed-fix header.header-area .navigation-main-container{
	border-bottom: initial;
}

body.hed-fix header.header-area .box_top_search{
	opacity: 0;
	transform: translate(0, -60px);
}

header.header-area .hed__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
header.header-area .hed__top .menutop{}
header.header-area .hed__top .menutop ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}
header.header-area .hed__top .menutop ul li{
	position: relative;
	margin: 0 5px;
}
header.header-area .hed__top .menutop ul li:before{
	content: "";
	width: 100%;
	height: 6px;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
	background: #bddb33 0% 0% no-repeat padding-box;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
header.header-area .hed__top .menutop ul li.current-menu-item:before,
header.header-area .hed__top .menutop ul li:hover:before{
	-webkit-transform: translateY(25px);
	    -ms-transform: translateY(25px);
	        transform: translateY(25px);
	height: 4px;
	height: 4px;
	top: 0;
}
header.header-area .hed__top .menutop ul li a{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px/var(--unnamed-line-spacing-22) var(--unnamed-font-family-open-sans);
	
	color: var(--unnamed-color-000000);
	text-align: left;
	padding: 5px 10px 0 10px;
	display: block;
	text-decoration: none;
}

header.header-area .navigation-main-container{
	border-top: 2px solid #b4b4b4;
}
header.header-area .navigation-main-container ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	padding: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
header.header-area .navigation-main-container ul li {
    height: 43px;
    width: calc(100%/7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
header.header-area .navigation-main-container ul li a{
	font-size: 20px;
	line-height: 27px;	
	color: #000000;
	text-decoration: none;
}
header.header-area .navigation-main-container ul li.current-menu-item,
header.header-area .navigation-main-container ul li:hover{
	background: #bddb33 0% 0% no-repeat padding-box;
}
header.header-area .navigation-main-container ul li.current-menu-item a,
header.header-area .navigation-main-container ul li:hover a{
	color: #FFFFFF;
}


.header-area .navbar_toggler {
	position: relative;
}
.header-area .navbar_toggler .boxToggler {
    position: fixed;
    z-index: 5;
    right: -100px;
	top: 75px;
    width: 43px;
    height: 27px;
    cursor: pointer;
    padding: 0;
	opacity: 0;
	visibility: hidden;
    border: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.header-area .navbar_toggler .boxToggler span {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #bddb33;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(124, 123, 123, 0.64);
    box-shadow: 0 0 0 0 rgba(124, 123, 123, 0.64);
    -webkit-transition: box-shadow .5s, all .5s;
    -webkit-transition: all .5s, -webkit-box-shadow .5s;
    transition: all .5s, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, all .5s;
    transition: box-shadow .5s, all .5s;
    transition: box-shadow .5s, all .5s, -webkit-box-shadow .5s;
}

.header-area .navbar_toggler .boxToggler span + span {
    top: 12px;
}

.header-area .navbar_toggler .boxToggler span + span + span {
    top: 25px;
}

.header-area .navbar_toggler:hover .boxToggler span {

}

.header-area .navbar_toggler.activ span span:nth-last-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
}

.header-area .navbar_toggler.activ span span:nth-last-child(2) {
    opacity: 0;
}

.header-area .navbar_toggler.activ span span:nth-last-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
}


.mobile-menu {
  background-color: #3f3f3f;
  width: 310px;
  height: 100vh;
  position: fixed;
  padding: 60px 15px 20px 15px;
  top: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
      transform: translateX(320px);
  overflow: auto;
}

.close-menu {
    background: #bbd03c;
    width: 34px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 0;
	cursor: pointer;
	transition: all .5s;
}
.close-menu:hover{
	background: #FFF;
}

.close-menu:before{
    content: "";
    width: 50%;
    height: 4px;
    background: #3f3f3f;
    display: block;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
.close-menu:after{
    content: "";
    width: 50%;
    height: 4px;
    background: #3f3f3f;
    display: block;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu ul li {
  width: 100%;
  position: relative;
}

.mobile-menu ul li a {
  color: #fff;
  border-bottom: 1px solid #a9a9a9;
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 16px;
  line-height: 20px;
}

.mobile-menu ul li a:hover {
  color: #c4df4c;
  padding: 10px 10px 10px 10px;
}

.mobile-menu ul li.current-page-ancestor > a, 
.mobile-menu ul li.current-menu-ancestor > a,
.mobile-menu ul li.current-menu-parent > a,
.mobile-menu ul li.current-page-parent > a,
.mobile-menu ul li.current_page_parent > a,
.mobile-menu ul li.current_page_ancestor > a,
.mobile-menu ul li.current-menu-item > a {
  color: #c3de4b;
  border-color: #c4de4b;
  padding: 10px 25px 10px 10px;
}

.mobile-menu ul ul,
.mobile-menu ul ul ul{
	display: none;
}

.mobile-menu ul.sub-menu li{
    background: #5f6f28;
	transition: all .5s;
}

.mobile-menu ul.sub-menu li.current-page-ancestor, 
.mobile-menu ul.sub-menu li.current-menu-ancestor,
.mobile-menu ul.sub-menu li.current-menu-parent,
.mobile-menu ul.sub-menu li.current-page-parent,
.mobile-menu ul.sub-menu li.current_page_parent,
.mobile-menu ul.sub-menu li.current_page_ancestor,
.mobile-menu ul.sub-menu li.current-menu-item,
.mobile-menu ul.sub-menu li:hover{
    background: #222222!important;
}

.mobile-menu ul.sub-menu li ul.sub-menu li{
    background: #2d3807;
	transition: all .5s;
}

.mobile-menu ul.sub-menu li ul.sub-menu li ul.sub-menu li {
    background: #000;
	transition: all .5s;
}

.mobile-menu ul.sub-menu > ul.sub-menu {
    background: #ddd;
}

.mobile-menu ul.sub-menu li a {
    padding: 10px 10px 10px 15px;
}

.mobile-menu ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
}


.mobile-menu.activ {
  -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
      transform: translateX(0px);
}

span.caret {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}

span.caret:before {content: "";width: 15px;height: 4px;background: #fff;display: block;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
span.caret:after {content: "";width: 4px;height: 15px;background: #fff;display: block;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

span.caret:hover:before,
span.caret:hover:before,
.mobile-menu li.menu-item-has-children.active span.caret:before,
.mobile-menu li.menu-item-has-children.active span.caret:after{
    background: #bbd03c;
}

.mobile-menu li.menu-item-has-children.active>span.caret{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}



.languages-box{
}
.languages-box ul{
	list-style: none;
	display: flex;
	margin: 0;
}
.languages-box ul li{
    position: relative;
    padding: 0 7px;
}
.languages-box ul li:first-child:after{
	content: "";
	width: 1px;
	height: 13px;
	background: #000;
	position: absolute;
	top: 8px;
	right: 0;
}
.languages-box ul li a{
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	transition: all .5s; 
	text-decoration: none;
}
.languages-box ul li a:hover{
	color: #bbd03c;
}
.languages-box ul li.current-lang a{
	font-weight: 700;
}

.mobile-menu .languages-box {
    position: absolute;
    top: 10px;
    left: 10px;
}

.mobile-menu .languages-box ul {
    border: none;
}

.mobile-menu .languages-box ul li{width: auto;padding: 0;}
.mobile-menu .languages-box ul li:after{
    display: none;
}

.mobile-menu .languages-box ul li a{
    border: none;
    width: 34px;
    height: 30px;
    background: #fff;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.mobile-menu .languages-box ul li a:hover{}
.mobile-menu .languages-box ul li.current-lang a{
    background: #bbd03c;
    color: #3f3f3f;
}


/* -- Ende -- */

/* -- Box full Text Slider -- */
.box_full_textslider {
    width: 100%;
    position: relative;
    /*margin: 0 0 50px 0;*/	
}
.box_full_textslider .container {
    min-height: 542px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.box_full_textslider .box_text_slider {
    width: 536px;
    min-height: 287px;
    position: relative;
}
.box_full_textslider .box_text_slider .item{
	padding: 20px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 37px;
}
.box_full_textslider .box_text_slider .button_box{}
.box_full_textslider .box_text_slider .button_box a{
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
}
.box_full_textslider .box_text_slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#E3DC40), color-stop(13%, #C3DC41), to(#C0DC41)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #E3DC40 0%, #C3DC41 13%, #C0DC41 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #E3DC40 0%, #C3DC41 13%, #C0DC41 100%) 0% 0% no-repeat padding-box;
    background-size: cover;
    opacity: 0.95;
}
.box_full_textslider .owl-dots{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

/* -- Ende -- */

/* -- Testimonial -- */
.testimonial_block{

}

.testimonial_item {
    width: 100%;
    min-height: 400px;
    background: #FFFFFF;
    padding: 15px 15px;
}
.testimonial_item .hed_box {
    position: relative;
    min-height: 130px;
    padding: 0 0 0 130px;
    margin: 0 0 20px 0;
}

.testimonial_item .hed_box.no-img{
	padding: 0 0 0 0px;
    min-height: auto;
}

.testimonial_item .hed_box .__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 130px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
}
.testimonial_item .hed_box .__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.testimonial_item .hed_box .__title {
    font-size: 28px;
    font-weight: 600;
    color: #bddb33;
    padding: 5px 0 5px 0;
    text-transform: initial;
    margin: 0 0 10px 0;
}
.testimonial_item .hed_box .__position {
    font-size: 20px;
    line-height: 26px;
}
.testimonial_item .testimonial_content {
    font-size: 20px;
    line-height: 26px;
}

.testimonial_block .h1{
	color: #FFFFFF;
	padding: 0 20px 0 0;
}

.testimonial_block .owl-nav{
    position: absolute;
    bottom: 0;
    left: -110px;
}

.testimonial_block .col-left{
	flex: 0 0 25%;
	max-width: 25%;
}
.testimonial_block .col-right{
	flex: 0 0 75%;
	max-width: 75%;
}

/* -- Ende -- */

/* -- Contact box-- */

.contact_infobox.mini_box {-webkit-transform: translateX(267px);-ms-transform: translateX(267px);transform: translateX(267px);}
.contact_infobox.mini_box.open {-webkit-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);}
.contact_infobox.mini_box.open span.icon {left: -32px;}

.contact_infobox.mini_box span.icon {
    left: -44px;
	cursor: pointer;
}

.contact_infobox.fixed {
	top: 0;
}
.contact_infobox{
	position: fixed;
	z-index: 999;
	top: 120px;
	right: 0;
	width: 255px;
	color: #fff;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.contact_infobox .__box{
	background: #5F6F28 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 15px 20px #0000006B;
	        box-shadow: 0px 15px 20px #0000006B;
	padding: 15px;
}
.contact_infobox .__box .b__img{margin: 0 0 10px 0;}
.contact_infobox .__box .b__img img{}


.contact_infobox .__box .b__tit{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.contact_infobox .__box .b__btn{
	text-transform: uppercase;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.contact_infobox .__box .b__btn:hover{}


.contact_infobox .__box .b__info{}
.contact_infobox .__box .b__info p{
	font: normal normal normal 18px/22px Open Sans;
}
.contact_infobox .__box .b__info ul{
    list-style: none;
    padding: 0 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contact_infobox .__box .b__info ul li{
    position: relative;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 11px 0px;
}
.contact_infobox .__box .b__info ul li:before{
	content: "";
	position: absolute;
	left: -25px;
	top: 2px;
}
.contact_infobox .__box .b__info ul li.icon_adresse:before{
	background: url(../img/ort-icon.png) no-repeat scroll;
	width: 14px;
	height: 20px;
	display: block;
}
.contact_infobox .__box .b__info ul li.icon_telefon:before{
	background: url(../img/telefon-icon.png) no-repeat scroll;
	width: 15px;
	height: 15px;
	display: block;
}
.contact_infobox .__box .b__info ul li.icon_fax:before{
	background: url(../img/icon_prin.png) no-repeat scroll;
	width: 17px;
	height: 16px;
	display: block;
	top: 2px;
}
.contact_infobox .__box .b__info ul li.icon_mail:before{
	background: url(../img/mail-icon.png) no-repeat scroll;
	width: 16px;
	height: 12px;
	display: block;
	top: 6px;
}
.contact_infobox .__box .b__info a{}

.contact_infobox .__box .b__info ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 -15px 0;
    padding: 0;
}
.contact_infobox .__box .b__info ul.social li {
    margin: 0 3px;
}
.contact_infobox .__box .b__info ul.social li a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    width: 24px;
    height: 24px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
}
.contact_infobox .__box .b__info ul.social li svg {
    height: 70%;
    object-fit: contain;
    width: 70%;
}
.contact_infobox .__box .b__info ul.social li svg path{ fill: #616160;}

.contact_infobox .__box .b__info ul.social li a:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.contact_infobox span.icon {
    background: url(../img/info.svg) no-repeat scroll center #BDDB33;
    display: block;
    -webkit-box-shadow: 0px 3px 6px #00000052;
            box-shadow: 0px 3px 6px #00000052;
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 32px;
    background-size: 50%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

ul.social-footer li {}

ul.social-footer li a {
    width: 15px;
}

ul.social-footer li a svg {
    width: 100%;
    object-fit: cover;
}

ul.social-footer li a svg path {
    fill: #FFF;
}


/* -- Ende -- */

/* -- Blog -- */

.full_blog_img{
	height: auto;
    position: relative;
}
.full_blog_img img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.full_blog_img:after{
	content: "";
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: url(../img/loading.gif) no-repeat scroll center;
	z-index: -1;
}

.box_filter_blog .row {
    height: 250px;
    margin: 0 0 30px 0;
    overflow: hidden;
    position: relative;
}

.box_filter_blog .row:after{
	content: "";
	width: 100%;
	height: 50px;
	background: linear-gradient(0deg, #ececec, #ecececc7);
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.btn-filter-desctop{}

.box_filter_blog span.btn-filter-desctop{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: block;
	cursor: pointer;
	position: absolute;
	padding: 0 0 0 30px;
	bottom: 20px;
	width: 150px;
	left: 50%;
	transform: translateX(-50%);
}

.box_filter_blog span.btn-filter{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
	display: block;
	cursor: pointer;
	position: absolute;
	padding: 0 0 0 30px;
	opacity: 0;
}

.box_filter_blog span.btn-filter-desctop span,
.box_filter_blog span.btn-filter span {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.box_filter_blog span.btn-filter span:before {
	content: "";
	background: #000;
	width: 10px;
	height: 4px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(35deg);
	    -ms-transform: rotate(35deg);
	        transform: rotate(35deg);
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

.box_filter_blog span.btn-filter-desctop span:before {
	content: "";
	background: #000;
	width: 10px;
	height: 4px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(35deg);
	    -ms-transform: rotate(35deg);
	        transform: rotate(35deg);
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.box_filter_blog span.btn-filter-desctop span:after{
    content: "";
    background: #000;
    width: 10px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.box_filter_blog span.btn-filter span:after {
    content: "";
    background: #000;
    width: 10px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}	

.box_filter_blog.active span.btn-filter-desctop span:before{
	    -ms-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	        transform: rotate(-35deg);
}
.box_filter_blog.active span.btn-filter-desctop span:after{
	-webkit-transform: rotate(35deg);
	    -ms-transform: rotate(35deg);
	        transform: rotate(35deg);
}

.box_filter_blog.active span.btn-filter span:before {
	-webkit-transform: rotate(-35deg);
	    -ms-transform: rotate(-35deg);
	        transform: rotate(-35deg);
}
.box_filter_blog.active span.btn-filter span:after {
	-webkit-transform: rotate(35deg);
	    -ms-transform: rotate(35deg);
	        transform: rotate(35deg);
}




.box_filter_blog{
	background-color: #ECECEC;
	width: 100%;
	position: relative;
	padding: 35px 0;
	margin: 0 0 50px 0;
}
.box_filter_blog .col-3 {
    position: relative;
    padding: 0 10px;
}

.box_filter_blog .col-3:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}

.box_filter_blog .col-3:last-child:after {
    display: none;
}

.box_filter_blog .widgettitle{
	font: var(--unnamed-font-style-normal) normal 600 var(--unnamed-font-size-20)/28px var(--unnamed-font-family-open-sans);
	
	color: var(--unnamed-color-000000);
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.box_filter_blog .widget_search{}
.box_filter_blog .search-form div{
    position: relative;
    width: 262px;
}
.box_filter_blog .search-form div input.search-field{
    border: 1px solid #b5b5b5;
    outline: none;
    width: 260px;
    height: 46px;
	padding: 0 40px 0 10px;
}
.box_filter_blog .search-form div button.search-submit{
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    outline: none;
    border: none;
    cursor: pointer;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.box_filter_blog .search-form div button.search-submit span svg{
	width: 20px;
}
.box_filter_blog .search-form div button.search-submit span:hover svg{
	fill: #5F6F28;
}

.box_filter_blog .widget_archive{}
.box_filter_blog .widget_archive ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-ms-flex-wrap: wrap; 
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -13px;
}
.box_filter_blog .widget_archive ul li{
    margin: 0 0 0 13px;
}
.box_filter_blog .widget_archive ul li a{
    color: #000;
	font-size: 19px;
}
.box_filter_blog .widget_archive ul li a:hover{}

.box_filter_blog .widget_categories{}
.box_filter_blog .widget_categories ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-ms-flex-wrap: wrap; 
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -10px;
}
.box_filter_blog .widget_categories ul li{
	color: #9A9999;
    margin: 0 0 0px 10px;
	font-size: 16px;
}
.box_filter_blog .widget_categories ul li a{
	color: #000000;
	font-size: 16px;
	line-height: 15px;
}
.box_filter_blog .widget_categories ul li.current-cat a{}
.box_filter_blog .widget_categories ul li a:hover{}

.box_filter_blog .widget_tag_cloud{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 1200px){
	.box_filter_blog .widget_categories {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
	.box_filter_blog .widget_tag_cloud{
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
}

.box_filter_blog .widget_tag_cloud .tagcloud{
	margin: -6px 0 0 -2px;
}
.box_filter_blog .widget_tag_cloud a{
    font-size: 16px!important;
    color: #000000;
    background: #ffffff;
    display: inline-block;
    padding: 3px 10px;
    margin: 6px 0 0 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.box_filter_blog .widget_tag_cloud a:hover{
    background: #e3dd40;
    text-decoration: none;
}

.blog-header{
	margin: 0 0 50px 0;
}

.blog-header h1 span{
	font-size: 50px!important;
	color: #000;
}
.blog-header .blog-description{}

article.blog_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 80px 0;
}
article.blog_item .post-img{
	width: 380px;
	height: 360px;
	overflow: hidden;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30%;
	        flex: 0 0 30%;
}
article.blog_item .post-img img{
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

article.blog_item .post-content{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
}
article.blog_item .post-title{}
article.blog_item .post-title h2{
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	color: #bddb33;
	text-transform: initial;
	margin: 0;
	padding: 0;
}

article.blog_item .post-meta{
	font: var(--unnamed-font-style-normal) normal 600 var(--unnamed-font-size-18)/28px var(--unnamed-font-family-open-sans);
	
	color: #9A9999;
	margin: 15px 0 15px 0;
}
article.blog_item .post-meta ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
	margin: 0;
	padding: 0;
}
article.blog_item .post-meta ul li{
    margin: 0 4px 0 0;
	position: relative;
}
article.blog_item .post-meta ul li.author{
    padding: 0 10px 0 30px;
}
article.blog_item .post-meta ul li.author:before{
	content: "";
	background: url(../img/icon-user.png) no-repeat scroll 0 0;
	width: 23px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
article.blog_item .post-meta ul li.date{
    padding: 0 10px 0 25px;
}
article.blog_item .post-meta ul li.date:before{
	content: "";
	background: url(../img/icon-uhr.png) no-repeat scroll 0 0;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
}
article.blog_item .post-meta ul li.comment{
    padding: 0 10px 0 40px;
}
article.blog_item .post-meta ul li.comment:before{
	content: "";
	background: url(../img/icon-kommentare.png) no-repeat scroll 0 0;
	width: 32px;
	height: 27px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}
article.blog_item .post-meta ul li.comment a{
	color: #9A9999;
}
article.blog_item .post-meta ul li.comment a:hover{}

article.blog_item .post-meta + .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 15px 0;
}

article.blog_item .post-meta .post-category{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 4px 10px -4px;
}
article.blog_item .post-meta .post-category a{
	background: #bddb33;
	font-family: var(--unnamed-font-family-open-sans);
	font-size: var(--unnamed-font-size-18);
	font-weight: var(--unnamed-font-weight-600);
	color: #FFFFFF;
	display: block;
	padding: 0 5px 0 5px;
	margin: 0 0 4px 4px;
}
article.blog_item .post-meta .post-category a:hover{}

article.blog_item .post-meta .post-tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0px 0 0 -4px;
}
article.blog_item .post-meta .post-tags a{
	background: #E3DD40 0% 0% no-repeat padding-box;
	font-family: var(--unnamed-font-family-open-sans);
	font-size: var(--unnamed-font-size-18);
	font-weight: var(--unnamed-font-weight-600);
	color: #FFFFFF;
	display: block;
	padding: 0 5px;
	margin: 0 0 0 4px;
}
article.blog_item .post-meta .post-tags a:hover{}

article.blog_item .post-body{

}

.neueste_post_item .post-readmore,
article.blog_item .post-readmore{
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.neueste_post_item .post-readmore a.btn-default,
article.blog_item .post-readmore a.btn-default{
    width: 158px;
    height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	font-size: 18px;
}


.navigation.pagination{
    margin: 40px 0 40px 0;
}
.navigation.pagination .nav-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navigation.pagination .page-numbers{
	background-color: #5f6f28!important;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	width: 38px;
	height: 38px;
	outline: none;
	border: none;
	margin: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover{
    background-color: #bddb33!important;
    color: #000;
    text-decoration: none;
}
.navigation.pagination .prev,
.navigation.pagination .next{display: none;}


.single-post{}
.single-post .full_image {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-post .full_image img{
    width: 100%;
    height: auto;
}
.single-post .full_image:after{
	content: "";
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: url(../img/loading.gif) no-repeat scroll center;
	z-index: -1;
}
.single-post .full_image .container{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translatex(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.single-post .full_image .title_single{
	background: transparent -o-linear-gradient(203deg, #E3DC40 0%, #C3DC41 20%, #C0DC41 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(247deg, #E3DC40 0%, #C3DC41 20%, #C0DC41 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	width: 100%;
	padding: 15px 0 15px 35px;
}
.single-post .full_image .title_single h1{
	font-size: 30px;
	line-height: 37px;
	font-weight: 700;
	
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.single-post .full_image .title_single h1:before{
	display: none;
}

.info_single_box {
    background: #ECECEC;
    margin: 0 0 40px 0;
    padding: 20px 0;
    color: #000;
    position: relative;
    top: -2px;
    z-index: 2;
	font-size: 20px;
	font-weight: 600;
}

.info_single_box .all_info {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.info_single_box .all_info .author_box{
    position: relative;
    padding: 0 20px 0 32px;
    font-size: 18px;
}
.info_single_box .all_info .author_box:before{
	content: "";
	width: 23px;
	height: 25px;
	background: url(../img/user-dunkel.png) no-repeat;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}
.info_single_box .all_info .data_box{
    position: relative;
    padding: 0 20px 0 27px;
    font-size: 18px;
}
.info_single_box .all_info .data_box:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/uhr-dunkel.png) no-repeat;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}
.info_single_box .all_info .comments_box{
    position: relative;
    padding: 0 20px 0 40px;
}
.info_single_box .all_info .comments_box:before{
	content: "";
	width: 32px;
	height: 27px;
	background: url(../img/kontakt-dunkel.png) no-repeat;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}
.info_single_box .all_info .comments_box a{
    color: #000;
    font-size: 18px;
}
.info_single_box .all_info .comments_box a:hover{}

.info_single_box .all_info .cats_box {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    margin: 15px 0 10px 0;
    padding: 0 0 0 125px;
    position: relative;
}
.info_single_box .all_info .cats_box span {
    position: absolute;
    top: 0;
    left: 0;
}
.info_single_box .all_info .cats_box a{
    color: #000;
    position: relative;
    padding: 0  0 0 10px;
    margin: 0  0 0 10px;
	font-size: 18px;
}
.info_single_box .all_info .cats_box a:hover{}
.info_single_box .all_info .cats_box a:after{
	content: "";
	width: 1px;
	height: 13px;
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	background: #000;
}
.info_single_box .all_info .cats_box a:nth-child(2){padding: 0; margin: 0;}
.info_single_box .all_info .cats_box a:nth-child(2):after{display: none;}

.info_single_box .all_info .tags_box{
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    padding: 0 0 0 66px;
    position: relative;
}
.info_single_box .all_info .tags_box span {
    position: absolute;
    top: 0;
    left: 0;
}
.info_single_box .all_info .tags_box ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.info_single_box .all_info .tags_box ul li:last-child{
	margin: 0;
	padding: 0;
}
.info_single_box .all_info .tags_box ul li{
	position: relative;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	display: inline-block;
}
.info_single_box .all_info .tags_box ul li a{
	color: #000;
	font-size: 18px;
}
.info_single_box .all_info .tags_box ul li a:hover{}
.info_single_box .all_info .tags_box ul li:last-child:after{display: none}
.info_single_box .all_info .tags_box ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	display: block;
	position: absolute;
	top: 9px;
	right: 0;
	background: #000;
}

.info_single_box .all_info .btn-mehr {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
	padding: 0 27px 0 0;
	transform: translateX(300px);
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.info_single_box .all_info .btn-mehr span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.info_single_box .all_info .btn-mehr span:before {
	content: "";
	background: #000;
	width: 10px;
	height: 4px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(35deg);
	    -ms-transform: rotate(35deg);
	        transform: rotate(35deg);
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

.info_single_box .all_info .btn-mehr span:after {
    content: "";
    background: #000;
    width: 10px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}	

.info_single_box .all_info.active .btn-mehr span:before {
	-webkit-transform: rotate(-35deg);
	    -ms-transform: rotate(-35deg);
	        transform: rotate(-35deg);
}
.info_single_box .all_info.active .btn-mehr span:after {
	-webkit-transform: rotate(35deg);
	    -ms-transform: rotate(35deg);
	        transform: rotate(35deg);
}


.author-info {
    background-color: #ECECEC;
    margin: 50px 0;
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.author-info .user_links {
    margin: 0;
    width: 355px;
}

.author-info .user_links .boxlink {
    background: #FFFFFF;
    border: 1px solid #707070;
    margin: 0 0 3px 0;
    padding: 5px 20px 5px 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
	  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.author-info .user_links .boxlink.icon_mail:before{
    content: "";
    background: url(../img/Autor-Mail.png) no-repeat scroll;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.author-info .user_links .boxlink.icon_xing:before{
    content: "";
    background: url(../img/linkedin-in.svg) no-repeat scroll;
    width: 18px;
    height: 21px;
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.author-description {
    width: 321px;
    margin: 0 15px;
    font-size: 22px;
    line-height: 26px;
}

.author-description h4.author-title {
    text-transform: none;
    font-weight: 700;
    margin: 0;
    font-size: 22px;
}

.author-description p {
    padding: 0;
    margin: 0;
}

.author-description span.beratung{
	height: 54px;
	display: block;
}

.author-description .author-bio span{
	display: block;
}

h2.comment-reply-title {
    color: #000;
    text-transform: none;
    margin: 0;
}


.author-info .user_links .boxlink a {
    font-size: 16px;
    line-height: 21px;
}

.container.single-post{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.container.single-post .content{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
}
.container.single-post .sidebar-postblog-items{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	max-width: 20%;
}

.sidebar-postblog-items {
    background: #ECECEC;
    padding: 30px 20px 10px 20px;
}
.sidebar-postblog-items h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
}
.postblog-item {
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    margin: 0 0 20px 0;
}
.postblog-item .post-img {
    width: 100%;
    height: 130px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	margin: 0 0 10px 0;
}
.postblog-item .post-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.postblog-item .post-date {
    color: #5F6F28;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px;
}
.postblog-item .post-title {
    padding: 0 10px;
    margin: 10px 0;
}
.postblog-item .post-title h5{
	font-size: 18px;
}
.postblog-item .post_btn {
    padding: 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.comments-area{}
.comments-area h2.comments-title{
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
}

.commentlist{
	margin: 0!important;
	padding: 0!important;
}

.commentlist .mycomment{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    margin: 10px;
    border-bottom: 1px solid #ccc;
	position: relative;
}
.commentlist .mycomment .comment-author{
    margin: 0 20px 0px 0;
}
.commentlist .mycomment .comment-meta{}
.commentlist .mycomment .comment-meta .comment-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	margin: 0 0 5px 0;
	padding: 0 120px 0 0;
}
.commentlist .mycomment .comment-meta .comment-top .tit-author{
	font-weight: 700;
}
.commentlist .mycomment .comment-meta .comment-top .date-comment{
	color: #9A9999;
	margin: 0 10px;
	font-size: 20px;
}
.commentlist .mycomment .comment-meta .comment-top .edit-comment{}

.commentlist .mycomment .comment-meta .comment-text{
	font-size: 18px;
	line-height: 24px;
}

.commentlist .mycomment .comment-meta .reply{}
.commentlist .mycomment .comment-meta .reply .comment-reply-link{
	font-weight: 600;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 7px;
}
.commentlist .mycomment .comment-meta .reply .comment-reply-link:before{
	content: "";
	background: url(../img/Icon-antworten.png) no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	top: 8px;
	left: -21px;
}

.comment_approved{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: green;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}

.comment-respond{}
.comment-respond .comment-reply-title{}
.comment-respond .comment-reply-title small {}
.comment-respond .comment-reply-title small a{}
.comment-respond .comment-reply-title small a:hover{}
.comment-respond .comment-form{}
.comment-respond .logged-in-as{
	display: none;
}
.comment-respond .comment-notes{
	display: none;
}
.comment-respond .comment-form-comment{}
.comment-respond .comment-form-comment label{}
.comment-respond .comment-form-comment textarea {
    background: #9A9999;
    padding: 20px;
    outline: none;
    border: none;
    width: 100%;
    color: #fff;
    height: 230px;
    resize: none;
}
.comment-respond .comment-form-author{}
.comment-respond .comment-form-author label{}
.comment-respond .comment-form-author input{}
.comment-respond .comment-form-email{}
.comment-respond .comment-form-email label{}
.comment-respond .comment-form-email input{}
.comment-respond .comment-form-cookies-consent{
	display: none;
}
.comment-respond .form-submit{
	margin: 0 0 30px 0;
}
.comment-respond .form-submit input[type="submit"]{
	border: 3px solid #E3DD49;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#E3DD40), to(#BDDB33)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #E3DD40 0%, #BDDB33 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #E3DD40 0%, #BDDB33 100%) 0% 0% no-repeat padding-box;
    height: 43px;
    padding: 0 20px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.comment-respond .form-submit input[type="submit"]:hover{
	background: #E3DD49;
}
.comment-respond .form-submit{}

.comment-form-comment label {
    position: relative;
    color: #fff;
    -webkit-transform: translate(20px, 55px);
        -ms-transform: translate(20px, 55px);
            transform: translate(20px, 55px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.comment-form-comment.active label {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    color: #000;
}


.comment-row{
	margin: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.comment-row .comment-form-author input,
.comment-row .comment-form-email input{
	border-bottom: 1px solid #000;
	border-top: none;
	border-right: none;
	border-left: none;
	outline: none;
	padding: 0 20px 0 20px;
	width: 100%;
}
.comment-row .comment-form-author,
.comment-row .comment-form-email{
	width: 49%;
	height: 40px;
	margin: 0;
}
.comment-row .comment-form-author label,
.comment-row .comment-form-email label{
	position: absolute;
	color: #000;
	-webkit-transform: translate(11px, -3px);
	    -ms-transform: translate(11px, -3px);
	        transform: translate(11px, -3px);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: 0;
}
.comment-row .comment-form-author.active label,
.comment-row .comment-form-email.active label{
	-webkit-transform: translate(0px, -34px);
	    -ms-transform: translate(0px, -34px);
	        transform: translate(0px, -34px);
}

/* -- Ende -- */

/* -- Last post carousel -- */

.neueste_postblock{
	padding: 40px 0 0 0 ;
}

.neueste_post_block .owl-nav {
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.neueste_post_block{
	padding: 60px 0 0 0;
}

.neueste_post_block .owl-stage-outer{
	overflow: initial!important;
}

.neueste_post_block .owl-stage-outer .owl-item{
	opacity: 0;
	transform: scale(0.5);
	transition: all .5s;
}

.neueste_post_block .owl-stage-outer .owl-item.active{
	opacity: 1;
	transform: scale(1); 
}

@media (max-width: 770px) {
	.neueste_post_block{
		padding: 0;
	}
	.neueste_post_block .neueste_post_item{
		height: auto!important;
	}
}

.neueste_post_block .neueste_post_item{
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
	width: 300px;
    height: 95%;
    margin: 4px;
    padding: 0 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	box-sizing: initial!important;
}
.neueste_post_block .neueste_post_item .__img{
    height: 180px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 20px 0;
}

.neueste_post_block .neueste_post_item .__img img{
    height: 100%;
    width: auto!important;
    padding: 0!important;
    box-sizing: initial;
}
.neueste_post_block .neueste_post_item .__date{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-22) var(--unnamed-font-family-open-sans);
	
	color: var(--unnamed-color-5f6f28);
	text-transform: uppercase;
	margin: 0 0 18px 0;
	padding: 0 12px;
}
.neueste_post_block .neueste_post_item .__title{
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	padding: 0 12px 20px;
	margin: 0 0 auto 0;
	text-transform: initial;
}

.neueste_post_block .btn-all-blog{
	margin: 20px 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.neueste_post_block .btn-all-blog a{
	border: 3px solid #E3DD49;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#E3DD40), to(#BDDB33));
	background: transparent -o-linear-gradient(top, #E3DD40 0%, #BDDB33 100%);
	background: transparent linear-gradient(180deg, #E3DD40 0%, #BDDB33 100%);
	width: 181px;
	height: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font: normal normal 600 20px/28px Open Sans;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
}
.neueste_post_block .btn-all-blog a:hover{
	background: #E3DD49;
}

.neueste_post_item .post-readmore{
	margin: auto 0 0 0;
}
.neueste_post_item .post-readmore a{
	margin: 30px 0 0 0;
}
.neueste_post_item .post-readmore a{}

/* -- Ende -- */


/* -- Pages -- */

.full_bg {
    position: relative;
    width: 100%;
    //min-height: 450px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full_bg img{
    width: 100%;
    height: auto;
}

.full_bg:after{
	content: "";
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: url(../img/loading.gif) no-repeat scroll center;
	z-index: -1;
}

.bt .container:before{
	background: #b4b4b4;
	height: 2px;
	width: 100%;
	position: relative;
	content: "";
	display: block;
	margin: 0 0 30px 0;
}

/* ------ Quote box -- */
.blockquote{}
.blockquote .bq{
	background: transparent -o-linear-gradient(231deg, #E3DC40 0%, #C3DC41 20%, #C0DC41 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(219deg, #E3DC40 0%, #C3DC41 20%, #C0DC41 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	padding: 30px 170px 15px 42px;
}
.blockquote q{
	font-family: var(--unnamed-font-family-open-sans);
	font-size: 28px;
	line-height: 32px;
	font-weight: var(--unnamed-font-weight-bold);
	
	color: #FFFFFF;
}
.blockquote .autogramm{
	position: relative;
	top: -0px;
	background: #c0dc41;
	-webkit-box-shadow: 0px 5px 6px #00000029;
	        box-shadow: 0px 5px 6px #00000029;
	padding: 10px 40px 15px 42px;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	display: inline-block;
}
q::after {
  content: '"';
  padding: 0 0 0 10px;
}

q::before {
  content: '"';
  position: absolute;
  left: 33px;
}



/* -- Ende-- */

/* -- Footer Area -- */
footer.footer-area{
	height: auto;
	background: var(--unnamed-color-5f6f28) 0% 0% no-repeat padding-box;
}

footer.footer-area .container{
	position: relative;
}

ul.social-footer {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    height: 57px;
    margin: 0;
    padding: 0;
}

ul.social-footer li {
    margin: 0 0 0 15px;
}

ul.social-footer a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    display: block;
}

ul.social-footer li a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/* -- Ende -- */

#go-top {position: fixed;width: 50px;height: 50px;display: block;background: rgba(0, 0, 0, 0) linear-gradient(66deg, rgb(204 220 56), rgb(219 220 61)) repeat scroll 0 0;z-index: 998;right: -50px;opacity: 0;bottom: 100px;cursor: pointer;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
#go-top:hover{}
#go-top svg{width: 20px;height: 20px;position: absolute;top: 15px;left: 14px;}
#go-top svg path{color: #3f3f3f;font-size: 35px;padding: 6px 0 0 14px;fill: #3f3f3f!important;}
#go-top span{color: #FFFFFF;position: absolute;top: 13px;left: 50px;width: 120px;font-size: 17px;font-weight: 600;}
#go-top.show{right: 0;opacity: 1;}

.testimonial_item.nur-1 {
    border: 7px solid #bbd03c;
}

.header-area.menu-open{
	z-index: 99999;
}


/* -- Responsiv -- */
@media (max-width: 1900px){
	.contact_infobox{-webkit-transform: translateX(267px);-ms-transform: translateX(267px);transform: translateX(267px);}
}

@media (max-width: 1600px){
	.testimonial_block .col-left{
		flex: 0 0 30%;
		max-width: 30%;
	}
	.testimonial_block .col-right{
		flex: 0 0 70%;
		max-width: 70%;
	}	
}

@media (max-width: 1400px){
	.testimonial_block .col-left{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.testimonial_block .col-right{
		flex: 0 0 50%;
		max-width: 50%;
	}	
}

@media (min-width: 1350px) {
	.container {max-width: 1266px;}
}

@media (max-width: 1350px) {
	
	body.hed-fix header.header-area .hed__top {
		width: 1110px;
	}
	
	header.header-area .navigation-main-container ul li a{
		font-size: 18px;
	}
	
	
	
	.author-description {
		width: 227px;
		margin: 0 15px;
		font-size: 16px;
		line-height: 20px;
	}


}

@media (min-width: 1200px) {
	
	.navbar_toggler.activ{
		opacity: 0;
	}
	.mobile-menu.activ{
		-webkit-transform: translateX(400px);
		    -ms-transform: translateX(400px);
		        transform: translateX(400px);
	}

}

@media (max-width: 1200px) {
	
	body.hed-fix header.header-area .hed__top {
		width: 930px;
	}

	
	/* Blog --- */
	.single-post .full_image .container {min-height: 300px;}
	
	.author-info .author-avatar {
		margin: 0 0 20px 0;
	}

	.author-description {
		width: 320px;
		margin: 0 15px;
		font-size: 18px;
		line-height: 22px;
	}

	.container.single-post .content {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%;}
	.container.single-post .sidebar-postblog-items {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%;}
	
	.box_filter_blog .search-form div{
		width: 100%;
	}
	.box_filter_blog .search-form div input.search-field{
		width: 100%;
	}
	
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
		font-size: 16px;
	}

}
@media (max-width: 992px) {
	
	.contact_infobox .__box .b__btn{
		display: none!important;
	}
	

	
	body {
		font-size: 18px;
		line-height: 28px;
	}
	
	h1, .h1 {
		font-size: 45px;
		line-height: 50px;
		margin: 0 0 25px 0;
	}
	
	h2 {
		font-weight: 700;
		font-size: 25px;
		line-height: 35px;
		margin: 0 0 20px 0;
	}
	
	body header.header-area .hed__top {
		display: none;
	}
	
	body.hed-fix header.header-area .navbar_toggler .boxToggler {top: 25px;}
	
	body{padding: 158px 0 0 0;}
	
	body.hed-fix{padding: 112px 0 0 0;}
	
	header.header-area{
		height: 158px;
	}
	
	body.hed-fix header.header-area{
		height: auto;
	}	
	
	header.header-area .navigation-main-container {display: none;}
	header.header-area .navbar_toggler .boxToggler {right: 130px; opacity: 1; visibility: visible;}
	
	header.header-area .logo {
		position: relative;
		top: 30px;
	}
	body.hed-fix header.header-area .logo{top: 0;}
	
	
	a.external-link:before {
		top: 8px;
	}
	/* Blog --- */
	.blog-header h1 span {
		font-size: 30px!important;
	}
	
	.full_blog_img {
		//min-height: 200px;
	}
	.box_filter_blog .col-3{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	    padding: 10px 0 10px;
	}
	.box_filter_blog .col-3:after {
		content: "";
		position: absolute;
		bottom: 0;
		top: initial;
		right: 0;
		width: 100%;
		height: 1px;
	}
	.box_filter_blog .row{
		display: none;
		margin: 0;
		height: auto;
        overflow: initial;
        position: relative;
	}
	
	.box_filter_blog span.btn-filter-desctop{display: none;}
	.box_filter_blog .row:after{display: none;}

	.box_filter_blog .widget_categories ul li {
		margin: 0 0 10px 10px;
	}
	
	.box_filter_blog span.btn-filter{
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
		position: relative;
	}
	.box_filter_blog .search-form div{
		width: 100%;
	}
	.box_filter_blog .search-form div input.search-field{
		width: 100%;
	}
	
	.single-post .full_image .title_single{
		padding: 15px;
	}
	.single-post .full_image .title_single h1 {
		font-size: 26px;
		line-height: 30px;
	}
	
	.commentlist .mycomment .comment-meta .comment-top .date-comment {
		margin: 0;
		font-size: 14px;
	}
	.commentlist .mycomment .comment-meta .comment-top {
		display: block;
	}
	.commentlist .mycomment .comment-meta .comment-text {
		font-size: 16px;
		line-height: 20px;
	}
	.commentlist .mycomment .comment-meta .reply .comment-reply-link:before {
		top: 6px;
	}
	article.blog_item .post-title h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.info_single_box .all_info .btn-mehr {
		transform: translateX(0px);
		opacity: 1;
		visibility: visible;
	}
	

	.info_single_box .all_info .data_box {
		margin: 0!important;
	}
	
	.info_single_box .all_info .hm{
		display: none;
	}
	.info_single_box .all_info {
		display: block;
		font-size: 16px;
		line-height: 20px;
	}
	.info_single_box .all_info .author_box {
		margin: 0 0 10px 0;
	}
	.info_single_box .all_info .author_box:before {
		top: -2px;
	}
	.info_single_box .all_info .data_box {
		margin: 0 0 10px 0;
	}
	.info_single_box .all_info .data_box:before {
		top: 0px;
	}
	.info_single_box .all_info .comments_box {
		padding: 6px 15px 0 40px;
		margin: 0 0 20px 0;
	}
	.info_single_box .all_info .cats_box {
		position: relative;
		margin: 0 ;
	}

	.info_single_box .all_info .tags_box{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.info_single_box .all_info .tags_box ul li:first-child{
		padding: 0;
		margin: 0;
	}
	.info_single_box .all_info .tags_box ul li{
		padding: 0 0 0 10px;
		margin: 0 0 0 10px;
	}
	.info_single_box .all_info .tags_box ul li:first-child:after{
		display: none;
	}
	.info_single_box .all_info .tags_box ul li:after{
		top: 3px;
	}
	
	article.blog_item .post-meta .post-tags{
		margin: 0;
	}
	article.blog_item .post-meta .post-tags a{
		margin: 0 4px 4px 0;
	}

	/* */
	.full_bg {
		//height: 200px;
		min-height: auto;
		//padding: 0 0 100px 0;
		box-sizing: content-box;
	}
	
	.single-post .full_image img {
    	width: 100%;
	}
	
	.full_bg img{
		width: 100%;
	}
	.blockquote q {
		font-size: 22px;
		line-height: 26px;
	}
	.blockquote .bq {
		padding: 30px 50px 15px 42px;
	}
	.blockquote .autogramm {
		font-size: 17px;
		line-height: 20px;
	}
	.blockquote {
		margin: -90px 0px 50px 0px!important;
	}
	
	.formas .box_text {
		padding: 0;
		margin: 0 0 20px 0;
	}
	.formas .box_text textarea {
		height: 200px;
	}
	
	/* */
	
	.testimonial_block .col-left{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.testimonial_block .col-right{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.testimonial_items {
		padding: 70px 20px 0 20px;
		position: relative;
		width: 80%!important;
		margin: 0 auto;
	}
	.testimonial_block .owl-nav {bottom: initial; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
	.testimonial_block .h1{text-align: center!important;}
	.testimonial_block .h1 br{display: none;}
	.testimonial_item {
		min-height: auto;
	}
	

}

@media (max-width: 768px) {
	
	.contact_infobox.fixed span.icon{
		top: 80px;
	}
	
	body{
		font-size:16px;
		line-height: 20px;
	}
	
	.fonts-28 {
		font-size: 20px;
		line-height: 37px;
	}
	
	h1{
		font-size: 35px;
		line-height: 42px;
	}
	
	h2{
		font-size: 22px;
		line-height: 26px;
	}

	h2.highlighter-headline {
		line-height: 38px;
	}
	
	h3 {
		font-size: 20px;
		line-height: 24px;
	}
	
	h4 {
		font-size: 18px;
		line-height: 24px;
	}

	a.external-link:before {
		width: 14px;
		height: 16px;
		top: 4px;
		left: 6px;
	}
	
	/* --  */
	ul.list-1 li:before {
		top: 0;
	}
	
	/* */
	header.header-area .logo a svg {
		height: 60px;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	
	body.hed-fix header.header-area .hed__top{
		display: none;
	}
	
	/* */
	body .neueste_post_block .neueste_post_item {
		margin: 4px auto;
		width: 264px;
	}
	body .neueste_post_block .neueste_post_item .__title{
		font-size: 16px;
		line-height: 20px;
	}
	
	.neueste_post_block {
		padding: 0;
	}
	

	
	/* */
	body .testimonial_item {
		min-height: auto;
	}
	
	/* */
	.box_full_textslider {
		width: 100%;
		position: relative;
		margin: 0;
	}
	.box_full_textslider:before {
		position: relative!important;
		height: 200px!important;
		display: block;
	}
	.box_full_textslider .container {
		min-height: initial;
		display: initial;
		padding: 0;
	}
	.box_full_textslider .box_text_slider {
		width: 100%;
		min-height: auto;
		padding: 0 0 50px 0;
	}
	.box_full_textslider .box_text_slider .item{
		padding: 20px;
		color: #FFFFFF;
		font-size: 20px;
		line-height: 26px;
	}
	
	.owl-dots {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 15px 0 40px 0;
	}
	
	.owl-dots .owl-dot span {
		background: #fff;
		border-color: #616160;
	}
	.owl-dots .owl-dot.active span {
		background: #616160;
	}


	.commentlist .mycomment .comment-meta .reply .comment-reply-link:before {
		top: 3px;
	}

	.comment-respond .comment-form-comment textarea {
		height: 130px;
	}
	
	/* */
		
	.author-description {
		width: 100%;
		margin: 0 0 20px 0;
		font-size: 18px;
		line-height: 22px;
	}
	.comment-row p{width: 100%!important;}
	.comment-row .comment-form-author{margin: 0 0 40px 0;}
	
	
	.sidebar-postblog-items{
		display: none;
	}
	
	article.blog_item{
		display: block;
	}

	article.blog_item .post-img{
		margin: 0 0 25px 0 ;
		width: 100%;
		height: auto;
	}
	article.blog_item .post-img img {
		-o-object-fit: fill;
		   object-fit: fill;
	}
	article.blog_item .post-title h2 {
		font-size: 22px;
		line-height: 30px;
	}
	article.blog_item .post-body {
		font-size: 18px;
		line-height: 26px;
	}


	body article.blog_item .post-meta{
		display: block!important;
	} 

	.single-post .full_image{
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.single-post .full_image .container {
		padding: 0;
		position: relative;
		min-height: auto!important;
		max-width: 100%!important;
	}


	.commentlist .mycomment .comment-author {
		display: none;
	}

	.formas .box__checkbox .wpcf7-list-item-label:before {
		top: 2px;
	}
	
	/* */
	.full_bg {
		//height: 150px;
		//padding: 0 0 50px 0;
	}
	.blockquote q {
		font-size: 20px;
		line-height: 24px;
	}
	.blockquote .bq {
		padding: 30px 20px 15px 42px;
	}
	.blockquote .autogramm {
		font-size: 16px;
		line-height: 19px;
	}
	.blockquote {
		margin: -90px 0px 40px 0px!important;
	}
	
	.formas .box_text {
		padding: 0;
		margin: 0 0 20px 0;
	}
	.formas .box_text textarea {
		height: 200px;
	}
	
	.box__contact_daten img{
		top: 2px!important;
	}
	
	/**/
	.testimonial_item .testimonial_content {
		font-size: 16px;
		line-height: 22px;
	}

}

@media (max-width: 600px) {

	h1, .h1{
		font-size: 28px;
		line-height: 33px;
	}
	
	body {
		//height: 108px;
		padding: 110px 0 0 0;
	}
	
	body.hed-fix header.header-area .navbar_toggler .boxToggler {
		top: 25px;
	}
	
	header.header-area{
		height: 108px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	
	body.hed-fix header.header-area{
		height: auto;
	}

	/* */
	header.header-area .logo {
		height: 45px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	header.header-area .logo a svg {
		height: 40px;
	}
	header.header-area .navbar_toggler .boxToggler {
		top: 47px;
		right: 15px;
	}

	/* --  */
	header.header-area .hed__top .menutop{display: none;}
	

	
	/* --  */
	.neueste_post_block .neueste_post_item {
		margin: 4px auto;
		width: 300px;
	}
	
	
	/* -- Testimonial */
	.testimonial_block{}
	.testimonial_block .h1.text-right{
		font-size:30px;
		line-height: 36px;
		margin: 0;
	}
	.testimonial_block .testimonial_items{
		padding: 0;
		margin: 40px auto 0;
		width: 300px;
	}
	.testimonial_block .testimonial_item .hed_box{
		height: initial; 
		padding: 0;
	}
	.testimonial_block .testimonial_item .hed_box .__image{
		position: relative;
		margin: 0 auto 15px;
	}
	.testimonial_block .testimonial_item .hed_box .__title {
		font-size: 22px;
		font-weight: 400;
		text-transform: none;
		margin: 0 0 10px 0;
	}
	.testimonial_block .testimonial_item {
		font-size: 18px;
		line-height: 26px;
	}
	.testimonial_block .owl-nav {
		top: 50%;
		left: 50%;1
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	
	.testimonial_block .owl-nav .owl-prev {
		position: absolute;
		left: -206px;
	}
	.testimonial_block .owl-nav .owl-next{
		position: absolute;
		right: -206px;
	}
	
	.blockquote .bq {
		padding: 20px 25px 15px 20px;
	}
	
	.blockquote q {
		font-size: 18px;
		line-height: 22px;
	}
	
	.blockquote q::before {
	  content: '"';
	  position: absolute;
	  left: 23px;
	}
	
	.box_full_textslider .box_text_slider .item {
		padding: 20px;
		color: #FFFFFF;
		font-size: 18px;
		line-height: 24px;
	}

}


ul.list-social {
    display: flex;
	flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list-social li {
    margin: 0 10px 10px 0;
}

ul.list-social li a img {
    width: 50px;
    height: 50px;
    transition: all .5s;
    transform: scale(1);
}

ul.list-social li a:hover img {
    transform: scale(1.2);
}

.box__contact_daten {
    margin: 0 0 30px 0;
}

.box__contact_daten .__daten {
    position: relative;
    padding: 5px 15px 10px 45px;
}

.box__contact_daten img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 6px;
    left: 0;
}

.box__contact_daten {}

footer.footer-area .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 770px){
	footer.footer-area .container {
		justify-content: center;
	}	
	
	footer.footer-area .menu-footer ul li a {
		font-size: 13px;
	}
	
	footer.footer-area .menu-footer ul li:after {
		top: 4px;
	}
}

.menu-footer ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    height: 52px;
    align-items: center;
}

.menu-footer ul li {}

.menu-footer ul li a {
    color: #ffff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}

.menu-footer ul li {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    position: relative;
}
.menu-footer ul li:last-child{
	margin: 0;
	padding: 0;
}
.menu-footer ul li:last-child:after{
	display: none;
}

.menu-footer ul li:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
}

.menu-footer ul li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFF;
    display: block;
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: -5px;
    opacity: 0;
}

.menu-footer ul li.current-menu-item a:after, .menu-footer ul li a:hover:after {
    bottom: 0;
    opacity: 1;
}

.box_top_search {
    position: absolute;
    top: 90px;
    right: 15px;
	opacity: 1;
	transition: all .5s;
	transform: translate(0, 0);
}

.box_top_search .search-form {
}

@media (max-width: 992px){
	.box_top_search{
		opacity: 0;
		transform: translate(200px, 0);
	}
}

.box_top_search .search-form input.search-field {
    border: 1px solid #5f6f28;
    font-size: 14px;
    padding: 0 10px 0 10px;
    outline: none;
}
.box_top_search .search-form input.search-field:focus{
    border: 1px solid #5f6f28;
}

.box_top_search .search-form button.search-button {
    border: none;
    background: #bddb33;
    width: 32px;
    height: 31px;
    margin: 0;
    position: relative;
    top: 1px;
    right: 0;
    outline: none;
    transition: all .5s;
}

.box_top_search .search-form button.search-button svg {
    width: 100%;
    height: 100%;
}

.box_top_search .search-form button.search-button svg path {
    fill: #435015;
    transition: all .5s;
}

.box_top_search .search-form button.search-button:hover {
    background: #435015;
}

.box_top_search .search-form button.search-button:hover svg path {
    fill: #FFF;
}