/*
 *  Global
 */
html, body, * {
    padding: 0;
    margin: 0;
}
.clear::after {
    display: block;
    content: "";
    clear: both;
}
.btn-aws {
    background-color: #3D5588;
    padding: 10px 40px;
    color: #FFFFFF;

    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btn-aws:hover {
    background-color: #7F7F8E;
    color: #ffffff;
}
.show-mobile {
    display: none;
}
.hidden {
    display: none;
}
.monserrat {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.content .gray {
    color: #707070;
}
.content ul, .highlight-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.custom_bgc_lightblue {
    background-color: rgba(127, 127, 142, 0.1);
}
.alert ul {
    margin-left: 40px;
}
.rex-yform {
    margin-bottom: 40px;
}
.rex-yform .control-label {
    font-weight: bold;
}
.rex-yform .form-captcha img {
    margin-right: 20px;
}
b, strong {
    font-weight: bold;
}
.btn-primary {
    background-color: #3D5588;
    border: 0 none;
    font-weight: bold;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.fa-play {
    position: relative;
    top: -2px;
    padding: 3px;
    border: 2px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 8px;
    font-weight: bold;
}

.aws {
    padding: 5px 20px;
    text-align: center;
    border: 0 none;
    color: white;

    font-family: 'Montserrat';
    font-weight: bold;
}
.aws.left {
    text-align: left;
}
.aws.right {
    text-align: right;
}
.aws.big {
    width: 100%;
    padding: 5px 0px;
}
.aws.wide {
    width: 100%;
}
.aws.blue {
    color: #ffffff;
    background-color: #3D5588;
}
.aws.gray {
    color: #ffffff;
    background-color: #7F7F8E;
}
.aws.yellow {
    color: #ffffff;
    background-color: #F5BD4E;
}
.aws.light-gray {
    color: #3D5588;
    background-color: #D2D2D5;
}
.aws.flat {
    line-height: 16px;
}
.aws.tall {
    line-height: 50px;
}

.font-roboto {
    font-family: 'Roboto';
}
.font-montserrat {
    font-family: 'Montserrat';
}
.color-white {
    color: #ffffff !important;
}
.color-blue {
    color: #3D5588;
}
.color-light-gray {
    color: #707070;
}
.thin, .style-thin {
    font-weight: 100;
}

.bold, .style-bold {
    font-weight: bold;
}
.align-center {
    text-align: center !important;
}
.fsize-14 {
    font-size: 14px;
}

.transform-none, .transform-none:hover {
    text-decoration: none;
}

/*.pills-tab-event-btns a button.aws {
    color: #3D5588;
    background-color: #D2D2D5;
}
.pills-tab-event-btns a.active button.aws,
.pills-tab-event-btns a:hover button.aws {
    color: #ffffff;
    background-color: #7F7F8E;
}*/

.download-link {
    color: #707070;
}
.f-big {
    font-size: 30px;
}
.link-blue {
    color: #3D5588;
}
.link-blue:hover {
    color: #3D5588;
}
.link-white {
    color: #ffffff;
}
.link-white:hover {
    color: white;
}
.link-black, .link_black, .aws.link_black {
    color: #000000;
}
.link-black:hover {
    color: black;
}

/*
 *  Header
 */
.header-main {
    display: flex;
}

.header-main-inner {
    margin: auto 0 auto;
}

.header-top {
    background-color: rgba(127,127,142, 0.83);
    height: 60px;
}
.header-main-wrapper {
    background-color: rgba(255,255,255, 0.81);
    height: 100px;
    display: block;

    transition: 250ms all;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
}
.header-main {
    padding-left: 100px;
    position: relative;
    width: 100%;

    transition: 250ms all;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
}
.header-main-wrapper.header-main-collapsed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 70px;
    z-index: 100;
}
.header-nav-bar {
    height: 100%;
    max-height: 100px;
    width: auto;
}
.header-logo-img {
    padding: 5px 70px 15px 0px;
    display: block;
    width: auto;
    max-height: 100px;
    /*    margin-right: -50px;*/

    transition: 250ms all;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    float: right;
}
.header-main-wrapper.header-main-collapsed .header-logo-img {
    max-height: 70px;
    margin-top: 5px;
}
.header-user {
    margin-left: 20px;
    margin-right: 60px;
    position: relative;
}
.header-user > div.float-left {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}
.header-user i {
    color: #7F7F8E;
    font-size: 30px;
}
.header-user .bar-horizontal > div {
    display: block;
    height: 100%;
    width: 2px;
    border-right: 2px solid #707070;
    padding-left: 5px;
    margin-right: 5px;
    padding-bottom: 100%;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.header-user-mobile {
    margin-left: 2%;
    position: relative;
}
.header-user-mobile > div.float-left {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}
.header-user-mobile i {
    color: #ffffff;
    font-size: 30px;
}
.header-user-mobile .bar-horizontal > div {
    display: block;
    height: 100%;
    width: 2px;
    border-right: 2px solid #707070;
    padding-left: 5px;
    margin-right: 5px;
    padding-bottom: 100%;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*
 *  Search
 */
#search_string, #search_string_mobile {
    color: #7F7F8E;
    background-color: #D2D2D5;
    border: 0 none;
    font-weight: bold;
}
.custom-search-input .input-group-append {
    margin-left: -40px;
    z-index: 5;
}

.custom-search-input {
    margin: 10px 20px 0 0;
    padding: 0;
}

.custom-search-input .search-query {
    padding-right: 30px;
    padding-left: 20px;

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #7F7F8E;
}

.custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#7F7F8E;
}

.custom-search-input button .glyphicon {
    font-weight: bold;
}

/*
 *  Call to Action
 */
.cta-item {
    display: block;
    color: #ffffff;
    background-color: #F5BD4E;
    width: 75px;
    height: 80px;
    padding: 1.1em;

    line-height: 0px;
    border-bottom: 1px solid #7F7F8E;
    cursor: pointer;
    opacity: 1;

    transition: 250ms all;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    margin-top: 0px;
}
.cta-item:hover {
    background-color: #7F7F8E;
}
.cta-item.cta-item-disappear {
    opacity: 0;
    height: 70px;
    padding-top: 0.8em;
}
.cta-item.cta-item-nodisappear.cta-item-disappear {
    opacity: 1;
    margin-top: 70px;
}

.cta-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 90;
}

.fon::before {
    content: url('../img/icons/fon.png');
    display: block;
}

.news::before {
    content: url('../img/icons/news.png');
    display: block;
}

.seminar::before {
    content: url('../img/icons/seminar.png');
    display: block;
}

.seminar-finder-cta::before {
    content: url('../img/icons/search.png');
    display: block;
    width: 100%;
    height: auto;
    max-width: 40px;
}

/*
 *  Teaser
 */
.teaser-fullwidth {
    z-index: -1;
    margin-top: -100px;
    padding: 0px;
    position: relative;
    top: 0px;
}

/*
 *  Seminar Finder
 */
.seminar-finder-wrapper {
}
.seminar-finder-inner {
    position: relative;
}
.seminar-finder {
    position: absolute;
    bottom: 0px;
    height: 100px;
    width: 100%;
    background: url('../img/search.png') 25px 15px no-repeat rgba(127,127,142, 0.83);
    background-size: 70px;

    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -o-transition: 500ms all;
}
.seminar-finder.seminar-finder-open {
    height: 260px; /* 330px */
    bottom: -125px; /*-130px;*/
}
.seminar-finder h2.seminar-heading,
.seminar-finder .seminar-heading h2 {
    padding: 40px 0 15px 30%;
    color: white;
    font-size: 30px;

    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    cursor:pointer;
    min-height: 100px;
    margin-bottom: 0px;
}
.seminar_heading_line {
    float: left;
    width: 70%;
    margin-top: 75px;
    display: block;
    position: relative;
    border-bottom: 3px solid #ffffff;
    border-top: 0px;
}
.seminar-finder-form {
    padding: 0 15%;
    opacity: 0;
    height: 0px;
    overflow:hidden;
    -webkit-transition: all 500ms ease-out, opacity 400ms ease-out;
    -moz-transition: all 500ms ease-out, opacity 400ms ease-out;
    -ms-transition: all 500ms ease-out, opacity 400ms ease-out;
    -o-transition: all 500ms ease-out, opacity 400ms ease-out;
    transition: all 500ms ease-out, opacity 400ms ease-out;
}
.seminar-finder.seminar-finder-open .seminar-finder-form {
    opacity: 1;
    height: 100%;
}
.seminar-finder-form .row {
    padding: 5px 0px;
}
.seminar-finder .seminar-finder-pretext {
    font-family: 'Roboto';
    font-size: 20px;
    color: white;
}
.seminar-finder .form-control {
    border-radius: 0px;
    font-size: 24px;
    font-family: 'Roboto';
    color: #707070;
    height: calc(1.5em + .75rem + 2px);
}

/*
 *  Navigation: Main
 */
.nav-item {
    margin: 0 20px;
}
.nav-item.active, .nav-item.active a {
    color: #3d5588;
}
.nav-item > a {
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    color: #7F7F8E;
    font-size: 16px;
}
.nav-pills .nav-link.active {
    background-color: transparent;
    color: #3d5588;
}

.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #7F7F8E;
}


