/*
Theme Name: Wollschlaeger Kunststoff
Theme URI: https://github.com/elementor/hello-theme/
Description: driefmeier.com
Author: Sebastian Driefmeier
Author URI: https://driefmeier.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root{

	--yellow: #FCB404;
	--blue: #043C7C;
	--lightblue: #3E699D;
	--font: #121212;
	--light-bg: #dcdcdc;
	--red: #FC0404;

}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

::-moz-selection { /* Code for Firefox */
  background: var(--yellow);
}

::selection {
  background: var(--yellow);
}

h2.elementor-heading-title b{
	font-weight: 600 !important;
}

/*STELLENDETAILS*/
.single-stellenangebot .hentry ul {
  margin-bottom: 20px;
  padding-left: 15px;
}

/*STELLENANGEBOTE STELLEN LISTE*/

ul.stellen-list{
	list-style: none;
	padding: 0;
}
ul.stellen-list li.item{
	border-bottom: 1px solid var(--yellow);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
ul.stellen-list li.item h2{
	font-size: 1.1em !important;
	font-weight: 600;
	text-transform: uppercase;
}

ul.stellen-list li.item a{
	color: var(--font);
}
ul.stellen-list li.item a:hover{
	color: var(--yellow);
}