/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body, form, figure {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

header, footer, nav, section, aside, article, figure, figcaption {
  display: block;
}

body {
  font-size: 100.01%;
}

select, input, textarea {
  font-size: 99%;
}

#container, .inside {
  position: relative;
}

#main, #left, #right {
  float: left;
  position: relative;
}

#main {
  width: 100%;
}

#left {
  margin-left: -100%;
}

#right {
  margin-right: -100%;
}

#footer {
  clear: both;
}

#main .inside {
  min-height: 1px;
}

.ce_gallery > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.ce_gallery > ul li {
  float: left;
}

.ce_gallery > ul li.col_first {
  clear: left;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.block {
  overflow: hidden;
}

.clear, #clear {
  height: .1px;
  font-size: .1px;
  line-height: .1px;
  clear: both;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom {
  display: block;
}

#container:after, .custom:after {
  content: "";
  display: table;
  clear: both;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #889900;
  text-decoration: none;
}
a:hover, a:focus {
  color: #444d00;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ddd;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 56px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #ddd;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ddd;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #ddd;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 480px) {
  .container {
    width: 510px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-s-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-s-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-s-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-s-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-s-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-s-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-s-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-s-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-s-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-s-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-s-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-s-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12 {
    float: left;
  }

  .col-s-1 {
    width: 8.33333%;
  }

  .col-s-2 {
    width: 16.66667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.33333%;
  }

  .col-s-5 {
    width: 41.66667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.33333%;
  }

  .col-s-8 {
    width: 66.66667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.33333%;
  }

  .col-s-11 {
    width: 91.66667%;
  }

  .col-s-12 {
    width: 100%;
  }

  .col-s-pull-0 {
    right: auto;
  }

  .col-s-pull-1 {
    right: 8.33333%;
  }

  .col-s-pull-2 {
    right: 16.66667%;
  }

  .col-s-pull-3 {
    right: 25%;
  }

  .col-s-pull-4 {
    right: 33.33333%;
  }

  .col-s-pull-5 {
    right: 41.66667%;
  }

  .col-s-pull-6 {
    right: 50%;
  }

  .col-s-pull-7 {
    right: 58.33333%;
  }

  .col-s-pull-8 {
    right: 66.66667%;
  }

  .col-s-pull-9 {
    right: 75%;
  }

  .col-s-pull-10 {
    right: 83.33333%;
  }

  .col-s-pull-11 {
    right: 91.66667%;
  }

  .col-s-pull-12 {
    right: 100%;
  }

  .col-s-push-0 {
    left: auto;
  }

  .col-s-push-1 {
    left: 8.33333%;
  }

  .col-s-push-2 {
    left: 16.66667%;
  }

  .col-s-push-3 {
    left: 25%;
  }

  .col-s-push-4 {
    left: 33.33333%;
  }

  .col-s-push-5 {
    left: 41.66667%;
  }

  .col-s-push-6 {
    left: 50%;
  }

  .col-s-push-7 {
    left: 58.33333%;
  }

  .col-s-push-8 {
    left: 66.66667%;
  }

  .col-s-push-9 {
    left: 75%;
  }

  .col-s-push-10 {
    left: 83.33333%;
  }

  .col-s-push-11 {
    left: 91.66667%;
  }

  .col-s-push-12 {
    left: 100%;
  }

  .col-s-offset-0 {
    margin-left: 0%;
  }

  .col-s-offset-1 {
    margin-left: 8.33333%;
  }

  .col-s-offset-2 {
    margin-left: 16.66667%;
  }

  .col-s-offset-3 {
    margin-left: 25%;
  }

  .col-s-offset-4 {
    margin-left: 33.33333%;
  }

  .col-s-offset-5 {
    margin-left: 41.66667%;
  }

  .col-s-offset-6 {
    margin-left: 50%;
  }

  .col-s-offset-7 {
    margin-left: 58.33333%;
  }

  .col-s-offset-8 {
    margin-left: 66.66667%;
  }

  .col-s-offset-9 {
    margin-left: 75%;
  }

  .col-s-offset-10 {
    margin-left: 83.33333%;
  }

  .col-s-offset-11 {
    margin-left: 91.66667%;
  }

  .col-s-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-s {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-s-block,
.visible-s-inline,
.visible-s-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-s {
    display: block !important;
  }

  table.visible-s {
    display: table !important;
  }

  tr.visible-s {
    display: table-row !important;
  }

  th.visible-s,
  td.visible-s {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-s-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-s-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-s-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-s {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body.sidebar-active {
  position: fixed;
  width: 100%;
}

/* Sections */
/* Topbar */
#topbar {
  display: none;
  padding: 5px;
  height: 35px;
  background-color: #889900;
  color: #fff;
  font-size: 15px;
}
@media (min-width: 992px) {
  #topbar {
    display: block;
  }
}
#topbar a {
  color: #fff;
}
#topbar p {
  margin: 0;
}

/* Header */
#logobar {
  position: relative;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  #logobar {
    height: 150px;
  }
}
@media (min-width: 992px) {
  #logobar {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 998;
    width: 100%;
  }
}
#logobar .inside {
  position: relative;
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}

