
/*  _______________________________________

	01 MENU BAR
    _______________________________________  */
#klienten-info_wrapper #ki-temp-menu h2, #klienten-info_wrapper #ki-temp-menu h3, #klienten-info_wrapper #ki-temp-menu a, #klienten-info_wrapper #ki-temp-menu a:hover {
	font-family: sans-serif;
	color: #fff;
	text-transform: none;
}

#klienten-info_wrapper #ki-temp-menu {
	float: right;
	width: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
	position: relative;
	z-index: 999;
}

/* 
	IMPORTANT NOTICE
	If you're using the whole width menu, you should use at least a reset like :
	body {margin:0; padding:0;}
	Otherwise, some browsers may add margins and won't place the menu properly.
	It generally helps to include a CSS reset like : 
	http://meyerweb.com/eric/tools/css/reset/
	Keep in mind that a reset must be placed first, before any other CSS markup.
*/
#klienten-info_wrapper .megamenu_wrapper, #klienten-info_wrapper .megamenu_wrapper_full {
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

#klienten-info_wrapper .megamenu_wrapper {
	width: 980px;
	margin-top: 0px;
}

#klienten-info_wrapper .megamenu_wrapper_full {
	width: 100%;
}

.megamenu_container {
	width: 100%;
	margin: 0 auto;
	height: 40px;
}

#klienten-info_wrapper .megamenu_wrapper .megamenu_container {
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#klienten-info_wrapper .megamenu_wrapper_full .megamenu_container {
	width: 96%;
	padding: 0 2% 0 2%;
}

.megamenu_container .megamenu {
	list-style: none;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.megamenu > li {
	float: left;
	position: relative;
	margin-right: 5px;
	border: none;
}

.megamenu li.menuitem_fullwidth {
	position: static !important;
}

.megamenu > li > a > img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.megamenu > li > a {
	outline: 0;
	padding: 9px 10px 9px 10px;
	text-decoration: none;
	display: block;
	line-height: 21px;
}

.megamenu > li .menuitem_drop {
	padding-right: 27px;
}

.megamenu > li.menuitem_nodrop > a {
	padding-bottom: 10px;
}

/* Right aligned menu item */
.megamenu > li.menuitem_right {
	float: right;
	right: 0;
	margin-right: 0;
}

/* Menu Button (Mobiles) */
.megamenu li.megamenu_button {
	display: none;
}

.megamenu li.megamenu_button_active {
	background: #000 !important;
}

#klienten-info_wrapper ul {
	padding: 0;
}

/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */

/* Drop Downs Containers */
.megamenu .dropdown_1column, .megamenu .dropdown_2columns, .megamenu .dropdown_3columns, .megamenu .dropdown_4columns, .megamenu .dropdown_5columns, .megamenu .dropdown_fullwidth {
	margin: 0;
	display: none;
	position: absolute;
	top: 41px;
	left: -1px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* Drop Downs Sizes */
.megamenu .dropdown_1column {
	width: 135px;
	padding: 15px 14px 15px 15px;
}

.megamenu .dropdown_2columns {
	width: 290px;
	padding: 15px 11px 15px 15px;
}

.megamenu .dropdown_3columns {
	width: 445px;
	padding: 15px 8px 15px 15px;
}

.megamenu .dropdown_4columns {
	width: 600px;
	padding: 15px 5px 15px 15px;
}

.megamenu .dropdown_5columns {
	width: 755px;
	padding: 15px 2px 15px 15px;
}

.megamenu .dropdown_fullwidth {
	width: 945px;
	padding: 15px 0 15px 15px;
	top: 42px;
	left: 10px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#klienten-info_wrapper .megamenu_wrapper_full .megamenu .dropdown_fullwidth {
	left: 50%;
	margin-left: -481px;
}

#klienten-info_wrapper .megamenu_wrapper .dropdown_right, #klienten-info_wrapper .megamenu_wrapper_full .dropdown_right {
	left: auto;
	right: -1px;
}

