@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Nunito+Sans:wght@400;800&display=swap');

@font-face {
    font-family: "MidnightOwl";
    src: url('/fonts/MidnightOwl.ttf');
}

body {
    margin-top: 40px;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
    font-family: Montserrat, serif;
    font-weight: 500;
}

select,
option {
    font-family: "Montserrat", sans-serif !important;
}

select.bg-primary {}

select.bg-primary option {
    background-color: #fff;
    color: black !important;
}

/* .container-fluid,.container {
    padding-right:2em;
    padding-left:2em;
} */

ul.p-0 {
    list-style-type: none;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.form-control,
.input-group,
input {
    font-weight: 600;
}

.form-group {
    padding-bottom: 1.5rem;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6,
p {
    font-size: 1rem;
}

.rounded-2 {
    border-radius: 10px;
}

.input-group-text {
    background-color: #fff;
    border: 0px solid white;
    border-top-right-radius: 4px;
}

.underline p {
    margin-bottom: 0px !important;
}

.underline {
    border-bottom: 1px solid darkgrey;
    width: 100%;
    margin-bottom: 1.5rem;
}

.btn-list {
    padding: 0.8rem 1.5rem;
    margin: 1.5rem 0;
}

.filter-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(88%) contrast(119%);
}

.bordered {
    border: 1px solid #6c757d;
}

footer {
    margin-top: auto;
    background: rgb(77, 0, 213);
    background: linear-gradient(180deg, rgba(77, 0, 213, 1) 0%, rgba(38, 0, 250, 1) 100%);
    color: #eee;
}

footer a {
    color: #eee;
}

footer a:hover {
    color: #fff;
}

.section--full {
    min-height: 100%;
    display: flex;
    ;
    flex-grow: 2;
}

.section a {
    color: #fff;
}

.section--home {
    background-color: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1));
    background-image: url(/images/home_01.png?v=1);
    background-position: top center;
    min-height: 100vh;
}

.section--home-iae {
    padding-top: 10vh;
    background-color: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1));
    background-image: url(/images/iae_head.jpg);
    height: 86vh;
}

.section--reg,
.section--login {
    min-height: 100% !important;
}

.section--login,
.section--reg,
.section--customer {
    background-color: #202d59;
}

.section--offer,
.section--admin {
    background-color: #1b1b1b;
    color: white;
}

/* .fixed-top {
    position: sticky;
} */
.section--login,
.section--admin,
.section--customer,
.section--reg {
    background-image: url(/images/girl_guitar_white.png), url(/images/Boy_guitar_white.png);
    background-position: left top 150px, right top 300px;
    background-repeat: no-repeat;
    background-size: 400px auto, 400px auto
}



.section--home {
    background-image: url(/images/lakaskoncert_home1.jpg?v=2);
    background-position: top left;
    background-size: cover;
}

.section--arculat {
    height: 500px !important;
    background-image: url(/images/arculattervezes_pc.png);
}

.section--services {
    min-height: 820px;
    background-image: url(/images/home_vonalrajz.png);
    background-size: 2250px auto;
    background-attachment: cover;
    background-position: top 0px center;
    background-repeat: no-repeat;
}

.section--streaming {
    min-height: 480px;
}

.section--yellowcarpet {}

.section--adatlap {
    background-color: #1a1a1a;
}

.adatlap {
    background-color: #dadada;
    color: #000;
}

.bg-gray {
    /*background-color: #f7f7f7;*/
    background-color: #f7f7f7;
    background-image: url(/images/triangle.svg);
    background-position: top center;
    background-repeat: no-repeat;
}

.bg-black {
    background-color: #000;
}

a.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    background-color: black !important;
    font-weight: 600 !important;
    padding: 5px 15px;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.mainmenu.bg-dark {
    background-color: black !important;
}

.mainmenu.bg-light {
    background-color: white !important;
}

.pb-6 {
    padding-bottom: 5em;
}

.pt-6 {
    padding-top: 5em;
}

.co-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
}

.co-name b {
    font-weight: 800;
}

.co-title {
    color: #666;
}

.co-contact {
    margin-top: 1em;
}

.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.font-serif {
    font-family: "Palatino Linotype";
}

.section {
    padding: 5em 0;
}

