@font-face{ font-family: 'Barlow Condensed'; font-style: normal; font-weight: 400; src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'), url('../fonts/barlow_condensed/barlow_condensed.woff2') format('woff2'), url('../fonts/barlow_condensed/barlow_condensed.woff') format('woff'); }
@font-face{ font-family: 'Barlow Condensed'; font-style: normal; font-weight: 700; src: local('Barlow Condensed Bold'), local('BarlowCondensed-Bold'), url('../fonts/barlow_condensed/barlow_condensed_700.woff2') format('woff2'), url('../fonts/barlow_condensed/barlow_condensed_700.woff') format('woff'); }
@font-face{ font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open_sans/open_sans.woff2') format('woff2'), url('../fonts/open_sans/open_sans.woff') format('woff'); }
@font-face{ font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open_sans/open_sans_700.woff2') format('woff2'), url('../fonts/open_sans/open_sans_700.woff') format('woff'); }

/* ////////////////////////////////// HEADER */

body{
	padding-top: 102px;
}

header{
	background-color: #080808;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 20px 0;
	position: fixed;
	top: 0px;
	z-index: 99;
	width: 100%;
}

header > .container-fluid{
	position: relative;
}

header .logo{
	padding-top: 16px;
	padding-bottom: 16px;
}

header .logo img{
	max-width: 180px;
}

header .mod-languages{
	text-align: right;
	font-size: 14px;
}

header .mod-languages li{
	margin: 0px!important;
	padding: 0 10px;
	border-right: 1px solid #444;
}

header .mod-languages li:last-of-type{
	padding-right: 0px;
	border-right: 0px;
}

header .mod-languages li a{
	color: #fff;
}

header .mod-languages li.lang-active a{
	color: #99cc00;
	font-weight: bold;
}

.item-page div.divider{
	width: 100%;
	height: 8px;
	background-color: #f1f2f2;
	clear: both;
	margin: 30px 0;
}



#headertextwrap{
    text-align: right;
    position: absolute;
	right: 90px;
	top: -5px;
}

#headertextwrap img{
    text-align: right;
    height: 15px;
    margin: 0px 10px 5px 8px;
}

#headertextwrap p{
	margin: 0px;
	color: #828282;
}

/* ////////////////////////////////// MAINMENU */

#mainmenu{
	font-size: 20px;
	float: right;
	padding: 0px;
}

#mainmenu ul.nav{
	margin-right: 0px;
}

#mainmenu ul li a{
	color: #fff;
	font-weight: normal;
}

#mainmenu ul.nav > li > a{
	text-transform: uppercase;
	padding: 6px 20px;
	display: block;
}

#mainmenu ul.nav > li.active > a,
#mainmenu ul.nav > li:hover > a, #mainmenu ul.nav > li:active > a, #mainmenu ul.nav > li:focus > a{
	text-decoration: none;
	color: #99cc00;
}

#mainmenu ul.nav > li:last-of-type > a{
	padding-right: 0px;
}

#mainmenu ul.nav-child{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding-top: 0px;
	transition: opacity ease-in 200ms, visibility ease-in 200ms, padding ease-in 200ms;
}

#mainmenu ul.nav-child li{
	list-style-type: none;
}

#mainmenu ul.nav-child li a{
	display: block;
	padding: 6px 16px;
	font-size: 20px;
	background-color: #080808;
}

#mainmenu ul.nav-child li.active a,
#mainmenu ul.nav-child li:hover a, #mainmenu ul.nav-child li:active a, #mainmenu ul.nav-child li:focus a{
	background-color: #99cc00;
}

#mainmenu ul.nav li.parent:hover ul.nav-child{
	visibility: visible;
	opacity: 1;
	padding-top: 20px;
}

#mainmenu .navbar-toggler{
	float: right;
	margin: 0;
	padding: 0;
}

#mainmenu .icon-bar{
	background: #99cc00;
	box-shadow: none;
	width: 26px;
	height: 3px;
	display: block;
	margin: 4px 0;
}

