@charset "UTF-8";
/* LESS */
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
/* GENERELL */
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #4e565d;
  background-color: #fff;
  padding-top: 50px;
}
.background {
  background-image: url("/media/allgemein/topography.png");
}
@media only screen and (max-width: 767px) {
  .box {
    height: auto !important;
  }
}
a {
  color: #4e565d;
  font-weight: 700;
}
.img-responsive {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
}
.img-rounded {
  border-radius: 0px;
}
.mark {
  background-color: yellow;
}
.jumbotron {
  background-color: #fff;
  margin-top: 30px;
}
h1, h3 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h1 {
  font-size: 1.9em;
}
h2 {
  font-size: 1.4em;
  line-height: 1.5em;
}
h3 {
  font-size: 1.4em;
  font-weight: 700;
}
p, ul, ol {
  font-size: 1.2em !important;
  line-height: 1.6em;
  font-weight: 400;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #4e565d;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #4e565d;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #4e565d;
  clear: both;
}
.page-header {
  border-bottom: 0px;
}
/* PAGINATION */
.pagination > li > a, .pagination > li > span {
  border: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* PANELS */
.panel-group .panel {
  margin-bottom: 10px;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #4e565d;
  border-color: #4e565d;
}
.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 1px solid #eae8eb;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  border: none;
  color: #666;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  border: none;
  color: #4e565d !important;
  background: transparent;
}
.nav-tabs > li > a::after {
  content: "";
  background: #4e565d;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* VIERER */
.vierer {
  background-color: #4e565d;
  padding: 30px 0;
}
.vierer h3 {
  color: #7e8993;
}
.vierer p {
  color: #d1d5d9;
}
.vierer a {
  color: #fff;
}
/* FUSS */
.fuss {
  padding: 30px 0;
}
/* BUTTON */
.btn {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 700;
  border-radius: 0px;
}
.btn-bd {
  color: #fff;
  background-color: #4e565d;
}
.btn-bd:hover {
  color: #d1d5d9;
  background-color: #1f2326;
}
.btn-bd:active {
  color: #d1d5d9;
  background-color: #1f2326;
}
.btn-vierer {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-vierer:hover {
  color: #fff;
  background-color: #373c41;
  border-color: #fff;
}
.btn-primary {
  background-color: #919191;
  border-color: #919191;
}
.btn-primary:hover, .btn-primary:active {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}
.btn-danger {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-danger:hover, .btn-danger.active {
  color: #fff;
  background-color: #4e565d;
  border-color: #fff;
}
/* NAVI */
.navbar-fixed-top {
  border-width: 0 0 0;
}
.navbar-inverse {
  background-color: #4e565d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 700;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #1f2326;
}
.navbar-brand {
  padding: 12px 15px 15px 15px;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 18px;
  }
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #4e565d;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
