@font-face {
  font-family: Opensans;
  src: url(OpenSans-Regular.ttf);
}

@font-face {
  font-family: Opensansbold;
  src: url(OpenSans-ExtraBold.ttf);
}

body {
    margin:0;
    padding:0;
    background:#000;
    color: #fff;
    font-family: Opensans;
    font-size: 1rem;
}
strong {
    font-family: Opensansbold;
}

a:link, a:visited {
    color: #fff;
}
a:hover, a:active{
    text-decoration: none;
}

.footer {
    font-size: 0.8rem;
    width:100%;
    margin:30px 0;
}
.teaser {
    font-style: italic;
    margin-top: 20px;
}

@media only screen and (max-width: 765px) {

body {
    padding:20px;
}
.logo, .content, .portrait, .teaser, .adresse {
    width:100%;
}
.logo img {
width:50%;
    max-width:250px;
}

.portrait {
    margin:30px 0;
    text-align: center;
}

.portrait img {
    max-width:250px;
}
.schriftzug{
    width:100%;
}
h1 {
    font-size:1.4rem;
}
.adresse{
    margin-top:30px;
}
.teaser {
    margin-bottom:50px;
}

}

@media only screen and (min-width: 766px) {  

section{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
    justify-content: center;
	align-items: center;
    height: 100vh;
	text-align: left;
}
.logo{
    width:25%;

}
.logo img {
    width:100%;
}

.content{
    width: 65%;
    max-width:500px;
    display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}
.content img {
    width:100%
}

h1 {
    text-align: left;
    width: 100%;
    font-family: Opensansbold;
    font-size: 30px;
}

.adresse {
    width: 50%;
}

.portrait {
    width:50%;
    text-align: center;
    margin-top: 30px;
}
.portrait img {
    max-width:180px;
}
}

@media only screen and (min-width: 1440px) {
section{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
    justify-content: center;
	align-items: center;
	height:100vh;
	text-align: left;
}


.logo{
    width:40%;
    max-width:700px;
}
.logo img {
    width:100%;
}

.content{
    width: 30%;
    max-width:500px;
    display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.content img {
    width:100%
}

h1 {
    text-align: left;
    width: 100%;
    font-family: Opensansbold;
    font-size: 30px;
}

.adresse {
    width: 50%;
}

.portrait {
    width:50%;
    text-align: center;
    margin-top: 30px;
}
.portrait img {
    max-width:180px;
}

}