/*

Theme Name: 8create
Theme URI: https://www.8create.digital
Version: 1.1
Description: 8create child theme
Author: 8create
Author URI: https://www.8create.digital
Template: Divi

*/

/* Own Code */
html {
	font-family: europa, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	color:#4A4A4A;
	font-size:18px;
	line-height:26px;
	background: url('assets/img/ep_naturalwhite.png') repeat 0 0;
}
body {
	background-color: transparent !important;
	font-family: europa, sans-serif !important;
}
h1, h2, h3, h4, h5, p, a {
	font-family: europa, sans-serif !important;
}
.invisible {
	display:none;
}
.text-r {
	text-align:right;
}
.space-left-big {
	box-sizing:border-box;
	padding-left:8%;
}
.space-right-big {
	box-sizing:border-box;
	padding-right:8%;
}
h1 {
	font-size:45px;
	line-height:54px;
	font-weight:700;
	color:#000000;
	margin-bottom:35px;
	width:630px;
}
h2 {
	font-size:35px;
	line-height:43px;
	font-weight:700;
	color:#000000;
}
h3 {
	font-size:25px;
	line-height:33px;
	font-weight:700;
}
h4 {
	font-size:20px;
	line-height:28px;
	font-weight:700;
	color:#000000;
	margin-bottom:20px;
}
p {
	margin-bottom:25px;
	max-width:630px;
	line-height:26px;
}
.main ul {
	margin-left:40px;
}
.main ul li {
	list-style:disc;
	padding-left:15px;
	line-height:26px;
}

b, strong, bold {
	font-weight:700;
}
.main a {
	color:#88A54A;
	text-decoration:none;
	font-weight:700;
}
.wrapper {
	width:1280px;
	margin:0 auto;
}
.main .wrapper {
	box-sizing:border-box;
	padding:0 50px;
}
.grid-parent {
	display:flex;
}
.grid-2 {
	width:50%;
}
.grid-3 {
	width:33%;
}
.logo img {
	width:250px;
	padding-top:50px;
	position:fixed;
	top:0;
	left:8%;
}
.logo .logo-head {
	display:none;
	width: 88px;
	padding-top:50px;
	position:fixed;
	top:0;
	left:8%;
}
.slider-control {
	display:none;
}
.header {
	box-sizing:border-box;
	padding:0 0 130px 0;
}
.startseite .header {
	padding:0 0 50px 0;
}
.header .mod_navigation {
	box-sizing:border-box;
	padding:80px 0 0 0;
}
.header .mod_navigation ul li {
	display:inline-block;
	vertical-align:top;
	margin-right:25px;
}
.header .mod_navigation ul li.last {
	margin-right:0px;
}
.header .mod_navigation ul li a, .header .mod_navigation ul li span {
	font-size:20px;
	font-weight:700;
	text-decoration:none;
	line-height:28px;
	color:#000000;
	transition: color 0.3s ease;
}
.header .mod_navigation ul li a:hover, .header .mod_navigation ul li span {
	color:#88A54A;
}

/* Main */
.heroimage {
	position: relative;
	height: 600px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 60px;
	margin-top:30px;
}
.heroimage .ce_text {
    position: absolute;
    top: 40%;
    left: 60%;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 65px;
}
.heroimage .badge {
    position: absolute;
    top: 19%;
    left: 57%;
    z-index: 100;
}
.heroimage .badge img {
    width: 200px;
    height: 200px;
}
.heroimage img {
    width: 100%;
    height: auto;
}
.heroimage .ce_text p {
	line-height:75px;
}
.mapouter {
	border: 5px solid #FFF;
	border-radius: 3px;
}
.produkt {
    width: 30%;
    display: inline-block;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-right:20px;
    margin-bottom:20px;
    vertical-align:top;
}
.produkt_photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.produkt_photo img {
    width: auto;
    height: 100%;
}
.produkt h3 {
    width: 90%;
}
.produkt p {
    width: 90%;
}


