﻿.shadow {
    text-shadow: 1px 1px 6px #FFFFFF;
} 
.align {
  text-align: center;
}
.contentlkf {
    width: 100%;
	padding: 200px 0;
    background: url(../images/konfektionierung.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.contentruf {
    width: 100%;
	padding: 200px 0;
    background: url(../images/rollenformate.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.contentknt {
    width: 100%;
	padding: 200px 0;
    background: url(../images/kontakt.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}