* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #7e6d87 ;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	color: black;
	font-weight: 300;
}

h4 {
	color: #7e6d87;
	font-size: 1.3em;
}

.tabelle {
	width:210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.main_content {
	
	background: white URL(site_elements/Leiste.png) no-repeat bottom center;
	padding: 50px 50px;
	max-width: 1000px;
	margin: 0px auto;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
	margin-top: 50px;
	text-align: center;
}

.logo_name {
	font-weight: 100;
	color: black;
	font-size: 24px;
	line-height: 1em;
	display: none;
}

.logo_subname {
	color: #7e6d87;
	font-size: 25px;
	line-height: 1em;
	display: none;
}

.hinweis_box {
	padding: 0px 0px 40px 0px;
	opacity: 0.7;
}

/*.hinweis_box h1 {
	font-size: 20px;
	font-weight: 300;
	color: #7e6d87;
}


.hinweis_box h2 {
	font-size: 22px;
	font-weight: 700;
	color: grey;
}

.hinweis_box h3 {
	font-size: 20px;
	font-weight: 700;
	color: grey;
}*/


.hinweis_box p, .hinweis_box ul {
	margin: 0.5em 0px;
	font-size: 18px;
}

.hinweis_box a {
	color: #7e6d87;
	text-decoration: none;
}

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

.contact_box {
	font-size: 20px;
	padding-top: 40px;
}

.contact_box p {
	margin: 0.5em 0px;
}

strong {
	font-weight: 700 !important;
	/*color: grey;*/
}

.contact_box a {
	text-decoration: none;
	color: #7e6d87;
}

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

.imprint_box {
	font-size: 16px;
	padding-top: 40px;
}

.imprint_box p {
	margin: 0.7em 0px;
}

.imprint_box h1, h1 {
	font-size: 1.5em;
	color: #7e6d87;
	font-weight: 500;
}

.imprint_box strong {
	font-weight: 700;
}

.imprint_box a {
	text-decoration: none;
	color: #7e6d87;
}

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

.footer_wrapper {
	max-width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
	overflow: hidden;
	color: white;
	opacity: 0.75;
}

.footer_wrapper a {
	color: white;
	text-decoration: none;
}

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

.imprint_wrapper {
	float: right;
	text-align: right;
	width: 20%;
}

.copyright_wrapper{
	float: left;
	max-width: 77%;
	margin-right: 3%;
}

.hinweis_box h1 {
    font-size: 2em;
    font-weight: 600;
    color: #7e6d87;
}

.hinweis_box h2 {
    font-size: 1.3em;
    font-weight: 700;
    color: #7e6d87;
}

.hinweis_box h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #7e6d87;
}

.umzug {
    background: #7e6d87;
    color: white;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 20px;
}