@charset "UTF-8";
@font-face {
  font-family: "encode_sans_compressedregular";
  src: url("webfonts/encodesanscompressed-regular-webfont.woff2") format("woff2"), url("webfonts/encodesanscompressed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "encode_sans_compressedbold";
  src: url("webfonts/encodesanscompressed-bold-webfont.woff2") format("woff2"), url("webfonts/encodesanscompressed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e364a7c3ae1e646822b59d7790dca873)
 * Config saved to config.json and https://gist.github.com/e364a7c3ae1e646822b59d7790dca873
 */ /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  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.42857143;
  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: 20px;
  margin-bottom: 20px;
  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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 3px;
}

@media (min-width: 768px) {
  .container {
    width: 725px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 945px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1653px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 3px;
}

.row {
  margin-left: -2px;
  margin-right: -3px;
}

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

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row: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;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser */
.clearfix {
  display: block;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline-width: 0;
}

::-moz-selection {
  color: #000;
  background: #b29d5f;
  text-shadow: none;
}

::selection {
  color: #000;
  background: #b29d5f;
  text-shadow: none;
}

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

html {
  font-size: 100%;
  font-size: 16px;
  font-size: 1rem;
}

body {
  font-family: "encode_sans_compressedregular";
  font-size: 1rem;
  line-height: 140%;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; /* none - subpixel-antialiased möglich */
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.15rem;
  }
}

b, strong {
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
}

a {
  color: #000;
}
a:hover, a:focus {
  color: #907e4b;
  text-decoration: none;
}

.main .frame p a:not(.button) {
  text-decoration: underline;
}
.main .frame p a:not(.button):hover {
  text-decoration: underline;
  color: #907e4b;
}

h1, h2 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 145%;
  position: relative;
  padding: 10px 0;
  margin: 30px auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  h1, h2 {
    font-size: 2.25rem;
    margin: 60px auto;
    padding: 25px 0;
  }
}
h1:before, h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 160px;
  top: 0;
  border-top: 1px solid #b29d5f;
  left: 50%;
  margin-left: -80px;
}
h1:after, h2:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 160px;
  bottom: 0;
  border-top: 1px solid #b29d5f;
  left: 50%;
  margin-left: -80px;
}

h2 {
  font-size: 1.35rem;
  margin-bottom: 50px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}
h2.wirtschaftsreferate, h2.allgemeinreferate {
  background-image: url("../images/template/wirtschaft-schwarz.svg");
  background-repeat: no-repeat;
  background-size: 36px 34px;
  padding-left: 47px;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  padding-top: 0;
}
h2.allgemeinreferate {
  background-image: url("../images/template/recht-schwarz.svg");
}

h3 {
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  color: #907e4b;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 35px;
}

hr {
  border: none;
  border-top: 1px solid #b29d5f;
}

.rightAside hr {
  margin-top: 0;
}
.rightAside .row_mitarbeiter .col-sm-5, .rightAside .row_mitarbeiter .col-md-4 {
  width: 100%;
}
.rightAside .row_mitarbeiter .col-xs-12 {
  padding: 0;
}

.container-fluid {
  max-width: 1648px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0 30px;
}
@media screen and (min-width: 1708px) {
  .container-fluid {
    padding: 0;
  }
}

.row_max {
  max-width: 1337px;
  margin: 0 auto;
}

.row_max2 {
  max-width: 1236px;
  margin: 0 auto;
}

.frame-layout-10, #c299, #c846 {
  max-width: 1236px;
  margin: 0 auto;
}

.abstand10 {
  padding: 0;
  margin: 0;
  height: 10px;
}

.abstand20 {
  padding: 0;
  margin: 0;
  height: 20px;
}

.abstand30 {
  padding: 0;
  margin: 0;
  height: 30px;
}

.abstand40 {
  padding: 0;
  margin: 0;
  height: 40px;
}

.abstand50 {
  padding: 0;
  margin: 0;
  height: 50px;
}

.abstand60 {
  padding: 0;
  margin: 0;
  height: 60px;
}

header #headerTop {
  text-align: left;
  padding: 20px 0px 15px;
  background-color: #fff;
  height: 115px;
}
@media screen and (min-width: 520px) {
  header #headerTop {
    height: 92px;
  }
}
@media screen and (min-width: 992px) {
  header #headerTop {
    height: 134px;
    padding-top: 30px;
  }
}
header #headerTop .logo {
  margin-top: 30px;
}
@media screen and (min-width: 520px) {
  header #headerTop .logo {
    margin-top: 0;
  }
}
header #headerTop .logo img {
  max-width: 362px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  header #headerTop .logo img {
    max-width: 465px;
  }
}
@media screen and (min-width: 992px) {
  header .mobileMenu {
    display: none;
  }
}
header #headerBottom {
  padding: 15px 0;
  border-bottom: 3px solid #b29d5f;
  background-color: #05192f;
}
header #headerBottom .fm-button {
  width: 30px;
  margin: 0;
  padding: 0;
  border-radius: none;
  float: left;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  header #headerBottom .fm-button {
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  header #headerBottom .fm-button {
    display: none;
  }
}
header #headerBottom .fm-button:hover {
  background: none;
}
header #headerBottom .eakte {
  width: 63px;
  float: right;
}
header #headerBottom .eakte a {
  width: 40px;
  height: 31px;
  background-image: url("../images/template/e-akte.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  font-size: 0;
  display: block;
}
header #headerBottom .eakte a:hover {
  background-image: url("../images/template/e-akte-hover.svg");
}
@media screen and (min-width: 768px) {
  header #headerBottom .eakte {
    width: 85px;
  }
  header #headerBottom .eakte a {
    width: 51px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  header #headerBottom .eakte {
    width: 63px;
  }
  header #headerBottom .eakte a {
    width: 35px;
    height: 40px;
  }
}
@media screen and (min-width: 1400px) {
  header #headerBottom .eakte {
    width: 85px;
  }
  header #headerBottom .eakte a {
    width: 51px;
    height: 40px;
  }
}
header #headerBottom .upload {
  width: 52px;
  float: right;
}
header #headerBottom .upload a {
  width: 40px;
  height: 31px;
  background-image: url("../images/template/upload.svg");
  background-position: center;
  color: transparent;
  font-size: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
header #headerBottom .upload a:hover {
  background-image: url("../images/template/upload-hover.svg");
}
@media screen and (min-width: 768px) {
  header #headerBottom .upload {
    width: 85px;
  }
  header #headerBottom .upload a {
    width: 42px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  header #headerBottom .upload {
    width: 52px;
  }
  header #headerBottom .upload a {
    width: 28px;
    height: 40px;
  }
}
@media screen and (min-width: 1400px) {
  header #headerBottom .upload {
    width: 75px;
  }
  header #headerBottom .upload a {
    width: 42px;
    height: 40px;
  }
}
header #headerBottom .searchLupe {
  width: 31px;
  float: right;
  position: relative;
}
header #headerBottom .searchLupe .searchBtn {
  width: 31px;
  height: 31px;
  background-image: url("../images/template/suche.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  font-size: 0;
  display: block;
  cursor: pointer;
}
header #headerBottom .searchLupe .searchBtn:hover {
  background-image: url("../images/template/suche-hover.svg");
}
@media screen and (min-width: 768px) {
  header #headerBottom .searchLupe {
    width: 40px;
  }
  header #headerBottom .searchLupe .searchBtn {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  header #headerBottom .searchLupe {
    width: 35px;
  }
  header #headerBottom .searchLupe .searchBtn {
    width: 30px;
    height: 40px;
  }
}
@media screen and (min-width: 1400px) {
  header #headerBottom .searchLupe {
    width: 40px;
  }
  header #headerBottom .searchLupe .searchBtn {
    width: 40px;
    height: 40px;
  }
}
header #headerBottom .rowHeader {
  position: relative;
}
header #headerBottom .suchBox {
  display: none;
  position: absolute;
  background-color: #05192f;
  width: 300px;
  right: 0;
  margin-top: 73px;
  padding: 20px;
  z-index: 20;
  margin-right: -20px;
}
@media screen and (min-width: 992px) {
  header #headerBottom .suchBox {
    margin-top: 67px;
    margin-right: 0;
  }
}
header #headerBottom .suchBox input[type=text], header #headerBottom .suchBox textarea {
  width: 100%;
  font-family: "encode_sans_compressedregular";
  font-weight: normal;
  font-size: 1.25rem;
  padding: 5px;
  margin-bottom: 15px;
  color: #191e28;
}
header #headerBottom .suchBox .searchInput {
  width: 200px;
  float: left;
}
header #headerBottom .suchBox .searchBtn2 {
  width: 35px;
  height: 35px;
  float: left;
  margin-left: 20px;
}
header #headerBottom .suchBox .searchBtn2 button {
  border: none;
  box-shadow: none;
  width: 35px;
  height: 35px;
  background: none;
  background-image: url("../images/template/suche.svg");
}

