
/*
 Theme Name: PRiNZ BranfordMagazine 2.6
 Theme URI:
 Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
 Version: 2.6 (released 2008-12-14)
 Author: Michael Oeser
 Author URI:

 The CSS, XHTML and design is released under GPL:
 http://www.opensource.org/licenses/gpl-license.php

 Credits
 =======

 Thanks to Darren Hoyt and his "Mimbo" theme which has been a great inspiration
 and a good source for lots of the code I used for this theme especially the intensive
 use of custom fields.

 Thanks to Brian Gardner and "Revolution" which inspired me to put the two additional
 page layouts "Featured Page" and "3-Column-Page" into the theme.

 Thanks to Patrick Griffiths who delivered the script for the dropdown menues.
 http://www.htmldog.com/articles/suckerfish/dropdowns/

 I�d also like to thank Klaus Hartl (stilbuero.de) for the brilliant script I used
 for the tabbed section with the fade effect.

 And last but not least my very special thanks go out to all of you out there
 using the theme and sending me tons of emails telling me how great this theme is.

 THANK YOU ALL!!!

 /******************************************
 *   HTML Elements
 ******************************************/

* {
    margin: 0;
    padding: 0;
}

body, html {
    min-height: 101%;
}

body {
    background: url("images/2018/rhz-background.jpg") no-repeat fixed center top;
    color: #fff;
    padding: 0px 0 0px 0;
    background-color: #000;
}

body, select, input, textarea {
    font: 13px 'Droid Sans', Arial, Sans-Serif;
    line-height: 1.5em;
}

p {
    margin: 0 0 15px 0;
}

hr {
    display: block;
    height: 1px;
    background: #333;
    border: 0;
}

small {
    font-size: 0.9em;
    padding: 3px 6px;
}

/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited {
    text-decoration: none;
}
a:hover {
    color: #9c887d!important;
}

.blogtitle a {
    text-decoration: none;
}

/* Title area links */
.title:link, .title:active, .title:visited {
    color: #fff;
}
.title:hover {
    color: #d1a985;
}

/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited {
    text-decoration: none;
}
h3 a:hover {
}

h4 a:link, h4 a:active, h4 a:visited {
    color: #666;
    text-decoration: none;
}
h4 a:hover {
}

/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited {/* .subnav is the categories list */
    background: #fff;
    display: block;
    padding: 4px 4px 4px 20px;
    border-bottom: 1px solid #999;
}

.subnav li a:hover, .subnav li a:active {
    background: #F4F4EC;
    text-decoration: none !important;
}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {
    text-decoration: none;
}
#sidelist a:hover {
}
#sidelist .children li a, #sidelist .children li a:visited {
    padding: 2px 2px 2px 0px;
    border: 0;
    background: #F4F4EC;
    color: #666;
}
#sidelist .children li a:hover, #sidelist .children li a:active {
    color: #000;
    text-decoration: none !important;
}

/* Links in unordered lists */
.bullets li a {
    text-decoration: none !important;
}
.bullets li a:hover {
    
}

/* How tags appear */
.tags a {
    text-decoration: none;
}
.tags a:hover {
    
}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited {
    text-decoration: none;
}
.commentmetadata a:hover {
    
}

/* Links in the footer */
#footer a {
    text-decoration: none;
}
#footer a:hover {
    
}

/******************************************
 *   Images
 ******************************************/

/*** default image behaviour ***/
img {
    border: 0px solid #999;
    padding: 0 0 0 5px;
}

/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 4px 15px 5px -5px;
}

.alignright {
    float: right;
}

.wp-caption {
    text-align: center;
    background-color: #fff;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.wp-caption img {
    padding: 2px;
    border: 1px solid #999;
}

.wp-caption img:hover {
    border: 1px solid #333;
}

.wp-caption p.wp-caption-text {
    color: #666;
    font-size: 18px;
    line-height: 12px;
    padding: 7px 4px 6px 5px !important;
    margin: 0 !important;
}

