@charset "UTF-8";

@import url(/styles/core.css);

html
{   
    font:   16px/1.5em 'Fira Sans', sans-serif;
}

#outerWrapper
{
	max-width: 100%;
}

#outerWrapper, #contentWrapper
{
	margin: 0;
}

#contentWrapper
{
    --main-padding: 3.5rem 0 3rem;
    --content-padding: 20px;
    --conent-width: 1260px;
    --border-color: #888888;
    --font-size-big: 3.5rem;
    --margin-top-big: 2.5rem;
}

#contentWrapper h1,
#contentWrapper h2,
#contentWrapper h3
{
    color: #000000;
    border: none;
    padding: 0;
    margin: 0;
}

#contentWrapper .sub_headline
{
    margin: 1rem 0 1rem;
}

#contentWrapper a
{
	color: #000000;
	text-decoration: underline;
}

#contentWrapper a,
#contentWrapper p
{
	font-size: 1.1rem;
    line-height: 1.8rem;
}

#contentWrapper .arrow::after
{
    font-family: 'WK-icomoon' !important;
    content: "\e91e";
    font-size: 1rem;
    display: inline-block;
    position: relative;
    left: 0.5rem;
} 

#stage_bg
{
	padding: 2rem 0 3rem;
}

.center_content
{
	margin: 0 auto;
    width: var( --conent-width );
}

#contentWrapper .b1
{
    font-size:0.88rem;
}

#contentWrapper .b2
{
    font-size:1.25rem;
}

#contentWrapper .c1
{
    font-size:1.13rem;
    line-height: 1.75rem;
}

#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 .l3
{
    font-size: 1.13rem;
    line-height: 1.75rem;
}

#contentWrapper .m
{
    font-weight: 500;
}

#contentWrapper .l
{
    font-weight: 300;
}

#contentWrapper .flex
{
	display: flex;	
}

#contentWrapper .jc-end
{
    justify-content: end;
}

#contentWrapper .jc-center
{
    justify-content: center;
}

#contentWrapper .m-top-big
{
	margin-top: var( --margin-top-big );
}

#contentWrapper .m-link-right
{
	margin-right: 0.5rem;
}

#contentWrapper .buttonDefault
{
    background-color: #007ac3;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    padding: 0 25px 0 20px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.25s;
    transition-property: all;
    border: none;
    line-height: 3rem;
    height: 3rem;
}


#contentWrapper .buttonDefault:hover
{
    background-color: #004370;
}

#contentWrapper .icon-arrowforwardoutline::before
{
    content: "\e91e";
    display: inline-block;
    font-size: 0.9rem;
    position: relative;
    top: 0px;
    left: 5px;
}

/* Category Part */
#tb_wrapper
{
    padding: var( --main-padding );
}

#tb_categories
{
	display: grid;
	grid-template-columns: repeat( 3, 390px );
    justify-content: space-between;
    row-gap: 2.5rem;
    margin: 3rem 0 0;
}

