a  { Color:#444444;Text-decoration:underline; }
a:hover  { Color:#444444;Text-decoration:underline; }
.a  { Color:#444444;Text-decoration:underline; }
.itemheader, h1  { Color:#FFFFFF;Font-family:PT Sans,sans-serif;Font-size:38px; }
.itemintroduction {  }
.itembody {  }
.itemdate {  }
.htmlformlabel, .EditorLabel {}
body { Color:#000000;Font-family:'Roboto', sans-serif;Font-size:18px;Font-weight:300; }
.itemimagestyle {  }
.FolderItemCell {  }
.imagepreviewstyle {  }
.itempreviewheader, h2  { Color:#0070BB;Font-family:Arial;Font-size:32px; }
.itempreviewintro {  }
.itempricelabel {  }
.itemprice {  }
.itemopenlink, .EsiteActionLink, .ESiteActionLink {  }
.itemopenlink:hover, .EsiteActionLink:hover, .ESiteActionLink:hover {  }
.itemopenlink {  }
.PageSelectorCell {  }
.PageSelectorCell a, .PageSelectorCell span {  }
.PageSelectorCell table { width:100%; }
.PageSelectorCell table td.PagesCell { width:100%; }
.ColorBoxImage {}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
  border: 0.5vw solid #ffffff;
border-radius:5px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  border: 1vw solid #ffffff;
border-radius:5px;
-webkit-box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.5);
box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.5);
  
  
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.mva
{
color:#fff;
}

.ESiteTextBox
{ 
color:#ffffff !important;
font-size:1.2em;
  background:none !important;
  background-color:none !important;
padding-left: 10px !important;
  padding-right: 0px !important;
   font-style: normal !important;
 text-shadow:none !important;
border: #ffffff 1px solid;
border-radius:5px !important;
  width:90% !important;
max-width:600px;
clear:both; !important!
}


.ESiteGroupBox
{
width:90%;
color:#ffffff;
padding:0px !important;
margin-bottom:10px;
margin-top:10px;
  background:none !important;
  background-color:none !important;
  border:0px;
}


.ESiteGroupBox legend
{
color:#ffffff !important;
padding: 10px !important;
    font-style: normal !important;
 text-shadow:none !important;
  font-size:1.4em;
}


.ESiteCustomFormGoBack
{
  display:none;
}

.ErrorLabel
{
border:none; width: 90%; display: inline-block; background-color: #da3c3c; color: #ffffff; text-align: center; padding: 15px 15px 15px 15px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
}


.ConfirmLabel
{
border:none; display: inline-block; background-color: #fff; color: #1c1c1c; text-align: center; padding: 15px 15px 15px 15px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
}



#SkjemaDiv iframe
{
width:100%;
  height:700px;
float:none;
overflow: visible !important;
overflow-x: visible !important;
overflow-y: visible !important;
margin-left:auto;
margin-right:auto;
-webkit-overflow-scrolling: none;
}






label
{
color:#ffffff !important;
font-size:14px;
font-weight:normal;
}

.bg-gradient
{
background: #4886ba; /* Old browsers */
background: -moz-linear-gradient(top, #4886ba 0%, #d2e3ea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4886ba), color-stop(100%,#d2e3ea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4886ba 0%,#d2e3ea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4886ba 0%,#d2e3ea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4886ba 0%,#d2e3ea 100%); /* IE10+ */
background: linear-gradient(to bottom, #4886ba 0%,#d2e3ea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4886ba', endColorstr='#d2e3ea',GradientType=0 ); /* IE6-9 */
background-repeat:no-repeat;
}

.bakgrunnsbilde
{
background-image:url('/files/kampanjer/Sima24 Sommerkampanje/Bg-vei.jpg');
background-repeat:no-repeat;
background-position:center top;
background-attachment:fixed;
background-size:cover;
}


.bakgrunnsbilde img
{
opacity:0.2;
}


.knapp a
{ 
color:#000 !important;
  display:inline-block;
font-size:22px;
text-decoration:none; 
background: #fff;
  border:3px solid #ffffff; !important;
  border-radius:5px !important;
padding:12px;
width:200px;
  clear:both !important; 
valign: middle !important;
-webkit-appearance: none !important;
  -webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
}

.knapp a:hover
{ 
background:#000 !important;
  color:#fff !important;
}

.deleknapp a
{ 
color:#fff !important;
  display:inline-block;
font-size:20px;
text-decoration:none; 
background: #305891;
  border:3px solid #ffffff; !important;
  border-radius:5px !important;
padding:15px;
  clear:both !important; 
valign: middle !important;
text-align:center;
margin-top:20px;
margin-bottom:20px;
-webkit-appearance: none !important;
  -webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
}

.deleknapp a:hover
{ 
background:#fff !important;
  color:#305891 !important;
}
















.quizmeny
{
font-size:17px;
  color:#ffffff;
text-decoration:none;
font-weight:normal;
}

.quizmeny a
{
font-size:17px;
  color:#ffffff;
text-decoration:none;
font-weight:bold;
}

.quizmeny a:hover
{
  color:#ffffff;
  text-decoration:underline;
}









.ESiteVerticalRadio
{
font-size:17px;
font-weight: lighter !important;
margin-bottom:30px;
  margin-top:12px;
}

.EditorLabel
{
font-size: 24px;


}

#Footer
{
width:100%;
max-height:150px;
min-height:150px;
}

#Footer2
{
width:100%;
max-height:150px;
min-height:150px;
}



.skjemaheading
{
font-size:1.4em;
color:#ffffff;
font-weight:bold;

}


.heading
{
font-family: 'Satisfy', cursive;
color:#000;
font-size:2em;
margin-left:auto;
margin-right:auto;
clear:both;
}



.heading_hvit
{
font-family: 'Roboto', sans-serif;
color:#ffffff;
font-size:2em;
font-weight:400;  
margin-left:auto;
margin-right:auto;
clear:both;
}


.pris
{
font-size:2.5em;
font-weight:400;
  line-height:1em;
color:#fff;  
}

.ingress
{
font-size:1.15em;
}



@media  (min-width: 768px) 
{


.ingress
{
font-size:1.55em;
}

.pris
{
font-size:4.5em;
   line-height:1em;
font-weight:400;
color:#fff;  
}


.heading
{
font-family: 'Satisfy', cursive;
color:#000;
font-size:3.6em;
margin-left:auto;
margin-right:auto;
clear:both;
}



.heading_hvit
{
font-family: 'Roboto', sans-serif;
color:#ffffff;
font-size:3.6em;
margin-left:auto;
margin-right:auto;
clear:both;
}








.skjemaheading
{
font-size:2.1em;
color:#ffffff;
font-weight:bold;

}



#Footer
{
width:100%;
max-height:270px;
min-height:270px;
}


#Footer2
{
width:100%;
max-height:270px;
min-height:270px;
}






}


