/* == GLOBAL STYLES == */
body {
	font-family: 'Avenir LT Std';
	font-size: 16px;
	font-weight: normal;
}
ul {
	padding-left: 20px;
}
ul li {
	padding-bottom: 5px;
}
ul.compact li {
	padding-bottom: 0;
}
ul.noSpcUl {}
ul.noSpcUl li {
	line-height: 20px;
	padding-bottom: 0;
}
img {
	display: inline-block;
}
img.endArticle {
	display: inline-block;
	vertical-align: baseline;
}
a { color: #000; }
strong {
	font-weight: bold !important;
}
.color-theme-green{color: #6c7856 !important;}
.hrDotted { border-top: 1px dotted #999999; }
.hrSolid { border-top:  1px solid #999999; }
.hrSolidGreenx2 { border-top: 2px solid #116253; }
.noMargin { margin: 0 !important; }
.noMarginBtm { margin-bottom: 0 !important; }
.noMarginTop { margin-top: 0 !important; }
.marginBtm10 { margin-bottom: 10px !important; }
.noPadding { padding: 0 !important; }
.noBorder { border: 0 !important; }
.media .media-left img { max-width: inherit !important; }
.authorBtmRt {
	display: block;
	text-align: right;
	font-family: Conthrax Bk;
}
.authorBtmRt span{ font-family: 'Avenir LT Std'; }
.authorBtmLt{ text-align: left;}
.redaktoren-bottom-bg { width: 400px; }
.topSpacer {
	padding-top: 80px;
}
.topSpacer80 {
	padding-top: 80px;
}
.articleBox {
	position: relative;
}
.imgMedia.pull-left {
	margin-right: 20px;
}
.imgMedia.pull-right {
	margin-left: 20px;
}
/* == //GLOBAL STYLES == */
.colorBox .articleStripe { border-color: rgba(255, 255, 255, 0.5); }
.imgColorBox .colorBox h4 { font-size: 14px; }
p { margin-bottom: 0; }
p + p,
.forceIndent { text-indent: 25px; }
.noIndent,.imgCap { text-indent: 0; }
.displayblock { display: block !important; }
.displayinline { display: inline !important; }
.displayinlineblock { display: inline-block !important; }

/* == IMAGE BOXES == */
.imgCapBox {
	position: relative;
}
.imgCapBox .imgCap {
	position: absolute;
}
.mainImgBox {
	margin-bottom: 40px;
}
.mainImgBox1 {
	margin-left: inherit !important;
    margin-right: inherit !important;
}
.mainImgBox .mainImgCap {
	border-bottom: 1px solid #cccccc;
	font-family: 'Avenir LT Std';
	font-size: 13px;
	line-height: 16px;
	padding: 8px 0;
	text-indent: 0;
	font-style: italic;
}
.mainImgBox.half-value-banner{
	margin-left: 0px;
    margin-right: 0px;
}
.mainImgBox.half-value-banner .mainImgCap{
	margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 999px) {
	.mainImgBox {
		margin-left: -30px;
		margin-right: -30px;
	}
	.mainImgBox .mainImgCap {
		margin-left: 30px;
		margin-right: 30px;
	}
	.topSpacer {
		padding-top: 60px;
	}
	
}
@media (max-width: 767px) {
	.mainImgBox {
		margin-left: -15px;
		margin-right: -15px;
	}
	.mainImgBox .mainImgCap {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.imgBox {
	margin-bottom: 30px;
}
.imgBox img {
	margin-bottom: 8px;
}
.imgBox .imgCap,
.imgColorBox .imgCap {
	border-bottom: 1px solid #cccccc;
	font-family: 'Avenir LT Std';
	font-size: 13px;
	line-height: 16px;
	margin-top: 6px;
	padding-bottom: 10px; 
	font-style: italic;
}
.imgBox .imgCap1
{	
	font-family: 'Avenir LT Std';
	font-size: 13px;
	line-height: 16px;
	margin-top: 6px;
	padding-bottom: 10px; 
	font-style: italic;
}
.imgBox .imgCapNoBorder,
.imgColorBox .capBadge {
	border: 0;
}
.imgColorBox {
	margin-bottom: 30px;
}
.imgNumBox {
	margin-bottom: 30px;
	position: relative;
}
.imgNumBox img {
	width: 100%;
}
.imgNumBox .imgNum {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: #ffffff;
	font-family: "Doctrine Stencil";
	font-size: 24px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	width: 42px;
}
.imgNumBox .imgNum.numNoBg {
	background-color: transparent;
	bottom: 10px;
	right: 10px;
}
.imgNumBox .imgNum.numBig {
	font-size: 32px;
	font-weight: 600;
}
.imgNumBox .imgNum.imgNumLT {
	left: 20px;
	top: 20px;
}
.imgNumBox .imgNum.imgNumRT {
	right: 20px;
	top: 20px;
}
.imgNumBox .imgNum.imgNumBL {
	bottom: 20px;
	left: 20px;
}
.imgNumBox .imgNum.imgNumBR {
	bottom: 20px;
	right: 20px;
}
.imgBox .imgCap .capTitle {
	font-weight: 800;
}
.focusBox { margin-bottom: 30px; position: relative; }
.focusBox .boxTitle {
	background-color: #0078c1;
	color: #ffffff;
	font-family:'Conthrax Bk';
	font-size: 18px;
	margin: 0;
	overflow: hidden;
	padding: 6px 10px;
	position: relative;
}
.focusBox .boxTitle.htriangle { overflow: hidden; padding-left: 25px; }
.focusBox .boxContent {
	font-family: 'Raleway', sans-serif;
	padding: 10px;
}
.focusBox .boxContent .articlePTitle {
	font-size: 14px;
}
.boxContTitle {
	font-family: 'Conthrax Bk';
	margin-bottom: 15px;
	font-size: 18px;
}
.focusBox.boxBlue {
	border: 1px solid #489ebf;
	font-size: 75%;
	line-height: 1.5;
}
.focusBox.boxBlue2 {
	background-color: #dbe7f0;
}
.focusBox.boxBlue3 {
	background-color: #e0ecf3;
	border: 1px solid #0078c1;
	font-size: 85%;
	line-height: 1.5;
	border-radius: 10px;
	overflow: hidden;
}
.focusBox.boxBlue4 {
	background-color: #e2f0f2;
	border: 1px solid #55afb5;
	font-size: 85%;
	line-height: 1.5;
	border-radius: 10px;
}
.focusBox.boxBlue4 .boxTitle { background-color: #55afb5; }
.focusBox.boxbrown1 { border: 1px solid #a6968f; }
.focusBox.boxbrown1 .boxTitle { background-color: #a6968f; }
.focusBox.boxbrown1 .boxTitle.htriangle::before { background-color: #735e54; content: ''; height: 32px; left: -22px; position: absolute; top: 0; transform: rotate(45deg); width: 32px; }

.focusBox.boxGreen5 { border: 1px solid #949878; }
.focusBox.boxGreen5 .boxTitle { background-color: #949878; }
.focusBox.boxGreen5 .boxTitle.htriangle::before { background-color: #644b3e; content: ''; height: 32px; left: -22px; position: absolute; top: 0; transform: rotate(45deg); width: 32px; }

.focusBox.boxGreen6 { border: 1px solid #768779; }
.focusBox.boxGreen6 .boxTitle { background-color: #768779; }
.focusBox.boxGreen6 .boxTitle.htriangle::before { background-color: #9ca89e; content: ''; height: 32px; left: -22px; position: absolute; top: 0; transform: rotate(45deg); width: 32px; }

.focusBox.boxGreen7 { border: 1px solid #4d5538; }
.focusBox.boxGreen7 .boxTitle { background-color: #4d5538; }
.focusBox.boxGreen7 .boxTitle.htriangle::before { background-color: #9ca89e; content: ''; height: 32px; left: -22px; position: absolute; top: 0; transform: rotate(45deg); width: 32px; }

.focusBox.boxBlue3 .boxTitle,
.focusBox.boxBlue3 .boxContent {
	padding: 10px 20px;
}
.focusBox.boxBlue4 .boxTitle,
.focusBox.boxBlue4 .boxContent {
	padding: 10px 20px;
}
.focusBox .boxTitle.hastriangle { padding-right: 40px; }
.focusBox.boxBlue3 .boxContent {
	font-family: 'Avenir LT Std';
}
/* == //IMAGE BOXES == */
/* gutterless cols styles */
.gutter0x { margin-left: 0; margin-right: 0; }
.gutter0x [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

/* 10px gutter cols styles */
.gutter10x { margin-left: -5px; margin-right: -5px; }
.gutter10x [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

/* 20px gutter cols styles */
.gutter20x { margin-left: -10px; margin-right: -10px; }
.gutter20x [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

/* == AUTHOR BOX == */
.authorBox.goright {
	text-align: right;
}
.authorBox img {
	border: 1px solid #333333;
	float: right;
	margin-top: -1px;
	width: 120px;
}
.authorBox.boxLeft img {
	float: left;
}
.authorBox p {
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
}
.authorBox.havepic .authorBoxCont {
	margin-right: 140px;
}
.authorBox.havepic.boxLeft .authorBoxCont {
	margin-left: 140px;
}
.authorBoxCont h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 800;
}

@media (max-width: 767px) {
	.authorBox.boxLeft img {
		float: none;
	}
	.authorBox.havepic .authorBoxCont {
		margin: 0 !important;
	}
	.bottom-logo img {
    width: 35%;
	}
}
/* == //AUTHOR BOX == */

/* == ARTICLE == */
.articleTitle {
	margin-bottom: 40px;
}
.articleTitle h2 {
	font-family: 'Conthrax Rg';
	font-size: 52px;
	font-weight: 600;
	line-height: 1.1;
	margin: 10px 0;
	word-wrap: break-word;
}
.list-type01{
	list-style: none;
	 padding-left: 15px;
}
.list-type01 li{ 
	position: relative;
}

.list-type01 li::before{ 
	position: absolute;
	left: -10px;
	content: '-';
}
.block-cap{
	background: #154057;
	padding:10px;
	color: #fff;
	font-family: 'Avenir LT Std';
	font-size: 13px;
	line-height: 16px;	
	padding-bottom: 10px;
	font-style: italic; 
}
.articleTitle h3 { 
	font-family: 'Conthrax Bk'; 
	font-weight: normal; 
	font-size: 32px;
	line-height: 1;
	margin: 10px 0;
	word-wrap: break-word;
}
.articleTitle.smTitle h2 {
	font-size: 30px;
	line-height: 1;
}
.articleTitle.smTitle h3 {
	font-size: 22px;
	line-height: 1;
}

.articleTitle .articleSubTitle {
	font-family: 'Conthrax Rg';
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	margin-top: 20px;
}
.articlePTitle {
	font-family: 'Conthrax Bk';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 5px;
	margin-top: 30px;
	word-wrap: break-word;
}
.colBorder {
	border-right: 1px solid #cccccc;
}
.articlePart {
	margin-bottom: 30px;
}
.articleStripe {
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	font-family: 'Conthrax Bk';
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 8px 0;
}
/* == //ARTICLE == */
/* == ADV BOXES == */
.adsPanel {margin-top: 80px;}
.advBox { margin-bottom: 30px; position: relative; }
.advBox > a {position: absolute; }
.advHalf { width: 50%; }
.advLink1a { bottom: 0%; height: 100%; left: 0%; width: 100%;}
.advLink2a { height: 2%; left: 57%; bottom: 2%; width: 13%; }
.advLink2b { height: 5%; left: 3.5%; top: 5%; width: 24%; }
.advLink2c { height: 2.5%; left: 12%; top: 14%; width: 13.5%; }
.advLink2d { bottom: 30%; height: 4.5%; left: 7%; width: 30.5%; }
.advLink3a { top: 2%; height: 15.5%; left: 0; width: 30.5%;}
.advLink3b { bottom: 20%; height: 3%; left: 38%; width: 30.5%; }
.advLink4a { bottom: 11%; height: 3%; right: 17%; width: 15%;}


/* == HEADER STYLES == */
#header {
	max-height: 54px;
}
.headerDark {
	background-color: #c5d8e7 !important;
}
/* == //HEADER STYLES == */
/* == TABLES == */
.table.table-border {
	border: 1px solid #dbe7f0;
}
tr {
	border-bottom: 0;
}
.table > thead > tr > th { 
	border-bottom: 1px solid #ddd !important;
	color: #000;
	font-family: 'Conthrax Bk';
	font-weight: 500;
}
.table > tbody > tr > td {
	font-size: 15px;
	border-bottom: 1px solid #dddddd;
	border-top: inherit;
}
.table-striped > tbody > tr > td { 
	border-bottom: none;
	font-size: 13px;
	border-top: none;
}
.table-striped > tbody > tr:nth-of-type(2n+2) {
	background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #dbe7f0;
}
.table-plain { border: 0 !important; }
.table-plain > thead > tr > th { background-color: transparent !important; border: 0 !important; color: #000000 !important; }
.table-plain > tbody > tr > td { border: 0 !important; }
.table-plain > thead > tr > th:first-child,
.table-plain > tbody > tr > td:first-child {
	padding-left: 0;
}
.table-color1 > thead > tr > th { background-color: #8bbfe8; border-bottom: 0 !important; border-left: 1px solid #ffffff; font-family: inherit; }
.table-color1 > tbody > tr > td { border-bottom: 0; border-left: 1px solid #ffffff; }
.table-color1 > tbody > tr.odd > td { background-color: #bad6f0; }
.table-color1 > tbody > tr.even > td { background-color: #f2ddc5; }
.table-color1 > tbody > tr.diff > td { background-color: #ebc8a4; }

.table-color2 > thead > tr > th {  }
.table-color2 > tbody > tr > td { border-bottom: 0; }
.table-color2 > tbody > tr.odd > td { background-color: #bad6f0; }
.table-color2 > tbody > tr.even > td { background-color: #8bbfe8; }
.table-color2 > tbody > tr.diff > td { background-color: #f2ddc5; }
/* == //TABLES == */
/* == TRIANGLE BG == */
.angleBgLeft {
	background: url(../images/blue-left-triangle-bg.png) no-repeat left top;
}
.angleBgRight {
	background: url(../images/blue-right-triangle-bg.png) no-repeat right top;
}
.kafoBox {
	background-position: left 35%;
}
/*-- //TRIANGLE BG --*/

/* == MODAL STYLES == */
.modalYoutube .modal-header {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.modalYoutube .modal-content {
	background-color: transparent;
	border: 0;
	box-shadow: none !important;
}
/* == //MODAL STYLES == */
/* == ADDING ZOOM ICON TO IMAGES == */
.fancybox {
	display: block;
	position: relative;
}
.fancybox::after {
	background: url(../images/elements/plus-icon.png) no-repeat center center;
	bottom: 20px;
	content: '';
	height: 34px;
	position: absolute;
	right: 20px;
	width: 34px;
	z-index: 2;
}
.fancybox.iconblack::after {
	background: url(../images/elements/plus-icon-black.png) no-repeat center center;
}
.mainImgBox .fancybox::after,
.fancybox.bigImg::after {
	background: url(../images/elements/img-icon.png) no-repeat center center;
	background-size: cover;
	bottom: 5%;
	content: '';
	height: 85px;
	position: absolute;
	right: 3%;
	width: 85px;
	z-index: 2;
}
.mainImgBox .fancybox.plusIcon::after {	
	background: url(../images/elements/plus-icon.png) no-repeat center center;
	bottom: 5%;
	height: 34px;
	right: 5%;
	width: 34px;
}
.imgPopupNone {
	pointer-events: none;
	cursor: default;
}
.fancybox.imgPopupNone::after {
	display: none;
}
@media (max-width: 767px) {
	.mainImgBox .fancybox::after,
	.fancybox.bigImg::after {
		height: 60px;
		width: 60px;
	}
}
/* == //ADDING ZOOM ICON TO IMAGES == */
/* == ADDING PLAY ICON TO VIDEOS == */
.linkRelative { position: relative; }
.ytVid {
	display: block;
	position: relative;
	cursor: pointer;
}
.ytVid::after,
.videopop:after {
	background: rgba(0, 0, 0, 0.3) url(../images/elements/play-icon.png) no-repeat center center;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.modalYoutube .modal-body { overflow: hidden; }
/* == //ADDING PLAY ICON TO VIDEOS == */

/* == HOMEPAGE ==*/
.bottom-ribbon {
	background-color: #6c7856;
	bottom: 70px;
	color: #fff;
	left: 0;
	padding: 8px 40px 8px 180px;
	position: absolute;
	right: 0;
	font-size: 15px;
	font-family: 'Conthrax Bk';
}
.bottom-ribbon span {	
	font-size: inherit;
}
.coverLogotop {
    margin-left: 40px;
}
.covernav {
	font-family: 'Raleway', sans-serif;
}
.covernav h2 { margin: 0;}
.covernav-left,
.covernav-right {
	line-height: 1;
}
.covernav-left {
	float: left;
	padding-left: 30px;
}
.covernav-right {
	float: right;
	padding-right: 30px;
}
.covernav-right * { text-align: right !important; }
.covernav h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;	
}
.covernav h2.hasShadow {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.covernav-01 { margin-top: 100px; }
.covernav-01 > div { margin-bottom: 8px; }
.covernav-02 { bottom: 160px; right: 40px; position: absolute; }
.covernavMain { margin-bottom: 40px;}
.covernavMain h2 {
	color: #fff;
    font-size: 62px; 
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}
.covernavMain span { 
    display: block;
    font-weight: normal;    
    margin-top: 11px;
    font-size: 38px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0);
}
.covernavMain h3 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.covernav3 {
	margin-top: 15px;
}
.redaktorenHead {
	margin-bottom: 20px;
}
.redaktorenHead img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.redaktorenHead h2 {
    color: #6c7856;
    font-size: 30px;
    font-weight: normal;
    font-family: Conthrax Bk;
    margin-top: 60px;   
}
.infoBoxWrap {
	background-color: #d0d2c7;	
	font-size: 11px;
	line-height: 1.3;
	padding: 40px 10px 30px;
}
.infoBox .infoTitle {	
	font-family: 'Conthrax Bk';
	font-size: 11px;
	line-height: 16px;
}
.infoBox {
	margin-bottom: 15px;
}
.issueNumber {
    font-family: 'Conthrax Sb';
    text-align: center;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
}
.infoBox .infoTitle,
.infoBox p {
	margin: 0;
} 
.redaktorenLogo {
    font-family: 'Conthrax Bk';
    font-size: 20px;
    display: block;
}
.infoBox .table > tbody > tr > td,
.infoBox .table > thead > tr > th { background-color: transparent; color: #111111; font-size: 11px; padding: 2px 0; }
.social p { margin-top: 5px; }
/* == INNHOLD PAGE == */
.innhold {
	font-family: 'Avenir LT Std';	
}
.pageTitle.innhold-category{
	color: #406687;
}
.hastriangle.innhold-category::after {
    background: url(../images/elements/target1.png) no-repeat;
    height: 24px;
    width: 25px;
    right: 10px;
    position: absolute;
    top: 6px;
    content: '';
}
.innnholdTitle {
	margin-bottom: 60px;
}
.innholdSubTitle {
	font-family: 'Conthrax Rg';
	font-size: 24px;
	font-weight: normal;
	color: #406687;
	margin-top: 0;
}
.innholdList {
	font-weight: 600;
}
.innholdList1 {
    padding-top: 10px;
}
.innholdList ul {
	padding-left: 0;
}
.innholdList ul li {
	overflow: visible;
	display: block;
	margin-bottom: 20px !important;
	font-size: 15px !important;
	line-height: 16px;
	list-style: none;
	padding-bottom: 0;
	padding-right: 40px;
	position: relative;
}
.innholdList1 ul li {
	margin-bottom: 15px;
}
@media (min-width: 1001px) {
	.innholdList ul li { font-size: 16px; line-height: 20px; margin-bottom: 15px; }
}
.innholdList ul li i.pageNo {	
	font-family: "Avenir LT Std";	
	font-style: normal;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 1px;
}
.imgNum {
    font-family: 'Conthrax Sb';
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    width: 72px;
    top: 22px;
    left: -18px;
    color: #406687;
    text-align: right;
}
.innholdImg1a, .innholdImg1b,
.innholdImg2a, .innholdImg2b {
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);	
}
/* == //INNHOLD PAGE == */

/* == Desktop Responsive == */
@media screen and (min-width:1000px) {	
	.navbar-brand {
		padding: 9px 0px 0px;
	}
	.navbar-toggle {
		margin-right: -15px;
	}
	.container,
	.single_image {
		width:1000px !important;
	}	
	footer {
		width: 1000px;
		margin: 0px auto;
	}	
}
@media (min-width: 768px) {
	.resshowmob {
		display: none;
	}
	.borderCol {
		border-right: 1px solid #F1F0F0;
	}
}
@media (max-width: 999px) {
	.navbar .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-toggle {
		margin-right: 0;
	}
}
@media (max-width: 800px) {
	.navbar-toggle {
		margin-right: 0;
	}	
}
@media (max-width: 767px) {
	.reshidemob {
		display: none;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.innhold .pull-right {
		float: none !important;
	}
	.navbar-toggle {
		margin-right: 15px;
	}
	.navbar-brand {
		padding-top: 14px;
		width: 230px;
	}
	.colBorder {
		border-right: 0;
	}

	/*-- HOMEPAGE --*/
	.coverLogotop {
    	margin-left: 0px;
	}
	.issue-info {
		bottom: 9px;
		font-size: 13px;
		right: -60px;
	}
	.logoSlogan {
		font-size: 16px;
		line-height: 22px;
	}
	.issueInfo {
		left: -65px;
	    height: 130px;
	    top: 200px;
	    width: 109px;
	}
	.issueInfo .issue-num {
		font-size: 58px;
		left: 25px;
		top: 35px;
	}
	.issueInfo .issue-year {
		font-size: 17px;
	    left: 39px;
	    top: 52px;
	}
	.issueInfo img {
		width: 30%;
	}
	.covernavMain {
		margin-top: 280px;
	}
	.covernavMain h2 {
		font-size: 30px;
	}
	.btmLogo {
		bottom: 20px;
		left: 20px;
		position: absolute;
	}
	.btmLogo img {
		width: 35%;
	}
	.imgNum {
    position: relative;
    width: 72px;
    top: -8px;
    left: 0;
    }
    .imgNum.imgNum1 {
    top: 0px;
	}
	/*-- //HOMEPAGE --*/

	/* REDAKTOREN PAGE */
	.redaktorenHead img {
		float: none;
	}
	/* //REDAKTOREN PAGE */

	.mainImgBox { margin-bottom: 30px; }
	.articleTitle { margin-bottom: 30px; }
	.articleTitle h2,
	.articleTitle.smTitle h2 {
		font-size: 30px !important;
	}
	.articleTitle h3,
	.articleTitle.smTitle h3 {
		font-size: 24px;
	}
	.imgBox1 .imgCap h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.socialIcons .socialItem {
		float: none;
	}
	/* HVA SKJER */
	.pageTitleColor .titleLogo {
		bottom: -50px;
		left: 5px;
	}
	.pageTitleColor {
		font-size: 28px;
		line-height: 34px;
	}
	/* //HVA SKJER */

	.articleSMBox.imgLeft .imgBox,
	.articleSMBox.imgRight .imgBox,
	.articleSMBox.imgBoth .imgBox {
		float: none !important;
	}
	.redaktoren-bottom-bg{ width: auto;}

}
/* == // Desktop Responsive == */

/*--------------------------------- HVA SKJER ---------------------------------------*/
.fullPageBox {
	background-color: #ffffff !important;
	border: 4px solid #ffc52c;
	margin-bottom: 30px;
	padding: 0 20px;
	border-radius: 10px;
}
.fullPageBoxTitle {
	margin-bottom: 15px;
}
.fullPageBox .articlePTitle {
	font-size: 16px;
}
.fullPageBox .imgBox{ margin-bottom: 10px; }
.fullPageBorder {
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}
.fullPageBorder::before { content: ''; height: 10px; left: -2px; position: absolute; right: -2px; top: -2px; }
.fullPageBox .articleTitle { margin-bottom: 30px; }
.pageTitleColor {
	font-family: 'Raleway', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 54px;
	margin: 0 -20px;
	padding: 15px;
	position: relative
;	text-align: center;
}
.pageTitleColor .titleLogo {
	bottom: -70px;
	left: 20px;
	position: absolute;
}
.pageTitleColor .titleLogo img {
	width: 100px;
}
.faktaom {
	overflow: hidden;
	position: relative;
	z-index: 1;
} 
.faktaom .logoBG {
	background: url(../images/circle-logo.png) no-repeat right bottom;
	background-size: cover;
	bottom: -40px;
	height: 130px;
	position: absolute;
	right: -40px;
	width: 130px;
	z-index: -1;
}
.verticalTxt {
    font-family: 'Conthrax Sb';
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    width: 150px;
    top: 57px;
    left: -32px;
    color: #fff;
    background: #336182;
    border-radius: 8px 0 0 8px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*--------------------------------- //HVA SKJER --------------------------------------*/
.background-yellow{background-color: #fdfbdf;}
.righttriangle { background: url(../images/redaktoren-bg.png) no-repeat right 110px; }
.righttriangle.bgbtm { background-position: right bottom; }
.bgredaktoren { background-position: right 100px; }
.hastriangle.hva-skjer{color: #000;}
.hastriangle.hva-skjer::after {
    background: url(../images/elements/target2.png) no-repeat;
    height: 24px;
    width: 25px;
    right: 10px;
    position: absolute;
    top: 6px;
    content: '';
}

/*--------------------------------- KJEKT Å HA ---------------------------------------*/
.articleSMBox {
	background-color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 30px;
	padding: 20px;
}
@media (min-width: 768px) {
	.articleSMBox .imgBox.imglong { margin-bottom: -60px; margin-top: -60px; }
}
.articleSMBox.smBox-blue1 {
	border: 1px solid #3e9dbc;
	border-radius: 10px;
}
.articleSMBox.smBox-blue2 {
	border: 1px solid #235d97;
}
.articleSMBox.imgLeft .imgBox,
.articleSMBox.imgBoth .imgBox.pull-left {
	float: left;
	margin-right: 30px;
}
.articleSMBox.imgRight .imgBox,
.articleSMBox.imgBoth .imgBox.pull-right {
	float: right;
	margin-left: 30px;
}

.articleSMBox .smBoxTitle {
	font-family: 'Conthrax Bk';
	font-size: 22px;
	font-weight: 700;
}
.articleSMBox.smBox-blue1 .smBoxTitle {
	color: #489ebf;
}
.articleSMBox.smBox-blue2 .smBoxTitle {
	color: #235d97;
}
/*--------------------------------- //KJEKT Å HA ---------------------------------------*/
.filmstripe { bottom: 0; max-width: 30%; position: absolute; right: 0; }
@media (max-width: 767px) {
	.filmstripe { max-width: 30%; }
}
.dottedpattern { background: url(../images/dotted-pattern.jpg) repeat left top;}

/* TEAM SECTION */
.quote h3 {
	font-weight: bold !important;
	margin-top: 0;
}
.quote .quote-author {
	display: block;
	font-size: 18px;
	text-align: right;
}
.boxBrownLett {
    background: #e7e7e8;
    padding: 20px;
    border-radius: 10px;
}
.pageTitle {   
    font-family: 'Conthrax Bk';
    color: #6c7856;
    font-size: 24px;  
    margin-bottom: 15px;
    margin-top: 40px;   
    padding: 5px 0;
    position: relative;
    text-align: right;
    padding-right: 40px;
    padding-top: 8px;
}

.givakt-Border {
    border: 20px solid #346182;
    border-radius: 10px;
    padding: 20px;
}
.hastriangle.target-circle::after {
	background: url(../images/elements/target.png) no-repeat;
	height: 24px;
	width: 25px;
	right: 10px;
	position: absolute;
	top: 6px;
	content: '';
}
.pagebtmimg {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 160px;
    z-index: 2;
}
.articleSMBox.imgRight .imgBox, .articleSMBox.imgBoth .imgBox.pull-right {
    float: right;
    margin-left: 30px;
    width: 30%;
}
.articleSMBox.imgLeft .imgBox, .articleSMBox.imgBoth .imgBox.pull-left {
    float: left;
    margin-right: 30px;
    width: 30%;
}


/* ===== Start New Css Style ===== */
.quoteSec02-small {
    font-size: 19px;
    line-height: 1.5;
    font-family: 'Conthrax Bk';
    font-weight: bold;
    color: #000;
}

.container-bgbox{
	padding: 40px 30px;
}
.bfo-icon-title{
	text-align: center;
}
.bfo-icon-title:before, .bfo-icon-title:after{
	background: url(../images/small-circle-logo.png) no-repeat;
    height: 48px;
    width: 47px; 
    position: absolute;
    top: -18px;
    content: '';
}
.bfo-icon-title:before{
	left: 10px;
}
.bfo-icon-title:after{ 
    right: 10px; 
}
.bfo-transparent-logo{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 43%;
}
.kunnskap-logo2{
	margin-top: 40%;
}


.offi-fullimg-heading{
	font-family: 'Conthrax Rg';
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 4px -2px 4px rgba(0,0,0,0.7);
    position: absolute;
    bottom: 50px;
    left: 30px;
}



/*-------------Pensjon page style-----------------*/
.txtgray1 {
    color: #878787 !important;
}
.stripeHeader {
    background: repeating-linear-gradient( 90deg, #dceaf8, #dceaf8 10px, #cbe0f4 10px, #cbe0f4 20px );
    color: #96a1ad !important;
    padding-top: 25px;
    padding-bottom: 20px;
}
h2.pensjon-heading-box{
	color: #939598;
	font-size: 80px;
}
.pensjon-smallheading{
	display: block;
	font-size: 32px !important;
    margin-top: 12px;
    font-family: 'Conthrax Bk';
    font-weight: normal;
    color: #b2b3b6;
}
.pensjon-color-infobox {
    background-color: #e4eefa; 
}
.pensjon-color-infobox .articleStripe {
    border-color: rgba(255, 255, 255, 0.5);
}
.pensjon-color-infobox p{
	font-size: 15px;
    line-height: 22px;
}
.questionMarkBg {
    background: url(../images/elements/questionMark.png) left bottom;
    background-repeat: no-repeat;
}
.fourSidePad {
    padding: 45px;
}

/*tilbakeblikk CSS*/
.filmArticle{
	background: #eeebe8;
}
.verticalTxt2 {
    background: #5a443b !important;
}
.verticalTxt3 {
    background: #6c7856 !important;
}
.filmArticle .articleTitle h3{
	font-size: 55px;
}


/*kjekt å ha CSS*/
.colorBox.boxBlue2 {
    background: #175465;
    background: -moz-linear-gradient(top, #175465 0%, #2b758c 4%, #3e9dbc 9%);
    background: -webkit-linear-gradient(top, #175465 0%,#2b758c 4%,#3e9dbc 9%);
    background: linear-gradient(to bottom, #175465 0%,#2b758c 4%,#3e9dbc 9%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175465', endColorstr='#3e9dbc',GradientType=0 );
}
.colorBox a {
    color: #ffffff;
}
.pullLeftBgBox {
    margin-left: 0px !important;
    margin-right: 35px;
}
.noMarOnImgBox .imgBox {
    margin-bottom: 0px;
}

/*INTERNASJONALE NYHETER CSS*/
.internasImgBox img {
    display: block;
    margin: 0px auto;
}
.internaAvTextBox {
    margin-top: -90px;
    margin-left: -27px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 90px;
}
.internaAvTextBox p {
    text-align: center;
}
/*----------------litt av hvert CSS-------------*/
.right-adj-img{
	float: right; 
	width: 40px; 
	margin-top: -65px;
}
.float-adj-box{
	float: left; 
	margin-bottom: 30px;
}

/*------------multi Link ads link-------------*/
.milrab-ads1{
	top: 6%;
    left: 5%;
    width: 11%;
    height: 1%;    
}
.milrab-ads2{
	top: 3%;
    left: 39%;
    width: 22%;
    height: 5%;    
}
.milrab-ads3{
	top: 5%;
    right: 3%;
    width: 12%;
    height: 2%;    
}
.milrab-ads4{
	bottom: 4%;
	left: 44%;
	width: 33%;
	height: 5%;	
}
.fp-ads1{
	bottom: 10.8%;
    right: 42%;
    width: 7%;
    height: 1.5%;
}
.fp-ads2{
	bottom: 8.8%;
    right: 36%;
    width: 7.5%;
    height: 2%;
}

@media screen and (max-width: 999px){
	.container-bgbox{
	margin: 0px -30px;
	}
	.covernavMain h2 {
    font-size: 50px;
    }
    .covernavMain span {
    font-size: 32px;
	}
	.bottom-logo {
    bottom: 55px;
	}
	.right-adj-img{
	margin-top: -30px;
	}
	.hva-skjer-tableh > tr > th {
    font-size: 10px;
	}
	.table > .hva-skjer-tableb > tr > td {
    font-size: 10px;
	}
	.quoteSec02-small {
    font-size: 15px;
	}
}
@media screen and (min-width: 1000px){
	.height-adv {
	    height: 90vh;
	} 
}
@media screen and (max-width: 767px){
	.float-adj-box{
	float: none;  
	}
	.verticalTxt {
    font-family: 'Conthrax Sb';
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: relative;
    width: 150px;
    top: 0;
    left: 0;
    color: #fff;
    background: #346182;
    border-radius: 8px 0 0 8px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
	}
	.articleBox .col-xs-1, .articleBox .col-xs-11 {
    width: 100%;
	}
	.right-adj-img {
    margin-top: -40px;
    width: 30px;
	}
	.offi-fullimg-heading {
    font-size: 23px;
    bottom: 30px;
    }
    .articleSMBox.imgRight .imgBox, .articleSMBox.imgBoth .imgBox.pull-right{
    	margin-left: 0px;
    	width: 100%;
    }
    .articleSMBox.imgLeft .imgBox, .articleSMBox.imgBoth .imgBox.pull-left{
    	margin-left: 0px;
    	width: 100%;
    }
    .container-bgbox{
	margin: 0px -15px;
	}
}


/*  ===========  Offiserbladet 05 ===========  */
.covernav-01{
	top: 10%;
	position: absolute;
	left: 20px;
	color: #fff;
	font-family: 'Conthrax Bk';
}
.covernav-01 ul li.indexLinktoPage{ 
	font-size: 17px;
	
}
.sm-infotitle{
	font-size: 9px;
}

.marginTop768 {
    margin-top: 20px;
}	
.articleStripe span.font12{
	font-size: 12px;
	 line-height: 1;
	}
.uppercase{text-transform: uppercase;}
.colWhite,.colWhite:hover,.colWhite:focus{
	color: #fff;
	text-decoration: none;
}

.block-radius{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding:30px; 
}
.block-radius-tl{border-top-left-radius: 20px;}
.block-radius-br{border-bottom-right-radius: 20px;}

@media (min-width: 768px)  and (max-width: 992px) {
	.bottom-logo {
    	bottom: 45px;
	}

	.articleTitle h2{
		font-size: 40px;
	}
	.articleTitle h3{
		font-size: 28px;
	}
	.font60 {
   	 font-size: 40px !important;
	}
}

@media screen and (max-width: 550px){
	.articleTitle .articleSubTitle{
		font-size: 14px;
		line-height: 24px;
	}

}

/* 
	Designer: Saugat Shrestha
*/

figure {
	margin: 0;
}

.thumbnail-img {
	position: relative;
	overflow: hidden;
}

.thumbnail-img.logoimg {
	max-width: 220px;
	margin-top: 140px;
	float: right;
}

.thumbnail-img.width300 {
	max-width: 300px;
	margin: 0 auto;
}

.pageTitle.left {
	text-align: left;
	padding-left: 40px;
} 

.pageTitle.left.hastriangle::after {
	right: auto;
	left: 0;
}

.width230 {
	width: 230px;
	float: right;
}


/* 
	Designer: Saugat Shrestha
*/

.sublist {
	padding-left: 0px;
}

.sublist li {
	list-style: none;
	position: relative;
	padding-left: 15px;
}

.sublist li::before {
	position: absolute;
	content: "-";
	left: 0;
	top: 0;
}

img.addimg {
	max-width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.colorBox.boxBlue4 {
	background-color: #e4eefa;
}

.colorbox {
	border: 2px solid #000;
	background: #b9d6f0;
	padding: 15px 15px;
}

.headingalt {
	text-align: center;
	font-size: 60px !important;
}

.vertiVideoBox{
	overflow: hidden;
	text-align: center;
}

.block-back{
	background: #000;
	padding: 1px 0px 0 0;
}

.hasbgimg {
	background: url(../images/newimg-bg1.jpg) top right;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0;
}

.detail-caption{
	padding: 15px 30px 15px 72px;
    max-width: 362px;
    font-family: 'Conthrax Lt';
    position: absolute;
    bottom: 57px;
    left: -40px;
    font-size: 13px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 99;
    color: #fff;	   
}

@media screen and (max-width: 550px){
	.detail-caption
	{
		position: relative;
		bottom: 0px;
		left: 0;
		width: 100%;


	}

}