/**
 * main.css
 *
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 *
 */
/*Albmassage Colors*/
/* BunteWanderWelt Colors */
#butterflies {
  position: relative;
  clear: both;
  width: 100%;
  height: 320px;
  border-bottom: 1px dotted #ccc;
}

/*********************************************************************
 * 0. Grid
*/
.col {
  padding: 0 1rem;
  margin: 0 auto;
}

.col-1-1 {
  max-width: 960px;
}

@media only screen and (min-width: 1200px) {
  .col-1-1 {
    max-width: 1080px;
  }
}
/*********************************************************************
 * 1. General HTML tags
 *
 */
* {
  box-sizing: border-box;
}

body {
  font-size: 12pt;
  padding: 5%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #B3B1A0;
  background: linear-gradient(135deg, #C6C5B2 0%, #9c9b88 100%);
  background-attachment: fixed;
}

body, td, input[type=text], textarea, p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  color: #333;
  font-weight: 300;
}

strong {
  font-weight: bold;
}

td h3 {
  font-size: 1.2rem;
  color: #aabc59;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

td p {
  margin-top: 0;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border: none;
  color: #666;
  font-size: 1rem;
}

td {
  background: #e9f1c6;
  border: 2px solid #FFF;
  padding: 0.3em 0.5em;
}

cite {
  color: #005C61;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#page-wrap {
  background-image: url(../media/handmadepaper.png);
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.28);
}

footer {
  background: #005C61;
  padding: 24px 1rem;
}

footer p {
  color: #FFF;
}

.totop {
  padding: 0.25em 0.5em;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  background: #00282F;
  border-radius: 5px;
}

.totop a {
  color: #C6C5B2;
  display: block;
}

#hd {
  background-color: #C6C5B2;
  background: linear-gradient(35deg, rgba(176, 199, 161, 0.75) 0%, rgba(179, 190, 138, 0.86) 35%, rgba(182, 197, 150, 0.73) 42%, rgba(201, 208, 163, 0.61) 50%, rgba(146, 165, 123, 0.9) 100%);
}

#hd .bildmarke {
  width: 100%;
  height: 275px;
  position: absolute !important;
  top: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#hd .bildmarke img {
  height: 100%;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4 {
  font-family: "Quattrocento", Verdana, sans-serif;
  color: #3c8f8b;
  line-height: 1.3;
}

h1 {
  font-weight: normal;
  font-size: 2rem;
  line-height: normal;
}

h2 {
  font-weight: normal;
  font-size: 1.8rem;
}

h3 {
  font-weight: normal;
  font-size: 1.5rem;
}

h4 {
  font-weight: normal;
  font-size: 1.2rem;
}

h5 {
  font-weight: normal;
  font-size: 1rem;
}

.col h1, .col h2, .col h3, .col h4, .col p, .col-1-2 p, .col-1-1 {
  padding-top: 0;
  margin-top: 0;
}

a {
  color: #3c8f8b;
  text-decoration: underline;
}

footer a {
  color: #FFF;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

#main a:hover {
  color: #46392f;
  border-color: #aaa;
}

blockquote {
  margin-left: 0;
  padding-left: 1.5em;
  padding-right: 2em;
  border-left: 4px solid #ddd;
  font-family: "italic";
  color: #777;
}

pre, code {
  background: #eee;
  border: 1px solid #ddd;
}

pre {
  line-height: 1.4rem;
  padding: 1em;
  border-left: 4px solid #ddd;
}

.infobox {
  background: #58C39C;
  padding: 1.1em !important;
}

.infobox h1, .infobox h2, .infobox h3, .infobox h4 {
  color: #000;
}

.infobox cite {
  font-weight: 400;
}

.stopFloat {
  clear: both;
}

/*********************************************************************
 * 2. Masthead area
 *
 */
form.search {
  float: right;
  margin: 0;
  width: 30%;
}

form.search input {
  margin: 0;
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
  width: 100%;
}

form.search button {
  display: none;
}

.breadcrumbs {
  clear: both;
  padding-top: 1em;
}

.breadcrumbs span:after {
  content: ">";
  color: #999;
  padding-left: 0.5em;
  padding-right: 0.25em;
}

