/* Add here all your css styles (customizations) */

.topbar > ul {
    display: inline-block;
}

#custom_header {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+44,e5e5e5+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 44%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 44%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 44%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

    #custom_header .container > a {
        color: transparent;
        float: right;
    }

.topbar > ul.social-links {
    margin-left: 10px;
    margin-right: 10px;
}

    .topbar > ul.social-links > li {
        vertical-align: middle;
    }

        .topbar > ul.social-links > li > a {
            color: white;
            padding: 5px 11px;
            border-radius: 2px;
        }

.topbar > ul.loginbar {
    vertical-align: middle;
}

    .topbar > ul.loginbar .btnLogin,
    .topbar > ul.loginbar .btnLogout {
        cursor: pointer;
    }

#cookie-banner {
    color: white;
    display: none;
    visibility: hidden;
}

    #cookie-banner span:first-child {
        margin-right: 4px;
    }

#btn-cookie-banner-close {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

#cookie-banner a {
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

.cookie-dialog .headline {
    margin-bottom: 0px;
}

.cookie-dialog h2 {
    font-size: 16pt;
}


.navbar-toggle {
    margin-top: 15px;
    margin-left: 10px;
}

.navbar-nav {
    width: auto;
}

    .navbar-nav > .search-box {
        float: right;
    }

/****************************************/
/*        Side Menu Header Start        */
/****************************************/

/* Structure */

:root {
    --sidebar-width: 260px;
    --sidebar-bg-colour: blue;
    --sidebar-position: -260px;
}

.sidebar {
    display: none;
    width: var(--sidebar-width);
    height: 100vh;
    position: fixed;
    z-index: 9999;
    margin-top: 84px;
    left: var(--sidebar-position);
}

html.sidebar-is-closing .sidebar {
    display: block;
    -webkit-animation: sidebar-out 0.5s forwards;
    -moz--animation: sidebar-out 0.5s forwards;
    animation: sidebar-out 0.5s forwards;
}


@-webkit-keyframes sidebar-out {
    from {
        left: 0
    }

    to {
        left: var(--sidebar-position);
    }
}

@-moz-keyframes sidebar-out {
    from {
        left: 0
    }

    to {
        left: var(--sidebar-position);
    }
}

@keyframes sidebar-out {
    from {
        left: 0
    }

    to {
        left: var(--sidebar-position);
    }
}

html.sidebar-is-open .sidebar {
    display: block;
    -webkit-animation: sidebar-in 0.5s forwards;
    -moz-animation: sidebar-in 0.5s forwards;
    animation: sidebar-in 0.5s forwards;
}

@-webkit-keyframes sidebar-in {
    from {
        left: var(--sidebar-position);
    }

    to {
        left: 0;
    }
}

@-moz-keyframes sidebar-in {
    from {
        left: var(--sidebar-position);
    }

    to {
        left: 0;
    }
}

@keyframes sidebar-in {
    from {
        left: var(--sidebar-position);
    }

    to {
        left: 0;
    }
}

html.sidebar .main-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.sidebar-menu-header .header.container {
    width: 100%;
}

.sidebar-menu-header .header .menu-container {
    display: inline-block;
    padding-bottom: 25px;
    margin-right: 25px;
    padding-top: 25px;
}


.sidebar-menu-header .header .logo {
    display: inline-block;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sidebar-menu-header .header .menu-title {
    text-transform: uppercase;
    margin-top: 6px;
}

.sidebar-menu-header .header .menu-container .side-bar-toggle {
    margin: 0;
    margin-right: 25px;
}

.sidebar-menu-header .header .menu-container .menu-title {
    display: inline-block;
}

.sidebar-menu-header .sidebar {
    min-width: 260px;
}

.sidebar-menu-header .sidebar .side-menu {
    width: 100%;
}

.sidebar-menu-header .side-bar-toggle.navbar-toggle {
    display: inline-block;
}

.language-container {
    margin-top: 36px;
    margin-right: 15px;
}

    .language-container .btn-group .dropdown-toggle {
        padding-left: 12px;
        padding-right: 6px;
    }

.language-container .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;    
    box-shadow: none;
}

.language-container .btn-group.open .dropdown-menu {
    min-width: auto!important;
    border-top: 1px #e74c3c solid;
    border-bottom: none;    
}

    .language-container .btn-group a {
        background-color: white!important;
    }

    .language-container .btn-group a:hover {
        text-decoration: none;
        background-color: white!important;
    }

    .language-container .btn-group .dropdown-menu {
        margin-top: 0;
    }

    .language-container .btn-group .dropdown-menu li a:hover {
        background-color: white !important;
    }

    .language-container .fa:before{
        font-size: 16px;
        vertical-align: sub;
    }

