
@media all {

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body, html {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    background-color: #fff;
    color: #212529;
    margin: 0;
    padding: 0;
}
.formContainer {
	background:#fff;
	padding:1em0;
	margin-bottom:2em;
}
h1, h2, h3 {
	font-family:"Open Sans", sans-serif;
	color: #0177a0;	
	font-weight:normal;
}
h1 {
	display:none;
}


form {
  width:100%;
}

.inputrow {
	margin-bottom: 1.5em;
}
.inputrow:after {
	clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
}
fieldset {
	border: none;
	margin:0;
	padding:0;
}
legend { 
display:none;
visibility:hidden;
}

.fform div.label {
    border: 0;
    float: left;
    width: 33.33333333%;
    text-align: left;
    font-weight: normal;
    margin: 0;
}
.fform div.input {
    width: 66.66666667%;
    float: left;
}
label.radioLabel {
    vertical-align: middle;
	margin-left: 0.5em;
	    margin-bottom: 0.7rem;
}
input[type=radio] {
	width:20px;
	height:20px;
}
.radioitem {
    margin-bottom: 15px;
}
.fform div.flex,
.fform div.flex-right {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.fform div.flex-right {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.fform div.flex input {    
	border-right: none;
}
.fform .addon {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    color: #212529;
    text-align: center;
    background-color: #F6F6F6;
    border: 1px #ced4da solid;
    border-left: none;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width:100%;
	margin:2em 0;
}
}
.leiste {
margin: 1rem 0;
}

} /* end @media all */

/* key breakpoints */
/* Kann maximal 1280px darstellen. */
@media only screen and (min-width : 1280px) {
    .container {width:37.500em;} /*600*/
}

@media only screen and (max-width: 768px) {
	.container {
		padding:0;	
	}
	.formContainer {
		padding:0;
	}
	.radio { 
		width:100%;
	}
	.leiste {
		width: 100%;
	}
}

@media only screen and (max-width: 576px) {	
	
	div.label {
		float: none !important;
		width: 100% !important;
		padding:5px 0;
	}
	div.input {
		width: 100% !important;
		float: none !important;
		padding:5px 0;
	}
}

@media print {
	.btn, .navcontainer, .aa-stagemedia, header, .breadcrumb, footer {
		display: none !important;
	}
	.textbox {
		border: none;
		padding: 5px;
		width: 85%;
		background-color: transparent;
	}
}