@media only screen and (max-width: 800px) and (orientation: portrait) {

    body, 
    input[type=submit],
    input[type=text], 
    textarea,
    #navigation td,
    table tr td {
            font-size:1.2rem;
    }

    table tr td {

    }
    
    .pagetitle, .pagetitleNBa {
            font-size: 2rem;
    }

    .Datum {
            font-size: 1.2rem;
    }
    .ueberschrift {
            font-size: 1.2rem;
    }
    .ueberschrift01 {
            font-size: 2rem;
    }
    .ueberschrift02 {
            font-size: 3.5rem;
    }
    .ueberschrift03 {
            font-size: 2rem;
    }
    .telefon {
            font-size: 1.5rem;
    }
    .lgg{
            font-size:1.1rem;
    }





    #navigation a {
        display: block;
        letter-spacing:0.1em;
        text-decoration: none;
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    td.losesholz {
        width: 0px;
        background-image: none;
    }

    #imghead1   {
        display: none;
    }

    #aheadline{
        height: 60px;
        line-height: 60px;
    }

    #eu-cookie-message form input {
        display: block;
        margin: 15px auto 0 auto;
        padding: 5px 10px;
        background-color: #F6D000;
        border: 2px solid #787252;
        border-radius: 5px;
        cursor: pointer;
        font-size:1.5rem;
    }

    div#mnuButton{
        display: block;
        width: 50px;
        height: 47px;
        line-height: 60px;
        float: left;
        cursor: pointer;
        margin-left: 15px;
        padding-top: 13px;
        padding-bottom: 0px;
    }

    div#mnuButton div {
        background-color: #fff;
        height: 5px;
        line-height: 5px;
        margin-top: 0px;
        margin-bottom: 9px;
    }

    #mnuContainer{
        text-align: right;
        display: none;
    }

    #mnuContainer table#navigation{
        width:100%;
        border:none;
    }

    #mnuContainer.expand{
        display: block;
        position: absolute;
        left: 0px;
        right: 50px;
    }

    #navigation td{
		text-align:left;
		white-space: nowrap;
        }

    
    #imghead1 {
        background-color:#CE0C08;
        text-align: center;
}

    #tagline1 {
        width: 100%;
        padding-bottom: 0px;
        padding-top: 10px;
    }

    #rimg {
            background:#CE0C08; 
            padding-right:8px;
    }

    #tagline1 .ueberschrift02 {
        font-size: 1.5rem;
        font-weight: 700;
    }
        #tagline1 .ueberschrift {
            font-size: 1rem;
    }

    table.content {
        height: auto;
    }

    table.main {
        height: auto;
    }

    table.home {
        
    }

    table.home td{
        display: block;
        
    }

    div.row{
        padding-right: 15px;
        overflow-x: scroll;
    }

    table.headline td{
        display: block;
    }

    table.headline td.imghead1,
    table.headline #imghead1{
        display: none;
    }

    table.headline #imghead1{

    }
    
    table.headline #tagline1 .ueberschrift02{
            display: none;
    }
    table.headline #tagline1 .ueberschrift{
            
    }
    
    table.headline #rimg{
            
    }

    td.menue{
    background: #630000f5;
    }
    
}

@media only screen and (max-width: 640px) and (orientation: portrait) {

   

 
}


@media only screen and (min-device-width : 375px) and (orientation: portrait) {
    
}