body {
	height: 100%;
	font-family: arial, tahoma, sans-serif;
	text-align: center;
	color: #444444;
	
	background-color: #ffffff;
	
	font-size: 14px;
	line-height: 21px;
	margin: auto;
	margin-top: 0px;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-ExtraBold.ttf');
	src: url('../fonts/Assistant-ExtraBold.eot');
    src: url('../fonts/Assistant-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Assistant-ExtraBold.woff2') format('woff2'),
        url('../fonts/Assistant-ExtraBold.woff') format('woff'),
        url('../fonts/Assistant-ExtraBold.svg#Assistant-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.line {

	height: 1px;
	width: 100%;
	background-color: #cccccc;
	margin: 15px 0 15px 0;
}

.boxgrau {

	width: 100%;
	min-height: 30px;
	background-color: #eeeeee;
	padding: 20px 20px 20px 20px;
	margin: 0;
}

.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 0.8s; 
    -webkit-animation-duration: 0.8s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(20%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}



@media (max-width: 767px) {


@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(180%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(180%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


}



/*	Genereller Wrapper für die Bühnenbreite */

.wrapper {

	background-color: #ffffff;
	width: 1200px;
	margin: auto;
	padding: 0px 0px 0px 0px;

	margin-top: 20px;
	margin-bottom: 10px;
}

@media (max-width: 1299px) {
.wrapper {

	background-color: #ffffff;
	width: 100%;
	margin: auto;
	padding: 10px 10px 10px 10px;
}
}

@media (max-width: 800px) {
.wrapper {

	background-color: #ffffff;
	width: 100%;
	margin: auto;
	padding: 0px 10px 10px 10px;
	box-shadow: 0px 0px 0px #dddddd;
}
}


.wrapper-top {

	width: 100%;
	background-color: #ffffff;
	position: fixed;
	z-index: 100;

}

.wrapper-top-content {

	max-width: 1200px;
	margin: auto;
	padding: 8px 10px 10px 0;
}


.top-content-right {

	text-align: right;
	font-family: 'Assistant', arial, verdana, sans-serif;
	color: #B3A28A;
	font-size: 14px;
	line-height: 22px;
}


.top-content-right a {

	font-family: arial, verdana, sans-serif;
	color: #B3A28A;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	padding: 4px;
}

.top-content-right a:active{

	font-family:  arial, verdana, sans-serif;
	color: #B3A28A;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

.top-content-right a:visited{

	font-family: arial, verdana, sans-serif;
	color: #B3A28A;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

.top-content-right a:hover{

	
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

@media (max-width: 1060px) {

.top-content-right {

	font-size: 15px;
	line-height: 20px;
}
}

.wrapper-menu-logo {

	max-width: 100%;
	margin: auto;
	background-color: #ffffff;
}

.wrapper-menu-logo-content {

	max-width: 1200px;
	margin: auto;
	padding-top: 36px;
	background-color:#ffffff;
}


.logo {

	margin: auto;
	max-width: 310px;
	margin: 8px 0 10px 0;
	padding: 0 0 0 0px;
	background-color: #ffffff;
}

.menu {

	float: right;
	z-index: 99;
	margin-top: 28px;
}
@media (max-width: 1060px) {

.menu {

	float: right;
	margin-top: 25px;
}
}

@media (max-width: 960px) {

.menu {

	float: right;
	margin-top: 20px;
}
}

.top-menu {
	background-color: #ffffff;
	text-align: left;
}

@media (max-width: 768px) {
.top-content-screen {
	display: none;
}

.wrapper-top-content {

	margin: 0;
	padding: 0;
}

.logo {

	max-width: 100%;
	margin: auto;
	padding: 10px 10px 10px 10px;
}

.menu {

	display: none;
}

.top-content-right {

	display: none;
}

.top-content-left {

	display: none;
}

.wrapper-menu-logo-content {

	padding-top: 0px;
	background-color:#ffffff;
}

}

@media (min-width: 767px) {
.top-content-mobile {
	display: none;
}
}

/*	HEADBILD */

.headbild{
	width:100%;
	margin:auto;
	z-index:1;
	margin-top: 0px;
}

.headbild_wrapper {
	max-width: 1200px;
	margin: auto;
	left: 0%;
	right: 0%;
	position:absolute;
	z-index:3;
	padding-top: 13%;
	padding-right: 10px;
}

.headbild_wrapper_small {
	max-width: 1200px;
	margin: auto;
	left: 0%;
	right: 0%;
	position:absolute;
	z-index:3;
	padding-top:4%;
	padding-right: 10px;
}

.headbild_container {

	text-align:right;
	color:#ffffff;
	
	font-size: 22px;
	line-height: 28px;
}



.headbild_container  a {

	font-size: 22px;
	font-weight: bold;
	color: #E10915;
	text-decoration: none;
}

.headbild_container  a:active{

	font-size: 22px;
	color: #E10915;
	text-decoration: none;
}

.headbild_container  a:visited{

	font-size: 22px;
	color: #E10915;
	text-decoration: none;
}

.headbild_container a:hover{

	font-size: 22px;
	color: #777777;
	text-decoration: none;
}




.headbild_wrapper h3 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 86px;
	line-height: 70px;
	text-transform: uppercase;
	margin: 0;
	color: #ffffff;
	margin-bottom: 0px;
}

.headbild_wrapper h4 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 46px;
	line-height: 66px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #ffffff;
}

@media (max-width: 1600px) {
.headbild_wrapper {

	padding-top: 13%;
}
}

@media (max-width: 1400px) {
.headbild_wrapper {

	padding-top: 12%;
}

.headbild_container {

	font-size: 18px;
	line-height: 24px;
}

.headbild_wrapper h3 {

	font-size: 76px;
	line-height: 60px;
}

.headbild_wrapper h4 {

	font-size: 41px;
	line-height: 46px;
}
}


@media (max-width: 1290px) {
.headbild_wrapper {

	padding-top: 11%;
	padding-right: 50px;
}
}

@media (max-width: 1100px) {
.headbild_wrapper {

	padding-top: 9%;
}

.headbild_container {

	font-size: 14px;
	line-height: 20px;
}

.headbild_wrapper h3 {

	font-size: 66px;
	line-height: 54px;
}

.headbild_wrapper h4 {

	font-size: 36px;
	line-height: 40px;
}
}

@media (max-width: 960px) {
.headbild_wrapper {

	padding-top: 9%;
}

.headbild_container {

	font-size: 12px;
	line-height: 18px;
}

.headbild_wrapper h3 {

	font-size: 46px;
	line-height: 38px;
}

.headbild_wrapper h4 {

	font-size: 25px;
	line-height:33px;
}
}


@media (max-width: 768px) {
.headbild_wrapper {

	padding-top:3%;
	padding-right: 15px;
}

.headbild_container {

	font-size: 11px;
	line-height: 12px;
}

.headbild_wrapper h3 {

	font-size: 26px;
	line-height: 22px;
}

.headbild_wrapper h4 {

	font-size: 16px;
	line-height:20px;
}

.headbild_container  a {

	font-size: 11px;
	font-weight: bold;
	color: #E10915;
	text-decoration: none;
}

.headbild_container  a:active{

	font-size: 11px;
	color: #E10915;
	text-decoration: none;
}

.headbild_container  a:visited{

	font-size: 11px;
	color: #E10915;
	text-decoration: none;
}

.headbild_container a:hover{

	font-size: 11px;
	color: #777777;
	text-decoration: none;
}
}




/*	INHALTSBEREICH CONTAINER */

.main-content {

	width: 100%;
	margin-top: 10px;
	min-height: 100px;
}

.main-content h1 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	color: #B3A28A;
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
}

.main-content h2 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	color: #999999;
	font-size: 34px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
}

.main-content h3 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	color: #000000;
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	margin: 11px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}


@media (max-width: 767px) {
.wrapper {

	margin: 0;
	padding: 0;
}
}




.main-content-textbox {

	color: #000000;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	text-align: left;
	padding: 15px 30px 15px 15px;
	margin-bottom: 30px;
}


.main-content-textbox  a {

	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.main-content-textbox  a:active{

	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.main-content-textbox  a:visited{

	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.main-content-textbox a:hover{

	font-size: 16px;
	color: #777777;
	text-decoration: none;
}



.main-content-textbox-inner {

	padding: 0 30px 0px 0;
}


@media (max-width: 767px) {

.main-content-textbox {

	font-size: 13px;
	line-height: 21px;
	margin-bottom: 0px;
}

.main-content-textbox-inner {

	padding: 0 0px 20px 0;
}


.main-content h1 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 31px;
	margin: 0px 0 10px 0;
}

.main-content h2 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}

}






#boxes {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding-bottom: 30px;
	z-index: 6;
	
	background-color: #FFFFFF;
	
}

.box-content {

	max-width: 1200px;
	margin: auto;
	padding-left: 10px;
}

@media (max-width: 767px) {

}

.box-content-inner {

	padding: 5px 30px 5px 5px;

	margin: auto;
	margin: 0px 0 30px 0;
	text-align: left;
	color: #B3A28A;
	float: left;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
}

.box-content-inner h3 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	color: #000000;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

@media (max-width: 767px) {
#boxes {

	padding-bottom: 20px;

}

.box-content {

	padding: 10px;
}

.box-content-inner{

	max-width: 100%;
	margin-top: 0px;
	padding: 0px 5px 10px 5px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}

.box-content-inner h3 {

	font-size: 22px;
	line-height: 22px;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}

.box-content-inner h6 {

	color: #EA4F1F;
	font-size: 55px;
	line-height: 65px;
	margin: 0;
	text-transform: normal;
	padding: 0 0 10px 0;
}

}