/* Container */
#container {
  padding-top: 0;
}
@media (min-width: 992px) {
  #container {
    padding-top: 150px;
  }
}
.start #container {
  padding-top: 0;
}

/* Main */
/* Ratings */
#ratings {
  background-color: #eee;
}
#ratings .ratings-inside {
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 45px 0;
}

/* Subfooter */
#subfooter .inside {
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
}
#subfooter .icons {
  padding: 30px 0;
}

/* Map */
#map .inside {
  height: 200px;
  background: transparent url("../images/map.jpg") center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  #map .inside {
    height: 400px;
  }
}
#map .inside a {
  display: block;
  height: 200px;
}
@media (min-width: 992px) {
  #map .inside a {
    height: 400px;
  }
}

/* Footer */
#footer {
  background: rgba(64, 59, 43, 0.9) url("../../media/hintergruende/footer.jpg") center top no-repeat;
  background-attachment: scroll;
  background-size: cover;
  color: #fff;
}
#footer .inside {
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 45px 0;
}

/*
basic.css
 */
/* =============================================================================
 * reset & defaults
 * ========================================================================== */
/*  reset
------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-repeat: no-repeat;
}

#wrapper *, #styler-panel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#colorbox *, #wrapper .mejs-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

ol, ul {
  list-style: none;
}

table {
  width: 100%;
}

iframe {
  width: 100%;
}

a {
  outline: none;
}

/*  clearings + defaults
------------------------------------------------- */
.container {
  position: relative;
}

.clear, #clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

* + html #main {
  position: static;
}

#container:after,
.clear-after:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.image_container {
  line-height: 0;
}

.clearfix {
  *zoom: 1;
}

