/*----- min-width: 768px, max-width: 980px -----*/

.admin-linkset,
.admin-link-pup-single,
div#toolbarWrapper,
div#logoWrap,
.no-mobile,
div#is_mobile,
form#pagesearch-searchform-mobile,
div#carLogoWrap-mobilehidden {
  display: none !important;
}

div#carLogoWrap { gap: 32px; }

div#carLogoWrap img { 
  max-width: 80px;
  height: initial;
}

div#pagetop-wrap { width: 730px; } 

/*--- FILLERIMG ---*/

div.filler-img-wrap-sp,
div.filler-img-wrap { 
  height: calc(100vh - 250px);
  min-height: fit-content;
} 

div.filler-img-text-cont {
  height: calc(100vh - 250px);
  min-height: fit-content;
  width: 60%;
  min-width: 60%;
  padding: 24px 120px 24px 24px;
}

/*--- /FillerImg ---*/

div#page-wrap-fp { display: block; }

div#page-wrap { 
  width: 730px;
  display: block;
}

div#page-wrap-fp .table-row,
div#page-wrap .table-row { display: block; }

div#main,
div#main-fp { 
  display: block;
  padding: 0 0 40px 0;
}

div#main img { max-width: 100%; height: auto; }

div#aside {
  display: block;
  width: 100%;
  padding: 60px 0 40px 0;
}

div#aside-right { 
	display: block;
	padding: 0 0 40px 0;
}

div#navBreadcrumb { 
  width: 730px;
  padding: 16px 0 40px 0;
} 

div#pagelinks-cont { padding: 20px 0 40px 0 }

h3.pagelinks {
  width: 730px;
  margin: auto auto 1em auto;
}

div#pagelinks-wrap { 
  width: 730px;
  margin: auto;
  grid-template-columns: repeat(2, 1fr);
}

div#footer-cont { 
  width: 730px;
  padding: 40px 0;
} 

div#footer-wrap { 
  width: 730px;
  margin: auto;
  grid-template-columns: repeat(2, 1fr);
}

div.footer-col.last { text-align: left !important; }

div.footer-col img { 
  max-width: 280px;
  height: auto;
}

div#footer-bottom-cont {
	padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
}

div#footer-bottom-links {
  width: 730px;
  margin: auto;
	gap: 16px;
}

div#netland-wrap {
  width: 730px;
  margin: auto;
}

/*--- NAVIGATION ---*/

div#smartnavi-logo { 
  width: 80%;
  padding: 0 0 0 16px;
}

div#smartnavi-logo img {
  height: 24px;
  margin-left: 0;
}

.sm-netland li.mobile-only { 
  background: #0075bd;
  border-top: 1px solid #ffffff;
  padding: 8px 16px;
}

div#searchWrapContMobileGeneral { display: block; }

div#generalsearch-searchterm-wrap-mobile { background: #ffffff; }

div#mobi-searchFormWrap { 
  border: 1px solid #0075bd;
  background: #ffffff;
  position: relative;
}

form.general-searchform-mobile input {
  width: 100%;
  margin-top: 0;
  background: none;
  border: 0;
}

form.general-searchform-mobile input::-webkit-input-placeholder { color: #0075bd; }

div#mobi-searchFormWrap input#mobi-search-button {
  color: transparent;
  background-color: #ffffff;
  background-image: url(/img/icon-search-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  outline: none;
  position: absolute;
  right: 0;
  width: 43px;
  height: 43px;
}

div#smartnavi-search { width: 0; }

.sm-netland { background: #ffffff; }

div#searchWrapContMobileGeneral { display: block; }

div#smartnavi-toggle-button { 
  background-image: url(/img/menu_toggle.png);
  border: 1px solid #ffffff;
 }
 
/* Mobitogglerin nappula hover/active */
div#smartnavi-toggle-button:hover, 
div#smartnavi-toggle-button:active { 
  background-image: url(/img/menu_toggle_act.png);
  border: 1px solid #ffffff;
}

/*--- STARTPAGE ---*/

div#sp-iconlink-wrap { 
  width: 730px;
  margin: 16px auto;
  gap: 16px 40px;
}

div.sp-iconlink-img-wrap  {
	margin: auto;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* R */
div.sp-iconlink-img-wrap img { 
	max-width: 40px;
	height: auto;
	display: block;
}

div#main-fp div#content-lifts-contact2-cont { width: 730px; }

div#campaign-sp-list-cont { padding: 40px 0 26px 0; }

div#campaign-sp-list-wrap {
  width: 730px;
  margin: auto;
}

/*--- STARTPAGE, SUBPAGES ---*/

div.liftarea-cont-wrap2 { width: 730px; }

div.liftarea-cont { margin: auto; }

div.liftarea-cont-wrap.rowfull .liftarea-cont {
  margin-top: 0;
  padding: 5px 0;
}

div.liftarea-cont.has_row_style { padding: 5px 15px; } 

div.liftbox.kuva div.box_img h1 {
 margin: 0;
 bottom: 19px;
}

/*--- CONTACT2 ---*/

div.contact2-item div.contact2-info-wrap { display: block; }

div#content-lifts-contact2,
div#content-lifts-contact2.liftcount1,
div#content-lifts-contact2.liftcount2,
div#content-lifts-contact2.liftcount3 {	
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
}

div#content-lifts-contact2 div.content-lift-item { max-width: 357px; }

/*--- CAMPAIGN ---*/

div#campaign-sp-list-wrap { grid-template-columns: repeat(2, 1fr); }

div#content-lifts-kampanja { grid-template-columns: repeat(2, 1fr); }

div.campaign-lift-item { max-width: 345px; }

/*--- FORMS ---*/

div.formbase ~ div.liftarea-cont-wrap div.liftarea-cont.first { margin-top: 40px !important; }

