/* ### GENERAL ### */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body {
    font-family: Arial;
    font-size: 1em;
    color: #240000;
}

input, select, textarea {
    font-family: Arial;
    font-size: 0.9rem;
    color: #8c806e;
}

body {
    background: #000;
}

img {
    border: 0px;
    max-width: 100%;
    height: auto;
}

/* ### GLOBAL CLASSES ### */
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

hr.clearhidden {
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
}

/* Normal link */
a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #ec7013;
}

/* Heading */
h1 {
    font-size: 180%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 125%;
}

h4 {
    font-size: 100%;
}

th {
    padding: 5px;
    font-weight: bold;
    text-align: left;
}

li {
    list-style: none;
}

fieldset {
    border: none;
    padding: 10px 5px;
    background: url(../img/hdot2.gif) repeat-x top;
}

fieldset a {
    font-weight: bold;
}

hr {
    border-top: 1px solid #ffd6b2;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    height: 1px;
    margin: 9px 0 15px 0;
}

td, div {
    font-size: 100%;
}

/* FORM */
form {
    margin: 0;
    padding: 0;
}

form label {
    cursor: pointer;
}

input, select, textarea, .inputbox {
    padding: 3px 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.button {
    padding: 3px 5px;
    border: 1px solid #333333;
    background: url(../img/grad1.gif) repeat-x top #333333;
    color: #CCCCCC;
    font-size: 85%;
    text-transform: uppercase;
}

.button:hover, .button:focus {
    border: 1px solid #999999;
    background: #333333;
    color: #FFFFFF;
}

.inputbox {
    border: 1px solid #8bcbdb;
    background: url(../img/input-bg.gif) repeat-x;
}

.inputbox:hover, .inputbox:focus {
    background: #fffbf8;
}

/* BONUS TYPOGRAPHY STYLES */
pre, .code {
    padding: 10px 15px;
    margin: 5px 0 15px;
    border-left: 5px solid #999999;
    font: 1em/1.5 "Courier News", monospace;
}

blockquote {
    padding: 1em 40px 1em 15px;
}

/* Tips, Error, Message, Hightlight*/
p.error {
    padding-left: 25px;
    color: #BF0000;
    background: url(../img/icon-error.gif) no-repeat top left;
}

p.message {
    padding-left: 25px;
    color: #006699;
    background: url(../img/icon-info.gif) no-repeat top left;
}

p.tips {
    padding-left: 25px;
    color: #EE9600;
    background: url(../img/icon-tips.gif) no-repeat top left;
}

.highlight {
    padding: 1px 5px;
    background: #FFFFCC;
    font-weight: bold;
}

/* ### WRAPPER ### */
#wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
}

/* ### MAIN CONTAINER ### */
#mainCntr {
    margin: 0 auto;
    width: 100%;
    max-width: 748px;
    background-color: #320000;
    background: url('../img/bg.png') repeat-y;
    background-size: 100% auto;
}

/* ### HEADER CONTAINER ### */
#headerCntr {
    position: relative;
    width: 100%;
    margin: 0;
    height: 192px;
    background: url('../img/header.png') no-repeat;
    background-size: cover;
    background-position: center;
}

#headerCntr title {
    position: absolute;
    top: 28px;
    left: 41px;
    display: block;
    width: 439px;
    max-width: 60%;
    height: 45px;
    text-indent: -9999px;
    background: url('../img/come-to-drum.gif') no-repeat;
    background-size: contain;
}

/* ### HAMBURGER MENU ### */
.hamburger {
    display: none;
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 1000;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 24px;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ### MENU CONTAINER ### */
#menuCntr {
    padding: 0 3px;
    position: absolute;
    top: 94px;
    left: 20px;
    width: calc(100% - 40px);
    max-width: 722px;
    height: 25px;
    line-height: 25px;
}

#mainnavwrap {
    width: 100%;
}

#mainnav, #mainnav ul {
    padding: 0;
    margin: 0;
    line-height: 20px;
}

#mainnav a {
    display: block;
    line-height: 31px;
    margin: 0;
    padding: 0 12px;
}

#mainnav li {
    float: left;
    margin: 0;
    padding: 0;
}

#mainnav li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

#mainnav li a:hover {
    color: #ff963a;
}

#mainnav ul li.active a {
    background: url(../img/menu-bg.gif) repeat-x center;
    border-left: 1px solid #d95628;
    color: #fff;
    border-right: 1px solid #d95628;
}

#mainnav ul li.active a span {
    color: #fff;
}

/* ### CONTENT CONTAINER ### */
#contentCntr {
    width: calc(100% - 20px);
    max-width: 668px;
    margin: 0 auto 6px;
    float: none;
    padding: 0 10px;
}

/* ### CONTENT BOX ### */
#contentBox {
    padding: 12px;
    background-color: #f8b074;
    border: #ffbd84 solid 1px;
    color: #000;
    padding-bottom: 0;
    overflow: visible;
    line-height: 1.4;
}