a {
  color: #889900;
  text-decoration: none;
  font-weight: 400;
}
a:hover, a:focus {
  color: #444d00;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Artikel */
.mod_article {
  /* Article background colors */
  /* Article images */
  /* Paddings */
}
.mod_article .article-inside {
  position: relative;
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .mod_article .article-inside {
    padding: 90px 0;
  }
}
.mod_article.full-width .article-inside {
  max-width: 1400px;
}
.mod_article.article-bg-beige {
  background-color: #fff8e3;
}
.mod_article.article-bg-gray {
  background-color: #ddd;
}
.mod_article[class*="top-"] .article-inside .ce_text p, .mod_article[class~=" top-"] .article-inside .ce_text p, .mod_article[class*="bottom-"] .article-inside .ce_text p, .mod_article[class~=" bottom-"] .article-inside .ce_text p {
  padding: 20px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .mod_article[class*="top-"] .article-inside .ce_text p, .mod_article[class~=" top-"] .article-inside .ce_text p, .mod_article[class*="bottom-"] .article-inside .ce_text p, .mod_article[class~=" bottom-"] .article-inside .ce_text p {
    font-size: 20px;
  }
}
.mod_article[class*="top-"] .article-inside .ce_text h1, .mod_article[class*="top-"] .article-inside .ce_text h2, .mod_article[class~=" top-"] .article-inside .ce_text h1, .mod_article[class~=" top-"] .article-inside .ce_text h2, .mod_article[class*="bottom-"] .article-inside .ce_text h1, .mod_article[class*="bottom-"] .article-inside .ce_text h2, .mod_article[class~=" bottom-"] .article-inside .ce_text h1, .mod_article[class~=" bottom-"] .article-inside .ce_text h2 {
  padding: 0 20px;
  color: #fff;
  border: none;
  margin-bottom: 0;
}
.mod_article[class*="top-"] .article-inside .ce_text h1 .small-block, .mod_article[class*="top-"] .article-inside .ce_text h2 .small-block, .mod_article[class~=" top-"] .article-inside .ce_text h1 .small-block, .mod_article[class~=" top-"] .article-inside .ce_text h2 .small-block, .mod_article[class*="bottom-"] .article-inside .ce_text h1 .small-block, .mod_article[class*="bottom-"] .article-inside .ce_text h2 .small-block, .mod_article[class~=" bottom-"] .article-inside .ce_text h1 .small-block, .mod_article[class~=" bottom-"] .article-inside .ce_text h2 .small-block {
  display: block;
  font-size: 20px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .mod_article[class*="top-"] .article-inside .ce_text h1 .small-block, .mod_article[class*="top-"] .article-inside .ce_text h2 .small-block, .mod_article[class~=" top-"] .article-inside .ce_text h1 .small-block, .mod_article[class~=" top-"] .article-inside .ce_text h2 .small-block, .mod_article[class*="bottom-"] .article-inside .ce_text h1 .small-block, .mod_article[class*="bottom-"] .article-inside .ce_text h2 .small-block, .mod_article[class~=" bottom-"] .article-inside .ce_text h1 .small-block, .mod_article[class~=" bottom-"] .article-inside .ce_text h2 .small-block {
    font-size: 32px;
  }
}
.mod_article[class*="top-"] .article-inside .ce_text a, .mod_article[class~=" top-"] .article-inside .ce_text a, .mod_article[class*="bottom-"] .article-inside .ce_text a, .mod_article[class~=" bottom-"] .article-inside .ce_text a {
  display: block;
  color: #e3ff00;
  padding: 25px 0 0 0;
}
.mod_article[class*="top-"] .article-inside .ce_text a:after, .mod_article[class~=" top-"] .article-inside .ce_text a:after, .mod_article[class*="bottom-"] .article-inside .ce_text a:after, .mod_article[class~=" bottom-"] .article-inside .ce_text a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\f101';
  padding-left: 10px;
}
.mod_article.top-left .article-inside .ce_text {
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .mod_article.top-left .article-inside .ce_text {
    position: absolute;
    top: 60px;
    left: 0;
  }
}
.mod_article.top-right .article-inside .ce_text {
  position: relative;
  text-align: right;
}
@media (min-width: 768px) {
  .mod_article.top-right .article-inside .ce_text {
    position: absolute;
    top: 60px;
    right: 0;
  }
}
.mod_article.bottom-left .article-inside .ce_text {
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .mod_article.bottom-left .article-inside .ce_text {
    position: absolute;
    bottom: 100px;
    left: 0;
  }
}
.mod_article.bottom-right .article-inside .ce_text {
  position: relative;
  text-align: right;
}
@media (min-width: 768px) {
  .mod_article.bottom-right .article-inside .ce_text {
    position: absolute;
    bottom: 100px;
    right: 0;
  }
}
.mod_article[class*="article-image-"], .mod_article[class~=" article-image-"] {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 0;
  color: #fff;
  text-shadow: 0 0 5px black;
  text-shadow: 0 0 5px 0 black;
}
.mod_article[class*="article-image-"] .article-inside, .mod_article[class~=" article-image-"] .article-inside {
  min-height: auto;
}
@media (min-width: 768px) {
  .mod_article[class*="article-image-"] .article-inside, .mod_article[class~=" article-image-"] .article-inside {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .mod_article[class*="article-image-"] .article-inside, .mod_article[class~=" article-image-"] .article-inside {
    min-height: 600px;
  }
}
.mod_article.header-single-image .article-inside {
  min-height: 400px;
  max-width: 100%;
  padding: 0;
  color: #fff;
  text-shadow: 0 0 5px black;
  text-shadow: 0 0 5px 0 black;
  /* Header slideshow */
}
@media (min-width: 768px) {
  .mod_article.header-single-image .article-inside {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .mod_article.header-single-image .article-inside {
    min-height: 800px;
  }
}
.mod_article.header-single-image .article-inside .slick-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod_article.header-single-image .article-inside .slick-header .header-slide-item {
  height: 400px;
}
@media (min-width: 768px) {
  .mod_article.header-single-image .article-inside .slick-header .header-slide-item {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .mod_article.header-single-image .article-inside .slick-header .header-slide-item {
    min-height: 800px;
  }
}
.mod_article.header-single-image .article-inside .ce_text {
  position: relative;
  top: 0;
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .mod_article.header-single-image .article-inside .ce_text {
    top: 300px;
  }
}
.mod_article.header-single-image .article-inside .ce_text h1, .mod_article.header-single-image .article-inside .ce_text p {
  width: 100%;
}
@media (min-width: 992px) {
  .mod_article.header-single-image .article-inside .ce_text h1, .mod_article.header-single-image .article-inside .ce_text p {
    width: 66%;
  }
}
.mod_article.article-image-restaurant {
  background-image: url("../../media/hintergruende/article-image-restaurant.jpg");
}
.mod_article.article-image-feste {
  background-image: url("../../media/hintergruende/article-image-feste.jpg");
}
.mod_article.article-image-business {
  background-image: url("../../media/hintergruende/article-image-business.jpg");
}
.mod_article.padding-small {
  padding: 0 2%;
}
.mod_article.padding-medium {
  padding: 0 3%;
}
.mod_article.padding-big {
  padding: 0 5%;
}

/* Logo Hotel Moritz */
#logo-moritz {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 180px;
}
@media (min-width: 768px) {
  #logo-moritz {
    top: 45px;
    width: 275px;
    top: 25px;
  }
}

#logo-landidyll {
  position: absolute;
  top: 5px;
  left: 400px;
  width: 140px;
  display: none;
}
@media (min-width: 992px) {
  #logo-landidyll {
    left: 400px;
    display: block;
  }
}

