/*Infoscreen-Kegelbahn*/
#infoscreen {
    max-width: 1366px;
    min-width: 1366px;
    margin: auto;
    overflow: hidden;
}
#infoscreen .grid-container {
    padding-right: 0rem;
    padding-left: 0rem;
    margin: 0;
}
#infoscreen .grid-x .grid-margin-x {
    margin-right: 0rem;
    margin-left: 0rem;
}
#infoscreen-logo img{
    position: absolute;
    width: 50rem;
    z-index: 5;
}
#infoscreen-header {
    height: 100px;
}
#infoscreen-main {
    min-height: 35.5rem;
    /* height: 35.5rem; */
    padding-bottom: 0.5rem;
}
#infoscreen-main h2{
    background-color: #1b4080;
    color: #ffffff;
    padding-left: 1rem;
    font-family: inherit;
    font-size: 2.0rem !important;
    font-weight: normal;
    line-height: 1.6;
    margin: 3.2rem 0rem 3rem 16rem;
}
#infoscreen-main .ce-bodytext p {
    font-family: inherit;
    font-size: 1.7rem  !important;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
#infoscreen-main .ce-bodytext li {
    font-family: inherit;
    font-size: 1.7rem  !important;
    font-weight: normal;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
#infoscreen-main .ce-bodytext ul {
    padding-left: 120px;
}
#infoscreen-main .frame frame-default .ce-gallery{
    margin-bottom: 15px !important;
}
#infoscreen-main .frame frame-defaultt .ce-bodytext{
    margin-bottom: 15px !important;
}
#infoscreen-header-text {
    font-size: 3.0rem !important;
    font-weight: normal !important;
    font-family: Calibri !important;
    text-transform: uppercase;
    line-height: 1.0 !important;
    text-decoration: none !important;
    padding: 0rem 1rem 0rem 1rem !important;
    margin: 2rem 0rem 0.5rem 2rem !important;
}
#infoscreen-subheader-text {
    font-size: 1.2rem !important;
    font-weight: normal !important;
    font-family: Calibri !important;
    text-transform: uppercase;
    line-height: 1.0 !important;
    text-decoration: none !important;
    padding: 0rem 1rem 0rem 1rem !important;
    margin: 0rem 0rem 0.5rem 2rem !important;
}
#infoscreen-footer{
    background-color:  #1c5f3e;
    border-width: 1px !important;
    box-shadow: 2px 2px 2px 1px #666 !important;
    color: white;
    font-family: inherit;
    padding: 0.2rem 1rem 0rem 1rem !important;
    height: 27px;
}
#infoscreen-right{
   text-align: right;
}
#infoscreen-left{
   text-align: left;
}
*/Infoscreen-ENDE*/