@font-face {
  font-family: 'gilinearicons';
  src:  url('../fonts/gilinearicons.eot?8jy4c7');
  src:  url('../fonts/gilinearicons.eot?8jy4c7#iefix') format('embedded-opentype'),
    url('../fonts/gilinearicons.ttf?8jy4c7') format('truetype'),
    url('../fonts/gilinearicons.woff?8jy4c7') format('woff'),
    url('../fonts/gilinearicons.svg?8jy4c7#gilinearicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gilinearicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif !important;
}

#container,
#content {
    width: 100% !important
}

.webcontent {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}

#maincontent .webcontent {
    background-color: #fff;
    padding-left: 1em;
    padding-right: 1em;
}

@media (min-width: 992px) {
    .webcontent {
         width: 860px;
    }
}




#maincontent .SumoSelect.open input.search-txt:active,
#maincontent .SumoSelect.open input.search-txt:focus,
#maincontent .SumoSelect.open input.search-txt {
    background: url(https://www.goinginternational.eu/includes/content/rochelt/fonts/search2.svg) #fff no-repeat 95% center;
    background-size: 1em;
}

a.remove-filters,
.sortby a,
a:hover,
a:focus {
    color: #4067b4;
}

a.remove-filters:hover,
.sortby a:hover {
    text-decoration: underline;
}

.cards .thumbnail h5 {
    margin-bottom: 7px;
}

.cards .thumbnail .organizer {
    margin-bottom: 5px;
    color: #555;
    line-height: 1.3em;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

h4 a {
    color: #345597;
}

.cards .thumbnail {
    padding: 0;
    background-color: #eee;
    height: 95%;
    width: 100%;
}

.cards .caption {

    padding: 9px 13px 13px 13px;
}

.cards .thumbnail-logo {
    height: 140px;
    width: 100%;
    text-align: center;
    padding: 15px 10px 15px 10px;
    vertical-align: middle;
    background: #fff;
}

.cards .thumbnail img {
    max-width: 100%;
    height: auto;
    max-height: 110px;
    display: inline-block;
    vertical-align: middle;
}

.thumbnail-organizer {
    height: 70px;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
    vertical-align: middle;
    background: #fff;
    line-height: 70px;
}

.thumbnail-organizer img {
    max-width: 100%;
    height: auto;
    max-height: 70px;
    display: inline-block;
    vertical-align: middle;
}

.row.organizer {
    margin-bottom: 2em;
}

/* Thumbnail Logos vertical zentrieren */
.thumbnail {
    display: table;
    border-collapse: collapse;
}

.thumbnail-logo {
    display: table-row;
}

.thumbnail-logo div {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

/*************************** PANEL DEFAULT ***************************/

.panel.with-nav-tabs .panel-heading {
    padding: 0;
    border: 0;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.panel-body {
    border-top: 1px solid #E8ECED;
}

.nav-tabs > li > a {
    font-size: 1.2em;
    line-height: 1.2;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #444;
}

.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #444;
    background-color: #fff;
    border-color:#E8ECED;
    border-top: 2px solid #ff9900;
    color: #444;
}

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #444;
    background-color: #fff;
    border-color:#E8ECED;
    border-bottom-color: transparent;
    border-top: 2px solid #FE9900;
}

.with-nav-tabs.panel-default .nav-tabs > li.active:first-of-type > a,
.with-nav-tabs.panel-default .nav-tabs > li.active:first-of-type > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active:first-of-type > a:focus {
    border-left-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #E8ECED;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #E8ECED;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

.tab-content > .active {
    padding: 2em 2.5em 0 2.5em;
}

.tab-content {
    min-height: 5em;
}

.tab-pane.fade {
    height: 0;
}

.nopadding {
    padding-right: 0;
    padding-left: 0;
}

.morefilters label i {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.normal-dropdown {
    position: static !important;
    width: 100%;
}

.normal-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.normal-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.normal-dropdown-menu > li > ul > li {
    list-style: none !important;;
}

.normal-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.normal-dropdown-menu > li ul > li > a:hover,
.normal-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.normal-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.normal-dropdown-menu form {
    margin: 3px 20px;
}

.normal-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none !important;;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.mybutton label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;

}

.mybutton label i {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.SumoSelect > .optWrapper > .options li label,
.mybutton label {
    font-weight: 400;
    font-size: 90%;
}

.SumoSelect .CaptionCont span.placeholder {
    color: #333;
}

.gj-calendar {
    z-index: 3000;
}

.gj-datepicker {
    margin-top: 10px;
}

.boxtitle {
    font-weight: bold;
}

.SumoSelect .select-all {
    height: auto;
    min-height: 30px;
}

.SumoSelect > .optWrapper ul {
    margin-top: 5px
}

.ui-datepicker {
    z-index: 9001 !important;
}

#panelmehrfilter label {
    float: none;
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
}

#panelmehrfilter .checkbox label {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding-left: 20px;
}

#maincontent input,
#maincontent select {
    border: 1px solid #ccc;
}

