.marken-carousel-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 20px 0;
overflow: hidden;
}
.marken-carousel {
margin: 0 -10px;
}
.marken-slide {
padding: 0 10px;
outline: none;
}
.marken-card {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
text-align: center;
transition: all .3s ease;
box-shadow: 0 2px 4px rgba(0,0,0,.05);
height: 100%;
display: flex;
flex-direction: column;
}
.marken-card:hover {
box-shadow: 0 4px 12px rgba(0,0,0,.1);
transform: translateY(-2px);
border-color: #008088;
}
.marken-image {
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: center;
min-height: 120px;
}
.marken-image img {
max-width: 100%;
height: auto;
max-height: 120px;
object-fit: contain;
}
.marken-content {
margin-top: auto;
}
.marken-title {
font-size: 18px;
font-weight: 600;
margin: 10px 0 15px;
color: #333;
line-height: 1.4;
}
.marken-link {
display: inline-block;
padding: 8px 20px;
background: #008088;
color: #fff;
text-decoration: none;
border-radius: 4px;
transition: all .3s ease;
font-size: 14px;
font-weight: 500;
}
.marken-link:hover,
.marken-link:focus {
background: #006066;
color: #fff;
text-decoration: none;
transform: translateY(-1px);
}
.marken-carousel .slick-prev,
.marken-carousel .slick-next {
width: 40px;
height: 40px;
background: #008088;
border-radius: 50%;
z-index: 10;
transition: all .3s ease;
}
.marken-carousel .slick-prev:hover,
.marken-carousel .slick-next:hover {
background: #006066;
}
.marken-carousel .slick-prev {
left: -20px;
}
.marken-carousel .slick-next {
right: -20px;
}
.marken-carousel .slick-dots {
bottom: -35px;
}
.marken-carousel .slick-dots li button:before {
font-size: 12px;
color: #008088;
opacity: .5;
}
.marken-carousel .slick-dots li.slick-active button:before {
opacity: 1;
}
@media (max-width: 768px) {
.marken-carousel .slick-prev {
left: 0;
}
.marken-carousel .slick-next {
right: 0;
}
.marken-card {
padding: 15px;
}
}.panel-heading {
border-radius: 0;
margin-bottom: 15px;
padding: 0;
}
.panel-title {
text-transform: none;
font-size: 15px;
padding-bottom: 0;
}
.panel-title::after {
display: none !important;
}
.panel-title a {
color: #008088 !important;
font-weight: 500;
transition: color .3s ease;
}
.panel-title a::before {
display: inline !important;
font-family: "FontAwesome";
content: "\f107";
background: transparent;
float: left;
margin-right: 20px;
color: #008088 !important;
transition: transform .3s ease;
}
.panel-title a.collapsed {
color: #777 !important;
font-size: 16px;
}
.panel-title a.collapsed::before {
content: "\f105";
color: #777 !important;
}
.panel-title a:hover,
.panel-title a:hover::before {
color: #008088 !important;
}
.panel-body {
padding: 10px;
}
.markenliste {
margin-left: 20px;
list-style: none;
padding-left: 0;
}
.marke {
margin-bottom: 10px;
margin-left: 20px;
}
.marke a {
text-decoration: none;
transition: color .3s ease;
}
.marke a:hover {
color: #008088;
text-decoration: underline;
}
@media (max-width: 768px) {
.panel-title {
font-size: 14px;
}
.panel-title a.collapsed {
font-size: 14px;
}
}