/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/

/**************************************************************************************/
/**************************************************************************************/
/*   Elements
/**************************************************************************************/
/**************************************************************************************/

/**************************************************************************************/
/**************************************************************************************/
/* Änderungen für die Academy sind unter Academy zu finden */
/**************************************************************************************/
/**************************************************************************************/


/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}


*
{
	padding:0 10 0 0;
	margin:0;
	border: 0px;
}

:root {
    --orange: #FEC211;
    --gray: #E4E5E7;
}

html,
body
{
    font-family: 'Poppins', sans-serif !important;
	height: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif !important;
}

body
{
	margin: 0px;
	line-height: 21pxpx;
	background-position: left top;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	color: #0A0601;
	background-color: #ffffff;	
	overflow-x: hidden;
}


img
{
	max-width: 30%;
}

#jcemediabox-popup-content img {
    max-width: 100%;
}

.col-sm-3 img {
     max-width: 100%;
}


.home_ubersicht .col-sm-3 {
    position: relative;
}

.home_ubersicht h3 {
position: absolute;
left: 15px;
right: 15px;
bottom: 0px;
z-index: 2;
color: #fff;
font-weight: bold;
padding-bottom: 10px;
padding-left: 10px;
background: rgba(0,0,0,0.6);
padding-top: 10px;
}

.home_ubersicht a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}



a
{
	text-decoration: none;
	color: #f49d25;	
}

a:hover,
a.selected
{
	text-decoration: none;
	color: #626262;
}

a:focus
{
	outline: none;
}

p
{
	margin: 0;
	padding-bottom: 15px;
}

hr
{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}


.page-featured p
{
	padding-bottom: 25px;
}



button.navBtn.v-btn.theme--light .v-btn__content {
    position: absolute;
}
/**************************************************************************************/
/*   Forms																			  */

legend
{
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
}

legend small
{
	color: #999999;
}

textarea.invalid
{
	border: 1px solid #d6610b;
}

input,
textarea
{
	width: 220px;
}

