input, label, textarea,  input[type='checkbox'], input[type="file"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	padding:0;
	margin:0;
	font-size:1em;
	width: 100%;
     outline:0;
	color:#333;
}
select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  width: 100%;
  outline:0;
    cursor:pointer;
 
} 
select::-ms-expand {
  display:none;
}
.error
{
  text-align: left;
	color:#e61c1c;
}

.help-block{
	display:none;
}
form p {
	text-align:center;
	margin: 0 0 1.5em;
}
form h2 {
	margin: 0 0 2em;
}
input::-o-placeholder { /* Opera */
 opacity: 0.6;
}
 input::-webkit-input-placeholder { /* Chrome */
 opacity: 0.6; 
}
 input::-moz-placeholder /* Firefox */ {
 opacity: 0.6;
}

input::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.6);
 
}

.login fieldset {
	display: block;
	width: 100%;
	margin: 1% 3% 0 1%;
	float: left;
	border: none;
	padding: 0;
}
.login fieldset legend {
	display:none;
}
.form-group {
	position: relative;
	margin:0em 0 0.5em; font-family: 'Open Sans', sans-serif;
}
.form-check
{
	position: relative;
	margin:2em 0 0.5em; font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
}
.form-group label {

display:none;
	
}
.form-group input[type='text'], .form-group input[type='password'], .form-group input[type='email'] {
	display: block;
	width: 100%;
	height:2.5em;
	padding: 0.3em 0 0.7em 0.5em;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	cursor:pointer;
    color:#333;
	background-color: #F8F7F7;

}
.form-group input[type='text']:focus + label, .form-group input[type='password']:focus + label, .form-group select:focus + label, .form-group textarea:focus + label, .label_oben {
	animation:form;
	animation-duration:1s;
	animation-timing-function:easet;
	animation-delay:0s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-fill-mode: both;
	animation-play-state:stop;
	background-color: none; font-family: 'Open Sans', sans-serif;
}
.form-group select {
display: block;
	width: 100%;
	height:2.5em;
	font-size:1em;
	padding: 0.3em 0 0.7em 0.3em;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	cursor:pointer;
    color: rgba(0, 0, 0, 0.6);
	background-color: #F8F7F7;
	background-image: url("../Images/down.svg");
	background-repeat: no-repeat;
	background-position: right center;
	 font-family: 'Open Sans', sans-serif;
	

}
.form-group option {
	font-size:1em;
	border:none !important;
	height:3em;
   

}

.form-group textarea {
	display: block;
	width: 100%;
	padding: 0.3em 0 0.7em 0.5em;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 4em;
	background: none;
	cursor:pointer;
   background-color: #F8F7F7;
     font-family: 'Open Sans', sans-serif;
min-height: 10em;
}


 @keyframes form {
 0% {
-webkit-transform: translate(0, 0em);
 -moz-transform: translate(0, 0em);
 transform: translate(0, 0em);
}
 100% {
 -webkit-transform: translate(0, -1.4em);
 -moz-transform: translate(0, -1.4em);
 transform: translate(0, -1.4em);
 background-color: none;
 color: #333;
}
}
.form-group .inputs-list .form-check  {
	position:relative;
    display:inline-block;
    text-transform:none;
	margin: -1em 2em 1.5em 0;
    line-height: 1.5em;
    color: rgba(0,0,0,0.5);
	
}
.form-group .inputs-list .form-check label {
	position:relative;
	width:100%;
	left:0;
	display:block;
    text-transform:none;
	margin: -1em 0 0 0;
    line-height: 1.5em;
    color: rgba(0,0,0,0.5);
	  font-size:1em;
}
.form-group .form-check label {
	position:relative;
	width:100%;
	left:0;
	display:block;
    text-transform:none;
	margin: -1em 0 0 0;
    line-height: 1.5em;
    color: rgba(0,0,0,0.5);
	  font-size:1em;
}
.form-group .form-check label a{
 
    color: #000;

}
.form-group .form-check label a:hover{
   color:#666;
}
.form-group input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 1.6em;
	height: 1.6em;
	background-color:rgba(0,0,0,0);
    border:1px solid #bdbbbb;
	transition: 0.2s all linear;
	outline: none;
	margin:0 0.5em 0 0;
	position: relative;
	top: 0.4em;
	padding: 0;
	cursor:pointer;
}
.form-group input[type="checkbox"]:checked::before, .form-group input[type="checkbox"]::before {
	content: "\2713";
	font-size:1.2em;
	position: absolute;
	padding:0;
	line-height:0;
	color:#fff;
	margin:0.5em 0 0 0.3em;

}
.form-group input[type="checkbox"]:checked {
	background-color:rgba(0,0,0,0.8);
	width: 1.6em;
	height: 1.6em;
    border:1px solid rgba(0,0,0,0.8);
}

