
@font-face {
    font-family: "Roboto-Regular";
    src: url(../media/css/font/Roboto-Regular.ttf);
}
@font-face {
    font-family: "Roboto-Bold";
    src: url(../media/css/font/Roboto-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
}



html {
    overflow-x: hidden;
    line-height: normal;
    box-sizing: unset;
}
body {
    font-family: Roboto-Regular !important;
    margin: 0;
    font-size: 14px !important;
    user-select: none;
    line-height: normal;
    cursor: default;
    background: white;
    overflow-x: hidden;
    box-sizing: unset;
}
#top-header-home{
    text-align: center; 
    font-size:21px;
    font-weight:1000; 
    color:black;
    padding-right:92px;
    margin-top:-2px;
    }

p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    box-sizing: unset;
}

strong, b{
    font-family: Roboto-Bold !important;
}
/* SCROLL BAR CSS */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
    display: none;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, 0.25);
}
.nav_list{
    list-style-type: none;
    width: 100%;
}
.web-app-header-container {
    position: fixed;
    width: 100%;
    z-index: 5;
    box-sizing: unset;
}

.web-app-toc-header-center {
    box-sizing: unset;
}

.web-app-top-header {
    background: #81a3d5;
    height: 42px;
    position: relative;
    width: 100%;
    box-sizing: unset;
    margin: auto;
    padding: 10px;
}
.web-app-top-header table {
    border-collapse: collapse;
    width: 100%;
    box-sizing: unset;
}

.web-app-client-header-name {
    color: white;
    font-size: 20px;
    margin: 0px;
    padding: 0;
    padding-top: 0.4%;
    text-align: center;
}
 
@media screen and (device-width:320px)and (device-height:568px){
    .web-app-second-header ul li {
        padding: 0px 2.2%!important;
      }
}
@media (max-width: 370px) {
    .web-app-client-header-name, #web_app_name {
        font-size: 14px;
    }
    .web-app-top-header {
        height: 56px !important;
    }
}
@media (max-width: 500px) {
    .web-app-client-header-name, #web_app_name {
        font-size: 13px;
    }
}
@media (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .web-app-client-header-name {
        font-size: 15px;
    }
}


@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .web-app-client-header-name {
        font-size: 14px;
    }
}
@media (max-width: 700px) {
    .web-app-client-header-name {
        font-size: 13px;
        width: 70%;
    }
}
@media (min-width: 800px) and (orientation: landscape) {
    .web-app-top-header {
        width: 100%;
        padding: 2px;
    }
}
.web-app-menu-icon {
    height: 57%;
    cursor: pointer;
    padding-top: 15px;
    box-sizing: unset;
    vertical-align: inherit;
}
#web_app_tab_info {
    height: 48px;
}

.web-app-second-header {
    box-sizing: unset;
}

.web-app-second-header ul {
    list-style-type: none;
    background: white;
    padding: 0px;
    height: 62px;
    border-bottom: 1px solid #81a3d5;
    box-sizing: unset;
}

.web-app-second-header ul li {
    display: inline;
    padding: 0px 4%;
    text-align: center;
    background: #ffffff;
    margin: 0px 0px;
    box-sizing: unset;
}

.web-app-second-header ul li:last-child {
    float: right;
    margin: 0px;
}

.web-app-second-header ul li a {
    text-decoration: none;
}


@media (max-width: 1340px) {
    .web-app-toc-header-center {
        margin-left: 0 !important;
        width: 100% !important;
        position: fixed;
        top: 40px;
    }
}
@media (min-width: 1340px) {
    .web-app-toc-header-center {
        width: 75%;
        position: fixed;
        top: 40px;
        z-index: -1;
        margin-left: 12.5%;
    }
    #gl_specific_home_div{
        width: 75%;
        margin-top: 90px;
        margin-left: 12.5%;
    }
}
@media (min-width: 2048px) {
    .web-app-toc-header-center, #gl_specific_home_div {
        width: 51% !important;
        margin-left: 25%;
        margin-right: 25%;
    }
    #gl_specific_home_div{
        margin-top: 90px;
    }
}
@media (max-width: 370px) {
    .web-app-layout-table {
        top: 103px;
    }
}
.web-app-tab-selected{
    border-bottom: 6px solid #81a3d5 !important;
    display: list-item;
}