.section__icon {
    font-size: 24px;
}

.section__title {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.section__subtitle {}

.section__text {
    max-width: 600px;
    font-size: 1.1em;
    line-height: 1.5em;
}

.section--image img {
    width: 100%;
}

.btn {
    padding-left: 2.3rem;
    padding-right: 2rem;

    font-weight: 600;
    position: relative;
    border-radius: 0;
    border: 0;
    color: #000;
    outline: none;
    background-color: #fff;
    z-index: 2;
}

a.btn,
.btn-list a {
    color: #000;
}

.btn-dsquare:before {
    position: absolute;
    top: -0.5em;
    left: -0.5em;
    content: " ";
    border: 2px solid #000;
    width: 100%;
    z-index: -2;
    pointer-events: none;
    height: 100%;
    transition: all;
}

.btn-dsquare:after {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    z-index: -1;
    transition: all;
    background-color: #000;
    width: 100%;
    height: 100%;
}

.btn-dsquare {
    margin-left: 8px;
    transition: all;
    position: relative;
    color: #fff !important;
    z-index: 2;
}

.btn-dsquare span {
    display: block;
    margin-right: 0.3rem;
    margin-top: 0.3rem;
}

.btn-dsquare:hover:after {
    border: 2px solid #000;
    background-color: rgba(255, 255, 255, 1);
    color: #000 !important;
}

.btn-dsquare:hover {
    color: #000 !important;
}

.btn-dsquare.btn-light {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000 !important;
}

.btn-dsquare.btn-light:before {
    border: 2px solid #000;
    background-color: rgba(255, 255, 255, 0.8);
}

.btn-dsquare.btn-light:after {
    border: 2px solid #000;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

.btn-dsquare.btn-light:hover:after {
    background-color: #000;
    color: #fff;
}

.btn-dsquare.btn-light:hover {
    background-color: #000;
    color: #fff !important;
}

/* 
.btn.btn-light,
.btn-light.btn:before {
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #fff;
    color: #fff;
}

.btn-light:hover {
    background-color: #fff;
    color: #000!important;
} */

input.form-check-input {
    transform: scale(133.33%);
}

#footer a {
    font-size: 0.8rem;
}

#footer .brand a {
    font-weight: 600 !important;
}

#footer a,
#footer small {
    color: #fff;
}

#footer .footer-links a {
    padding: 0 0.6rem;
}

#footer img {
    width: 22px;
    height: auto;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

.mainmenu {
    padding: 0 0 0 0;
}

.mainmenu.bg-dark {
    background-color: black;
}

.mainmenu.bg-light {
    background-color: white;
}

.mainmenu .nav-link {
    color: #000 !important;
    padding: 0.6rem 1.5em;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    outline: none;
}

.mainmenu.bg-dark .nav-item .nav-link {
    color: white !important;
}

.mainmenu.bg-light .nav-item .nav-link {
    color: black !important;
}


/* no mobile*/

@media (max-width: 768px) {
    .on-mobil {
        display: block;
    }
}

@media (min-width: 768px) {
    .section__icon {
        height: 3rem;
    }

    .section--right-text {
        padding-left: 4em;
    }

    .section--left-text {
        padding-right: 4em;
    }

    .on-mobil {
        display: none;
    }

    /* .header-scrolled {
        background-color: #262626!important;
    } */
    /* .header-scrolled .nav-link {
        color: #fff !important;
    } */
}

.header-scrolled .nav-link:hover {
    color: #B3B3B3 !important;
}

.header-scrolled .nav-link:active {
    color: #919191 !important;
}


/* mobile*/

@media (max-width: 1600px) {

    .section--home h3,
    .section--home-iae h3 {
        /* margin-top: 2em; */
        font-size: 2em;
        /* line-height: em; */
    }
}

@media (max-width: 920px) {

    .section--home h3,
    .section--home-iae h3 {
        margin-top: 1.5em;
        font-size: 1.5em;
        /* line-height: 1.9em; */
    }
}

.content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.section--admin {
    min-height: 100%;
}


/* mobile*/

@media (min-width: 768px) {

    .section--home,
    .section--home-iae {
        /* display: flex;
        align-items: center;
        justify-content: center; */
        padding-top: 150px;
    }
}

