body {
	height: 100%;
	font-family: 'Didact Gothic', 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: 'Didact Gothic';
    src: url('../fonts/DidactGothic-Regular.eot');
    src: url('../fonts/DidactGothic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DidactGothic-Regular.woff2') format('woff2'),
        url('../fonts/DidactGothic-Regular.woff') format('woff'),
        url('../fonts/DidactGothic-Regular.svg#DidactGothic-Regular') 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: 0px;
	margin-bottom: 40px;
}

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

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

@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-image: -webkit-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); 
	background-image: -moz-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); 
	background: -ms-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); /* IE10+ */
	background: -o-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); /* Opera 11.10+ */
	background: linear-gradient(to right, #000000, #C0172E, #000000); /* W3C */
	
	
	position: fixed;
	z-index: 100;
	border-bottom: 1px solid #ffffff;
}



.wrapper-menu-logo {

	max-width: 100%;
	margin: auto;
	background-image: -webkit-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); 
	background-image: -moz-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); 
	background: -ms-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); /* IE10+ */
	background: -o-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); /* Opera 11.10+ */
	background: linear-gradient(to right, #000000, #C0172E, #000000); /* W3C */
}

@media (max-width: 768px) {
.wrapper-menu-logo {
	
	background: #C0172E;
}
}

.wrapper-menu-logo-content {

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


.logo {

	margin: auto;
	max-width: 300px;
	padding: 20px 0 0 0;
	text-align: center;
}

.menu {

	margin: auto;
	z-index: 99;
	margin: 6px 0 10px 0;
}
@media (max-width: 1060px) {

.menu {

	margin: auto;
	margin-top: 25px;
}
}

@media (max-width: 960px) {

.menu {

	margin: auto;
	margin-top: 20px;
}
}

.top-menu {
	background-color: #C0172E;

}


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

.wrapper-top-content {

	margin: 0;
	padding: 0;
}

.logo {

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

.menu {

	display: none;
}

.top-content-center {

	display: none;
}

.wrapper-menu-logo-content {

	padding-top: 0px;

}

}

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


/*	HEADBILD */

.headbild {

	width: 100%;
	margin: auto;
	margin-top: 0px;
}


/*	INHALTSBEREICH CONTAINER */

.main-content {

	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}


.main-content h1 {

	font-family: 'Didact Serif', arial, verdana, sans-serif;
	font-weight: normal;
	color: #C0172E;
	font-size: 40px;
	line-height: 50px;
	text-transform: normal;
	margin: 0px 0 0px 0;
}

.main-content h2 {

	font-family: 'Didact Gothic', arial, verdana, sans-serif;
	color: #777777;
	font-size: 30px;
	line-height: 40px;
	text-transform: normal;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.main-content h3 {

	font-family: 'Didact Serif', arial, verdana, sans-serif;
	color: #C0172E;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	margin: 20px 0 16px 0;
}



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

	margin: 0;
	padding: 0;
}
}




