@charset "UTF-8";
/*
$colBG: #fff;
$colB3gn: #93c11f;
$colB3bu: #193e73;
$colTypoDark: #333;
$colTypoBright: #a2a2a2;
$colBG1: #999;
$colBG2: #e2e2e2;
$fullHDWidth: 1920px;
$fullHDHeight: 1080px;
*/
/*  Schriften:  */
@font-face {
  font-family: 'b3_ubuntu';
  src: url("../fonts/Ubuntu-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'b3_ubuntu';
  src: url("../fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-style: italic; }
@font-face {
  font-family: 'b3_ubuntu';
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'b3_ubuntu';
  src: url("../fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'GloriaHallelujah';
  src: url("../fonts/GloriaHallelujah.ttf") format("truetype");
  font-style: italic; }
/*  Ende: Schriften  */
/* line 51, ../sass/single_dorf.scss */
html, body {
  width: 100%;
  height: 100%; }

/* line 57, ../sass/single_dorf.scss */
body {
  font-family: 'b3_ubuntu','Helvetica Neue',Arial,sans-serif;
  background-color: transparent;
  color: #333; }

/* line 63, ../sass/single_dorf.scss */
hr {
  max-width: 80px;
  border-width: 3px;
  opacity: 0.49;
  border-color: #333;
  margin-top: 15px;
  margin-bottom: 15px; }

/* line 72, ../sass/single_dorf.scss */
hr.light {
  border-color: #a2a2a2; }

/* line 76, ../sass/single_dorf.scss */
a {
  color: #93c11f;
  /*
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  */ }

/* line 85, ../sass/single_dorf.scss */
a:hover, a:focus {
  color: #93c11f;
  outline: 0; }

/* line 91, ../sass/single_dorf.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'b3_ubuntu', sans-serif;
  font-weight: bold; }

/* line 96, ../sass/single_dorf.scss */
p {
  font-size: 1.35em;
  line-height: 1.7;
  margin-bottom: 20px;
  background-color: transparent; }

/* line 103, ../sass/single_dorf.scss */
.wide-space {
  letter-spacing: 1.6px; }

/* line 107, ../sass/single_dorf.scss */
.icon-lg {
  color: #fff;
  font-size: 30px;
  line-height: 18px; }

/* line 108, ../sass/single_dorf.scss */
.icon-sm {
  color: #fff;
  font-size: 25px;
  line-height: 10px; }

/* line 110, ../sass/single_dorf.scss */
.cursive {
  font-family: 'GloriaHallelujah', cursive;
  text-transform: none; }

/* line 111, ../sass/single_dorf.scss */
.text-dark {
  color: #111; }

/* line 112, ../sass/single_dorf.scss */
.text-primary {
  color: #93c11f; }

/* line 114, ../sass/single_dorf.scss */
.modal-content {
  background-color: #e2e2e2; }

/*
_section {padding: 70px 0;}

aside {padding: 50px 0;}

footer {padding: 15px;}

.no-padding {padding: 0;}
.padding-top-10 {padding-top:10px;}
*/
/*  Navigation  */
/* line 129, ../sass/single_dorf.scss */
.navbar-default {
  border-color: rgba(35, 35, 35, 0.05);
  font-family: 'b3_ubuntu',sans-serif;
  background-color: #fff;
  color: #93c11f;
  /*
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
      transition: all .4s;
  */
  -webkit-box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.86);
  -moz-box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.86);
  box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.86); }

/* line 145, ../sass/single_dorf.scss */
.navbar-header {
  min-height: 80px;
  animation: fadeInLogo forwards ease-in 1.7s;
  -webkit-animation: fadeInLogo forwards ease-in 1.7s;
  -moz-animation: fadeInLogo forwards ease-in 1.7s; }

/* line 152, ../sass/single_dorf.scss */
.navbar-header > .navbar-brand {
  padding-top: 5px;
  padding-left: 50px; }

/* line 157, ../sass/single_dorf.scss */
.navbar-header > .navbar-brand > .logo {
  min-height: 70px;
  min-width: 70px;
  background: url("../img/BR3_Logo_Dot.png") 0 0 no-repeat;
  background-size: contain; }

@keyframes fadeInLogo {
  0% {
    transform: scale(0); }
  70% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
/* line 171, ../sass/single_dorf.scss */
.navbar-header > .navbar-brand > .btnBack {
  height: 40px;
  width: 40px;
  margin-top: .5vw;
  margin-left: .5vw;
  background: url("../img/BAYERN3_Dorffest2018_Grafik_Button_umme_gruen.png") 0 0 no-repeat;
  background-size: contain;
  z-index: 1; }

/* line 181, ../sass/single_dorf.scss */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  _background-color: #eee;
  font-style: bold; }

/* line 186, ../sass/single_dorf.scss */
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-size: 15px;
  color: #95c11f;
  color: #e2e2e2;
  padding-left: 20px; }

/* line 195, ../sass/single_dorf.scss */
.navbar-default .nav > li > a.lowercase {
  text-transform: lowercase; }

/* line 196, ../sass/single_dorf.scss */
.navbar-default .nav > li > a.divider {
  display: none; }

/* line 198, ../sass/single_dorf.scss */
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
  text-decoration: underline;
  color: #193e73; }

/* line 204, ../sass/single_dorf.scss */
.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
  color: #93c11f !important;
  background-color: transparent;
  font-weight: bold; }

/*  Fallunterscheidung Navigation   */
@media (min-width: 1280px) {
  /* line 215, ../sass/single_dorf.scss */
  .nav {
    min-height: 80px;
    padding-top: 50px; }

  /* line 217, ../sass/single_dorf.scss */
  .navbar-default .nav > li > a.divider {
    display: inline; }

  /* line 218, ../sass/single_dorf.scss */
  .navbar-default .nav > li > a {
    padding-left: 0px;
    padding-top: 2px; }

  /* line 220, ../sass/single_dorf.scss */
  .navbar-header > .navbar-brand > .logo, .navbar-header > .navbar-brand > .btnBack {
    min-height: 80px;
    min-width: 80px; } }
/*  /Fallunterscheidung Navigation  */
/* line 227, ../sass/single_dorf.scss */
.df_gn, .df_ws {
  width: 100%;
  margin-top: 0px;
  padding-top: 25vw; }

/* line 233, ../sass/single_dorf.scss */
.df_gn {
  background: url("../img/single_head_gn_1920.jpg") 0px 0px no-repeat;
  background-size: contain;
  background-color: #93c11f;
  color: #fff;
  border: 0px solid #00f;
  padding-bottom: 40px; }

/* line 242, ../sass/single_dorf.scss */
.df_ws {
  background: url("../img/single_head_ws_1920.jpg") 0 0 no-repeat;
  background-size: contain;
  background-color: #fff;
  color: #333;
  padding-bottom: 40px;
  border: 0px solid #f00; }

/* line 251, ../sass/single_dorf.scss */
.df_gn > div, .df_spacer_gn > div {
  padding: 20px;
  padding-bottom: 60px; }

/* line 256, ../sass/single_dorf.scss */
.df_ws > div, .df_spacer_ws > div {
  padding: 20px;
  padding-bottom: 60px; }

/* line 262, ../sass/single_dorf.scss */
.df_spacer_gn {
  background-color: #93c11f;
  min-height: 40px; }

/* line 263, ../sass/single_dorf.scss */
.df_spacer_ws {
  background-color: #fff;
  min-height: 40px; }

/* line 265, ../sass/single_dorf.scss */
.df_shadow_gn {
  -webkit-box-shadow: 6px 11px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 6px 11px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 6px 11px 1px 1px rgba(0, 0, 0, 0.5); }

/* line 266, ../sass/single_dorf.scss */
.df_shadow_ws {
  -webkit-box-shadow: 6px 11px 1px 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 6px 11px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 6px 11px 1px 1px rgba(255, 255, 255, 0.8); }

/* line 269, ../sass/single_dorf.scss */
header {
  position: relative;
  min-height: auto;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #c9c9c9;
  background-image: url("../img/claudia_header.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

/* line 284, ../sass/single_dorf.scss */
header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
  z-index: 2; }

/* line 292, ../sass/single_dorf.scss */
header .header-content .inner h1 {
  margin-top: 80px;
  margin-bottom: 0;
  text-shadow: 2px 2px 2px rgba(60, 60, 60, 0.7); }

/* line 297, ../sass/single_dorf.scss */
header .header-content .inner h4 {
  text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.7); }

/* line 301, ../sass/single_dorf.scss */
header .header-content .inner p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.7); }

/* line 310, ../sass/single_dorf.scss */
footer {
  background-color: #95c11f;
  color: #fff; }

@media (min-width: 768px) {
  /* line 313, ../sass/single_dorf.scss */
  .icon-lg {
    font-size: 50px; }

  /* line 317, ../sass/single_dorf.scss */
  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  /* line 326, ../sass/single_dorf.scss */
  header .header-content .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px; }

  /* line 332, ../sass/single_dorf.scss */
  header .header-content .inner h1 {
    font-size: 53px; }

  /* line 334, ../sass/single_dorf.scss */
  header .header-content .inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 18px; } }
/* Size > 768px */
/* line 346, ../sass/single_dorf.scss */
.gallery-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  overflow: hidden; }

/* line 347, ../sass/single_dorf.scss */
.gallery-box .gallery-box-copyright {
  position: absolute;
  top: 90%;
  width: 45%;
  margin-left: 45%;
  text-align: right;
  transform: translateY(-90%);
  padding-right: 10px;
  color: #000;
  font-size: .95em;
  background-color: #fff;
  opacity: .6; }

/* line 349, ../sass/single_dorf.scss */
.gallery-box .gallery-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(44, 44, 44, 0.01);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }

