section[data-cattype="403"] {
    padding: 50px 0 10px;
    background-position: center right !important;
    background-size: cover !important;
}


[data-cattype="403"] .btn-primary{
    margin: 20px auto;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
}

[data-cattype="403"] .btn-primary:hover{
    color: #5e3612;
    border: 2px solid #5e3612;
}

[data-cattype="403"] .bild {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 41.667%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

[data-cattype="403"] .txt {
    color: #fff;
    text-align: left;
    padding: 20px 30px;
    position: relative;
}

[data-cattype="403"] .ttl {
    font-family: 'open_sansbold';
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 10px;
}

[data-cattype="403"] .wrapper_slider {
    position: relative;
    width: 1150px;
    max-width: 100%;
    margin-bottom: 35px;
    background-image:  linear-gradient(to left, #fbab7e, #f8cd68);
    padding: 10px;
}

[data-cattype="403"] .owl-carousel .owl-item {
    text-align: center;
}

[data-cattype="403"] .owl-carousel .owl-item .item {
    width: 1150px;
    width: 100%;
    padding: 0;
    display: inline-block;
    min-height: 300px;
    background-image: url(../../../data/ckfinder/images/bg.jpg);
    position: relative;
}

[data-cattype="403"] .owl-carousel .owl-item .item .name-title {
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}

[data-cattype="403"] .wrapper_image {
    width: 1150px;
    width: 100%;
    height: auto;
    border: 0;
}

[data-cattype="403"] .owl-carousel .owl-controls .owl-buttons div.disabled {
    display: none;
}

[data-cattype="403"] .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}

[data-cattype="403"] .owl-theme .owl-controls .owl-page {
    position: relative;
}

[data-cattype="403"] .owl-theme .owl-controls .owl-page span {
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 4px;
    border: 1px solid #ddd;
    opacity: 1;
    border-radius: 50%;
}

[data-cattype="403"] .owl-theme .owl-controls .owl-page.active span {
    background: #ff960e;
}

[data-cattype="403"] .owl-theme .owl-controls .owl-buttons .owl-next,
[data-cattype="403"] .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    bottom: calc(45% - 30px);
    padding: 24px 0;
    background: none;
    opacity: 0.3;
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 0px 3px #fff;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, .5);
    height: 90px;
    width: 45px;
    
}

[data-cattype="403"] .owl-theme .owl-controls .owl-buttons .owl-next{
    border-radius: 90px 0 0 90px;
    right: -10px;
}

[data-cattype="403"] .owl-theme .owl-controls .owl-buttons .owl-prev{
    border-radius: 0 90px 90px 0;;
    left: -10px;
}

[data-cattype="403"] .owl-theme .owl-next {
    right: 0px;
}

[data-cattype="403"] .owl-theme .owl-prev {
    left: 0px;
}

[data-cattype="403"] .owl-theme:hover .owl-next,
[data-cattype="403"] .owl-theme:hover .owl-prev {
    opacity: 1;
}

[data-cattype="403"] .owl-theme .owl-next img,
[data-cattype="403"] .owl-theme .owl-prev img {
    height: 50px;
}

@media screen and (max-width: 767px) {
    section[data-cattype="403"] {
        background-image: none !important;
    }
    [data-cattype="403"] .bild {
        width: 100%;
    }
    [data-cattype="403"] .bild:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .45);
    }
    [data-cattype="403"] .txt {
        padding: 20px 50px;
    }
}

@media (max-width: 480px) {
    [data-cattype="403"] .txt {
        padding: 20px 25px;
    }
    [data-cattype="403"] .owl-carousel .owl-item .item {
        min-height: 400px;
    }
    [data-cattype="403"] .owl-theme .owl-controls .owl-buttons .owl-next,
    [data-cattype="403"] .owl-theme .owl-controls .owl-buttons .owl-prev {
        font-size: 20px;
        color: #fff;
        text-shadow: 0px 0px 3px #fff;
    }
    [data-cattype="403"] .owl-theme .owl-controls .owl-page span {
        background: #464646;
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 50%;
        border: 1px solid #ddd;
        opacity: 1;
    }
    [data-cattype="403"] .owl-theme .owl-controls {
        margin-top: 0;
    }
    [data-cattype="403"] .owl-theme .owl-controls .owl-buttons .owl-next,
    [data-cattype="403"] .owl-theme .owl-controls .owl-buttons .owl-prev {
        position: absolute;
        bottom: calc(45% - 25px);
        padding: 24px 0;
    }
    
    
}