@charset "UTF-8";
/*
* Webtonia GmbH
* Am Turm 22
* 53721 Siegburg
* 
* Copyright 2014 by Webtonia
* www.webtonia.de
*/
#@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url("font-awesome.min.css");
@import url("bootstrap.css");
/*----------------------------
Allgemeine Variablen
----------------------------*/
/*----------------------------
Settings für Mixins | Müssen gesetzt sein!
----------------------------*/
/*----------------------------
Mixins
----------------------------*/
.post-edit-link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #f7ca18;
  text-align: center;
  line-height: 60px;
  z-index: 99999999;
  color: #fff;
  font-size: 30px; }

/* ==================================================
  Plugin examples

//--Mediaqueries

.example{
	//Mobile first
	@include optimize-above($breakpoint-sm){
		display:none;
	}
	//Below eben
	@include optimize-below($breakpoint-sm){
		display:none;
	}
	//Zwischen zwei Breakpoints
	@include optimize-between($breakpoint-sm, $breakpoint-md){
		display:none;
	}
}

====================================================*/
/* ==================================================
  ALLGEMEINE CSS ANGABEN
====================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #212121;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }
  @media (min-width: 48em) {
    body {
      margin-bottom: 130px; } }
  @media (min-width: 62em) {
    body {
      margin-bottom: 330px; } }

::-moz-selection {
  background-color: #c2df21;
  color: #fff; }

::selection {
  background-color: #c2df21;
  color: #fff; }

a {
  color: #87b7a9;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease-in; }
  a:hover, a:focus {
    color: #9cb31a;
    outline: none !important;
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  padding: 0;
  position: relative;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h1 {
  font-weight: 600;
  color: #c2df21; }

h1,
h2,
h3,
h4 {
  margin-bottom: 20px; }

h2,
h3,
h4 {
  margin-top: 40px; }

p {
  line-height: 25px;
  font-size: 16px;
  color: #757575; }

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

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

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

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

/* Fibonacci Margins */
.m-8 {
  margin-bottom: 8px; }

.m-13 {
  margin-bottom: 13px; }

.m-21 {
  margin-bottom: 21px; }

.m-34 {
  margin-bottom: 34px; }

.m-55 {
  margin-bottom: 55px; }

.m-89 {
  margin-bottom: 89px; }

.container {
  position: relative; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .left {
    float: left !important; }

  .right {
    float: right !important; } }
/* ==================================================
    Section
====================================================*/
section {
  padding-top: 89px;
  padding-bottom: 89px; }

section.zebra:nth-child(even) {
  background-color: #e0e0e0; }

@media (min-width: 48em) {
  .main {
    margin: 100px auto; } }

/* ==================================================
  Navigation
====================================================*/
.navbar {
  height: auto; }

.navbar-default {
  margin-top: 20px;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0; }
  @media (min-width: 48em) {
    .navbar-default {
      margin-top: 0;
      margin-bottom: 70px; } }
  .navbar-default .navbar-brand {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: block;
    height: auto;
    width: 230px; }
    @media (min-width: 48em) {
      .navbar-default .navbar-brand {
        width: 350px;
        margin-bottom: 0; } }
  .navbar-default .navbar-toggle {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0;
    margin: 0;
    border: none; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background: transparent; }
  @media (min-width: 48em) {
    .navbar-default .navbar-nav {
      margin-top: 10px; } }
  .navbar-default .navbar-nav li a {
    color: #9ac1b5;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    padding: 10px 0; }
    @media (min-width: 48em) {
      .navbar-default .navbar-nav li a {
        padding: 16px 10px 10px; } }
    .navbar-default .navbar-nav li a:hover {
      color: #badb00; }
    @media (min-width: 48em) {
      .navbar-default .navbar-nav li a i {
        display: block;
        text-align: center;
        font-size: 16px;
        margin-top: 3px; } }
  .navbar-default .navbar-nav li.current-menu-parent > a, .navbar-default .navbar-nav li.active > a, .navbar-default .navbar-nav li.active > a:focus, .navbar-default .navbar-nav li.active > a:hover {
    color: #badb00;
    background-color: transparent;
    border-top: 1px dashed #badb00;
    border-bottom: 1px dashed #badb00; }
  .navbar-default .navbar-nav li > .dropdown-menu li {
    border-bottom: 1px solid #edf6bd; }
    .navbar-default .navbar-nav li > .dropdown-menu li:last-child {
      border-bottom: none; }
    .navbar-default .navbar-nav li > .dropdown-menu li a {
      font-size: 16px;
      font-weight: 600;
      text-transform: none;
      color: #edf6bd;
      padding: 15px 10px; }
      .navbar-default .navbar-nav li > .dropdown-menu li a:hover, .navbar-default .navbar-nav li > .dropdown-menu li a:focus {
        color: #fff;
        background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #badb00;
    background-color: transparent; }

.navbar-right .dropdown-menu {
  right: auto;
  left: 0; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #edf6bd; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-nav .open .dropdown-menu {
  background-color: #badb00; }
  .navbar-nav .open .dropdown-menu > a {
    color: #edf6bd; }
    .navbar-nav .open .dropdown-menu > a:hover, .navbar-nav .open .dropdown-menu > a:focus {
      color: #fff; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 290px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: outside none none;
  background-color: #badb00;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  box-shadow: none; }

/* ==================================================
	Footer
====================================================*/
.footer {
  background-color: #f2f2f2;
  padding-top: 10px; }
  @media (min-width: 48em) {
    .footer {
      padding-top: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      line-height: 70px; } }
  .footer p {
    color: #757575; }
  .footer b {
    margin-top: 10px; }
  .footer a {
    margin-right: 20px; }
    .footer a:last-child {
      margin-right: 0; }

/* ==================================================
  INPUT FORM
====================================================*/
.form-control {
  max-width: 100%;
  min-width: 100%; }

@media only screen and (min-width: 768px) {
  .textbox {
    min-height: 110px; } }
/* ==================================================
  Contact Form 7
====================================================*/
span.wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  margin: 20px 0 10px;
  padding: 20px;
  border: 1px solid transparent; }

div.wpcf7-validation-errors {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1; }

div.wpcf7-mail-sent-ok {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6; }

@media (min-width: 48em) {
  .row-start-map {
    margin-top: 40px; } }
@media (min-width: 62em) {
  .row-start-map {
    margin-top: 80px; } }

.home h2 {
  margin-top: 0; }

.adressen {
  background-color: #f2f2f2;
  padding: 20px 0; }
  .adressen p {
    color: #757575; }

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
  background: none repeat scroll 0% 0% #ccc !important; }

.mejs-container .mejs-controls .mejs-time {
  color: #000 !important;
  text-align: center; }

.handy_unten {
  float: right; }
  @media (min-width: 48em) {
    .handy_unten {
      float: left; } }

.handy_oben {
  float: left; }
  @media (min-width: 48em) {
    .handy_oben {
      float: right; } }

.pilgerlist {
  list-style: outside none none;
  border: 1px solid #c2df21;
  padding: 0;
  margin-top: 15px; }
  .pilgerlist li {
    border: 1px solid #c2df21; }
    .pilgerlist li a {
      display: block;
      padding: 10px; }
