﻿/*.page body {
    background-color: #DFF9FF;
    background-image: url('haus-g.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
}*/

.jh_image {
    width: 100%;
    height: auto;
}
@media only screen and (max-width:320px) {
    #nav_jh_wraper {
        width: 100%;
    }
}

@media only screen and (min-width: 1224px) {
    #nav_jh_wraper {
        float: left;
    }
}

#jh_nvtop {
    background: rgba(0,0,0,0.5);
}

@media only screen and (max-width:320px) {
    #jh_nvtop {
        position: absolute;
        width: 100%;
        top: 0px;
        right: 0px;
        left: 0px;
        font-size: 22px;
        margin-bottom: 14px;
        margin-right: 10%;
        margin-left: 10%;
    }
}

@media only screen and (min-width: 1224px) {
    #jh_nvtop {
        position: absolute;
        width: 100%;
        top: 0px;
        right: 0px;
        left: 0px;
    }
}

#jh_nvtop #jh_logo {
    display: none;
}

.clearhead header h1 {
    color: #FF0000;
    font-weight: 900;
    z-index: 21;
    display: inline;
    float: left;
    font-size: 21px;
    margin-top: 5px;
}

@media only screen and (max-width:320px) {
    #jh_wraper {
        margin: 14px;
        padding: 0px;
        position: absolute;
        width: 700px;
        min-height: 500px;
        top: 31%;
        display: flex;
    }
}


@media only screen and (max-width:320px) {
    #jh_wraper {
        margin: 14px;
        min-height: 350px;
    }
}

@media (height: 466) and (width: 1024px) {
    #jh_wraper {
        min-height: 350px;
        top: 28%;
    }
}

@media (height: 481px) and (width: 1024px) {
    #jh_wraper {
        top: 24%;
        min-height: 370px;
    }
}

@media (height: 509px) and (width: 800px) {
    #jh_wraper {
        top: 25%;
        left: 20%;
        min-height: 350px;
    }
}

@media (height: 509px) and (width: 1024px) {
    #jh_wraper {
        min-height: 360px;
        top: 121px;
        width: 850px;
        left: 200px;
    }
}

@media only screen and (min-width: 1224px) {
    #jh_wraper {
        padding: 0px;
        position: absolute;
        width: 700px;
        min-height: 500px;
        top: 21%;
        left: 25%;
        margin-top: -75px;
        margin-left: -100px;
        right: 25%;
        bottom: 50%;
        display: flex;
    }
}

#jh_wraper #content {
    background: rgba(0,0,0,0.5);
    float: left;
    width: 100%;
    overflow: auto;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color: #7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;
}

    #jh_wraper #content #inner_content {
        margin: 4px;
    }

        #jh_wraper #content #inner_content h3 {
            color: #FF0000;
            font-weight: 900;
        }

        #jh_wraper #content #inner_content i {
            color: #FF0000;
        }

        #jh_wraper #content #inner_content article header {
            display: block;
        }

            #jh_wraper #content #inner_content article header h1 {
                float: none;
                clear: both;
            }

@media only screen and (min-device-width:321px) {
    #jh_wraper #content #inner_content article p, #jh_wraper #content #inner_content article section p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1224px) {
    #jh_wraper #content #inner_content article p, #jh_wraper #content #inner_content article section p {
        font-size: 14px;
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    }

        #jh_wraper #content #inner_content article p img, #jh_wraper #content #inner_content article section p img {
            float: left;
        }
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border: 0px solid #ff0000;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #ff0000;
    }

::-webkit-scrollbar-track {
    background: #666666;
    border: 0px solid #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: #6e6e6e;
    }

    ::-webkit-scrollbar-track:active {
        background: #333333;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

#jh_wraper #content #inner_content p {
    color: #FFFFFF;
}

#jh_wraper #content #inner_content h2 {
    color: #FF0000;
}

#jh_wraper #content #inner_content a, #jh_wraper #content #inner_content a:visited {
    color: #FF0000;
}

    #jh_wraper #content #inner_content a:hover, #jh_wraper #content #inner_content a:active {
        color: #00FF00;
    }

#jh_wraper #jh_navigation {
    background: rgba(0,0,0,0.5);
}

@media only screen and (max-width:320px) {
    #jh_wraper #jh_navigation {
        margin-right: 5px;
        width: 100%;
    }
}

@media only screen and (min-width: 1224px) {
    #jh_wraper #jh_navigation {
        float: left;
        margin-right: 5px;
        width: 150px;
    }

        #jh_wraper #jh_navigation nav {
            display: flex;
            margin: 0px;
            padding: 0px;
        }
}

#jh_wraper #jh_navigation nav div ul {
    margin: 0px;
    padding: 0px;
}

    #jh_wraper #jh_navigation nav div ul li {
        margin: 0px;
        padding: 0px;
    }

        #jh_wraper #jh_navigation nav div ul li a {
            padding: 6px 6px 6px 21px;
            border-style: none;
            border-width: 1px 0px 0px 0px;
            border-color: #CCCCCC;
            text-decoration: none;
            display: block;
            background: rgba(0,0,0,0.5);
            margin-bottom: 1px;
            margin-right: -122px;
            color: #FF0000;
            font-weight: 900;
        }

            #jh_wraper #jh_navigation nav div ul li a:hover {
                background: rgba(255,0,0,0.5);
                text-shadow: 0 1px 0 #666, 0 2px 0 #555, 1px 3px 0 #444, 2px 4px 0 #333, 3px 5px 0 #222, 4px 6px 1px #111, 0 0 5px rgba(0,0,0,.6), 0 1px 3px rgba(0,0,0,.5), 1px 3px 5px rgba(0,0,0,.4), 3px 5px 10px rgba(0,0,0,.3), 5px 10px 10px rgba(0,0,0,.2), 10px 20px 20px rgba(0,0,0,.1);
            }