/* Footer */
.footer {
	background:#88A54A;
	padding-top:50px;
	margin-top:50px;
	padding-bottom:50px;
}
.footer .top-footer h4 {
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	width:85%;
	transition: width 0.3s ease;
}
.footer .top-footer h4:hover {
	width:90%;
}
.footer .top-footer div {
	border-top:1px solid #000000;
	margin-right:30px;
	width:33%;
	box-sizing:border-box;
	padding-top:20px;
}
.footer .top-footer span {
	content: url(/files/theme/img/arrow-right.svg);
  	margin-left: 15px;
  	transition: all 0.3s ease;
  	width:20px;
  	height:20px;
  	display:inline-block;
	vertical-align:top;
	position:relative;
	top:4px;
}
.footer .top-footer span.open {
	content: url(/files/theme/img/arrow-bottom.svg);
  	margin-left: 15px;
  	transition: all 0.3s ease;
  	width:20px;
  	height:20px;
  	display:inline-block;
	vertical-align:top;
	position:relative;
	top:4px;
}
.footer .mod_customnav {
	box-sizing:border-box;
	padding:30px 0 0 0;
}
.footer .mod_customnav ul li {
	display:inline-block;
	vertical-align:top;
	margin-right:8px;
}
.footer .mod_customnav ul li:after {
	content:" | ";
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	line-height:24px;
	color:#5C524C;
	margin-left:8px;
}
.footer .mod_customnav ul li.last:after {
	content:"";
}
.footer .mod_customnav ul li.last {
	margin-right:0px;
}
.footer .mod_customnav ul li a, .footer .mod_customnav ul li span {
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	line-height:24px;
	color:#5C524C;
	transition: all 0.3s ease;
}

/* mobile adaptions */

.header .logo .logo-mobile {
	display: none;
	position: relative;
	max-width: 100px;
}

.footer a {
	color: #fff;
}

@media (max-width: 1280px) {
	.et_pb_section {
		padding-left: 5%;
		padding-right: 5%;
	}

	h1, p {
		width: 100%;
	}

	.wrapper {
		width: 100%;
	}

	.main .wrapper {
		padding-left: 8%;
		padding-right: 8%;
	}

	.header .logo img {
		display: none !important;
	}

	.header .logo .logo-mobile {
		display: block !important;
	}

	.header .grid-parent .logo {
		width: 40%;
	}
	
	.header .grid-parent .text-r {
		width: 60%;
	}

	.footer {
		padding-left: 2%;
		padding-right: 2%;
	}

	.footer .bottom-footer {
		text-align: left;
	}

	.biohof img {
		width: 100%;
		height: auto ;
	}

	.heroimage {
		height: 400px;
	}
}

@media (max-width: 960px) {
	h1 {
		font-size: 30px;
		line-height: 1.5em;
	}

	.header .mod_navigation ul li {
		display: block;
		margin-right: 0;
	}

	.header .mod_navigation {
		padding-top: 50px;
	}

	.produkt {
		width: 100%;
		max-width: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.footer .top-footer  {
		display: block;
	}

	.footer .top-footer div {
		width: 100%;
	}

	.footer .top-footer h4 {
		float left;
	}

	.footer .top-footer span {
		float: right;
	}

	.produkt_photo {
		text-align: center;
	}

	.mapouter,
	h3.screen {
		display: none;
	}

	.heroimage {
		height: 200px;
	}
}

@media (max-width: 460px) {
	.header .mod_navigation ul li {
		display: block;
		margin-right: 0;
	}

	.header .mod_navigation {
		padding-top: 50px;
	}

	.heroimage {
		height: 150px;
	}
}


html body .et_pb_menu__menu .et-menu-nav ul li.current_page_item a {
	color:#88a54a !important;
}

.et_pb_group_carousel_container {
  height: 700px;
  overflow: hidden;
}
.et_pb_group_carousel_container .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
}
.et_pb_group_carousel_container .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1800px) {
.et_pb_group_carousel_container {
  height: 65vh;
}
}

@media (max-width: 1490px) {
.et_pb_group_carousel_container {
  height: 400px;
}
}

@media (max-width: 1140px) {
.et_pb_group_carousel_container {
  height: 100%;
}
}

