@charset "UTF-8";

/*
Theme Name: eprimo Malo-Id
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: 4Motions GmbH
Author URI: https://www.4motionsgmbh.de/
Template: twentytwentyone
Description: Child theme of Twenty Twenty-One.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	font-size: 16px;
	color: #071e7f;
	font-family: 'Roboto', 'Tahoma', 'sans-serif';
	background-image: url('./assets/images/eprimo-logo.svg'), url('./assets/images/eprimo-welle.svg');
	background-size: 8.5rem auto, 16rem auto;
	background-position: 1rem 1rem, 0 0;
	background-repeat: no-repeat;
}

body p {
	line-height: 1.4;
	margin-bottom: .5rem !important;
}
a.logoLink{
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:100px;
}
.site a{
	color:#46B43E !important;
	text-decoration:underline !important;
}
.site a:hover, .site a:active, .site a:focus{
	color:#071E7F !important;
	text-decoration:underline !important;
}
#masthead {
	min-height: 125px;
}

/* ninja-forms overrides */
nf-fields input {
	border-radius: 8px !important;
}
nf-fields .nf-field-label {
	margin: 0 !important;
}
nf-fields .nf-field-label label {
	font-weight: normal !important;
}
.nf-form-fields-required {
	font-style: italic !important;
	padding: 5px !important;
	font-size: .9rem;
}
.nf-error-msg, .ninja-forms-req-symbol {
	color: #ca0f3d !important;
}
#nf-field-18-wrap {
	text-align: center !important;
}
#nf-field-18-wrap input{
	margin-top: 1.5rem;
	background-color: #961EF2 !important;
	border-radius: 100px !important;
	padding: 10px 19px !important;
}
.nf-form-content .nf-field-element .ninja-forms-field[type=radio]:not(select) {
	background: none !important;
	border: none !important;
}
.checkbox-container.label-right label {
	margin: 0 0 0 35px !important;
}
.checkbox-container.label-right label::after {
	left: -35px !important;
}

.cookie-box a, .cookie-box a:hover, .cookie-box a:active, .cookie-box a:focus{
	color:#46B43E !important;
	text-decoration:none !important;
}

#nf-field-16-wrap div.nf-field-element{
	width:10% !important;
}

#post-2 > div > h2 {
	
}

main footer  {
	display: none !important;
}

footer {
	background:linear-gradient(45deg, #87CB1C 0%, #46B43E 50%, #4CC5BA 100%) !important;
	width: 100% !important;
	max-width: 100% !important;
}

footer .footer-navigation {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
footer .footer-navigation a {
	font-size: 1rem;
	color: #fff !important;
	text-decoration: none;
	letter-spacing: .05rem;
}
footer .footer-navigation a:hover {
	text-decoration: underline !important;
}

.powered-by {
	display: block;
}

#colophon,
.footer-navigation {
	margin-top: 1rem;
}

.entry-footer,
#colophon {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.primary-navigation {
	display: none !important;
}

.entry-content > p {
	margin-top: 0;
	margin-bottom: 2rem;
}

.entry-content > p > br {
	display: none !important;
}

#masthead {
	padding-top: 2rem;
	padding-bottom: 0;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: none !important;
}

.entry-header,
.site-branding {
	display: none !important;
}