body {
    padding:0; margin:0;
    background-image:url(../img/bg_seidenpapier.jpg);
    background-position: top 8.5em center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: white;
}

@font-face {
    font-family: D-DIN;
    src: url(../webfonts/D-DIN.woff2) format('woff2'), url(../webfonts/D-DIN.woff) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: D-DIN; 
    src: url(../webfonts/D-DIN-Bold.woff2) format('woff2'), url(../webfonts/D-DIN-Bold.woff) format('woff');
    font-weight: bold;
}

@font-face {
    font-family: IMFell; 
    src: url(../webfonts/IMFePIrm29C.woff2) format('woff2'), url(../webfonts/IMFePIrm29C.woff) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: IMFell; 
    src: url(../webfonts/IMFePIit29C.woff2) format('woff2'), url(../webfonts/IMFePIit29C.woff) format('woff');
    font-style: italic;
}
    
h1 {
    font-family: 'D-DIN', sans-serif;
    font-weight: bold;
    font-size: 3em;
    color: black;
    }

h2 {
    font-family: 'D-DIN', sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    color: black;
    margin-top: 3em;
}

h3 {
    font-family: 'D-DIN', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: rgba(0, 0, 0, .5);
    margin-top: 2em;
}

p {
    font-family: 'D-DIN', sans-serif;
    font-size: 1em;
    color: black;
    text-align: justify;
    line-height: 1.3em;
    hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

a {
    font-family: 'D-DIN', sans-serif;
    font-size: 1em;
    color: inherit;
    text-decoration: none;
}

label {
    font-family: 'D-DIN', sans-serif;
    font-size: 1em;
    text-align: left;
    color: black;
}


#grund {
    width: 100vw;
    height: 8.5em;
    background: white;
    position: fixed;
    top: 0;
    right:0;
    z-index: 50;
}

#dt_greif {
    position: fixed;
    top: 1.1em;
    right: 300px;
    z-index: 100;
}

#dt_greif:hover {opacity: 0.5}

#dt_web {
    position: fixed;
    top: 2.9em;
    right: 1.5em;
    width: auto;
    height: auto;
    z-index: 100;
}

#dt_web:hover {filter: grayscale(1); opacity: .5}

section.abteilung {
	height: 100px;
    position: fixed;
    display: flex;
    margin-top: 8.5em;
    align-items: flex-start;
    flex-flow: wrap;
    padding: 0px 15vw 0px 25vw;
    z-index: 5;}
    
.abteilung {
	align-content: flex-start;
     -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }

section h3 {
	height: 2em;
	min-width: 10vw;
	margin: 0;
	font-size: 1em;
	line-height: 33px;
	text-align: center;
	color: black;
}

.gestaltung {
    background: rgba(255, 0, 30, 1);
    color: white;
    flex-grow: 1;
    box-shadow: 4px 5px 10px #1f1a1f;
/*    box-shadow:inset 4px 5px 10px #1f1a1f;*/
}
.digitaldruck {
    background: rgba(255, 235, 0, 1);
    flex-grow: 1;
    box-shadow: 4px 5px 10px #1f1a1f;
/*    box-shadow:inset 4px 5px 10px #1f1a1f;*/
}
.offsetdruck {
background: rgba(0, 65, 180, 1);
    color: white;
    flex-grow: 1;
    box-shadow: 4px 5px 10px #1f1a1f;
/*    box-shadow:inset 4px 5px 10px #1f1a1f;*/
}
.lettershop {
    background: rgba(255, 150, 0, 1);
    flex-grow: 1;
    box-shadow: 4px 5px 10px #1f1a1f;
/*    box-shadow:inset 4px 5px 10px #1f1a1f;*/
}
.buchbinderei {
background: rgba(20, 140, 0, 1);
    color: white;
    flex-grow: 1;
    box-shadow: 4px 5px 10px #1f1a1f;
/*    box-shadow:inset 4px 5px 10px #1f1a1f;*/
}

.gestaltung_klicked {
    background: rgba(255, 0, 30, 1);
    color: white;
    flex-grow: 1;
/*    box-shadow: 4px 5px 10px #1f1a1f;*/
    box-shadow:inset 4px 5px 10px #1f1a1f;

}
.digitaldruck_klicked {
    background: rgba(255, 235, 0, 1);
    flex-grow: 1;
/*    box-shadow: 4px 5px 10px #1f1a1f;*/
    box-shadow:inset 4px 5px 10px #1f1a1f;
}
.offsetdruck_klicked {
background: rgba(0, 65, 180, 1);
    color: white;
    flex-grow: 1;
/*    box-shadow: 4px 5px 10px #1f1a1f;*/
    box-shadow:inset 4px 5px 10px #1f1a1f;
}
.lettershop_klicked {
    background: rgba(255, 150, 0, 1);
    flex-grow: 1;
/*    box-shadow: 4px 5px 10px #1f1a1f;*/
    box-shadow:inset 4px 5px 10px #1f1a1f;
}
.buchbinderei_klicked {
background: rgba(20, 140, 0, 1);
    color: white;
    flex-grow: 1;
/*    box-shadow: 4px 5px 10px #1f1a1f;*/
    box-shadow:inset 4px 5px 10px #1f1a1f;
}

.gestaltung:hover {
	height: 3em;
    line-height: 66px;

}

#start {
    width: 6em;
    height: 1.5em;
    background: rgba(255,255,255,.2);
    background-image: -webkit-linear-gradient(top, rgba(8255,255,255,.2), rgba(85,50,0,.5));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(85,50,0,.5));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(85,50,0,.5));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(85,50,0,.5));
    background-image: linear-gradient(to bottom, rgba(255,255,255,.2), rgba(85,50,0,.5));
    border: solid rgba(85,50,0,.4) 1px;
    position: fixed;
    color: black;
    font-size: 80%;
    text-align: center;
    padding-top: .8em;
    letter-spacing: .1em;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    z-index: 5;
    -moz-border-radius: 10px 0px 0px 0px ;
    -webkit-border-radius: 10px 0px 0px 0px ;
    border-radius: 10px 0px 0px 0px ;
}

#start:hover {
    height: 2.5em;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(85,50,0,.8));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(85,50,0,.8));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(85,50,0,.8));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(85,50,0,.8));
    background-image: linear-gradient(to bottom, rgba(255,255,255,.2), rgba(85,50,0,.8));
        -moz-border-radius: 10px 0px 0px 0px ;
    -webkit-border-radius: 10px 0px 0px 0px ;
    border-radius: 10px 0px 0px 0px ;

}

#ds_erklaerung {
    position: absolute;
    top: 15em; 
    left: 6em; 
    right: 6em;
}

