header {
    position:fixed;
    top: 0px;
    width: 100%;
    height: 100px;
    background-color:  rgb(73, 118, 148);
    z-index: 99 !important; 
    margin-bottom: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.506);
    }

header a{
    text-decoration: none;
    color: white;
}
/*Logo*/
.Logo{
    height: 39px;
    margin-left: 30px;
}

.Logo *{
    transition: ease-in .3s;
}
.Logo div{
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 30px;
    word-spacing: normal;
    letter-spacing: 2px;
}

.Logo div span{
    background-color: whitesmoke;
    border-radius: 1px;
    color: rgb(35, 67, 95);
    padding: 8px 1px 8px 2px;
    margin-right: 2px;
    margin-bottom: 20px;
    font-size: inherit;
    box-shadow: 1px 1px lightgray;
}

.Logo div span sup{
    font-size: 8px;
    position: relative;
    bottom: 14px;
    left: 1px;
    letter-spacing: normal;
    
}

.Logo .Slogan{
    font-size: 11px;
    position: relative;
    left: 140px;
    bottom: 16px;
    letter-spacing: 1.2px;
    word-spacing: 2px;
}

.Logo:hover>div span{
    background-color: rgb(35, 67, 95);
    color: white;
    padding: 9px 2px 9px 3px;
    border-radius: 2px;
    box-shadow: 1px 1px rgb(97, 97, 97);
}



/*Obere Menüleiste*/
.Tabs {
    padding: 0;
    margin: 0;
    margin-left: auto;
    text-align: right;
    height: 99%;
    width: fit-content;
    direction: rtl;
}

.UpperTabs, .LowerTabs {
    margin-right: 25px;
    height: 40px;
    width: inherit;
    display: block;
    padding: 5px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;

}

.UpperTabs{
    gap: 10px;
    font-weight: lighter;
}

.UTChild{
    padding: 2px 10px;
}
.UpperTabs>:first-child{
    
    border-radius: 10px;
    font-size: 14px;

}
.UpperTabs>:first-child i {
    font-size: 15px;
}

.LTChild{
    padding: 5px 10px;
    border-radius: 8px;
}

.LTChild:hover {
    background-color: rgb(35, 67, 95);
}

#SuchKnopf{
    display: inline-block;
}

#SuchKnopf, #SuchKnopfSmall {
    margin: 0px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 20px;
    color: white;
}

#SuchKnopf:hover {
    background-color: rgb(35, 67, 95);
}


.backdiv {
    position: fixed;
    top: 100px;
    width: 100%;
    height: 4px;
    background-color: white; /*rgb(56, 93, 116);*/
    z-index: -1;
    display: block;
}

.back {
    display: none;
}


/*Kleines Menu bei <800px*/

.SmallSuchKnopf{
    display: none;
}

#smallmenu {

    display:none;
}


/*Banner*/

#banner {

    text-align: center;
}

.Bbig{
    margin-top: 92px;
}

#banner img {


        width: 95%;
        height: auto;
        max-width: 100vw;
        z-index: -999;
}

.Bsmall {
    display: none;
}

/*Navigationsleiste*/

 nav {


    position: absolute;
    margin-top: -22px;
    left: 100px;
    width: fit-content;
    height: fit-content;
    font-size: 23px;
    font-weight: bold;
    margin-right: 0;
    /*cursor: pointer; */
    z-index: 20 !important;
   

 
} 



nav a {
    
    color: white;
    text-decoration: none;
    height: 100%;



}



.Navigation {

position: relative;
width: auto;
align-items: center;
float: left;
background-color: rgb(73, 118, 148); /* rgb(196, 212, 226);*/

}

.Navigation>i {

color: white;
font-size: 90%;

}

.mtitle {

    color: white;
    height:min-content;
    padding-left: 8px;
    padding-right: 8px;
    
}
.mtitle a{

display: inline-block;
width: 100%;
height: 47px;
position: relative;

top:8px;

}

 .mtitle:hover {
    
    background-color: rgb(35, 67, 95);
   
    
}



.Navigation ul {

    display: none;
    
    clear: both;
}

.Navigation:hover ul {
    
    display: block;

    
}


.submenu a {

    display: inline-block;
    width: 100%;

}

.submenu {

   
    width: 100%;
   padding-top: 8px;
   padding-bottom: 8px;
   padding-left: 8px;


}


.submenu:hover{

    background-color: rgb(35, 67, 95);

}

.panel {

    list-style-type:none;
        list-style-image:none;
        margin:0;
        padding:0;
  overflow: hidden;

}

