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


/****************************************Fonts************************************************/

/* roboto-200 - 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: 200;
  src: url('https://tiefgarage-elm.de/fonts/roboto-v50-latin-200.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://tiefgarage-elm.de/fonts/roboto-v50-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://tiefgarage-elm.de/fonts/roboto-v50-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


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


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

html, body{
	overflow-x: hidden !important;
}

h1, .aufbau p{
	font-family: 'Roboto' !important;
	font-style: normal !important;
	font-weight: 200 !important;
	font-size: 35px !important;
	line-height: 45px !important;
	letter-spacing: 3px !important;
	color: #fff !important;
	text-transform: uppercase !important;
}

h2, h3, h4, h5, h6{
	font-family: 'Roboto' !important;
	font-style: normal !important;
	font-weight: 200 !important;
	font-size: 24px !important;
	line-height: 34px !important;
	letter-spacing: 1px !important;
	color: #fff !important;
}

html, body, p, a, li{
	font-family: 'Roboto' !important;
	font-style: normal !important;
	font-weight: 200 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 1px !important;
	color: #fff !important;
}

b, strong{
	font-family: 'Roboto' !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

a{
	text-decoration: none !important;
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    background-color: #3d3d3d !important;
    color: #fff !important;
}

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

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

.footer a{
	font-size: 14px !important;
	line-height: 22px !important;
}


/*********************************Medie Queries*********************************/

@media only screen and (max-width: 767px){
	h1, .aufbau p{
	font-size: 24px !important;
	line-height: 32px !important;
}

h2, h3, h4, h5, h6{
	font-size: 20px !important;
	line-height: 28px !important;
}
}
