
:root {
	--map-circle: #009ba5;
	
	--search-btn-bg: #009ba5;
	--search-btn-color: #fff;
	
	--search-btn-bg-hover: #7b7b7b;
	--search-btn-color-hover: #fff;
	
	--select-bg-hover: #009ba5;
	--select-color-hover: #fff;
	
	--radioset-hover: #009ba5;
	
	--jobrow-icons-bg: #009ba5;
    --jobrow-icons-bg-hover: var(--jobrow-icons-bg);
	--jobrow-title-color: #009ba5;
	--jobrow-title-color-hover: #009ba5;
    --jobrow-subtitle-color: var(--jobrow-title-color);
    --jobrow-subtitle-color-hover: var(--jobrow-title-color-hover);
	
	--base-font-family: 'Open Sans', sans-serif;
	--base-font-color: #000;
	
	--sec-btn-bg: #8f8f8f;
	--sec-btn-color: #fff;
	
	--sec-btn-bg-hover: #8f8f8f;
	--sec-btn-color-hover: #fff;
	
	/* TODO evtl für .logo-Bereich neue Styles einfügen */
}

body *, #searchbtn {
    font-family: var(--base-font-family);
}

#wrapper {
    overflow-x: hidden;
}

a:hover, a:focus {
	text-decoration: none;
}

@media (min-width:835px) {	.container {
		max-width: 1210px;
		width: auto;
	}
}

#input hr {
	border-color: #dedede;
}

.navbar .nav-mobile-title {
    display: none;
}

.logos {
    /*margin-bottom: 15px;*/
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.logos .singlelogo {
    width: 13%;
    /*max-width: 102px;*/
    /*height: 60px;*/
	line-height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    border: solid 1px transparent;
    cursor: pointer;
	padding: 12px 5px;
    text-align: center;
}

.logos .singlelogo.active {
    border: solid 1px #dfdfdf;
}
.logos .singlelogo.all.active {
    background-color: #dfdfdf;
}
.logos .singlelogo.all {
    font-size: 16px;
    font-weight: 400;
	position: relative;
}
.logos .singlelogo.all:hover {
     background-color: #dfdfdf;
}

.logos .singlelogo:hover {
    border: solid 1px #c8c8c8;
}



/* Karte */
#map_canvas {
	height: 330px;
	position: relative;
}
#map_canvas.blockGoogleMaps {
	background-image: url(../images/map_dummy-big.jpg);
}
#map_canvas #btnLoadGoogleMaps {
	margin-top: 148px;
}
#map_canvas .cluster > div {
	line-height: 54px!important; /* Fix damit im Chrome die Zahlen der Pins auch zentriert sind! */
	width: 54px!important; /* Fix damit im Chrome die Zahlen der Pins auch zentriert sind! */
}


/* Suchfelder */
#input {
    background-color: #f3f3f3;
    padding: 15px;
}
#input input, #input .bootstrap-select {
    width: 100% !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,
.dropdown-menu li.active > a, .dropdown-menu li.active > a:hover, .dropdown-menu li.active > a:focus {
    background-color: var(--select-bg-hover);
    color: var(--select-color-hover);
}

.dropdown-menu>li>a {
	padding-right: 32px;
}

.dropdown-menu .bootstrap-select-searchbox input.input-block-level {
	padding-left: 11px;
}

.navbar-collapse {
    padding-left: 0;
    margin-bottom: 10px;
}

.inputwrap {
    position: relative;
}

.inputwrap > .glyphicon {
    position: absolute;
    top: 10px;
    left: 7px;
    z-index: 10;
    opacity: 0.6;
}

.inputwrap li.selected .glyphicon {
	top: 5px;
}

.inputwrap input, .inputwrap .selectpicker {
    padding-left: 27px;
}

.nothingFoundRadius {
    font-size: 12px;
}

#radioset, .textfield {
    text-align: left;
}
#radioset > ul > li:nth-child(1) a, #radioset > ul > li:nth-child(1) {
    border-radius: 0;
}

#radioset .menu_devider {
    padding-left: 20px;
}

#radioset li {
    background: transparent;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    margin: 0 10px;
}
#radioset li:first-child {
    margin-left: 0;
}
#radioset li .active,
#radioset li a:hover {
    color: var(--radioset-hover);
}
#radioset a {
    border: 0;
}
#radioset .active, #radioset li:hover {
    background: transparent;
    box-shadow: none;
}

.form-control, .selectpicker {
    border-radius: 0;
    color: #777;
}

#searchbtn {
    /*font-family: 'Open Sans', sans-serif;*/
    background: var(--search-btn-bg);
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
	color: var(--search-btn-color);
}

#searchbtn:hover {
	background: var(--search-btn-bg-hover);
	color: var(--search-btn-color-hover);
}

/* Button für zB Google Maps einblenden */
.btn.btn-main {
	background: var(--search-btn-bg);
	color: var(--search-btn-color);
	border: 0;
    border-radius: 0;
	padding: 7px 12px;
}

.btn.btn-main:hover {
	background: var(--search-btn-bg-hover);
	color: var(--search-btn-color-hover);
}

/* sekundärer Button zB für Reset */
.btn.btn-sec {
	background: var(--sec-btn-bg);
	color: var(--sec-btn-color);
	border: 0;
    border-radius: 0;
	padding: 7px 12px;
}

.btn.btn-sec:hover {
	background: var(--sec-btn-bg-hover);
	color: var(--sec-btn-color-hover);
}

