article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b65418;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #b65418;
    color: #fff;
    text-shadow: none;
}
a {
    color: #00e;
}
a:visited {
    color: #551a8b;
}
a:hover {
    color: #06e;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}
.ir br {
    display: none;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
@font-face {
    font-family: "DroidSansRegular";
    src: url("../fonts/droidsans-webfont.eot");
    src: url("../fonts/droidsans-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/droidsans-webfont.woff") format("woff"),
        url("../fonts/droidsans-webfont.ttf") format("truetype"),
        url("../fonts/droidsans-webfont.svg#DroidSansRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DroidSansBold";
    src: url("../fonts/droidsans-bold-webfont.eot");
    src: url("../fonts/droidsans-bold-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/droidsans-bold-webfont.woff") format("woff"),
        url("../fonts/droidsans-bold-webfont.ttf") format("truetype"),
        url("../fonts/droidsans-bold-webfont.svg#DroidSansBold") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #020202;
    font-family: "DroidSansRegular";
    font-size: 12px;
    margin: 0;
    padding: 0 0 30px 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear_both {
    clear: both;
}
.page-wrapper {
    width: 970px;
    padding: 0 0 0 230px;
    background-repeat: no-repeat;
    background-image: url("../images/bg/bg-body-default.jpg");
}
.referenzen {
    background-image: url("../images/bg/bg-body-referenzen.jpg");
    background-position: left 85px;
}
.biographie {
    background-image: url("../images/bg/bg-body-biographie.jpg");
    background-position: left 73px;
}
.kuenstlervermittlung {
    background-image: url("../images/bg/bg-body-kuenstlervermittlung.jpg");
}
.repertoire {
    background-image: url("../images/bg/bg-body-repertoire.jpg");
}
.page-content .width-1 {
    width: 210px;
}
.page-content .width-2 {
    width: 90px;
}
.page-content .width-3 {
    width: 215px;
    margin-left: 60px;
}
.page-content .width-4 {
    width: 250px;
}
.page-content .width-5 {
    width: 225px;
    margin-left: 20px;
}
.page-content .width-6 {
    width: 250px;
}
.page-content .width-7 {
    width: 230px;
    margin-left: 20px;
}
.page-content .image_tastenschule {
    margin-top: 20px;
    margin-left: 30px;
}
.page-content .image_hoftheater {
    margin-top: 20px;
    margin-left: 30px;
}
.page-content .image_henricus {
    margin-top: 10px;
}
.page-content .image_piano-salon {
    margin-top: 6px;
    margin-left: 10px;
}
.page-content .image_buelow {
    margin-top: -2px;
    margin-left: -4px;
}
.page-content .image_sdsf {
    margin-top: 10px;
}
header.page-header {
    height: 180px;
}
header.page-header h1 {
    float: right;
    margin: 0 50px 0 0;
}
header.page-header h2 {
    float: right;
    margin: 86px 240px 0 0;
}
nav.main-navigation {
    float: left;
    width: 240px;
    position: relative;
    margin: 100px 0 0 0;
}
nav.main-navigation ul li.item {
    margin: 2px 0 0 0;
}
nav.main-navigation ul a.link {
    width: 215px;
    display: block;
    cursor: pointer;
    padding: 6px 0 8px 15px;
    background: url("../images/bg/bg-mainnav-ie-transparancy.png");
    background: -moz-linear-gradient(
        left,
        rgba(180, 83, 24, 0.78) 0,
        rgba(149, 69, 20, 0.78) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, rgba(180, 83, 24, 0.78)),
        color-stop(100%, rgba(149, 69, 20, 0.78))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(180, 83, 24, 0.78) 0,
        rgba(149, 69, 20, 0.78) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(180, 83, 24, 0.78) 0,
        rgba(149, 69, 20, 0.78) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(180, 83, 24, 0.78) 0,
        rgba(149, 69, 20, 0.78) 100%
    );
    background: linear-gradient(
        left,
        rgba(180, 83, 24, 0.78) 0,
        rgba(149, 69, 20, 0.78) 100%
    );
    -moz-transition: background, width 0.5s;
    -webkit-transition: background, width 0.5s;
    -ms-transition: background, width 0.5s;
    -o-transition: background, width 0.5s;
    transition: background, width 0.5s;
}
nav.main-navigation ul li.item a.link:hover,
nav.main-navigation ul li.item.active a.link {
    width: 225px;
    background: black;
    -moz-transition: background, width 0.5s;
    -webkit-transition: background, width 0.5s;
    -ms-transition: background, width 0.5s;
    -o-transition: background, width 0.5s;
    transition: background, width 0.5s;
}
nav.main-navigation ul li.item ul {
    background-color: hsla(22, 76%, 13%, 0.9);
    margin: 2px 0 2px 10px;
    width: 220px;
    padding: 5px 0;
}
.lt-ie9 nav.main-navigation ul li.item ul {
    background-image: url("../images/bg/bg-subnav-ie-transparancy.png");
}
nav.main-navigation ul li.item ul li.item {
    line-height: 25px;
    padding: 0 0 0 15px;
    margin: 0;
    position: relative;
}
nav.main-navigation ul li.item ul li.item:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    -moz-transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    -ms-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;
}
nav.main-navigation ul li.item ul li.item.active:before {
    border-color: transparent transparent transparent white;
    -moz-transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    -ms-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;
}
.page-content {
    float: left;
    width: 680px;
    margin-left: -10px;
    padding: 25px 30px 50px;
    background-color: white;
    position: relative;
}
.page-content .full-page {
    float: left;
}
.page-content .main-articles {
    float: left;
    width: 370px;
}
.page-content .sidebar {
    float: right;
    width: 280px;
}
.page-content .sidebar .sidebar-image {
    margin-top: 15px;
}
.page-content .sub-page {
    float: left;
    width: 680px;
    background-image: url("../images/bg/bg-dotted-line.png");
    background-repeat: repeat-x;
    background-position: top left;
    margin: 5px 0 0 0;
}
.page-content header {
    margin: 10px 0 0 0;
}
.page-content h1 {
    color: #b65418;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.page-content .facebook-link {
    float: right;
    margin: 5px 0 0;
}
.page-content h2 {
    color: #b65418;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.page-content article {
    background-image: url("../images/bg/bg-dotted-line.png");
    background-repeat: repeat-x;
    background-position: top left;
    padding: 3px 0;
}
.page-content article.solid-line {
    background-image: none;
    border-top: 1px solid #b65418;
}
.page-content .article-side-content {
    margin-left: 25px;
    float: right;
}
.page-content .article-side-content img {
    margin-left: 5px;
}
.page-content .gallery {
    position: relative;
    cursor: pointer;
}
.page-content .gallery:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 30px;
    height: 31px;
    background-image: url("../images/gallery/magnifier.png");
    z-index: 1;
}
.no-audio .music-widget {
    display: none !important;
}
.page-content .music-widget {
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    border-color: #b2b2b2;
    border-width: 0 0 1px 1px;
    border-style: solid;
    background-image: url("../images/bg/music-widget.png");
    background-repeat: no-repeat;
    background-position: -35px 9px;
    display: block;
    cursor: pointer;
}
.page-content .music-widget-ios {
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    border-color: #b2b2b2;
    border-width: 0 0 1px 1px;
    border-style: solid;
    background-image: url("../images/bg/music-widget-ios.png");
    background-repeat: no-repeat;
    background-position: -35px 9px;
    display: block;
    cursor: pointer;
}
.page-content .music-widget.disabled,
.page-content .music-widget-ios.disabled {
    background-position: 6px 9px;
}
.page-content article:first-child {
    background-image: none;
}
.page-content time {
    color: #b65418;
    font-size: 12px;
}
.page-content a.link {
    color: #b65418;
    text-decoration: none;
}
.page-content a.link:hover {
    text-decoration: underline;
}
.page-content .link.read-more:before {
    content: " ...";
    color: #b65418;
}
.page-content a.link.plus-link {
    padding: 0 0 0 15px;
    position: relative;
}
.page-content a.link.plus-link:before {
    content: "+";
    width: 11px;
    height: 11px;
    background-color: #b65418;
    color: white;
    line-height: 11px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}
.lt-ie8 .page-content a.link.plus-link {
    background-image: url("../images/content/link-plus.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.page-content .columns {
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    -webkit-column-rule: 0 dotted black;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -moz-column-rule: 0 dotted black;
    column-count: 3;
    column-gap: 15px;
    column-rule: 0 dotted black;
}
.page-content .title-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.page-content ul {
    list-style-type: none;
    padding: 0;
}
.page-content ul li {
    position: relative;
    padding: 0 0 0 8px;
}
.page-content ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 2px;
    height: 9px;
    background-color: #b65418;
}
.page-content table {
    margin: 10px 0;
}
.page-content table td {
    padding: 0 15px;
}
.page-content table td:first-child {
    padding-left: 0;
}
.page-content .side-border {
    position: relative;
}
.page-content .side-border:before {
    height: 80%;
    top: 10%;
    content: "";
    position: absolute;
    right: 0;
    background: url("../images/bg/bg-dotted-line-vertical.png") right top
        repeat-y;
    width: 1px;
}
footer.page-footer {
    margin: 0 0 0 230px;
    padding: 0 0 0 30px;
}
footer.page-footer nav {
    margin-top: 10px;
    line-height: 23px;
}
footer.page-footer nav li.item {
    float: left;
    font-family: "DroidSansRegular";
    font-size: 11px;
    color: white;
}
footer.page-footer nav a.link {
    font-family: "DroidSansRegular";
    font-size: 11px;
    color: white;
    text-decoration: none;
}
footer.page-footer nav.global-navigation {
    float: left;
}
footer.page-footer nav.global-navigation li.item {
    padding: 0 5px;
    position: relative;
}
footer.page-footer nav.global-navigation li.item:first-child {
    padding-left: 0;
}
footer.page-footer nav.global-navigation li.item:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: white;
    position: absolute;
    top: 6px;
    left: 0;
}
footer.page-footer nav.global-navigation li.item:first-child:before {
    display: none;
}
.lt-ie8 footer.page-footer nav.global-navigation li.item {
    background-image: url("../images/bg/bg-footer-seperator.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.lt-ie8 footer.page-footer nav.global-navigation li.item:first-child {
    background-image: none;
}
footer.page-footer nav.social-navigation {
    float: right;
    margin-right: 22px;
}
footer.page-footer nav.social-navigation li.item {
    margin-right: 8px;
}
footer.page-footer nav.social-navigation img {
    position: relative;
    margin-top: -3px;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left
                bottom, from(hsla(0, 100%, 100%, 0)), color-stop(0.1, hsla(0, 100%, 100%, 0)), to(hsla(0, 100%, 100%, 0.3)));
}
.referenzen img.ref {
    padding: 50px 0 0 0;
}
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img {
    border: 0;
}
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image {
    padding: 10px;
}
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}
#lightbox-nav a {
    outline: 0;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption {
    font-weight: bold;
}
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}
.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.cc-window.cc-invisible {
    opacity: 0;
}