@media (max-width: 768px){
    .language-container {
        margin-top: 0;
    }
}

@media(max-width: 414px) {
    .search-container {
        width: 300px !important;
        max-width: unset;
    }

    .languages-active .search-container {
        width: 240px !important;
        max-width: unset;
    }    

    .search-box #search-result {
        right: 35px;
    }
}


.search-container #search-website-input {
    max-width: 210px;
    display: inline-block;
    width: auto;
}


.sidebar-menu-header .header.sidebar .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: visible !important;
}

.sidebar-menu-header .header.sidebar .navbar-nav {
    margin-bottom: 0px !important;
    margin: 0 0 5px !important;
    float: none !important;
}

    .sidebar-menu-header .header.sidebar .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .sidebar-menu-header .header.sidebar .navbar-nav > li {
        float: none !important;
        display: block !important;
        position: relative;
    }

    .sidebar-menu-header .header.sidebar .navbar-nav > .active > a {
        border-color: #eee !important;
    }
    .header.sidebar .navbar-nav > .active > a,
    .header.sidebar .navbar-nav > .active > a:hover,
    .header.sidebar .navbar-nav > .active > a:focus {
        background: #e74c3c !important;
        color: #fff !important;
        position: initial;
    }

.sidebar-menu-header .header.sidebar .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
}

    .sidebar-menu-header .header.sidebar .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
        line-height: 20px;
        padding: 5px 15px 5px 25px;
        border-bottom: solid 1px #eee;
    }


.sidebar-menu-header .header.sidebar .navbar-nav a:after {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.sidebar-menu-header .header.sidebar .navbar-nav .open a:after {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.sidebar-menu-header .header.sidebar .navbar-nav .open a:after {
    /*content: '\f106';*/
    transform: rotate(180deg);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.sidebar-menu-header .header .navbar-nav li.dropdown:not(.open):hover > .dropdown-menu {
    display: none;
}

.sidebar-menu-header .header.sidebar .navbar-nav .open .dropdown-menu {
    display: block;
    padding-bottom: 0;
}

/****************************************/
/*         Sidemenu Header End          */
/****************************************/

body .dark .navbar-nav > .search-box > #btn-search-expand {
    color: #999;
    background: #292929;
    border-bottom-color: #555;
        
}

.navbar-nav > .search-box > #btn-search-expand {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f7f7f7;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
}

.navbar-nav > .search-box > #search-window {
    right: 0;
    position: absolute;
    min-width: 300px;
}

    .navbar-nav > .search-box > #search-window > div {
        background-color: white;
        min-width: 350px;
        padding: 14px;
        border-radius: 3px;
        background: #fcfcfc;
        border-top-style: solid;
        border-top-width: 2px;
        box-shadow: 0 1px 3px #ddd;
    }

        .navbar-nav > .search-box > #search-window > div > div:first-child {
            text-align: center;
        }

        .navbar-nav > .search-box > #search-window > div > div > .form-control {
            display: inline-block;
            max-width: 270px;
            margin-right: -4px;
        }

        .navbar-nav > .search-box > #search-window > div > div > .btn-search-website {
            display: inline-block;
        }

.search-box #search-result {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: solid 2px #eee;
    margin-top: 9px;
    background-color: white;
    position: relative;
    width: 100%;
    min-width: inherit;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -14px;
}

@media (min-width: 992px) {

    .language-container .open > .dropdown-menu {
        display:inline-block;
    }
}

@media(min-width: 992px) {

    .navbar-nav > .search-box > #btn-search-expand {
        bottom: -2px;
        position: relative;
        border-bottom: solid 2px transparent;
    }
}

@media(max-width: 991px) {

    .navbar-nav > .search-box {
        float: none;
    }

        .navbar-nav > .search-box > #search-window {
            position: relative;
        }

            .navbar-nav > .search-box > #search-window > div {
                padding-left: 0px;
                padding-right: 0px;
            }

    .search-box #search-result {
        margin-left: 0px;
        margin-right: 0px;
        border-left: none;
        border-right: none;
    }

        .search-box #search-result a {
            border-bottom: none;
        }

    .header .navbar-nav {
        margin-bottom: 0px;
    }

    .header .topbar ul.loginbar {
        margin-top: 12px;
    }
}




#search-result > div > div.collapse-controls > a.close-search-result {
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
    cursor: pointer;
}

#search-result > div.collapse-content {
    padding-top: 5px;
}

    #search-result > div.collapse-content h5 {
        padding-left: 12px;
    }

    #search-result > div.collapse-content .search-result {
        padding: 12px;
        border-top: 1px solid #bbb;
    }

        #search-result > div.collapse-content .search-result > a {
            font-size: 11pt;
        }