#contentBox h1 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 0px;
	top: -42px;
	position:relative;
	margin-bottom: 6px;
	line-height: 0;
}


#contentBox h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 9px;
}

#contentBox h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 9px;
}

#contentBox img.leftImg {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
}

#contentBox img.rightImg {
    float: right;
    margin: 0 0 10px 10px;
    position: relative;
}

#contentBox p {
    padding-bottom: 10px;
    line-height: 1.4;
}

#contentBox ul {
    list-style: none;
    padding: 0 0 3px 0;
}

#contentBox ul li {
    padding: 0 0 6px 20px;
    background: url(../img/bullet.png) no-repeat 8px 6px;
}

#contentBox li ul {
    padding: 6px 0 0 0;
}

#contentBox ol li {
    margin-left: 0;
}

/* ### FOOTER CONTAINER ### */
#footerCntr {
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    max-width: 748px;
    height: 39px;
    background: url('../img/footer.png') repeat;
}

#footerCntr table {
    text-align: center;
}

#footerCntr table td {
    color: #767069;
    padding: 0 0 20px 0;
    font-size: 12px;
    font-weight: bold;
}

#footerCntr table td a {
    padding: 0 4px;
    color: #767069;
    text-decoration: none;
}

#footerCntr h3 {
    color: #75644f;
    font-size: 14px;
    text-transform: uppercase;
}

#footerCntr ul {
    width: 308px;
    float: left;
}

#footerCntr ul li {
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    color: #75644f;
}

#footerCntr ul span {
    display: block;
    float: right;
    text-align: left;
    width: 230px;
}

#footerCntr ul.menu {
    float: none;
    width: 100%;
    max-width: 680px;
    display: block;
    list-style: none;
    margin: 10px auto;
    height: 20px;
}

#footerCntr ul.menu li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline;
    float: left;
}

#footerCntr ul.menu span.separator {
    display: none;
    margin: 0px;
    padding: 0px;
}

#footerCntr ul.menu span {
    display: inline-block;
    float: none;
    text-align: left;
    width: auto;
}

#footerCntr ul.menu a {
    color: #75644f;
    margin: 0px 10px;
    padding: 0px;
    text-decoration: none;
}

#footerCntr ul.menu li a:hover {
    color: #ff963a;
}

#footerCntr ul.menu li.active a {
    background-image: none;
    border: 0px;
}

#impressum {
    text-align: center;
    padding: 0.5em;
}

#impressum a {
    color: #d6792a;
    font-weight: normal;
    text-decoration: none;
}

#impressum a:hover {
    color: #f8b074;
}

/* ### RESPONSIVE MEDIA QUERIES ### */

/* Tablet */
@media screen and (max-width: 768px) {
    #headerCntr {
        height: 150px;
    }
    
    #headerCntr h1 {
        top: 20px;
        left: 20px;
        max-width: 50%;
    }
    
    .hamburger {
        display: flex;
        top: 70px;
    }
    
    #menuCntr {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
    }
    
    #mainnavwrap {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: rgba(50, 0, 0, 0.98);
        transition: right 0.3s ease;
        z-index: 999;
        overflow-y: auto;
        padding-top: 60px;
    }
    
    #mainnavwrap.active {
        right: 0;
    }
    
    #mainnav li {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    #mainnav li a {
        padding: 15px 20px;
        line-height: 1.5;
        font-size: 1.1rem;
    }
    
    #mainnav ul li.active a {
        border: none;
        background: rgba(217, 86, 40, 0.3);
    }
    
    #contentCntr {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    
    #contentBox {
        padding: 10px;
    }
    
    #contentBox h2 {
        font-size: 1.3rem;
        top: -30px;
    }
    
    #contentBox img.rightImg,
    #contentBox img.leftImg {
        float: none;
        display: block;
        margin: 0 auto 15px;
        max-width: 100%;
    }
}

/* Mobile */
@media screen and (max-width: 480px) {
    body {
        font-size: 0.9em;
    }
    
    #headerCntr {
        height: 120px;
    }
    
    #headerCntr h1 {
        top: 15px;
        left: 15px;
        max-width: 60%;
    }
    
    .hamburger {
        top: 60px;
        right: 15px;
    }
    
    #contentCntr {
        width: calc(100% - 20px);
        padding: 0 10px;
    }
    
    #contentBox {
        padding: 8px;
    }
    
    #contentBox h2 {
        font-size: 1.2rem;
        top: -20px;
    }
    
    #contentBox h3 {
        font-size: 1.1rem;
    }
    
    #contentBox p {
        text-align: justify;
    }
    
    #mainnav li a {
        font-size: 1rem;
    }
    
    #impressum {
        font-size: 0.9em;
        padding: 0.5em 0.25em;
    }
}

/* Very small mobile */
@media screen and (max-width: 360px) {
    #headerCntr h1 {
        max-width: 55%;
    }
    
    #contentBox h2 {
        font-size: 1.1rem;
    }
    
    #mainnavwrap {
        width: 100%;
    }
}