#klienten-info_wrapper .megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
	left: auto;
	right: 8px;
}

#klienten-info_wrapper .megamenu_wrapper_full .megamenu li.menuitem_right > .dropdown_fullwidth {
	top: 41px;
}

/* Showing Drop Down on Mouse Hover */
.megamenu li:hover > div {
	display: block;
}

/* Columns Sizes */
.megamenu .col_one_sixth, .megamenu .col_one_fifth, .megamenu .col_one_quarter, .megamenu .col_one_third, .megamenu .col_two_fifths, .megamenu .col_half, .megamenu .col_three_fifths, .megamenu .col_two_thirds, .megamenu .col_three_quarters, .megamenu .col_four_fifths, .megamenu .col_five_sixths, .megamenu .col_full {
	float: left;
	margin-left: 2%;
}

.megamenu .col_one_sixth {
	width: 14.66667%;
}

.megamenu .col_one_fifth {
	width: 18%;
}

.megamenu .col_one_quarter {
	width: 23%;
}

.megamenu .col_one_third {
	width: 31.33333%;
}

.megamenu .col_two_fifths {
	width: 38%;
}

.megamenu .col_half {
	width: 48%;
}

.megamenu .col_three_fifths {
	width: 58%;
}

.megamenu .col_two_thirds {
	width: 64.66667%;
}

.megamenu .col_three_quarters {
	width: 73%;
}

.megamenu .col_four_fifths {
	width: 78%;
}

.megamenu .col_five_sixths {
	width: 81.33333%;
}

.megamenu .col_full {
	width: 98%;
}

/* IMPORTANT */

/* Use the firstcolumn class for the first element of a new row of content */
.megamenu .firstcolumn {
	margin-left: 0;
	clear: left;
}

/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */
.megamenu p, .megamenu ul, .megamenu li, .megamenu h2, .megamenu h3 {
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	text-align: left;
}

.megamenu p {
	margin: 0;
	margin-bottom: 18px;
}

.megamenu .strong {
	font-weight: bold;
}

.megamenu .italic {
	font-style: italic;
}

.megamenu h2, .megamenu h3 {
	margin-top: 15px;
}

.megamenu h2 {
	font-weight: 400;
	font-size: 21px;
	margin-bottom: 13px;
	padding-bottom: 11px;
}

.megamenu h3 {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 14px;
	padding-bottom: 7px;
}

.megamenu li a {
	text-decoration: none;
}