/* Body */
body {
  font-weight: 300;
}

/* Bold */
b, strong {
  font-weight: 700;
}

/* Headlines */
h2 {
  font-size: 21.33333px;
  color: #444d00;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24.61538px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}

h1, .start h2 {
  font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  color: #444d00;
  border-bottom: 1px solid #889900;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  h1, .start h2 {
    font-size: 43.07692px;
  }
}
@media (min-width: 992px) {
  h1, .start h2 {
    font-size: 56px;
  }
}

h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #444d00;
  font-weight: 400;
}

.ce_gallery h3,
.ce_gallery h4 {
  padding-left: 15px;
}


#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#colorbox *, #wrapper .mejs-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

ul li {
  position: relative;
  padding-left: 20px;
}
ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\f054';
}

/* Lick slider */
#ratings .rating-item {
  position: relative;
  text-align: center;
}
#ratings .rating-item .image_container {
  height: 200px;
}
#ratings .rating-item .image_container img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto auto;
}

/* Footer socials */
#footer .social-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
}
#footer .social-icon i {
  width: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
}
#footer .social-icon span {
  visibility: hidden;
  font-size: 0;
  width: 0;
}
#footer .social-icon:hover i {
  color: #fff;
}

/* Lick Slider */
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: none !important;
}

/* Gallery */
.ce_gallery {
  padding: 0 0 15px 0;
}
.ce_gallery [class*=" col-"],
.ce_gallery [class~="col-"] {
  margin-bottom: 30px;
}
.ce_gallery .image_container {
  position: relative;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-perspective-origin: 50%;
  -moz-perspective-origin: 50%;
  perspective-origin: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ce_gallery .image_container img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ce_gallery .image_container:before {
  position: absolute;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f00e';
  top: 50%;
  left: 50%;
  width: 60px;
  line-height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  font-size: 3em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -moz-transform: translateY(-1.5);
  -ms-transform: translateY(-1.5);
  -webkit-transform: translateY(-1.5);
  transform: translateY(-1.5);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ce_gallery .image_container:hover {
  background-color: #444d00;
  border-width: 5px;
}
.ce_gallery .image_container:hover img {
  opacity: 0.2;
}
.ce_gallery .image_container:hover:before {
  opacity: 1;
}

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

.image-round .image_container {
  max-width: 300px;
  margin: 10px auto;
  overflow: hidden;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .image-round .image_container {
    max-width: auto;
  }
}

.text-box-1 {
  text-align: center;
}
@media (max-width: 320px) and (orientation: landscape) {
  .text-box-1 .image_container {
    width: 50%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.text-box-1 ul li {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.text-box-1 ul li:before {
  display: none;
}
.text-box-1 ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 6px;
  height: 6px;
  border-bottom: 6px solid #889900;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

/* News list */
.mod_newslist.news-start .layout_latest {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mod_newslist.news-start .layout_latest {
    margin-bottom: 60px;
  }
}
.mod_newslist.news-start .layout_latest .more {
  text-align: right;
  font-size: 120%;
}

/* Reset */
.mod_navigation ul,
.mod_customnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod_navigation ul li:before,
.mod_customnav ul li:before {
  display: none;
}

/* Top navigation */
#topNavigation ul {
  margin-bottom: 0;
}
#topNavigation ul li {
  display: inline-block;
  padding: 0;
}
#topNavigation ul li a, #topNavigation ul li span {
  border-right: 1px solid #fff;
  padding: 0 5px;
  font-size: 15px;
}
#topNavigation ul li a:hover,
#topNavigation ul li a.trail,
#topNavigation ul li span {
  text-decoration: underline;
}
#topNavigation ul li.last a {
  border: none;
}
#topNavigation ul li:before {
  display: none;
}

