body {
    padding-top: 50px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-size: 16px;
}
body#home .blue_bg {
    text-align: center;
}
.blue_bg {
    padding: 6px 8px 10px 8px;
    text-align: left;
    background-color: #c4d8f0;
    border-radius: 8px;
}
.blue_bg_head {
    padding: 10px;
    background-color: #c4d8f0;
    border-radius: 8px;
    margin: 14px 0 10px 0;
    text-align: center;
}
.neu {   
    text-align: center;
    padding: 10px;
    background-color: #FA5858;
    border-radius: 8px;
    margin: 14px 0 10px 0;
}
.neu h3 {
    text-align: center;
    font-style:italic;
    font-weight: bold;}
.neu a {color: #fff; text-decoration: none;}
#logo_image {margin-top: 5px; width: 100%;}
/*@media (min-width: 1200px) {
    #logo_image {margin-top: 200px;}
}*/

h1 {font-size: 22px;color: #1261a9;margin-top: 6px;}
h2 {font-size: 18px;}
body#home h1 {font-size: 30px;}
body#home h2 {font-size: 22px;}



/**** NAVI ****/
.klein {font-size: 0.8em;}
.navbar-brand  {font-size: 14px;font-weight: bold;}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 600px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #1261a9;
    padding: 4px;
    text-align: center;
}
.footer a {
    text-align: center;
    font-weight: bold;
    color: #fff;
}
/*  MAIL */
.rtl {
    direction: rtl;
    unicode-bidi: bidi-override;
}