textarea
{
	resize: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
	line-height: 1 !important;
	padding: 8px 6px;
	height: auto !important;	
	background-color: #f7f7f7;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0px 1px 0px #CCCCC;
	-moz-box-shadow: 0px 1px 0px #CCCCC;
	box-shadow: 0px 1px 0px #CCCCC;
	color: #999999;	
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{
	border-color: #990000;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
{
	outline: thin dotted #333;
}

input[type='radio'],
input[type='checkbox']
{
	margin: 3px 0 0;
}

.input-block-level
{
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select
{
	border: 1px solid ;
	background-color: #ffffff;
}

.page-login form .control-group
{
	margin: 0;
}

.checkbox-radio-wrap__inline
{
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
}

.checkbox-radio-wrap__inline input[type="radio"],
.checkbox-radio-wrap__inline input[type="checkbox"]
{
	margin: -2px 0 0 0;
}

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label
{
	display: inline-block;
	margin-right: 20px;
}

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

.page-remind form button,
.page-reset form button
{
	display: inline-block;
	margin-left: 10px;
}

.form-vertical label
{
	display: inline-block;
}

#form-login-remember label
{
	margin-bottom: 20px;
}

.label-info,
.badge-info
{
	background-color: #929292;
}

.alert
{
	border: 3px solid #990000;	
}

/**************************************************************************************/
/*   Headings and Titles															  */

h1,
h2,
h3,
h4
{
	margin-top: 0px;
	letter-spacing: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #f09618;	
}

h1
{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: normal;	
	margin-bottom: 25px;
	padding: 0px;
	text-transform: none;
}

h1 span,
h2 span,
h3 span
{
	display: block;
}

h1 span
{
	padding-bottom: 60px;
}

h2
{
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;	
}

h3
{
	margin-bottom: 0px;
	padding-bottom: 20px;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;	
}

.page-featured h3
{
	padding: 0px 0px 10px;
}

h4
{
	font-size: 14px;	
}

h5
{
	font-size: 14px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small
{
	color: #999999;
}

.category_title,
.item_title,
.module_title
{
	text-align: left;
}

h1,
h2.item_title,
.item__featured .item_title,
.module_title,
.page-category .item_title,
.page_header h2,
.category_title h2,
.item_title
{
	color: #333;
}

.item__featured .item_title
{
	overflow: hidden;
}

.item__module h2.item_title
{
	border-bottom: none;
}

.page-featured .page_header
{
	text-align: center;	
}

.page_header
{
	text-align: left;
}


/**************************************************************************************/
/*   Images																			  */

.item_img,
.category_img,
.item_fulltext img,
img.left,
img.right
{	
	display: inline-block;
	padding: 2px;
	max-width: 95%;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.img-full,
.img-full__none 
{
	max-width: 99.5%;	
}

.mod-custom img,
.item_img img,
.category_img img,
.item_fulltext img,
.random-image img,
aside .img-intro__left img,
aside .img-intro-left img,
aside .img-intro__right img,
aside .img-intro-right img,
.img-intro__none img,
.img-intro-none img,
.img-full__none img,
.img-full-none img,
.random-image .img
{
	border-top: 0px solid #545453;
	border-right: 0px solid #9b9b9a;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #9b9b9a;
}



.img-intro__left,
.img-intro-left,
.img-full__left,
.img-full-left,
img.left
{
	float: left;
	margin: 0 25px 0 0;
}

.img-intro__right,
.img-intro-right,
.img-full__right,
.img-full-right,
img.right
{
	float: right;
	margin: 0 0 21px 25px;
}

.page-category__testimonials .item_img,
.page-featured .item_img
{
	padding: 0px;
}

.page-category__testimonials .img-intro img,
.page-featured .img-intro img
{
	padding: 2px;
	border-radius: 100px;
	border: 1px solid #e2e2e2;
	max-width: 97%;	
}

.page-category__testimonials .img-intro,
.page-featured .img-intro
{
	border: none;
}

aside .img-intro__left,
aside .img-intro-left,
aside .img-intro__right,
aside .img-intro-right
{
	margin-top: 3px;
	margin-bottom: 10px;
}

img.noborder
{
	border: none !important;
	box-shadow: none !important;
}

.page-blog .items-row.cols-3 .item_img.img-intro
{
	margin: 0px 0px 0px 0px;
	width: 96%;
}

.page-blog .items-row.cols-3 .item_img.img-intro img
{
	width: 100%;
	overflow: hidden;
}

.random-image
{
	padding: 0px;
}

.menudesc img
{
	float: left;
	margin: 0px 20px 10px 0px;
}

.img-shadow-wrapper
{
	padding-bottom: 2%;
	background-position: bottom center;
	background-size: 100%;
}




img:hover
{
	opacity: 1;
}

.pager a
{
	background-color: #990000;
	border-radius: 3px;
	color: #fff;
	padding: 0 15px 2px;
}

.pager a:hover
{
	background-color: #000;
	
}

/**************************************************************************************/
/*   Captions																		  */

.img_caption
{
	text-align: center!important;
}

.img_caption.left
{
	float: left;
	margin-right: 1em;
}

.img_caption.left p
{
	clear: left;
	text-align: center;
}

.img_caption.right
{
	float: right;
	margin-left: 1em;
}

.img_caption.right p
{
	clear: right;
	text-align: center;
}

.img_caption.none
{
	margin-left: auto;
	margin-right: auto;
}

/**************************************************************************************/
/*   Lists																			  */

.categories-module li,
.archive-module li
{
	padding: 0 0 0 20px;
	list-style: none;
	list-style-image: none;
	background: url('../images/styles/default/li.style.png') left 11px no-repeat;
}

ul.categories-module h5
{
	font-size: 1em;
	line-height: inherit;
	font-weight: normal;
	margin: 0;
}

.categories-module,
.archive-module
{
	margin: 0;
}

.categories-module li,
.archive-module li
{
	line-height: 30px;
}

.categories-module li a,
.archive-module li a
{
	font-size: 14px;
	line-height: 30px;
	color: #626262;	
}

.categories-module li a:hover,
.archive-module li a:hover
{
	color: #F93;
}

.moduletable ul
{
	margin-left: 0px;
}

.moduletable ul li
{
	line-height: 25px;
	list-style-image: url("../images/styles/default/li.style.red.png");
	list-style-position: inside;
}

.moduletable ul.item-list li
{
	list-style: none;
	list-style-image: none;
	background: url("../images/styles/default/li.style.png") left 11px no-repeat;
	padding: 0 0 0 25px;
}

/**************************************************************************************/
/*   Buttons																		  */

.readmore
{
	
}

a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.mod-newsflash a.readmore,
.btn-primary,
.btn_primary,
.contentpane .button
{
	padding: 15px 25px !important;
	margin-top: 0px;
	font-size: 14px;
	line-height: 17px;
	border-radius: 50px;
	color: #000 !important;
	background-color: #f09618 !important;
	text-transform: unset;
	
}

#footer-row a.btn,
#footer-row a.readmore,
#footer-row .button
{
	color: #ffffff;	
}

.btn-group button.btn,
.btn-toolbar .btn
{
	padding: 10px 20px 10px 0px;
	background-image: none;	
}

.page-login button
{
	margin-top: 20px;
}

.btn_info.active,
.btn-info.active,
.btn_info:active,
.btn-info:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary:active,
.btn_primary:active
{
	box-shadow: none;
}

.btn,
.mod-newsflash a.readmore
{
	text-shadow: none !important;
	text-transform: uppercase;
}

.contentpane .button
{
	margin-top: 20px;
}

a.btn:hover,
.btn_info:hover,
.btn-info:hover,
.btn_info:active,
.btn-info:active,
.btn_info.active,
.btn-info.active,
.btn_info.disabled,
.btn-info.disabled,
.btn_info[disabled],
.btn-info[disabled],
.btn-primary:hover,
.btn_primary:hover,
.btn-primary:active,
.btn_primary:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary.disabled,
.btn_primary.disabled,
.btn-primary[disabled],
.btn_primary[disabled],
.mod-newsflash a.readmore:hover,
a.readmore:hover,
.contentpane .button:hover
{
	background-color: #990000;
}

#component a.btn:hover,
#component .btn_info:hover,
#component .btn-info:hover,
#component .btn_info:active,
#component .btn-info:active,
#component .btn_info.active,
#component .btn-info.active,
#component .btn_info.disabled,
#component .btn-info.disabled,
#component .btn_info[disabled],
#component .btn-info[disabled],
#component .btn-primary:hover,
#component .btn_primary:hover,
#component .btn-primary:active,
#component .btn_primary:active,
#component .btn-primary.active,
#component .btn_primary.active,
#component .btn-primary.disabled,
#component .btn_primary.disabled,
#component .btn-primary[disabled],
#component .btn_primary[disabled],
#component .mod-newsflash a.readmore:hover,
#component a.readmore:hover,
#component .contentpane .button:hover,
#content-row-4 a.btn:hover,
#content-row-4 .btn_info:hover,
#content-row-4 .btn-info:hover,
#content-row-4 .btn_info:active,
#content-row-4 .btn-info:active,
#content-row-4 .btn_info.active,
#content-row-4 .btn-info.active,
#content-row-4 .btn_info.disabled,
#content-row-4 .btn-info.disabled,
#content-row-4 .btn_info[disabled],
#content-row-4 .btn-info[disabled],
#content-row-4 .btn-primary:hover,
#content-row-4 .btn_primary:hover,
#content-row-4 .btn-primary:active,
#content-row-4 .btn_primary:active,
#content-row-4 .btn-primary.active,
#content-row-4 .btn_primary.active,
#content-row-4 .btn-primary.disabled,
#content-row-4 .btn_primary.disabled,
#content-row-4 .btn-primary[disabled],
#content-row-4 .btn_primary[disabled],
#content-row-4 .mod-newsflash a.readmore:hover,
#content-row-4 a.readmore:hover,
#content-row-4 .contentpane .button:hover
{
	color: #fff;
	background-position: left bottom;
}


#footer-row a.btn:hover,
#footer-row a.readmore:hover,
#footer-row .button:hover
{
	color: #fff;	
}

/**************************************************************************************/
/*   Pagination																		  */

.pagination span,
.pagination a
{
	background: none !important;
	padding: 0 6px;
}

.pagination ul
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0 auto;
}

.pagination ul li .pagenav
{
	font: 800 14px/18px;
	text-transform: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.pagination ul li a.pagenav:hover
{
	background: none;
	color: #626262;
}

.pagination ul li .pagenav
{
	color: #555555;
}

.pagination ul li span.pagenav
{
	color: #555555;
}

.pagination ul li a.pagenav
{
	color: #929292;
}

.pagination ul li.num span.pagenav
{
	color: #626262;
}

.non_sortable {
    display: none;
}

.mit_nlsubscribe form .editable_content {
	padding-block: 10px;
}

.mit_nlsubscribe form .editable_content .cr_form-component {
    align-self: center;
}


/**************************************************************************************/
/*   BlockNumbers																	  */


p.blocknumber,
p.blockchar
{
	min-height: 40px;
	padding: 5px 10px 20px 75px !important;
	position: relative;
}

span.blocknumber,
span.blockchar
{
	border-radius: 50%;
	font-size: 20px;
	height: 44px;
	left: 0;
	line-height: 44px;
	position: absolute;
	text-align: center;
	width: 44px;
	margin-top: 0px;
	background-color: #990000;
	border: 4px solid #ccc;
	color: #fff;
}

#footer span.blocknumber
{
	background-color: #ffffff;
}

span.blocktitle
{
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #929292;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/**************************************************************************************/
/*   Toggling																		  */

.toggle
{
	min-height: 30px;
	font-size: 13px;
	font-weight: normal;
	background-image: url('../images/bg.toggle.open.png');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	margin:  0px 0px 0px 0px;
	padding: 6px 0px 3px 60px;
	clear: both;
}

.toggle:hover
{
	background-image: url('../images/bg.toggle.open.hover.png');
}

.toggle.opened
{
	background-image: url('../images/bg.toggle.close.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.toggle.opened:hover
{
	background-image: url('../images/bg.toggle.close.hover.png');
}

.toggle_content
{
	display: none;
	margin: 15px 0px 20px 0px;
	padding: 25px;
	font-size: 12px;
	font-weight: normal;
	border-radius: 0px;
	background-color: #FDFDFD;
	border: 1px solid #DEDEDE;
	color: #121212;	
}

/**************************************************************************************/
/*   Searching																		  */


ul#finder-filter-select-dates li.filter-date
{
	margin-bottom: 4px;
	margin-right: 4px;
}

ul#finder-filter-select-dates li.filter-date select.filter-date-operator
{
	margin-bottom: 9px;
}

#searchForm fieldset
{
	margin-bottom: 20px;
}

#searchForm fieldset label
{
	display: inline-block;
	margin-right: 1em;
}

#searchForm .form-limit label
{
	float: left;
}

#searchForm .form-limit select
{
	float: right;
	position: relative;
	top: -4px;
}

#searchForm .form-limit p
{
	overflow: hidden;
	clear: both;
}

dl.search-results
{
	margin-bottom: 30px;
}

dl.search-results dt
{
	margin-top: 20px;
}

.navbar-form .btn,
.navbar-form .btn-group
{
	margin-top: 5px;
}

#mod-finder-searchword
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 4px;
	border: 1px solid #ebebeb;
	box-shadow: none;
}

/**************************************************************************************/
/*   Modal																			  */

.modalClose
{
	margin: 14px;
}

div.modal.fade.in.loginPopup
{
	width: 260px;
	margin: -130px 0 0 -130px;
	top: 50%;
	left: 50%;
}

.login-greeting
{
	margin: 0 0 9px 0;
}

.input-modal
{
	width: 146px;
}

div.modal.fade
{
	z-index: -500;
}

div.modal.fade.in
{
	z-index: 1100;
}


/**************************************************************************************/
/*   Newsflash																		  */


.mod-newsflash-adv__links .item_content
{
	border-radius: 5px;
	padding-bottom: 24px;
	background-color: #e9e9e9;	
}

.mod-newsflash-adv__links .item_content ul
{
	margin-bottom: 0;
}

.mod-newsflash-adv__links .item_content ul li
{
	line-height: 28px;
}

.mod-newsflash-adv__links .item_content ul li a
{
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
}

.mod-newsflash-adv__links .item_content ul li a:hover
{
	color: #929292;
}

.mod-newsflash-adv__links .item_content h2
{
	text-transform: none;
	padding-bottom: 0;
	line-height: 68px;
	margin-bottom: 20px;
}

.mod-newsflash-adv__links a.readmore
{
	background: none;
	padding: 4px 0;
	margin: 0 0 0 45px;
	box-shadow: none;
	border: none;
	font-size: 14px;
}

.mod-newsflash-adv__links a.readmore:hover
{
	color: #929292;
}

.mod-newsflash-adv__links .shadow span
{
	bottom: 21px;
	width: 92%;
	left: 4%;
}

.mod-newsflash-adv__links.support .item_content
{
	padding-bottom: 12px;
}

.mod-newsflash-adv__links.support .item_introtext
{
	padding: 0 24px;
	font-size: 14px;
	line-height: 22px;
}

.mod-newsflash-adv__links .item_content ul li a,
.mod-newsflash-adv__links.support .item_introtext
{
	color: #7F7F7F;
}

.mod-newsflash-adv__links.support a.readmore
{
	margin: 0 0 0 24px;
}

/**************************************************************************************/
/*   Acymailing																		  */


.acymailing_form,
.acymailing_form .acysubbuttons
{
	text-align: right;
}

.acymailing_form input
{
	padding: 5px 6px 4px;	
}

.acymailing_form .acysubbuttons .button
{
	margin-top: 7px;
	line-height: 18px;
	padding: 7px 25px 8px 25px !important;
}

.acymailing_module_form span.acymailing_finaltext
{
	display: block;
	padding-top: 0px;
	text-align: right;
}

/**************************************************************************************/
/*   Back to Top																	  */


#back-top
{
	position: fixed;
	bottom: 115px;
	right: 30px;
	z-index: 60;
}

#back-top a
{
	width: 46px;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color: #626262;
}

#back-top span
{
	width: 46px;
	height: 46px;
	display: block;
	margin-bottom: 7px;
	background: url('../images/up.arrow.png') no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	border-radius: 50%;
	border: 2px solid #F4F4F4;
	background-color: transparent;
	opacity: 0.8;
}

/**************************************************************************************/
/*   Gallery																			*/															  
.page-gallery h1
{
	padding:0;
}

.page-gallery .well
{
	box-shadow: 0 0px 2px 0px #CCCCCC inset;
	background-color: #000;
}

.page-gallery .well a
{
	color: #fff;
}

.page-gallery .well a.selected
{
	
}

.page-gallery .well a:hover
{
	color: #990000;
}


.page-gallery .item_img
{
	margin: 0;
	float: none;
	display: block;
}

.page-gallery .item_title
{
	margin: 0px;
	padding: 0px 0px 10px;
	text-align:center;
	line-height: 32px;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;	
}

.page-gallery .item_title a
{
	text-align:centre !important;
	color:#fff;
}

.page-gallery .item_title a:hover
{
	color:#909090;
}

.page-gallery ul#filters
{
	margin: 0 0 8px 0;
}

.page-gallery ul#filters li
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 15px 0 0;
}

.page-gallery li.item
{
	margin-bottom: 20px;
}

.page-gallery .img-shadow-wrapper
{
	/* padding-bottom: 0;  /*  remove bottom shadow */
}

.page-gallery p
{
	padding-bottom: 10px;
	line-height: 16px;
}

.category_child .category_title a
{
	display: inline-block;
	margin-right: 12px;
}

.page-gallery .category_desc
{
	margin-bottom: 20px;
}

.page-gallery .item_img
{
	max-width: 100%;
}

.page-gallery ul.singleColumn li
{
	margin-left: 0;
}

.page-gallery .item_img.img-intro .touchGalleryLink img
{
	width: 100%;
}

.page-gallery .btn
{
	float: right;
}

.page-gallery a.zoom,
.page-item__gallery a.zoom
{
	position: relative;
}

.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}

.page-gallery .item_more
{
	text-align: center;
}

.page-gallery .item_more a
{
	display: inline-block;
	padding: 2%;
	color:#fff;
	font-size: 1.5em;
	font-weight: normal;		
}

.page-gallery .item_more a:hover
{
	color:#909090;
}

.page-gallery a.zoom span.icon-zoom-in,
.page-item__gallery a.zoom span.icon-zoom-in
{
}

.page-gallery .item_icons,
.page-item__gallery .item_icons
{
	margin-bottom: 9px;
}

ul.singleColumn
{
	margin: 0;
}

ul.singleColumn > .item
{
	list-style: none;
	width: 100%;
}

.view-article #prevArrow,
.view-article #nextArrow
{
	display: none;
}

.isotope-item
{
	z-index: 2;
}

.isotope-hidden.isotope-item
{
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope
{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

ul#filters li
{
	display: inline-block;
	vertical-align: top;
	margin: 9px 9px 0 0;
}

#isotopeContainer
{
	padding-top: 8px;
}

.page-gallery_img
{
	margin-left: 0;
}

.category_children .category_child
{
	margin-bottom: 20px;
}

#galleryOverlay
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100000;
	overflow: hidden;
	display: none;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	background-image: url(../images/bg.gallery.png);	
}

#galleryOverlay.visible
{
	opacity: 1;
}

#gallerySlider
{
	height:100%;
	left:0;
	top:0;
	width:100%;
	white-space: nowrap;
	position:absolute;
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#gallerySlider .placeholder
{
	background: url("../images/system/preloader.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

#gallerySlider .placeholder:before
{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#gallerySlider .placeholder img
{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#gallerySlider.rightSpring
{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring
{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes 
rightSpring
{
 0% {
margin-left:0px;
}
 50% {
margin-left:-30px;
}
 100% {
margin-left:0px;
}
}
 @-moz-keyframes 
leftSpring
{
 0% {
margin-left:0px;
}
 50% {
margin-left:30px;
}
 100% {
margin-left:0px;
}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes 
rightSpring
{
 0% {
margin-left:0px;
}
 50% {
margin-left:-30px;
}
 100% {
margin-left:0px;
}
}
 @-webkit-keyframes 
leftSpring
{
 0% {
margin-left:0px;
}
 50% {
margin-left:30px;
}
 100% {
margin-left:0px;
}
}

#prevArrow,
#nextArrow
{
	border:none;
	text-decoration:none;
	background:url('../images/gallery/arrows.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	top:50%;
	margin-top:-29px;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover,
#nextArrow:hover
{
	opacity:1;
}

#prevArrow
{
	background-position:left top;
	left:40px;
}

#nextArrow
{
	background-position:right top;
	right:40px;
}

.page-gallery .view
{
	overflow: hidden;
}

.page-gallery .view:hover .mask
{
	opacity:1;
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

/*********************/

.body__home .well
.home .well
{
	display:none;
}

.page-gallery .mask
{
	position: absolute;
	top: 0;
	width: 98.5%;
	height: 86%;
	opacity:0;
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;	
	color: #fff;
	margin: 2px 0px 0px 2px;
}

.page-gallery .mask_cont
{
	padding: 20px;
}


/**************************************************************************************/
/*   Testimonials																	  */

blockquote p
{
	font-size: 12px;
	line-height: 20px;
}

blockquote a
{
	display: block;
	margin: 4px 5px 0px 0px;
}

.blockquote
{
	float: left;
	width: 50px;
	height: 40px;
	margin: 0px 15px 10px 0px;
	background-image: url('../images/styles/default/blockquote.png');
	background-repeat: no-repeat;
	border-left: 0px solid #dddddd;
}

blockquote small
{
	color: #999999;
}

blockquote.pull-right
{
	border-right: 5px solid #eeeeee;
}


/**************************************************************************************/
/*   General
/**************************************************************************************/
/**************************************************************************************/



.wrapper
{
}

#top_header .wrapper
{
}

#push
{
	height: 180px;
}

.muted
{
	color: #929292;
}

.item-separator
{
	clear: both;
	height: 25px;
}

.menudesc
{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

.row-fluid:last-child .menudesc
{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p .price
{
	text-align: right;
	margin: 10px 6px 0px;
	display: block;
}

/**************************************************************************************/
.list-title strong {
    text-transform: uppercase;
}
.clearfix
{
 *zoom: 1;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after
{
	clear: both;
}

.hide-text
{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/

.wshadow
{
	position: relative;
	z-index: 10;
}

.shadow
{
	position: relative;
	z-index: 1;
}

.shadow span
{
	bottom: 0px;
	display: block;
	height: 0px;
	left: 1%;
	position: absolute;
	width: 98%;
}

#top_header
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
}


/**************************************************************************************/
/*   top_header                                                                       */

#top_header	
{
	padding: 5px 0px;
}

#top_header .moduletable.social ul li
{
	display: inline;
	font-weight: bold;
	list-style: none !important;
	text-align: left;
}

#top_header .moduletable.social li a
{
	border: 0px solid #FFFFFF;
	background-color: #2C2C2C;
	border-radius: 50%;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin-left: 7px;
	text-align: center;
	width: 20px;
	transition: color 0.3s ease 0.1s;
}

#top_header .moduletable.social li a:hover 
{
	color: #990000;
	background-color: #2C2C2C !important;
	transition: color 0.3s ease 0.1s;	
}

#top_header .moduletable.social .nav
{
	margin: 5px 0;
	padding: 0px;	
	overflow: hidden;
	float: right;
}


/**************************************************************************************/
/*   Header Row		  																  */

#header-row
{
	margin-bottom: 100px;	
}

#header-row .wrapper
{
}

#header-row .container



#header-row .mod-search
{
	margin-top: 16px;
	position: relative;
	padding-left: 55px;
}

#header-row .mod-search_searchword
{
	width: 286px;
	border: none;
	position: relative;
	padding: 9px 6px 8px 35px !important;
	display: block;
	height: 32px;
	border-radius: 3px;
	box-shadow: none !important;
}

#header-row .btn-search
{
	background: url('../images/ico.search.png') 0px 0px no-repeat !important;
	background-color: #FFFFFF !important;	
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	border: none;
	position: absolute;
	top: 13px;
	left: 66px;
	z-index: 20;
	box-shadow: none;
}

#header-row .moduletable.search input
{
	background-color: transparent;
	color: #000000 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
	background-image: url('../images/bg.menu.active.png') !important;
	border: none;
}

#header-row .moduletable.social
{
	margin-top: 30px;
	float: right;
}

#header-row .social
{
	text-align: right;
}

#header-row .logo
{
	margin-left: 39px;
	line-height: 20px !important;
}

#header-row #logo
{
	color: #fff;	
}

#header-row #logo a
{
	display:block;
	color: #909090;	
}

#header-row .logo a:hover
{
	color: #fff;
}

#header-row #logo span.slogan
{
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	top: 13px;
	left: -33px;
}

/**************************************************************************************/
/*   Slider Row		  																  */

#slider-row
{
}

#slider-row .moduletable-wrapper
{
	padding: 1px 1px 3%;
	
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
}

#slider-row .container
{
	padding: 0px 0px 20px;
	position: relative;
}

#slider-row .shadow
{
	top: -1px;
}

.moduletable.slider
{
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 5px;
}

/**************************************************************************************/
/*   Breadcrumb Row		  															  */


#breadcrumbs-row 
{
	margin: 0px 0px 30px;
}

#breadcrumbs-row .breadcrumbs
{ 
	float: left;
	width: auto;
}

#breadcrumbs-row .breadcrumbs a
{ 
	color: #fff;
}

#breadcrumbs-row .breadcrumbs a:hover
{ 
	color: #990000;
}

.breadcrumb .divider
{
	padding: 0 7px;
}

.breadcrumbs span#lastitem,
.page-gallery .well a.selected
{
	background-image: url("../images/bg.bread.mark.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	display: inline;
	height: 35px;
	padding: 0 0 21px;
	color: #C83030;
}

#breadcrumbs-row .moduletable.search
{
	float:right;
	padding: 15px 20px 0px;
	position: relative;
}

#breadcrumbs-row .moduletable.search form
{
	margin: 0;
}

#breadcrumbs-row  input.inputbox
{
	background-color: #282828;
	border-radius: 3px;
	color: #fff;
	padding: 6px 6px 6px 30px;
	width: 220px;
	font-size: 11px;
	text-transform: none;
	margin: 0;
	border: none;
}

#breadcrumbs-row .moduletable.search input.button
{
	position: absolute;
	left: 20px;
	padding-top: 1px;
}

#breadcrumbs-row .moduletable.search button.button
{
	margin: 0 5px;
}


#breadcrumbs-row .container 
{
	border-radius: 0px;
	position: relative;
	background-color: var(--gray) !important;
	border-radius: 0px;
	font-weight: bold;
}

#breadcrumbs-row .moduletable h2
{
	margin: 0px;
	padding: 10px 40px;
	text-align: right;
}


/**************************************************************************************/
/*   Featured Row		  															  */


#featured-row
{
	padding: 15px 15px 15px 15px;
	margin-bottom: 15px;
}

#featured-row .mod-newsflash
{
	padding: 10px 5px;
	overflow: hidden;
}

#featured-row .mod-newsflash .item,
#featured-row .mod-custom
{
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;	
}

#featured-row .moduletable
{
	
}

#featured-row .mod-newsflash .item img.ico, 
#featured-row .mod-custom img.ico 
{
    background: #990000;
    border: 10px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 1px 0 0 #99B5C9;
    margin-bottom: 15px;
    padding: 35px;
	transition: background 0.5s ease 0.1s;
}


#featured-row .mod-newsflash:hover .item img.ico, 
#featured-row .mod-custom:hover img.ico 
{
    background: #99B5C9;
	transition: background 0.5s ease 0.1s;
}

#featured-row .module_title,
#featured-row .newsflash-title
{
	font-size: 15px;
	border-radius: 0px;
	padding: 0px;
	margin: 10px 5px 15px;
	text-transform: capitalize;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}

#featured-row .mod-newsflash h2
{
	float: none;
	overflow: visible;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#featured-row h3 a,
#featured-row h4 a
{
	color: #626262;
}

#featured-row h2
{
	font-size:20px;
	color: #626262;
}

#featured-row p
{
	padding: 10px 0px 20px;
}

#featured-row .readmore
{
	
}

#featured-row a.readmore:hover,
#featured-row .mod-newsflash:hover a
{
	
}

#featured-row .moduletable:hover .module_title
{
	color: #990000;
}

#featured-row .mod-newsflash .item ul
{
	margin-bottom: 0;
}

#featured-row .mod-newsflash .item ul li
{
	line-height: 28px;
}

#featured-row .mod-newsflash .item ul li a
{
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
}

#featured-row .mod-newsflash .item #system-readmore img
{
	text-align: center;
	display: block;
	margin: 0px auto 20px;
}

#featured-row .mod-newsflash .item a.readmore
{
	margin-top: 0px;
}

#featured-row .readmore
{
	float: right;
}

/**************************************************************************************/
/*   Header Bottom Row		  														  */


#header-bottom-row
{
	margin: 0px 0px 40px;
	font-size: 18px;
}

#header-bottom-row a
{
	color: #ccc;
}

#header-bottom-row a:hover,
#header-bottom-row h2,
#header-bottom-row h3,
#header-bottom-row h4,
#header-bottom-row h5
{
	color: #fff;
}

#header-bottom-row .item_introtext
{
	padding-top: 20px;
}

#header-bottom-row .container
{
	background-color: #000;
	color: #fff;
}

#header-bottom-row .moduletable-wrapper
{
	padding: 10px 20px 10px;
}

#header-bottom-row .moduletable-wrapper .img-shadow-wrapper 
{
	background-image: none;
	padding: 15px 15px;
}

#header-bottom-row h2.module_title,
#header-bottom-row h3.module_title,
#header-bottom-row h2.item_title,
#header-bottom-row h3.item_title
{
	color: #eee;
	border-bottom: 0px solid #eee;	
}

#header-bottom-row .readmore,
#header-bottom-row .readon
{
	background-image: url(../images/styles/default/readmore.2.png);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 25px;
	margin-left: 65px;
	padding: 4px 25px 6px 0;
	margin-top: 10px;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
}

#header-bottom-row .readmore:hover,
#header-bottom-row .readon:hover
{
	color: #990000;
}

#header-bottom-row .button
{
	background-color: #990000;
	color: #fff;
}

#header-bottom-row .button:hover
{
	color: #000;
}



/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/

#content-row .page-remind,
#content-row .page-reset
{
	min-height: 245px;			
}

#content-row .container .container-border
{
	border-top: 1px dotted #ccc;
	padding-top: 50px;
	margin-top: 10px;
}

#content-row .container
{
	padding: 0px;
}

.page-header
{
	border: none;
	padding: 0;
	margin: 0;
}

.page-item,
.page-featured
{
	padding-bottom: 35px;
	overflow: hidden;
}

.page-item {
	padding-bottom: 0px;
}
.page-featured.page-featured__home
{
	padding-bottom: 15px;	
}

.page-item ul li
{
	line-height: 22px;
	list-style-image: url("../images/li.style.png");
	list-style-position: inside;
	overflow: hidden;
}


.page-featured .items-row .item__featured
{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: none;	
}

.page-featured .items-leading .item__featured,
.page-category .category_desc p,
.page-blog .category_desc p
{
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: none;	
}

.page-featured .items-leading .item__featured,
.page-featured .items-row:last-child .item__featured
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page-blog .category_desc p,
.page-category .category_desc p,
.page-category .items-row
{
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
}

.item_info_dl dd
{
	border-right: 1px solid #B3B3B3;
}

.contentpane,
.contentpane.modal
{
	padding: 30px;
}

.item_info_dl
{
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 11px;
}

.item_info_dl dd
{
	display: inline-block;
	line-height: 11px;
	padding-right: 12px;
	margin-right: 12px;
	margin-left: 0;
}

.item_info_dl dd:last-child
{
	border: none;
}

.item > .btn-group.pull-right
{
	margin: 48px 7px 10px 15px;
}

/**************************************************************************************/
/*   Content Rows 		  															  */


#content-row-1,
#content-row-2,
#content-row-3
{
	margin-bottom: 40px;
}

#content-row-2 .moduletable-wrapper,
#content-row-3 .moduletable-wrapper
{
	padding: 0px 5px 5px 0px;
	box-shadow: 0 0px 2px 0px #FFF inset;
	border: 1px solid #cccccc;
}

#content-row-3 .module_title
{
	margin: 0px auto 25px;
	padding: 0px;
	text-align: center;
	color: #333;
}

#content-row-4 .container
{
	background-color: #000;
	min-height: 225px;
	color: #ffffff;
	margin-bottom: 70px;
}

.itemid-436 div#content-row-3,
.itemid-116 div#content-row-3 {
	padding-bottom: 50px;
	width: 1400px;
	margin: auto;
}
.itemid-436 #component,
.itemid-116 #component {
	margin-bottom: 0px;	
}
#content-row-4 .mod-single-article,
#content-row-4 .mod-custom
{
	text-align: left;
}

#content-row-4 .module_title
{
}

#content-row-4 .mod-newsflash .item ul
{
	margin-bottom: 0;
}

#content-row-4 .mod-newsflash .item ul li
{
	line-height: 28px;
}

#content-row-4 .mod-newsflash .item ul li a
{
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
}

#content-row-4 .mod-newsflash .item #system-readmore img
{
	text-align: center;
	display: block;
	margin: 0px auto 20px;
}

#content-row-4 .mod-newsflash .item a.readmore
{
	margin-top: 10px;
}

#content-row-4 .mod-newsflash .item ul li a
{
	color: #fff;
}

#content-row-4 .mod-newsflash .item ul li a:hover
{
	color: #929292;
}

#content-row-4 .about
{
	color: #fff;
}

#content-row-4  .about [class^="icon-"], 
#content-row-4  .about [class*=" icon-"]
{
	float: left;
	font-size: 60px;
	margin-top: 30px;
	text-align: left;
	width: 85px;
	height: 45px;
}

#content-row-4 .button
{
	background-color: #990000;
}

#content-row-4 .button:hover
{
	color: #000;
}

#content-row-5 .moduletable
{
	padding: 0px 0px 20px;	
}

#content-row-5
{
	padding: 0px;
}

/**************************************************************************************/
/*   Blog Pages																		  */

.page-blog p.item_title
{
	line-height: 26px;
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: none;
}

.page-blog .btn.btn-info
{
	margin: 10px 0px;
	float: left;
}

.page-blog .items-row.cols-1 .btn.btn-info
{
	float: right;
}

.page-blog .item
{
	overflow: hidden;
	margin-bottom: 25px;
}

.page-blog .item .item_title a
{
	color: #333;
} 

.page-blog .item .item_title a:hover
{
	color: #990000;
}

.page-blog .items-leading,
.page-blog .items-row
{
	padding-bottom: 15px;
	margin-bottom: 40px;
	padding-bottom: 0px;
	border-bottom: 1px solid #D4D4D4;	
}

.page-blog .items-row:last-child
{
	border: none;
}

/**************************************************************************************/
/*   Category Pages																	  */

.page-category__testimonials blockquote
{
	overflow: hidden;
}

.page-category__testimonials .img-intro__left,
.page-category__testimonials .img-intro-left
{
	margin: 0px 15px 10px 0px;
}

.page-category__testimonials .item_img img
{
	width: 150px;
}

.page-category__team .item_introtext
{
	overflow: hidden;
}
 .page-category [class*="cols-"] h2.item_title {
 border: none;
 padding-bottom: 0;
}

.page-category .btn.btn_info
{
	margin: 10px 0px 5px;
	float: right;
}

.page-category .items-row:last-child
{
	border: none;
	margin-bottom: 0px;
}

.page-category .item
{
	overflow: hidden;
	margin-bottom: 25px;
}

/**************************************************************************************/
/*   Archive Page																	  */

#page-archive_items .item_title
{
	padding-bottom: 0;
}

.page-archive_filters .filter-search.alert
{
	padding-bottom: 0;
	overflow: hidden;
}

.page-archive_filters select
{
	margin-bottom: 8px;
	display: inline-block;
}

.page-archive_filters button
{
	display: inline-block;
	margin-bottom: 8px;
}

.page-archive .alert-info
{
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}

.filter-search.alert
{
	padding: 8px 21px;
}

/**************************************************************************************/
/*   Page 404																		  */

.errorBox
{
	background: none;
	text-align: left;
}

/**************************************************************************************/
/*   Contacts Page																	  */

#jform_contact_message
{
	resize: none;
	width: 100%;
	height: 158px !important;
}

#contact-form label
{
	display: inline-block;
	margin-bottom: 4px;
}

.phone-num
{
	display: inline-block;
}

.icons-marker
{
	font-size: 14px;
	line-height: 20px;
}

.contact_email-copy,
.contact_vcard
{
	margin: 0px 15px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.contact_vcard
{
	margin: 0;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg
{
	width: 100%;
	margin-bottom: 10px;
}

#contact-form p
{
	text-align: right;
	margin: 3px 0px 0px;
}

.contact_email-copy
{
	margin-top: 10px;
}

#contact-form .controls button
{
	margin-top: 12px;
	padding-right: 0px;
}

.contact_details .icons-marker
{
	display: block;
	width: 16px;
	margin-right: 12px;
	float: left;
}

.contact_address
{
	overflow: hidden;
}

[id*="mapplaceholder"]
{
	margin: 20px 0px;
	border: 7px solid #ddd;
}

#contact-form
{
	margin-bottom: 40px !important;
}

#contact_map > div
{
	height: 100%;
}

/**************************************************************************************/
/*   Sidebars
/**************************************************************************************/
/**************************************************************************************/

.aside
{
	margin-bottom: 30px;
	overflow: hidden;
	padding: 25px 30px 20px;
	margin-left: 20px;
	background-color: #F2F2F2;
	box-shadow: 0 0px 2px 0px #CCCCCC inset	
}

aside .moduletable
{
	margin-bottom: 30px;
	overflow: hidden;
}

.aside .module_title
{
	color: #929292
}

#aside-row-1-left .moduletable
{
	padding: 25px 30px 20px;
	margin-right: 20px;
	box-shadow: 0 0px 2px 0px #FFF inset;
	border: 1px solid #cccccc;
}

#aside-row-1-left .nav
{
	margin-bottom: 10px;	
}

#aside-row-1-left .moduletable ul.menu li a,
#aside-row-2-left .moduletable ul.menu li a,
#aside-row-1-right .moduletable ul.menu li a,
#aside-row-2-right .moduletable ul.menu li a
{
	width: 92%;
	border-bottom: 1px solid #ccc;
	color: #333;
	line-height: 28px;
	padding-left: 20px;
	
}

#aside-row-1-left .moduletable ul.menu li a:hover,
#aside-row-2-left .moduletable ul.menu li a:hover,
#aside-row-1-right .moduletable ul.menu li a:hover,
#aside-row-2-right .moduletable ul.menu li a:hover
{
	background-color: #000;
	color: #fff;
}



#aside-row-2-left .moduletable
{
	margin-right: 20px;
}

#aside-row-1-right .moduletable
{
	margin-left: 20px;
}

#aside-row-2-right .moduletable
{
	padding: 25px 30px 20px;
	margin-left: 20px;
	box-shadow: 0 0px 2px 0px #FFF inset;
	border: 1px solid #cccccc;
	background-image: url(../images/bg.png);	
}

.mod-newsflash .item
{
	margin-bottom: 23px;
	padding-bottom: 14px;
	border-bottom: none;	
}

.mod-newsflash .item:last-child
{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mod-newsflash__history .item_published
{
	text-transform: none;
	font-size: 14px;
	display: inline-block;
	padding-top: 2px;
}

.mod-newsflash h2
{
	float: left;
	overflow: hidden;
	margin: 0px 25px 10px 0px;
	padding: 0px;
}

.mod-newsflash h3
{
	line-height: 24px;
}

aside .mod-search input.inputbox
{
	margin: 0px;
	width: 203px;
}

aside .mod-search button.btn.btn-search
{
	margin-top: -1px;
	padding: 5px 10px 4px;
}

.mod-search__aside .mod-search_searchword
{
	width: 100%;
}

aside .mod-login input
{
	margin-bottom: 10px;
}

.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd
{
	width: 100%;
}

.mod-login_submit
{
	margin: 15px 0px 15px;
}

aside .mod-login input.mod-login_username,
aside .mod-login input.mod-login_passwd
{
	width: 100%;
}

#aside-row-2-left .btn.btn_info.readmore,
#aside-row-2-right .btn.btn_info.readmore
{
	float: right;
	margin-top: 10px;
}

#aside-right .moduletable ul.nav li,
#aside-left .moduletable ul.nav li
{
	padding-left: 2px;
	font-size: 12px;
	font-weight: 200;
	line-height: 16px;
	margin-bottom: 0;
	padding-bottom: 10px;
	letter-spacing: 0px;
	list-style-image: url(../images/li.style.grey.png);
	text-transform: uppercase;
}

#aside-right .moduletable ul.nav li:hover,
#aside-left .moduletable ul.nav li:hover
{
	list-style-image: url(../images/li.style.grey.png);
}

#aside-right .moduletable ul.nav li a,
#aside-left .moduletable ul.nav li a
{
	display: inline-block;
}

#aside-right .moduletable ul.nav ul li,
#aside-left .moduletable ul.nav ul li
{
	padding-left: 20px;
}

aside .moduletable ul.nav ul
{
	margin-top: 15px;
}

aside .moduletable ul.nav ul li:last-child
{
	padding-bottom: 0px;
}


/**************************************************************************************/
/*   testimonials sckroller															  */


.as-carousel
{
	min-height: 150px;
}

#shmsckrollnews
{
	margin:0;
	padding: 0px 70px;
}

#shmsckrollnews .carousel-caption
{
	background: transparent;
	padding: 20px 20px 0;
}

#shmsckrollnews blockquote
{
}

#shmsckrollnews blockquote p
{
}

.carousel-control
{
	margin-top: -30px;
}


/**************************************************************************************/ 
/*       News Show Pro GK4
/*
/**************************************************************************************/

.container .nspArts
{
	padding: 0px;
	width: auto !important;
}

.container .nspArts a
{
	color: #999;
}

.container .nspArts a:hover
{
	color: #fff;
}

.container .nspTopInterface
{
	margin: 25px;
    position: absolute;
    right: 0;
    top: 0px;
}

.nspCounter
{
	color: #fff;
}


.container .nspPagination li
{
	border:1px solid #ccc;
	border-radius: 50%;
}

.review
{
	position: relative;
}

.review p
{
	padding-bottom: 0px;
}

.review p.nspText
{
	padding-bottom: 0px;
}

.review h4.nspHeader
{
	background: url("../images/rewiew_bottom_line.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	width: 100%;
	padding: 30px 0 0;
	color: #fff;
}

.nspArt img.nspImage
{
	border: 5px solid #ddd !important;
	padding: 1px;
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#bbb)) !important; /* Saf4+, Chrome */
	background-image:  -webkit-linear-gradient(top, #eee, #bbb) !important; /* Chrome 10+, Saf5.1+ */
	background-image:  -moz-linear-gradient(top, #eee, #bbb) !important; /* FF3.6+ */
	background-image:  -ms-linear-gradient(top, #eee, #bbb) !important; /* IE10 */
	background-image: -o-linear-gradient(top, #eee, #bbb) !important; /* Opera 11.10+ */
	background-image:  linear-gradient(top, #eee, #bbb) !important; /* W3C */
}


/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/

#footer
{
	color: #fff;
	background-position: left top;
	overflow: hidden;
	padding: 0px 0 0;
}

#footer-row
{
	background-position: left top;
	
	
}

#footer-row .container
{
	padding: 30px 0px;
	
	background-position: left bottom;
	background-repeat: no-repeat;
}


#footer-row h1,
#footer-row h2
{
	border-bottom: none;
	margin: 5px 0px 30px 0px;
	color: #fff;
}

#footer-row h3
{
	border-bottom: none;
	padding-bottom: 30px;
	color: #fff;
	font-weight: normal;
	font-size: 25px;
	text-align: left;
}

#footer-row h4,
#footer-row h5
{
	color: #ffffff;	
}

#footer-row .module_title
{
	text-align: left;	
}

#footer-row h1.social
{
	font-size: 18px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 2px;
	letter-spacing: 0px;
}

#footer-row .mod-newsflash .item
{
	margin-bottom: 8px;
}

#footer-row .footer-row-1
{
	overflow: hidden;
}

#footer-row .footer-row-2 .moduletable-wrapper
{
	overflow: hidden;
	clear: both;
	padding: 30px 0px 0px;
	margin-top: 20px;
	border-top: 1px solid #999;
}

#footer-row .footer-row-separator
{
	clear: both;
	margin: 25px 0px 30px 20px;
}

#footer-row .button
{
	background-color: #990000;
}

#footer-row .button:hover
{
	color: #000;
}

#footer-row a
{
	color: #fff;
}

#footer-row a:hover
{
	color: #990000;
}

#footer-row ul li
{
	list-style-position: inside;
	line-height: 21px;
}


#footer-row ul li
{
	list-style-image:  url('../images/styles/default/li.style.white.png');	
}

#footer-row ul li a
{
	display: inline;
	color: #ffffff;
}

#footer-row ul li a:hover
{
	color: #990000;
}




#footer-row .contactus [class^="icon-"], 
#footer-row .contactus [class*=" icon-"]
{
	width: auto;	
}

#footer-row .contactus h4
{
	margin: 1px 0px 5px;
	font-weight: normal;	
}

#footer-row .moduletable.social ul li
{
	display: inline;
	font-weight: bold;
	line-height: 29px !important;
	list-style: none !important;
	text-align: left;
}

#footer-row .moduletable.social li a
{
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 30px;
	height: 60px;
	line-height: 2;
	margin-left: 20px;
	text-align: center;
	width: 60px;
	transition: background 0.5s ease 0.1s;	
}

#footer-row .moduletable.social li a:hover 
{
	color: #FFFFFF;
	background-color: #990000 !important;
	transition: background 0.5s ease 0.1s;	
}

#footer-row .moduletable.social .nav
{
	margin: 0px;
	padding: 0px;	
}

#footer-row div.sigplus-gallery ul > li > img,
#footer-row div.sigplus-gallery ul > li > a > img
{
	margin: 6px !important;
	border-radius: 0px;
}

#footer-row .noborder div.sigplus-gallery ul > li > img,
#footer-row .noborder div.sigplus-gallery ul > li > a > img
{
	margin: 1px 5px !important;
}

#copyright-row
{
}

#copyright-row .container
{
	position: relative;
	padding: 35px 0px 40px;
}

#copyright-row .mod-custom
{
	float: left;
}

#trademark
{
	text-align: center;
	text-transform: uppercase;
}

#copyright-menu li
{
	border-right: 1px solid #ffffff
}

#copyright-menu li a:hover
{
	color: #990000;
}

#copyright-menu li a,
#copyright-menu li.current a,
#copyright-menu li.active a
{
	color: #ffffff;
}

#copyright-menu
{
	float: right;
}

#copyright-menu li
{
	display: inline-block;
	line-height: 11px;
	padding-right: 12px;
	margin-right: 12px;
	background: none;
}

#copyright-menu .nav,
#copyright-menu li.lastItem
{
	padding: 0;
	margin: 0;
	border: none;
}

#copyright-menu li a
{
	text-transform: uppercase;
	line-height: 11px;
	background: none !important;
}

#copyright-menu li a:hover
{
}

#copyright-menu li.current a,
#copyright-menu li.active a
{
}

#copyright-menu li ul
{
	display: none;
}

.footer-map
{
	border-top: 9px solid #990000;
}





.pg-cv-box.item.pg-grid-sizer {
    padding: 0;
    box-shadow: none;
    width: calc(20% - 10px);
    overflow: hidden !important;
}

.pg-box2 {
    padding-top: 0 !important;

}

.pg-box3 {
    height: 100%;

}

img.pg-image.img.img-responsive.c-Image.c-Image--shaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    overflow: hidden !important;
}
.pg-cv-box.item.pg-grid-sizer {
    max-height: 143px;
}
#phocagallery a img {
    width: auto;
    height: auto;
}
.pg-cv-box.item.pg-grid-sizer:hover {
    background: none !important;
}
.mfp-bottom-bar {
    display: none;
}
.pagination.pagination-centered {
    display: none;
}
.pg-box2 {
    display: flex !important;
}

/* Header Slider */
#logo a img {
	max-width: 93%;
}
.col8-col {
    width: 750px;
}
.m-slider.col8-col {
    position: relative;
    float: right;
}

/* hide first menu HOME */
.item-436, .item-116, .item-1078, .item-1079, .item-1080, .item-1083, li.item-1084 {
	display: none;
}
.navigation #as-menu ul.as-menu ul li a {
	text-transform: none;
}
#as-menu ul.as-menu > li.deeper > a:after {
	display: none!important ;
}
#as-menu ul.as-menu > li {
	background: none!important;
}
.navigation #as-menu ul.as-menu > li > a {
	padding: 15px 20px!important;
}
/*** Academy ***/

.moduletable.navigation.span8 {
	display: flex;
	justify-content: flex-start;
}
label#password-lbl,label#username-lbl {
    margin-left: 20px;
}
.itemid-1031 #component .page-login fieldset div:nth-child(2),
.itemid-102 #component .page-login fieldset div:nth-child(2) {
	position: relative;
}
.itemid-1031 #component .page-login fieldset div:nth-child(2):before,
.itemid-102 #component .page-login fieldset div:nth-child(2):before {
	content: "\61";
	font-size: 12px;
	font-family: 'icomoon-custom';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
/* .itemid-1031 #component .page-login fieldset div:nth-child(4):before,
.itemid-102 #component .page-login fieldset div:nth-child(4):before {
	content: "\f06e";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	cursor: pointer;
} */
.itemid-1031 #component .page-login input#modlgn-passwd,
.itemid-102 #component .page-login input#modlgn-passwd {
    min-width: 218px;
    max-width: 218px;
}
span.icon-lock.hasTooltip {
    cursor: pointer;
}
.icon-lock:before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
}

.icon-lock__close:before {
	content: "\f070";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.itemid-1038 #component .item-list li:nth-child(2),
.itemid-1031 #component .item-list li:nth-child(2),
.itemid-102 #component .item-list li:nth-child(2) {
	display: none; 
}
.m-info_alert {
    border-top: 1px solid;
    padding-top: 30px;
}
.m-info_alert .col-lg-6 {
    display: flex;
    justify-content: center;
}
.itemid-1031 #content-row-4 .container, .itemid-1038 #content-row-4 .container,
.itemid-1038 #content-row-4 .container {
    background-color: transparent;
    min-height: 0px;
    color: #ffffff;
}
.moduletable.m-login__form li.firstItem {
    display: none;
}
.view-registration .alert h4.alert-heading {
    float: unset;
    margin-right: 0;
    padding: 0;
}
a.m-btn {
    color: #fff;
    background-color: #BDBDBD;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}
ul.m-info--message {
    list-style: none;
    padding: 0;
    margin: 0 20px 20px;
}
ul.m-info--message li {
	line-height: 1.2;
}
.view-registration .alert {
	margin-bottom: 0;
}
.view-registration #system-message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background: 
    #fff;
    z-index: 999;
	max-width: 660px;
	box-shadow: 2px 1px 6px rgba(0,0,0,0.4);
}
.com_users.view-reset.task-.itemid-1031 .moduletable.m-hint,
.com_users.view-login.task-.itemid-1031 .moduletable.m-hint,
.com_users.view-remind.task-.itemid-1031 .moduletable.m-hint,
.com_users.view-reset.task-.itemid-102 .moduletable.m-hint,
.com_users.view-login.task-.itemid-102 .moduletable.m-hint,
.com_users.view-remind.task-.itemid-102 .moduletable.m-hint,
.m-remove .moduletable.m-hint {
	display: none;
}
textarea#jform_profile_aboutme {
    height: 40px!important;
}
label#jform_profile_aboutme-lbl {
   max-width: 370px;
}
.registration .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.registration label {
    display: inline-block;
    margin-right: 20px;
}
.page-profile__edit.page-profile__edit__ .form-vertical .controls {
	margin-bottom: 20px;
}
.registration .form-horizontal .controls, .page-profile__edit.page-profile__edit__ .form-horizontal .controls {
	margin: 6px 0 0 0;
}
.registration {
    width: 100%;
    overflow: hidden;
}
.registration fieldset {
    width: 50%;
    float: left;
}
.page-profile__edit.page-profile__edit__ legend,
.registration legend {
    color: #f09618;
    font-weight: 700;
}
.m-login__form form .userdata ul li:nth-child(2) {
    display: none;
}
table.table tr {
    border: 1px solid #ccc;
}
table.table thead tr td, .com_kunena.view-user.task-.itemid-1022.body__ .btn.btn-default {
    color: #fff;
}
.input-append button.btn.btn-default {
    padding: 9px 12px!important;
}
body.com_kunena.view-category.task-.itemid-1016.body__ .layout .kfrontend:last-of-type, .layout#kunena + div  {
	display: none!important;
}
.layout#kunena + div {
    display: none!important;
}

#kunena.layout .kwho-admin, #kunena.layout .kwho-globalmod, #kunena.layout .kwho-globalmoderator {
	color: #5388B4;
}
#kunena.layout .table th, #kunena.layout .table td, table.table thead {
	background-color: #fff;
}
.com_kunena button i, span.heading.btn.btn-small i {
	margin-right: 5px;
}
.com_kunena .btn, .mod-newsflash a.readmore {
    padding: 5px 25px!important;
    background: #08c;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background: #08c;
}
button.btn.btn-default:hover {
    color: #3c3c3c;
}
.com_kunena div#kunena .navbar, .com_kunena .alert.alert-info.hidden-phone, .com_kunena h4.alert-heading {
    display: none;
}
#kunena ul.dropdown-menu a.btn {
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
#kunena ul.dropdown-menu li:last-of-type a.btn {
    border-bottom: none;
}
#kunena.layout .table thead td {
    background-color: #f09618;
}
#kunena.layout #kchecktask {
    margin: 0 0px 0 5px;
}
form#ktopicsform tfoot div .btn {
    color: #fff;
    padding: 5px 10px!important;
    margin-left: 10px;
}
button#kshow_attach_form, form#postform .center .btn, .modal-footer .btn, 
#kunena.layout .table thead td div, button.btn.btn-default i, span.heading.btn.btn-small, .btn-toolbar.pull-right .btn-group .btn.btn-small, .btn.btn-small.pull-right, div#search .center .btn {
    color: #fff;
}
.last-post-message {
    color: #999999;
    font-size: 14px;
}
td.span3 .span12, .com_kunena .span12 .lastpostlink, td.span2.hidden-phone div, a.kwho-admin.hasTooltip {
    font-size: 14px;
} 
.kunena-topic-item h1 i {
	font-size: 22px;
}
.kunena-topic-item h1 {
    color: #f09618;
}
.com_kunena .alert-info, .kunena-topic-item h1 {
    color: #f09618;
    background-color: transparent;
}
td.span8 {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
a.kwho-user.hasTooltip, #kunena.layout .mykmsg-header, li .kwho-user  {
    font-size: 14px;
    line-height: 1;
}
span.icon.icon-user.user-circle.user-default.status-green, .klogout {
    display: none!important;
}
.moduletable ul.m-nav__sub li {
    list-style-image: none;
}
.moduletable ul.m-nav__sub li a {
	font-weight: 500;
	padding: 15px 30px;
	position: relative;
}
.moduletable ul.m-nav__sub li a:after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 1px solid currentColor;
    height: 30px;
    top: 8px;
}
.moduletable ul.m-nav__sub li.lastItem:last-of-type a:after {
    right: 0;
    border-right: none;
    height: 30px;
} 
#kunena.layout #nav-menu {
    width: 320px;
    background: #eee;
    border: 1px solid #fff;
}
li.item-1028.lastItem a:after, li.item-1037.lastItem a:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(https://gesund-im-licht.at/images/icon/logout.png);
    z-index: 99999999;
    background-size: contain;
    background-repeat: no-repeat;
}
li.item-1028.lastItem a, li.item-1037.lastItem a:after {
	position: relative;
	transition: opacity .7s ease;
}

li.item-1028.lastItem a:hover, li.item-1037.lastItem a:hover {
    opacity: 0.7;
    transition: opacity .7s ease;
}
li.item-1028.lastItem a, li.item-1037.lastItem a {
    overflow: hidden;
    text-indent: -9999px;
}
.nav-pills>.active>a, .nav-pills>.active>a:focus {
	background-color: transparent!important;
	color: #f09618!important;
}
tr.category td:first-of-type i {
	font-size: 24px;
}
input#modlgn-username,input#modlgn-passwd {
    width: auto;
}

#content-row-4 .mod-custom.mod-custom__m-hint {
	border-radius: 0px;
	padding: 0px 25px 30px 45px;
	margin: 0px 0px 0px 0px;
}
#content-row-4 .m-hint .module_title {
	margin: 30px 25px 10px 35px;
    text-indent: 10px;
}

