/*
Theme Name: DNT Theme
Theme URI: https://www.dnt.de/
Description: DNT Theme is a child theme of Hello Elementor
Author: Explicatis GmbH
Author URI: https://explicatis.com
Template: hello-elementor
Version: 1.0.1
Text Domain: dnt
*/

@charset "UTF-8";

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-bold.woff2') format('woff2'), url('fonts/montserrat-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
     }

@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

body {
	font-family: 'Roboto', Verdana, sans-serif;
	font-weight: 400;
  line-height: 1.8rem;
  color: #10263B;
}

h1, h2, h3 {
  font-family: 'Montserrat', Verdana, sans-serif;
	font-weight: 700;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

h1 {
	font-size: 3.5rem;
	line-height: 4rem !important;
	color: #005AA1;
}

h1.unterseite {
	font-size: 2.5rem !important;
	line-height: 3rem !important;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem !important;
  color: #4A545B;
}

@media( max-width: 767px ){
	h1 {font-size: 3rem;
	line-height: 3.5rem !important;
  }

	h1.unterseite {
	font-size: 2rem !important;
	line-height: 2.5rem !important;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 2rem !important;
  }
}

h3 {
  font-size: 1rem !important;
	color: #4A545B;
}

a {
	color: #005AA1;
}

footer a {
 	color: #fff;
}

a:hover, a:focus {
  color: #E09703;
}

.elementor-button {
	line-height: 1.5;}

}

/* Mega Menu Styling */
.menu_content {
	position: absolute;
	top: 47px;
	opacity: 0;
	pointer-events: none;
}

.menu_content:hover,
.menu_content:focus,
.menu_content:focus-within {
	opacity: 1;
	pointer-events: visible;
}

.nav_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    height: 76px;
}

.nav_item:hover + .menu_content, .nav_item:focus-within + .menu_content {
    opacity: 1;
    pointer-events: visible;
}

a.hfe-menu-item.elementor-button {
	background-color: #fff;
	color: #10263B;
	border: solid 2px #6db649;
	padding: 12px 24px !important;
	margin-left: 16px;
}

.elementor-9 .elementor-element.elementor-element-d9c8062 {
	width: auto;
}

.elementor-9 .elementor-element.elementor-element-189ffdf:not(.elementor-motion-effects-element-type-background)::before {
	content:url('/images/triangle.svg');
	position:relative;
	z-index:1000;
	left:-32px;
	top:0;
}

/*// Sticky Header Fade in/out //*/

#hide-header.elementor-section.hfe-sticky{
position: fixed;
top: 0;
left: 0;
width: 100%;
	animation:slide-down 0.8s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@media( max-width: 767px ){

	#hide-header.elementor-section.hfe-sticky{
		top: 0;
	}
}

/* Kontaktformular Metform */
.elementor-573 .elementor-element.elementor-element-4c67379 {
  box-shadow: none !important;
}
