body {
    background-image: url("../images/bottom_texture.png") !important;
    background-repeat: no-repeat;
    color: #325A25;
}

header {
    padding: 0px;
}

.container.first {
    margin-top: 20px;
}

.container {
    background-color: #fff;
}

.content {
    min-height: 300px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}

nav.navbar {
    padding-bottom: 16px;
    padding-top: 16px;
}

ul.navbar {
    margin-bottom: 0px;
}

.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

/** hobu overrides **/ 

.img-thumbnail {
    border: 0px;
}

a {
  color: #325A25;
}

ul.navbar >  a {
    color: #325A25;
  }

ul.navbar > li >  a:hover,
ul.navbar > li > a:active,
ul.navbar > li.active >  a,
#oben a,
#mitte a,
#unten a,
ul.menu > li.nav-item > a:hover,
ul.menu > li.nav-item > a.active,
.breadcrumb li.breadcrumb-item > a:hover,
.articleBody > p > span > a,
#content > div.item-page span > a,
#content div.newsflash > p > a {
    color: #89c702;  
}

.breadcrumb li.breadcrumb-item > a:hover,
#content div.newsflash > p > a:hover,
#content div.newsflash > p > a:actve,
#content div.newsflash > p > a {
    text-decoration: none;
}

.btn-secondary {
  color:#325A25;
  background: none;
}

.bg-primary {
  background-color:#325A25 !important;
  background-image: "../images/banner-home.jpg";
}

.text-green {
    color: #325A25;
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #6c757d;
}

.breadcrumb {
    background-color: #fff;
}

h1 {
    font-size: 1.8rem;
}

h3 {
    color: #325A25
}

#content div.newsflash.oben > p {
    text-align: center;
    margin-top: -70px;
    margin-left: 35px;
}

#content div.newsflash.mitte > p {
    text-align: center;
    margin-top: -63px;
    margin-left: 22px;
}

#content div.newsflash.unten > p {
    text-align: center;
    margin-top: -70px;
    margin-left: 35px;
}

#content div.newsflash > p::before {
    content: url("../images/pfeile.png") " ";
    
}
/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
     img.logo-image {
        width: 416px;
        height: 75px;
    } 

    /** Startseite Styling **/ 
    

.moduletable.oben,
.moduletable.mitte,
.moduletable.unten {
    text-align: center;
  } 
/*
  #mitte  {
    display: block;
    background-image: url("../images/kreis_gruen_transparent.png");
    background-repeat: no-repeat;  
    width: 300px;
    height: 100px;
    padding-top: 30px;
    padding-left: 30px;
    
    text-align: center;
  }
  
  #unten  {
    display: block;
    background-image: url("../images/kreis_gelb_dicht.png");
    background-repeat: no-repeat;  
    width: 300px;
    height: 80px;
    
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: -30px;
    margin-bottom: -60px;
    
    text-align: center;
    
  }*/
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }