
.widget {
	width: 30%;
	margin-top: 20px;
	margin-left: 2.5%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.widget:last-child {
	margin-bottom: 20px;
}
.widget .modul_image {
	width:100%;
}

.widget2 {
	width: 46.25%;
}

.widget1 {
	width: 95%;
	float: none;
	margin: 20px auto 0;
}

.widget60, .widget40 {
	margin: 0;
}

.widget60 {
	width: 60%;
}

.widget40 {
	width: 40%;
}

.widget40.col2 {
	padding-left: 50px;
}

.widgetimg1 img {
	width: 100%;
}

.widgetfullimg {
	width: 100%;
}

.widgettxt {
	text-align: left;
}

.widgettxt p {
	text-indent: 5%;
}

.pagewrap .widget {
	border: 1px solid #bdc5c8;
	border-radius: 5px;
}

.pagecontent {
	width: 95%;
	margin: 0 auto;
}

.widgetwrap {
	margin-bottom: 20px;
}

/* forms */


#contform input.text,
#contform textarea.text  {
    margin-bottom: 12px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#contform label { 
    display: block;
}

#contform select { 

    -webkit-appearance: initial;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    background-image: url(/images/chevron_d.png);
    background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: 99% 50%;
    cursor: pointer;
    margin-bottom: 12px;
}


.forms_h .form100 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	display: block;
}

.forms_h .form50 {
	display: inline-block;
	padding-left: 2%;
	width: 50%;
	box-sizing: border-box;
}

.forms_h .form50.first {
	padding-right: 2%;
	padding-left: 0%;
}

.forms_h label {
	font-size: 13px;
	color: gray;
}

.forms_h input, .forms_h textarea, .forms_h select, #content .forms_h select {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: black;
	background-color: #f5f5f5;
	border-radius: 4px;
	margin-top: 2px;
}

.forms_h select {
	-moz-appearance: window;
}

@-moz-document url-prefix() {
	.css-select-moz {
		padding: 10px 0px;
		margin: 0px;
		font-size: 16px;
		border: 1px solid #dddddd;
		color: black;
		background-color: #f5f5f5;
		border-radius: 4px;
		background-image: url(/images/chevron_d.png);
		background-repeat: no-repeat;
		background-size: auto 15px;
		background-position: 99% 50%;
	}
	.css-select-moz select {
		width: calc(100% - 2px) !important;
	}
} 

.forms_h input:focus, .forms_h textarea:focus {
	border-color: var(--main-color);
	outline: 1px var(--main-color);
	outline-style: auto;
}


/* forms error */

.form-input-error, 
input.form-input-error, 
#checkoutcol1wrap input.form-input-error, 
.forms_h input.form-input-error, 
.forms_h textarea.form-input-error, 
#content .forms_h select.form-input-error {
	background: red;
	color: white;
}


.infotext {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 20px;
}

.txtleft { 
    text-align: left;
}


.faqshort {
	text-align: left;
}

.faqshort a .faqtop {
	color: var(--main-color);
	font-size: 20px;
	padding-top: 20px;
	margin: 30px 0 15px;
	border-top: 1px solid gray;
	font-weight: 500;
}

.faqshort a .faqgroup {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
	padding-left: 10px;
}

.faqshort a .faqgroup:hover {
	color: var(--main-color);
}

@media only screen and (max-width: 768px) {

	.widget60, .widget40 {
		width: 95%;
		margin-left: 2.5%;
	}
	.widget40.col2 {
		padding-left: 0;
		padding-top: 20px;
	}
	
}
