.red {
    color: #B52929;
}
.green {
    color: green;
}
.i-status {
    font-size: 20px;
    margin: 0 4px;
}
.modal-dialog {
    z-index: 2000;
 }

.modal-content {
    padding: 32px 0px 17px;
    border-radius: 6px;
}

.modal-content img {
    max-width: 100%;
    height: auto;
}

.modal-header {
	background: #1d70b7;
}

.modal-header h4 {
	color: #fff;
}

.news-modal .modal-header .close {
	margin-top: -10px;
	margin-right: -7px;
}

.news-modal.right-space {
    padding-right: 16px;
}

.close span {
	color: #000;
        text-shadow: none;
        font-size: 32px;
}

body {
    padding-top: 73px;
}

.hidden {
    display: none;
}

a {
    color: #1d70b7;
}

a:hover {
    color: #1d70b7;
    text-decoration: underline;
}

.gap-10 {
    height: 10px;
}

.gap-20 {
    height:  20px;
}

.gap-25 {
    height: 25px;
}

.color-blue {
    color: #1B71B9;
}

.btn {
    padding: 10px 20px;
    white-space: initial;
}

.btn-outline-primary {
    border: 1px solid #1D70B7;
    box-shadow: none;
    text-transform: uppercase;
}

.action-icon {
    cursor: pointer;
}

.btn-icon-rounded {
    border: 1px solid #eee;
    border-radius: 30px;
    box-shadow: none;
    padding: 10px 10px;
}

.material-icons-outlined {
    font-size: 24px;
    vertical-align: middle;
}

.theme-bg {
    background: #1d70b7;
}

.bkg_hc-green {
    background: #1d70b7;
    color: #fff;
}

.bkg_hc-green h3 {
    color: #fff;
}

.bkg_hc-gray {
    background: #58585A;
    color: #fff;
}

.bkg_hc-gray h3 {
    color: #fff;
}

ul.main-menu {
    margin-top: 15px;
    margin-left: 75px;
}

ul.main-menu > li > a {
    font-size: 14px !important;
}

.inner-header-title h2 {
    margin-bottom: 10px;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
}

nav.navbar.bootsnav.navbar-light.no-background.white .attr-nav > ul > li > a,
nav.navbar.bootsnav.navbar-light.white .attr-nav > ul > li > a,
nav.navbar.bootsnav.navbar-light.white ul.nav > li > a,
nav.navbar.bootsnav.navbar-light.no-background.white ul.nav > li > a {
    color: #838383;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
}

nav.navbar.bootsnav.navbar-light.no-background.white .attr-nav > ul > li > a:hover,
nav.navbar.bootsnav.navbar-light.white .attr-nav > ul > li > a:hover,
nav.navbar.bootsnav.navbar-light.white ul.nav > li > a:hover,
nav.navbar.bootsnav.navbar-light.no-background.white ul.nav > li > a:hover {
    /*color: #3B8E20 !important;*/
    color: #1d70b7;
}

nav.navbar a.highlighted {
    color: #1d70b7 !important;
}
nav.navbar a.highlighted i {
    color: #1d70b7 !important;
}
nav.navbar a.highlighted:hover {
    color: #1d70b7 !important;
}
nav.navbar a.highlighted:hover i {
    color: #1d70b7 !important;
}

nav.navbar.bootsnav {
    z-index: 9999;
}

ul.account {
    border-left: 1px solid #1D70B7;
    margin: 14px 0 0 15px;
    padding-left: 25px;
}

body nav.navbar.bootsnav ul.nav > li > a.signin {
    background: #1D70B7 !important;
    color: #fff;
    margin-right: 0;
    padding-right: 20px;
    padding-left: 20px;
}

body nav.navbar.bootsnav ul.nav > li > a.signin:hover {
    background: #1D70B7 !important;
    color: #fff !important;
}

ul.account .signin {
    background: #1D70B7 !important;
    color: #fff !important;
}

ul.account .signin:hover {
    background: #1D70B7 !important;
    color: #fff !important;
}

ul.account .signin .icon {
    display: none;
}

ul.account .icon {
    color: #1d70b7;
}

ul.account .dropdown .cnt {
    background: #1D70B7;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 9pt;
    height: 21px;
    margin-top: -2px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
    width: 21px;
}

ul.account #anim-circle {
    animation: pulse-account 2s infinite;
    background: #1D70B7;
    border-radius: 100%;
    display: none;
    height: 6px;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 6px;
}

ul.account li a {
    padding-top: 8px;
    padding-bottom: 12px;
}

