@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	/*height:100%;
	overflow:auto;*/
}
body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: Arial, sans-serif;
	font-size:85%;
	line-height:1.4;
	color:#444;	
}
h1, h2 {
	color:#000;
	font-weight:600;
	/*text-shadow: 2px 1px 2px rgba(150, 150, 150, 1);
	text-shadow: 2px 2px 2px rgba(135, 135, 135, 1);*/
}
h1 {
	font-size:150%;
}
h2 {
	margin-bottom:10px;
}
p {
	font-weight:400;
	margin-bottom:7px;
	/*font-size:15px!important;*/
}
.smallp {
	font-size:80%;
}
.minip {
	font-size:60%;
}
a {
	color:#000;
	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-ms-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#b3 {
	margin-bottom:100px;
}
#container {
	max-width:1024px;
	margin:0 auto 20px auto;
	position:relative;
	overflow:hidden;
	background-color:#e0e3e7;
	/*border-bottom:1px solid #cacaca;
	border-left:1px solid #cacaca;
	border-top:none;

	-webkit-box-shadow: 5px 5px 12px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    5px 5px 12px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         5px 5px 12px 0px rgba(50, 50, 50, 0.50);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;*/
}
body#hem #container {
	
}
#bottomcont {
	
}
#b3 #container {
	max-width:100%;
}
#tag {
	position:absolute;
	right:70px;
	top:-220px;
	z-index:100000;
	width:180px;
	height:581px;
	background-size:contain;
	background-image:url(../images/tag2016.png);
	background-repeat:no-repeat;
}

/* ------------------ ANIMATION -----------------------*/

.element-animation{
  animation: animationFrames ease 5s;
  animation-iteration-count: 1;
  transform-origin: 0% 0%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 0% 0%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 0% 0%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 0% 0%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) ;
  }
  20% {
    transform:  rotate(3deg) ;
  }
  40% {
    transform:  rotate(-2deg) ;
  }
  60% {
    transform:  rotate(1deg) ;
  }
  80% {
    transform:  rotate(-1deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  20% {
    -moz-transform:  rotate(3deg) ;
  }
  40% {
    -moz-transform:  rotate(-2deg) ;
  }
  60% {
    -moz-transform:  rotate(1deg) ;
  }
  80% {
    -moz-transform:  rotate(-1deg) ;
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  rotate(3deg) ;
  }
  40% {
    -webkit-transform:  rotate(-2deg) ;
  }
  60% {
    -webkit-transform:  rotate(1deg) ;
  }
  80% {
    -webkit-transform:  rotate(-1deg) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  20% {
    -o-transform:  rotate(3deg) ;
  }
  40% {
    -o-transform:  rotate(-2deg) ;
  }
  60% {
    -o-transform:  rotate(1deg) ;
  }
  80% {
    -o-transform:  rotate(-1deg) ;
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  20% {
    -ms-transform:  rotate(3deg) ;
  }
  40% {
    -ms-transform:  rotate(-2deg) ;
  }
  60% {
    -ms-transform:  rotate(1deg) ;
  }
  80% {
    -ms-transform:  rotate(-1deg) ;
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}

/* --------------- END ANIMATION --------------------*/
.homelog, .nav li.item-101 {
	display:none;
}
.moduletable_homelogo p {
	margin:0;
	padding:0;
}
.moduletable_homelogo {
	position:absolute;
	z-index:10;
	top:15px;
	right:10px;
	/*background-color:rgba(0,0,0,0.7);*/
	
}
.moduletable_homelogo img {
	margin:0 5px 0 0px;
	width:25px;
	height:auto;
}
.moduletable_homelogo a img {
	/*text-indent:-9999px;
	display:block;
	width:125px;
	height:47px;
	background-image: url(../images/ss_logo01.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: left top;*/
}
.moduletable_homelogo a img:hover {
	
}
#header {

	min-height: auto;
	background-color: transparent;
	padding: 0;
	margin:0 auto 0 auto;
	overflow:auto;
}

#topper {
	position:relative;
	overflow:auto;
	padding-bottom:20px;
	background-color:#fff;
}
.toppix img {
	width:100%;
	height:auto;
}
.nav {
	position:absolute;
	top:10px;
	right:70px;
	/*max-width:650px;*/
	z-index:20000;
	list-style:none;
	margin:10px 10px 20px 10px;
	
}
#mob, #jmsmenuwrap {
	display:none;
}

.nav li {
	padding:0;
	margin-bottom:10px;
	display:inline-block;
	text-transform:uppercase;
	
	
}
.nav li, .square {
	
	font-size:100%;
	text-transform:uppercase;
	
}
.nav li a:link, .nav li a:active, .nav li a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-right:1px solid #fff;
	/*background-color:rgba(0,0,0,0.7);*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*border-bottom:none;*/
	
	padding:0 15px 0 15px;
	
}
.nav li:last-child a {
	border-right:none;
}
.square {
	margin-top:30px!important;
	text-align:center;
	margin-right:0!important;
}

