@font-face {
  font-family: 'Heebo-light';
  src: url('../fonts/heebo-v2-latin-300.eot');
  src: url('../fonts/heebo-v2-latin-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/heebo-v2-latin-300.woff2') format('woff2'),
    url('../fonts/heebo-v2-latin-300.woff') format('woff'),
    url('../fonts/heebo-v2-latin-300.svg') format('svg');
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

body {
	font-weight: 300;
    font-size: 14px;
    line-height: 22px;
	font-family: Heebo-Regular,sans-serif;

}

/* --------------------Überschriften---------------------------------*/

.mss-border-title {
	color: #0072ba;
    font-family: Heebo-Light,sans-serif;
    font-weight: 300;
    padding-bottom: 25px;
    padding-top: 25px;
}

.mss-underline-title {
	color: #0072ba;
}

/* --------------------Trennlinien---------------------------------*/

hr {
	margin: 25px 0;
}

/* --------------------Formular---------------------------------*/

#form_regist {
	width: 100%;
}

.form-group {
	margin-bottom: 10px;
	margin-top: 10px;
}

.mss-input {
	font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    position: relative;

}

.mss-select {
	font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    position: relative;
}

.form-control {
	font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    position: relative;
	width: 300px;
	border: 1px solid #d9d9d9;
	padding: 7px 5px;
	font-family: Heebo-Light,sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	box-sizing: border-box;
	height: 34px;
}

@media only screen and (max-width: 425px){
	.mss-input,
	.mss-select,
	.form-control {
		width: 100%;
	}
}

/* --------------------Link---------------------------------*/

a {
	color: #0072ba;
	text-decoration: none;
}

a:hover {
	color: #0072ba;
	text-decoration: underline;
}

/* --------------------Button---------------------------------*/

.btn {
  background: #fff;
  display: block;
  margin: 0 auto;
  border: 1px solid;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 60%;
  transition: color .2s ease-in-out,background .2s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  outline: none;
}

button.mss-button {
	
}

.mss-button {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 150px;
	float: left;
	border-color: #0072ba;
	color: #0072ba;
}

.mss-button:hover {
	border-color: #0072ba;
	color: #0072ba;
	background-color: rgba(51,142,200,.2);
}
