/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
  display: none;
}

/* Links
 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
  border: none;
  border-bottom: solid 1px #aaa;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table.contenttable {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #aaa;
}
table.tableWeather {
  border-collapse: collapse;
}
table.tableWeather td {
  padding: 2px 4px;
}

.contenttable td, .contenttable th {
  padding: 2px;
}

.contenttable td p {
  margin-bottom: 0;
}

.nav-list, .list-wrapp ul, .footer-link, .link-list, .tabset, .link-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after, .tab-item:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #359;
  font: 14px /18px "Helvetica", "Verdana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wrapper {
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}
.content-holder {
  padding: 10px 0;
}

a {
  text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  font-weight: normal;
  margin: 0 0 .5em;
  color: inherit;
  color: #359;
}
h2, h3, h4, h5, h6 {
  padding-top: 10px;
}
h1, .h1 {
  font-size: 30px;
  line-height: 30px;
}

h2, .h2 {
  font-size: 22px;
  line-height: 22px;
  border-bottom: solid 1px #aaa;
  padding: 10px 0px 5px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 18px;
  border-bottom: solid 1px #aaa;
  padding: 10px 0px 5px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 16px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 14px;
}

h6, .h6 {
  font-size: 14px;
  line-height: }

  p {
  margin: 0 0 0.4em;
}

a {
  color: #359;
}

a:hover, a:focus {
  text-decoration: none;
  color: #bf9000;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  text-align: left;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #f9f9f9;
  padding: .4em .7em;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #000;
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #f9f9f9;
}

input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #f9f9f9;
}

input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #f9f9f9;
}

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #f9f9f9;
}

input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder, textarea.placeholder {
  color: #f9f9f9;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.content ul {
  list-style: outside square;
  padding-left: 18px;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?c0sap9");
  src: url("../fonts/icomoon.eot?c0sap9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c0sap9") format("truetype"), url("../fonts/icomoon.woff?c0sap9") format("woff"), url("../fonts/icomoon.svg?c0sap9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-text-holder .read-more:hover, .news-backlink-wrap .read-more:hover {
  text-decoration: none;
  color: #bf9000;
  /*background: rgba(51, 85, 153, .8);*/
}

.tab-text-holder .read-more, .news-backlink-wrap .read-more {
  width: auto;
  height: 36px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  color: #359;
  background: #dcdcdc;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 15px 0 15px;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  margin-top: 21px;
}
.tab-text-holder .read-more {
  display: block;
  margin-top: 5px;
  width: 140px;
}
.icon-chevron_left:before {
  content: "\e5cb";
}

.icon-chevron_right:before {
  content: "\e5cc";
}

html {
  height: 100%;
}

body {
  font-family: "Helvetica", "Arial", "Verdana", "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin: 0;
  height: 100%;
}

.page {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/*VORBEREITUNG FIXED HEADER: zuerst Anchor-Problem lösen!
 anchors einfügen und dann css wie hier anwenden: http://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header
*/
 a.fixedheaderanchor {
 display: block;
 position: relative;
 top: -101px;
 visibility: hidden;
 }
/*
 #header {
 position:fixed;
 top:0px;
 width: 100%;
 z-index: 1001;

 }
 #main {
 margin-top: 101px;
 }
 */

#wrapper {
  -webkit-transition: margin .3s linear;
  transition: margin .3s linear;
}

#wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  background: rgba(0, 0, 0, .3);
  display: none;
}

.container {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}

/* header styles */

.header-holder {
  background: #359;
  padding: 5px 0;
}

.logo {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 50px;
  margin-left: 1px;
  -webkit-transition: margin .3s linear;
  transition: margin .3s linear;
}
.logo img {
  padding-top: 5px;
}
.slogan {
  display: none;
}

/* burger-menu style */

.nav-active #wrapper {
  margin: 0 -220px 0 220px;
}

.nav-active .nav-drop {
  left: 0;
  z-index: 20;
}

.nav-active .logo {
  margin: 0 0 0 -220px;
}

