body {
    margin-top:0;
    margin-bottom:128px;
}

h1 {
	transform: rotate(-3deg);
	margin-top:0px;
	margin-bottom:0px;
	display:inline-block;
	background:#3e4975;
	padding:16px;
	border-radius:8px;
	color:white;
	box-shadow:4px 3px 10px 0px rgba(50, 50, 50, 0.75);
	text-shadow:1px 1px 5px rgba(255, 255, 255, 1);
    font-size:1.5em;
    line-height:normal;
}

.sector2 {
    margin-bottom:48px;
}

header {
    position:fixed;
    bottom:0;
    left:0;
    height:72px;
    padding:16px 128px 8px;
    overflow:hidden;
    width:calc(100% - 256px);
    top:auto;
}

header ul {
    bottom:38px;
}

#kopf {
    margin-bottom:128px;	
}

#kopf-l, #kopf-r {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    height:100%;
    cursor:pointer;
    overflow:hidden;
    position:relative;
}

#kopf h1 {
    white-space:nowrap;	
}

#kopf-l {
    float:left;
    width:calc(67% - 160px);	
    padding:64px 32px 64px 128px;
}

#kopf-r {
    float:right;	
    display:inline-block;
    width:calc(33% - 160px);
    padding:64px 128px 64px 32px;
}

@media only screen and (max-width: 799px) {

    .sector2 {
        width:130%;
    }
    #kopf-l,#kopf-r {
        float:none;
        clear:both;
        width:100%;
        height:120px;
    }

    #kopf-l img,
    #kopf-r img {
        position:absolute;
        left:auto !important;
        top:auto !important;
        right:0 !important;
        height:200px !important;
        bottom:0 !important;
        max-height:none !important;
        max-width:none !important;
    }
/*
    #kopf-r img {
        position:absolute;
        left:0;
        height:90x;
    }
*/
    #kopf {
        margin-bottom:16px;
    }

    .ansprechperson {
        width:220px; height:220px;
    }

    header {
        z-index:32767;
    }
}