html {
    overflow: visible !important;
}

body {
    height: 100%;
    margin: 0;
    /*font-family: 'Noto Serif Display', cursive, sans-serif;*/
    overflow: visible !important;
}

section:not(#contact) {
    min-height: 50vh;
    overflow: hidden;
}

#top{
    min-height: 100vh !important;
}

main {
    position: relative;
    z-index: 1;
}

#top {
    position: relative;
}

#top.no-overflow {
    overflow: visible;
}

.image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: all 1.8s ease;
}

.image {
    background-image: url(../img/top2.jpg);
    min-height: 100vh;
    background-attachment: fixed;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
}

.image.blur{
    background-image: url(../img/top2blur.jpg);
}

.news-section, #opinions, #bios, #photo, #media, #musical, #lekcje, #koncerty {
    position: relative;
}

#bios .container, #photo .container, #media .container, #musical .container, #lekcje .container, #koncerty .container {
    position: relative;
    font-weight: 200;
    margin-bottom: 80px;
}

#bios .container > div, #photo .container > div, #media .container > div, #musical .container > div, #lekcje .container > div, #koncerty .container > div{
    background-color: #f8f8f8;
    padding: 20px;
}

#blog, #opinions{
    padding-bottom: 150px !important;
}

.news-section h2, #opinions h2 {
    position: relative;
    color: #c98304;
}

#opinions .author {
    color: #c98304;
    float: right;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 300;
    margin-right: 61px;
}

.news-section .image, #opinions .image {
    transition: none;
    filter: grayscale(.5);
}

.news-section .image:after, #opinions .image:after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.top .image {
    transform: scale(1.5);
}

.top .image.scaled {
    transform: none;
}

div.citation p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}

div.citation {
    /*background: #282826;*/
    background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(42 42 42));
    text-shadow: -5px 6px 2px #000;
    font-family: 'Poiret One', cursive, sans-serif;
    font-size: 20px;
    min-height: 50px;
    color: #FFF;
    padding: 1px 0;
    text-align: center;
}

div.citation.gold{
    background: #9f6600;
    min-height: 10px;
}

header {
    display: block;
    z-index: 2;
    width: 100%;
    position: absolute;
}

header nav {
    border-bottom: 1px dashed #ffffff;
    background-color: rgba(0.5, 0.5, 0.5, 0.5) !important;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}

.image .container {
    height: 100%;
    max-width: 1100px;
}

.image .row.align-middle {
    align-items: center;
    height: 100%;
    position: relative;
}

.image .row .column {
    position: absolute;
    bottom: 0;
    left: 0;
}

body.loaded h1.name {
    transition-delay: 2s;
    opacity: 1;
}

h1.name {
    z-index: 1;
    position: relative;
    text-align: right;
    color: #c38700;
    line-height: 1;
    display: inline-block;
    float: right;
    font-size: 70px;
    opacity: 0;
    transition: opacity 3s;
}

#photo .grid-column{
    margin: 10px;
    height: 320px;
    line-height: 115px;
    background-color: #cdcdcd14;
}

#photo .grid-column img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    width: auto;
}

section:not(#top) {
    padding: 70px 0;
    padding: 0 0;
}

#contact, #copyrights{
    padding: 70px 0 !important;
}

.bio {
    min-height: 100vh;
    font-size: 19px;
    font-weight: 100;
    font-family: woodfortregular;
}

#lekcje, #musical {
    min-height: 100vh;
    font-size: 19px;
    font-weight: 100;
    font-family: woodfortregular;
}

section h2, section h3 {
    font-family: 'Poiret One', cursive;
}

section h2 {
    /*font-family: 'Poiret One', cursive;*/
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 200;
    font-size: 50px;
    margin-bottom: 3rem;
    color: #9f6600;
    margin: 0;
}

section:not(#bios) h2{
    margin-top: 110px;
    margin-bottom: 45px;
}