.main-content-textbox {

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


.main-content-textbox  a {

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

.main-content-textbox  a:active{

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

.main-content-textbox  a:visited{

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

.main-content-textbox a:hover{

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



.main-content-textbox-inner {

	padding: 0 50px 0px 0;
	text-align: left;
}

.main-content-textbox-inner-maps {

	padding: 0 0px 0px 0px;
	text-align: left;
}


@media (max-width: 767px) {

.main-content {

	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
}

.main-content-textbox {

	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
}

.main-content-textbox-inner {

	padding: 0 0px 30px 0;
}


.main-content h1 {

	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin: 0px 0 10px 0;
}

.main-content h2 {

	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	margin: 10px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
}






#boxes {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding-bottom: 50px;
	z-index: 6;
	
	background-image: url(../images/bg-boxes.jpg);
	
	
	/*
	
	background-image: -webkit-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%); 
	background-image: -moz-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%); 
	background: -ms-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background: -o-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background: linear-gradient(to top, #ffffff 20%, #eeeeee 100%);
	
	*/
	
	border-top: 1px solid #cccccc;
}

.box-content {

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

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

	padding: 0px;
}
}




.box-content-inner {

	padding: 5px 20px 5px 5px;

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

.box-content-inner2 {
	
	width: 100%;
	background-color: #ffffff;
	padding: 10px 20px 30px 20px;
	text-align: left;
	color: #777777;
	float: left;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	
}


.box-content-inner2 a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	border: 1px solid #cccccc;
	border-radius: 0 25px 25px 0;
	background-color: #C0172E;
}

.box-content-inner2 a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	border: 1px solid #cccccc;
	border-radius: 0 25px 25px 0;
	background-color: #C0172E;
}

.box-content-inner2 a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 5px 15px 8px 15px;
	border: 1px solid #cccccc;
	border-radius: 0 25px 25px 0;
	background-color: #C0172E;
}

.box-content-inner2 a.btn:hover {

	color: #ffff00;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	border: 1px solid #cccccc;
	border-radius: 0 25px 25px 0;
	background-color: #C0172E;
}



.box-content-inner2 a.norm {

	color: #C0172E;
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
}

.box-content-inner2 a.norm:active {

	color: #C0172E;
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
}

.box-content-inner2 a.norm:visited {

	color: #C0172E;
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
}

.box-content-inner2 a.norm:hover {

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




.box-content-inner3 {
	
	width: 100%;
	margin: auto;
	background-color: #ffffff;
	
}

.box-content-inner2 h4 {

	font-family: 'Didact Gothic', arial, verdana, sans-serif;
	color: #777777;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

.box-content-inner2 h3 {

	font-family: 'Didact Serif', arial, verdana, sans-serif;
	color: #C0172E;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 10px 0 0px 0;
	text-transform: normal;

}

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

	padding-bottom: 20px;

}

.box-content-inner{

	max-width: 100%;
	margin: 0px;
	padding: 30px 5px 10px 5px;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}

.box-content-inner h3 {

	font-size: 19px;
	line-height: 22px;
	margin: 5px 0 2px 0;
	padding: 0 0 0px 0;
	font-weight: bold;
}

.box-content-inner h4 {

	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0 0 10px 0;
}

.box-content-inner2 h6 {

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








/*	FOOTER BEREICH */

.footer {

	width: 100%;
	margin-top: 0px;
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: -webkit-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); 
	background-image: -moz-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); 
	background: -ms-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); /* IE10+ */
	background: -o-linear-gradient(left, #000000 20%, #C0172E 100%, #000000 20%); /* Opera 11.10+ */
	background: linear-gradient(to right, #000000, #C0172E, #000000); /* W3C */
}

.footer-content {

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


.footer-content-menu2 {

	font-family: 'Didact Gothic', arial, verdana, sans-serif;
	padding-top: 0px;
	padding: 10px 0px 10px 0px;
	margin: auto;
	text-align: left;
	float: left;
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 17px;
	line-height: 25px;
}

.footer-content-menu2  h4 {

	font-family: 'Didact Gothic', arial, verdana, sans-serif;
	margin: 0 0 5px 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0px;
	font-weight: bold;
}

.footer-content-menu2 a {

	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content-menu2 a:active{

	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content-menu2 a:visited{

	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content-menu2 a:hover{

	font-size: 17px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}



.footer-content-logo {

	max-width: 220px;

	

}


@media (max-width: 767px) {

.footer {

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

.footer-content-menu2 {

	padding: 0px 20px 10px 20px;
	text-align: left;
	margin-top: 20px;
	font-size: 18px;
	line-height: 32px;
	border-right: 0px solid #555555;
}

.footer-content-menu2 a {

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

.footer-content-menu2 a:active{

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

.footer-content-menu2 a:visited{

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

.footer-content-menu2 a:hover{

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

.footer-content-menu3  h4 {

	font-family: 'Didact Gothic', arial, verdana, sans-serif;
	margin: 0px 0 25px 0;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: normal;
}

.footer-content-menu3 {

	padding: 0px 20px 20px 20px;
	margin: auto;
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}

.footer-content-logo {

	max-width: 800px;
}

}



ul {

	margin: 0;
	padding: 0;
}


.footer-content li {

	font-family: 'Didact Gothic', arial, verdana, sans-serif;
	list-style-type: none;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #ffffff;
	padding: 9px 0 9px 0px;
	border-bottom: 1px solid #004679;
	text-decoration: none;
}

.footer-content li a {

	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content li a:active{

	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content li a:visited{

	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content li a:hover{

	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

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

	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-align: left;
	padding: 12px 0 12px 0px;
	text-decoration: none;
}

.footer-content li a, a:active, a:visited{

	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
}

.footer-content li a:hover{

	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
}
}


.footer2 {

	width: 100%;
	margin-top: 0px;
	padding: 32px 0 32px 0;
	background-image: -webkit-linear-gradient(left, #000000 20%, #8A1120 100%, #000000 20%); 
	background-image: -moz-linear-gradient(left, #000000 20%, #8A1120 100%, #000000 20%); 
	background: -ms-linear-gradient(left, #000000 20%, #8A1120 100%, #000000 20%); /* IE10+ */
	background: -o-linear-gradient(left, #000000 20%, #8A1120 100%, #000000 20%); /* Opera 11.10+ */
	background: linear-gradient(to right, #000000, #8A1120, #000000); /* W3C */
	color: #ffffff;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}

.footer2-content {

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

.footer2-content a {

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

.footer2-content a:active{

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

.footer2-content a:visited{

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

.footer2-content a:hover{

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

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

	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
}


/*** 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:center;
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 {
	text-align: center;
	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: 'Didact Gothic', arial, verdana, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	padding: .50em 1.0em;
	font-weight: normal;
	text-transform: normal;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}

@media (max-width: 1180px) {

	.sf-menu a {
	font-family: 'Didact Gothic', 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: 'Didact Gothic', 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: 'Didact Gothic', 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: 'Didact Gothic', arial, verdana, sans-serif;
	font-size: 12px;
	padding: .40em .50em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}


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

.sf-menu li a:hover {
	color: #FFFF00;
	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: 'Didact Gothic', arial, verdana, sans-serif;
	font-size: 14px;
	border-left: 0px solid #fff;
	padding: .40em .90em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 960px) {

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

@media (max-width: 890px) {

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

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

.sf-menu ul li a {
	color:#909090;
	border-bottom: 1px solid #dddddd;
z-index:2000;
font-weight: bold;
}

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



.sf-menu li {
	background: none;
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;

text-align: center;
    display: inline-block;
    float: none;
	
	
}
.sf-menu ul li {
	background: #ffffff;
z-index:2000;
}
.sf-menu ul ul li {
	background: #ffffff;
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;
}