/*********************************************************************
 * 3. Main content and sidebar
 *
 */
#main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  min-height: 400px;
  /*
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;*/
}

#content {
  float: left;
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 4em;
  /*max-width: 1200px;*/
  /*width: 85%;*/
}

.content_header {
  float: left;
  width: 100%;
}

.content_main {
  float: left;
  width: 100%;
}

.content_left {
  width: 50%;
  float: left;
  padding-right: 1.5rem;
}

.content_right {
  width: 50%;
  float: left;
  padding-left: 1.5rem;
}

.content_footer, .content_bottom {
  width: 100%;
  float: left;
}

#content, #sidebar {
  padding-bottom: 1em;
}

body.has-sidebar #content {
  width: 65%;
  float: left;
}

body.has-sidebar #sidebar {
  width: 35%;
  padding-left: 5%;
  float: left;
}

.footer-nav {
  color: #FFF;
  background: #00282F;
  text-align: right;
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
}

.footer-nav a {
  color: #FFF;
  text-decoration: none;
}

.sidebar-box {
  /*
    border-radius: 8px;
    background: #aabc59;
    color: #444;
    padding: 1.5rem;
    margin: 1rem;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.28);
    */
}

.sidebar-box h3 {
  color: #444;
  padding-top: 0;
}

/*******************************************
 * Navigation
 */
.nav-brandmark img {
  height: 44px;
  width: auto;
  margin: 24px 6px 0px 6px;
}

.nav-wrap {
  /*height:44px;*/
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #0A3E3F;
}

.menu-close {
  padding-left: 1rem;
}

.navbar {
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
  width: auto;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: -8px;
}

.navbar-mobile {
  float: left;
  width: 100%;
  font-size: 150%;
  visibility: hidden;
  display: none;
  background: #00282F;
  color: #FFF;
  line-height: 1.6rem;
}

.nav-mobile li {
  border-bottom: 1px solid #444;
  padding-left: 0rem;
}

.nav-mobile li.has_children {
  border-bottom: none;
}

.nav-mobile li li {
  background: #222;
}

.nav-mobile a {
  display: block;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.nav-mobile li li a {
  padding-left: 2rem;
}

.nav-mobile a:hover {
  background: #333;
}

.js-toggle-left-slidebar {
  cursor: pointer;
  display: block;
  padding: 0.75em 1em 0.75em 0;
}

.nav,
.nav li,
.nav li li {
  margin-left: 0;
  list-style: none;
}

.nav ul {
  padding-left: 0;
}

.nav a {
  color: #005C61;
}

.nav li li a, .nav-mobile a, .nav-mobile li li a {
  color: #FFF;
}

.sf-menu li {
  background: #0A3E3F;
  background: transparent;
  color: #FFF;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current, .sf-menu li.parent {
  background: transparent;
  color: #0A3E3F;
  transition: none;
  border-bottom: 4px solid #0A3E3F;
}

.sf-menu li li.current {
  background-color: #0A3E3F;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li.current, .sf-menu li li.parent {
  border-bottom: none;
}

.sf-menu a {
  border: none;
}

.sf-menu .current a,
.sf-menu .parent a,
.sf-menu .parent li.current a {
  color: #005C61;
}

.sf-menu .parent a {
  color: #0A3E3F;
}

.nav-mobile li.current a {
  color: #C6C5B2;
}

.sf-menu ul {
  text-align: left;
  background: #0A3E3F;
}

.sf-menu li li:hover, .sf-menu li li.sfHover {
  background: #0A3E3F;
}

.sf-menu li li.current, .sf-menu li li.current a {
  color: #F2F4F3 !important;
}

.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #F2F4F3;
  border-top-color: rgba(55, 55, 55, 0.5);
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -1px;
  margin-right: 0px;
  border-color: transparent;
  border-left-color: #F2F4F3;
  border-left-color: rgba(76, 76, 76, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #00282F;
}

.sf-menu a {
  padding: 0.75em 0.75em 0.25em 0.75em;
}

.sf-menu li li a {
  padding: 0.75em 1em;
}

/*******************************************
 * Div Elements
 */
.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  /*top: 0.5em;*/
  max-width: 50%;
}

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}