.square a:link {
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	padding:7px;
	display:block;
	
		
}
.nav li a:hover {
	opacity:0.5;
	/*background-image: url(../images/onepix.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom:1px solid #000;*/
}
/*.nav li a:link, .nav li a:active, .nav li a:visited{
	font-weight:700!important;
	
}*/
.topsub, ul.nav.menu_topsub {
	list-style:none;
	text-align:right!important;
}
.topsub li, ul.nav.menu_topsub li {
	padding:5px 15px 5px 5px;
	display:inline-block;
	text-transform:uppercase;
	font-size:90%;
	font-weight:normal!important;
}
ul.nav.menu_topsub li {
	font-size:80%!important;
}
.topsub li a:link, .topsub li a:active, .topsub li a:visited,
ul.nav.menu_topsub li a:link, ul.nav.menu_topsub li a:active, ul.nav.menu_topsub li a:visited {
	text-decoration:none;
	color:#000;
	font-weight:300!important;
}
.topsub li a:hover, .topsub li a.active,
ul.nav.menu_topsub li a:hover, ul.nav.menu_topsub li a.active {
	color:#2189E6;
}
#solceller .topsub li:first-child,
#solskydd .topsub li:nth-child(2),
#foensterautomatik .topsub li:nth-child(3),
#styrsystem .topsub li:nth-child(4)
 {
	padding:2px 4px 2px 4px;
	background-color:rgba(33,137,230,0.20);
	border-radius:5px;
}

div.flexslider {
	margin:0;
	background-color:transparent!important;
}
.flex-control-nav {
	margin-bottom:60px!important;
}
.flex-control-paging li a {
	background-color:#fff;
}
.flex-active {
	background-color:#cbcbcb!important;
}
#news div.flexslider {
	margin-bottom:20px;
}
span.subheading-category, .page-header h1 {
	/*position:absolute;
	z-index:100;
	font-weight:600;
	font-size:150%;
	top:30px; 
	right:20px; 
	margin:20px 0 0 10px;
	display:block;
	text-shadow: 2px 2px 2px rgba(135, 135, 135, 1);*/	
}
#news .page-header h1 {
	position:static;
	text-shadow:none;
	margin-left:0px;
}
#news .item-page .published {
	margin-bottom:10px;
}
#news .artleft p{
	margin-left:0;
	padding-left:0;
}
.item-page .page-header h1 {
	margin-left:0;
}
.flex-caption {
	font-weight:300!important;
	font-size:200%;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 1)!important;
	background:none!important;
}
.flex-prev, .flex-next {
	top:80%!important;
}
span.subheading-category {
	/*text-indent:-9999px;
	font-size:300%!important;
	font-weight:300!important;*/
	display:none;
}
.page-header {

}
.page-header h1 {
	text-shadow:none;
	font-weight:300;	
	font-size:200%;
	margin:30px 0 10px 20px;
	text-transform:uppercase;
	
}
.page-header h2 {
	color:#fff;
	
	letter-spacing:0.03em;
	text-transform:uppercase;
	font-weight:400;
	font-size:120%;
	text-shadow: 2px 2px 2px rgba(000, 000, 000, 1)!important;
}
#news .page-header h2 {
	color:#000;
	text-shadow: 0 0 0 rgba(000, 000, 000, 1)!important;
	font-size:200%;
	text-transform:uppercase;
	font-weight:300;
	margin:0 0 10px 0;
}

