/* 
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
*/

/*********************************Font**************************************/

/* saira-semi-condensed-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: 'Saira Semi Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('https://willi-mueller-horb.de/fonts/saira-semi-condensed-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* 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://willi-mueller-horb.de/fonts/roboto-v32-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://willi-mueller-horb.de/fonts/roboto-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{
	font-family: 'Saira Semi Condensed' !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 22px !important;
	color: #263E5A !important;
	text-transform: uppercase !important;
}

li.menu-item a{
	font-family: 'Saira Semi Condensed' !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	color: #263E5A !important;
	text-transform: uppercase !important;
}

.elementor-nav-menu .current_page_ancestor > a, .elementor-nav-menu .current-menu-item > a{
  color: #e23626 !important;
}


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

h1, h2{
	font-family: 'Saira Semi Condensed' !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 40px !important;
	line-height: 50px !important;
	letter-spacing: 2px !important;
	color: #263E5A !important;
	text-transform: uppercase !important;
} 

.weiss h1, .weiss h2, .weiss p, .weiss li{
	color: #fff !important;
}

.rot h2{
	color: #E23526 !important;
}

body, p, li{
	font-family: 'Roboto' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	color: #263E5A !important;
	letter-spacing: 1px !important;
	font-size: 18px !important;
	line-height: 33px !important;
}

a{
	color: #263E5A !important;
}

a:hover{
	color: #E23526 !important;
}

li{
	line-height: 45px !important;
}

bold, strong{
	font-weight: 700 !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
    background-image: url(https://demo.willi-mueller-horb.de/wp-content/uploads/2024/12/Unterstreichung.png);
    background-position: 20% 100% !important;
    background-repeat: no-repeat;
    background-color: #ffffff00 !important;
    border: none !important;
	font-family: 'Saira Semi Condensed' !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	letter-spacing: 2px !important;
	color: #263E5A !important;
	text-transform: uppercase !important;
	height: 52px !important;
	width: 220px;
}

.weiss a.elementor-button.elementor-button-link.elementor-size-sm {
	color: #fff !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm:hover{
	background-position: 40% 100% !important;
	
}

::marker{
  content: url('/wp-content/uploads/2024/12/welle.png') '   ' !important;
}

.elementor-tabs-wrapper {
    background-color: #fff !important;
}

img.icons {
    max-height: 100px;
    width: auto !important;
}

img.icons:hover {
    transform: scale(1.05);
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #263e5a;
    border-width: 0px !important;
}

.elementor-tab-title.elementor-tab-mobile-title.elementor-active, .elementor-tab-title.elementor-tab-mobile-title {
    background-color: #fff !important;
    text-align: center;
}

.elementor-tabs-wrapper {
    text-align: center;
}

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

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

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

.footerlinks a {
	text-transform: uppercase !important;
}

.footer p, .footer a{
	font-size: 16px !important;
	line-height: 24px !important;
	color: #fff !important;
}

.footer a:hover{
	color: #E23526 !important;
}


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

@media only screen and (max-width: 1406px){
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 1024px){
	h1, h2{
		font-size: 24px !important;
		line-height: 30px !important;
	}
	body, p, li{
		font-size: 16px !important;
		line-height: 28px !important;
}
		
}
	