#jh_footer {
    background: rgba(0,0,0,0.5);
}

@media only screen and (max-width:320px) {
    #jh_footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-attachment: fixed;
        color: #CCCCCC;
    }
}

@media only screen and (min-width: 1224px) {
    #jh_footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-attachment: fixed;
        color: #CCCCCC;
    }
}
/* TAB MENU   
----------------------------------------------------------*/

@media only screen and (max-width:320px) {
    div.menu {
        padding: 4px 0px 4px 8px;
        width: 100%;
    }

        div.menu ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            width: auto;
        }

            div.menu ul li a, div.menu ul li a:visited {
                background: rgba(0,0,0,0.5);
                border: 1px none #FF0000;
                color: #FF0000;
                display: block;
                line-height: 4.35em; /**!important**/
                padding: 8px 20px 8px 20px;
                text-decoration: none;
                white-space: nowrap;
                margin-right: 5px;
                font-weight: 900;
                font-size: xx-large; /*!important**/
                width: 100%;
                clear: both;
                float: left;
                visibility: visible;
            }
}

@media only screen and (min-width: 1224px) {
    div.menu {
        padding: 4px 0px 4px 8px;
    }

        div.menu ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            width: auto;
        }

            div.menu ul li a, div.menu ul li a:visited {
                background: rgba(0,0,0,0.5);
                border: 1px none #FF0000;
                color: #FF0000;
                display: block;
                line-height: 1.35em;
                padding: 4px 20px;
                text-decoration: none;
                white-space: nowrap;
                margin-right: 1px;
                font-weight: 900;
            }

    #JenniHerbrich_W37PA1_loon ul, #JenniHerbrich_W37PA1_loon ul li {
        display: inline !important;
    }
}


div.menu ul li a:hover {
    background: rgba(255,0,0,0.5);
    color: #FF0000;
    text-decoration: none;
    background: rgba(255,0,0,0.5);
    text-shadow: 0 1px 0 #666, 0 2px 0 #555, 1px 3px 0 #444, 2px 4px 0 #333, 3px 5px 0 #222, 4px 6px 1px #111, 0 0 5px rgba(0,0,0,.6), 0 1px 3px rgba(0,0,0,.5), 1px 3px 5px rgba(0,0,0,.4), 3px 5px 10px rgba(0,0,0,.3), 5px 10px 10px rgba(0,0,0,.2), 10px 20px 20px rgba(0,0,0,.1);
}

div.menu ul li a:active {
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
    text-decoration: none;
}

.jh_login {
    margin-top: 9px;
    margin-right: 21px;
    color: #FFFFFF;
}
/**ClearFix for Somme Add**/
body center a, body center a:visited {
    color: #FF0000;
    font-family: verdana;
    font-size: 14px;
    position: fixed;
    bottom: 14px;
    right: 14px;
}

#u_0_0 {
    width: 100% !important;
}

.fb-like.fb_edge_widget_with_comment.fb_iframe_widget, .fb-like.fb_edge_widget_with_comment.fb_iframe_widget > span, .fb-like.fb_edge_widget_with_comment.fb_iframe_widget > span > iframe {
    width: 50% !important;
    height: auto !important;
    display: none !important;
}

#jh_like_wraper {
    background: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 45px;
    left: 0px;
    right: 0px;
    background-attachment: fixed;
    color: #CCCCCC;
    width: 100%;
}

#jh_wraper #content #inner_content a, #jh_wraper #content #inner_content article ul li,
#jh_wraper #content #inner_content a, #jh_wraper #content #inner_content article section ul li {
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: url('listen_on.gif');
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

button {
    color: #FF0000;
    background-color: #CCCCCC;
    border: 1px solid #FF0000;
}

input {
    color: #FF0000;
    font-size: 14px;
    font-weight: 900;
    border: 1px solid #FF0000;
    background-color: #CCCCCC;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    ul.topnav li.icon {
        display: none;
    }

@media screen and (max-width:680px) {
    ul.topnav.responsive {
        position: relative;
    }

        ul.topnav.responsive li.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        ul.topnav.responsive li {
            float: none;
            display: inline;
        }

            ul.topnav.responsive li a {
                display: block;
                text-align: left;
            }

    ul.topnav li:not(:first-child) {
        display: none;
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
}

#teaser img {
    position: relative;
    width: 100%;
    margin: 0px;
    z-index: 21;
}

#teaser {
    margin: 0px;
}

    #teaser #leyer {
        margin: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 22;
    }

    #teaser #teaser_content {
        z-index: 23;
        position: absolute;
        top: 0px;
        margin: 14px;
    }

        #teaser #teaser_content h1, #teaser #teaser_content h2, #teaser #teaser_content h3, #teaser #teaser_content h4, #teaser #teaser_content h5, #teaser #teaser_content h6 {
            color: #00FF00;
            font-weight: 900;
        }

.async-hide {
    opacity: 0 !important
}

.HighLink {
    font-size: xx-large;
}
/**Anne Karow*/
@media screen and (min-width: 1024px) {
    .jh_responsive {
        width:579px;
        height:300px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .jh_responsive {
        width:279px;
        height:100px;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .jh_responsive {
        width: 279px;
        height: 100px;
    }
}
/**Anne Karow*/
.theme-grey{
    list-style:none;
    list-style-type:none;
    /*display:inline;*/
}
.theme-grey li{
    float:left;
    margin-left:5px;
}