.blog {
	min-height:200px;
}
.category-desc {
	width:60%;
	/*max-width:600px;*/
	margin:20px;
	
}
.category-desc h1 {
	text-shadow:none;
	font-weight:300;	
	font-size:200%;
	margin-bottom:20px;
	text-transform:uppercase;
}
.category-desc p {
	margin-bottom:10px;
}
.item-page {
	overflow:hidden;
	margin:0px;
	padding:20px;
	
}
div [itemprop="articleBody"] p {
	
}
#news .item-page {
	width:66%;
	max-width:600px;
	margin:0 auto 0 auto;
	/*margin-left:20px;
	margin-right:20px;*/
}
#app .item-page {
	padding:0;
}
/* ------------- CHRONO FORMS ------------------*/
#formulaeret #container, #app #container {
	/*background-image:url(../images/emma_bg_anmal2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;*/
	color:#000!important;
}
#formulaeret #container h1, #app #container h1 {
	color:#000!important;
}
#formulaeret .item-page, #app .item-page {
	text-align:center;
}
#chronoform-formularet {
	width:320px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	border-radius:10px;
	border:1px solid #000;
	-webkit-box-shadow: 5px 5px 12px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    5px 5px 12px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         5px 5px 12px 0px rgba(50, 50, 50, 0.50);
	background: rgba(189,189,189,0.43);
background: -moz-radial-gradient(center, ellipse cover, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(189,189,189,0.43)), color-stop(48%, rgba(94,137,173,0.7)), color-stop(95%, rgba(0,87,158,0.7)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
background: -o-radial-gradient(center, ellipse cover, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
background: -ms-radial-gradient(center, ellipse cover, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
background: radial-gradient(ellipse at center, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#00579e', GradientType=1 );
	
}

#chronoform-formularet label {
	font-weight:normal;
	margin-bottom:5px;
	color:#fff;
	text-transform:uppercase;
	font-size:0.9em;
}
#dropdown, #chronoform-formularet input {
	width:300px!important;
	border:1px solid #000;
	
}
#chronoform-formularet #submit {
	margin-top:20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background: rgba(0,0,0,0.3);
	
	
}
#chronoform-formularet #submit:active {
	background-color:rgba(255,255,255,0.2);
	color:#444;
}
.fa-asterisk {
	color:#fff!important;
}
.gtooltip {
	padding:10px!important;
}
#thanku {
    padding: 20px;
    width: 30%;
    margin: 20px auto 20px auto;
    font-size: 1.2em;
    border:1px solid #000;
	border-radius:10px;
	-webkit-box-shadow: 5px 5px 12px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    5px 5px 12px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         5px 5px 12px 0px rgba(50, 50, 50, 0.50);
	background: rgba(189,189,189,0.43);