table {
    border-spacing: 0px !important
}

#gl_specific_home_div{
    overflow-x: auto;
    padding: 0.5% 0%;
}

@media (max-width: 1330px) {
    #gl_specific_home_div {
        width: 98%;        
        margin: auto;
        margin-top: 100px;
    }
}
@media screen and (max-width: 800px) {
    #gl_specific_home_div{
        width: 88%;        
        margin: auto;
        margin-top: 100px;
        padding-bottom: 10px;
    }    
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    background-color: white;
    position: relative;
    cursor: pointer;
    border-radius: 0 !important;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 7px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.home_div .container {
    padding: 20px 5px 85px 2px;
}

.card .container p {
    overflow-wrap: break-word;
}

.card .bottom_text {
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    overflow-wrap: break-word;
}

/* Float four columns side by side */
.column {
    float: left;
    padding: 3px 3px;

}
.homeScreenImage{
    height: 14vh;
}
.gl_div {
    color: white;
    font-size: 2.2vw;
}

.gl_div_special {
    color: #004998;
    background-color: #B6DA9A;
    font-size: 2.2vw;
}

.largeColumn {
    float: left;
    width: 50%;
    padding: 5px 5px;
    height: 130px;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 320px) {
    .column {
        display: block;
        overflow: hidden;
        width: 133px;
    }

    .top-left{
        left: 2px;
    }
}

/* Responsive columns */
@media screen and (max-width: 600px) and (min-width: 321px) {
    .column {
        display: block;
        overflow: hidden;
        width: 33%;
    }    
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .gl_toc_div .card {
        padding: 4px 1px !important;
    }

    .card .container p {
        font-size: 12px;
        overflow-wrap: break-word;
    }

    .card .bottom_text {
        font-size: 11px;
    }

    #gl_div h1,
    #pdf_div h1 {
        font-size: 18px;
    }

    .recommendation_card {
        background-size: 73% 50% !important;
    }
}

@media screen and (max-height: 400px) {
    .gl_div, .gl_div_special {
        font-size: 10.5px;
    }
    .homeScreenImage{
        height: 13vh;
    }
    .top-left{
        left: 5px;
        top: 3px;
    }
}
@media screen and (max-height: 360px) {
    .top-left{
        top: 1px;
    }
}
@media screen and (max-height: 500px) {
    .gl_div, .gl_div_special {
        font-size: 2.3vh;
    }
    .homeScreenImage{
        height: 11.2vh;
    }
    .top-left{
        left: 5px;
        top: 3px;
    }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
    .gl_div, .gl_div_special {
        font-size: 3.9vh;
    }
    .homeScreenImage{
        height: 17vh;
    }
    .top-left{
        left: 5px;
        top: 2px;
    }
}
@media screen  and (min-height: 400px) and (max-height: 500px) and (orientation: landscape) {
    .gl_div, .gl_div_special {
        font-size: 3.5vh;
    }
    .homeScreenImage{
        height: 15vh;
    }
    .top-left{
        left: 5px;
        top: 3px;
    }
}
@media screen and (min-height: 500px) and (max-height: 600px) {
    .gl_div, .gl_div_special {
        font-size: 4.2vw;
    }
    .homeScreenImage{
        height: 12.3vh;
    }
    .top-left{
        left: 5px;
    }
}
@media screen and (min-height: 600px) and (max-height: 700px) {
    .gl_div, .gl_div_special {
        font-size: 1.6vw;
    }
    .homeScreenImage{
        height: 12.6vh;
    }
    .top-left{
        left: 5px;
    }
}
@media screen and (min-height: 701px) and (max-height: 800px) {
    .gl_div, .gl_div_special {
        font-size: 2.2vw;
    }
    .homeScreenImage{
        height: 13.3vh;
    }
    .top-left{
        left: 5px;
    }
}
@media screen and (min-height: 801px) and (max-height: 1024px) {
    .gl_div, .gl_div_special {
        font-size: 3.05vh;
    }
    .homeScreenImage{
        height: 13.4vh;
    }
    .top-left{
        left: 5px;
    }
}
@media screen and (max-width: 450px) {
    .gl_div, .gl_div_special {
        font-size: 4vw;
    }
}
@media screen and (min-width: 451px) and (max-width: 500px) {
    .gl_div, .gl_div_special {
        font-size: 2.4vw;
    }
}
@media screen and (min-width: 501px) and (max-width: 650px) {
    .gl_div, .gl_div_special {
        font-size: 2.2vw;
    }
}
@media screen and (min-width: 650px) and (max-height: 700px){
    .gl_div, .gl_div_special {
        font-size: 1.7vw;
    }
}
@media screen and (min-width: 650px) and (max-height: 400px){
    .gl_div, .gl_div_special {
        font-size: 1.1vw;
    }
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    .gl_div, .gl_div_special {
        font-size: 4vw;
    }
}