/* Source: https://weblog.west-wind.com/posts/2014/Feb/22/Using-CSS-Transitions-to-SlideUp-and-SlideDown */

#cookie-banner.slideup, #cookie-banner.slidedown {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    border-bottom-width: 0px;
}

#cookie-banner.slidedown {
    max-height: 121px;
    border-bottom: 1px solid lightgray;
}

body > div.wrapper > div.container > div.row {
    margin-top: 25px;
}

body > div:nth-child(1) > div.container.content-page > div:nth-child(1) > div > div > p:first-child {
    margin-top: 25px;
}

body > div.wrapper > div.container > div.row > div:first-child > div.module-map {
    margin-top: -25px;
}

.tp-banner p, .tp-banner li, .tp-banner label, body.dark .tp-banner li {
    color: #fff;
    font-size: 16px;
}

.tp-caption {
    text-align: center;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.footer-v1 .footer h3 {
    color: #eee;
    font-size: 18px;
    font-weight: 200;
    line-height: 33px;
}

.fa-spin {
    -webkit-transform-origin: 50% calc(50% - .5px);
    transform-origin: 50% calc(50% - .5px);
}


.menu-locked {
    margin-top: 2px;
    margin-left: 3px;
}

li.menu-locked > a > span {
    display: inline-block;
    float: left;
}

#modalLogin > div > div > div.modal-footer > button {
    margin-right: 10px;
}

.btn:visited,
.btn:focus {
    color: white;
}

body > div.wrapper > div.header > div.container > div > ul > li {
    cursor: pointer;
}

.header .container {
    display: block;
    margin-bottom: 0;
    overflow: auto;
}

    .header .container.logo-container {
        overflow: hidden;
    }

    .header .container .logo {
        margin-bottom: 0;
        display: inline-block;
    }

.header .logo > .text-logo {
    font-weight: bold;
    font-family: Verdana;
    font-size: 30px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0,0,0, 0.40);
    text-transform: uppercase;
    display: block;
    font-style: normal;
    text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
    margin-top: 17px;
}

.header .logo:hover {
    text-decoration: none;
}

.header .logo > img {
    max-width: 100%;
}

.header .logo.fixed-logo > img {
    max-width: 290px;
}

@media(max-width: 480px) {
    /* Not exactly a graceful breakpoint, but it makes visual sense */
    .header .logo {
        width: 100%;
    }
}

/* General Module styling */

.header .mega-menu .dropdown-menu {
    top: auto;
}

.header .mega-menu .container {
    overflow: visible;
}

.headline h2 {
}

.pagination li a {
    transition: background-color 0.1s ease;
}

/* Module Documents */

.module-documents > *:first-child:not(.headline) {
    margin-top: 50px;
}

    .module-documents > *:first-child:not(.headline) + .document-listing {
        margin-top: 15px !important;
    }

.module-documents .collapsible-folder {
    text-decoration: none;
}

.module-documents table tr > td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.module-documents .panel {
    background-color: inherit;
    box-shadow: none !important;
    webkit-box-shadow: none !important;
}

.module-documents .web-folder .panel-body {
    padding-right: 0;
}

.module-documents .table-striped {
    table-layout: fixed;
}

.col-md-3 .col-md-12 .module-documents .web-folder .panel-group .panel-body {
    padding-right: 0;
    padding-left: 0;
}

    .col-md-3 .col-md-12 .module-documents .web-folder .panel-group .panel-body [data-visibility="hidden col-md-3"] {
        display: none;
        visibility: hidden;
    }

.module-documents.latest-documents {
    min-height: 220px;
}

    .module-documents.latest-documents .filename-container,
    .module-documents.latest-documents .date-container {
        display: inline-block;
    }

    .module-documents.latest-documents .filename-container {
        width: 70%;
        vertical-align: text-top;
    }

    .module-documents.latest-documents .date-container {
        width: 30%;
        vertical-align: text-top;
    }

.module-documents .document-menu {
    padding-right: 20px;
}


.module-documents .document-listing table {
    table-layout: auto;
    width: 100%;
}


.module-documents .document-menu .menu-item {
    border-top: 1px dotted #ccc;
    padding-top: 5px;
    padding-bottom: 3px;
}

    .module-documents .document-menu .menu-item:last-of-type {
        border-bottom: 1px dotted #ccc;
    }

    .module-documents .document-menu .menu-item .document-menu-button {
        color: #808080;
        text-transform: uppercase;
    }

        .module-documents .document-menu .menu-item .document-menu-button:not(.active) {
            padding-left: 10px;
        }

        .module-documents .document-menu .menu-item .document-menu-button:hover {
            text-decoration: none;
        }

        .module-documents .document-menu .menu-item .document-menu-button i {
            vertical-align: top;
            margin-top: 4px;
        }

        .module-documents .document-menu .menu-item .document-menu-button .menu-item-text {
            display: inline-block;
            overflow-wrap: break-word;
            word-wrap: break-word;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto;
            max-width: 85%;
        }

