body {
	margin: 0;
	
	color: #2B3D41;
	font-family: 'Lato';
	font-size: 20px;
	background-color: #E0DDD0;
}



/****************************************************************************************
	Header
*/

#header {
	position: relative;
	
	padding: 20px;
	padding-right: 70px;
	
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 10px;
	text-transform: uppercase;
	background-color: #2B3D41;
	color: #E0DDD0;
}

#header .backLink {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#header .backLink svg {
	display: block;
	
	height: 30px;
}

#content {
	max-width: 800px;
	
	margin: 0 auto;
	padding: 20px 20px;
	
	box-sizing: border-box;
}



/****************************************************************************************
	Überschriften
*/


h1 {
	position: relative;
	
	margin: 20px 0 0 0;
	
	min-height: 50px;
	
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h1:first-child {
	margin-top: 0;
}

.headerIcon {
	padding-left: 40px;
}

.headerIcon i.bi {
	position: absolute;
	top: 0;
	left: 0;
}

h1 .buttons {
	position: absolute;
    
    top: 0;
	right: 0;
}

h1 .buttons .button {
	margin-left: 15px;
	
	height: 35px;
	width: 35px;
}


h2 {
	margin: 20px 0 0 0;
	
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 25px;
	word-wrap: break-word;
}


h3 {
	margin: 20px 0 0 0;
	
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 20px;
	word-wrap: break-word;
}



/****************************************************************************************
	Text
*/

a {
	text-decoration: none;
}

p {
	margin: 20px 0 0 0;
}

pre {
	margin: 20px 0 0 0;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	overflow-x: scroll;
}



/****************************************************************************************
	Boxen
*/

.box {
	position: relative;
	
	margin: 50px 0;
	padding: 30px;
	
	box-sizing: border-box;
	border-radius: 30px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
	
	background-color: #A2A77F;
}

.box h1:first-child,
.box h2:first-child,
.box h3:first-child,
.box p:first-child {
	margin-top: 0;
}

.boxHeader h1:first-child,
.boxHeader h2:first-child,
.boxHeader h3:first-child,
.boxHeader p:first-child {
	position: relative;
	
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	padding: 30px;
	
	border-radius: 30px 30px 0 0;
	
	color: #E0DDD0;
	background-color: #2B3D41;
}

.boxHeader h1 i.bi,
.boxHeader h2 i.bi,
.boxHeader h3 i.bi {
	padding-right: 10px;
}

.boxHeader h1.headerIcon,
.boxHeader h2.headerIcon,
.boxHeader h3.headerIcon {
	position: relative;
	
	padding-left: 70px;
}

.boxHeader .headerIcon i.bi {
	left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



/****************************************************************************************
	Buttons
*/

.button {
	position: relative;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	box-sizing: border-box;
	padding: 10px 20px;

	min-height: 45px;
	
	border-radius: 10px;
	
	font-size: 20px;
	
	vertical-align: middle;
	text-align: center;
	background-color: #A2A77F;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	transition: 0.2s;
}

.box .button {
	background-color: #E0DDD0;
}

.button:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}


.buttonActive {
	display: none;
}

.iconButton {
	padding-left: 50px;
}


.iconButton i.bi {
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.circleButton {
	width: 45px;
}

.circleButton i.bi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wideButton {
	width: 350px;
	max-width: 100%;
}

.buttonRow {
	padding: 0;
}

.buttonRow a {
	display: block;
	float: left;
	height: 45px;
	width: 45px;
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.buttonRow a:first-child {
	border-left: none;
}

.buttonRow a.text {
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

.buttonRow a i.bi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buttonRow_b {
	display: inline-block;
	
	height: 55px;
	
	padding: 5px;
	box-sizing: border-box;
	
	border-radius: 15px;
	
	background-color: #c2c5ab;
}


.bigButton {
	display: block;
	position: relative;
	
	max-width: 1000px;
	height: auto;
	
	margin: 20px 0;
	padding: 15px 20px;
	
	border-radius: 20px;
	
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	font-size: 25px;
}

.bigButtonIcon {
	padding-left: 60px;
}

.bigButtonIcon i.bi {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

.bigButton .borderBadges {
	position: absolute;
	
	bottom: -10px;
	right: 20px;
}

.bigButton .borderBadges .badge {
	display: block;
	
	float: left;
	
	height: 24px;
	line-height: 24px;
	
	margin-left: 5px;
	padding: 0 10px;
	
	border-radius: 5px;
	font-size: 15px;
	background-color: #E0DDD0;
}

.bigButton .borderBadges .circleBadge {
	width: 24px;
	text-align: center;
	padding: 0;
}

.bigButton .borderBadges i.bi {
	padding-right: 5px;
}

.bigButton .innerBadge {
	right: 20px;
	
	padding: 0 10px;
	
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	box-sizing: border-box;
	
	background-color: #E0DDD0;
	border-radius: 5px;
	font-size: 15px;
	font-family: 'Lato';
}

.bigButtonSvg {
	overflow: hidden;
}

.bigButtonSvg svg {
	position: absolute;
	height: 70px;
	width: 70px;
	rotate: 10deg;
	opacity: 0.2;
	right: 20px;
	top: -10px;
}



/****************************************************************************************
	Zeilen mit Button
*/

.row {
	position: relative;
	
	height: 50px;
	line-height: 50px;
	
	margin-top: 10px;
}

.row:first-child {
	margin-top: 0;
}

.row .button {
	position: absolute;
	right: 0;
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
}



/****************************************************************************************
	Formulare
*/

input[type=text],
input[type=number],
input[type=date],
input[type=email],
input[type=password],
textarea {
	display: block;
	
	width: 100%;
	max-width: 500px;
	height: 50px;
	
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	
	border: none;
	border-radius: 10px;
	outline: none;
	resize: none;
	background-color: rgba(255, 255, 255, 0.5);
	
	font-family: inherit;
	font-size: inherit;
}

textarea {
	height: 200px;
}

input::placeholder,
textarea::placeholder {
	color: rgba(0, 0, 0, 0.5);
}




/****************************************************************************************
	Dropdown
*/

.mh_dropdown {
	width: 500px;
	max-width: 100%;
	
	border: none;
	border-radius: 20px;
	
	color: white;
	vertical-align: middle;
	background: linear-gradient(5deg, rgba(40,40,40,1) 0%, rgba(108,108,108,1) 100%);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}

.mh_dropdown .list {
	z-index: 99;
	
	top: 0;
	left: 0;
	
	border-radius: 20px 0 20px 20px;
	border: none;
	
	background: linear-gradient(5deg, rgba(40,40,40,1) 0%, rgba(108,108,108,1) 100%);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}

.mh_dropdown_up .list {
	top: auto;
	bottom: 0;
	border-radius: 20px 20px 0 20px;
}

.mh_dropdown .list a.option {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.mh_dropdown .list a.option_0 {
	border-top: none;
}





















/****************************************************************************************
	Loading-Hinweis
*/

#loading {
	background-color: #A2A77F;
	border-color: #2B3D41;
}







/*


#content {
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 20px;
}

input[type=text],
input[type=password] {
	font-size: inherit;
	font-family: inherit;
	border: none;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	box-sizing: border-box;
}

.button {
	position: relative;
	background-color: #A2A77F;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	transition: 0.2s;
	padding: 10px 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.button svg {
	max-height: 100px;
	border-radius: 10px;
}

.button:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}


h2 {
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 25px;
	position: relative;
	padding-right: 50x;
}

h3 {
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 25px;
	word-wrap: break-word;
}

h4 {
	margin: 30px 0 0 0;
	font-size: 22px;
	font-weight: 700;
}

.area {
	border-radius: 30px;
	background-color: #A2A77F;
	margin-top: 50px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
	padding-bottom: 30px;
}

.area h2.title,
.area h3.title {
	background-color: #2B3D41;
	padding: 30px;
	border-radius: 30px 30px 0 0;
	color: #E0DDD0;
}

.area .button {
	background-color: #E0DDD0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.area .button:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.area p {
	padding-left: 30px;
	padding-right: 30px;
}






.mh_selector .buttons {
	background-color: rgba(0, 0, 0, 0.15) !important;
	border-width: 0 !important;
}

.mh_selector .value {
	background-color: rgba(255, 255, 255, 0.5) !important;
	border-width: 0 !important;
}




.mh_radioList {
	border: none !important;
	background-color: rgba(255, 255, 255, 0.2) !important;
	border-radius: 20px !important;
}

.mh_radioList .option {
	border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}






#header {
	background-color: #2B3D41;
	color: #E0DDD0;
	position: relative;
}

#header h1 {
	font-size: 30px;
	font-weight: 900;
	margin: 0;
	padding: 20px;
	padding-right: 70px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

#header .backLink {
	display: block;
	text-decoration: none;
	right: 20px;
}

#header .backLink svg {
	height: 30px;
	display: block;
}




#footer {
	padding: 50px 10px 20px 10px;
	font-size: 15px;
	text-align: center;
	
}

#footer a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.3);
}

#footer a:hover {
	text-decoration: underline;
	color: inherit;
}

*/