html {

}
body {
	background: #f4f4f4;
	padding-top: 138px;
}
body .showStandard {
	display: block;
}
body .showTemp {
	display: none;
}
body#tempStart .showStandard {
	display: none;
}
body#tempStart .showTemp {
	display: block;
}
::selection {
  background: #dd042b; /* Safari */
  }

::-moz-selection {
  background: #dd042b; /* Firefox */
}

#wrap {
	margin:40px auto;
	text-align:left;
	width:1140px;
}

#mainInner.startpage h1,
#mainInner.startpage h2 {
	text-align: center;
}
#mainInner.startpage h2 {
	margin-bottom: 50px;
}

#tempStart #mainInner.startpage h1,
#tempStart #mainInner.startpage h2 {
	text-align: left;
}
#tempStart #mainInner.startpage h2 {
	margin-bottom: 20px;
}

/*** Containers */

.outer-container:after,
.inner-container:after,
#mainInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.outer-container {
	width: 100%;
	display: block;
	clear: both;
}
.inner-container {
	display: block;
	clear: both;
	width: 1140px;
	margin: 0px auto;
}

.btnStandard {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #696969;
	background: transparent;
	border: 2px solid #f3f3f3;
	padding: 0 15px;
	line-height: 30px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btnStandard:hover {
	color: #fff;
	background: #dd042b;
	border-color: #dd042b;
}
.btnStandardWhite {
	color: #fff;
	border-color: #fff;
}
.btnStandardWhite:hover {
	color: #dd042b;
	background: #fff;
	border-color: #fff;
}

.column-2 {
	float: left;
	width: 48.611111111111%;
	margin: 0 2.777777777778% 30px 0;
}
.column-2:nth-child(2n) {
	margin-right: 0;
}

/*** TEMP */

#tempSlogan {
	position: absolute;
	top: 29px;
	right: 0;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	color:#1d1d1b;
	text-transform: uppercase;
	font-size: 13px;
	text-align; right;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body.fixed #tempSlogan {
	top: 13px;
}
.startBox {
	margin-bottom: 40px;
	overflow: hidden;
}
#platsAnnons {
	margin-top: 50px;
}
#platsAnnons h2.subHeading {
	font-size: 28px;
}

/*** SIDHUVUD */

#fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.fixed #fixedHeader {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

#topper-outer {
	background: #f5f5f5;
}
#topper {
	
}
.topperShortcuts {
	float: left;
	position: relative;
}
.topperShortcuts span {
	float: left;
	position: relative;
	color: #1d1d1b;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	cursor: pointer;
}
.topperShortcuts span i {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.topperShortcuts span i.bt-briefcase {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	font-size: 18px;
	color: #dd042b;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.topperShortcuts span:hover i.bt-briefcase {

}
.topperShortcuts span i.bt-angle-down {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 9px;
	color: #1d1d1b;
}
.topperShortcuts span.expanded i.bt-angle-down {
	top: 14px;
}
.topperShortcuts span i.bt-angle-up {
	position: absolute;
	top: 13px;
	right: 0;
	font-size: 9px;
	color: rgba(29,29,27,0);
}
.topperShortcuts span.expanded i.bt-angle-up {
	top: 17px;
	color: rgba(29,29,27,1);
}
.topperShortcuts ul {
	position: absolute;
	top: 40px;
	left: 0;
	list-style-type: none;
	padding: 15px 0;
	margin: 0;
	z-index: 900;
	background: #ededed;
	min-width: 220px;
	display: none;
}
.topperShortcuts ul li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 20px;
}
.topperShortcuts ul li:first-child {
	padding-top: 0;
}
.topperShortcuts ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.topperShortcuts ul li a {
	font-size: 14px;
	color: #1d1d1b;
	position: relative;
	width: 100%;
	display: block;
}
.topperShortcuts ul li a:hover {
	color: #dd042b;
}
.topperShortcuts ul li a i {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 9px;
	color: #dd042b;
}

