/*

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


/*
blau hell: #8DCED5
blau dunkel: #005986
*/

#content
{
	padding-left:20px;
	padding-right:20px;
}

.wpcf7-form .wpcf7-custom-label:not(:first-child)
{
	margin-top:30px;
}

.wpcf7 label
{
	min-width:100%;
}

.footer-element p
{
	margin-block-end:0rem!important;
}

.wpcf7-custom-label
{
	margin-bottom:10px;
}

.footer-element p,
.footer-element a
{
	font-size:12px!important;
}

textarea:focus
{
	border:1px solid #005986!important;
	outline-style: solid;
  	outline-color: #005986;
}


.acceptance
{
	margin-top:30px;
	margin-bottom:30px;
	display:flex;
}

.acceptance > div:nth-child(1)
{
	display:flex;
	flex-direction:row;
	width:66%;
}

.acceptance > div:nth-child(1) p
{
	display:flex;
}


.acceptance > div:nth-child(2)
{
	text-align:right;
	width:34%;
}

.wpcf7-list-item
{
	margin-left:0px!important;
}


.acceptance-text
{
	padding-right:30px;
	line-height:20px;
	margin-left:10px;
}

@-moz-document url-prefix() {
 .acceptance-text
{
	margin-left:20px!important;
}
}

.acceptance input[type='checkbox']
{
	-moz-appearance:initial;	
}


.acceptance input[type='checkbox']:before
{
    cursor: pointer;
    position: absolute;
    top: 1px;
    line-height: 12px;
    content: "\2713";
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #005986;
    background: #fff;
    text-align: center;
}

.acceptance input[type='checkbox']
{
	height:0px!important;
}

.acceptance input[type='checkbox']:checked:before
{
	color:#8DCED5;
	background: #fff;
}


.wpcf7-submit
{
	padding:5px 13px;
	border:0px!important;
	color:#fff!important;
	background-color:#005986!important;
}

.wpcf7-submit:hover
{
	background-color:#8DCED5!important;
}


.wpcf7-spinner
{
	position: absolute!important;
    right: 4px;
    bottom: 26px;
}


@media only screen and (max-width:766px)
{
	.acceptance
	{
		flex-direction:column;
	}
	
	
	.acceptance > div
	{
		width:100%!important;
	}
	
	.acceptance > div:nth-child(1)
	{
		margin-bottom:30px;
	}
	
	.acceptance > div:nth-child(2)
	{
		text-align:center;
	}
	
	.hfe-heading-text
	{
		font-size:24px;
	}	

	h1.entry-title
	{
		font-size:20px;
	}
	
	
}
