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

/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

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

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
}

.clearer {
	float: none;
	clear: both;
	width: 1px;
	font-size: 0.001em;
	line-height: 0.001em;
	height: 0.001em;
}

body, html { 
padding: 0; margin: 0;
font-family: 'Source sans pro', Calibri, Arial, sans-serif;
width: 100%;
height: 100%;
}
	
body {
background-color: #fdfbe5;
}

img.logo {
	width: 227px;
	height: 126px;
	padding: 40px 0 40px 0;
	
	}

#kopf {
width: 29%;
height: 100%;
background: url('../img/bg-kopf.png') repeat;
padding-top: 0px;
text-align: center;
float: left;
position: fixed;
z-index: 0;
}

#mitte {
width: 56%;
min-height: 100%;
margin-left: 29%;
background: url('../img/bg-mitte.png') repeat;
box-shadow: inset 19px 0px 19px -19px #454545;
float: left;
}

#fuss {
width: 15%;
height: 100%;
font-size: 15px;
line-height: 1.6em;
box-shadow: inset 19px 0px 19px -19px #000;
position: relative;
z-index: 0;
float: left;
position: fixed;
margin-left: 85%;
}

p {
margin-bottom: 1em;
}

p.start {
margin-top: -2em;
}

p.fuss {
position: absolute;
bottom: 0;
padding: 0 0 30px 15px;
}

p.feedback {
    margin-bottom: 19px;
    color:#926800;
    font-size:17px;
	font-style: italic;
}

.titel {
color:#000;
font-size:17px;
font-style: italic;
font-weight: 400;
}


.trenner {
height: 1px;
background-color: #bdbdbd;
margin-bottom: 20px;
}

.inhalt {
	width: auto;
	font-size: 17px;
	line-height: 26px;
    padding: 200px 12% 0 12%;
}

h1 {
    font-size: 47px;
    font-weight: 400;
    color: #5c5c5c;
    line-height: 55px;
    margin-bottom: 1em;
}

h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: #926800;
    margin: 10px 0 35px 0;
}

h3 {
    font-size: 24px;
    font-weight: 400;
    color: #926800;
    margin: 2em 0 1em 0;
}

.duenn {
    font-size: 16px;
    font-weight: 400;
    color: #926800;
    margin-bottom: 35px;
}

h3 {
    font-size: 16px;
    font-weight: 700;
    color: #926800;
    margin-bottom: 10px;
}

.hinweis {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin-bottom: 35px;
    border: 1px solid #98be00;
    border-radius: 30px;
    padding: 30px;
}

.zitat-gr {
    font-size: 47px;
    font-weight: 400;
    font-style: italic;
    color: #5c5c5c;
    line-height: 55px;
    
}

.zitat-kl {
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    color: #5c5c5c;
    line-height: 35px;
}

.zitat-kl2 {
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    color: #5c5c5c;
    line-height: 46px;
}

a.link1 {
color:#c4a600;
text-decoration:none;
font-weight:normal;
font-size:17px;
}

a.link1:hover {
color:#000;
font-weight:normal;
}

a.link2 {
color:#c4a600;
text-decoration:none;
font-weight:normal;
font-size:15px;
}

a.link2:hover {
color:#000;
font-weight:normal;
}

ul.liste {
	color: red;
	list-style-type: none;
		position: relative;
		margin-left: 0.9em;
		padding-left: 0;
}
li.liste {
	color: black;
}

li.liste:before {
	content: "\2022";
	position: absolute;
	left: -0.8em;
	color: #7e6320;
}

.copy {
color:#525252;
text-decoration:none;
font-weight:normal;
font-size:14px;
margin: 5em 0 50px 0;
}

/* Formular */

#formular table {
	width: 100%;
    font-size: 14px;
    
}

#formular table td.nix {
	padding: 6px 0px 6px 8px;
}

#formular table td.schreib {
	padding: 0px;
	height: auto;
}

#formular .col_1 {
	color: #fff;
	background-color: #bdbdbd;
}

#formular .col_1 {
	width: 30%;
	text-align: left;
}

#formular .col_2 input.text,
#formular .col_2 textarea.text,
#formular .col_2 select {
	width: 98%;
	padding: 6px;
	font-size: 14px;
	background: #dddddd;
	border: 1px solid #fff;
}

#formular .col_2 input.text:focus,
#formular .col_2 textarea.text:focus {
	background: #fff;
}

#formular .col_2 textarea {
 	height: 100px;
}

#formular input.knopf {
 	color: #c4a600;
 	background: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	border: 0 none;
    margint: 8px;
}

#formular input.knopf:hover {
 	color: #000;
	text-decoration: none;
	font-weight: none;
	cursor: pointer;
}

/*TABLETT*/
@media screen and (max-width:900px) {

img.logo {
	width: 164px;
	height: 90px;
	padding: 10px 0 0px 12%;
	position: absolute;
	z-index: 1;
	float: left;
	}
	
#kopf {
width: 100%;
height: 115px;
padding-top: 0px;
text-align: left;
float: none;
position: relative;
}

#mitte {
width: 100%;
height: auto;
min-height: auto;
margin-left: 0%;
box-shadow: inset 0px 19px 19px -19px #454545;
float: none;

}

#fuss {
width: 100%;
height: 40px;
font-size: 13px;
box-shadow: inset 0px 19px 19px -19px #454545;
float: none;
position: relative;
margin-left: 0%;
}

p.fuss {
position: relative;
padding: 20px 0 0 12%;
}

br.fuss {
display: none;
}

.inhalt {
	width: auto;
    padding: 7% 12% 12% 12%;
}

}

/*MOBIL*/
@media screen and (max-width:545px) {

#fuss {
font-size: 14px;
}

.inhalt {
	font-size: 16px;
}

h1 {
    font-size: 34px;
    margin: 15px 0 35px 0;
    line-height: 43px;
}

.zitat-gr {
    font-size: 37px;
    line-height: 43px;
    
}

.zitat-kl {
    font-size: 23px;
    line-height: 30px;
}

.zitat-kl2 {
    font-size: 28px;
    line-height: 36px;
}

a.link1 {
font-size:16px;
}

a.link2 {
font-size:14px;
}

.copy {
margin: 5em 0 0px 0;
}

}