/*
Theme Name: Design
Theme URI: 
Author: marketing teamwork
Author URI: https://www.marketing-teamwork.de
Description: Wordpress-Theme
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */

/* poppins-300 - 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: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/poppins-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/poppins-v24-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - 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: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/poppins-v24-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Im Backend explizit nichts überschreiben */
body.elementor-editor-active {
  margin: 0;
}

body {
  margin: 140px 0 0 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #2A3037;
}

p { margin-top: 0; }

h1, h2, h3, h4 { font-family: "Poppins", sans-serif; }
h1 { font-size: 34px; font-weight: 400; }
h2 { font-size: 28px; font-weight: 600; }
h3 { font-size: 22px; font-weight: 600; }
h4 { font-size: 18px; font-weight: 600; }

.section      { padding: 7% 10% !important; }
.section-zero { padding: 0% 10% !important; }

@media (max-width: 1550px) {
  h1 { font-size: 30px; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
  .section      { padding: 6% 5% !important; }
  .section-zero { padding: 0% 5% !important; }
}

@media (max-width: 1280px) {
  body { font-size: 17px; }
  h1   { font-size: 28px; }
  h2   { font-size: 24px; }
  h3   { font-size: 19px; }
  .section      { padding: 6% 4% !important; }
  .section-zero { padding: 0% 4% !important; }
}

@media (max-width: 1024px) {
  body { font-size: 16px; margin: 75px 0 0 0; }
  h1   { font-size: 26px; }
  h2   { font-size: 22px; }
  h3   { font-size: 18px; }
  .section      { padding: 10% 2% !important; }
  .section-zero { padding: 0%  2% !important; }
}

@media (max-width: 767px) {
  body { margin: 50px 0 0 0; }
  h1   { font-size: 24px; }
  h2   { font-size: 20px; }
  h3   { font-size: 17px; }
  .section      { padding: 40px 20px !important; }
  .section-zero { padding: 0    20px !important; }
}

a, a:visited, a:focus,a:active {color:#ffcc00}
a:hover {color:#000}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width:1025px){
.deskno {display:none!important}
}

.texttrenner h2.elementor-divider__text {font-weight:400; text-transform:uppercase; font-size:145%!important;line-height:1.2 }
.texttrenner h1.elementor-divider__text {font-weight:400; text-transform:uppercase; font-size:165%!important; line-height:1.2}

.text h2 {margin:0 0 7px!important; font-weight:300!important; line-height:1.2}

@media (max-width:767px){

  /* Flex abschalten */
.texttrenner .elementor-divider{ display:block !important;  }

  /* Separator unter Text erzwingen */
.texttrenner .elementor-divider-separator{ display:block !important;  width:100% !important;   margin-top:8px; }

  /* Linie volle Breite */ 
.texttrenner .elementor-divider-separator:after{   display:block !important;    width:100% !important;    float:none !important;margin-top:10px !important  }
}