/*
 *
 * StyleSheet made for Cafe zur Ludwigslust
 * Author: Marco Winkler
 * Made by Marco Winkler
 *
*/

html, body, h1, h2, p {
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
}

body {
    width: 100%;
    min-width: 1250px;
    height: 100%;
    background: url('../img/background/bg.jpg') no-repeat fixed 100% 100% / cover;
}

a {
    text-decoration: none;
}

header {
    width: 1180px;
    position: absolute;
    overflow: visible;
    left: 50%;
    margin: -100px 0px 0px -590px;
}



header .head_content {
    margin: 120px auto 0px;
    width: 1180px;
}

header .logo {
    position: relative;
    z-index: 80;
    margin: 35px 0px 0px 35px;
}

header .logo a {
    font-size: 40px;
    color: rgb(2, 40, 2);
}

header .housepicture {
    position: absolute;
    right: -20px;
    top: 49px;
    width: 407px;
    height: 244px;
    background: url('../img/background/bg_picture.png') no-repeat scroll 0% 0% / cover;
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

header .housepicture img {
    width: 380px;
    margin: 14px 0px 0px 11px;
}

#content {
    margin: 100px auto 0px;
    width: 1180px;
    height: 904px;
    background: transparent url("../img/background/bg_content.png") no-repeat scroll 0% 0% / contain;
}

#content .content-container {
    padding: 220px 15px 0px;
    height: 380px;
    width: 1050px;
    z-index: 75;
    position: relative;
}

#content .navigation {
    padding: 230px 42px 0px 0px;
    height: 180px;
    width: 120px;
    position: relative;
    z-index: 70;
    text-align: right;
    -moz-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -o-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}

.navigation ul {
    margin: 0px;
    padding: 0px;
}

.navigation ul li {
    list-style: none;
    margin-bottom: 10px;
}

.navigation ul li a {
    color: black;
    font-size: 20pt;
}

.subinfo {
    width: 200px;
    font-size: 14pt;
}

.subinfo a {
    color: black;
    font-weight: bold;
}

.subinfo ul {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-left: 18px;
    padding-top: 10px;
}

article {
    float: right;
    width: 750px;
    font-size: 18pt;
    height: 335px;
    overflow: auto;
    max-height: 335px;
}

article ul {
    /*margin: 0px;*/
    /*padding: 0px*/
}

article ul li {
    /*margin: 0px;*/
    /*padding: 0px;*/
    padding: 1em 0;
    /*list-style: none;*/
    /*margin-right: 10px;*/
    /*display: inline;*/
}

article ul li a {
    /*color: #000;*/
}

fieldset label.left {
    width: 110px;
}

fieldset label.right {
    width: 670px;
}

fieldset input.text {
    width: 200px;
}

fieldset textarea {
    width: 200px;
}

.slider {
    position: relative;
    left: -95px;
    bottom: 40px;
    width: 575px;
    height: 340px;
    overflow: hidden;
    background: url("../img/background/bg_picture.png") no-repeat scroll 0% 0% / cover transparent;
    margin-top: 50px;
}

.slides {
    height: 315px;
    width: 1200px;
    margin: 17px 10px 11px 15px;
}

.slides img {
    position: absolute;
    top: 15px;
    left: 14px;
}

.cup {
    position: relative;
    width: 120px;
    height: 120px;
    margin: -350px 0px 0px 800px;
    bottom: 35px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 32px;
}

@media (max-width: 1192px) {
    body {
        min-width: auto;
    }

    header {
        width: 100%;
        margin-left: 0px;
        left: auto;
        overflow: hidden;
        height: 400px;
    }

    header .eve {
        left: -305px;
        width: 1384px;
    }

    header .head_content {
        width: 100%;
    }

    header .logo {
        margin-left: 90px;
    }

    header .logo a {
        font-size: 50pt;
    }

    #content {
        width: 95%;
    }

    #content .content-container {
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
    }

    .subinfo {
        width: 20%;
    }

    article {
        width: 76%;
    }

    .cup {
        margin: -375px 0px 0px 660px;
    }

    .cup img {
        width: 300px;
    }
}

@media (max-width: 992px) {
    header .eve {
        left: -320px;
        width: 1297px;
    }

    header .housepicture {
        right: -60px;
        top: 5px;
    }

    header .logo {
        margin-left: 80px;
        margin-top: 120px;
    }

    header .logo a {
        font-size: 46pt;
    }

    .subinfo {
        width: 40%;
    }

    header .logo {
        margin-left: 73px;
    }

    #content {
        background-image: url("../img/background/bg_content_small.png");
        background-repeat: repeat-y;
    }

    #content .content-container {
        padding-top: 225px;
        padding-left: 60px;
        width: 87%;
        height: auto;
    }

    .cup {
        display: none;
    }

    article {
        width: 58%;
        max-height: inherit;
        height: auto;
    }
}

@media (max-width: 645px) {
    #content .content-container {
        width: 80%;
    }

    .subinfo {
        width: 100%;
    }

    #content {
        background-image: url("../img/background/bg_content_small.png");
        background-repeat: repeat-y;
        height: auto;
    }

    article {
        width: 100%;
        padding-top: 50px;
    }
}

@media (max-width: 576px) {
    #content .content-container {
        padding-top: 140px;
    }

    header .housepicture {
        display: none;
    }

    header .logo {
        margin-left: 75px;
        width: 84%;
        margin-top: 10px;
    }

    header .logo a {
        font-size: 35pt;
    }

    #content .content-container {
        padding-top: 140px;
        padding-left: 60px;
        width: 80%;
        height: auto;
    }

    .slider {
        display: none;
    }

    .cup {
        display: inherit;
        margin-left: -50px;
        margin-top: 45px;
    }
}