@media(max-width:1024px) {
	.mod-custom__mit-home-icons ul li a {
		font-size: 1rem;
	}
	.mod-custom__mit-home-icons ul li img {
		width: 2.4rem;
  		margin-right: 1rem;
	}
	.col8-col {
		width: 620px;
	}
	.m-slider.col8-col {
		float: left;
	}
	.itemid-436 div#content-row-3, .itemid-116 div#content-row-3 {
		width: 100%;
	}
	.slides_control {
		width: auto!important;
	}
	
		

	  
	 
}
.mod-custom__mit_header h1 {
	margin-top: -35px;
	margin-bottom: 30px;
}

@media (max-width:991px) {
	.menutopxs .mit_partner, 
	.menutopxs .mit_vertriebspartner,
	.menutopxs .mit_kundenbereich {
		display:none;
	}
}

@media(max-width:768px) {


	.mit-home-icons .moduletable-wrapper .mod-custom__mit-home-icons {
		grid-template-columns: 1fr;
	}
	.mit_iconbox {
		display: none;
		padding-bottom: 0!important;
	}
	.mod-custom__mit-home-icons {
		padding-bottom: 80px!important;
	}
	.mod-custom__mit_header {
		padding-top: 150px!important;
	}
	.mod-custom__mit_header {
		height: auto;
		padding-bottom: 70px!important;
	}
	.mod-custom__mit_header h1 {
		margin-bottom: 0!important;
	}
    .pg-cv-box.item.pg-grid-sizer {
      padding: 0;
      box-shadow: none;
      width: calc(50% - 10px);
      overflow: hidden !important;
    }
    .pg-cv-box-img {
        height: 400px !important;
        width: calc(100% + 16px) !important;
    }
    #phocagallery a img {
        width: 100%;
        height: 100%;
    }
    .pg-cv-box.item.pg-grid-sizer {
        max-height: 200px;
    }
    .pg-cv-box.item:nth-of-type(1) a img {
        width: 31% !important;
        height: auto !important;
        justify-content: center;
        align-items: center;
    }
  	.pg-box2 {
        display: block !important;
    }
  .cr_body.cr_page.cr_font.formbox {
      width: 100%;
  }
}
@media(max-width: 767px) {
	.m-info_alert div a {
		margin: 10px 0;
	}
	.item_fulltext .col-sm-6 {
		margin: 40px 0;
	}
	.col8-col {
		padding: 20px 12px 20px 12px;
	}
	#logo a img {
		max-width: 50%;
	}
	#content-row-4 .m-hint .module_title {
		margin: 30px 25px 10px 16px;
		text-indent: 9px;
	}
	#content-row-4 .mod-custom.mod-custom__m-hint {
		border-radius: 0px;
		padding: 0px 25px 20px 25px;
		margin: 0px 0px 0px 0px;
	}
}
@media(max-width:567px) {
      .pg-cv-box.item.pg-grid-sizer {
        max-height: 150px;
	}
	.moduletable ul.m-nav__sub li {
		font-size: 17px
	}
	.moduletable ul.m-nav__sub li a {
		padding: 15px 10px;
		line-height: 25px;
	}
	li.item-1028.lastItem {
		width: 50px;
	}
}
@media(max-width:320px) {


	#rev_slider_1_1_wrapper,#rev_slider_1_1 {
		max-height: 200px!important;
		height: 200px!important;
	}
}
.pg-csv-box {
    padding: 0;
    margin: 0;
    box-shadow: none;
    height: auto;
    width: auto;
  background-color: transparent !important;
}
.pg-csv-box-img.pg-box1 {
    height: auto;
}
.com_phocagallery #breadcrumbs-row .breadcrumbs a {
    color: #f09618 !important;
}