@-webkit-keyframes pulse-account {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(29, 112, 183, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(29, 112, 183, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(29, 112, 183, 0);
    }
}
@keyframes pulse-account {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(29, 112, 183, 0.4);
        box-shadow: 0 0 0 0 rgba(29, 112, 183, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(29, 112, 183, 0);
        box-shadow: 0 0 0 10px rgba(29, 112, 183, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(29, 112, 183, 0);
        box-shadow: 0 0 0 0 rgba(29, 112, 183, 0);
    }
}

.mobile-language-switch {
    display: none;
}

ul.language-switch {
    border-left: 0;
    list-style: none;
    margin: 15px 0 0 0;
    padding-left: 0px;
}

.login-plane-sec {
    margin-top: 50px;
}

.content-footer {
    background: #FAFAFA;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: -6px;
}

#home .content-footer {
    background: #fff;
}

.content-footer h2 {
    font-size: 24px;
}

.semi-footer {
    background: #1D70B7;
    color: #fff;
    padding: 30px 0 35px;
}

.semi-footer h3 {
    color: #fff;
}

.semi-footer .btn {
    background: #fff;
    margin-top: 12px;
}

.bonus-banner {
    border-radius: 100%;
    height: 175px;
    position: absolute;
    right: 10%;
    text-transform: uppercase;
    top: 8%;
    width: 175px;
    z-index: 5;
}

.bonus-banner:hover {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.banner-caption .sub-headline {
    margin-bottom: 30px;
}

.banner h1 {
    margin-bottom: 0.2rem;
    letter-spacing: 0;
}

.full-search-row {
    background: #1B71B9;
    padding: 30px 0;
}

.full-search-2.hero-search-radius {
    background: #ffffff;
    padding: 4px 20px 0 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255,255,255,.2);
    box-shadow: 0px 0px 0px 8px rgba(255,255,255,.2);
}

.input-with-icon.border-left {
    border-left: 1px solid #1B71B9;
}

.input-with-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
    font-size: 20px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    pointer-events: none;
}

.italian-search.hero-search-radius .input-with-icon .form-control, .italian-search.hero-search-radius .input-with-shadow .form-control, .italian-search.hero-search-radius .input-with-shadow .select2-container, .italian-search.hero-search-radius .input-with-icon .select2-container {
    line-height: 62px;
}

.italian-search.hero-search-radius .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none;
}

.italian-search.hero-search-radius .input-with-icon .form-control, .italian-search.hero-search-radius .input-with-shadow .form-control, .italian-search.hero-search-radius .input-with-shadow .select2-container, .italian-search.hero-search-radius .input-with-icon .select2-container {
    border: none;
    border-radius: 3px;
    padding-left: 45px;
    background: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    margin-bottom: 0;
    line-height: 53px;
    height: 53px;
}

.scroll-down {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding-top: 100px;
}

.scroll-down:hover {
    text-decoration: none;
}

.scroll-down .mouse .material-icons {
    font-size: 25pt;
}


.full-search-2 .form-group {
    margin-bottom: 0;
}

.top-candidate-box-detail h4 {
    min-height: 88px;
    text-transform: none;
}

.section-headline-m {
    font-size: 13pt;
    margin-bottom: 30px;
}

.section-headline-l {
    font-size: 21pt;
    margin-bottom: 0;
}


.section-headline-m span {
    color: #1D70B7;
}

.ed_sidebar_wrapper{
    float:left;
    width:100%;
    border-bottom:0px solid #ddd;
    margin-bottom: 30px;
    background-color: #fff;
    padding-top: 0;
}
.ed_sidebar_wrapper h3 {
    float:left;
    font-size: 21px;
    width:100%;
    margin:0px;
    padding:10px 15px;
}
.ed_sidebar_wrapper p{
    padding: 0px 10px;
    float: left;
    width: 100%;
    font-style: italic;
}
.ed_sidebar_wrapper p span{
    color:#000000;
    font-style:initial;
}
.ed_profile_img{
    align-items: center;
    display: flex;
    height: 275px;
    width:100%;
    float:left;
    padding: 20px;
    text-align: center;
}
.ed_profile_img img {
    margin: 0 auto;
}
.ed_dashboard_tab .tab-content {
    float: left;
    width: 100%;
}

.hero-notice {
    background: 0;
    color: #1d70b7;
    margin: 75px auto 50px;
    padding: 0 0;
    text-align: center;
    max-width: 75%;
}

