 /* CSS Document */

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/ressourcen/fonts/quicksand-v22-latin-regular.woff2') format('woff2'),
       url('/ressourcen/fonts/quicksand-v22-latin-regular.woff') format('woff');
}
/ quicksand-500 - latin /
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/ressourcen/fonts/quicksand-v22-latin-500.woff2') format('woff2'),
       url('/ressourcen/fonts/quicksand-v22-latin-500.woff') format('woff');
}
/ quicksand-600 - latin /
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/ressourcen/fonts/quicksand-v22-latin-600.woff2') format('woff2'),
       url('/ressourcen/fonts/quicksand-v22-latin-600.woff') format('woff');
}

body {
  background: #ecf0f1;
}

a img {
  transition: 0.5s ease;
  transform: scale(1.05);
}

a {
  overflow: hidden;
}

a img:hover {
  transform: scale(1.0);
}

h1, p{
  font-family: monospace;
  font-style: normal;
  font-weight: 400;
}