@media (max-width: 768px) {

    .section--login,
    .section--admin,
    .section--customer,
    .section--reg {
        background-image: none;
    }

    footer .nav {
        margin: 0 auto;
    }

    .section--login,
    .section--admin,
    .section--reg {
        background-image: none;
    }

    /* a.navbar-brand {
        font-size: 1rem;
        padding-left: 0px;
    } */
    .mainmenu #subnav {
        opacity: 0.7;
        position: absolute;
        margin: 10px 0;
        width: 200px !important;
    }

    .parallax {
        background-attachment: scroll;
    }

    .section--services {
        background-image: none;
    }

    .section--home,
    .section--home-iae {
        height: auto;
        min-height: 500px;
        padding-top: 150px;
    }

    [data-target] {
        float: left;
    }

    .co-contact {
        margin-bottom: 2em;
    }

    section.collapse .section__title,
    section.collapse .section__text {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .section--left-text .section__title,
    .section--right-text .section__title {
        margin-top: 2em;
        text-align: left !important;
        /* margin-left: 1rem; */
        /* margin-right: 1rem; */
    }

    .section--left-text .section__text,
    .section--right-text .section__text {
        text-align: left !important;
        /* margin-left: 1rem;
        margin-right: 1rem; */
    }

    .btn-brainstudio {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .on-mobil {
        display: block;
    }

    .section {
        padding-top: 5em;
    }

    .section--home,
    .section--home-iae {}

    .section--home h3,
    .section--home p {
        padding: 0.3em;
    }

    a.navbar-brand {
        font-size: 1em;
        padding: 1em;
    }

    #roomconcerts .text-center,
    #officeconcert .text-center,


    #concert_experiences .text-center,
    #interactives .text-center {
        text-align: left !important;
    }

    #promovideo .text-right {
        display: none;
    }

    .section__text {
        margin-bottom: 2em;
    }

    .section--home h3,
    .section--home-iae h3 {
        margin-top: 0;
        font-size: 2em;
        line-height: 1.4em;
    }

    .section--redesign {
        padding-top: 0em;
    }

    .section--left-text .section__title,
    .section--right-text .section__title {
        margin-top: 1em;
    }

    .no-mobil {
        display: none;
    }

    .mainmenu .navbar-nav {
        text-align: right;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .hamburger.is-active:hover,
    .hamburger:hover {
        opacity: 1;
    }

    .mainmenu .nav-link {
        text-align: center;
    }

    .mainmenu {
        z-index: 1;
    }

    /* .mainmenu::before {
        position: absolute;
        top: 0;
        z-index: -1;
        height: 70px;
        width: 100%;
        left: 0;
        background-color: #262626!important;
        content: " ";
    } */
    .mainmenu .text__lowercase {
        text-transform: capitalize;
    }

    .line-elem {
        width: 50px;
        margin: 0 auto;
        padding: 1em;
        position: relative;
    }

    .line-elem:before {
        content: " ";
        position: absolute;
        right: 0;
        width: 50px;
        height: 3px;
        background-color: #fff;
    }

    .section--products .img-fluid {
        margin: 0 auto;
        max-width: 80% !important;
        height: auto !important;
    }
}

.line-elem {
    width: 50px;
    margin-left: auto;
    padding: 1em;
    position: relative;
}

.line-elem:before {
    content: " ";
    position: absolute;
    right: 0;
    width: 50px;
    height: 3px;
    background-color: #fff;
}


/* CUSTOM .hamburger */

.offer-nav {
    margin-top: 55px;
}

.hamburger {
    margin-right: 20px;
    padding: 0;
    text-decoration: none;
}

.navbar-toggler,
button:focus,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: 0px dotted;
    outline: 5px auto -webkit-focusring-color;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

a,
button {
    text-decoration: none !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #000;
    text-decoration: none;
    width: 32px;
    height: 3px;
}

.navbar-dark .navbar-toggler {
    border: 0;
}

.cover {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}


/* @media (max-width: 768px) {
    .offer-nav {
        margin-top:0;
    }
    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #fff;
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        background-color:#fff;
        text-decoration: none;
        width: 32px;
        height: 3px;
    }
} */