input:optional {
  border-color: gray;
}

:invalid {
  border-color: red;
  box-shadow:none;
}



/* __________________________________form_file */

/*.form-file input[type="file"]{
	display:block;
background-color: #fff;
	margin:-2em 0 1em 0;
	z-index:1;
	font-size:0.5em;
}

.form-file  label {
	content: "FILE";
z-index:2;
  background-color: #e61c1c;
  color: #fff;
  padding: 0.5rem;
  border-radius: 0.2rem;
  cursor: pointer;
  margin: 0em 0 0.3em;
	display:block;
	position:relative;
	width:7em;
	height:1em;
}*/
/* __________________________________jobs */
.tx_googleforjobs-list{
	display:flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	padding: 0.5em 0.7em;

	}
.jobs-list-wrap  {
	width: 29.633%;
	float: left;
	text-align: center;
	margin: 0 3% 0 0;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.jobs-list-wrap a {

}
.job-title {
	display:block;
	width: auto;
	font-size: 1.05em !important;
	padding: 0.5em 0em 0.5em 0 !important;
	margin: 1em 0em 0.2em 0!important;
	color: #333;
	text-transform: uppercase;
	font-weight: 400;
	min-height: 2.4em;
	text-align: left;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;

}
.job-title:hover {

color:#e61c1c;
}
.job-title::before {
  content: " ";
	display: block;
	width:2em;
	height:2em;
	float:right;
	 background-image: url(../Images/Icons/arrowright.svg);
  background-repeat: no-repeat;
  background-position: left center;
    font-size: 0.8em !important;
    padding: 0 !important;
    margin: 0em 0 0 2em !important;
    color: rgba(255, 255, 255, 1) !important;
    text-transform: uppercase;
    font-weight: 400;
	
}

.joblist-description
{	border-top: 1px solid #a4a3a3;
	text-align: left;
	font-size:1em;
	padding: 0.5em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.jobs-list-wrap a:hover
{	color:#333 !important;
	}
.jobsubmit{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.5em 1.5em !important;
    margin: 1em 0 2em !important;
    color: rgba(255, 255, 255, 1) !important;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.95em;
	width: auto;
}
/* __________________________________jobs_end */
.actions-map {
	clear: both;
	width: 100%;
	height:22em;
	position: relative;
	margin: 0 auto 2em;
	text-align:left;
	background-image: url("../Images/google-stylized.png");
	padding:3em 3em 5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.actions-map p {
display:block;
}
.actions-map button {
	color:#fff;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 1em;
	letter-spacing: 0.1em;
	font-size:0.8em;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	cursor:pointer;
	float: right;
}
.actions {
	clear: both;
	width: 100%;
	position: relative;
	margin: 2em 0 0 0;
	text-align: right;
}
.actions button {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.5em 1.5em !important;
    margin: 1em 0 2em !important;
    color: rgba(255, 255, 255, 1) !important;
    text-transform: uppercase;
    cursor:pointer;
	font-size:0.95em;
}
.mapContainer {
	position:relative;
	padding-bottom:50%;
	height:0;
	overflow:hidden;
	margin:0;
	display:none;
}

.mapContainer iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
 @media only screen and (max-width:1280px) {
	 .jobs-list-wrap  {
	width: 47%;
	float: left;
	text-align: center;
	margin: 0 3% 0 0;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


	 }
 @media only screen and (max-width:1024px) {

	
#kontakt fieldset {
	display: block;
	width: 98%;
	margin: 0 1%;
	float: left;
	border: none;
	padding: 0;
}
	 header.large .language select, header.small .language select {
	padding: 1em 1em 0;
	font-size:1em;

}
	 }
 @media only screen and (max-width:768px) {
	 	 .jobs-list-wrap  {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	 .mapContainer {
padding-bottom:90vh;

}


	 }
 @media only screen and (max-width:42em) {
	 	
	 .mapContainer {
padding-bottom:90vh;

}

	 }
