@import "//global.siteservercms.se/globalresources/styles/reset.css";

* {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body, td, p, th, div, thead, tbody {
  font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#000;
	font-size:16px;
	line-height:22px;
	-webkit-text-size-adjust: 100%;
}

body {
	background: #eaeae8;
}

a {
	color: #E73137;
	font-weight:500;
	text-decoration: none;
}

p {
	padding:0px 0 15px 0;
}

hr {
	margin:20px 0px;
	padding:0px;
}

h1, .header-1 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#1D1D1B;
	font-weight:700;
	margin:0px 0px 15px 0px;
	font-size:60px;
	line-height:65px;
	text-transform: uppercase;
}

h2, .header-2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:38px;
	line-height:44px;
	font-weight:400;
	color:#E73137;
	margin: 2px 0px 5px 0px;
}

h3, .header-3 {
	font-family: 'Roboto', sans-serif;
  color:#1d1d1b;
  font-size:26px;
  line-height: 32px;
  display:block;
	font-weight:700;
	text-transform: uppercase;
	margin:0px 0px 8px 0px;
}

h4, .header-4 {
	font-family: 'Roboto', sans-serif;
  color:#1d1d1b;
  font-size:20px;
  line-height:25px;
  font-weight:300;
  margin:2px 0px 20px 0px;
}

h4 a, .header-4 a {
	color:#000;
}

h5, .header-5 {
	color:#000;
	font-size:10px;
}

h6, .header-6 {
	color:#000;
	font-size:10px;
}

cite {
	font-style:italic;
	font-size:10px;
	line-height:12px;
	color:#000;
}

.coreTextButton1 a, .coreTextButton2 a {
	font-family: 'Roboto', sans-serif;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	margin:10px auto;
	width:auto;
	font-weight:700;
	padding:5px 16px;
	color:#fff;
	font-size:16px;
	line-height: 35px;
	border:0px solid #000;
	text-transform: uppercase;
  background: #e73137;
  text-decoration: none;
  
  -moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.coreTextButton2 a {
	background: #1d1d1b;
}

.coreTextButton1 a:hover, input[type=submit]:hover {
  background: #e9414b;
}

.coreTextButton2 a:hover {
  background: #343432;
}

.anmalanSubmit_input {
	font-family: 'Roboto', sans-serif;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	margin:10px auto;
	width:auto;
	font-weight:700;
	padding:5px 16px;
	color:#fff;
	font-size:16px;
	line-height: 35px;
	border:0px solid #000;
	text-transform: uppercase;
  background: #e73137;
  text-decoration: none;

  -moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


table {
	width:100%;
}

td {
	vertical-align:top !important;
	text-align:left;
	padding:4px 10px 4px 0px;
}

input, select, textarea, button {
	font-family: 'Roboto', sans-serif;
	width:100%;
	font-weight:500;
	padding:5px 15px;
	color:#000;
	font-size:16px;
	line-height: 22px;
	height: 45px;
	border:0px solid #000;
	background: #f4f4f2;
	-webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

textarea {
	height: 100px !important;
}

input[type=color]:hover, input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=email]:hover, input[type=file]:hover,
input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=range]:hover, input[type=search]:hover, input[type=tel]:hover,
input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, select:hover, textarea:hover,
input[type=color]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=file]:focus,
input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus,
input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	background:#f4f4f2;
}

input[type=checkbox], input[type=radio] {
	padding:0px;
	width:auto;
	border:1px solid transparent;
}

input[type=submit] {
	cursor:pointer;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#container {
	position:relative;
	z-index:0;
}

#head {

}

#headercontainer {
	width: 1170px;
	margin: 0px auto;
	background: #fff;
	position: relative;
}

#logocontainer {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0px 15px 30px;
}

#menucontainer {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: -5px;
	width: 875px;
}

#top {
	width: 100%;
	height: 45px;
}

.holder {
	float: right;
	height: 40px;
	margin-left: 16px;
	margin-top: 16px;
}

.holder a {
	color: #a9a9a7;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top:10px;
}

.holder a:hover {
	color: #e73137;
}

#container {
	position:relative;
	z-index:0;
}

#bildspel {
	width: 1170px;
	margin: 0px auto;
	max-height: 470px;
	height: 470px !important;
	background: #fff;
}

#bildspel h1 {
	color: #fff;
}

#bildspel h2 {
	color:#1d1d1b;
}

#bilsspelcontainer {
	width: 100%;
	overflow: hidden !important;
}

#content {
	width: 1170px;
	margin: 0px auto 0px auto;
	padding: 0px 15px 30px 0px;
	background: #fff;
}

#content .coreTextBlock {
	
}

#content .coreD2 {
	margin-left: 15px;
}

.backgroundimage {
	margin: 0px 15px;
	height: 340px;
}

.backgroundimage h3 {
	color: #fff;
}

.redbackground {
	width: 1170px !important;
	background: #E73137;
	margin-left: 0px !important;
	max-height: 440px;
	margin-bottom: 30px;
	color: #fff;
}

.redbackground p {
	padding: 0px 0px 5px 0px !important;
	color: #fff;
}

