/* Sanofi_Sans-200 - latin */
@font-face {
  font-family: 'Sanofi_Sans-Light';
  font-style: normal;
  font-weight: 200;
  src: local(''),
       url('fonts/Sanofi_Sans-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/Sanofi_Sans-Light.ttf') format('tff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Sanofi_Sans-regular - latin */
@font-face {
  font-family: 'Sanofi_Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/Sanofi_Sans-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/Sanofi_Sans-Regular.fff') format('fff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Sanofi_Sans-700 - latin */
@font-face {
  font-family: 'Sanofi_Sans-Bold';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/Sanofi_Sans-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/Sanofi_Sans-Bold.tff') format('fff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Sanofi_Serif-regular - latin */
@font-face {
  font-family: 'Sanofi_Serif';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/SanofiSerif-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/SanofiSerif-Regular.fff') format('fff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Sanofi_Serif-700 - latin */
@font-face {
  font-family: 'Sanofi_Sans-BoldItalic';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('fonts/SanofiSerif-BoldItalic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/SanofiSerif-BoldItalic.tff') format('fff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body{
	color: #191b36;
	font-family: "Sanofi_Sans";
}

h1{
	font-family: "SanofiSerif-BoldItalic";
	font-style:italic;
}

/* Main */
#text-content{
	margin: 0 auto;
	max-width: 800px;
}

a.text{
	transition: 0.25s all ease-in-out 0s;
}

a.text:hover{
	color: #002966;
	text-decoration: none;
}

/* Formular */
.formhandler{
	max-width: 1200px;
    padding: 0;
}

.form_content{
	background-color: #123049;
	padding: 20px;
}

@media (min-width: 600px) {
  .form_content{
	background-color: #123049;
	padding: 20px 100px;
  }
}

  .formhandlerNoBG{
	max-width: 1200px;
    padding: 0 10px;
  }

@media (min-width: 600px) {
  .formhandlerNoBG{
	max-width: 1200px;
    padding: 0 100px;
  }
}

.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 #1f3b84;
}

.button{
	/*border-radius: 0px;*/
	border: 1px solid #1f3b84;
}

.button:hover{
	border: 1px solid #1f3b84;
}

.col_align{
	text-align: center;
}

.form__label{
	color: #ffffff;
	text-align: left;
}

.form__labelNoBG{
	color: #999999;
	font-size: 0.875rem;
	position: relative;
	font-style: italic;
	text-align: left;
}

/* Header */
.kopf{
	width: 100%;
    overflow: hidden;
}

@media (min-width: 600px) {
  .kopf{
    margin-bottom: 20px;
  }
}

.logo{
	max-height: 100px;
    margin: 20px;
	padding-left:60px;
}

.headerBild{
	width: 100%;
}

/* Footer */
.footer > img{
	max-height: 40px;
	width: auto;
}

.footer{
	padding-left: 80px;
	padding-right: 80px;
}	

.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;
}