.module-documents .document-listing {
    margin-top: -34px;
}

    .module-documents .document-listing table thead th > td:last-child,
    .module-documents .document-listing table tbody tr > td:last-child {
        max-width: 100px;
    }

    .module-documents .document-listing table thead th,
    .module-documents .document-listing table tbody tr {
        background-color: initial;
    }

    .module-documents .document-listing table tr > td {
        padding-top: 11px;
        padding-bottom: 10px;
    }

@media screen and (max-width: 996px) {
    .module-documents .document-menu {
        padding-right: initial;
    }

    .module-documents .document-listing {
        padding-left: 0;
        padding-right: 15px;
        margin-top: 15px;
    }

        .module-documents .document-listing.tab-content {
            padding-right: 0;
        }
}

/* End Module Documents */

/* Module Gallery */

.module-gallery {
    height: 170px;
}

    .module-gallery .gallery-tile {
        height: 165px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .module-gallery .gallery-tile > img {
            display: none;
        }

div.col-md-12 .module-gallery div.col-sm-12 .gallery-tile {
    max-height: none;
}

div.col-md-12 .module-gallery div.col-sm-6 .gallery-tile {
    height: 320px;
}

div.col-md-12 .module-gallery div.col-sm-2 .gallery-tile {
    height: 118px;
}

div.col-md-12 .module-gallery div.col-sm-1 .gallery-tile {
    height: 49px;
}

div.col-md-3 .module-gallery div.col-sm-4 .gallery-tile {
    max-height: 75px;
}

body > div.container.front-page > div:nth-child(3) > div > div.col-md-3 > div:nth-child(3) > div > div > div > div.row.no-gutters > div:nth-child(1) > a > span .module-gallery .compact-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.module-gallery .compact-gallery ul li {
    display: inline-block;
    float: left;
}

    .module-gallery .compact-gallery ul li a,
    .module-gallery .compact-gallery ul li a img {
        width: 100%;
    }

/* End Module Gallery */

/* Module Slider*/

.module-slider {
    margin-top: -25px;
}

    .module-slider > .standard-width .bannercontainer {
        position: relative;
        left: auto !important;
        width: 100% !important;
        overflow: visible;
        padding: 0px;
    }

    .module-slider > .bottom-text .revolution-mch-1:after {
        background: rgba(0,0,0,0);
    }

    .module-slider > .bottom-text .simplebullets {
        width: 99.90%;
        background-color: rgba(1,1,1,0.5);
        padding: 5px;
        height: 38px !important;
        bottom: 0px !important;
    }

        .module-slider > .bottom-text .simplebullets > .bullet {
            vertical-align: middle;
            background-color: white !important;
        }

            .module-slider > .bottom-text .simplebullets > .bullet.selected,
            .module-slider > .bottom-text .simplebullets > .bullet:hover {
                border: 5px solid rgba(255,255,255,1) !important;
                background-color: lightgray !important;
            }

    .module-slider > .bottom-text #slidecaption {
        color: white;
        vertical-align: middle;
        font-size: 10pt;
        padding-left: 10px;
    }

.revolution-ch2:after {
    margin-left: -35px !important;
}

.no-lampshading:after {
    background: none;
}

.standard-width .bannercontainer {
    left: auto !important;
    position: relative !important;
    width: 100% !important;
    padding-left: 14px;
    padding-right: 14px;
}

.standard-width .tp-leftarrow {
    left: auto !important;
}

.standard-width .tp-rightarrow {
    right: 0px !important;
}

.standard-width .tp-fullwidth-forcer {
    display: none;
    visibility: hidden;
}

.tp-bullets {
    bottom: 30px !important;
    position: relative !important;
    margin: auto !important;
    width: 50% !important;
    text-align: center !important;
    left: auto !important;
}

.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
}

.banner {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 98;
    opacity: 1;
    max-height: 500px;
}

.front-page,
.content-page {
    background-color: white;
}

    /* If the slider is placed on a content page, we reset the top margin.
   Should probably be the default behaviour with the front page behaviour being the odd case out.*/
    .content-page .module-slider {
        margin-top: 0px;
    }

/* End Module Slider */

/* Being Module News */

.blog-twitter-inner:hover {
    cursor: pointer;
}

.module-news.compact .compact-item {
    text-decoration: none;
}

.module-news .compact-item .blog-twitter-inner .compact-news-headline {
    line-height: 14px;
    color: inherit;
}

