@font-face {
    font-family: "Advantage";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/advantage-book.woff") format("woff"),
    url("../fonts/advantage-book.ttf") format("truetype");
}

@font-face {
    font-family: "Advantage";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/advantage-demi.woff") format("woff"),
    url("../fonts/advantage-demi.ttf") format("truetype");
}

.hh-body {
    background: #e0e0e0;
    color: #4a6479;
    font-family: "Advantage";
    font-size: 15px;
}

.hh-body a {
    color: #b6184d;
}

.hh-container {
    margin-left: auto;
    margin-right: auto;
    background: #fcfcfc;
    box-shadow:
        4px 0px 3px -3px rgba(224,224,224,0.5),
        -4px 0px 3px -3px rgba(224,224,224,0.5),
        inset 3px 0px 5px -5px rgba(0,0,0,0.5),
        inset -3px 0px 5px -5px rgba(0,0,0,0.5);
}

@media (max-width: 1023px) {
    .hh-container {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .hh-container {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 1024px;
    }
}

.hh-content {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 1023px) {
    .hh-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1024px) {
    .hh-content {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.hh-positioned {
    position: relative;
}

.hh-cut-off {
    overflow: hidden;
}

@media (max-width: 767px) {
    .hh-couple {
        display: none;
    }
}


@media (max-width: 511px) {
    .hh-horizon {
        width: 512px;
        height: 120px;
    }
}

@media (min-width: 512px) and (max-width: 767px) {
    .hh-horizon {
        width: 768px;
        height: 180px;
    }
}

@media (min-width: 768px) {
    .hh-horizon {
        width: 1024px;
        height: 240px;
    }
}

.hh-horizon-2 {
    vertical-align: top;
}

.hh-bodhi {
    width: 30px;
    height: 40px;
    position: absolute;
    opacity: 0.0;
    top: -10px;
    left: 10px;
    cursor: pointer;
}

#hh-nav-bar, #hh-nav-more {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f4f4f4;
    box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.3);
    z-index: 100;
}

#hh-nav-bar {
    width: 100%;
}

#hh-nav-more {
    position: absolute;
}

.hh-nav-link {
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    text-transform: uppercase;
}

.hh-nav-dock {
    position: fixed;
    top: 0px;
}

.hh-section {
    margin-bottom: 40px;
}

.hh-heading-first {
    font-size: 26px;
    color: #b6184d;
    text-transform: uppercase;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 0px;
}

.hh-heading {
    font-size: 26px;
    color: #b6184d;
    text-transform: uppercase;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

.hh-title {
    font-size: 22px;
    font-family: "Advantage";
    color: #b6184d;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hh-para {
    margin-bottom: 10px;
}

.hh-space {
    height: 20px;
}

@media (min-width: 1024px) {
    .hh-column-1-3 {
      float: left;
      width: 33.33%;
      padding-right: 20px;
    }

    .hh-column-2-3 {
      float: left;
      width: 33.33%;
      padding-left: 10px;
      padding-right: 10px;
    }

    .hh-column-3-3 {
      float: left;
      width: 33.33%;
      padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .hh-column-1-2 {
      float: left;
      width: 50%;
      padding-right: 10px;
    }

    .hh-column-2-2 {
      float: left;
      width: 50%;
      padding-left: 10px;
    }
}

.hh-clear {
    clear: both;
    height: 0px; /* force to 0 - TinyMCE adds a <br/> element to empty DIVs, which makes it line-height */
}

.hh-image-left {
    float: left;
    margin-right: 25px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
    border-radius: 10px;
}

#hh-toolbar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 200;
}

.hh-editor h1 {
    font-size: 22px;
    font-family: "Advantage";
    color: #b6184d;
    margin-top: 30px;
    margin-bottom: 10px;
}

.hh-editor h1:first-child { /* less space, if first in editable section */
    margin-top: 15px;
}

.hh-editor h2 {
    font-size: 16px;
    font-family: "Advantage";
    color: #b6184d;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hh-editor h3 {
    font-size: 16px;
    font-family: "Advantage";
    color: #b6184d;
    margin-top: 0px;
    margin-bottom: 10px;
}

.hh-editor p, .hh-editor li {
    margin-bottom: 10px;
}

.hh-editor p {
    line-height: 150%; /* for some reason, this gets lost in TinyMCE */
}

.hh-editor .hh-bold {
    font-weight: bold;
}

.hh-editor .hh-italic {
    font-style: italic;
}

.hh-editor .hh-underline {
    text-decoration: underline;
}

.hh-editor img {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
    margin-top: 10px;
    margin-bottom: 10px;
}

.hh-editor img[style*=left] {
    margin-right: 20px;
}

.hh-editor img[style*=right] {
    margin-left: 20px;
}

@media (max-width: 767px) {
    /* override TinyMCE's left/right style */
    .hh-editor img[style*=left], .hh-editor img[style*=right] {
        float: none !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.hh-dirty {
    background: #ffcccc;
}

.hh-video {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 400px;
}

.hh-video-cookies {
    width: 100%;
    height: 100%;
}

@media (max-width: 479px) {
    .hh-video {
        height: 210px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hh-video {
        height: 330px;
    }
}

@media (min-width: 768px) {
    .hh-video {
        height: 400px;
    }
}

.hh-donate {
    margin-top: 10px;
    margin-bottom: 10px;
}

img.hh-paypal, img.hh-contact-icon {
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.hh-paypal {
    margin-top: 10px;
}

.hh-contact {
}

img.hh-contact-icon {
    margin-right: 10px;
    width: 12px;
    height: 12px;
}

.hh-footer {
    width: 100%;
    margin-top: -40px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f4f4f4;
    box-shadow: 0px -4px 2px -2px rgba(0,0,0,0.2);
    text-align: center;
}

#imprint, #gdpr, #consent {
    position: fixed;
    top: 5%;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    background: #f4f4f4;
    border: 1px solid #cccccc;
}

#imprint, #gdpr {
    z-index: 400;
}

#consent {
    z-index: 300; /* GDPR dialog shows on top of cookie consent */
}

#imprint-header, #gdpr-header, #consent-header {
    height: 40px;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}

#imprint-scroll, #gdpr-scroll, #consent-scroll {
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#imprint-content, #gdpr-content, #consent-content {
    padding-bottom: 10px;
}
