/* schoolbell-regular - latin */
@font-face {
  font-family: 'Schoolbell';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/schoolbell-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/schoolbell-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/schoolbell-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/schoolbell-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/schoolbell-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/schoolbell-v18-latin-regular.svg#Schoolbell') format('svg'); /* Legacy iOS */
}
/* ------------------------------------------------------

                RESET BOOTSTRAP NAVBAR

-------------------------------------------------------*/

.navbar-inner{
  background:none;
  background-image: none !important;
  filter:none;
  box-shadow:none;
  border-radius:0px;
  border:none;
}



/* ------------------------------------------------------

                          NAVBAR

-------------------------------------------------------*/

.container nav.navbar.navbar-default {
  background-color: #787b62;
  margin-bottom: 0;
  padding: 10px 0;
}

nav.navbar.navbar-default a {
  font-size: 16px;
}

.navbar-brand p {
  font-size: 40px;
  color: white;
}

ul.nav.navbar-nav.navbar-right a {
  color: white;
}

.navbar-default .navbar-toggle {
  border-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-nav>li>.dropdown-menu {
  background: rgba(120, 123, 98, 0.8);
}

@media (max-width:992px) and (min-width:768px) {
  .navbar-brand p {
    font-size: 23px;
  }
  nav.navbar.navbar-default a {
    font-size: 14px;
  }
}

@media (max-width:768px) {
  .navbar-brand p {
    font-size: 23px;
  }
}

@media (max-width:345px) {
  .navbar-brand p {
    font-size: 16px;
  }
}



/* ------------------------------------------------------

                          BODY

-------------------------------------------------------*/

body {
  font-family: Arial;
  background: url("../img/bg.jpg") repeat; /* repeat-x */
  padding-top: 20px;
  color: #4d4d4d;
}

.frame-slider {
  background: url("../img/frame-slider.png");
  padding: 0.8%;
  margin-bottom: 1px;
  background-size: contain;
}

.body-text {
  background-color: white;
}

h2 {
  color: #787b62;
  font-size: 24px;
}

h3 {
  font-size: 20px;
  color: #787B62;
}

a {
  color: #4d4d4d;
}

a:hover, a:focus {
  color: #4d4d4d;
}

.ausgsteckt-tafel {
  font-family: 'Schoolbell', cursive;
  background-color: #111111;
  color: white;
  padding: 20px;
  border-left: #6b6b6b 3px solid;
  border-top: #6b6b6b 3px solid;
  text-align: center;
  margin:10px 0;
}

.ausgsteckt-date {
  font-size: 32px; /* 38 */
}

@media (min-width:992px) and (max-width:1200px)  {
  .ausgsteckt-date {
    font-size: 30px;
  }
}


.ausgsteckt-info {
  font-size: 18px;
}


.img-frame {
  padding: 5px;
  border: 1px solid #b2b4a6;
}

.body-text p a { text-decoration: underline;}


/* ------------------------------------------------------

                          FOOTER

-------------------------------------------------------*/


footer {
  background-color: #58594d;
  color: white;
  padding: 10px 10px 0 10px;
}

footer p {
  margin: 0;
}

footer a {
  color: white;
}

footer a:hover, footer a:focus {
  color: white;
  text-decoration: underline
}

.footer-right {
  text-align: right;
}

@media (max-width:992px) {
  .footer-right {
    text-align: left;
  }
}

.social-icon {
  width: 25px;
  margin-left: 10px;
  border: 3px solid white;
  border-radius: 5px;
}


/* ------------------------------------------------------

                          HELPER

-------------------------------------------------------*/

.mb-10 {
  margin-bottom: 10px;
}


.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}