.hero-notice h3 {
    color: #1d70b7;
}

.about-box {
    color: #1d70b7;
    padding: 100px 0;
    text-align: center;
    width: 100%;
}

.about-box .inner-container {
    margin: 0 auto;
    max-width: 75%;
}

.about-box h3 {
    color: #1d70b7;
}

.about-box p {
    color: #666;
    line-height: 1.75;
}

.about-box .main-heading {
    margin-bottom: 10px;
}

.about-box .sub-heading {
    color: #35434e;
    font-size: 18px;
    margin-bottom: 40px;
}

.about-box .call-to-action {
    margin-top: 25px;
}

#aboutLongText {
    display: none;
}

#aboutLongText.visible {
    display: block;
}

.call-to-act-caption {
    padding: 7rem 7rem;
    text-align: left;
}

.call-to-act-caption h2 {
      font-weight: 500;
      line-height: 1.1;
      margin-bottom: 25px;
}

.call-to-act-caption h3 {
    margin-bottom: 40px;
}

.call-to-act-caption a.btn.bat-call-to-act {
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 25px;
}

.call-to-act .row {
    display: flex;
}

.act-box {
    flex: 0 0 50%;
    width: auto;
    max-width: 50%;
}

.act-box-1 {
    background: #3F87C4 url(../images/icon_bewerberprofile.svg) bottom 40px right 40px no-repeat;
    background-size: 250px;
    color: #fff;
}

.act-box-1 .call-to-act-caption h3 {
    color: #fff;
}

.act-box-1 .call-to-act-caption span {
    color: #343434;
}

.act-box-1 a.btn.bat-call-to-act {
    background: #343434;
    color: #fff;
}


.act-box-2 {
    background: #343434 url(../images/icon_stellenangebote.svg) bottom 40px right 80px no-repeat;
    background-size: 150px;
}

.act-box-2 .call-to-act-caption span {
    color: #54A7EB;
}

.act-box-2 .call-to-act-caption h3 {
    color: #fff;
}

.act-box-2 a.btn.bat-call-to-act {
    background: #3F87C4;
    color: #fff;
}

.act-box-3 {
    background: #D9E7F3;
}

.act-box-3 .call-to-act-caption h2 {
     color: #343434;
    margin-bottom: 15px;
}

.act-box-3 .call-to-act-caption h2 span {
    color: #1B71B9;
}

.act-box-3 .call-to-act-caption h4 {
    color: #343434;
    font-size: 18px;
    margin-bottom: 25px;
}

.act-box-3 .call-to-act-caption p {
    margin-bottom: 40px;
}

.act-box-3 a.btn.bat-call-to-act {
    background: #343434;
    color: #fff;
}


.act-box-4 {
    background: #F0F0F0;
}

.act-box-4 .call-to-act-caption h2 {
    color: #343434;
    margin-bottom: 15px;
}

.act-box-4 .call-to-act-caption h2 span {
    color: #1B71B9;
}

.act-box-4 .call-to-act-caption h4 {
    color: #343434;
    font-size: 18px;
    margin-bottom: 25px;
}

.act-box-4 .call-to-act-caption p {
    margin-bottom: 40px;
}

.act-box-4 a.btn.bat-call-to-act {
    background: #1B71B9;
    color: #fff;
}

.act-box-5 {
    background: #EDEDED;
}

