@charset "UTF-8";
/* CSS Document */

body {
    background-color:#e1e1e1;
}

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


h1 {
    font-family: 'murphyscript', cursive;
    font-weight:400;
    font-size:30px;
    color: rgb(37,34,31);
    text-align:center;
}

h2 {
   font-family: 'Open Sans', sans-serif;
    font-style:italic;
    font-weight: 300;
    font-size: 18px;
    color: rgb(183,126,75);
    text-align:center;
}

h3 {
    font-family: 'murphyscript', serif;
    font-weight:400;
    font-size:34px;
    color: rgb(37,34,31);
    text-align:center;
}

h3 a {
    font-family: 'murphyscript', serif;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size: 14px;
    text-transform:uppercase;
    color: rgb(37,34,31);
    text-align:center;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size: 14px;
    color:rgb(37,34,31);
    text-align:center;
    
}

a {
    color: #000;
    border-width: 0px;
    font-size: 14px;
    font-family: Playfair Display;
    line-height: 20px;
    height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
}

a:hover {
    color: rgb(37,34,31);
    text-decoration:none;
}

.headline h1 {
    font-size: 40px
}

.randlos {
    padding:0;
}


.overhead {
    height:50px;
    background-image: url('../img/bg_overhead.jpg');
    background-position:bottom;
    background-repeat:repeat-x;
    background-color:rgb(237,211,212);
}

.overhead h1 {
    font-size:32px;
    line-height:0.5;
}

.overhead h3 {
    font-size:22px;
    text-align:center;
    line-height:0.8;
}

.overhead a {
    font-size:22px;
    text-align:center;
    line-height:0.8;
}


