/*
Theme Name:  Dilly Child Theme
Description: Dies ist ein benutzerdefiniertes Child-Theme für Dilly
Theme URI:   https://www.dilly.work
Author: Dilly
Author URI:  https://www.dilly.work
Template: dilly
Version: 1.0
*/

  @import url("https://use.typekit.net/rjz0qqc.css");


@font-face {
	font-family: 'Sonoma';
	src: url('fonts/SonomaRegular.woff2') format('woff2'),
		url('fonts/SonomaRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.titles, .menu-title-text {
	font-family: 'Sonoma';
	font-weight: normal;
	font-style: normal;
}

#top nav>ul>li[class*=button_bordered]>a:before{
	border-color: rgba(255, 255, 255, 1);
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.bodyfont{
	font-family: "nitti-typewriter-normal", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Sonoma';
	font-weight: normal;
	font-style: normal;
}

.text-uppercase{
	text-transform: uppercase !important;
}

.inline-block{
	display: inline-block !important;
}

.text-bold{
	font-weight: bold !important;
}

.fs-2 > *{
	font-size: 155% !important;
	display: inline-block;
}

.padding-left-container{
	padding-left: calc((100vw - 1420px) / 2) !important;
}

.quform .quform-field-captcha, .quform .quform-field-date, .quform .quform-field-email, .quform .quform-field-file, .quform .quform-field-multiselect, .quform .quform-field-password, .quform .quform-field-select, .quform .quform-field-text, .quform .quform-field-textarea, .quform .quform-field-time, .quform .select2-container--quform .select2-selection{
	background: transparent !important;
	border-radius: 0px !important;
	border: 1px solid #ffffff !important;
}

.jobs-title-responsive{
	padding-left: 175px;
}

.title-bg {
  display: inline-block;
  background: url('assets/red-brush.svg') no-repeat center;
  background-size: 100% auto; /* nur Breite passt sich an */
  padding: 0.5em 1em 0.25em 1em; /* Innenabstand für Text */
  color: #fff;
  font-family: 'Sonoma', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: auto;
  min-width: 200px;
}

.text-red-bg{
	background: #CC0520;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	color: #ffffff;
}

.footer-links-uppercase a{
	text-transform: uppercase !important;
	font-size: 125%;
}

#header-outer:not([data-header-resize="1"]):not([data-format=left-header]) #logo img{
	transform: scale(1.5) translateY(23px);
}

@media only screen and (min-width: 1px) and (max-width: 999px){
	
	.paddingleftmobile{
		padding-left: 30px;
	}

	.jobs-title-responsive{
		padding-left: 120px;
	}

	body #header-outer {
		margin-bottom: 0;
		padding: 0px 0;
	}
	
	.force-phone-text-align-center .img-with-aniamtion-wrap{
		display: inline-block;
	}
	
	#header-outer #top .col.span_3 #logo{
		transform: translate(0px, -12px) !important;
	}
	
	.instagram-footer-text .wpb_wrapper{
		display: inline-block !important;
	}

}

body{
	font-family: "nitti-typewriter-normal", sans-serif;
}

.small-footer-links a{
	opacity: 1.0 !important;
}

.small-footer-links a:hover{
	opacity: 0.65 !important;
}


.cmplz-cookiebanner.cmplz-show{
	box-shadow: rgb(0 0 0 / 5%) 0px 10px 20px, rgb(0 0 0 / 4%) 0px 6px 6px !important;
}

button.cmplz-btn.cmplz-manage-consent.cmplz-show{
	    top: calc(100% - 80px) !important;
		width: 50px!important;
		height: 50px !important;
		border-radius: 100% !important;
		padding: 0px !important;
		min-width: 50px !important;
		background: var(--cmplz_button_accept_background_color) !important;
	box-shadow: rgb(0 0 0 / 5%) 0px 10px 20px, rgb(0 0 0 / 4%) 0px 6px 6px !important;
}

button.cmplz-btn.cmplz-manage-consent.cmplz-show:hover{
	box-shadow: rgb(0 0 0 / 9%) 0px 10px 20px, rgb(0 0 0 / 13%) 0px 6px 6px !important;
}

button.cmplz-btn.cmplz-manage-consent.cmplz-show svg{
	width: 30px !important;
	height: 30px !important;
	margin-bottom: -5px;
}

.cmplz-description{
	line-height: 18px;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode{
	max-width: 100%;
}