:root {
    --background-color-primary: #fff; /*#597491*/
    --background-color-secondary: rgba(0, 114, 188, 1);
    --text-color-primary: #666666;
    --text-color-secondary: rgba(255, 222, 0, 1);
    --link-color-primary: #56AED4;
}

body, html {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Calibri, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8
}

a
{
    color: #56AED4;
    color: var(--link-color-primary, #56AED4);
}
a:hover
{
    color: #56AED4;
    color: var(--link-color-primary, #56AED4);
    text-decoration: none;
    cursor: pointer;
}
.h1, h1
{
    font-size: 1.7rem;
    margin: 17px 0 30px 0

}
.h2, h2, .h3, h3
{
    font-size: 1.2rem;
    display: table;
    margin: 0 0 30px 0;
}
.h2, h2
{
    margin-top: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    line-height: 1.4;
    font-weight: bold;
    color: #666;
}

.table-wrapper {
    overflow-x: auto;
    word-break: keep-all
}

.table--default, .table--grid, .table--opening-hours {
    border: 1px solid #c3c3c3;
    border-collapse: collapse;
    margin-bottom: 1rem
}

.table--default td, .table--default th, .table--grid td, .table--grid th, .table--opening-hours td, .table--opening-hours th, .table--plain td, .table--plain th {
    vertical-align: top
}

.table--default td, .table--default th, .table--grid td, .table--grid th, .table--opening-hours td, .table--opening-hours th {
    padding: 5px !important;
    border: 1px solid #c3c3c3
}

.table--default th, .table--grid th, .table--opening-hours th {
    background-color: #ebebeb;
    font-weight: 700;
    text-align: left
}

.table--opening-hours-wrapper {
    display: block;
    max-width: 460px
}

.table--opening-hours {
    width: 100%
}

.table--opening-hours-day {
    min-width: 330px
}

.tr-cells-border-bottom--bold td {
    border-bottom-width: 3px
}

.table--opening-hours-time {
    width: 120px
}

.table--opening-hours th:last-child {
    text-align: center
}

.table--opening-hours td:last-child {
    text-align: center
}

.table--grid, .table--plain {
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 100%;
    width: 100%
}

.img-responsive img {
    width: auto;
    height: auto;
    max-width: 100%
}

.red-marked {
    display: none
}

@page {
    size: auto;
    margin: 25mm 10mm 25mm 10mm
}

.moodboard-headline .font-size-smaller {
    font-size: 2.25rem
}

.layout__moodboard-logo img {
    width: 232px !important;
    height: auto !important
}

.layout__moodboard-logo-mobile * {
    padding-top: 1em;
    padding-bottom: 1em;
    height: auto !important;
    width: 200px !important
}

.layout__top-navigation-separator
{
    border-bottom: 1px solid #D8D8D8;
}

.navigation-extended-fixed .layout__moodboard-logo-mobile {
    display: block !important
}

.layout__moodboard-logo-mobile * {
    padding-top: 1em;
    padding-bottom: 1em;
    height: auto !important;
    width: 200px !important
}

.layout__breadcrumbs {
    background: #fff;
    padding: .5rem 0;
    position: relative
}

.layout__content {
    background: #fff;
    padding: 1rem;
    position: relative;
    min-height: 300px
}

.layout__footer {
    background: #000000;
    color: #989898;
    margin-top: 2.75rem;
    padding: 0;
    padding-top: 2.75rem;
    position: relative
}

.layout__footer-block-spacer
{
    margin-bottom: 2rem;
}
.layout__footer-headline
{
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -.0125em;
}
.layout__footer a
{
    display: block;
}
.layout__footer span a
{
    display: inline;
}
.layout__footer ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.layout__footer-copyright
{
    background-color: #151717;
    padding-top: 19px;
    padding-bottom: 19px
}
.layout__footer-copyright div:last-child a
{
    border-bottom: 0
}
.layout__footer-copyright a
{
    color: #989898;
    padding: 0
}


#meetings-logo img {
    width: 350px !important;
    height: auto !important
}

#conference-banner img {
    width: 100% !important;
    height: auto !important
}


.layout__moodboard-logo-container {
    padding: 1.2rem 0;
    position: relative;
    z-index: 1;
    margin: 0 0 1.6rem 0;
    border-top: 8px solid #56AED4;
}

.headline-shadow {
    text-shadow: 2px 2px 2px #364759;
    color: #fff !important;
    font-size: 1.25rem;
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#lightboxing {
    z-index: 1 !important
}

.breadcrumb {
    background-color: inherit;
    margin: 0;
    padding: 0
}

.breadcrumb-item {
    font-size: 12px
}

.breadcrumb-item + .breadcrumb-item:before {
    content: '\f105';
    font-family: fontawesomeregular, FontAwesome, serif
}

.breadcrumb-item a {
    color: rgba(0, 0, 0, .5)
}

.breadcrumb-item.active {
    color: rgba(0, 0, 0, .5)
}

.breadcrumb-item.active:last-child {
    color: #000
}

#navigation {
    position: relative;
    z-index: 1
}

.navigation-extended-toggle-button {
    display: none;
    position: absolute;
    top: 3px;
    left: -55px
}

nav.navbar {
    background-color: #ffffff;
    margin-bottom: 1rem;
    padding: 0;
}

#navbar_menu .navbar-nav {
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
}