.megamenu .pusher {
	/* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top: 18px;
}

/* Icon paragraphs */
.megamenu .help, .megamenu .favorite, .megamenu .mail, .megamenu .print {
	padding-left: 36px;
	margin-bottom: 18px;
}

.megamenu .help {
	background: url("https://www.klienten-info.at/1992_3/img/help.png") no-repeat 0 2px;
}

.megamenu .help.nitro-lazy {
	background-image: none !important;
}

.megamenu .favorite {
	background: url("https://www.klienten-info.at/1992_3/img/favorite.png") no-repeat 0 2px;
}

.megamenu .favorite.nitro-lazy {
	background-image: none !important;
}

.megamenu .mail {
	background: url("https://www.klienten-info.at/1992_3/img/mail.png") no-repeat 0 2px;
}

.megamenu .mail.nitro-lazy {
	background-image: none !important;
}

.megamenu .print {
	background: url("https://www.klienten-info.at/1992_3/img/print.png") no-repeat 0 2px;
}

.megamenu .print.nitro-lazy {
	background-image: none !important;
}

/* Images styles */
.megamenu .imgshadow_dark, .megamenu .imgshadow_light {
	padding: 4px;
	margin-top: 5px;
}

.megamenu .img_left {
	/* Image sticks to the left */
	float: left;
	margin: 5px 15px 5px 0;
}

.megamenu .img_right {
	/* Image sticks to the right */
	float: right;
	margin: 5px 0 5px 15px;
}

/* Box styles */
.megamenu li .black_box, .megamenu li .dark_grey_box {
	margin: -8px 0 18px 0;
	color: #eee;
	text-shadow: 1px 1px 1px #000;
	padding: 8px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Standard lists styles */
.megamenu li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}

.megamenu li ul li {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	text-shadow: 1px 1px 1px #000;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
	width: 100%;
}

.megamenu li ul li a {
	padding: 0;
}

/* Greybox lists styles */
.megamenu li .greybox li {
	margin: 0 0 4px 0;
	padding: 4px 6% 4px 6%;
	width: 88%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Other lists styles */
.megamenu li .plus li {
	margin: 0 0 4px 0;
	padding: 0 0 0 20px;
	float: left;
}

/* Social Icons */
.megamenu li ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.megamenu li ul.social li {
	padding-top: 5px;
	margin: 0 12px 12px 0;
	float: left;
	position: relative;
	display: inline;
	width: 32px;
}

.megamenu li ul.social li img {
	border: none;
}

.megamenu li ul.social li:hover {
	padding-top: 5px;
	margin: -1px 12px 12px 0;
}

.megamenu li ul.social li span {
	display: none;
}

/* 2-Levels Drop Down */
.megamenu .dropdown_flyout {
	min-width: 120px;
}

.megamenu .levels, .megamenu .levels ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.megamenu .levels a {
	display: block;
	width: 10em;
}

.megamenu .levels li {
	float: left;
}

.megamenu .levels li ul {
	position: absolute;
	top: -23px;
	margin: 15px 0 0 4px;
	padding: 6px 12px;
	left: -999em;
	z-index: 9999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.megamenu .levels li:hover > ul {
	left: 96%;
}

/*  _______________________________________

	05 VERTICAL MEGA MENU
    _______________________________________  */
#klienten-info_wrapper .megamenu_wrapper_vertical {
	width: 160px;
	position: relative;
}

.megamenu_vertical_left {
	float: left;
}

.megamenu_vertical_right {
	float: right;
}

#klienten-info_wrapper .megamenu_wrapper_vertical .megamenu_container {
	height: auto;
	float: left;
	padding: 0;
}

#klienten-info_wrapper .megamenu_wrapper_vertical .megamenu {
	margin: 0;
	float: left;
	width: 100%;
}

#klienten-info_wrapper .megamenu_wrapper_vertical .megamenu > li {
	margin: 0;
	width: 160px;
	float: left;
	clear: left;
}

#klienten-info_wrapper .megamenu_wrapper_vertical .megamenu li .menuitem_drop {
	padding-right: 30px;
}

.megamenu_vertical_right .megamenu li .menuitem_drop, .megamenu_vertical_right .megamenu li.menuitem_nodrop a {
	padding-right: 0;
	padding-left: 35px;
}

#klienten-info_wrapper .megamenu_wrapper_vertical .megamenu li.menuitem_right {
	float: left;
	margin-right: auto;
}

#klienten-info_wrapper .megamenu_wrapper_vertical .megamenu li.menuitem_right a {
	margin-right: auto;
}

