
* { margin: 0; padding: 0; }
BODY,HTML { height: 100%; }
BODY { 
	width: 100%;
	background: #ffffff;
	font-family:'HelveticaNeueW01-45Ligh', Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #575756;
	text-align: left;
	margin: 0;
	}
	
.row { position: relative; width: 100%; max-width: 1020px; clear: both; margin: 0 auto; overflow: visible; text-align: left;}
.row .row { width: auto; margin: 0; display: block; }
.column {
    border: 0px solid rgba(0,0,0,0);
    float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1%;
    padding: 0;
	overflow: visible;
	min-height: 10px;
	position: relative;
}

.grid_1 { width: 6.333%; }
.grid_2 { width: 14.667%; }
.grid_3 { width: 23.0%; }
.grid_4 { width: 31.333%; }
.grid_5 { width: 39.667%; }
.grid_6 { width: 48.0%; }
.grid_7 { width: 56.333%; }
.grid_8 { width: 64.667%; }
.grid_9 { width: 73.0%; }
.grid_10 { width: 81.333%; }
.grid_11 { width: 89.667%; }
.grid_12 { width: 98.0%; }

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/************ HTML ************/
a, a:link, a:visited, a:active { color: #25316a; text-decoration:none; }
#subpage .grid_9 .Normal a, #subpage .grid_9 .Normal a:link, #subpage .grid_9 .Normal a:visited, #subpage .grid_9 .Normal a:active { color: #09539D; }
a:hover { text-decoration: underline; }
H1, H2, H3, H4 { font-weight: normal; color: #25316a; line-height: 1em; font-family: 'Myriad W01 Regular', Arial, Verdana, sans-serif; letter-spacing: 0; }
H1 { font-size: 24px; margin: 0 0 10px; padding: 0 0 7px; text-transform: uppercase; border-bottom:4px double #ffdd00;}
H2 { font-size: 18px; margin: 15px 0 5px 0; }
H3 { font-size: 16px; margin: 15px 0 5px 0; }
H4 { }

p, .brodtext, .Normal {
	font-family: 'HelveticaNeueW01-45Ligh', Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #575756;
	line-height: 24px;
}
p { margin: 0 0 15px; }
.bold { font-family: 'Myriad W01 SmBd', Arial, Verdana, sans-serif;}
.small-text { font-size: 12px;} 

HR { width: 100%; height: 1px; margin: 0; border: 0; border-top: 1px solid #333333; }
IMG { border: none; vertical-align: bottom; max-width: 100%; }

/************ LISTS ************/
OL, UL { margin: 0 0 20px 0; }
OL OL, OL UL, UL OL, UL UL { margin: 6px 0 0 0; padding: 0; }
OL LI, UL LI { margin: 0 0 0 7px; padding: 0; list-style-type: none; }
OL OL LI, UL OL LI { list-style-type: lower-alpha; }
OL UL LI, UL UL LI { list-style-type: circle; }

.ListLinks_List { margin: 0 0 10px 0;}
.show_itemlist_link { cursor:pointer; margin-bottom: 20px; color: #25316a; float: right;}

/************ HEADER ************/
#pull { display: none; }
	
#wrapper #header, #wrapper #menu, #wrapper #main, #mobilemenuheader { width: 100%; position: absolute; top: 0; }	
#wrapper #menu { top: 92px; }
#mobilemenuheader { top: 144px; width: 100%; }
	#mobilemenuheader .grid_12 { margin: 0 2%; width: 96%; z-index: 999; }
	.nav .menu-button { display: none; }
	.nomega { position: relative; }
		ul.megamenu li.nomega .sub { padding: 30px 20px; height: auto; }
		ul.megamenu li.nomega .sub ul { border-right: none; height: auto; min-height: 100px; min-width: 100px; }
		/* ul.megamenu li.nomega .sub .subheader { display: none; } */
#wrapper #main { top: 140px; }
	
#header { height: 90px; }
	#menu .row .column { height:56px;} 
		#header .logo { float:right; margin: 23px 0; }
		#header .top .column h2 { float:left; color: #000000; text-transform:uppercase; font-size: 32px; margin-top: 40px;}
			#header .top .social_media { position: absolute; right: 0px; top: 50px;}
			ul.social_media  li { display: inline-block; list-style-type: none; margin: 0 0 0 2px; }
	#header_wrapper { background: url("Skins/opsis/images/header_bg.jpg") no-repeat left top; height: 165px; }
	#newsletter_registration_popup {
		background: #e3e3e3;
		display: none;
		margin: 0;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 218px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		z-index: 3;
	}
#footer .row .column #newsletter_registration_popup h2 { margin:0 0 10px; color:#25316a; font-size:18px;}
		
#slider_image2, #slider_image3, #slider_image4, #slider_text2, #slider_text3, #slider_text4  { display:none;}
		
#menu .row .column .nav { background: url("Skins/opsis/images/mainmenu-bg.png") repeat left top; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
#menu .home { float: left; padding: 12px 17px 19px; }
#menu .languages { position: absolute; right: 20px; top: 12px; z-index: 9999; }
	#menu .languages ul li { display: inline; float: left; list-style-type: none; margin: 0 0 0 5px; padding: 0; }
	#menu .languages  img {margin-right:5px;}
ul.megamenu { position:relative; z-index: 2;}

/************ CONTENT ************/
#main .top .column { margin: 8% 11% 43%; width:78%; text-align: center; z-index: 99;}
	#main .top .column h1 { font-size: 60px; border:none; margin: 0 0 20px; font-family: 'Myriad W01 Regular', Arial, Verdana, sans-serif;  } 
	#main .top .column p { font-size: 18px; color: #000000;}
	#main .top .column .start-links { display: inline-block; color:#000000; text-transform: uppercase; font-family: 'Myriad W01 SmBd', Arial, Verdana, sans-serif; font-size: 18px; margin-top: 10px;}
		#main .top .column .start-links li { list-style-type: none; display: inline; float: left; margin-right: 40px; }
		#main .top .column .start-links li:last-child { margin-right: 0; }
		#main .top .column .start-links a { background: url("Skins/opsis/images/pattern_arrow.png") no-repeat left top; padding: 5px 0 5px 35px; color: #000000; }
		
		#subpage .row .column { margin: 50px 1%; }
			#subpage .top .column .top .column{ margin: 0px 1% 2% 0; }
		#subpage .bottom .column { margin: 0px 1%; }
		#subpage .breadcrumbs .column { margin: 0 1%; }
			#subpage .top .grid_3 { margin: 46px 1% 50px; }
			#subpage .top .grid_3 h2 { border-bottom: 4px double #ffdd00; margin: 10px 0; padding: 0 0 7px; }
			#subpage .share-on-div { margin-bottom: 10px; }
			#subpage .breadcrumbs .breadcrumbs_opsis { font-size: 14px; }

		#subpage .top .grid_9 UL, #subpage .top .grid_3 UL { margin-left: 12px;}
			#subpage .top .grid_9 UL li, #subpage .top .grid_3 UL li { background: url('Skins/opsis/images/list_bullet.png') no-repeat left 9px;margin:0; padding-left: 13px; }	

.flexslider { padding-bottom:0!important; }		
.flexslider .flex-direction-nav { margin-bottom: 0;}	
.flexslider .slides { list-style-image: none!important; margin-left:0!important;}
.flexslider ul.slides li { background: none!important; margin: 0!important; padding:0!important;}
.flexslider h2, .opsis_play_videolist h2 { font-family:'HelveticaNeueW01-45Ligh', Arial, Verdana, sans-serif; font-size: 16px; margin-top:5px;}	
.flexslider ul.slides li h4 { margin-bottom:5px;}
.flexslider ul.slides li .versions { margin-bottom:5px; font-size: 13px;  color: #25316a;}
.flexslider .flex-control-paging { display:none;}

#slider_text2, #slider_text3 { padding: 5px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.6);}

.ido_tagListUL li {  background: none!important; margin: 0!important; padding:0!important;}
.ido_languageTagListUL { margin-left:0!important;}
.ido_languageTagListUL .ido_languageTags { background:none!important; padding-left:0!important;}
.ido_languageTagListUL .ido_languageTags a { font-weight:bold; font-size:14px;}
.inka_fluid ul,.inka_fluid ul li { background: none!important; margin: 0!important; padding:0!important;}
#AdminTreeView ul li, .ido_itemList ul li, .di_dataInputLayer ul li, .text_editor_div ul li { background: none!important;}
#subpage .submenu li { background: none!important;}
		
/* Lightbox */
.lightbox { display: none; }
.lightbox_show { cursor: pointer; }
.transparency {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
}
.lightbox_content   {	
	background: #ffffff;
    opacity: 1;
    width: 640px;
    height: auto;
    z-index: 10000;
    position: absolute;
    margin: 0 auto;
    top: 0px;
    left: 50%;
    overflow: hidden;
    text-align: center;
	padding: 10px;
}
.lightbox_content p { margin: 5px 50px 5px 0; font-size: 14px; line-height: 1em; display: block; font-weight: normal; }
.lightbox_content .versions {/* color: #25316a; margin-top: 10px;*/ display: none; }

/* ListDocuments popupen under Produkter/Applicationer */
.lightbox_content {
    text-align: left;
}

.lightbox_content .ido_languageTagListUL { margin-bottom:0;}
.lightbox_content .ido_languageTagListUL .ido_languageTags { margin-left:0; display:inline;}
.lightbox_content .ido_languageTagListUL .ido_languageTags a { font-weight:bold; font-size: 14px; background: #666666; padding: 3px 6px; border-radius: 3px; color: #ffffff; margin-right:4px;}
.lightbox_content #ido_item_languageTagListUL:before { content: "Other versions:"; font-size: 13px; color: #25316a; margin-bottom: 0px; margin-top: 8px; display: block; }
.lightbox_content #ido_item_languageTagListUL:empty { display: none; }

.listDocItem{
	cursor: pointer;
}

#dnn_PopupPane { background-color: #ffffff; padding: 20px 40px; }
.contactform-close { position: absolute; right: 15px; top: 15px; cursor: pointer; }

.lightbox_documents .shutdown { bottom: auto; top: 5px; right: 5px; }

.item_mail_popup_lightbox { width: 350px; text-align: center; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }		

#subpage .grid_3 .DnnModule-OpsisMailForm {
    margin-top: 34px;
}

/* Produktmodulen */
.content-media { float:right; margin-bottom: 20px;}
.content-ingress { margin-bottom: 20px;}
.content-content { }


#subpage .grid_3 .DnnModule-InkaItemOrganizer_ItemMailForm
{
    margin-top:34px;
}

.item_mail_popup .lightbox_content { width: 300px; }
.lightbox_content .shutdown { bottom: auto; top: 5px; right: 5px; }

.ModInkaItemOrganizerItemMailFormC,.ModOpsisMailFormC, .lightbox_documents, .item_mail_popup .lightbox_content { 
	background-color: #e3e3e3;
	padding: 15px;
	font-weight: normal;
	color: #25316a;
	line-height: 1em;
	font-family: 'Myriad W01 Regular', Arial, Verdana, sans-serif;
	font-size: 18px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.item_mail_popup .lightbox_content { padding: 33px 15px 15px 15px; }

.ModInkaItemOrganizerItemMailFormC input,.ModOpsisMailFormC input, .lightbox_documents input, .item_mail_popup input, .item_mail_popup select, .item_mail_popup textarea
	{ border: 1px solid #cccccc; padding: 2px 3%; font-family:'HelveticaNeueW01-45Ligh', Arial, Verdana, sans-serif; color: #575756; font-size: 16px; width: 92.5%; margin-top: 5px; }
.item_mail_popup select { width: 99%; }
.item_mail_popup input, .item_mail_popup select, .item_mail_popup textarea { margin-top: 0; }
.item_mail_popup label { display: block; margin-top: 9px; font-size: 16px; }
.lightbox_documents {
    width: 260px;
    padding: 20px;
}

.ModInkaItemOrganizerItemMailFormC .mail_item_form_sendbutton,.ModOpsisMailFormC .mail_item_form_sendbutton, .lightbox_documents #btnSendDoc, .item_mail_popup .mail_item_form_sendbutton { 
	background: url("Skins/opsis/images/blue-stripes-bg.png") repeat left top;
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'HelveticaNeueW01-45Ligh', Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 3px 0;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	}
		

.item_mail_popup .mailform_input.accept-terms input[type=checkbox]
{
	width:25px;
	display:inline-block;
	margin-top: 11px;
    float: left;
}
.item_mail_popup .mailform_input.accept-terms label
{
	width:270px;
	height:45px;
	display:inline-block;
}		
		
		
.case-ingress, .case-ingress p, .case-content, .case-content p { font-size: 14px; }
.documents_input, .mailform_input { position: relative; }
.documents_input label.error, .ModInkaItemOrganizerItemMailFormC label.error ,.ModOpsisMailFormC label.error { position: absolute; color: red; top: 13px; right: 6px; }

/* Opsis play */
.ido_tagCloud { margin:110px 0px 0px 20px; padding: 20px 5px 20px 0px; float:left; background:#eeeeee;}
.ido_tagListUL li a, .ido_tagListUL li a:link, .ido_tagListUL li a:active, .ido_tagListUL li a:visited { background: #666666; padding:3px 6px; font-size: 13px; font-weight:bold;}
.ido_tagListUL li a:hover { text-decoration:underline;}
.opsis_play_videolist li { 
	list-style-type: none;
	margin: 0 1% 2% 0!important;
	padding:2% 2% 2% 1.2%!important;
	display: inline-block;
	float: left;
	height: 240px;
	width: 29%;
	background: #eeeeee!important;
}

.opsis_play_videolist { margin: 0!important;}
.opsis_play_videolist li { position: relative; }
.opsis_play_videolist .ido_languageTagListUL { position: absolute; bottom: 0; left: 10px; width: 100%; }
.opsis_play_videolist li .ido_languageTagListUL .ido_languageTags { width:auto; height:auto; }
.opsis_play_videolist li .ido_languageTagListUL .ido_languageTags a { font-weight:bold; font-size: 14px; background: #666666; padding: 3px 6px; border-radius: 3px; color: #ffffff;}
.opsis_play_videolist li .versions { /* font-size: 13px; color: #25316a; margin-bottom: 0px; margin-top: 8px; position: absolute; bottom: 35px; left: 10px; */ display: none; }
.opsis_play_videolist #ido_item_languageTagListUL:before { content: "Other versions:"; font-size: 13px; color: #25316a; margin-bottom: 0px; margin-top: 8px; position: absolute; bottom: 35px; left: 0; }
.opsis_play_videolist #ido_item_languageTagListUL:empty { display: none; }
.opsis_play_videolist li img { max-width: 100%; padding: 2px; border: 1px solid #cccccc; }
.opsis_play_videolist li ul {margin:0!important;}
.opsis_play_videolist li .ido_languageTagListUL { position: absolute; left: 10px; bottom: 0; width: 100%; }

.flexslider ul.slides li .ido_languageTagListUL { margin-left:0!important; margin-top:0!important; }
.flexslider ul.slides li .ido_languageTagListUL li { display:inline-block;}
.flexslider ul.slides .ido_languageTags a { float:left; font-weight:bold; font-size: 12px; background: #666666; padding: 0px 6px; border-radius: 3px; color: #ffffff; margin-right:4px; line-height:22px;}
.flexslider ul.slides li .versions { display: none; }
.flexslider #ido_item_languageTagListUL:before { content: "Other versions:"; font-size: 13px; color: #25316a; margin-bottom: 0px; margin-top: 8px; display: block; }
.flexslider #ido_item_languageTagListUL:empty { display: none; }

.opsis_play_item .versions { /*font-size: 13px; color: #25316a; margin-bottom: 0px;*/ display: none; }
.opsis_play_item #ido_item_languageTagListUL:before { content: "Other versions:"; font-size: 13px; color: #25316a; margin-bottom: 0px; margin-top: 8px; display: block; }
.opsis_play_item #ido_item_languageTagListUL:empty { display: none; }
.opsis_play_item .ido_languageTagListUL .ido_languageTags { float:left; margin-bottom:15px!important;}
.opsis_play_item .ido_languageTagListUL .ido_languageTags a { font-weight:bold; font-size: 14px; background: #666666; padding: 3px 6px; border-radius: 3px; color: #ffffff; margin-right:4px;}

.ModInkaItemOrganizerOpsisPlayC .flexslider ul.slides li { margin: 0 10px; }
.ModInkaItemOrganizerOpsisPlayC .flex-direction-nav a { 
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url("Skins/opsis/images/bg_direction_nav_black.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease; }
.ModInkaItemOrganizerOpsisPlayC .flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.ModInkaItemOrganizerOpsisPlayC .flex-direction-nav .flex-prev {left: -36px;}

.ModInkaItemOrganizerOpsisPlayC .flex-control-paging li a { width: 11px; height: 11px; display: block; background: #25316a; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.ModInkaItemOrganizerOpsisPlayC .flex-control-paging li a:hover { background: #25316a; }
.ModInkaItemOrganizerOpsisPlayC .flex-control-paging li a.flex-active { background: #ffdd00; cursor: default; }

/* Opsis play responsiv video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video and image background startpage */
#video-bg {
	margin: 0 auto -6px;
	overflow: hidden;
	text-align: center;
}
#video-bg > video {
	height: 100vh;
	min-height: 560px;
	max-width: none; 
	margin-left: -100%; 
	margin-right: -100%;
}
#wrapper .bg-image { 
    background-color: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	/*display: none;*/
	}
#wrapper .bg-image img { height: 100vh; max-width: none; margin-left: -50%; margin-right: -50%; }


/*********BLOGG: TA BORT KOMMA **************/
.post_tag {visibility: hidden;}
	.post_tag > * {visibility: visible;}

.post_tag a{margin-right: -5px !important;}

/************ FOOTER ************/
#footer { background: url("Skins/opsis/images/mainmenu-bg.png") repeat left top; }
	#footer .row { display:flex;}
		#footer .row .column { margin: 30px 1%; padding: 10px 0; flex:1;}
		#footer .top .column {}
		#footer .top .newspane, #footer .top .contactpane { border-right: 1px solid #ffdd00;}
		#footer .bottom .column { text-align:center; margin-top: 0;}
			#footer .bottom .column .Normal { color:#ffffff; font-size: 14px;}
			#footer .row .column h2 { font-family: 'Myriad W01 Regular', Arial, Verdana, sans-serif;  font-size: 22px; color: #ffffff; margin: 0 0 15px;}
			#footer .row .column p { font-size: 14px; color: #c7c7c7; line-height: 18px; }
			#footer .row .column a { color: #c7c7c7;}
			#footer .row .column h2.return-order { font-size: 18px; display: inline; }
	
/* News */
#footer .newslist { border-bottom: 1px solid #575756; margin-bottom: 25px; padding-bottom: 10px; width: 94%; }
.newsarchive { padding: 10px 0; border-bottom: 1px solid #cccccc; }
	#footer .newslist .header, .newsarchive .header { margin: 0 0 5px; }
	#footer .newslist .header a { font-size: 17px; color: #ffffff; }
	#footer .newslist .date, .newsarchive .date { font-size: 14px; color: #949494; }
	#footer .newslist .read-more a { font-size: 14px; color: #ffffff; }
 .megasub_fullwidth
{
    width:100%;
}
/************ SKÄRM MINDRE ÄN 1024px ************/
@media screen and (max-width: 1024px) {  
	#wrapper .bg-image { display: block; }
	#video-bg { display: none; }
	#wrapper .bg-image img { height: 100%; }
} 

/************ SKÄRM MINDRE ÄN 900px ************/
@media screen and (max-width: 900px) {  
	#menu .home { display: none; }
	#menu .row .column { margin: 0 2%; width: 96%; }
    .megasub_fullwidth { width:auto;}
	#main .top .column .start-links li { margin: 20px 0; float: none; display: block; text-align: left; }
	#main .top .column h1 { font-size: 35px; }
	.nav .menu-button { display: block; }
}

/************ SKÄRM MINDRE ÄN 835px ************/
@media screen and (max-width: 835px) {  
	#main .top .column h1 { font-size: 35px; }
}

/************ SKÄRM MINDRE ÄN 780px ************/
@media screen and (max-width: 780px) {  
	#subpage .row .column { margin: 20px 2%; width: 96%; }
	#header .top .column { margin: 0 2%; width: 96%; }
	.ido_tagCloud { margin-top:0px; padding-left:0px;}
}

/************ SKÄRM MINDRE ÄN 560px ************/
@media screen and (max-width: 560px) {  
	#footer .row { display:block;}
	#footer .row .column { width: 96%; margin: 30px 2%; }
	#footer .top .newspane, #footer .top .contactpane { border-right: none; }
	#footer .top .newspane, #footer .top .contactpane { min-height: 0px;}
	#header .top .column h2 { padding-left: 30px;}
	.opsis_play_videolist li { margin: 0 2%; width: 45%; }
} 

/************ SKÄRM MINDRE ÄN 572px ************/
@media screen and (max-width: 572px) {  
	#header { height: 124px;}
	#header .logo { float:left; margin:12px 0;}
	#menu .row .column { width: 100%; margin:0;}
	#header .top .column h2 { padding-left: 2%; width: 98%; float:left; margin-top:13px; font-size:26px;}
	#wrapper #menu { top: 124px;}
	#wrapper #main { top: 179px;}
	#mobilemenuheader { top: 175px;}
	#mobilemenuheader .grid_12 { margin: 0; width: 100%; }
	
} 

/************ SKÄRM MINDRE ÄN 550px ************/
@media screen and (max-width: 550px) {  
	#slider_text1 { font-size: 44px!important;}
	#slider_text2 { font-size: 38px!important;}
	#slider_text3 { font-size: 40px!important;}
	#slider_text4 { font-size: 35px!important;}
	#main .top .column h1 { font-size: 26px; }
	#main .top .column .start-links a { font-size: 16px; padding: 5px 0 10px 35px; }
} 

/************ SKÄRM MINDRE ÄN 400px ************/
@media screen and (max-width: 400px) { 
	.opsis_play_videolist li { width: 96%; height: auto; }
	.opsis_play_videolist li .ido_languageTagListUL { position: relative; bottom: auto; left: auto; }
	.opsis_play_videolist #ido_item_languageTagListUL::before { position: relative; display: block; bottom: auto; }
} 
#video-bg > video, #wrapper .bg-image { /*width: 100vw;*/ height: auto; }

@media (min-aspect-ratio: 16/9) {
	#video-bg > video, #wrapper .bg-image { /*width: 100vw;*/ height: auto; }
	.footer-wrapper { position: relative; width: 100%;  }
}
@media (max-aspect-ratio: 16/9) {
	#video-bg > video, #wrapper .bg-image { }
}
@media screen and (min-height: 1079px) {
	#video-bg > video, #wrapper .bg-image { width: 100vw; height: auto; }
	.footer-wrapper { position: relative; top: auto; }
}

/***COOKIEBANNER**/
.cookiebanner a
{
    color: #cccccc;
    text-decoration:underline;
}
.cookiebanner a:hover
{
    color: #ffffff;
}

/*****RMA FORM START*****/

 .opsis-tool-tip.ui-tooltip {
     font-family: HelveticaNeueW01-45Ligh, Arial, Verdana, sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    color: black;
    border-radius: 5px;
    margin-top:3px;
    text-transform: none;
    box-shadow: 0 0 7px black;
  }

.rma_label_info_container
{
    width:200px;
 

}
.rma_label_part_reason_container
{
    width:250px;
 
    

}
.rma_textfield_long
{
    width:355px;
}
.rma_bordertop
{
    border-top:  1px solid black;
   
}
.rma_borderbottom
{
    border-bottom: 1px solid black;
     
}
.rma_container
{width:660px;}
.inka_button.qq-upload-button-hover
{
    background-color: #E0DFE3;
}
#file-uploader-basic
{   padding-left:5px;
    width:90px;
}
.attached_file
{
Cursor: pointer;
}
.rma_clear
{
    clear:both;
}

.inka_text_bold
{
     font-weight:bold;
}

.inka_header1 {
 font-weight: normal; color: #25316a; line-height: 1em; font-family: 'Myriad W01 Regular', Arial, Verdana, sans-serif; letter-spacing: 0;
 font-size: 18px;
} 

.rma_container .radPopupImage_Default img {
	max-width: 16px;
}
/******RMA FORM END*******/
/*Editor fix*/
#dnnEditHtml .ehCurrentContent .ehmContent  .html_preview{display:none}
