/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.con-fu-home-hi{
	width:100%;
	padding-top:150px;
	padding-bottom:600px;
	position:relative;
    background:#000;
}

.con-in-home-hi{
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}

.con-l-home-hi{
	width:43%;
	margin-left:7%;
}

.con-r-home-hi{
	width:50%;
	margin-left:0%;
	position:relative;
}

@media (max-width: 1290px) {
	.con-fu-home-hi{
		padding-top:0px;
		padding-bottom:500px;
	}

	.con-in-home-hi{
		flex-direction: column-reverse;
		align-items: start;
	}

	.con-l-home-hi{
		width:60%;
		margin-bottom:0px;
		margin-left:20%;
	}

	.con-r-home-hi{
		width:60%;
		margin-left:20%;
		margin-bottom:100px;
        padding-top:80px;
	}

    .helper{
        margin-bottom:0px !important
    }
}

@media (max-width: 768px) {
	.con-fu-home-hi{
		padding-top:0px;
		padding-bottom:200px;
	}

	.con-l-home-hi{
		width:90%;
		margin-bottom:0px;
		margin-left:5%;
	}

	.con-r-home-hi{
		width:90%;
		margin-left:5%;
		margin-bottom:60px;
        padding-top:40px;
	}
}

/*----------- 2 ----------*/

p.h-mini-home-hi{
	font-size: 17px;
	font-weight: bold;
	color: #0ca894;
	margin-bottom: 18px;
}

h2.home-hi {
	font-size: 46px;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 20px;
}

p.home-hi{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 12px;
    color:#fff;
    text-align:center;
}

.button-home-hi {
	display: block;
    max-width: 180px;
    text-align: center;
}

a.button-home-hi, input[type="submit"]{
	font-size:16px;
	font-weight:700;
	color: #ffffff;
	border-radius: 4px;
	background: rgba(0,172,152,1);
	padding: 12px 24px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.18);
}

@media (max-width: 1290px) {
	h2.home-hi{
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	p.h-mini-home-hi{
		font-size: 16px;
		margin-bottom: 10px;
	}

	h2.home-hi{
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 18px;
	}

	p.home-hi{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 2px;
		padding-right: 15px;
	}
}

/*----------- 3 ----------*/

img.img-home-hi{
	width: 100%;
	border-radius: 12px;
	position:relative;
	margin-bottom: -7px;
}









/*------------------------------------ element icon + txt (el-me). ------------------------------------*/

.con-fu-helper--el-me{
	width:100%;
	padding-top:200px;
	padding-bottom:500px;
	position:relative;
}

.con-in-helper--el-me{
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}

/* ab hier relevant */

.icon-txt-el-me{
	display: flex;
    width: 100%;
    border:1px solid #000;
    align-items: center;
    justify-content:center;
    margin-bottom: 16px;
}

.icon-txt-t-el-me{
	font-size:18px;
	line-height: 1.5;
    color:#fff;
    border:1px solid #000;
    
}

.icon-txt-i-el-me{
    background:#fff;
	padding: 5.5px;
    padding-top: 3.5px;
    padding-bottom: 0px;
    margin-right: 16px;
    border: 1px solid #fff;
    border-radius: 6px;
}

.icon-txt-i-el-me img{
    height: 18px;
    width:18px;
}

i.bi-send-el-me::before{
	font-size:20px;
	top:4px;
}

@media (max-width: 768px) {
	
}
