
@media print {
    
body {
  color: red;
  width: 210mm;
  height: 279mm;
color: black;
background-color: white;
margin: 3em;
}

main {
  background-color: #eeeeee; /*#f9f6f0;*/
}

.gridContainerAll{
  background-color: #eeeeee; /*#f9f6f0;*/
}

* {
color: black;
}

a[href]::after {
  content: " <"attr(href)">";
  color: #888;
  background-color: inherit;
  font-style: italic;
  font-size: 80%;
}






header, footer {
    /**background: #f33;**/ 
    color: #fff; 
    padding: 1.3em; 
    background: #444;
}

.gridContainerBanner1
{
    visibility: visible;
    display: block;
}

.gridContainerBanner2
{
    visibility: hidden;
    display: none;
}

h1 {
    font-size: 2.25vw;
    margin-top: 0vw;
    line-height: 1;
    margin-bottom: -50px;
    letter-spacing: 0.2em;
}
h2 {
    font-family: 'Americana BT'; /* use font */
    font-size: 2.5vw;
}
h3 {
    font-family: Americana; /* use font */
    font-size: 1.6vw;
    height: 0.7em;
    height: auto;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    }

.h3_mit_Icon /**::first-line**/
{
    margin:auto;
    height: 3.5vw;
    margin-top: 4em;
}   
 
.h3_mit_Icon_2_zeilig /**::first-line**/
{
    margin:auto;
}   

h4 {
    font-family: Americana; /* use font */
    font-size: 1.3vw;
}
.h4_mit_Icon /**::first-line**/
{
    margin:auto;
    height: 1em;
    margin-top: 3.5em;
    margin-bottom: 0.5em;
    font-size: 1.3vw;
    padding-left: 0em;
}   
 
.h4_mit_Icon_2_zeilig /**::first-line**/
{
    margin:auto;
}   

nav > a{
    font-family: Americana; /* use font */
    font-size: 2.2vw;
}


.ersetzungsbuchstabe {
    width: 50px; /* Breite des Bildes */
    height: 72px; /* Höhe des Bildes */
    position: relative;
    top: -58px;
}


p {
    font-family:Amerigo;
    font-size: 1.1vw;

    font-variant:normal;
    font-weight:normal;
    font-stretch:normal;
}

.termin {
    padding-top: 1em;
    padding-bottom: 1em;
}


.gridContainerKontakt > .gridKontaktItem {
    padding: 1vw;
    font-size: 1.5vw;
    margin-bottom: 0em;
    padding-bottom: 2em;
}

.gridContainerKontakt > .gridKontaktItem:nth-child(even) {
/**    background-image: url("../images/web_BG2_2R.svg");**/
    background-repeat: repeat;
    background-size: cover;
}

.gridContainerKontakt > .gridKontaktItem:nth-child(odd) {

/*    background-image: url("../images/web_BG2_2L.svg");*/
    background-repeat: repeat;
    background-size: cover;
}


    
.gridContainerStart {
    display: inline-grid;
    grid-template-areas:
        "web1";

    grid-template-columns: auto;
    padding: 0px;
    width: 100%;
    width: 100vw;
    max-width: 100%;
}

.gridContainerAll {
    display: inline-grid;
    grid-template-areas:
        "web1";

    grid-template-columns: auto;
    padding: 0px;
    width: 100%;
    width: 100vw;
    max-width: 100%;
}

.gridContainerHeader1
{
    grid-template-areas:
        "gridH1 gridH2";
    grid-template-columns: auto;
    grid-area: gridHeader1;
    text-align: end;
    align-content: end;
    margin: auto;
    grid-gap: 1.7em;
}

.gridContainer1 {
    display: inline-grid;
    grid-template-areas:
        "dummy web2 web5 dummy2";
    grid-template-columns: 1fr 374px 374px 1fr;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    padding: 0px;
    width: fit-content;
    width: unset;
    width: 100%;
}

.gridContainer2 {
    display: inline-grid;
    grid-template-areas:
        "web3 web6  web7  web8";

    grid-template-columns: 386fr 374fr 374fr 374fr;
    grid-template-columns: 374fr 374fr 374fr 374fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #eeeeee; /*#f9f6f0;*/
    background-image: url("../images/web_BG2.svg");
    background-repeat: no-repeat;
    background-size: cover; /* Passt das Bild an die Größe des Spans an */
    padding: 0px;

    width: fit-content;
    width: unset;
    width: 100%;

    grid-gap: 10px;    
    grid-gap: 0%;
}
.gridContainer_1to4 {
    display: inline-grid;
    grid-template-areas:
        "web3 web6  web7  web8";

    grid-template-columns: 386fr 374fr 374fr 374fr;
    grid-template-columns: 374fr 374fr 374fr 374fr;
    grid-template-columns:  auto auto auto auto;
    background-color: #FFeeee; /*#f9f6f0;*/
    background-repeat: no-repeat;
    background-size: cover; /* Passt das Bild an die Größe des Spans an */
    padding: 0px;

    width: fit-content;
    width: unset;
    width: 100%;

    grid-gap: 10px;    
    grid-gap: 0%;
}

.gridContainerTermin_4 {
    display: inline-grid;
    grid-template-areas:
        "termin1 termin2 termin3 termin4";

    grid-template-columns: 386fr 374fr 374fr 374fr;
    grid-template-columns: 374fr 374fr 374fr 374fr;
    background-color: #eeeeee; /**#f9f6f0;**/
    background-image: url("../images/web_BG2.svg");
    background-repeat: no-repeat;
    background-size: cover; /* Passt das Bild an die Größe des Spans an */
    padding: 0px;

    width: fit-content;
    width: unset;
    width: 100%;

    grid-gap: 10px;    
    grid-gap: 0%;
}


.gridContainerTermin_3 {
    display: inline-grid;
    grid-template-areas:
        "termin1 termin2 termin3";

    grid-template-columns: 374fr 374fr 374fr;
    background-color: #eeeeee; /**#f9f6f0;**/
    background-image: url("../images/web_BG2.svg");
    background-repeat: no-repeat;
    background-size: cover; /* Passt das Bild an die Größe des Spans an */
    padding: 0px;

    width: fit-content;
    width: unset;
    width: 100%;

    grid-gap: 10px;    
    grid-gap: 0%;
}

.gridContainerTermin_2 {
    display: inline-grid;
    grid-template-areas:
        "termin1 termin2"
        "termin3 termin4";

    grid-template-columns: 374fr 374fr;
    background-color: #eeeeee; /**#f9f6f0;**/
    background-image: url("../images/web_BG2.svg");
    background-repeat: no-repeat;
    background-size: cover; /* Passt das Bild an die Größe des Spans an */
    padding: 0px;

    width: fit-content;
    width: unset;
    width: 100%;

    grid-gap: 10px;    
    grid-gap: 0%;
}

.gridContainerTermin_1 {
    display: inline-grid;
    grid-template-areas:
        "termin1";

    grid-template-columns: 374fr;
    background-color: #eeeeee; /**#f9f6f0;**/
    background-image: url("../images/web_BG2.svg");
    background-repeat: no-repeat;
    background-size: cover; /* Passt das Bild an die Größe des Spans an */
    padding: 0px;

    width: fit-content;
    width: unset;
    width: 100%;

    grid-gap: 10px;    
    grid-gap: 0%;
}
.gridContainerKontakt {
    /*background-image: url("images/web_BG2.svg");*/
    background-size: cover;   
    background-color: #eeeeee; /**#f9f6f0;**/
    margin-left: 60px;
    margin-right: 60px;
    padding: 0.5vw;
    width: 1448px;
    margin:auto;
    grid-template-columns: 1fr 1fr;
    width: 95%;
    width: 82%;
    width: 96%;
    padding-left:  10vw;
    padding-right: 10vw;
    background-size: contain;
    background-repeat: repeat-y;
    width: auto;
    margin: 0px;    

}
/*** 1600 ***/
.gridContainerKontakt1 {
    background-image: url("../images/web_BG2.svg");
    background-size: cover;   
    background-color: #eeeeee; /**#f9f6f0;**/
    margin-left: 60px;
    margin-right: 60px;
    padding: 0.5em;
    margin:auto;
    width: 50%;

    padding-left:  1em;
    padding-right: 1em;
    /**background-size: auto;**/
    background-repeat: no-repeat;
    margin-top: 1em;
    margin-bottom: 1em;
}



}



