/* @override http://regimo.ch/files/css/styles-datenschutz.css */
/* @group contao */

@font-face {
font-family: "Riforma";
src: url("fontsNew/RiformaLLWeb-Medium.eot");
src: url("fontsNew/RiformaLLWeb-Medium.eot?#iefix") format("embedded-opentype"), url("fontsNew/RiformaLLWeb-Medium.woff2") format("woff2"), url("fonts/RiformaLLWeb-Medium.woff") format("woff");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "RiformaFix";
src: url("fontsNew/RiformaLLWeb-Regular.eot");
src: url("fontsNew/RiformaLLWeb-Regular.eot?#iefix") format("embedded-opentype"), url("fontsNew/RiformaLLWeb-Regular.woff2") format("woff2"), url("fonts/RiformaLLWeb-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}

* {
	margin: 0;
	padding: 0
}
.clear,#clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both
}
.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline
}

/* @end */


/* @group Basic */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}
body {
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-family: Riforma, Helvetica, Arial, sans-serif;
	color: #444;
	/*background: url("images/bg.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 60px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
img {
	border: 0
}

caption,th,td {
	text-align: left;
	vertical-align: top
}
blockquote,q {
	quotes: none
}
fieldset,img {
	border: 0
}
p, li {
	font-size: 16px;
	line-height: 1.5;
}
ul {
	margin-left: 18px;
}
li {
	list-style-type: disc
}
p, ul {
	margin-bottom: 8px;
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
del {
	text-decoration: line-through
}
ins {
	text-decoration: none
}
a {
	color: #c00;
	text-decoration: none;
}
a:hover {
	color: #f00;
	border-bottom: 1px dotted #fff;
}

b, strong {
	font-weight: 700;
}

:focus {
	outline: 0
}

/* @end */

/* @group DSB */

.header {
	position: relative;
	height: 200px;
}

.subject {
	position: absolute;
	top: 30px;
	left: 0;
}
.subject h1, .subject p  {
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	color: #e42618;
}
.subject p  {
	color: #444;
}

.company {
	position: absolute;
	top: 30px;
	right: 0;
}
.company .title {
	font-size: 30px;
	line-height: 36px;
}
.company .title span {
	color: #e42618;
}
.company .subtitle {
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	padding-left: 2px;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	padding: 20px 0 5px;
}

.printButton {
	position: absolute;
	right: 0;
	top: 150px;
	
}
.printButton a {
	display: block;
	padding: 3px 15px 3px 35px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-image: url(images/icon-print.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px;
	color: #999;
}
.printButton a:hover { 
	color: #e42618;
	text-decoration: none;
	border-color: #e42618;
}


/* @end */

/* @group error */

p.error {
	color: #c00 ;
	font-size: 11px;
	margin: 5px 2px;
}
.form-control.error {
	border-color: #c00;
}
label.error {
	color: #c00;
	padding-top: 27px;
}

/* @end */


@media screen and (max-width: 980px) {

#wrapper {
	width: auto;
	margin: 0 10px;
}

.header {
	height: 250px;
}
.company {
	top: 120px;
	right: auto;
	left: 0;
}

.printButton {
	right: auto;
	top: 200px;
	
}

}