.module-news .compact-item .blog-twitter-inner .compact-news-location {
    font-weight: bold;
    color: #555;
    font-family: Open Sans, Arial, sans-serif;
}

.blog-twitter-inner .textInner {
    background-color: transparent;
}

.module-news-newslist:first-child:not(.headline) {
    margin-top: 25px;
}

.module-news-newslist > li > div.cbp_tmtime.equal-height-column {
    text-align: right;
}

.module-news-newslist .module-news-timelabel > span:nth-child(-n + 2) {
    display: inline-block;
    margin-left: 5px;
    color: #999;
}

.module-news-newslist .module-news-item .module-news-place,
.module-news-newslist .module-news-item .textInner,
.module-news-newslist .module-news-body {
    color: #555;
}

.module-news-newslist .module-news-place {
    font-size: 14pt;
    margin-bottom: 10px;
}

/* Begin Module Text*/

.module-text * {
    max-width: 100%;
}

.module-text > p:first-child {
    margin-top: 20px;
}

.module-text > figure > figcaption {
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    padding: 10px;
    font-weight: bold;
    position: relative;
    margin-top: -40px;
}

.module-text h4,
.module-text h6 {
    padding: 20px 0px 5px 0px;
}

.module-text h5 {
    padding: 10px 0px 5px 0px;
}

/* BEGIN: Module News */


.module .alert {
    width: 100%;
}

.module .alert-container {
    padding-top: 1em;
}

.modal {
    z-index: 9999;
}

/* Start: Contact Module */
.module-contactform .alert {
    margin-top: 15px;
    width: 100%;
}

.module-contactform > form.sky-form {
    border: 0;
}

    .module-contactform > form.sky-form > fieldset {
        padding: 0;
        background-color: transparent;
    }

    .module-contactform > form.sky-form .select select {
        padding-top: 5px;
    }

body.dark .module-contactform .message-attachment > .bootstrap-filestyle > .group-span-filestyle > label {
    background-color: #252525;
    border-color: #555;
}

.module-contactform .message-attachment {
    position: relative;
}

    .module-contactform .message-attachment > .bootstrap-filestyle {
        position: absolute;
        top: 0px;
        right: 34px;
    }

        .module-contactform .message-attachment > .bootstrap-filestyle .group-span-filestyle > .btn {
            border-right-width: 0px;
        }

        .module-contactform .message-attachment > .bootstrap-filestyle .icon-span-filestyle {
            margin-right: 3px;
        }

        .module-contactform .message-attachment > .bootstrap-filestyle span.badge {
            padding: 3px 6px;
        }


    .module-contactform .message-attachment > label.input > .clear-attachment {
        color: red;
        right: 151px;
        cursor: pointer;
        z-index: 99999;
        background-color: white;
    }

        .module-contactform .message-attachment > label.input > .clear-attachment.two-digits {
            right: 158px;
        }

@supports (-ms-accelerator:true) {
    .module-contactform .message-attachment > .bootstrap-filestyle span.badge {
        padding: 2px 6px;
    }
}

@media all and (-ms-high-contrast:none) {
    .module-contactform .message-attachment > .bootstrap-filestyle span.badge {
        padding: 2px 6px;
    }
}

/* End: Contact Module */

/* Start: Persons Module */

.content-page > div.row > div.col-md-6 > div.partialContents > div.module-persons > div.card-wrapper > div.personcard {
    width: 100%;
}

.container .col-md-6 .personcard.col-sm-6 {
    width: 100%;
}


.personcard > div:first-child {
    border-bottom: solid 2px #ddd;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.1);
    padding: 10px 20px;
}

.personcard {
    padding: 5px 5px;
}

.SmallCard {
    min-height: 245px;
}

.module-persons .card-wrapper {
    margin-left: -4px;
    margin-right: -4px;
}

.personcard .SmallCard .employee-image {
    width: 33%;
    display: inline-block;
    overflow: hidden;
    min-height: 140px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    margin-top: 10px;
    min-height: 190px;
    max-width: 154px;
}

.personcard .SmallCard .no-employee-image {
    background-color: #ddd;
    min-height: 190px;
    color: #bbb;
}

    .personcard .SmallCard .no-employee-image > span.fa-user {
        width: 100%;
        text-align: center;
        font-size: 135px;
        margin-top: 30px;
    }

.col-md-8 .col-md-12 .personcard.col-sm-6 .no-employee-image .SmallCard > span.fa-user {
    font-size: 80pt;
    margin-top: 36px;
}

.personcard .SmallCard .employee-details {
    width: 66%;
    display: inline-block;
    float: right;
    overflow: hidden;
}

    .personcard .SmallCard .employee-details > div > p {
        clear: both;
    }

.employeegroup {
    padding-left: 0px;
    padding-right: 0px;
}