@media (max-width: 768px) {
    .cover {
        background-attachment: scroll;
        background-size: auto 100%;
    }

    .nav-item {
        text-align: center;
    }

    .offer-nav {
        font-size: 0.8em;
    }
}

.btn-circle {
    display: inline-block;
    line-height: 3rem;
    text-align: center;
    font-size: 1.6rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
}

.cursor {
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

p {
    line-height: 1.8em;
}

h3 {
    line-height: 1.5em;
}

.artist-name {
    background-color: #000;
    color: #fff;
    padding: 1em;
    font-weight: 600;
}

footer .nav-link img {
    height: 1em;
}

.service-desc {
    font-weight: 300;
    font-size: 0.9em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cookie-dialog {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    background-color: hsla(100, 100%, 100%, .9);
    font-size: .75em;
    z-index: 1000;
}

.cookie-dialog a {
    color: rgb(77, 0, 213);
}

.cookie-dialog p {
    margin: 1px 0
}

.cookie-dialog table {
    width: 100%
}

.cookie-dialog img {
    margin-right: 1em;
    max-height: 50px
}

.footer-is-logo {
    width: 100%
}

.footer-images a:hover {
    text-decoration: none
}

.footer-images img {
    max-height: 20px;
    margin-right: 1em
}

.cookie-dialog .container {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: .6em
}

.cookie-dialog .btn {
    margin-left: 1em;
    font-size: 0.75rem;
}

@media screen and (max-width:770px) {

    .cookie-dialog p,
    .cookie-dialog .btn {
        font-size: 0.75rem;
    }

    .cookie-dialog img {
        display: none
    }

    .cookie-dialog .btn {
        margin-top: 1em;
        margin-left: 0;
    }

    .cookie-dialog .container {
        display: block;
    }

    .cookie-dialog .container {
        display: block;
        /*  */
    }

    .footer-nav li {
        text-align: center;
    }

    .footer-nav {
        display: flex;
        justify-content: center;
    }

    .footer-nav li:first-child {
        width: 100%;
    }

    footer .nav-item {}
}


.pic-holder img {
    width: 100%;
}

p.p-sm {
    font-size: 0.8rem;
}

.d-border {
    box-shadow: 0 0 0 2px black, -3px -3px 0 2px black;
}

.artist-box {
    /* overflow: hidden;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center; */
}

.artist-img {
    width: 100%;
}

.artist-name {
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    background-color: #000;
    color: white !important;
}

.section__home__box {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #000;
}

.ticketitem--disabled {
    background-color: #ddd;
    text-decoration: line-through;
}

.ticketitem:hover {
    background-color: #f4efe8;
}

.ticketitem {
    margin-bottom: 2em;
    box-shadow: 0 0 0 2px black, -4px -4px 0 2px black;
    border-radius: 5px;
}

.ticketitem__right select {
    margin-bottom: 2em;
}

.ticketitem__left {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    border-right: 2px dashed black;
}

.ticketitem__right {
    padding: 1em 2em;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}

.ticketitem__name a {
    width:100%;
    display: block;
    margin-top:0.5em;
    color: rgb(77, 0, 213);
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .ticketitem__left {
        flex-direction: column;
        padding: 1em;
        justify-content: center;
    }

    .ticketitem__price {
        margin-top: 1em;
    }

    .ticketitem__right {
        padding: 2em;
        margin-left: -2em;
    }

    .ticketitem__name {
        text-align: center;
    }
}

.dialog {
    max-width: 95%;
    text-align: center;
    position: fixed;
    background-color: #fff;
    border: 2px solid;
    border-radius: 10px;
    top: 50%;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4em;

}

.dialog__btns {
    display: flex;
    justify-content: space-around;
    align-items: center;
    ;
    margin-top: 3em;
}

.img-preview img {
    min-width: 400px;
    max-width: 100%;
}

.img-preview__close {
    position: absolute;
    padding:0.5em;
    font-size:2em;
    line-height:0.5em;
    font-weight: 100;
    cursor: pointer;
    top:0em;
    right:0em;
}
.img-preview {
    overflow: hidden;
    max-width: 95%;
    text-align: center;
    position: fixed;
    background-color: #fff;
    border: 2px solid;
    border-radius: 10px;
    top: 50%;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, -50%);

}