/*
 *  Info Box
 */
.info-box {
    background-color: #F5BD4E;
    padding: 40px 60px;
}
.info-box h3 {
    font-family: 'Montserrat';
    color: #000000;
    font-size: 30px;
    padding-bottom: 20px;
}
.info-box img {
    max-width: 200px;
    width: 100%;
    height: auto;
}
.infobox-img {
    text-align: right;
}
.info-box p {
    font-size: 14px;
    color: #000000;
}
.info-box ul {
    padding-left: 20px;
}
.info-box ul, .info-box li {
    font-size: 14px;
}

/*
 *  Content
 */
.content-push {
    height: 80px;
    display: block;
}
.content h4.small_heading {
    position: relative;
    border-bottom: 3px solid rgba(127,127,142, 0.19);
    display: block;
    height: 36px;
    width: 100%;
    margin-bottom: 8px;
}
.content h4.small_heading span {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    color: rgba(61,85,136, 0.46);
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: bold;
    padding: 0px 5px 0 0;
}
.custom_bgc_lightblue .content h4.small_heading span {
    background-color: transparent;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-family: 'Montserrat';
    font-size: 24px;
    color: #3D5588;
    padding: 0 0 20px 0;
    margin: 0;
}

/*
 *  Octa
 */
#octa-row {
    padding-top: 40px;
}
.extension-outer-nachInhalt-01 {
    text-align: center;
}
.extension-outer.octa {
    display: inline-block;
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom.octa {
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom.octa p,
.custom.octa h3 {
    margin: 0;
}
.custom.octa p {
    padding-top: 40px;
    text-align: center;
}
.octa-bg {
    background-color: #D2D2D5;
    background-position: center center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    text-align: center;
}
.octa-bg img {
    height: 100%;
    max-height: 170px;
}
.custom.octa h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    color: #3D5588;
    padding-top: 20px;
}

/*
 *  Highlight-Panel
 */
.bg-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,7f7f8e+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, rgba(127,127,142,0.43) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 1%,rgba(127,127,142,0.43) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 1%,rgba(127,127,142,0.43) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7f7f8e',GradientType=0 ); /* IE6-9 */

}
.highlight-items {
    margin: 0 10%;
}
.highlight-item {
    /*    display: block; */
    /*    padding: 0 30px;*/
}
.highlight-item-inner {
    /*    display: block; */
}
.highlight-content {
    background-color: #ffffff;
}
.highlight-footer {
    background-color: #3D5588;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto';
}
.highlight-footer a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto';

}
.highlight-image {
    background-color: #ffffff;
}