#maincontent input:active,
#maincontent input:focus {
    background: #fff;
    padding: 6px 12px;
}

#maincontent input[type="checkbox"]:active,
#maincontent input[type="checkbox"]:focus {
    margin-top: 4px;
}

/************* FILTERS on small Screens ********************/
#maincontent ul#panelmehrfilter {
    list-style-type: none;
}

#mehrfilter {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu {
    left: 0;
    right: auto;
}

.mega-dropdown-menu {
    width: 100%;
}

.SumoSelect {
    width: 100%;
}

.controls {
    margin-bottom: 0.5em;
}

.input-group.mysearchbox {
    display: table-cell;
    width: 1%;
}

.input-group.mysearchbox .form-control {
    margin-bottom: 1em;
}

.input-group.mysearchbox .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    min-width: 12em;
}

.btn-primary {
    color: #fff;
    background-color: #345597;
    border-color: #1d3f83;
}

.resultssorting {
    color: #777;
    padding: 0 5px;
    margin: 1.5em 0;
}

.resultssorting strong {
    color: #222;
    font-weight: 500;
}

.resultssorting.small {
    font-size: 90%;
}

.numresults,
.sorting {
	padding-bottom:1em;
	line-height: 1.5em;
}


.numresults div {
    display: inline;
    padding-right: 7px;
}

#maincontent ul.sortby,
ul.sortby {
    margin: 0 !important;
    padding: 0 !important;
}

.sortby li {
    display: inline;
    list-style-type: none;
    padding: 0 6px 0 6px;

}

.sortby li:nth-child(n+3) {
    border-left: 1px solid #ccc;
}

.sortby li:first-child {
    padding-left: 0;
}

/********** Item Listing **************/

.item-logo {
    background-color: #fff;
    background-clip: content-box;
}

.item-listing h4 a {
    color: #4067b4;
    font-size: 1.35em;
    margin: 10px 0 5px 0;
    line-height: 1.2em;
}

.item-listing h4 a:hover {
    color: #ff9900;
    /* color: #345597;
    /* text-decoration:underline; */
}

.item-listing h5 {
    font-size: 1em;
    color: #313233;
    font-weight: 400;
    line-height: 120%;
    margin-top: 0;
}

.item-listing h5 a {
    color: #313233;
}

.item-listing h5 a:hover {
    text-decoration: underline;
}

.bg-grey {
    background-color: #f2f2f2;
}

.dashed-right {
    border-right: 2px dashed #fff;
}

.solid-right {
    border-right: 2px solid #fff;
}

.item-listing {
    /*
    border-radius: 4px;
    */
    border-bottom: 1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-color:#E8ECED;
	letter-spacing: 0.1px;
}

.item-listing:first-child {
    border-top: 1px solid #E8ECED;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.item-listing:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.item-listing:hover {
    background-color: #fff;
    /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1); */
	 box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}


.item-location-date {
    margin: 1.8em 0 1em 0;
	color:#929699;
}

span.item-location-date-text{
    margin-bottom: 5px;
}

