@import url('https://fonts.googleapis.com/css?family=Staatliches&subset=latin-ext');

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: middle;
	font-family: HurmeLight;
}
.panel-title {font-size: 19px;   }
.panel-title active {background-color: #000; color: #fff;}
.panel-title a {text-decoration: none;}
.panel-body {font-size:17px; }
		
div.scrolling-limit{
  width: 768px;
  height: 62px;
  font-size:1.3rem;
  background-image:url(images/part_02.png);
  overflow:hidden;
  white-space:nowrap;
  font-family:HurmeLight;
  color: #000;	
  
}
div.scrolling{
  position: relative;
  margin-top: -2px;
  -webkit-animation: scroll 20s infinite linear;;
  -moz-animation: scroll 20s infinite linear;
  -o-animation: scroll 20s infinite linear;
  animation: scroll 20s infinite linear;
}
@keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
@-webkit-keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
@media only screen and (max-width: 600px) {
	
div.scrolling-limit{
  width: 100%;
  height: 40px;
  font-size:1.2rem;
  background-image:url(images/part_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow:hidden;
  white-space:nowrap;
  font-family:HurmeLight;
  margin-bottom:0px;
  color: #000;	
  
}
div.scrolling{
  position: relative;
  margin-top: 3px;
  -webkit-animation: scroll 20s infinite linear;;
  -moz-animation: scroll 20s infinite linear;
  -o-animation: scroll 20s infinite linear;
  animation: scroll 20s infinite linear;
}
@keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
@-webkit-keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
}

div.scrolling-limit1{
  width: 768px;
  height: 130px;
  background-color: #fff;
  overflow:hidden;
  white-space:nowrap;
  font-family: 'Nunito', sans-serif;
  color: #fff;
     
}
div.scrolling1{
  margin-top: 20px;
  position: relative;
  -webkit-animation: scroll 20s infinite linear;;
  -moz-animation: scroll 20s infinite linear;
  -o-animation: scroll 20s infinite linear;
  animation: scroll 20s infinite linear;
}
@keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
@-webkit-keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
@media only screen and (max-width: 600px) {
div.scrolling-limit1{
  width: 768px;
  height: 130px;
  background-color: #fff;
  overflow:hidden;
  white-space:nowrap;
  font-family: 'Nunito', sans-serif;
  margin-bottom:0px;
  color: #fff;	
  
  
}
div.scrolling1{
	margin-top: 20px;
  position: relative;
  -webkit-animation: scroll 20s infinite linear;;
  -moz-animation: scroll 20s infinite linear;
  -o-animation: scroll 20s infinite linear;
  animation: scroll 20s infinite linear;
}
@keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
@-webkit-keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
}