@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.breadcrumb {
  padding: 0 0 15px 0;
  background: #fff; }

html, body {
  min-height: 100%; }

body {
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:link, a:visited {
  color: #d95b7e;
  text-decoration: none; }

a:hover, a:active {
  color: #9198BA;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  color: #ab208d;
  font-family: Georgia,"Times New Roman",Times,serif; }

h1 {
  font-weight: normal;
  font-size: 21px;
  margin: 0 0 25px 0;
  padding: 0;
  width: auto; }

h2 {
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 25px;
  padding: 0; }

h3 {
  font-size: 1.4em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em; }

h5 {
  font-size: 1em;
  font-weight: normal;
  padding: 0; }

h6 {
  font-size: 1em;
  font-weight: bold; }

p {
  margin: 0 0 1em 0; }

::selection {
  background: #ab208d;
  /* Safari */
  color: #fff; }

::-moz-selection {
  background: #ab208d;
  /* Firefox */
  color: #fff; }

/* Table styles */
table {
  width: 99%; }

tr.even td,
tr.odd td {
  padding: 10px 5px; }

tr.odd td {
  background-color: #fff; }

tr.even td {
  background-color: #ccc; }

/* Code */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa; }

/* List styles */
ul, ol {
  margin-left: 0;
  padding-left: 2em; }

ul {
  list-style-type: disc; }

ul ul {
  list-style-type: circle; }

ul ul ul {
  list-style-type: square; }

ul ul ul ul {
  list-style-type: circle; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style-type: lower-alpha; }

ol ol ol {
  list-style-type: decimal; }

/* Abbreviation. */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap; }

#navbar {
  position: relative;
  background: url(../img/bg-header.png) repeat-x top left;
  margin: 0; }
  #navbar .logo {
    position: relative;
    margin: 0; }
    #navbar .logo img {
      width: 300px;
      margin: 30px 0 30px 50px;
      padding: 0;
      max-width: 100%; }

.idee-link {
  position: absolute;
  right: -75px;
  top: 90px; }

.menu-trigger {
  clear: both;
  margin: 0 0 15px 0; }
  .menu-trigger a {
    margin: 15px 15px 0 0;
    font-size: 1.5em;
    text-decoration: none; }

nav#menu {
  background: #fff;
  z-index: 13; }
  nav#menu .menu-block-wrapper {
    clear: both; }
    nav#menu .menu-block-wrapper li {
      margin: 0;
      padding: 0; }
      nav#menu .menu-block-wrapper li a {
        padding: 15px;
        border-bottom: 1px solid #d95b7e;
        font-size: 1.75em;
        line-height: 1.25; }
  nav#menu .social {
    margin-top: 1em; }
    nav#menu .social li a {
      font-size: 1.5em;
      color: #ab208d;
      border-bottom-color: #ab208d; }
  nav#menu .menu-close {
    padding: 15px;
    display: block;
    color: #ab208d; }

#block-system-main-menu {
  margin: 40px 20px 0 0;
  float: right; }
  #block-system-main-menu ul {
    list-style: none; }
    #block-system-main-menu ul li {
      margin-left: 50px;
      list-style: none;
      float: left; }
      #block-system-main-menu ul li a {
        background: url(../img/bg-nav-trans.png) 0 0 no-repeat transparent;
        display: block;
        float: left;
        position: relative;
        text-indent: -9999em;
        height: 44px;
        -webkit-transition: 0 none;
        -moz-transition: 0 none;
        -ms-transition: 0 none;
        -o-transition: 0 none;
        transition: 0 none; }
      #block-system-main-menu ul li.ueber-uns a {
        width: 96px;
        background-position: 0 0; }
        #block-system-main-menu ul li.ueber-uns a:hover {
          background-position: 0 -44px; }
      #block-system-main-menu ul li.kontakt a {
        width: 91px;
        background-position: -127px 0; }
        #block-system-main-menu ul li.kontakt a:hover {
          background-position: -127px -44px; }
      #block-system-main-menu ul li.shop a {
        width: 56px;
        background-position: -346px 0; }
        #block-system-main-menu ul li.shop a:hover {
          background-position: -346px -44px; }
      #block-system-main-menu ul li.facebook a {
        width: 40px;
        background: url(../img/fb-icon.jpg) 0 0 no-repeat; }

