/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
@-ms-viewport {
    width: device-width;
}
*/

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

.hidden {
    display: none;
}

.visually-hidden { 
    position: absolute !important;
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0, 0, 0, 0); 
    white-space: nowrap; 
    border: 0; 
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    scrollbar-gutter: stable;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 170%;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    color: #475054;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    font-weight: 300;
}

body.font_big {
    font-size: 22px;
}

a {
    color: #475054;
    text-decoration: none;
    transition: color 0.3s ease-in;
    border: 0;
}

/*



a:hover {
    color: #178e5a;
}

*/

b, strong {
    font-weight: 400;
    color: #0b66ab;
}

p {
    margin-bottom: 8px;
}

.clearfix, .clr, .clear {
    clear: both;
}

small, .cc_small {
    font-size: 80%;
}

.caption {
    font-size: 90%;
    font-weight: 400;
    color: #0b66ab;
    line-height: 140%;
}

.image {
    padding: 4px;
    border: 1px solid #0b66ab;
}

.image_fw {
    padding: 4px;
    border: 1px solid #0b66ab;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
}



#wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
}

#header {
    position: relative;
    width: 1120px;
    height: 180px;
    margin: 0 auto;
    font-size: 20px;
}

#header #logo {
    position: absolute;
    left: 0p;
    top: 30px;
    font-size: 17px;
    display: flex;
    line-height: 130%;
}

#header #logo img {
    width: auto;
    height: 120px;
    display: block;
}

#header #logo > span {
    display: block;
    padding-left: 15px;
    padding-top: 7px;
}

#header #logo > span .text_ew {
    display: block;
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 12px;
    color: #0b66ab;
    white-space: nowrap;
}

#header #language {
    position: absolute;
    right: 0;
    top: 83px;
    line-height: 100%;
}

.textsize {
    position: absolute;
    right: 135px;
    top: 76px;
    font-size: 24px;
    line-height: 100%;
}

.textsize a {
    position: relative;
}

.textsize a:hover, .textsize a.active {
    color: #0b66ab;
}

.textsize span {
    font-size: 34px;
}

#header div.mod-languages li {
    margin-right: 0 !important;
    margin-left: 20px !important;
}

#language img {
    width: 30px;
    height: auto;
}

div.mod-languages a {
	padding: 0 !important;
}

div.mod-languages ul li.lang-active {
    background-color: transparent !important;
}



#topmenu {
    position: relative;
    height: 40px;
    background: #0b66ab;
    margin-top: 50px;
    z-index: 99;
}

#topmenu ul {
    height: 40px;
    list-style: none;
    position: relative;
    width: 1120px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0 auto;
    box-sizing: border-box;
}

#topmenu ul li {
    height: 40px;
    position: relative;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    width: 20%;
}

#topmenu ul li:nth-child(5) {
    border-right: none;
}

#topmenu ul li:nth-child(6), #topmenu ul li:nth-child(7), #topmenu ul li:nth-child(8) {
    display: none;
}

#topmenu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 110%;
    color: #fff;
    text-align: center;
}

#topmenu ul li a:hover, #topmenu ul li.active a, #topmenu ul li:hover a {
    background: #00538b;
}

#topmenu ul li ul {
    display: none;
}

#topmenu ul li:hover ul {
    display: block;
    position: absolute;
    height: auto;
    width: 100%;
    margin-left: -1px;
    box-sizing: content-box;
    border-bottom: 1px solid #fff;
}

#topmenu ul li:hover ul li {
    float: none;
    margin: 0;
    border: none;
    height: auto;
    width: auto;
}

#topmenu ul li:hover ul li a {
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 100%;
    height: auto;
    line-height: 130%;
    padding: 7px 15px;
    background: #00538b;
}

#topmenu ul li:hover ul li a:hover, #topmenu ul li:hover ul li.active a {
    color: #fff;
}

#topmenu ul li:hover ul li a:hover span, #topmenu ul li:hover ul li.active a span {
    border-bottom: 1px dotted #fff;
}

#slider_container {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    box-shadow: 0 5px 5px -4px rgba(0,0,0,0.75);
}

#slider {
    position: relative;
    background: #ccc;
    height: 0;
    overflow: hidden;
    padding-bottom: 35.71%;
}



#content {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    text-align: justify;
    margin-top: 50px;
    padding-bottom: 270px;
    
}

#content h1 {
    font-size: 210%;
    color: #0b66ab;
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
}