/* ////////////////////////////////// SLIDESHOW */

#slideshow.flexslider{
	border: 0px;
	margin: 0px;
	min-height: 400px;
}

#slideshow.flexslider .flex-direction-nav{
	display: none;
}

#slideshow.flexslider li{
	position: relative;
}

#slideshow.flexslider .caption{
	font-size: 60px;
	line-height: 70px;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 9;
	top: 22%;
	width: 100%;
}

#slideshow.flexslider .caption .btn{
	font-size: 30px;
	text-shadow: none;
	box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.5);
	margin-top: 20px;
	color: #fff;
}

#slideshow .flex-control-nav{
	bottom: 30px;
}

#slideshow .flex-control-paging li a.flex-active{
	background-color: #99cc00;
}

#slideshow .flex-control-paging li a{
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 6px solid #080808;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* ////////////////////////////////// CONTENT */

#content{
	padding-top: 80px;
	padding-bottom: 80px;
}

/* ////////////////////////////////// MODULES */

.bg-grey-black-25{
	background: #212121;
	background: -moz-linear-gradient(-45deg, #212121 25%, #080808 25%);
	background: -webkit-linear-gradient(-45deg, #212121 25%,#080808 25%);
	background: linear-gradient(135deg, #212121 25%,#080808 25%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#080808',GradientType=1 );
}

.bg-grey-black-50{
	background: #212121;
	background: -moz-linear-gradient(-45deg, #212121 50%, #080808 50%);
	background: -webkit-linear-gradient(-45deg, #212121 50%,#080808 50%);
	background: linear-gradient(135deg, #212121 50%,#080808 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#080808',GradientType=1 );
}

.bg-grey-black-75{
	background: #212121;
	background: -moz-linear-gradient(-45deg, #212121 75%, #080808 75%);
	background: -webkit-linear-gradient(-45deg, #212121 75%,#080808 75%);
	background: linear-gradient(135deg, #212121 75%,#080808 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#080808',GradientType=1 );
}

.bg-black-grey-25{
	background: #111111	;
	background: -moz-linear-gradient(-45deg, #111111	 25%, #292929 25%);
	background: -webkit-linear-gradient(-45deg, #111111	 25%,#080808 25%);
	background: linear-gradient(135deg, #111111	 25%,#080808 25%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111	', endColorstr='#080808',GradientType=1 );
}

.bg-black-grey-50{
	background: #111111	;
	background: -moz-linear-gradient(-45deg, #111111	 50%, #292929 50%);
	background: -webkit-linear-gradient(-45deg, #111111	 50%,#080808 50%);
	background: linear-gradient(135deg, #111111	 50%,#080808 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111	', endColorstr='#080808',GradientType=1 );
}

.bg-black-grey-75{
	background: #111111	;
	background: -moz-linear-gradient(-45deg, #111111	 75%, #292929 75%);
	background: -webkit-linear-gradient(-45deg, #111111	 75%,#080808 75%);
	background: linear-gradient(135deg, #111111	 75%,#080808 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111	', endColorstr='#080808',GradientType=1 );
}

.bg-green-30{
	background: #99cc00; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #99cc00 70%, #7ca502 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #99cc00 70%,#7ca502 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #99cc00 70%,##7ca502 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc00', endColorstr='#7ca502',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.module.cta{
	text-align: center;
	font-size: 28px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.module.cta .btn{
	font-size: 24px;
}

body > .module{
	padding-top: 80px;
	padding-bottom: 80px;
}

.module.lightgrey{
	background-color: #f2f2f2;
}

.module.green{
	color: #080808;
	background-color: #99cc00;
}

.module.black{
	color: #fff;
	background-color: #080808;
}

.module.flex-center .module-content .row{
	-webkit-align-items: center;
	align-items: center;
}

.module.flex-center .module-content .row p:last-of-type{
	margin-bottom: 0px;
}

.flex-center, body > .module{
	overflow-x: hidden;
}

/* ////////////////////////////////// ICON MENU */

#icon-menu{
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #7ca502;
	text-transform: uppercase;
	padding: 40px 0;
}

#icon-menu a{
	height: 100px;
	width: 180px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
	transition: transform ease-in-out 200ms;
}

#icon-menu a.sport{
	background-image: url('../images/icons/sport.png');
}

#icon-menu a.event{
	background-image: url('../images/icons/event.png');
}

#icon-menu a.rasenschutz{
	background-image: url('../images/icons/rasenschutz.png');
}

#icon-menu a.zelt{
	background-image: url('../images/icons/zelt.png');
}

#icon-menu a.fussgaenger{
	background-image: url('../images/icons/fussgaenger.png');
}

#icon-menu a.schwerlastboden{
	background-image: url('../images/icons/schwerlast.png');
}

#icon-menu a.parkplaetze{
	background-image: url('../images/icons/auto.png');
}

#icon-menu a.lager{
	background-image: url('../images/icons/kiste.png');
}

#icon-menu a:hover{
	transform: scale(1.3);
}

/* ////////////////////////////////// PRODUKTE & EINSATZ */

.blog.produkte .item{
	background-color: #f2f2f2;
	padding: 40px 20px 20px 20px;
	margin-bottom: 30px;
	text-align: center;
	min-height: 500px;
}

.blog.produkte .item img{
	max-height: 150px;
	margin: 30px 0;
	transition: transform ease-in-out 200ms;
}

.blog.produkte .item:hover img{
	transform: scale(1.2);
}

.blog.einsatz .items-row{
	display: inline-block;
	width: 24%;
	text-align: center;
	margin-top: 50px;
}

.blog.einsatz .items-row:hover .item-image{
	transform: scale(1.3);
}

.blog.einsatz .items-row:hover a{
	color: #7CA502;
}

.blog.einsatz .items-row .item-image{
	margin-bottom: 20px;
	transition: transform ease-in-out 200ms;
}

.blog.einsatz .items-row a{
	transition: color ease-in-out 200ms;
}


.blog.referenzen p{
	margin-bottom: 0px;
}

/* ////////////////////////////////// LOGIN */

.login input{
	margin-bottom: 20px;
}

.login input#remember {
    float: left;
    margin-right: 15px;
    margin-top: 8px;
	margin-bottom: 0px;
}

.login button{
	margin: 20px 0;
}

.login-tabs{
	border: 0px;
	margin-left: 0px !important;
	margin-top: 10px;
}

.login-tabs li{
	margin-right: 30px;
}

#user-registration .btn{
	margin-top: 20px;
}

/* ////////////////////////////////// PAGINATION */

#content ul.pagination li{
	background-image: none;
	padding-left: 0px;
}

.pagination{
	padding: 20px 0;
}

.pagination ul{
	margin: 0px;
}

.pagination .page-link{
	color: #99cc00;
}

.pagination .page-link, .pagination .page-item.disabled .page-link, .page-item.active .page-link{
	border-color: #fff;
}

.pagination .page-link,
.page-item.disabled .page-link{
	background-color: #f2f2f2;
}

.page-item.disabled .page-link{
	color: #080808;
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-item:first-child .page-link{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.page-item.active .page-link{
    background-color: #99cc00;
}

.pagination nav{
	margin: 0 auto;
}

.pagination a{
	font-weight: normal;
}

/* ////////////////////////////////// BREADCRUMBS */

ul.breadcrumb{
	background-color: transparent;
	padding: 0px;
	margin: 30px 0;
	font-family: 'Barlow Condensed', sans-serif;
}

ul.breadcrumb li:first-of-type{
	display: none;
}

ul.breadcrumb .divider{
	padding: 0 10px;
	color: #ddd;
}

ul.breadcrumb li a{
	font-weight: normal;
}

ul.breadcrumb li{
	background-image: none !important;
	padding-left: 0px !important;
}

/* ////////////////////////////////// FORMS */

input, textarea{
	box-sizing: content-box;
	padding: 10px;
	border: 0px;
	background-color: #f2f2f2;
}

input.btn{
	cursor: pointer;
	opacity: 1 !important;
}

#captcha-lbl{
	display: none;
}

#dynamic_recaptcha_1{
	margin-bottom: 20px;
}

.visforms-form .datenschutz{
	margin-bottom: 20px;
}

.visforms-form input[type="text"], .visforms-form input[type="email"], .visforms-form textarea{
	width: 80%;
	margin-bottom: 20px;
}

.visforms-form .field5{
	font-size: 14px;
}

.visforms-form .field5 .visCustomText{
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
}

.visforms-form .field5 .control-label{
	display: none;
}

.visCSStop10{
	margin-right: 10px;
}

textarea{
	height: 150px;
}

.visforms-form .vis_mandatory, form#mod-visform1 div.control-group.required .control-label::before{
	color: #99cc00 !important;
}

/* ////////////////////////////////// FOOTER */

footer{
	background-color: #080808;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 26px 0;
}

footer ul.nav li a{
	color: #fff;
	padding: 0 8px;
	border-right: 1px solid #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

footer .facebook-icon{
	margin-top: -3px;
	margin-left: 5px;
}

footer ul.nav li:last-of-type a{
	border-right: 0px;
	padding-right: 0px;
}

footer ul.nav li:first-of-type a{
	padding-left: 0px;
}

footer .copyright{
	text-align: center;
}

/* /////////////////////////////////////// COOKIEHINT */

#redim-cookiehint{
	background-color: #080808;
}

#redim-cookiehint .cookiecontent{
	color: #fff;
	margin-top: 6px;
}

#redim-cookiehint .cookiebuttons .btn{
	background-color: #99cc00;
	color: #080808;
}

#redim-cookiehint .cookiebuttons .btn:hover{
	background-color: #7ca502;
	color: #080808;
}

/* Vertriebspartner */

.module.mod-vertriebspartner{
	padding-top: 0px;
}

.vertriebspartner-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}