background: -moz-radial-gradient(center, ellipse cover, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(189,189,189,0.43)), color-stop(48%, rgba(94,137,173,0.7)), color-stop(95%, rgba(0,87,158,0.7)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
background: -o-radial-gradient(center, ellipse cover, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
background: -ms-radial-gradient(center, ellipse cover, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
background: radial-gradient(ellipse at center, rgba(189,189,189,0.43) 0%, rgba(94,137,173,0.7) 48%, rgba(0,87,158,0.7) 95%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#00579e', GradientType=1 );
	
}
.chrono_credits {
	display:none;
}
/* ------------------*/
.item-image {
	width:100%;
	overflow:hidden;
	margin:0;
}
.item-image img {
	width:100%;
	height:auto;
}
div.pull-right.item-image {
	position:absolute;
	top:0;
	left:0;
}
#news .item-image img {
	width:auto;
	max-width:600px;
	margin-bottom:20px;
}
.artrow {
	margin-bottom:10px;
	overflow:auto;
}
.artleft {
	float:left;
	width:55%;
	margin-top:0;
	padding-top:0px;

}
.artleft img {
	
	width:100%!important;
	height:auto;
	margin-bottom:20px;
}
.artleft h2, .artleft h3, #arleft h4 {
	margin-right:20px;
	margin-left:0px;
}
.artleft h1 {
	margin-bottom:20px;
}
.artleft p {
	margin:0 0px 10px 0px;
	line-height:1.4;
	max-width:600px;
}
.artleft ul {
	margin:0 40px 0px 20px;
	line-height:1.4;
	max-width:600px;
	font-weight:300;
	padding-left:20px;
	
}
.artleft p:first-child {
	
}
.artleft p:last-child {
	
}
.artright {
	float:right;
	width:40%;
	margin:0 0 0 0;
	padding-top:0px;
}
.artright img {
	width:100% /*calc(100% - 20px)*/;
	height:auto;
	
}
.artright p, .artright h3, .artright h2, .artright ul {
	margin-right:20px!important;
}
.artright .sigProContainer {
	margin: 0px 20px 20px 0!important;
	padding:0!important;
}
.item-page .sigProContainer {
	display:inline-block;
	margin-top:40px!important;
	margin-left:-15px!important;
	width:100%;
}
.sigProThumb {
	/*width:calc(25% - 10px);*/
	margin:10px 15px 10px 15px!important;
}
ul.sigProSleek li.sigProThumb a.sigProLink, img.sigProImg {
	width:216px!important;
	height:160px!important;
	border:none!important;
}

#footer {
	min-height: 100px;
	background-image:url(../images/bottom_10.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	padding:0px;
	margin:0px 20px 20px 10px;
	text-align:justify;
	overflow: hidden;
	color:#444;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #fff;*/
}
#footer p {
	max-width:100%!important;
}
#footer a {
	color:#444!important;
}
/*.item-page + #footer, #news #footer, #kontakt #footer*/ #footer {
	width:100%;
	border-top:1px solid #cacaca;
	/*background-image: url(../images/onepix.gif);*/
	background-repeat: repeat-x;
}
.logos {
	width: 80% !important;
	background-color: #fff;
	box-sizing:border-box;
	padding: 10px !important;
	margin: 10px auto 10px auto !important;
}

.logos img {
	width: 25%;
	height: auto;
	margin:10px;
}
#hem #footer {
	border-top:none;
}
/*#footer {
	position:fixed;
	bottom:0;
	width:100%;
	background-color:blue;
	z-index:2000;
}*/
.bot {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	/*float:left;*/
	margin-right:20px;
	margin-bottom:20px;
	font-size:90%;
	font-weight:400;
	
}
#footer .botty {
	margin:0 auto 20px auto!important;
	width:100%;
	text-align:center;
}
#footer .botty h3 {
	font-weight:700;
}
#footer .bot {
	margin-bottom:0;
}
.bot li {
	margin:0 0 2px 0;
}
.bot li a {
	text-decoration:none;
}
.bot li a:hover, .bot li a.active {
	text-decoration:underline;
}
.bot03 {
	margin-right:0;
}
.bot04 {
	float:none;
	clear:both;
	width:100%;
	text-align:center;
	font-size:80%;
	
}
.topadress {
	width:66%;
	max-width:600px;
	margin: 40px auto 0 auto;
	font-size:80%;
}
.introtext {
	width:75%;
	/*max-width:600px;*/
	margin:50px auto 20px auto;
	text-align:center;
	
}
.introtext h1 {
	display:none;
	text-shadow:none;
	font-weight:300;	
	font-size:200%;
	margin-bottom:20px;
	text-transform:uppercase;
}
.introtext img {
	opacity:1;
}
.introtext img:hover {
	opacity:0.7;
}
.bot h3 {
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-size:100%;
	margin-bottom:2px;
}

#content {
	overflow:hidden;
	margin:0;
	padding:0;
}
#main {
	overflow:hidden;
	margin-bottom:-3px;
}
#mainleft {
	width:40%;
	float:left;
	min-height:200px;
	margin:0;
	padding:5%;
	font-size:1.7em;
	text-align:center;
}
#mainleft p {
	margin-bottom:10px;
}
#mainright {
	width:50%;
	float:left;
	padding:0;
	margin:0;
}
#mainright img {
	width:100%;
	height:auto;
}
#slider, .article {
	margin-bottom:0!important;
	
}
#slider img {
	width:100%;
	height:auto;
}
#below {
	float:right;
	width:40%;
	margin:20px;
}
iframe {
	display:block;
	width:100%;
	/*width:280px!important;
	margin:0 auto 0 auto;*/
	height:1000px;
}
/*#below iframe {
	width:100%!important;
}*/
#below h3 {
	text-shadow:none;
	font-weight:300;	
	font-size:200%;
	margin-bottom:10px;
	text-transform:uppercase;
}