/******************************************
 *   General Structure
 ******************************************/

#page {/*the main container*/
    width: 1000px;
    margin: 0 auto;
    font-size: 1em;
    background: #000;
    padding: 0px 0px 0px 0px;
    border: 1px solid #d1a985;
    border-top:none;
}

#branding {/*where the logo sits*/
    height: 296px;
    padding-bottom: 0;
    width: 1000px;
}

.left {
    float: left;
}

.right {
    float: right;
}

#sidebar {/*you guessed it: it´s the sidebar container*/
    width: 250px;
    float: right;
    background: #000;
    border-left: 1px solid #d1a985;
    border-top: 1px solid #d1a985;
    padding: 3px 5px 0 5px;
}
#sidebar img {
    border: none;float;left;
    padding: 0px;
}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
    width: 250px;
    border-right: 1px solid #d1a985;
    padding:0 6px 15px 3px;
    background: #000000;
}

#leftcol, #rightcol {
    float: left;
    padding-top:3px;
}

#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
    width: 461px;
    padding-left: 9px;
    padding-top: 3px;
}

#leftcol .ngg-gallery-singlepic-image img {
    margin-left:0;
}

/******************************************
 *   Sidebar
 ******************************************/

.subnav li {/*.subnav is mainly the categories list*/
    list-style: none;
}

#sidelist li {
    list-style: none;
}

.bullets li {
    margin: 0 0 5px 15px;
    list-style: square;
}

#sidelist .bullets li {
    list-style: square;
    margin-bottom: 5px;
    margin-left: 22px;
}

#sidelist .children {
    background: #F4F4EC;
}

#sidelist .children li {
    background: #F4F4EC;
    list-style: none;
    margin-left: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #fff;
}

#sidelist .feed li {
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(images/rss.gif) no-repeat;
}

/******************************************
 *   Headlines
 ******************************************/

.blogtitle, .blogtitle a {
    color: #000;
    font-size: 1.8em;
    font-family: Arial, Helvetica, sans-serif font-weight : regular;
    padding: 20px 0px 10px 0px;
}

h1 {
    color: #840000;
    font-size: 1.8em;
    font-family: 'Droid Sans', Helvetica, sans-serif;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    padding: 20px 0px 0px 10px;
}

h2 {
    color: #840000;
    font: 'Droid Sans', Arial, sans-serif;
    padding-bottom: 8px;
    border-bottom: 1px solid #666;
    margin: 20px 0;
}

h3, .h3, .h1 {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    border-bottom: 1px solid #333;
    padding: 5px 0 0 2px;
    margin: 0px 0 15px 0;
    color: #fff;
    background: #000;
}

.h3 {
    font-weight: bold;
    display: block;
}


h1.page-hl, h3.page-hl {
    padding: 8px 0 0 10px;
}

.all-news {
    margin: 5px 0 15px;
    display: block;
    text-align: center;
}

#sidebar h2, #sidebar h3 a {
    font: 0.9em 'Droid Sans', Arial, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: bold;
    color: #fff;
}

#sidebar h3, #sidebar h2 {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    border-bottom: 1px solid #333;
    padding: 5px 0 0 2px;
    margin: 0px 0 15px 0;
    color: #fff;
}

.sidebar_widget, .code-sidebar_widget {
    float: left;
    width: 250px;
    margin-bottom: 25px;
}

ul#sidelist ul h3 {
    border-bottom:0;
    margin-bottom:0;
}

#sidelist #lang_sel_list {
    height:auto;
}

#sidelist #lang_sel_list li {
    text-align: center;
    width: 50%;
}

h3#respond {
    font-size: 1.1em;
    border-top: 1px solid #666;
    margin-top: 25px;
    padding-top: 20px
}

h3#comments {
    margin-top: 32px
}

h3 a:link, h3 a:visited {
    color: #666;;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 6px;
}

/******************************************
 *   Content
 ******************************************/

#content {
    width: 739px;
    float: left;
    border-top: 1px solid #d1a985;
}

