/*
######################
## Allgemeines
######################
*/
* {
  margin: 0;
  padding: 0;
}
body,
html {
  font-family: "Arial";
}
h1 {
  color: #dd0613;
  font-size: 28px;
  font-weight: bold;
}
h2 {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
}
h3 {
  color: #dd0613;
  font-size: 18px;
  margin-top: 40px;
}
h4 {
  color: #dd0613;
  font-weight: bold;
}
h5 {
  font-weight: bold;
}
.sidebar-content h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #949393;
}
p,
span,
li {
  color: #848484;
}
/*
######################
## Header Bereich
######################
*/
.header-kontakt {
  line-height: 52px;
}
.header-kontakt span {
  margin-right: 15px;
  white-space: pre;
  display: inline-block;
}
.header-kontakt span:last-child {
  margin-right: 0px;
}
iframe {
  width: 100%;
}
.top.header {
  border-top: 10px solid #dd0613;
}
.main.header {
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main.header .container {
  position: relative;
}
.main.header img {
  float: left;
}
@media (max-width: 768px) {
  .main.header img {
    width: 200px;
    height: auto;
  }
}
.main.header #main-menu {
  height: 40px !important;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}
.main.header .mm1.dropdown:hover .mm2 {
  display: block;
}
.main.header .dropdown {
  position: relative;
}
.main.header .dropdown-menu {
  position: absolute;
  top: 50px;
  margin: 0;
}
.main.header .site-menu > .nav > li > a:hover {
  border: solid 3px #dd0613;
  background-color: #dd0613;
  color: #ffffff;
}
.main.header .site-menu > .nav > li:hover > a {
  border: solid 3px #dd0613;
  background-color: #dd0613;
}
.main.header .site-menu > .nav > li > a.mm1.active {
  border: solid 3px #dd0613;
  color: #dd0613;
}
.main.header .site-menu > .nav > li > a.mm1.active:hover {
  color: #fff;
}
.main.header .site-menu > .nav > li > a {
  border: solid 3px #ffffff;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.main.header .site-menu > .nav > li > div {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 25px !important;
  }
}
#mobile-menu .nav > li {
  border-bottom: 1px solid #E5E5E5;
}
#mobile-menu .nav > li > a:hover {
  border: solid 3px #dd0613;
  background-color: #dd0613;
  color: #ffffff;
}
#mobile-menu .nav > li:hover > a {
  border: solid 3px #dd0613;
  background-color: #dd0613;
}
#mobile-menu .nav > li > a.mm1.active {
  border: solid 3px #dd0613;
  color: #dd0613;
}
#mobile-menu .nav > li > a.mm1.active:hover {
  color: #fff;
}
#mobile-menu .nav > li > a {
  border: solid 3px #ffffff;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
