/*  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 53, ../sass/styles.scss */
html, body {
  width: 100%;
  height: 100%; }

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

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

/* line 74, ../sass/styles.scss */
hr.light {
  border-color: #333; }

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

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

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

/* line 97, ../sass/styles.scss */
p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px; }

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

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

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

/* line 110, ../sass/styles.scss */
.bg-light {
  color: #222;
  background-color: #f2f2f2; }

/* line 111, ../sass/styles.scss */
.bg-green {
  background-color: #95c11f;
  color: #fff; }

/* line 112, ../sass/styles.scss */
.bg-dark {
  background-color: #eee;
  color: rgba(70, 70, 70, 0.7); }

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

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

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

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

/* line 119, ../sass/styles.scss */
#modalRecipe {
  border: 0;
  font-size: .85em; }

/* line 120, ../sass/styles.scss */
#modalRecipe #btnShare {
  display: none; }

/*
section {padding: 70px 0;}

aside {padding: 50px 0;}

footer {padding: 15px;}
*/
/* line 130, ../sass/styles.scss */
.no-padding {
  padding: 0; }

/* line 131, ../sass/styles.scss */
.padding-top-10 {
  padding-top: 10px; }

/*  Navigation  */
/* line 135, ../sass/styles.scss */
.navbar-default {
  border-color: rgba(35, 35, 35, 0.05);
  font-family: 'b3_ubuntu',sans-serif;
  background-color: #fff;
  color: #93c11f;
  -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 144, ../sass/styles.scss */
.navbar-right {
  margin-right: 10px; }

/* line 147, ../sass/styles.scss */
.navbar-header {
  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 154, ../sass/styles.scss */
.navbar-header > .navbar-brand {
  padding-top: 5px;
  padding-left: 20px; }

/* line 159, ../sass/styles.scss */
.navbar-header > .navbar-brand > .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); }
  30% {
    transform: scale(0.5); }
  70% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
/*
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    _background-color: #eee;
    font-style: bold;
}
*/
/* line 181, ../sass/styles.scss */
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-size: 15px;
  color: #e2e2e2;
  padding-left: 20px;
  padding-top: 50px;
  padding-bottom: 2px; }

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

/* line 192, ../sass/styles.scss */
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
  text-decoration: underline; }

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

/* line 204, ../sass/styles.scss */
.navbar-toggle {
  margin-top: 20px; }

/*  Fallunterscheidung Navigation   */
@media (max-width: 990px) {
  /* line 210, ../sass/styles.scss */
  .navbar-header {
    float: none; }

  /* line 213, ../sass/styles.scss */
  .navbar-left, .navbar-right {
    float: none !important; }

  /* line 216, ../sass/styles.scss */
  .navbar-toggle {
    display: block; }

  /* line 219, ../sass/styles.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  /* line 223, ../sass/styles.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  /* line 227, ../sass/styles.scss */
  .navbar-collapse.collapse {
    display: none !important; }

  /* line 230, ../sass/styles.scss */
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  /* line 234, ../sass/styles.scss */
  .navbar-nav > li {
    float: none; }

  /* line 237, ../sass/styles.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  /* line 241, ../sass/styles.scss */
  .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    padding-top: 5px;
    padding-bottom: 5px; }

  /* line 246, ../sass/styles.scss */
  .collapse.in {
    display: block !important; } }
/*  /Fallunterscheidung Navigation  */
/* line 254, ../sass/styles.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 269, ../sass/styles.scss */
header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
  z-index: 2; }

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

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

/* line 286, ../sass/styles.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 295, ../sass/styles.scss */
footer {
  background-color: #95c11f;
  color: #fff; }

/*
@media(min-width:768px) {
    .icon-lg {font-size: 50px;}
    
    header {min-height: 100%;}

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {font-size: 53px;}

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {min-height: 600px; padding: 100px 0;}

}
*/
/* Size > 768px */
/* line 334, ../sass/styles.scss */
.df_gn, .df_ws {
  width: 100%;
  margin-top: 0px;
  padding-top: 25vw; }

/* line 340, ../sass/styles.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 349, ../sass/styles.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 358, ../sass/styles.scss */
.df_gn > div, .df_spacer_gn > div {
  padding: 20px;
  padding-bottom: 60px; }

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

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

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

/* line 372, ../sass/styles.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 373, ../sass/styles.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 375, ../sass/styles.scss */
.source {
  font-size: .85em;
  font-style: italic;
  text-align: right;
  margin-top: 10px; }

/* line 387, ../sass/styles.scss */
.margin-top-0 {
  margin-top: 0; }

/* line 389, ../sass/styles.scss */
.gallery-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  overflow: hidden; }

/* line 390, ../sass/styles.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 392, ../sass/styles.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 393, ../sass/styles.scss */
.gallery-box .gallery-box-caption .gallery-box-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%); }

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

/* line 395, ../sass/styles.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 396, ../sass/styles.scss */
.gallery-box:hover .gallery-box-copyright {
  -webkit-transform: rotate(2.2deg);
  -ms-transform: rotate(2.2deg);
  transform: rotate(2.2deg); }

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

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

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

/* line 414, ../sass/styles.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 428, ../sass/styles.scss */
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

/* line 434, ../sass/styles.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 457, ../sass/styles.scss */
.btn-default .badge {
  color: #fff;
  background-color: #222; }

/* line 462, ../sass/styles.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 471, ../sass/styles.scss */
.btn.btn-primary.cta {
  background-color: rgba(255, 255, 255, 0.7); }

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

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

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

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

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

/* line 483, ../sass/styles.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 484, ../sass/styles.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 486, ../sass/styles.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 487, ../sass/styles.scss */
.btn {
  border: 0;
  border-radius: 5px;
  font-family: 'b3_ubuntu','Helvetica Neue',Arial,sans-serif; }

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

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

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

/* line 494, ../sass/styles.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 495, ../sass/styles.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 496, ../sass/styles.scss */
textarea {
  width: 100%; }

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

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

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

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

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

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

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

/* line 518, ../sass/styles.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 530, ../sass/styles.scss */
.flexslider {
  margin: 0px 0px;
  border: 0px; }

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

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

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