.act-box-5 .call-to-act-caption h3 {
    color: #1B71B9;
    font-size: 28px;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.act-box-5 .call-to-act-caption h3 span {
    color: #343434;
}

.act-box-5 .call-to-act-caption p {
    margin-bottom: 40px;
    max-width: 75%;
}

.act-box-5 a.btn.bat-call-to-act {
    background: #1B71B9;
    color: #fff;
}

.act-box-6 {
    background: #FAFAFA;
}

.act-box-6 .call-to-act-caption h3 {
    color: #1B71B9;
    font-size: 28px;
    margin-bottom: 15px;
}

.act-box-6 .call-to-act-caption h3 span {
    color: #343434;
}

.act-box-6 .call-to-act-caption p {
    margin-bottom: 40px;
    max-width: 75%;
}

.act-box-6 a.btn.bat-call-to-act {
    background: #1B71B9;
    color: #fff;
}

.video-box {
    margin: 50px 0;
    text-align: center;
}

.video-box .responsive-iframe {
    text-align: center;
}

.bonus-info-box {
    background: #1B71B9;
    color: #fff;
    overflow: hidden;
    padding: 100px 0;
}

.bonus-info-box h2 {
    color: #fff;
    margin-bottom: 20px;
}

.bonus-info-box h4 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.bonus-info-box a.btn.bat-call-to-act {
    background: #00FC9B;
    border-radius: 4px;
    color: #1B71B9;
    font-size: 15px;
    padding: 10px 25px;
}

.bonus-info-box .col-icons {
    position: relative;
    text-align: center;
}

.bonus-info-box .col-icons::before {
    background: #498DC7;
    border-radius: 100%;
    content: "";
    display: block;
    height: 600px;
    position: absolute;
    right: 0px;
    top: -125px;
    width: 600px;
    z-index: 1;
}

.bonus-info-box .icon-buddy {
    bottom: 2px;
    position: absolute;
    right: 155px;
    width: 285px;
    z-index: 99;
}

.bonus-info-box .icon-bonus-wheel {
    top: -30px;
    position: absolute;
    right: -15px;
    width: 175px;
    z-index: 999;
}

.approbation-box {
    background: #FAFAFA;
    color: #1d70b7;
    padding: 75px 0;
    text-align: center;
    width: 100%;
}

.approbation-box .inner-container {
    margin: 0 auto;
    max-width: 75%;
}

.german-courses-box h3 {
    color: #1d70b7;
}

.german-courses-box {
    background: #fff;
    color: #1d70b7;
    padding: 75px 0;
    text-align: center;
    width: 100%;
}

.german-courses-box .inner-container {
    margin: 0 auto;
    max-width: 75%;
}

.approbation-box h3 {
    color: #1d70b7;
}

.how-it-works {
    margin: 100px 0;
}

.new-offers {
    margin: 100px 0;
}

.bonus-box {
    background: #00FC9B;
    color: #343434;
    margin: 100px 0;
    padding: 50px 0;
}

.bonus-box h3 {
    color: #1B71B9;
}

.bonus-box .button-container {
    margin-top: 25px;
}

.bonus-box .btn {
    color: #00FC9B;
}

.bonus-box .ico-bonus {
    margin-top: -100px;
}

.support4vetmed-box,
.careercorner-box {
    background: #fff;
    color: #1d70b7;
    padding: 75px 0;
    text-align: center;
    width: 100%;
}

.support4vetmed-box .inner-container,
.careercorner-box .inner-container {
    margin: 0 auto;
    max-width: 75%;
}

.support4vetmed-box .btn {
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.top-candidate-box-thumb {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
}
.top-candidate-box-thumb .img-circle {
    border-radius: 0;
    display: inline-block;
    max-height: 60px;
    margin-top: 20px;
}

.company-brand.freelancer {
    margin: 0 0 50px 0;
}

.tab-content {
    padding: 2em 2em 3em 2em;
}

.ed_dashboard_tab:after {
    clear: both;
    display: block;
    height: 1%;
    content: "";
    width: 100%;
}
.ed_dashboard_tab .ed_tabs_left > .nav-tabs {
    border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.ed_tabs_left > .nav-tabs > li {
    float: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
.ed_tabs_left > .nav-tabs > li:last-child {
    border-bottom: none;
}
.ed_tabs_left > .nav-tabs > li > a{
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.ed_tabs_left > .nav-tabs {
    float: left;
    width: 100%;
    margin-right: 0px;
    border-right: 0px solid #ddd;
    border-top: 1px solid #ddd;
}
.ed_tabs_left > .nav-tabs > li > a {
    margin-right: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:0px;
    padding:10px 15px;
    font-weight:700;
    color:#272727;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_tabs_left > .nav-tabs > li > a span{
    background:0;
    border: 1px solid #1d70b7;
    border-radius: 50%;
    color:#1d70b7;
    float:right;
    font-size: 9pt;
    height: 25px;
    margin-top: -2px;
    padding-top: 3px;
    text-align: center;
    width: 25px;
}
.ed_tabs_left > .nav-tabs > li.active > a span{
    border: 1px solid #fff;
    color:#fff;
}
.ed_tabs_left > .nav-tabs > li > a:hover,
.ed_tabs_left > .nav-tabs > li > a:focus {
    border-color: transparent;
    color:#ffffff;
    background-color:#1d70b7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_tabs_left > .nav-tabs > li > a:hover span {
    color: #fff;
    border-color: #fff;
}
.ed_tabs_left > .nav-tabs .active > a,
.ed_tabs_left > .nav-tabs .active > a:hover,
.ed_tabs_left > .nav-tabs .active > a:focus {
    border-color: transparent;
    color: #ffffff;
    border: 1px solid #1d70b7;
    background-color: #1d70b7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_dashboard_inner_tab{
    float:left;
    width:100%;
    background-color: #ffffff;
}
.ed_dashboard_inner_tab .tab-content {
    float:left;
    width:100%;
    padding:20px 0;
    border:0;
    border-top:none;
}
.ed_dashboard_inner_tab .nav-tabs {
    border: 0;
}
.ed_dashboard_inner_tab .nav-tabs > li{
    margin:0px;
}
.ed_dashboard_inner_tab .nav-tabs > li > a{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 0;
    border-radius: 50px;
    text-transform:none;
    margin:0px 5px 0 0;
    border:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_dashboard_inner_tab .nav-tabs > li.active > a, .ed_dashboard_inner_tab .nav-tabs > li.active > a:hover, .ed_dashboard_inner_tab .nav-tabs > li.active > a:focus{
    color:#ffffff;
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color:#1d70b7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px 15px 10px 15px;
}
.ed_dashboard_inner_tab .nav > li > a:hover, .ed_dashboard_inner_tab .nav > li > a:focus{
    color:#ffffff;
    background-color:#1d70b7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_dashboard_inner_tab .nav .open > a, .ed_dashboard_inner_tab .nav .open > a:hover, .ed_dashboard_inner_tab .nav .open > a:focus {
    background-color: #167ac6;
    border-color: #167ac6;
    color:#ffffff;
}
.ed_dashboard_inner_tab select{
    float:right;
    margin-top:0px;
    border-color:#ddd;
}
.ed_dashboard_inner_tab select:focus{
    border-color:#ddd;
    outline:none;
}
.ed_inner_dashboard_info{
    float:left;
    width:100%;
}
.ed_inner_dashboard_info .ed_add_students{
    border-bottom:1px solid #167ac6;
    border-top:0px;
}
.ed_inner_dashboard_info .ed_add_students img{
    float:left;
}
.ed_inner_dashboard_info .ed_add_students p{
    float:right;
    width:90%;
    margin: 0;
}
.ed_inner_dashboard_info .ed_add_students span{
    float:right;
    width:90%;
    margin: 5px 0px;
    text-transform:uppercase;
}
.ed_inner_dashboard_info .section_eleven{
    padding:20px 0px 0px 0px;
}
.ed_inner_dashboard_info h2, .ed_dashboard_inner_tab h2{
    margin:0px 0px 30px 0px;
    font-size: 24px;
}
.ed_inner_dashboard_info h3, .ed_dashboard_inner_tab h3{
    margin:0px 0px 15px 0px;
    font-size: 24px;
}
.ed_inner_dashboard_info strong, .ed_dashboard_inner_tab strong{
    color:#272727;
}
.ed_inner_dashboard_info table, .ed_dashboard_inner_tab table{
    width:100%;
    /*    border:1px solid #272727;*/
    margin:20px 0px;
}
.ed_inner_dashboard_info table thead, .ed_dashboard_inner_tab table thead{
    border: 0;
}
.ed_inner_dashboard_info table th,
.ed_inner_dashboard_info table td,
.ed_dashboard_inner_tab table th,
.ed_dashboard_inner_tab table td{
    /*    color:#272727;
        border-bottom:1px solid #272727;
        padding:5px 10px;*/
}
.ed_inner_dashboard_info table td a, .ed_dashboard_inner_tab table td a{
    color:#167ac6;
    text-decoration:none;
}
.ed_inner_dashboard_info table td a:hover, .ed_dashboard_inner_tab table td a:hover{
    color:#167ac6;
}
.ed_inner_dashboard_info .ed_mostrecomeded_course_slider .ed_item_description {
    min-height: 225px;
}


.custom-table table {
    margin: 30px 0;
    width: 100%;
}
.custom-table table caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    padding: 12px 10px;
}
.custom-table table .table-row.odd {
    background: #edf2f6;
}

.custom-table table th {
    background: #1d70b7;
    color: #fff;
    padding: 12px 10px;
}
.custom-table table tr:hover td {
    background: #d5e6f3;
}
.custom-table table tr:nth-child(even) td {
    background: #f5f5f5;
}
.custom-table table td {
    padding: 18px 10px;
}
.custom-table .icons .fa {
    font-size: 16px;
    margin-right: 5px;
}
.custom-table .hidden-event-info {
    display: none;
}
.custom-table .hidden-event-info .event {
    float: left;
    width: 50%;
}
.custom-table .hidden-event-info .location {
    float: left;
    width: 50%;
}
.custom-table .hidden-event-info:after {
    content: "";
    clear: both;
    display: block;
    height: 1%;
}

.custom-table .col-actions {
    text-align: center;
}

.custom-table .col-actions a {
    font-size: 20px;
    margin: 0 4px;
}

#job-location {
    max-height: 450px;
    overflow: scroll;
}

/*#job-location li.toggle {
    display: none;
}*/

.filter-breadcrumb {
    padding: 15px 200px  15px 15px;
    position: relative;
}

.filter-breadcrumb .filter-label {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.filter-breadcrumb .filter-reset {
    display: inline-block;
    list-style: none;
    position: absolute;
    top:  18px;
    right: 15px;
}
.filter-breadcrumb .filter-reset a {
    color: #1d70b7;
}

.filter-bubble {
    background: #1d70b7;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 6px;
    padding: 2px 12px 3px 12px;
}

.filter-bubble a {
    color: #fff;
    margin-left: 2px;
}

/* Job Uebersicht */
.bottom-search-form #search_country {
    float: left;
    width: 40%;
}
.bottom-search-form #search_city {
    float: left;
    width: 40%;
}
.bottom-search-form #search_radius {
    float: left;
    width: 20%;
}

#sidebarFilter.sidebar.right-sidebar ul li {
    line-height: 1.1;
    padding-left: 35px;
}
.bottom-search-form:after {
    content: "";
    clear: both;
    display: block;
    height: 1%;
}

#sidebarFilter.sidebar.right-sidebar ul li .custom-checkbox {
    margin-left: -25px;
}