.employee-image > img {
    display: none;
}

.personcard .SmallCard .employee-details h3 {
    font-size: 14pt;
    min-height: 2.1em;
    margin-left: 25px;
}

.personcard .SmallCard .employee-details > div {
    margin-left: 25px;
    margin-bottom: 10px;
}

    .personcard .SmallCard .employee-details > div:nth-of-type(n+2) {
        display: inline-block;
    }


    .personcard .SmallCard .employee-details > div > p > a {
        display: inline-block;
    }

        .personcard .SmallCard .employee-details > div > p > a:after {
            content: ', ';
        }

        .personcard .SmallCard .employee-details > div > p > a:last-child:after {
            content: '';
        }

    .personcard .SmallCard .employee-details > div > p.adress-field {
        white-space: pre-line;
    }

.col-md-4 .col-md-12 .personcard.col-sm-6 {
    width: 100%;
}

@media(max-width: 992px) {

    .content-page > div.row > div.col-md-6 > div.partialContents > div.module-persons > div.card-wrapper > div.personcard {
        width: 50%;
    }
}

.partialContents .loading-spinner {
    margin-top: 60px;
}

/* End: Persons Module */

co
/* Start: Newsletter List Module */
.module-newsletterlist table > tbody > tr.empty-list-row {
    background-color: transparent;
}

/* End: Newsletter List Module*/

/* Start: Newsletter Module */
.module-newsletter .alert {
    margin-top: 15px;
    width: 100%;
}

.module-newsletter > form.sky-form {
    border: 0;
}

    .module-newsletter > form.sky-form > fieldset {
        padding: 0;
        background-color: transparent;
    }

.module.module-newsletter #mc_embed_signup_scroll > div > div.mce_inline_error {
    background-color: #c26565;
}

.module-newsletter #mc-embedded-subscribe {
    margin-top: 30px;
}
/* End: Newsletter Module*/

/* Module Render Error */

.module-render-error .fa {
    margin-right: 15px;
}

.module-render-error .error-message {
    margin-left: 29px;
}

/* End: Modue Render Error*/


/* Start: Footer */

.footer-v1 .footer-socials {
    text-align: right;
}

.footer-v1 .footer-copyright {
    text-align: left;
}

.footer i.footer-icon {
    margin-right: 10px;
}

    .footer i.footer-icon.fa-fax {
        margin-right: 8px;
    }

    .footer i.footer-icon.fa-phone {
        margin-right: 11px;
    }

/* END: Footer */

/* Start: Skyform overrides*/

.sky-form .select i {
    right: 3px;
}

/* End: Skyform overrides*/


.service-block-default {
    min-height: 300px;
}

    .service-block-default p {
        display: block;
        min-height: 3em;
    }

@media(max-width: 1200px) {

    .module-gallery .gallery-tile {
        max-height: 155px;
    }

    div.col-md-12 .module-gallery div.col-sm-12 .gallery-tile,
    div.col-md-12 .module-gallery div.col-sm-6 .gallery-tile {
        max-height: 310px;
    }

    div.col-md-12 .module-gallery div.col-sm-2 .gallery-tile {
        max-height: 98px;
    }

    div.col-md-3 .module-gallery .gallery-tile {
        max-height: 65px;
    }
}

@media (min-width: 992px) {
}

.header .navbar-nav > li.dropdown:last-child:hover > .dropdown-menu {
    display: block;
    right: 0px;
}

@media(max-width: 992px) {

    .module-gallery .gallery-tile {
        max-height: 120px;
    }

    div.col-md-12 .module-gallery div.col-sm-12 .gallery-tile,
    div.col-md-12 .module-gallery div.col-sm-6 .gallery-tile {
        max-height: 240px;
    }

    div.col-md-12 .module-gallery div.col-sm-2 .gallery-tile {
        max-height: 75px;
    }

    div.col-md-12 .module-gallery div.col-sm-1 .gallery-tile {
        max-height: 37px;
    }

    div.col-md-3 div.col-md-12 .module-gallery div.col-sm-4 .gallery-tile {
        max-height: 150px;
    }
}

@media(max-width: 991px) {
    .service-block-default {
        min-height: initial;
    }

    .personcard .no-employee-image > span.fa-user {
        font-size: 75pt;
        margin-top: 38px;
    }

    .navbar-nav > .search-box > #search-window {
        position: relative;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .personcard .employee-image {
        background-size: cover !important;
    }
}


@media (min-width: 992px) {
    .header .navbar-nav > li.dropdown:last-child:hover > .dropdown-menu {
        display: block;
        right: 0px;
    }

    .container .topbar #google_translate_element {
        margin-top: 10px;
    }
}