.resetbtn {
	width: 100%;
}

.resetbtn.mobile {
	margin: 10px 0;
}


/* Umkreissuche Vorschläge */
.ui-widget-content .ui-state-focus {
	background: var(--select-bg-hover);
	color: var(--select-color-hover);
}
a.ui-corner-all {
	border-radius: 0;
}


/* Resultcount */
.resultcount {
	font-size: 15px;
	font-weight: 700;
	margin-left: -5px;
	margin-top: 15px;
}


/* Job-Listing */
#output {
    font-family: 'Open Sans', sans-serif;
}

#output .li {
    position: relative;
    border-bottom: solid 1px #8c8c8c;
    padding: 5px 0;
    margin-left: 10px;
    margin-right: 15px;
    font-size: 14px;
    min-height: 76px;
}

#output .li > div {
    min-height: 65px;
    display: table;
}
#output .li > div > div {
    display: table-cell;
    vertical-align: middle;
}

#output .li:last-child {
    border-bottom: 0;
}

#output .li .col-md-2:first-child {
    width: 110px;
}

#output .customer_logo {
    height: 40px;
    float: initial;
    background-image: none;
}

#output .job_title {
    margin-bottom: 2px;
}

#output .icons {
    position: absolute;
    right: 0;
}

#output .icons div a:first-child {
    margin-right: 5px;
}

#output .icons a {
    text-decoration: none;
}

#output .fontImg {
    background: var(--jobrow-icons-bg);
    border-radius: 0;
    width: 30px;
    height: 30px;
    padding-top: 4px;
}

#output .fontImg:hover {
    background: var(--jobrow-icons-bg-hover);
}

#output .fontImg .glyphicon {
    font-size: 20px;
}


#output .job_sub, #output .job_site {
    color: #555;
}

#output .nothingfound {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
}

/* Pagination */
#light-pagination .current {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #000;
    font-weight: 700;
}
#light-pagination a, #light-pagination span {
    box-shadow: none;
    border: 0;
    background: transparent;
}

.copyrightinfo {
    clear: both;
}

/* Responsive */
@media (min-width:790px) and (max-width:920px) {
    #radioset li {
        font-size: 13px!important;
    }
    #radioset a {
        padding: 4px 0px;
    }
}


@media (max-width: 1200px) {
    #radioset li {
        margin: 0;
    }
    #radioset .menu_devider {
        padding-left: 0px;
    }
}

@media (max-width: 1200px) and (min-width:992px){
    .where-col, .radius-col, .button-col {
        padding-left: 0px;
    }   
}

@media (max-width: 992px) {
    #input input, #input .selectpicker {
        margin-bottom: 10px;
    }        
}



@media (max-width:835px) {    #input {
        background-color: transparent;
        margin: 0;
        padding: 0;
    }
    .menu_devider {
        display: none;
    }
    .navbar {
        background: transparent;
    }
    .navbar .navbar-header {
        background: #D1D1D1;
        text-align: center;
        height: 48px;
    }
    .navbar .navbar-toggle {
        position: absolute;
        right: 0;
    }
    .navbar .nav-mobile-title {
        display: inline-block;
        color: #6f6f6f;
        font-size: 20px;
        margin-top: 10px;
    }
    #radioset li {
        margin: 0;
    }
    #radioset li a {
        font-size: 20px;
        margin: 0;
        padding: 10px 0;
		display: block;
    }
    #radioset li a.active, #radioset li a:hover {
        background-color: var(--radioset-hover);
        color: #fff;
    }
    #input input, #input .selectpicker {
        font-size: 16px;
    }
   
    #output .icons a {
        display: block;
    }
    #output .icons div a:first-child {
        margin-bottom: 5px;
    }
    /*.logos .singlelogo {
        width: 102px;
    }*/
	#output .li .icons {
        display: none;
    }
}


/* Pin löschen Button */
.headingLocationWrapper {
	position: relative;
}

.btnResetLocation {
    position: absolute;
    right: -23px;
    font-size: 37px;
    top: -12px;
    color: #d53535;
    padding: 0 5px;
}

.btnResetLocation:hover {
    color: #a50505;
	text-decoration: none;
}

#hidden-circle {
	background-color: var(--map-circle);
	display: none;
}


/* Haupt-Schriftfarben */
body, #radioset a, .form-control, .dropdown-menu > li > a, .dropdown-toggle, a, a:hover, #output .job_sub, #output .job_site, #light-pagination .current, .ui-widget-content a {
	color: var(--base-font-color);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: var(--base-font-color);
}

a.vacancy_title {
	color: var(--jobrow-title-color);
}
a.vacancy_title:hover {
	color: var(--jobrow-title-color-hover);
}

a.subtitle {
	color: var(--jobrow-subtitle-color);
}
a.subtitle:hover {
	color: var(--jobrow-subtitle-color-hover);
}

/* Adressenliste */
.routeAddressWrapper .dropdown-menu a {
	white-space: normal; /* damit lange Adressnamen umbrechen */
}
.routeAddressWrapper ul.dropdown-menu {
	overflow-x: hidden; /* damit kein horizontaler Scrollbalken erscheint */
}

#output .customer_logo img {
	max-width: none;
	max-height: none;
}

/* Info Window in Google Karte - Close Button ausblenden */
.gm-ui-hover-effect {
	display: none!important;
}

.jcdMapInfoWindow hr {
	margin: 8px 0;
}