.advance-search-img-box {
    width: 75px;
    float: left;
    height: 75px;
    display: flex;
    align-items: center;
    margin-right: 25px;
    max-width: 75px;
}

/* Job Form */
.form-caption {
    clear: both;
    font-size: 9pt;
    margin-bottom: 15px;
}

.note-editor + .form-caption {
    margin-top: -15px;
}

.add-feild textarea.form-control {
    height: 150px;
}

.form-section {
    border-left: 3px solid #1d70b7;
    margin-bottom: 30px;
    padding: 5px 0;
}

.form-section .detail-title {
    color: #1d70b7;
}

.form-section .detail-title.is-invalid {
    color: #C43D34;
}

.multiselect-native-select .btn-group {
    display: block;
    width: 100%;
}
.multiselect.btn {
    background: #fbfdff !important;
    border: 1px solid #ccddea !important;
    color: #707c88;
    display: block;
    font-size: 16px;
    height: 52px !important;
    padding: 10px 12px;
    text-align: left;
    width: 100%;
}
.multiselect-native-select .dropdown-menu {
    top: 52px;
    width: 100%;
}

/* Job Details */

#job-details .content-container {
    background: #fafafa;
}

section.full-detail{
    margin-top: 0;
    padding-top: 50px;
}

.bkg-light-gray {
    background: #fafafa;
}