#tb_categories .tb_box
{
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

#tb_categories .tb_box img
{
	width: 100%;
}

#tb_categories .tb_content
{
	padding: 1.5rem;
    border: 1px solid var(--border-color) !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#tb_categories .tb_content .tb_desc
{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#tb_categories .tb_content .tb_desc .arrow
{
	align-self: end;
	text-decoration: underline;	
}

#tb_categories h2
{
	margin-bottom: 1.2rem;
    margin-bottom: 1.2rem;
}

#tb_categories .tb_content .tb_desc p
{
	margin: 0 0 2rem;
}

#tb_categories .tb_content .tb_desc a
{
    align-self: end;
}

/* News Box */
#news_section
{
    background-color: var(--st-grey-5);
    padding: var( --main-padding );
}

#news_list
{
	margin: 0 auto;
    width: 1294px;
}

#news_section .news_box_wrapper
{
    padding: 20px;
}

#news_section .news_box
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 16rem;
    background-color: #fff;
    border: 1px solid var(--border-color) !important;
    font-size: 1.1rem;
    padding: var(--content-padding);
    height: 19rem;
    overflow: hidden;
}

#news_section .hide
{
	display: none;
}

#news_section .news_desc p,
#news_section .news_desc p a
{
    line-height: 1.5rem;
    text-decoration: none;
}

#news_section .news_desc time
{
    color: #939393;
    margin-top: 10px;
    display:block;
}

#news_section .news_box a
{
    align-self: end;
}

/* Toogle Buttons */
#news-toggle
{
    display:flex;
    justify-content: space-between;
    position: relative;
    width: calc( 100% - 40px );
    top: 210px;
}

#news-toggle > span
{
    cursor: pointer;
    z-index:500;
}

#news-toggle > span > i
{
    display:inline-block;
    opacity: 0.5;
    width: 24px;
    background-color: #EDEDED;
    padding: 5px 0;
    border-radius: 4px;
}

#news-toggle > span > i:hover
{
    opacity: 0.9;   
}

/* Newsletter Box */
#newsletter_section
{
	padding: var(--main-padding);
}

#newsletter_section #newsletter_inputs
{
	display: flex;
	justify-content: space-between;
}

#newsletter_section #newsletter_inputs #nl_inp_email
{
	width: 38.75rem;
}

#newsletter_section #newsletter_inputs #nl_inp_email input[type=email]
{
    width: 100%;
	background: #FAFAFA;
	border: 1px solid #C3C3C3;
	box-sizing: border-box;
	height: 3rem;
	font-size: 1.125rem;
	line-height: 2rem;
}

#newsletter_section #newsletter_inputs #nl_inp_selection
{
	width: 25rem;
}

#contentWrapper #newsletter_section  .buttonDefault
{
    margin: 22px 0 0 0;
}

#newsletter_section .ui-selectmenu-button.ui-button
{
	border: 1px solid #C3C3C3;
	background-color: #FAFAFA;
	height: 3rem;
	margin-bottom: 0;
	line-height: 3rem;
	color: 474747;
	width: 25rem;
}

#newsletter_section .ui-selectmenu-menu .ui-menu .ui-menu-item:hover
{
    background: #007ac3;
    color: #fff;
}

.ui-state-disabled
{
	display: none !important;
}

.ui-selectmenu-text,
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper
{
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 300;
}

#contentWrapper .nlTermsFlagInfo
{
	width: 500px;
    padding-left: 5px;
    display: inline-block;
}

#contentWrapper .nlTermsFlagInfo,
#contentWrapper .nlTermsFlagInfo a
{
	font-size: 0.8rem;
	line-height: 1.2rem;
}

/* Product Slider */
#product_slider
{
    margin-top: 1.5rem;
}

#product_slider_wrapper .ts_box
{
    display: block;
    margin: 0;
}

#product_slider_wrapper .ts_box .pMobile
{
    display: none;
}

/* Icon Wrapper */
.icon_wrapper
{
	border-top: 1px solid var(--st-grey-5);
    background-color: #fff;
}

.icon_list
{
    display: flex;
    justify-content: space-between;
}

.icon_wrapper img
{
	width: 16%;
}

/* Link Listen */
#link_sections
{
    padding: var( --main-padding );
}

#link_sections #link_wrapper
{
    display: grid;
    grid-template-columns: repeat( 2, 600px );
    justify-content: space-between;
    row-gap: 2.5rem;
    margin: 3rem 0 0;
}

#link_sections .link_box
{
    display: flex;
    flex-direction: column;
}

#link_sections .link_box img
{
	width: 100%;
}

#link_sections .link_content
{
	display:flex;
	flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    border: 1px solid var(--border-color) !important;
}

#contentWrapper #link_sections .link_content h3
{
	margin-bottom: 0.4rem;
}

#contentWrapper #link_sections .link_content ul li
{
	padding: 5px 0;
}

#link_sections #link_wrapper #link_box_1
{
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}

#link_sections #link_wrapper #link_box_1 .link_content
{
	height: 100%;
}

#link_sections #link_wrapper #link_box_2
{
	grid-column-start: 2;
    grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}

#link_sections #link_wrapper #link_box_3
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}


/*Slick Plugin => News */
#product_slider .slick_control
{
	display: none;
}

.slick-dots
{
    display: none !important;
}

@media screen and (max-width: 1499px)
{
    #news_list
    {
        width: calc( 100% - 160px );
    }
    
    #contentWrapper #product_slider_wrapper.center_content
    {
        width: calc( 100% - 130px );
    }
}

/* Responsive */
@media screen and (max-width: 1279px)
{
	.center_content
	{
	   width: calc( 100% - 20px );
	}

    #tb_categories
    {
        grid-template-columns: repeat( 2, calc( 50% - 1rem ) );
    }
    
    #newsletter_section .center_content
    {
       max-width: 38.75rem;
    }
    
    #contentWrapper #newsletter_section .sub_headline
    {
       font-size: 1.8rem;
       line-height: 2.6rem;  
    }
      
    #newsletter_section #newsletter_inputs
    {
        flex-direction: column;
        align-items: center;
    }
    
    #newsletter_section #newsletter_inputs #nl_inp_email,
    #newsletter_section #newsletter_inputs #nl_inp_selection,
    #newsletter_section .ui-selectmenu-button.ui-button,
	#newsletter_section .buttonDefault
	{
	   width: 100%;
	   max-width: 38.75rem;
	}
	
    #newsletter_section #newsletter_inputs #nl_inp_selection
    {
        margin-top: 1rem;
    }
	
	#link_sections #link_wrapper
	{
		grid-template-columns: repeat( 2, calc( 50% - 1rem ) );
	}
	
	#steuer_app .steuer_app_wrapper
	{
	   margin: 0;
	}
    
    #steuer_app .steuer_app_box
    {
       margin-left: 10px;
    }
}

@media screen and (max-width: 1179px)
{	
	#steuer_app .steuer_app_wrapper
	{
	   top: calc( ( 100% - 232px ) / 2 );
       margin: 0;
	}
	
	#steuer_app .steuer_app_box
	{
	   width: 100%;
	   height: 180px;
	   padding: 20px;;
	   margin: 0;
	}
    
    #steuer_app .buttonDefault
    {
        margin: 2rem 0 0 0;
    }
}

@media screen and (max-width: 949px)
{
	#steuer_app .steuer_app_image,
	#steuer_app .steuer_app_box
	{
       background-color: var(--st-grey-5);
	}
	
    #steuer_app .steuer_app_wrapper
    {
       top: 0;
       position: relative;
       background-color: var(--st-grey-5);
    }
    
    #steuer_app .steuer_app_box
    {
        height: 100%;
    }
    
    #news_section .news_box
    {
        height: 22rem;
    }
}

@media screen and (max-width: 599px)
{	
	.center_content
	{
        width: calc( 100% - 40px );
	}
	
    #contentWrapper .h6
    {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    
    #contentWrapper .h3
    {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    
    #tb_categories
    {
        grid-template-columns: repeat( 1, 100% );
    }
    
    #contentWrapper .nlTermsFlagInfo,
    #contentWrapper .nlTermsFlagInfo a
    {
        width: calc( 100% - 1.5rem );
    }
    
    .ui-selectmenu-text,
    .ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper
    {
        line-height: 3rem;
        font-size: 1.2rem;
        font-weight: 300;
    }
    
    #link_sections #link_wrapper
    {
        grid-template-columns: repeat( 1, 100% );
    }
    
    #link_sections #link_wrapper #link_box_1
	{
	    grid-column-start: 1;
	    grid-column-end: 2;
	    grid-row-start: 1;
	    grid-row-end: 2;
	}
	
	#link_sections #link_wrapper #link_box_2
	{
	    grid-column-start: 1;
	    grid-column-end: 2;
	    grid-row-start: 2;
	    grid-row-end: 3;
	}
	
	#link_sections #link_wrapper #link_box_3
	{
	    grid-column-start: 1;
	    grid-column-end: 2;
	    grid-row-start: 3;
	    grid-row-end: 4;
	}
	
	#news_list
	{
        width: calc( 100% - 50px );
	}
	
	#news_section .news_box
    {
        height: 22rem;
    }
    
    #news_section .slick-prev, 
    #news_section .slick-next
    {
        top: 45%;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    
    #news_section .slick-prev::before,
    #news_section .slick-next::before
    {
       font-size: 36px;
    }
    
    #news_section .slick-prev
    {
        left: -20px;
    }
    
    #news_section .slick-next
    {
        right: -20px;
    }

    .slick_control
    {
        display: flex;
    }
    
    #contentWrapper #product_slider_wrapper.center_content
    {
        width: 100%;
    }
    
    #product_slider .slick-arrow
    {
       display: none !important;
    }
    
    #product_slider .slick-dots
    {
        display: block !important;
    }
}

@media screen and (max-width: 499px)
{
     #tb_categories .tb_desc p
    {
        display: none;
    }
    
    #news_section .news_box
    {
        height: 28rem;
    }
}