#mobileNav {
  background: #fff;
  box-shadow: none;
  border-right: 1px solid #dcdcdc;
  display: none;
}
@media screen and (min-width: 992px) {
  #mobileNav {
    display: none;
  }
}
#mobileNav ul {
  padding-top: 92px;
  background-color: #fff;
  margin-bottom: 30px;
}
#mobileNav ul li {
  border: none;
  border-bottom: 1px solid #000;
  margin: 0 15px;
}
#mobileNav ul li a {
  background: none;
  color: #000;
  text-shadow: none;
  padding: 10px 60px 10px 10px;
  font-size: 0.9rem;
}
@media screen and (min-width: 420px) {
  #mobileNav ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 480px) {
  #mobileNav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 540px) {
  #mobileNav ul li a {
    font-size: 1.5rem;
  }
}
#mobileNav ul li:first-child {
  border-top: 1px solid #000;
}
#mobileNav ul li.selected > a {
  color: #b29d5f;
}
#mobileNav ul li#submenu35 span, #mobileNav ul li#submenu36 span {
  padding: 10px 60px 10px 50px;
  color: #b29d5f;
  display: block;
  font-size: 0.9rem;
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
  background-image: url("../images/template/wirtschaft-gold.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 30px 28px;
}
@media screen and (min-width: 420px) {
  #mobileNav ul li#submenu35 span, #mobileNav ul li#submenu36 span {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 480px) {
  #mobileNav ul li#submenu35 span, #mobileNav ul li#submenu36 span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 540px) {
  #mobileNav ul li#submenu35 span, #mobileNav ul li#submenu36 span {
    font-size: 1.5rem;
  }
}
#mobileNav ul li#submenu36 span {
  background-image: url("../images/template/allgemein-gold.svg");
}
#mobileNav ul .navicon {
  background-image: url("../images/template/nav_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
  border-radius: 0;
  display: block;
  height: 45px;
  border-left: 1px solid #dcdcdc;
}
#mobileNav ul .navicon:after {
  display: none;
}
#mobileNav ul ul {
  padding-top: 0;
  background-color: #f0f0f0;
  margin: 0 -15px;
}
#mobileNav ul ul li {
  border: none;
  border-top: 1px solid #969696;
}
#mobileNav ul ul li:first-child {
  border-top: 1px solid #969696;
}
#mobileNav ul ul li.subselected a {
  color: #b29d5f;
}
#mobileNav ul ul li a {
  font-size: 0.9rem;
}
@media screen and (min-width: 420px) {
  #mobileNav ul ul li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 540px) {
  #mobileNav ul ul li a {
    font-size: 1.2rem;
  }
}

.desktopNav {
  display: none;
  width: 80%;
  float: left;
}
@media screen and (min-width: 992px) {
  .desktopNav {
    display: block;
  }
}
.desktopNav .colNav {
  margin-top: 49px;
}
.desktopNav .col-xs-3 {
  padding: 0px 15px;
}
.desktopNav ul li {
  margin: 9px 8px 0;
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding-bottom: 4px;
}
@media screen and (min-width: 1260px) {
  .desktopNav ul li {
    margin: 9px 10px 0;
  }
}
.desktopNav ul li:first-child {
  margin-left: 0px;
}
.desktopNav ul li:last-child {
  margin-right: 0px;
}
.desktopNav ul li a {
  color: #fff;
  font-size: 1rem;
  padding: 0;
}
@media screen and (min-width: 1060px) {
  .desktopNav ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1130px) {
  .desktopNav ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1190px) {
  .desktopNav ul li a {
    font-size: 1.25rem;
  }
}
.desktopNav ul li#submenu35, .desktopNav ul li#submenu36, .desktopNav #mobileNav ul li#submenu36, #mobileNav .desktopNav ul li#submenu36 {
  border-top: none;
}
.desktopNav ul li#submenu35 span, .desktopNav ul li#submenu36 span, .desktopNav #mobileNav ul li#submenu36 span, #mobileNav .desktopNav ul li#submenu36 span {
  padding: 10px 60px 10px 50px;
  color: #b29d5f;
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
  display: block;
  font-size: 1.18rem;
  background-image: url("../images/template/wirtschaft-gold.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 30px 28px;
}
.desktopNav ul li#submenu36 span {
  background-image: url("../images/template/allgemein-gold.svg");
}
.desktopNav ul li:hover, .desktopNav ul li.selected {
  border-bottom: 3px solid #b29d5f;
}
.desktopNav ul li:hover ul {
  display: block;
}
.desktopNav ul ul {
  background: rgba(255, 255, 255, 0.95);
  padding: 35px 20px;
  display: none;
  position: absolute;
  z-index: 10;
  width: 295px;
  margin: 7px 0 0;
  left: 0;
}
.desktopNav ul ul li {
  border: none;
  border-top: 1px solid #000;
  display: block;
  margin: 0;
}
.desktopNav ul ul li:hover {
  border-bottom: none;
}
.desktopNav ul ul li.subselected a {
  color: #b29d5f;
}
.desktopNav ul ul li a {
  font-size: 1.1rem;
  color: #000;
  display: block;
  padding: 10px;
}
.desktopNav ul ul li a:hover {
  color: #b29d5f;
}
.desktopNav #menuid2 ul {
  width: 100%;
}
.desktopNav #menuid2 ul li#submenu361, .desktopNav #menuid2 ul li#submenu21, .desktopNav #menuid2 ul li#submenu83, .desktopNav #menuid2 ul li#submenu29 {
  border-bottom: 1px solid #000;
}
.desktopNav #menuid1 ul li:last-child {
  border-bottom: 1px solid #000;
}
.desktopNav .navDeurema ul li a {
  font-size: 0.9rem;
}
@media screen and (min-width: 1060px) {
  .desktopNav .navDeurema ul li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1140px) {
  .desktopNav .navDeurema ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .desktopNav .navDeurema ul li a {
    font-size: 1.25rem;
  }
}
.desktopNav .navDeurema ul ul {
  left: auto;
}
.desktopNav .navDeurema ul ul li:last-child {
  border-bottom: 1px solid #000;
}
.desktopNav .navDeurema #menuid2 ul {
  width: 295px;
  left: auto;
}

#sliderWrap img {
  display: block;
}

.slider .flexslider {
  border: none !important;
  margin: 0 auto !important;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}
