a {
    color: rgb(0, 0, 200);
    font-weight: bold;
    text-decoration-line: none;
    padding: 10px;
}

h1 {
    color: rgb(0, 0, 100);
    font-size: 20px;
    font-weight: bold;
}

h2 {
    color: rgb(0, 0, 100);
    font-size: 16px;
    font-weight: bold;
}

p {
    font-size: 16px;
}

li {
    list-style:square;
    color: rgb(0, 0, 200);
}

.pUschrift{
    color: rgb(0, 0, 100);
    font-size: 20px;
    text-align: center;
    font-weight: bold; 
}
.pCenter{
    text-align: center;
}

.ifText {
    display: none;
    width: 0px;
    outline-width: 0px;
    height: 0px;
    border: 0px
}

.header {
    display: flex;
    align-items: center;
    justify-content: left;
    background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 100) 50%, rgb(220, 220, 220));
    padding: 0px;
    margin: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.headerTxt {
    display: flex;
    justify-content:left;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.divnavbarList {
    position:absolute;
    display: flex;
    width: 0px;

    margin-left:48%;

    justify-content: center;
    align-items: center;
    opacity: 100%;
    background-color: rgb(255, 2, 2);
    z-index: 100;
}

.navbar {

    display :none;
    justify-content: center;
    height:0px;
    width :0px;

    background-color: rgb(220, 220, 220);
    padding-top: 0px;

    font-size: 15px;
    line-height: 100%;
}

.navbarList {
    display: none;
    justify-content: center;
    text-align: center;
    width: 100%;
    background-color: rgba(220, 220, 220, 0.95);
    padding-top: 0px;
    margin-left: 0px;
    border-style:solid;
    border-width: 2px;
    border-color: rgba(150, 150, 150, 0.95);
    
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    font-size: 15px;
    line-height: 200%;
}

.navbarList li {
    list-style: none;

}

.footer {
    display: flex
}

body {
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 1%;
    padding-right: 1%;
}

.main {
    max-width: 1400px;
    min-height: 75vh;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1% 24.5% 24.5% 24.5% 24.5% 1%;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto 10px;
    column-gap: 0px;
    row-gap: 0px;
    background-color: rgb(245, 245, 245);
}

.divmain {
    grid-column: 1/6;
    grid-row: 1/9;
    width: 98%;
    margin-left: 1%;
    display: flex;
    justify-content: center;
}
.divIBDM {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);

}
.divWmain {
    grid-column: 2/6;
    grid-row: 1/1;
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 300px auto auto auto;
    grid-template-rows: auto auto;
    column-gap: 0px;
    row-gap: 0px;
}

.divW {
    grid-column: 2/5;
    grid-row: 1/2;
    height: auto;
    width: 100%;
}
.divPicSTW {
    grid-column: 1/1;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
.divPicSTW img {
    display: flex;
    box-shadow: 10px 10px 10px rgb(50, 50, 50);
    max-width: 100%;
    max-height: 320px;
    padding: 2%;
    margin-left: -10px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 0, 200);
    border-radius: 0px;
    background-color: rgb(250, 250, 250);
}

.divPicSTW figcaption {
    color: black;
    font-size:15px;
    font-style: italic;
    text-align: center;
    line-height: 0px;
    
  }
.divPicMonth {
    grid-column: 4/6;
    grid-row: 2/5;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}

.divPicMonth img {
    display: flex;
    box-shadow: 10px 10px 10px rgb(50, 50, 50);
    max-width: 100%;
    max-height: 500px;
    padding: 2%;
    margin-left: -10px;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(0, 0, 200);
    border-radius: 0px;
    background-color: rgb(250, 250, 250);
}

figure figcaption {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.divText1 {
    grid-column: 2/4;
    grid-row: 2/2;
    float: flex;
    height: auto;
    width: calc(100% - 10px);

    border-color: rgb(245, 245, 245);
    border-left-width: 5px;
    border-style: solid;
    box-shadow: 0 0 10px rgb(150, 150, 150);
}

.divAnm {
    display: flex;
    text-align: center;
    justify-content: center;
    max-width: 95%;
    height: auto;
    margin-bottom: 5px;
    background-color: rgb(180, 190, 255);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(180, 180, 180);
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgb(15, 15, 15);
}

.pAnm1{
    color: black;
    font-size: 18px;
    font-weight: normal;
    font-style:italic;
    margin-top: -5px;
    margin-bottom: -10px;
}
.pAnm2{
    margin-bottom: 0px; 
    font-weight: normal; 
    color: black;
}

.divText2 {
    grid-column: 2/4;
    grid-row: 3/3;
    float: flex;
    height: auto;
    width: 100%;
}

.divJahrInfo {
    margin-bottom: 10px;
    grid-column: 2/4;
    grid-row: 4/4;
    display: flex;
    justify-content: center;
    height: auto;
    width: auto;

}

.divText3 {
    grid-column: 2/4;
    grid-row: 5/5;
    float: flex;
    height: auto;
    width: calc(100% - 10px);

    border-color: rgb(245, 245, 245);
    border-left-width: 5px;
    border-style: solid;
    box-shadow: 0 0 10px rgb(150, 150, 150);

}

.divWetter {
    grid-column: 4/6;
    grid-row: 5/10;
    display: list-item;
    text-align: center;
    list-style: none;
    height: auto;
    width: 100%;
}

.divlink {
    grid-column: 2/4;
    grid-row: 7/8;
    float: flex;
    height: auto;
    width: 100%;
}

.link {
    font-size: 16px;
}

.divaustronomie {
    grid-column: 2/3;
    grid-row: 8/9;
    float: flex;
    height: auto;
    width: 100%;
}

.divFooter {
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: rgb(230, 230, 230);
}

.footer p {
    padding-left: 5px;
}
@media (pointer:fine)
{
    .navbar a:hover {
        color: rgb(195, 0, 0);
        background-color: rgb(255, 255, 255);
    }
    .navbarList a:hover {
        color: rgb(195, 0, 0);
    }
    .divPicMonth img:hover {
        box-shadow: 0px 0px 0px rgb(50, 50, 50);
        border-color: rgb(195, 0, 0);

    }
    .divPicSTW img:hover {
        box-shadow: 0px 0px 0px rgb(50, 50, 50);
        border-color: rgb(195, 0, 0);
    }
    .divAnm:hover {
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 0px rgb(15, 15, 15);
    }
    .link:hover {
        color: rgb(195, 0, 0);
    }
}
@media (max-width: 847px) {

    .divW {
        grid-column: 1/5;
        grid-row: 1/1;
    }

    .divPicSTW {
        grid-column: 1/5;
        grid-row: 2/2;
    }

    .divText1 {
        grid-column: 2/6;
        grid-row: 2/2;
    }
    .divPicMonth {
        grid-column: 2/6;
        grid-row: 3/3;
    }
    .divText2 {
        grid-column: 2/6;
        grid-row: 4/4;
    }
    .divJahrInfo {
        grid-column: 2/6;
        grid-row: 5/5;
    }
    .divText3 {
        grid-column: 2/6;
        grid-row: 6/6;
    }

    .divWetter {
        grid-column: 2/6;
        grid-row: 7/7;
    }

    .divlink {
        grid-column: 2/6;
        grid-row: 8/9;
    }

    .divaustronomie {
        grid-column: 2/6;
        grid-row: 10/10;
    }
}

input[type=text] {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
  }
  input[type=text]:focus {
    background-color: rgb(242, 242, 253);
  }

textarea{
    border: 1px solid black;
    border-radius: 4px;
  }
textarea:focus{
    background-color: rgb(242, 242, 253);
  }