/*
Theme Name: DELUCKS 2024
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the webseide Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 3.0.2
Author: DELUCKS GmbH
Author URI: https://delucks.com/
Template: webseide
*/

/* --- Typo --- */
@font-face {    
    font-family: 'Campton-Book';
    src: url('webFonts/Campton-Book/font.woff2') format('woff2'), url('webFonts/Campton-Book/font.woff') format('woff');
    font-display: swap;
}

@font-face {    
    font-family: 'Campton-Medium';
    src: url('webFonts/Campton-Medium/font.woff2') format('woff2'), url('webFonts/Campton-Medium/font.woff') format('woff');
    font-display: swap;
}

@font-face {    
    font-family: 'Campton-SemiBold';
    src: url('webFonts/Campton-SemiBold/font.woff2') format('woff2'), url('webFonts/Campton-SemiBold/font.woff') format('woff');
    font-display: swap;
}

.site-content h1,
.site-content h1 strong,
.site-content h4,
#overallfooter,
body .comments-area,
.footer-widgets span.widget-title {
    font-family: 'Campton-Medium', Helvetica, Arial, sans-serif;
}

body #masthead #mobileMenuToggle a,
body #masthead.site-header,
body .site-content .content-area,
#BorlabsCookieBox p,
body .site-content p,
.site-content h2, 
.site-content h3,
.site-content *.has-medium-font-size,
.site-content .content-area h3 a {
	font-family: 'Campton-Book', Helvetica, Arial, sans-serif;
}

.single .site-content h1,
#BorlabsCookieBox .h1,
.site-content p.has-large-font-size strong,
.site-content p.has-huge-font-size strong,
.site-content .wp-block-latest-posts a {
    font-family: 'Campton-SemiBold', Helvetica, Arial, sans-serif;
}

.wp-block-quote.is-style-large p {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1.has-large-font-size,
h1.has-medium-font-size,
h1.has-normal-font-size,
h1.has-small-font-size {
    line-height: 1.5em;
	font-weight: 500;
}

.wp-block-image figcaption {
    font-size: .8em;
    line-height: 1.1em;
    text-align: left;
}

/* --- Header --- */
#mobileMenuToggle #primary_menu li, .mobile-menu-widgets {
    padding: 5px 15px;
}

#masthead #mobileMenuToggle .menu-item-24934 a, 
#masthead #mobileMenuToggle .menu-item-25799 a, 
#masthead #mobileMenuToggle .menu-item-16294 a {
    font-size: 14px;
    color: #cccccc;
}

@media (min-width: 800px) {
    .main-navigation ul ul {
		border-radius: 15px;
		padding: 10px;
	}
	
	.main-navigation ul li.has-multiple-columns ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
		column-rule: double;
        column-rule-color: #212529;
    }
	
	.has-multiple-columns ul.sub-menu li {
        width: 240px;
    }
	
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-28743 {
		opacity: 0;
	}
}

@media (max-width: 799px){
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-28743 {
		display: none;
	}
}


/* --- Content --- */

/* Intros */
.kb-row-layout-wrap.intro {
    position: relative;
    overflow: hidden;
}

.kb-row-layout-wrap.intro > .kt-row-layout-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #11111b;
    z-index: 1;
    pointer-events: none;
}

.kb-row-layout-wrap.intro > .kt-row-layout-overlay::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at top center, #11111b 0%, #1a1a52 15%, transparent 40%);
    animation: moveRadialVisual 15s ease-in-out infinite alternate;
    z-index: 0;
    pointer-events: none;
}



@keyframes moveRadialVisual {
    0% {
        transform: translate(-15%, -15%);
    }
    100% {
        transform: translate(15%, 5%);
    }
}

/* Highlights */
.site-content .content-area h2 strong {
	color: #4582ea;
}

.page em {
    margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent;
    background-image: linear-gradient(
      to right,
      rgba(255, 225, 0, 0.1),
      rgba(255, 225, 0, 0.7) 4%,
      rgba(255, 225, 0, 0.3)
    );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	font-style: normal;
}

.home .site-content .content-area h2 strong {
	color: #00c9db;
}

.home .page em {
	background-image: linear-gradient(
      to right,
      rgba(0, 201, 219, 0.1),
      rgba(0, 201, 219, 0.7) 4%,
      rgba(0, 201, 219, 0.3)
    );
	font-style: normal;
}

/* Alignment and images*/
*.dl-superslim {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-block-image.logos {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;	
}

.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
	object-fit: contain;
	filter: grayscale(1) brightness(2);
	padding: 10px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img[src*="logo_kinderschutz-muenchen.svg"] {
	filter: grayscale(1) brightness(1);
}


figure.wp-block-image.logos,
.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img[src*="logo_bachelorprint.svg"],
.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img[src*="logo_bizerba.svg"],
.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img[src*="logo_inriver.svg"],
.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img[src*="logo_koenig-bauer.svg"],
.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img[src*="logo_printworld.svg"] {
	filter: grayscale(1) brightness(2) invert(1);
}

.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img[src*="logo_freelancermap.svg"],
.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img[src*="logo_gold.svg"],
.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img[src*="logo_harmonic-drive.svg"] {
	filter: grayscale(1) brightness(.5) invert(1);
}

.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure:hover {
	background: #fff;
}

figure.wp-block-image.logos:hover,
.logos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure:hover .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
	filter: grayscale(0) brightness(1);
}