.slider .flexslider img {
  height: 135px;
  width: auto;
  min-width: 100%;
  overflow: hidden;
  float: right;
}
@media screen and (min-width: 475px) {
  .slider .flexslider img {
    float: none;
    width: 100%;
    height: auto;
  }
}
.slider .flexslider .caption-text {
  position: absolute;
  background: none;
  width: 380px;
  text-align: center;
  left: 50%;
  margin-left: -190px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .flexslider .caption-text .caption-title {
  margin: 0;
}
@media screen and (min-width: 475px) {
  .slider .flexslider .caption-text .caption-title {
    margin-bottom: 35px;
  }
}
.slider .flexslider .caption-text .caption-body {
  font-size: 1.5rem;
  line-height: 2.3rem;
}
@media screen and (min-width: 475px) {
  .slider .flexslider .caption-text .caption-body {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .slider .flexslider .caption-text .caption-body {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.slider .flexslider .flex-direction-nav .flex-prev {
  display: none;
  left: 10px;
  opacity: 1;
  width: 61px;
  height: 113px;
  margin: -60px 0;
  color: transparent;
  text-shadow: none;
  background-image: url("../images/template/pfeil-links.svg");
}
@media screen and (min-width: 768px) {
  .slider .flexslider .flex-direction-nav .flex-prev {
    display: block;
  }
}
.slider .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}
.slider .flexslider .flex-direction-nav .flex-next {
  display: none;
  right: 10px;
  opacity: 1;
  width: 61px;
  height: 113px;
  margin: -60px 0;
  color: transparent;
  text-shadow: none;
  background-image: url("../images/template/pfeil-rechts.svg");
}
@media screen and (min-width: 768px) {
  .slider .flexslider .flex-direction-nav .flex-next {
    display: block;
  }
}
.slider .flexslider .flex-direction-nav .flex-next:before {
  display: none;
}

/*
#page-48{
  .slider{
    .flexslider{
      .caption-text{
       width:80%;
        margin-left:0;
        top:inherit;
        bottom:5%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
      }
    }
  }
}
*/
.mask-owl-slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mask-owl-slider {
    padding: 0 48px;
  }
}
.mask-owl-slider .owl-carousel {
  color: #fff;
  font-size: 0.8125rem;
}
.mask-owl-slider .owl-carousel h3 {
  font-family: "encode_sans_compressedregular";
  font-weight: normal;
  font-size: 1.375rem;
  margin-bottom: 0;
}
.mask-owl-slider .owl-carousel .owl-item {
  padding: 0 4px;
}
.mask-owl-slider .owl-carousel .owl-item .item {
  position: relative;
}
.mask-owl-slider .owl-carousel .owl-item .item img {
  border-top: 5px solid #b29d5f;
  display: block;
}
.mask-owl-slider .owl-carousel .owl-item .item > div {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(5, 25, 47, 0.8);
  width: 100%;
  text-align: center;
  padding: 0;
}
.mask-owl-slider .owl-carousel .owl-item .item > div p {
  margin-bottom: 0;
}
.mask-owl-slider .owl-carousel .owl-item .item > div a {
  padding: 20px 10px 25px 10px;
  display: block;
  min-height: 101px;
  position: relative;
  color: #dcdcdc;
}
.mask-owl-slider .owl-carousel .owl-item .item > div a:hover {
  color: #fff;
  background-color: #05192f;
}
.mask-owl-slider .owl-carousel .owl-nav button.owl-prev, .mask-owl-slider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  background: rgba(5, 25, 47, 0.8);
  border-radius: 0;
  margin: 0;
  width: 32px;
  height: 42px;
  color: transparent;
  font-size: 0;
  background-image: url("../images/template/pfeil-links.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.mask-owl-slider .owl-carousel .owl-nav button.owl-next {
  right: 0;
  left: auto;
  background-image: url("../images/template/pfeil-rechts.svg");
}
.mask-owl-slider .owl-carousel .owl-nav button.disabled {
  display: none;
}
@media screen and (min-width: 768px) {
  .mask-owl-slider .owl-carousel .owl-nav button.owl-prev, .mask-owl-slider .owl-carousel .owl-nav button.owl-next {
    left: -48px;
  }
  .mask-owl-slider .owl-carousel .owl-nav button.owl-next {
    right: -48px;
    left: auto;
  }
}

.button {
  display: inline-block;
  color: #000;
  background-color: #d4c69c;
  width: 260px;
  padding: 8px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  text-align: center;
}
.button:hover, .button:focus {
  /*background-color:#7d6e43;*/
  background-color: #b29d5f;
  color: #000;
}

.bigGold {
  color: #907e4b;
  font-size: 1.475rem;
  line-height: 160%;
}
.bigGold a {
  color: #907e4b;
}
@media screen and (min-width: 768px) {
  .bigGold {
    font-size: 1.875rem;
  }
}

.bg_grey {
  background-color: #ebebeb;
  padding: 30px 35px;
  color: #000;
}
.bg_grey a {
  color: #000;
}

.center {
  text-align: center;
}

.small {
  font-size: 10px;
  margin: 0;
}

.no-margin {
  margin-bottom: 0;
}

.main {
  padding-bottom: 60px;
}
.main ol {
  counter-reset: my-badass-counter;
}
.main ol li {
  margin-bottom: 20px;
  position: relative;
  padding: 4px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .main ol li {
    margin-bottom: 40px;
  }
}
.main ol li::marker {
  font-size: 20px;
}
.main ol li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  top: 0;
  color: #b29d5f;
  font-size: 1.875rem;
}

.accordion .accordionHeader {
  font-size: 1.15rem;
  padding: 20px 60px 20px 15px;
  cursor: pointer;
  position: relative;
  background-color: #ebebeb;
  border-top: 1px solid #b29d5f;
  margin-bottom: 10px;
  /*color:#fff;*/
}
@media screen and (min-width: 768px) {
  .accordion .accordionHeader h3 {
    font-size: 1.15rem;
  }
}
.accordion .accordionHeader .ui-icon-triangle-1-e, footer .footerContact .accordion .accordionHeader .ui-icon-triangle-1-s, .accordion .accordionHeader .ui-icon-triangle-1-s {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  background-image: url("../images/template/plus-schwarz.svg");
}
.accordion .accordionHeader .ui-icon-triangle-1-s {
  background-image: url("../images/template/minus-schwarz.svg");
}
.accordion .accContent {
  padding: 0 15px;
  border-bottom: 1px solid #b29d5f;
  margin-top: 15px;
}
.accordion .accContent .col-xs-12 {
  padding: 0;
  margin-bottom: 0 !important;
}
.accordion .accContent img {
  border-top: 5px solid #b29d5f;
}

.accordion_champagner .accordionHeader {
  background-color: #d4c69c;
}

footer .accordion .accordionHeader {
  padding: 30px 30px 30px 15px;
  border-top: none;
  margin-bottom: 0;
}
footer .accordion .accContent {
  border: none;
  margin-top: 0px;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 37.25%; /* ratio 16x9 */
  margin-top: -37px;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

iframe.iframe {
  height: 500px;
}
@media screen and (min-width: 992px) {
  iframe.iframe {
    height: 800px;
  }
}
@media screen and (min-width: 1400px) {
  iframe.iframe {
    height: 1000px;
  }
}

.accordion_standorte {
  max-width: 798px;
  margin: 0 auto;
}
.accordion_standorte .accordionHeader {
  padding: 0;
  position: relative;
  height: 180px;
  margin-bottom: 10px;
  border-top: none;
  margin-top: 0;
}
.accordion_standorte .accordionHeader .accordionHeadline {
  position: absolute;
  display: block;
  width: 100%;
  background: rgba(5, 25, 47, 0.8);
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 15px 60px 15px 15px;
  font-size: 1.25rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .accordion_standorte .accordionHeader .accordionHeadline {
    font-size: 1.5rem;
  }
}
.accordion_standorte .accordionHeader .ui-icon-triangle-1-e, .accordion_standorte .accordionHeader footer .footerContact .accordion .ui-icon-triangle-1-s, footer .footerContact .accordion .accordion_standorte .accordionHeader .ui-icon-triangle-1-s, .accordion_standorte .accordionHeader .ui-icon-triangle-1-s {
  top: auto;
  bottom: 20px;
  z-index: 10;
}
.accordion_standorte .accordionHeader .ui-icon-triangle-1-e, .accordion_standorte .accordionHeader footer .footerContact .accordion .ui-icon-triangle-1-s, .accordion_standorte .accordion .accordionHeader .ui-icon-triangle-1-s, .accordion .accordion_standorte .accordionHeader .ui-icon-triangle-1-s {
  background-image: url("../images/template/plus.svg");
}
.accordion_standorte .accordionHeader .ui-icon-triangle-1-s {
  background-image: url("../images/template/minus.svg");
}
.accordion_standorte .accordionHeader .standortImage {
  display: block;
  width: 100%;
  height: 180px;
  background-position: center;
  border-top: 5px solid #b29d5f;
}
.accordion_standorte .accContent {
  padding-top: 20px;
  border-bottom: 1px solid #b29d5f;
  margin-bottom: 15px;
}
.accordion_standorte .accContent img {
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}

.row_mitarbeiter .col-xs-12 {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .row_mitarbeiter {
    padding: 0;
  }
  .row_mitarbeiter .col-xs-12 {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1400px) {
  .row_mitarbeiter .col-xs-12 {
    padding: 0 40px;
  }
}
.row_mitarbeiter .mitarbeiterImage {
  height: 381px;
  width: 100%;
  display: block;
  position: relative;
}
.row_mitarbeiter .mitarbeiterImage img {
  width: auto;
  max-width: inherit;
}
.row_mitarbeiter .mitarbeiterImage .absImage {
  display: block;
  width: 100%;
  height: 381px;
  background-position: center;
  border-top: 5px solid #b29d5f;
}
.row_mitarbeiter .mitarbeiterName {
  border-top: 1px solid #b29d5f;
  border-bottom: 1px solid #b29d5f;
  color: #000;
  font-size: 1.375rem;
  height: 190px;
  position: relative;
  margin-bottom: 25px;
  padding: 0 70px 0 20px;
  cursor: pointer;
}
.row_mitarbeiter .mitarbeiterName .name {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.row_mitarbeiter .mitarbeiterName .clickIcon {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  background-image: url("../images/template/plus-schwarz.svg");
  cursor: pointer;
}
.row_mitarbeiter .mitarbeiterName .clickIcon.close {
  display: none;
  background-image: url("../images/template/minus-schwarz.svg");
}
@media screen and (min-width: 768px) {
  .row_mitarbeiter .mitarbeiterName {
    height: 180px;
  }
}
@media screen and (min-width: 992px) {
  .row_mitarbeiter .mitarbeiterName {
    height: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .row_mitarbeiter .mitarbeiterName {
    height: 150px;
  }
}
.row_mitarbeiter .mitarbeiterBeschreibung {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(5, 25, 47, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  padding: 20px 10px;
  color: #fff;
  font-size: 1.1rem;
}
.row_mitarbeiter .mitarbeiterBeschreibung h3 {
  margin-bottom: 15px;
}

.row_3Spalten .col-xs-12, .row_3SpaltenNeu .col-xs-12 {
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .row_3Spalten, .row_3SpaltenNeu {
    padding: 0;
  }
  .row_3Spalten .col-xs-12, .row_3SpaltenNeu .col-xs-12 {
    padding: 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .row_3Spalten, .row_3SpaltenNeu {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .row_3Spalten .col-xs-12, .row_3SpaltenNeu .col-xs-12 {
    padding: 0 40px;
  }
}

.row_sachgebiete .col-xs-12 {
  padding: 0 5px;
}
.row_sachgebiete .sachBox {
  height: 265px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.row_sachgebiete .sachBox .sachImage {
  height: 270px;
  width: 100%;
  display: block;
  background-position: center;
  border-top: 5px solid #b29d5f;
}
.row_sachgebiete .sachBox .sachImage img {
  max-width: inherit;
  width: auto;
}
.row_sachgebiete .sachBox .sachLink {
  position: absolute;
  bottom: 0;
  height: 87px;
  display: block;
  width: 100%;
  text-align: center;
  background: rgba(5, 25, 47, 0.85);
}
.row_sachgebiete .sachBox .sachLink a {
  display: table;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.43rem;
  position: relative;
  padding: 0 20px;
}
.row_sachgebiete .sachBox .sachLink a span {
  display: table-cell;
  vertical-align: middle;
}
.row_sachgebiete .sachBox .sachLink a:hover, .row_sachgebiete .sachBox .sachLink a:focus {
  color: #fff;
  background-color: #05192f;
}

.main ul {
  margin-bottom: 40px;
}
.main li {
  list-style: none;
  padding: 3px 0 3px 10px;
  position: relative;
}
.main li:before {
  content: "·";
  position: absolute;
  left: 0;
}
.main li a:after {
  content: "»";
  padding-left: 4px;
}
.main li.null {
  background-color: #ebebeb;
  width: 100%;
  display: block;
  color: #b5b5b5;
  padding: 5px 20px 5px 45px;
  margin: 4px 0 4px;
}
.main li.null:before {
  content: " ";
  background-image: url("../images/template/null3.svg");
  background-size: 25px 20px;
  width: 25px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.main li.haeckchen, .main li.haeckechen_champagner {
  background-color: #ebebeb;
  width: 100%;
  display: block;
  color: #000;
  padding: 5px 20px 5px 45px;
  margin: 4px 0 4px;
}
.main li.haeckchen:before, .main li.haeckechen_champagner:before {
  content: " ";
  background-image: url("../images/template/haken.png");
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.main li.haeckechen_champagner {
  background-color: #d4c69c;
}
.main li.haeckechen_champagner:before {
  background-image: url("../images/template/haken_grey.png");
}

.kernbereicheListe {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .kernbereicheListe {
    margin-top: 50px;
  }
}
.kernbereicheListe li {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  padding: 20px 30px 27px 15px;
  position: relative;
  margin-bottom: 10px;
  background-color: #ebebeb;
  border-top: 1px solid #b29d5f;
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
}
.kernbereicheListe li:before {
  content: "";
}
.kernbereicheListe li a {
  display: block;
  padding: 20px 30px 27px 15px;
  margin: -20px -30px -27px -15px;
  background-image: url("../images/template/linkpfeil-gross-schwarz.svg");
  background-repeat: no-repeat;
  background-size: 14px 17px;
  background-position: 98% center;
}
.kernbereicheListe li a:hover, .kernbereicheListe li a:focus {
  background-color: #dddddc;
  color: #000;
  text-decoration: none;
}
.kernbereicheListe li a:after {
  content: "";
}

.kernbereicheListe2 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .kernbereicheListe2 {
    margin-top: 50px;
  }
}

.tx-powermail {
  background-color: #05192f;
  padding: 15px 20px 30px;
  border-top: 1px solid #b29d5f;
}
.tx-powermail .container-fluid {
  padding: 0;
}
.tx-powermail h3 {
  margin-bottom: 30px;
  color: #fff;
  background-image: url("../images/template/kontakt.svg");
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 30px;
  background-position: 0 5px;
  font-size: 1.375rem;
}
.tx-powermail legend, .tx-powermail label {
  display: none;
}
.tx-powermail .powermail_fieldwrap_type_captcha label {
  display: block;
}
.tx-powermail input[type=text], .tx-powermail textarea, .tx-powermail input[type=email] {
  width: 100%;
  font-family: "encode_sans_compressedregular";
  font-weight: normal;
  font-size: 1.25rem;
  padding: 5px;
  margin-bottom: 15px;
  color: #191e28;
  border: none;
}
.tx-powermail #powermail_captchaimage {
  width: auto;
}
.tx-powermail .powermail_fieldwrap_type_submit {
  text-align: center;
}
.tx-powermail .powermail_submit {
  border: none;
  display: inline-block;
  font-family: "encode_sans_compressedbold";
  color: #fff;
  background-color: #40759c;
  width: 100%;
  max-width: 340px;
  height: 55px;
  padding: 8px;
  font-size: 26px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  margin-top: 20px;
}
.tx-powermail .powermail_submit:hover, .tx-powermail .powermail_submit:focus {
  background-color: #3a6482;
  color: #fff;
}

.rightAside .tx-powermail {
  background-color: #ebebeb;
  color: #000;
}
.rightAside .tx-powermail .powermail_label {
  color: #000;
}
.rightAside .tx-powermail h3 {
  color: #000;
  background-image: url("../images/template/kontakt-schwarz.svg");
}
.rightAside .tx-powermail .parsley-errors-list {
  color: #000;
}

.searchboxPage legend {
  display: none;
}
.searchboxPage input[type=text], .searchboxPage textarea {
  width: 230px;
  font-family: "encode_sans_compressedregular";
  font-weight: normal;
  font-size: 1.25rem;
  padding: 5px;
  margin-bottom: 15px;
  color: #191e28;
}
.searchboxPage #tx-indexedsearch-searchbox-button-submit {
  border: none;
  display: inline-block;
  color: #000;
  background-color: #d4c69c;
  width: 160px;
  padding: 8px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  margin-top: 20px;
  margin-bottom: 10px;
}
.searchboxPage #tx-indexedsearch-searchbox-button-submit:hover, .searchboxPage #tx-indexedsearch-searchbox-button-submit:focus {
  background-color: #b29d5f;
  color: #000;
}

.tx-indexedsearch-browsebox li {
  display: inline-block;
}
.tx-indexedsearch-browsebox li:before {
  display: none;
}
.tx-indexedsearch-browsebox li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 3px;
}
.tx-indexedsearch-browsebox li a:after {
  display: none;
}
.tx-indexedsearch-browsebox li a:hover, .tx-indexedsearch-browsebox li a:focus {
  background-color: #b29d5f;
  border-color: #b29d5f;
  color: #fff;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background-color: #b29d5f;
  border-color: #b29d5f;
}

.row2 .col-xs-12 {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .row2 .col-md-6.col-first {
    padding-right: 40px;
  }
  .row2 .col-md-6.col-last {
    padding-left: 40px;
  }
  .row2 .col-xs-12 {
    margin-bottom: 0;
  }
}

.row2Big .col-xs-12 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .row2Big .col-xs-12 {
    margin-bottom: 0;
  }
}

.tx-indexedsearch-res {
  max-width: 800px;
}

.news-list-container {
  max-width: 1094px;
  margin: 0 auto;
}
.news-list-container .news-list-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .news-list-container .news-list-item {
    margin-bottom: 40px;
  }
}
.news-list-container .news-list-browse {
  width: 100%;
}
.news-list-container .news-list-browse ul {
  display: inline-block;
  position: relative;
  width: 100%;
}
.news-list-container .news-list-browse li {
  display: inline-block;
  position: relative;
}
.news-list-container .news-list-browse li:before {
  display: none;
}
.news-list-container .news-list-browse li a {
  display: inline-block;
  color: #000;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 4px;
  background-color: #d4c69c;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  position: relative;
}
.news-list-container .news-list-browse li a:after {
  display: none;
}
.news-list-container .news-list-browse li a:hover, .news-list-container .news-list-browse li a:focus {
  background-color: #7d6e43;
}
.news-list-container .news-list-browse li a .pfeil {
  display: inline-block;
  position: absolute;
  height: 49px;
  width: 35px;
  top: 0;
  left: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  font-size: 0;
  background-size: 13px 21px;
}
.news-list-container .news-list-browse li a .pfeil_right {
  background-image: url("../images/template/seintennavi-pfeil-rechts.svg");
}
.news-list-container .news-list-browse li a .pfeil_left {
  background-image: url("../images/template/seintennavi-pfeil-links.svg");
}
.news-list-container .news-list-browse li.browse_active a {
  background-color: #7d6e43;
}
.news-list-container .news-list-date {
  border-bottom: 1px solid #b29d5f;
  display: inline-block;
  width: 160px;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.news-list-morelink {
  display: block;
  margin-top: 20px;
}
.news-list-morelink a {
  display: inline-block;
  color: #000;
  background-color: #d4c69c;
  width: 260px;
  padding: 8px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  text-align: center;
}
.news-list-morelink a:hover, .news-list-morelink a:focus {
  background-color: #907e4b;
  color: #000;
}

.news-list-date {
  border-bottom: 1px solid #b29d5f;
  display: inline-block;
  width: 160px;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.news-single-item .subheader {
  margin-bottom: 40px;
}
.news-single-item .news-list-date {
  margin-bottom: 35px;
}
.news-single-item .news-list-morelink {
  text-align: center;
}
.news-single-item .prevNext {
  border-top: 1px solid #b29d5f;
  border-bottom: 1px solid #b29d5f;
  padding: 25px 0;
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
  font-size: 1.1rem;
}
.news-single-item .prevNext a {
  color: #b29d5f;
}
.news-single-item .prevNext a:hover, .news-single-item .prevNext a:focus {
  color: #7d6e43;
}

.news-latest-item {
  margin-top: 30px;
  text-align: center;
  background-color: #ebebeb;
  padding: 40px 30px 37px !important;
}
@media screen and (min-width: 768px) {
  .news-latest-item {
    margin-top: 60px;
  }
}
.news-latest-item:after {
  content: " ";
  position: absolute;
  width: 127px;
  height: 163px;
  top: 0;
  left: -10px;
  background-image: url("../images/template/aktuelles.svg");
  background-repeat: no-repeat;
  background-position: 30px top;
  background-size: 95px 163px;
  opacity: 0.1;
}
.news-latest-item .news-latest-date {
  border-bottom: 1px solid #b29d5f;
  display: inline-block;
  width: 160px;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
.news-latest-item p {
  margin-bottom: 50px !important;
}
.news-latest-item h3 {
  text-align: center;
  margin-bottom: 15px;
}
.news-latest-item .news-list-morelink {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -130px;
}

#page-1 .news-latest-item .news-list-morelink {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -130px;
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  #page-1 .news-latest-item .news-list-morelink {
    margin-left: -100px;
  }
  #page-1 .news-latest-item .news-list-morelink a {
    width: 200px;
  }
}

footer {
  background-color: #05192f;
  padding: 25px 0;
  color: #fff;
}
footer .footerTop {
  border-bottom: 1px solid #b29d5f;
  padding: 0 15px 20px;
}
@media screen and (min-width: 768px) {
  footer .footerTop {
    padding: 0 0 20px;
  }
}
footer .footerTop .footerTopText {
  background-image: url("../images/template/Jockisch-30-Jahre.svg");
  padding-left: 64px;
  background-repeat: no-repeat;
  /* background-size:80px;*/
  background-position: left center;
  font-size: 1.2rem;
}
@media screen and (min-width: 475px) {
  footer .footerTop .footerTopText {
    padding-top: 5px;
  }
}
@media screen and (min-width: 745px) {
  footer .footerTop .footerTopText {
    padding-top: 15px;
    padding-bottom: 21px;
  }
}
footer .footerContact {
  font-size: 1rem;
}
footer .footerContact a {
  color: #dcdcdc;
  text-decoration: underline;
}
footer .footerContact .accordion .accordionHeader {
  background: #05192f;
}
footer .footerContact .accordion .ui-icon-triangle-1-e, footer .footerContact .accordion .ui-icon-triangle-1-s {
  background-image: url("../images/template/plus.svg");
}
footer .footerContact .accordion .ui-icon-triangle-1-s {
  background-image: url("../images/template/minus.svg");
}
footer .footerContact .notMobile {
  padding: 42px 0;
  border-bottom: 1px solid #b29d5f;
  display: none;
}
@media screen and (min-width: 768px) {
  footer .footerContact .notMobile {
    display: block;
  }
}
footer .footerContact .mobile {
  border-bottom: 1px solid #b29d5f;
}
@media screen and (min-width: 768px) {
  footer .footerContact .mobile {
    display: none;
  }
}
footer .footerBottom {
  padding-top: 45px;
}
footer .footerBottom .copy {
  font-size: 0.875rem;
  color: #8c8c8c;
}
@media screen and (min-width: 768px) {
  footer .footerBottom .copy {
    width: 28%;
    float: left;
    padding-top: 3px;
  }
}
footer .footerBottom a {
  color: #dcdcdc;
}
footer .footerBottom .webdesign a {
  font-size: 0.875rem;
  color: #8c8c8c;
}
@media screen and (min-width: 768px) {
  footer .footerBottom .webdesign {
    text-align: right;
  }
}
footer .footerBottom .footerMenu {
  padding-bottom: 20px;
}
footer .footerBottom .footerMenu li {
  padding-bottom: 10px;
  display: block;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  footer .footerBottom .footerMenu {
    width: 72%;
    float: right;
  }
  footer .footerBottom .footerMenu ul {
    float: right;
  }
  footer .footerBottom .footerMenu li {
    display: inline-block;
    padding: 0 0 0 12px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 940px) {
  footer .footerBottom .footerMenu li {
    padding: 0 0 0 20px;
    font-size: 1.125rem;
  }
}

#c299 img, #c846 img {
  max-width: 100%;
  width: auto;
}

#c329 .button {
  width: 280px;
  margin-left: 15px;
}

.pageDeurema footer .footerTop .footerTopText {
  background: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .pageDeurema footer .footerBottom .copy {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .pageDeurema footer .footerBottom .footerMenu {
    width: 60%;
  }
}
.pageDeurema .frame-layout-4 {
  background-color: #ebebeb;
  padding: 30px 20px;
  /*color:$textcolor;*/
}
.pageDeurema .frame-layout-4 h3 {
  color: #000;
  margin-bottom: 15px;
}
.pageDeurema .news-latest-item {
  margin-top: 0;
  /*color:$textcolor;*/
}
.pageDeurema .news-latest-item h3 a {
  color: #000;
}
.pageDeurema header #headerBottom .eakte {
  display: block;
}

#page-48 .row_3Spalten h1, #page-47 .row_3Spalten h1 {
  margin-top: 0px !important;
}
@media screen and (min-width: 992px) and (max-width: 1060px) {
  #page-48 .row_3Spalten h1, #page-47 .row_3Spalten h1 {
    font-size: 2rem;
  }
}
#page-48 .row_3Spalten .col-xs-12, #page-47 .row_3Spalten .col-xs-12 {
  position: relative;
}
#page-48 .row_3Spalten .col-xs-12 #c512, #page-48 .row_3Spalten .col-xs-12 #c517, #page-48 .row_3Spalten .col-xs-12 #c522, #page-48 .row_3Spalten .col-xs-12 #c40442, #page-48 .row_3Spalten .col-xs-12 #c40440, #page-48 .row_3Spalten .col-xs-12 #c42312, #page-48 .row_3Spalten .col-xs-12 #c42332, #page-47 .row_3Spalten .col-xs-12 #c512, #page-47 .row_3Spalten .col-xs-12 #c517, #page-47 .row_3Spalten .col-xs-12 #c522, #page-47 .row_3Spalten .col-xs-12 #c40442, #page-47 .row_3Spalten .col-xs-12 #c40440, #page-47 .row_3Spalten .col-xs-12 #c42312, #page-47 .row_3Spalten .col-xs-12 #c42332 {
  padding-bottom: 60px;
  position: relative;
}
#page-48 .row_3Spalten .col-xs-12 #c522, #page-48 .row_3Spalten .col-xs-12 #c42312, #page-48 .row_3Spalten .col-xs-12 #c42332, #page-47 .row_3Spalten .col-xs-12 #c522, #page-47 .row_3Spalten .col-xs-12 #c42312, #page-47 .row_3Spalten .col-xs-12 #c42332 {
  background-color: #ebebeb;
}
#page-48 .row_3Spalten .frame-layout-5, #page-47 .row_3Spalten .frame-layout-5 {
  height: auto !important;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -115px;
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  #page-48 .row_3Spalten .frame-layout-5, #page-47 .row_3Spalten .frame-layout-5 {
    margin-left: -100px;
  }
}
#page-48 .row_3Spalten .frame-layout-5 p, #page-47 .row_3Spalten .frame-layout-5 p {
  margin-bottom: 0;
}
#page-48 .row_3Spalten .frame-layout-5 .button, #page-47 .row_3Spalten .frame-layout-5 .button {
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  #page-48 .row_3Spalten .frame-layout-5 .button, #page-47 .row_3Spalten .frame-layout-5 .button {
    width: 200px;
  }
}