.description {
    font-size: 1.3em;
    font-weight: bold;
    color: #999;
}

/* Featured Articles formatting "leftcol" */

.feature {
    background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
    padding: 15px;
    border: 1px solid #ccc;
}

.feature p, #rightcol p {
    float: right;
    margin: 0;
    width: 340px;
}

#leftcol img, #rightcol img {
    padding: 1px;
    border: 0px solid #999;
}
#bandstartseite {
    margin-left: 7px;
}

#bandstartseite img {
    float: left;
}

#leftcol .feature {
    margin-bottom: 15px;
}

/* Formating of the Leadstory stuff in the tabbed section */

#leadpic {
    float: left;
    margin: 0 18px 8px 0;
    padding: 1px;
    border: 1px solid #999;
}

.title, a.title {
    font-family: Arial, Helvetica, sans-serif font-size :1.1em;
    font-weight: bold;
    color: #840000;
    letter-spacing: normal;
}

#lead p {
    margin-bottom: 10px;
}

.read-on a {/* This can be used to format the "[...]" link in the lead story */
    color: #840000 !important;
    text-decoration: none;
}

.read-on a:hover {
    text-decoration: underline;
}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {

    margin: 3px 10px 4px 0;
    padding-bottom: 0px;
}

#leftcol img {
    margin-left: 2px;
    margin-bottom: 4px;
    display: block
}

#leftcol .bands-sidebar img {
    margin-left: 10px;
    float:left;
}

#rightcol .clearfloat {
    border-bottom: 1px solid #333;
    padding: 0 0 12px;
}

#rightcol .news-thumb img, #rightcol img.news-thumb,
#news .news-thumb img, #news img.news-thumb {
    border: 1px solid #333;
    padding: 0;
}

#sidebar .tickets-sidebar {
    display:block;
    text-align:center;
}

/* Post Formatting */

.entry {
    padding-bottom: 28px;
    text-align: justify;
    padding-left: 10px;
}

.post blockquote {
    color: #666;
    background: #F4F4EC;
    padding: 6px 14px;
    margin: 18px 35px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.post ul li {
    list-style: square;
    margin-bottom: 5px;
    margin-left: 42px;
}

.post ol li {
    margin-bottom: 5px;
    margin-left: 48px;
}

#tags {
    padding: 3px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

.postmetadata {
    font-size: 0.9em;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background: #F4F4EC;
    border-top: 1px solid #E6E3D3;
    border-bottom: 1px solid #E6E3D3;
}

/* Form Elements */

select {
    background: #f2f2f2;
    border: 1px solid #9c9c9c;
    width: 100%
}

#searchform {
    padding: 16px 5px 0 0;
}

.button {
    padding: 1px;
    background: #333;
    color: #fff;
    border: none;
}

.button:hover {
    background: #666;
    color: #FFF;
    text-decoration: none
}