/* ithelps  */
/* ######## */



header {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

header #logo {
	width: 30% !important;
	position: relative;
}

header #logo a {
	display: block;
	position: relative;
	z-index: 10;
}

header .mit-header_right {
	width: 70% !important;
	position: relative;
	z-index: 15;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 15px;
}

header #logo img {
	max-width: 310px;
	height: auto;
	margin-top: 15px;
}

header #logo:before {
	content: " ";
	position: absolute;
	top: -200%;
	left: -150%;
	border-radius: 50%;
	width: 350%;
	height: 400%;
	background: transparent radial-gradient(closest-side at 50% 50%, #EF9415 0%, #F8C996 100%) 0% 0% no-repeat padding-box;
	opacity: 0.85;
	filter: blur(50px);
	z-index: 5;
	display:none;
}


.mod-custom__mit_header{
	position: relative;
	z-index: 4;
	margin-top: -150px;
	padding-top: 370px;
	background-size: 70% auto;
	background-position: right top;
	background-repeat: no-repeat;
	height: 700px;
}

.mit-header_right .search {
	width: 62%;
}

.mit-header_right .moduletable.span6 {
	width: 8%;
	padding-top: 10px;
}

.mit-header_right .mit_kundenbereich,
.mit-header_right .mit_vertriebspartner
{
	/*width: 20%;*/
}

