/**
*	Theme Name: Pferdehof Wiesenblick
**/

/*
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
*/

body{
    font-family: 'Raleway', sans-serif !important;
}
body .container{
    max-width: 1240px;
    padding: 0;
}
body .slick-dots li{
    margin: 0;
    width: auto;
    height: auto;
    padding: 0 5px;
}
body .slick-dots li button{
    width: 11px;
    height: 11px;
    background-color: rgba(26, 26, 26, 0.2);
    border-radius: 100%;
}
body .slick-dots li.slick-active button{
    background-color: #66b22e;
}
body .slick-dots li button::before{
    display: none;
}
/*
p{
    font-family: 'Poppins', sans-serif !important;
}
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
    margin: 0 15px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
	color: #565656;
	display: inline-block;
	font-size: 15px;
    font-weight: 500;
	line-height: 1;
	text-decoration: none;
    transition: all 0.4s ease;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #565656;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -11px;
    top: 3px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #565656;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #66b22e;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #66b22e;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.content-header.cover {
    padding: 140px 0;
    position: relative;
height: 80vh;
	display: flex;
	justify-content: center;
    align-items: center;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
	
}
.conthead-content{
    position: relative;
    z-index: 1;
    text-align: center;
}
.conthead-content h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 60px 0 55px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #565656;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.all-pages-content p{
    color: #565656;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #565656;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: #66b22e;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.all-pages-content ul li {
    color: #565656;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    color: #66b22e;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.topbar {
    background-color: #c99a4f;
    padding: 13px 0;
}
.social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.social-links ul li{
    display: inline-block;
    margin-right: 6px;
}
.social-links ul li:last-child{
    margin-right: 0;
}
.social-links ul li a{
    color: #1a1a1a;
    font-size: 14px;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all 0.4s ease;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}
.social-links ul li a:hover{
    color: #ffffff;
    background-color: #1a1a1a;
}
.site-header.fixedmenu .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #ffffff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.header-content {
    padding: 20px 0;
}
.site-logo a{
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    transition: all 0.4s ease;
}
.site-logo a strong{
    color: #66b22e;
    font-weight: bold;
}
.site-logo a:hover{
    color: #000000;
}
.site-logo img {
    width: 227px;
}
/*Header*/

