/*
Theme Name: Thomas Köhler
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: Erstellt durch Schlitzer, Koch & Partner Werbeagentur GmbH
*/

/* Global */

.page .entry-title, .post .entry-title {
display:none;
}

h1.site-title {
  display: none;
}

p.site-description {
  display: none;
}

/* Farben */
.vendor-color {
  color: #5b9cbf;
  background: #5b9cbf;
}

.elementor-widget.elementor-widget-heading {
  margin-bottom: 0;
}

body {
  color: #000;
}

/* Typographie */

.elementor-heading-title {
  margin-bottom: 0;
  line-height: 1;
}

a {
  color: inherit;
  font-weight: 500;
}

h1 {
  font-family: 'Open sans', sans-serif;
  font-weight: 700;
  font-size: 95px;
  line-height: 1.1;
  margin-bottom: 15px;
  margin-left: -6px;
  text-transform: uppercase;
}

h2 {
  font-family: 'Open sans', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 15px;
}

h3 {
  font-family: 'Open sans', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color:#FFF;
  line-height: 1.1;
  text-transform: uppercase;
}

.h2 h1 {
  font-weight: 700;
  font-size: 36px;
}

.h1 h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 95px;
  margin-left: -6px;
}


.svg-heading {
  display: flex;
  align-items: center;
  gap: 0.2em;
}

.svg-heading h3::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  content: url('https://koehler-fuer-hagen.de/wp-content/uploads/2025/05/anfuehrungszeichen-claim.svg');
  flex-shrink: 0;
  margin-right: 8px;
  transform: translateY(1px);
}

.svg-heading-schwarz {
  display: flex;
  align-items: center;
  gap: 0.2em;
}

.svg-heading-schwarz::before {
  content: "";
  color:#000;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-image: url('https://koehler-fuer-hagen.de/wp-content/uploads/2025/05/anfuehrungszeichen-claim_hover.svg');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: -0.35em;
}


strong {
  font-family: 'Open sans', sans-serif;
  font-weight: 700;
}

.italic, .italic p, .italic h1, .italic h2, .italic h3, .italic h4 {
  font-style: italic;
}

body {
  font-family: 'Open sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}

.cl-pre, .cl-pre h1 {
  color: #562233;
}

.body-big {
  font-weight: 600;
  font-size: 36px;
  line-height:1.2;
}


/* Header */

.koehler-header {
  width: 100%  !important;
}

.koehler-header .logo-header {
  max-width: 370px;
  align-self: left;
  display: block;
}

.koehler-header .logo-header .elementor-widget-container {
  height: auto;
}

.koehler-header .logo-header svg .st1 {
  fill: #E3000F;
}

.koehler-header .menue-header {
  flex: 0 auto;
  justify-content: flex-end;
  flex-direction: row;
}

.koehler-header .social-header {
  width: auto;
  justify-self: right;
  flex-shrink: 0;
}



/* Hero Slider */

.elementor .hero-slider img {
  width: 100%;
}

.anf-trenner a, .anf-trenner svg {
  display: block;
}

/* Bubble Hint */

.bubble-hint {
  background: #E3000F;
  padding: 40px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(6deg);
}

.bubble-hint h1 {
  color: #FFF;
  font-size: 60px;
}

.square-hint {
  background: #E3000F;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.square-hint h1 {
  color: #FFF;
  font-size: 40px;
}

/* Trenner */

.anf-trenner svg .st0 {
  fill: #E3000F;
}

/* Buttons */

.btn-black .elementor-button {
  font-size: 20px;
  font-weight: 700;
  background: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

.btn-black .elementor-button:hover {
  background: #777777;
  transition: all 0.3s ease-out;
}

.btn-red .elementor-button {
  font-size: 20px;
  font-weight: 700;
  background: #E3000F;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

.btn-red .elementor-button:hover {
  background: #777777;
  transition: all 0.3s ease-out;
}

.btn-blue a.elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon i::before {
  transform: rotate(90deg);
}

.btn-blue a.elementor-button .elementor-button-content-wrapper .elementor-button-text {
  margin-right: 25px;
  align-self: center;
}

/* Formular */

.mailformular {
  font-size: 16px;
  line-height: 1;
}

.mailformular button[type="submit"] {
  font-size: 20px;
  font-weight: 700;
  background: #E3000F;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

.mailformular button[type="submit"]:hover {
    background: #777777;
    transition: all 0.3s ease-out;
}

/* Footer */

.koehler-footer {
color:#000000;
max-width: 1200px;
}

.koehler-footer .logo-footer {
  max-width: 425px;
}

.koehler-footer .logo-footer svg {
  width: 100%;
  max-width: 400px;
}

.koehler-footer .social-footer {
  width: auto;
}

.koehler-footer .footer-menu {
  width: auto;
}


.koehler-footer .spd-logo-footer {
  max-width: 280px;
  align-self: right;
}

.koehler-footer .claim-footer {
  font-size: 80px;
  color:#FFF;
  line-height: 1;
  text-transform: uppercase;
  align-self: left;
}


#main-footer a {
  color: #FFF;
  font-weight: 400;
  transition: all 0.3s ease-out;
}

#main-footer ul li a {
  color: #FFF;
  font-weight: 400;
  padding: 10px 20px;
  transition: all 0.3s ease-out;
}

#main-footer ul li, #main-footer ul li a {
  overflow: visible;
}

#main-footer a:hover {
  color: #e79c00;
}

#main-footer p {
  line-height: 1.8;
}

#main-footer p:last-of-type {
  margin-bottom: 0;
}


#main-footer ul li a:before {
  display: inline-block;
  float: left;
  width: 18px;
  height: 15px;
  content: '';
  background: url('data/heart-icon-org.svg');
  background-position: -18px;
  background-repeat: no-repeat;
  width: 18px;
  margin-left: -18px;
  opacity: 0;
  transition: all 0.3s ease-out;
}

#main-footer ul li a:hover:before {
  background-position: 0;
  opacity: 1;
}

.formal h1, .formal h2, .formal h3, .formal h4 {
  font-size: 30px;
  color: #000;
  margin-left: 0;
  text-transform: none;
}

.formal h2 {
  margin-top: 25px;
}
