/* Minification failed. Returning unminified contents.
(1933,17): run-time error CSS1038: Expected hex color, found '#0000'
(1933,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
@font-face {
  
  font-family: 'FontAwesome';
  
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
 
  font-weight: normal;
  
  font-style: normal;

}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Regular-webfont.woff');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-y: scroll;
}


body {
    font-family:Arial;
    font-size:13px;
    margin:0px;
    overflow-x:hidden;
}

h1{
    font-size: 32px;
}

h2{

}

h3{

}

ul.flat {
    margin: 0px;
    padding: 0px;
}

ul.flat li{
    display:inline-block;
}

ul.flat li a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.floatright{
    float: right;
}

.floatleft{
    float: left;
}

a {
    text-decoration: none;
    color: #425563;	
}

.selected {
    color: #dd4815;
}
    
    
a:hover {
    color: #dd4815;
    text-decoration:none;
}

.fa-icon::before {
    font-family: 'FontAwesome';
    font-weight: normal;
}


.blocklist
{
    margin-bottom: 10px;
}

.toplist .blocktitle {
    background: #dd4815;
    margin-bottom:10px;
}

.blocktitle {
    padding: 3px 10px 3px 15px;
    color: #ffffff;
    font-size: 18px;
}

.line {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1em;
    border-bottom: 1px solid rgba( 0,0,0,0.3 );
    margin-left: 20px;
    margin-right: 10px
}

.children > .line 
{
	padding: 5px;
}

.blockitem
{

}

.blocklist .more
{
    margin: 10px 10px 20px 10px;
    text-align: right;
}

.blocklist .more a
{
   color: #dd4815;
   text-decoration:underline;
}

.darkblock {
    background: #475C6D;
    color: #ffffff;
    padding: 10px;
}

.darkblock .blocktitle {
    border-bottom: 1px solid #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    padding-bottom: 5px;
}

.column2
{
    width: 50%;
    display:inline-block;
    float:left;
}

h1.title{
    font-size: 26px;
}

body.contrast
{
    background-color: #000000;
}

body.contrast a, body.contrast .abstract, body.contrast .body {
    color: #ffffff !important;
}


body.contrast h1
{
    background-color: #000000 !important;
    color: #ffffff !important;
}

body.contrast div
{
    background-color: #000000 !important;
}

.menucontainer{
    display:none;
    position:absolute;
    padding-bottom: 5px;
	z-index: 100;
}

.menucontainer li {
    display: block;
    padding: 10px 10px 10px 10px;
    background-color: #475c6d;
}

.menucontainer a{
    color: #ffffff;
}

.menucontainer a.selected {
    color: #dd4815;
}

.blockitem .onlytitle {
    background-color: #475c6d;
    font-size: 26px;
    padding: 15px 5px 15px 5px;
    margin:0px;
}

.blockitem .onlytitle a {
    color: #ffffff;
}

.previous, .next {
    position: absolute;
    top: 40%;
    font-size: 28px;
    background-color: #e8e8e8;
    opacity: 0.7;
    padding: 10px 5px 10px 5px;
    color: #666666;
    z-index: 100;
}


.previous::before {
    content: "\f053";
}

.next::before {
    content: "\f054";
}

.previous {
    border-radius: 0px 5px 5px 0px
}

.next {
    right: 0px;
    border-radius: 5px 0px 0px 5px
}

.hide{
    display:none;
}

.column-3 .blockitem
{
    width: 33%;
    display: inline-grid
}

.column-4 .blockitem {
    width: 24%;
    display: inline-grid
}

input[type=button], input[type=submit], button {
    padding: 15px;
    cursor: pointer;
    border:none;
}

input[type=text] {
    background-color: #ffffff;
    border:none;
    font-size: 16px;
}

input[type=submit], button[type=submit]{
    background-color:#e9500e
}

table{
    width: 100%;
}

a[href*=".file"], a[href*=".pdf"], .article-abstract a, .article-body a, .related a{
	color: #dd4815;	
}

.article-abstract a:hover, .article-body a:hover, .related a:hover, .line a:hover{
	text-decoration:underline;
}

a[href*=".file"]:not(:empty)::after, a[href*=".pdf"]:not(:empty)::after{
	font-family: "FontAwesome";
	content: '  \f019';
}

::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
    text-align:center
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: center
}

:-ms-input-placeholder { /* IE 10+ */
    text-align: center
}
:-moz-placeholder { /* Firefox 18- */
    text-align: center
}

.tip {
    color: rgba( 0,0,0,0.6 );
    font-style: italic;
}

ul.path {
    margin: 0px;
    padding: 0px;
}

ul.path li {
    display: inline;
}


.path a.current {
    color: #dd4815
}

a.type-4[target="_blank"]::after, a.external[target="_blank"]::after {
    font-family: FontAwesome;
    margin-left: 3px;
    content: "\f08e";
}


table.list
{
    border-left: 1px #cccccc solid;
    border-top: 1px #cccccc solid;
}

table.list >tbody > tr>td, table.list >tbody>tr>th
{
    border-right: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    padding: 2px
}

.debug h2{
    margin-top: 20px;
    padding: 4px;
    font-size: 2em;
    color: red;
}

.debug h3{
   font-size: 1.5em;
   margin-top: 10px;
}

