/**
Theme Name: Baeckerei Puckl
Author: Aufwind Werbeagentur
Author URI: http://aufwind.co.at/
Version: 2.0
*/

@font-face {
    font-family: Montserrat;
    src: url(sansation_bold.woff);
    font-weight: bold;
  }


/* Body */
body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.page-id-3 main,.page-id-31 main{
    width: calc(100% - 40px);
}
/* Header */
header{
    height: 395px;
    background-color: #412819;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}
header svg{
    max-width: 290px;
    width: 100%;
}
/* Header Logo Animation */
header svg{
    transition: ease all 0.4s;
    transform: scale(0);
    animation: scaleIn forwards 0.5s;
}
.logo-item-1, .logo-item-2, .logo-item-3{
    transition: ease all 0.4s;
}
.logo-item-1{
    transform: scale(0);
    animation: scaleIn forwards 1s;
    animation-delay: 0.5s;
}
.logo-item-2{
    transform: scale(0);
    animation: scaleIn forwards 1s;
    transform-origin: bottom;

}
@keyframes scaleIn{
    0%{transform: scale(0);}
    100%{transform: scale(1);}
}
@keyframes slideIn{
    0%{transform: translateY(20px);}
    100%{transform: translateY(0px);}
}
/* Main */
main{
    max-width: 1550px;
    margin: 100px auto;
    /*width: calc(100% - 40px);*/
    width: 100%;
}
.page-id-6 main{
    max-width: unset;
    margin: 100px 0;
}
.section{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.fullimg{
    height: 620px;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}
.fullimg .quote{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(65 40 25 / 80%);
    display: flex;
    padding: 25px 0;
    justify-content: center;
}
.quote img{
    width: 100%;
    max-width: 70px;
    position: relative;
    top: -65px;
    margin-right: 15px;
}
.fullimg .quote_text{
    color: white;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    width: calc( 80% - 50px);
    line-height: 37px;
    display: block;
    max-width: 760px;
}
.sidecont{
    padding: 125px;
    max-width: 525px;
    width: calc( 50% - 250px );
    text-align: center;
    font: normal normal normal 18px/22px Montserrat;
    letter-spacing: 0px;
    color: #5C5654;
}
.sidecont h1,.sidecont h2,.sidecont h3,.pre_slider h3{
    text-align: center;
    font: normal normal normal 40px/49px Montserrat;
    letter-spacing: 0px;
    color: #362016;
}
main .section:nth-child(even){
    flex-direction: row-reverse;
}
.pre_slider h3{
    margin-bottom: 0;
}
.pre_slider{
    color: #362016;
    text-align: center;
    margin: auto;
    max-width: 1550px;
    margin-top: 100px;
}
.pre_slider div{
    text-align: center;
    font: normal normal normal 18px/22px Montserrat;
    letter-spacing: 0px;
    color: #5C5654;
    max-width: 1060px;
    margin: auto;
}
.slogan{
    color: rgba(65,40,25);
    max-width: 1550px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-bottom: -50px;
    display: block;
    font-size: 30px;
    line-height: 37px;
}
/* Slider */
.six{
    width: 100%;
    max-width: 60%;
    position: relative;
 }
 .slider .four h3{
    text-align: left;
    font: normal normal normal 40px/49px Montserrat;
    letter-spacing: 0px;
    color: #362016;
 }
 .four{
    width: 100%;
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .slider{
     display: flex;
     max-width: 1550px;
     margin: auto;
     margin: 75px auto;
 }
 .brown-cont{
    max-width: 450px;
    width: 100%;
    background-color: rgba(65,40,25,0.70);
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 50px;
 }
 .brown-cont h3{
    text-align: left;
    font: normal normal normal 40px/49px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 0;
 }
 .brown-cont p{
    text-align: left;
    font: normal normal normal 18px/22px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 50px;
 }
 .slick-slide{
     min-height: 620px !important;
 }
 .aw-pkl-slider-item{
     position: relative;
     background-size: cover;
 }
 .aw-pkl-arrows{
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .slick-arrows{
   /* position: absolute;*/
    bottom: 25px;
    right: 50px;
    z-index: 1;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100px;
    justify-content: space-between;
 }
 .slick-arrow{
    cursor: pointer;
    font-size: 37px !important;
 }


/* Footer */
footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #412819;
    font: normal normal 300 18px/24px Montserrat;
    background-color: white;
    background-size: 400%;
}
.footer-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 855px;
    margin: 50px 0;
}
.footer-widget{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer-widget p{
    margin: 0;
}
.footer-widget a{
    color: #412819;
    text-decoration: none;
}
footer .menu{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
footer .menu li{
    margin: 0 15px;
}
footer .menu a{
    text-align: center;
    font: normal normal 500 16px/28px Montserrat;
    letter-spacing: 0px;
    text-decoration: none;
    color: #412819;
}
/* BUSINESS HOURS PLUGIN */
.business-footer{
    background-color: #412819;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.business-footer .background{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(65,40,25,0.85);
    z-index: 0;
}
.business-hours{
    width: 100%;
    max-width: 410px;
    color: white;
    position: relative;
    z-index: 1;
}
.business-hours h4{
    font: normal normal 600 20px/30px Montserrat;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}
.mabel-bhi-businesshours{
    width: 100%;
    font: normal normal 600 20px/30px Montserrat;
    letter-spacing: 0px;
    border-collapse: collapse;
    margin: 20px 0;
}
.mabel-bhi-businesshours tbody tr:last-child{
    display: none;
}
.mabel-bhi-businesshours tbody tr td:last-child{
    text-align: right;
}
.mb-bhi-display{
    width: 100%;
    text-align: center;
    background-color: #BB8529;
    display: inline-block;
    font: normal normal 600 20px/30px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 3px 0;
}
/* Responsive */
@media screen and (max-width: 1200px){
    /* Header */
    header{
        background-size: cover;
    }
    /* Main Content */
    main .section, main .section:nth-child(even){
        flex-direction: column;
    }
    .page-id-6 main{
        margin: auto;
        width: 100%;
    }
    .sidecont{
        padding: 50px 10px;
        width: calc(100% - 20px);
        margin: auto;
    }
    .fullimg{
        width: 100%;
    }
    /* Slider */
    .slider{
        flex-direction: column;
    }
    .four{
        max-width: unset;
        width: calc(100% - 40px);
        margin: auto;
    }
    .six{
        max-width: 100%;
        margin: auto;
    }
    #slide-content{
        flex-direction: column !important;
    }
    .slider-left{
        max-width: unset;
        width: 100%;
    }
    .slider-right{
        max-width: unset;
        width: 100%;
    }
}
@media screen and (max-width: 580px){
    .fullimg .quote_text,.slogan{
        font-size: 20px;
        line-height: 26px;
    }
    .slogan{
        margin-bottom: 30px;
        width: 90%;
    }
    .quote img{
        max-width: 60px;
    }
    .logo-item-2{
        display: none;
    }    
    main{
        margin: 20px auto;
    }
    .brown-cont{
        padding: 20px;
        width: calc(100% - 40px);
        max-width: unset;
        padding-bottom: 45px;
    }
    .sidecont{
        padding: 50px 20px;
        width: calc(100% - 40px);
        margin: auto;
    }
    .sidecont h1, .sidecont h2, .sidecont h3,.pre_slider h3,.slider-left h3{
        font-size: 2rem;
    }
    .sidecont p,.pre_slider div,.slider-left p{
        font-size: 14px !important;
    }
    .slider-left{
        max-width: unset !important;
        width: 100% !important;
        padding: 30px 0px !important;
    }
    .slider-left h3{
        text-align: center !important;
    }
    .slider-right{
        max-width: unset !important;
        width: 100% !important;
    }
    .single-slide{
        flex-direction: column !important;
    }
    .slider-arrows{
        display: none;
    }
    .slider-left img {
        /*max-width: 120px !important;
        position: absolute;
        top: 340px;
        z-index: 20;
        right: 50px;*/

        left: 50%;
        max-width: 120px !important;
        position: absolute;
        bottom: 80px;
        z-index: 20;
        right: 0;
        transform: translateX(-50%);
    }
    .aw-pkl-slider-item{
        background-position: center;
    }
    .footer-content{
        flex-direction: column;
    }
    .footer-widget{
        margin: 50px 0;
    }
}
@media screen and (max-width: 450px){
    .fullimg .quote_text,.slogan{
        font-size: 16px;
        line-height: 22px;
    }
    header {
        height: 260px;
    }
    header svg {
        max-width: 220px;
    }

    h1{
        font-size: 28px;
    }
    h2{
        font-size: 20px;
    }
    .fullimg{
        height: 320px;
    }
    .business-hours{
        max-width: calc(100% - 40px);
    }
}

.left-content{
    max-width: 40%;
}

.right-content{
    max-width: 60%;
}

/*.slider-left{
    width: 100%;
    max-width: 40%;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(65,40,25);
}*/

.slider-right{
    width: 100%;
    max-width: 60%;
    position: relative;
}

.slider-left{
    width: 100%;
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(65,40,25);
}

.slick-slide{
    min-height: 620px !important;
}

.slider-right img{
    position: relative;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider-left h3{
    text-align: left;
    font: normal normal normal 40px/49px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 0;
 }

.slider-left p{
    text-align: left;
    font: normal normal normal 18px/22px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 50px;
    padding: 0px 40px;
}

.slider-left img{
    max-width: 250px;
}

.single-slide{
    /*max-height: 620px !important;*/
    display: flex !important;
    flex-direction: row;
}

.slider-arrows{
    max-width: 100px;
    width: 100%;
    background-color: rgba(65,40,25,1);
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 10px 20px;
}

#slide-content{
    max-width: 1550px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}