/* --------START------------*/

#personell {
	width:calc(100% - 40px);
	margin:20px;
	float:none;
	overflow:hidden;
	position:relative;
}
#personell .newsflash-horiz {
	list-style:none;
	margin-top:50px;
}
#personell .newsflash-horiz li {
	width:50%;
	float:left;
	margin:0 0 55px 0;
}
#personell .newsflash-horiz li:nth-child(4n+4) {  
  /*float:right;
  margin-right:0;*/

}
#personell .article-separator {
	
}
#personell .flashdate {
	display:none!important;
}
#personell h3, .contact h3 {
	text-shadow:none;
	font-weight:300;	
	font-size:200%;
	margin-bottom:20px;
	text-transform:uppercase;
}
#personell h4 {
	font-size:130%;
	margin-bottom:0px;
}
#personell img {
	width:150px;
	height:auto;
	margin:-35px 10px 10px 0;
	float:left!important;
}
h4.newsflash-title {
	display:none;
}

/* ------------------- END ------------*/
.mappo {
	clear:both;
}
.mappo a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 350px;
	background-image: url(../images/kartan.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#subcont01 {
	font-size:130%;
}
#subcont02, #subcont03, #subcont04, #subcont05 {
	margin:0px 10px 20px 10px;
}
#subcont05 {
	font-size:130%;
}
#subcont04 {
	margin-top:-30px;
}
#subcont03 {
	margin-top:-10px;
	margin-bottom:20px;
}
#subcont02 div {
	display:inline-block;
	box-sizing:border-box;
	padding: 0 10px 0 10px;
	width: 33%/*calc(33% - 20px)*/;
	/*background-color:yellow;*/
	margin:5px -4px 0 0;
	
}
#subcont02 div p {
	text-align:center;	
	margin:5px 0 5px 0;
	/*min-height:180px;*/

}
#subcont03 div, #subcont04 div {
	display:inline-block;
	width:50%;
	margin:0px -4px 0 0;
}
#subcont05 div {
	width:100%;
	box-sizing:border-box;
	margin:0 auto 0 auto;
	padding:0 20px 0 0px;
}
#subcont05 div p {
	text-align:center;
}
#subcont05 div img {
	
}
.puff {
	
}
.puff p {
	font-weight:400;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.puff p:hover {
	/*opacity:0.6;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: contrast(2);
	filter: contrast(2);*/
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
 	 transform: scale(1.1);
}
.puff p a:link, .puff p a:active, .puff p a:visited {
	/*display:block;
	min-height:180px;
	height:100%;
	color:#fff;
	font-size:140%;
	font-weight:400;
	text-shadow: 2px 2px 2px rgba(135, 135, 135, 1);
	text-decoration:none;
	text-transform:uppercase;
	opacity:1;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important;*/
}
.puff a:hover {
	opacity:1;
	font-weight:400;
}
.puff img {
	width:100%;
	height:auto;
}
.puff p:before {
	/*content:"text";
	color:black;
	text-indent:9999px!important;*/
}
.puff01 p {
	/*background-image: url(../images/puff01b.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;*/
}
.puff02 p {
	/*background-image: url(../images/puff02b.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;*/
}
.puff03 p {
	/*background-image: url(../images/puff03c.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;*/
}
.puff04 p {
	/*background-image: url(../images/puff04.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;*/
}
.items-row {
	height:auto;
	clear:both;
	padding:0;
	/*margin:0 0 -3px 0;*/
	margin:0 0px 10px 20px;
	overflow:hidden;
}
.row-0 {
	margin-top:20px;
}
#news .items-row {
	margin:0 0 10px 0;
}
.item.column-1 {
	margin-left:0;
	margin-right:5px;
}
.item.column-2  {
	/*float:right!important;*/
	margin-left:5px;
	margin-right:5px;
}
.item.column-3 {
	margin-left:5px;
	margin-right:0;
}
.item {
	/*width:50%;*/
	display:inline-block;
	width: calc(33% - 10px);
	float:left;
	/*max-height:250px;
	overflow:hidden;*/
	position:relative;
	padding:0;
	margin:0;
	overflow:auto;
}
#news .blog {
	width:66%;
	max-width:600px;
	margin:0 auto 0 auto;
}
#news .blog .item {
	width:100%;
	padding:10px 20px 0 0px;
	margin:0;
	/*background-color:#383838;*/

}

	
#news .blog .item-image {
	/*float:right;
	width:30%;
	margin-top:-45px;
	margin-right:40px;
	margin-left:20px;*/
	margin:10px 0 10px 0;
	
	
}
.item img {
	width:100%!important;
	height:auto;
	margin:0;
	padding:0;
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease;
	opacity:0.5;
}
.item img:hover {
	opacity:1;
}
#news .item img {
	
}