#header .topperShortcuts {
	display: none;
	float: right;
}
#header .topperShortcuts span {
	padding-left: 20px;
    padding-right: 41px;
    line-height: 60px;
    font-size: 18px;
}
#header .topperShortcuts span i.bt-briefcase {
	top: 18px;
	left: auto;
	right: 0;
	font-size: 24px;
	line-height: 24px;
}
#header .topperShortcuts span i.bt-angle-up,
#header .topperShortcuts span i.bt-angle-down {
    right: auto;
    left: 0;
}
#header .topperShortcuts span i.bt-angle-up {
    top: 23px;
}
#header .topperShortcuts span i.bt-angle-down {
    top: 26px;
}
#header .topperShortcuts span.expanded i.bt-angle-up {
    top: 27px;
}
#header .topperShortcuts span.expanded i.bt-angle-down {
    top: 24px;
}
#header .topperShortcuts ul {
    top: 60px;
    left: 50%;
    margin-left: -110px;
}

#topperContact {
	float: right;
}
#topperContact a {
	float: right;
	position: relative;
	color: #1d1d1b;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	margin-left: 18px;
	padding-right: 32px;
	font-family: 'Source Sans Pro', sans-serif;
}
#topperContact a i {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	font-size: 18px;
	width: 20px;
	color: #dd042b;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#topperContact a:hover i {
	
}


#header-outer {
	background: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header {
	height: auto;
	position: relative;
	text-align: left;
	width: 1140px;
}

#contactHeader {
	position: absolute;
	top: 52px;
	right: 20px;
}
#contactHeader a {
	float: right;
	color: #dd042b;
	position: relative;
	display: block;
	clear: both;
	font-size: 18px;
	padding: 10px 55px 10px 0;
	margin-bottom: 15px;
}
#contactHeader a i {
	position: absolute;
	font-size: 26px;
	line-height: 38px;
	width: 38px;
	border: 2px solid #dd042b;
	text-align: center;
	top: 0;
	right: 0;
	color: #dd042b;
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#contactHeader a.contactPhone {
	margin-bottom: 0;
}
#contactHeader a.contactPhone i {
	font-size: 30px;
}
#contactHeader a:hover {
	
}
#contactHeader a:hover i {
	color: #fff;
	background: #dd042b;
}

#header #homeLink {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 139px;
	height: 38px;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body.fixed #header #homeLink {
	height: 25px;
	padding: 20px 0;
}
#homeLink img {
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#homeLink img#logo-big {
	top: 30px;
}
#homeLink img#logo-small {
	top: -30px;
}
body.fixed #homeLink img#logo-big {
	top: 105px;
}
body.fixed #homeLink img#logo-small {
	top: 20px;
}

/*** Meny */

#menu-outer {
	overflow: visible;
}
#menu-inner {
	overflow: visible;
	width: 1140px;
	background: #fff;
}
#menu {
	padding: 0 0 0 0;
	margin: 0;
	position: absolute;
	top: 29px;
	right: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body.fixed #menu {
	top: 13px;
}

#contactMenu {
	display: none;
	float: right;
	margin: 0 15px 0 0;
	line-height: 60px
}
#contactMenu a {
	float: left;
	color: #1d1d1b;
	font-size: 24px;
	margin: 0 0 0 8px;
	font-family: 'Source Sans Pro', sans-serif;
}
#contactMenu a i {
	color: #dd042b;
}
#contactMenu a#contactMenuPhone {
	font-size: 18px;
	position: relative;
	padding-right: 41px;
}
#contactMenu a#contactMenuPhone i {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 24px;
}
#contactMenu a#contactMenuMail {
	margin: 18px 0 0 15px;
}
#contactMenu a:hover {
	color: #1d1d1b;
}

a#bookNow {
	position: absolute;
	color: #fff;
	background: #1283AF;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 66px;
	padding: 0 15px 0 70px;
}
a#bookNow i {
	position: absolute;
	font-size: 25px;
	left: 15px;
	top: 12px;
	background: #FFF;
	color: #1283AF;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a#bookNow:hover {
	color: #fff;
	background: #0A56A1;
	padding-right: 35px;
}
a#bookNow:hover i {
	color: #0A56A1;
}

/*** Toptext */

#topInfoOuter {
	background: url("/grafik/bg-slide.jpg") no-repeat 50% 60%;
}
#topInfoInner {
	padding: 70px 0;
}
#topInfoLeft {
	float: left;
	width: 57.456140350877%;
	color: #fff;
}
#topInfoLeft p,
#topInfoLeft h2,
#topInfoLeft h3 {
	color: #fff;
}
#topInfoLeft h2 {
	font-family: 'Play', sans-serif;
	font-weight: 400;
	font-size: 36px;
}
#topInfoLeft h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 25px;
}
#topInfoLeft .btn {
	margin: 10px 10px 0 0;
	position: relative;
	padding-right: 40px;
}
#topInfoLeft .btn i {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 21px;
}