.item-location-description{
    margin: 1.8em 0 1em 0;
    color:#929699;
}

.item-location-description.headline{
    color: #222628;
}

.item-location-date span.item-location-date-text:last-child::after {
	content: none;
}

.item-date-link{
    margin-top: 10px;
}

.item-date-link a{
    color:#929699;
}

p.item-type {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 1.15em;
}

.item-price {
    font-weight: 500;
    word-wrap: break-word;
}

.odb-course .item-type {
    color: #2AA52A;
}

.odb-congress .item-type {
    /* color: #e5101f; */
    color: #4730A4;
}

.odb-online .item-type {
    color: #ffa900;
}

.odb-publication .item-type {
    color: #333CAE;
}

.odb-website .item-type {
    color: #4E80E3;
}

.odb-journal .item-type {
    color: #3094A4;
}




.innerwrap {
    margin: 30px;
}

.odb-publication .solid-right .innerwrap,
.odb-website .solid-right .innerwrap,
.odb-journal .solid-right .innerwrap {
    margin-left: 20px;
}

.item-left .innerwrap {

}

.item-right .innerwrap {
		text-align: center;
}
.triangle.visible-xs {
		margin-top: -30px;
}	





/************* FILTERS on Desktop and Tablets ********************/

/************* TAG THIS *********************/
.tag-this {
    border: none;
    background: #FFF;
    width: 100%;
    padding: 0 1.5em 0 1.5em;
    height: auto;
    margin: 7px 0 0 0;
}

.tag-this .tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    padding-left: 10px;
    text-decoration: none;
    background: #4067b4;
    color: #FFF;
    margin-right: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    max-width: 90%;
}

.tag-this .tag .close-button {
    font-weight: bold;
    font-size: 1.5em;
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    position: relative;
    background: none;
    border: none;
    margin-left: 3px;
    padding: 2px;
    cursor: pointer;
}

.tag-this .tag span {
    word-wrap: break-word;
}

.tag-this input {
    /*padding: 6px;
    width: 80px;
    margin: 0px;
    font-family: tahoma, sans-serif;
    font-size: 13px;
    border: 1px solid transparent;
    background: transparent;
    color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    outline-color: white;*/
    display: none;
}

.tag-this div {
    display: block;
    float: left;
}

.tag-this .tag-this--clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.tag-this .tag-this--invalid {
    /*background: #DF3645; */
    border: 1px dashed #DF3645;
    outline: white;
    color: #DF3645;
    border-radius: 5px;
    outline-color: #DF3645;
}

/************* TAG THIS *********************/



.item-listing .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 14px;
	top:-1px;
    border-top: 25px solid;
    border-left: 25px solid transparent;
}

.item-listing.jdb-europe .triangle {
    border-top-color: #003399;
}

.item-listing.jdb-int .triangle {
    border-top-color: #418FDE;
}

.item-listing.jdb-job .triangle {
    border-top-color: rgba(39, 205, 185, 0.42);
}

/* auskommentieren sobald website responsive
 @media (min-width: 820px) { 
*/	 
	 
	
	#mehrfilter {
		width: 17.8%;
	}

	.SumoSelect > .optWrapper {
		width: 280px;
	}

	#mehrfilter .dropdown-menu {
		left: auto;
		right: 0;
	}

	.mega-dropdown-menu {
		width: 671px;
	}

	#panelmehrfilter.dropdown-menu {
		font-size: 12px;
	}

	.SumoSelect {
		width: 25%;
	}

	.input-group.mysearchbox {
		display: table;
		width: 100%;
	}

	.input-group.mysearchbox .form-control {
		margin-bottom: 0;
	}

	.input-group.mysearchbox .btn {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		min-width: 122px;
	}

	.container-fluid input:active,
	.container-fluid input:focus {
		border-color: #66afe9 !important;
	}

	.sorting {
		text-align: right;
	}

	.item-url {
		margin-bottom: 1em;
	}

    .jdbLandingPageContent {
        padding: 5px 20px 0 20px;
    }

    .flags img {
        width:60px;
        height:40px;
    }