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

/*
    Add your custom styles here
*/
/* colours

blau:  #001eb4
rot:  #ed7052	
BG: #e1ccbd
footer: #faeae8
	
*/	

/* josefin-sans-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: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

/* josefin-sans-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: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-sans-v25-latin-600.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

/* josefin-slab-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: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-slab-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-slab-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-slab-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-slab-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-slab-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://heikogehrke.de/wp-content/themes/hello-theme-child-master/fonts/josefin-slab-v20-latin-regular.svg#JosefinSlab') format('svg'); /* Legacy iOS */
}



.elementor-maintenance-mode .elementor-location-header,
.elementor-maintenance-mode .elementor-location-footer {
	display: none;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}

html, body {
	font-family: 'Josefin Slab', Courier, Times, serif;
	letter-spacing: 0.3em;
	font-size: 15px;
	font-weight: 400;
	color: #001eb4;
	line-height: 1.3;
	
}
html {
	background-color: #fff;
}
body {
	background-color: #bff4e5;
	margin: 15px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	letter-spacing: 0.07em;
	font-family: 'Josefin Sans';
}
h1 {
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 20px;
}

h2 {
	font-size: 140px;
	text-transform: uppercase;
	line-height: 80px;
	mix-blend-mode: multiply;
}


h3 {
    font-size: 45px;
	margin-bottom: 40px;
}
h4 {
    font-size: 15px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 15px;
}
.elementor-heading-title {
  line-height: 1.2;
}

a,
a:visited {
	color: #001eb4;
}
a:hover {
	colour: #ed7052;
}

/* abi zeitung */
.page-id-157 .site-footer {
	display: none;
}



/* MEDIA QUERIES ******************************************************************/

@media (max-width:767px){ 
 
h2 {
	font-size: 40px;
	line-height: normal;
}
h3 {
	font-size: 20px;
	line-height: normal;
}

}