.error{
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 20px;
	margin: 20px auto;
    width: 70%;
	font-size: 1.2em;
	color: #666666;
}


.notice, .error{
	margin-top: 10px;
	border-radius: 5px;
	padding: 20px;
}

.notice h1{
	font-size: 24px;
	color: #666666;
}

.notice{
	background-color: #fbf9f0;
    border: 1px solid #f7edc3;
}

.success {
    background-color: #f3f0f1;
    border: 1px solid #eee2e2;
    border-radius: 5px;
    padding: 5px 10px;
    color: green;
    font-size: 1.1em;
}


.debug pre
{
    padding: 5px;
    font-family: Arial;
    font-size: 11px;
}


.debug .list tr:last-child
{
	background: #f3f3f3
}
.debug-label {
    border-top: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
    background: #e5e5e5;
    padding: 4px;
    text-transform: capitalize;
}


.block{
	margin-top: 15px;
	margin-bottom: 10px;
}

.loading{
	background-image:url( "../images/loading.gif" );
	background-repeat:no-repeat;
	background-position: center;
	min-height: 100px;
	background-size: 50px;
}

a.external::after {
    font-family: FontAwesome;
    margin-left: 3px;
    content: "\f08e";
}

.cookie{
	position: fixed;
    bottom: 0px;
    padding: 15px 5%;
    background: #f3f0f1;
    width: 100%;
    font-size: 1.2em;
	z-index: 100000;
	opacity:0.95;
	line-height: 1.5;
	box-shadow: 0px -8px 20px 0px rgba(0,0,0,0.2)
}

.cookie .btn{
	padding: 10px 20px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}

.cookie h1{
	font-size: 1.7em;
}

#PAFTOOLBAR{
	display:none;
}

#tool-readtext{
	position: fixed;
	top: 4px;
	right: 15%;
	z-index: 1000;
    background: #475c6d;
    padding: 4px 10px;
    border-radius: 4px;
	color:#ffffff;
}

#tool-readtext:hover{
	color: #cccccc;
}

#tool-readtext::before{
	margin-right: 5px;
	font-size: 16px;
	font-family: fontawesome;
	content: '\f144';
}

#tool-readtext.playing::before{
	content: '\f28d';
}


.advertisement{
	clear: left;
	padding: 20px 0px;	
	position: relative;

}

.advertisement .ad-mark:before{
	content: 'annonse';
	color: #666666;
	position: absolute;
	top: 0px;
	left: 45%;
}
.mesgs {
  float: left;
  width: 100%;
  color: #333333;
}

 .sent_msg p {
background: #e3fbdc;
border-radius: 5px;
border: 1px solid #d6f7cc;
  margin: 0;
  padding: 10px;
}
.outgoing_msg{ overflow:hidden;}
.sent_msg {
  float: right;
  width: 70%;
}
.input_msg_write input {
	background: #fcfcfc;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #4c4c4c;
    font-size: 1.2em;
	padding: 10px;
    width: 96%;
}

.type_msg {
padding: 5px 0px;
position: relative;}
.msg_send_btn {
  background: #05728f;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}

.msg_send_btn[disabled]{
	background: #cccccc;
} 

.messaging { padding: 0 0 50px 0;}
.msg_history {
	margin-bottom: 20px;
}

.message-content{
	font-size: 1.15em;
}

.msg_history > div{
	margin-top: 10px;
}
.abstract {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    word-break:break-word;
}

.body {
    font-family: serif;
    font-size: 18px;
    line-height: 1.6 !important;
	color:#425563;
    word-break: break-word;
}

.abstract a, .body a{
	color: #dd4815
}

.abstract a:hover, .body a:hover{
    text-decoration: underline;
}

.author a:hover{
	text-decoration:none;
}

.coverimage img
{
    max-width: 100%;
}

.blockitem a
{
    color: #000000;
}

.blockitem h1
{
    margin-top: 10px;
    margin-bottom: 5px;
}

.full .cover-video iframe{
	width: 100%;
	height: 380px;
}

.full .blockitem .cover-video iframe{
	height: 180px
}

.image-caption
{
	font-style:italic;
	line-height: 1.4;
}

.blockitem  iframe{
	width: 100%;
	height: 188px;
}

.coverimage-left  iframe {
    width: 421px;
    padding-top: 15px;
}

.coverimage-right  iframe {
    width: 421px;
    padding-top: 15px;
}

.topcolumn h1{
    font-size: 40px;
}

.topcolumn h1 a, .columns1 h1 a {
    color: #dd4815;
    font-size: 60px;
    font-weight: bold;
}

.topcolumn .blockitem .body a:hover{
    text-decoration: none;
}


.topcolumn .blockitem .abstract a:hover {
    text-decoration: none;
}

.article-title {
    margin-top: 30px
}

.article.full .article-coverimage {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
}

.article.full .abstract {
    margin-top: 10px;
    font-size: 18px;
    border-top: 1px solid rgba( 0,0,0,0.3 );
    border-bottom: 1px solid rgba( 0,0,0,0.3 );
    padding-top: 20px;
    padding-bottom: 10px;
}

.author {
    font-size: 12px;
    font-weight: bold;
    color: #999999;
    margin-top: 10px;
}

.date {
}

.article.full .body {
    margin-top: 10px;
}

.author a{
    color: #dd4815
}

.full .list .line{
    border-bottom:none;
    margin-left: 5px;
}

.full .children .line{
	border-bottom: none;
	padding: 8px;
}

.articlelist .blockitem{
	padding: 5px;
}

.articlelist .blockitem h2{
	margin: 0px;
}

.site-kompetanse .body{
	font-family: Arial;
	line-height: 1.5;
}
.heading {
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
    word-break: break-word;
}

.address {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
}

.singleColumn .abstract {
    font-family: Arial;
	font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}

.singleColumn .columns2 h1 {
    color: #dd4815;
}

.singleColumn .columns3 h1 {
    color: #dd4815;
}
#toparea > div, #topmenu, #mainarea, #bottom-content
{
  max-width: 1024px;
  margin:0px auto 0px auto;
}

h1.title{
	font-size: 36px;
	position: relative;
	font-weight: normal !important;
	word-wrap: break-word;
	-webkit-hyphens:auto;
	hyphens: auto;
}

#header {
    background: #475C6D;
    color: #ffffff;
    text-align: center;
    padding: 10px
}