.nav-drop {
  width: 220px;
  height: 100%;
  padding: 0px 0 0;
  position: absolute;
  margin-top: 60px;
  background: #f9f9f9;
  top: 0;
  left: -220px;
  border-right: 1px solid #dcdcdc;
  overflow: hidden;
  -webkit-transition: left .3s linear;
  transition: left .3s linear;
}

.nav-drop h3 {
  text-align: center;
  font-weight: normal;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 20px;
  color: #fff;
  border-bottom: none;
}

.nav-opener {
  width: 35px;
  height: 35px;
  background: #fff;
  position: absolute;
  top: 12px;
  right: 15px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  -webkit-transition: right .3s linear;
  transition: right .3s linear;
}

.nav-opener:before, .nav-opener:after, .nav-opener span {
  background: #359;
  border-radius: 4px;
  position: absolute;
  top: 19px;
  left: 6px;
  right: 12px;
  height: 3px;
  width: 23px;
  margin-top: -2px; /* height/2 */
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.nav-opener:before, .nav-opener:after {
  content: "";
  top: 11px;
}

.nav-opener:after {
  top: 27px;
}

.nav-opener:hover {
  opacity: .9;
}

.close-btn span, .nav-active .nav-opener span {
  opacity: 0;
}

.close-btn:after, .close-btn:before, .nav-active .nav-opener:after, .nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
}

.close-btn:after, .nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* navigation styles */

/*#nav {
 padding-top: 23px;
 padding: 0 100px;
 }*/

.nav-list {
  font-size: 18px;
  line-height: 18px;
  /*padding-top: 5px;*/
}

.nav-list li {
  border-top: 1px solid #dcdcdc;
}

.nav-list li.active a, .nav-list li:hover a {
  background: rgba(0, 0, 0, .1);
}

.nav-list li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

/*.nav-list li:hover > div {
 max-height: 800px;
 }*/

.nav-list li a {
  display: block;
  color: #359;
  padding: 15px 0 15px 15px;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}
.has-drop-down .icon-chevron_right {
  color: #359;
  font-size: 15px;
  float: right;
  margin: 5px 5px 0 0;
}
.list-wrapp {
  max-height: 0;
  -webkit-transition: max-height 1s linear;
  transition: max-height 1s linear;
  overflow: hidden;
}

.list-wrapp {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 235px;
  width: 235px;
  bottom: 0;
  background: #f9f9f9;
  z-index: 21;
  /*padding-top: 20px;*/
  padding-bottom: 9999px;
  -webkit-transition: right .2s linear;
  transition: right .2s linear;
}
@media (min-width: 1200px) {
  .list-wrapp {
    background: none;
    padding-bottom: 0;
  }
}
.list-wrapp h3 {
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}

.list-wrapp ul li {
  border-top: none;
}

.list-wrapp ul li a {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.list-wrapp ul li a:hover {
  color: #bf9000;
}

.back-button {
  color: #359 !important;
}

.back-button .icon-chevron_left {
  color: #359;
  font-size: 15px;
  float: right;
  margin: 5px 20px 0 0;
}
@media(max-width: 1200px) {
  .active-drop .list-wrapp {
    right: 0;
    padding-left: 15px;
  }
}
.nav-active2 .nav-drop {
  /*background: #191970;*/
  padding-right: 20px;
}

.nav-active2 .nav-list > li {
  border: none;
}

/* footer style */

#footer {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  background: #f9f9f9;
}

#footer .container {
  padding: 0;
}

address {
  font-style: normal;
  color: #6d6e71;
  border-top: 1px solid #e0e0e0;
  padding: 13px;
}
address p {
  margin-bottom: 0;
}

.footer-link li {
  border-top: 1px solid #e0e0e0;
  padding: 13px;
}

.footer-link li a {
  display: inline-block;
  vertical-align: top;
  color: #359;
  /*position: relative;*/
}

.footer-link li a[href^="mailto:"] {
  color: #359;
}

.footer-link li a[href^="mailto:"]:after, .footer-link li a[href^="tel:"]:after, .footer-link li a[href^="tel:"] {
  /*display: none;*/
  color: #6d6e71;
}
.footer-link li:last-child a:after {
  display: none;
}
.footer-link li a:hover {
  text-decoration: underline;
}

.copiright {
  display: none !important;
}

/* link list style */

