﻿body {    
   
}

* {
    box-sizing: border-box;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

h2 {
    color: #0060a8;
    text-align: center;
    margin-bottom: 20px;
}

#header {
    display: flex;
    flex-direction: row-reverse;    
    width: 100%;
    height: 90px;
    background-color: #0060a8;
    overflow: hidden;  
    padding: 20px;  
}

#header div {    
    color: white;
    font-family: Calibri;
    font-size: 22px;
    font-weight: 700;  
    max-width:100%;           
}

#VSW {width: 250px;}

#Warnung {
    color: red;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

#TabelleBeitrag th, #TabelleBeitrag td {
    padding: 4px;
    line-height: 1.1;
}

.topnav {
    overflow: hidden;
    background-color: #0060a8;
    margin-bottom: 20px;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 23px;
    outline: none;
    text-decoration: none;
    font-family: Calibri;
    font-size: 22px;
    font-weight: 700;
}

.topnav a:focus {
    text-decoration: underline;
}

.topnav a:hover {
    text-decoration: underline;
}

.topnav .icon {
    display: none;
}

.Textbeschreibung {
    color: #0060a8;
    font-size: 18px;
    text-align: left;    
}

.TextEinwilligung {
    color: #0060a8;
    font-size: 14px;
    text-align: left;    
}

.AbsatzHinweis p {
    margin: 0 0 5px;
    line-height: 1.05;
}


.EingabeKarte {
    background-color: #e6f4ff;
    border-radius: 5px;
    padding: 23px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.SpalteEinblenden {
    display: normal;
}
.SpalteAusblenden {
    display: none;             
} 

input[type=text], label, .table-striped > tbody > tr > td, .table-striped > tbody > tr > th, .table > tbody > tr > td, .table > tbody > tr > th {
    color: #0060a8;            
}

input[type=text], .form-control {
    border-color: #0060a8;
}

.table th {
    background-color: #c1daf0;
}
                
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #c1daf0;           
}  
 
.btn-primary.inaktiv {
    background-color: #808080;
    border-color: #0065b3;
}
       
.btn-primary {
    background-color: #0060a8;
    border-color: #0065b3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #0082e6;
    border-color: #0082e6;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
    background-color:#eaf3fa;
}

.myRadioHight {
    height: auto;
}

@media screen and (max-width: 400px) {
    #VSW {display: none;}
    .topnav a {display: none;}
    .topnav a.icon {
        float: left;
        display: block;   
    }  
    
    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {margin-left:0;}
}

@media screen and (max-width: 400px) {
    .topnav.responsive {position: relative;}
  
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        background-color: #e6f4ff;
        color: #0060a8;
    }
    .topnav.responsive a:hover {background-color: #c1daf0;}

    .topnav.responsive a:first-child {
        background-color: #0060a8;
        color: white;
    }
}

@media print {
    #header {flex-direction: row;}
    #header div {font-size: 25px;}  
    #header img {width: 35px; height: 35px;}
    #VSW {padding-left: 20px; width: 100%;}   
    .topnav a {display: none;}
    .btn {display: none;}
}