.highlight-image img {
    max-height: 476px;
    height: 100%;
}
.highlight-item h3 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: bold;
    color: #3D5588;
}
.highlight-footer i {
    margin-right: 5px;
}
.highlight-footer span {
    display: block;
    padding: 20px;
}
.highlight-content > div {
    padding: 20px 40px;
}
.highlight-content button.btn-aws {
    display:block;
    float: right;
}

/*
 *  Footer
 */
.footer-top {
    background-color: rgba(127,127,142,0.49);
    padding: 40px 40px 60px 80px;
}
.footer-logo-item {
    padding: 0px 20px;
}
.footer-logo-item, .footer-logo-item img {
    max-height: 100px;
}
.footer-main {
    background: url('../img/footer-bg.jpg') top left no-repeat #9d9da9;
    padding-bottom: 60px;
}

.footer-bottom {
    background-color: #F5BD4E;
}
#footer {
    width: 100%;
}
#footer h4 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 24px;
    color: rgba(255,255,255,0.35);
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer-sticky-social {
    position: absolute;
    top: 30px;
    right: 60px;
}

.footer-sticky-item {
    width: 86px;
    height: 86px;
}
.footer-sticky-social-img {
    display: block;
    width: 100%;
    max-width: 60px;
}
.footer-sticky-social-fb {
    opacity: 0.68;
}
.footer-sticky-social-yt {
    opacity: 0.61;
}