.vertriebspartner-list .vertriebspartner{
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.vertriebspartner-list .vertriebspartner img{
	max-width: 250px;
}

@media (max-width: 991.98px){
	.vertriebspartner-list .vertriebspartner img{
		max-width: 175px;
	}
}

@media (max-width: 767.98px){
	.module.mod-vertriebspartner{
		padding-top: 40px;
	}
	
	.vertriebspartner-list{
		display: block;
	}
	
	.vertriebspartner-list .vertriebspartner{
		margin-bottom: 40px;
	}
	
	.vertriebspartner-list .vertriebspartner:last-child{
		margin-bottom: 0px;
	}
	
	.vertriebspartner-list .vertriebspartner img{
		max-width: 175px;
	}
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	
	.maxwidth{
		max-width: 95%;
	}
	
	#slideshow.flexslider{
		min-height: 0px;
	}
	
	#slideshow.flexslider .caption{
		font-size: 40px;
		line-height: 40px;
	}
	
	#slideshow.flexslider .caption .btn{
		font-size: 20px;
	}
	
	#icon-menu{
		display: block;
	}
	
	#icon-menu .item{
		float: left;
		width: 33%;
		margin: 30px 0;
	}
	
	#icon-menu a{
		width: 100%;
	}
	
	#mainmenu ul.nav > li > a{
		padding: 6px 10px;
	}
	
}