#top-icon {
    height: 49px;
    width: 54px;
    margin-left: 20px;
    margin-top:-11px;
}
@media screen and (max-width: 799px) {
    #top-icon {
        margin-left:18px;
        margin-top:-17px;
    }
}
@media screen and (max-width: 701px){
    #top-header-home{
        padding-right:92px;
        margin-top:-6px;
        }
}

@media screen and (min-width: 701px) 
and (max-width: 799px){
    #top-header-home{
        padding-right:103px;
        margin-top:-7px;
        }
}

@media screen and (max-device-width:786px)and (min-device-height:786px){
    
    #top-header-home{
        padding-right:103px;
        font-size: 21px;
        margin-top:-9px;
        }
}
@media screen and (device-width:360px)and (device-height:640px){
    
    #top-icon {
        height: 49px;
        width: 54px;
        margin-left: 6px;
        margin-top:-16px;
    }

    #top-header-home{
        text-align: center; 
        font-weight:1000; 
        color:black;
        padding-right:81px;
        font-size: 20px;
        margin-top:-5px;
        }
       
}
/*************** SMALL PHONE SCREEN************/

@media (max-width: 319px) {

    #top-icon {
        height: 46px;
        width: 52px;
        margin-left: 3px;
        margin-top:-13px;
    }
    #top-header-home{
        padding-right:74px;
        font-size: 20px;
        margin-top:-6px;
        }
       
        
    }
/************************Surface duo************************/
@media screen and (device-width:540px)and (device-height:720px){
    
 
    #top-icon {
        margin-left: 11px!important;
        margin-top:-16px!important;
    }
    #top-header-home{
        padding-right:99px!important;
        font-size: 21px!important;
        margin-top:-7px!important;
        }
}
/* ********************************************/ 
@media screen and (device-width:1024px)and (device-height:1366px){
    
    #top-icon {
        margin-left: 29px!important;
        margin-top:-18px!important;
    }
    #top-header-home{
        padding-right:103px!important;
        font-size: 21px;
        margin-top:-10px!important;
        }
}

@media screen and (device-width:384px)and (device-height:640px){
    
 
    #top-icon {
        margin-left: 5px;
        margin-top:-16px;
    }
    #top-header-home{
        padding-right:99px;
        font-size: 20px;
        margin-top:-6px;
        }
}


/* ************ALL IPHONE************** */
@media screen and (min-width:320px) and (max-width:745px) and (min-device-height:480px){
    
    #top-icon {
        margin-left: 11px;
        margin-top:-15px;
    }

    #top-header-home{
        padding-right:80px; 
        font-size: 20px;
        margin-top:-6px;
        }

}

/******************************************/
@media screen and (min-width:800px) and (max-width:1000px){
    
    #top-icon {
        margin-left: 20px;
        margin-top:-9px;
    }

    #top-header-home{
        padding-right:92px;  /* 83px */
        font-size: 21px;
        margin-top:0px; 
        }
}
/************************HiDpi Screen************************/
@media screen and (min-device-width:1440px) {
    
    #top-icon {
        margin-left: 20px;
        margin-top:-8px;
    }

    #top-header-home{
        padding-right:92px; 
        font-size: 21px;
        margin-top:0px; 
        }
       
}
/************************Bigger Screens************************/

@media screen and (min-device-width:2000px) and (max-device-width:2499px) {
    
        #top-icon {
            margin-left: 20px;
            margin-top:-11px;
        }
    
        #top-header-home{
            padding-right:92px;  
            font-size: 20px;
            margin-top:-3px; 
            }
    }
