body {
    position: absolute;
    background: #0B82C1;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}
html {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.print {
    display: none;
}

.videowrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videowrapper iframe {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

/* basis */

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #6d7072;
    border: 0 solid #ffffff;
    background-repeat: no-repeat;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
}
div,
footer,
header,
ul,
li,
th,
td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contentcontainer,
.contentwrapper,
.block,
footer,
header,
ul,
li,
th,
td {
    /*float: left;*/
}
.CookieDeclarationTable th,
.CookieDeclarationTable td {
    float: none;
}
.frame-default header,
footer,
header,
ul,
li{
    width: 100%;
}
.frame-default header {
    margin-bottom: 10px;
}
.news-single-img img,
p.news-single-imgcaption  {
    max-width: 100% !important;
    width: 100% !important;
}
sub {
    position: relative;
    top: 5px;
}
sup {
    position: relative;
    top: -5px;
}

/* table spacing */

table.contenttable  {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
}
table.contenttable td, 
table.contenttable th {
    float: none;
    padding: 0 3% 0 0;
}
table.contenttable p {
    margin-bottom: 0 !important;
}

table.contenttable tr:nth-child(even) {background: #CCC}
table.contenttable tr:nth-child(odd) {background: #FFF}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

/* links */

a {
    color: inherit;
    outline: none;
}
.main p a {
    color: #0b82c1;
}
a:hover {
}
* a {
    font-size: inherit;
}
a * {
    color: inherit;
    text-decoration: underline;
}
.contentcontainer > .right a {
    color: #0b82c1;
    text-decoration: underline;
}
hr {
    color: #cccccc;
    border: none;
    border-top: 1px solid #cccccc;
    height: 1px;
}

/* CONTENT FONTS */

p {
    margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.frame-default header *,
.news h1,
.news h2 a,
.news h3 a {
    font-family: 'Antic Slab', Arial, Helvetica, sans-serif;
    line-height: normal ! important;
    font-weight: normal;
    margin-bottom: 10px;
}
h1,
.news h1,
.frame-default header h1 {
    font-size: 25px;
    color: #0b82c1;
    margin-bottom: 20px;
}
.news .frame-default header *,
.footer .frame-default header * {
    color: #414042;
    font-size: 25px;
}
h2 {
    color: #414042;
    font-size: 18px;
}
.news h2,
.news h2 a {
    font-size: 25px;
    color: #0b82c1;
    /* font-weight: bold; */
    text-decoration: none !important;
}
h3,
h4,
h5,
h6 {
    color: #0b82c1;
    font-size: 20px;
}
.news-single-item h2 {
    font-size: 16px;
    margin-bottom: 15px;
}
ol {
    margin: 0 0 15px 30px;
}
.contentcontainer .right ul {
    list-style-type: none;
    margin: 0 0 15px 0;
}
.main ul,
.maincontent ul,
.contentcontainer .right ul {
    float: none;
    width: auto;
}
.main ul li,
.maincontent ul li,
.contentcontainer .right ul li {
    float: none;
    width: auto;
    padding: 0 0 0 15px;
    background: url('../Images/bg_ul_li.png') 0 7px no-repeat;
}

    /* fix ul in image content */
.ce-textpic-image ul {
    list-style-type: none;
    margin: 0 ! important;
}
.ce-textpic-image li {
    padding: 0 ! important;
    background: none ! important;
}
li.ce-textpic-image,
.main li.ce-textpic-image {
    padding: 0 ! important;
    background: none ! important;
}
    /* fix ul in image content */

/* BASIC */

.container {
    float: left;
    min-width: 100%;
    background: #fff;
}
.centercontainer {
    float: none;
    width: 98% ! important;
    max-width: 1060px;
    margin: 0 auto;
}
.contentcontainer {
    float: left;
    width: 100%;
    padding: 0;
}
.contentcontainer.content {
    padding: 5% 0 5% 0;
}
.sectors .contentcontainer.content {
    padding-bottom: 0;
}


/* CONTAINERS */


/* header */

.topheadercontainer,
.headercontainer {
    position: fixed;
    height: 50px;
    background: #fff;
    z-index: 80;
}
.topheadercontainer {
    background: #000;
}
.headercontainer {
    top: 50px;
    height: 85px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.25);
}
.headercontainer .centercontainer,
.headercontainer .contentcontainer {
    height: inherit !important;
}
/*.header {*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*    height: 118px;*/
/*    background: #fff;*/
/*    border-bottom: 7px solid #0b82c1;*/
/*}*/

.topfill {
    height: 135px;
}

.logo {
    display: flex;
    justify-content: center;
    float: left;
    width: 20%;
    max-width: 200px;
    height: 85px;
    /*background-image: url('../Images/logo_arn.jpg');*/
    /*background-position: center center;*/
    /*background-size: auto 95%;*/
    cursor: pointer;
    position: relative;
    left: -10px;
    padding: 5px 0 5px 10px;
}
.logo * {
    height: 100%;
}
.logo figure.image {
    display: block;
}
.logo img {
    width: 100%;
    object-fit: contain;
}

/* SEARCH in HEADER */

div.search {
    float: right;
    width: 15%;
    margin-right: 0;
}
.search form {
    margin-top: 14px;
    height: 25px;
    width: 100%;
}
.search * {
    color: #99cc00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.search input[type=text] {

    float: left;
    width: 65%;
    height: 25px;
    color: #fff;
    font-size: 12px;
    /*    width: 100%;*/
    padding-left: 5%;
    border: 0;
    outline: none;
    background-color: #666 !important;

}
.search button[type=submit] {
    width: 25%;
    height: 25px;
    background: url('../Images/bg_button_search.png') center center transparent no-repeat;
    margin: 0 !important;
    cursor: pointer;
}

/* search results */

.tx-indexedsearch-form fieldset {
    border: none;
}
.tx-indexedsearch-form label,
.tx-indexedsearch-form input {
    width: 100%;
    margin-bottom: 10px;
}
.tx-indexedsearch-search-submit {
    margin-bottom: 25px;
}
.tx-indexedsearch-searchbox legend,
.tx-indexedsearch-info {
    display: none;
}

/* menu */

nav {
    float: left;
}
nav ul {
    float: left;
    list-style-type: none;
    background: none ! important;
    margin: 0 ! important;
    padding: 0 ! important;
    border-width: 0 ! important;
}
nav li {
    float: left;
    list-style-type: none;
}
nav li a {
    width: auto;
    display: block;
    font-family: 'Antic Slab', Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
nav.frame-default ul.csc-menu li a {
    color: #0b82c1;
}
nav li:hover {
}
nav li.selected {
}
nav li.selected a {
}

/* topmenu */

.topmenu,
.topmenu ul {
    float: right;
    width: auto;
    margin-right: 10px;
}
.topmenu li {
    float: left;
    width: auto;
    margin-top: 21px;
    height: 16px;
    border-left: 1px solid #fff;
}
.topmenu ul li:first-child {
    border-left-width: 0;
}
.topmenu li a {
    width: auto;
    position: relative;
    top: -7px;
    min-height: 20px;
    padding: 3px 15px 3px 15px;
    margin: 0 5px 0 5px;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: color ease 0.4s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.topmenu li a:hover {
    /*background: rgba(255,255,255,0.3);*/
    color: #666;
    color: rgba(255,255,255,0.5);
}
.topmenu ul li:has(a[href*=login]) {
    background: url('../Images/bg_button_login.png') right top no-repeat;
}
.topmenu ul li:has(a[href*=login]) a {
    padding-right: 35px;
}

/* mainmenu */

nav.mainmenu {
    float: right;
    height: 41px;
    z-index: 10;
    top: 42px;
    position: relative;
}
nav.mainmenu ul {
    width: auto;
    float: right;
}
nav.mainmenu li {
    position: relative;
    height: 41px;
    width: auto;
    border-left: 1px solid #ccc;
}
nav.mainmenu li:first-child,
nav.mainmenu li.selected {
    border-left: 1px solid transparent;
}
nav.mainmenu li a {
    height: 53px;
    line-height: 45px;
    padding: 0 8px;
    width: auto;
    display: block;
    font-size: 17px;
     font-weight: bold;
    color: #6d6f71;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}
nav.mainmenu li a:hover {
    color: #0b82c1;
}
body.home nav.mainmenu li.menu-home a,
nav.mainmenu li.selected a {
    position: relative;
    background: #0b82c1;
    color: #fff;
    box-shadow: 3px 3px 1px 0 rgba(0,0,0,0.2);
    z-index: 81 !important;
}
body.home nav.mainmenu li.menu-home a {
}

    /*level1*/
nav.mainmenu ul.level2,
nav.mainmenu ul.level2 li,
nav.mainmenu ul.level2 li:hover {
    float: none;
    list-style-type: none;
    background-image: none ! important;
}
nav.mainmenu li ul.level2 {
    padding: 0 ! important;
    position: absolute;
    top: 44px;
    /*left: -25px;*/
    background: rgba(255,255,255,0.75) !important;
    margin-left: -25px;
    margin-right: -100px;
    min-width: 160px;
    width: auto;
    min-height: 7px;
    height: auto;
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    display: none;
    z-index: 80 !important;
}
nav.mainmenu ul li:last-child ul.level2 {
    right: 0;
}
nav.mainmenu li:hover ul.level2 {
    display: block;
    z-index: 80 !important;
}
.ie7 nav.mainmenu li:hover ul.level2 {
    display: none;
}
nav.mainmenu ul.level2 li {
    padding-top: 0;
    height: auto !important;
    border-width: 0;
}
nav.mainmenu ul.level2 li a,
nav.mainmenu ul.level2 li.selected a,
nav.mainmenu li.selected ul.level2 li a,
nav.mainmenu li.selected ul.level2 li.selected a {
    min-height: 16px;
    height: auto !important;
    font-size: 14px;
    line-height: 16px !important;
    color: #414042 ! important;
    /*text-align: center;*/
    text-transform: none;
    border-left-width: 0;
    margin-top: -1px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #afaeb0;
    padding: 10px 10px 10px 15px;
    background: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    box-shadow: none;
}
/*nav.mainmenu ul.level2 li:first-child a,
nav.mainmenu ul.level2 li.selected:first-child a,*/
nav.mainmenu li.selected ul.level2 li:first-child a,
nav.mainmenu li.selected ul.level2 li.selected:first-child a {
    padding-top: 20px;
}
nav.mainmenu li.selected ul.level2 li.selected a {
    color: #0b82c1 ! important;
}
nav.mainmenu ul.level2 li a:hover,
nav.mainmenu ul.level2 li.selected a:hover,
nav.mainmenu li.selected ul.level2 li a:hover,
nav.mainmenu li.selected ul.level2 li.selected a:hover {
    color: #fff! important;
    background: #0b82c1 ! important;
    border-top: 1px solid #085c89;
    border-bottom: 1px solid #085c89;
}


/*     cookie    */	

div.cookiebg {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100% ! important;
 height: 25px;
 background-color: rgba(0,0,0,0.6);
 z-index: 10;
}
.ie7 div.cookiebg,
.ie8 div.cookiebg {
 background: #000;
}
div.cookiemessage {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100% ! important;
 height: 25px;
 line-height: 25px;
 color: #fff;
 margin: 0 auto;
 text-align: center ! important;
 z-index: 20;
}
div.cookiemessage p {
 color: #fff;
 text-align: center ! important;
}
div.cookiemessage a,
div.cookiemessage i {
 color: #fff;
 font-style: normal;
 cursor: pointer;
}
div.cookiebg.hide,
div.cookiemessage.hide {
 display: none;
}

/*.submenu */

.submenucontainer {
    float: left;
    width: 100%;
    background: #e2effb;
    padding-bottom: 20px;
}
.pagetitle {
    float: left;
    font-family: 'Antic Slab', Arial, Helvetica, sans-serif;
    font-size: 25px;
    /* font-weight: bold; */
    color: #0b82c1;
    text-decoration: none;
    padding: 4px 0 20px 5px;
}
.submenu ul {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 0 5px 0;
}
.submenu li {
    margin: 0 ! important;
    padding: 0 ! important;
}
.submenu ul a {
    display: block;
    font-family: 'Antic Slab', Arial, Helvetica, sans-serif;
    font-size: 19px;
    /* font-weight: bold; */
    color: #414042;
    text-decoration: none;
    padding: 6px 0 6px 5px;
    transition: color ease .4s;
    -moz-transition: color ease 0.4s;
    -webkit-transition: color ease 0.4s;
    -o-transition: color ease 0.4s;
}
.submenu ul a:hover {
    color: #0b82c1;
}
.submenu ul li.selected a {
    color: #fff;
    background: url('../Images/bg_submenu_selected.png') right 0 #0b82c1 no-repeat;
}
.submenu ul li.selected a:hover {''
    color: #fff;
}
    /*level2*/
.submenu ul ul {
    list-style-type: none;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #0b82c1;
}
.submenu ul ul a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    background: none;
    padding: 0 20px 5px 5px;
}
.submenu ul ul a:hover {
    color: #414042 !important;
}
.submenu ul ul li:first-child a {
    padding-top: 7px;
}
.submenu ul ul li.selected a {
    color: #0b82c1;
    background: url('../Images/bg_subsubmenu_selected.png') right 0 transparent no-repeat;
}
    /*level3*/
.submenu ul ul ul a {
    /*background: none;*/
    padding: 2px 0 3px 15px;
    background: #ccc;
}
.submenu ul ul ul li.selected a {
    background: none;
    color: #333;
}

/* SLIDER */

.slidersection {
    position: relative;
    background: none;
    height: 450px;
}
#c86{
    margin-top: -150px;
    /*	margin-top: -200px;*/
}
.nextpage .slidersection {
    height: 200px;
}
.slidersection .backgroundimages,
.slidersection .backgroundimage {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slidersection .backgroundimage {
    background-position: center top;
    background-size: cover !important;
}
.slidersection .contentcontainer {
    position: relative;
    height: 450px;
}
.nextpage .slidersection .contentcontainer {
    height: 170px;
}
.slidersection .contentcontainer {
    padding: 200px 0 0 0;
}
.slidersection .contentcontainer * {
    font-family: 'Antic Slab', Arial, Helvetica, sans-serif;
    font-size: 35px !important;
    /* font-weight: bold; */
    line-height: 45px;
    margin: 0;
    padding: 0;
    color: #fff !important;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
}

/* TAGLINE */

.tagline {
    background: #0b82c1;
    padding: 1% 0 1% 0;
}
.home .tagline {
    padding: 2.5% 0 2.5% 0;
}
.tagline .contentcontainer {
    padding: 0 2.5% 0 2.5%;
}
.tagline * {
    font-family: 'Antic Slab', Arial, Helvetica, sans-serif;
    color: #fff !important;
    font-size: 25px;
    line-height: 40px;
    /* font-weight: bold; */
    text-align: center;
}
.tagline .frame-default header * {
    font-size: 38px !important;
}
.nextpage .tagline .contentcontainer,
.home .tagline .contentcontainer p.bodytext {
    opacity: 0.7;
}

/* PATHWAY */

.pathway {
    background: #eee;
    padding: 10px 0 10px 0;
}
.pathway * {
    font-size: 12px;
    line-height: 14px;
    color: #414042;
}
.pathway .current {
    color: #0b82c1
}

/* SLIDESHOWS tx-jfmulticontent-pi1 */

.homeslider {
    padding: 30px 0 20px 0 ;
}
.homeslider,
.homeslider .frame-default {
    width: 100%;
    position: relative;
    height: 385px;
    background: #929292;
    overflow: hidden !important;
}
.homeslider .frame-default {
    height: 335px;
}
.nextpage .homeslider.information,
.nextpage .homeslider.information .frame-default {
    height: auto;
}
.nextpage .homeslider.information .contentcontainer {
    width: 66%;
    margin-left: 34%;
}
.nextpage .homeslider.information,
.nextpage .homeslider.information *,
.nextpage .homeslider.information .frame-default,
.nextpage .homeslider.information .frame-default * {
    color: #fff;
}
.nextpage .homeslider.information .frame-default header * {
    font-size: 18px;
}
.nextpage .homeslider.information .frame-default a {
    font-family: Antic Slab,sans-serif;
    font-size: 16px;
    background: #0b82c1;
    padding: 2px 5px 2px 5px;
}

    /* homepage slider */
    /*
.home .homeslider,
.home .homeslider * {
    min-width: 10px !important;
    overflow: hidden !important;
    text-decoration: none !important;
}
.home .homeslider,
.anythingSlider {
    width: 100% !important;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}
.home .homeslider *,
.home .homeslider div.ce-gallery {
    margin: 0 ! important;
    padding: 0 ! important;
    border-width: 0 ! important;
}
.home .homeslider li .frame-default {
    width: 100% ! important;
}
    */
.owl-prev,
.owl-next {
    position: absolute;
    top: 275px ! important;
    z-index: 30;
    width: 39px;
    height: 39px;
    background-image: url('../Images/bg_button_slider.png');
}
.owl-prev {
    left: 34%;
}
.owl-next {
    left: 39%;
}
.owl-prev,
.owl-prev:hover  {
    background-position: 0 0;
}
.owl-next,
.owl-next:hover {
    background-position: 0 -50px;
}
.owl-prev:hover,
.owl-next:hover {
    opacity: 0.5;
}

.home .homeslider * {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.home .homeslider div.ce-gallery {
    width: 30%;
}
.home .homeslider div.ce-gallery * {
    width: 100%;
    height: auto;
}
.home .homeslider .ce-textpic-text {
    position: absolute;
    top: 50px;
    left: 34%;
    width: 60%;
    height: auto;
    margin-left: 0;
}
.home .homeslider .ce-bodytext header {
    margin-bottom: 0 !important;
}
.home .homeslider .ce-textpic-text h1,
.home .homeslider .ce-textpic-text h2,
.home .homeslider .ce-textpic-text h3,
.home .homeslider .ce-textpic-text h4,
.home .homeslider .ce-textpic-text h5,
.home .homeslider .ce-textpic-text h6{
    font-family: 'Antic Slab', Arial, Helvetica, sans-serif;
    font-size: 25px !important;
    margin-bottom: 20px !important;
}
.home .homeslider .ce-textpic-text .ce-bodytext header * {
    font-family: 'Antic Slab', Arial, Helvetica, sans-serif;
    /* font-weight: bold; */
    font-size: 18px !important;
    margin-bottom: 10px !important;
    color: #c9c9c9;
    width: 100%;
}

/* CONTENT */

.content .left,
.maincontent {
    float: left;
    width: 31%;
    padding: 30px 0 30px 0;
}
.nextpage .content .right {
    float: left;
    width: 69%;
    padding: 30px 0 30px 0;
}
.maincontent {
    padding: 0 0 30px 0;
}
.maincontent,
.smallcontent {
    float: left;
    width: 100%;
    padding: 0 20px 30px 20px;
}
.maincontent .frame-default:first-of-type:not(.frame-type-news_newsdetail) > p:first-of-type,
.maincontent .frame-default.frame-type-news_newsdetail:not(:has(.teaser-text + .news-text-wrap))  > p:first-of-type:not(.news-img-caption),
.maincontent .frame-default .teaser-text *:not(.more):not(h3):not(.news-list-date time),
span.subheader * {
    font-family: 'Antic Slab', Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #414042;
}
.maincontent iframe {
    max-width: 100%;
}

.leftcontent,
.rightcontent {
    float: left;
    width: 100%;
    min-height: 10px;
    padding: 0 0 30px 0;
}
.rightcontent {
    width: 100%;
    padding-top: 50px;
}

/* footer */

.outsidewrapper > .footer {
    padding: 15px 0 15px;
    background: #0b82c1;
    text-align: right;
}
.outsidewrapper > .footer .contentcontainer {
}
.footer .contentwrapper {
    float: right;
    white-space: nowrap;
}
.outsidewrapper > .footer .contentcontainer .frame-default,
.outsidewrapper > .footer .contentcontainer .copy_date {
    width: auto;
    float: left;
}
.outsidewrapper > .footer .contentcontainer * {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #fff;
}

/* HOMEPAGE */

.home .pathway,
.home .smallcontent {
    display: none;
}
.home .left,
.news .left,
.news .right {
    float: left;
    width: 22.75%;
    margin-right: 3%;
    padding: 30px 0 30px 0;
}
.news .right {
    margin-right: 0;
}
.news .right {
    width: 66%;
}
.home .content .left div {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}
.home .content .left *{
    font-size: 14px;
}
.home .content .left .ce-bodytext header * {
    font-size: 25px;
    color: #000;
}
.home .content .left ul a,
/*.news .left ul a,*/
.news .left .text a {
    float: left;
    position: relative;
    left: -5px;
    display: block;
    font-family: Antic Slab,sans-serif;
    font-size: 16px;
    color: #fff;
    background: #0b82c1;
    padding: 5px;
    margin: 0 0 5px 0;
}

/* new homeblocks */

.homeblocks {
    display: flex;
    gap: 30px 3%;
    flex-wrap: wrap;
    padding: 30px 5%;
}

.homeblocks .frame {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 500px) {
    .homeblocks {
        padding: 30px 2.5%;
    }

    .homeblocks .frame {
        width: calc(100% / 2 - 3% * 1 / 2);
    }
}

@media (min-width: 768px) {
    .homeblocks {
        padding: 30px 2.5%;
    }

    .homeblocks .frame {
        width: calc(100% / 3 - 3% * 2 / 3);
    }

    .leftcontent,
    .rightcontent {
        width: 60%;
        min-height: 10px;
        padding: 0 0 30px 0;
    }
    .rightcontent {
        width: 30%;
        padding-top: 50px;
        margin-left: 4%;
    }

    .maincontent,
    .smallcontent {
        float: left;
        width: 95.4%;
        margin-left: 4.6%;
        padding: 0 0 30px 0;
    }
}

@media (min-width: 1024px) {
    .homeblocks {
        padding: 30px 0;
    }
}

.homeblocks .frame h2 {
    font-size: 24px;
}

.homeblocks .frame .ce-textpic {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.homeblocks .frame .ce-gallery {
    width: 100%;
    height: unset;
    aspect-ratio: 100 / 56;
    margin: 0;
}

.homeblocks .frame .ce-gallery * {
    width: 100%;
    height: 100%;
}

.homeblocks .frame .ce-gallery img {
    object-fit: cover;
}

.homeblocks ul {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
}

.homeblocks ul a {
    float: left;
    display: block;
    font-family: Antic Slab,sans-serif;
    font-size: 16px;
    color: #fff;
    background: #0b82c1;
    padding: 5px 10px;
}

/* news footer */

.news .left .image {
    float: left;
    width: 35%;
}
.news .left figure.image {
    float: left;
    width: 65%;
}
.news .left .text {
    float: left;
    width: 65%;
}
.news .left h3 {
    width: 60%;
}
.news .left h3,
.news .left p {
    position: relative;
    left: 10px;
}
.news .left ul {
    float: left;
    padding-left: 0 !important;
}
.home .content .left ul a,
.news .left ul a {
    left: 0;
}
.news-latest-item{
    padding: 0;
}

.news .right .news-latest-item {
    float: left;
    width: 48.5%;
    margin-right: 3%;
}
.news .right .news-latest-item.item_2 {
    margin-right: 0;
    padding: 0;
}
.news .right .news-latest-item * {
    text-decoration: none;
}
.news .left h3,
.news .right .news-latest-item h3 a {
    font-size: 18px;
    color: #414042
}
.readmore a {
    color: #0b82c1;
    text-decoration: underline !important;
}
.news-single-item a,
.news-single-backlink {
    padding-left: 0;
    color: #0b82c1;
    text-decoration: underline !important;
}

/* TX_NEWS LIST FOOTER */

.container.news .right .news-list-view {
    display: flex;
    gap: 20px;
}
.container.news .right .news-list-view h2 {
    font-size: 18px;
    color: #414042;
}

/* TX_NEWS AFVALSTROOM FOOTER */

/*.container.news .left .news,*/
.container.news .left .news .article {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.container.news .left .news .article .news-img-wrap,
.container.news .left .news .article .header {
    flex: 1;
}

.container.news .left .news .article .header * {
    font-size: 18px;
    color: #414042;
}

.container.news .left .frame-type-header a {
    float: right;
    width: 130px;
    display: block;
    font-family: Antic Slab,sans-serif;
    font-size: 16px;
    color: #fff;
    background: #0b82c1;
    padding: 5px;
    transform: translateY(-90%);
}

/* TX_NEWS LIST NEXT */

.news-list-view .header {
    display: flex;
    justify-content: space-between;
}

.news-list-view .header .news-list-date {
    white-space: nowrap;
}

.news-list-view h2 * {
    font-size: inherit !important;
    color: inherit !important;
    text-decoration: none;
}
.news-list-view .article {
    float: left;
    width: 100%;
    clear: both;
}
.maincontent .news-list-view .article {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.news-list-view:not(.afvalstroom) .news-img-wrap {
    float: right;
    width: 47.5%;
    max-width: 295px;
    aspect-ratio: 100 / 75;
    overflow: hidden;
    margin: 0 0 10px 2.5%;
}
.mediaelement-image {
    float: none;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    margin: 0 0 25px 0;
}
.news-list-view:not(.afvalstroom) .news-img-wrap a,
.mediaelement-image a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    /*background: #ebebeb;*/
}
.news-list-view:not(.afvalstroom) .news-img-wrap img,
.mediaelement-image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
    transition: all ease .4s;
}

.news-list-view:not(.afvalstroom) .news-img-wrap img {
    object-fit: cover;
}

.news-img-caption {
    font-style: italic;
    margin-top: -10px;
    margin-bottom: 15px;
}

/* TX_NEWS PAGINATION */

.contentcontainer > .right ul.f3-widget-paginator {
    display: flex;
    gap: 7px;
    float: left;
    width: 100%;
    clear: both;
}
.contentcontainer > .right ul.f3-widget-paginator li {
    background: none;
    padding: 0;
}
.contentcontainer > .right ul.f3-widget-paginator li.current,
.contentcontainer > .right ul.f3-widget-paginator a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    text-align: center;
    /* font-weight: bold; */
    color: #0b82c1;
    background: #ececec;
    border-radius: 6px;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.4s;
}
.contentcontainer > .right ul.f3-widget-paginator .current {
    background: #d6d8d7;
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5);
}
.contentcontainer > .right ul.f3-widget-paginator .current a:hover {
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.25);
}

/* TX_NEWS LIST AFVALSTROOM */

/* afvalstroom */

.news-list-view.afvalstroom {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 40px;
}

.news-list-view.afvalstroom .article {
    display: flex;
    flex-direction: column;
    /*width: calc(50% - 30px);*/
    width: 320px;
    transform: scale(95%);
    box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.15);
    transition: all ease .4s;
    margin: 0;
    padding: 0;
}

.news-list-view.afvalstroom .article .news-img-wrap {
    float: unset;
    max-width: unset;
    width: 100%;
    margin: 0;
}

.news-list-view.afvalstroom .article .news-img-wrap a {
    display: flex;
    width: 100%;
}

.news-list-view.afvalstroom .article:hover {
    transform: scale(100%);
    box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.25);
}

.news-list-view.afvalstroom .article .header {
    padding: 15px;
    order: 1;
}

.news-list-view.afvalstroom .article .news-related-files {
    display: none;
}

/* TX_NEWS SINGLE */

.news-single .article {
    display: flex;
    flex-direction: column;
}

.news-img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 1px dotted #999;
    margin-bottom: 15px;
}

.news-img-wrap .outer {
    width: calc(100% / 3 - 15px * .75);
}
.news-img-wrap .outer:first-child {
    width: 100%;
}
.news-img-wrap .outer:not(:first-child) .mediaelement {
    aspect-ratio: 100 / 75;
}
.news-img-wrap .outer:not(:first-child) .mediaelement img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-single .teaser-text {
    border-bottom: 1px dotted #999;
    margin-bottom: 15px;
}

.news-single blockquote {
    border: 1px dotted #999;
    padding: 15px;
    margin-bottom: 15px;
}

.news-single blockquote :last-child {
    margin-bottom: 0;
}

/* TT_NEWS NEXT */

.news.list {
    float: left;
    width: 100%;
}
.news-list-view .item,
.news .item {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    clear: both;
}
.news.list .news-list-category {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.news-header-list-container {
    padding-bottom: 20px;
}
.news-header-list-container * {
    font-size: 13px;
}
.news.list span.date  {
    margin: 0 15px 1px 0;
}
.maincontent .news.list span.date {
    margin: 5px 0 5px 0;
    clear: both;
}
.maincontent .news.list .news-list-img {
    float: right;
    width: 47.5%;
    max-width: 295px;
}
.maincontent .news.list .news-list-img img {
    margin: 0 0 10px 2.5%;
}
.maincontent .news.list .item {
    clear: both;
    border-bottom: 1px dotted #ccc;
}
.news-list-morelink {
    display: none;
}
.news.list .readmore {
    display: none;
}
.maincontent .news.list .readmore {
    display: inline;
}
.maincontent .news.list .news-list-morelink {
    display: none;
}
.news.list dd img,
.news-single-item dd img {
    display: none;
}
.news.list dd a,
.news-single-item dd a {
    margin-right: 20px;
}
.news.list .item a {
    color: #0b82c1;
    text-decoration: underline;
}

/* afvalstroom */

.news-list.afvalstroom {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 40px;
}

.news-list.afvalstroom .news-item {
    transform: scale(95%);
    box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.15);
    transition: all ease .4s;
}

.news-list.afvalstroom .news-item:hover {
    transform: scale(100%);
    box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.25);
}

.news-list.afvalstroom .news-item .text {
    padding: 15px;
}

.news-list.afvalstroom .news-item .text .file-links {
    display: none;
}

/* tt_news page navigation */

div.tx-ttnews-browsebox {
    width: inherit;
    clear: both;
}
div.tx-ttnews-browsebox td {
    padding-right: 5px;
}
div.tx-ttnews-browsebox td a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    /* font-weight: bold; */
    color: #0b82c1;
    background: #ececec;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
div.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a {
    background: #d6d8d7;
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5);
}
div.tx-ttnews-browsebox td a:hover {
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.25);
}