#page-2 .row_3Spalten .col-xs-12 #c483, #page-2 .row_3Spalten .col-xs-12 #c482, #page-2 .row_3Spalten .col-xs-12 #c480, #page-2 .row_3Spalten .col-xs-12 #c40422, #page-2 .row_3Spalten .col-xs-12 #c40420, #page-2 .row_3Spalten .col-xs-12 #c42032, #page-2 .row_3Spalten .col-xs-12 #c42312, #page-2 .row_3Spalten .col-xs-12 #c42332, #page-1 .row_3Spalten .col-xs-12 #c483, #page-1 .row_3Spalten .col-xs-12 #c482, #page-1 .row_3Spalten .col-xs-12 #c480, #page-1 .row_3Spalten .col-xs-12 #c40422, #page-1 .row_3Spalten .col-xs-12 #c40420, #page-1 .row_3Spalten .col-xs-12 #c42032, #page-1 .row_3Spalten .col-xs-12 #c42312, #page-1 .row_3Spalten .col-xs-12 #c42332 {
  padding-bottom: 60px;
  position: relative;
}
#page-2 .row_3Spalten .col-xs-12 #c483, #page-2 .row_3Spalten .col-xs-12 #c42032, #page-2 .row_3Spalten .col-xs-12 #c42312, #page-2 .row_3Spalten .col-xs-12 #c42332, #page-1 .row_3Spalten .col-xs-12 #c483, #page-1 .row_3Spalten .col-xs-12 #c42032, #page-1 .row_3Spalten .col-xs-12 #c42312, #page-1 .row_3Spalten .col-xs-12 #c42332 {
  background-color: #ebebeb;
}
#page-2 .row_3Spalten .frame-layout-5, #page-1 .row_3Spalten .frame-layout-5 {
  height: auto !important;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -130px;
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  #page-2 .row_3Spalten .frame-layout-5, #page-1 .row_3Spalten .frame-layout-5 {
    margin-left: -100px;
  }
}
#page-2 .row_3Spalten .frame-layout-5 p, #page-1 .row_3Spalten .frame-layout-5 p {
  margin-bottom: 0;
}
#page-2 .row_3Spalten .frame-layout-5 .button, #page-1 .row_3Spalten .frame-layout-5 .button {
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  #page-2 .row_3Spalten .frame-layout-5 .button, #page-1 .row_3Spalten .frame-layout-5 .button {
    width: 200px;
  }
}

