@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	font-family: 'Raleway', sans-serif;
	background: url("../bilder/picbox/action02.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	margin: 0;
	position: relative;
	padding-bottom: 6rem;
	min-height: 100%;
}

#main_content {
	position: relative;
	text-align: center;
	min-height: calc(100% - 5em);
}

#content_wrapper {
	padding-bottom: 5em;
}

.txt_box {
    background-color: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(6px);
	height: 13em;
	width: 40em;
	max-width: 100%;
    margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.txt_box:first-of-type {
	margin-top: 10vh;
}

.txt_box p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;

}

span.centered {
	display: block;
	margin: -1em 0 .75em;
	font-size: 2em;
}

.divider_line {
	background-color: #999999;
	display: block;
	height: 1px;
	margin: 2em auto;
	width: 50em;
	max-width: 90%;
}

.logo {
    width: 25%;
    margin: 0 1%;
}

a.button {
    padding: 1em 1.25em;
    background-color: #689626;
    border-radius: .25em;
    text-decoration: none;
    color: #fff;
}

a.button.shadow:hover {
	box-shadow: none;
	filter: brightness(1.1);
}

a.button img {
	height: 1em;
    vertical-align: bottom;
    margin: 0 .75em 0 0;
}

.shadow {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}

#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-align: center;
    background-color: rgba(255,255,255,0.5);
}

.footer_txt, .footer_txt a {
    font-size: 12px;
	text-decoration: none;
	display: inline-block;
	line-height: 50px;
	color: #000;
	text-decoration: none;
}

.footer_txt a:hover {
	text-decoration: underline;
}

.margin_left {
	margin-left: 1em;
}
