section[data-cattype="235"].wrapper_middle {
    padding-bottom: 38px;
}


[data-cattype="235"] * {
    transition: .4s ease;
}

[data-cattype="235"] h2.section-title {
    color: #000000;
    margin: 10px 0 20px 0;
	font-size:35px;
}

[data-cattype="235"] .displaynone {
    display: none !important;
}

[data-cattype="235"].wrapper_middle {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:26px 0 17px 0;
}

[data-cattype="235"] .owl-buttons svg{
    height: 70px;
    width: auto;
    fill: #fff;
    padding: 10px;

}
[data-cattype="235"] .ramcontainset{
    width: auto;
	margin:0 auto;

}



[data-cattype="235"] .ttl {
    font-family: Verdana;
    font-size: 14px;
    text-align: center;
    padding: 11px 3px 20px;
    color: #000;
}

[data-cattype="235"] .link-c.no-link:hover .ttl {
    color: #d71b22 ;
}

[data-cattype="235"] .link-c:hover .ttl {
    color: #d71b22;
}

[data-cattype="235"] {
    background-size: cover !important;
}
[data-cattype="235"] .gemeinsam-btn{
    margin: 0 auto;
}

section[data-cattype="235"] .container {
    max-width: 90%;
}





section[data-cattype="235"] .wrapper_image {
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #111111;
    transition: ease .3s;
    height: 108px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section[data-cattype="235"] a.link-c .wrapper_image:before,
section[data-cattype="235"] a.link-c.no-link .wrapper_image:before {
    position: absolute;
	width: 100%;
    height: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #d71b22;
	display: absolute;
	content: "\";";
	font-size: 0px;
    top: 0;
    left: 0;
}

section[data-cattype="235"] a.link-c:hover .wrapper_image:before{
	opacity: .5;
}

section[data-cattype="235"] .link-c:hover .wrapper_image {
    background-color: #fff;
}


section[data-cattype="235"] .link-c.no-link:hover .wrapper_image {
    background-color: #111111;
}

section[data-cattype="235"] ul.grid li {
    width: 100%;
    margin: 0;
}

section[data-cattype="235"] ul.grid li:hover .wrapper_image {}




section[data-cattype="235"] .p-place, .p-place p{
    text-align: left;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 12px;
    color: #363636;
    padding: 5px 18px 18px 18px;
}


@media (min-width: 768px) and (max-width: 980px) {

}

@media (min-width: 768px) and (max-width: 1200px) {
    section[data-cattype="235"] .owl-carousel .owl-controls .owl-buttons div {
        left: -48px;
    }
    section[data-cattype="235"] .owl-carousel .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: -48px;
    }
}

@media screen and (max-width: 767px) {
    section[data-cattype="235"]  .owl-carousel .owl-controls .owl-buttons div {
        left: -32px;
    }
    section[data-cattype="235"]  .owl-carousel .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: -32px;
    }

    section[data-cattype="235"] .owl-buttons img {
        height: auto;
    }
    section[data-cattype="235"] .owl-carousel  .owl-controls .owl-buttons div {
        top: 25%;
    }
    [data-cattype="235"] .owl-buttons svg{
    height: 50px;
    }
    
}

section[data-cattype="235"] ul.grid {
    padding: 0px;
    margin: 0px 5px;
}

section[data-cattype="235"] ul.grid:hover{
    color:#df2f2f;
}

section[data-cattype="235"] .wrapper_image img {
    opacity: 1;
}


section[data-cattype="235"] .btn-inverse:hover {
    color: #fff !important;
    background: #d71b22 !important;
    border:none;