#header ul li:nth-child( n+2 ){
    border-left: 1px solid #ffffff;
}

.logo{
    float: right;
}

.logo-img
{
    background-image: url(../images/parat-logo.svg);
    background-size: contain;
    width: 110px;
    height: 100px;
    background-repeat: no-repeat;
	background-position: right;
    display: inline-block;
}

.parat24
{
    background-image: url(../images/parat24.svg);
    background-size: contain;
    width: 180px;
    height: 66px;
    background-repeat: no-repeat;
    display: inline-block;
    /*margin-right: 40px;*/
}

#toparea {
    height: 100px;
    padding: 30px 0px 5px 0px;
}

#topmenu{
    background: #ffffff;
    font-size: 13px;
}

#topmenu ul{
    /*margin-left: 26px; */
}

#topmenu a {
    color: #425563;
    display:inline-block;
    padding: 10px;
	font-size: 1.3em;
}

#topmenu li:first-child a{
	padding-left: 0px
}

#topmenu li:last-child a{
	padding-right: 0px
}

#topmenu a.selected,#topmenu a:hover {
    color: #dd4815;
}

#topmenu a.selected {
    font-weight: bold;
}

#header a, #bottom a
{
    color: #ffffff;
}

#bottom a:hover {
    color: #dd4815
}

.menu.fa-icon::before {
    content: "\f0c9";
    font-size: 26px;
    position: absolute;
    top: -4px;
}

.menu.fa-icon span
{
    margin-left: 28px;
}

.menuicon {
    display: inline-block;
    margin-top: 50px;
}

.menuicon a
{
   font-size: 14px;
   color: #425563;
   font-weight:bold;
   position:relative;
}

.menuicon a:hover
{
   color: #333333;
   text-decoration:none;
}

.searchicon{
    display:none;
}

#mainarea {
    min-height: 70vh;
    background: #ffffff;
    padding-bottom: 30px
}



#bottom {
    clear: both;
    padding: 20px 60px 40px 30px;
    background: #475C6D;
    color: #ffffff;
    line-height: 1.4;
    border: 1px solid #000000;
}

#bottom h3{
  font-size: 12px;
  margin: 0px;
}

#bottom-section{
    display: inline-block;
}

#bottom-section > div
{
   display: inline-block;
   vertical-align: top;
   padding-left: 20px;
   padding-right: 10px;
}

#bottom-section > div:nth-child( n+2 )
{
   border-left: 1px solid #ffffff;
}

.socialmedia
{
    float:right;
}

.socialmediatop {
    float: left;
    padding-left: 10%;
}

#header ul.flat {
    padding-right: 19.5%;
}

.socialmedia .fa-icon, #bottom a.fa-icon {
    font-size: 25px;
    color: #425563;
    background: #C0C6CF;
    margin-right: 10px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
}

.socialmedia .fa-icon, #header a.fa-icon {
    font-size: 20px;
    color: #425563;
    background: #C0C6CF;
    margin-right: 10px;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-top:-5px;
}

#bottom .socialmedia .fa-icon:hover
{
   background: #ffffff
}

.facebook::before
{
   content: "\f09a";
   margin-left: 4px;
}

.messenger::before {
   content: "\f39f";
   font-family: "Font Awesome 5 Brands";
}

.twitter::before
{
   content: "\f099";  
}

.mailto::before {
    content: "\f003";
}

.instagram::before
{
   content: "\f16d";
}

.youtube::before {
   content: "\f16a";
}

.sharing .fa-icon::before
{
    font-size: 20px;
}

@media only screen and (min-width: 1024px) {
	.sharing  a{
		margin-top: 20px;
		background: #c0c6cf;
		color: #425563;
		padding: 8px;
		width: 20px;
		display: inline-block;
		border-radius: 19px;
		border: 1px #465c6d solid;
	}

	.sharing  a:hover{
		background: white;
	}
}

.maincontent
{
    width:65%;
    display: inline-block;
}

.fullarea .maincontent{
   width: 100%;
   display:block;
}


.rightside {
    width: 33%;
    float: right;
}

.rightside .toplist, .video.toplist.blocklist {
    border: 1px solid rgba( 0,0,0,0.3 );
}

