td {
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
}

body {
    background-color: #FFFFFF;
}

body.vollbild {
    height: 98%;
    overflow: visible;
}

html.vollbild {
    height: 100%;
    overflow: visible;
}

label {
    margin-bottom: 30px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-top: 30px;
    border-radius: 15px 15px 0px 0px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
    box-shadow: 0 3px #666;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 1px 3px #666;
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #346bae;
    font-size: 340%;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    display: table-cell;
    vertical-align: middle;
}

h2 {
    margin-bottom: 20px;
    color: #346bae;
    font-size: 250%;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}

h3 {
    margin-bottom: 20px;
    color: #346bae;
    font-size: 200%;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}

p.auftrag {
    display: table-cell;
    vertical-align: top;
}

.formfield {
    margin-bottom: 20px;
}

.formular {
    font-size: 100%;
    line-height: 140%;
    margin-bottom: 30px;
    margin-left: 30px;
}

.formular label {
    font-size: 140%;
    font-weight: bold;
}

.formular input
    {
    font-size: 70%;
    font-weight: normal;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
    margin-bottom: 30px;
}

.formular summary {
    font-size: 70%;
    font-weight: normal;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
}

.formular p {
    font-size: 70%;
    font-weight: normal;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
}

.tablinks label {
    font-size: 140%;
    font-weight: bold;
}

.tablinks input
    {
    font-size: 70%;
    font-weight: normal;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
}

.tablinks summary {
    font-size: 70%;
    font-weight: normal;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
}

.tablinks p {
    font-size: 70%;
    font-weight: normal;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
}

.check {
    font-size: 70%;
    font-weight: normal;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
}

.formular textarea {
    box-sizing: border-box;
    width: 60%;
    padding: 4px;
    font-size: 100%;
    font-weight: normal;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
}

input[type="submit"] {
    border-radius: 20px;
    padding: 5px 12px;
    border: 1px solid silver;
    background-image: linear-gradient(to top, gainsboro 0%, white 90%);
    color: #346bae;
    font-size: 1.3em;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

/* allgemeine links im text */
a:link,
a:visited,
a:active {
    color: #346bae;
    font-size: 97%;
    line-height: 125%;
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    text-decoration: underline;
}

a:hover {
    background-color: #555555;
    color: #fff;
    text-decoration: none;
}

.button:link,
.button:visited,
.button:active {
    background-color: #fff;
    border: 3px;
    border-style: solid;
    border-color: rgb(25, 50, 119);
    color: rgb(25, 50, 119);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    /* border-radius: 20px; 
    box-shadow: 0 3px #666; */
    transform: translateY(4px);
    min-width: 150px;
}

iframe {
    max-width: 100%;
    max-height: 100%;
}

.button:hover {
    background-color: #254975;
    color: #fff;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.content {
    font-size: 230%;
    letter-spacing: 2px;
    margin-top: 30px;
}

#uhr {
    float: left;
    text-align: center;
    margin-top: 1%;
    vertical-align: center;
    margin-bottom: 10px;
    display: table;
    font-size: 130%;
    color: #bbbdbe;
    font-weight: 600;
    width: 5%;
    margin-left: 1%;
    display: table;
}

#header_l {
    float: left;
    width: 10%;
    margin-left: 2%;
    margin-right: 1%;
    text-align: center;
    margin-top: 5px;
    vertical-align: top;
    margin-bottom: 10px;
    display: table;
}

#header_r {
    float: right;
    width: 85%;
    margin-right: 4%;
    text-align: right;
    margin-top: 5px;
}

#footer,
#footer_left,
#footer_right {
    float: left;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 140%;
    line-height: 15px;
}

#footer {
    width: 92%;
    margin-left: 5%;
    margin-right: 3%;
    text-align: right;
}

#footer_left {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
}

#footer_right {
    width: 40%;
    margin-left: 7%;
    margin-right: 3%;
    text-align: right;
}



#line {
    background-color: #bbbdbe;
    height: 4px;
    width: 100%;
    position: fixed;
}

#header2 {
    top: 0;
    width: 100%;
    background-color: white;
}

#foot {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: white;
}

#header + #content {
    padding-top: 160px;
}

#content {
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 150px;
}

.bild {
    min-height: 50%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.content {
    -ms-overflow-style: none;
}


table,
th,
td {
    border-collapse: collapse;

}

#t01 tr:nth-child(even) {
    background-color: #abc2de;
}

#t01 tr:nth-child(odd) {
    background-color: #fff;
}

#t01 th {
    background-color: #346bae;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#t01 th:first-child {
    border-radius: 8px 0 0 0;
}

#t01 th:last-child {
    border-radius: 0 8px 0 0;
}

#t01 th:only-child {
    border-radius: 8px 8px 0 0;
}
