/* HEADER */
	.navbar.navbar-expand-lg.navbar-light.bg-light {
		padding-left: 0;
		padding-right: 0;
		background-color: white !important;
		margin-bottom: 50px;
	}
	.navbar-brand {
		padding-left: 15px;
	}

/* CONTENT */
	body {
		font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	    color: #585958;
	    font-weight: 300;
	    letter-spacing: 1px;
	    font-size: 1em;
	    line-height: 1.42857143;
	}
	h1 {
		font-family: 'Roboto Slab', serif;
	    text-align: left;
	    font-weight: 300;
	    color: #585958;
	    font-size: 2em;
	    margin-top: 1.4em;
	    margin-bottom: 50px;
	    font-size: 50px;
	    line-height: 1.3em;
	    letter-spacing: -1px;
	}
	h2 {
		font-family: 'Roboto Slab', serif;
	    border-left: 2px solid #c23825 !important;
	    padding-left: 15px;
	    font-weight: 300;
	    letter-spacing: 1.2px;
	    color: #585958;
	    margin: 40px 0px 10px 0px;
	}
	.form-group {
		margin-bottom: 30px;
	}
	.form-group label {
		width: 100%;
		margin-bottom: 15px;
	}
	.form-group label span {
		font-weight: bold;
		color: #c23726;
	}
	.form-group fieldset {
		width: 100%;
	}
	.form-group fieldset .radio {
		float: left;
		width: auto;
	}
	 input[type='radio']:after {
        width: 20px;
	    height: 20px;
	    border-radius: 15px;
	    top: -3px;
	    left: -1px;
        position: relative;
        background-color: #eee;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 20px;
	    height: 20px;
	    border-radius: 15px;
	    top: -3px;
	    left: -1px;
        position: relative;
        background-color: #c23726;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
	.form-group input {
	    border-radius: 5px;
	    border-width: 0;
	    padding: .1875rem .3125rem;
	    max-height: none;
	    background: #eee;
	    margin-left: 20px;
	    margin-right: 5px;
	}
	.form-group textarea {
		margin-left: 20px;
		border-radius: 5px;
	    border-width: 0;
	    padding: .1875rem .3125rem;
	    max-height: none;
	    background: #eee;
	    width: 90%;
	}
	.form-group.datenschutz input {
		margin-left: 0;
	}
	.form-group.datenschutz label {
		width: auto;
	}
	.form-group.datenschutz label a {
		color: #c23726;
		text-decoration: none;
	}
	input[type='checkbox']:after {
        width: 20px;
	    height: 20px;
	    border-radius: 0;
	    top: -3px;
	    left: -1px;
        position: relative;
        background-color: #eee;
        font-family: FontAwesome;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='checkbox']:checked:after {
        width: 20px;
	    height: 20px;
	    border-radius: 0;
	    top: -3px;
	    left: -1px;
        position: relative;
        background-color: #eee;
        font-family: FontAwesome;
        font-weight: bold;
        content: "\2713";
        color: #c23726;
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
	.button {
	    background: #c23726;
	    line-height: 20px;
	    padding: 13px;
	    float: none;
	    width: 200px;
	    color: white;
	    border-color: #c23726;
	    border-width: .0625rem;
	    margin: auto;
    	display: inherit;
    	border-radius: 5px;
	}
	.button:hover {
		background: white;
		color: #c23726;
	}

/* FOOTER */
	#footer {
		padding: 30px 50px;
		background: #e3e3e3;
		z-index: 10;
		color: #585958;
		margin-top: 50px;
		font-size: 1.1em;
	}
	#footer a {
		color: #585958;
	}
	#footer #kontakt a, #footer #kontakt span {
		color: #c4222a;
		text-decoration: none;
	}
	#footer #kontakt a:hover {
		color: #585958;
	}
	#benutzer {
		margin-top: 75px;
	}
	#benutzer, .support {
		text-align: right;
	}
	.support {
		margin-top: 17px;
	}
	#footer .support a {
		color: #c4222a;
	}
	#myBtn {
		display: none;
		position: fixed;
		bottom: 0;
		right: 30px;
		z-index: 99;
		font-size: 3em;
		border: none;
		outline: none;
		color: #c4222a;
		background: none;
		cursor: pointer;
	}