@media all and (max-width: 1300px) {

    .Navigation {
    
        font-size: 80%;
    
    
    }
    
    .mtitle a {
    
        height: 38px;
    
    }

    .Bbig {

            top: 82px;
    }

    nav {


        margin-top: -16px;
    }


    }


    @media all and (max-width: 1090px) {

    
        .Bbig{
            top: 87px;
        }
        .Navigation {
        
            font-size: 60%;
        
        
        }
        
        .mtitle a {
        
            height: 33px;
        
        }
    
        nav {
    
            left:70px;
            margin-top: -12px;
        }

        #Title {

            display: none;
        } 

    
}

@media all and (max-width: 925px){
      /*Logo*/
      .Logo{

        margin-top: 25px;
    }
    

    .Logo .Slogan{
        font-size: 9px;
        position: relative;
        left: 91px;
    }

    .Logo div{
        font-size: 20px;
    }
    .Logo div span{
        background-color: whitesmoke;
        border-radius: 1px;
        color: rgb(35, 67, 95);
        padding: 6px 1px;
        margin-right: 2px;
        margin-bottom: 20px;
        font-size: inherit;
        box-shadow: 1px 1px lightgray;
    }


    .Logo div span sup{
        font-size: 7px;
        position: relative;
        bottom: 7px;
        left: 1px;
        letter-spacing: normal;
        
    }

}


@media all and (max-width: 880px) {

    .Logo{
        margin-top: 15px;
    }

    header{
        height:50px;
    }

    .LowerTabs{
        display: none;
    }

    .SmallSuchKnopf{
        display: inline-block;
    }

    .UpperTabs{
        margin-right: 56px;
    }

    .UpperTabs>:first-child i{
        font-size: 18px;
    }

    .backdiv{

        top:50px;
    }

    #Title {

        display: block;
        position: relative;
        font-size: 20px;
        left: 128px; 
        top: 11px;
        line-height: 20px;;
    }
    
    .push#Title {

        transform: none;
        font-size: 20px;
    
    
    }

    #Title a span sup {
        font-size: 9px;
        bottom: 3px;
    }


    nav {
        display: none;
        
    }

#smallmenu ul {

     padding: 0;
     margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;

}

#smallmenu ul li {

    padding: 10px;


}
#smallmenu ul li a{

    display: block;
    height: 50px;


}


#smallmenu ul li :hover{

    background-color: rgb(35, 67, 95);

}


.checkbtn {

    position: absolute;
    top: 8px;
    right: 12px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    margin: 0px;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
    height: 30px;
    border-radius: 5px;
    font-size: 25px;
    color: white;
    cursor: pointer;
    display: none;

}

.checkbtn:hover {
    
    background-color: rgb(35, 67, 95);

}


#check{

    display: none;
}

#smallmenu {
        display: block;
    }

    .checkbtn{

        display: block;
    }

    #smallmenu ul {

        position: absolute;
        width: 100%;
        height: 100vh;
        background: rgb(35, 67, 95, 0.9);
        top: 50px;
        left: -150%;
        text-align: center;
        transition: all .5s;
        overflow: scroll;
       

    }

    #smallmenu ul li{

        display: block;
        text-align: center;
        line-height: 50px;
      

    }

    #smallmenu ul li a{

        font-size: 25px;
        color: white;
        font-weight: bold;
        border-radius: 5px;
    }

    #check:checked ~ ul {

        left: 0;
    }



  .Logo img {

            position: absolute;
            top: 0px;
            left: 10px;
            width: 15%;
            height: auto;
         
            
        
        }
    .shrink.Logo img {
    
            padding-top: 0px;
            padding-left: 0px;
            width: 15%;
            height: auto;

    }


    .Bsmall {
        display: inline-block;
        width: 95%;
        margin-top: 70px;
        margin-bottom: 10px;
      
        
    }


    .Bbig {
        display: none;
    }


}




@media all and (max-width: 600px) {

  
   .UpperTabs>:nth-child(3), .UpperTabs>:nth-child(2){
    display: none;
   }
    .Logo img {

        position: absolute;
        top: 0px;
        left: 15px;
        width: 18%;
        height: auto;
    
    }
    .shrink.Logo img {

        padding-top: 0px;
        padding-left: 0px;
        width: 18%;
        height: auto;
    }

}
@media all and (max-width: 420px) {

    #Title {

        font-size: 17px;
        left: 100px; 
        line-height: 20px;;
    }
    
    .push#Title {

        transform: none;
        font-size: 17px;
    
    
    }

    #Title a span sup {
        font-size: 7.5px;
    }
}

@media all and (max-width: 350px) {

    #Title {

        display: none;
    }
    
}