.footer {
  border: 0; }

body {
  background: url(../img/bg.gif) repeat; }

#container {
  padding: 0 70px; }

#page {
  background: #fff;
  position: relative;
  padding-top: 15px;
  margin-top: 20px; }

.menu-panel {
  position: fixed;
  right: -320px;
  /*left or right and the width of your navigation panel*/
  width: 320px;
  /*should match the above value*/ }

.wrap {
  position: relative; }

aside img {
  max-width: 100%;
  height: auto !important; }
aside iframe {
  max-width: 100%; }

.sidebar-first .block {
  margin-bottom: 2.5em; }
  .sidebar-first .block h2 {
    margin-bottom: .5em; }
  .sidebar-first .block p {
    text-align: center; }
  .sidebar-first .block#block-block-18 {
    margin-top: 2em; }

.sidebar-second .block {
  margin-bottom: 2.5em; }
  .sidebar-second .block h2 {
    margin-bottom: .5em; }
  .sidebar-second .block p {
    text-align: center; }

#block-block-5 {
  margin-bottom: 2em; }
  #block-block-5 h2.block-title {
    background: #ffffff url("../img/bg-h1.jpg") no-repeat scroll center bottom;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 31px;
    font-weight: normal;
    line-height: 35px;
    margin: 0 0 18px;
    padding-bottom: 32px;
    text-align: center; }

h1.page-header {
  background: #ffffff url("../img/bg-h1.jpg") no-repeat scroll center bottom;
  font-size: 31px;
  font-weight: normal;
  line-height: 35px;
  margin: 0 0 1em;
  padding-bottom: 32px;
  text-align: center;
  border: 0; }

.node-blog {
  margin: 0 0 2em 0; }
  .node-blog img {
    max-width: 100%;
    height: auto !important; }

.node-blog h2 {
  font-size: 27px;
  padding: 0 0 .1em 0;
  margin: 0;
  border-bottom: 1px solid #D95B7E; }

.node-blog .field-name-body h2 {
  border: 0;
  margin: 1em 0 .5em 0;
  font-size: 1.8em; }

.submitted {
  display: block;
  text-align: right;
  color: #aaa;
  margin: .1em 0 .5em 0; }

.node-blog .field-name-taxonomy-vocabulary-1 {
  display: none; }

.node-readmore {
  margin-top: 1em; }
  .node-readmore a {
    background: #ab208d;
    display: inline-block;
    color: #fff;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .node-readmore a:hover {
      background: #a9d2d3;
      text-decoration: none; }

.field-name-field-images {
  margin-top: 2em; }
  .field-name-field-images img {
    width: 100%;
    height: auto;
    margin-bottom: 1em; }

#comments {
  margin-top: 2em; }
  #comments h3 {
    margin-bottom: 0; }

@media (max-width: 991px) {
  /* smaller medium */
  #navbar .navbar-header {
    width: 100%;
    margin: 0; }
  #navbar .logo {
    left: 0;
    width: 100%;
    margin-bottom: 20px; }
    #navbar .logo img {
      max-width: 100%;
      display: block;
      margin: 15px auto; }

  .idee-link {
    right: -40px; }

  .facebook-link {
    right: -40px; }

  #main {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 767px) {
  /* smaller sm */
  #page {
    margin-top: 0; }

  #navbar {
    padding-left: 0;
    padding-right: 0; }
    #navbar .container {
      background-position: top left; }

  #main {
    padding-left: 8px;
    padding-right: 8px; }

  .sidebar-second {
    padding-right: 15px; }

  h1.page-header {
    font-size: 26px; }

  .node-blog h2 {
    font-size: 21px; } }

/*# sourceMappingURL=style.css.map */
