div {
	outline-style: none !important;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 25px;
}

h2.bigger {
	font-size: 22px !important;
}

h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  color: #ef7800;
	margin-bottom: 0;
}

hr {
	background: #f1f1f1;
	margin: 15px 0;
}

a.normal-logo {
	display: none;
}

.key {
	  border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}

#cookie-law-info-bar {
	border: 0 !important;
	font-family: "helvetica neue", helvetica, arial, sans-serif !important;
	font-size: 11px;
	line-height: 19px;
	padding: 40px 35px 30px 35px !important;
	max-width: 600px;
	left: 30px !important;
	bottom: 30px !important;
	top: unset !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

#cookie_action_close_header {
	font-family: "helvetica neue", helvetica, arial, sans-serif !important;
	font-size: 12px;
}

#back-top a {
	color: #fff;
	background: #ef7800;
	opacity: 1;
}

div.wpcf7 div.row p:empty {
	display: none;
}

div.wpcf7 div.row p {
	margin-bottom: 0;
}

div.wpcf7 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #272727;
}

div.wpcf7 h2 {
	color: #272727;
	line-height: 55px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

div.wpcf7 label {
	margin-top: 10px;
	line-height: 1.44;
}

div.wpcf7 input, div.wpcf7 select, div.wpcf7 textarea {
	color: #000;
	background: #fafafa;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	padding: 0 10px;
	line-height: 42px;
	height: 42px;
	margin-bottom: 10px;
	width: 100%;
}

div.wpcf7 input[type="submit"] {
	background: #ef7800;
	color: #fff;
	padding: 0 24px;
	border-radius: 3px;
	border-width: 0;
	line-height: 33px;
	font-size: 15px;
	-o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

div.wpcf7 input[type="submit"]:hover {
	background: #F29333;
}

div.wpcf7 textarea {
	height: 130px;
	max-width: 100%;
	min-width: 100%;
	margin-bottom: 5px;
	line-height: normal;
	padding: 10px;
}

div.wpcf7-response-output {
	border: 1px solid transparent;
  margin: 0 0 1rem 0;
  padding: .75rem 1.25rem;
  border-radius: .25rem;
}

div.wpcf7-mail-sent-ok {
	border-color: #c3e6cb;
	color: #155724;
	background: #d4edda;
}

div.wpcf7-validation-errors, div.wpcf7-spam-blocked {
	border-color: #f5c6cb;
	color: #721c24;
	background: #f8d7da;
}

span.wpcf7-not-valid-tip {
	  border-color: #f5c6cb;
    color: #721c24;
    background: #f8d7da;
    padding: .75rem 1.25rem;
    margin-bottom: 10px;
    margin-top: -10px;
}

div.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	margin-top: -2px;
}

div.wpcf7 .wpcf7-field-group-add:before {
	content: "Gerät hinzufügen ";
}

html:lang(en-US) div.wpcf7 .wpcf7-field-group-add:before {
	content: "Add machine ";
}

html:lang(fr-FR) div.wpcf7 .wpcf7-field-group-add:before {
	content: "Ajouter une machine ";
}

html:lang(nl-NL) div.wpcf7 .wpcf7-field-group-add:before {
	content: "Machine toevoegen ";
}

html:lang(nl-BE) div.wpcf7 .wpcf7-field-group-add:before {
	content: "Machine toevoegen ";
}

html:lang(cs-CZ) div.wpcf7 .wpcf7-field-group-add:before {
	content: "Přidat zařízení ";
}

html:lang(pl-PL) div.wpcf7 .wpcf7-field-group-add:before {
	content: "Dodaj urządzenie ";
}

html:lang(es-ES) div.wpcf7 .wpcf7-field-group-add:before {
	content: "Añadir equipo ";
}

html:lang(it-IT) div.wpcf7 .wpcf7-field-group-add:before {
	content: "Aggiungi mezzo o accessorio ";
}

div.wpcf7 .wpcf7-field-group-add { 
	color: #28a745;
	border: 1px solid #28a745;
	border-radius: 4px;
	padding: 6px 12px;
	background: transparent;
	-o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
	outline-style: none !important;
}

div.wpcf7 .wpcf7-field-group-add:hover { 
	color: #fff;
	background: #28a745;
}

div.wpcf7 .wpcf7-field-group-remove { 
	color: #dc3545;
	border: 1px solid #dc3545;
	border-radius: 4px;
	padding: 6px 12px;
	background: transparent;
	margin-right: 10px;
	-o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
	outline-style: none !important;
}

div.wpcf7 .wpcf7-field-group-remove:before {
	content: "Gerät entfernen ";
}

html:lang(en-US) div.wpcf7 .wpcf7-field-group-remove:before {
	content: "Remove machine ";
}

html:lang(fr-FR) div.wpcf7 .wpcf7-field-group-remove:before {
	content: "Supprimer une machine ";
}

html:lang(nl-NL) div.wpcf7 .wpcf7-field-group-remove:before {
	content: "Machine verwijderen ";
}

html:lang(nl-BE) div.wpcf7 .wpcf7-field-group-remove:before {
	content: "Machine verwijderen ";
}

html:lang(cs-CZ) div.wpcf7 .wpcf7-field-group-remove:before {
	content: "Odstranit zařízení ";
}

html:lang(pl-PL) div.wpcf7 .wpcf7-field-group-remove:before {
	content: "Usuń urządzenie ";
}

html:lang(es-ES) div.wpcf7 .wpcf7-field-group-remove:before {
	content: "Quitar el equipo ";
}

html:lang(it-IT) div.wpcf7 .wpcf7-field-group-remove:before {
	content: "Rimuovi mezzo o accessorio ";
}

div.wpcf7 .wpcf7-field-group-remove:hover { 
	color: #fff;
	background: #dc3545;
}

ul.file-upload-list {
	margin-left: 1px;
	padding-left: 0;
	list-style-type: none;
}

ul.file-upload-list li {
	margin: 5px 0;
}

ul.file-upload-list > li:before {
  content: "-";
  margin-right: 7px;
}

#forklift-image-upload {
	display: none;
}

