/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/************************Fonts**************************/

/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('https://stroboo.de/fonts/roboto-v49-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://stroboo.de/fonts/roboto-v49-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('https://stroboo.de/fonts/roboto-v49-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*********************Header*****************************/

/***************Logomodifikation on scroll****************/

.head{
	position: fixed !important;
	width: 100% !important;
	z-index: 9999 !important;
	margin-bottom: 272px !important;
}

.logo {
  transform: scale(1) translateY(0px) !important;
  transition: transform 0.5s ease !important;
}

.logo.shrink {
  transform: scale(0.5) translateY(-140px) !important;
  transition: transform 0.5s ease !important;
}

.head {
  height: 280px !important;
  transition: height 0.5s ease !important;
}

.head.scrolled {
  height: 140px !important;
  transition: height 0.5s ease !important;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75); 
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.elementor-sticky--effects {
  height: 280px !important;
  transition: height 0.5s ease !important;
}

.elementor-sticky--effects.header-scrolled {
  height: 180px !important;
  transition: height 0.5s ease !important;
}


/*************************Body***************************/

html, body{
	overflow-x: hidden !important;
}

h2, h3, h4, h5, h6{
	font-family: 'Roboto' !important;
	font-style: normal; !important;
	font-weight: 700 !important;
	color: #293133 !important;
}

h1{
	font-family: 'Roboto' !important;
	font-style: normal; !important;
	font-weight: 700 !important;
	font-size: 45px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	color: #293133 !important;
}

h2, h3, h4, h5, h6 {
	font-size: 32px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}



p, span{
	font-family: 'Roboto' !important;
	font-style: normal; !important;
	font-weight: 400; !important;
	color: #293133 !important;
	font-size: 20px !important;
}

.vorstellung h2{
	text-transform: none !important;
	font-weight: 400 !important;
	letter-spacing: 0px !important;
}



.banner h2{
	font-family: 'Roboto' !important;
	font-style: normal; !important;
	font-weight: 700; !important;
	color: #fff !important;
}

.banner li{
	font-family: 'Roboto' !important;
	font-style: normal; !important;
	font-weight: 400; !important;
	color: #fff !important;
	font-size: 30px !important;
	padding-bottom: 10px;
}

span.elementor-button-text, span.elementor-button-text:hover {
	color: #fff !important;
	text-decoration: none !important;
}

a, a:hover{
	text-decoration: none !important;
}

ul {
	list-style-image: url('https://stroboo.de/wp-content/uploads/2025/10/blitz-bulletpoint.png');
}

.kontakt span.elementor-icon-list-text{
	color: #293133 !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 150px !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
}

.kontaktslide {
    width: 150px !important;
	height:150px !important;
    background-color: #293133 !important;
    border: 2px solid #ffffff;
    text-align: center !important;
    padding-top: 13px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: fixed;
    z-index: 999999 !important;
    right: 0px !important;
	right: -92px !important;
	top: 40% !important;
	box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
}

.kontaktslide {
    float:right;
    animation-duration: 2s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
        margin-right: -30%;
    }
    to {
        margin-right: 0%;
    }
}

.kontaktslide a{
	color: #fff !important;
}

/*********Kontaktformular**********/

span.wpcf7-list-item-label {
    font-size: 18px !important;
    line-height: 24px !important;
}

span.klein {
    font-size: 14px !important;
	line-height: 16px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: none;
    background-color: #293133;
    color: #fff;
    border-radius: 0px;
    width: 125px;
}

span.wpcf7-not-valid-tip {
    font-size: 16px !important;
    color: red !important;
}

.wpcf7 label, .wpcf7-quiz-label {
    line-height: 30px !important;
}

/***********Cookie-Richtlinien**************/

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    border: 1px solid #fff !important;
}

div#cmplz-document {
    max-width: 100% !important;
}

#cmplz-document a{
	color: #63c43c !important;
}

/**************************Footer************************/

.footer a, .footer p, .footer span.elementor-icon-list-text{
	color: #fff !important;
	font-size: 17px !important;
} 

.footer a:hover, .kontaktslide a:hover{
	color: #63c43c !important;
}

span.elementor-icon-list-text{
	color: #fff !important;
}

span.elementor-icon-list-text:hover{
	color: #63c43c !important;
}


/*****************************************Media-Queries****************************************/

@media only screen and (max-width: 991px){
	h1{
		font-size: 28px !important;	
	}
	
	h2, h3, h4, h5, h6{
		font-size: 22px !important;
	}
	
	.banner li{
		font-size: 20px !important;
	}
	
	.head.scrolled {
		height: 105px !important;
	}

}