.ce-media img {
  border-top: 5px solid #b29d5f;
}

.frame-layout-6 .ce-media img {
  border: none;
}

.goldBox {
  background-color: #d4c69c;
  color: #000;
  padding: 20px 30px 5px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .goldBox {
    padding: 20px 20px 5px;
  }
}

.whiteBox {
  background-color: #fff;
  color: #000;
  border-top: 5px solid #b29d5f;
  padding: 20px 30px 5px;
}
.whiteBox h3 {
  color: #907e4b;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .whiteBox {
    padding: 20px 20px 5px;
  }
}

.champagnerBox {
  background-color: #d4c69c;
  color: #000;
  border-top: 5px solid #b29d5f;
  padding: 20px 30px 5px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .champagnerBox {
    padding: 20px 20px 5px;
  }
}

.lightgreyBox {
  background-color: #ebebeb;
  color: #000;
  padding: 20px 30px 5px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .lightgreyBox {
    padding: 20px 20px 5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 380px) {
  .lightgreyBox {
    padding: 20px 20px 5px;
  }
}

#deuremaBottom {
  background-color: #b29d5f;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  text-align: center;
  padding: 30px 0;
  color: #000;
  font-size: 2.18rem;
  line-height: 150%;
  position: relative;
}
#deuremaBottom #arrowBottom {
  position: absolute;
  z-index: 10;
  top: -22px;
  left: 50%;
  margin-left: -68px;
}
#deuremaBottom #arrowBottom img {
  width: 136px;
  height: auto;
}

