body{
	font-family: 'Roboto', sans-serif;
	background-color: #dbb42d;
}
.row{
        max-width: 95%;
}
p, pre{
	background-color: #ffffff;
}
h1, h1 a{
        margin: 0px;
        padding: 1rem 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: white;
        font-size: 40px;
        line-height: 100%;
        text-align: center;
}
h2, h2 a{
        margin: 0px;
        padding: 1rem 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: white;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
}select{
	margin: 0 0 1rem 0;
        background-color:white;
	border:none;
	padding: 1rem 2rem 1rem 2rem;
	text-align: center;
	color:black;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	float:left;
	clear: both;
	width:100%;
}
input[type="text"]{
	margin: 0 0 1rem 0;
	background-color:white;
	border:none;
	padding: 1rem 2rem 1rem 2rem;
	text-align: center;
	color:black;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	float:left;
	clear: both;
	width:100%;
}
input[type="password"]{
	margin: 0 0 1rem 0;
	background-color:white;
	border:none;
	padding: 1rem 2rem 1rem 2rem;
	text-align: center;
	color:black;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	float:left;
	clear: both;
	width:100%;
}
input[type="file"]{
	margin: 1rem 0 1rem 0;
	float:left;
	clear: both;
}
textarea{
	margin: 0 0 1rem 0;
        background-color:white;
	border:none;
	padding: 1rem 2rem 1rem 2rem;
	text-align: center;
	color:black;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
        line-height: 1.5rem;
	float:left;
	clear: both;
	width:100%;
}
input[type="submit"]{
	width:100%;
}
span{
	width:inherit;
}
.wrapper{
	/* IE6-9 fallback on horizontal gradient */
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.button{
        margin: 0;
	background-color: #dddddd;
	color:black;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
a{
	color:black;
}
.glossar-kuerzel{
	width:100%;
	min-width:150px;
	height:60px;
	background-color: #DDDDDD;
	text-align: center;
	padding-top: 18px;
        word-break: break-all;
}
.glossar-kuerzel:hover, .button:hover{
	cursor:pointer;
	background-color:white;
	color:black;
	border:none;
	transition: 0.5s ease;
}
.glossar-kuerzel label:hover, .button label:hover{
	cursor: pointer;
}
.error{
	background-color: red;
	padding: 8px;
	color:white;
	margin-top: 15px;
}
.success{
	background-color: rgb(23, 204, 83);
	padding: 8px;
	color:white;
	margin-top: 15px;
}

/* -------------------------------------------------------------------------- */

@media only screen and (max-width: 64.0625em) {

  .row{
        max-width: 98%;
  }
  .column, .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  h1{
        font-size: 30px;
  }
  input[type="text"], textarea, .button{
	padding: 1rem 0.5rem 1rem 0.5rem;
	font-size: 17px;
        word-break: break-all;
  }
  .glossar-kuerzel{
        min-width:145px;
	padding-top: 14px;
	height: 48px;
	font-size: 14px;
  }




}

/* -------------------------------------------------------------------------- */

@media only screen and (max-width: 40.0625em) {

  .row{
        max-width: 100%;
  }
  .column, .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  h1{
        font-size: 25px;
  }
  input[type="text"], textarea, .button{
	padding: 1rem 0.5rem 1rem 0.5rem;
	font-size: 16px;
        word-break: break-all;
  }
  .glossar-kuerzel{
        min-width:140px;
	padding-top: 12px;
	height: 48px;
	font-size: 14px;
  }



}

/* -------------------------------------------------------------------------- */