.button {
    -moz-transition: border 0.218s ease 0s;
    background: #eee;
    background-image: linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -o-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -moz-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -webkit-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -ms-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.07, #eee),
    color-stop(0.54, #FFFFFF));
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    color: #484848;
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans', sans-serif, Arial, Helvetica;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    line-height: 24px;
    margin: 0 0 0 57px;
    padding: 0 10px !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: baseline;
    white-space: nowrap;
}

.button4 {
    -moz-transition: border 0.218s ease 0s;
    background: #eee;
    background-image: linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -o-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -moz-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -webkit-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -ms-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.07, #eee),
    color-stop(0.54, #FFFFFF));
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    color: #484848;
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans', sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-weight: 700;
    height: 15px;
    line-height: 20px;
    padding: 0 10px 2px 10px !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: baseline;
    white-space: nowrap;
    position: relative;
    bottom: 3px;
    left: 5px;
    margin-bottom: 5px;
    list-style-type: none !important;
}

.button4:hover {
    background: #666;
    color: #FFF;
    text-decoration: none !important;
}

.button5 {
    -moz-transition: width 400ms ease 0s, margin-left 387ms ease 0s;
    -webkit-transition: width 400ms ease 0s, margin-left 387ms ease 0s;
    background: #eee;
    background-image: linear-gradient(bottom, #888888 7%, #FFFFFF 54%);
    background-image: -o-linear-gradient(bottom, #888888 7%, #FFFFFF 54%);
    background-image: -moz-linear-gradient(bottom, #888888 7%, #FFFFFF 54%);
    background-image: -webkit-linear-gradient(bottom, #888888 7%, #FFFFFF 54%);
    background-image: -ms-linear-gradient(bottom, #888888 7%, #FFFFFF 54%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.07, #888888),
    color-stop(0.54, #FFFFFF)
    );
    -moz- border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #484848;
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans', sans-serif, Arial, Helvetica;
    font-size: 28px;
    font-weight: 700;
    height: 25px;
    line-height: 24px;
    padding: 5px 10px !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    white-space: nowrap;
    width: 260px;
    margin: 10px auto 0 auto;
    text-align: center;
}

.button5:hover {
    background: -webkit-linear-gradient(top, #a2afad, #2C4B48) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top, #a2afad, #2C4B48) repeat scroll 0 0 transparent;
    color: #FFF;
    text-decoration: none;
    width: 380px;
    margin-left: -50px;
    text-shadow: 0 1px 0 #666;
}

.button6 {
    -moz-transition: border 0.218s ease 0s;
    background: #eee;
    background-image: linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -o-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -moz-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -webkit-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -ms-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.07, #888888),
    color-stop(0.54, #FFFFFF)
    );
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    color: #484848;
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans', sans-serif, Arial, Helvetica;
    font-size: 11px;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    padding: 0 2px !important;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: baseline;
    white-space: nowrap;
    width: 50px;
    margin-top: 4px;
    float: right;
    text-align: center;
}

.button6:hover {
    background: #666;
    color: #FFF;
    text-decoration: none
}

#commentform input {
    width: 170px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    margin-top: 5px;
}

/* Comments*/

.commentlist {
    padding-left: 30px;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 8px 15px 10px 15px;
    background: #F4F4EC;
    border: 1px solid #E6E3D3;
}

.commentlist blockquote {
    color: #666;
    background: #fff;
    padding: 6px 14px;
    margin: 18px 35px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#commentform small {
    background: #FFF;
    font-weight: bold;
    padding: 0;
}

.commentmetadata {
    display: block;
}

.commentlist small {
    background: #fff;
    border: 1px solid #E6E3D3;
}

/* Float Properties*/

.clearfloat:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.clearfloat {
    display: inline-block;
}

.clearfloat {
    display: block;
}

/******************************************
 *   Footer
 ******************************************/

#footer {
    margin: 0 auto 20px;
    width: 1000px;
    font-size: 0.9em;
    text-align: center;
    margin-top: 20px;
    color: #666;
    background: #000;
    border: #000 1px solid;
}

#footer a {
    color: #ededed;
}

#ticket img {

    margin-top: -5px;
    margin-bottom: 7px;
}
#ads {
    margin-top: -14px;
    margin-bottom: 19px;
}
#luftbilder {
    margin-left: 13px;
}

#social {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}

#fb-comments {
    background: #000;
    color: #fff !important;
}
.twitter-hash-tag-widget li {
    border-bottom: 1px solid #333;
}
.twitter-hash-tag-widget a {
    color: #d1a985;
}

.page-item-1169 {
    padding: 0 0 2px 0;
    margin: 0 0 2px 0;
    height: 25px;
}

.newsletter-widget {
    background: none repeat scroll 0 0 #d1a985;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 0 13px;
    padding: 10px;
    width: 204px;
}

#ne_input {
    width: 200px;
}

.newsletter-widget2 {
    background: none repeat scroll 0 0 #d1a985;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 20px 15px;
    padding: 10px;
    width: 500px;
}