#footer-navigation {
    margin: 0 7%;
}
#footer-sub-navigation {
    margin-right: 50px;
}
#footer .footer-nav-item {
    padding: 10px 30px;
}
#footer .footer-nav-link {
    font-family: 'Roboto';
    font-size:18px;
    color: #4D4D53;
}

.footer-navigation-content {
    font-family: 'Roboto';
    color: #ffffff;
}
.footer-navigation-content h5 {
    font-size: 26px;
    margin: 0;
    padding: 0;
}
.footer-navigation-content p {
    margin-bottom: 3px;
}
.footer-navigation-content p, .footer-navigation-content i, .footer-navigation-content a {
    font-size: 20px;
    color: #ffffff;
}
.footer-navigation-content i {
    color: #7F7F8E;
}
.footer-navigation-newsletter {
    margin-top: 20px;
}
.newsletter-button {
    background-color: #3D5588;
}
.newsletter-button button {
    border: 0;
    background-color: #3D5588;
    box-shadow: none;
    position:relative;
    padding: 10px 30px 10px;
}
.newsletter-button i {
    color: #ffffff;
    font-size: 26px;
}
.newsletter-button  span {
    color: #ffffff;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 26px;
    display: block;
    float: left;
    margin-left: 30px;
}
.newsletter-button img {
    height: 40px;
    display: block;
    float: left;
}
/*
 * Mobile Sidenav
 */
.mobile-sidenav{
    position:absolute;
    top:50%;
    left:-100%;
    transform:translateY(-50%);
    width:350px;
    height:100%;
    min-height:100%;
    padding:80px 40px 40px 40px;
    background:#7F7F8E;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition:0.5s;
    z-index: 95;
}
.mobile-sidenav.mobile-open{
    left:0;
}
#wrapper_outer {
    -webkit-transition: all 500ms ease-out, opacity 400ms ease-out;
    -moz-transition: all 500ms ease-out, opacity 400ms ease-out;
    -ms-transition: all 500ms ease-out, opacity 400ms ease-out;
    -o-transition: all 500ms ease-out, opacity 400ms ease-out;
    transition: all 500ms ease-out, opacity 400ms ease-out;
}
#wrapper_outer.mobile-shadow::before {
    content: ' ';
    background-color: rgba(77,77,83,0.84);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 92;
}
.mobile-sidenav-navbar {
    height: 60%;
    max-height: 60vh;
    overflow-y: auto;
}

