/*
 Theme Name:   meister shop Theme
 Description:  Das meister shop Theme
 Author:       Lars Badke
 Author URI:   https://www.larsbadke.com
 Version:      1.0
 Text Domain:  meister-shop-theme
*/


.small-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.small-gutters > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.big-gutters {
    margin-right: -30px;
    margin-left: -30px;
}

.big-gutters > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

a{

    color:     #2a2a2a;
    text-decoration: underline;
}

html {
    margin: 0;
    padding: 0;
    background: #f1eeee;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

h1, .h1{
    font-size: 20px;
    margin-bottom: 20px;
    color: #7f7f7f;
    font-weight: 600;
}

h2, .h2{
    font-size: 18px;
    color: #7f7f7f;
    font-weight: 600;
    margin-bottom: 15px;
}

h3, .h3{
    font-size: 16px;
    color:     #2a2a2a;
    font-weight: 600;
}


body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFF;
    color: #2c2c2c;
    font-size: 15px;
    line-height: 22px;
}

header {
    padding: 20px 0;
    font-size: 12px;
    line-height: 14px;
}

#logo {
    margin-bottom: 10px;
    display: flex;
    font-size: 22px;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

#logo span{

    font-size: 32px;

}

#logo:hover {
    color: inherit;
    text-decoration: none;
}

#logo > img {
    height: 35px;
    margin: 0 3px;
}

nav {
    padding: 5px 0;
}

.header-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header-menu > li{
    display: inline-block;
    float: left;
}

.header-menu > li > a{
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #2c2c2c;
    border-right: 1px solid #2c2c2c;
    padding: 0 7px;
}

.header-menu > li:last-of-type > a{
    border-right: 0px solid #2c2c2c;
}

.header-menu li.current_page_item> a{
    color: #7f7f7f;
    font-weight: bold;
}

.header-menu .sub-menu {
    list-style: none;
    padding: 5px 0;
    background: white;
    position: absolute;
    display: none;
    z-index: 9;
}

.header-menu .sub-menu > li{
    padding: 3px 7px;
}

.header-menu .sub-menu > li > a{

    font-size: 14px;
}

.header-menu > li.menu-item-has-children:hover .sub-menu{
    display: block;
}

@media (max-width: 768px) {
    #logo {
        font-size: 22px;
    }

    #logo > img {
        height: 30px;
        margin: 0 3px;
    }

    .menu-header-menu-container{
        /*display: none;*/
    }

    .header-menu > li{
        display: block;
        float: none;

    }

    .header-menu > li > a {
        border-right: none;
        padding: 3px 0;
    }


    .header-menu .sub-menu {
        padding: 3px 0;
        position: unset;
        display: block;
    }

    .header-menu .sub-menu > li{
        padding: 3px 5px;
    }


}

.quote{
    margin-bottom: 0px;
    color: #7f7f7f;
}

.quote strong{
    color: #2c2c2c;
}

@media (max-width: 768px) {
    .quote{
        display: none;
    }
}

#main-footer{
    background: #f1eeee;
    padding: 40px 0;
    margin-top: 60px;
    font-size: 14px;
}

#main-footer a{
    font-size: 14px;
    line-height: 14px;
    color: #2c2c2c;
}

.page_content{
    padding: 40px 0;
}

@media (max-width: 786px) {
    .page_content{
        padding: 20px 0;
    }
}

table.fakts tr td{
    vertical-align: top;
}

table.fakts tr td:first-of-type{
    width: 150px;
}

@media (max-width: 576px) {
    table.fakts tr td:first-of-type{
        width: 100px;
    }
}

.image_wrapper{
    display: flex;

}

.image_wrapper > div:first-of-type{
    width: calc(80% - 10px);
    order: 2;
    margin-left: 10px;
}

.image_wrapper > div:last-of-type{
    width: calc(24.85% - 0px);
    order: 1;
}

.image_wrapper img{
    width: 100%;
}

.image_wrapper a{
    display: block;
}

.image_wrapper > div:last-of-type img{
    margin-bottom: 10px;
}

.image_wrapper > div:last-of-type a:last-of-type img{
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .image_wrapper{
        flex-wrap: wrap;
        flex-direction: row;
    }

    .image_wrapper > div:last-of-type{
        width: 100%;
        margin: 0;
        order: 2;
        display: flex;
    }

    .image_wrapper > div:last-of-type a{
        margin-right: 10px;

    }

    .image_wrapper > div:last-of-type a:last-of-type{
        margin-right: 0px;

    }

    .image_wrapper > div:last-of-type img{
        margin-bottom: 0;
    }


    .image_wrapper > div:first-of-type{
        width: 100%;
        order: 1;
        margin-left: 0px;
        margin-bottom: 10px;

    }

}

.art_link{
    display: block;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 40px;
}

.art_link:hover{
    color: inherit;
    text-decoration: none;
}

.art_link td{
    vertical-align: top;
}

#post_slider .swiper-button-next,
#post_slider .swiper-container-rtl .swiper-button-prev,
#post_slider .swiper-button-prev,
#post_slider .swiper-container-rtl .swiper-button-next {
    background-image: none;
}

#post_slider .swiper-button-next,
#post_slider .swiper-button-prev,
#post_slider .swiper-container-rtl .swiper-button-prev,
#post_slider .swiper-container-rtl .swiper-button-next {
    fill: #000;
}

#post_slider .swiper-button-next, #post_slider .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.8);
    /*border-radius: 7px;*/
    box-sizing: content-box;
    height: 60px;
    width: 50px;
    margin-top: -47.5px;
    text-align: center;
}

#post_slider .swiper-button-next {
    right: 0px !important;
}

#post_slider .swiper-button-prev {
    left: 0px !important;
}


#post_slider .swiper-container-horizontal > .swiper-pagination-bullets, #post_slider .swiper-pagination-custom, #post_slider .swiper-pagination-fraction {
    bottom: 0px;
}

#post_slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #245aa6;
}

#post_slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

#post_slider .swiper-pagination-bullet:hover {
    background: #245aa6 !important;
    transition: 0.3s all;
    opacity: 1;
}

#post_slider {
    padding: 60px 0;
}

#post_slider h3 {
    color: #245aa6;
    font-size: 26px;
    margin-bottom: 30px;
}

#post_slider .swiper-container {
    width: 100%;
    padding-bottom: 40px;
}


#post_slider .swiper-slide img {
    width: 100%;
}

@media (max-width: 992px) {

    #post_slider .swiper-container {
        width: 100%;
    }

    #post_slider .swiper-slide {
        height: unset;
    }

    #post_slider {
        padding-top: 0px;
    }

}