#navbar_menu .nav-link {
    color: #999999;
    padding: 0 15px 4px 15px;
    border-right: 1px dotted #56AED4;
    text-transform: uppercase;
}

#navbar_menu .nav-link:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .15);
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -10px;
    z-index: 27;
    display: none
}

#navbar_menu .nav-item.show .nav-link:before {
    display: block;
}

#navbar_menu .nav-link:hover {
    color: #56AED4;
}

#navbar_menu .nav-item.show {
    color: #365f91
}

#navbar_menu .nav-item:last-of-type .nav-link {
    border-right: none
}

#navbar_menu .nav-item.show .dropdown-menu .nav-link {
    padding: 0 15px;
    color: #fff
}

#navbar_menu .nav-item.show .dropdown-menu .nav-link:hover {
    background-color: rgba(89, 116, 145, .65);
    color: #dbe5f1
}

.navigation-extended-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 2
}

.navigation-extended-fixed nav {
    margin-bottom: 0
}

.navigation-extended-fixed .layout__moodboard-logo-mobile {
    display: block !important
}

ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu {
    display: block;
    position: static
}

ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-menu {
    display: block;
    position: static
}

ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item div.dropdown-item:before {
    position: absolute;
    content: "\f105";
    width: 0;
    height: 0;
    color: #fff;
    top: 25%;
    left: 5px;
    display: inline-block;
    font-family: fontawesomeregular, FontAwesome, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item div.dropdown-item:before {
    position: absolute;
    content: "\f105";
    width: 0;
    height: 0;
    color: #fff;
    top: 25%;
    left: 5px;
    display: inline-block;
    font-family: fontawesomeregular, FontAwesome, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul.navbar-nav .nav-item.dropdown .dropdown .dropdown-toggle:after {
    content: none
}

.dropdown-menu {
    background-color: #f9f9f9;
    border: 0;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    margin: 0;
    color: #fff
}

.dropdown-menu div > a {
    color: #999
}

.dropdown-menu div[class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.dropdown-header {
    font-size: 1rem;
    padding: .25rem .5rem;
    color: #999
}

.dropdown-item {
    padding: .5rem
}

.dropdown-item:focus {
    background: 0 0
}

.dropdown-item:hover {
    color: #56aed4;
}

.dropdown-item:hover a {
    color: #56aed4;
    text-decoration: none
}

.dropdown-item a:focus {
    color: #999;
    text-decoration: none
}

.dropdown-item a:hover {
    color: #56aed4;
    text-decoration: none
}

.dropdown-item.active {
    background: 0 0
}

.dropdown-item.active a {
    color: #999;
    text-decoration: none
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    #navbar_menu .nav-link {
        padding: 7px
    }

    .dropdown-item {
        padding: .25rem 1.5rem
    }

    #navbar_menu .nav-link:before {
        content: none
    }
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo {
    padding: .5rem;
    border: none;
    background-color: transparent;
    width: auto
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo a {
    background-image: none !important
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo #co_administrator_menu_userinfo_logout {
    background-image: none !important
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo p {
    margin: 0;
    padding: 0
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo #co_administrator_menu_userinfo_logout {
    margin: 0;
    padding: 0
}

.co_administrator_menu_userinfo * {
    display: inline
}

.co_administrator_menu_userinfo br {
    display: none
}

#co_administrator_menu_userinfo_copernicus-office {
    display: none
}

.co_administrator_menu_userinfo-userid:after {
    content: ' |'
}



.trd_payment_forms .contentbox {
    background: transparent none;
    border: none;
    padding: 0
}

.trd_payment_forms .form_save_area {
    background: transparent none;
    border: none;
    padding: 0
}

.trd_payment_forms .contentbox {
    padding-bottom: 1em
}

.trd_payment_forms .form_save_area {
    border: none
}

#trd_payment_selection fieldset {
    border: 0;
    padding: 0
}

#trd_payment_selection input[type=radio] {
    vertical-align: baseline !important
}

.trd_payment_forms .form_save_area .btn-success {
    color: #fff;
    padding: .375rem .75rem
}

.trd_payment_forms .form_save_area .btn-danger {
    color: #fff;
    padding: .375rem .75rem
}

#cc_payment td {
    padding: 5px
}

#cc_payment tr td:first-child {
    font-weight: 700;
    padding-left: 0
}

body#tinymce, html {
    background-color: white;
}

.co-content-box {
    border-left: 2px solid #364759;
    padding: 1rem;
    background-color: #ebebeb;
    color: #364759;
    margin-bottom: 1rem;
}

.co-notification {
    border-left: 2px solid #364759;
    padding: 1rem;
    background-color: rgba(255, 222, 0, 0.1);
    margin-bottom: 1rem;
}

.co-success {
    border-left: 2px solid #364759;
    padding: 1rem;
    background-color: #d4edda;
    margin-bottom: 1rem;
}

.co-error {
    border-left: 2px solid #364759;
    padding: 1rem;
    background-color: #f8d7da;
    margin-bottom: 1rem;
}

.co-success > p:last-child,
.co-success > ul:last-child,
.co-success > div:last-child,
.co-error > p:last-child,
.co-error > ul:last-child,
.co-error > div:last-child,
.co-content-box > p:last-child,
.co-content-box > ul:last-child,
.co-content-box > div:last-child,
.co-notification > p:last-child,
.co-notification > ul:last-child,
.co-notification > div:last-child {
    margin-bottom: 0 !important;
}