.bio p {
    text-indent: 50px;
}

.bio h3 {
    font-size: 1.25rem;
}

#bios .ph {
    position: relative;
    margin: 0 30px 30px 0;
    float: left;
}

#bios .ph img {
    width: 450px;
    box-shadow: 0 0 2em #6f6f6f;
}

#bios img{
    margin: 0 30px 30px 0;
    box-shadow: 0 0 2em #6f6f6f;
}

section {
    /*background-color: #ebebeb;*/
    /*background: radial-gradient(circle at 18.7% 37.8%, rgb(255 255 255) 0%, rgb(213 213 213) 100%);*/
    background: url(../img/white-wall.jpg);
    
}

.modal-close, .img-thumbnail {
    cursor: pointer;
}

.modal-close {
    font-size: 36px;
}

header {
    background: #18181900;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 50px;
}

header .container {
    height: 100%;
}

header a {
    text-decoration: none;
    color: #FFF;
    /*font-family: 'Poiret One', cursive, sans-serif;*/
    font-family: "LexendDeca", cursive, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

header a.active {
    color: #e59400;
    font-weight: 700;
}

header .header-logo {
    font-size: 28px;
    line-height: 38px;
    /*font-family: 'Rowdies', cursive;*/
    text-transform: uppercase;
    /*font-family: "Poiret One", cursive, sans-serif;*/
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 300;

    /*visibility: hidden;*/
}

.header-elements-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.header-elements-wrapper .header-logo {
    margin-right: auto;
}

.header-elements-wrapper .logoimg{
    height: 50px;
    margin-right: 20px;
}

.header-elements-wrapper button {
    display: none;
}

.header-button {
    display: none;
    width: 60px;
    height: 45px;
    position: relative;
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.header-button span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #c6c6c6;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header-button span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.header-button span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

.header-button span:nth-child(1), .header-button span:nth-child(2) {
    top: 0px;
}

.header-button span:nth-child(3), .header-button span:nth-child(4) {
    top: 18px;
}

.header-button span:nth-child(5), .header-button span:nth-child(6) {
    top: 36px;
}

header.open .header-button span:nth-child(1), header.open .header-button span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header.open .header-button span:nth-child(2), header.open .header-button span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header.open .header-button span:nth-child(1) {
    left: 5px;
    top: 7px;
}

header.open .header-button span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

header.open .header-button span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

header.open .header-button span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

header.open .header-button span:nth-child(5) {
    left: 5px;
    top: 29px;
}

header.open .header-button span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

.contact-data a {
    text-decoration: none;
}

.form-button {
    display: flex;
}

.btn-footer {
    margin-left: auto;
    width: 120px;
    background: #a06700;
    padding: 10px 20px;
    border: 0;
    border-radius: 15px;
    color: #FFFFFF;
    font-family: 'Poiret One', cursive;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .2s ease;
    cursor: pointer;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 300;
}

.btn-footer:hover {
    background: #FFFFFF;
    color: #a06700;
}

.iframe-lightbox-link {
    display: block;
    position: relative;
}

.video-icon {
    position: absolute;
    display: inline-block;
    border: 30px solid transparent;
    border-left: 45px solid #ffffff;
    top: calc(50% - 15px);
    left: calc(50% - 20px);
    opacity: .8;
    transition: all .3s ease;
}

.iframe-lightbox-link:hover .video-icon {
    opacity: 1;
}

.top-name {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: calc(90vh - 71px);
    padding-left: calc(60vw);
}

.top-name.sticky {
    position: sticky;
    text-align: center;
    top: 50px;
    padding-top: 0;
}

.top-name-helper {
    position: absolute;
    top: calc(50% - 71px);
}

.ml5 {
    margin: 0;
    /*font-family: 'Rowdies', cursive;*/
    font-family: woodfortregular;
    color: #db8d00;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-size: 4.5em;
    text-transform: uppercase;
    /*display:none;*/
    /*transition: background .2s linear;*/
    /*background: linear-gradient(to right, transparent, rgba(62, 40, 0, .7), transparent);*/
}

.ml5 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
    line-height: 1em;
}

.ml5 .line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background-color: #db8d00;
    background-color: #f4dcb2;
    transform-origin: 0.5 0;
    opacity: 0;
    display: none;
    transition: opacity .2s ease;
}

