/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/* Gotham Book */
@font-face {
    font-family: 'Gotham Book';
    src: url('/wp-content/fonts/Gotham-Book.eot');
    src: url('/wp-content/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/fonts/Gotham-Book.woff2') format('woff2'),
        url('/wp-content/fonts/Gotham-Book.woff') format('woff'),
        url('/wp-content/fonts/Gotham-Book.ttf') format('truetype'),
        url('/wp-content/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham Book',Helvetica,Arial,Lucida,sans-serif !important;
}

@media (max-width: 768px) {
	html, body, h1, h2, h3, h4, h5, h6 {
		hyphens: auto;
	}
	h1,h2 {
		font-size:1.5rem;
	}
}

ul {
	margin-left: 1rem;
}
a.no_underline:hover {
	border-bottom: 0px!important;
}
.w-image {
	border-radius: 0.3em;
}

/* ACCORDEONS */

.w-tabs.accordion>div>.w-tabs-section {
    display: block;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin-bottom: 1rem;
    border-radius: 0.3em;
}
.w-tabs.accordion>div>.w-tabs-section:last-child {
    margin-bottom: 0;
}
.w-tabs[style*="--sections-title-size"]>div>div>.w-tabs-section-header>.w-tabs-section-title {
    font-size: 1.2rem;
    font-weight: 700;
}
.w-tabs-section-header {
    padding: 1.5em 1.5em;
}
.wpb_text_column ul, 
.w-tabs-section-content-h ul {
	list-style-type: none;
}
.wpb_text_column ul li:before, 
.w-tabs-section-content-h ul li:before {
    font-family: "fontawesome";
    font-weight: 900;
    content: "\f105";
    padding-right: 0.5rem;
}
.wpb_text_column ul li, 
.w-tabs-section-content-h ul li {
    text-indent: -1rem;
}

/* KONTAKT AUF ARBEITGEBERSEITE */

a.formular {
    background: var(--color-content-primary);
    border-radius: 50%!important;
    transform: translate3d(0,0,0)!important;
    left: 0;
    text-align: center;
    color: #fff!important;
    line-height: 80px;
    height: 80px;
    width: 80px;
    position: fixed!important;
    z-index: 99;
    bottom: 0;
    transform: translate3d(0,150%,0)!important;
    margin: 15px;
	display: block;
	cursor: pointer;
	font-size: 2rem;
}

/* NEWS */

.news_article a:hover {
	text-decoration: none;
	border-bottom: 0px !important;
}
.news_article span {
	font-size: 0.9rem;
}
.news_article p {
	margin: 0 0 0.5rem !important;
}
.news_article h3 {
	margin-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}

/* FORMULAR */

div[data-class="wpcf7cf_group"] {
    margin-bottom: 1.5rem;
    margin-top: 1.2rem;
}
p.checkbox_margin {
	margin: 0 0 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 0 1.5rem !important;
    padding: 0.5em 1.2em !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #ffffff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
    background: #dc3232;
    color: #ffffff;
}
.wpcf7-not-valid {
	border: 2px solid #dc3232 !important;
}
.wpcf7-not-valid-tip {
	display: none;
}

/* PORTALE */

.head-p strong {
	color: var(--color-header-middle-bg);
	font-size: 3rem;
}
@media (max-width: 768px) {
	.head-p strong {
		font-size: 2rem;
	}
}


/* STELLENANZEIGEN AUS-/EINBLENDEN */

.stellen {
	display:none!important;
}