.link-list {
  overflow: hidden;
  margin: 0 -13px;
  padding-top: 20px;
}

.link-list li {
  width: 33.33%;
  float: left;
  padding: 0 13px;
  box-sizing: border-box;
}

.link-list li img, .link-box li img {
  max-width: none;
  width: 36px;
  height: 36px;
}

.link-list li a {
  font-size: 16px;
  line-height: 18px;
  display: block;
  color: #373a3f;
  text-align: center;
  /*-webkit-transition: text-shadow .3s linear;
   transition: text-shadow .3s linear;*/
}
.link-list {
  padding-top: 5px;
}
.link-list img {
  width: 36px;
  height: 36px;
}
.gallery-holder .slideshow {
  display: none;
}

.link-list li a {
  font-size: 11px;
  line-height: 12px;
  background: #fff;
}
.content-holder .tabset {
  /*display: none;*/
  list-style: none;
  padding-left: 0;
}
.link-list li a:hover {
  /*text-shadow: 1px 1px 1px #000;*/
}

.link-list li p {
  margin-bottom: 0px;
}

.img-holder {
  background: #fff;
  padding: 10px 0 5px;
  border-top: none;
  /*margin-bottom: 15px;*/
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}

.img-holder:hover {
  /*background: rgba(0, 0, 0, .1);*/
}

/* slideshow styles */

.slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.slideshow .slide img {
  width: 100%;
  max-width: 10000px;
  height: auto;
  display: block;
}

.slideshow .slide.active {
  z-index: 2;
}
.slide a:hover p {
  color: #bf9000;
}
.description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  color: #fff;
  background: rgba(51, 85, 153, .5);
  padding: 5px 0 0 8px;
  text-align: center;
}

.description p {
  margin-bottom: 7px;
}

.btn-prev, .btn-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  padding: 2px 0 0 2px;
  background: rgba(255, 255, 255, .9);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
}

.btn-next {
  left: auto;
  right: 0;
  padding-left: 4px;
}

.icon-chevron_left, .icon-chevron_right {
  color: #000;
  font-size: 42px;
  font-weight: 200;
}

/* tabs styles */

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.tabset {
  overflow: hidden;
  padding-top: 10px;
  margin: 0 -5px 11px;
}

.tabset li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 14px;
}
.tabset.weather li {
  width: 50%;
}
.tabset li a {
  display: block;
  text-align: center;
  background: #bf9000;
  color: #fff;
  padding: 13px 0;
  /*-webkit-transition: box-shadow .2s linear,font-size .2s linear;
   transition: box-shadow .2s linear,font-size .2s linear;*/
}
.tabset li.active a {
  font-weight: bold;
  text-decoration: underline;
}

.tabset li a:hover {
  /*box-shadow: 0 2px 0 rgba(0, 0, 0, .5);*/
  font-size: 18px;
}

.tabset .red-btn {
  background: #c00000;
}

.tabset .blue-btn {
  background: #359;
}

.tabset .gray-btn {
  background: #dcdcdc;
  /*color: #373a3f;*/
  color: #359;
}
a.gray-button {
  background: #dcdcdc;
  color: #359;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 16px;
  margin: 0 10px 10px 0;
  display: block;
  float: left;
}
a:hover {
  color: #bf9000;
}
/* tab content style */

.tab-content .blue time {
  background: #359;
}

.tab-content .blue time:after {
  border-color: #359 transparent transparent transparent;
}

.tab-content .blue h2:after {
  background: #359;
}

.tab-content .gray time {
  background: #dcdcdc;
  color: #373a3f;
}

.tab-content .gray time:after {
  border-color: #dcdcdc transparent transparent transparent;
}

.tab-content .gray h2:after {
  background: #dcdcdc;
}

.tab-content .gold time {
  background: #bf9000;
}

.tab-content .gold time:after {
  border-color: #bf9000 transparent transparent transparent;
}

.tab-content .gold h2:after {
  background: #bf9000;
}

.tab-item {
  margin-bottom: 13px;
}

.tab-img-holder {
  position: relative;
  width: 30%;
  float: left;
}

.tab-img-holder img {
  /*width: 100%;*/
  height: auto;
  margin-top: 30px;
  border: 1px solid #d1d1d2;
}