/* Navbar */
#navbar {
  position: absolute;
  right: 0;
  top: 185px;
  z-index: 999;
  display: none;
  background-color: rgba(34, 34, 34, 0.8);
}
.start #navbar {
  display: block;
}

/* Request navigation  */
.requestNavigation {
  border-bottom: 1px solid #fff;
  width: 320px;
  padding: 8px 0;
}
.requestNavigation ul {
  margin: 0;
}
.requestNavigation ul li {
  text-align: left;
  padding: 0;
}
.requestNavigation ul li a, .requestNavigation ul li span {
  display: block;
  padding: 1px 30px;
  line-height: 40px;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.requestNavigation ul li a:before, .requestNavigation ul li span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 10px;
}
.requestNavigation ul li a:hover,
.requestNavigation ul li a.trail,
.requestNavigation ul li span {
  background-color: rgba(136, 153, 0, 0.8);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#off-canvas-container .requestNavigation li {
  text-align: left;
}
#off-canvas-container .requestNavigation li a, #off-canvas-container .requestNavigation li span {
  font-size: 16px;
}

/* Main navigation */
.mainNavigation, .topNavigation {
  padding-top: 8px;
  height: 545px;
  width: 320px;
}
.mainNavigation ul, .topNavigation ul {
  margin: 0;
}
.mainNavigation ul li, .topNavigation ul li {
  text-align: left;
  padding: 0;
}
.mainNavigation ul li:before, .topNavigation ul li:before {
  display: none;
}
.mainNavigation ul li a, .mainNavigation ul li span, .topNavigation ul li a, .topNavigation ul li span {
  display: block;
  color: #fff;
  padding: 5px 30px;
  font-size: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mainNavigation ul li a:hover,
.mainNavigation ul li a.trail,
.mainNavigation ul li span, .topNavigation ul li a:hover,
.topNavigation ul li a.trail,
.topNavigation ul li span {
  background-color: rgba(136, 153, 0, 0.8);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.mainNavigation ul ul, .topNavigation ul ul {
  display: none;
}
#off-canvas-container .mainNavigation, #off-canvas-container .topNavigation {
  height: auto;
  padding: 20px 0 40px 0;
}
#off-canvas-container .mainNavigation ul li a, #off-canvas-container .mainNavigation ul li span, #off-canvas-container .topNavigation ul li a, #off-canvas-container .topNavigation ul li span {
  font-size: 16px;
}
#off-canvas-container .mainNavigation ul li.active ul, #off-canvas-container .mainNavigation ul li.trail ul, #off-canvas-container .topNavigation ul li.active ul, #off-canvas-container .topNavigation ul li.trail ul {
  display: block;
  background-color: rgba(136, 153, 0, 0.8);
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
#off-canvas-container .mainNavigation ul li.active ul a, #off-canvas-container .mainNavigation ul li.active ul span, #off-canvas-container .mainNavigation ul li.trail ul a, #off-canvas-container .mainNavigation ul li.trail ul span, #off-canvas-container .topNavigation ul li.active ul a, #off-canvas-container .topNavigation ul li.active ul span, #off-canvas-container .topNavigation ul li.trail ul a, #off-canvas-container .topNavigation ul li.trail ul span {
  text-align: left;
  font-size: 16px;
  padding-left: 50px;
}
#off-canvas-container .mainNavigation ul li.active ul a:hover,
#off-canvas-container .mainNavigation ul li.active ul a.trail,
#off-canvas-container .mainNavigation ul li.active ul span, #off-canvas-container .mainNavigation ul li.trail ul a:hover,
#off-canvas-container .mainNavigation ul li.trail ul a.trail,
#off-canvas-container .mainNavigation ul li.trail ul span, #off-canvas-container .topNavigation ul li.active ul a:hover,
#off-canvas-container .topNavigation ul li.active ul a.trail,
#off-canvas-container .topNavigation ul li.active ul span, #off-canvas-container .topNavigation ul li.trail ul a:hover,
#off-canvas-container .topNavigation ul li.trail ul a.trail,
#off-canvas-container .topNavigation ul li.trail ul span {
  background-color: rgba(136, 153, 0, 0.8);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#off-canvas-container .mainNavigation ul li.submenu .trail,
