
/* Headergrafik ausblenden */
header.header-row {
display: none;
}

div.wrapper {
display: none;
}



.leitstand button,
input[type=submit],
input[type=button]  {
    background-color: #666 !important;
    border-radius: 2px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    padding-bottom: 12px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 12px;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

.leitstand button.really_small {
    font-size: 50%;
    position: relative;
    bottom: 1ex;
    padding: 0.5em;
    border-width: 1px;
}

.leitstand .main_container .purpose {
    margin: 2em 0em;
    padding: 1ex;
    border-style: solid;
    border-color: #808080;
    border-width: 2px 0px;
}


.leitstand .hl h1 {
    background-color: transparent !important;
    color: #000 !important;
}

.leitstand #external_page {
    border-bottom: none !important;
    width: auto !important;
    position: relative;
    left: auto !important;
}


.leitstand iframe {
    width: 100%;
    height: 800px;
}


.leitstand table {
    background-color: #ccc;
}

.leitstand table td, .leitstand table th {
    border: 1px solid #fff;
}

.leitstand button,
input[type=submit],
input[type=button]  {
    margin: 0.25em;
    display: inline-block;
}

.leitstand .cash_conclusion_container h1 {
    background-color: transparent !important;
    color: #000 !important;
}

.leitstand .media__body__txt p {display:none}


/*copyright ausblenden*/
#footer {display:none}