/* **************** */
@media screen and (min-device-width:2500px) {
    
    #top-icon {
        margin-left: 20px;
        margin-top:-13px;
    }

    #top-header-home{
        padding-right:92px;  
        font-size: 20px;
        margin-top:-4px; 
        }
}
/* **************** */
@media screen and (min-device-width:1800px)and (max-device-width:1999px) {
    
    #top-icon {
        margin-left: 20px;
        margin-top:-11px;
    }

    #top-header-home{
        padding-right:92px;  
        font-size: 21px;
        margin-top:-2px; 
        }
}
/******************** Kindle *********************/
@media screen and (device-width:800px) and (device-height:1280px){
    
 
    #top-icon {
        margin-left: 11px;
        margin-top:-17px;
    }
    #top-header-home{
        padding-right:99px;
        font-size: 20px;
        margin-top:-7px;
        }
}
/*****************************************/
@media screen and (min-device-width:800px) and (max-device-width:1049px) and (device-height:1049px){
    
 
    #top-icon {
        margin-left: 11px;
        margin-top:-16px;
    }
    #top-header-home{
        padding-right:99px;
        font-size: 20px;
        margin-top:-7px;
        }
}
/* *************************** */
@media screen and (min-width:1341px) and (max-width:1439px) {
    
    #top-icon {
        margin-left: 20px;
        margin-top:-8px;
    }

    #top-header-home{
        padding-right:92px;  
        font-size: 21px;
        margin-top:0px; 
        }
}
/* *************************** */

@media screen and (min-width:1000px) and (max-width:1340px){
    
    #top-header-home{
        padding-right:92px;  
        font-size: 21px;
        margin-top:-1px; 
        }
}
/* *************************** */
@media screen and (min-width:1500px) and (max-width:1799px) {
    
    #top-icon {
        margin-left: 20px;
        margin-top:-9px;
    }

    #top-header-home{
        padding-right:92px;  
        font-size: 21px!important;
        margin-top:0px!important ;
        }
}
/* *************************** */

#lock_tab{
    height:37px;
    padding-top:3px;
    padding-bottom: 9px;
}


/* *****************************************Datenschutz icon***************************************** */
#infohome{
    height:54px;
    padding-top: 2.4px;
    margin-top:-1px;
    /* margin-top:-2px; */
}

#web_app_tab_lock{
    float: right;
}
#web_app_tab_info{
    float: right;
}                 
/*********************************Impressum********************************/
@media screen and (max-width:307px){
    .web-app-second-header ul li {
        padding: 0px 0.1%!important;
      }
      #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        margin-right:-5px!important;
      }  
}
    @media screen and (min-width:308px) and (max-width:319px){
    .web-app-second-header ul li {
        padding: 0px 0.1%!important;
      }
      #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:4px!important;
      }  
}
@media screen and (min-width:320px)and (max-width:324px){
    .web-app-second-header ul li {
        padding: 0px 0.4%!important;
      }
      #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:6px!important;
      }  
}
@media screen and (min-width:325px)and (max-width:344px){
    .web-app-second-header ul li {
        padding: 0px 0.6%!important;
      }
      #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:5px!important;
      } 
}
@media screen and (min-width:340px)and (max-width:345px){
    .web-app-second-header ul li {
        padding: 0px 0.9%!important;
      }
      #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:6px!important;
      } 
}
@media screen and (min-width:346px)and (max-width:357px){
    .web-app-second-header ul li {
        padding: 0px 1.1%!important;
      }
      #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:7px!important;
      } 
}
@media screen and (min-width:358px)and (max-width:361px){
    .web-app-second-header ul li {
        padding: 0px 1.3%!important;
      } 
      #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:10px!important;
      } 
}
@media screen and (min-width:362px)and (max-width:368px){
    .web-app-second-header ul li {
        padding: 0px 1.4%!important;
      } 
}
@media screen and (min-width:369px) and (max-width: 385px){
   .web-app-second-header ul li {
    padding: 0px 1.5%!important;
  }
  #web_app_tab_impressum{
    float: right; 
    padding-left: 0px!important;
    padding-right:12px!important;
  } 
}
@media screen and (min-width:386px) and (max-width: 493px){
    .web-app-second-header ul li {
        padding: 0px 1.8%!important;
    }
    #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:14px!important;
        
    } 
}
@media screen and (min-width:394px) and (max-width: 405px){
    .web-app-second-header ul li {
        padding: 0px 2%!important;
    }
    #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:14px!important;
        
    } 
}

