html, body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	padding-top: 2vw;
	background-color: #FFFFFF !important;
}

.container {
	background-color: #FFFFFF !important;
}

.container-fluid {
	background-color: #FFFFFF !important;
}

.img-fluid {
	margin-bottom: 5px;
	margin-left: 10px;
	max-width: 7em;
	min-width: (4em) 100vw, 120vw;
}

.jumbotron {
	background-color: #FFFFFF !important;
}

.jumbotron-fluid {
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.table table-striped table-bordered table-condensed table-responsive {
	margin: 0px !important;
}

.navbar-default {
	height: auto !important;
	width: auto !important;
	background-color: #99CC33 !important;
	color: floralwhite;
}

.navbar-brand {
	color: floralwhite;
	height: auto !important;
	width: auto !important;
	opacity: 0.8;
	font-size: 3vw;
	width: auto !important;
}

.row {
	margin: 20px;
}

p {
	font-size: 1.5vw;
}

a {
	color: floralwhite;
	font-size: 2vw;
	text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background: orange;
	text-decoration: none;
}

.btn-sm btn-primary btn-block btn btn-outline-light text-light {
	box-shadow: none;
	background: #99CC33;
	color: floralwhite;
	opacity: 0.8;
	font-size: 2vw;
	max-width: 10;
	text-decoration: none;
}

.btn-primary {
	background: #99CC33;
	color: floralwhite;
	opacity: 0.8;
	font-size: 2vw;
	box-shadow: none;
}

.btn-sq-lg {
	width: 20vw !important;
	height: 20vw !important;
	font-size: 3vw;
}

.btn-sq {
	width: 100px !important;
	height: 100px !important;
	font-size: 10px;
}

.btn-sq-sm {
	width: 50px !important;
	height: 50px !important;
	font-size: 10px;
}

.btn-sq-xs {
	width: 25px !important;
	height: 25px !important;
	padding: 2px;
}

.btn-sm btn-primary btn-block btn btn-outline-light text-light {
	background-color: orange !important;
}

.btn-sm:hover {
	background-color: orange !important;
}

#bestaetigung {
	margin: 40px !important;
	font-size: 1.8vw;
}

.abstand {
	margin-left: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 20px !important;
}