@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow|Open+Sans);

.g-background { 
width: 450px;
height: auto;
background: #46a29f;
color: #fff;
font-family: Archivo Narrow;
font-size: 30px;
text-align: right;
padding: 13px;
border-bottom: 5px solid #206161;
margin-left: 100px;
}

.g-box {
width: auto;
height: 200px;
border: 1px solid #206161;
margin-top: 10px;
padding: 1px;
}

.g-bild {
width: 150px;
height: 80px;
margin: 3px;
float: left;
}

.g-bild1 {
width: 150px;
height: 80px;
margin: 2px;
float: right;
}

.g-fakten {
width: 150px;
height: 15px;
background: #206161;
color: #fff;
font-family: Open Sans;
font-size: 10px;
margin: 3px;
text-align: center;
text-transform: uppercase;
}

.g-fakten1 {
width: 150px;
height: 15px;
background: #206161;
color: #fff;
font-family: Open Sans;
font-size: 10px;
margin: 1.5px;
text-align: center;
text-transform: uppercase;
float: right;
}

.g-text {
width: 275px; 
height: 182px;
overflow: auto;
font-family: Open Sans;
font-size: 11px;
color: #fff;
float: right;
padding: 3px;
margin: 3px;
text-align: justify;
}

.g-text1 {
width: 275px; 
height: 182px;
overflow: auto;
font-family: Open Sans;
font-size: 11px;
color: #fff;
float: left;
padding: 3px;
margin: 3px;
text-align: justify;
}

.g-box1 {
width: auto;
height: 200px;
border: 1px solid #206161;
margin-top: 10px;
padding: 3px;
overflow: auto;
text-align: justify;
font-family: Open Sans;
font-size: 12px;
color: #fff;
}

.g-balken {
width: auto;
height: 16px;
background: #206161;
color: #fff;
text-transform: uppercase;
font-family: Open Sans;
font-size: 12px;
padding: 3px;
margin: 3px;
text-align: center;
float: left;
}