/* titillium-web-200 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/titillium-web-v15-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearer {
	float: none;
	clear: both;
	width: 1px;
	font-size: 0.001em;
	line-height: 0.001em;
	height: 0.001em;
}

img.bildbreit {
width: 100%;
margin: 1em 0 0 0;
}

img.bildlinks {
width: 45%;
max-width: 380px;
margin: 0 0 15px 55px;
box-shadow: 3px 5px 14px #161616;
float: right;
}

html {
   font-family: 'Titillium Web', sans-serif;
}

body {
margin: 0;
height: 100%;
line-height: 1.7em;
background-color: #fff;
font-family: 'Titillium Web', sans-serif;
}

#bg {
background: url(img/bg.png);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 40%;
		z-index: -1;
}

#inhalt {
	max-width: 1240px;
	margin: 0px 15% 20px 15%;
}

.kopf {
	width: 400px;
	color: #fff;
	line-height: 1.7em;
	padding: 0;
	margin: auto;
	padding: 35px;
	position: relative;
	transition: 0.3s;
	border-bottom-left-radius: 190px;
	border-bottom-right-radius: 190px;
	box-shadow: 3px 5px 14px #161616;
	background-color: rgba(255, 255, 255, 0.9);
}

.kopf.small {
width: 220px;
  margin: auto;
  padding: 1.5em 1.5em 1.5em 1.5em;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 190px;
  border-bottom-right-radius: 190px;
  z-index: 10100;
  right: 15%;
}

.kopf.small ~ .zeile0 {
padding-top: 22em;
}

.logo {
width: 100%;
}

.zeile0 {
padding-top: 100px;
}

.zeile1 {
	font-size: 17px;
	letter-spacing: 0.01em;
	font-weight: 300;
	padding: 50px 55px 55px 55px;
	margin: 0 0 5em 0;
	color: #000;
	background-color: rgba(255, 255, 255, 0.95);
	border: 10px solid #ffc808;
	border-radius: 20px;
}

.zeile2 {
	font-size: 17px;
	letter-spacing: 0.01em;
	color: #000;
	font-weight: 300;
	padding: 50px 55px 55px 55px;
	margin: 0 0 5em 0;
	background-color: rgba(255, 200, 8, 1);
	border: 10px solid #ffc808;
	border-radius: 20px;
}

.zeile3 {
	font-size: 15px;
	font-weight: 300;
	color: #000;
	background-color: rgba(255, 255, 255, 0.95);
	margin: 0 0 5em 0;
	text-align: right;
	border-radius: 4px;
}

.rechts {
	text-align: right;
	font-size: 0.8em;
	line-height: 1.5em;
}

h1 {
	font-size: 80px;
    line-height: 1.2em;
	color: #ffc808;
	margin: 0px 25% 1.5em 0px;
}

h2 {
	font-size: 52px;
	font-weight: 200;
    line-height: 1.2em;
	color: #26241d;
	margin: 0px 0px 0.3em 0px;
}

h3 {
	font-size: 30px;
	color: #ffc808;
	margin: 0px 0px 1em 0px;
}

h4 {
	font-size: 52px;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	color: #fff;
	margin: 1em 0px 0.1em 0px;
}

h5 {
	font-size: 22px;
	color: #ffc808;
	font-weight: 400;
	margin: 0;
}

h6 {
	font-size: 30px;
	line-height: 1em;
	color: #000;
	margin: 0px 0px 1em 0px;
}

b {
font-weight: 700;
}

a {text-decoration:none;}
a:focus {outline:0;}

a.link1 {
font-size: 1em;
font-weight: 400;
color: #c64b00;
-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

a.link1:hover {
color: #bca800;
}

a.link2 {
font-size: 1em;
font-weight: 400;
color: #c64b00;
-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

a.link2:hover {
color: #bca800;
}

a.link3 {
font-size: 15px;
font-weight: 400;
color: #c64b00;
-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

a.link3:hover {
color: #bca800;
}


/*TABLETT*/

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

#inhalt {
	margin: 0px 8% 20px 8%;
}

.card {
    width: 49%;
    height: 420px;
    margin-left: 1%;
    margin-bottom: 0.5em;
    float: left;
}

.card .details {
    padding: 50px;
}

.card .details p {
    font-size: 1em;
}

}

/*HANDY*/

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

img.links {
  margin-right: 0px;
  width: 100%;
  border-radius: 3px;
  float: none;
}

img.rechts {
  margin: 0 0 1em 0px;
  width: 100%;
  float: none;
}

img.bildlinks {
width: 100%;
max-width: 800px;
margin: 1em 0 2em 0;
box-shadow: 3px 5px 14px #161616;
float: none;
}

body {
line-height: 1.5em;
}

#bg {
background: url(img/bg.png);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 70%;
		z-index: -1;
}

#inhalt {
	margin: 0px 0% 20px 0%;
}

.card {
    width: 100%;
    height: 370px;
    margin-left: 0;
    margin-bottom: 0.5em;
    float: none;
}

.kopf {
	width: 280px;
	margin: auto;
}

.kopf.small {
  width: 140px;
  padding: 0.7em;
  position: fixed;
  right: 10px;

}

.kopf.small ~ .zeile0 {
padding-top: 180px;
}

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

a.link2 {
font-size: 1em;
}

a.link3 {
font-size: 13px;
}

a.link4 {
font-size: 15px;
}

.zeile1 {
	font-size: 15px;
	font-weight: 300;
	padding: 20px 25px 25px 25px;
	margin: 0 0 2em 0;
	border: 5px solid #ffc808;
	border-radius: 20px;
}

.zeile2 {
	font-size: 15px;
	font-weight: 300;
	padding: 20px 25px 25px 25px;
	margin: 0 0 3em 0;
	border: 5px solid #ffc808;
	border-radius: 20px;
}

.zeile3 {
	font-size: 13px;
	font-weight: 300;
	margin: 0 20px 2em 0;
	border-radius: 0;
}

h1 {
	font-size: 52px;
    line-height: 1.1em;
	margin: 0px 10% 2em 23px;
	font-weight: 700;
}

h2 {
	font-size: 42px;
	margin: 0px 0px 0.5em 0px;
	font-weight: 300;
}

h3 {
	font-size: 26px;
	margin: 0px 0px 1em 0px;
	font-weight: 700;
}

h4 {
	font-size: 36px;
	margin: 1em 0px 0.3em 0px;
	font-weight: 300;
}

ul.pdf {
	font-size: 15px;
	padding-left: 2.2em;
    }

}