/*
Theme Name: AKW
Theme URI: arbeitskraftwerk.de
Description: Theme für AKW
Author: arbeitskraftwerk.de
Author URI: arbeitskraftwerk
Template: Divi
Version: v1.1
*/

:root {
	--main-color: #2bc17d;
	--main-hover: #24b26e;
	--main-text-color: #FFFFFF;
}

.startsection .et_pb_column_2, .startsection .et_pb_column_3 {
	background:transparent;
	background-color:transparent;
	border-radius:10px;
}

.startsection .et_pb_column_2:hover, .startsection .et_pb_column_3:hover {
	-webkit-box-shadow: 0px 0px 15px 5px #D9D9D9; 
	box-shadow: 0px 0px 15px 5px #D9D9D9;
}

.imgradios {
	display:flex;
	justify-content: center;
}

.imgradios .ff-el-form-check:first-child {
	margin-right:50px !important;
}

.imgradios .ff-el-form-check .ff-el-form-check-label span {
	background-color:var(--main-color) !important;
	color:var(--main-text-color) !important;
	transition: background-color .3s ease;
	font-weight: 700 !important;
    font-size: 15px !important;
    padding-top:20px !important;
    padding-bottom:20px !important;
}

.imgradios .ff-el-form-check .ff-el-form-check-label span:hover {
	background-color:var(--main-hover) !important;
	color:var(--main-text-color) !important;
}

.custom_begin a {
	background-color:var(--main-color) !important;
    color: var(--main-text-color) !important;
    transition: background-color .3s ease;
    display:block;
    font-size:15px !important;
	font-weight:700 !important;
	padding:20px !important;
    text-align: center;
}

.custom_begin a:hover {
	background-color: var(--main-hover) !important;
    color: var(--main-text-color) !important;
}

.hidenav .step-nav {
	display:none;
}

.ff-step-header .ff-el-progress-status {
	display:none;
}

.fluentform .ff-step-header {
	max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.fluentform .ff-el-progress-bar span {
	display:none !important;
}

.fluentform .ff-el-progress {
	height:10px !important;
}

.ff-custom_html p {
	font-weight: 700;
    font-size: 40px;
    color: #000000!important;
    line-height: 1.2em;
    text-align: center;
	padding-top:20px;
	padding-bottom:30px !important;
}

.subtexthtml p {
	font-weight: 700;
    font-size: 40px;
    color: #000000!important;
    line-height: 1.2em;
    text-align: center;
	padding-top:20px;
	padding-bottom:0px !important;
}

.ff-custom_html p.subtext {
	font-size:16px !important;
	font-weight:400;
	color:#495057;
	padding-bottom:20px !important;
}


.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected {
	border:none !important;
}

.lastpageform .ff-el-group {
	width:100%;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}

.lastpageform .ff-step-t-container {
	gap:0px !important;
}

.customsubmit {
	background-color:var(--main-color) !important;
	color:var(--main-text-color) !important;
	width:100%;
	font-size:15px !important;
	font-weight:700 !important;
	padding:20px !important;
	text-align: center;
	transition:background-color .3s ease !important;
	opacity: 1;
	animation: shake 4s infinite;
	margin-bottom:20px;
}

.customsubmit:hover {
	background-color: var(--main-hover) !important;
	opacity: 1 !important;
}

@keyframes shake {
    5%,50% {
        transform: scale(1)
    }

    10% {
        transform: scale(0.9)
    }

    15% {
        transform: scale(1)
    }

    20% {
        transform: scale(1) rotate(-2.5deg)
    }

    23% {
        transform: scale(1) rotate(2.5deg)
    }

    26% {
        transform: scale(1) rotate(-1.5deg)
    }

    30% {
        transform: scale(1) rotate(1.5deg)
    }

    35% {
        transform: scale(1) rotate(0)
    }
}

.standardbutton {
	background-color:var(--main-color);
	border-radius:10px;
	font-size:15px !important;
	font-weight:700 !important;
	padding:20px !important;
	color:var(--main-text-color);
	transition:background-color .3s ease;
}

.standardbutton:hover {
	background-color: var(--main-hover) !important;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
	border-radius: 10px;
}

.customfooter a, .customfooter_form a {
	color:#666666;
}

.customfooter_form {
	font-size: 10px;
}

.startsection .et_pb_image {
	border-bottom:0px !important;
	margin-bottom:0px !important;
}

.startsection .et_pb_code {
	border-top:0px !important;
	margin-top:-40px !important;
}

.needonenav .ff-btn-prev {
	display:none;
}

.needonenav .ff-btn-next {
	float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
    display: block;
    background-color:var(--main-color) !important;
	color:var(--main-text-color) !important;
	font-size:15px !important;
	font-weight:700 !important;
	padding:20px !important;
	text-align: center;
	transition:background-color .3s ease !important;
	opacity: 1;
	border-radius:10px;
	border:none;
	cursor: pointer;
}

.needonenav .ff-btn-next:hover {
	background-color: var(--main-hover) !important;
	opacity: 1 !important;
}

.customcheckbox {
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}

.customcheckbox .ff-el-form-check {
	background-clip: padding-box;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    margin-bottom:20px;
}

.customcheckbox .ff-el-form-check-label {
    width: 100%;
    display: block;
    padding:15px;
    margin:0px !important;
    position:relative;
}

.customcheckbox .ff-el-form-check-input {
	top: 0 !important;
    bottom: 0 !important;
    margin: auto 0 !important;
	position:absolute !important;
}

.customcheckbox label span {
	padding-left:30px;
	display:inline-block;
	line-height:1.3em;
}

/*---------- RESPONSIV ----------*/

@media(max-width:767px) {
	h1, h2, .ff-custom_html p {
		font-size:25px !important;
	}
	.customrow1, .customrow2 {
		width:47% !important;
	}
	.customrow2 {
		margin-left:6% !important;
	}
	.custom_begin a {
		font-size:13px !important;
	}
	.fluentform .ff-el-group.ff_list_buttons.imgradios .ff-el-form-check {
		width:47% !important;
		margin:0px !important;
		float:left !important;
	}
	.fluentform .ff-el-group.ff_list_buttons.imgradios .ff-el-form-check:first-child {
		margin-right:6% !important;
	}
	.ff-el-input--content {
		width:100%;
	}
	.fluentform label.ff-el-image-input-src {
		width:100% !important;
		height:unset !important;
		aspect-ratio: 1 / 1;
	}
	.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
		display:inline-block !important;
		font-size:13px !important;
	}
	.fluentform .ff-step-t-container .ff-t-cell {
		width:100% !important;
	}
	.ff-custom_html p.subtext {
		padding-bottom:0px !important;
	}
}