.ml5 .ampersand {
    font-family: Baskerville, serif;
    font-style: italic;
    font-weight: 400;
    width: 1em;
    margin-right: -0.1em;
    margin-left: -0.1em;
}

.ml5 .letters {
    display: inline-block;
    opacity: 0;
}

.top-name.sticky .ml5 .line {
    opacity: 0 !important;
}

.top-name.sticky .ml5 {
    background: none;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.grid {
    display: grid;
    gap: 20px;
}

.grid.media {
    grid-template-columns: repeat(3, 1fr);
}


.grid.news.opinions {
    grid-template-columns: repeat(2, 1fr);
}

.grid.news.blog {
    grid-template-columns: repeat(1, 1fr);
}

section#contact {
    /* background: #222222; */
    background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(42 42 42));
    color: #FFFFFF;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 300;
    height: 60vh;
}

.grid.footer a {
    display: inline-block;
    color: #f1f1f1;
}

.grid.footer {
    font-weight: 400;
}

.grid.footer a {
    text-decoration: none;
}

.grid.form {
    grid-template-columns: repeat(2, 1fr);
}

.form-label {
    margin-bottom: 1em;
}

.form-label label {
    display: inline-block;
    margin-bottom: 5px;
}

.form-label input::placeholder, .form-label textarea::placeholder {
    color: #f1f1f1;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 300;
}

.form-label input {
    height: 30px;
}

.form-label input, .form-label textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #DDD;
    color: #f8f8f8;
    /*font-family: "Poiret One", cursive;*/
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 300;
}

.form-label input:focus, .form-label input:focus:active, .form-label input:active, .form-label input:focus-visible, .form-label textarea:focus, .form-label textarea:active, .form-label textarea:focus:active, .form-label textarea:focus-visible {
    border: 0;
    border-bottom: 1px solid #DDD;
    outline: none;
}

.grid.news .grid-column > * {
    display: block;
}

.grid.news .grid-column {
    background: rgb(248, 248, 248);
    border: 1px solid #a06700;
    padding: 0 50px 0px;
    text-align: center;
}

.grid.news .date{
    /*font-family: 'Poiret One', cursive, sans-serif;*/
    font-family: "LexendDeca", cursive, sans-serif;
    text-transform: uppercase;
    background: #5a5a5a;
    color: rgb(248, 248, 248);
    width: 160px;
    margin: -1px auto 1em;
    font-weight: 700;
    padding: 10px;
    font-weight:300;
}

.grid.news .title {
    /*font-family: 'Poiret One', cursive, sans-serif;*/
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 200;
    color: #c98304;
    margin-bottom: 1em;
    font-size: 30px;
}

.grid.news .description {
    font-size: 18px;
    margin-bottom: 2em;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 200;
}

.grid.news .line {
    width: 32px;
    height: 5px;
    background: #a06700;
    margin: 0px auto;
}

.grid.news .link {
    border: 1px solid #a06700;
    border-radius: 16px;
    color: #a06700;
    width: 130px;
    margin: auto;
    padding: 10px;
    text-decoration: none;
    font-family: 'Poiret One', cursive;
    transition: all .3s ease;
    display: flex;
}

.grid.news .link * {
    display: inline-block;
}

.grid.news .link .link-text {
    margin-right: auto;
}

.grid.news .link .link-icon {
    transition: all .3s ease;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url(../img/icons/arrow_right.svg);
    background-repeat: no-repeat;
}