@media screen and (min-width:406px) and (max-width: 413px){
    .web-app-second-header ul li {
        padding: 0px 2.2%!important;
    }
    #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:15px!important;
        
    }
}
@media screen and (min-width:415px) and (max-width: 422px){
    .web-app-second-header ul li {
        padding: 0px 2.3%!important;
    }
    #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:17px!important;
        
    }
}
@media screen and (min-width:423px) and (max-width: 429px){
    .web-app-second-header ul li {
        padding: 0px 2.4%!important;
    }
    #web_app_tab_impressum{
        float: right; 
        padding-left: 0px!important;
        padding-right:14px!important;
        
    }
}
@media screen and (min-width:430px) and (max-width: 444px){
    .web-app-second-header ul li {
        padding: 0px 2.5%!important;
    }
}
@media screen and (min-width:445px) and (max-width: 453px){
    .web-app-second-header ul li {
        padding: 0px 2.7%!important;
    }
}
@media screen and (min-width:454px) and (max-width: 461px){
    .web-app-second-header ul li {
        padding: 0px 2.8%!important;
    }
}
@media screen and (min-width:462px) and (max-width: 470px){
    .web-app-second-header ul li {
        padding: 0px 2.9%!important;
    }
}
@media screen and (min-width:471px) and (max-width: 479px){
    .web-app-second-header ul li {
        padding: 0px 3%!important;
    }
}
@media screen and (min-width:480px) and (max-width: 498px){
    .web-app-second-header ul li {
        padding: 0px 3.1%!important;
    }
}

@media screen and (min-width:499px) and (max-width: 508px){
    .web-app-second-header ul li {
        padding: 0px 3.3%!important;
    }
}
@media screen and (min-width:509px) and (max-width: 518px){
    .web-app-second-header ul li {
        padding: 0px 3.4%!important;
    }
}
@media screen and (min-width:519px) and (max-width: 529px){
    .web-app-second-header ul li {
        padding: 0px 3.5%!important;
    }
}
@media screen and (min-width:530px) and (max-width: 541px){
    .web-app-second-header ul li {
        padding: 0px 3.6%!important;
    }
}
@media screen and (min-width:542px) and (max-width: 552px){
    .web-app-second-header ul li {
        padding: 0px 3.7%!important;
    }
}
@media screen and (min-width:553px) and (max-width: 578px){
    .web-app-second-header ul li {
        padding: 0px 3.8%!important;
    }
}
 /* Tooltip container */
 .tooltip1 {
    position: relative;
    display: inline-block;
  }
  
  .tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 130px;
    background-color: #ffffff;
    color: #81a3d5;
    text-align: center;
    padding: 2px 0;
    border: 2px solid #81a3d5;
    border-radius: 6px;
    top: 100%;
    left: 50%;
    margin-top:1px;
    margin-left: -65px;
    position: absolute;
    z-index: 1;
  }
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip1:hover .tooltiptext1 {
    visibility: visible;
  }

  /*********** TOOLTIP FOR INFO TAB **********/
  .tooltip_info{
    position: relative;
    display: inline-block;
  }
  
  .tooltip_info .tooltiptext_info {
    visibility: hidden;
    width: 130px;
    background-color: #ffffff;
    color: #81a3d5;
    text-align: center;
    padding: 2px 0;
    border: 2px solid #81a3d5;
    border-radius: 6px;
    top: 100%;
    left: 50%;
    margin-left: -65px;
    margin-top:13px;
    position: absolute;
    z-index: 1;
  }
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip_info:hover .tooltiptext_info {
    visibility: visible;
  }

  /*********** TOOLTIP FOR impressum TAB **********/
  .tooltip_impressum{
    position: relative;
    display: inline-block;
  }
  
  .tooltip_impressum .tooltiptext_impressum {
    visibility: hidden;
    width: 130px;
    background-color: #ffffff;
    color: #81a3d5;
    text-align: center;
    padding: 2px 0;
    border: 2px solid #81a3d5;
    border-radius: 6px;
    top: 100%;
    left: 50%;
    margin-left: -65px;
    margin-top:2px;
    position: absolute;
    z-index: 1;
  }
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip_impressum:hover .tooltiptext_impressum {
    visibility: visible;
  }