.mit-header_right .mit_partner {
	width:30%;
}

.mit-header_right .navigation {
	width: 100%;
	margin-top: 45px;
}

.mit-header_right .search .searchsearch {
	background: #fff;
	border-radius: 25px;
	width: 215px;
	float: right;
	padding: 5px 10px 8px 20px;
}

.mit-header_right .search .searchsearch form {
	margin-bottom: 0 !important;
}

.mit-header_right .search .searchsearch input.search-query, #header-row .moduletable.search input {
	background: #fff !important;
	border: 0px !important;
	color: #B7B7B7 !important;
	font-size: 15px !important;
	box-shadow: none !important;
	padding: 0px !important;
	max-width: 80% !important;
}

.mit-header_right .search .searchsearch input.button {
	width: 20px;
	height: 20px;
}

.mit-header_right .mit_kundenbereich .nav,
.mit-header_right .mit_vertriebspartner .nav {
	list-style: none !important;
}

.mit-header_right .mit_kundenbereich .nav li,
.mit-header_right .mit_vertriebspartner .nav li {
	list-style: none !important;
	position: relative;
}

.mit-header_right .mit_kundenbereich .nav>li>a,
.mit-header_right .mit_vertriebspartner .nav>li>a {
	display: block;
	color: #0A0601;
	font-size: 15px;
	text-decoration: none;
}

