/* latin */
@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://www.der-brauprozess.de/fonts/bitter-100.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://www.der-brauprozess.de/fonts/bitter-300.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://www.der-brauprozess.de/fonts/bitter-700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.der-brauprozess.de/fonts/lobster.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body
{
	font-family: 'Bitter', serif;
	font-size: 0.9em;
	line-height: 1.8em;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
}

a.navbar-brand
{
	font-family: 'Lobster', cursive;
}

.navbar
{
	min-height: 100px;
	background-color: #44a12b;
}

.wrapper
{
	margin-top: 50px;
	margin-bottom: 100px;
}

.wrapper-nmt
{
	margin-bottom: 100px;
}

#svg
{
	width: 100%;
	background-image: url("../img/glass-bg.jpg");
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 200px;
}

.green, a.green
{
	color: #44a12b !important;
}

a.grey
{
	color: #212529 !important;
}

footer
{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

h1, h2, h4
{
	font-family: 'Lobster', cursive;
	color: #44a12b;
}

h2
{
	font-size: 1.2em;
}

h6
{
	font-weight: bold;
}

h3
{
	font-size: 0.8em;
	font-weight: bold;
}

.datenschutz
{
	line-height: 1.2em;
}

ul
{
	list-style-type: none;
	margin-left: -30px;	
}

.poster
{
	text-align: center;
}

.description
{
	padding-top: 70px;
	padding-bottom: 50px;
}

.link
{
	background-color: #44a12b;
	width: 100%;
}

@media only screen and (max-width: 990px) {
	.poster
	{
		border-top: 1pt solid #44a12b;
	}
}

.poster{
  animation: animationFrames ease 3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  -1% {
    transform:  translate(undefined,-100px)  ;
  }
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  -1% {
    -moz-transform:  translate(undefined,-100px)  ;
  }
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  -1% {
    -webkit-transform:  translate(undefined,-100px)  ;
  }
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  -1% {
    -o-transform:  translate(undefined,-100px)  ;
  }
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  -1% {
    -ms-transform:  translate(undefined,-100px)  ;
  }
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

.poster img:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}