.inner-header-title-slim {
    background: #1D70B7;
    color: #fff;
    margin-bottom: 50px;
    padding: 15px 0 10px;
}

.inner-header-title-slim h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px;
}

#job-details .row-bottom,
#applicant-profile-details .row-bottom {
    background: #fff;
    border-left: 3px solid #1d70b7;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
    padding: 15px 0 30px;
}

#job-details .row-bottom.overview h1,
#applicant-profile-details .row-bottom.overview h1 {
    color: #1D70B7;
    font-size: 24px;
}

#job-details .row-bottom.overview p,
#applicant-profile-details .row-bottom.overview p {
    padding-left: 0;
}

#job-details .row-bottom.overview .description-inner p:last-child,
#applicant-profile-details .row-bottom.overview .description-inner p:last-child {
    margin-bottom: 0;
}

.full-detail-description p {
    padding-right: 0;
    padding-left: 0;
}

h2.detail-title {
    background: 0;
    border-left: 0;
}

.company_logo img {
    margin: auto;
}

.ur-thumb .img-responsive {
    margin: auto;
}

#btnBookmarkJobOffer {
    cursor: pointer;
}

#btnDeleteBookmarkJobOffer {
    cursor: pointer;
}

#btnBookmarkApplicantProfile {
    cursor: pointer;
}

#btnDeleteBookmarkApplicantProfile {
    cursor: pointer;
}

.hide-button {
    display: none;
}

.show-button {
    display: inline-block;
}

.display-inline-block {
    display: inline-block !important;
}

.detail-container {
    margin-top: 50px;
}

