/*
Farben
rot #E30613
blue #003D7C
font-grey #424242
footer-grey #6b6b6b
light-grey #dbdbdb
*/

@import "fonts.css";


/*start html*/
.error{
	color:red;
}
p {
    display: block;
    -webkit-margin-before: 0.7em;
    -webkit-margin-after: 0.7em;
}

::selection{
	background-color:#d0cece;
}

a:link, a:visited{
	color:#003D7C;
	text-decoration:none;
}
a:hover{
	color:#E30613;
}


h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;
}

html{
	font-family:'Lato', sans-serif;
	overflow-x: hidden;
    overflow-y: scroll;
    font-size:14px;
	color:#424242;
	scroll-behavior: smooth;
	word-break:break-word;
	background-color:#ECECEC;
}
body{
	font-size:14px;
}

hr {
	border: 1px solid #E30613;
}

.cookiebar--active{
	z-index: 999;
}


#header{
	margin-bottom:10px;
}

#container{
	margin: 0 25px;
}



.ce_rsce_text-bild-element .inner{
	flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ce_rsce_text-bild-element .ce_image{
	width:25%;
	min-width:175px;
}




.checkbox_container>span{
	margin: 10px 0;
    display: block;
}

span.healine {
    font-weight: bold;
}

span.subtext {
    display: block;
    font-size:12px;
}
form button, input[type=submit], .button{
	font-size:inherit;
}




#footer{
	margin-top:20px;
    border-top: #003D7C 1px solid;
    margin-bottom:50px;
}