/*
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-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/poppins-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v21-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/poppins-v21-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/poppins-v21-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* 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-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/poppins-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v21-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/poppins-v21-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/poppins-v21-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* 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-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: url('fonts/poppins-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v21-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v21-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/poppins-v21-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/poppins-v21-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}



body {margin:0; padding:0; font-family: "Poppins", sans-serif; font-weight: 400; font-size:20px;line-height:1.8;}


h1 {font-size:45px; line-height:2}
h2 {font-size:40px; font-weight:300!important}
h3 {font-size:22px}
h4 {font-size:20px}

h1, h2, h3, h4 {margin:0}

@media (max-width: 1024px) {
body {font-size:18px;}
h1 {font-size:30px}
h2 {font-size:24px}
h3 {font-size:20px}
h4 {font-size:18px}
}

@media (max-width: 767px) {
body {font-size:16px;}
h1 {font-size:26px}
h2 {font-size:22px}
h3 {font-size:19px}
h4 {font-size:16px}
}


a, a:visited, a:focus,a:active {color:#97DBC8; outline:none}
a:hover {color:inherit}

b, strong {font-weight:600}


/* HOME */


ul {padding:0; margin:0 0 0 15px} 
ul li::marker {color:#97DBC8}
p + ul {margin-top:-10px}

@media (min-width: 1025px) and (max-width: 1300px) {
.intro h1.elementor-headline {font-size:48px!important}
}

/* Rechtliches */
.rechtliches p {margin-top:0}
.rechtliches h1, .rechtliches h3 {font-weight:400}
.rechtliches h2 {font-weight:400; color:#97DBC8!important; margin:15px 0 0 0; font-size:30px}


@media (max-width: 767px) {
.rechtliches h2 {font-size:20px; line-height:1.3}
}