#content .item-page_blog h1 {
    width: calc(100% - 80px);
}

#content h2 {
    font-size: 150%;
    color: #0b66ab;
    margin-bottom: 10px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
}

#content ul {
    list-style: none;
}

#content ul.list li {
    padding-left: 15px;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 10px;
}

#content ul.list.font_big li {
    padding-left: 17px;
}

#content ul.list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 13px;
    border-radius: 50%;
    background: #0b66ab;
}

#content ul.list.font_big li:before {
    width: 7px;
    height: 7px;
}

#content ul.nav li, #content ul.links li {
    margin-bottom: 5px;
}

#content ul.nav a, #content ul.links a, a.link {
    position: relative;
    padding-left: 18px;
    transition: padding 0.25s ease-in, color 0.25s ease-in;
}


#content ul.nav a:before, #content ul.links a:before, a.link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    border-left: 8px solid #0b66ab;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#content ul.nav.font_big a:before, #content ul.links.font_big a:before, a.link.font_big:before {
    border-left: 9px solid #0b66ab;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

#content ul.nav a:hover, #content ul.links a:hover, a.link:hover {
    padding-left: 25px;
    color: #0b66ab;
}


#content a.textlink {
    display: inline;
    position: relative;
    padding-bottom: 3px;
    border-bottom: 1px dotted #475054;
    transition: border 0.3s ease-in, color 0.3s ease-in;
}

#content a.textlink:hover {
    color: #00538b;
    border-bottom: 1px dotted #00538b;
}


#content .foerderer {
    text-align: center;
}

#content .foerderer img {
    margin: 0 40px;
}


/* Blog & Pagination */

.blog-item {
    margin-bottom: 60px;
}

.datecontainer {
    color: #0b66ab;
    margin-top: -5px;
    margin-bottom: 20px;
}

.backbutton {
    display: block;
    position: absolute;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid #0b66ab;
    background: #fff;
    right: 0px;
    top: 5px;
    transition: background 0.3s ease-in;
}

.backbutton:before {
    content: '';
    display: block;
    position: absolute;
    border-right: 17px solid #0b66ab;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    right: 14px;
    top: 9px;
    transition: border 0.3s ease-in;
}

.backbutton:hover {
    background: #0b66ab;
}

.backbutton:hover:before {
    border-right: 17px solid #fff;
}



.pagination {
    margin-top: 80px !important;
    text-align: center;
}

.pagination .counter {
    display: none;
}

.pagination li {
    display: none;
    width: 46px;
    height: 46px;
    margin: 0 20px;
    transition: transform 0.2s ease-in;
}

.pagination li:nth-child(2), .pagination li:nth-last-child(2) {
    display: inline-block;
}

.pagination li.disabled {
    opacity: 0.5;
    transition: none;
}

.pagination li:hover {
    transform: scale(1.2);
}

.pagination li.disabled:hover {
    transform: scale(1);
}

.icon-angle-left, .icon-angle-right {
    display: block;
    background: #0b66ab;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
}

.icon-angle-left:before {
    content: '';
    display: block;
    border-right: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 11px;
    right: 16px;
}

.icon-angle-right:before {
    content: '';
    display: block;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 11px;
    left: 16px;
}






/* CC Gallery */

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery > div {
    width: 22.375%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    box-sizing: border-box;
}

.gallery > div:nth-child(4n) {
    margin-right: 0;
}

.gallery > div > a {
    border: 1px solid #0b66ab;
    padding: 4px;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.gallery > div > a > span {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
}

.gallery > div > a > span > img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in;
}

.gallery > div > a > span > img:hover {
    transform: scale(1.2);
}

.gallery > div > span {
    font-size: 90%;
    font-weight: 400;
    color: #0b66ab;
    line-height: 140%;
    margin-top: 10px;
    padding: 0 10px;
    text-align: center;
    display: block;
}

.fancybox-bg {
    background: #000 !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.95 !important;
}

.fancybox-caption {
    font-size: 100% !important;
    font-weight: 300 !important;
}





#footer_container {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 130px;
}

#footer {
    width: 100%;
    height: 120px;
    background: #fff;
    border-top: 10px solid #0b66ab;
    color: #fff;
}

#footer #footer_inside {
    width: 1120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #0b66ab;
    font-size: 80%;
}

#footer #footer_inside > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

