/*
Theme Name:  Wer verdient was
Theme URL:   https://wvw.pascalslab.de
Description: Write here theme description.
Author:      pascal_fuchs_marketing
Author URL:  https://wvw.pascalslab.de
Template:    generatepress
Version:     1.0.0
*/

.comment-form #url{
	display:none;
}

.wp-block-comment-template{
	margin-left:0;
}


body{
	overflow-x:hidden;
}

.wpc-custom-selected-terms{
	display:none;
}

.beruf-content{
	
}
.beruf-content ul {
    list-style: none;
    margin: 0 0 25px;
}

.beruf-content ul li {
  	background: var(--base-3);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    margin-bottom: 20px;
    border: 1px solid var(--base);
}

.beruf-content ul li:before {
    content: "✓";
    font-size: 2rem;
    color: var(--accent);
    font-weight: 700;
    margin-top: -10px;
    padding: 0 20px 0 0;
}

header::before{
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 2px 24px 0px rgba(2, 2, 71, 0.08);
    z-index: 20;
    pointer-events: none;
}


:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
	border: 6px solid var(--base);
    padding: 4px;
    border-radius: 10px;
}


/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Werverdientwas/fonts/outfit-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/Werverdientwas/fonts/outfit-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/Werverdientwas/fonts/outfit-v11-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/Werverdientwas/fonts/outfit-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/Werverdientwas/fonts/outfit-v11-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/Werverdientwas/fonts/outfit-v11-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}