body { padding-top: 50px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.menue {
  background-color: white;
  font-family: 'Josefin Sans', sans-serif;
  border-bottom: none;
  text-align:center;
}

iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

p > a,
h3 > a {
   box-shadow: 0 -2px 0 #c8c8c8 inset;
   color: inherit;
}

p > a:hover {
  color: #c8c8c8;
  text-decoration: none;
}

.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #e60000;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #FFF;
}

.tagline {
  background-color: white;
}

#logo {
  height: 120px;
  margin: 10px;
}

.content h1{
  font-family: 'Roboto';
  font-weight: 300;
  border-top: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  padding: 12px;
}

h2, h3, h4, h5 {
  font-family: 'Josefin Sans' , sans-serif;
  font-weight: 100;
}

.justify{
  text-align: justify;
}

.imgblock > img {
  display: inline;
  max-height: 150px;
}

.content-main-wrapper{
  margin-bottom: 80px;
}

.content {
  font-family: 'Josefin Sans' , sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  text-align: center;
}

.footer {
    position: fixed;
    background: white;
    bottom: 0px;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
}

.footer .container {
  text-align: center;
}

.footer .container .footer-wrapper{
  border-top: 1px #CCCCCC solid;
  padding-top: 10px;
}

/*images*/
.workshop-block{
  width: 90%;
  margin-top: 10px;
  margin-bottom:10px;
}

.add-startpage{
  width: 50%;
  margin-top: 10px;
  margin-bottom: 50px;
}

/*blog*/

.center-text > p, b, h2 {
  text-align: justify;
}


/*kalender*/

#eventlist { list-style:none; }
#eventlist li { list-style:none; padding:3px; border-bottom:2px solid #eee;}
.eventtitle {
  font-size: 2em;
}

.blog-bild {
  height: 200px;
}

.pagination li > a {
  color: #999;;

}

/*adventskalender*/

.advent-container {
  display: flex;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.advent-container .item {
  position: relative;
  color: rgba(0,191,175) ;
  border-color:  rgba(0,191,175) ;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.3rem;
  transition: color 0.2s;
  background-color 0.2s;
  border-color 0.2s;
  margin: 20px;
  width: 300px;
  height: 300px;
}

.advent-container .item img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.2;

}

.advent-container .item .text {
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  padding: 20px;
  text-transform: uppercase;
  text-align: left;
  word-break: break-all;
}

.advent-container .item .title {
  font-size: 40px;
}
.advent-btn:hover {
  color: rgba(0,191,175);
  border-color: rgba(0,191,175);
}
.advent-btn + .advent-btn {
  margin-left: 1rem;
}
@media screen and (min-width: 64em) {
  .advent-btn {
    }
  }
@media screen and (min-width: 42em) and (max-width: 64em) {
  .advent-btn {
  }
}
@media screen and (max-width: 42em) {
  .advent-btn {
    display: inline; padding: 0.5rem;
  }
  .advent-btn + .advent-btn {
    margin-top: 1rem; margin-left: 1rem;
    }
  }