.mit-header_right .mit_partner a {
	display: block;
	color: #0A0601;
	font-size: 15px;
	text-decoration: none;
}

.mit-header_right .mit_kundenbereich .nav>li>a:before,
.mit-header_right .mit_vertriebspartner .nav>li>a:before {
	content: " ";
	display: inline-block;
	width: 22px;
	height: 17px;
	background: url(../images/icon-user.svg) no-repeat center;
	background-size: contain;
	margin-right: 5px;
	display:none;
}

.mit-header_right .mit_kundenbereich .nav>li>a:after,
.mit-header_right .mit_vertriebspartner .nav>li>a:after {
	content: ">";
	margin-left: 5px;
	transform: rotate(90deg);
	display: inline-block;
	font-size: 18px;
}

.mit-header_right .mit_kundenbereich .nav li .small a,
.mit-header_right .mit_vertriebspartner .nav li .small a {
	color: #0A0601;
	font-size: 15px;
	text-decoration: none;
}

.mit-header_right .mit_kundenbereich .nav>li,
.mit-header_right .mit_vertriebspartner .nav>li {
	padding-bottom: 10px;
}

.mit-header_right .mit_kundenbereich .nav li .small,
.mit-header_right .mit_vertriebspartner .nav li .small {
	opacity: 0;
	overflow: hidden;
	transition: all 0.8s;
	position: absolute;
	top: 30px;
	left: 0px;
	background: rgba(255,255,255);
	border-radius: 20px;
	 padding: 10px 15px;
	 width: 280px;
	 z-index:100;

}

.mit-header_right .mit_kundenbereich .nav li .small, 
.mit-header_right .mit_vertriebspartner .nav li .small,
#as-menu ul.as-menu > li.deeper ul {
    box-shadow: 1px 1px 6px #E4E5E7;
}

.mit-header_right .mit_kundenbereich .nav li:hover>.small,
.mit-header_right .mit_vertriebspartner .nav li:hover>.small {
	opacity: 1;
}

.mit-header_right .mit_kundenbereich .moduletable-wrapper,
.mit-header_right .mit_vertriebspartner .moduletable-wrapper{
	/*width: 185px;*/
	float: right;
	padding-top: 10px;
}

.mit-header_right .mit_partner .moduletable-wrapper {
	padding-top:12px;
	float:right;
}


.mit-header_right .moduletable.span6 .mod-languages img {
	box-shadow: 0px 0px 2px #000;
}

.mit-header_right .moduletable.span6 .mod-languages ul {
	text-align: right;
}


.mod-custom__mit_header h1 {
	font-size: 65px;
	font-weight: 500;
	color: #0A0601;
	line-height: 80px;
	margin-bottom: 80px;
}

#as-menu {
	margin-top: 0px;
}

#as-menu ul.as-menu {
	text-align: right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}

#as-menu ul.as-menu > li.deeper {
	margin: 0px 0px 0px 20px !important;
	float: none;
}

#as-menu ul.as-menu > li + li {
	padding-left: 20px !important;
}

#as-menu ul.as-menu > li.deeper > a {
	font-family: 'Poppins', sans-serif !important;
	color: #0A0601 !important;
	font-size: 19px !important;
	text-decoration: none !important;
	font-weight: normal !important;
	display: block !important;
	padding: 0px 0px 10px 0px !important;
	line-height: normal !important;
	height: auto !important;
}

