*{margin: 0; padding: 0;}
body{
	background-image: url(http://www.texasschoolbusiness.com/wp-content/uploads/2012/12/ivory-off-white-paper-texture.jpg);
	background-attachment: fixed;
}


.page-wrapper{
	background-image: url(../Bilder/finger.png);
	background-repeat: no-repeat;
	background-position-x: 2%;
	background-position-y: 0%;
	background-size: 230px;
}

header h1 { 
	font-family: 'Playfair Display', serif;
	font-size: 100px;
	color: rgb(6, 5, 10);
	text-align: center;
	text-transform: uppercase;
}

h3{
	color: rgb(6, 5, 10);
}

header h2 { 
	color: rgb(81, 80, 85);
	font-size: 30px;
	text-transform: uppercase;
    border-bottom: 2px solid rgb(6, 5, 10);
    border-top: 2px solid rgb(6, 5, 10);
	text-align: center;
	}

header {
	width: auto;
	margin-top: 10px;
	padding-bottom: 8px;
	border-bottom: 4px double rgb(6, 5, 10);
	margin-bottom: 20px;
	background-image: url(../Bilder/price.png);
	background-repeat: no-repeat;
	display: block;
	background-size: 150px;
	background-position-y: 1%;
	background-position-x: 98%;
	background-attachment: top;
}

.preamble{
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: rgb(37, 36, 41);
	margin-bottom: 30px;
	text-align: center;

}

.preamble:after{
	border-bottom: 3px double rgb(6, 5, 10);
	content: '';
	width: 550px;
    height: 7px;
    display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.preamble h3{
	font-size: 30px;
	color: rgb(6, 5, 10);
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

.summary{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: rgb(37, 36, 41);
	border-bottom: 4px double rgb(6, 5, 10);
	padding-bottom: 20px;
}

p a{
	color: rgb(94, 89, 110);
	text-decoration: none;
}

a:link:hover {
	color: rgb(6, 5, 10);
	text-decoration: underline;
}

.main {
	height: auto;
	width: 85%;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
	color: rgb(37, 36, 41);
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	text-align: center;
	margin-left: 30px;
}

.main p{
	text-align: justify;
	width: 65%;
	margin-left: 17%;
	padding-top: 18px;
}

.explanation{
	order: 1;
	width: 40%;
	height: auto;
	align-self: auto;
	display: block;
	padding-right: 10px;
	border-right: 1px solid rgb(6, 5, 10);

}

.explanation h3{
	font-size: 40px;
	text-transform: uppercase;
}

.explanation h3:after { 
	content:"";
	border-bottom: 1px solid rgb(6, 5, 10);
	width: 200px;
    height: 7px;
    display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.participation{
	order: 2;
	width: 40%;
	height: auto;
    align-self: auto;
	display: block;
	padding-left: 10px;

}

.participation h3{
	font-size: 40px;
	text-transform: uppercase;
}

.participation h3:after { 
	content:"";
	border-bottom: 1px solid rgb(6, 5, 10);
	width: 200px;
    height: 7px;
    display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.benefits{
	order: 4;
	width: 40%;
	height: auto;
    align-self: auto;
	display: block;
	padding-left: 10px;
	margin-top: 30px;
	background-image: url(../Bilder/ad.png);
	background-repeat: no-repeat;
	background-size: 500px;
	background-position-y: 50%;
	background-position-x: 20%;
	background-attachment: bottom;
}


.benefits h3{
	font-size: 40px;
	text-transform: uppercase;
	color: rgb(6, 5, 10);
}

.benefits h3:after{
	content:"";
	border-bottom: 1px solid rgb(6, 5, 10);
	width: 200px;
    height: 7px;
    display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.requirements{
	order: 3;
	width: 40%;
	height: auto;
	align-self: flex-end;
	margin-top: 30px;
	border-right: 1px solid rgb(6, 5, 10);
	padding-right: 10px;	
}

.requirements h3{
	text-transform: uppercase;
	font-size: 40px;
}

.requirements h3:after{
	content:"";
	border-bottom: 1px solid rgb(6, 5, 10);
	width: 200px;
    height: 7px;
    display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

footer{
	order: 5;
	width: auto;
	height: auto;
	right: 5px;
	align-self: flex-end;

}

footer a{
	font-size: 15px;
	padding-right: 4px;
	text-decoration: none;
	color:rgb(6, 5, 10);
}

.sidebar {
	width: 25%;
	position: absolute;
	right: 1%;
	top: 100%;
	font-family: 'Playfair Display', serif;
	text-align: center;
	border: 3px double rgb(6, 5, 10);
}

.sidebar ul{
	list-style-type: none;
	text-decoration: none;
}


.sidebar h3{
	font-size: 40px;
	color: rgb(6, 5, 10);
	text-transform: uppercase;
	padding-top: 10px;

}

.sidebar h3:after{
	content:"";
	border-bottom: 1px solid rgb(6, 5, 10);
	width: 200px;
    height: 7px;
    display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.sidebar a{
	color: rgb(69, 66, 80);
	font-size: 20px;
	text-decoration: none;
	display: block;
	transition: font-size 0.5s, color 0.5s;
}

.designer-name:after{
	content:"";
	border-bottom: 1px solid rgb(6, 5, 10);
	width: 100px;
    height: 7px;
    display: block;
	margin: 0 auto;
	margin-bottom: 3px;
}

.sidebar li{
	font-size: 20px;
	color:rgb(6, 5, 10);
}

.sidebar a:link:hover{
	font-size: 25px;
	color:rgb(6, 5, 10);
}

.extra1{
	width: 300px;
	height: 300px;
	position: absolute;
	right: 1%;
	top: 288%;
	background-image: url(../Bilder/ad2.png);
	background-repeat: no-repeat;
	background-size: 300px;
}

.extra2{
	width: 330px;
	height: 479px;
	position: absolute;
	right: 2%;
	top: 330%;
	background-image: url(../Bilder/ad3.png);
	background-repeat: no-repeat;
	background-size: 350px;
}

.extra3{
	width: 600px;
	height: 372px;
	position: absolute;
	right: 5%;
	top: 412%;
	background-image: url(../Bilder/ad4.png);
	background-repeat: no-repeat;
	background-size: 600px;
}