.tab-img-holder time {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background: #c00000;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 7px 9px 8px 12px;
}

.tab-img-holder time:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  /*border-width: 36px 11px 0 0;*/
  border-color: #c00000 transparent transparent transparent;
}

.tab-text-holder {
  /*padding-top: 5px;*/
  color: #6d6e71;
}
.tab-text-holder {
  width: 70%;
  float: left;
  padding-left: 2%;
}

.tab-text-holder h2 {
  font-size: 16px;
  line-height: 18px;
  color: #359;
  font-weight: 600;
  border-bottom: 1px solid #d1d1d2;
  /*padding-bottom: 13px;*/
  padding-bottom: 5px;
  padding-top: 0;
}

/*.tab-text-holder h2:after {
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: #f00;
 content: "";
 display: inline-block;
 margin: 0 0 2px 9px;
 }*/

.tab-text-holder p {
  display: inline;
  font-size: 14px;
  line-height: 14px;
}

.tab-text-holder .read-more, .news-backlink-wrap .read-more {
  font-size: 12px;
  line-height: 12px;
  color: #365697;
}

.tab-text-holder .read-more:hover, .news-backlink-wrap .read-more:hover {
  text-decoration: underline;
}

/* sidebar styles */

/*#sidebar {
 padding-top: 10px;
 }*/

.facebook-planform {
  display: none;
}

.link-box {
  padding: 27px 0 11px;
  margin: 0 -15px;
}

.link-box li {
  font-size: 18px;
  line-height: 20px;
}

.link-box li a {
  display: inline-block;
  color: #373a3f;
  margin-bottom: 9px;
  overflow: hidden;
  /*-webkit-transition: text-shadow .3s linear;
   transition: text-shadow .3s linear;*/
}

.link-box li a:hover {
  /*text-shadow: 1px 1px 1px #000;*/
}

.link-box .link-img-holder {
  display: block;
  float: left;
  margin-left: 14px;
}

.link-box .link-text-holder {
  float: left;
  overflow: hidden;
  padding: 9px 0 0 10px;
}
@media (max-width: 767px) {
  iframe {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .tab-img-holder time {
    width: auto;
  }
  .tab-img-holder time:after {
    display: block;
    border-width: 23px 11px 0 0;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 42px;
  }

  .header-holder {
    padding-bottom: 5px;
  }

  #footer {
    border-top: 1px solid #e0e0e0;
    padding-left: 30px;
  }

  address {
    float: left;
    position: relative;
    border-top: none;
    padding: 23px 13px 10px;
  }

  address:after {
    content: "/";
    position: absolute;
    top: 23px;
    right: -4px;
  }

  .footer-link {
    float: left;
  }

  .footer-link li {
    float: left;
    border-top: none;
    margin-left: 4px;
    padding: 23px 13px;
  }

  .footer-link li a:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -14px;
  }

  .link-list {
    margin: 0 -10px 11px -10px;
  }

  .link-list li, .link-box li {
    padding: 0 10px;
  }

  .link-list li a {
    font-size: 18px !important;
    line-height: 18px !important;
    display: table;
    width: 100%;
    text-align: left;
  }

  .link-list li p {
    margin-bottom: 2px;
  }

  .img-holder {
    /*padding: 0 19px;
     padding: 0;*/
    margin-bottom: 0;
    display: table-cell;
    /*width: 37%; */
    width: 36px;
    vertical-align: middle;
  }

  .img-holder img, .link-list li img, .link-box li img {
    width: 50px;
    height: 50px;
  }

  .text-holder {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
  }
  .tab-img-holder img {
    margin-top: 0;
  }
  .tab-text-holder {
    float: none;
    width: auto;
  }
  .tabset {
    padding-top: 0;
  }
  .tabset li {
    width: 25%;
    font-size: 20px;
  }

  .tab-img-holder {
    float: left;
  }

  /*.tab-img-holder img */
  .tab-img-holder {
    width: 270px;
    height: 172px;
  }

  .tab-text-holder {
    overflow: hidden;
    padding: 0 0 0 20px;
  }

  .tab-text-holder h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .tab-text-holder p {
    font-size: 14px;
    line-height: 16px;
  }
  .tab-text-holder .read-more, .news-backlink-wrap .read-more {
    font-size: 14px;
    line-height: 16px;
  }
  .tab-text-holder .read-more:hover, .news-backlink-wrap .read-more:hover {
    text-decoration: none;
    color: #bf9000;
    /*background: rgba(51, 85, 153, .8);*/
  }

  .tab-text-holder .read-more, .news-backlink-wrap .read-more {
    width: auto;
    height: 36px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    color: #359;
    background: #dcdcdc;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 15px 0 15px;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    margin-top: 21px;
  }
  .tab-text-holder .read-more {
    display: block;
    margin-top: 5px;
    width: 140px;
  }
  .tab-text-holder img {
    display: none;
  }

  .link-box {
    /* margin: 0 -42px;
     padding-left: 30px; */
    margin: 0 -10px 11px -10px;
    overflow: hidden;
  }

  .link-box li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    float: left;
  }
  .link-box .link-img-holder {
    margin-left: 0 !important;
  }
  .gallery-holder .slideshow {
    display: block;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .link-box li + li {
    margin: 0;
  }
  .link-list img {
    width: 50px;
    height: 50px;
  }
  .content-holder .tabset {
    display: block;
  }
  .link-list {
    padding-top: 0px;
  }
}

