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

/* outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('https://creekhill.status-one.de/fonts/outfit-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('https://creekhill.status-one.de/fonts/outfit-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-900 - 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: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url('https://creekhill.status-one.de/fonts/outfit-v11-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* finger-paint-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: 'Finger Paint';
  font-style: normal;
  font-weight: 400;
  src: url('https://creekhill.status-one.de/fonts/finger-paint-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1{
	font-family: 'Outfit'!important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 40px !important;
	line-height: 50px !important;
	color: #4e6165 !important;
}

h2{
	font-family: 'Outfit'!important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	line-height: 40px !important;
	color: #4e6165 !important;
}

h3{
	font-family: 'Finger Paint' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 35px !important;
    line-height: 40px !important;
    color: #b8f665!important;
    text-transform: uppercase !important;
}

.useite h1{
	font-family: 'Outfit'!important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 50px !important;
	line-height: 60px !important;
	color: #fff !important;
}

.useite h2{
	font-family: 'Outfit'!important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 40px !important;
	line-height: 50px !important;
	color: #fff !important;
}

a{
	text-decoration: none !important;
	color: #4e6165 !important;
}

a:hover{
	color: #000!important;
}

b, bold{
	font-family: 'Outfit'!important;
	font-style: normal !important;
	font-weight: 700 !important;
}


.schmuck p{
	font-family: 'Finger Paint' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 28px !important;
    line-height: 29px !important;
    color: #b8f665!important;
    text-transform: uppercase !important;
	transform: rotate(-5deg) !important;
}

.schmuck a{
	color: #b8f665!important;
}

.schmuck a:hover{
	color: #b8f665!important;
	font-size: 30px !important;
}

.splash {
    position: absolute !important;
    right: 20px !important;
    width: 333px !important;
}

body, p, li{
	font-family: 'Outfit'!important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #4e6165 !important;
}



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

.menuleiste {
    position: sticky !important;
    top: 0px !important;
	height: 110px !important;
}

a.hfe-menu-item{
	font-family: 'Finger Paint' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	text-transform: uppercase !important;
	color: #fff !important;
}

.current-menu-item > a{
	color: #b8f665 !important;
}

a.hfe-menu-item:hover{
	color: #b8f665 !important;
}

/*
.menu-item .menu-item-type-post_type .menu-item-object-page .current-menu-item .page_item .page-item-17 .current_page_item .parent .hfe-creative-menu


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

body, html {
	background-color: #e6e6e6 !important;
}

main#content {
    overflow-x: clip;
}

/********Formular********/

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

button#wpforms-submit-272 {
    text-transform: uppercase !important;
}

label.wpforms-field-label-inline {
    font-size: 14px !important;
}

span.elementor-button-text {
	font-family: 'Outfit'!important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #fff !important;
    text-transform: uppercase !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full {
	background: #4e6165 !important;
}

/*****Scroll Down Animation*****/
.icon-scroll,
.icon-scroll:before{
  position: absolute;
	  left: 50%
}

.icon-scroll{
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
	  border-radius: 25px;
}

.icon-scroll:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
	  animation-name: scroll;
}

@keyframes scroll{
	0%{
		opacity: 1
	}
	
	100%{
    opacity: 0;
		transform: translateY(46px)
	}
}

@media only screen and (max-width: 1024px){
	.icon-scroll {
		border-radius: 3px;
		width: 40px;
		height: 70px;
		bottom: 50%;
		margin-top: -35px;
	}
	
	.icon-scroll:before{
		content: '';
 		width: 8px;
  		height: 8px;
  		background: #fff;
  		margin-left: -4px;
  		top: 50px;
  		border-radius: 4px;
  		animation-duration: 1.5s;
  		animation-iteration-count: infinite;
		animation-name: scroll;
}
	
	@keyframes scroll{
	0%{
		opacity: 1
	}
	
	100%{
		opacity: 0;
		transform: translateY(46px) !important;
		top: 12px;
		}
	}
}

/***********************Posts**********************/

a.anwp-link-without-effects {
    color: #4e6165 !important;
    text-transform: uppercase;
}

a.anwp-link-without-effects:hover{
	color: #b8f665 !important;
}

.biketitel h1{
	text-transform: uppercase !important;
	font-size: 50px !important;
	line-height: 60px !important;
}

.anwp-pg-post-teaser__title.anwp-font-heading.mt-auto.mb-1 {
    font-size: 50px !important;
}


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

.footer p, .footer a{
	font-family: 'Outfit'!important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #fff !important;
}

.rechtliches a{
	font-family: 'Outfit'!important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #fff !important;
}

.rechtliches a:hover{
	color: #b8f665 !important;
}