/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */



@font-face {
    font-family: 'Kumbh_Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Kumbh_Sans/static/KumbhSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Kumbh_Sans';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/Kumbh_Sans/static/KumbhSans-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Kumbh_Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Kumbh_Sans/static/KumbhSans-Bold.ttf') format('truetype');
}

body{
	font-family: 'Kumbh_Sans', sans-serif;
	color: #000000;
}

.anfrage {
	background-color: #BAA3EF;
	border-radius: 2rem;
	padding: 0.1rem 0.9rem;
}

#site-header .header-inner {
/* 	margin-top: -3rem;
	margin-bottom: -6rem; */
	padding: 0 10px;
	z-index: 3;
}

#site-footer  {
    padding-top: 0px;
    padding-bottom: 30px;
}

#site-footer .footer-inner .copyright {
	padding: 1rem 0;
}

#back-to-top {
	position:fixed;
}

#site-header .site-navigation-toggle {
	background-color: white;
    color: black;
}
#menu-header-1 .anfrage{
	background-color: #baa3ef00;
	padding: 0;
}

/* --- Formular Forminator Anfang --- */
label {
	color: white;
}

.forminator-ui.forminator-custom-form[data-design=basic] .forminator-checkbox__label {
	color: white;
}

.forminator-ui.forminator-custom-form[data-design=basic] .forminator-checkbox__label p a {
	color: #BAA3EF;
}

.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
	border: none;
}

/* --- Formular Forminator Ende --- */