.mobile-sidenav-navbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.mobile-sidenav-navbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.mobile-sidenav-navbar ul, .mobile-sidenav-navbar li {
    list-style-type: none;
}
.mobile-sidenav-navbar li a {
    color: rgba(255,255,255,0.74);
    font-family: 'Montserrat';
}
.mobile-sidenav-navbar li a.active-link {
    color: #fff;
}


.mobile-sidenav-content p, .mobile-sidenav-content strong {
    font-family: 'Montserrat';
    color: #fff;
}
.mobile-sidenav-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.mobile-sidenav-footer li {
    display: block;
    float: left;
}
.mobile-sidenav-footer li a {
    color: rgba(255,255,255,0.74);
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 10px 20px;
    display: block;
}
.mobile-sidenav-footer li a.active-link {
    color: #fff;
}
.dropdown-menu.header-dropdown-menu {
    position: absolute;
    /*min-width: 1220px;*/
    min-width: 1600px;
    border: 0px;
    background: rgb(208,208,214);
    background:  rgba(208,208,214,0.9) !important;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.75);
    padding: .5rem;
    padding-bottom: 20px;
    margin-top: 30px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
/*.dropdown-menu.header-dropdown-menu .col:nth-child(1) {
    flex: 0 0 33.333334%;
    max-width: 33.333334%;
}
.dropdown-menu.header-dropdown-menu .col:nth-child(2) {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}*/
.dropdown-menu.header-dropdown-menu .col:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
}
.dropdown-menu.header-dropdown-menu .col:nth-child(2) {
    flex: 0 0 35%;
    max-width: 35%;
}
.dropdown-menu.header-dropdown-menu .col:nth-child(3) {
    flex: 0 0 45%;
    max-width: 45%;
}
.header-main-collapsed .dropdown-menu.header-dropdown-menu {
    margin-top: 15px;
}
.dropdown-menu ul, .dropdown-menu li {
    list-style: none;
}
.dropdown-menu li, .dropdown-menu a {
    color: #3d5588;
    font-family: 'Roboto';
}
.dropdown-menu ul {
    margin-right: 20px;
    margin-left: 20px;
    padding: 0;

    height: 100%;
    max-height: 60vh;
    overflow-y: auto;
}
.dropdown-menu a {
    padding: 0.3rem 0;
}
.dropdown-menu h4 {
    text-align: left;
    padding: 0.3rem 0;
    font-weight: bold;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    color: #3d5588;
    font-size: 1.3rem;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.btn-link-mobilenav {
    padding: 0px;
    margin: 0px;
    background: none;
    color: #ffffff;
    border: 0 none;
    font-weight: bold;
}
.btn-link-mobilenav.collapsed {
    font-weight: normal;
}
.mobile-sidenav-navbar .card-header, .mobile-sidenav-navbar .card {
    background: none;
    border: 0 none;
    margin: 0;
    padding: 0;
}
.btn-link-mobilenav:hover {
    color: #ffffff;
    text-decoration: none;
}
.mobile-sidenav-navbar .card-body {
    padding-top: 0px;
}
.has-children::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #707070;
    font-family: 'Roboto';
}
/*
 *  Lecturer
 */
.lecturer_item {
    margin-bottom: 30px;
}
.lecturer_image {
    margin: 0px 20px;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid transparent;
}
.lecturer_image.left {
    float: left;
}
.lecturer_image.right {
    float: right;
}
.lecturer_image .lecturer_img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #D2D2D5;
    min-height: 100px;
    max-height: 100px;
    width: auto;
    display:block;

}
.lecturer_image.active,
.lecturer_image:hover {
    border: 5px solid #F5BD4E;
}

#event_lecturers .lecturer_image.active,
#event_lecturers .lecturer_image:hover {
    border: 5px solid transparent;
}
.lecturer_title {
    margin: 10px 20px 0px;
    z-index: 10;
}
.lecturer_title.left {
    float: left;
}
.lecturer_title.right {
    float: right;
}
.lecturer_name {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3D5588;
    font-size: 16px;
}
.lecturer_degree {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3D5588;
}