#job-details .description-inner,
#applicant-profile-details .description-inner {
    padding: 0 25px;
}

#job-details .description-inner ul,
#applicant-profile-details .description-inner ul {
    padding-left: 15px;
}

#job-details .description-inner ul:last-child,
#applicant-profile-details .description-inner ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#job-details .description-inner br:last-child,
#applicant-profile-details .description-inner br:last-child {
    display: none;
}

.modal {
    z-index: 99999;
}

.modal-dialog {
    margin: 100px auto;
}

.modal h4  {
    font-size: 24px;
}

.close {
    font-size: 25px;
}
.close:hover {
    color: #1d70b7;
}

.form-control.is-invalid {
    border-color: #C43D34;
}

.form-check-label.is-invalid {
    color: #C43D34;
}

label.is-invalid {
    color: #C43D34;
}

.link-forgot-password {
    color: #636d75;
}

.form-control.is-invalid + .btn-group .multiselect {
    border-color: #C43D34 !important;
}

.link-forgot-password:hover {
    color: #1d70b7;
}

.top-candidate-box {
    cursor: initial;
}

.owl-item .brand-img {
    padding: 0 20px;
}

.modal-body .nav-tabs {
    border-bottom: 0;
}

.modal-body .nav-tabs > li.active > a,
.modal-body .nav-tabs > li.active > a:focus,
.modal-body .nav-tabs > li.active > a:hover {
    border: 0;
}

.modal-body .nav > li > a {
    background: #fff;
    border: 0;
    border-bottom: 3px solid #ddd;
    color: #1d70b7;
}

.modal-body .nav > li > a:hover,
.modal-body .nav > li > a:focus,
.modal-body .nav > li > a:visited {
    background: 0;
    border-top: 0;
    border-bottom: 3px solid #ddd;
    color: #1d70b7;
    margin-bottom: 0;
}

.modal-body .nav > li.active > a,
.modal-body .nav > li.active > a:hover,
.modal-body .nav > li.active > a:focus,
.modal-body .nav > li.active > a:visited {
    background: 0;
    border-bottom: 3px solid #1d70b7;
    color: #1d70b7;
    margin-bottom: 0;
}

.modal .invalid-feedback {
    color: #C43D34;
    display: block;
    font-size: 9pt;
    margin-top: -10px;
}

.modal .form-check-label {
    font-weight: normal;
}

    /* Static contents */
.section.static-content {
    margin: 50px 0;
}

.section.static-content .full-card {
    padding: 50px;
}


@media only screen  and (max-width : 1200px) {

    .navbar-brand {
        padding-top: 15px;
    }

    .navbar-brand > img {
        max-width: 300px;
    }

    .inner-header-title h1,
    .inner-header-title h2,
    .inner-header-title h3 {
        color: #fff;
    }

    .ed_profile_img img {
        display: inline-block;
        max-width: 245px;
        width: 100%;
        height: auto;
    }

}

@media(max-width:1050px) {
    body {
        padding-top: 57px;
    }
    nav.navbar.bootsnav .navbar-brand {
        padding: 10px 0 0;
    }

    .navbar-brand > img {
        height: 100%;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    nav.navbar.bootsnav.navbar-light {
        min-height: 55px;
    }

    .hero-banner .hero-img {
        bottom: 0;
    }

    .hero-banner .img-responsive {
        height: 100%;
        width: auto;
        max-width: inherit;
    }

    .hero-banner .content h2 {
        font-size: 45px;
    }

    #navbar-menu .language-switch {
        display: none;
    }

    .mobile-language-switch {
        display: block;
        position: absolute;
        top: 0;
        right: 70px;
    }

    .mobile-language-switch ul {
        border-left: 0;
        border-right: 1px solid #eee;
        margin-top: 5px;
    }
}