/* only animate ifhas class 'cc-animate' */
.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
    transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    transform: translateY(0);
}

.cc-revoke:hover {
    transform: translateY(0);
}

.cc-grower {
    /* Initially we don't want any height, and we want the contents to be hidden */
    max-height: 0;
    overflow: hidden;
    /* Set our transitions up. */
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}

/* the popup window */
.cc-window,
.cc-revoke {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    /* exclude padding when dealing with width */
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    /* by setting the base font here, we can size the rest of the popup using CSS `em` */
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    /* the following are random unjustified styles - just because - should probably be removed */
    z-index: 9999;
}

.cc-window.cc-static {
    position: static;
}

/* 2 basic types of window - floating / banner */
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    /* 1em == 16px therefore 24em == 384px */
    flex-direction: column;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row;
}

.cc-revoke {
    padding: 0.5em;
}

.cc-revoke:hover {
    text-decoration: underline;
}

.cc-header {
    font-size: 18px;
    font-weight: bold;
}

/* clickable things */
.cc-btn,
.cc-link,
.cc-close,
.cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
    text-decoration: underline;
}

.cc-link:hover {
    opacity: 1;
}

.cc-link:active,
.cc-link:visited {
    color: initial;
}

.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
    min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}

.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
    background-color: transparent;
    text-decoration: underline;
}