#footer #footer_inside > div a img { height: auto; display: block; }
#footer #footer_inside > div a:nth-child(1) img { width: 205px; }
#footer #footer_inside > div a:nth-child(2) img { width: 70px; }
#footer #footer_inside > div a:nth-child(3) img { width: 72px; }
#footer #footer_inside > div a:nth-child(4) img { width: 78px; }

#footer a {
    color: #0b66ab;
}





#cookiebanner {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 564px;
    padding: 20px 5px 20px 30px;
    border-radius: 25px;
    background: #0b66ab;
    color: #fff;
    transition: transform 0.5s ease-out, opacity 0s 0.5s;
    z-index: 9999999;
    border: 2px solid #fff;
    box-sizing: border-box;
    font-size: 20px;
    transform: translateX(-700px);
    opacity: 0;
    pointer-events: none;
}

#cookiebanner.notset {
    transform: translateX(0);
    transition: transform 0.5s ease-out, opacity 0s 0s;
    opacity: 1;
    pointer-events: auto;
}

#cookiebanner > div {
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    padding-right: 25px;
}

#cookiebanner a {
    color: #fff;
}

#cookiebanner .cookiechoose strong {
    color: #fff;
}

#cookiebanner .cookiechoose {
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    margin: 20px 0;
}

#cookiebanner .cookiechoose > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 130%;
    padding: 7px 0;
}


#cookiebanner .cookiechoose a, #cookiebanner .cookiechoose a:hover {
    color: #fff;
    font-size: 16px;
}

#cookiebanner .cookiechoose1 .less { display: none; }

#cookiebanner .cookiechoose1.on .less { display: inline; }
#cookiebanner .cookiechoose1.on .more { display: none; }

#cookiebanner .cookiechoose .button {
    width: 80px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

#cookiebanner .cookiechoose .button .button_off {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==');
    z-index: 10;
}

#cookiebanner .cookiechoose .button .button_point {
    height: 30px;
    width: 30px;
    background: #0b66ab;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
}

#cookiebanner .bottom {
    text-align: center;
}

#cookiebanner a.button_ok {
    height: 36px;
    line-height: 36px;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    color: #0b66ab;
    font-weight: 400;
    padding: 0 20px;
    font-size: 26px;
    border-radius: 18px;
}

#cookiebanner a.button_ok:hover {
    background: #eee;
}


#cookiebanner .cookie_info {
    font-size: 16px;
    line-height: 140%;
    overflow: hidden;
    max-height: 0px;
    height: auto;
    transition: max-height 0.3s ease-in-out;
}

#cookiebanner .small {
    font-size: 16px;
    line-height: 160%;
}

#cookiebanner .cookie_info.on {
    max-height: 1000px;
    max-height: var(--ci);
}