.head {
    width:100%;
    height:500px;
    background-image: url('../img/bg_head_tauernharfe.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}

.harfenbauer {
    width:100%;
    height:500px;
    background-image: url('../img/harfenbauer.png');
    background-repeat:no-repeat;
    background-position:bottom left;
    background-size:contain;
    z-index:105;
}

.logoharfenbauer {
    background-image: url('../img/logo_tauernharfe.svg');
    background-repeat:no-repeat;
    width:262px;
    height:350px;
    position:absolute;
    right:25%;
    bottom:0;
    margin-right:-175px;
    z-index:104;
}


.header_txt {
    z-index:106;
    position:absolute;
    top:15px;
    left:70px;
    line-height:0;
}

.header_txt h1 {
    font-size:60px
}

.subline {
    font-family: 'Playfair Display', serif;
    font-weight:400;
    font-size:20px;
    color: rgb(37,34,31);
    text-align:left;
    margin-left:0;
    padding-left:0;
}

.harfe {
    width:384px;
    height:800px;
    margin:0px auto;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:bottom center;
}

.produkt {
    margin-bottom:50px;
}

.produkt li {
    
}

.bg_cloud {
    background-image:url('../img/bg_tauernharfe.jpg');
    background-repeat:no-repeat;
    background-position: top;
    background-size:contain;
}


.startseite {
    position:relative;
    min-height:700px;
    height:100VH;
    width:100%;
    background-color:#edd3d4;
    background-image:url('../img/logo_tauernharve.svg');
    background-repeat:no-repeat;
    background-size:30VW;
    background-position:100;    
}

.hero_image {
    position: absolute;
    width:33VW;
    height:100%;
    background-image:url("../img/detail_tauernharfe.png");
    background-size:contain;
    background-repeat:no-repeat;
    bottom:0;
    background-position:bottom right;
    right:0;
}

.hero_caption {
    position:absolute;
    width:100%;
    height:250px;
    top:50%;
    margin-top:-125px;
}

.hero_caption h1 {
    font-size:76px;
}

.hero_caption h2 {
    font-weight:400;
    font-style: italic;
    color: rgb(37,34,31);
    font-size:19px;
}

.hauptslider {
    height:600px;
    width:100%;
}

.hauptslider .slide {
    width:100%;
    height:600px;
    background-repeat:no-repeat;
    backround-size:contain;
    background-position:center;
}

.alisar .slide {
    width:100%;
    height:300px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.unterseiten {
    margin-top:50px;
}

.seitenlogo {
    width:250px;
    height:250px;
    background-image:url('../img/logo_tauernharve.svg');
    background-repeat:no-repeat;
    position:absolute;
    top:15px;
    opacity:0.3;
    
}

.txt {
    padding-left:30px;
    padding-right:30px;
}

.holz {
    vertical-align:center;
    width:170px;
    height:170px;
    border-radius:100%;
    margin:0px auto;
    display:flex;
    justify-content: center;
    object-fit:cover;
}

.bild {
    width:100%;
    height:400px;
    background-repeat:no-repeat;
    background-size:cover;
}

.alisar {
    height:300px;
    width:100%;
    background-color:#fff;
}



.footer {
    width:100%;
    min-height:250px;
    background-image:url('../img/BG_zirpenplatte.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-color:rgb(237,211,212);
    padding-bottom:30px;
}

.footer h1 {
    font-size:32px;
    color:#000;
    text-align:left;
}

.footer h3 {
    color:#000;
    text-align:left;
}

.footer p {
    text-align:left;
    color:#000;
}

.footer a {
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    color:#878787;
}

.footer a:hover {
    color: rgb(183,126,75);
}

.linklogos {
    width:100%;
    height:50px;
    display:flex;
    justify-content:center;
    margin:5px;
}


@media screen and (min-width: 1200px) {
    
        .head {
        height:600px;
    }
    
    .harfenbauer {
        height:400px;
        margin-top:200px;
    }
    
    .logoharfenbauer {
        height:500px;
        width:374px;
        margin-right:-187px;
        right:15%
    }
    
    .header_txt {
        width:100%;
        margin-left:-70px;
        top:150px;
    }
    
    .header_txt h1 {
        font-size:75px;
    }
    
    .header_txt .subline {
        font-size:24px;
    }   
    
    
    
    
    
    
    .header_txt {
        width:100%;
        margin-left:-70px;
        top:35px;
    }
    
    .header_txt h1 {
        font-size:75px;
    }
    
    .header_txt .subline {
        font-size:26px;
    }
    
    
    
    
}





@media screen and (max-width: 1200px) {
    
    .head {
        height:600px;
    }
    
    .harfenbauer {
        height:400px;
        margin-top:200px;
    }
    
    .logoharfenbauer {
        height:500px;
        width:374px;
        margin-right:-187px;
        right:15%
    }
    
    .header_txt {
        width:100%;

    }
    
    .header_txt h1 {
        font-size:75px;
    }
    
    .header_txt .subline {
        font-size:24px;
    }

}

@media screen and (max-width: 992px) {
.logoharfenbauer {
    top:10px;
    right:20%;
    height:250px;
    width:187px;
    margin-right:-93px;
    
}
    

    
        .header_txt {
        top:150px;
        left:0;
    }
    
    .header_txt h1 {
        font-size:60px;
    }
    
    
}


@media screen and (max-width: 768px) {
    .header_txt {
        top:30px;
    }
    .row {
        margin-left:15px;
        margin-right:15px;
    }


}
@media screen and (max-width: 576px) {
.logoharfenbauer {
    top:10px;
    right:25%;
    height:250px;
    width:187px;
    margin-right:-93px;
    opacity: 0.5;
    
}
    
    .container {
        margin:0;
        padding:0;
    }
    .header_txt {
        top:150px;
        margin-left:-32px;
    }
    
    .header_txt h1 {
    font-size:40px
}
    
    .harfenbauer {
        background-size:130%;
        background-position:bottom center;
    }
    
    .hauptslider {
        height:350px;
    }

    
}


/* Cookie Dialog */
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    z-index:9999;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #e4131f;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: gray;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: #821219;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