/*Home*/
.hslide-bg.cover {
    padding: 260px 0;
    position: relative;
	height:80vh;
	display: flex;
	justify-content: center;
    align-items: center;
}
.hslide-bg.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hslide-bcontent {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.hslide-bcontent h1,
.hslide-bcontent h2,
.hslide-bcontent h3,
.hslide-bcontent h4,
.hslide-bcontent h5,
.hslide-bcontent h6{
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.hslide-bcontent h1 strong,
.hslide-bcontent h2 strong,
.hslide-bcontent h3 strong,
.hslide-bcontent h4 strong,
.hslide-bcontent h5 strong,
.hslide-bcontent h6 strong{
    color: #66b22e;
    font-weight: 300;
}
.hslide-bcontent p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
a.all-buttons,
.hslide-bcontent a,
.blogpg-lbox span{
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    background-color: #66b22e;
    display: inline-block;
    padding: 13px 45px;
    transition: all 0.4s ease;
    border-radius: 100px;
    border: 2px solid #66b22e;
    margin-top: 20px;
    position: relative;
}
.hslide-bcontent a:hover{
    color: #ffffff !important;
    background-color: transparent;
}
.hslide-bcontent a{
    cursor: pointer;
}
.hslide-bcontent ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hslide-bcontent ul li{
    display: inline-block;
    margin-right: 10px;
}
.hslide-bcontent ul li:last-child{
    margin-right: 0;
}
a.all-buttons{
    border: none;
}
body a.all-buttons{
    text-decoration: none !important;
}
a.all-buttons:hover{
    color: #ffffff;
    background-color: #1a1a1a;
}
#home_bslide{
    margin: 0;
}
#home_bslide .slick-dots{
    bottom: 55px;
}
#home_bslide .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.4);
}
#home_bslide .slick-dots li.slick-active button{
    background-color: #66b22e;
}
.habout-sec {
    padding: 50px 0 40px;
}
.habout-rbox{
    background-color: #f8f8f8;
    padding: 40px 40px 50px;
    border-radius: 20px;
}
.habout-lct h1,
.habout-lct h2,
.habout-lct h3{
    color: #565656;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.habout-lct h1 strong,
.habout-lct h2 strong,
.habout-lct h3 strong{
    color: #66b22e;
    font-weight: 300;
}
.habout-lct h4,
.habout-lct h5,
.habout-lct h6{
    color: #565656;
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.habout-lct h4 strong,
.habout-lct h5 strong,
.habout-lct h6 strong{
    color: #66b22e;
    font-weight: 600;
}
.habout-lct p {
    color: #565656;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.habout-lct a{
    color: #565656;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.habout-lct a:hover{
    color: #66b22e;
}
.habout-lct ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.habout-lct ul li {
    color: #565656;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 17px;
}
.habout-lct ul li::after {
    color: #66b22e;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 1px;
}
.hbteam_sbox{
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}
.hbteam_sbox::after,
.hservice-sec::after{
    content: '';
    display: inline-block;
    background-color: rgba(102, 178, 46, 0.5);
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all 0.4s ease;
}
.hbteam_sbox:hover::after{
    height: 100%;
    transition: all 0.4s ease;
}
.hservice-sec::after{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.hbteam_sbox img{
    width: 100%;
}
#hbteam_slide .slick-dots{
    bottom: -30px;
}
.hbteam_sbinner {
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    right: 0;
    transition: all 0.4s ease;
}
.hbteam_sbox:hover .hbteam_sbinner{
    bottom: 40%;
    transition: all 0.4s ease;
}
.hbteam_sbinner strong{
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin-bottom: 6px;
}
.hbteam_sbinner span{
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 300;
    display: block;
}
.habout-cinfos {
    margin-top: 60px;
}
.habout-cinfos strong{
    color: #565656;
    font-size: 25px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}
.habout-cinfos ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.habout-cinfos ul li{
    margin-bottom: 14px;
}
.habout-cinfos ul li a,
.habout-cinfos ul li span{
    color: #565656;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.habout-cinfos ul li a:hover{
    color: #66b22e;
}
.habout-cinfos ul li i{
    color: #66b22e;
    margin-right: 8px;
}
.hsuccess-sec {
    padding: 40px 0 70px;
}
.hsuccess-sec.kindhevents-sec{
    padding: 70px 0;
}
.hsuccess-ct {
    padding-left: 15px;
}
.hsuccess-img img {
    width: 100%;
    border-radius: 20px;
}
.hgetknow-sec{
    background-color: #f8f8f8;
    padding: 60px 0 40px;
}
.hgetknow-content{
    text-align: center;
    margin-bottom: 50px;
}
.hgetknow-box{
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
}
.hgetknow-box h4{
    color: #565656;
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0;
}
.hgetknow-box a{
    color: #565656;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.hgetknow-box a:hover{
    color: #66b22e;
}
.hgetknow-box a i{
    font-size: 13px;
    margin-left: 7px;
}
.hservice-sec{
    background-attachment: fixed !important;
    padding: 70px 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.habout-lct.hservice-content{
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.habout-lct.hservice-content h1,
.habout-lct.hservice-content h2,
.habout-lct.hservice-content h3,
.habout-lct.hservice-content h4,
.habout-lct.hservice-content h5,
.habout-lct.hservice-content h6,
.habout-lct.hservice-content p{
    color: #ffffff;
}
.hservice-ltitle{
    text-align: center;
    margin-bottom: 40px;
}
.hservice-ltitle h3{
    color: #66b22e;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
}
.hservice-lsbox {
    padding: 15px;
}
.hservice-lbox{
    background-color: #ffffff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.hservice-list {
    background-color: #ffffff;
    padding: 40px 30px 60px;
    border-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    z-index: 1;
}
.hservice-list .row{
    margin-left: -12px;
    margin-right: -12px;
    justify-content: center;
}
.hservice-list .col-sm-12{
    padding-left: 12px;
    padding-right: 12px;
}
.hservice-lbox img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 5px;
}
.hservice-lbox span{
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    background-color: #66b22e;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.4s ease;
    position: relative;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hservice-btn{
    text-align: center;
    margin-top: 30px;
}
.hservice-btn a.all-buttons{
    padding: 13px 70px;
}
.hcommitment-sec{
    padding: 70px 0 40px;
}
.hinterested-sec .hservice-content{
    background-color: rgba(0,0,0,0.6);
    padding: 50px 30px;
    border-radius: 15px;
    width: 70%;
    margin: 0 auto;
}
.hcorporate-sec{
    background-color: #f8f8f8;
    padding: 60px 0;
}
.hcorporate-content{
    text-align: center;
    margin-bottom: 50px;
}
.hcorporate-lbox{
    background-color: #ffffff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 20px;
}
.corporate-licon{
    width: 10%;
}
.corporate-lct{
    width: 90%;
    padding-left: 20px;
    align-self: center;
}
.corporate-lct span,
.hteams-lbinner span{
    color: #565656;
    font-size: 26px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.corporate-lct p,
.hteams-lbinner p{
    color: #565656;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}
.corporate-lct p{
    margin: 0 0 15px 0;
}
.corporate-lct p:last-child{
    margin: 0;
}
.hevents-img img{
    width: 100%;
    object-fit: cover;
    height: 500px;
    border-radius: 40px;
}
.hteams-sec{
    background-color: #f8f8f8;
    padding: 60px 0;
}
.hteams-content {
    width: 80%;
    margin: 0 auto;
}
.hteams-lbox{
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding: 5px;
}
.hteams-lbox img{
    width: 100%;
}
.hteams-lbinner{
    text-align: center;
    padding: 30px 30px 45px;
}
.hteams-lbinner span{
    margin-bottom: 5px;
}
.hteams-lbinner ul{
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.hteams-lbinner ul li{
    display: inline-block;
    margin-right: 5px;
}
.hteams-lbinner ul li a{
    color: #ffffff;
    font-size: 14px;
    background-color: #1a1a1a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all 0.4s ease;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}
.hteams-lbinner ul li a:hover{
    color: #ffffff;
    background-color: #66b22e;
}
.hcustomer-sbox {
    text-align: center;
    width: 72%;
    margin: 0 auto;
}
.hcusto-sbtitle{
    position: relative;
    margin-bottom: 30px;
}
.hcusto-sbtitle::after{
    content: '';
    display: inline-block;
    background-color: #eee;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}
.hcusto-sbtitle span{
    color: #565656;
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    background-color: #f8f8f8;
    padding: 10px;
}
.hourcustomer-sec {
    padding: 60px 0;
    background-color: #f8f8f8;
}
.page-template-kinderreiten .hourcustomer-sec{
    display: none;
}
#hcustomer_slide {
    width: 85%;
    margin: 0 auto 70px;
}
#hcustomer_slide ul.slick-dots{
    bottom: -60px;
}
#hcustomer_slide .slick-prev:before{
    content: url(images/left-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 0;
    display: inline-block;
}
#hcustomer_slide .slick-next:before {
    content: url(images/right-arrow.png) !important;
    width: 21px;
    height: 50px;
    font-size: 0;
    display: inline-block;
}
#hcustomer_slide .slick-prev{
    width: 21px;
    height: 50px;
    left: 0;
    z-index: 1;
}
#hcustomer_slide .slick-next{
    width: 21px;
    height: 50px;
    right: 0;
    z-index: 1;
}
.rating_stars{
    margin-bottom: 30px;
}
.rating_stars i{
    color: #ffcc00;
    margin: 0 2px;
}
.hcustomer-sbox p {
    color: #565656;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    margin: 0;
}
.hourcustomer-btn {
    text-align: center;
    margin-top: 100px;
}
/*Home*/

/*Events*/
body #event-timeline-wrapper,
body div#event-timeline-wrapper.style-2 .cool-event-timeline,
body #tribe-events-pg-template{
    max-width: 100%;
}
.tribe-events-single-event-description.tribe-events-content .col-sm-12 {
    max-width: 100%;
}
.single-tribe_events .content-header.cover,
.single-tribe_events .hsuccess-sec.veranstalpg-sec{
    display: none;
}
.tribe-events-meta-group a,
.tribe-events-event-meta a, .tribe-events-event-meta a:visited,
.tribe-events .tribe-events-c-breadcrumbs__list-item-link,
.tribe-events .tribe-events-c-messages__message-list-item-link{
    color: #141827;
    transition: all 0.4s ease;
}
.tribe-events-event-meta a:focus, .tribe-events-event-meta a:hover,
.tribe-events .tribe-events-c-breadcrumbs__list-item-link:focus, .tribe-events .tribe-events-c-breadcrumbs__list-item-link:hover,
.tribe-common .tribe-common-anchor-thin-alt:active, .tribe-common .tribe-common-anchor-thin-alt:focus, .tribe-common .tribe-common-anchor-thin-alt:hover{
    color: #66b22e;
}
.tribe-common .tribe-common-anchor-thin-alt{
    border-color: #141827;
}
.tribe_events_cat-seminare .tribe-events-calendar-month__multiday-event-bar-inner{
    background-color: #66b22e;
}
.tribe_events_cat-seminare .tribe-events-calendar-month__multiday-event-bar-inner h3{
    color: #fff;
}
.tribe_events_cat-kurse .tribe-events-calendar-month__multiday-event-bar-inner{
    background-color: #302b0e;
}
.tribe_events_cat-kurse .tribe-events-calendar-month__multiday-event-bar-inner h3{
    color: #ffffff;
}
.tribe_events_cat-veranstaltungen .tribe-events-calendar-month__multiday-event-bar-inner{
    background-color: #960018;
}
.tribe_events_cat-veranstaltungen .tribe-events-calendar-month__multiday-event-bar-inner h3{
    color: #ffffff;
}
/*Events*/

/*Blog*/
.blogpg-sec{
    padding: 80px 0 50px;
}
.blogpg-lbox{
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 20px;
}
.blogpg-lbox img{
    border-radius: 10px;
    margin-bottom: 30px;
}
.blogpg-lbox h3{
    color: #565656;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.blogpg-lbox p{
    color: #565656;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0;
}
.blogpg-lbox span {
    font-size: 14px;
    padding: 9px 35px;
    cursor: pointer;
}
.blogpg-lbox span:hover{
    color: #ffffff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}
/*Blog*/


/*FAQ*/
.hfaq-sec {
    padding: 55px 0 70px;
}
.habout-lct.hfaq-mcontent {
    text-align: center;
    margin-bottom: 60px;
}
.faqs_list {
    width: 70%;
    margin: 0 auto;
}
.faqs_list .card {
    border: none;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    padding: 0 80px 0 33px;
    background-color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.faqs_list a.card-link {
    color: #565656;
    font-size: 24px;
    font-weight: 300;
    padding: 30px 0;
}
.faqs_list .card-body{
    padding: 0 0 20px 0;
}
.faqs_list .card-body p {
    color: #565656;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.faqs_list .card.active a.card-link{
    color: #66b22e;
    transition: all 0.4s ease;
}
.faqs_list .card.active a.card-link::after{
    color: #ffffff;
    content: "\f107";
    transition: all 0.4s ease;
}
.faqs_list .card a.card-link::after {
    color: #ffff;
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    font-size: 26px;
    right: 34px;
    top: 28px;
    background-color: #66b22e;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    transition: all 0.4s ease;
}

/*FAQ*/

/*Kontakt*/
.kontaktpg-sec{
    padding: 70px 0;
}
.kontaktpg-ct{
    padding-right: 30px;
}
.kontakt-form{
    margin-top: 40px;
}
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea,
.kontakt-form input::placeholder,
.kontakt-form select::placeholder,
.kontakt-form textarea::placeholder{
    color: #898989;
    font-size: 14px;
    font-weight: 400;
}
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea{
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    width: 100%;
    padding: 0 20px;
    border-radius: 4px;
}
.kontakt-form input,
.kontakt-form select{
    height: 50px;
}
.kontakt-form textarea{
    height: 120px;
    padding-top: 20px;
}
.kontakt-form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #66b22e;
    width: auto;
    height: 50px;
    text-align: center;
    padding: 0 60px;
    cursor: pointer;
    transition: all 0.4s ease;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #66b22e;
}
.kontakt-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    color: #1a1a1a;
    background-color: transparent;
}
.kontakt-form span.wpcf7-spinner {
    margin: 5px auto 0;
}
.kontakt-form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 20px;
    text-align: center;
}
.kontakt-form .checkboxx input[type="checkbox"]{
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}
.kontakt-form .checkboxx span.wpcf7-list-item{
    margin: 0;
}
.kontakt-form .checkboxx .dsflex{
    display: flex;
}
.kontakt-form .checkboxx p a{
    color: #212529;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.kontakt-form .checkboxx p a:hover{
    color: #66b22e;
}
.google-map,
.google-map iframe{
    width: 100%;
    height: 550px;
}
/*Kontakt*/

/*Veranstaltungen*/
.hsuccess-sec.veranstalpg-sec {
    padding: 70px 0 0;
}
.tribe-common-l-container.tribe-events-l-container {
    padding: 60px 0 70px !important;
}
.tribe-events-c-subscribe-dropdown{
    display: none !important;
}
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary{
    width: 50%;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button{
    background-color: #66b22e;
    border-radius: 100px;
}
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover{
    color: #ffffff;
    background-color: #1a1a1a;
    border-radius: 100px;
}
/*Veranstaltungen*/
/*Veranstaltungen*/

.contactform-popup .modal-dialog {
    max-width: 1000px;
}
.contactform-popup .modal-content{
    border: none;
}
.contactform-popup .hsuccess-content.hevents-content {
    padding: 5px 20px 30px;
}
.contactform-popup .close-popupp {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #66b22e;
    color: #ffffff;
    margin: 0 0 0 auto;
    cursor: pointer;
    font-size: 20px;
}
.contactform-popup .close-popupp:hover{
    color: #ffffff;
    background-color: #000000;
}
.contactform-popup .hevents-img img{
    border-radius: 20px;
}
.pferdpengallery-content .row {
    margin-left: -8px;
    margin-right: -8px;
}
.pferdpengallery-content .col-4 {
    padding-left: 8px;
    padding-right: 8px;
}
.pferdpengallery-content .hservice-lbox {
    margin-bottom: 16px;
}
.pferdpengallery-sec {
    padding: 0 0 40px;
}
.hsuccess-content_Hengst .pferdpengallery-content {
    margin: 20px 0 39px;
}

/*Footer*/
.site-footer {
    padding: 60px 0 0 0;
    border-top: 1px solid #e5e4e4;
}
.footer-content .row {
    justify-content: space-between;
    flex-wrap: unset;
}
.footer-content .col-sm-12 {
    border-right: 1px solid #e5e4e4;
    max-width: none;
    width: auto;
    flex: auto;
}
.footer-content .col-sm-12:last-child{
    border: none;
}
.footer-logo a {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.4s ease;
}
.footer-logo a strong{
    color: #66b22e;
    font-weight: bold;
}
.footer-logo a:hover{
    color: #1a1a1a;
}
.footer-logo p {
    color: #565656;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    margin: 25px 0 0 0;
    width: 400px;
}
.footer-logo img{
    width: 250px;
}
span.ftmain-title{
    color: #565656;
    font-size: 26px;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}
.ft-contactdt ul,
.ftlinks-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-contactdt ul li{
    margin-bottom: 15px;
}
.ftlinks-menu ul li{
    margin-bottom: 10px;
}
.ft-contactdt ul li a,
.ft-contactdt ul li span,
.ftlinks-menu ul li a{
    color: #565656;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.4s ease
}
.ft-contactdt ul li a:hover,
.ftlinks-menu ul li a:hover{
    color: #66b22e;
}
.ft-contactdt ul li i{
    color: #66b22e;
    margin-right: 8px;
}
.ft-contactdt,
.ftlinks-menu{
    padding: 0 30px;
}
.copyright{
    background-color: #1a1a1a;
    padding: 15px 0;
    margin-top: 50px;
    text-align: center;
}
.copyright-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.copyright-menu ul li{
    display: inline-block;
    margin-right: 25px;
}
.copyright-menu ul li:last-child{
    margin-right: 0;
}
.copyright-menu ul li a {
    color: #e3e3e3;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    transition: all 0.4s ease;
}
.copyright-menu ul li a:hover{
    color: #66b22e;
}
.copyright-text span{
    color: #e3e3e3;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
}
/*Footer*/

/*  Media Query  */
@media(max-width: 1366px){
    .google-map, .google-map iframe {
        height: 400px;
    }
}
@media(max-width: 1280px){
    body .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .hslide-bg.cover {
        padding: 150px 0;
    }
    .habout-sec {
        padding: 50px 0;
    }
    .habout-lct h1, .habout-lct h2, .habout-lct h3{
        font-size: 35px;
    }
}
@media(max-width: 1170px){
    .nav-menu li {
        margin: 0 15px 0 0;
    }
    .site-logo a{
        font-size: 26px;
    }
    .hcorporate-content {
        margin-bottom: 30px;
    }
    .footer-logo a{
        font-size: 27px;
    }
    .footer-logo p {
        font-size: 15px;
        line-height: 25px;
    }
}
@media(max-width: 1024px){
    .header-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .hslide-bg.cover {
        padding: 100px 0;
		height: 50vh;
    }
    .hslide-bcontent {
        width: 85%;
    }
    .hslide-bcontent h1, .hslide-bcontent h2, .hslide-bcontent h3, .hslide-bcontent h4, .hslide-bcontent h5, .hslide-bcontent h6{
        font-size: 40px;
    }
    .habout-lct h1, .habout-lct h2, .habout-lct h3 {
        font-size: 30px;
    }
    .hservice-lbox img {
        height: 160px;
    }
    .hsuccess-sec.veranstalpg-sec {
        padding: 50px 0 0;
    }
    .tribe-common-l-container.tribe-events-l-container {
        padding: 40px 0 50px !important;
    }
    .content-header.cover {
        padding: 90px 0;
		height: 50vh;
		display: flex;
	justify-content: center;
    align-items: center;
		
    }
    .conthead-content h1{
        font-size: 40px;
    }
    .tribe-events-single-event-title{
        font-size: 30px;
    }
    .tribe-events-back {
        margin: 0 0 15px 0;
    }
    #tribe-events-pg-template {
        padding: 0;
    }
    .blogpg-sec {
        padding: 50px 0 30px;
    }
    .all-pages-content h1, .all-pages-content h2, .all-pages-content h3, .all-pages-content h4, .all-pages-content h5, .all-pages-content h6{
        font-size: 30px;
    }
    .conthead-content h1 {
        font-size: 30px;
    }
    .all-pages-content {
        padding: 50px 0 45px;
    }
    .hfaq-sec {
        padding: 40px 0;
    }
    .faqs_list a.card-link {
        font-size: 19px;
        padding: 23px 0;
    }
    .faqs_list .card a.card-link::after {
        font-size: 16px;
        right: 25px;
        top: 22px;
        width: 27px;
        height: 27px;
        line-height: 28px;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 13px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open {
        position: fixed;
        top: 22px;
        right: 4px;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
@media(max-width: 992px){
    .contactform-popup .modal-dialog {
        padding: 0 15px;
    }
    .contactform-popup {
        padding: 0 !important;
    }
    .footer-content .col-sm-12:first-child{
        flex: auto;
        max-width: 100%;
        text-align: center;
        margin-bottom: 35px;
        border: none;
    }
    .footer-content .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
}
@media(max-width: 980px){
    .habout-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .habout-lct {
        margin-bottom: 40px;
    }
    .hgetknow-box h4{
        font-size: 21px;
    }
    .hgetknow-box a{
        font-size: 15px;
    }
    .hservice-ltitle h3{
        font-size: 30px;
    }
    .hinterested-sec .hservice-content{
        width: 100%;
    }
    .hcustomer-sbox{
        width: 100%;
    }
    .kontaktpg-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .kontaktpg-ct {
        padding-right: 0;
    }
    .kontaktpg-sec {
        padding: 50px 0;
    }
    .kontaktpg-sec .kontaktpg-ct {
        margin-bottom: 35px;
    }
    .google-map, .google-map iframe {
        height: 320px;
    }
}
@media(max-width: 830px){
    .hslide-bg.cover {
        padding: 60px 0 80px;
    }
    #home_bslide .slick-dots {
        bottom: 30px;
    }
    .hsuccess-sec {
        padding: 0 0 20px;
    }
    .hsuccess-content .col-sm-12 {
        flex: auto;
        max-width: 100%;
    }
    .hsuccess-ct {
        padding-left: 0;
        margin-top: 30px;
    }
    .hsuccess-sec {
        padding: 0 0 70px;
    }
    .hgetknow-sec {
        padding: 40px 0 30px;
    }
    .hgetknow-list .col-sm-12 {
        flex: auto;
        max-width: 50%;
    }
    .hservice-sec {
        padding: 50px 0;
    }
    .hcommitment-sec {
        padding: 70px 0 25px;
    }
    .hcorporate-sec {
        padding: 40px 0;
    }
    .hsuccess-sec.hevents-sec {
        padding: 50px 0 20px;
    }
    .hsuccess-content.hevents-content .col-sm-12:first-child{
        order: 2;
    }
    .hteams-content{
        width: 100%;
    }
    .hsuccess-content.hevents-content .col-sm-12:nth-child(2){
        order: 1;
    }
    .blogpg-lbox{
        padding: 20px;
    }
    .all-pages-content h1, .all-pages-content h2, .all-pages-content h3, .all-pages-content h4, .all-pages-content h5, .all-pages-content h6{
        font-size: 26px;
    }
    .contactform-popup .habout-lct {
        margin-bottom: 0;
        margin-top: 30px;
        text-align: center;
    }
    .contactform-popup .hsuccess-content.hevents-content {
        padding: 5px 20px 10px;
    }
}
@media(max-width: 767px){
    .hservice-lbox img {
        height: auto;
    }
    .hservice-lbox{
        margin-bottom: 20px;
    }
    .hservice-btn {
        margin-top: 0;
    }
    .hcommitment-sec {
        padding: 50px 0 20px;
    }
    .hteams-lbox{
        margin-bottom: 25px;
    }
    .hsuccess-sec.kindhevents-sec {
        padding: 50px 0 0;
    }
    .blogpg-lbox{
        text-align: center;
    }
    .blogpg-lbox {
        padding: 30px 20px;
    }
    .blogpg-lbox img {
        width: 100%;
    }
    .habout-lct h1, .habout-lct h2, .habout-lct h3 {
        font-size: 25px;
    }
    .habout-lct.hfaq-mcontent {
        margin-bottom: 40px;
    }
    .faqs_list {
        width: 100%;
    }
    .pferdpengallery-content .col-4 {
        flex: auto;
        max-width: 50%;
    }
    .pferdpengallery-content .col-4 img {
        height: 220px;
    }
    .footer-content .row {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-logo p{
        width: 100%;
    }
}
@media(max-width: 667px){
    .footer-content .col-sm-12{
        max-width: 100%;
        border: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .site-footer {
        padding: 40px 0 0 0;
    }
    .footer-content .col-sm-12:first-child{
        margin-bottom: 20px;
    }
    span.ftmain-title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    #hcustomer_slide{
        width: 100%;
    }
    .hourcustomer-sec {
        padding: 40px 0 50px;
    }
    .copyright {
        padding: 15px 0;
        margin-top: 15px;
    }
    .hsuccess-sec {
        padding: 0 0 30px;
    }
    .kontaktpg-sec {
        padding: 35px 0 45px;
    }
}
@media(max-width: 570px){
    .hcorporate-lbox {
        padding: 30px 25px;
        display: block;
        text-align: center;
    }
    .corporate-licon {
        width: 100%;
    }
    .corporate-lct {
        width: 100%;
        padding-left: 0;
    }
    .hslide-bcontent{
        width: 100%;
    }
    .hslide-bcontent h1, .hslide-bcontent h2, .hslide-bcontent h3, .hslide-bcontent h4, .hslide-bcontent h5, .hslide-bcontent h6 {
        font-size: 34px;
        margin: 0 0 20px 0;
    }
    .habout-sec {
        padding: 40px 0;
    }
    .habout-rbox {
        padding: 25px 25px 30px;
    }
    .habout-lct h1, .habout-lct h2, .habout-lct h3 {
        font-size: 25px;
    }
    .hgetknow-list .col-sm-12 {
        max-width: 100%;
    }
    .content-header.cover {
        padding: 70px 0;
    }
    .conthead-content h1{
        font-size: 30px;
    }
    .blogpg-lbox h3{
        font-size: 22px;
    }
    .contactform-popup .modal-dialog {
        padding: 0 5px;
    }
}
@media(max-width: 480px){
    body .container {
        padding: 0 20px;
    }
    .habout-lct.hsuccess-ct {
        margin-bottom: 20px;
    }
    .hservice-ltitle {
        margin-bottom: 25px;
    }
    .hservice-ltitle h3 {
        font-size: 25px;
    }
    .hevents-img img{
        height: auto;
    }
    .hteams-sec {
        padding: 40px 0 20px;
    }
    .hservice-list {
        padding: 30px 20px 40px;
    }
    .hevents-img img,
    .hsuccess-img img{
        border-radius: 15px;
    }
    .ft-contactdt, .ftlinks-menu {
        padding: 0;
    }
    .tribe-common-l-container.tribe-events-l-container {
        padding: 10px 0 50px !important;
    }
    .hsuccess-sec.veranstalpg-sec {
        padding: 40px 0 0;
    }
    .tribe-events-single-event-title {
        font-size: 20px;
    }
    .all-pages-content {
        padding: 40px 0 30px;
    }
    .faqs_list a.card-link{
        font-size: 16px;
    }
    .pferdpengallery-content .col-4 img {
        height: 140px;
    }
}
@media(max-width: 414px){
    .site-logo a {
        font-size: 21px;
    }
    #menuToggle {
        top: 9px;
    }
    .hslide-bg.cover {
        padding: 40px 0 70px;
    }
    .hslide-bcontent h1, .hslide-bcontent h2, .hslide-bcontent h3, .hslide-bcontent h4, .hslide-bcontent h5, .hslide-bcontent h6{
        font-size: 26px;
    }
    a.all-buttons, .hslide-bcontent a, .blogpg-lbox span {
        font-size: 15px;
        padding: 8px 40px;
    }
    .corporate-lct span, .hteams-lbinner span {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .hcusto-sbtitle span{
        font-size: 22px;
    }
    .hcusto-sbtitle::after{
        top: 26px;
    }
    .habout-lct.hcorporate-content {
        margin-bottom: 20px;
    }
    .hourcustomer-btn {
        margin-top: 70px;
    }
    .tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
        width: 100%;
        text-align: center;
    }
    .tribe-events-meta-group {
        flex: auto;
        margin-right: 0;
    }
    .ft-contactdt ul li a, .ft-contactdt ul li span, .ftlinks-menu ul li a{
        font-size: 16px;
    }
    .pferdpengallery-content .col-4 {
        max-width: 100%;
    }
    .pferdpengallery-content .col-4 img {
        height: auto;
    }
}
@media(max-width: 375px){
    .conthead-content h1 {
        font-size: 25px;
    }
    .all-pages-content h1, .all-pages-content h2, .all-pages-content h3, .all-pages-content h4, .all-pages-content h5, .all-pages-content h6{
        font-size: 21px;
    }
}