@font-face {
  font-family: "Glegoo";
  font-style: normal;
  font-weight: 400;
  src: local("Glegoo"), local("Glegoo-Regular"),
    url("../fonts/glegoo-v6-latin-regular.woff2") format("woff2"),
    url("../fonts/glegoo-v6-latin-regular.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"),
    url("../fonts/lato-v14-latin-regular.woff2") format("woff2"),
    url("../fonts/lato-v14-latin-regular.woff") format("woff");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS Lettershop Gehrden 1.0 */

body {
  font: 16px/1.5em "Glegoo", serif;
  color: #3e4c54;
}

/* Layout */

#header_aussen {
  background-color: #eff2f5;
}

#content {
  padding-top: 20px;
}

header {
  width: 780px;

  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  overflow: hidden;
  height: 200px;
  position: relative;
}

#willkommen {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inhalt {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer_aussen {
  background-color: #7f8d98;
}

footer {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding-top: 20px;
  height: 180px;
  background: url(../img/flieger.png) no-repeat right bottom;
}

/* Typo */

h1 {
  font-size: 24px;
  padding-bottom: 20px;
}

a {
  text-decoration: none;
  color: #dcdb21;
}

a:hover {
  color: #3e4c54;
}

/* Footer */

footer {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding-top: 20px;
  height: 180px;
  background: url(../img/flieger.png) no-repeat right bottom;
}

footer h1 {
  color: #dcdb21;
  padding-bottom: 10px;
}

/* Images */

/* Header */

#logo {
  float: left;
  width: 144px;
  height: 182px;
  background-image: url(../img/logo.png);
  text-indent: -3000px;
}

nav {
  float: right;
  padding-top: 20px;
}

nav ul li {
  display: inline;
  padding: 0 0 0 20px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

nav ul li a {
  color: #7f8d98;
  font-size: 12px;
}

#anfrage {
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 10px;
  background-color: #ffffff;
}

/* Slider */

#content h3 {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  background: #dcdb21 url(../img/down.png) no-repeat right;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  padding: 20px;
  margin-top: 10px;
}

#content h3:hover {
  background-color: #3e4c54;
}

#content h3.active {
  background: #7f8f98 url(../img/up.png) no-repeat right;
}

.toogle_content_aussen {
  background-color: #3e4c54;
}

.toogle_content_bg {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding-right: 80px;
  padding-left: 80px;
  height: 550px;
}

.gestaltung {
  background-image: url("../img/bg_gestalten.jpg");
}

.beraten {
  background-image: url("../img/bg_beraten.jpg");
}

.personalisieren {
  background-image: url("../img/bg_personalisieren.jpg");
}

.kuvertieren {
  background-image: url("../img/bg_kuvertieren.jpg");
}

.verarbeitung {
  background-image: url("../img/bg_verarbeitung.jpg");
}

.versenden {
  background-image: url("../img/bg_versenden.jpg");
}

.toogle_content {
  background-color: #3e4c54;
  opacity: 0.7;
  padding: 20px 20px 200px;
  color: #ffffff;
}
