/* Goolge Fonts css*/
/* latin-ext */
/* latin */
@font-face {
    font-family: 'Chewy';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Chewy Regular'), local('Chewy-Regular'), url(../fonts/uK_94ruUb-k-wn52KjI.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;
  }

@font-face {
    font-family: 'Molle';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Molle'), local('Molle-Regular'), url(../fonts/E21n_dL5hOXFhWEsbzEsVhdR.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Molle';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Molle'), local('Molle-Regular'), url(../fonts/E21n_dL5hOXFhWEsbz8sVg.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;
  }

  @font-face {
    font-family: 'Freckle Face';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Freckle Face'), local('FreckleFace-Regular'), url(../fonts/AMOWz4SXrmKHCvXTohxY-YIEWli389k.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Freckle Face';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Freckle Face'), local('FreckleFace-Regular'), url(../fonts/AMOWz4SXrmKHCvXTohxY-YIEVFi3.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;
  }
/* Ende Google FOnts CSS*/

.grid-container {
    display: grid;
    grid-template-columns: auto 20% 20% 20% 20% auto;
    /*grid-gap: 10px;
    background-color: #2196F3;
    padding: 10px;*/
}

.grid-container > div {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    text-align: center;
    padding: 0;
    font-size: 30px;
}

.links {
    grid-row: 1 / 6;
    grid-column: 1 / 1;
}

.rechts {
    grid-row: 1 / 6;
    grid-column: 6 / 6;
}

.lichtbild {
    grid-row: 2 / 2;
    grid-column: 2 / 6;
}

.sponsor {
    grid-row: 3 / 3;
    grid-column: 2 / 6;
}

.impressum {
    grid-row: 4 / 4;
    grid-column: 2 / 4;
}

.datenschutz {
    grid-row: 4 / 4;
    grid-column: 4 / 6;
}

.bookstyle-left     { text-indent: 2em; }
.bookstyle-left2     { text-indent: 4em; }
.bookstyle-right    { text-indent: -2em; }
.bookstyle-right2    { text-indent: -4em; }

img {
    max-width: 100%;;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.mytext {
    font-family: 'Chewy', cursive;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 2px black, 2px 4px 1em #888, 3px 5px 0.1em #444;
}

.mylink {
    font-family: 'Chewy', cursive;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px 2px #007, 2px 4px 1em #888, 3px 5px 0.1em #444;
    text-decoration-line:none;
}

h1 {
  font-size: 80px;
    letter-spacing: 0.1em;
    margin-top: 0px;
    margin-bottom: -0.3em;
    margin-left: 0px;
    marging-right: 0px;
    text-shadow: 1px 1px 2px black, 2px 4px 1em #888, 5px 8px 0.1em #444;
    text-align: center;

}

h2, h3, h4, h5 {
    color: #91ddf5;
} 
    