@media (max-width: 1180px) {

    body {
        font-size: 17px;
    }
    
    body.font_big {
        font-size: 18.7px;
    }

    p {
        margin-bottom: 7px;
    }

    .image {
        padding: 4px;
        border: 1px solid #0b66ab;
        max-width: 100%;
        box-sizing: border-box;
    }


    #header {
        width: 952px;
        height: 153px;
        font-size: 17px;
    }

    #header #logo {
        top: 25px;
        font-size: 14.45px;
    }

    #header #logo img {
        height: 102px;
    }

    #header #logo > span {
        padding-left: 13px;
        padding-top: 6px;
    }

    #header #logo > span .text_ew {
        font-size: 25.5px;
        margin-top: 6px;
        margin-bottom: 11px;
    }

    #header #language {
        top: 69px;
    }
    
    #header div.mod-languages li {
        margin-left: 17px !important;
    }

    #language img {
        width: 25px;
    }

    .textsize {
        right: 115px;
        top: 64px;
        font-size: 20.4px;
    }

    .textsize span {
        font-size: 28.9px;
    }



    #topmenu {
        height: 34px;
        margin-top: 42px;
    }

    #topmenu ul {
        height: 34px;
        width: 952px;
    }

    #topmenu ul li {
        height: 34px;
    }

    #topmenu ul li a {
        height: 34px;
        line-height: 34px;
    }

    #topmenu ul li:hover ul li a {
        padding: 6px 13px;
    }

    #slider_container {
        width: 952px;
    }


    #content {
        width: 952px;
        margin-top: 42px;
        padding-bottom: 230px;

    }

    #content h1 {
        margin-bottom: 17px;
    }

    #content .item-page_blog h1 {
        width: calc(100% - 68px);
    }

    #content h2 {
        margin-bottom: 8px;
    }

    #content ul.list li {
        padding-left: 13px;
        margin-bottom: 8px;
    }

    #content ul.list.font_big li {
        padding-left: 15px;
    }

    #content ul.list li:before {
        width: 5px;
        height: 5px;
        top: 10px;
    }

    #content ul.list.font_big li:before {
        width: 6px;
        height: 6px;
    }

    #content ul.nav li, #content ul.links li {
        margin-bottom: 5px;
    }

    #content ul.nav a, #content ul.links a, a.link {
        padding-left: 15px;
    }


    #content ul.nav a:before, #content ul.links a:before, a.link:before {
        top: 7px;
        border-left: 7px solid #0b66ab;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    #content ul.nav.font_big a:before, #content ul.links.font_big a:before, a.link.font_big:before {
        border-left: 8px solid #0b66ab;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    #content ul.nav a:hover, #content ul.links a:hover, a.link:hover {
        padding-left: 21px;
    }

    #content .foerderer img {
        margin: 0 34px;
        height: auto;
    }

    #content .foerderer a:nth-child(1) img { width: 291px; }
    #content .foerderer a:nth-child(2) img { width: 85px; }
    #content .foerderer a:nth-child(3) img { width: 83px; }
    #content .foerderer a:nth-child(4) img { width: 90px; }



    /* Blog & Pagination */

    .blog-item {
        margin-bottom: 51px;
    }

    .datecontainer {
        margin-top: -4px;
        margin-bottom: 17px;
    }

    .backbutton {
        width: 35px;
        height: 35px;
        top: 4px;
    }

    .backbutton:before {
        border-right: 14px solid #0b66ab;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        right: 12px;
        top: 8px;
    }

    .backbutton:hover:before {
        border-right: 14px solid #fff;
    }


    .pagination {
        margin-top: 68px !important;
    }

    .pagination li {
        width: 39px;
        height: 39px;
        margin: 0 17px;
    }


    .icon-angle-left, .icon-angle-right {
        width: 39px;
        height: 39px;
    }

    .icon-angle-left:before {
        border-right: 15px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 9px;
        right: 14px;
    }

    .icon-angle-right:before {
        border-left: 15px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 9px;
        left: 14px;
    }






    /* CC Gallery */

    .gallery > div > span {
        margin-top: 9px;
        padding: 0 9px;
    }



    #footer_container {
        height: 120px;
    }
    

    #footer {
        height: 102px;
        border-top: 8px solid #0b66ab;
    }

    #footer #footer_inside {
        width: 952px;
        height: 102px;
    }

    #footer #footer_inside > div {
        height: 102px;
    }

    #footer #footer_inside > div a:nth-child(1) img { width: 174px; }
    #footer #footer_inside > div a:nth-child(2) img { width: 59px; }
    #footer #footer_inside > div a:nth-child(3) img { width: 60px; }
    #footer #footer_inside > div a:nth-child(4) img { width: 66px; }




    #cookiebanner {
        position: fixed;
        left: 25px;
        bottom: 25px;
        width: 480px;
        padding: 17px 4px 17px 25px;
        border-radius: 21px;
        font-size: 17px;
        transform: translateX(-595px);
    }

    #cookiebanner > div {
        max-height: calc(100vh - 88px);
        padding-right: 21px;
    }


    #cookiebanner .cookiechoose {
        margin: 17px 0;
    }

    #cookiebanner .cookiechoose > div:first-child {
        padding: 6px 0;
    }


    #cookiebanner .cookiechoose a, #cookiebanner .cookiechoose a:hover {
        font-size: 13.6px;
    }

    #cookiebanner .cookiechoose .button {
        width: 68px;
        height: 34px;
        border-radius: 17px;
    }


    #cookiebanner .cookiechoose .button .button_point {
        height: 25px;
        width: 25px;
        right: 4px;
        top: 4px;
    }

    #cookiebanner a.button_ok {
        height: 30px;
        line-height: 30px;
        padding: 0 17px;
        font-size: 22px;
        border-radius: 15px;
    }


    #cookiebanner .cookie_info, #cookiebanner .small {
        font-size: 13.6px;
    }

}