.box-content-inner a {

	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 10px 8px 8px;
	border: 1px solid #cccccc;

}

.box-content-inner a:active {

	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 10px 8px 8px;
	border: 1px solid #cccccc;
}

.box-content-inner a:visited {

	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 10px 8px 8px;
	border: 1px solid #cccccc;
}

.box-content-inner a:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	background-color: #B3A28A;
	border: 1px solid #cccccc;
}




/*	FOOTERBILD */

.footerbild{
	width:100%;
	margin:auto;
	z-index:1;
	margin-top: 0px;
}

.footerbild_wrapper {
	max-width: 1200px;
	margin: auto;
	left: 0%;
	right: 0%;
	position:absolute;
	z-index:3;
	padding-top: 15%;
	padding-right: 10px;
}

.footerbild_container {

	text-align:right;
	color:#ffffff;
	font-size: 22px;
	line-height: 28px;
}

.footerbild_wrapper h3 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 86px;
	line-height:70px;
	text-transform: uppercase;
	margin: 0;
	color: #ffffff;
	margin-bottom: 0px;
}

@media (max-width: 1600px) {
.footerbild_wrapper {

	padding-top: 13%;
}

.footerbild_wrapper h3 {

	font-size: 76px;
	line-height:60px;
}
}

@media (max-width: 1400px) {
.footerbild_wrapper {

	padding-top: 12%;
}

.footerbild_container {

	font-size: 18px;
	line-height: 24px;
}

.footerbild_wrapper h3 {

	font-size: 66px;
	line-height: 50px;
}
}