/* sitemap */

.frame-type-menu_sitemap ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}
.contentcontainer .right .frame-type-menu_sitemap ul {
    margin-bottom: 0;
}
.frame-type-menu_sitemap ul li {
    background: none ! important;
    padding: 0 ! important;
    margin: 0 ! important;
}
.frame-type-menu_sitemap ul a {
    display: inline-block;
    width: auto;
    color: #000;
    padding: 3px 0 2px 15px;
    /*display: block;*/
    background-color: #ffffff;
    background-image: url('../Images/bg_sitemap_li.gif');
    background-repeat: no-repeat;
    background-position: 0 8px;
    text-decoration: none;
}
.frame-type-menu_sitemap ul ul a {
    /* font-weight: bold; */
    color: #666666;
    padding-left: 36px;
    background-position: 0 -47px;
}
.frame-type-menu_sitemap ul ul ul a {
    font-weight: normal;
    color: #666666;
    padding-left: 54px;
    background-position: 0 -97px;
}
.frame-type-menu_sitemap ul a:hover {
    color: #f52837;
    text-decoration: underline;
}
.csc-sitemap li {
    margin: 0 ! important;
}

/* FAQ - MC_FAQ*/

.mc_faq {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}
.mc_faq:not(.active) *:not(.frame):not(header):not(h3) {
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all ease 0.6s;
}
.mc_faq h3 {
    cursor: pointer;
}
.mc_faq.active h3 {
    font-weight: bold;
}
.mc_faq.active *:not(.frame):not(header):not(h3) {
    height: auto;
    margin-bottom: 15px;
}
.columns2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-bottom: 15px;
}