/* line 350, ../sass/single_dorf.scss */
.gallery-box .gallery-box-caption .gallery-box-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%); }

/* line 351, ../sass/single_dorf.scss */
.gallery-box:hover .gallery-box-caption {
  opacity: 1; }

/* line 352, ../sass/single_dorf.scss */
.gallery-box:hover img {
  -webkit-transform: scale(1.1) rotate(2.2deg);
  -ms-transform: scale(1.1) rotate(2.2deg);
  transform: scale(1.1) rotate(2.2deg); }

/* line 353, ../sass/single_dorf.scss */
.gallery-box:hover .gallery-box-copyright {
  -webkit-transform: rotate(2.2deg);
  -ms-transform: rotate(2.2deg);
  transform: rotate(2.2deg); }

/* line 354, ../sass/single_dorf.scss */
.gallery-box img, .gallery-box .gallery-box-copyright {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

/* line 356, ../sass/single_dorf.scss */
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* line 361, ../sass/single_dorf.scss */
.btn-default {
  border-color: #222;
  color: #222;
  background-color: #fff;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }

/* line 371, ../sass/single_dorf.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
  background: #93c11f;
  border-bottom: solid 5px #2A4E77;
  color: #000; }

/* line 385, ../sass/single_dorf.scss */
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

/* line 391, ../sass/single_dorf.scss */
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  border-color: #111;
  background-color: #fff;
  opacity: 0.7; }

/* line 414, ../sass/single_dorf.scss */
.btn-default .badge {
  color: #fff;
  background-color: #222; }

/* line 419, ../sass/single_dorf.scss */
.btn.btn-primary {
  color: #333;
  background-color: transparent;
  border: 1px solid #111;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }

/* line 428, ../sass/single_dorf.scss */
.btn.btn-primary.cta {
  background-color: rgba(255, 255, 255, 0.7); }

/* line 432, ../sass/single_dorf.scss */
#footer {
  padding: 0px; }

/* line 433, ../sass/single_dorf.scss */
#footer svg {
  display: block;
  width: 100%;
  height: 2vw;
  background: #93c11f;
  fill: white; }

/* line 436, ../sass/single_dorf.scss */
#footer .btn.btn-primary {
  color: #fff;
  border-color: #fff; }

/* line 437, ../sass/single_dorf.scss */
#footer .btn.btn-primary:hover {
  color: #333;
  border-color: #111; }

/* line 438, ../sass/single_dorf.scss */
#footer a {
  color: #fff; }

/* line 439, ../sass/single_dorf.scss */
#footer .left {
  background: url("../img/BR3-logo_df2018_ws_10jahre_200.png") no-repeat;
  background-size: contain;
  min-height: 100px;
  cursor: pointer;
  top: -10px;
  left: 10px;
  border: 0px solid #fbb; }

/* line 440, ../sass/single_dorf.scss */
#footer .right {
  background: url("../img/BR3_logo_3er_bkg_576.png") no-repeat;
  background-size: contain;
  background-position: right;
  min-height: 100px;
  padding-right: 200px; }