#topInfoRight.showTemp {
  float: right;
  width: 30%;
  font-family: 'Suomi Hand', cursive;
  font-size: 36px;
  color: #FFF;
  background: #F12046;
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
#topInfoRight #topInfoRightIcons {
  position: absolute;
  bottom: 0px;
  right: -20px;
  z-index: 1;
  color: #E41F43;
  font-size: 80px;
  -ms-transform: rotate(-30deg); /* IE 9 */
  -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
  transform: rotate(-30deg);
}
#topInfoRight #topInfoRightIcons i {
  margin-right: 10px;
}
#topInfoRight span {
  position: relative;
  z-index: 5;
}

#topInfoRight.showStandard {
  float: right;
  width: 33%;
}

/*** STARTPUFFAR */

#puffsContainer {
	
}
ul#startPuffs, ul#startPuffs li {
	margin:0;
	padding:0;
	list-style:none;
}
ul#startPuffs {
	display: block;
	overflow: hidden;
}
ul#startPuffs li {
	margin: 0 0 30px 0;
	display: block;
	width: auto !important;
	background: #c20527;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul#startPuffs li:hover {
	background: #B30222;
}
ul#startPuffs li:last-child {
	margin-bottom: 0;
}
ul#startPuffs li .inner {
	
}
ul#startPuffs li .inner img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/*width: 100% !important;*/
}
ul#startPuffs li .puff-img {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 100px;
	text-align: center;
	background: #dd042b;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul#startPuffs li:hover .puff-img {
	padding-right: 10px;
}
ul#startPuffs li .puff-img:after {
	content: "";
	display: block;
	position: absolute;
	top: 36px;
	right: -28px;
	border-left: 14px solid #dd042b;
	border-bottom: 14px solid rgba(0, 0, 0, 0);
	border-top: 14px solid rgba(0, 0, 0, 0);
	border-right: 14px solid rgba(0, 0, 0, 0);
}
ul#startPuffs li .puff-img a {
	display: block;
}
ul#startPuffs li .puff-img i {
	line-height: 100px;
	font-size: 36px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul#startPuffs li:hover .puff-img i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
ul#startPuffs li div, ul#startPuffs li div a {
	color:#fff; 				/* Intro-text-färg */
}
ul#startPuffs li .inner div.introButton {
	display: block;
}
ul#startPuffs li h2 {
	display: table;
	width: 100%;
	height: 100px;
	margin-bottom: 0;
}
ul#startPuffs li h2 a {
	color: #fff;
	font-family: 'Play', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0 20px 0 127px;
	display: table-cell;
	vertical-align: middle;
}
ul#startPuffs li:hover h2 a {
	color: #fff;
}
ul#startPuffs li div div.introButton p {
	
}
ul#startPuffs li .inner .puffBtn a {
	display: none;
}
ul#startPuffs li .inner:hover .puffBtn a {
	
}

/*** SERVICES */

ul#servicesPuffs, ul#servicesPuffs li {
	margin:0;
	padding:0;
	list-style:none;
}
ul#servicesPuffs {
	display: block;
	font-size: 0;
}
ul#servicesPuffs li {
	margin: 0 0 60px 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 33.3333333333333% !important;
	position: relative;
	font-size: 16px;
}
ul#servicesPuffs li:nth-child(4),
ul#servicesPuffs li:nth-child(5),
ul#servicesPuffs li:nth-child(6) {
	margin-bottom: 0;
}
ul#servicesPuffs li .inner {
	text-align: center;
}
ul#servicesPuffs li .inner img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/*width: 100% !important;*/
}
ul#servicesPuffs li .puff-img {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	width: 78px;
	text-align: center;
	background: #dd042b;
	border: 2px solid #dd042b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