.grid.news .link:hover {
    background: #a06700;
    color: #FFF;
}

.grid.news .link:hover .link-icon {
    background-image: url(../img/icons/arrow_right_white.svg);
    background-repeat: no-repeat;
}

.grid-column a {
    display: block;
}

.grid.photo .grid-column img, .grid.media .grid-column img {
    width: 100%;
}

.grid.footer .first {
    grid-area: first;
}

.grid.footer .second {
    grid-area: second;
}

.grid.footer .third {
    grid-area: third;
}

.grid.footer {
    grid-template-areas: "first second"
        "third third";
}

#header-links-dropdown{
    display: inline;
}

.dropdown-content{
    display: none;
    position: absolute;
    margin-top: 28px;
    margin-left: -71px;
}

.dropdown-content > a{
    display: block !important;
    padding: 15px !important;
}

#header-links-dropdown:hover .dropdown-content, #header-links-dropdown.hovered .dropdown-content{
    display: inline;
}

.buycoffe{
    margin-top: 20px;
}

@media (max-width: 1370px) {
    .blogentry.visible .dialog{
        width: calc(100% - 64px);
        margin: 60px auto 10px auto !important;
        height: calc(100% - 82px) !important;
    }

    .blogentry .description {
        margin: 5px !important;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 15px;
    }

    .grid.media {
        grid-template-columns: repeat(1, 1fr);
    }

    .ml5 {
        font-size: 2em;
    }

    .grid.footer {
        gap: 40px;
        grid-template-areas: "first"
        "second"
        "third";
    }

    #copyrights{
        padding-top: 276px !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .grid.media {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 769px) {
    .header-elements-wrapper .header-links a {
        padding: 0 0 0 32px;
        display: inline-block;
    }

    .header-link.bios{
        padding-left: 0 !important;
    }

    .header-link {
        transition: text-shadow .2s ease;
    }

    .header-link:hover {
        text-shadow: -5px 6px 2px #9a9797;
    }

    .header-link.active:hover {
        text-shadow: none;
    }

    .container {
        max-width: 720px;
    }

    .grid.footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid.news {
        gap: 40px;
    }
}

@media screen and (max-width: 390px) {
    .logoimg{
        display: none;
    }
}

@media screen and (max-width: 1410px) {
    section:not(#bios) h2 {
        margin-top: 45px;
        margin-bottom: 30px;
    }

    #bios .container, #photo .container, #media .container, #musical .container, #lekcje .container, #koncerty .container {
        margin-bottom: 40px;
    }


    .header-link.uslugi{
        display: none !important;
    }

    .dropdown-content{
        display: inline;
        position: relative;
        margin-left: 0;
    }

    .dropdown-content a{
        padding: 0 !important;
    }

    .contact-data {
        margin-bottom: 50px;
    }

    .header-button {
        display: block;
        transform: scale(.6)
    }

    .header-links a {
        display: block;
        text-align: center;
        font-size: 30px;
        line-height: 40px;
    }

    header.open .header-links {
        opacity: .9;
    }

    header.open .header-links a {
        padding: 0;
    }

    .header-links {
        position: fixed;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: #000;
        clip-path: circle(25px at calc(100% - 45px) 45px);
        transition: all 0.3s ease-in-out;
        z-index: -1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-bottom: 1px solid
    }

    header.open .header-links {
        clip-path: circle(75%);
        z-index: 1;
        top: 50px;
        width: 100%;
        margin: auto;
        text-align: center;
        background: black;
        height: calc(100vh - 50px);
    }

    .grid.news {
        grid-template-columns: repeat(1, 1fr);
    }

    #top .image {
        background-position-x: 23%;
    }

    .header-link.lang.en {
        margin-left: 3px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .grid.media {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid.photo .grid-column img, .grid.media .grid-column img {
        transition: all .2s ease;
    }

    .grid.photo .grid-column:hover, .grid.media .grid-column:hover {
        z-index: 1;
    }

    .grid.media .grid-column:hover img, .grid.photo .grid-column:hover img {
        border-radius: 10px;
        transform: scale(1.2);
    }

    .grid.footer {
        grid-template-columns: 300px 300px 1fr;
        grid-template-areas: "first second third";
    }
}

@media (max-width: 768px){
    #bios .ph img {
        width: 110%;
    }

    #bios img {
        width: 100% !important;
        height: auto !important;
    }

    #opinions .author {
        margin-right: 0 !important;
    }
}

