﻿#lyo_minner {
    max-width: 960px;
    width: auto !important;
}

.swt {
    font-size: 12px !important;
}

    .swt a {
        color: gray !important;
    }

    .swt .bg-gray {
        background-color: lightgray;
    }

    .swt .li {
        margin-left: 0;
    }

    .swt .footer {
        font-weight: bold;
        background-color: black;
        color: gray;
        padding-top: 10px;
        padding-bottom: 15px;
        text-align: center;
    }


    .swt header {
        text-align: center;
    }

    .swt #logo-container .logo {
        height: 60px;
        width: 130px;
        background-size: cover;
    }

    .swt #bim-logo-container .logo {
        height: 63px;
        width: 160px;
        background-size: cover;
    }

    .swt .country-select {
        margin-top: 20px;
    }

        .swt .country-select .btn {
            border: none;
        }

    .swt .country-object {
        display: inline-block;
    }

        .swt .country-object button {
            border: none;
            color: gray;
        }

        .swt .country-object .small {
            display: none;
            text-transform: uppercase;
        }


        .swt .country-object img {
            margin-right: 5px;
            width: 27px;
            height: 17px;
        }

    .swt .navbar {
        background-color: white;
        padding-left: 15px;
        padding-right: 15px;
        border: none;
        margin-bottom: 5px;
    }

    .swt #navbar {
        padding-top: 10px;
    }

        .swt #navbar > div {
            display: inline-block;
        }

        .swt #navbar .navbar-nav .active > a {
            background-color: inherit;
        }

        .swt #navbar .navbar-nav .open > a {
            background-color: inherit;
        }


    .swt .navbar-nav:not(.sm-collapsible) ul .caret {
        position: absolute;
        right: 0;
        margin-top: 6px;
        margin-right: 15px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px dashed;
    }

@media(max-width:767px) {
    .swt #bim-logo-container {
        float: none !important;
        display: inline-block;
    }

    .swt .country-select {
        margin-top: 10px;
    }

        .swt .country-select .small {
            display: inline;
        }

        .swt .country-select .large {
            display: none;
        }

    .swt #navbar {
        width: 100%;
        text-align: left;
        padding-top: 0px;
    }

        .swt #navbar > div {
            display: block;
        }

        .swt #navbar li {
            border-bottom: 1px solid lightgray;
        }

    .swt .navbar-nav .caret, .navbar-nav ul .caret {
        position: absolute;
        right: 0;
        margin: -3px 15px 0 0;
        padding: 0;
        width: 32px;
        line-height: 24px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
    }

    .swt .navbar-nav .open > a > .caret:before {
        content: '>' !important;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
    }

    .swt .navbar-nav .caret:before {
        content: '>' !important;
        font-family: monospace;
        font-weight: 700;
    }

    .swt .navbar-nav .caret {
        content: '>';
        font-family: monospace;
        font-weight: 700;
        border: none !important;
        background-color: white !important;
    }
}

.swt .banner-image {
    position: relative;
    overflow: hidden;
}

    .swt .banner-image > .banner-bg {
        position: absolute;
        width: 100%;
        opacity: 0.8;
        filter: contrast(50%) blur(11px);
    }

    .swt .banner-image > .banner-fg {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        filter: none;
    }

.d-inline {
    display: inline;
}

/*alten background abändern*/
#lyo_mouter {
    background: none !important;
}

.swt form label {
    cursor: default;
    font-variant: normal;
}

.swt li {
    margin-left: 0;
}

.swt .select-flag img {
    margin-right: 5px;
    width: 27px;
    height: 17px;
}

.swt p {
    margin-bottom: 10px;
}

.swt .no-font-variant {
    font-variant: none;
}

.eupopup-button, .eupopup-closebutton {
    color: gray !important;
}

.search-title .box-primary {
    background-color: #006199;
    /*max-width: 150px;*/
    color: white;
    padding: 20px 10px 10px;
}

    .search-title .box-primary p.text {
        font-size: 13px;
        text-align: center;
        text-transform: uppercase;
    }

    .search-title .box-primary p.date {
        font-size: 17px;
        text-align: center;
    }

.search-title .header h3 {
    padding-top: 30px;
    color: #006199 !important;
}