@media (max-width: 610px) {

    .container .topbar #google_translate_element {
        margin-top: 10px;
    }
}

@media(max-width: 768px) {

    div.col-md-12 .module-gallery div.col-sm-12 .gallery-tile,
    div.col-md-12 .module-gallery div.col-sm-6 .gallery-tile {
        max-height: 240px;
    }

    div.col-md-12 .module-gallery div.col-sm-2 .gallery-tile,
    div.col-md-12 .module-gallery div.col-xs-6.col-sm-1 .gallery-tile,
    div.col-md-3 .module-gallery .gallery-tile {
        max-height: 200px;
    }
}



/* Text Module Styling*/

/* If the text module is the first child of a container and it doesn't contain a headline, we add some margin to add some spacing to the paragraph top */
.container > div > div > span.module-text > p:first-child {
    margin-top: 15px;
}

/* Start: Bulletin */

.module-bulletin > div:first-child:not(.headline) {
    margin-top: 30px;
}

.module-bulletin .fetch-message {
    text-align: center;
}

.module-bulletin .bulletin-image {
    width: 100%;
}

.module-bulletin .bulletin-controls-container {
    text-align: right;
}

.module-bulletin a.btn-bulletin-content,
.module-bulletin a.btn-bulletin-content:hover,
.module-bulletin a.btn-bulletin-content:active,
.module-bulletin .masonry-brick .grid-boxes-caption a.btn-bulletin-content,
.module-bulletin .masonry-brick .grid-boxes-caption a.btn-bulletin-content:hover,
.module-bulletin .masonry-brick .grid-boxes-caption a.btn-bulletin-content:active {
    color: white;
    font-family: 'FontAwesome';
    text-decoration: none;
}

.module-bulletin .blog_masonry_1col,
.module-bulletin .blog_masonry_2col {
    padding-bottom: 60px;
}

    .module-bulletin .blog_masonry_1col .grid-boxes-in,
    .module-bulletin .blog_masonry_2col .grid-boxes-in {
        padding: 0;
        margin-bottom: 30px;
        border: solid 1px #eee;
    }

    .module-bulletin .blog_masonry_1col .grid-boxes-caption,
    .module-bulletin .blog_masonry_2col .grid-boxes-caption {
        padding: 15px;
    }

    .module-bulletin .blog_masonry_1col h3,
    .module-bulletin .blog_masonry_2col h3 {
        font-size: 20px;
        font-weight: 200;
        line-height: 28px;
    }

        .module-bulletin .blog_masonry_1col h3 a,
        .module-bulletin .blog_masonry_2col h3 a {
            color: #555;
        }

            .module-bulletin .blog_masonry_1col h3 a:hover,
            .module-bulletin .blog_masonry_2col h3 a:hover {
                color: #72c02c;
            }


    .module-bulletin .blog_masonry_1col ul.grid-boxes-news, ul.grid-boxes-news,
    .module-bulletin .blog_masonry_2col ul.grid-boxes-news, ul.grid-boxes-news {
        margin-bottom: 15px;
    }

        .module-bulletin .blog_masonry_1col ul.grid-boxes-news li, ul.grid-boxes-news li,
        .module-bulletin .blog_masonry_2col ul.grid-boxes-news li, ul.grid-boxes-news li {
            font-size: 12px;
        }

            .module-bulletin .blog_masonry_1col ul.grid-boxes-news li, ul.grid-boxes-news li,
            .module-bulletin .blog_masonry_1col ul.grid-boxes-news li a,
            .module-bulletin .blog_masonry_2col ul.grid-boxes-news li, ul.grid-boxes-news li,
            .module-bulletin .blog_masonry_2col ul.grid-boxes-news li a {
                color: #777;
            }

                .module-bulletin .blog_masonry_1col ul.grid-boxes-news li a:hover,
                .module-bulletin .blog_masonry_2col ul.grid-boxes-news li a:hover {
                    color: #72c02c;
                }

.bulletin-infobox-format h3,
.bulletin-infobox-format p {
    text-align: center;
}

.bulletin-infobox-format p {
    font-size: 18px;
}

/* End: Bulletin */

/* Start: Company / Departments */

.module-company-departments .departments-table th {
    padding-left: 0;
    padding-bottom: 10px;
}

.module-company-departments .departments-table .department-listing {
    padding: 15px 10px;
    color: rgb(85,85,85);
}

.module-company-departments .departments-table a:hover {
    text-decoration: none;
}