@media (min-width: 769px) {
  .logo {
    margin-left: -1px;
  }

  .nav-opener {
    /*top: 45px;*/
    right: 42px;
  }
  /*

   @media (min-width: 1024px) {
   #footer {
   padding: 5px 0 0 30px;
   }
   */

  .copiright {
    display: block !important;
    float: right;
    color: #6d6e71;
    margin: 21px 41px 0 0;
  }

  .copiright:hover {
    text-decoration: underline;
  }

  .link-list {
    /*padding-bottom: 22px;*/
    position: relative;
    margin-bottom: 5px;
  }

  /*.link-list:after {
   width: 98%;
   height: 1px;
   content: "";
   position: absolute;
   background: #d1d1d2;
   top: 99%;
   left: 10px;
   }*/

  .link-list li a {
    font-size: 18px;
    line-height: 20px;
  }
  .link-list li:last-child {
    margin-bottom: 0;
  }
  .img-holder img {
    width: 50px;
    height: 50px;
  }

  .description {
    padding: 10px 0;
  }

  .description p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .tabset {
    margin: 0 -5px 9px;
  }

  .tab-item {
    margin: 0 0 14px;
  }

  .tab-img-holder time {
    padding: 11px 8px 10px 13px;
  }
  .tab-img-holder time {
    width: auto;
  }
  .tab-img-holder time:after {
    display: block;
    border-width: 31px 11px 0 0;
  }
  .tab-text-holder h2 {
    line-height: 17px;
    /*padding: 0 0 14px;*/
    margin: 0 0 10px;
  }

  .tab-text-holder p {
    display: block;
    margin: 0 0 23px;
  }

  /*#sidebar {
   padding-top: 18px;
   }*/

  .link-box {
    /*padding: 18px 0 1px 29px;*/
  }

  .link-box .link-img-holder img {
    margin-top: 0;
  }

  .link-box .link-text-holder {
    padding: 11px 0 0 22px;
  }
  .tabset.weather li {
    width: 25%;
  }
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0 15px;
  }

  .header-holder {
    /*padding: 25px 0 32px;*/
    padding: 0;
  }
  .slogan {
    width: 324px;
    height: 45px;
    display: block;
    float: right;
    margin: 3px 0 0 0;
  }

  .nav-holder {
    /*border-bottom: 1px solid #d9d9d9;
     padding: 23px 0 0;*/
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 0px 0px 0px;
    background: #f9f9f9;
    height: 50px;
  }

  .nav-drop {
    position: static;
    width: 100%;
    background: none;
    overflow: visible;
    padding: 0;
    margin: 0;
    border: none;
  }

  .nav-drop h3 {
    display: none;
  }

  .nav-opener {
    display: none;
  }

  #nav {
    padding-top: 23px;
    /*padding: 0 100px;*/
    padding: 0;
  }

  .nav-list {
    width: 100%;
    /*text-align: justify;*/
    font-size: 22px;
    line-height: 22px;
    padding-top: 5px;
  }

  .nav-list:after {
    display: inline-block;
    width: 100%;
    content: "";
    height: 0;
    font-size: 0;
    line-height: 0;
  }
  .nav-list > li {
    padding-top: 8px;
  }
  .nav-list li.active a, .nav-list li:hover a {
    background: none;
    /*text-shadow: 1px 1px 2px #000;*/
  }

  .nav-list li:last-child {
    border: none;
  }

  .nav-list li {
    border: none;
    display: inline-block;
    position: relative;
  }

  .nav-list li:hover > div {
    opacity: 1;
    visibility: visible;
  }

  .nav-list li a {
    color: #359;
    padding: 0 14px;
    display: block;
    /*-webkit-transition: text-shadow .3s linear;
     transition: text-shadow .3s linear;*/
  }

  .has-drop-down .icon-chevron_right {
    display: none !important;
  }

  .list-wrapp {
    position: absolute;
    top: 100%;
    left: 50%;
    max-height: 9999px;
    overflow: visible;
    z-index: 40;
    width: 265px;
    opacity: 0;
    visibility: hidden;
    margin-left: -132px;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    padding-top: 23px;
  }

  .list-wrapp h3 {
    display: none;
  }

  .list-wrapp ul {
    position: relative;
    padding: 8px 0 8px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    /*background: #dcdcdc;
     border: 1px solid #359;*/
  }

  .list-wrapp ul:before {
    width: 17px;
    height: 9px;
    content: "";
    background: url(../images/triangle.png) no-repeat;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -8px;
    z-index: 41;
  }

  .list-wrapp ul li {
    text-align: center;
    display: block;
  }
  .list-wrapp ul li a {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    text-shadow: none !important;
  }
  .list-wrapp ul li a.back-button {
    margin: 0 !important;
  }
  .back-button {
    display: none !important;
  }

  #footer {
    overflow: hidden; /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%;
    padding-top: 20px;
  }

  address {
    padding-top: 31px;
  }

  address:after {
    top: 31px;
    right: -5px;
  }

  .footer-link li {
    padding-top: 31px;
  }

  .copiright {
    margin: 31px 17px 0 0;
  }

  .gallery-holder {
    padding: 10px 0 0;
    overflow: hidden;
    /*border-bottom: 1px solid #dcdcdc;*/
  }

  .link-list {
    float: left;
    width: 370px;
    overflow: visible;
    padding: 0;
    margin: 0;
  }

  .link-list:after {
    display: none;
  }

  .link-list li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
    /*border-top: 1px solid #dcdcdc;*/
  }

  .img-holder {
    border-top: none;
    width: 16%;
    padding: 5px;
  }

  .img-holder img {
    width: 50px;
    height: 50px;
  }

  .text-holder {
    font-size: 20px;
    line-height: 22px;
  }

  .slideshow {
    max-width: 770px;
    float: right;
  }

  .btn-prev, .btn-next {
    top: 42%;
  }

  .content-holder {
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 60px;
  }

  .content {
    width: 100%;
    max-width: 770px;
    float: right;
  }

  .tabset {
    /*margin: 0 -5px 19px;*/
    margin: 0 -5px 0;
  }

  .tab-item {
    margin-bottom: 22px;
  }

  .tab-text-holder {
    padding: 0 0 0 30px;
  }

  #sidebar {
    max-width: 370px;
    float: left;
  }

  .facebook-planform {
    display: block;
    /*margin-bottom: 33px;*/
    margin-bottom: 15px;
  }

  .link-box {
    padding: 27px 10px 11px 0px;
    margin: 0;
    background: none;
  }

  .link-box li {
    display: block;
    width: 100%;
  }
  .link-box .link-img-holder {
    margin-left: 5px;
  }
  .link-box .link-text-holder {
    padding: 14px 0 0 15px;
  }
  header {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 2001;
  }

  main {
    margin-top: 101px;
    /*height:80%;*/
    position: relative;
    overflow: auto;
    width: 100%;
  }
}

