.main-content h1, h1,.main-content h2, h2, .main-content h3, h3, .main-content h4, h4 {
    font-family: 'Arial', sans-serif;
}

.main-content h1 {
	font-weight: normal;
}


.startbox .icon-boxes-item {
	min-height: 300px;
	border: 1px solid #ffffff;
}


.icon-boxes-item-text {
    color: inherit;
}

.icon-boxes-item-text h4 {
	margin-top: 0.5em;
}


.grey {
	background: #e6e7ea;
	padding: 1em;
}


.-headline-icon > .icon-boxes-item-icon {
	border: 2px solid #759eb9;
	color: #759eb9;
}

.main-navigation > ul > li > a.active:not(.highlight)::after, .main-navigation > ul > li > a.trail:not(.highlight)::after, .main-navigation > ul > li > a.forward:not(.highlight)::after, .main-navigation > ul > li > strong.active:not(.highlight)::after, .main-navigation > ul > li > strong.trail:not(.highlight)::after, .main-navigation > ul > li > strong.forward:not(.highlight)::after, .main-navigation > ul > li > span.active:not(.highlight)::after, .main-navigation > ul > li > span.trail:not(.highlight)::after, .main-navigation > ul > li > span.forward:not(.highlight)::after {
	display: none;
}


.main-navigation-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.layout_full.block {
	border-bottom: 1px solid #759eb9;
	padding-top: 2em;
	padding-bottom: 2em;
}

.layout_full.block.last {
	border-bottom: none;
}



.ce_accordion .toggler {
    
    border: 1px solid #8c8c8c;
    
    font-weight: normal;
    color: #000000;
    background: #c3dff1;
}

.ce_accordion .toggler:hover {
	color: #000000;
}


.ce_accordion .accordion {
    
    border: 1px solid #8c8c8c;
    border-top-color: #759eb9;
    background: #759eb9;
    color: #ffffff;
}


section .ce_accordionSingle.ce_accordion.ce_text.block {
	margin-bottom: 2em;
}


.main-content label {
	color: inherit;
}


.image_container a:hover::after, .image_container a:focus::after {
	content: "";
}


.image_container a:hover::before, .image_container a:focus::before {
	background: none;
}


.fusszeile a, .servicezeile a {
	color: #ffffff;
}

.servicezeile p {
	margin-top: 1em;
	margin-bottom: 1em;
}


.mod_changelanguage.block {
	float: right;
}

.mod_changelanguage.block ul {
	margin: 0;
}


.mod_changelanguage li {
    display: inline;
    margin-left: 10px;
}


.fixed-note {
	top: 45%;
bottom: auto;
margin: auto;
max-width: 70%;
}











@media (max-width: 900px) {
	.fixed-note {
		position: fixed !important;
	}
}








@media (max-width: 599px) {
	.kopfzeile img {
		max-width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.startbox .icon-boxes-item {
    min-height: 220px;
}

	
}