figure {
  display: table;
  width: 1px;
  margin: 1em 0;
}

figure img {
  display: table-row;
  margin-bottom: 0.5em;
}

figure figcaption {
  display: table-row;
  font-size: smaller;
  color: #777;
  line-height: 1.4em;
}

/* Map */
.MarkupLeafletMap {
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.gmroute a {
  text-transform: uppercase;
  background-color: #3A802D;
  border-radius: 3px;
  padding: 4px 8px;
  color: #FFF !important;
  text-decoration: none;
}

.gmroute a:hover {
  text-decoration: underline;
}

.gmroute-link {
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.28);
  border: none;
}

/*********************************************************************
 * 4. Footer
 *
 */
.teaser-bot {
  margin-top: 3em;
  background-position: bottom;
  height: 183px;
  background: transparent;
  background-size: auto 100%;
  background-position: bottom;
  background-repeat: repeat-x;
}

#footer {
  clear: both;
  border-top: 1px solid #eee;
  font-size: 1rem;
  text-align: center;
  color: #FFF;
}

/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */
/* mobile Navigation breakpoint */
@media only screen and (max-width: 959px) {
  .nav-brandmark img {
    margin: 24px 6px 10px 6px;
  }
  .navbar-mobile {
    visibility: visible;
    display: block;
  }
  .navbar-desktop {
    visibility: hidden;
    display: none;
  }
  body, td, input[type=text], textarea, p {
    color: #333;
    font-weight: 400;
  }
  cite, .infobox cite {
    font-weight: bold;
  }
}
/* mobile bigger phones, small tablets*/
@media only screen and (max-width: 900px) {
  body {
    padding: 2%;
  }
  body, td, textarea {
    font-size: 0.9rem;
  }
  body.has-sidebar #content,
body.has-sidebar #sidebar {
    float: none;
    width: 100%;
    padding: 0;
  }
  form.search {
    float: none;
    width: 100%;
  }
  #hd {
    /*min-height: 320px;*/
  }
  #content {
    width: 100%;
  }
  .content_left {
    width: 100%;
    padding-right: 0;
  }
  .content_right {
    width: 100%;
    padding-left: 0;
  }
  #sidebar {
    border-top: 1px solid #eee;
    padding-top: 1em;
  }
  .align_left, .align_right, .align_center {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
/* smaller phones in portrait */
/* mobile bigger phones, small tablets*/
@media only screen and (max-width: 480px) {
  #butterflies {
    height: 220px;
  }
  body {
    padding: 0;
  }
  #hd {
    /*min-height: 264px;*/
  }
  #hd .bildmarke {
    height: 120px;
  }
  #hd .slogan .top {
    font-size: 1.8rem;
  }
  #hd .slogan .bottom {
    font-size: 1.13rem;
  }
  h1 {
    font-weight: normal;
    font-size: 1.45rem;
  }
  p {
    margin: 0.5rem 0;
  }
  .col {
    float: left;
    padding: 0 0.5rem;
  }
  #main {
    padding: 0.5rem;
  }
  #content {
    padding: 1rem;
  }
  #footer {
    padding: 0;
    font-size: 85%;
  }
  table {
    font-size: 85%;
  }
  td {
    background: #e6f1b5;
    border: 1px solid #FFF;
    padding: 0.2em 0.35em;
  }
}
@media only screen and (min-width: 1200px) {
  /* extra-wide desktop layout */
  body, td, textarea {
    /*font-size: 115%;*/
  }
}
/* Editor section */
body .editor {
  text-align: right;
  color: #aabc59;
  font-size: 80% !important;
}

.editor a {
  color: #141414;
}

.by, .by a {
  display: block;
  color: #141414;
  text-align: center;
  font-size: 90%;
  opacity: 0.9;
  margin-top: 0.5em;
}

.by a {
  text-decoration: none;
}

.by a:hover {
  text-decoration: underline;
}

/*
 * helpers.css
 */
a:active, a:focus {
  outline: none;
}

.nowrap, .no-wrap {
  white-space: nowrap;
}

.no-opacity {
  opacity: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-v-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-h-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-h-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-v-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body #content,
body .bd {
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  background-color: #00282F;
}
/*# sourceMappingURL=main.css.map */