body {
    font-family: Arial, Helvetica, sans-serif;
    color: #EEE;
}
div[itemprop="articleBody"] {
    padding: 0.5rem 0;
}
h2[itemprop="name"] {
    padding: 0 0 1rem 0;
}
.highlighted * {
    color: red;
    font-size: 1.4em;
    text-decoration: underline;
    font-weight: bold;
}
.embedGoogleMap {
    max-width: 100%;
}
p {
    margin: 0 0 9px;
    font-size: 14px;
    text-align: justify;
}
figcaption {
    color: #EEE;
    font-family: 'Open Sans', sans-serif;
}
td {
    color: #eee;
}
a {
    margin: 0 0 9px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #A2A2A2;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1rem 0.5rem 1rem 0.5rem;
    font-weight: bold;
    line-height: 18px;
    color: inherit;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 29px;
}
h2 a {
    font-size: 29px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}

html,
body {
    background-image: url(../images/background.jpg);
    background-size: 1100px auto;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-color: #DDD;
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: 300px;
}


#socialmedia {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.sm-button {
    height: 26px;
}
.sm-button > img {
    height: 26px;
    margin: 13px;
}
#logo-yt {
    width: 37px;
}
#logo-fb {
    width: 26px;
}

#wrapper {
	min-height: 100%;
	position: relative;
    margin: 0;
    padding: 0;
}

#header {
	background-color: rgba(40, 40, 40, 0.95);
    height: 80px;
    position: fixed;
    width: 100%;
    box-shadow: 0 1px 20px 0 #000;
    min-width: 300px;
    z-index: 1;
}
#header-inner {
    margin: 5px auto;
    max-width: 980px;
    height: 100%;
    max-height: 70px;
}
#header-text {
    color: #FFF;
    font-size: 45px;
    text-decoration: none;
    float: left;
}

table {
    width: 100%;
    display: table;
}

img {
    width: 100%;
    height: auto;
}

#content {
    max-width: 1000px;
    margin: 0px auto;
    padding-bottom: 100px;
    padding-top: 300px;
}
#content-inner {
    background-color: rgba(36,36,36, 0.8);
    box-shadow: 0 1px 5px 0 #000;
    padding: 25px;
    min-height: 450px;
    border-radius: 20px;
}
main {
    padding: 10px 10px 10px 180px;
}

#sidebar {
    float: left;
    width: 150px;
}

#navbar {
    float: left;
    min-width: 140px;
}
#navbar ul {
    padding: 0;
    list-style-type: none;
}
#navbar ul li{
    color: #FFF;
}
#navbar ul li a{
    color: #FFF;
    display: block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
}
#navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 100ms linear;
}
#counters {
    float: left;
}
.counter {
    margin: 10px auto;
    float:left;
    text-align: center;
    border-radius: 3px;
    width: 100%;
}
.counter h5 {
    margin: 5px;
}
.counter h6 {
    margin: 3px;
}

.fb-like {
    margin: 30px;
}
.fb-comments-container {
    background-color: #AAA;
    border-radius: 5px;
}

.active > a {
    text-decoration: underline;
}

#footer {
    background-color: #404040;
    box-shadow: 0 1px 10px 0 #000;
	width: 100%;
    height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer-inner {
    margin: 10px auto;
    max-width: 1000px;
    font-family: 'Open Sans', sans-serif;
    height: 70px;
}
#footer p {
    text-align: right;
}
#sponsoren {
    margin: 10px;
    float: left;
}
#footer-text {
    margin: 10px;
    float:right;
}
.avPlayerWrapper{
	display:inline;
}
.logo-footer {
    max-width: 80px;
    max-height: 44px;
    float: left;
}
.hide-mobile {
    display: inherit !important;
}
.hide-desktop {
    display: none !important;
}

.djslider .navigation-container img {
    width: initial !important;
    height: initial !important;
}

@media (max-width: 800px) {
    .hide-mobile {
        display: none !important;
    }
    .hide-desktop {
        display: inherit !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: center;
    }

    h1 {
        font-size: 29px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 15px;
    }
    h6 {
        font-size: 13px;
    }

    body {
        min-width: 300px;
        max-width: 100%;
        background-size: 800px auto;
    }
    #header {
        height: 50px;
        min-width: 300px;
    }
    #header-inner {
        max-width: none;
        width: 100%;
        max-height: 40px;
    }
    #header-text {
        float: none;
        font-size: 30px;
        text-align: center;
    }

    #sidebar {
        float: none;
        width: 100%;
    }
    #navbar {
        width: 99%;
    }
    #navbar ul {
        padding-left: 0;
    }
    #navbar ul li {
        background-color: #363636;
        margin:2px;
        padding: 5px;
        text-align: center;
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0;
    }
    #navbar ul li a{
        display: block;
        margin: 0;
        font-size: 18px;
        height: 100%;
    }
    #counters {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .counter {
        margin: 0 auto;
        width: 50%;
    }
    #content {
        max-width: none;
        padding-top: 200px;
        padding-bottom: 60px;
        width: 100%;
    }
    #content-inner {
        padding: 0;
        box-shadow: none;
        height: 100%;
        min-height: 100%;
        border-radius: 0;
    }

    main {
        padding: 0;
        margin: 10px;
    }
    #back-top {
        text-align: center;
    }
    #footer {
        height: 55px;
        min-height: 55px;
    }
    #footer-inner{
        margin: 5px auto;
        height: 45px;
    }
    #footer-text {
        margin: 0 10px;
    }
    #footer a {
        font-size: 10px;
        margin: 0;
    }
    #footer p {
        font-size: 11px;
        margin: 0;
    }
    #sponsoren {
        margin: 5px;
    }
    
    .logo-footer {
        max-width: 56px;
        max-height: 55px;
    }
    .fb-like {
        margin: 10px;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: left;
    }

}