section.m7_tabs{
display:none;
opacity:0;
}
section.m7_tabs.products {
background-color: #fff;
}
section.m7_tabs.products * {
color: #1a1a1a;
}
section.m7_tabs.products .tab_item_control_container.active p,
section.m7_tabs.products .m7_tab_item_link a span {
color: #fff;
}
section.m7_tabs .m7_icon{
width:30px;
}
section.m7_tabs .tab_item_control_container{
background-color:transparent;
cursor:pointer;
padding: 15px 13px 17px;
color: rgba(255,255,255,.5);
border-radius: 31px;
-webkit-transition: background .4s, color .4s, padding .4s;
-moz-transition: background .4s, color .4s, padding .4s;
-ms-transition: background .4s, color .4s, padding .4s;
-o-transition: background .4s, color .4s, padding .4s;
transition: background .4s, color .4s, padding .4s;
}
section.m7_tabs .tab_item_control_container:hover,
section.m7_tabs .tab_item_control_container.active,
section.m7_tabs.products .tab_item_control_container.active {
color: #fff;
}
section.m7_tabs .tab_item_control_container.active {
padding: 15px 44px 17px;
background: #1f1f1f;
}
section.m7_tabs .tab_item_control{
display:flex;
}
section.m7_tabs .m7_tab_item_beschriftung * {
margin-bottom: 32px;
}
section.m7_tabs .m7_tab_item_beschriftung p{
margin:0;
font-size: .9rem;
}
section.m7_tabs .tab_items_control{
display:flex;
padding: 10px 12px;
border: 1px solid #303030;
border-radius: 37.8px;
justify-content: space-between;
}
section.m7_tabs .tab_items_control_container{
width:100%;
}
section.m7_tabs .tab_item_content_container{
position:absolute;
max-width: 100%;
width: 100%;
opacity: 0;
-webkit-transition: opacity .4s;
-webkit-transition-delay: 0s;
-moz-transition: opacity .4s;
-moz-transition-delay: 0s;
-ms-transition: opacity .4s;
-ms-transition-delay: 0s;
-o-transition: opacity .4s;
-o-transition-delay: 0s;
transition: opacity .4s;
transition-delay: 0s;
}
section.m7_tabs .tab_item_content_container.active {
opacity: 1;
-webkit-transition-delay: .7s;
-moz-transition-delay: .7s;
-ms-transition-delay: .7s;
-o-transition-delay: .7s;
transition-delay: .7s;
}
section.m7_tabs .tab_item_content{
display:flex;
background-color:transparent;
padding-top: 80px;
}
section.m7_tabs .tab_item_content_main{
width:25%;
}
section.m7_tabs .tab_item_content_images{
display:flex;
width:75%;
position: relative;
}
section.m7_tabs .tab_item_content_images .tab_item_image_slider {
width: 100%;
margin-bottom: 0;
} section.m7_tabs .tab_item_content_images .tab_item_slider_arrows .slick_arrow {
cursor: pointer;
width: 48px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #424242;
border-radius: 50%;
position: absolute;
left: 19px;
top: 50%;
z-index: 2;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: background .4s;
-moz-transition: background .4s;
-ms-transition: background .4s;
-o-transition: background .4s;
transition: background .4s;
}
section.m7_tabs .tab_item_content_images .tab_item_slider_arrows .slick_arrow svg {
width: 9px;
height: 11px;
fill: #fff;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
section.m7_tabs.products .tab_item_content_images .tab_item_slider_arrows .slick_arrow svg {
fill: #1a1a1a;
}
section.m7_tabs .tab_item_content_images .tab_item_slider_arrows .slick_arrow.arrow_next {
left: auto;
right: 19px;
}
section.m7_tabs .tab_item_content_images .tab_item_slider_arrows .slick_arrow.arrow_next svg {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
section.m7_tabs .tab_item_content_images .tab_item_slider_arrows .slick_arrow:hover {
background: #007fc5;
}
section.m7_tabs .m7_tab_item_link {
margin-top: 37px;
}
section.m7_tabs .tab_item_content_main{
display: flex;
justify-content: center;
flex-direction: column;
padding: 40px 96px 40px 0;
}
section.m7_tabs .m7_tab_item_icon {
width: 100%;
}
section.m7_tabs .tab_items_content_container .m7_tab_item_icon img{
height: 100%;
width: auto;
object-fit: contain;
object-position: center;
margin: 0 auto;
min-height: 500px;
}
section.m7_tabs .tab_items_content{
overflow:hidden;
position: relative;
}
section.m7_tabs .tab_item_control_container .tab_item_content_container{
display:none;
}
section.m7_tabs .tab_item_image_slider.slick-initialized .slick-dots {
z-index: 5;
bottom: -30px;
left: 0;
}
section.m7_tabs .tab_item_image_slider.slick-initialized .slick-dots li {
width: 15px;
height: 15px;
margin: 0;
}
section.m7_tabs .tab_item_image_slider.slick-initialized .slick-dots li button {
width: 15px;
height: 15px;
}
section.m7_tabs .tab_item_image_slider.slick-initialized .slick-dots li button:before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background: #404040;
opacity: 1;
}
section.m7_tabs .tab_item_image_slider.slick-initialized .slick-dots li.slick-active button:before {
background: #007fc5;
}
section.m7_tabs .tab_item_content_images .tab_item_image_slider .slick-list,
section.m7_tabs .tab_item_content_images .tab_item_image_slider .slick-track {
height: 100%;
}
@media screen and (max-width: 1599px) {
section.m7_tabs .tab_items_control {
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
section.m7_tabs .tab_items_control::-webkit-scrollbar {
display: none;
}
section.m7_tabs .tab_items_control_container {
position: relative;
}
section.m7_tabs .tab_items_control_container:after {
content: '';
z-index: 5;
border: 1px solid transparent;
border-left: none;
position: absolute;
right: 13px;
top: 1px;
height: calc(100% - 2px);
width: 45px;
border-radius: 0 37.8px 37.8px 0; background: linear-gradient(to left, #fff 0%, transparent 100%);
}
section.m7_tabs .m7_tab_item_beschriftung p {
white-space: nowrap;
}
section.m7_tabs .tab_item_content {
padding-top: 65px;
}
section.m7_tabs .tab_item_content,
section.m7_tabs .tab_item_content_main,
section.m7_tabs .tab_item_content_images {
display:block;
}
section.m7_tabs .tab_item_content_main,
section.m7_tabs .tab_item_content_images{
width:100%;
}
section.m7_tabs .tab_item_content_main{
padding:0;
padding-bottom: 40px;
}
section.m7_tabs .tab_items_content_container .m7_tab_item_icon img {
min-height: 400px;
max-height: 400px;
}
section.m7_tabs[data-innerer-abstand="innerer_abstand_nur_unten"] {
padding-bottom: 0;
}
}
@media screen and (max-width: 767px) {
section.m7_tabs .tab_item_image_slider.slick-initialized .slick-dots {
width: auto;
}
section.m7_tabs .tab_item_content_images .tab_item_slider_arrows .slick_arrow {
top: auto;
right: 0;
bottom: -66px;
}
section.m7_tabs .tab_item_content_images .tab_item_slider_arrows .slick_arrow.arrow_prev {
left: auto;
margin-right: 60px;
}
section.m7_tabs .tab_item_content_images .tab_item_slider_arrows .slick_arrow.arrow_next {
right: 0;
}
}