@charset "UTF-8";

@import url("/styles/core.css");

html
{   
    font:   16px/1.5em 'Fira Sans', sans-serif;
}

#outerWrapper
{
    max-width: 100%;
	--conent-width: 1260px;
	--bg-color-selected: #fff;
}

#outerWrapper, #contentWrapper
{
    margin: 0;
    float: none;
}

#outerWrapper .center_content
{
    margin: 0 auto;
    width: var( --conent-width );
}

#contentWrapper h1,
#contentWrapper h2,
#contentWrapper h3
{
    color: #000000;
    border: none;
    padding: 0;
    margin: 0;
}

#contentWrapper a
{
    color: #000000;
    text-decoration: underline;
}

#contentWrapper .c1
{
    font-size:1.13rem;
    line-height: 1.75rem;
}

#contentWrapper .c1 a
{
    font-weight: var(--st-medium);
}

#contentWrapper .h2
{
    font-size: 1.88rem;
    line-height: 2.5rem;
}

#contentWrapper .h3
{
    font-size: 2.25rem;
    line-height: 2.88rem;
}

#contentWrapper .h6
{
    font-size: 3.75rem;
    line-height: 4.38rem;
}

#contentWrapper .l1
{
    font-size: 1.13rem;
    line-height: 1.75rem;
}

#contentWrapper .l2
{
    font-size: 1.88rem;
    line-height: 2.5rem;
}

#contentWrapper .m
{
    font-weight: var(--st-medium);
}

#contentWrapper .l
{
    font-weight: var(--st-light);
}

#contentWrapper .flex
{
    display: flex;  
}

#contentWrapper .jc-end
{
    justify-content: end;
}

#contentWrapper .jc-center
{
    justify-content: center;
}

#breadcrumbs
{
    margin: 1.5rem auto 0;
}

#breadcrumbs a.home::before
{
    font-family: 'WK-icomoon' !important;
	content: "\e99e ";
	font-size: 0.9rem;
}

#breadcrumbs a
{
    text-decoration: none;
}

#breadcrumbs a span
{
    text-decoration: underline;
}

#breadcrumbs span
{
    font-size: 0.9rem;
    font-weight: 700;
}

#breadcrumbs span a span
{
    font-weight: 400;   
}

#breadcrumbs li + li::before
{
  font-family: 'WK-icomoon' !important;
  content: "\e91e";
  margin: 0 5px;
  font-size: 0.625rem;
}

#productHeadlineWrapper
{
	margin: 25px 0 25px;
}

/* Rating */
#productHeadlineWrapper #rating-average-box
{
    margin: 10px 0 0;
}

#productHeadlineWrapper
{
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: var(--st-light);
}

#productHeadlineWrapper .rating-average > img
{
    width: 16px;
    height: auto;
}


