/* ! style.css v1.0.0 | ITCOSYS Blog Plugin | itcosys.com ! */
body{
    font-family: 'Lato', Arial, serif; 
    font-weight: 400;
    font-size: 14px;
    background-color: #F2F1EF;
    margin: 0;
    padding:0;
}
.mce-content-body{
    font-family: 'Lato', Arial, sans-serif !important;     
    font-weight: 400;
    font-size: 14px;
}
h1, h2, strong{
    font-weight: 700;
    color: #002662;
}
h1{
    font-size: 23px;
    margin-bottom: 10px;
}
h2{
    font-size: 17px;
    margin-bottom: 0;
}

#seite{
    width:1000px;
    margin:0px auto;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(14, 14, 14, 0.1);
}
#inhalt{
    padding: 10px;
}
hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
input[type="text"], 
input[type="password"],
input[type="time"],
input[type="date"],
textarea
{
    border: 1px solid #D9D9D9;
    margin-top: 5px;
    padding: 5px;
    font-family: 'Lato', Arial, serif !important; 
}
textarea{
    width: 100%;
}
input[type="submit"]{
    color: white;
    background-color: #002662;
    border: 0px;
    padding: 10px 15px;
}
input[type="submit"]:hover{
    background-color: #003a95;
    cursor: pointer;
}
.loeschen{
    background-color: #D91E18 !important;
}
.loeschen:hover{
    background-color: #dc342f !important;
}

.btn-default{
    color: white;
    background-color: #002662;
    border: 0px;
    margin: 5 0 5 0;
}
.btn-default:hover{
    background-color: #003a95;
    cursor: pointer;
}
a{
    color: #002662;
    text-decoration: none;
}
a:hover{
    color: #003a95;
    text-decoration: underline;
}
#fehler{
    color: #D91E18;
    border: 1px solid #D91E18;
    padding: 5px;
    margin-top: 10px;
}
#abschluss{
    color: #008751;
    border: 1px solid #008751;
    padding: 5px;
    margin-top: 10px;    
}
#fuss{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #B7B7B7;
    font-size: 11px;
}
.code{
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    font-family: 'Courier New', Courier, monospace;
    padding: 2px;
}

.btn{
    text-decoration: none;
    font-size: 15px;
    color: #BBB;
    display: inline-block;
    transition: all 1s;
    float: right; 
    padding: 5px;
    border: 1px solid #BBB;
}


.btn-anker:hover{
    text-decoration: none;
    background-color: #002662;
    color: white;
    border: 1px solid #002662;
}

.btn-edit:hover{
    text-decoration: none;
    background-color: #002662;
    color: white;
    border: 1px solid #002662;
}

.btn-delete:hover{
    text-decoration: none;
    background-color: #D91E18;
    color: white;
    border: 1px solid #D91E18;
}
#info{
    color: #00267A;
    margin-top: 2px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f5f5f5;
}

li {
    float: left;
}

li a {
    display: block;
    color: #002662;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #002662;
    color:white;
    text-decoration: none;
}
li .fa{
    margin-right: 2px;
}

.active {
    background-color: #002662;
    color:white;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
    z-index: 999;
}
#overlay #overlayseite{
    margin: 0 auto;
    width: 300px;
    margin-top: 180px;
    background-color: white;
    box-shadow: rgba(0,0,0,0.15) 0 5px 10px;
    padding: 20px;
}
#overlayseite h2{
    font-weight: 300;
    font-size: 22px; 
    color: #2A6FD4;  
    margin-top: 0px;
}

@media (max-width: 1100px) {
    body{
        background-color: white;
    }
    #seite{
        width: 100%;
        box-shadow: none;
    }
    .header{
        width: 100%;
    }
    .btn{
        float: none;
        margin-bottom: 5px;
    }
}