/* dancing-script-700 - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dancing-script-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dancing-script-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dancing-script-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dancing-script-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dancing-script-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dancing-script-v15-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
}
/* pacifico-regular - latin */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pacifico-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
       url('../fonts/pacifico-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pacifico-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pacifico-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pacifico-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pacifico-v16-latin-regular.svg#Pacifico') format('svg'); /* Legacy iOS */
}

BODY
{
    font-size : 1.2em;
    font-family : Arial, Helvetica, sans-serif;
    background-image: url(../pics/back.jpg);
    background-size: cover;
}
A 
 {
    font-style : normal;
    text-decoration : none;
    color : Blue;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 1em;
}
A:ACTIVE {
    color : Red;
}

A:HOVER {
    color : Red;
}
H1 {
    color : white;
    font-weight : bold;
    font-family: 'Pacifico', cursive;
    font-size : 4.0em;
    text-shadow: 3px 3px 4px #777;
}
H2 {
    color : Navy;
    font-family: 'Dancing Script', cursive;
    font-size : 2em;
}
H3 {
    font-weight : bold;
    font-size : 1.3em;
    font-family : Arial, Helvetica, sans-serif;
}
P: {
    font-size : 1.2em;
    font-family : Arial, Helvetica, sans-serif;
}

.Zitat {
font-family: 'Dancing Script', cursive;
font-size : 1.3em;
margin-block-end: 0.3em;
}

.Info {
  font-size : 1.2em;
  font-family : Arial, Helvetica, sans-serif;
  vertical-align: top;
}

.Impressum {
  font-size:0.5em;
}