.toplist .line a{
    display:inline-block;
    width: 100%;
    background: url( "../images/arrow-right.png" ) no-repeat right;
    background-size:auto 8px;
}


    .toplist .line a:hover {
        background: url( "../images/arrow-right-hover.png" ) no-repeat right;
        background-size: auto 8px;
    }

    .toplist .line a:hover {
        /*background: url( "../images/arrow-right-hover.png" ) no-repeat right;*/
    }

.column2 .blockitem {
    border-top: 1px solid rgba( 0,0,0,0.3 );
    padding: 15px 0px 10px 0px;
}

.column2{
	width: 48.5%;
}

.column2:not(:last-child){
    margin-right: 3%;
}

.tool-size-text
{
    position: absolute;
    width: 300px;
    text-align:left;
    font-size: 24px;
    padding: 15px;
    margin-top: 10px;
    line-height: 1.4;
    border: 1px solid #666666;
    background-color: #000000;
}

.tool-language::after {
    font-family: "FontAwesome";
    content: "\f0dd";
    margin-left: 4px;
}

.tool-language-menu {
    display: none;
    position: absolute;
    padding-left: 0px;
    background-color: #475C6D;
    width: 85px;
}

ul.tool-language-menu li{
    display:block;
    border:none !important;
    padding: 0px;
}

ul.tool-language-menu a{
    display:block;
    padding: 5px 10px 5px 10px;
    text-align:left;
}

.sharing
{
    margin-top: 20px;
    float: right;
}


.magazine > .window{
	max-width: 1024px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}    
    
.magazines .blockitem {
    display: inline-block;
    width: 138px;
    padding: 14px 8px 2px 10px;
}

.magazines .blockitem img {
    width: 100%;
    box-shadow: 0px 0px 5px 3px #404040;
}


.darkblock .more a{
    color: #ffffff;
}

.fa-icon.download::before {
    content: "\f019";
    font-size: 20px;
    background: #eaeaea;
    border: 1px solid #c0c6cf;
    border-radius: 4px;
    padding: 5px;
}



.magazine-list .blockitem{
    display: inline-block;
    width: 15%;
    margin-right: 15px;
}

.magazine-list .blockitem img {
    border: 1px solid #8a8a8a;
	max-width: 100%;
}

.magazine-list h1{
    border-bottom: 1px solid #cccccc;
}

.clndr-table {
    width: 100%;
    border-spacing: 0px;
    font-size: 10px;
}
    
    
.clndr-table td.day {
    font-weight: bold;
    height: 25px;
    padding: 2px;
    vertical-align: top;
    border-color: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    width:14%;
}

.clndr-table th:last-child, .clndr-table td:last-child {
    border-right-width: 1px;
    color: #dd4815;
}

.clndr-table .header-day {
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    text-align: center;
    padding: 4px;
    font-weight: bold;
}

.clndr-table {
    border-bottom: 1px solid #000000;
}
    
    
.clndr-controls > div {
    display: inline-block;
}

.clndr-controls {
    padding-bottom: 5px;
}

.clndr-control-button {
    cursor: pointer;
    color: #666666;
}

.clndr-control-button:hover{
    color: #dd4815;
}

.clndr-previous-button {
    float: left;
}

.clndr-previous-button::before {
    content: "\f053";
}

.clndr-next-button::before {
    content: "\f054";
}

.clndr-next-button {
    float: right;
}

.clndr .month {
    font-weight: bold;
    margin-left: 35%;
    color: #000000;
}

.clndr .month:hover{
    color:#dd4815 
}

.clndr .today {
    background: #dcffdc;
}

.contrast #calendar 
{
   color: #ffffff
}

#calendar {
    margin: 10px;
    position: relative;
}

.adjacent-month{
    color: #999999 !important;
}

.contrast .clndr .event-detail
{
   color: #ffffff
}

.contrast .clndr .today
{
  background-color: #3f403f
}

.contrast .clndr .month
{
  color: #cccccc;
}

.clndr .event-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    float: right;
    margin-left: 2px;
    margin-bottom: 2px;
}

.clndr .event-detail {
    position: absolute;
    border: 1px solid #999999;
    padding: 5px;
    color: #000000;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    box-shadow: 2px 2px 5px #cacaca;
    left: 0px;
    width: 96%;
    z-index: 50;
}

.event{
    cursor:pointer;
}

.event-item h3{
    margin: 0px;
}
.event-item > div{
    padding: 2px;
}

.latest-news .blockitem {
    background-color: #E9EBEF;
}

.latest-news h2 {
    background-color: #475C6D;
    color: #ffffff;
    padding: 5px;
    font-size: 16px;
    margin: -28px 5px 5px 5px;
}

.latest-news .blockitem > div {
    border-bottom: 1px solid #B0B8C2;
    padding: 2px;
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toplist >div.line
{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.latest-news a {
    color: #475C6D;
    width: 100%;
    font-size: 14px;
}

.latest-news a:hover {
    color: #dd4815;
}

.video.blocklist .title{
    font-size: 16px;
}

.video.blocklist .abstract {
    display:none;
}

.video.blocklist .blockitem{

    padding:0px 5px 0px 5px;
	margin-bottom: 5px;
}

.loadmore
{
	clear:both;
	margin-bottom: 30px;
	text-align:center;
}

.loadmore a{
	color:#ffffff;
	font-size: 14px;
	background:#dd4815;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
}	

#searchbox_main{
	padding-top: 10px;
	padding-bottom: 10px;
}

.searchicon::before {
            content: "\f002";                   
        }
        
#searchbox_main .searchicon{
	display: inline;
	font-size: 18px;
}
		