#mobile-menu .nav > li > div {
  padding-bottom: 10px;
}
#mobile-menu ul {
  background-color: #fff;
  padding-top: 20px;
  margin: 0 !important;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
}
#mobile-menu ul li {
  width: 100%;
  float: left;
}
#mobile-menu ul li a {
  width: 100%;
  background-color: #F7F7F7;
  border: 3px solid #f7f7f7 !important;
}
.navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-toggle {
  background-color: #eeeeee;
  margin-right: 0px !important;
}
.main.header.panel-open {
  left: 250px;
}
.header-search-input-wrap {
  height: 52px;
  width: 0;
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.search-open .header-search-input-wrap {
  width: 218px;
}
.header-search-input {
  width: 218px;
  border: none;
  height: 52px;
  padding: 15px;
  margin: 0;
  outline: 0;
}
.header-search-submit {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: -1;
  outline: 0;
}
.search-open .header-search-submit {
  z-index: 100;
  background: transparent;
  border: none;
}
.header-icon-search {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
  line-height: 42px;
  cursor: pointer;
  text-align: center;
}
.header-icon-search i {
  position: relative;
  top: -2px;
}
.header-search {
  position: relative;
  width: 32px;
  height: 52px;
}
.header .facebook {
  margin-top: 10px;
  margin-right: 15px;
}
/*
######################
## Torso
######################
*/
.torso {
  margin-bottom: 30px;
}
.torso ul {
  padding: 0 0 0 25px;
}
/*
######################
## Content
######################
*/
#carousel-slider {
  margin-top: 30px;
  margin-bottom: 25px;
}
/*
######################
## Sidebar
######################
*/
.sidebar-right .sidebar-content {
  background-color: #fff;
  padding: 0 15px;
}
/*
######################
## Footer
######################
*/
.torso + .footer {
  width: 100%;
  padding: 50px 0;
  background-color: #949393;
}
.torso + .footer a {
  color: #ffffff;
}
.torso + .footer a:hover {
  color: #ffffff;
}
.torso + .footer .footer-kontakt span {
  margin-right: 15px;
  white-space: pre;
  display: inline-block;
  color: #ffffff;
}
.torso + .footer .footer-kontakt span:last-child {
  margin: 0;
}
.torso + .footer .footer-kontakt i,
.torso + .footer .footer-kontakt i:before {
  margin-right: 5px;
  color: #ffffff;
}
ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.footer-menu li {
  display: inline-block;
}
ul.footer-menu li:after {
  content: "/";
  margin: 0 15px;
  font-size: 10px;
}
ul.footer-menu li:last-child:after {
  content: "";
  margin: 0;
}
/*
######################
## Tools/Plugins
######################
*/
#jPanelMenu-menu {
  background: #eeeeee;
  display: block !important;
}
#jPanelMenu-menu a {
  color: #ff0000;
}
#jPanelMenu-menu a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
#jPanelMenu-menu .navbar-nav {
  width: 100%;
}
#jPanelMenu-menu .navbar-nav ul.mm2.dropdown-menu {
  position: static;
  top: initial;
  left: initial;
  z-index: auto;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  background-clip: initial;
  webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#jPanelMenu-menu .navbar-nav ul.mm2.dropdown-menu li a {
  padding: 15px 35px 15px;
}
#jPanelMenu-menu .navbar-nav li {
  width: 100%;
}
/*
######################
## Resposiv Anpassungen 
######################
*/
.image {
  display: block;
  margin-bottom: 20px;
  line-height: 1.428571429;
}
.image > img,
.image a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .image > img,
  .image a > img {
    margin: 0 auto;
  }
}
.image .caption {
  padding: 9px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.col-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.img-wrap {
  max-width: 100%;
}
.img-below .img-wrap {
  margin-top: 20px;
}
.img-center-outer {
  width: 100%;
  position: relative;
  float: right;
  right: 50%;
}
.img-center-inner {
  width: 100%;
  position: relative;
  float: right;
  right: -50%;
}
.img-center-outer .img-center-inner figure.image img {
  margin: 0px auto;
}
.img-left .img-wrap {
  float: left;
}
.img-left .text {
  clear: left;
}
.img-right .img-wrap {
  float: right;
}
.img-right .text {
  clear: right;
}
.img-wrap:before,
.img-below:before,
.img-above:before,
.img-beside:before,
.img-intext:before,
.img-wrap:after,
.img-below:after,
.img-above:after,
.img-beside:after,
.img-intext:after {
  content: " ";
  display: table;
}
.img-wrap:after,
.img-below:after,
.img-above:after,
.img-beside:after,
.img-intext:after {
  clear: both;
}
.img-beside-left .img-wrap,
.img-intext-left .img-wrap {
  float: left;
  margin-left: -15px;
}
.img-beside-right .img-wrap,
.img-intext-right .img-wrap {
  float: right;
  margin-right: -15px;
}
.img-beside-left .img-wrap,
.img-beside-right .img-wrap,
.img-intext-left .img-wrap,
.img-intext-right .img-wrap {
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.img-beside-left .img-wrap {
  padding-right: 0px;
}
.img-beside-left .text {
  padding-left: 30px;
}
.img-beside-right .img-wrap {
  padding-left: 30px;
  max-width: calc(80%);
}
.img-intext-left .img-wrap {
  /* padding-right: 30px; */
  max-width: calc(80%);
}
.img-intext-right .img-wrap {
  max-width: calc(80%);
  padding-left: 30px;
}
.img-beside-right,
.img-beside-left {
  overflow: hidden;
  zoom: 1;
}
.img-beside-right .text,
.img-beside-left .text {
  overflow: hidden;
  zoom: 1;
}
@media (max-width: 767px) {
  .img-beside-right .img-wrap,
  .img-beside-left .img-wrap {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
    float: none;
  }
}
.img-header-1 .img-wrap,
.img-header-2 .img-wrap,
.img-header-3 .img-wrap {
  margin-top: 20px;
}
.img-header-4 .img-wrap,
.img-header-5 .img-wrap,
.img-header-6 .img-wrap {
  margin-top: 10px;
}
.caption-center {
  text-align: center;
}
.caption-right {
  text-align: right;
}
@media (max-width: 474px) {
  h2 {
    font-size: 20px;
  }
  .navbar-toggle {
    background-color: #eeeeee;
    margin-right: 1px !important;
    margin: 10px 0 0 0;
  }
  .main.header img {
    padding-left: 20px;
  }
  #tgm-kontaktbox.container-fluid {
    padding: 10px !important;
  }
  .header-kontakt {
    padding-top: 10px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .main.header > .container {
    margin-left: -15px;
  }
  .header-kontakt span:first-child {
    display: block;
  }
}
@media (max-width: 992px) {
  .navbar-toggle {
    margin-top: 22px !important;
  }
  .top.header .content {
    text-align: center;
  }
  .top.header .content .pull-right {
    float: none !important;
  }
  .top.header .content .pull-right a {
    margin-bottom: 15px;
    display: inline-block;
  }
  .footer .footer-kontakt {
    text-align: center;
  }
  .footer .footer-content .pull-right {
    float: none !important;
    text-align: center;
    margin-top: 15px;
  }
}
/*
######################
## News
######################
*/
.news-single .article .news-img-wrap {
  width: 100%;
}
.news-single .article .news-img-wrap .outer {
  margin: 0 10px 10px 0;
  float: left;
}
.news .news-list-view .article {
  border-top: 1px solid #eee;
}
.news .news-list-view .article .news-img-wrap {
  margin-bottom: 15px;
}
.news .news-list-view .article .teaser-text {
  margin-bottom: 15px;
}
.news .news-list-view .article .header h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.news .news-list-view .article .header .news-list-date {
  float: right;
  border: 1px solid #eee;
  border-top: none;
  position: relative;
  padding: 10px;
  top: -10px;
}
/*
######################
## Seiten Spezifische Einstellungen  
######################
*/
.page {
  position: relative;
}
.top.header {
  background: #fff;
}
.wrap-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding-bottom: 20px;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 474px) {
  .padding-inner-25 {
    padding: 0 10px 0 10px;
  }
  .navbar-nav {
    padding-right: 10px;
  }
  .logo-wrap {
    padding-left: 10px;
  }
  .header-kontakt {
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 992px) {
  .logo-wrap {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .padding-inner-25 {
    padding: 0 25px 0 25px;
  }
  .navbar-nav {
    padding-right: 25px;
  }
  .logo-wrap {
    padding-left: 25px;
  }
  .header-kontakt {
    padding: 0 25px 0 25px;
  }
}
.glyph::before {
  font-style: normal;
  font-weight: normal;
  font-family: "Glyphicons Halflings";
  font-size: 18px;
  padding-right: 10px;
  float: left;
  color: #000000;
}
.main.header {
  float: left;
  width: 100%;
}
.main.header img {
  float: left;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .main.header img {
    width: 150px;
    height: auto;
  }
}
.small-head-wrap {
  position: relative;
  z-index: 9997;
}
.small-nav-dir {
  padding-top: 10px;
}
#mobile-navigation {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 9998;
  top: 70px;
  left: 0;
  display: none;
}
#mobile-navigation li a {
  padding: 20px 20px;
  display: block;
  cursor: pointer;
  color: #848484;
}
#mobile-navigation li a:hover {
  background: #dd0613;
  color: #fff;
  text-decoration: none;
}
.header-kontakt {
  float: left;
}
.header-kontakt span {
  float: left;
}
#tgm-kontaktbox {
  background-color: #f4f4f4;
  padding: 10px !important;
  margin-top: 10px;
}
#tgm-kontaktbox .glyph::before {
  padding-right: 20px !important;
}
#tgm-kontaktbox ul {
  float: left;
}
#tgm-kontaktbox .first-ul {
  padding-bottom: 10px;
  padding-left: 38px;
}
#tgm-kontaktbox li {
  float: left;
}
#tgm-kontaktbox li span,
#tgm-kontaktbox li a {
  position: relative;
  display: block;
  float: left;
  margin-top: 3px;
}
#tgm-kontaktbox .bold {
  font-weight: bold;
}
#tgm-kontaktbox .push-left {
  padding-left: 36px;
}
#tgm-kontaktbox ul {
  list-style: none;
}
.glyph.street::before {
  content: '\e021';
  padding-right: 17px !important;
}
.glyph.mobile::before {
  content: '\e145';
}
.glyph.email::before {
  content: '\2709';
}
.glyph.website::before {
  content: '\e135';
}
.glyph.fax::before {
  content: '\e045';
}
.Tx-Formhandler .error-box {
  padding-bottom: 10px;
}
.Tx-Formhandler .error-box span {
  margin-bottom: 10px;
  display: block;
}
.Tx-Formhandler .error-box .text-error .error {
  color: #dd0613 !important;
}
.Tx-Formhandler .container-fluid {
  padding: 0 !important;
}
.Tx-Formhandler [type=text]:not(#captcha),
.Tx-Formhandler textarea {
  width: 100%;
  margin-bottom: 10px;
}
.Tx-Formhandler #captcha {
  margin-left: 10px;
  width: 50%;
}
.Tx-Formhandler .captcha_image input,
.Tx-Formhandler .captcha_image img {
  float: left;
}
.Tx-Formhandler .note {
  padding-bottom: 20px;
}
.Tx-Formhandler .submit {
  padding-top: 20px;
  float: left;
  width: 100%;
}
.Tx-Formhandler .captcha_image col {
  padding: 0 !important;
}
.Tx-Formhandler #form-submit {
  padding: 10px 20px 10px 20px;
  float: right;
  background-color: #dd0613 !important;
  border: 3px solid #dd0613;
  color: #fff !important;
  cursor: pointer;
}
@media (max-width: 474px) {
  .Tx-Formhandler #form-submit {
    width: 100%;
  }
}
.Tx-Formhandler #form-submit:hover {
  border: 3px solid #dd0613;
  background-color: #fff !important;
  color: #dd0613 !important;
}
@media (max-width: 474px) {
  .footer-menu {
    float: left;
  }
  .footer-menu li {
    float: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 474px) {
  .footer-kontakt span {
    float: left;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .footer-kontakt span {
    margin-bottom: 10px;
  }
}
.footer-kontakt span {
  font-size: 12px !important;
}
.footer-kontakt .glyph::before {
  font-size: 12px !important;
  color: #fff !important;
}
.footer-kontakt span {
  font-size: 12px;
}
.footer .fm1::after {
  color: #fff;
}
.footer .fm1 {
  font-size: 12px;
}
#uid-7 h2,
#uid-13 h2 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 5px solid #dd0613;
}
#uid-7 .img-wrap,
#uid-13 .img-wrap {
  width: 100%;
}
#to-top {
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-color: #848383;
  position: fixed;
  right: 25px;
  bottom: 40px;
  text-align: center;
  line-height: 2.8;
  z-index: 999;
}
#to-top .arrow {
  width: 100%;
  height: 100%;
}
#to-top .arrow::after {
  font-style: normal;
  font-weight: normal;
  font-family: "Glyphicons Halflings";
  content: '\e113';
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#to-top:hover {
  background-color: #f4f4f4;
}
#to-top:hover .arrow::after {
  color: #dd0613;
}
.csc-sitemap ul {
  list-style: none;
}
#map_canvas {
  width: 100% !important;
  height: 300px !important;
}
#carousel-slider ol {
  display: none;
}
.csc-sitemap ul {
  list-style-type: disc !important;
}
.csc-sitemap ul li {
  list-style: disc !important;
}
