/*
Theme Name:     ADAMEK Theme
Theme URI:      n/a
Template:       kadence
Author:         ABELY Digital Media e.U.
Author URI:     n/a
Description:    Child Theme von Kadence WP für ADAMEK Facility Service GmbH
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.company{
	display:none!important;
}

.job_listings .showing_jobs {
    display: none !important;
}

.job-application-rating, .fieldset-rating{
display:none!important;
}

.single_job_listing .meta .job-type{
color:#ffffff!important;
background-color:#FBBB03;
}

.job_listing .job-type{
	color:#FBBB03!important;
}

.job_filters {
    margin-bottom: 5px !important;
}

.job_listings {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.job_listings li.job_listing {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.job_listings li.job_listing a img.company_logo {
    width: auto;
    height: 100px; 
    object-fit: contain;
    display: block;
}

.hyphen-text {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

html {
  overflow-y: scroll;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

body, h1, h2, h3, h4, h5, h6, p, a, span, li, input, textarea, button {
  font-family: 'Roboto', sans-serif;
}

.woocommerce-page #primary {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 768px) {
  .woocommerce-page #primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