.navigation #as-menu ul.as-menu > li > a {
	font-family: 'Poppins', sans-serif !important;
	color: #0A0601 !important;
	font-size: 19px !important;
	text-decoration: none !important;
	font-weight: normal !important;
	display: block !important;
	padding: 0px 0px 10px 0px !important;
	line-height: normal !important;
	height: auto !important;
}

#as-menu ul.as-menu > li.deeper > a:after {
	content: ">" !important;
	margin-left: 5px !important;
	transform: rotate(90deg) !important;
	display: inline-block !important;
	font-size: 18px !important;
	background: none !important;
	top: unset !important;
	left: unset !important;
	width: unset !important;
	height: unset !important;
}

#as-menu ul.as-menu > li.deeper > a:hover {
	background: none !important;
}

#as-menu ul.as-menu > li.deeper > li:hover {
	background: none !important;
}


#as-menu ul.as-menu > li.deeper ul {
	background: rgba(255,255,255,0.95) !important;
	border-radius: 20px !important;
}

#as-menu ul.as-menu > li.deeper ul li {
	margin-bottom: 9px !important;
	padding-left: 15px;
	padding-right: 15px;
}

#as-menu ul.as-menu > li.deeper ul a {
	font-family: 'Poppins', sans-serif !important;
	color: #0A0601 !important;
	font-size: 17px !important;
	font-weight: normal !important;
	padding-left: 0px !important;
}



.footer-row-1 {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.footer-row-1 .moduletable {
	width: 20% !important;
	color: #0A0601;
}

.footer-row-1 .moduletable:first-of-type {
	width: 29% !important;
}



.mod-custom__mit_follow img {
	margin-right: 23px;

}

#footer-row ul li {
	list-style: none !important;
}

.mod-custom__mit-trust img {
	max-width: 126px;
	height: auto;
}

.mod-custom__contactus img {
	max-width: 30px;
	height: auto;
	margin-top: 5px;
}

#footer {
	position: relative;
	margin-top: 150px;
	z-index: 5;
}

.mit-container-fluid, div#footer-row {
    background-color: var(--gray);
}

#footer:after {
	content: " ";
	position: absolute;
	bottom: -300px;
	left: -500px;
	border-radius: 50%;
	width: 1100px;
	height: 900px;
	background: transparent url('../images/Ellipse-13.png') 0% 0% no-repeat padding-box;
	opacity: 1;
	filter: blur(50px);
	z-index: 5;
	display:none;
}

.mit-cta-bottom h3 {
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	color: #0A0601;
}

.mit-cta-bottom {
	position: relative;
	z-index: 5;
}


.mod-custom__mit-cta-bottom h3 a {
	color: #0A0601;
}

.mod-custom__mit-cta-bottom .mit_centerthis {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding-top: 50px;
	
}

.mod-custom__mit-cta-bottom .mit_centerthis  a {
	color: #0A0601;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 20px 40px 20px 20px;
	margin: 0px 10px;
	/* background: url(../images/link-shine.svg) no-repeat right center; */
	background-size: contain;
	font-size: 25px;
	transition: all 0.5s;
}

.mod-custom__mit-cta-bottom a:hover {
	color: #f3ab4d;
}


#footer:after {
	content: " ";
	position: absolute;
	bottom: -300px;
	left: -500px;
	border-radius: 50%;
	width: 1100px;
	height: 900px;
	background: transparent url('../images/Ellipse-13.png') 0% 0% no-repeat padding-box;
	opacity: 1;
	filter: blur(50px);
	z-index: 5;
}

#content-row-4 {
	position: relative;
	margin-top: 0px;
}

#content-row-4:after {
	content: " ";
	position: absolute;
	bottom: -300px;
	right: -500px;
	border-radius: 50%;
	width: 1100px;
	height: 900px;
	background: transparent radial-gradient(closest-side at 50% 50%, #EF9415 0%, #F8C996 100%) 0% 0% no-repeat padding-box;
	opacity: 0.45;
	filter: blur(50px);
	z-index: 4;
	display:none;
}

.mod-custom__mit-home-text {
	padding-left: 20px;
	min-width: 800px;
	padding-right: 400px;
}

.mod-custom__mit-home-text h2 {
	font-size: 45px;
	line-height: 55px;
	font-weight: normal;
	color: #0A0601;
}

#content-row-2 {
	position: relative;
	z-index: 6;
}

#content-row-2 .content-row-2 {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}


.mit_news {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: 40px;
}

.mit_news .slide {
	width: 80% !important;
	margin: auto;
}

.mit_news .slide .bt-row {
	padding: 10px;
}

.mit_news .slide .bt-row .bt-inner {
	background: #fff;
	min-height: 530px !important;
}

.mit_news .bt-cs .bt-inner {
	padding: 0px;
}

.mit_news .bt-cs .bt-inner .bt-title, 
.mit_news .bt-cs .bt-inner .bt-introtext,
.mit_news .bt-cs .bt-inner .readmore {
	padding-left: 15px;
	padding-right: 15px;
}

.mit_news .bt-cs .bt-inner .bt-title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #0A0601;
	font-weight: bold;
	text-transform: none;
	display: inline-block;
	line-height: normal;
	height: auto !important;
}

.mit_news .bt-cs .bt-inner .bt-introtext {
	color: #0A0601;
	display: block;
	line-height: normal;
	height: auto !important;
}

.mit_news .bt-cs .bt-inner img {
	margin: 0;
}

.mit_news .bt-cs .bt-inner .readmore a {
	color: #0A0601;
	display: block;
	margin-top: 15px;
	text-decoration: underline;
}

#btcontentslider353 .bt_handles {
	bottom: -30px !important;
	top: unset !important;
	right: 0px !important;
	left: 0px !important;
	margin: 0 auto !important;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.mit_news .bt_handles li {
	float: none;
}

.bt_handles li a {
	background-image: none !important;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.bt_handles li.current a {
	background: #0A0601;
}

.mit_news .bt-cs a.prev:before {
	content: "<";
	font-size: 30px;
	line-height: 40px;
	color: #0A0601;
	text-indent: 0;
	position: absolute;
	left: 10px;
}

.mit_news .bt-cs a.next:before {
	content: ">";
	font-size: 30px;
	line-height: 40px;
	color: #0A0601;
	text-indent: 0;
	position: absolute;
	left: 13px;
}

.mit_news .bt-cs a.prev {
	top: -50px !important;
	right: 60px !important;
	left: unset !important;
	height: 40px;
	width: 40px;
	display: block !important;
	background: #FFFFFF59 0% 0% no-repeat padding-box !important;
	
}

.mit_news .bt-cs a.next {
	top: -50px !important;
	right: 10px !important;
	height: 40px;
	width: 40px;
	display: block !important;
	background: #FFFFFF59 0% 0% no-repeat padding-box !important;
}

.bt-cs .bt_handles li {
	margin: 0 3px !important;
}

.mod-custom__mit-home-icons {
	position: relative;
	z-index: 4;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
}

.mit-home-icons .moduletable-wrapper .mod-custom__mit-home-icons {
	/*display: grid;
	grid-template-columns: 1fr 1fr;*/
	padding-block: 50px;
}

.mit-leistungen-img {
	max-width: 100%;
}

.mod-custom__mit-home-icons ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	max-width: 100% !important;
	margin: 0 auto;
	justify-content: flex-start;
}

.mod-custom__mit-home-icons ul li {
	list-style: none;
	width: 40%;
	text-align: center;
	margin: 20px 15px;
	list-style-image: unset !important;
	display: flex;
	align-items: center;
	text-align: left;
}

.mod-custom__mit-home-icons ul li a {
	color: #0A0601;
	font-weight: normal;
	font-size: 25px;
	text-decoration: underline;
}

.mod-custom__mit-home-icons ul li img {
	margin-bottom: 15px;
	width: 50px;
	margin-right: 25px;
}

.mit_news {
	position: relative;
}

.mit_news h3 {
	padding-left: 10px;
	font-weight: normal;
	font-size: 33px;
	color: #0A0601;
}

.mit_news:after {
	content: " ";
	position: absolute;
	top: -100px;
	right: -800px;
	border-radius: 50%;
	width: 1500px;
	height: 1200px;
	background: transparent url('../images/Ellipse-13.png') 0% 0% no-repeat padding-box;
	opacity: 1;
	filter: blur(50px);
	z-index: 1;	
}

.mit_news .moduletable-wrapper {
	z-index: 2;
	position: relative;
}

#component, #breadcrumbs-row {
	position: relative;
	z-index: 12;
}

#component {
	margin-bottom: 100px;
}

.moduletable.about {
	text-align: center;
	color: #0A0601;
	border-top: 0px !important;
	max-width: 1400px;
	padding: 15px;
	margin: 0 auto;
	float: none;
}

.moduletable.about a {
	color: #0A0601 !important;
}

.moduletable.about span {
	color: #0A0601 !important;
}

.mit_nlsubscribe {
	padding: 40px 15px;
	text-align: center;
}

.mit_nlsubscribe h3 {
	text-align: center;
	color: #0A0601;
	font-family: 'Poppins', sans-serif !important;
	color: #0A0601 !important;
	font-size: 25px !important;
	font-weight: normal !important;
}

.mit_nlsubscribe form {
	display: flex;
	max-width: 470px;
	margin: 0 auto !important;
}

.mit_nlsubscribe form  .editable_content {
	background: #fff;
	width: 100%;
	display: flex;
	max-width: 470px;
	border-radius: 30px;
	justify-content: space-between;
	flex-direction: row;
}

.mit_nlsubscribe form  .editable_content input {
	background: #fff;
	border: 0px;
	border-radius: 30px;
	padding: 12px 15px 10px 15px;
	box-shadow: 0px !important;
	height: 48px;
	font-size: 14px;
	line-height: 48px;
	width: auto;
}

.mit_nlsubscribe form  .editable_content button {
	border-radius: 30px;
	background: #EF9415;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: normal !important;
	height: 48px;
	padding-left: 25px;
	padding-right: 25px;
}

.mit_nlsubscribe .cr_body {
	width: 100%;
	max-width: 470px;
}

.mit_iconbox img {
	max-width: 100%;
	transition: all 0.5s;
}

.mit_iconbox {
	position: relative;
	float: left;
	padding-bottom: 100px;
	width: 200px;
}

.mit_iconbox .mit_iconbox_text {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 200px;
	font-size: 15px;
	transition: all 0.5s;
	opacity: 0;
}

.mit_iconbox:hover .mit_iconbox_text {
	opacity: 1;
}

.mit_iconbox:hover img {
	transform: scale(1.2);
}

body:not(.itemid-116, .itemid-436) .zindexbox {
  position: relative;
  z-index: 9999;
}

.mit_mobile_header {
	display: none;
}

/* Hamburger Menu Icon - to X */

.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s; }
  
  .c-hamburger:focus {
	outline: 0; }
  
  .c-hamburger span {
	display: block;
	position: absolute;
	top: 22px;
	left: 9px;
	right: 9px;
	height: 4px;
	background: #010101; }
  
  .c-hamburger span::before,
  .c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #010101;
	content: ""; }
  
  .c-hamburger span::before {
	top: -10px; }
  
  .c-hamburger span::after {
	bottom: -10px; }
  
  .c-hamburger--htx {
	background-color: transparent; }
  
  .c-hamburger--htx span {
	transition: background 0s 0.3s; }
  
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s; }
  
  .c-hamburger--htx span::before {
	transition-property: top, transform; }
  
  .c-hamburger--htx span::after {
	transition-property: bottom, transform; }
  
  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active {
	background-color: #fff; }
  
  .c-hamburger--htx.is-active span {
	background: none; }
  
  .c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg); }
  
  .c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg); }
  
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s; }