/* Icon-Menu Fix */
@media (max-width: 1024px) {
	
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
	body{
		padding-top: 0px;
	}
	
	header{
		position: static;
		padding: 10px 0;
	}
	
	header .logo{
		text-align: center;
		padding-bottom: 10px;
	}
	
	header .mod-languages{
		text-align: left;
	}
	
	header .sprachauswahl{
		display: inline-block;
		float: left;
		position: relative;
		z-index: 99;
	}
	
	#headertextwrap{
		left: 90px;
		top: -4px;
		right: auto;
	}
	
	#mainmenu{
		display: inline-block;
		text-align: center;
		width: 100%;
		margin-top: -26px;
	}
	
	#mainmenu ul.nav{
		display: block;
	}
	
	#mainmenu .navbar-wrap{
		display: flex;
		width: 100%;
	}
	
	#mainmenu ul.nav li a{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#mainmenu ul.nav > li > a{
		border-bottom: 1px solid #333;
	}
	
	#mainmenu ul.nav > li:last-of-type > a{
		border-bottom: 0px;
	}
	
	#mainmenu ul.nav-child{
		visibility: visible;
		opacity: 1;
		display: none;
		position: static;
		transition: none;
		border-bottom: 1px solid #333;
	}
	
	#mainmenu ul.nav-child li.active a{
		color: #99cc00;
		background-color: transparent;
	}
	
	#mainmenu ul.nav-child li:hover a, #mainmenu ul.nav-child li:active a, #mainmenu ul.nav-child li:focus a,
	#mainmenu ul.nav > li:hover > a, #mainmenu ul.nav > li:active > a, #mainmenu ul.nav > li:focus > a{
		background-color: transparent;
		color: #fff;
	}
	
	#mainmenu ul.nav li.parent:hover ul.nav-child{
		padding-top: 0px;
	}
	
	#mainmenu ul.nav-child{
		margin: 0px;
	}
	
	div.mod-languages li:first-of-type{
		padding-left: 0px;
	}
	
	.copyright{
		margin-bottom: 20px;
	}
	
	footer .nav{
		float: right;
	}
	
	body > .module{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#content{
		padding-top: 40px;
		padding-bottom: 10px;
	}
	
	p{
		margin-bottom: 1.2rem;
	}
	
	ul.breadcrumb{
		margin: 20px 0;
	}
	
	.blog.einsatz .items-row{
		width: 32%;
	}
	
	.contact .right{
		margin-top: 50px;
	}
	
	#contact-form input, #contact-form textarea{
		width: 95%;
	}
	
	#slideshow.flexslider .caption{
		top: 14%;
	}
	
	#slideshow .flex-control-nav{
		bottom: 10px;
	}

	#slideshow .flex-control-paging li a{
		width: 15px;
		height: 15px;
		border: 4px solid #080808;
	}

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

	#slideshow.flexslider .caption{
		display: none;
	}
	
	body{
		font-size: 16px;
	}
	
	h1{
		font-size: 26px;
		margin-bottom: 20px;
	}

	h2{
		font-size: 22px;
		margin-bottom: 16px;
	}

	h3{
		font-size: 20px;
	}

	h4,h5,h6{
		font-size: 18px;
	}
	
	ul.breadcrumb{
		font-size: 14px;
	}
	
	.module.cta{
		font-size: 22px;
	}

	.module.cta .btn{
		font-size: 18px;
	}
	
	#content ul li, body > .module ul li{
		background-position: left top 10px;
	}
	
	img.thumb{
		margin: 6px 0;
	}
	
	#icon-menu .item{
		width: 50%;
		margin: 30px 0;
	}
	
	.blog.einsatz .items-row{
		width: 49%;
	}
	
	.btn{
		margin-top: 6px;
	}
	
	.blog.einsatz .items-row:hover .item-image, #icon-menu a:hover,
	.blog.produkte .item:hover img{
		transform: none;
	}
	
	.animated{
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
	footer .nav{
		float: none;
	}
	
	#icon-menu .item{
		width: 100%;
		margin: 20px 0;
	}
	
	.blog.einsatz .items-row{
		width: 100%;
	}
	
	body > .module img{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#headertextwrap{
		position: static;
		text-align: center;
		margin-bottom: 20px;
	}

}

@media (max-width: 350px) {

}
