/********************************
ALGEMEIN
*********************************/
body {
	background-color: #f0f0f0;
	font-family: Verdana, Geneva, sans-serif;
	color: #3a3a3a;
	font-weight: 400;
    text-transform: none;
    font-size: 17px;
	border: 0;
    margin: 0;
    padding: 0;
	display: block;
	line-height: 1.5;
}

table, th, td {
	border: 0px;
	margin: 0 0 1.5em;
}

input[type=file] {
    max-width: 100%;
    box-sizing: border-box;
	font-size: 100%;
    margin: 0;
    vertical-align: baseline;
	font-weight: 400;
    text-transform: none;
	line-height: 1.5;
}


button{
	background-color: #ba0c2f;
	color: #ffffff;
    cursor: pointer;
    border: 1px solid transparent;
	padding: 10px 20px;
	font-size: 100%;
    margin: 0;
    vertical-align: baseline;
	font-weight: 400;
    text-transform: none;
    line-height: 1.5;
}

button:hover{
    background-color: #333333;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}


a {
    color: #ba0c2f;
	text-decoration: none;
}

p{
    margin-bottom: 1.5em;
	overflow-wrap: break-word;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 {
    font-weight: 300;
	font-size: 30px;
	margin-bottom: 20px;
    line-height: 1.2em;
	text-transform: none;
}

h3{
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
    line-height: 1.2em;
    text-transform: none;
}