@media (max-width: 980px) {
	
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}

    .image {
        padding: 3px;
    }
    

    
    #wrapper {
        overflow: hidden;
    }


    #header {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        height: 153px;
        font-size: 17px;
    }
    



    #header #logo {
        left: auto;
        right: 30px;
    }

    #header #logo > span {
        padding-left: 0;
        top: 6px;
        padding-top: 0;
        position: absolute;
        right: 234px;
        text-align: right;
    }
    
    #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
        position: relative;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    
    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }

    #webpage_overlay, #footer_overlay {
        position: absolute;
        z-index: 60;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.5);
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==');
        transition: opacity 0.3s ease-in, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
    }

    #webpage_overlay.menu_active, #footer_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-in, visibility 0s 0s; 
    }
    
    #menu {
        background: #0b66ab;
        position: absolute;
        width: 300px;
        padding: 30px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-in;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block !important;
    }

    #menu.menu_active {
        transform: translateX(0); 
    }
    
    #rmenu {
        position: absolute;
        left: 30px;
        top: 56px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 38px;
        display: block !important;
        font-size: 21px;
    }
    
    #rmenu img {
        width: 60px;
        height: 60px;
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(11,102,171,1);
        position: relative;
        top: 19px;
        left: -60px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(11,102,171,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(11,102,171,1);
        position: absolute;
        top: -12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        display: inline-block;
        padding-left: 60px;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(11,102,171,1);
        position: absolute;
        top: 12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }

    #menu ul.nav, #menu ul.nav ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #menu ul.nav li {
        width: 100%;
        border-bottom: 1px dotted rgba(255,255,255,0.3);
        margin: 0;
        position: relative;
    }
    
    #menu ul.nav li img {
        display: none;
    }

    #menu ul.nav li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #menu ul.nav li a {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 9px;
        padding-bottom: 8px;
        font-size: 129%;
        font-family: 'Roboto Condensed', sans-serif;
        width: calc(100% - 15px);
    }
    
    #menu ul.nav > li:nth-child(5) {
        border-bottom: none;
        padding-bottom: 30px;
    }
    
    
    #menu ul.nav > li:nth-child(6) a, #menu ul.nav > li:nth-child(7) a, #menu ul.nav > li:nth-child(8) a {
        font-size: 112%;
    }
    

    #menu ul.nav li ul li:first-child {
        border-top: 1px dotted rgba(255,255,255,0.3);
        margin-top: 3px;
    }

    #menu ul.nav li a:before {
        content: '';
        display: block;
        position: absolute;
        left: -35px;
        top: 20px;
        width: 5px;
        height: 5px;
        background: #fff;
    }
    
    #menu ul.nav > li:nth-child(6) a:before, #menu ul.nav > li:nth-child(7) a:before, #menu ul.nav > li:nth-child(8) a:before {
        top: 18px;
    }
    
    #menu ul.nav.font_big > li:nth-child(6) a:before, #menu ul.nav.font_big > li:nth-child(7) a:before, #menu ul.nav.font_big > li:nth-child(8) a:before {
        top: 19px;
    }
    
    #menu ul.nav.font_big li a:before {
        top: 22px;
    }


    #menu ul.nav li.current a:before, #menu ul.nav li a:hover:before {
        left: 0;
    }

    #menu ul.nav li.current a, #menu ul.nav li a:hover {
        padding-left: 15px;
    }

    #menu ul.nav li ul li a, #menu ul.nav li.current ul li a {
        padding-left: 30px;
        font-size: 112%;
        width: calc(100% - 45px);
    }

    #menu ul.nav li ul li.current a, #menu ul.nav li ul li a:hover, #menu ul.nav li.current ul li.current a, #menu ul.nav li.current ul li a:hover  {
        padding-left: 45px;
    }

    #menu ul.nav li.current ul li a:before {
        left: -35px;
    }

    #menu ul.nav li ul li a:before {
        top: 18px;
    }
    
    #menu ul.nav.font_big li ul li a:before {
        top: 19px;
    }

    #menu ul.nav li ul li.current a:before, #menu ul.nav li ul li a:hover:before {
        left: 30px;
    }
    
    #menu div.mod-languages li {
        margin-left: 0;
    }
    
    #menu #language_textsize {
        display: flex;
        align-items: baseline;
    }
    
    #menu #language_textsize img {
        width: 38px;
        height: auto;
    }
    
    #menu #language_textsize .textsize {
        position: relative;
        right: auto;
        top: auto;
        margin-left: 50px;
        font-size: 30px;
    }
    
    #menu #language_textsize .textsize span {
        font-size: 42px;
    }
    
    #menu #language_textsize .textsize a.active {
        font-weight: 400;
    }

    #header #language {
        display: none;
    }

    #header .textsize {
        display: none;
    }
    
    .textsize a {
        color: #fff;
    }

    .textsize a:hover, .textsize a.active {
        color: #fff;
    }



    #topmenu {
        display: none;
    }
    
    #slider_container2 {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    #slider_container {
        width: 100%;
    }


    #content {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        margin-top: 42px;
        padding-bottom: 230px;

    }


    #content .foerderer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #content .foerderer img {
        margin: 0;
        height: auto;
    }

    .backbutton {
        right: 30px;
    }

  

    /* CC Gallery */

    .gallery > div > a {
        padding: 3px;
    }




    #footer_container {
        height: 110px;
    }
    

    #footer {
        height: 102px;
        border-top: 8px solid #0b66ab;
    }

    #footer #footer_inside {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        height: 102px;
    }

    #footer #footer_inside > div {
        height: 102px;
    }

    #footer #footer_inside > div a, #content .foerderer a { display: block; }
    #footer #footer_inside > div a:nth-child(1), #content .foerderer a:nth-child(1) { width: 28.79%; }
    #footer #footer_inside > div a:nth-child(2), #content .foerderer a:nth-child(2) { width: 9.83%; }
    #footer #footer_inside > div a:nth-child(3), #content .foerderer a:nth-child(3) { width: 10%; }
    #footer #footer_inside > div a:nth-child(4), #content .foerderer a:nth-child(4) { width: 11%; }
    
    #footer #footer_inside > div a img, #content .foerderer a img { width: 100% !important; }
    
    #footer #footer_inside .custom > div { display: none; }
    


    #cookiebanner {
        width: auto;
        right: 25px;
        transform: translateX(0) translateY(100vh);
    }
    
    #cookiebanner.notset {
        transform: translateY(0);
    }
    
    #cookiebanner > div {
        line-height: 140%;
    }
    
}



