body, html{
	margin: 0;
	padding: 0;
	font-family: "Quicksand";
}
body *{
	color: #fff;
}
.content{
	text-align: left;
}
.title{
	margin: 0;
}
h1,h2,h3{
	margin: 0;
	padding: 0;
}
h1{
	padding: 20px;
}
h1 a{
	color: white;
}
h1 span{
	color: #fff !important;
}
.subheader{
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a{
	text-decoration: none;
}
.btn{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 8px;
	border: 2px solid #fff;
	color: #A63446;
	overflow: hidden;
	text-decoration: none;
	background-color: #fff;
	font-size: 20px;
	margin-top: 50px;
	display: block;
	text-align: center;
	margin: 20px;
}
.button-icon{
	font-size: 35px;
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #DC143C;
}
.button-text{
	margin: 15px;
    float: left;
}
.btn span{
	color: #A63446;
}
.btn:hover{
	background-color: #fff;
	color: #A63446;
}
.footer{
	text-align: left;
	background-color: #fff;
	padding: 20px;
}
.footer *{
	color: black;
}
.footer ul{
	margin: 0;
	padding:0;
}
.footer ul li{
	list-style: none;
	display: inline-block;
	padding: 5px;
}
.footer ul li a{
	color: #A63446;
}
.price{
	margin: 20px;
}
.main{
	overflow: hidden;
}
.text{
	margin: 20px;
	text-align: justify;
}
.text img{
	float: left;
	margin-right: 20px;
}

.cover{
	position: relative;
	height: 140px;
	background-image: url(/cover.jpg);
	background-position: center;
}
.cover .cover-text{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;    z-index: 999999;
}
.cover .cover-text *{
	color: #fff;
}
.cover .cover-image{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
}
.main-imprint{
	margin: 20px;
}