.item h2 {
	position:absolute;
	z-index:200;
	bottom:10px;
	left:10px;
	width:95%;
	text-align:center;
	
}
#news .blog .item h2 {
	position:static;
	margin-bottom:10px;
}
.blog .item p {
	margin:0;
	padding:0;
}
#news .blog .item p {
	margin-bottom:10px;
}
#news p, 
#news h2, 
#news h3, 
#news .blog .item ul,
#news .item-page ul {
	max-width:600px;
}
.blog .readmore {
	display:none;
	/*display:table;*/
}
.blog .readmore a {
	position:absolute;
	top:0;
	z-index:300;
	width:100%;
	height: calc(100% - 3px);
	opacity:0;
	margin:0;
	padding:0;
	/*font-size:300%;*/
	font-size:/*4vw*/200%;
	font-weight:300;
	line-height:7;
	text-decoration:none;
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease;
  	text-align: center;
	background-color:#303030;
	/*background-color:transparent;*/
	overflow:hidden;
	color:#fff;
}
#news .blog .readmore a {
	position:static;
	display:inline;
	font-size:100%;
	opacity:1;
	background-color:transparent;
	line-height:inherit;
	text-align:left;
	text-decoration:underline;
	color:#000;
}
.blog .readmore a:hover {
	opacity: 0.85;
	text-decoration:none;
}
#news .blog .readmore a:hover {
	text-decoration:none;
	opacity:1;
}
.article-info-term {
	display:none;
}
.published {
	font-size:85%;
	font-style:italic;
	color:#3E3E3E;
}
.moduletable_flass {
	position:absolute;
	z-index:100000;
	top:100px;
	right:0;
	font-size:90%;
	padding:20px;
	width:20%;
	max-width:460px;
	background-color:rgba(0,0,0,  0.6);
}
.moduletable_flass p {
	display:inline;
}
.flashdate {
	margin-top:10px;
	font-size:85%;
	display:block!important;
}
.moduletable_flass a {
	padding-left:3px;
}
.contact {
	width:50%;
	margin:20px;
	float:left;
}
.contact-form {
	margin-top:20px;
	/*width:50%;*/
}
.contact-form fieldset {
	border:none;

}
.contact-form .control-label {
	margin-bottom:5px;
}
.contact-form .control-group {
	margin-bottom:10px;
}
input[type=text], input[type=email], textarea {
	padding:2px;
}
#jform_contact_name, #jform_contact_email {
	width:66%;
	height:20px;
	border-radius:5px;
	
}
#jform_contact_emailmsg, #jform_contact_message {
	width:100%;
	height:20px;
	border-radius:5px;
	
}
#jform_contact_message {
	height:300px;
	width:100%;
	
}
.form-actions {
	text-align:left;
}
button.btn {
	height:30px;
	width:120px;
	text-align:center;
	border-radius:10px;
	font-size:110%;
}
.mfp-bg {
	opacity:1!important;
}
.tooltip {
	color:#000;
	background-color:red;
}
.icons {
	display:none;
}
@media only screen and (max-width: 960px) {
body {
	background-color:#000;
}
#container {
	border:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	box-shadow:none;
	background-color:#e0e3e7;
}
#tag {
	right:20px;
	top:-210px;
	width:160px;
	height:516px;

}
.nav li {
	font-size:80%;
}	
.bot li {
	margin:0 0 10px 0;
}
#subcont02 div {
	/*width: 50%;*/
}
#below {
	float:none;
	width:auto;
}
/* ------------ NEW -----------------*/
#personell .newsflash-horiz li {
	width:100%;
	margin:0 0 55px 0;
}