/* Responsive Menü */

.menutopxsbtn {
	float: right;
	margin-top: 20px;
	margin-right: 40px;
	display: block;
}

.menutopxsbtn {
display: none;
}

.menutopxs {
position: absolute;
top: 120px;
left: -1000px;
width: 100%;
display: none;
padding: 0px 0px;
z-index: 999999999999;
background: #f7c284;
min-height: 90vh;
border-top: 2px solid #fff;
padding: 15px;
box-shadow: 0px 0px 10px #000;
}

.menutopxs ul {
width: 90%;
margin: 0 15px;
padding: 0;
list-style: none;
}

.menutopxs li {
float: none !important;
background:  none !important;
width: 100%;
margin-bottom: 10px;
}

.menutopxs li a, .menutopxs li .nav-header {
padding: 10px !important;
color: #fff;
font-weight: 300;
font-size: 18px;
text-align: center;
transition: color 0.5s;
line-height: 20px;
padding-bottom: 0px;
display: block;
text-align: left;
position: relative;
z-index: 5;
cursor: pointer;
}

.menutopxs li a span {
font-size: 15px;
font-weight: 400;
display: block;
}
.menutopxs li a:hover {
color: #fff!important;
}

.menutopxs .parent .nav-child li:last-child {
border-bottom: 0;
}
.menutopxs li .parentnavimg, .menutopxs li .parentnavclose {
display: block !important;
position: absolute;
left: -15px;
top: 14px;
z-index: 10;
width: 18px;
transform: rotate(-90deg);
}
.menutopxs .parent .nav-child {
}
.menutopxs li .parentnavimg.rotated {
transform: rotate(0deg);
}
li.parent.active>ul.nav-child.unstyled.small {
display: block;
}
.deeper.parent.m-rotate .parentnavimg {
transform: rotate(0deg);
}
img.parentnavimg.m-rotated {
transform: rotate(0deg);
}

.menutopxs h1 {
font-weight: 700;
letter-spacing: -3px;
font-size: 50px;
cursor: pointer;
margin: 0px;
padding: 30px 15px;
text-align: center;
color: #010000;
}

.menutopxs h1 img {
width: 45px;
height: auto,
}

.menutopxs ul.nav-child {
display: none;
}

.menutopxs li.active>ul.nav-child {
display: block;
}


.nav-child li.current.active {
}
.nav-child li.current.active a {
color: #842f36;
}
.nav-child li {
position: relative;
}
/* .nav-child li.current.active a::before {
content: " ";
background: #fff !important;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: -90px;
z-index: -1;
}
.nav-child li.current.active a::after {
content: "";
background: #fff !important;
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: -70px;
z-index: -1;
} */
.menutopxs .nav-child li a:hover {
color: #fff!important;
}
.nav-child li.current.active a:hover {
color: #842f36!important;
}	

.mit_news {
	padding-left: 0px;
    min-width: 800px;
    padding-right: 40px;
}

.mit_sm_link {
	display: block;
	margin-bottom: 5px;
}

.mit_sm_link img {
	margin-right: 5px;
}

#mit_zoomModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	margin: 0;
	transition: opacity 0.6s, transform 0.6s;
}

#mit_zoomModal.show {
	display: block;
	opacity: 1;
  }

.item-1443 {
    display: none!important;
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 75%;
}

.out {
	animation-name: zoom-out;
	animation-duration: 0.6s;
  }


#page img,
.item_fulltext img,
.img-full img
{
	cursor: zoom-in;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

/* The Close Button */
#closeModal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}


.mit_mobilenav {
	display: none;
}

.mit_mobilenav li {
	position: relative;
}

.mit_mobilenav  li {
	list-style: none !important;
	text-align: left;
	border-bottom: 1px solid #fff;
}

.mit_mobilenav  li a {
	text-align: left !important;
	color: #010101;
	position: relative;
	z-index: 5;
}	

.mit_mobilenav  li.active>a {
	font-weight: bold;
}

.mit_mobilenav li .nav-child {
	transition: all 0.5s;
}

.mit_mobilenav li .nav-child a {
	font-size: 16px;
	padding-top: 0px !important;
	padding-bottom: 5px !important;
}

.menutopxs .moduletable.navigation {
	display: none;

}


.mit-icon-plus {
	display: none;
}

.mit_mobilenav .mit-icon-plus {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 35px;
	font-weight: normal;
	display: block;
	color: #010101;
	padding: 5px;
	z-index: 10;
	cursor: pointer;
	transition: all 0.5s;
}

.mit_mobilenav .nav-child .mit-icon-plus {
	font-size: 27px;
	top: -4px;
}

.mit_mobilenav .mit-icon-plus:hover {
	color: #fff;
}

.mit_mobilenav .active>.mit-icon-plus {
	transform: rotate(45deg);
}


.mit_news_mobile {
	display: none !important;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



@media(max-width:1400px) {
	.mod-custom__mit-home-text {
		padding-left: 0px;
	}
	.mit_news .bt-cs .bt-inner img {
		height: 400px;
		object-fit: cover;
		object-position: center;
	}
}


@media(max-width: 1399px) {
	.mit-header_right .search {
		width: 40%;
	}

	#content-row-2 .content-row-2 {
		flex-wrap: wrap;
	}

	.mit_news {
		width: 100%;
		/* max-width: 320px; */
	}
}
@media(max-width:1024px) {
	.mod-custom__mit_header {
		height: 100%;
		margin-top: -110px;
  		padding-top: 190px;
	}

	.mod-custom__mit-home-text {
		padding-right: 20px;
	}
	.mod-custom__mit-home-icons ul li a {
		font-size: 1rem;
	}
	.mod-custom__mit-home-icons ul li img {
		width: 2.4rem;
  		margin-right: 1rem;
	}
}
@media(max-width: 979px) {

	.mit_news_desktop {
		display: none !important;
	}

	.mit_news_mobile {
		display: block !important;
	}

	body, html {
		overflow-x: hidden;
	}

	#header-row .mit-header_right .moduletable{
		display: none !important;
	}
	.mit_mobile_header {
		display: block;
	}

	.menutopxsbtn {
		display: block;
	}

	.menutopxs {
        display: flex;
		transition: all 0.5s;
		flex-wrap: wrap;
		justify-content: flex-start;
		flex-direction: column;
    }

	.menutopxs.open {
		left: 0px;
	}

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

	header .mit-header_right {
		justify-content: flex-end;
	}

	.menutopxs .mit_kundenbereich, .mit-header_right .search,
	.menutopxs .vertriebspartner {
		width: 100%;
	}

	.menutopxs .mit_kundenbereich .moduletable-wrapper,
	.menutopxs .mit_vertriebspartner .moduletable-wrapper,
	.menutopxs .mit_partner .moduletable-wrapper {
		width: 100%;
		float: none;
	}

	.mit-header_right .moduletable.span6 {
		width: 50%;
	}

	.menutopxs .mit_search_icon {
		position: absolute;
        z-index: 999;
        width: 40%;
        text-align: right;
        right: 0;
        padding-right: 40px;
	}

	.mit-header_right .moduletable.span6 .mod-languages ul {
		display: flex;
		justify-content: center;
	}

	.mit-header_right .moduletable.span6 .mod-languages ul li img {
		margin: 0 auto;
	}

	.mit-header_right .moduletable.span6 .mod-languages ul li a {
		text-align: center;
	}

	#as-menu ul.as-menu {
		display:  none !important;
	}


	.moduletable.navigation.span8 {
		justify-content: center;
	}

	.mit-header_right .search .searchsearch {
		margin: 0 auto;
		float: none;
	}

	.mit-header_right .mit_kundenbereich .nav li .small,
	.mit-header_right .mit_vertriebspartner .nav li .small {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		background: transparent;
		opacity: 1;
	}

	.mit-header_right .mit_kundenbereich .nav li:hover>.small,
.mit-header_right .mit_vertriebspartner .nav li:hover>.small {
	opacity: 1;
}

.mit-header_right .mit_kundenbereich .nav li>.small,
.mit-header_right .mit_vertriebspartner .nav li>.small {

	display:unset;
}

	.menutopxs li a, .menutopxs .mit_partner a {
		text-align: center;
	}

	#as-menu select {
		display: none;
	}

	#as-menu select:first-of-type {
		display: block;
	}

	.footer-row-1 .moduletable:first-of-type, .footer-row-1 .moduletable, .footer-row-1 .moduletable, .footer-row-1 .moduletable {
		width: 100% !important;
	}

	.mit_news .slide .bt-row .bt-inner {
		min-height: 530px !important;
	  }

	  #component {
		margin-bottom: 00px;
	  }

}

@media(max-width:992px) {
	.col8-col {
		width: 100%;
		margin: 0 auto;
		padding: 20px 12px 0 25px;
	}
	.mit-cta-bottom h3 {
		line-height: 4rem;
	}
	.mit_news {
		padding-left: 20px;
		min-width: auto;
		padding-right: 20px;
	}
}

@media(max-width:768px) {

	.mod-custom__mit-home-icons ul {
		display:block;
		width:100%;
	}

	.mod-custom__mit-cta-bottom .mit_centerthis a {
		text-align:center;
		font-size:20px;
	}

	.mod-custom__mit_follow img {
		margin-right: 23px;
	    width:25px !important;
	}
	.mit-home-icons .moduletable-wrapper .mod-custom__mit-home-icons {
		grid-template-columns: 1fr ;
	}
	.mod-custom__mit-home-icons ul li img {
		width: 3rem;
		margin-right: 1rem;
		max-width: 3rem;
	}
	.mod-custom__mit-home-icons ul li {
		width: 50%;
		display: grid;
		margin: 20px 0px;
	}
	.mit_news .slide {
		width: 100%!important;
	}
	.mod-custom.mod-custom__mit-home-icons div {
		padding-top: 20px;
	}
}
@media(max-width: 767px) {
	.mit-home-icons .moduletable-wrapper .mod-custom__mit-home-icons {
		padding-block: 0px;
	}
	.mit_news .bt-cs .bt-inner img {
		height: auto;
	}

	.mit_mobilenav {
		display: block;
	}

	.menutopxs .mit_kundenbereich .nav.menu,
	.menutopxs .mit_vertriebspartner .nav.menu,
	.menutopxs .mit_partner {
		background: #fff;
		width: 100%;
		margin: 0 auto;
		max-width: 480px;
		padding-bottom: 0 !important;
	}


	.menutopxs .mit_kundenbereich .nav.menu>li,
	.menutopxs .mit_vertriebspartner .nav.menu>li {
		padding-bottom: 0 !important;
	}

	header #logo {
		width: 100% !important;
	}

	header #logo a {
		text-align: left !important;
	}

	header #logo::before { 
		display: none !important;
	}

	.mod-custom__mit_header h1 {
		font-size: 40px;
		line-height: 55px;
	}

	.mit_iconbox {
		width: 100px;
		padding-bottom: 130px;
	}

	.mod-custom__mit_header {
		height: auto;
	}

	.mod-custom__mit-home-text {
		min-width: 100%;
		padding-right: unset;
	}

	.mit_news .slide .bt-row .bt-inner {
		min-height: 200px !important;
	}




	.mit-cta-bottom h3 {
		font-size: 28px;
		line-height: normal;
	}

	.mit_news .slide .bt-row {
		width: 100% !important;
	}

	.mod-custom__mit-cta-bottom .mit_centerthis {
		flex-wrap: wrap;
	}

	#content-row-4::after { 
		display: none !important;
	}


}