@media (max-width: 992px) {
    .grid.news.opinions {
        grid-template-columns: repeat(1, 1fr);
    }

    .modalbg:target .dialog {
        width: 80% !important;
        top: 10% !important;
    }
}

@media (min-width: 1410px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.btn {
    display: inline-block !important;
    color: #a06700;
    padding: 32px;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
}

.btn__circle, .btn__text, .btn__white-circle {
    position: absolute;
}

.btn__circle {
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100%;
    width: 100%;
    box-shadow: 0 0 1px 1px #a06700;
    transition: 0.3s linear;
}

.btn__white-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #a06700;
    display: flex;
    transition: 0.3s ease-in-out;
}

.btn__white-circle svg {
    width: 24px;
    height: 24px;
    margin: auto;
    fill: #FFFFFF;
}

.btn__text {
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 2;
    padding: 24px 2px;
    transition: 0.3s linear;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 400;
}

.btn:hover .btn__circle {
    transform: scale(0);
}

.btn:hover .btn__white-circle {
    transform: translate(-50%, -50%) scale(1);
}

.btn:hover .btn__text {
    transform: translate(40px, -50%);
}

.footer > .grid-column.third {
    position: relative;
}

#loader {
    width: 101%;
    height: 103%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #acacac80;
    border-radius: 10px;
    display: none;
    background-image: url(../img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
}

.news .description {
    height: auto;
}

.news .description.opinions{
    /*height: 216px;*/
    margin-top: 30px;
}

.result-success {
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    background-color: #a06700;
    border-radius: 10px;
    display: none;
}

.result-error {
    text-align: center;
    margin: 10px 0px 10px 0px;
    border: 1px dotted #d50202;
    padding: 10px;
    background-color: #700303;
    border-radius: 10px;
    display: none;
}

#copyrights {
    /* background: #222222; */
    background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(42 42 42));
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    min-height: 100px !important;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 500;
}

::-webkit-input-placeholder {
    font-weight: 600; 
    font-size: 15px;
}
:-moz-placeholder {
    font-weight: 600; 
    font-size: 15px;
}
::-moz-placeholder {
    font-weight: 600; 
    font-size: 15px;
}
:-ms-input-placeholder {
    font-weight: 600; 
    font-size: 15px;
}

@font-face {
    font-family: woodfortregular;
    src: url("../otf/WoodfordBournePRO-Regular.otf") format("opentype");
}

.header-link.lang img{
    height: 21px;
}

.header-link.lang {
    padding: 0 5px 0 5px !important;
    margin-left: 30px;
}

.header-link.lang.pl {
    margin-left: 3px;
}

.header-link.lang.selected {
    border: 1px solid #ffffff;
}

body.pl [data-switchlang="en"] {
    display: none !important;
}

body.en [data-switchlang="pl"] {
    display: none !important;
}

#opinions .addopinion{
    text-align: center;
    margin-top: 73px;
}

#opinions .addopinion > a{
    position: relative;
    margin-top: 70px;
    width: 200px;
    background: #a06700;
    padding: 10px 20px;
    border: 0;
    border-radius: 15px;
    color: #FFFFFF;
    font-family: 'Poiret One', cursive;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    transition: all .2s ease;
    cursor: pointer;
    text-decoration: none;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 200;
}

.modalbg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 99999;
    transition: all 2s ease-out;
    display: block;
    pointer-events: none;
}

