@font-face {
	font-family: 'PTSans';
	src: url('fonts/PTSans-Regular.ttf') format('truetype');
}

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
	margin: auto;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;
}
h1,h2 {
    font-weight: normal;
    margin:0;
    padding:0;
	color: #5f5d4d;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: PTSans, arial, sanserif;
	color: #5f5d4d;
}
h1{
	width: 100%;
	background-color: #98530a;
	color:white;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	background-color: #98530a;
	color:white;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	border-radius: 5px;
}
table .referenz td {
	padding-left: 30px;
}
table ul {
	list-style-type: disc;
	padding-left: 30px;
}
table ul li, table p, td {
	text-align: left;
}
td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.intro p{
	margin: 0 auto;
}
p{
	margin-bottom: 10px;
}
.section{
	text-align:center;
}
img {
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.icon img {
	box-shadow: none;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 0;
}
.headerbild {
	box-shadow: none;
	width: 100%;
	max-width: 3000px;
	height: 200px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;
}
.rechts {
	text-align: right;
}
.klein {
	font-size: 70%;
}
#footer {
	position:fixed;
	bottom: 0;
	width:100%;
	text-align: center;
	background-color: #98530a;
	color: white;
	font-weight: bold;
	z-index: 999;
}
iframe {
	width: 80%;
	height: 70vh;
}
.button {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	padding: 2px 10px;
	display: inline-block;
}
.button a {
	color: #5f5d4d;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: rgb(152, 83, 10);
}