@media (max-width: 760px) {
    
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}

    .image, .image_fw {
        padding: 3px;
    }
    

    



    #header {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        height: 123px;
        font-size: 17px;
    }
    



    #header #logo {
        right: 25px;
        font-size: 11px;
    }

    #header #logo img {
        height: 72px;
    }

    #header #logo > span {
        padding-left: 0;
        top: 3px;
        padding-top: 0;
        position: absolute;
        right: 170px;
        text-align: right;
    }
    
    #header #logo > span .text_ew {
        font-size: 21px;
        margin-top: 6px;
        margin-bottom: 8px;
    }
    
    #menu {
        padding: 25px;
    }

    #menu ul.nav li a {
        padding-top: 8px;
        padding-bottom: 7px;
        font-size: 120%;
    }
    
    #menu ul.nav > li:nth-child(6) a, #menu ul.nav > li:nth-child(7) a, #menu ul.nav > li:nth-child(8) a {
        font-size: 105%;
    }

    #menu ul.nav li a:before {
        top: 19px;
    }
    
    #menu ul.nav > li:nth-child(6) a:before, #menu ul.nav > li:nth-child(7) a:before, #menu ul.nav > li:nth-child(8) a:before {
        top: 17px;
    }
    
    #menu ul.nav.font_big > li:nth-child(6) a:before, #menu ul.nav.font_big > li:nth-child(7) a:before, #menu ul.nav.font_big > li:nth-child(8) a:before {
        top: 18px;
    }

    #menu ul.nav li ul li a, #menu ul.nav li.current ul li a {
        font-size: 105%;
    }

    #menu ul.nav li ul li a:before {
        top: 16px;
    }
    
    #menu ul.nav.font_big li a:before {
        top: 20px;
    }
    
    #menu ul.nav.font_big li ul li a:before {
        top: 18px;
    }

    #rmenu {
        top: 41px;
        left: 25px;
        font-size: 18px;
    }

    #slider_container2 {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .ls-gui-element {
        display: none;
    }


    #content {
        padding: 0 25px;
        margin-top: 39px;
        padding-bottom: 230px;
    }

    #content h1 {
        font-size: 190%;
        margin-bottom: 14px;
    }
    
    #content .item-page_blog h1 {
        font-size: 160%;
    }

    #content h2 {
        font-size: 140%;
    }


    .backbutton {
        right: 25px;
        top: -1px;
    }
    
    #footer #footer_inside {
        padding: 0 25px;
    }
    
}