.redbackground h1, .redbackground h4, .redbackground a, .redbackground span {
	color: #fff;
}

.redbackground a {
	display: inline-block;
	width: 205px;
}


.redbackground [class^="icon-"]:before {
	position:relative;
	font-size: 25px;
	color: #1D1D1B;
	vertical-align:top;
}

.redbackground .coreTextBlock {
	padding: 40px 0px 40px 30px;
}

.redbackground .coreTextBlock ul {
	list-style:none;
	padding:0px;
	width: 495px;
	display: inline-block;
}
.redbackground .coreTextBlock ul:after {
	content:"";
	clear:both;
	height:0px;
}

.redbackground .coreTextBlock ul li {
	list-style:none;
	width:50%;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	float:left;
	margin-bottom:10px;
}

.redbackground .coreTextBlock ul li span [class^="icon-"] {
	display:inline-block;
	vertical-align:top;
	margin-right: 2px;
}

#begagnat {
	width: 975px;
	margin: 0px auto;
}

.turkosbackground, .redbg {
	padding: 30px 15px !important;
	min-height: 280px;
	margin: 0px 15px;
}

.turkosbackground {
	background: #4fa097;
}

.redbg {
	background: #e73137;
}

.turkosbackground h2, .redbg h2 {
	color: #1d1d1b;
}

.turkosbackground h3, .redbg h3 {
	
	color: #fff;
}

.turkosbackground h4, .redbg h4  {
	color: #fff;
}


/* -------------------------- MENU --------------------- */

#logo {
	position:relative;
}

#topmenu {
	
}

#topmenu li {
	font-family: 'Roboto', sans-serif;
	display:inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
  padding: 0px 10px;
  margin-top: 17px;
  float: right;
}

#topmenu li a {
	color: #a9a9a7;
	text-transform: uppercase;
	font-weight: 700;
}

#topmenu li a.selected {
	color: #e73137;
}

#topmenu li a:hover {
	color: #e73137;
}


#menu li a.selected {
	color: #e73137;
}

#menu li a:hover {
	color: #e73137;
}

#menu {
	margin-top: 33px;
	float: right;
	margin-right: 30px;
}

#menu li {
	font-family: 'RobotoCondensedRegular';
	font-weight: 400;
  font-size:25px;
  line-height: 32px;
  color: #1d1d1b;
  display:inline-block;
  vertical-align: top;
  padding: 0px 20px 0px 0px;
}


#menu li:last-child {
	 padding: 0px 0px 0px 0px;

}

#menu li a {
	color: #1d1d1b;
	text-decoration: none;
}

.menulinks {
	margin-left: -6px;
}

.submenucontainer {
	height: 52px;
	width: 1170px;
	display: none;
}

.menulinks a {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 10px;
}

.submenu-links {
	background: #f4f4f2;
	position: absolute;
	display: none;
	z-index: 999;
	
	bottom: -52px;
	padding: 7px 0px 13px 0px;
}

.submenu-links li {

	padding: 0px;
	vertical-align: top;
	display:inline-block;
}

.submenu-links li a {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	color: #1d1d1b !important;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

.submenu-links li ul {
	margin-bottom: 15px;
}

.submenu-links li:hover a {
	color: #E73137 !important;
}

.submenu-links li.selected a {
	color: #e73137 !important;
}

#menuholder {
	width: 1170px;
	display: none;
	height: 52px;
	background: #a9a9a7;
}

#menubg {
	display: none;
	position: absolute;
	background: #f4f4f2;
	width: 1170px;
	height: 52px;
	top: 130px;
}

#bottomcontent1 {
	width: 1170px;
	margin: 0px auto;
}

#bottomcontent2 {
	width: 1170px;
	margin: 0px auto;
}

#sidfot1 {
	background: #f4f4f2;
	width: 1170px;
	height: 80px;
	display: inline-block;
	padding: 15px 0px 0px 30px;
	margin-bottom: -4px;
}

#sidfot1 h4 {
	color: #1d1d1b;
	margin: 0px 0px 0px 0px;
}

#sidfot1 h4 span {
	font-size: 40px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	max-height: 30px;
}

#sidfot1 [class^="icon-"]:before {
	margin: 0px -4px 0px -4px;
}

#sidfot2 {
	background: #e72b37;
	width: 1170px;
	display: inline-block;
	padding: 15px 0px 15px 15px;
}

#sidfot2 [class^="icon-"]:before {
	font-size: 25px;
	color: #1d1d1b;
	margin: 5px 6px 5px -2px;
	top:2px;
	position:relative;
}

#sidfot2 p {
	color: #fff;
	margin: 5px 0px;
}

#sidfot2 h3 {
	color: #fff;
}

#sidfot2 .coreHdelimiter {
	border-top:1px solid #ed6069;
}

#creator
{
	padding:10px 0px;
	text-align:center;
	font-weight:600;
  font-size: 16px;
}

#creator a {
	color:#E73137;
}

div {overflow:visible !important;}

#siteserverlightbox {background:#FFF !important;}

.coreHdelimiter {
	border-top:1px solid #dedede;
	margin:10px 0px;
	max-width: 1110px;
}