.bulletin-page {
    padding-left: 20px;
}

    .bulletin-page .bulletin-page-header {
        overflow: hidden;
        padding: 10px 0 6px;
        border-bottom: solid 1px #eee;
        margin-bottom: 20px;
    }

        .bulletin-page .bulletin-page-header h1 {
            color: #666;
            font-size: 22px;
        }

    .bulletin-page .bulletin-page-body {
        margin-bottom: 20px;
    }

    .bulletin-page .bulletin-title:before {
        padding: 0 5px;
        content: "/\00a0";
    }

    .bulletin-page .bulletin-details ul {
        padding-left: 0;
    }

        .bulletin-page .bulletin-details ul li {
            list-style: none;
        }

    .bulletin-page .bulletin-image {
        width: 100%;
    }

/* End: Company / Departments */

/* Start: Custom Pages styling */

.error-page-content {
    background-color: white;
    padding: 20px;
    min-height: 200px;
}

/* End: Custom Pages styling */

/* Loader Styling */

.spinner-headline > div.headline {
    margin: 10px 0;
}

.spinner-container {
    padding: 32px;
    color: darkgrey;
}

/* Source code modified from http://www.cssscript.com/ios-os-x-style-pure-css-loading-spinner/ - KJ */

.ajaxloader {
    padding: 50px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.925);
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.75);
}

    .ajaxloader h3 {
        color: #808080;
    }

    .ajaxloader .ajaxspinner {
        text-align: center;
    }

.spinner {
    font-size: 48px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}

    .spinner.center {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .spinner .spinner-blade {
        position: absolute;
        left: 0.4629em;
        bottom: 0;
        width: 0.074em;
        height: 0.2777em;
        border-radius: 0.0555em;
        background-color: transparent;
        -webkit-transform-origin: center -0.2222em;
        -ms-transform-origin: center -0.2222em;
        transform-origin: center -0.2222em;
        -webkit-animation: spinner-fade 1s infinite linear;
        animation: spinner-fade 1s infinite linear;
    }

        .spinner .spinner-blade:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .spinner .spinner-blade:nth-child(2) {
            -webkit-animation-delay: 0.083s;
            animation-delay: 0.083s;
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

        .spinner .spinner-blade:nth-child(3) {
            -webkit-animation-delay: 0.166s;
            animation-delay: 0.166s;
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .spinner .spinner-blade:nth-child(4) {
            -webkit-animation-delay: 0.249s;
            animation-delay: 0.249s;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .spinner .spinner-blade:nth-child(5) {
            -webkit-animation-delay: 0.332s;
            animation-delay: 0.332s;
            -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            transform: rotate(120deg);
        }

        .spinner .spinner-blade:nth-child(6) {
            -webkit-animation-delay: 0.415s;
            animation-delay: 0.415s;
            -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
            transform: rotate(150deg);
        }

        .spinner .spinner-blade:nth-child(7) {
            -webkit-animation-delay: 0.498s;
            animation-delay: 0.498s;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .spinner .spinner-blade:nth-child(8) {
            -webkit-animation-delay: 0.581s;
            animation-delay: 0.581s;
            -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
            transform: rotate(210deg);
        }

        .spinner .spinner-blade:nth-child(9) {
            -webkit-animation-delay: 0.664s;
            animation-delay: 0.664s;
            -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
            transform: rotate(240deg);
        }

        .spinner .spinner-blade:nth-child(10) {
            -webkit-animation-delay: 0.747s;
            animation-delay: 0.747s;
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .spinner .spinner-blade:nth-child(11) {
            -webkit-animation-delay: 0.83s;
            animation-delay: 0.83s;
            -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
            transform: rotate(300deg);
        }

        .spinner .spinner-blade:nth-child(12) {
            -webkit-animation-delay: 0.913s;
            animation-delay: 0.913s;
            -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
            transform: rotate(330deg);
        }

@-webkit-keyframes spinner-fade {
    0% {
        background-color: #C0C0C0;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes spinner-fade {
    0% {
        background-color: #C0C0C0;
    }

    100% {
        background-color: transparent;
    }
}

/* End of modified source code */

/* Utility Classes */

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Vacency form */
.vacancy-main-container {
    padding:5px;
    border: 1px solid #f9f9f9;
    min-height: 500px;
    font-family: 'Fira Sans' !important;
}

    .vacancy-main-container .back-btn {
        background-color: #e63323;
        margin-bottom: 10px;
        padding: 5px 20px 3px 20px;
        border: none;
        color: #fff;
        opacity: 0.5;
    }
    .vacancy-main-container .back-btn:hover {
        opacity: 1;
    }

    .vacancy-main-container form label {
        display: block;
    }

    .vacancy-main-container table {
        margin-top: 25px;
    }

        .vacancy-main-container table th {
            padding-left: 5px !important;
            padding-right: 5px !important;
            font-size: 14px;
        }

        .vacancy-main-container table tr td {
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .vacancy-main-container table tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .vacancy-main-container table tr:nth-child(odd) {
            background-color: #fff;
        }