@import "fonts.css";
@import "style.css";

html, body {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

p {
    margin-bottom: 1.2em;
}

.strong p {
    font-weight: 600;
}

/* Galerie Grid*/
.w3-content {max-width: 1040px;}
.w3-content.fullwidth {
  max-width: 100%;
}
.fullwidth p {
  margin: 0;
}
.wf-columns.dreier {
  margin: 0 auto;
  width: 73vw;
}
@media (max-width: 640px) {
    .wf-columns.dreier {width: 100%;
    }
}


.erste {
    margin-top: 30px;
}

img {
    width: 100%;
    height: auto;
}
a, a:focus {border: 0;
    text-decoration: underline;
}
a:hover {opacity: 0.7;} 
.anker {
    transform: translateY(-180px)!important;
}


.bild-01 {
    background: url('../img/portrait_carl-dau_col.jpg');
    background-size: contain;
    width: 100%;
    height: 120vw;
    max-height: 700px;
    background-repeat: no-repeat;
}


img.coloured {
    filter: sepia(0.9) hue-rotate(180deg) saturate(50%) brightness(0.95);
    max-width: 495px;
}
a:hover img.coloured {
    filter: none;
    opacity: 1 !important;
}


.ytposter {
    background-size: contain;
    width: 100%;
    max-height: 680px;
    background-repeat: no-repeat;
}
.bg02 {
    background: url('../img/video-poster_02.jpg');
}

.katalog iframe {
    background: #d9e0ec;
    border: 0;
    width: 100%;
    height: 70vh;
}

header{
    padding:128px 16px;
}

.start .bg-image {
    background: url('../img/bg_plakat_text-2023-06.jpg');
    background-size: cover;
    background-position: center center;
    height: 55vw;
    max-height: 1280px;
}

.w3-col.m6, .w3-half {
    padding: 0 20px;
}
.no-padding {
    padding: 0;
}

.w3-modal {
    background-color: rgba(0,0,0,0.8);
}

div.privacy-msg p {
    width:200px;
    border: 1px solid black;
    padding: 5px;
    text-align:center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

/*  ACCORDION  */
.accordion {
    margin-top: -0.5em;
}
.accordion button {
    color: #777;
    background: none;
    border: none;
}
.accordion button:hover {
    opacity: 0.5;
}
.accordion i {
    font-size: 1.2em;
    position: relative;
    bottom: -0.15em;
}



/*  VIDEO  */
video {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
    border: 1px solid #ececec;
}

.videoyt {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-size: cover;
}

.videoyt iframe, .videoyt object, .videoyt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
}

.infobox {
    padding-top: 30%;
    /*padding-left: 40%;*/
    width: 100%;
    text-align: center;
    visibility:hidden;
    position: absolute;
    z-index:100;
}
.infotxt {
    background-color: rgba(255, 255, 255, 0.8);
    color:black;
    padding:1px 20px;
    border-radius: 30px;
    width: max-content;
    margin: 0 auto;
    cursor:pointer;
}

.infotxt:hover {
    filter: invert(1);
}

.videofalle {
    width: 0px !important;
    height: 0px !important;
    border: 0px !important;
}

footer {
    background: #353535;
    color: #fff;
}
footer p {
    margin-bottom: -0.4em;
}

.logo {
    opacity: 0.7;
}

.w3-col.logos {
  margin-right: 0;
  padding: 0 0 5vw 5vw;
  max-width: 280px !important;
}

.logos img {
  margin-bottom: 2em;
}

a.icon {
    font-size: 1.5em;
    line-height: 2em;
    display: inline-block;
    margin-right: 0.5em;
}

.submenu.legal {
    list-style: none;
    padding-left: 0px;
}
.submenu li {
    display: inline-block;
}
.submenu a {
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.submenu li:first-child a {
    padding-left: 0em;
}
.submenu li:last-child a {
    border-right: none;
    padding-right: 0em;
}
.submenu.top a {
    border-right: 1px solid #000;
}


/*  GEWINNSPIELseite  */
.gross p {
    font-size: 24px;
}
.bilder .w3-half:first-child {
padding-left: 0px;
}
.bilder .w3-half:last-child {
padding-right: 0px;
}
.w3-padding-32.gross {
padding-bottom: 0px !important;
}
.w3-padding-32.gewinn.erste {
padding-top: 0px !important;
}



/*####################################################*/
/*#################  MEDIAQUERIES  ##################*/
/*####################################################*/

@media (pointer: coarse) {
    
    .infobox {
        padding-top: 25%;
        visibility:Visible;
    }
    
  }

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

    .bilder .w3-half:first-child {
        padding: 0 10px;
    }
    .bilder .w3-half:last-child {
        padding: 0 10px;
    }

    img.coloured {
    max-width: 100%;
    }

}