.image-box {
    padding: 10px 0 20px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    margin-bottom: 10px;
}

    .image-box > .image-box-inner {
        width: 400px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image-box
    .image {
        width: 130px;
        height: 60px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 35px;
    }

.primary {
    color: #006199 !important;
}

.btn-search {
    background-color: #006199;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 100%;
    border: none;
}

.custom-fieldDdl {
    margin-bottom: 10px;
}

    .custom-fieldDdl button.dropdown-holder {
        border-radius: 0px !important;
        border: 1px solid #ccc;
        box-shadow: none;
        width: 100%;
        /*align-items: left;*/
        background-color: #ffffff;
        position: relative;
    }

        .custom-fieldDdl button.dropdown-holder .icon {
            position: absolute;
            right: 5px;
            top: 3px;
        }

        .custom-fieldDdl button.dropdown-holder span.selectedValueLabel {
            height: 16px;
            overflow-x: hidden;
            overflow-y: hidden;
            text-align: left;
        }



    .custom-fieldDdl .dropdown-holder:active,
    .custom-fieldDdl .dropdown-holder:focus {
        border-radius: 0px !important;
        box-shadow: none;
        background-color: #ffffff;
    }

    .custom-fieldDdl .dropdown-menu.scrollable-menu {
        max-height: 30vh;
        overflow-y: auto;
        width: 100%;
        min-width: 450px
    }

    .custom-fieldDdl .dropdown-menu > li > a {
        display: flex;
        align-items: center;
    }


    .custom-fieldDdl li.dropdown-item {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px;
    }

    .custom-fieldDdl img.dropdown-img {
        /*width: 150px;*/
        /*max-height: 120px;*/
        /* VG_2021-05-31 height: 150px;*/
        height: 120px;
        margin: 0 !important;
        padding-right: 15px;
    }

input.custom-fieldStr {
    border-radius: 0;
    border-style: solid;
    border-color: #ccc;
    padding: 1px 6px;
    margin-bottom: 10px;
}

.custom-grid-view > div {
    overflow-x: auto;
}

.custom-grid-view th,
.custom-grid-view th > a {
    color: #006199;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-variant: normal;
}

.custom-grid-view td {
    color: #808080;
}

.custom-grid-view table > tbody > tr > td:first-child > a,
.custom-grid-view .glyphicon {
    color: #006199;
}

.text-light {
    color: #808080 !important;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

    .tooltip-container .tooltip-text {
        visibility: hidden;
        white-space: nowrap;
        background-color: #006199;
        color: #fff;
        text-align: center;
        padding: 10px 10px 10px;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
        right: 105%;
        top: -5px;
    }

    .tooltip-container:hover .tooltip-text {
        visibility: visible;
    }

.custom-label {
    color: #808080;
    width: 100%;
    font-variant: normal;
    cursor: default;
}

.hr-line-solid {
    border-style: none !important;
    border-bottom: 1px solid #ccc !important;
    margin: 15px 0;
    width: 100%;
}

.section-header {
    color: #404040;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
}

.custom-radio-button {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

    .custom-radio-button input[type='radio'] {
        display: none;
    }

    .custom-radio-button label {
        color: #808080;
        font-variant: normal;
    }

        .custom-radio-button label:before {
            content: " ";
            display: inline-block;
            position: absolute;
            top: 0px;
            width: 15px;
            height: 15px;
            border-radius: 11px;
            border: 2px solid #ccc;
            background-color: transparent;
            right: -25px;
        }

    .custom-radio-button input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 4px;
        right: -21px;
        content: " ";
        display: block;
        background: #ccc;
    }

.custom-radio-button {
    display: inline-block;
    position: relative;
    margin-right: 0px;
}

    .custom-radio-button label {
        color: #808080;
        font-variant: normal;
        margin-left: 30px;
    }

    .custom-radio-button.no-margin-left label {
        margin-left: 0;
    }

    .custom-radio-button label {
        color: #808080;
        font-variant: normal;
    }

    .custom-radio-button.left label:before {
        right: auto;
        left: 0px;
    }

    .custom-radio-button.left input[type=radio]:checked + label:after {
        right: auto;
        left: 4px;
    }

    .custom-radio-button > span[disabled] > * {
        cursor: not-allowed;
    }

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}


.mb-3 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 3rem;
}

.mx-5 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.ml-5 {
    margin-left: 3rem;
}

.ph-2 {
    padding-left: 0.5rem;
    /*padding-right: 0.5rem; - VG because of IFrame */
    padding-right: 20px;
}

.inline-block {
    display: inline-block;
}

.bold {
    font-weight: bold;
}

.in-iframe #mainHeader-inner,
.in-iframe .banner-image,
.in-iframe .participant-hyperlink,
.in-iframe .footer {
	display: none;
}

.in-iframe #lyo_minner,
.in-iframe .lyo_minner {
	max-width: none;
}
