body {
    font-family: Arial;
}

#logo h1{
    background: none;
    color: #007CC2;
    font-family: Arial;
    margin-top: -17px;
    font-size: 52px;
}

@media (max-width:1680px){
    #logo h1{
        margin-left: 3px;
        font-size: 42px;
    }
}

@media (max-width:1300px){
    #logo h1{
        margin-left: 10px;
        font-size: 22px;
    }
}

#logo h1 span{
    font-size:16px;
}

#logo p{
    color: #007CC2;
    margin-left: 15px;
    line-height: 25px;
}

#banner .row {
    margin-top: 4px;
}

#banner h2{
    text-align: left;
    font-size: 50px;
}

#banner .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

#features-wrapper h2{
    line-height: 30px;
    min-height: 39px;
    font-size: 1em !important;
    font-weight: bold !important;
}

#main-wrapper p{
    font-size: 16px;
    font-weight: 600;
}

#main-wrapper *{
    font-size: 16px;
    font-weight: 300;
}

h2 {
    font-weight: bolder !important;
    font-size: 25px !important;
}

h10 {
    color: #007CC2;
    font-weight: bolder !important;
    font-size: 45px !important;
}

b, h4{
    font-weight: bold !important;
    font-size: 18px !important;
}

@media (max-width:600px){
    #video {
        display: none;
    }
}

#header-wrapper{
    background-color:silver;
}

#cert{
    width: 180px;
    float: right;
    margin-right: 14px;
    margin-top: 60px;
}

#main-wrapper ul{
    list-style-type: circle;
    margin-left: 50px;
}

#termine, #termine td, #termine tr{
    border: 1px #666 solid;
    padding: 8px;
}

#termine td:nth-child(1){
    border-right: hidden;
    width: 40px;
}

#termine td img{
    width: 32px;
    vertical-align: text-top;
    padding-right: 5px;
}

#termine #loeschen {
    background-color: red;
}

.rot {
    color: red;
    font-weight: bold;
}

.button_save {
    background-color: green !important;
}

#login .button{
    width: 200px;
    text-align:center;
    float:right;
    padding:0px;
    height: 55px;
}

#login td{
    padding: 10px;
}

#login td, #login td b{
    vertical-align: middle;
}

.main-wrapper.educare_bild {
    padding: 0px;
}

#educare_bild {
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
    width: 100%;
    height: 600px;
    background-image: url("../../images/educare.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width:1000px){
    #educare_bild {
        height: 400px;
    }
}

a {
    font-weight: bold !important;
}

a:hover {
    color: red;
}

.red {
    color: red;
}

.weitere_info {
    width: 100%;
    border: 3px solid rgb(225, 0, 26);
    background-color: #FFE3E3;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.weitere_info table {
    margin: auto;
    width: auto;
}

.weitere_info table td {
    padding: 10px;
}

#kontakt_table td {
    padding: 10px;
    vertical-align: top;
}

input, select {
    border: 1px solid #ccc !important;
}

#admin_link {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

#admin_link a {
    color: transparent;
    height: 100%;
}

.cookie-container {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    opacity: 0.8;
    color: #fff;
    padding: 20px;
    display: none;
}

.cookie-wrapper {
    
}

.cookie-content {
    
}

.cookie-close {
    float: right;
    text-decoration: underline;
    cursor: pointer;
    color: #0090c5;
}

.box.feature .inner {
    padding: 1em 2em 1em 2em;
}

header {
    margin: 0 0 0em 0;
}

.box.feature .image img {
    max-height: 36px;
}

#header-wrapper {
    padding: 4.5em 0 3em 0;
}