.button2 {

    -moz-transition: border 0.218s ease 0s;
    background: #eee;
    background-image: linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -o-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -moz-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -webkit-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -ms-linear-gradient(bottom, #eee 7%, #FFFFFF 54%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.07, #eee),
    color-stop(0.54, #FFFFFF)
    );
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    color: #484848;
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans', sans-serif, Arial, Helvetica;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    line-height: 24px;
    margin: 0 0 0 3px;
    padding: 0 10px !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: baseline;
    white-space: nowrap;
}

#ne_input2 {
    width: 200px;
}

#button2 {
    -moz-transition: border 0.218s ease 0s;
    background: #000;
    border: 1px solid #d1a985;
    border-radius: 4px 4px 4px 4px;
    color: #eee;
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans', sans-serif, Arial, Helvetica;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    line-height: 24px;
    margin: 0 0 5px 70px;
    padding: 0 10px !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    vertical-align: baseline;
    white-space: nowrap;
}

.artikel {
    width: 200px;
    float: left;
    margin: 0 25px 20px 0;
}

.artikel img {

    height: 133px;
    margin: 2px 0 15px 0;
}

h4 {
    margin: 0 auto;
    text-align: center;
    padding: 2px 0;
}

h5 {
    float: right;
}

#button3 {
    -moz-transition: border 0.218s ease 0s;
    background: #000;
    border: 1px solid #2E4E49;
    border-radius: 4px 4px 4px 4px;
    color: #eee;
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans', sans-serif, Arial, Helvetica;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    line-height: 24px;
    margin: :4px 0 5px 40px;
    padding: 0 10px !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    vertical-align: baseline;
    white-space: nowrap;
}

.news-entry {
    margin: 12px 0 16px;
}

.newshead {
    font-size: 1.1em;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    border: 0;
}

.newshead:hover {
    color:#9c887d;
}

#newsseite {
    margin-left: 30px;
}

#newsseite p {
    float: right;
    width: 550px;
}

.newstitle {
    text-decoration: none !important;
    color: #fff !important;
    font-weight: bold;
}

#news .social4i {
    margin-top:5px;
}

.newstitle:hover {
    color: #d1a985!important;
}

.googlebutton {
    position: relative;
    float: right;
    left: 25px;
    bottom: 1px;
}

#bannersocial {
    width: 289px;
}

#bannersocial .button4 {
    top: 0;
}

.bannerfeld {
    float: left;
    width: 300px;
    border-radius: 5px;
}

.closebutton {
    float: right;
    margin-right: 10px;
}

#tabfeld {
    float: right;
    width: 40px;
    position: relative;
    right: 42px;
}

#slick-toggle2 {
    position: relative;
    bottom: 50px;
}

#banner-toggle {
    position: relative;
    bottom: 50px;
}

#banner-toggle2 {
    position: relative;
    bottom: 50px;
}

#banner-toggle22 {
    position: relative;
}

#banner-toggle3 {
    position: relative;
    bottom: 50px;
}

#banner-toggle4 {
    position: relative;
    bottom: 50px;
}

#tabkasten {
    border: 1px solid #999;
    width: 365px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #000;
}
.schrift {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
}

.schrift3 {
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
    margin-bottom: 10px;
    float: left;
}

.schrift2 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 15px;
    width: 700px;
    position: relative;
    right: 205px;
}
.schrift4 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 15px;
    width: 700px;
}
#slickbox {
    top: 50%;
    left: 50%;
    position: fixed;
    margin: -200px 0 0 -340px;
}

#slickbox2 {
    top: 50%;
    left: 50%;
    position: fixed;
    margin: -200px 0 0 -340px;
}

#slickbox3 {
    top: 50%;
    left: 50%;
    position: fixed;
    margin: -200px 0 0 -340px;
}

#slickbox4 {
    top: 50%;
    left: 50%;
    position: fixed;
    margin: -200px 0 0 -340px;
}

