body {
    background: url('media/Texture_layer_15P.png'), #77b800;
    background-size: 50%;
    margin: 0;
}
#footer, #content, #btm-slider {
    box-sizing: content-box;
}
div#content {
    color: #000;
    margin: 50px auto;
    vertical-align: middle;
    width: 80%;
}
div#header {
    background-color: #77b800;
    margin: auto;
    padding: 0;
    background-image: url('media/72-Logo-Muster-2400x680px.jpg');
    background-size: 1000px;
    margin-bottom: 20px;
}
div#header img {
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
div#infobox {
    font-family: arial, sans-serif;
    color: #968b49;
    text-align: center;
    border: 5px solid #323232;
    background-color: #323232;
    font-weight: bold;
    /*display: none;*/
}
span.info {
    padding: 20px;
    border: 3px solid #968b49;
    display: block;
}
div#main {
    display: flex;
}
div.txt {
    margin: 0 20px;
}
div#nav {
    width: 400px;
    min-height: 300px;
    padding: 10px;
    position: relative;
}
div#nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: url('bg-texture.png'), #416821;*/
    z-index: -1;
}
div#nav:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom 10px right 10px;
	background-size: 150px;
	filter: grayscale(1) brightness(200);
    opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: -0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}
ul.nav {
    list-style: none;
    padding: 0px;
    position: relative;
    z-index: 0;
    font-family: "Trebuchet MS;", "yanone", Helvetica, Arial, sans-serif;
}
li.nav {
    background-color: #ffffff;
    padding: 12px 8px;
    margin-bottom: 15px;
}
li.nav:hover {
    background-color: #416821;
}
li.nav:active {
    background-color: #007ab8;
}
li.nav:hover > p.navtext, li.nav:active > p.navtext {
    color: #FFF;
}
p.navtext {
    margin: 0;
    text-align: center;
    font-family: "Trebuchet MS;", "yanone", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
div#page {
    font-family: arial, sans-serif;
    font-size: 16px;
    min-height: 300px;
    padding-bottom: 15px;
    width: 100%;
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
}
div#page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
}
div#page:after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 20px;
    left: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 75%;
    background-origin: padding-box;
    opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    z-index: -1;
}
div.txt {
   font-size: 20px;
}
#page > h1.title {
    background-color: #ff8f00;
    color: #FFF;
    display: inline-block;
    font-size: 24px;
    padding: 12px 30px;
    position: relative;
    font-family: "Trebuchet MS;", "yanone", Helvetica, Arial, sans-serif;
    margin-left: 30px;
    margin-top: -20px;
}
#page > h1.title::before {
    content: "";
    position: absolute;
    left: 0;
    border-top: 20px solid transparent;
    bottom: 100%;
    border-right: 50px solid #416821;
}
#page > h1.title::after {
    content: "";
    position: absolute;
    right: 0;
    border-bottom: 20px solid transparent;
    top: 100%;
    border-left: 50px solid #416821;
}
#page h2.banner {
    background-color: #77b800;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    padding: 10px 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    font-family: "Trebuchet MS;", "yanone", Helvetica, Arial, sans-serif;
    left: 50%;
    transform: translateX(-50%);
}
#page h2.banner:before {
    content: "";
    position: absolute;
    left: 0;
    border-top: 20px solid transparent;
    bottom: 100%;
    border-right: 30px solid #cdcdcd;
}
#page h2.banner::after {
    content: "";
    position: absolute;
    right: 0;
    border-bottom: 20px solid transparent;
    top: 100%;
    border-left: 50px solid #cdcdcd;
}
img.slider {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 5px;
}
span.photographer {
    text-align: right;
    float: right;
    font-size: small;
}
div#preview {
    text-align: center;
}
div#footer {
    background: url('media/bg-texture.png'), #416821;
    height: 160px;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 25px 0;
}
ul.foot {
    font-family: arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
ul.foot li {
    display: block;
    float: left;
    height: 100%;
    text-align: center;
    width: 33%;
}
.slider-title {
    height: 80px;
    width: 120px;
    margin: 10px 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    mix-blend-mode: multiply;
    filter: grayscale(1) opacity(0.4);
}
div#btm-slider {
    background: url('media/bg-texture.png'), #1bbbe9;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -10px;
}
.footer-img {
    float: left;
    display: block;
    height: 50px;
    margin: 5px 20px;
    filter: brightness(200)
}
p#copy {
    color: #FFF;
    float: right;
    font-size: 16px;
    margin: 22px 0;
    text-align: right;
}
a#imprint,
p.imprint {
    color: #FFF;
    font-size: 16px;
    margin: 22px 0;
    text-decoration: none;
}
a#imprint:hover {
    color: #968b49;
}
p {
    color: #000;
    font-family: Arial, sans-serif;
}
a {
    text-decoration: none;
	color: #968b49;
}
a:visited {
    color: #968b49;
}
a:hover, a:active {
   color: #323232;
}
a.thumb img {
    border-radius: 2px;
    margin: 3px;
    height: 150px;
}
p.creator,
p.author {
    font-style: italic;
    font-size: small;
}
@media only screen and (max-width: 1400px), only screen and (max-device-width: 1400px) {
    div#content {
        width: initial;
    }
}