#searchbox_main input[type="text"]{
	border: 1px solid #b2b2b2;
	height: 20px;
	padding: 5px;
	text-align: left;
	width: 85%;
}

#searchbox_main input::-webkit-input-placeholder{
	text-align:left;
}

#searchbox_main  input::-moz-placeholder{
	text-align:left;
}

#searchbox_main  input:-ms-input-placeholder, #searchbox_main :-moz-placeholder{
	text-align:left;
}

#searchbox_main :-moz-placeholder{
	text-align:left;
}

#searchbox_main button{
	float: right;
	padding: 6px 8px;
	color: #ffffff;
}

.category{
	position: absolute;
    left: 0px;
    font-size: 12px;
    background: #dd4815;
    /* border: 1px solid #fcfcfc; */
    padding: 2px 8px;
    bottom: 0px;
    color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
}


.coverimage{
	position:relative;
}

.coverimage .category{
	bottom: 39px;
}

.coverimage + .title .category{
	top: -31px;
	bottom: auto;
}

.coverimage+.title .category:after, .coverimage .category::after {
    content: "";
    width: 30px;
    height: 24px;
    background: url(../images/category-icon.png);
    position: absolute;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-top: -18px;
    margin-left: 10px;
}


.site-kompetanse .logo .parat24
{
	background-image: url("../images/logo_paratkompetanse.png");
	width: 385px;
	height: 78px;
}

.site-tariff  .logo .parat24
{
	background-image: url("../images/parattariff.png");
	width: 270px;
    height: 80px;
}

.site-paratfordeg .logo .parat24
{
	background-image: url("../images/paratfordeg.png");
	width: 298px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.singleColumn .blockitem h2.title {
    font-size: 30px;
    position: relative;
    font-weight: normal !important;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
	margin-top: 10px;
    margin-bottom: 5px;
}

.singleColumn .columns3 .blockitem h1.title {
    font-size: 22px
}

.singleColumn .columns3 .blockitem h2.title {
    font-size: 22px
}

.columns3{
	margin-bottom: 15px;
}

.columns3 .blockitem{
	width: 32.44%;
	display:inline-block;
}

.columns3 .tariffcard {
}

.columns3 .blockitem:nth-child(1){
	padding-right: 5px
}

.columns3 .blockitem:nth-child(2){
	padding-left: 5px;	
	padding-right: 5px
}

.columns3 .blockitem:nth-child(3){
	padding-left: 5px
}

.columns2 .blockitem{
	width:48.5%;
    display:inline-block;
	border-top: 1px solid rgba(0,0,0,.3);
	padding-top: 15px;
}

.site-kompetanse .maincontent, .site-tariff .maincontent, .site-pensjon .maincontent, .site-ledere .maincontent{
	width: 100%;
}

.site-paratfordeg .maincontent, .site-tillitsvalgt .maincontent{
	width: 100%;
}

.blockcontainer-rightside{
	width: 33%;
	float: right;
}

.blockcontainer-main.moreblock{
	width: 66%;
	display: inline-block
}

.line.document{
	/*border-bottom:none;*/
}

.line.document a, .line.document a:hover{
	background:none;
}





.newsletter .blocktitle{
	margin-bottom: 0px;
}

.newsletter .newsletter-body{
	margin-bottom: 10px;
}

.newsletter .newsletter-body input[type='text']{
	width: 86%;
	border: 1px solid #b2b2b2
}

.newsletter ::-webkit-input-placeholder { text-align:left; }
.newsletter input:-moz-placeholder { text-align:left; }

.newsletter-body button[type='submit']{
	border-radius: 0px !important;
	border: none !important;
	font-size: 18px !important;
    width: 32px;
	float: right;
	padding: 5px !important
	
}

.newsletter input[type='submit'], .newsletter button[type='submit']{
	border: 1px solid #cc3f00;
    padding: 6px;
    background: #e8500d;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
}

.newsletter .topic {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
	cursor: pointer;
}

.newsletter select{
	width: 200px;
    height: 26px;
    font-size: 14px;
}

.newsletter input[type='text']{
	padding: 5px;
	border: 1px solid #cccccc;
}

.newsletter{
	font-size: 14px;
}

.required{
	color: red;
}

.newsletter .title{
	width: 100px;
	display: inline-block;
}

.site-tariff .children > .line{
	font-size: 1.3em;
}

.site-tariff .children > .line.top{
	font-weight: bold;
}


.blockbody .person.block {
	padding: 0px 10px 10px 20px
}

.site-tariff .blockcontainer-rightside + .full{
	width: 65%
}

.person .person-picture {
    text-align: left;
    height: 220px;
    width: 150px;
    background-size: auto 100%;
    background-position: center;
}

.person-mail:before {
    font-family: "FontAwesome";
    content: "\f0e0";
}

.person-mobile:before {
    font-family: "FontAwesome";
    content: "\f10b";
    font-size: 16px;
    padding-left: 3px;
    padding-right: 3px;
}

.singleColumn .columns2 .blockitem:first-child {
    margin-left: 0;
}

.columns2 .blockitem:last-child{
	margin-left: 2.3%;
}


.site-tariff .tags{
	display:none;
}

.site-tariff .sharing{
	float: none;
}

.body{
	font-family: Arial;
    overflow-x:hidden;
}

.site-paratfordeg #toparea{
	background: white
}