#off-canvas-container .mainNavigation ul li.submenu .active, #off-canvas-container .topNavigation ul li.submenu .trail,
#off-canvas-container .topNavigation ul li.submenu .active {
  border-bottom: 1px solid transparent;
}

/* main menu button */
.show-main-menu {
  position: absolute;
  top: 125px;
  right: 0px;
  z-index: 9998;
  width: 320px;
  text-align: right;
  background-color: rgba(34, 34, 34, 0.8);
  padding: 6px 30px 6px 10px;
}
.show-main-menu a {
  display: block;
}
.show-main-menu a i {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  vertical-align: middle;
  color: #889900;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
}
.show-main-menu a span {
  display: inline-block;
  line-height: 3em;
  vertical-align: top;
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.mainmenu-active .show-main-menu i:before {
  content: '\f00d';
}

/* Sub navigation */
#submenu {
  background-color: #fff8e3;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  #submenu {
    padding: 50px 0;
  }
}
#submenu h3 {
  display: inline-block;
  padding: 0 20px 10px 20px;
  font-size: 24px;
  border-bottom: none;
}
@media (min-width: 992px) {
  #submenu h3 {
    padding: 0 30px 20px 30px;
    font-size: 32px;
    border-bottom: 2px solid #889900;
  }
}
body.start #submenu {
  display: none;
}
#submenu a,
#submenu span {
  font-weight: 400;
}
#submenu a:hover,
#submenu a.trail,
#submenu span {
  color: #444d00;
}

#subNavigation {
  text-align: center;
}
#subNavigation ul {
  left: 50%;
  position: relative;
  text-align: center;
  /* transform: translateX(-50%); */
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
}
@media (min-width: 992px) {
  #subNavigation ul {
    width: 50%;
  }
}
#subNavigation ul li {
  display: inline-block;
  padding: 5px 15px;
}
#subNavigation ul li a, #subNavigation ul li span {
  font-size: 20px;
}

/* Footer navigation */
.footerNavigation ul li {
  padding: 0;
}
.footerNavigation ul li a, .footerNavigation ul li span {
  color: #fff;
}
.footerNavigation ul li a:hover,
.footerNavigation ul li a.trail,
.footerNavigation ul li span {
  color: #889900;
}

#off-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.9);
  z-index: 9997;
  display: none;
}