ul#servicesPuffs li:hover .puff-img {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
ul#servicesPuffs li .puff-img:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -28px;
	right: 50%;
	margin-right: -14px;
	border-top: 14px solid #dd042b;
	border-bottom: 14px solid rgba(0, 0, 0, 0);
	border-left: 14px solid rgba(0, 0, 0, 0);
	border-right: 14px solid rgba(0, 0, 0, 0);
}
ul#servicesPuffs li .puff-img a {
	display: block;
	color: #fff;
	position: relative;
	height: 78px;
}
ul#servicesPuffs li .puff-img i {
	line-height: 78px;
	font-size: 35px;
}
ul#servicesPuffs li .puff-img a img {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -22px -22px 0 0;
	width: 44px;
}
ul#servicesPuffs li div, ul#servicesPuffs li div a {
	color:#696969; 				/* Intro-text-färg */
}
ul#servicesPuffs li .inner div.introButton {
	display: block;
	text-align: center;
	margin-top: 45px;
	padding: 0 30px;
}
#mainInner.startpage ul#servicesPuffs li h2 {
	margin-bottom: 20px;
}
ul#servicesPuffs li h2 a {
	color: #1d1d1b;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	text-transform: uppercase;
}
ul#servicesPuffs li:hover h2 a {
	color: #1d1d1b;
}
ul#servicesPuffs li div div.introButton p {
	line-height: 24px;
	margin-bottom: 25px;
}
ul#servicesPuffs li .inner a.puffBtn  {
	
}
ul#servicesPuffs li .inner a.puffBtn:hover {
	color: #fff;
}

/*** CONTENT */

#content {
	padding: 70px;
	background: #fff;
}
#tempStart #content {
	margin-bottom: 40px;
}
#content #mainCol {
	width: 66%;
	float: left;
	margin-bottom: 15px;
}
#content #mainCol.wideCol {
	width:100%;
	float:left;
}
#content #mainCol.wideCol .subMenuRight .pageContainer {
	padding: 0;
}
#content #mainInner {
	padding: 0;
}
#mainInner div.pageContainer img {
	max-width: 100% !important;
}
#mainInner.startpage div.pageContainer {
	margin: 0 0 5px 0;
	width: 100%;
}
#content #secCol {
	width: 32%;
	float: right;
}
.widePage #content #mainCol {
	width:100% !important;
}
.widePage #content #mainInner,
#content #mainCol.wideCol #mainInner {
	padding: 0px;
}
#startHeading {
  display: block;
  position: relative;
  padding-bottom: 50px;
}
#startHeading h1 {
	margin-bottom: 10px;
}
#startHeading:after {
	content: "";
	position: absolute;
	width: 200px;
	height: 4px;
	background: #dd042b;
	left: 0;
	bottom: 24px;
}


/*** NYHETER BUBBLE-STYLE */

#newsOuter {
	background: url("/grafik/bg-news.jpg") no-repeat 50% 50%;
	background-size: 100%;
}
#newsOuterOverlay {
	background: url("/grafik/bg-news-overlay.png");
}
#newsInner {
	padding: 50px 0;
}
#newsInner h2,
#newsInner h2.subHeading {
	color: #fff;
	text-align: center;
}
#newsInner h2 {
	margin-bottom: 50px;
}
#newsInner h2.subHeading {
	margin-bottom: 10px;
}
.newsBillsWrap {
	display: block;
	margin: 0 0;
}
.newsBills2 {
	text-align: center;
}
.newsBills2 ul, .newsBills2 ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.newsBills2 ul {
	font-size: 0;
}
.newsBills2 ul li {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	width: 48.2456140350875%;
	margin: 0 3.508771929825% 0 0;
	font-size: 16px;
}
.newsBills2 ul li:nth-child(2n) {
	margin-right: 0;
}
.newsBills2 ul li .newsSlot {
	position: relative;
	padding-left: 188px;
}
.newsBills2 ul li .newsImg {
	position: absolute;
	top: 50%;
	left: 0;
	width: 156px;
	height: 156px;
	margin-top: -78px;
	overflow: hidden;
	background-size: cover !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsBills2 ul li .newsImg .newsImgContainer {
	position: absolute;
	left: -75px;
	width: 300px;
	text-align: center;
}
.newsBills2 ul li .newsImg .newsImgContainer:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(221,4,43,0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsBills2 ul li:hover .newsImg .newsImgContainer:after {
	background: rgba(221,4,43,0.5);
}
.newsBills2 ul li .newsImg .newsImgContainer img {
	max-width: 300px;
	max-height: 300px;
	position: relative;
	z-index: 5;
}
.newsBills2 ul li:nth-child(3) {
	margin-right: 0;
}
.newsBills2 ul li .text {
	display: block;
}
.newsBills2 ul li .textInner {
	
}
.newsBills2 ul li img.tn {
	
}
.newsBills2 ul li h3 {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  font-family: 'Play', sans-serif;
}
.newsBills2 ul li h3 a {
  color: #fff;
  font-weight: 400;
}
.newsBills2 ul li h3 b {
  color: #fff;
  font-weight: 400;
}
.newsBills2 ul li .text h3 a:hover {
	color: #dd042b;
}
.newsBills2 ul li .news-content {
	display: block;
}
.newsBills2 ul li .news-content span {
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.newsBills2 ul li .news-content p {
	font-size: 16px;
	color: #fff;
}
.newsBills2 ul li .news-content a {
	color: #fff;
}
.newsBills2 ul li .news-content a:hover {
	color: #dd042b;
}

.newsBills2 a.btnStandard {
	margin: 50px 0 10px;
}

#newsArchive .newsBills2 ul li .news-content a,
#newsArchive .newsBills2 ul li .news-content p,
#newsArchive .newsBills2 ul li .news-content span {
    color: #696969;
}
#newsArchive .newsBills2 ul li {
	display: block;
	width: 100%;
	margin: 0 0 40px;
}
#newsArchive .newsBills2 ul li .news-content {
	width: 70%;
}