.logo img {
    filter: invert(1) grayscale(1);
}

.prozess strong {
    background: #1c1428;
    padding: 1em;
    /* width: 31px; */
    /* display: block; */
    color: white;
    border-radius: 25px;
    position: relative;
    top: -32px;
    left: -28px;
}

/* Columns and Buttons */
@media (min-width: 1080px){
	.home .kt-has-4-columns .wp-block-button__link {
		font-size: 15px;
	}
	
	.home :where(.wp-block-columns.is-layout-flex) {
		gap: 5em;
	}
}

/* Kadence Blog Teasers */
.wp-block-kadence-posts article.content-bg.loop-entry {
	border-radius: 25px;
	background-color: #1a1b23;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.wp-block-kadence-posts article.content-bg.loop-entry img {
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.wp-block-kadence-posts article.content-bg.loop-entry:hover {
	background-color: rgba(0,201,219,0.25);
}

.wp-block-kadence-posts article.content-bg.loop-entry:hover img {
    filter: opacity(0.5);
}

.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-inherit .post-thumbnail-inner img {
    border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.wp-block-kadence-posts article h3 a,
.wp-block-kadence-posts article a.post-more-link {
	color: #fff;
}

.wp-block-kadence-posts .entry-summary p {
	color: #c9c8c7
}

/* Single Blog Posts */
.fullthumbnail {
    background-color: #1a1b23;
}

/* Ratings */
.dpc-rating-wrap span.stars {
    display: inline-block;
}

/*.page-id-6723 .dpc-rating-wrap a,
.page-id-7174 .dpc-rating-wrap a {
	display: block;
}*/

.dpc-rating-wrap a {
    margin-left: auto;
    display: table;
    margin-right: auto;
}

.webseide-comments-block li.comment {
    margin: 0;
}

.dpc-rating-icon.starfilled:before {
	color: #ffcc00;
}

.webseide_comment_loadmore {
	color: #ffffff !important;
    background: #141415 !important;
}

/* Forms */
.gform_footer input[type="submit"] {
	padding: 1em 2em !important;
    line-height: 1em;
}

.gform_page {
    margin-top: 2em;
    margin-bottom: 3em;
}

div .gform_wrapper .gform_page_footer {
	padding-top: 0;
}

.swiper-autoheight .swiper-wrapper {
	padding-bottom: 1em;
}

.gf_progressbar.gf_progressbar_custom {
    background: white;
    border-radius: 25px;
    border: 1px solid #e5e5e6;
}

.gf_progressbar_percentage.percentbar_custom {
    padding: 5px 15px;
    border-radius: inherit;
    line-height: 1.2em;
}

.gcoai-output {
    font-weight: 600;
}

div.gfield_description {
	margin-top: 0;
}

body .site-content .kb-row-layout-wrap.has-color_one-background-color legend,
body .site-content .kb-row-layout-wrap.has-color_one-background-color label,
body .site-content .kb-row-layout-wrap.has-color_one-background-color input, 
body .site-content .kb-row-layout-wrap.has-color_one-background-color textarea {
	color:#fff;
}

body .site-content .kb-row-layout-wrap.has-color_one-background-color legend,
body .site-content .kb-row-layout-wrap.has-color_one-background-color label,
body .site-content .kb-row-layout-wrap.has-color_one-background-color input, 
body .site-content .kb-row-layout-wrap.has-color_one-background-color textarea {
	color:#fff;
}

body .site-content .kb-row-layout-wrap.has-color_one-background-color .kadence-column25480_7a4e23-2c legend,
body .site-content .kb-row-layout-wrap.has-color_one-background-color .kadence-column25480_7a4e23-2c label,
body .site-content .kb-row-layout-wrap.has-color_one-background-color .kadence-column25480_7a4e23-2c input,
body .site-content .kb-row-layout-wrap.has-color_one-background-color .kadence-column25480_7a4e23-2c textarea,
body .site-content .kb-row-layout-wrap.has-color_one-background-color .kadence-column25480_7a4e23-2c input[type=submit]:hover {
	color: #000;
}

body .site-content .kb-row-layout-wrap.has-color_one-background-color .gform_body input[type="checkbox"]:checked, 
body .site-content .kb-row-layout-wrap.has-color_one-background-color .gform_body input[type="radio"]:checked {
	background-color: #00c9db;
}

body .site-content .kb-row-layout-wrap.has-color_one-background-color .gfield--input-type-html {
	color: #c9c8c7;
}

body .site-content .kb-row-layout-wrap.has-color_one-background-color .gfield--input-type-html a {
	color: #00c9db;
}


body .site-content .kb-row-layout-wrap.has-color_one-background-color .gfield--input-type-html a:hover,
body .site-content .kb-row-layout-wrap.has-color_one-background-color .kadence-column25480_7a4e23-2c input[type=submit] {
	color: #ffffff;
}

/* Forms */
.gsurvey-rating {
    display: inline-block;
}

.gsurvey-rating input[type="radio"],
.gsurvey-rating label span {
    display: none !important;
}

.gsurvey-rating label {
    cursor: pointer;
    font-size: 30px; /* Größe der Sterne */
    color: #ccc; /* Farbe der nicht ausgewählten Sterne */
    margin: 0 2px; /* Abstand zwischen den Sternen */
}

.gsurvey-rating label:before {
    content: "\2605"; /* Unicode-Stern */
}

/*.gsurvey-rating input[type="radio"]:checked ~ label:before,
.gsurvey-rating label:hover ~ label:before,
.gsurvey-rating label:hover:before,*/
.gsurvey-rating label.selected:before {
    color: gold; /* Farbe der ausgewählten oder hovernden Sterne */
}

/* WooCommerce */
/*.wc-block-mini-cart__button {
    padding: 0 0 0 20px;
    margin: 0;
}*/

button.wc-block-mini-cart__button {
    padding: 12px;
    background: none !important;
    margin-top: 6px;
}

div[data-block-name="woocommerce-paypal-payments/checkout-paylater-messages"],
div[data-block-name="woocommerce-paypal-payments/cart-paylater-messages"],
div#ppcp-cart-paylater-messages,
.woocommerce-order-details p.order-again {
    display: none !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.woocommerce-order-sensei-courses a {
    padding: .75em 2em;
    color: #ffffff;
    background-color: #1a1a1a;
    line-height: 1em;
	border-radius: 50px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
.site-content .woocommerce-order-sensei-courses a:hover {
    color: #1c1328;
    background: #00c9db;
}

.woocommerce-order-sensei-courses a::after {
    content: ' jetzt aufrufen';
}

.woocommerce-order-sensei-courses ul {
	padding-left: 0;
	padding-bottom: 1em;
}

.woocommerce-order-sensei-courses li {
    list-style: none;
}

/* Sensei LMS */
.sensei .current_page_parent a {
    color: #fcfcfc;
}

.sensei .site-header .menu-item-27614 a,
.sensei a:hover {
	color: #00c9db;
}

@media screen and (min-width: 783px) {
    .sensei-course-theme:is(.sensei-video,.sensei-modern,.sensei-video-full) .sensei-course-theme__header~div {
        padding-top: 0.5rem;
    }
}

.sensei .site-content {
    background-color: #10111b !important;
	max-width: none;
	color: #c9c8c7;
}

.sensei .site-content .content-area {
	background-color: transparent;
}

body.sensei {
	--sensei-secondary-color: #ffffff;
	--sensei-button-fill-hover-color: black;
	--sensei-course-progress-bar-color: #000000;
	--sensei-course-progress-bar-inner-color: #00c9db;
	--sensei-lesson-meta-color: #c9c8c7;
}

.sensei-progress-bar__bar {
	background-color: #000000;
}

.sensei-progress-bar__progress {
	background-color: #00c9db;
}

.wp-block-sensei-button:hover {
    background: #00c9db !important;
    border-color: #00c9db !important;
}

.wp-block-sensei-button:hover button.wp-block-button__link {
	border-color: #00c9db !important;
}

.sensei.single-course h1,
.wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__title, .wp-block .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__title {
	color: #ffffff !important;
}
.editor-styles-wrapper .sensei-lms-course-navigation-lesson__link, .sensei-lms-course-navigation-lesson__link {
	color: #c9c8c7 !important;
}

.wp-block-sensei-button,
.sensei button.wp-block-button__link {
    border-radius: 50px !important;
}

.sensei button.wp-block-button__link {
    margin-bottom: 0;
}

/* Tutorials */
.parent-pageid-6723 .entry-content,
.parent-pageid-13708 .entry-content {
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

/* Blog */
@media (min-width: 800px) {
    #above_blog {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
		column-gap: 30px;
    }
}

/* --- Footer --- */
.parent-pageid-6665 .footer-widget .newsletter,
.page-id-6665 .footer-widget .newsletter,
.page-id-17726 .footer-widget .newsletter {
	display: none;
}

.footer-widget form {
    text-align: center;
}

.footer-widget form label.gfield_label.gform-field-label {
    font-size: 15px;
}

.footer-widget input#gform_submit_button_47 {
	color: #000;
	background-color: #00c9db;
}

.footer-widget input#gform_submit_button_47:hover {
	background-color: #ffffff;
}

#overallfooter .footer-widget .newsletter .gfield--input-type-html {
	color: #c9c8c7;
}

#overallfooter .footer-widget .newsletter .gfield--input-type-html a {
	color: #00c9db;
}

#overallfooter .footer-widget .newsletter .gfield--input-type-html a:hover {
	color: #ffffff;
}

.dpc-breadcrumbs {
    text-align: center;
}