@media (max-width: 994px) {

    nav.navbar.bootsnav .navbar-brand {
        padding: 10px 0 0;
    }

    .navbar-brand > img {
        height: 100%;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        color: #202020;
    }

    #navbar-menu .pull-right {
        float: none !important;
    }

    .mobile-language-switch {
        right: 0;
    }

    .mobile-language-switch ul {
        border-left: 0;
        border-right: 0;
        margin-top: 5px;
    }

    ul.account {
        border-left: 0;
    }

    /*body nav.navbar.bootsnav ul.nav > li > a.signin {
        background: 0 !important;
        color: #838383 !important;
        padding: 8px 10px 10px 8px;
    }*/

    nav.navbar.bootsnav ul.nav > li > a i {
        display: inline-block;
        margin-right: 5px;
    }

    .hero-banner {
        height: 70vh;
    }

    .hero-banner .content h2 {
        font-size: 35px;
    }

    .bottom-search-form {
        display: table;
        width: 100%;
    }

    .bonus-banner {
        height: 100px;
        right: 2%;
        top: 2%;
        width: 100px;
    }

    .bonus-banner img {
        width: 100%;
        height: auto;
    }

    .banner-text {
        margin-top: 20%;
    }

    .banner h1 {
        font-size: 24px;
    }

    .banner p {
        font-weight: 400;
    }

    .full-search-2.hero-search-radius {
        padding: 5px 15px 5px 15px;
    }

    .hero-search-content .col-sm-12 {
        margin: 5px 0;
    }

    .side-widget {
        margin-bottom: 15px;
    }

    .advance-search-job .btn.advance-search {
        display: none;
    }

    .ed_tabs_left > .nav-tabs > li > a {
        hyphens: auto;
    }

    .bonus-info-box .col-icons::before {
        display: none;
    }

    .bonus-info-box .icon-buddy {
        display: none;
    }

    .bonus-info-box .col-icons {
        padding-bottom: 100px;
    }

    .bonus-info-box .icon-bonus-wheel {
        top: 20px;
        position: absolute;
        right: 5px;
        width: 175px;
        z-index: 999;
    }

    .bonus-box .ico-bonus {
        margin-top: -20px;
        margin-bottom: -120px;
    }

}

@media (min-width: 769px) and (max-width: 1140px) {
    .act-box-1 {
        background-size: 125px;
        background-position: top 40px right 40px;
    }

    .act-box-2 {
        background-size: 125px;
        background-position: top 40px right 40px;
    }
}

@media (max-width: 768px) {

    .navbar-default {
        box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    }

    .hero-banner {
        height: 60vh;
    }

    #jobSearchForm {
        width: 100% !important;
    }

    .call-to-act-caption {
        padding: 4em 2em;
    }

    .side-widget .widget-text {
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
    }

    .ur-detail-wrap.top-lay {
        display: block;
    }

    .ur-detail-box {
        margin-bottom: 20px;
    }

    .form-section {
        margin: 0 5px 20px 5px;
    }

    .responsive-iframe iframe {
        width: 100%;
    }

    .act-box-row {
        display: block !important;
    }

    .act-box {
        flex: none;
        width: auto;
        max-width: 100%;
    }

    .act-box-1 {
        background-size: 175px;
        background-position: top 40px right 40px;
    }

    .act-box-2 {
        background-size: 150px;
        background-position: top 40px right 40px;
    }

    .call-to-act .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 562px) {

    .act-box-1 {
        background-size: 125px;
        background-position: top 40px right 40px;
    }
    .act-box-1 a.btn.bat-call-to-act {
        white-space: unset;
    }

    .act-box-2 {
        background-size: 100px;
        background-position: top 40px right 40px;
    }
    .act-box-2 a.btn.bat-call-to-act {
        white-space: unset;
    }

    .act-box-3 a.btn.bat-call-to-act {
        white-space: unset;
    }

    .act-box-4 a.btn.bat-call-to-act {
        white-space: unset;
    }

    .bonus-info-box a.btn.bat-call-to-act {
        white-space: unset;
    }

    .act-box-5 a.btn.bat-call-to-act {
        white-space: unset;
    }

    .act-box-6 a.btn.bat-call-to-act {
        white-space: unset;
    }

    .bonus-box .ico-bonus {
        margin-top: 0;
        margin-bottom: -120px;
    }

    .careercorner-box .main-heading img {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 462px) {

    h2 {
        font-size: 26px;
    }

    .call-to-act-caption h3 {
        font-size: 16px;
    }

    .hero-banner {
        height: 75vh;
    }

    .advance-search-img-box {
        float: none;
        width: 200px;
        display: block;
        height: auto;
        margin-bottom: 20px;
        max-width: 200px;
        max-height: 100px;
    }

    .advance-search-img-box img {
        max-height: 100px;
    }

    a.btn.advance-search {
        margin-top: 16px;
        min-width: 115px;
        padding: 6px 15px;
    }

    .advance-search-caption {
        margin: 0 0 0 0;
    }

    .act-box-1 {
        background-size: 75px;
        background-position: top 20px right 20px;
    }

    .act-box-2 {
        background-size: 75px;
        background-position: top 20px right 20px;
    }
}