/* page planning rondleidingen */

#c70 {
    position: relative;
    background: rgba(0,0,0,0.0);
    transition: background ease 0.4s;
}
#c70 .zoomer {
    position: absolute;
    top: -40px;
    left: 0;
    width: 32px;
    height: 32px;
    background: url('../Images/bg_button_zoom.png') center center no-repeat #0B82C1;
    cursor: pointer;
}
#c70.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    overflow-y: auto;
    z-index: 90;
}
#c70.active .zoomer {
    top: 15px;
    left: auto;
    right: 15px;
    background-image: url('../Images/bg_button_close.png');
    background-color: #c00;
}
#c70 #rondleidingen_container {
    width: 100%;
    max-width: 100%;
}
#c70.active #rondleidingen_container {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 1600px;
    max-width: 96%;
    transform: translate(-50%,0);
}
#c70 #rondleidingen_container table.contenttable th,
#c70 #rondleidingen_container table.contenttable td {
    padding: 0 10px 0 0;
}
#c70.active #rondleidingen_container table.contenttable th,
#c70.active #rondleidingen_container table.contenttable td {
    padding: 1vh 1.5vw;
}
@media all and (max-width: 767px) {
    #c70.active {
    overflow: auto;
}
}

/* mobilemenu.submenu */

.outsidewrapper {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}
.outsidewrapper.active {
    position: fixed;
}
.mobilemenu * {
    display: none;
}
.mobilemenu.active * {
    display: inline;
}
a.mobilemenubutton,
a.mobilemenuclosebutton {
    display: none;
    float: left;
    position: absolute;
    top: 75px;
    right: 5%;
    width: 38px;
    height: 33px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: url('../Images/bg_mobilemenubutton.png') center center no-repeat;
    z-index: 85;
}
a.mobilemenuclosebutton {
    display: none;
    position: fixed;
    border: 1px solid #fff;
    background: url('../Images/bg_mobilemenuclosebutton.png') 8px 8px no-repeat #0b82c1;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}
a.mobilemenuclosebutton.active {
}
.mobilemenu {
    position: absolute;
    right: -1px;
    width: 1px;
    min-height: 100%;
    transition: width ease 0.4s;
    background: #0B82C1;
    z-index: 100000000;
    opacity: 0;
    box-shadow: -5px 0 10px 0 rgba(0,0,0,0.5);
}
.mobilemenu.active {
    right: 0;
    width: 75%;
    padding-top: 50px;
    opacity: 1;
}
.mobilemenu ul {
    border-top-width: 0 !important;
    width: 100%;
    margin: 90px 0 0 0;
    min-height: 100%;
    background: rgba(54,153,41,0.9);
}
.mobilemenu ul ul {
    margin-top: 0;
}
.mobilemenu li {
    width: 100%;
}
.mobilemenu li a {
    display: block ! important;
    font-size: 16px;
    /* font-weight: bold; */
    color: #fff;
    text-decoration: none;
    padding: 6px 0 7px 20px;
    border-bottom: 1px dotted #333 !important;
    transition: all 0.4s;
}
.mobilemenu li a:hover,
.mobilemenu li a.selected:hover {
    color: #fff !important;
    background-color: #3f3f46 !important;
}
.mobilemenu ul li.selected li a,
.mobilemenu ul li li.selected li a {
    color: #fff;
}
.mobilemenu ul li.selected a,
.mobilemenu ul li li.selected a,
.mobilemenu ul li li li.selected a {
    color: #000;
}
.mobilemenu ul ul {
    margin-bottom: 0;
    border-bottom: 1px dotted #666;
    border-top-width: 0;
}
.mobilemenu ul ul a {
    font-weight: 300;
    padding: 6px 0 5px 40px;
}
.mobilemenu ul ul ul a {
    padding: 6px 0 5px 60px;
}

/* KIDS */

@font-face {
    font-family: 'Segoe';
    src:url('../Fonts/segoepr-webfont.eot');
}

/* Andere browsers */
@font-face {
    font-family: 'Segoe';
    src:url('../Fonts/segoepr-webfont.ttf') format("truetype");
}

body.kids .pathway,
body.kids nav.mainmenu li.selected a,
body.kids .submenu ul li.selected a {
    background-color:#eea314;
}

body.kids .maincontent H1,
body.kids .maincontent .frame-default header H1 {
    font-family: 'Segoe', Arial, Helvetica, sans-serif;
    color:#eea314;
}

body.kids .maincontent H3 {
    font-family: 'Segoe', Arial, Helvetica, sans-serif;
    font-size:21px;
}

body.kids .maincontent ol {
    margin-bottom:15px;
}
.kids .content .left {
    display: none;
}
.kids .content .right {
    width: 100%;
}

/* lightbox */
#sd-lightbox {
    background: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 1024px) {
    nav.mainmenu li a {
        padding: 0 8px;
        font-size: 16px;
        font-weight: bold;
    }

    span.arrow.forward {
        left: 41%;
    }

    div.tx-jfmulticontent-pi1 * {
        font-size: 14px;
        line-height: 22px;
    }

    .columns2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .columns2,
    .columns2 * {
        text-align: left;
    }

    .home .content .contentcontainer {
        text-align: center;
    }

    .home .homeblock {
        float: none;
        display: inline-block;
        width: 30%;
        margin: 0 1.5%;
    }

    .home .homeblock.homeblock1,
    .home .homeblock.homeblock2 {
        width: 46.5%;
    }
}
@media all and (max-width: 991px) {
    a.mobilemenubutton,
    a.mobilemenuhomebutton.active {
        display: inline;
    }
    .topheadercontainer,
    .headercontainer {
        position: absolute;
    }
    .mainmenu,
    .submenucontainer,
    .slidersection,
    .search,
    .nextpage .content .left,
    .homeslider.information,
    .nextpage .container.news {
        display: none !important;
    }
    .nextpage .content .right {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    .logo {
        min-width: 140px;
    }
    .home .homeblock.homeblock1,
    .home .homeblock.homeblock2,
    .home .homeblock {
        float: none;
        display: inline-block;
        width: 47%;
        margin-right: 1.25%;
        margin-left: 1.25%;
    }
}
@media all and (max-width: 650px),
    all and (max-device-width: 650px) and (orientation: portrait) {
    .topmenu li {
        overflow: hidden;
    }
    .topmenu ul li:last-child {
        width: 50px;
    }
    .topmenu ul li:last-child a {
        width: 25px !important;
        height: 16px;
        line-height: 1000px;
        overflow: hidden;
    }
    .tagline {
        padding-top: 15px;
    }
    .tagline * {
        font-size: 18px;
        line-height: 20px;
    }
    .tagline .frame-default header * {
        font-size: 20px !important;
    }
    .pathway {
        padding-left: 4.7%;
    }
    .maincontent {
        padding-bottom: 0;
    }
    .home .right {
        width: 100%;
    }
    .home .left,
    .news .left,
    .news .right,
    .nextpage .homeslider.information .contentcontainer {
        width: 92%;
        margin-left: 4.7%;
    }
    .news .right .news-latest-item {
        width: 100%;
        padding-bottom: 20px;
    }
    .news-single-img,
    .news-single-item img {
        float: left;
        width: 100%;
        margin: 0 0 5px 0;
    }
    .home .content .left img {
        width: 100%;
        height: auto;
    }
}
@media all and (max-width: 500px) {
    .home .homeblock.homeblock1,
    .home .homeblock.homeblock2,
    .home .homeblock {
        width: 92%;
        margin-left: 4.7%;
        padding-bottom: 15px;
    }
    .home .homeblock img {
        width: 100%;
        height: auto;
    }
}

