/* exo-2-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('exo-2-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-2-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('exo-2-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
	color: #5A5A5A;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
}

/* Main */
#text-content{
	margin: 0 auto;
	max-width: 800px;
}

h3{
	margin:0;
}

a.text{
	transition: 0.25s all ease-in-out 0s;
}

a.text:hover{
	color: #91C353;
	text-decoration: none;
}

/* Formular */
.formhandler{
	max-width: 800px;
    margin: 0 auto;
}

.input_size{
	width: auto !important;
}

@media (min-width: 600px) {
  .input_size {
	width: auto !important;
  }
}

.form__input .button .input_size{
	width: auto !important;
	float: left;
}

input[type="text"]:not(.css-ignore),
input[type="email"]:not(.css-ignore),
input[type="password"]:not(.css-ignore),
input[type="search"]:not(.css-ignore),
input[type="tel"]:not(.css-ignore),
input[type="date"]:not(.css-ignore),
input[type="number"]:not(.css-ignore),
textarea:not(.css-ignore),
select:not(.css-ignore){
	/*border-radius: 0px;*/
	border: 1px solid #91C353;
}

.button{
	/*border-radius: 0px;*/
	border: 1px solid #91C353;
	background-color: #91C353;
}

.button:hover{
	border: 1px solid #91C353;
	color: #91C353;
}

.col_align{
	text-align: center;
}

.form__label{
	text-align: left;
}

/* Header */
.kopf{
	width: 100%;
    overflow: hidden;
}

@media (min-width: 600px) {
  .kopf{
    margin-bottom: 20px;
  }
}

.logo{
	max-height: 60px;
    margin: 20px;
	padding-left:60px;
}

.headerBild{
	width: 100%;
}

/* Footer */
.footer > img{
	max-height: 40px;
	width: auto;
}

.footer{
	padding-left: 80px;
	padding-right: 80px;
	background-image: linear-gradient(to right, #3f6616, #78bd1f, #3f6616);
}	

.mobile > img{
	max-height: 30px;
	width: auto;
}

a.legal{
	opacity: 1;
	transition: 0.25s all ease-in-out 0s;
}

a.legal:hover{
	text-decoration: none;
	opacity: 0.5;
}