<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "BundesSansWeb",Calibri,helvetica,sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

body &gt; * {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}

h1 {
    color: #3E79A2;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}

.caption {
    font-weight: bold;
}

.stobdata {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 2rem;
    border-bottom: 3px solid #3E79A2;
    margin-bottom:1rem;
}

.stobdata &gt; * {
    flex-grow: 1;
}

.tabdiv {
    overflow-x:auto;
}

.tabdiv::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.tabdiv::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

table {
    margin:1rem;
    width:calc(100% - 2rem);
}

tr:nth-child(2n+1) {
    background-color: #65656512;
}

tr:nth-child(1) {
    background-color: transparent;
}

td {
    text-align: center;
    padding: 0.2rem 0.5rem;
    font-size: 0.9rem;
    box-sizing: border-box;
    width: 20%;
}

td.tabHead {
    font-weight: bold;
    border-bottom: 2px solid #656565;
}

hr {
    width: 33%;
    margin-top: 3rem;
    border: 1px solid #3E79A2;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p.small {
    
    font-size:0.9rem;
    color:#656565;
    padding-top:3px;

}

p.small.caption {
    border-top:1px solid #656565;
    padding-top:0.1rem;
    margin-bottom:0;
    display:inline;
} 

button.print {
    background:none;
    border:0;
    outline:none;
    background-image:url(images/ico_printer.png);
    background-position:left center;
    background-repeat:no-repeat;
    height:2rem;
    line-height:2rem;
    background-size:1.5rem auto;
    padding-left:2rem;
    color:#3E79A2;
    margin-top:2rem;
    margin-bottom:2rem;
    cursor:pointer;
}

#div_mobilfunkanbieter img {
    width:2rem;
    margin-right: 0.5rem;
}

@media (max-width: 35em) { 
    .stobdata {
        display:block;
    }
}
</pre></body></html>