.coreHdelimiter hr {
	display:none;
}

#Siteserver-cookieText {}
#Siteserver-cookieTextFormat {}
#Siteserver-cookieApproveButton {}
#Siteserver-cookieReadMoreButton {}

.coreTextBlock ul, .coreTextBlock ol {
	padding-left:25px;
	margin-bottom: 15px;
}

.coreTextBlock ul li {
	list-style: disc outside;
	margin:2px 0px;
}

.coreTextBlock ol li {
	list-style: decimal-leading-zero outside;
	margin:2px 0px;
}

.responsive-column {
	overflow:hidden;
	position:relative;
	vertical-align: top;
	text-align:left;
	display:inline-block;
}

.responsive-0 {width:0%; display:none;}
.responsive-5 {width:5%;}
.responsive-10 {width:10%;}
.responsive-15 {width:15%;}
.responsive-20 {width:20%;}
.responsive-25 {width:25%;}
.responsive-30 {width:30%;}
.responsive-33 {width:33.33333333333333333333333333333333333333334%;}
.responsive-35 {width:35%;}
.responsive-40 {width:40%;}
.responsive-45 {width:45%;}
.responsive-50 {width:50%;}
.responsive-55 {width:55%;}
.responsive-60 {width:60%;}
.responsive-65 {width:65%;}
.responsive-70 {width:70%;}
.responsive-75 {width:75%;}
.responsive-80 {width:80%;}
.responsive-85 {width:85%;}
.responsive-90 {width:90%;}
.responsive-95 {width:95%;}
.responsive-100 {width:100%;}

ul.inline-block-justify {
    text-align: justify;
}

ul.inline-block-justify:before{
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -1.2em; /* your line-height */
}

ul.inline-block-justify:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.inline-block-justify > li {
    display: inline-block;
    position: relative;
    top: 1.2em; /* your line-height */
}

.searchbox{
	position:relative;
	min-width:100px;
	width:0%;
	margin-top: -11px;
	height:45px;
	float:right;
	overflow:hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.searchbox-open{
	background: #a9a9a7;
	width:265px;
	color:#fff !important;
}

.searchbox-input{
	position:absolute;
	top:0;
	right:100px;
	border:0;
	outline:0;
	background:#a9a9a7;
	width:165px;
	height:45px;
	margin:0;
	padding-left: 20px;
	font-size:14px;
	font-weight: 700;
	color: #a9a9a7;
	border-radius: 0px !important;
}

#menu .icon-basket {
	color: #e9414b;
	margin-left: -5px;
}


.searchbox-input::-webkit-input-placeholder {
	color: #fff;
}
.searchbox-input:-moz-placeholder {
	color: #fff;
}
.searchbox-input::-moz-placeholder {
	color: #fff;
}
.searchbox-input:-ms-input-placeholder {
	color: #fff;
}

.searchbox-icon, .searchbox-submit{
	width:100px;
	height:45px;
	display:block;
	position:absolute;
	top:0;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	right:0;
	padding:0;
	margin:0;
	border:0;
	outline:0;
	line-height:45px;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background:#a9a9a7;
	font-size: 14px;
}
.searchbox-icon:hover {
	color: #DBDBDB;
}

.siteserverSlideshow_positionContainer {
	margin-bottom: -20px;
	display: none;
}

.siteserverSlideshow, .coreModule385  {
	height: 440px !important;
}

.siteserverSlideshow_images_contentText {
	top: 50px !important;
	left: 600px !important;
	width: 490px !important;
	text-align: center;
	background: none !important;
}

.siteserverSlideshow_images_contentText h4 {
	color: #fff;
}

.siteserverSlideshow_leftArrow {
	background: url(/core/resources/site/2/arrow-left.png) right top no-repeat !important;
	left: 30px !important;
	width: 45px !important;
}

.siteserverSlideshow_leftArrow:hover {
	background: url(/core/resources/site/2/arrow-left-hover.png) right top no-repeat !important;
}

.siteserverSlideshow_rightArrow {
	background: url(/core/resources/site/2/arrow-right.png) left top no-repeat !important;
	right: 30px !important;
	width: 45px !important;
}

.siteserverSlideshow_rightArrow:hover {
	background: url(/core/resources/site/2/arrow-right-hover.png) left top no-repeat !important;
}



#sidfot2 a, .redbackground  a {
	color:#FFF;
	font-weight: 700;
}


#sidfot2 a:hover, .redbackground  a:hover {
	color:#000;
}


.siteserverPageListInfoContainer {
	padding-left: 30px;
}

.siteserverPageListInfoHR {
	margin: 30px 0px;
}

.sidmeny_bild li {
	padding: 0px !important;
}


/* ### WEBSHOP #### */

#corewebshopcartinfo{
	
	border-bottom:1px solid #eee;
}

#corewebshopproductgroups{
	
	display:none;
}


.corewebshopnavproductgroup.level-0 span{
	font-size:16px;
	line-height:22px;
}

.corewebshopnavproductgroup.level-1 span, .current span{
	font-size:14px;
	line-height:18px;
}



#corewebshopmenuitems a{
	
	font-size:14px;
	line-height:18px;
}