/*
Theme Name: maria child
Tags:  custom-menu, editor-style, featured-images
Template: maria
Version: 1.0.0
*/


@import '../maria/style.css';



/*---------------------------------
      write your css from here
------------------------------------*/

/* Rotis Sans Serif */
@font-face {
  font-display: swap;
  font-family: 'Rotis Sans Serif';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/rotis_sans_serif/AT_Rotis_Sans_Serif_75.eot'); /* IE9 Compat Modes */
  src: url('./fonts/rotis_sans_serif/AT_Rotis_Sans_Serif_75.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/rotis_sans_serif/AT_Rotis_Sans_Serif_75.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/rotis_sans_serif/Sans.woff') format('woff'), /* Modern Browsers */
       url('./fonts/rotis_sans_serif/AT_Rotis_Sans_Serif_75.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/rotis_sans_serif/Sans.svg#FiraSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Noto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/NotoSans-Regular.ttf') format('truetype');
}
p, a, button, input, th, td, div, span { font-family: 'Noto'; }
h1, h2, h3, h4, h5, h6, h7, h8 { font-family: 'Rotis Sans Serif'; }

.manu-wrapper .site-branding .custom-logo-link img{
	width: 310px;
}
.breadcumb-area::before {
	background-color: rgba(41,52,92,0.3);
}
.breadcumb-area {
	padding: 70px 0 70px;
	background-position: center -230px;
}
.site-header .transparent-menu.sticky-nav .site-branding .custom-logo-link img,
.main-menu.sticky-nav .site-branding .custom-logo-link img {
	filter: none;
}

.blog-details .post-thumbnail img{
	max-width: 370px;
}
.clear{
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}

p, .entry-content p {
  margin-bottom: 0.75em;
}

.ast-button, .ast-custom-button, body, button, input[type="button"], input[type="submit"], textarea {
  line-height: 1.85714285714286;
}
.li_no_decoration{
	list-style: none;
	margin: 0;
	padding: 0;
}
hr{
	color: #ffffff;
	background-color: #ccc !important;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em !important;
}
.schwarzer_strich{
	background-color: #000;
	height: 1px;
}


/* Blogeinträge */
.aktuelle_themen .listing-item{
	margin-top: 70px;
}
.aktuelle_themen{
	padding-top: 25px;
}
.display-posts-listing .listing-item .image{
	width: 100%;
	display: block;
}
.display-posts-listing .listing-item .image img{
	margin-left: 0;
	margin-right: auto;
	width: 75%;
	display: block;
}
.aktuelle_themen .display-posts-listing{
	margin: 0;
	padding: 0;
}
.display-posts-listing .listing-item .title{
	font-weight: bold;
	font-size: 1.5em;
}
.display-posts-listing {
	list-style: none;
}

.blog-details h1{
	font-size: 28px;
	margin: 1rem 0;
}

.blog-details h2{
	font-size: 20px;
	margin: 1rem 0;
}

/* aktuelle Themen */
.aktuelle_themen .display-posts-listing .listing-item .image{
	width: 30%;
	float: left;
}
.aktuelle_themen .display-posts-listing .listing-item .title{
	display: block;
}
.aktuelle_themen ul li{
	clear: both;
}
.display-posts-listing .listing-item .image img{
	margin-bottom: 10px;
}


@media only screen and (max-width: 767px){
	.footer-width-fixer p, .footer-width-fixer a{
		text-align: center;
		/* display: block; */
	}
}
@media only screen and (max-width: 1024px){
	.hfe-dropdown{
		width: 690px !important;
		left: -10px !important;
		z-index: 9999 !important;
		visibility: visible !important;
		opacity: 1 !important;
		height: auto !important;
		position: absolute !important;
		top: 100%;
	}
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu{
		visibility: visible;
		opacity: 1;
	}
	.elementor-216 .elementor-element.elementor-element-850610d .hfe-nav-menu__toggle{
		visibility: hidden;
		height: 0;
	}
}


.sticky-nav {
    top: 0px !important;
    background: rgba(255, 255, 255) !important;
    animation-duration: .5s !important;
}
.sticky-nav .manu-wrapper .menu-ul li a { color: #000 !important; }

.blog-details .post-thumbnail img{
	max-width: 100%;
	height: 250px;
	object-fit: cover;
}

ul, ol { margin: 0 0 1.5em -1em; }

@media (max-width: 768px){
	.elementor-top-section h1{
		font-size: 40px;
	}
}

.startseite_container .elementor-image-box-img{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 100%;
	height: 250px;
}
.startseite_container img{
	  height: 100%;
	  min-height: 100%;
	  object-fit: cover;
	  overflow: hidden;
}
.startseite_container .elementor-image-box-content{
	  height: 325px;
}
@media (max-width: 1000px){
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
		width: 100%;
	}
	.startseite_container .elementor-image-box-content{
		  height: 325px;
	}
}
@media (max-width: 384px){
	.startseite_container .elementor-image-box-content{
		  height: 400px;
	}
}
@media (max-width: 340px){
	.startseite_container .elementor-image-box-content{
		  height: 470px;
	}
}
@media (max-width: 390px){
	.startseite_container .elementor-image-box-content{
		  height: 550px;
	}
}
.breadcumb-area h2{
	text-transform: none;
}

.blogbeitraege .image{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 100%;
	height: 125px;
}
.blogbeitraege img{
	  height: 100%;
	  min-height: 100%;
	  object-fit: cover;
	  overflow: hidden;
}
.blogbeitraege .excerpt-dash{ 
	width: 0px;
	display: block;
	visibility: hidden;
	height: 0px;
}
.blogbeitraege .excerpt{
	height: 120px;
	display: block;
	overflow: hidden;
}
.blogbeitraege .elementor-button-wrapper{
	margin-left: 25px;
}
@media (max-width: 1024px){
	.blogbeitraege .elementor-button-wrapper{
		margin-left: 5px;
	}
}

.elementor-216 .elementor-element.elementor-element-850610d nav.hfe-dropdown .menu-item a.hfe-menu-item,
.elementor-216 .elementor-element.elementor-element-850610d nav.hfe-dropdown{
	background-color: var(--e-global-color-secondary);
}

.elementor-216 .elementor-element.elementor-element-d5c689f{
	font-weight: 300;
	line-height: 1em;
}
@media (max-width: 768px){
	.elementor-216 .elementor-element.elementor-element-548ebb3 .hfe-copyright-wrapper{
		text-align: center;
	}
	.hfe-nav-menu .menu-item a{
		text-align: center;
		display: block;
	}
}
@media (max-width: 1024px){
	.hfe-dropdown{
		width: 100% !important;
		position: unset !important;
	}
}
.breadcumb-area::before{
	background-color: transparent;
}
body{
	font-size: 16px;
}
.impressum ul{
	margin-bottom: 0px;
}
b{
	font-weight: bold;
}
.breadcumb-area h2{
	min-height: 450px;
	line-height: 450px;
	text-align: center;
}
.breadcumb-area{
	padding: 0px;
}
.site-header .main-menu .manu-wrapper .menu-ul li a{
	letter-spacing: 1px;
}
.scroll_header{
	scroll-margin: 150px 0 0 0;
}
@media (min-width: 991px){
	.site-header .main-menu .manu-wrapper .menu-ul li.menu-item-has-children a{
		padding: 29px 10px 30px 10px;
	}
}
@media (max-width: 1199px){
	.site-header .main-menu .manu-wrapper .menu-ul li a {
		padding: 30px 5px;
	}
}
.scroll-up{
	display: none !important;
}

#petra-mosebach, #armin-hessler{
	scroll-margin: 150px 0 0 0;
}