#productOverviewWrapper
{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#productOverviewLeftBlock
{
	width: 790px;
	display: flex;
    justify-content: space-between;
}

#productImageWrapper
{
    width: 300px;
}

#productTeaserWrapper
{
    width: calc( 100% - 320px);
}

#productVariantWrapper
{
    width: 440px;
}

/* Produkt Image */
#productImageBox img
{
    cursor: pointer;
}

#productImageBig,
#productImageLarge
{
    display: none;
}

/* Media Icons */
#mediaSlider ul
{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    margin-right: 20px;
}

#mediaSlider ul li
{
	width: 59px;
	height: 59px;
    border: 1px solid var(--st-grey-1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
    cursor: pointer;
}

#mediaSlider ul li img
{
	height: 100%;
    width: max-content;
}


#features
{
    margin-top: 22px;
}

ul#features
{
    display: block;
}

#features li
{
   display: flex;
}

#features li span
{
	display: inline-block;
	margin-left: 5px;
}

#features li a
{
    padding-left: 5px;
}

/* Produkt Teaser */
#productTeaserWrapper,
#productTeaserWrapper a,
#productTeaserWrapper p,
#productTeaserWrapper h3,
#productTeaserWrapper li
{
    font-size:1.13rem;
    line-height: 1.75rem;
    font-weight: var(--st-light);
}

#productTeaser
{
    margin-top: 8px;
}

#productTeaser ul,
#productTeaser ol
{
    list-style: disc outside none;
    padding-left: 16px;
    margin: 10px;
}

#productTeaser ul li,
#productTeaser ol li
{
    margin-bottom: 10px;
}

#productTeaser ul.mark
{
    list-style: square outside url("/pictures/shop/product/v4/icon-check.svg");
}

#productTeaser ul.mark li
{
    padding-left: 5px;
}

#productTeaser ul.markBig
{
    list-style: square outside url("/pictures/lp/rw/product-selection/li_haken.png");
    padding: 20px 0 0 30px;
}

#productTeaser ul.markBig li
{
    margin-bottom:10px;
}

#productTeaser ol
{
    list-style: decimal outside;
    padding-left: 25px;
}


/* Produkt Variant Box*/ 
#productVariantBox
{
    border: 1px solid var(--st-grey-1);
    padding: 25px 25px 15px;    
    background-color: #fff;
}

#productVariantBox input[name="medium"],
#productVariantBox input[name="wkn"]
{
	display: none;
}

#productVariantBox .pvSystems
{
	display: flex;	
    border: 1px solid var( --bg-color-selected );
}

#productVariantBox .pvSystems,
#productVariantBox .pvTabs
{
    margin: 5px 0 25px;
}

#productVariantBox .pvSecondTabs
{
	display: none;
}

#productVariantBox .pvTabs.active
{
	display: block;
}

#productVariantBox .pvSystems .pvSystem,
#productVariantBox .pvTabs .pvTabsNavItem
{
    display: flex;
    flex: 1;
	min-height: 72px;
	font-weight: var(--st-medium);
	font-size: 12px;
	background-color: #eee;
    align-items: center;
}

#productVariantBox .pvSystems .active
{
	border: 1px solid var( --st-grey-4 );
	background-color: var( --bg-color-selected );
	color: #004370;
}

#productVariantBox .pvSystems .pvSystem .item,
#productVariantBox .pvTabs .pvTabsNavItemsWrapper
{
    width: 100%;
	height: 100%;
    justify-content: center;
	position: relative;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

#productVariantBox .pvSystems .pvSystem .item
{
    align-items: center;
}

#productVariantBox .pvSystems .pvSystem .item img,
.pvTabsNavItemsWrapper img
{
	width: fit-content;
}

.pvTabsNavItem .icon_active
{
    display: none;
}

.pvTabsNavItem.active .icon_active
{
    display: inline-block;
}

.pvTabsNavItem .icon_inactive
{
    display: inline-block;
}

.pvTabsNavItem.active .icon_inactive
{
    display: none;
}

.pvTabsNavItemsWrapper img
{
    margin-bottom: 5px;
}


#productVariantBox .pvSystems .pvSystem .item .item-text
{
	color: #000;
	font-size: 12px;
	line-height: 21px;
}

#productVariantBox .pvTabsNav
{
	display: flex;
}

#productVariantBox .pvTabsNav .active
{
    border: 1px solid var( --st-grey-4 );
    border-bottom: 1px solid #fff;
    background-color: var( --bg-color-selected );
	font-weight: 500;
}

#productVariantBox .simple .pvTabsNav .pvTabsNavItem
{
    border-top:     4px solid var( --st-grey-4 );
}

#productVariantBox .simple .pvTabsNav .pvTabsNavItem.active
{
    border-top:     4px solid var( --st-green );
}

#productVariantBox .pvTabs p
{
	margin: 0;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .tab-icons,
#productVariantBox .pvTabs .pvTabsNavItemsWrapper .tab-text
{
	display: flex;
    flex-direction: column;
	align-items: center;
	padding: 15px 0;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .variantDesc
{
	font-size: 1.13rem;
    line-height: 1.35rem;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .variantDesc img
{
	position: relative;
	top: 5px;
	left: 8px;
	margin: 0;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .variantPrice span
{
    font-size: 0.95rem; 
    line-height: 0.9rem;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .variantPrice .wknPrice
{
    font-size: 1.5rem;
    line-height: 1.55rem;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .variantPrice .wknCent
{   
    font-size: 0.95rem; 
    vertical-align: 28%;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .variantPrice .wknStar
{   
    font-size: 0.65rem; 
    vertical-align:   38%;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .free-shipping,
#productVariantBox .pvTabs .pvTabsNavItemsWrapper .reducedPrice
{
	font-size: 0.75rem; 
    line-height: 0.9rem;
    margin-top: 5px;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .specialOffer
{
    text-decoration: line-through;
    font-size: 0.75rem; 
    line-height: 0.9rem;
}


#productVariantBox .pvTabs .pvTabsNavItemsWrapper .orange
{
    color: #FF903D;
}

#productVariantBox .pvTabs .pvTabsNavItemsWrapper .free-shipping
{
    color: var( --st-green );
}


#productVariantBox .topseller
{
	background-color: #0071b9;
	color: #fff;
	padding: 3px 10px;
	font-size: 0.4rem;
	line-height: 0.8rem;
	text-align: center;
	width: fit-content;
	position: absolute;
	top: -8px;
}

/* Simple Version */
#productVariantBox .simple .pvTabsNavItemsWrapper
{
	top: 0;
	display: flex;
	text-align: left;
	flex-direction: column;
    padding-left: 30px;;
}

#productVariantBox .simple .variantDesc
{
    font-size: 1rem;
    font-weight: var(--st-medium);
}

#productVariantBox .simple .price
{
    font-size: 1.88rem;
    font-weight: var(--st-medium);
}

/* Single Tab */
#productVariantBox .pvSingleTab
{
	background-color: var( --bg-color-selected );
}

#productVariantBox .pvSingleTab .pvTabsNav
{
    border-right: 1px solid var( --st-grey-4 );
    border-left: 1px solid var( --st-grey-4 );
    border-top:     4px solid var(--st-green );
	flex-direction: column;
	align-items: center;
	padding: 10px 0 35px;
}

#productVariantBox .pvSingleTab .pvTabsNavItem
{
	display: flex;
    flex-direction: column;
}

#productVariantBox .pvSingleTab .variantDesc
{
	font-size: 1rem;
	margin-bottom: 1.5rem;
    font-weight: var(--st-medium);
}

#productVariantBox .pvSingleTab .price
{
    font-size: 3.75rem;
    font-weight: var(--st-medium);
}

/* Badge */
#productVariantBox .item-badge-circle
{
	background: #90bd18;
	color: var( --bg-color-selected );
	width: 44px;
	height: 44px;
	border-radius: 50%;
	right: 8px;
	top: -7px;
	line-height: 10px;
	text-align: center;
	font-size: 8.5px;
	display: flex;
	justify-content: center;
	position: absolute;
	transform: rotate(-16deg);
}

#productVariantBox .item-badge-circle span
{
	top: -1px;
	align-self: center;
	font-family: "Fira Sans";
	font-weight: 200;
	position: relative;
}

#productVariantBox .badge-red
{
	background: #d80b2f;
}

#productVariantBox .pvTabContent
{
	background-color: var( --bg-color-selected );
	border: 1px solid var( --st-grey-4 );
	border-top: 0;
	display: none;
}

#productVariantBox .p20
{
    padding: 20px;
}

#productVariantBox .pvTabContent,
#productVariantBox .pvTabContent a,
#productVariantBox .pvTabContent li
{    
    font-size: 12px;
    line-height: 16.8px;
    font-weight: var(--st-light);
}

#productVariantBox .pvTabContent ul
{
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
}

#productVariantBox .pvTabContent ul > li
{
	margin-bottom: 8px;
}

#productVariantBox .pvTabContent ul.mark
{
    padding-left: 20px;
}

#productVariantBox .pvTabContent .mark li
{
    list-style: none;
    position: relative;
}

#productVariantBox .pvTabContent .mark li::before
{
	content: '';
	display: inline-block;
	height: 12px;
	width: 12px;
    background-size: 12px 12px;
	background-image: url("/pictures/shop/product/v4/icon-check.svg");
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	left: -16px;
}

#productVariantBox .active
{
	display: block;
}

#productVariantBox .buttonDefault
{	
    cursor: pointer;
    display: inline-block;
	background-color: #007ac3;
	color: #FFFFFF;
	font-family: "Fira Sans", sans-serif;
    width: 100%;
	padding: 0;
    margin: 22px 0 0 0;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.25s;
	transition-property: all;
	border: none;
	line-height: 3rem;
    font-size: 1.13rem;
}

#productVariantBox .buttonDefault:hover
{
    background-color: #004370;
}

#productVariantBox .buttonDefault::after
{
    font-family: 'WK-icomoon' !important;
    content: " \e91e";
    font-size: 1rem;
} 

#productVariantBox #toShoppingcartBtn::before
{
	font-family: 'WK-icomoon' !important;
    content: "\ea42";
    margin-right: 8px;
    font-size: 1rem;
}

#productVariantBox .button-subline
{
    text-align: center;
    color: #666;
    font-size: 12px; 
    line-height: 21px;
    margin: 10px 0 0 0;
}

/* SEALS */
.pSeals
{
	margin: 2rem 0;
	display: flex;
    justify-content: space-between;
}
.pSeals a,
.pSeals img
{
    max-height: 200px;
}

/* Product Description / Tabs */
#productDescriptionTabBox,
#productDescriptionTabBox #tabsBox
{
    display: flex;
    
}

#productDescriptionTabs a:focus,
#productDescriptionTabs a:hover
{
    text-decoration:  none;
}

#productDescriptionTabs .tabs a
{
    color:            #000000;
    display:          block;
    font-size:        1.13rem;
    font-weight:      var(--st-light);
    height:           40px;
    outline:          none;
    padding:          7px 20px 0 16px;
    background-color: #ebebed;
    border:           1px solid var( --st-grey-4 );
    border-top:       4px solid var( --st-grey-4 );
    text-decoration:  none;
}

#productDescriptionTabs .tabs.selected a
{
    background-color:   transparent;
    border-bottom:      1px solid #fff;
    border-top:         4px solid var( --st-green );
    font-weight:        var(--st-medium);
}

#productDescriptionTabs .tabs:first-child a
{
	border-left: 1px solid #8d8e91;
}

#productDescriptionTabBox .empty-box
{
    z-index: 0;
    height: 51px;
    width: 1260px;
    position: absolute;
    border-bottom: 1px solid #8d8e91;
}

#productDescriptionTabs .descriptionHeader
{
    display: none;
}

#productDescription .productInfoBox
{
    border:      1px solid #8d8e91;
    border-top:  1px solid #fff;
    padding: 50px 40px 40px;
}

#productDescriptionTabBox #tabsBox
{
	z-index: 100;
}


#productDescription .hide-tab
{
    display: none;
}


/* Produkt Content */
#productInfo h2
{
    margin: 20px 0 7px 0;
    border-bottom: none;
}

#productInfo ul
{
    margin-bottom: 15px;
    list-style: disc;
    list-style-position: outside;    
    margin-left: 25px;
}

#productInfo ul.mark
{
    list-style: none;
}

#productInfo ul.mark li
{
	position: relative;
}

#productInfo ul.mark li::before
{
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    background-size: 14px 14px;
    background-image: url("/pictures/shop/product/v4/icon-check.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: -20px;
}

#productInfo ol
{
    list-style: decimal outside;
    padding-left: 25px;
}

#productInfo ol.mark
{
    font-size:      16px;
    line-height:    25px;
    list-style-type: none;
    counter-reset:   level1;
    padding-left:   13px;
}

#productInfo ol.mark li:before
{ 
    content: counter(level1) "."; 
    counter-increment: level1; 
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
}

#productInfo li
{
    margin-bottom: 1px;
}     

.descriptionContent p
{
    margin: 0 0 10px;
}

.descriptionContent ul li,
.descriptionContent ol li
{
    padding: 3px 0;
}

/* New Layout */
#productInfo .p_block
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

#productInfo .p_block:last-child
{
    margin-bottom: 0;
}

#productInfo .p_block .p_title
{
    width: 380px;
}

#productInfo .p_block .p_title h2
{
	margin: 0;
}

#productInfo .p_block .p_content
{
    width: calc( 100% - 420px );
}

/* Kommentare */
.user-rating
{
    width: 150px;
}

.user-rating-comment
{
    width: 100%;
}

.user-rating-comment td,
.user-rating-comment th
{
    border-bottom: 1px solid #D3D3D3;
    padding:       7px 0 2px;
}

.user-rating-comment th
{
    color:          #A7A7A7;
    font-family:   'Fira Sans', sans-serif;
    font-size:     12px;
    margin-bottom: 10px;
}

/******************/
/* Paging Result  */
/******************/
.rating-paging
{
    margin-top:  40px;
    text-align:  center;
}

.rating-paging h1
{
    display: none;
}

.rating-paging ul
{
    text-align: center;
}

.rating-paging li
{
    display: inline;
}

.rating-paging li + li
{
    margin-left: 5px;
}

.rating-paging a
{
    border:     1px solid #E5EAF0;
    padding:    2px 4px;
    text-align: center;
    font-size:  16px;
    cursor:     pointer;
}

.rating-paging a.current-page
{
    color: #ff4000;
    cursor: default;
}

.rating-paging a.gap
{
    cursor: default;
}
    
.rating-paging span
{
    vertical-align: sup;
    font-size:      17px;
    color:          #000;
}

/* MODAL */
#media-content
{
    float:left;
    text-align: center;
    min-height: 300px;
}

#media-content img
{
    max-width: 730px;
}

#media-content #media-info
{
    text-align: left;
    margin: 10px 0;
}

.hidden
{
    display: none;
}

#media-modal-dialog .modal-content
{
    display: flex;
}

#media-overview
{
    border-radius:    7px;
    background-color: white;
    border:           1px solid #CCCCCC;
    float:            left;
    width:            140px;
    margin-left:      10px;
}

#media-overview span
{
    cursor: pointer;
}

#media-overview .media-head
{
    height:             20px;
    width:              100%;
    background-color:   #E5EAEE;
    text-align:         center;
    font-weight:        bold;
    line-height:        24px;
}

#media-overview .media-head:first-child
{
    border-radius:      5px 5px 0px 0px;    
}

#media-overview img
{
    width:          50px;
    margin:         5px 5px 5px 10px;
}

#media-modal-dialog.product{ width: 900px; }
#media-modal-dialog.product #media-content{ width: 740px; }
#media-modal-dialog.article{ width: 400px; }
#media-modal-dialog.article #media-content{ width: 380px }

.wknPriceInfo
{
    font:                       normal 12px/16px 'Fira Sans', sans-serif;
    margin-top:                 10px;
    color:                      #999999;
    margin-left:                10px;
}

#contentWrapper li.printMeta,
#contentWrapper li.printMeta a
{
	font: normal 13px 'Fira Sans', sans-serif;
	line-height: 15px;
}
    
.arrowList li::before
{
	font-family: 'WK-icomoon' !important;
	content: "\e91e";
	font-size: 1rem;
	display: inline-block;
	position: relative;
	margin-right: 0.5rem;
}

/**************************/
/* Produkt-Slider         */
/**************************/
#productSlider
{
    overflow: hidden;
    width: 1260px;
    margin: 0 10px 20px 10px;
}

#productSlider h3
{
    margin: 18px 0 10px 0;
    color: #000;
    font-size: 22px;
}

#productSlider ul
{
    margin: 15px 0 0 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    float: left;
}


#productSlider li
{
    float: left;
    overflow: hidden;
    padding: 0;
    width: 280px;
    min-height: 170px;
    border-right:   1px solid #d3d3d3;
    margin-right:20px;
    /* IE 8 Hack */
    width/*\**/: 190px\9;
}

#productSlider li:last-child
{
    margin-right: 0;
    border: none;
}

#productSlider li a
{
    text-align: center;
    font-weight: normal;
}

#productSlider li .productImage
{
    height: 110px;
}

#productSlider li .productImage img
{
    margin-top: 5px;
}

#productSlider li .price
{
    padding-top: 5px;
    font: bold 16px/16px 'Fira Sans', sans-serif;
    text-align: center;
}

#productSlider .red
{
    color: red;
}

#productSlider li .price .fullprice
{
    font-weight: normal;
    text-decoration:line-through;
}

#productSlider div.scrollBack,
#productSlider div.scrollNext
{   
    cursor: pointer;
    margin: 70px 0 0 0;
    width: 35px;
    height: 55px;
    display: block;
    float: left;
}

#productSlider div.scrollBack::before
{
	font-size: 52px;
	font-family: 'WK-icomoon' !important;
	content: "\e9dc";
	font-weight: 700;
	color: #b4b4b4;
	line-height: 55px;
}

#productSlider div.scrollNext::before
{
    font-size: 52px;
    font-family: 'WK-icomoon' !important;
    content: "\e9d1";
    font-weight: 700;
    color: #b4b4b4;
    line-height: 55px;
}

#productSlider div.scrollBack:hover::before,
#productSlider div.scrollNext:hover::before
{
    color: #d4d2d2;
}

#productSlider div.scrollNext
{
    text-align: right;
}

#productSlider .rating
{
    margin: 0 0 10px;
    text-align: center;
}

#productSlider .rating span
{
    color: #A7A7A7;
    font: 12px 'Fira Sans', sans-serif;
    margin: 2px 5px 0 0;
}

#productSlider .rating img
{
    height: 10px;
    margin: 4px 0 0;
}

@media screen and (max-width: 1279px)
{
	#outerWrapper .center_content
    {
        width: calc( 100% - 40px);
    }
	
	#contentWrapper
	{
	   padding: 0 20px;
	}
	
	#productOverviewWrapper
	{
		flex-direction: column;
	}
	
	#productOverviewLeftBlock
	{
	   width: 100%;
	}
	
	#productTeaserWrapper
	{
	   width: calc( 100% - 300px);
	}
	
	#productVariantWrapper
	{
	   width: auto;
	   margin-top: 40px;
	}
	
	#productDescription
	{
	   margin-top: 40px;
	}
	
    #productSlider
    {
        display: none;
    }
    
    #productDescriptionTabBox .empty-box
    {
        width: calc( 100% - 40px);
    }
    
    /* SEALS */
	.pSeals a,
	.pSeals img
	{
	    width: calc(100% / 5);
	}
}

@media screen and (max-width: 959px)
{
	#productDescriptionTabBox,
	.descriptionContent
	{
	   display: none;
	}
	
	#productDescription .productInfoBox
	{
	   border: none;
	   padding: 0;
	}
	
	#productDescriptionTabs .descriptionHeader
    {
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        background-color: #ebebed;
        height: auto;
        color: #333333;
        font-weight: bold;
        padding: 5px 10px;
        border-right: 1px solid #EEE;
        border-left: 1px solid #EEE;
        border-top: 1px solid #EEE;
        margin: 20px 0 0 0;
        cursor: pointer;
        min-width: 255px;
    }
    
     .productInfoBox
    {
        border: none;
        width: auto;
    }
    
    #productDescription .productInfoBox .descriptionHeader .hide-tab
    {
        display: block;
    }
    
    .lcToggleIcon::after
    {
        width: 10px;
        height: 10px;   
        font-family: 'WK-icomoon' !important;
		content: "\e91e";
    }
    
    .lcToggleIcon.hide-tab::after
    {
        content: "\e90d";
    }
    
    .descriptionContent
    {
        border-right: 1px solid #EEE;
        border-left: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
        border-radius: 0 0 5px 5px;
        padding: 25px 15px 15px;
    }
    
    #media-modal-dialog{ width: 96%; }
    #media-modal-dialog.product #media-content{ width: calc(100% - 200px); }
    #media-content img { max-width: 100%; }
}

@media screen and (max-width: 719px)
{
    #contentWrapper .h6
    {
        font-size: 3rem;
        line-height: 4rem;
    }
		
    /* Media Dialog für Mobilgeärte */
    #media-modal-dialog
    {
        height:           calc( 100% - 20px )!important;
        width:            calc( 100% - 20px )!important;
        padding:          10px;
        background-color: white;
        border:           none;
        border-radius:    0;
    }
    #media-modal-dialog.product #media-content{ width: 100%; }
    #media-overview
    { 
        margin: 0;
        width: calc( 100% - 20px );
        border: none;
        border-radius: 0;
        position: absolute;
        height: 65px;
        top: calc( 100% - 65px );
    }
    #media-overview span
    {
        height: 60px;
        width: 60px;
        display: block;
        float: left;
        margin-left: 10px;
    }
    #media-overview span img{ margin: 5px; }
    #media-overview .clicker-mark
    {
        border: 1px solid #CED7E2;
    }
    .media-head{ display: none; }
    #media-video-block{ display: none; }
    
    #productImageBox
    {
        display: flex;
        justify-content: center;
    }
    
    #mediaSlider
    {
        display: flex;
        justify-content: center;
    }
    
    #mediaSlider ul
    {
        width: 100%;
    }
    
    #mediaSlider ul li
    {
        width: auto;
        max-width: 59px;
        height: auto;
    }
}


@media screen and (max-width: 639px)
{
	#contentWrapper .h6
	{
        font-size: 2rem;
        line-height: 3rem;
	}
	
	#productOverviewLeftBlock
	{
        flex-direction: column;
		justify-content: center;
		align-content: center;
	}
	
	#productImageWrapper
	{
		width: 100%;
		align-self: center;
	}
	
	#productTeaserWrapper
	{
	   width: 100%;
	   margin-top: 30px;
	}
	
	#productDescription iframe,
    #videoTab,
    #videoTabHeader
    {
        display: none !important;
    }
    
    #productImageBig,
    #productImageHuge
    {
        display: none;
    }
    
    #productImageLarge,
    #productImageBox span img
    {
        width: 226px;
        display: inherit;
    }
    
    .user-rating-comment thead
    {
        display: none;
    }
    
    .user-rating-comment tr
    {
        display: flex; 
        padding: 10px 0;
        flex-direction: column;
        border-bottom: 1px solid #D3D3D3;
    }
    
    .user-rating-comment tr td
    {
        width: 100%;
    }
    
    .user-rating-comment td, .user-rating-comment th
    {
        border-bottom: 0;
    }
    
    .user-rating p
    {
        margin: 0;
    }
}

@media screen and (max-width: 439px)
{
    #productImageLarge,
    #productImageHuge
    {
        display: none;
    }
    
    #productImageBig,
    #productImageBox span img
    {
        width: 135px;
        display: inherit;
    }
    
    .descriptionContent
    {
        padding: 25px 10px 15px;
    }
}