html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #ffffff;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.8em;
    color: #4a4a4a;
}

#wrapper {
    position: relative;
    min-height: 100%;
    /* width: 100%; */
    /* margin: 0 auto; */
    /* background-color: green; */
}

img {
    border-width: 0;
}

ul {
    list-style-type: none;
    list-style-image: url(images/bullet-2.gif);
    list-style-position: outside;
    vertical-align: middle;
    margin-left: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
}

li {
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#header {
    width: 100%;
    /* height: 50px; */
    position: fixed;
    top: 0;
}

#header img#Logo {
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    left: 0;
}

#header img#Haus {
    /* text-align: right;*/
    margin-top: 9px;
    margin-right: 5px;
    /* margin-left: auto;*/
    right: 0;
}

#header #Headlines div {
    position: relative;
}

#Headlines {
    background-color: White;
    background-repeat: repeat;
    background-image: url(Images/linesTop.gif);
    width: 100%;
    height: 38px;

}

#CurrentPath {
    background-color: #e9eeee;
    width: 100%;
    height: 1.5em;
    padding-top: 0.2em;
    padding-left: 20em;
    text-align: left;
    vertical-align: middle;
    border-bottom-color: Silver;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

#Content {
    margin-top: 70px;
    padding-bottom: 2.5em;
    /* height: 100%;*/
    position: static;
}

#MenuContainer {
    width: 18em;
    /* overflow: auto; */
    /* display: table-cell; */
    float: left;
}

#Menu {
    text-align: left;
    border-top-color: Silver;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-color: Silver;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-color: #e9eeee;
    padding-top: 0px;
    padding-bottom: 10px;
}

#AASPInfo {
    text-align: center;
    margin-top: 10px;
    margin: 10px;
    padding: 5px;
    background-color: #e9eeee;
    border: 2px solid silver;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#ContentPage {
    border: 1px solid silver;
    background-color: #e9eeee;
    margin-left: 20em;
    padding: 1em 1em 1em 1em;
    /* display: table-cell; */
    /* width: 100%; */
    /* float: right; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
}

#FooterContainer {
    background-color: White;
    background-image: url(Images/linesBot.gif);
    background-repeat: repeat;
    width: 100%;
    clear: both;
    min-height: 4.7em;
}

#ImpressumLink {
    padding: 13px;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 1em;
    line-height: 140%;
    text-align: center;
}

#Phone {
    display: inline-block;
    float: right;
}

#Phone img {
    margin: 10px;
    padding: 5px;
    background-color: #e9eeee;
    border: 2px solid silver;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Notvisible {
    visibility: hidden;
}

.DescriptionText {
    min-width: 40em;
}

.OrderBox {
    background-color: #eaeaff;
    padding: 2px;
}

.SideImage {
    float: right;
    padding-left: 10px;
}

/* CSS text einblendung */
ul.expand_text {
    display: none;
}

ul.expand_text:target {
    display: block;
}

/*
#Content p, #Content h4, #Content h3
{
    padding-left: 40px;
}
#Content h2
{
    display: inline;
}
*/

h1, h2, h3, h4 {
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    color: #CC0033;
    padding-bottom: 0.1em;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 0.75em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.0em;
}

p {
    line-height: 1.2em;
}

hr {
    border: 0;
    border-top: 1px solid #bababa;
    height: 1px;
}

a {
    color: #CC0033;
}

a:visited {
}

a:hover {
    text-decoration: underline;
    color: #CC0033;
}

a:active {
    color: #CC0033;
}

/**************************
*
*	Responsive Styles
*
**************************/

.navbar-toggle {
    display: none;
}

@media (max-width: 767px) {

    html {
        box-sizing: border-box;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    ol {
        -moz-padding-start: 20px;
        -webkit-padding-start: 20px;
    }

    #header {
        position: relative;
    }

    #Headlines {
        height: auto;
    }

    #Headlines > span {
        display: block;
        text-align: center !important;
    }

    #Headlines > div {
        display: block;
        text-align: center !important;
    }

    #header #Headlines div {
        display: none;
    }

    #header img#Logo {
        position: relative;
    }

    #header img#Haus {
        position: relative;
        right: 55px;
    }

    #CurrentPath {
        padding: 0.2em 0;
        text-align: center;
    }

    #Content {
        margin: 10px 0;
        padding: 0 15px;
        position: relative;
    }

    #MenuContainer {
        float: none;
        width: 100%;
    }

    #Menu {
        border: 2px solid silver;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        padding: 5px;
    }

    #Menu table {
        width: 100%;
    }

    #Menu table td {
        display: none;
    }

    #Menu table td:last-child {
        display: block;
    }

    #Menu table td:last-child span,
    #Menu table td:last-child a {
        display: block;
        padding: 6px;
        text-align: center;
        width: 100%;
    }

    #AASPInfo {
        margin: 10px 0;
    }

    #ContentPage {
        float: none;
        height: auto;
        margin: 0;
        width: 100%;
    }

    #ContentPage > div,
    .SideImage {
        display: block;
        float: none !important;
        padding: 10px 0;
        text-align: center;
    }

    #ContentPage > div > p {
        text-align: left !important;
    }

    .DescriptionText {
        min-width: 0;
    }

    #ContentPage > ul,
    .DescriptionText > ul {
        margin: 0;
        padding: 0 !important;
    }

    #ContentPage > table {
        float: none !important;
        margin: 10px auto !important;
    }

    table.impressum td {
        display: block;
    }

    #Phone {
        display: block;
        float: none;
        text-align: center;
    }

    .responsiveContainer,
    .responsive-container {
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
    }

    .responsiveContainer iframe,
    .responsiveContainer object,
    .responsiveContainer embed,
    .responsive-container iframe,
    .responsive-container object,
    .responsive-container embed {
        border: 0 none;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .table-scrollable {
        width: 100%;
        overflow-y: auto;
        margin: 0 0 1em;
    }

    .table-scrollable::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }

    .table-scrollable::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3);
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: pointer;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .navbar-toggle {
        border-color: #000000;
    }

    .icon-bar {
        background-color: #000000;
    }

    #Menu {
        margin-top: 60px;
    }

    .navbar-toggle {
        position: absolute;
        right: 0;
        top: -50px;
    }

}

@media (min-width: 768px) {

    #Menu {
        height: auto !important;
    }

}