.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
    /*  - we want it to be a square, because it's acting as an icon */
    /*  - setting the line height normalises the height */
    line-height: 0.75;
}

.cc-close:hover,
.cc-close:focus {
    opacity: 1;
}

/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

/**************************************** FLOATING ****************************************/
/* these classes position the floating element */
.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

/* links that are direct decendants should be displayed as block */
.cc-floating > .cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    flex: 1 0 auto;
}

/**************************************** BANNER ****************************************/
.cc-window.cc-banner {
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    flex: 1;
}

/* COMPLIANCE BOX */
.cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between;
}

.cc-compliance > .cc-btn {
    flex: 1;
}

.cc-btn + .cc-btn {
    margin-left: 0.5em;
}

@media print {
    .cc-window,
    .cc-revoke {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}

/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait),
    screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }
    .cc-window.cc-bottom {
        bottom: 0;
    }
    .cc-window.cc-banner,
    .cc-window.cc-right,
    .cc-window.cc-left {
        left: 0;
        right: 0;
    }
    .cc-window.cc-banner {
        flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance {
        flex: 1;
    }
    .cc-window.cc-floating {
        max-width: none;
    }
    .cc-window .cc-message {
        margin-bottom: 1em;
    }
    .cc-window.cc-banner {
        align-items: unset;
    }
}

/* iPhone 6 */
/* iPhone 6 plus */
/* iPhone 5 & 5S */
/* iPhone 2G - 4S */
.cookie-consent.cc-window {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e7e7e7;
    padding: 0;
    width: 100%;
    background: #fff;
}

.cookie-consent__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
}
@media screen and (max-width: 768px) {
    .cookie-consent__container {
        flex-wrap: wrap;
        padding: 20px;
    }
}

.cookie-consent .cc-message {
    margin: 25px 0 25px 30px;
    color: black;
    font: 12px/1.5em "DroidSansRegular", sans-serif;
}
@media screen and (max-width: 768px) {
    .cookie-consent .cc-message {
        flex: 0 1 auto;
        margin: 0 0 20px;
        width: 100%;
    }
}
.cookie-consent .cc-message a {
    color: #b65418;
    text-decoration: none;
    font-weight: bold;
}

.cookie-consent .cc-compliance {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 10px 0;
}
@media screen and (max-width: 768px) {
    .cookie-consent .cc-compliance {
        flex: 0 1 auto !important;
        width: 100%;
    }
    .cookie-consent .cc-compliance a {
        margin: 0;
    }
}

.cookie-consent .cc-dismiss {
    box-sizing: border-box;
    margin: 0 30px 0 20px;
    border: none;
    padding: 0;
    width: 120px;
    height: 40px;
    font: 1.15em Arial, sans-serif;
    line-height: 40px;
}
