
/*  */
/* 
*/
@media (max-width: 560px) {
    .iname_ext {
        font-size: 0.8em;
    }
}
.spin {
border: 16px solid #0042A4;
border-radius: 50%;
border-top: 16px solid #3775CF;
border-right: 16px solid #619BEE;
border-bottom: 16px solid #96BFF9;
border-left: 16px solid #C9E0FF;
width: 100px;
height: 100px;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media (max-width: 600px) {
.hidden-mobile {
display: none;
}
}
@media (min-width: 601px) {
.alt-mobile {
display: none;
}
}
.frame {
width: 100%;
height: 100vw;
}



.serif {
font-family:serif;
}

/**/
/* FFB Stylesheets */
/**/

/* FFB Tabellen-Layout, Einbinden mit class="ffbtab" */
 
table.ffbtab {
border-collapse: collapse;
display: table;
}
table.ffbtab thead, table.ffbtab tfoot {
background-color: #e5e5e5;
}
table.ffbtab thead th, table.ffbtab tbody td {
border:2px solid #e5e5e5;
color:#000000;
padding:4px 5px 5px;
margin:0 auto;
text-align:center;
}
table.ffbtab [rowspan] {
vertical-align:middle;
}
table.ffbtab tfoot td {
padding:4px 5px 5px;
margin:0 auto;
text-align:left;
}

/**/
/* Ende FFB Stylesheets */
/**/
/*  */