.rowSchmal .columnGold h3 {
  color: #b29d5f;
  font-size: 1.875rem;
  line-height: 160%;
  font-family: "encode_sans_compressedregular";
  font-weight: normal;
}
.rowSchmal .columnGoldBox {
  background-color: #d4c69c;
  color: #000;
  padding: 15px 20px 0px;
  margin-top: 15px;
}
.rowSchmal .columnGoldBox p {
  margin-bottom: 15px;
}
.rowSchmal .rowHead {
  margin-bottom: 30px;
}

.imageCollage {
  margin-bottom: 80px;
}
.imageCollage img {
  border-top: none;
  display: block;
  vertical-align: top;
}

#footerForm {
  background-color: #05192f;
  padding-bottom: 30px;
}

#footerForm2 {
  background-color: #05192f;
  padding-bottom: 30px;
  border-bottom: 6px solid #000;
}

.parsley-errors-list {
  color: #fff;
}

.powermail_label {
  color: #fff;
}

#c40392 .tx-powermail h3, #c40397 .tx-powermail h3 {
  background: none;
  padding-left: 0;
  font-size: 2.0625rem;
  line-height: 43px;
  text-align: center;
  padding-top: 20px;
}
#c40392 .tx-powermail .powermail_submit, #c40397 .tx-powermail .powermail_submit {
  max-width: 575px;
  height: 63px;
}
#c40392 .tx-powermail #powermail_captchaimage, #c40397 .tx-powermail #powermail_captchaimage {
  width: auto;
  height: 44px;
  margin-bottom: 15px;
}
#c40392 .tx-powermail input[type=text], #c40392 .tx-powermail textarea, #c40392 .tx-powermail input[type=email], #c40397 .tx-powermail input[type=text], #c40397 .tx-powermail textarea, #c40397 .tx-powermail input[type=email] {
  margin-bottom: 0;
}
#c40392 .tx-powermail .powermail_fieldwrap, #c40397 .tx-powermail .powermail_fieldwrap {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  #c40392 .tx-powermail .powermail_fieldset_2, #c40392 .tx-powermail .powermail_fieldset_3, #c40392 .tx-powermail .powermail_fieldset_4, #c40392 .tx-powermail .powermail_fieldset_6, #c40392 .tx-powermail .powermail_fieldset_7, #c40392 .tx-powermail .powermail_fieldset_8, #c40397 .tx-powermail .powermail_fieldset_2, #c40397 .tx-powermail .powermail_fieldset_3, #c40397 .tx-powermail .powermail_fieldset_4, #c40397 .tx-powermail .powermail_fieldset_6, #c40397 .tx-powermail .powermail_fieldset_7, #c40397 .tx-powermail .powermail_fieldset_8 {
    width: 33.3%;
    padding: 0 32.5px;
    float: left;
  }
  #c40392 .tx-powermail #powermail_captchaimage, #c40397 .tx-powermail #powermail_captchaimage {
    margin-bottom: 0;
  }
  #c40392 .tx-powermail .powermail_fieldset_2, #c40392 .tx-powermail .powermail_fieldset_3, #c40392 .tx-powermail .powermail_fieldset_4, #c40392 .tx-powermail .powermail_fieldset_6, #c40392 .tx-powermail .powermail_fieldset_7, #c40392 .tx-powermail .powermail_fieldset_8, #c40397 .tx-powermail .powermail_fieldset_2, #c40397 .tx-powermail .powermail_fieldset_3, #c40397 .tx-powermail .powermail_fieldset_4, #c40397 .tx-powermail .powermail_fieldset_6, #c40397 .tx-powermail .powermail_fieldset_7, #c40397 .tx-powermail .powermail_fieldset_8 {
    padding-top: 10px;
  }
  #c40392 .tx-powermail .powermail_fieldset_5, #c40392 .tx-powermail .powermail_fieldset_9, #c40397 .tx-powermail .powermail_fieldset_5, #c40397 .tx-powermail .powermail_fieldset_9 {
    clear: both;
  }
  #c40392 .tx-powermail .powermail_form_2, #c40392 .tx-powermail .powermail_form_3, #c40397 .tx-powermail .powermail_form_2, #c40397 .tx-powermail .powermail_form_3 {
    margin: 0 -32.5px;
  }
  #c40392 .tx-powermail .powermail_fieldwrap_type_captcha, #c40397 .tx-powermail .powermail_fieldwrap_type_captcha {
    font-size: 1.123rem;
  }
  #c40392 .tx-powermail .powermail_fieldwrap_name, #c40397 .tx-powermail .powermail_fieldwrap_name {
    margin-bottom: 38px;
  }
  #c40392 .tx-powermail .powermail_fieldwrap_telefon, #c40397 .tx-powermail .powermail_fieldwrap_telefon {
    margin-bottom: 10px;
  }
  #c40392 .tx-powermail .powermail_fieldwrap_type_captcha:after, #c40397 .tx-powermail .powermail_fieldwrap_type_captcha:after {
    content: " ";
    display: table;
    clear: both;
  }
  #c40392 .tx-powermail textarea, #c40397 .tx-powermail textarea {
    height: 126px;
  }
  #c40392 .tx-powermail .powermail_captcha, #c40397 .tx-powermail .powermail_captcha {
    width: 60px;
    float: left;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #c40392 .tx-powermail .powermail_captcha, #c40397 .tx-powermail .powermail_captcha {
    width: 90px;
  }
}
@media screen and (min-width: 1350px) {
  #c40392 .tx-powermail .powermail_captcha, #c40397 .tx-powermail .powermail_captcha {
    width: 180px;
  }
}
@media screen and (min-width: 1600px) {
  #c40392 .tx-powermail .powermail_captcha, #c40397 .tx-powermail .powermail_captcha {
    width: 266px;
  }
}
@media screen and (min-width: 1700px) {
  #c40392 .tx-powermail .powermail_captcha, #c40397 .tx-powermail .powermail_captcha {
    width: 295px;
  }
}

