*
{
    margin: 0;
    padding: 0;    
}

/*--NavigationBar--*/
#nav-bar
{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

/*--Bild NavigationBar--*/
.navbar-brand img
{
    padding-left: 20px;
    height: 60px;
}

.navbar-brand 
{
    color: #333333!important;
    font-family: "Georgia", Georgia, serif;
    font-style: italic;
    font-size: 32px!important;
    padding-left: 100px!important;
}

/*--Abstand Optionspunkte--*/
.navbar-nav li
{
    padding: 0 10px;
}

/*--kleines Fenster Auflistung--*/
.navbar-nav li a
{
    float: right;
    text-align: left;
}

/*--Farbe Optionspunkte Mouseover--*/
/*#nav-bar ul li a:hover
{
    color: #007bff!important;
}*/

.navbar
{
    background: #fff;
}

.navbar-toggler
{
    border: none!important;
}

/*--Links--*/
.nav-link
{
    font-weight: 1200;
    font-size: 20px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
      float: left;
      width: 33.33%;
      padding: 3px;
} 

/* Clear floats after image containers */ 
.row::after {
    content: "";
    clear: both;
    display: flex;
}

/*--Margin between rows news--*/
.top-buffer 
{ 
    margin-top:35px; 
}

.footer-buffer-links 
{
    margin-bottom:-20%;
}

#slider
{
    padding-top: 10%;
    width: 100%;
    height: auto; 
}

.text-content
{
    margin-top: 30!important;
    color: #333333!important;
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 50px; 
    padding-right: 50px;
}

#hoverable:hover {
    opacity: 0.8;
}

/*--Contact--*/
.contact-content
{
    color: #333333!important;
    font-family: "Georgia", Georgia, serif;
    font-style: italic;
    font-size: 20px;
    padding-top: 50px;
    bottom: initial!important;
}

/*--Social button size and distance--*/
.btn-xlarge {
    font-size: 30px; 
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.fa-facebook-square:hover {
    color: grey;
}

.fa-instagram:hover {
    color: grey;
}

/*--Cookie Consent--*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}