.lecturer_content {
    color: #707070;
    background-color: #D2D2D5;
    width: 100%;
    padding: 60px 40px;
    z-index: 5;
    margin-top: -40px;
}
.lecturer_content.right {
    background-color: rgba(210,210,213, 0.25);
}
.lecturer_content p {
    margin-bottom: 0px;
}
.referent_select {
    margin-top: 40px;
    margin-bottom: 40px;
}
.referent_select .lecturer_image {
    border: 5px solid rgba(210,210,213, 1);
    opacity: 0.5;
    margin: 0 10px 10px 10px;
}
.referent_select .lecturer_image.active,
.referent_select .lecturer_image:hover {
    border: 5px solid #F5BD4E;
    opacity: 1;
}
/*
 * Seminar Box
 */
.pills-tab-events {
    margin-top: 30px;
}
.pills-tab-events .card-panels {
    margin-top: 20px;
}
.download-tabs .card-panels {
    margin-top: 0px;
}
.pills-tab-events .card {
    margin-bottom: 10px;
}
.download-tabs .card {
    border-top: 0 none;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.nav-tabs {
    border-bottom: 0 none;
}
.event_box {
    padding: 30px 40px;
    font-size: 22px;
}
.box_blue {
    color: #ffffff;
    background-color: #3D5588;
}
.box_grey {
    color: #ffffff;
    background-color: #7F7F8E;
}
.box_grey a {
    color: #ffffff;
    font-weight: bold;
}
.event_box .fa-map-marker {
    font-size: 35px;
    color: #ffffff;
}
.card a {
    color: #3D5588;
}
.seminar_overview_item {
    margin-top: 30px;
}
.card-panels .box_grey h4, .card-panels .box_grey p, .card-panels .box_grey a {
    color: #fff;
}
.card-panels .box_blue h4, .card-panels .box_blue p, .card-panels .box_blue a {
    color: #fff;
}

.content div > span, .content .seminar_detail_content span, .content .seminar_detail_cost span, .seminar_detail_lecturers .lecturer_title span {
    background-color: white !important;
}
.content div > span, .content .seminar_detail_content span {
    font-size: 1rem !important;
}
.content span, .content p, .highlight-content p {
    text-align: justify;
}
.highlight-content p {
    text-align: justify !important;
}
.content div.highlight-footer span {
    background-color: #3D5588 !important;
}
.seminar-hightlight-image {
    display: block;
    width: 540px;
    max-width: 100%;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
}
.select2-container {
    width: 100% !important;
}
.content .alert-info span {
    background: none !important;
}
.seminar_detail_lecturers > .col {
    padding: 0;
}
.seminar_detail_lecturers .lecturer_image, .seminar_detail_lecturers .lecturer_title {
    margin-left: 0px;
    margin-right: 0px;
}

.custom_bgc_lightblue .seminar_detail_lecturers .lecturer_title span {
    background-color: transparent !important;
}

.content .event_item span {
    background: transparent  !important;
}
.seminar_video {
    border: 1px solid #000000;
}
.highlight-content p {
    box-sizing: border-box !important;
    color: #333333 !important;
/*    font-size: 14px !important;*/
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    orphans: 2 !important;
    text-decoration: none !important;
    text-indent: 0px !important;
    text-transform: none !important;
    -webkit-text-stroke-width: 0px !important;
    white-space: normal !important;
    word-spacing: 0px !important;
    margin: 0px 0px 10px 0px !important;
}
.highlight-content ul, .highlight-content li {
/*    font-size: 14px !important;*/
}
button.consent_manager-accept-all {
    background-color: #F5BD4E;
    border-color: #F5BD4E;
    color: #fff !important;
}
.location-webseminar {
    font-weight: bold;
}

.seminar_video_container {
    position: relative;
}
.seminar_video_click {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 120px;
    z-index:10;
}