@media (max-width: 510px) {

    .hd_smpt { display: none !important; }
    
    #header {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        height: 80px;
        font-size: 17px;
    }
    



    #header #logo {
        right: 20px;
        font-size: 8px;
        top: 17px;
    }

    #header #logo img {
        height: 46px;
    }

    #header #logo > span {
        padding-left: 0;
        top: 0; 
        padding-top: 0;
        position: absolute;
        right: 107px;
        text-align: right;
    }
    
    #header #logo > span .text_ew {
        font-size: 15px;
        margin-top: 3px;
        margin-bottom: 4px;
        font-weight: 400;
    }
    
    #rmenu {
        top: 20px;
        left: 20px;
    }
    
    #rmenu_trigger {
        display: block;
        padding-left: 0;
        width: 40px;
    }
    
    #rmenu #rmenu_icon {
        left: 0;
    }
    
   #webpage.menu_active {
        transform: translateX(240px); 
    }
    
    #footer.menu_active {
        transform: translateX(240px); 
    }

    #menu {
        width: 240px;
        padding: 20px;
        transform: translateX(-240px);
    }
    
    #menu ul.nav > li ul li a, #menu ul.nav > li.current ul li a {
        padding-left: 25px;
    }

    #menu ul.nav > li ul li.current a, #menu ul.nav > li ul li a:hover, #menu ul.nav > li.current ul li.current a, #menu ul.nav > li.current ul li a:hover  {
        padding-left: 40px;
    }
    
    #menu ul.nav > li ul li.current a:before, #menu ul.nav > li ul li a:hover:before {
        left: 25px;
    }
    
    #slider_container2 {
        padding: 0 20px;
    }
    
    .ls-circle-timer {
        transform: scale(0.6);
        transform-origin: right top;
    }
    
    #content {
        padding: 0 20px;
        margin-top: 35px;
        padding-bottom: 330px;
        text-align: left;
    } 
    
    #content .foerderer {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    }
    
    #content .foerderer a:nth-child(1) { margin-bottom: 15px !important; } 
    
    .gallery > div {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 6%;
    }

    .gallery > div:nth-child(2n) {
        margin-right: 0;
    }



    
    #footer_container {
        height: 268px;
    }
    
    #footer {
        height: 260px;
    }

    #footer #footer_inside {
        padding: 0 20px;
        height: 260px;
    }
    
    #footer #footer_inside > div {
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        height: 230px;
        padding: 15px 0;
    }
    

    #footer #footer_inside > div a:nth-child(1), #content .foerderer a:nth-child(1) { width: 66%; margin: 0 11%; }
    #footer #footer_inside > div a:nth-child(2), #content .foerderer a:nth-child(2) { width: 19.66%; }
    #footer #footer_inside > div a:nth-child(3), #content .foerderer a:nth-child(3) { width: 20%; }
    #footer #footer_inside > div a:nth-child(4), #content .foerderer a:nth-child(4) { width: 22%; }  
    
    
    
    
    
    #cookiebanner {
        width: auto;
        right: 20px;
        left: 20px;
        bottom: 20px;
    }
    
    #cookiebanner > div {
        max-height: calc(100vh - 78px);
    }
    
    
    
    
    
    

}


@media (max-width: 460px) {

    #content {
        padding-bottom: 300px;
    } 

    #footer_container {
        height: 238px;
    }
    
    #footer {
        height: 230px;
    }

    #footer #footer_inside {
        height: 230px;
    }
    
    #footer #footer_inside > div {
        height: 200px;
    }
    

    
}

@media (max-width: 410px) {

    #content {
        padding-bottom: 270px;
    } 

    #footer_container {
        height: 208px;
    }
    
    #footer {
        height: 200px;
    }

    #footer #footer_inside {
        height: 200px;
    }
    
    #footer #footer_inside > div {
        height: 170px;
    }
    
}

@media (max-width: 360px) {

    #content {
        padding-bottom: 250px;
    } 

    #footer_container {
        height: 188px;
    }
    
    #footer {
        height: 180px;
    }

    #footer #footer_inside {
        height: 180px;
    }
    
    #footer #footer_inside > div {
        height: 150px;
    }
    
}




@media (max-width: 320px) {

    #header #logo {
        font-size: 7px;
    }
    
    #header #logo > span {
        top: 2px;
        right: 105px;
    }
    
    #header #logo > span .text_ew {
        font-size: 14px;
    }

}