#personell .newsflash-horiz li:nth-child(2n+2) {  
  /*float:right;
  margin-right:0;*/

}

/* ------------ END ------------*/
}
@media only screen and (max-width: 800px) {

#tag {
	right:20px;
	top:-135px;
	width:100px;
	height:323px;

}
.introtext {
	width:auto;
	margin:20px;
	text-align:center;
}	
.nav {
	/*width:60%;*/
}

}
@media only screen and (max-width: 640px) {
#desk {
	display:none;
}
#mob {
	display:block;
}
/*.moduletable_homelogo {
	top:inherit;
	bottom:20px;
}*/

#container {
	margin-top:0;
}
#formulaeret #container {
	background-position:left 40px;
}
#header {
	height:40px;
	background-image:none;
	z-index:initial;
}
.introtext {
	
	
}
.logos {
	width: 100% !important;
}

.logos img {
	width: 40%;
}
.puff p:hover {
	/*opacity:0.6;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: contrast(2);
	filter: contrast(2);*/
	-moz-transform: none;
  	-webkit-transform: none;
 	 transform: none;
}
#jmsmenuwrap {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:40;
}

.mobile-menu .slicknav_menu, .slicknav_btn_wrap {
	background:#303030!important;
}
.mobile-menu .slicknav_btn {
	 border:none!important;	
}
.homelog {
	display:block;
	position:fixed;
	z-index:50;
	top:0px;
	right:0px;
	text-indent:-9999px;
	
}
.homelog a {
	display:block;
	background-image: url(../images/ss_moblogo40.png);
	/*background-size:auto 11px;*/
	background-repeat: no-repeat;
	background-position: left top;
	height:40px;
	width:106px;
}
.page-header h1 {
	margin-top:10px;
	
}
.page-header h2 {
	font-size:100%;
}
.topsub, .menu_topsub {
	display:none;
}	
.category-desc, div [itemprop="articleBody"] p {
	width:100%;
}
div.flexslider {
	/*margin-top:-10px;*/
}
#hem div.flexslider {
	/*margin-top:40px;*/
}
.moduletable_flass {
	position:static;

	font-size:100%;
	padding:20px;
	width:auto;
	max-width:100%;
	background-color:transparent;
	border-bottom:1px solid #000;
}
.moduletable_flass p {
	display:block;
}
.blog .readmore a {
	font-size:200%;
	line-height:5;
}
.flashdate {
	margin-top:10px;
	font-size:85%;
	display:block!important;
}
.moduletable_flass a {
	padding-left:0;
}

#below {
	float:none;
	width:auto;
}
.contact {
	float:none;
	width:auto;
}
.contact-form {
	margin-top:20px;
	width:100%;
}
.item-page .sigProContainer {
	margin-top:10px!important;
	margin-left:0!important;
}
.sigProThumb {
	float:none!important;
	width:100%!important;
	margin:10px 0px 10px 0px!important;
}