.megamenu_vertical_left .megamenu .dropdown_1column, .megamenu_vertical_left .megamenu .dropdown_2columns, .megamenu_vertical_left .megamenu .dropdown_3columns, .megamenu_vertical_left .megamenu .dropdown_4columns, .megamenu_vertical_left .megamenu .dropdown_5columns, .megamenu_vertical_left .megamenu .dropdown_fullwidth, .megamenu_vertical_left .megamenu .dropdown_right {
	left: 160px;
	top: auto;
	right: auto;
	margin: -21px 0 0 0;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

.megamenu_vertical_right .megamenu .dropdown_1column, .megamenu_vertical_right .megamenu .dropdown_2columns, .megamenu_vertical_right .megamenu .dropdown_3columns, .megamenu_vertical_right .megamenu .dropdown_4columns, .megamenu_vertical_right .megamenu .dropdown_5columns, .megamenu_vertical_right .megamenu .dropdown_fullwidth, .megamenu_vertical_right .megamenu .dropdown_right {
	left: auto;
	top: auto;
	right: 35px;
	margin: -34px 0 0 0;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
}

.megamenu_vertical_right .megamenu .levels a {
	padding-left: 17px;
}

.megamenu_vertical_right .megamenu .levels li:hover > ul {
	left: auto;
	right: 100%;
}

/*  _______________________________________

	07 DARK THEME
    _______________________________________  */
.megamenu_dark_theme .megamenu_container > ul > li:hover, .megamenu_dark_theme .megamenu_container .megamenu > li.active, .megamenu_dark_theme .megamenu_container > ul > li.menuitem_nodrop:hover {}

.megamenu_dark_theme .megamenu_container > ul > li > a {
	color: #eee;
	text-shadow: 1px 1px 1px #000;
}

.megamenu_dark_theme ul p, .megamenu_dark_theme ul ul, .megamenu_dark_theme ul li, .megamenu_dark_theme ul h2, .megamenu_dark_theme ul h3, .megamenu_dark_theme .megamenu_container > ul > li:hover > a {
	color: #fff;
}

.megamenu_dark_theme ul li .menuitem_drop, .megamenu_dark_theme .megamenu li.noactive .menuitem_drop {
	background-image: url("https://www.klienten-info.at/1992_3/img/arrow_down2.png");
	background-repeat: no-repeat;
	background-position: right 17px;
}

.megamenu_dark_theme ul li .menuitem_drop.nitro-lazy, .megamenu_dark_theme .megamenu li.noactive .menuitem_drop.nitro-lazy {
	background-image: none !important;
}

.megamenu_vertical_left .megamenu_dark_theme ul li .menuitem_drop, .megamenu_vertical_left .megamenu_dark_theme .megamenu li.noactive .menuitem_drop {
	background-image: url("https://www.klienten-info.at/1992_3/img/arrow_right2.png");
	background-position: 90% 15px;
}

.megamenu_vertical_left .megamenu_dark_theme ul li .menuitem_drop.nitro-lazy, .megamenu_vertical_left .megamenu_dark_theme .megamenu li.noactive .menuitem_drop.nitro-lazy {
	background-image: none !important;
}

.megamenu_vertical_right .megamenu_dark_theme ul li .menuitem_drop, .megamenu_vertical_right .megamenu_dark_theme .megamenu li.noactive .menuitem_drop {
	background-image: url("https://www.klienten-info.at/1992_3/img/arrow_left2.png");
	background-position: 10% 15px;
}

.megamenu_vertical_right .megamenu_dark_theme ul li .menuitem_drop.nitro-lazy, .megamenu_vertical_right .megamenu_dark_theme .megamenu li.noactive .menuitem_drop.nitro-lazy {
	background-image: none !important;
}

.megamenu_dark_theme .megamenu > li > div, .megamenu_dark_theme ul .levels li ul {
	background: #161616;
	background: -webkit-linear-gradient(top, #161616, #0a0a0a);
	background: -moz-linear-gradient(top, #161616, #0a0a0a);
	background: -o-linear-gradient(top, #161616, #0a0a0a);
	background: -ms-linear-gradient(top, #161616, #0a0a0a);
	background: linear-gradient(top, #161616, #0a0a0a);
	border: 1px solid #000;
	border-top: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#0a0a0a));
}

#klienten-info_wrapper .megamenu_wrapper_vertical .megamenu_dark_theme .megamenu > li > div, .megamenu_dark_theme ul .levels li ul {
	border: 1px solid #000;
}

.megamenu_dark_theme ul h2, .megamenu_dark_theme ul h3 {
	border-bottom: 1px solid #333;
}

.megamenu_dark_theme ul .imgshadow_dark, .megamenu_dark_theme ul .imgshadow_light {
	background: #fff;
	border: 1px solid #333;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.megamenu_dark_theme ul .imgshadow_light {
	border: 1px solid #777;
}

.megamenu_dark_theme ul li .black_box, .megamenu_dark_theme ul li .dark_grey_box {
	background-color: #0a0a0a;
	-webkit-box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	box-shadow: inset 0 0 3px #000;
}

.megamenu_dark_theme ul li .greybox li {
	background: #0a0a0a;
	border: 1px solid #000;
}

.megamenu_dark_theme ul li .greybox li:hover {
	background: #141414;
	border: 1px solid #111;
}

.megamenu_dark_theme ul li .plus li {
	background: url("https://www.klienten-info.at/1992_3/img/plus_dark.png") left 6px no-repeat;
}

.megamenu_dark_theme ul li .plus li.nitro-lazy {
	background-image: none !important;
}

.megamenu_dark_theme ul .levels a.parent, .megamenu_dark_theme ul .levels a.parent:hover {
	background: url("https://www.klienten-info.at/1992_3/img/arrow_right2.png") right center no-repeat;
}

.megamenu_dark_theme ul .levels a.parent.nitro-lazy, .megamenu_dark_theme ul .levels a.parent:hover.nitro-lazy {
	background-image: none !important;
}

.megamenu_vertical_right .megamenu_dark_theme ul .levels a.parent, .megamenu_vertical_right .megamenu_dark_theme ul .levels a.parent:hover {
	background: url("https://www.klienten-info.at/1992_3/img/arrow_left2.png") left center no-repeat;
}

.megamenu_vertical_right .megamenu_dark_theme ul .levels a.parent.nitro-lazy, .megamenu_vertical_right .megamenu_dark_theme ul .levels a.parent:hover.nitro-lazy {
	background-image: none !important;
}

.megamenu_dark_theme ul .contact_form input:focus, .megamenu_dark_theme ul .contact_form textarea:focus, .megamenu_dark_theme ul .contact_form select:focus {
	box-shadow: rgba(0, 0, 0, .7) 0 0 8px;
	-moz-box-shadow: rgba(0, 0, 0, .7) 0 0 8px;
	-webkit-box-shadow: rgba(0, 0, 0, .7) 0 0 8px;
	border: 1px solid #333;
}

.megamenu_dark_theme ul .contact_form input:hover, .megamenu_dark_theme ul .contact_form textarea:hover, .megamenu_dark_theme ul .contact_form select:hover {
	-webkit-box-shadow: rgba(0, 0, 0, .3) 0 0 8px;
	-moz-box-shadow: rgba(0, 0, 0, .3) 0 0 8px;
	box-shadow: rgba(0, 0, 0, .3) 0 0 8px;
}

.megamenu_dark_theme ul .contact_form input, .megamenu_dark_theme ul .contact_form textarea, .megamenu_dark_theme ul .contact_form select {
	color: #fff;
	background-color: #222;
	border: 1px solid #0a0a0a;
}

.megamenu_dark_theme ul .contact_form input.button {
	background-color: #1e1e1e;
	border: 1px solid #0a0a0a;
	color: #ccc;
}

.megamenu_dark_theme ul .contact_form input.button:hover {
	color: #eee;
	background-color: #222;
	border: 1px solid #000;
}

/*  _______________________________________

	08 COLORS
    _______________________________________  */

/* Black */
.megamenu_black {
	/*
	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#2a2a2a));
	background: -webkit-linear-gradient(top, #555, #2a2a2a);
	background: -moz-linear-gradient(top, #555, #2a2a2a);
	background: -o-linear-gradient(top, #555, #2a2a2a);
	background: -ms-linear-gradient(top, #555, #2a2a2a);
	background: linear-gradient(top, #555, #2a2a2a);
*/
	background: #fff;
	border: 1px solid #bbb;
}

.megamenu_black:hover {
	background: #161616;
	background: -webkit-linear-gradient(top, #161616, #0a0a0a);
	background: -moz-linear-gradient(top, #161616, #0a0a0a);
	background: -o-linear-gradient(top, #161616, #0a0a0a);
	background: -ms-linear-gradient(top, #161616, #0a0a0a);
	background: linear-gradient(top, #161616, #0a0a0a);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#0a0a0a));
	border: 1px solid #000;
}

.megamenu_dark_theme .megamenu_black li div a {
	color: #ccc;
}

.megamenu_dark_theme .megamenu_black li div a:hover {
	color: #eee;
}

.megamenu_dark_theme .megamenu_black li ul li a:hover {
	color: #eee;
}

.megamenu_light_theme .megamenu_black li div a {
	color: #444;
}

.megamenu_light_theme .megamenu_black li div a:hover {
	color: #777;
}

.megamenu_light_theme .megamenu_black li ul li a:hover {
	color: #777;
}

/* No left & right borders if full width menu bar */
#klienten-info_wrapper .megamenu_wrapper_full .megamenu_container {
	border-left: none;
	border-right: none;
}

/*  _______________________________________

	09 MOBILE DEVICES
    _______________________________________  */
.megamenu_dark_theme .megamenu_container .megamenu > li.noactive, .megamenu_light_theme .megamenu_container .megamenu > li.noactive {
	background-color: transparent;
	border: none;
}

@media only screen and (max-width:768px) {
	#klienten-info_wrapper #menubar {
		float: left;
		margin-right: 15px;
	}
	
	#klienten-info_wrapper .megamenu_wrapper, #klienten-info_wrapper .megamenu_wrapper_full {
		width: 420px;
		margin: 0 auto;
		float: none;
	}
	
	.megamenu_vertical_left, .megamenu_vertical_right {
		float: none;
	}
	
	#klienten-info_wrapper .megamenu_wrapper .megamenu_container .megamenu, #klienten-info_wrapper .megamenu_wrapper_full .megamenu_container .megamenu {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.megamenu_container .megamenu > li, .megamenu_container .megamenu > li:hover, .megamenu_container .megamenu > li.menuitem_right, .megamenu_container .megamenu > li.menuitem_right:hover {
		float: left;
		width: 100%;
		display: block;
		padding-right: 0;
		margin-right: 0;
	}
	
	#klienten-info_wrapper .megamenu_wrapper_full .megamenu_container .megamenu > li, #klienten-info_wrapper .megamenu_wrapper_full .megamenu_container .megamenu > li:hover, #klienten-info_wrapper .megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right, #klienten-info_wrapper .megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right:hover {
		width: 418px;
		margin: 0 1px 0 1px;
	}
	
	#klienten-info_wrapper .megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth, #klienten-info_wrapper .megamenu_wrapper_full .megamenu li.menuitem_right > .dropdown_fullwidth {
		top: auto;
		right: auto;
		left: 0;
	}
	
	.megamenu_container .megamenu .dropdown_1column, .megamenu_container .megamenu .dropdown_2columns, .megamenu_container .megamenu .dropdown_3columns, .megamenu_container .megamenu .dropdown_4columns, .megamenu_container .megamenu .dropdown_5columns, .megamenu_container .megamenu .dropdown_fullwidth, .megamenu_container .megamenu .dropdown_right {
		left: 0;
		top: auto;
		margin: -1px 0 0 0;
		width: 390px;
		padding: 0 15px 0 15px;
	}
	
	#klienten-info_wrapper .megamenu_wrapper_full .megamenu .dropdown_1column, #klienten-info_wrapper .megamenu_wrapper_full .megamenu .dropdown_2columns, #klienten-info_wrapper .megamenu_wrapper_full .megamenu .dropdown_3columns, #klienten-info_wrapper .megamenu_wrapper_full .megamenu .dropdown_4columns, #klienten-info_wrapper .megamenu_wrapper_full .megamenu .dropdown_5columns, #klienten-info_wrapper .megamenu_wrapper_full .megamenu .dropdown_fullwidth, #klienten-info_wrapper .megamenu_wrapper_full .megamenu .dropdown_right {
		padding: 0 13px 0 15px;
	}
	
	/* Menu Drop Downs Columns */
	.megamenu .col_one_sixth, .megamenu .col_one_fifth, .megamenu .col_one_quarter, .megamenu .col_one_third, .megamenu .col_two_fifths, .megamenu .col_half, .megamenu .col_three_fifths, .megamenu .col_two_thirds, .megamenu .col_three_quarters, .megamenu .col_four_fifths, .megamenu .col_five_sixths, .megamenu .col_full {
		margin-left: 0;
		margin-right: 0;
		width: 96%;
		float: left;
		display: block;
	}
	
	.megamenu > .col_one_sixth, .megamenu > .col_one_fifth, .megamenu > .col_one_quarter, .megamenu > .col_one_third, .megamenu > .col_two_fifths, .megamenu > .col_half, .megamenu > .col_three_fifths, .megamenu > .col_two_thirds, .megamenu > .col_three_quarters, .megamenu > .col_four_fifths, .megamenu > .col_five_sixths, .megamenu > .col_full {
		margin-left: 2%;
		margin-right: 2%;
	}
	
	#klienten-info_wrapper .megamenu_wrapper .megamenu .levels li, #klienten-info_wrapper .megamenu_wrapper_full .megamenu .levels li {
		float: left;
		width: 100%;
	}
	
	#klienten-info_wrapper .megamenu_wrapper .megamenu .levels li:hover > ul, #klienten-info_wrapper .megamenu_wrapper_full .megamenu .levels li:hover > ul {
		left: auto;
	}
	
	.megamenu_dark_theme ul .levels a.parent, .megamenu_dark_theme ul .levels a.parent:hover, .megamenu_dark_theme ul .levels li ul, .megamenu_light_theme ul .levels a.parent, .megamenu_light_theme ul .levels a.parent:hover, .megamenu_light_theme ul .levels li ul, #klienten-info_wrapper .megamenu_wrapper .megamenu_dark_theme ul .levels a.parent, #klienten-info_wrapper .megamenu_wrapper .megamenu_dark_theme ul .levels a.parent:hover, #klienten-info_wrapper .megamenu_wrapper .megamenu_dark_theme ul .levels li ul, #klienten-info_wrapper .megamenu_wrapper .megamenu_light_theme ul .levels a.parent, #klienten-info_wrapper .megamenu_wrapper .megamenu_light_theme ul .levels a.parent:hover, #klienten-info_wrapper .megamenu_wrapper .megamenu_light_theme ul .levels li ul {
		background: none;
		border: none;
	}
}

@media only screen and (max-width:479px) {
	#klienten-info_wrapper .megamenu_wrapper, #klienten-info_wrapper .megamenu_wrapper_full {
		width: 300px;
	}
	
	#klienten-info_wrapper .megamenu_wrapper_full .megamenu_container .megamenu > li, #klienten-info_wrapper .megamenu_wrapper_full .megamenu_container .megamenu > li:hover, #klienten-info_wrapper .megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right, #klienten-info_wrapper .megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right:hover {
		width: 298px;
	}
	
	.megamenu_container .megamenu .dropdown_1column, .megamenu_container .megamenu .dropdown_2columns, .megamenu_container .megamenu .dropdown_3columns, .megamenu_container .megamenu .dropdown_4columns, .megamenu_container .megamenu .dropdown_5columns, .megamenu_container .megamenu .dropdown_fullwidth, .megamenu_container .megamenu .dropdown_right {
		width: 270px;
	}
}

#klienten-info_wrapper .megamenu_wrapper_vertical {
	width: 40px;
}

#klienten-info_wrapper .megamenu_wrapper_vertical .megamenu > li {
	width: 40px;
}