.site-tillitsvalgt  .parat24{
	background-image: url(../images/parattillitsvalgt.png);
	width: 280px;
height: 73px;
}

.site-ledere  .parat24{
	background-image: url(../images/logo_parat_ledere.png);
	width: 286px;
	height: 80px;
}

.site-pensjon .parat24{
	background-image:url(../images/paratpensjon_logo.png);
	width: 250px;
height: 75px;
}

.is-frontpage  .blocklist .columns1 img, .site-kompetanse  .frontpage .topcolumn img{
   width: 100vw;
   max-width:none;
   margin-left: calc((1024px - 100vw)/2);
}
/* .loadmore a {
   background: #f0f0f0;
   font-size: 14px;
   border: 1px solid #626262;
   padding: 5px 10px 5px 10px;
   border-radius: 4px;
} */
.content {
 
  /* max-height: 0; */
   display: none;
   
   font-weight: normal;
  overflow: hidden;
  /* border: 1px solid rgba(0,0,0,.3); */
  transition: max-height 0.2s ease-out;
  border-top: none;
}
.contentDisplay{
	display:block !important;
}
.content div {
	 padding: 0 12px;
}
/* .card{ */
	 
	 /* border: 1px solid rgba(0,0,0,.3); */
	  /* border-top: 6px solid rgba(0,0,0,.3) !important; */
/* } */
.collapsible {
  /* border: 1px solid rgba(0,0,0,.3) !important; */
  /* border-top: 6px solid #a9a9a9 !important; */
  color: black;
  cursor: pointer;
  padding: 5px 12px 5px 12px;
  border-bottom: 0 !important;
  width: 100%;
  border: none;
  text-align: left;
  outline: none !important;
  height: auto;
  font-size: 19px;
   font-weight: 600;
  background-color:white;
}

.active, .collapsible:hover {
 
}

.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  font-size: 19px;
  margin-left: 5px;
}
 .faq-accordion__list__item {
    border-top: 1px solid #ddd;
    padding: 1rem;
}