.newsBody {
	width: 70%;
}

/*** SIDFOT */

h2#snapWidgetHeading {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	background: #dd042b;
	margin: 0;
	font-size: 18px;
	padding: 10px 0;
}
h2#snapWidgetHeading a {
	color: rgba(255,255,255,1);
}
h2#snapWidgetHeading a:hover {
	color: rgba(255,255,255,0.7);
}
#snapWidgetContainer {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

#footerContactOuter {
	background: url('/grafik/bg-contact.jpg') 50% 50%;
	background-size: auto 100%;
}
#footerContact {
	padding: 40px 0;
	color: #fff;
	text-align: center;
}
#footerContact .pageContainer {
	text-align: center;
	padding: 0 220px;
}
#footerContact p,
#footerContact h2 {
	color: #fff;
}
#footerContact p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}
#footerContact h2 {
	font-family: 'Play', sans-serif;
}

#footerUpperOuter {
	background: #282828;
}
#footerUpper {
	font-weight: 300;
	color: #cbcbcb;
	padding: 45px 0;
}
#footerUpper ul#footerMenus {
	font-size: 0;
}
#footerUpper ul#footerMenus  li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 23.026315789474%;
	font-size: 14px;
	padding: 0;
	margin: 0 2.631578947368% 0 0;
	list-style-type: none;
}
#footerUpper ul#footerMenus li:last-child {
	margin-right: 0;
}
#footerUpper ul#footerMenus li a {
	color: #cbcbcb;
}
#footerUpper ul#footerMenus li a:hover {
	color: #dd042b;
}
#footerUpper ul#footerMenus li h3 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}
#footerUpper ul#footerMenus li ul {
	display: block;
}
#footerUpper ul#footerMenus li ul li {
	display: block;
	width: auto;
	margin: 0 0 3px;
}

#footer-outer {
	background: #232323;
}
#footer-inner {
	color: #fff;
	width: 1140px;
	position: relative;
}
#footer-box {
	margin: 0;
	padding: 30px 0;
}
#footerLogo {
	float: right;
	width: 100%;
	text-align: center;
}
#footer-box #first-column .cert-aaa-logo .cert-aaa {
	max-width: 180px;
	width: 100%;
}

#footer-inner .pageContainer {
	float: left;
	line-height: 24px;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
	margin-bottom: 0;
}
#footer-inner .footer-column .pageContainer {
	text-align: left;
}
#footer-inner .pageContainer h3,
#footer-inner .pageContainer h4 {
	color: #fff;
	font-weight: 400;
}
#footer-inner .pageContainer a {
	color: #cbcbcb;
	font-weight: 300;
}
#footer-inner .pageContainer a:hover {
	color: #dd042b;
}
#footer-inner .pageContainer h3,
#first-column h3 {
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
}
#footer-inner .pageContainer h4 {
	font-size: 14px;
}
#footer-inner .pageContainer,
#footer-inner .pageContainer p {
	color: #cbcbcb;
	font-size: 14px;
	font-weight: 300;
}
.footer-column {
	float: left;
	width: 31.48148148148133%;
	margin-right: 2.777777777778%;
}
#third-column.footer-column {
	margin-right: 0;
}