.show-canvas-menu {
  position: absolute;
  top: 22px;
  right: 20px;
  width: auto;
  z-index: 9996;
  padding: 6px 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .show-canvas-menu {
    top: 35px;
    right: 45px;
  }
}
@media (min-width: 992px) {
  .show-canvas-menu {
    top: 70px;
  }
}
.show-canvas-menu a {
  display: block;
}
.show-canvas-menu a i {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  vertical-align: middle;
  color: #889900;
  text-align: center;
  font-size: 2em;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media (min-width: 768px) {
  .show-canvas-menu a i {
    font-size: 3em;
  }
}
.show-canvas-menu a span {
  display: hidden;
  line-height: 3em;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 400;
}

.sidebar-active .show-canvas-menu {
  top: 0;
  right: 0;
  color: #fff;
  width: 320px;
  z-index: 9999;
  background-color: #333;
}
.sidebar-active .show-canvas-menu span {
  display: inline-block;
  color: #fff;
}
.sidebar-active .show-canvas-menu i {
  color: #fff;
  font-size: 2em;
}
.sidebar-active .show-canvas-menu i:before {
  content: '\f00d';
}

#off-canvas {
  position: fixed;
  top: 0;
  right: -320px;
  height: 100%;
  width: 320px;
  overflow: hidden;
  background-color: #333;
  z-index: 9998;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#off-canvas #off-canvas-container {
  width: 340px;
  height: 100%;
  overflow-y: scroll;
  padding-top: 60px;
}
#off-canvas #off-canvas-container .mainNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#off-canvas #off-canvas-container .mainNav ul li a, #off-canvas #off-canvas-container .mainNav ul li span {
  display: block;
  padding: 10px 25px;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#off-canvas #off-canvas-container .mainNav ul li a:hover,
#off-canvas #off-canvas-container .mainNav ul li a.trail,
#off-canvas #off-canvas-container .mainNav ul li span {
  background-color: #337ab7;
}
#off-canvas #off-canvas-container .topNav {
  margin-top: 40px;
}
#off-canvas #off-canvas-container .topNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#off-canvas #off-canvas-container .topNav ul li {
  padding-left: 25px;
}
#off-canvas #off-canvas-container .topNav ul li a, #off-canvas #off-canvas-container .topNav ul li span {
  display: block;
  width: 100px;
  font-size: 12.8px;
  padding: 10px 0;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
#off-canvas #off-canvas-container .topNav ul li a:hover,
#off-canvas #off-canvas-container .topNav ul li a.trail,
#off-canvas #off-canvas-container .topNav ul li span {
  background-color: transparent;
  border-color: #337ab7;
}

/**
 * Off canvas animation
 */
body.sidebar-active #off-canvas {
  right: 0;
}

/* Search field */
.mod_search.search-simple {
  position: relative;
  padding: 10px;
  width: 320px;
  border-top: 1px solid #fff;
}
.mod_search.search-simple input {
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  padding: 0 10px 0 50px;
  text-transform: uppercase;
  font-weight: 400;
}
.mod_search.search-simple i {
  position: absolute;
  left: -15px;
  top: 0;
  left: 10px;
  width: 40px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  color: #888;
}

/* Forms */
/* Placeholder */
input {
  outline: none;
}
input[placeholder], input::-moz-placeholder, input:-moz-placeholder {
  color: #555;
}

table {
  width: 100%;
  table-layout: fixed;
}
table thead tr {
  border-bottom: 2px solid #889900;
}
table thead tr th {
  font-weight: 400;
  color: #889900;
}
table td, table th {
  padding: 10px;
  text-align: left;
}
table tbody tr {
  border-bottom: 1px solid #ddd;
}
table tbody tr th {
  font-weight: 400;
}
table tbody tr td.col_0 {
  font-weight: 700;
}
table tfoot tr {
  border-top: 2px solid #ddd;
  border-bottom: 3px double #ddd;
}
table tfoot tr td {
  font-weight: 400;
}

.table-striped .even {
  background-color: #eee;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #ddd;
}

.table-hovered tbody tr:hover {
  background-color: #eee;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* Price table */
.table-prices td {
  display: block;
}
@media (min-width: 768px) {
  .table-prices td {
    display: table-cell;
  }
}
.table-prices td.col_1 {
  text-align: left;
}
@media (min-width: 768px) {
  .table-prices td.col_1 {
    text-align: right;
  }
}

.debugger {
  display: none;
  position: fixed;
  top: 35px;
  left: 0;
  z-index: 9999;
  padding: 5px;
  background-color: #fff;
}