.telefon {
  text-decoration: underline;
}

.telefon a {
  text-decoration: underline;
}

.flex-control-nav {
  display: none;
}

a[href^=tel]:link,
a[href^=tel]:visited,
a[href^=tel]:hover {
  text-decoration: underline;
}

.teamviewer {
  width: 70px;
  float: right;
}
.teamviewer a {
  width: 57px;
  height: 31px;
  background-image: url("../images/template/teamviewer.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  font-size: 0;
  display: block;
}
.teamviewer a:hover {
  background-image: url("../images/template/teamviewer-gold.svg");
}
@media screen and (min-width: 768px) {
  .teamviewer {
    width: 95px;
  }
  .teamviewer a {
    width: 75px;
    height: 41px;
  }
}
@media screen and (min-width: 992px) {
  .teamviewer {
    width: 75px;
  }
  .teamviewer a {
    width: 55px;
    height: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .teamviewer {
    width: 95px;
  }
  .teamviewer a {
    width: 75px;
    height: 41px;
  }
}

.pageDeurema .desktopNav {
  width: 76%;
}
@media screen and (min-width: 1200px) {
  .pageDeurema .desktopNav {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .pageDeurema .desktopNav {
    width: 75%;
  }
}

.contenttable {
  /*width:100%;*/
  margin-bottom: 35px;
}
.contenttable td {
  padding: 2px 10px 2px 0;
  font-size: 0.95rem;
}
@media screen and (min-width: 400px) {
  .contenttable td {
    padding: 2px 20px 2px 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .contenttable td {
    padding: 2px 30px 2px 0;
  }
}
@media screen and (min-width: 992px) {
  .contenttable td {
    padding: 2px 10px 2px 0;
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 1400px) {
  .contenttable td {
    padding: 2px 30px 2px 0;
    font-size: 1.15rem;
  }
}

.responsive-table {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.responsive-table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.responsive-table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(5, 25, 47, 0.3);
}

.rechtsbuendig {
  text-align: right;
}
.rechtsbuendig div {
  padding-right: 10px;
}

.sliderStart {
  background-position: 10% top;
  background-size: cover;
  position: relative;
  display: block;
  margin-bottom: 200px;
}
@media screen and (min-width: 550px) {
  .sliderStart {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 992px) {
  .sliderStart {
    margin-bottom: 0;
  }
}
.sliderStart img {
  border: none;
}
.sliderStart .frame-layout-8 {
  display: none;
}
@media screen and (min-width: 992px) {
  .sliderStart .frame-layout-8 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .sliderStart .frame-layout-9 {
    display: none;
  }
}
.sliderStart .frame-layout-7 {
  color: #000;
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
  line-height: 130%;
  position: absolute;
  background-color: #d4c69c;
  padding: 20px 30px;
  display: block;
  width: 100%;
}
.sliderStart .frame-layout-7 .ce-textpic {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 550px) {
  .sliderStart .frame-layout-7 .ce-textpic {
    max-width: 500px;
  }
  .sliderStart .frame-layout-7 p {
    width: 50%;
    float: left;
    max-width: 250px;
  }
  .sliderStart .frame-layout-7 ul {
    width: 50%;
    float: left;
    padding-left: 70px;
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .sliderStart .frame-layout-7 .ce-textpic {
    max-width: 600px;
  }
  .sliderStart .frame-layout-7 p {
    max-width: 300px;
  }
  .sliderStart .frame-layout-7 ul {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .sliderStart .frame-layout-7 {
    color: #907f47;
    font-size: 1.3rem;
    width: 360px;
    margin-left: 300px;
    display: inline;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    background: transparent;
  }
  .sliderStart .frame-layout-7 .ce-textpic {
    max-width: inherit;
  }
  .sliderStart .frame-layout-7 ul {
    width: auto;
    float: none;
    padding-left: 0;
    max-width: inherit;
  }
  .sliderStart .frame-layout-7 p {
    width: auto;
    float: none;
    max-width: inherit;
  }
}
@media screen and (min-width: 1120px) {
  .sliderStart .frame-layout-7 {
    font-size: 1.5rem;
    width: 410px;
    margin-left: 350px;
  }
}
@media screen and (min-width: 1530px) {
  .sliderStart .frame-layout-7 {
    font-size: 1.85rem;
    width: 490px;
    margin-left: 430px;
  }
}
.sliderStart .frame-layout-7 p {
  margin-bottom: 15px;
}
@media screen and (min-width: 1120px) {
  .sliderStart .frame-layout-7 p {
    margin-bottom: 25px;
  }
}
.sliderStart .frame-layout-7 li {
  line-height: 140%;
  margin-bottom: 2px;
}
@media screen and (min-width: 992px) {
  .sliderStart .frame-layout-7 li {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1120px) {
  .sliderStart .frame-layout-7 li {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1530px) {
  .sliderStart .frame-layout-7 li {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.infoTop {
  padding: 10px 0;
  border-bottom: 1px solid #b29d5f;
}
@media screen and (min-width: 992px) {
  .infoTop {
    display: none;
  }
}
.infoTop ul {
  display: none;
}
.infoTop ul li {
  list-style: none;
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
  display: inline;
  color: #b29d5f;
  padding-left: 5px;
}
.infoTop ul li a {
  color: #b29d5f;
}
.infoTop ul li.active a {
  color: #000;
}
.infoTop ul li:first-child {
  border-right: 2px solid #000;
  padding-right: 5px;
  padding-left: 0;
}

.rechnung {
  text-align: right;
}
.rechnung p {
  margin-bottom: 0;
}
.rechnung a {
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
  color: #b29d5f;
}

header #headerTop .container-fluid {
  position: relative;
}

.rechung2 {
  position: absolute;
  right: 10px;
  top: -30px;
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .rechung2 {
    display: none;
  }
}
@media screen and (min-width: 1708px) {
  .rechung2 {
    right: 0;
  }
}
.rechung2 p {
  margin-bottom: 0;
}
.rechung2 a {
  width: 240px;
  padding: 25px 25px 25px;
  background: #d4c69c;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rechung2 a:hover {
  color: #000;
  background: #b29d5f;
}

/*.language2{
	display:none;
	@media screen and (max-width:991px){
		display:none;
	}
	position:absolute;
	top:0;
	right:280px;
	@media screen and (min-width:1708px){
		right:270px;
	}
		ul{
		li{
			list-style:none;
			@include bold();
			display:inline;
			color:$gold;
			padding-left:5px;
			a{
				color:$gold;
			}
			&.active{
				a{
					color:#000;
				}
			}
			&:first-child{
				border-right:2px solid #000;
				padding-right:5px;
				padding-left:0;
			}
		}
	}
}*/
.language2 {
  position: absolute;
  top: 0;
  right: 0;
}
.language2 ul li {
  list-style: none;
  font-family: "encode_sans_compressedbold";
  font-weight: normal;
  display: inline;
  color: #000;
  padding-left: 5px;
}
.language2 ul li a {
  color: #000;
}
.language2 ul li.active a {
  color: #b29d5f;
}
.language2 ul li:first-child {
  border-right: 2px solid #000;
  padding-right: 5px;
  padding-left: 0;
}

.desktopHeaderImg {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktopHeaderImg {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .mobileHeaderImg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .news .article.listview {
    margin-bottom: 40px;
  }
}
.news .article.listview h3 {
  margin-bottom: 7px;
}
.news .article.listview .teaser-text {
  margin-bottom: 35px;
}
.news .article.listview .teaser-text p {
  margin-bottom: 0;
}
.news .category {
  font-size: 14px;
}
.news .article-details {
  border-bottom: 1px solid #b29d5f;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.news .news-list-date {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  width: initial;
}
.news .news-list-category {
  padding-right: 80px;
  color: #b29d5f;
}
.news .news-list-category span {
  padding: 0 2px;
}
.news .news-single-item .article-details {
  margin-bottom: 35px;
}
.news .news-list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .news-latest-container.subpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.news .news-latest-container.subpage:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .news .news-latest-container.subpage {
    width: 50%;
    margin-bottom: 40px;
  }
  .news .news-latest-container.subpage:first-of-type {
    padding-right: 5px;
  }
  .news .news-latest-container.subpage:last-of-type {
    padding-left: 5px;
  }
}
.news .news-latest-container.subpage .news-latest-item {
  background-color: #d4c69c;
  margin: 5px 0;
}
@media (min-width: 992px) {
  .news .news-latest-container.subpage .news-latest-item {
    margin: 20px 0;
  }
}
.news .news-latest-container.subpage .news-latest-item p {
  margin-bottom: 70px !important;
}
.news .news-latest-container.subpage .news-latest-item .news-latest-date {
  border-bottom: 1px solid #fff;
}
.news .news-latest-container.subpage .news-latest-item .news-list-morelink {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.news .news-latest-container.subpage .news-latest-item .news-list-morelink a {
  background-color: #fff;
  max-width: 260px;
  width: inherit;
}
.news .news-latest-container.subpage .news-latest-item .news-list-morelink a:hover {
  background-color: #b29d5f;
}
.news .news-latest-container.subpage .news-latest-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.news .news-latest-container.subpage .news-list-morelink {
  margin-left: 0;
}
.news .categoryTree {
  margin-bottom: 60px;
}
.news .categoryTree .categoryTree {
  margin-bottom: 0;
}
.news .categoryTree ul {
  margin-bottom: 0;
}
.news .categoryTree ul li {
  padding: 0;
}
.news .categoryTree ul li::before {
  display: none;
}
.news .categoryTree ul li a {
  padding: 10px 0;
  border-bottom: 1px solid #b29d5f;
  display: inline-block;
  width: 100%;
}
.news .active {
  font-family: "encode_sans_compressedbold";
  color: #b29d5f;
}
.news .prevNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}
.news .prevNext li {
  padding: 0;
}
.news .prevNext li::before {
  display: none;
}
.news .prevNext li.previous a::after {
  display: none;
}
.news .prevNext li.previous a::before {
  content: "«";
  padding-right: 4px;
}

#page-1 .news-list-view, #page-47 .news-list-view {
  display: block;
  align-items: initial;
}

.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.language2 {
  display: block;
}

.pageDeurema .language2 {
  display: none;
  right: 280px;
}
@media screen and (min-width: 1708px) {
  .pageDeurema .language2 {
    right: 270px;
  }
}

.frame-type-form_formframework form:not(.powermail_form) {
  background-color: #ebebeb;
  padding: 20px;
  border-top: 3px solid #b29d5f;
}
.frame-type-form_formframework form:not(.powermail_form) button {
  border: none;
  display: inline-block;
  font-family: "encode_sans_compressedbold";
  color: #fff;
  background-color: #40759c;
  width: 100%;
  max-width: 340px;
  height: 55px;
  padding: 8px;
  font-size: 26px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  margin-top: 40px;
  text-align: center;
}
.frame-type-form_formframework form:not(.powermail_form) button:hover, .frame-type-form_formframework form:not(.powermail_form) button:focus {
  background-color: #3a6482;
  color: #fff;
}
.frame-type-form_formframework form:not(.powermail_form) h2 {
  margin-bottom: 15px;
  font-size: 26px;
  font-family: "encode_sans_compressedbold";
  text-align: center;
}
.frame-type-form_formframework form:not(.powermail_form) input[type=text], .frame-type-form_formframework form:not(.powermail_form) textarea, .frame-type-form_formframework form:not(.powermail_form) input[type=email], .frame-type-form_formframework form:not(.powermail_form) input[type=tel], .frame-type-form_formframework form:not(.powermail_form) select {
  width: 100%;
  font-family: "encode_sans_compressedregular";
  font-weight: normal;
  font-size: 1.25rem;
  padding: 5px;
  margin-bottom: 15px;
  color: #191e28;
  border: none;
  min-height: 55px;
}
.frame-type-form_formframework form:not(.powermail_form) .control-label, .frame-type-form_formframework form:not(.powermail_form) .clearfix {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
  color: #191e28;
}
.frame-type-form_formframework form:not(.powermail_form) legend {
  display: none;
}
.frame-type-form_formframework form:not(.powermail_form) .control-label {
  font-family: "encode_sans_compressedbold";
}
.frame-type-form_formframework form:not(.powermail_form) .radio input, .frame-type-form_formframework form:not(.powermail_form) .form-check input {
  margin-right: 5px;
}
.frame-type-form_formframework form:not(.powermail_form) .inputs-list {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #fff;
}
.frame-type-form_formframework form:not(.powermail_form) .easycaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frame-type-form_formframework form:not(.powermail_form) .easycaptcha img {
  width: 200px;
  margin-right: 15px;
}
@media (min-width: 991px) {
  .frame-type-form_formframework form:not(.powermail_form) .easycaptcha img {
    width: 270px;
  }
}
.frame-type-form_formframework form:not(.powermail_form) .easycaptcha .captcha-actions {
  display: none;
}
.frame-type-form_formframework form:not(.powermail_form) table {
  width: 100%;
}
.frame-type-form_formframework form:not(.powermail_form) table tr {
  border-bottom: 1px solid #05192f;
}
.frame-type-form_formframework form:not(.powermail_form) table tr:nth-of-type(2n+1) {
  background-color: rgba(255, 255, 255, 0.6);
}
.frame-type-form_formframework form:not(.powermail_form) table tr .summary-table-first-col {
  font-family: "encode_sans_compressedbold";
}
.frame-type-form_formframework form:not(.powermail_form) table tr td {
  padding: 8px !important;
}
.frame-type-form_formframework form:not(.powermail_form) table tr td li {
  padding-left: 0;
}
.frame-type-form_formframework form:not(.powermail_form) table tr td li::before {
  display: none;
}
.frame-type-form_formframework form:not(.powermail_form) table tr td ul {
  margin-bottom: 0;
}

.powermail_message li {
  color: #fff;
  padding: 0 32.5px;
}

.powermail_create p {
  color: #fff;
  padding: 0 32.5px;
}

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