#slickbox5 {
    top: 50%;
    left: 50%;
    position: fixed;
    margin: -200px 0 0 -340px;
}

#banner1 {
    position: relative;
    right: 50px;
}

#banner2 {
    position: relative;
    right: 70px;
}
.support {
    text-align: center;
    position: relative;
    top: -48px;
    margin-bottom: -38px;
    margin-top: -10px;
}

.orkus {
    padding-bottom: 4px;
}
.support img {
    margin: 0 17px;
}
#DCF259403099 {
    position: relative;
}
.runningorder {
    padding: 20px;
    background: #000;
    border: 1px solid #2E4E49;
}

.runningorder a {
    color: #fff !important;
}
.m4 {
    width: 800px;
    display: block;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
    margin: 10px auto 20px;
    border-radius: 10px;
}

.attachment-custom_thumb {
    float: left;
    margin-right: 10px;
}

.band_item {
    width: 202px;
    float: left;
    min-height: 50px;
    margin: 20px 0px;
    padding:0 20px 0 21px;
}

.band_item h3 a {
    display: block;
    text-align: center;
    color: #fff;
}

.bandsocials {
    display: block;
    margin-left: 40px;
}

.left-flyer {
    background-image: url("images/indexbannerx250.png");
    background-position: center 1px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 364px;
}
.first-ticket-box {
    background-image: url("images/tickets2015.png");
    height: 140px;
    background-repeat: no-repeat;
    margin-top: 4px;
    display: block;
}

.second-ticket-box {
    background-image: url("images/etickets2015.png");
    height: 140px;
    background-repeat: no-repeat;
    margin-top: 4px;
    display: block;
}

.third-ticket-box {
    background-image: url("images/dwt-01.png");
    height: 140px;
    background-repeat: no-repeat;
    margin-top: 4px;
    display: block;
}

.ticket-button {
    background-image: url("images/ticketsbig.png");
    background-repeat: no-repeat;
    display: block;
    margin: 20px auto;
    width: 400px;
    height: 200px;
}

.sidebar-flyer {
    width: 240px;
    display: block;
    height: 339px;
}



/*****
* RESERVIERUNG CAMPING
*******/
.camp-part{
    float:left;
    width:100%;
    margin: 0 0 20px;
}
.camp-part input {
    display: block;
}

.camp-part .half.push{
    margin-right:20px;
}
.camp-part .half{
    float:left;
    width:45%;
}
.camp-part p.req{
    color:#de0000;
}
.camp-part span.req{
    color:#de0000;
}
.camp-part span a {
    margin-left:3px;
}
p.req span.anzahl {
    display: inline-block;
}
.camp-part input.anzahlInput {
    margin: 20px 0 0;
    position: relative;
    top: 8px;
    width: 30px;
}
.camp-part span.dixies select {
    display: inline-block;
    width: 120px;
}

.camp-part .wpcf7-checkbox input {
    display: inline-block;
}

.infobox-content{
    display:none;
    margin-bottom:20px;
}

.infobox > span {
    cursor: pointer;
    font-size: 17px;
}




/*****************
* COLOR CHANGES
*****************/
#branding {
    background: transparent url("images/2022/rhz2022_web_header_v2a.jpg") no-repeat scroll 0 10px;
}
body{
    background:#010101 url("images/2022/rhz2022_web_bg_v1a.jpg") no-repeat fixed center top;
}

#sidebar,
#leftcol,
#page,
#nav li,
#nav,
#footer,
#content {
    border-color: #aaa !important;
    /** #d1a985 **/
}
a:link,
a:active,
a:visited,
h2{
    color: #fd4d00;
}
.newsletter-widget,
.newsletter-widget2{
    background-color:#333;
}

.reservierung {
    text-align:center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width:100%;
}

.reservierung a {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 29px;
    font-size: 18px;
}

.bannerpromotion3 {
    width:100%;
    height:60px;
    background: url("images/2017/heavy_scotland2.png") no-repeat;
    margin-bottom:10px;
    display:block;
}

