@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'vw_head_bold';
  src: url('fonts/VWHeadWeb-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/VWHeadWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/VWHeadWeb-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/VWHeadWeb-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/VWHeadWeb-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/VWHeadWeb-Bold.svg#vw_head_bold') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'vw_text_bold';
  src: url('fonts/VWTextWeb-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/VWTextWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/VWTextWeb-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/VWTextWeb-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/VWTextWeb-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/VWTextWeb-Bold.svg#vw_text_bold') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'vw_head_reg';
  src: url('fonts/VWHeadWeb-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/VWHeadWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/VWHeadWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/VWHeadWeb-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/VWHeadWeb-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/VWHeadWeb-Regular.svg#vw_head_reg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'vw_text_reg';
  src: url('fonts/VWTextWeb-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/VWTextWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/VWTextWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/VWTextWeb-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/VWTextWeb-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/VWTextWeb-Regular.svg#vw_text_reg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'font_awesome';
  src: url('fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/fontawesome-webfont.svg#vw_text_reg') format('svg'); /* Legacy iOS */
}

*
{
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#sidebar
{
	height: 100%;
	position: fixed;
	width: 96px;
	background-color: #fff;
	-webkit-box-shadow: 7px 0px 28px -17px rgba(0,0,0,0.5);
	-moz-box-shadow: 7px 0px 28px -17px rgba(0,0,0,0.5);
	box-shadow: 7px 0px 28px -17px rgba(0,0,0,0.5);
}

#sidebar_content
{
	position: relative;
	width: 100%;
	height: 100%;
}

#logo
{
	width: 100%;
}

#logo img
{
	width: 100%;
}

#nav a
{
	text-decoration: none;
}

.nav_item
{
	padding: 20px 0px;
	border-top: 1px solid #dfe1e3; 
}

#nav_icon_1
{
	width: 28.8px;
	height: 28.8px;
	margin: 0px auto 10px;
	background-image: url("/images/icons/konfigurator_grau.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

a:hover #nav_icon_1
{
	background-image: url("/images/icons/konfigurator_blau.svg");
}

#nav_icon_2
{
	width: 28.8px;
	height: 28.8px;
	margin: 0px auto 10px;
	background-image: url("/images/icons/konfigurator_grau.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}

a:hover #nav_icon_2
{
	background-image: url("/images/icons/konfigurator_blau.svg");
}

#nav_icon_3
{
	width: 28.8px;
	height: 28.8px;
	margin: 0px auto 10px;
	background-image: url("/images/icons/konfigurator_grau.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}

a:hover #nav_icon_3
{
	background-image: url("/images/icons/konfigurator_blau.svg");
}

#nav_icon_4
{
	width: 30%;
	height: 28.8px;
	margin: 0px auto 10px;
	background-image: url("/images/icons/konfigurator_grau.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}

a:hover #nav_icon_4
{
	background-image: url("/images/icons/konfigurator_blau.svg");
}

#nav_icon_5
{
	width: 30%;
	height: 28.8px;
	margin: 0px auto 10px;
	background-image: url("/images/icons/konfigurator_grau.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}

a:hover #nav_icon_5
{
	background-image: url("/images/icons/konfigurator_blau.svg");
}

#nav_icon_6
{
	width: 30%;
	height: 28.8px;
	margin: 0px auto 10px;
	background-image: url("/images/icons/konfigurator_grau.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}

a:hover #nav_icon_6
{
	background-image: url("/images/icons/konfigurator_blau.svg");
}

#nav_icon_7
{
	width: 30%;
	height: 28.8px;
	margin: 0px auto 10px;
	background-image: url("/images/icons/konfigurator_grau.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}

a:hover #nav_icon_7
{
	background-image: url("/images/icons/konfigurator_blau.svg");
}

.nav_text 
{
	margin: auto;
	width: 80%;
}


.nav_text p
{
	font-family: vw_head_bold;
	font-size: 12px;
	color: #81888f;
	letter-spacing: -0.25px;
	line-height: 13px;
	text-align: center;
}

a:hover .nav_text p
{
	color: #000;
}

#nav_bottom
{
	position: absolute;
	bottom: 10px;
	width: 100%;
	margin: auto;
	border-top: 1px solid #dfe1e3;
}

#nav_bottom_text
{
	width: 80%;
	margin: auto;
	padding-top: 9px;
	text-align: center;
}

#nav_bottom_text a
{
	text-decoration: none;
	color: #81888f;
	font-family: vw_head_bold;
	display: block;
    font-size: 9px;
    line-height: 11px;
}

#nav_bottom_text a:hover
{
	color: #000;
}

#nav_shrink
{
	display: none;
	width: 100%;
	height: 50px;
	background-color: #fff;
	
}

#nav_shrink_sidebar
{
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
	position: fixed;
	z-index: 10;
	overflow-y: auto;
}

#logo_shrink
{
	width: 32px;
	height: auto;
	float: left;
	margin: 9px 25px 9px 20px;
	position: relative;
	z-index: 20;
}

#logo_shrink img
{
width: auto;
height: 32px;
}

#burger_menu
{
	width: 20px;
	height: 20px;
	float: right;
	margin: 12px 20px 0px 25px;
	cursor: pointer;
}

#burger_menu i
{
	font-size: 24px;
	color: #0099da;
}

#top_bar
{
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: fixed;
	z-index: 15;	
}

#burger_menu_close
{
	width: 20px;
	height: 20px;
	float: right;
	margin: 12px 20px 0px 25px;
	cursor: pointer;
}

#burger_menu_close i
{
	font-size: 24px;
	color: #0099da;
}

#nav_shrink_sidebar li
{
	border-bottom: 1px solid #dfe1e3;
	list-style-type: none;
	padding: 10px;
	text-align: center;
}

#nav_shrink_sidebar li:last-child
{
	border-bottom: 0px;
}

#nav_shrink_sidebar a
{
	text-decoration: none;
	font-family: vw_head_bold;
	font-size: 14px;
	line-height: 25px;
	color: #81888f;
	text-align: center;
}

#nav_shrink_sidebar a:hover
{
	color: #0099da;
}

#nav_items
{
	margin-top: 60px;
}

#wrapper
{
	width: 100%;
	padding-left: 96px;
}

.wrapper
{
	max-width: 2000px;
	width: 100%;
	margin: auto;
	padding: 60px;
}
#aktuelles .wrapper, #newsletter .wrapper {
	padding: 0 60px 60px;
}

#header
{
	width: 100%;
	height: 750px;
	background-image: url("/images/titelbild.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

h1
{
	font-family: vw_head_bold;
	font-size: 118.5px;
	font-weight: 700;
	letter-spacing: -2.9625px;
	line-height: 142px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}

h2
{
	font-family: vw_head_bold;
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -1.125px;
	color: #000;
}

h3
{
	font-family: vw_head_bold;
	font-size: 28px;
	line-height: 33px;
	font-weight: 700;
	letter-spacing: -0.7px;
	color: #000;
	text-align: center;
	margin: 30px 0px 10px;
}

p, ul
{
	font-family: vw_text_reg;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 1em;
}

#header_icon
{
	width: 100%;
	margin-top: -30px;
	text-align: right;
}

#kontakt_icon,
#konfigurator_icon
{
	display: inline-block;
    width: auto;
    height: 50px;
    margin-left: 32px;
    text-align: center;
}

.header_icon
{
	width: 30px;
	height: 30px;
	margin: auto;
	background-color: rgba(0,0,0,0.2);
	border-radius: 20px;
}

.header_icon:hover
{
	background-color: rgba(0,0,0,0.5);	
}

.header_icon img
{
	width: 100%;
}

.header_icon_text
{
	margin: 7px auto 0px auto;
}

.header_icon_text p
{
	font-family: vw_text_reg;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	text-align: center;
	
}

#headline_titelbild
{
	width: 100%;
	margin: 60px auto;
	
}

#header_button
{
	left: calc(50% - 100px);
	bottom: 60px;
	position: absolute;
}

#header_button_shrink
{
	display: none;
	text-align: center;
	margin: 60px 0px 30px;
}

#header_button a
{
	background-color: #0099da;
	border-radius: 5px; 
	width: 200px;
	text-decoration: none;
	font-family: vw_text_bold;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 15px 60px;
}

#header_button_shrink a:hover
{
	background-color: #0267aa;
}

#header_button_shrink a
{
	background-color: #0099da;
	border-radius: 5px; 
	width: 200px;
	text-decoration: none;
	font-family: vw_text_bold;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 15px 60px;
}

#header_button a:hover
{
	background-color: #0267aa;
}

#teaserbox
{
	width: 100%;
	float: left;
}

#teaser_content
{
	width: 100%;
	float: left;
	margin: 60px 0px;
	text-align: center;
}

#teaser_content .center-div {
	width: auto;
}

#teaser_content a
{
	text-decoration: none;
}

#teaserbox_1
{
	width: 32.8%;
	float: left;
	margin-right: 0.8%;

}

#teaserbox_1 img
{
	width: 100%;
}

.teaser_headline
{
	width: 95%;
	margin: auto;
}

#teaserbox_2
{
	width: 32.8%;
	float: left;
	margin-right: 0.8%;

}

#teaserbox_2 img
{
	width: 100%;
}

#teaserbox_3
{
	width: 32.8%;
	float: left;

}

#teaserbox_3 img
{
	width: 100%;
}

#contentbox
{
	width: 100%;
	background-color: #f3f5f6;	
}

#content_headline
{
	margin: 0px auto 10px;
	width: 60%;	
}

#content_block ul
{
	margin: 20px 0px 30px 30px;
	text-align: left !important;
	width: 80%;	
}

#content_block img
{
	width: 100% !important;	
}


#content_headline h2
{
	text-align: center !important;
	
}

#content_block
{
	width: 60%;
	margin: auto;
}

#content_block h2
{
	font-family: vw_head_bold;
	font-size: 24px !important;
}

#content_block h3
{
	font-family: vw_head_bold;
	text-align: left;
	font-size: 22px !important;
}

#content_block p
{
	color: #000;
	text-align: justify;
	margin: 0px auto 30px;
}

#conten_block img {
    max-width: 100%;
    height: auto;
}

#content_block a
{
	color: #0099da;
}

#linkbox_1
{
	text-align: center;
	margin-top: 30px;
}

#linkbox_1 a
{
	text-decoration: none;
	font-family: vw_text_bold;
	font-size: 16px;
	line-height: 25px;
	color: #0099da;
}

#linkbox_1 a:hover
{
	color: #0267aa;
}


#aktuelles
{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 100%;
	background-image: url("images/aktuelles.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	margin: 60px auto;
	height: 35vw;
}

#aktuelles_text_shrink
{
	display: none;
}

#aktuelles_text
{
	width: 50%;
	float: right;
	margin-top: -10%;
}

.aktuelles_subline p
{
	color: #000;
	text-align: left;
	margin-top: 6px;
}

.aktuelles_button
{
	margin-top: 30px;
}

.aktuelles_button a
{
	background-color: #0099da;
	border-radius: 5px; 
	width: 200px;
	text-decoration: none;
	font-family: vw_text_bold;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 15px 60px;	
}

.aktuelles_button a:hover
{
	background-color: #0267aa;
}

#newsletter
{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 100%;
	background-image: url("images/aktuelles.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	height: 35vw;
}

#newsletter_text_shrink
{
	display: none;
}

#newsletter_text
{
	width: 50%;
	float: left;
	margin-top: -10%;
}

.newsletter_subline p
{
	color: #000;
	text-align: left;
	margin-top: 6px;
}

.newsletter_button
{
	margin-top: 30px;
}

.newsletter_button a
{
	background-color: #0099da;
	border-radius: 5px; 
	width: 200px;
	text-decoration: none;
	font-family: vw_text_bold;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 15px 60px;
}

.newsletter_button a:hover
{
	background-color: #0267aa;
}

#aktuelles h2,
#newsletter h2,
#aktuelles p,
#newsletter p {
	text-shadow: 3px 3px 20px #FFFFFF;
}
#schritte
{
	width: 100%;
	background-color: #f3f5f6;
	margin-top: 60px;
	float: left;
}

#schritte p
{
	text-align: center;
}

#schritte a
{
	text-decoration: none;
	font-family: vw_text_bold;
	font-size: 16px;
	line-height: 25px;
	color: #0099da;
	text-align: center;
}

#schritte a:hover
{
	color: #0267aa;
}
#schritte a #schritte_item_3_subline,
#schritte a #schritte_item_2_subline,
#schritte a #schritte_item_1_subline
{
	color: #000;
}
#schritte_content
{
	width: 90%;
	margin: 0px 5%;
	float: left;
}

#schritte_headline
{
	text-align: center;
	margin-bottom: 120px;
}

#schritte_item_1
{
	width: 32%;
	float: left;
	margin-right: 2%;
}

#schritte_item_1_icon
{
	width: 40%;
	margin: auto;
}

#schritte_item_1_icon img
{
	width: 100%;
}

#schritte_item_1_link
{
	text-align: center;
	margin-top: 10px;
}

#schritte_item_2
{
	width: 32%;
	float: left;
	margin-right: 2%;
}

#schritte_item_2_icon
{
	width: 40%;
	margin: auto;
}

#schritte_item_2_icon img
{
	width: 100%;
}

#schritte_item_2_link
{
	text-align: center;
	margin-top: 10px;
}


#schritte_item_3
{
	width: 32%;
	float: left;
}

#schritte_item_3_icon
{
	width: 40%;
	margin: auto;
}

#schritte_item_3_icon img
{
	width: 100%;
}

#schritte_item_3_link
{
	text-align: center;
	margin-top: 10px;
}

#to_top
{
	width: 100%;
	height: 36px;
	background-color: #dfe1e3;
}

#to_top_wrapper
{
	max-width: 2000px;
	width: 100%;
	height: 36px;
	margin: auto;
	padding: 0px 60px;
}

#to_top_link
{
	float: right;
	max-width: 2000px;
	padding: 5px 0px;
}

#to_top_link p
{
	text-decoration: none;
	font-family: vw_text_reg;
	font-size: 14px;
	line-height: 25px;
	color: #000;
}

#footer
{
	width: 100%;
	float: left;
	
}

#footer li
{
	border-bottom: 1px solid #dfe1e3;
	list-style-type: none;
	padding: 10px;
}

#footer li:last-child
{
	border-bottom: 0px;
}

#footer a
{
	text-decoration: none;
	font-family: vw_text_reg;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	text-align: center;
}

#footer a:hover
{
	color: #0099da;
}

#box_1
{
	width: 24.475%;
	margin-right: 0.7%;
	float: left;
}

#box_2
{
	width: 24.475%;
	margin-right: 0.7%;
	float: left;
}

#box_3
{
	width: 24.475%;
	margin-right: 0.7%;
	float: left;
}

#box_4
{
	width: 24.475%;
	float: left;
}

.sm_icon
{
	width: 25px;
	float: left;
	margin-right: 10px;
}

.sm_icon img
{
	width: 100%;
}

#footer_shrink
{
	display:none;
	width: 100%;
}

#sm_icons_shrink
{
	margin-left: calc(50% - 114px);
	margin-bottom: 30px;
}

.sm_icon_shrink
{
	width: 37px;
	float: left;
	margin-right: 20px;
}

.sm_icon_shrink:last-child
{
	margin-right: 0px;
}

.sm_icon_shrink img
{
	width: 100%;
}

#footer_shrink li
{
	border-bottom: 1px solid #dfe1e3;
	list-style-type: none;
	padding: 10px;
}

#footer_shrink li:last-child
{
	border-bottom: 0px;
}

#footer_shrink a
{
	text-decoration: none;
	font-family: vw_text_reg;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	text-align: center;
}

#footer_shrink a:hover
{
	color: #0099da;
}

#box_1_shrink
{
	width: 49%;
	margin-right: 2%;
	float: left;
}

#box_2_shrink
{
	width: 49%;
	float: left;
	margin-bottom: 30px;
}
#legal {
	display: none;
	text-align: center;
}
@media (max-width: 1480px)
{	
	h1
	{font-size: 100px;}	
}

@media (max-width: 1200px)
{	
	h1
	{font-size: 80px;}

	#content_block
	{width: 80%;}

	#teaser_content
	{margin: 0px;}
}

@media (max-width: 1024px)
{	
	#header
	{height: 520px;}

	h1
	{font-size: 54px;line-height: 64px;}

	h2
	{font-size: 35px;line-height: 40px;}

	h3
	{font-size: 21px;line-height: 25px;margin-top: 10px;}

	p
	{font-size: 15px;line-height: 23px;}

	#linkbox_1 a
	{font-size: 14px;}

	#schritte a
	{font-size: 14px;}

	#content_block
	{width: 100%;}

	#content_headline
	{width: 100%;}

	#schritte_content
	{width: 100%;margin:0px;}

	#schritte_headline
	{margin-bottom: 60px;}

	#aktuelles_text,
	#newsletter_text
	{width: 100%;float: left;}

	#newsletter,
	#aktuelles
	{height: 50vw;}

}

@media (max-width: 770px)
{
	#sidebar
	{display: none;}
	#legal
	{display: block;}
	#wrapper
	{padding-left: 0px;}
	
	#header_icon
	{display:none;}
	
	h1
	{font-size: 41px;line-height: 49px;letter-spacing: 0px;}

	h2
	{font-size: 26px;line-height: 30px;letter-spacing: 0px;}
	
	h3
	{letter-spacing: 0px;}
	
	.wrapper
	{padding: 30px;}
	
	#to_top_wrapper
	{padding: 0px 30px;}
	
	#teaserbox_1,
	#teaserbox_2,
	#teaserbox_3
	{width: 80%;float: none;margin-right: 0px;margin: 0px auto 60px;}
	
	#newsletter,
	#aktuelles
	{height: 50vw; margin: 30px auto; }
	
	#aktuelles_text_shrink
	{display: block; width: 100%; padding: 0px 30px; margin: 0px auto 60px; text-align: center;}
	
	#aktuelles_text_shrink p
	{text-align: center;}
	
	#aktuelles_text
	{display: none;}
	
	#newsletter_text_shrink
	{display: block; width: 100%; padding: 0px 30px; margin: 0px auto 60px; text-align: center;}
	
	#newsletter_text_shrink p
	{text-align: center;}
	
	#newsletter_text
	{display: none;}

	
	#schritte
	{margin-top: 0px;}
	
	#schritte_item_1,
	#schritte_item_2
	{width: 49%; margin-bottom: 30px;}
	
	#schritte_item_2
	{margin-right: 0px;}


	#schritte_item_3
	{clear: both;width: 49%;float: none;margin: 30px auto 0px;}
	
	#header
	{height: 55vw;}
	
	#header_button_shrink
	{display: block;}
	
	#header_button
	{display: none;}
	
	#headline_titelbild
	{margin: 0px auto;}
	
	#nav_shrink
	{display: block;}
	
	#footer
	{display: none;}
	
	#footer_shrink
	{display: block;}
	
	#content_headline
	{margin: 0px auto 10px;}
}

@media (max-width: 480px)
{
	h1
	{font-size: 26px;line-height: 30px;}
	
	h2
	{font-size: 23px;line-height: 27px;}
	
	h3
	{font-size: 21px;line-height: 25px;}
	
	#teaserbox_1,
	#teaserbox_2,
	#teaserbox_3
	{width: 90%;}
	
	#schritte p
	{text-align: left;}

	#schritte a
	{text-align: left;}

	#schritte_content
	{float: none;}


	#schritte_item_1,
	#schritte_item_2,
	#schritte_item_3
	{width: 100%;float: none;}

	#schritte_item_1_icon,
	#schritte_item_2_icon,
	#schritte_item_3_icon
	{width: 55px; margin: 0px 20px 0px 0px; float: left;}

	#schritte_item_1_link,
	#schritte_item_2_link,
	#schritte_item_3_link
	{text-align: left;margin-top: 10px; margin-left: 75px;}

	#schritte h3
	{text-align: left;}
	
	#schritte_item_1_subline,
	#schritte_item_2_subline,
	#schritte_item_3_subline
	{margin-left: 75px;}
}
.lp-auto-pic img {
	width: 100%;
	height: auto;
	max-width: 80%;
}
#content_block li a {
	display: inline-block;
	padding-right: 15px;
}

.note-nav-tabs li {
	padding-right: 10px;
}

/* .list__top {
	display: none !important;
}

/* .ais-InstantSearch__root {
	margin-top:40px; float:left;
} /* 