ul.sigProSleek li.sigProThumb a.sigProLink {
	border:none;	
}
ul.sigProSleek li.sigProThumb a.sigProLink, ul.sigProSleek li.sigProThumb a.sigProLink:hover {
	width:100%!important;	
}
ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg {
	background-size:cover;
	width:100%!important;
		
}
/*#personell .newsflash-horiz li {
	width:calc(50% - 20px);
	float:left;
	margin:0 25px 20px 0;

}

#personell .newsflash-horiz li:nth-child(2n+2) {  
  float:right;
  margin-right:0;

}*/
.mappo a {
	height: 200px;
}
}
@media only screen and (max-width: 480px) {

body {
	
}
#tag {
	right:10px;
	top:-105px;
	width:85px;
	height:275px;

}
#topper {
	
	padding-bottom:0px;
}
#hem #topper, #kit-taevling #topper {
	height:200px;
	/*background-image:url(../images/andreas_topper_480_3.jpg);*/
	background-size:cover;
	background-repeat:no-repeat;
}
#app #topper, #app .page-header, #app #tag/*, .flexslider*/ {
	display:none;
}
#app .item-page {
	margin-top:0;
}
#container, #b3 #container {
	max-width:100%;
	margin:0;
}
#formulaeret .item-page {
	text-align:left;
}
#chronoform-formularet {
	width:100%;
	margin-top:20px;
	margin-right:0;
	margin-left:0;
	padding:10px;
}
#dropdown, #chronoform-formularet input {
	width:100%!important;
}
#chronoform-formularet label {
	font-size:0.8em;	
}
.gbs3 .gcore-display-table {
	display:block!important;
}
#content {
	overflow:visible;
}
.introtext {
	width:auto;
	max-width:auto;
	margin:10px 10px 30px 10px;
}
.introtext img {
	width:100%;
	height:auto;
}
.introtext img:hover {
	opacity:1;
}
#below {
	margin:10px;
}
#below iframe {
	max-height:400px!important;
}
#subcont02 div, #subcont03 div, #subcont04 div, #subcont05 div {
	width: 100%;
}
#subcont02 div {
	padding: 0;
	margin: 0 0 10px 0;
	
}
.puff p {
	font-size:80%;
	
}
.puff02 img {
	/*margin-left:-23px;*/
}
.items-row {
	height:auto;
	clear:none;
	padding:0;
	margin:0 10px 0 5px;
}
h1 {
	font-size:120%!important;
}
#main {
	
}
.item {
	width:100%;
	float:none;
	
}
#news p, 
#news h2, 
#news h3, 
#news .blog .item ul,
#news .item-page ul {
	max-width:100%;
}
#news .item-page {
	width:auto;
	margin-left:10px;
	margin-right:10px;
}
#news .blog .item {
	width:auto;
	padding:10px 10px 0 10px;
}
#news .blog .item-image {
	float:none;
	width:100%;
	margin-top:10px;
	margin-right:20px;
	margin-left:0;
}
.blog .readmore a {
	font-size:200%;
	line-height:8;
}
#mainleft {
	width:auto;
	float:none;
	margin:0;
	font-size:1.5em;
}

#mainright {
	width:100%;
	float:none;
}
.artleft, .artright {
	float:none;
	width:auto;
	margin:0 0 20px 0;
}
.artright {
	
}
.artright img {
	width:calc(50% - 5px);
	
}
.artright p, .artright h3, .artright h2, .artright ul {
	margin-right:0!important;
}
.artleft p {
	margin:0 10px 10px 0px;
}
.artleft p:first-child, .artleft p:last-child {
	margin-top:10px;
	margin-bottom:10px;
}
.artleft h2, .artleft h3, .artleft h4, .artleft ul, .artleft img {
	margin-left:0px;
	margin-right:0;
	margin-bottom:5px;
}
.artleft h2, .artright h2 {
	font-size:1.2em;
}
.sigProThumb {
	float:none!important;
	width:100%!important;
}
ul.sigProSleek li.sigProThumb a.sigProLink {
	border:none;	
}
ul.sigProSleek li.sigProThumb a.sigProLink, ul.sigProSleek li.sigProThumb a.sigProLink:hover {
	width:100%!important;	
}
ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg {
	background-size:cover;
	width:100%!important;
		
}
#footer {
	font-size:110%;
	margin:0px!important;
	padding:10px;
	border-top:none;
}
.item-page {
	margin-top:10px;
}
.item-page + #footer, #news #footer, #kontakt #footer, #kontakt-new #footer {
	padding: 10px 0 0 0;
	margin:10px;
	background-image: url(../images/onepix.gif);	
	background-repeat: repeat-x;
}
.bot {
	width:100%!important;
	float:none;
	text-align:center;
	margin:0 0 10px 0;
	font-size:100%;
}
.bot04 {
	float:none;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	width:100%;
	font-size:80%!important;
}
.bot04 span {
	display:block;
}
.topadress {
	padding:10px;
	width: 66%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#subcont02 {
	margin-left:10px;
}
#subcont02 div p {	
	margin:0;

}
.item.column-1 {
	margin-left:5px;
}
.category-desc {
	width:auto;
	max-width:auto;
	margin:20px 10px 10px 10px;
	
}
.category-desc h1 {
	font-size:120%;
}
#news .blog {
	width:auto;
	max-width:auto;
	margin:0;
}
.contact {
	width:auto;
	margin:10px;
}
#personell .newsflash-horiz li {
	margin-bottom:10px;
}
#personell img {
	float:none!important;
	margin:0;
}
}