.u-section-1 .u-sheet-1{
	width: 100%;
}

body, textarea ,option, select ,input, label not:(#pagingSelect){
	   font-family: Bahnschrift !important;
	   font-size: 18px;
	   width: 100% !important;
	   font-weight: normal !important;
	  }
  form ,.form-subtitle{
	background-color: #fff;
	margin: auto;
  }
  input {
	height: 50px !important;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a6a6a6;
	width: 100%;
  }
  label {
	width: 100%;
  }

 .checkbox-set label {
	display: inline-block !important;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: middle;
	}
.checkbox-set input {
  display: inline-block !important;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
.checkbox-set label span {
  display: inline-block !important;
  vertical-align: middle;
  padding-left: 3px;
  padding-top: 6px;
  font-weight: 400;
}
.checkbox-set span {
	color: black !important;
}
.btn{
	height: 50px;
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
    background-image: none;
    text-decoration: none;
	border-radius: .25rem;
}
  .btn-primary{
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
    background-image: none;
    text-decoration: none;
	width: 60%;
	background: #19599a;
  }
  
  .btn-primary:hover{
	  background-color: #1C5085 !important;
  }
  .btn-primary:focus{
    border: 1px solid #00000;
  }
  
  .btn-secondary{
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
    background-image: none;
    text-decoration: none;
	width: 60%;
	height: 50px;
  }
  .btn-secondary:hover{
	  color: #fff;
	  background-color: #5a6268!important;
	  border-color: #545b62 !important; 
  }
#multipleusername{
	width: 100% !important;
	height: 300px !important;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
	background: none !important;
  }
  select:not(#pagingSelect) {
	width: 100% !important;
	height: 50px;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a6a6a6;
    background: url(../images/arrow_down.png) no-repeat right #fff;
	background-size: 50px 50px;
    -webkit-appearance: none;
  }
textarea{
	width: 100%;
}
  span.pflichtfeld {
   color: Red;
  }

  span.hilfetext {
   font-style: Oblique;
  }
  
  input[type="radio"]{
	vertical-align:middle;
	display: inline-block !important;
    width: 10% !important;
	height: 30px !important;
	margin: 0 0.5rem 0;
  }
  input[type="radio"].evuanmeldung {
	width: 25% !important;
	margin: 0.5rem 4.5rem 0;
  }
  input[type="radio"].evuanmeldung.second {
	margin: 1.2rem 4.5rem 0;
  }
  input[type=file] {
		width: 0.1px;
		height: 0.1px;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		z-index: -1;
	}

  .radio-gruppe{
	width: 100%;
  }	
  .radio-1{
	float:left;
	width: 50%;
	padding-left: 10rem;
  }
  .radio-2{
	float:right;
	width:50%;
	padding-left: 10rem;
  }

  .Radio {
	  display: inline-flex;
	  align-items: center;
	  font-weight: 400;
	  width: 100%;
	}

  p:not(.u-text-variant) {
    margin-top: 0;
    margin-bottom: 0;
}
.input-select-team {
	border: none!important;
	color: black!important;
	background: transparent !important;
	outline: none !important;
	font-weight: normal !important;
	font-size: 16px !important;
	margin: 0 110px 0 0 !important;
    padding: 0 20px 0 0 !important;
	background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") transparent no-repeat 98.5% !important; /* !important used for overriding all other customisations */
	background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") transparent no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
	background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") transparent no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
    -webkit-appearance: none;
}

	/*Custom File Upload */
	.inputfile-6 + label {height: 50px;}
	.inputfile + label svg {height: 50px;}
	.inputfile-6 + label span {padding: 24px 60px;}
	.inputfile + label strong {height: 50px; padding: 2px 40px;}

	#imageLoader_an + label, #imageLoader_ag + label{
		width:60%;
		display: -webkit-inline-box;
		border-radius: .25rem;
		vertical-align: top;
		border: none;
	}
	#imageLoader_an + label span, #imageLoader_ag + label span{
		display: none;
	}
		
	#imageLoader_an + label strong, #imageLoader_ag + label strong{
		float: left;
		width: 100%;
		padding-left: 10px !important;
	}
	
	@media only screen and (min-width: 312px) {
	  /* For smartphones: */
	  form ,.form-subtitle{
		width: 95%;
	  }
	  .checkbox-set label {
		white-space: nowrap;
	    -webkit-hyphens: auto;
	    -ms-hyphens: auto;
		hyphens: auto;
	  }
	  .radio-1{
		padding-left: 0;
	  }
	  .radio-2{
		padding-left: 0;
	  }
	  /*Custom File Upload */
	  .inputfile-6 + label span {width: 50%; padding: 24px 60px;}
	  .inputfile + label strong {
		  display: inline-block;
		  height: 50px;
		  width: 50%;
		  font-size: 11px;
		  vertical-align: middle; 
		  line-height: 50px;
		  text-align: center; 
		  padding: 10px;}
	}
	@media only screen and (min-width: 768px) {
	  /* For tablets: */
	  form ,.form-subtitle{
		width: 90%;
	  }
	  /*Custom File Upload */
	  .inputfile-6 + label span {padding: 24px 60px;}
	  .inputfile + label strong {
		   display: inline-block;
		  height: 50px;
		  width: 50%;
		  font-size: 16px;
		  vertical-align: middle; 
		  line-height: 50px;
		  text-align: center;
	  }
	}
	@media only screen and (min-width: 1024px) and (orientation:landscape) {
	  /* For desktop: */
	  form ,.form-subtitle{
		width: 70%;
	  }
	  /*Custom File Upload */
	  .inputfile-6 + label {height: 50px; vertical-align:middle;}
	  .inputfile + label svg {height: 50px;}
	  .inputfile-6 + label span {width:70%; padding: 8px 60px;}
	  .inputfile + label strong {font-size: 18px; height: 50px; width:30%; padding: 3px 20px;}
  