@font-face { font-family: 'Open Sans';
             src: url('../fonts/OpenSans-Light.ttf') format('truetype'); }

body {
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

h1 {
	font-weight: 800;
}
h2 {
	font-weight: 600;
}
h3 {
	font-weight: regular;
}
h4 {
	font-weight: regular;
}

/* FIx for Mega Menu */
@media (min-width: 1025px) {
#offcanvas-toggler > i {display: none; }
}
.offcanvas-menu {
    width: 200px;
}
/* FIx for Head Menu Color */
.sp-megamenu-parent >li >a
{
    color: #5AADDD;
}

#sp-main-body {
    padding: 10px 0;
}
/* Modulheader Subcontent5 */
#sp-subcontent5 h2 {
    margin: 20px 0 15px;
    font-size: 30px;
    text-transform: inherit;
}
// Spamabwehr Mailadresse //
p span.displaynone { display:none; }
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

/* Cookie Hint */
.jtci .jtci-block {
border: 0px solid;
margin: 0px; 
opacity: 0.9;
background-color: #117bb9;
}

.newsflash ul {
    list-style-type: circle;
}
.newsflash ul >li {
    display: list-item;
    border-bottom: 0px;
    list-style-type: circle;
    margin-left: 40px;
}

.references {
    float: left;
    margin-right: 20px;
    width: 150px;
    line-height: 1.3em;
}

.referencesSubInfo {
   font-size:8pt;
   font-style:italic;
}