.faq-accordion {
    border-top:6px solid #a9a9a9;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 0;
    margin: 2rem auto;
}
.faq-accordion__list {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.faq-accordion__title {
    padding: 1rem;
    margin-top: 14px;
    font-weight: bold;
    font-size: 1.25rem;
}
.active:after {
  content: "\2212";
  color:black;
   font-weight: bold;
  font-size: 19px;
}
.site-ung .maincontent{
width: 100%;
}
 .site-ung .parat24{
 background-image: url(../images/paratung_websidelogo2.png);
    background-size: contain;
    width: 218px;
    height: 64px;
    background-repeat: no-repeat;
    display: inline-block;
}
.heading {
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    word-break: break-word;
    height: 55px;
}
.tarifftable .address {
    display: flex;
    font-style: normal;
    flex: 1 1 auto;
    flex-flow: column;
}
.tarifftable {
}
.tariffcard {
    display:inline-block;
    width: 105%;
    background-color: #ececec;
    padding: 1.375rem;
    height: 160px;
}
.tarifftable .columns3 {
    display: inline-block;
}
.tarifftable .columns3 .blockitem:nth-child(3n + 1) {
    padding-right: 2.5rem;
}


.tarifftable .columns3 .blockitem:nth-child(3n + 2) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.tarifftable .columns3 .blockitem:nth-child(3n) {
    padding-left: 2.5rem;
}


.tarifftable .columns3 .blockitem.filter-column-0 {
    padding-right: 2.5rem !important;
    padding-left: 0px !important;
}

.tarifftable .columns3 .blockitem.filter-column-1 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.tarifftable .columns3 .blockitem.filter-column-2 {
    padding-right: 0 !important;
    padding-left: 2.5rem !important;
}

.tarifftable .blockitem {
    display: inline-block;
    margin: 0;
    width: 267px;
    height: 220px;
}
.tarifftable .title {
    font-family: MonumentGrotesk-Bold,arial,helvetica,sans serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.3125rem;
    align-items: center;
    color: #1a1836;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.login{
	margin-top: 15px;
}

.login label{
	margin-top: 10px;
	font-size: 1.2em;
	min-width: 230px;
	font-weight: normal;
}

.login h1{
	font-weight: normal;
}

.login input[type="text"], .login input[type="password"]{
	border: 1px solid #cccccc;
	width: 200px;
	height: 28px;
}

.login form{
	margin-top: 20px;
	margin-left: 1%;
}

.login input[type="submit"]{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 10px;
}

.login .error{
	color: red
}

.heading:after {
    background: #0000 url(/UI/dots/dot-blue.svg) 0 repeat-x;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 0.875rem;
    margin-top: 1.6875rem;
    position: relative;
    width: 100%;
}
.filter {
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1.375rem;
    width: 100%;
}
.tarifftable .columns3 .blockitem:first-child {
    margin-top:0;
}
.label {
    font-family: MonumentGrotesk-Bold,arial,helvetica,sans serif;
    font-style: normal;
    font-weight: 600;
    color: #535353;
    font-size: 14px;
}
.label .dropdown {
    border: 0;
    font-family: MonumentGrotesk-Bold,arial,helvetica,sans serif;
    font-style: normal;
    font-weight: 600;
    padding-left: 0.1875rem;
    padding-right: 0.5rem;
    width: 5rem;
    font-size: 14px;
}
.adr {
    display: block;
}
.pokode {
    display: block;
}
.tarifftable .abstract {
    font-size: 16px;
}
.tarifftable .article.full .abstract {
    font-size:18px;
    border-bottom:0;
    border-top:0;
}
.tarifftable .article.full .title {
    font-size: 36px;
    position: relative;
    font-weight: normal !important;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.tarifftable .search-box {
    align-items: center;
    background-color: #ececec;
    border: 1px solid #1a1836;
    border-radius: 1.25rem;
    display: flex;
    height: 3rem;
    justify-content: center;
    max-width: 22rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
    width: 100%;
}
.tarifftable .search-box .search-text {
    background-color: #ececec;
    border: 0;
    color: #000;
    padding: 0.6875rem;
    width: 100%;
    outline: none;
}
.tarifftable .search-box .search-button {
    appearance: none;
    background: #dd4815;
    border: none;
    border-radius: 1.5625rem;
    color: #fff;
    display: inline-block;
    font-family: MonumentGrotesk-Bold,arial,helvetica,sans serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    padding: 0.5rem 1.8125rem;
}
.list-search {
    margin-top: 2rem;
}
.paratButton {
    appearance: none;
    background: #dd4815;
    border: none;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 16px 20px;
}

.paratButton:hover, .paratButton:hover a {
    color: #fff;
	text-decoration:underline !important;
}

.paratInvertedButton {
    padding: 5px;
    border: 3px solid #dd4815;
    appearance: none;
    background: #fff;
    border-radius: 4px;
    color: #dd4815 !important;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 13px 17px;
}

.paratInvertedButton:hover, .paratInvertedButton:hover a {
    color: #dd4815;
	text-decoration:underline !important;
}

.greyBackground {
    background-color: #f0f0f0;
    margin-bottom: -1rem;
    margin-top: -1rem;
    padding: 1rem 0;
}

.greyBackgroundFullWidth {
    margin: -1rem -9999rem;
    padding: 2.5rem 9999rem;
    background: #f0f0f0;
}

.singleColumn .blockitem {
    padding-top:2.5rem;
    padding-bottom:2.5rem;
}

.singleColumn .blockitem .onlytitle a {
    color: #000000;
}

.singleColumn .blockitem .onlytitle{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 36px;
    background-color:transparent;
    padding:0;
}

.singleColumn .columns-top-article .blockitem {
    padding-bottom: 0;
}

.singleColumn .columns3 .blockitem {
    vertical-align: top;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}

.singleColumn .columns2 .blockitem {
    vertical-align: top;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}

.greyBackground .content-container-single-column {
    margin: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.greyBackgroundFullWidth .content-container-single-column {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.content-container-leftRight{
    display:flex;
}

.content-container-rightLeft {
    display: flex;
}

.coverimage-left{
    width:42% !important;
    padding-right:2%;
}

.coverimage-right {
    width:42% !important;
    padding-left: 2%;
}

.text-content-leftRight{
    width:58%;
}

.content-container-leftRight img {
    width: 100%;
}

.content-container-rightLeft img {
    width: 100%;
}

.singleColumn .blockitem a:hover {
    text-decoration: none;
}

.singleColumn .blockitem a {
    color: #425563;
}

.blockitem .paratInvertedButton a {
    color: #dd4815;
}

.blockitem .paratButton a {
    color: #fff;
}

.singleColumn .columns2 .blockitem {
    border-top: none;
}

.control-label{
    color: black;
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {   
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}


.form-control-static {
    padding-top: 7px;
    margin-bottom: 0;
}


.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}


@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    
    .form-inline .form-control {
        display: inline-block;
    }
    
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}


.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
@media only screen and (max-width: 568px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }
 .course-detail-info{
	  display: none !important;
}
#course-img {
    height: auto !important;
    width: 100% !important;
    float: right;
}
.courseImg {
    width: 100% !important;
	padding:0px !important;
    /* height: 100%; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}
.course-detail-info-m{
	
	display:block !important;
}
   
    .ismobile{
        display:none;
    }
    
    #header {
        display: none;
    }
    
    
    #toparea, #topmenu, #bottom-content {
        width: 100%;
        height:auto;
    }

    #mainarea{
        padding-left: 5px;
        padding-right: 5px;        
    }

    ul.flat li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .logo {
        float: none;
        margin-top: 4px;
    }
	
	.site-kompetanse .logo .parat24{
		width: 220px;
		height: 40px;
	}
	
	.columns2 .blockitem:last-child{
		margin-left: 1%;
	}
	
	.site-paratfordeg .logo .parat24{
		width: 180px;
	}
	
	.site-tariff .logo .parat24{
		width: 220px;
		height: 50px;
		margin-top: 5px;
		margin-left: 5px;
	}
	.advertisement{
	padding: 20px 10px !important;
}

    #topmenu {
        display: none
    }

    .rightside {
        float:none;
		width: 100%;
    }
	
	.rightside .toplist, .rightside .calendar 
	{
		display:none;
	}

	.rightside .video.toplist
	{
		display:block;
	}
	
	.magazines .blockitem
	{
		width: 45%;
		padding: 5px;
	}
	
    #toparea {
        padding: 0px 0px 0px 0px;
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 6px;
    }

    .parat24 {
        margin-left: 15px;
        margin-top: 17px;
        width: 100px;
        height: 40px;
    }

    .logo-img{
        width:68px;
        height: 60px;
        float: right;
    }
	
	.body img{
		max-width: 100% !important;
		height: auto !important;
	}
	
	.full .cover-video iframe, .full iframe{
	width: 100%;
	min-height: 200px;
}

    .fordelskalk-responsive{
        height: 6410px;
    }

	.full .blockitem .cover-video iframe, .full .blockitem iframe{
		width: 100%;
		height: 180px;
	}
	
    .menuicon {
        margin-left: 0px;
        margin-top: 0px;
        padding: 10px 10px 12px 11px;
        display:block;
        color: #ffffff;
        background-color: #475c6d;
    }

    .menuicon a{
        color: #ffffff;
    }

    .menu.fa-icon::before{
        font-size: 20px;
        top: -2px;
    }

    .menu.fa-icon span{
        margin-left: 22px;
    }
    
    
    .menuicon a:hover {
        color: #cccccc;
    }

	#searchbox{
		float:right;
	}
	
	#searchbox_main{
		display: none;
	}
	
    .searchicon {
		background:none;
		border:none;
		color: #ffffff;
        display: inline-block;
        float: right;
        font-weight: bold;
        margin-top: 2px;
        font-size: 14px;
    }
	
	.search-text{
		width: 80px;
		border-radius: 0px;
		margin-right: 5px;
	}

        
        .maincontent {
            width: 100%;
        }

    .topcolumn h1 a, .columns1 h1 a {
        font-size: 30px;
    }

    #bottom {
        padding: 10px 30px 30px 10px
    }

    .socialmedia {
        float: none;
        padding-top: 10px;
        text-align:center;
    }

    .column2 .blockitem {
        padding-top: 5px;
    }
    
	.column-4 .blockitem {
    width: auto;
    margin-top: 35px;
    display:block;
}
	
    #bottom-section > div {
        border: none !important;
        padding-left: 5px;
        padding-top: 10px;
		width: 100%;
    }

    .abstract, .title, .body
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sharing {
        position: fixed;
		left:0px;
        width: 100%;
        bottom: 0px;
        background-color: #475c6d;
        border-top: 1px #ffffff solid;
    }

	.column2{
		width: 49.5%;
	}
	
    .column2:not(:last-child){
		margin-right: 1%;
	}

    .column2:not(:last-child) .blockitem{
        margin-right: 5px;
    }
    
	.column-3 .blockitem{
		width: 45%;
		margin-right: 4%;
        display: block;
	}
    
    .sharing .fa-icon:not(:last-child) {
        border-right: 1px #ffffff solid;
    }

        .sharing .fa-icon {
            color: #ffffff;
            padding-top: 10px;
            padding-bottom: 10px;
            width: 24%;
            display: inline-block;
            text-align:center;
        }

        .sharing .fa-icon::before{
            font-size: 20px;
        }

		.blockitem h1 {
			margin-top: 2px;
			margin-bottom: 1px;
		}
		
		.topcolumn .blockitem h1{
			margin-bottom: 5px;
		}
		
        .blockitem h1.title{
            font-size: 18px;
			word-wrap: break-word;
			padding: 0px 1px 0px 1px;
        }
		
	.blockcontainer-rightside{
		width: 100%;
	}

	.blockcontainer-main{
		width: 100% !important;
		display: block !important;
	}
	
		#tool-readtext{
		display:none;
	}
	
	.columns3{
		display:block;
	}
	
	.columns3 .blockitem{
		width: 100%;
		display:block;
		padding-right: 0px;
	}
	
	.site-tariff .columns3 .blockitem{
		width: 100%;
		padding: 5px 3px;
	}
	
	.columns3 .blockitem:nth-child(2) {
        padding-left: 0px;
        padding-right: 5px;
    }


    .columns3 .blockitem:nth-child(3) {
        padding-left: 0px;
    }
	
	.site-tillitsvalgt  .parat24{
	width: 200px;
	height: 40px;
    }
	
	.blocklist .columns1 img, .frontpage .topcolumn img{
		width: 100% !important;
		margin-left: 0px !important
	}
	
	.content-container-leftRight {
        flex-direction: column;
    }

    .content-container-rightLeft {
        flex-direction: column-reverse;
    }

    .text-content-leftRight {
        width: 100%;
    }

    .coverimage-right {
        width: 100% !important;
        padding-left: 0;
    }

    .coverimage-left {
        width: 100% !important;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
	.site-tariff  #topmenu{
		display: none;
	}
	
	.blocklist .columns1 img, .frontpage .topcolumn img{
		margin-left: 0px !important
	}
}