/* line 442, ../sass/single_dorf.scss */
.btn.btn-primary:hover {
  background: #95c11f;
  border-bottom: solid 5px #2A4E77;
  color: #333;
  opacity: 0.7;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s; }

/* line 443, ../sass/single_dorf.scss */
.btn {
  border: 0;
  border-radius: 5px;
  font-family: 'b3_ubuntu','Helvetica Neue',Arial,sans-serif; }

/* line 444, ../sass/single_dorf.scss */
.btn-xl {
  padding: 15px 30px;
  font-size: 20px; }

/* line 447, ../sass/single_dorf.scss */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #95c11f; }

/* line 448, ../sass/single_dorf.scss */
::selection {
  text-shadow: none;
  color: #fff;
  background: #95c11f; }

/* line 450, ../sass/single_dorf.scss */
input, textarea {
  font-size: 1.15em;
  color: #333;
  border: 1px solid #ccc;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 5px;
  border-radius: 5px; }

/* line 451, ../sass/single_dorf.scss */
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #91cf1f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(145, 193, 31, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(145, 193, 31, 0.6); }

/* line 452, ../sass/single_dorf.scss */
textarea {
  width: 100%; }

/* line 454, ../sass/single_dorf.scss */
img::selection {
  color: #fff;
  background: 0 0; }

/* line 455, ../sass/single_dorf.scss */
img::-moz-selection {
  color: #fff;
  background: 0 0; }

/* line 458, ../sass/single_dorf.scss */
.list-inline.credits {
  line-height: 1.9em; }

/* line 459, ../sass/single_dorf.scss */
.list-inline.credits.a {
  display: block; }

/* line 460, ../sass/single_dorf.scss */
.list-unstyled li > a {
  color: #fff; }

/* line 461, ../sass/single_dorf.scss */
.text-muted > a {
  color: #fff; }

/* line 464, ../sass/single_dorf.scss */
.blink {
  animation: 1s alternate ease-in-out 2 backwards;
  background-color: #fff;
  color: #333;
  border: 1px solid #333; }

/* line 466, ../sass/single_dorf.scss */
blockquote:before {
  font-size: 7.6em;
  font-weight: bold;
  color: #888;
  content: "„"; }

/* line 472, ../sass/single_dorf.scss */
blockquote {
  background-color: #fff;
  color: #888;
  border-radius: 2px;
  font-size: 1.25em;
  line-height: 1.8em;
  font-weight: normal;
  margin-left: 10px;
  margin-top: 10px;
  margin: 0px;
  padding-left: 2em;
  border: 1px solid #fff;
  border-left: 10px solid #193e73;
  -webkit-box-shadow: 6px 11px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 11px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 11px 1px 1px rgba(0, 0, 0, 0.3); }

/* line 488, ../sass/single_dorf.scss */
blockquote > quote {
  padding-left: 4.7em;
  margin-top: -20px;
  display: block; }

/* line 493, ../sass/single_dorf.scss */
blockquote > cite {
  font-size: .75em;
  display: block;
  font-style: italic;
  font-weight: light;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 503, ../sass/single_dorf.scss */
.source {
  font-size: .85em;
  font-style: italic;
  text-align: right;
  margin-top: 10px; }

/* line 510, ../sass/single_dorf.scss */
.df_funfacts {
  font-size: 1.25em; }

/* line 519, ../sass/single_dorf.scss */
.jssorl_spin img {
  animation-name: jssorl_spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes jssorl_spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* line 531, ../sass/single_dorf.scss */
.flexslider {
  margin: 0px 0px;
  border: 0px; }

/* line 536, ../sass/single_dorf.scss */
.flex-direction-nav a:before {
  color: #fff; }

/* line 539, ../sass/single_dorf.scss */
.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0px;
  color: #333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 20px;
  margin-bottom: 0px; }

/* line 550, ../sass/single_dorf.scss */
li.css a {
  border-radius: 0; }
