body h1 {
	font-size: 36px;
}

.moser_header h1 {
	font-size: 62px;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 0;
}

h1, h2 {
	font-weight: 700;
}

figcaption, .gallery-caption, .wp-caption-text {
	font-size: 18px;
	font-weight: 700;
}

.moser_header p {
	font-size: 32px;
	text-shadow: 1px 1px 1px #000;
}

.elementor-editor-active .site-inner {
	margin-top: 100px;
}

body *, p, a, ul li, strong, span {
	font-family: 'Arial', sans-serif;
}

body .button {
	background: #799aaf;
	border-radius: 0;
	padding: 12px 24px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #799aaf;
}

body .button:hover {
	background: #f3f6f8;
	color: #799aaf !important;
	border: 1px solid #799aaf;
}

p + ul {
	margin-top: -20px;
}

nav ul li a span {
	font-family: 'Raleway';
	font-weight: 600;
	color: #fff;
}

nav ul li a:hover span {
	color: #ffcd00;
}

.hotline_link {
	border: 2px solid #fff;
	background: #799aaf;
	border-radius: 50%;
}

.hotline_link i {
	color: #fff;
}

#genesis-mobile-nav-primary {
	background: rgba(122, 154, 176, .6);
	border: 2px solid #fff;
	padding: 10px;
	border-radius: 0;
	color: #fff;
}

.genesis-responsive-menu {
	background: #fff;
	z-index: 444;
	padding: 20px;
}

.genesis-responsive-menu .hotline_link {
	width: 45px;
	text-align: center;
}

.site-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.single-post .site-inner {
	padding-top: 0;
}

.content {
	width: 100%;
}

.site-header, .nav-primary, .genesis-nav-menu .sub-menu a {
	background-color: #799aaf;
}

@media(max-width:960px) {
	.site-header {
		background-color: #799aaf;
	}
}

@media(max-width:950px) {
	#genesis-mobile-nav-primary {
		width: 100px;
	}
	
	.wp-custom-logo .title-area {
		width: calc(100% - 120px);
	}
}

.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.video-container iframe{
    position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*
.video-container::after {
	content: ' ';
	display: block;
	height: 90vh;
}
*/

.scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.scroll i {
	color: #fff;
	font-size: 24px;
	width: 40px;
	height: 40px;
	background: rgba(122, 154, 176, .6);
	line-height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
}

@media(max-width:1024px) {
	.video-container video {
		height: auto;
		position: relative;
	}
	
	.video-container::after {
		display: none;
	}

	.scroll {
		position: relative;
		bottom: 20px;
		left: unset;
		transform: none;
		text-align: center;
		margin-top: -50px;
		z-index: 999;
	}
}




.elementor-widget li {
	margin-left: -1em;
}

/* Blog Vorschau */
.elementor-grid-item.post,
.elementor-widget-wp-widget-featured-post article {
	position: relative;
}

.elementor-grid-item.post .elementor-post__text,
.elementor-widget-wp-widget-featured-post .entry-header {
	position: absolute;
	bottom: 14px;
	right: 0;
	left: 0;
	background: rgba(121, 154, 175, .8);
	height: 100px;
	overflow: hidden;
	transition: .5s;
}

.elementor-grid-item.post .elementor-post__text {
	bottom: 18px;
}

.elementor-grid-item.post:hover .elementor-post__text,
.elementor-widget-wp-widget-featured-post:hover .entry-header {
	height: 100%;
	height: calc(100% - 14px);
	transition: .5s;
}

.elementor-grid-item.post .elementor-post__title,
.elementor-widget-wp-widget-featured-post .entry-title {
	font-size: 20px;
	padding: 15px;
	margin: 0;
	background: rgba(255, 255, 255, .2);
	margin: 10px;
}

.elementor-grid-item.post .elementor-post__title a,
.elementor-widget-wp-widget-featured-post .entry-title a {
	color: #fff;
	display: block;
}




body .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}

/* Footer */

.widget-area.footer-widgets-1.footer-widget-area {
  padding-left: 0;
}
.widget-area.footer-widgets-3.footer-widget-area {
  padding-right: 0;
}


@media(max-width:767px) {
	.widget-area.footer-widgets-1.footer-widget-area {
		padding-left: 30px;
	}
	.widget-area.footer-widgets-3.footer-widget-area {
		padding-right: 30px;
	}
}