#first-column input[type="text"],
#first-column input[type="submit"] {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
#first-column input[type="text"] {
    margin-bottom: 20px;
    background: #313131;
    border: 0;
    outline: 0;
    padding: 11px;
    color: #cbcbcb;
    width: 65%;
}
#first-column input#newsletterName {
	margin: 20px 0 10px;
}
#first-column #newsletterReg span,
#first-column #newsletterReg input {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #cbcbcb;
}
#first-column #newsletterReg input[type="submit"] {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
#first-column #newsletterReg input[type="submit"]:hover {
	color: #232323;
}

#copyrightLinkOuter {
	overflow: hidden;
	background: #232323;
}
#copyrightLinkInner {
	overflow: hidden;
	width: 1140px;
	margin: 0 auto;
}
#copyrightLink {
	overflow: hidden;
	padding: 20px 0;
	margin: 0;
	text-align: center;
	color: #cbcbcb;
	font-size: 14px;
	font-weight: 300;
}
#copyrightLink a {
	color: #cbcbcb;
}
#copyrightLink a:hover {
	color: #dd042b;
}

.copyLeft,
.copyRight {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	width: 50%;
	text-align: left;
}
.copyRight {
	text-align: right;
}

/*** Scroll top */
#to-top {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 0;
	top: auto;
	width: 69px;
	height: 69px;
	z-index: 996;
	cursor: pointer;
}
#to-top.to-top-show {
	display: block;
}
#to-top-text {
	position: fixed;
	width: 45px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	font-size: 24px;
	overflow: hidden;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#to-top-text:hover {
	background: rgba(0,0,0,0.8);
}
#to-top-text i {
	width: 45px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#to-top-text i.angle-1 {
	top: 12px;
}
#to-top-text i.angle-2 {
	top: 52px;
}
#to-top-text:hover i.angle-1 {
	top: -32px;
}
#to-top-text:hover i.angle-2 {
	top: 12px;
}

/*** UNDERMENY */
#subMenuButton {
	display: none;
	width: 100%;
	background: #dd042b;
	cursor: pointer;
}
#subMenuButton.expanded {
	background: #dd042b;
}
#subMenuButton span {
	float: left;
	padding: 15px;
	color: #FFF;
	padding-left: 40px;
	position: relative;
}
#subMenuButton span i {
	position: absolute;
	top: 14px;
	left: 15px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#subMenuButton.expanded span i {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#content #subMenuWrap {
	margin: 0 0 20px 0;
	width: 26.92%;
	float: left;
}
#content #subMenuWrap h2 {
	margin: 0;
	font-size: 18px;
	background: #f5f5f5;
	color: #0e121e;
	border-bottom: 4px solid #dd042b;
	padding: 10px 15px;
}
#content #subMenuWrap h2 i {
	margin: 0 5px 0 0;
}
#content ul#subMenu,
#content ul#subMenu li {
    margin: 0;
	padding:0;
	list-style:none;
}
#content ul#subMenu {
  display: block;
  margin: 0;
  border: 2px solid #F3F3F3;
  border-top: 0;
}
#content ul#subMenu li {
	display: block;
    margin: 0;
   	background-color:#fff;
}
#content ul#subMenu li a {
	display: block;
	font-size:16px;
	padding: 15px;
	color: #1d1d1b;
	position: relative;
}
#content ul#subMenu li a i {
	position: absolute;
	top: 22px;
    left: 15px;
	color: rgba(221,4,43,0);
	font-size: 7px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#content ul#subMenu li a:hover,
#content ul#subMenu li a.current {
	background: #f8f8f8;
	position: relative;
	padding-left: 30px;
}
#content ul#subMenu li a:hover i,
#content ul#subMenu li a.current i {
	color: rgba(221,4,43,1);
}
#content ul#subMenu li a:hover {
	
}

#content ul#subMenu.show {
	display: block;
}

.subMenuRight {
	float: right;
	width: 70%;
}
