html, body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    background-color: #FFFFFF;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

a{
    text-decoration: none;
    color: #666666;
}

a:visited{
    color: #666666;
}

a:hover{
    text-decoration: none;
    color: #000000;
}

.baseFrame{
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1440px auto;
    grid-template-rows: auto;
}

.baseFrameLeft{
    height: 100%;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(177,214,250,1) 100%);
    grid-row: 1;
    grid-column: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.baseFrameContent{
    height: 100%;
    width: 100%;
    overflow: auto;
    background: #FFFFFF;
    grid-row: 1;
    grid-column: 2;

    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
}

.baseFrameRight{
    height: 100%;
    width: 100%;
    background: rgb(177,214,250);
    background: linear-gradient(90deg, rgba(177,214,250,1) 0%, rgba(255,255,255,1) 100%);
    grid-row: 1;
    grid-column: 3;
}

.contentFrame{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 83px 30px auto 30px;
}

.contentFrameHeader{
    width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 1;
    background-color: #bb0c19;
    color: #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
}

.contentFrameWhereIAm{
    width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 2;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
}

.contentFrameContent{
    width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 3;
    background: #FFFFFF;
    color: #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    box-sizing: border-box;
    overflow: auto; 
}

.contentFrameFooter{
    width: 100%;
    height: 100%;
    line-height: 30px;
    grid-column: 1;
    grid-row: 4;
    background-color: #bb0c19;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}

.menu{
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 140px 140px 140px 140px 140px 140px 140px auto;
    grid-template-rows: auto;
}

.menucol{
    align-self: end;
}

.menu0{
    grid-column: 1;
    grid-row: 1;
}

.menu1{
    grid-column: 2;
    grid-row: 1;
}

.menu2{
    grid-column: 3;
    grid-row: 1;
}

.menu3{
    grid-column: 4;
    grid-row: 1;
}

.menu4{
    grid-column: 5;
    grid-row: 1;
}

.menu5{
    grid-column: 6;
    grid-row: 1;
}

.menu6{
    grid-column: 7;
    grid-row: 1;
}

.m_short0{
    display: none;
}

.m_short1{
    display: none;
}

.m_short2{
    display: none;
}

.m_short3{
    display: none;
}

.m_short4{
    display: none;
}

.m_short5{
    display: none;
}

.m_short6{
    display: none;
}

.m_short7{
    display: none;
}

.m_long0{
    display: block;
}

.m_long1{
    display: block;
}

.m_long2{
    display: block;
}

.m_long3{
    display: block;
}

.m_long4{
    display: block;
}

.m_long5{
    display: block;
}

.m_long6{
    display: block;
}

.m_long7{
    display: block;
}

.menuLogo{
    grid-column: 8;
    grid-row: 1;
    align-self:center;
    text-align: right;
}

.menuLogo img{
    max-height: 100%;
}

.menuitemAktiv{
    background-color: #FFFFBB !important;
    font-weight: bold;
}

.menuitem{    
    margin-bottom: 5px;
    width: calc(100% - 10px);
    background-color: #EEEEEE;
    color: #000000;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    border-radius: 1px;
    cursor: pointer;
}

.menuitem:hover{
    background: #FFFFFF;
}

.menuitem a{
    color: #000000;
    text-decoration: none;
}




.footermenu{
}

.footermenu a{
    margin: 0 10px 0 0;
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

.footermenu a:hover{
    color: #b1d6fa;
}

.footerGrid{
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
}

.socialmedia{
    grid-row: 1;
    grid-column: 1;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.footerlinks{
    grid-row: 1;
    grid-column: 2;
    text-align: right;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #FFFFFF;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #AAAAAA;
    border-radius: 1px;

  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #888888;
  }

  .functionPageHeader{
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: rgb(204,204,204);
    background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(248,248,248,1) 100%);
    color: #555555;

    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
      
    box-sizing: border-box;
    padding: 0 10px 0 10px;
}

.functionPageText{
    color: #666666;
    padding: 20px;
    box-sizing: border-box;
}

.cookieItem{
    display: grid;
    grid-template-columns: 20px auto;
    grid-template-rows: 20px auto;
    margin-top: 40px;
}

.cookieItem_input{
    grid-column: 1;
    grid-row: 1;
}

.cookieItem_title{
    grid-column: 2;
    grid-row: 1;
    line-height: 20px;
    font-weight: bold;
}

.cookieItem_text{
    grid-column: 2;
    grid-row: 2;
}

.cookieButtons{
    margin-top: 40px;
    display: grid;
    grid-template-columns: 200px 200px;
    grid-template-rows: 20px;
}

.cookieButtonDeaktivieren{
    grid-column: 1;
    grid-row: 1;
}

.cookieButtonAktivieren{
    grid-column: 2;
    grid-row: 1;
}

.cookiePage{
    padding: 10px;
    box-sizing: border-box;
}

.cookiePageTitle{
    font-weight: bold;
    color: #bb0c19;
    font-size: 14px;
    margin-bottom: 16px;
}

.cookiePageText{
    color: #666666;
    text-align: left;
    margin-bottom: 16px;
}

.cookiePageText a{
    color: #bb0c19;
    cursor: pointer;
}

.cookiePageText a:hover{
    text-decoration: underline;
}

.contentFrameContent{
    color: #666666;
  }

.textcontent{
    padding: 8px;
    box-sizing: border-box;
    font-size: 12px;
}

.textcontent h2{
    margin-top: 16px;
    font-size: 16px;
}

.textcontent h3{
    margin-top: 16px;
    font-size: 14px;
}

.textcontent h4{
    margin-top: 16px;
    font-size: 12px;
}

.artikel_title{
    padding: 8px;
    box-sizing: border-box;
}