@media (min-width: 1201px) {
  .page {
    display: table;
    table-layout: fixed;
    height: 100%;
    overflow: none;
  }

  #wrapper {
    display: table-cell;
    margin: 0 auto;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media (max-width: 480px) {
  .link-list li {
    padding: 0 5px;
  }

  .link-list li a {
    font-size: 11px;
  }

  .img-holder {
    padding: 10px 0 5px;
  }

  .description {
    position: static;
    overflow: hidden;
  }
  .news-single .article .news-img-wrap {
    margin: 0 !important;
    float: left;
    width: 100%;
    padding-bottom: 10px;
  }
}

/*.content-holder #sidebar {
 padding-top: 0;
 }*/

/* NEWS */
.news .footer {
  border-top: 0 none;
}

.page-navigation ul {
  padding-left: 0;
}

.f3-widget-paginator {
  list-style: none;
  text-align: justify;
  padding: 0;
  margin: 0 0 10px 0;
}
.f3-widget-paginator li {
  display: inline-block;
  background: #dcdcdc;
  color: #359;
  height: 36px;
  line-height: 36px;
  /*padding: 0 15px;*/
  padding: 0px;
width: 10.2%;
text-align:center;
  
}
.f3-widget-paginator li.current {
  background: #c1c1c1;
  font-weight: bold;
}
.f3-widget-paginator li a {
  display: block;
  line-height: 36px;
  width: 100%;
}

@media (max-width: 480px) {
  .f3-widget-paginator li {
    font-size: 12px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
  }
  .f3-widget-paginator li a {
    line-height: 36px;
  }
  .f3-widget-paginator li.next a, .f3-widget-paginator li.previous a {
    text-indent: -9999px;
    width: 12px;
  }
  .f3-widget-paginator li.next a {
    background: url('../images/bg-next.png') center center no-repeat;
  }
  .f3-widget-paginator li.previous a {
    background: url('../images/bg-previous.png') center center no-repeat;
  }
}
/* TABLES */
table.contenttable {
  border: none;
  margin-bottom: 10px;
}
table.contenttable tr {
  border-bottom: 1px solid #ddd;
}
table.contenttable tr td, table.contenttable tr th {
  padding: 5px;
}
@media (max-width: 480px) {
  table.contenttable tr {
    display: block;
    padding: 5px 0;
  }
  table.contenttable tr td {
    width: 100%;
    display: block;
    padding: 0 5px;
  }
}

/* SOCIAL MEDIA IN NEWS */
div.facebook {
  margin-top: 30px;
}
div.facebook > div {
  margin: 10px 0 15px;
}

/* phpScript holder Wetter-Tabellen */
.chartholder {
  overflow: scroll;
  width: 100%;
  border: 1px solid #a0a0a0;
}
.phpWrapper table {
  font-family: "Helvetica", "Arial", "Verdana", "Helvetica Neue", sans-serif;
  font-size: 14px;
}

table.tableWeather {
  width: 100% !important;
}
.phpWrapper table tr {
  border-bottom: 0;
}
.phpWrapper table td {
  vertical-align: top;
}

.phpContent input[type="submit"] {
  background: #dcdcdc;
  color: #359;
  height: 52px;
  border: none;
}
.phpContent input[type="radio"] {
  margin-top: 4px;
}

.ce-uploads span {
  display: inline-block;
}

a.pdf-link:before, a.docx-link:before, a.xlsx-link:before, a.image-link:before, .ce-uploads a[href$=".pdf"]:before, .tx-filelist .fa {
  padding: 0 5px 0 0;
  font-family: "FontAwesome";
  display: inline-block;
}
a.pdf-link:before, .ce-uploads a[href$=".pdf"]:before, .fa-file-pdf-o {
  content: "\f1c1";
  color: #da251c;
}
a.docx-link:before, .fa-file-text-o {
  content: "\f0f6";
  color: #295598;
}
a.xlsx-link:before, .fa-file-excel-o {
  content: "\f1c3";
  color: #1f7246;
}
a.image-link:before, .fa-file-image-o {
  content: "\f1c5";
  color: #ec6707;
}

/* File List */
.tx-filelist ul.breadcrumb {
  list-style: none;
  padding-left: 0;
}
.tx-filelist ul.breadcrumb li {
  display: inline-block;
}

.tx-filelist div.row {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  height: 100%;
}

div.media {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
}
div.media-left {
  position: relative;
  float: left;
  width: 20%;
}
div.media-left i.fa {
  font-size: 40px;
}
div.media-body {
  position: relative;
  float: left;
  width: 76%;
  padding: 0 2%;
}
@media (min-width: 768px) {
  div.media {
    width: 49%;
  }
}

.news .article .news-img-wrap a {
  width: 100%;
}
.phpWrapper table {
  width: 100%;
}
@media (max-width: 991px) {
  .phpWrapper table table, .phpWrapper table > tr > td {
    width: 100%;
    font-size: 14px;
  }
  .phpWrapper table td.tdWrapper {
    width: 100% !important;
    float: left;
    display: block;
    margin-bottom: 10px;
  }
  .phpWrapper table table td {
    width: auto !important;
    display: table-cell !important;
  }
  .phpWrapper table table td img, .phpWrapper table table td a {

  }
  .tableWeather thead {
    display: none;
  }
  .tableWeather tr {
    display: block;
    border-bottom: 1px solid #cecece !important;
  }
  .tableWeather td {
    display: block;
    border-right: none !important;
  }
  .tableWeather td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

.borderfree {
  border: none !important;
}

/**
 * Tooltip Styles http://cbracco.me/a-simple-css-tooltip/
 */

/* Base styles for the element that has a tooltip */
[data-tooltip], .tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  white-space: normal;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before, [data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after, [data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 220px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after, .tooltip-top:before, .tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before, .tooltip:before, .tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  /*border-top-color: hsla(0, 0%, 20%, 0.9);*/
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after, .tooltip:after, .tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, .tooltip-top:hover:before, .tooltip-top:hover:after, .tooltip-top:focus:before, .tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before, .tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before, .tooltip-left:hover:after, .tooltip-left:focus:before, .tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before, .tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  /*border-bottom-color: hsla(0, 0%, 20%, 0.9);*/
}

.tooltip-bottom:hover:before, .tooltip-bottom:hover:after, .tooltip-bottom:focus:before, .tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

/* Right */
.tooltip-right:before, .tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  /*border-right-color: hsla(0, 0%, 20%, 0.9);*/
}

.tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before, .tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before, .tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after, .tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

/* news */
.news-single .footer {
  margin-bottom: 10px;
}

/* Dropdown verhübschung für Wetterseiten */
select {
  background: transparent;
  width: auto;
  padding: 2px 3px 2px 3px;
  /*font-size: 16px; */
  border: 1px solid #dcdcdc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Verbreiterung der Wetter-Quckauswahl */
select#quick_select {
  width: 100%;
}

td.zeitauswahl {
  text-align: justify;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}

/* Schatten Facebook iFrame*/
@media (min-width: 1200px) {
  #sidebar .fb_iframe_widget, .nav-holder, .list-wrapp ul, .tab-img-holder img {
    box-shadow: 3px 3px 10px 3px #c0c0c0;
  }
}
@media (max-width: 1200px) {
  .nav-drop {
    box-shadow: 1px 1px 10px 1px #a0a0a0;
  }
  .list-wrapp ul li {
    border-bottom: solid 1px #fff;
  }
}


/* Sponsoren Listing */
.owl-item {
  display: table;
  position: relative;
  height: 130px;
}
.owl-item figure {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 130px;
}
 .owl-theme .owl-controls {
    margin-top: 0;
  }
.owl-item figure a {
  position: relative;
  text-align: center;
  width: auto;
  height: auto;
}
.owl-item figure img {
  display: inline-block;
}
@media(max-width: 991px) {
  .owl-theme .owl-controls {
    margin-top: 0;
  }
  .carousel {
    margin-top: 5px;
  }
  .owl-item, .owl-item figure {
    height: 100px;
    text-align: center;
    width: 100%;
  }
  .owl-item figure img {
    max-height: 100%;
    width: auto;
  }
}


.container {
box-sizing: border-box;}

html {
  box-sizing: border-box;
}
*, ::before, ::after {
  box-sizing: inherit;
}