@import url(https://fonts.googleapis.com/css?family=Felipa|Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Aladin|Roboto);

/*Version 4*/
.post3 {
width: 500px;
min-height: 200px;
background-color: #46a29f;
box-sizing: border-box;
margin: auto;
}

.post3oben {
width: 500px;
min-height: 100px;
background-color: #1d2727;
padding: 18px;
box-sizing: border-box;
font-family: 'Aladin', cursive;
font-size: 45px;
color: #a99f6f;
}

.post3titel {
font-family: 'Roboto', sans-serif;
font-size: 11px;
color: #a99f6f;
text-transform: uppercase;
width: 580px;
margin-top: -15px;
padding-left: 30px;
} 

.post3box {
width: auto;
height: 500px;
background: #46a29f;
text-align: justify;
box-sizing: border-box;
color: #213c3c;
padding: 15px;
overflow: auto;
margin: 2px;
} 

.post3unten {
width: 500px;
min-height: 150px;
background-color: #1d2727;
padding-left: 15px;
box-sizing: border-box;
font-family: 'Aladin', cursive;
font-size: 55px;
color: #213c3c; 
}

.post3bild {
width: 200px;
height: 120px;
border: 2px solid #a99f6f;
float: left;
padding: 3px;
box-sizing: border-box;
margin-top: 15px;
}

.post3balken {
width: 120px;
min-height: auto;
background: #46a29f;
padding: 2px;
float: left;
font-weight: bold;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
font-size: 11px;
color: #213c3c;
margin: 10px;
margin-top: 15px;
/*margin: 22px 3px 1px 5px;*/
text-align: center;
} 

/*Version 3*/
.post1 {
width: 500px;
min-height: 300px;
background: #1d2727;
border: 3px solid #46a29f;
padding: 5px;
margin: auto;
}

.post1titel {
width: 500px;
min-height: 40px;
background:#46a29f;
font-size: 30px;
font-family: 'Gloria Hallelujah', cursive;
color: #213c3c;
text-align: center;
}

.post1textbox {
width: 320px;
height: 260px;
overflow: auto;
font-family: 'Open Sans', sans-serif;
padding: 3px;
margin: 5px;
font-size: 12px;
background: #46a29f;
color: #213c3c;
float: right;
text-align: justify;
}

.post1balken {
width: 150px;
height: auto;
font-family: 'Open Sans', sans serif;
text-transform: uppercase;
padding: 5px;
margin: 3px;
background: #46a29f;
color: #213c3c;
font-weight: bold;
text-align: center;
font-size: 10px;
}

.post1bild {
width: 150px;
height: 150px;
margin: 3px;
border: 1px solid #a99f6f;
padding: 3px;
}

/*Version 2*/

.p2-background {
width: 500px;
height: 700px;
background-image: url(http://static.colourlovers.com/images/patterns/5056/5056804.png?1451851381);
border: 2px solid #46a29f;
margin: auto;
}

.p2-textbox {
width: 400px;
height: 600px;
padding: 8px;
margin: auto;
margin-top: 40px;
background: #46a29f;
color: #213c3c;
font-family: Roboto;
font-size: 13px;
overflow: auto;
opacity: 0.8;
}


/*Version 1*/

.p1-background {
width: 500px;
height: auto;
background-color: #1d2727;
margin: auto;
border-bottom: 2px solid #1d2727;
}

.p1-headline {
width: 470px;
min-height: 45px;
font-family: Felipa;
color: #a99f6f;
text-align: center;
font-size: 35px;
padding: 15px;
border-bottom: 2px dotted #a99f6f;
}

.p1-miniheadline {
font-family: Roboto;
font-size: 10px;
text-align: center;
text-transform: uppercase;
margin-top: -10px;
}

.p1-bild {
width: 150px;
height: 100px;
float: left;
margin: 8px;
}

.p1-eckdaten {
width: 150px;
height: auto;
background-color: #46a29f;
color: #213c3c;
font-family: Roboto;
font-size: 11px;
padding: 2px;
float: left;
text-align: center;
margin-top: -23px;
margin-left: 5px;
}

.p1-eckdaten1 {
width: 150px;
height: auto;
background-color: #46a29f;
color: #213c3c;
font-family: Roboto;
font-size: 11px;
padding: 2px;
float: left;
text-align: center;
margin-top: 6px;
margin-left: 5px;
}

.p1-eckdaten2 {
width: 150px;
height: auto;
background-color: #46a29f;
color: #213c3c;
font-family: Roboto;
font-size: 11px;
padding: 2px;
float: left;
text-align: center;
margin-top: 10px;
margin-left: 5px;
}

.p1-bild2 {
width: 150px;
height: 100px;
margin: 8px;
margin-top: -12px;
float: right;
}

.p1-textbox {
width: 470px;
height: 460px;
font-family: Roboto;
font-size: 13px;
overflow: auto;
background: #46a29f;
color: #213c3c;
padding: 8px;
margin: 7px;
margin-top: 5px;
}