body {
    color: #222;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

.container-header {
    background-color: white;
    background-image: none;
}

.site-grid {
    background-color: #E7EEF8;
}


.container-component {
    background-color: white;
    padding-left: 15px;
    padding-top: 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-weight: normal;
}

.container-sidebar-right .sidebar-right:first-child {
    margin-bottom: 1em;
    margin-top: 0px;
}

:root {
  --cassiopeia-color-primary: white;
  --cassiopeia-color-link: #114f93;
  --cassiopeia-color-hover: #09f;
}

.mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {
        background: #114F93 !Important;  
}

/*h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}
h2 {
    font-size: 17px;
    margin-bottom: 2px;
}
h3 {
    font-size: 17px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
}
h4 {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}
h5 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
h6 {
    font-size: 1rem;
    font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}
p {
	font-size: 13px;
    line-height:1.714;
    margin: 0 0 1rem;
}
.left {
    float: left !important;
}
p .left {
    margin: 1.5rem 1.5rem 1.5rem 0;
    padding: 0;
}
.right {
    float: right !important;
}
p .right {
    margin: 1.5rem 0 1.5rem 1.5rem;
    padding: 0;
}*/



/*.spalte1 {
float: left;
padding-right: 10px;
  width: 293px;
}

.spalte2 {
float: left;
padding-left: 10px;
padding-right: 10px;
  width: 293px;
}*/

header ul li.nav-item a {
    color: #114F93 !Important;
    
}

.fsb-quickinfo img {
    padding-right: 10px;
    float: left;
}

.mod-articlesnews__item img {
    width: 100px;
    margin-right: 15px;
    float: left;
}

.adresse_footer ul {
    float: right;
    list-style-type: none;
}

.adresse_footer li {
    float: left;
        margin-right: 15px;
color: var(--cassiopeia-color-link);        
}

.footermenu li {
    
    float: left;
        margin-right: 15px;
color: var(--cassiopeia-color-link);  
    
}