.wpcf7-submit {
    font-size:16px!important;
    width:100px!important;
}

select[name="wieoft"] {
    width:300px!important;
}

.wpcf7 p {
    margin: 0;
}

input.wpcf7-form-control {
    margin-bottom: 8px;
}

.wp-polls {
    margin:15px 0;
}

.wp-pagenavi {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 10px;
    clear:none!important;
}

#full-width {
    width: 910px;
    float: left;
    padding: 0 0 15px;
}

li.hundred {
    float: left;
    width: 100%;
}

.wpcf7 .akkreditierungsformular p, .wpcf7 .akkreditierungsformular ul {
    float:left;
    width:100%;
}

.wpcf7 .akkreditierungsformular ul li {
    list-style: none;
    margin: 0;
}

.wpcf7 .akkreditierungsformular textarea {
    width: 91.6%;
    height: 95px;
}

li.fifty {
    width: 50%;
    float: left;
}

p.bigger {
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}

div.wpcf7-response-output {
    float:left;
}

.sidebar_widget .custom-html-widget iframe {
    width:240px;
}

.sidebar_widget .custom-html-widget img {
    width:240px;
}

.umfrage {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
}

ul.wp-polls-ul li {
    padding: 2px 0;
}

#rightcol .umfrage p {
    width: 100%;
}

.umfrage .wp-polls-form {
    width: 100%;
    float: left;
}

.umfrage .wp-polls-ans {
    float: left;
}

.umfrage .wp-polls {
    margin: 0 0 15px 0;
}

.social-icon {
    display:block;
    width: 17%;
    height: 40px;
    float: left;
    padding: 0 4%;
    background-size:35px!important;
}

.social-icon.facebook {
    background: url("images/facebook.png") center no-repeat;
}

.social-icon.twitter {
    background: url("images/twitter.png") center no-repeat;
}

.social-icon.instagram {
    background: url("images/instagram.png") center no-repeat;
}

.social-icon.youtube {
    background: url("images/youtube.png") center no-repeat;
}

#sidebar .ngg-widget {
    padding: 5px 4px 0; 
}

#sidebar .textwidget {
    text-align:center;
}

#sidebar .newsletter-widget .button {
    margin:10px 0 0 2px;
}

#sidebar .newsletter-widget p {
    margin:0;
}

.newsblock {
    float: left;
    margin-bottom: 25px;
}

.newstitle-hl {
    width: 100%;
    float: left;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
}
#nav .page_item.page-item-8204 a {
    font-size: 0.75em;
}

.ngg-breadcrumbs {
    display:none;
}

.ngg-albumoverview .ngg-album-compact h4 {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}

.ngg-album-compact p {
    text-align:center;
}

.ngg-album-compact h4 a.ngg-album-desc {
    height:40px;
    color:#ccc;
}

.ngg-albumoverview {
    margin-bottom: 35px;
}

.daytickets {
    margin: -3px 0 25px;
}

.daytickets li {
    text-align: center;
}

.daytickets li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #333;
}

ul.festival-abc-contents {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    float: left;
}

ul.festival-abc-contents li {
    margin: 0;
    float: left;
    width: 100%;
    list-style: none;
}

ul.festival-abc-contents li a {
    padding: 8px 0;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.festival-abc-section {
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    width: 100%;
}

.festival-abc-section a {
    color: red;
}

.festival-abc-section a.back-to-overview {
    float: right;
    color: #fd4d00;
}

.festival-abc-section strong {
    font-size: 14px;
}

.tnp-subscription .tnp-field-email label {
    padding: 5px 0;
}

.tnp-subscription input[type=email] {
    height: 30px;
    padding: 5px 10px;
}

.newsletter-subscription .newsletter-widget {
    width: 100%;
    text-align: center;
}

.newsletter-subscription .newsletter-widget #ne_input {
    padding: 5px;
}

.newsletter-subscription .newsletter-widget .button {
    margin: 0;
}

.support a {
    padding: 0 12px;
}