.modalbg .dialog {
    width: 800px;
    position: relative;
    top: -100000px;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    background: #fff;
    box-shadow: 0 0 10px #000;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 300;
}

.modalbg:target {
    display: block;
    pointer-events: auto;
    background: rgba(0,0,0,0.8);
    transition: all .5s ease-out;
}

.modalbg:target .dialog {
    top: -20px;
    transition: all .8s ease-out;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 50px;
    position: absolute;
    right: -25px;
    text-align: center;
    top: -24px;
    width: 50px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    box-shadow: 0 0 10px #000;
    transition: all .5s ease-out;
    font-size: 29px;
}

.close:hover {
    background: #c98304;
    transition: all .5s ease-out;
}

.fineprint {
    font-style: italic;
    font-size: 10px;
    color: #646;
}
 
#opinioncancel{
    background: #aaa;
}

.dialog label{
    display: block;
    text-align: left;
}

.dialog input, .dialog textarea{
    width: 98%;
    margin-bottom: 10px;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 13%);
    padding: 10px;
    border: 0;
    border-radius: 4px;
    font-family: "Poiret One", cursive;
}

#loaderop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #acacac80;
    border-radius: 10px;
    display: none;
    background-image: url(../img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
}

#opinionclose{
    display: none;
}

.opinion-result-success {
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    background-color: #a06700;
    border-radius: 10px;
    display: none;
}

.opinion-result-error {
    text-align: center;
    margin: 10px 0px 10px 0px;
    border: 1px dotted #d50202;
    padding: 10px;
    background-color: #700303;
    border-radius: 10px;
    display: none;
}

section iframe{
    margin: 10px;
}














.blogentry {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 99999;
    transition: all 2s ease-out;
    display: block;
    pointer-events: none;
}

.blogentry .dialog {
    width: 1280px;
    position: relative;
    top: -100000px;
    margin: 10% auto;
    padding: 0px 20px 13px 20px;
    background: #fff;
    box-shadow: 0 0 10px #000;
}

.blogentry.visible {
    display: block;
    pointer-events: auto;
    background: rgba(0,0,0,0.8);
    transition: all .5s ease-out;
}

.blogentry.visible .dialog {
    top: 0;
    transition: all .8s ease-out;
    margin: 80px auto 80px auto;
    height: calc(100% - 160px);
}

.blogentry .close{
    cursor: grab;
}

.blogentry .date{
    display: block;
    width: 86px !important;
}

.blogentry .title{
    display: block;
    text-align: center;
}

.blogentry .line{
    display: block;
}

.blogentry .description{
    margin: 38px;
    display: block;
    height: calc(100% - 200px);
}


.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
  
    background-color: #f8f8f8;
  }
  
  .cookie-consent-banner__inner {     
    margin: 0 auto;
    padding: 25px 20px;
  }
  
  .cookie-consent-banner__copy { 
    margin-bottom: 16px;
  }
  
  .cookie-consent-banner__header {
    margin-bottom: 8px;
    
    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }
  
  .cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
  }
  
  .cookie-consent-banner__cta {
    position: relative;
    margin-top: 70px;
    width: 200px;
    background: #a06700;
    padding: 10px 20px;
    border: 0;
    border-radius: 15px;
    color: #FFFFFF;
    font-family: 'Poiret One', cursive;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    transition: all .2s ease;
    cursor: pointer;
    text-decoration: none;
    font-family: "LexendDeca", cursive, sans-serif;
    font-weight: 200;
  }
  
  .cookie-consent-banner__cta--secondary { 
    padding: 9px 13px;
    
    border: 2px solid #3A4649;
    
    background-color: transparent;
    
    color: #2CE080;
  }
  
  .cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
      
    background-color: transparent;
    
    color: #22C870;
  }

  .cookie-consent-banner__actions{
    margin-top: 35px;
  }
  