@media (max-width: 1290px) {
.footerbild_wrapper {

	padding-top: 11%;
	padding-right: 50px;
}
}

@media (max-width: 1100px) {
.footerbild_wrapper {

	padding-top: 11%;
}

.footerbild_container {

	font-size: 14px;
	line-height: 20px;
}

.footerbild_wrapper h3 {

	font-size: 46px;
	line-height: 40px;
}
}

@media (max-width: 960px) {
.footerbild_wrapper {

	padding-top: 9%;
}

.footerbild_container {

	font-size: 12px;
	line-height: 18px;
}

.footerbild_wrapper h3 {

	font-size: 36px;
	line-height: 30px;
}
}


@media (max-width: 768px) {
.footerbild_wrapper {

	padding-top:5%;
	padding-right: 15px;
}

.footerbild_container {

	max-width: 50%;
	font-size: 10px;
	line-height: 13px;
}

.footerbild_wrapper h3 {

	font-size: 22px;
	line-height: 20px;
}

}






/*	FOOTER BEREICH */

.footer {

	width: 100%;
	margin-top: 0px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.footer-content {

	max-width: 1200px;
	margin: auto;
	padding-left: 0px;
}

.footer-content-menu {

	font-family: 'Assistant', arial, verdana, sans-serif;
	padding-top: 0px;
	padding: 0px 50px 20px 10px;
	margin: auto;
	margin-top: 50px;
	margin-left: 0px;
	text-align: left;
	float: left;
	letter-spacing: 0px;
	color: #000000;
	font-size: 14px;
	line-height: 17px;

	text-transform: uppercase;
}

.footer-content-menu a {

	font-family: 'Assistant', arial, verdana, sans-serif;
	letter-spacing: 0px;
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-content-menu a:active{

	font-family: 'Assistant', arial, verdana, sans-serif;
	letter-spacing: 0px;
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-content-menu a:visited{

	font-family: 'Assistant', arial, verdana, sans-serif;
	letter-spacing: 0px;
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-content-menu a:hover{

	font-family: 'Assistant', arial, verdana, sans-serif;
	letter-spacing: 0px;
	color: #B3A28A;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
}



.footer-content-menu  h2 {

	font-family: 'Assistant', arial, verdana, sans-serif;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	text-align: left;
	color: #E10915;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 0px;
	font-weight: normal;
}

.footer-content-logo {

	max-width: 220px;

}


@media (max-width: 767px) {
.footer-content-menu{

	width: 100%;
	padding: 5px 20px 15px 20px;
	max-width: 100%;
	margin-top: 0px;
	float: left;

	font-size: 20px;
	line-height: 26px;
	max-width: 100%;
}

.footer-content-menu  h2 {

	font-size: 20px;
	line-height: 26px;
	text-align: left;
}

.footer-content-menu a {

	font-size: 18px;
	line-height: 26px;
}

.footer-content-menu a:active{

	font-size: 18px;
	line-height: 26px;
}

.footer-content-menu a:visited{

	font-size: 18px;
	line-height: 26px;
}

.footer-content-menu a:hover{

	font-size: 18px;
	line-height: 26px;
}


.footer-content-logo {

	max-width: 800px;
}

}





.footer2 {

	width: 100%;
	margin-top: 0px;
	padding: 26px 0 22px 0;
	background-color: #B3A28A;
	color: #000000;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}

.footer2-content {

	max-width: 1200px;
	margin: auto;
	padding-left: 20px;
	text-align: left;
}

.footer2-content a {

	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer2-content a:active{

		font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer2-content a:visited{

		font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer2-content a:hover{

		font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}






/*** SUPERFISH MENU OBEN ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
z-index:2000;

}


.sf-menu li {
	position: relative;
z-index:2000;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	text-align:left;
z-index:2000;

}

.sf-menu > li {
	float: left;
z-index:2000;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
z-index:2000;
}

.sf-menu a {
	display: block;
	position: relative;
z-index:2000;

}

.sf-menu ul ul {
	top: 0;
	left: 100%;
z-index:2000;
}

.sf-menu {
	float: right;
	margin-bottom: 0em;
	padding-top: 8px;
z-index:2000;
}
.sf-menu ul {
	box-shadow: 2px 6px 8px rgba(0,0,0,.2);
	min-width: 16em;
	*width: 12em;
z-index:2000;
}
.sf-menu a {
	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 15px;
	border-left: 1px solid #cccccc;
	padding: .50em 1.0em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	zoom: 1; /* IE7 */
z-index:2000;
}

@media (max-width: 1180px) {

	.sf-menu a {
	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 15px;
	padding: .40em 1.0em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 1060px) {

	.sf-menu a {
	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 14px;
	padding: .40em .90em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 960px) {

	.sf-menu a {
	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 13px;
	padding: .40em .70em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 890px) {

	.sf-menu a {
	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 12px;
	padding: .40em .50em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}


.sf-menu li a {
	color: #000000;
z-index:2000;
font-weight: normal;
}

.sf-menu li a:hover {
	color: #B3A28A;
	padding: .50em 1.0em;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;
}

@media (max-width: 1180px) {

.sf-menu li a:hover {

	font-size: 15px;
	padding: .40em 1.0em;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;
}
}

@media (max-width: 1060px) {

.sf-menu li a:hover  {
	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 14px;
	border-left: 0px solid #222222;
	padding: .40em .90em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 960px) {

.sf-menu li a:hover  {
	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 13px;
	border-left: 0px solid #222222;
	padding: .40em .70em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 890px) {

.sf-menu li a:hover  {
	font-family: 'Assistant', arial, verdana, sans-serif;
	font-size: 12px;
	border-left: 0px solid #222222;
	padding: .40em .50em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

.sf-menu li a:active {
	color: #888888;
z-index:2000;
}

.sf-menu ul li a {
	color:#000000;
	border-bottom: 1px solid #cccccc;
z-index:2000;
font-weight: normal;
}

.sf-menu ul li a:hover {
	color: #ffffff;
	padding: .50em 1.0em;
	background-color: #E10915;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;
}



.sf-menu li {
	background: none;
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
z-index:2000;
}
.sf-menu ul li {
	background: #E8EBEC;
z-index:2000;
}
.sf-menu ul ul li {
	background: #E8EBEC;
z-index:2000;
}

.sf-menu li:hover,
.sf-menu li.sfHover {

	-webkit-transition: none;
	transition: none;
z-index:2000;
}


.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
z-index:2000;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
z-index:2000;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ffffff;
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}