#forklift-img-upload-btn {
	display: block;  
	color: #000;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 42px;
  height: 42px;
  margin-bottom: 10px;
	width: 180px;
	text-align: center;
}

.form-upload-file ~ br {
	display: none;
}

.site-footer {
	border-top: 1px solid #eee;
}

footer {
	display: none;
}

.pea_cook_wrapper.pea_cook_bottomleft {
	background: #fff !important;
	max-width: 300px;
	text-align: left;
	padding: 40px 35px 30px;
	border: 1px solid #ddd;
}

div.pea_cook_wrapper.pea_cook_bottomleft p {
	font-weight: 400;
}

div.pea_cook_wrapper.pea_cook_bottomleft p a#fom {
	display: none;
}

div.pea_cook_wrapper button {
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	border: 0;
	width: 40px;
	box-shadow: none;
	padding: 10px;
}

div.pea_cook_wrapper button:hover, div.pea_cook_wrapper button:active, div.pea_cook_wrapper button:focus {
	background: transparent;
	box-shadow: none;
}

div.border-right {
	    border-right: 1px solid #e0e0e0;
}

div.border-left {
	    border-left: 1px solid #e0e0e0;
}

p.hint {
	font-size: 12px;
	color: #868686;
}

p.hint span {
	font-size: 11px;
}

@media only screen and (max-width: 991px) {
	div.wpcf7 label {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	div.flex-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	
	div.flex-wrap div.flex-reverse {
		order: 2;
	}
	
	div.site-footer div.wpb_column {
		width: 100%;
		display: block;
	}
	
	div.site-footer div.wpb_column p {
		text-align: center !important;
	}
}

.main-nav li:hover > .sub-menu {
   width: auto;
}

.sub-menu-dark .main-nav .sub-menu {
   background: #fff;
}