/****************************************
*****************************************
* Document: Basis
* Author: RUNDE8
* Description: Layout Color
* Maincolor: #e30018 (Gelb) / #014694 (Blau) / #878787 (Grau) / #f4f4f4 (Hellgrau)
*
* TABLEOFCONTENT
* #BASICS
* #HEADER
* ##MAINNAVI
* #CONTENT
* #FOOTER
* #RESPONSIVE

* INFOS
* dropdown entfernen?
****************************************
***************************************/

/** #BASICS **/

p, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight:800;
}
small, aside {
  font-weight: 300;
}
li {
  line-height: inherit;
}
a {
  text-decoration: underline;
}
.ce-headline-center {
  text-align: center;
}
/*#content .col-md-9.col-sm-12.col-xs-12 a {
  text-decoration: underline !important;
} */
a:link, a:visited {
  text-decoration:none;
}
a:hover, a:active {
  text-decoration:underline;
  outline:none;
}
ul.iconsList li a:hover {
  text-decoration:none;
}

hr {
  padding:0;
  margin:1.5rem 0;
}
label {
  font-size:1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;  
}
li {
  list-style: none;
}
pre code{white-space: pre-line;}

section.container > div {
    padding: 0 0 25px 0;
}
.align-center {
    text-align: center;
}
.indent {
    padding-left: 15px;
}
/************************/
/****** #HEADER *********/
/************************/
header .container {
    padding: 0 15px;
}

#mainHeader .pull-right{
  float:none !important;
  margin-top: 4% !important;
}
.navbar-brand {
  padding:15px 0;
  height:auto;
  transition:all 0.3s ease-out 0s
}
.page-header {
  display: inline-block;
  /*padding: 150px 0;*/
  width: 100%;
  /*background: no-repeat fixed center;*/
  background-size: cover;
  text-align: center;
  margin: -2rem 0 20px;
  border-bottom:0;
}
#page-header .title {
    margin-bottom: 5px;
    
}
#page-header .description {
    margin: 0;
}

/************************/
/****** ##MAINNAVI ******/
/************************/

/*.navbar-nav > li#lastMenu > a {
  padding-right: 0;
  } */
.navbar-nav {
  margin-left:0;
  margin-right:0;
}
.navbar-nav > li > a {
  display: block;
  padding: 11px;
}
.navbar-nav ul {
  display:none;
  padding: 0;
  margin: 0;
  list-style-type:none;
}
.navbar-nav ul li {
  position:relative;
}
.navbar-nav ul li a {
  display:block;
  padding:10px 0;
  font-size: 1.3rem;
}
.navbar-nav ul li a:hover {
  text-decoration:none;
}
.navbar-nav ul li ul {
  top:0;
}
.navbar {
  margin-bottom:0;
  border-radius:0;
  /*min-height: 87px;*/
  min-height: 0;
}
.navbar-header {
  padding-bottom:18px;
}
.navbar-header img {
    margin: 1.25rem 0;
}
.navbar-default {
  background:none;
  border:none !important;
  border-radius:0;
}
.navbar-default .navbar-toggle {
  margin-top: 22px;
  border:none;
}
.navbar>.container .navbar-brand {
  margin-left: 15px;
}
.nav.nav-tabs {
  margin-bottom:22px;
}
.navbar-collapse {
  padding: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
  right:auto;
}

li.Nactive>ul  {
  display: block !important;
}
/*

li.Nactive > ul.subMenu {
  display: block !important;
}
*/
.navbar-nav .Nactive .subMenu{
  margin-left:10px;
}
.f1-ebene:hover ul {
  display:block;
}

ul.dropdown-menu {
  position: static;
  clear: both;
  float: none;
  display: none;
  width:auto;
  background: none;
  border: none;
  box-shadow: none;

}

@media(min-width:768px){

  #mainHeader .pull-right{
    float:right !important;
  }
  
  .navbar-nav > li > a {
    padding: 22px 10px;
    line-height:6rem;
    vertical-align:middle;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .navbar-nav > li > a i {
    display: block;
  }
  .navbar-nav ul {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 9999;
  }
  .navbar-nav ul {
    width: 200px;
  }

  #mainMenu .navbar-nav li a.hasSubMenu:after{
    display: none;
  }

  #mainMenu .navbar-nav ul li a.hasSubMenu:after {
    content: '\e805';
    display: block;
  }

  .navbar-nav ul li a {
    padding:11px;
    display:block;
    font-size:1.25rem;
  }
  .navbar-nav ul li {
    padding:0;
  }
  .navbar> .container .navbar-brand {
    margin-left: 0;
  }
  .navbar-header {
    padding-bottom:0;
  }
  .navbar-collapse {
    padding-right:0;
  }
}

@media(min-width:992px){

  .fixedHeader .navbar-nav > li > ul {
    top:50px;
  }
  .fixedHeader #mainMenu > ul > li > a {
    padding: 10px 10px;
  }

  .fixedHeader .navbar-brand {
    padding:10px 0 0 0;
  }

  .fixedHeader .navbar-brand img {
    max-height: 72px;
  }
  .fixedHeader .navbar-header img {
    margin: 0;
}

}
@media(min-width:1200px){}


/************************/
/****** #CONTENT ******/
/************************/
.accordion-toggle i {
  margin-right: 10px;
}
.breadcrumbContainer .col-xs-12 {
    padding: 0;
}
.breadcrumbContainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 15px;
}
/*.breadcrumbContainer .row {
    margin-top: 3rem;
    padding: 0;
}*/
@media (min-width: 768px) {
  .breadcrumbContainer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .breadcrumbContainer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbContainer {
    width: 1170px;
  }
}
#ContentBereich {
    margin-top: 35px;
}
#ContentBereich h3 {
    display: block;
    float: left;
    width: 100%;
}
.ansprechpartner {
    display: block;
    float: left;
    width: 65%;
    margin-top:35px;
}
.ansThema {
    display: block;
    float: left;
    width: 35%;
    margin-top:35px;
    font-size:14px;
}
.anspImage {
    display: block;
    float: left;
    width: 30%;
}
.anspMail {
    display: block;
    float: left;
    width: 70%;
}
.anspMail .label {
    color: #e30018;
    font-size:100%;
}
#breadcrumb {
    display: inline-block;
    line-height: 10px;
    margin: 0 0 15px;
    width: 100%;
    padding-top:5px;
}
#breadcrumb ul {
  padding: 0 5px;
}
#breadcrumb ul li {
    color: #999;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
}
#breadcrumb ul li::before {
    content: ">";
    font-size: 10px;
    padding-right: 20px;
}
#breadcrumb ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}
#breadcrumb ul li:first-child::before {
    display: none;
}
#breadcrumb ul li a {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}
.borderList li {
  border-bottom: 1px solid rgba(125,125,125,0.5);
}
.btn {
  padding: 5px 12px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border:none;
  border-radius:4px;
}

.btn-lg {
  padding: 11px 19px;
  font-size: 18px;
  border-radius:6px;
}
.btn-sm {
  padding: 2px 10px;
  font-size: 11px;
  border-radius:3px;
}
.btn-xs {
  padding: 0 6px;
  font-size: 10px;
  border-radius:3px;
}
.btn-link {
  text-transform:none;
  text-shadow:none;
  padding:0;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
}
.btn i:before {
  text-align:left;
}
.btn-border {
  color:#fff;
}
#c140 > div {
    text-align: center;
}
.ce-bodytext h1 {
    line-height: 35px;;
}
.ce-menu {
    display: table;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
}
.ce-menu > li {
    display: block;
    float: left;
    margin:0 5px;
}
.ce-menu a {
    border-radius: 40px;
    line-height:30px;
    width: 32px;
    font-size:17px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration:none;
    display:inline-table;
}
.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, .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, .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, .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 {
  margin-bottom:22px;
}
#content {
    margin-top: 2rem;
}
.container {
  padding: 15px;
}
.content_start_wrap {
    background: #e30018 none repeat scroll 0 0;
    margin: 0 0 30px;
    display:flex;
}
.content_start_wrap .leftSide {
  float:left;
  padding:50px;
  text-align:center;
  width:50%;
  background-color:#e30018;
}
.content_start_wrap .leftSide #carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.contenttable td {
    padding: 5px;
}
td.align-right {text-align:right;}
.content_start_wrap .leftSide #slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 450px;
}

.content_start_wrap .leftSide #slides ul {
  list-style: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
}
.content_start_wrap .leftSide .btn-bar {
  margin-bottom:2rem;
}
.content_start_wrap .leftSide #slides li {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  position: relative;
}
.content_start_wrap .leftSide #buttons > a {
    color: #fff;
    font-size: 24px;
    margin: 3rem;
}
.content_start_wrap .rightSide {
  float:left;
  text-align:center;
  width:50%;
  max-height:425px;
}
.content_start_wrap .rightSide > img {
  max-width:100%;
}
.sectionColor2 {
  background-color: #e30018;
}
.content-12-right {
  background-color:#fff;
}

.error {
  padding: 5px;
  margin-bottom: 20px;
  display:block;
  font-size: 14px;
}
.flexslider {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    max-width: 100%;
}
.flex-disabled {
  display:none;
}
.flex-active-slide {
    margin-right: 0 !important;
}
.flex-direction-nav .flex-next {
  right:0;
}
#flexslider-248 ul.slides {overflow:hidden !important;}
.form-control {
  box-shadow:none;
  padding:12px;
  height:44px;
}
/* Startseite Flexslider */
.is--startseite .flexslider .caption-text {
    background-color: rgba(178,178,178, 0.8) !important;
    margin:0 auto;
    width:800px !important;
    top:60% !important;
    border-left:0 !important;
    margin-left:-400px;
    left:50% !important;
}
.is--startseite .tx-ws-flexslider .caption-title, .is--startseite .tx-ws-flexslider .caption-body {
  background-color:rgba(255,255,255,0);
}
.is--startseite .tx-ws-flexslider .caption-title {
  text-align:center;
  display:block;
  padding:35px 0 5px;
  color:#fff;
}
.is--startseite .tx-ws-flexslider .caption-body {
  color:#fff;
  padding-bottom:25px;
  width:100%;
}
@media(max-width:861px) {
  .is--startseite .flexslider .caption-text {
     width:100% !important;
     margin:0 !important;
  }
}
.has-feedback .form-control-feedback{
  top:48px;
}
hr.lineDouble {
  border-top: 4px double rgb(238, 238, 238);
}
hr.lineStar, hr.lineX, hr.linePlus, hr.lineDot, hr.lineLines {
  text-align: center;
}
hr.lineStar:after, hr.lineX:after, hr.linePlus:after, hr.lineDot:after, hr.lineLines:after {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  color: rgb(238, 238, 238);
  content: '\e815';
  display: inline-block;
  font-family: 'custom-icons';
  font-size: 1em;
  padding: 0 0.25em;
  position: relative;
  top: -0.8em;
  width: 33px;
}
hr.lineX:after {content: '\e816';}
hr.linePlus:after {content: '\e81c';}
hr.lineDot:after {content: '\e930';}
hr.lineLines:after {content: '\e866';}

hr.lineSmall {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.iconRounded{
  border-radius:50%;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size:18px;  
}

.iconRounded:before{margin: auto;text-align: center; line-height: 40px; }

.iconBig{
  font-size: 40px;
}

.iconBig.iconRounded{
  width:100px;
  height: 100px;
}

.iconBig.iconRounded:before{
  line-height: 100px;  
}

.iconMedium {
  font-size: 33px;
}

.iconMedium.iconRounded{
  width: 66px;
  height: 66px;
}

.iconMedium.iconRounded:before{
  line-height: 66px;  
}

.iconSmall:before {
  font-size: 10px;
}

.iconSmall.iconRounded{
  width: 26px;
  height: 26px;
}

.iconSmall.iconRounded:before{
  line-height: 26px;  
}

.iconBlocHeading { position:relative; padding-left:55px; }
.iconBlocHeading i { position:absolute; left:0; }
.iconBlocHeading h2{ display: block; font-size:18px; font-weight: 400; padding-top: 5px; }
.iconBlocHeading h2:after { content:none; }
.iconBlocHeading h3 { display: block; }
.iconList li:before{
  content:'\e801';
  font-family: 'custom-icons';
  font-size: 10px;
  text-align: left;
  padding: 0;
  margin:0;
  display:inline-block;
  margin-right:10px;
  line-height:1em;
}
.iconList li {padding:5px;}

.img-circle {
  width:140px;
  height:140px;
}
.imgBorder {
  border-radius:11px;
  overflow: hidden;
  /*padding:5px;*/  
}
.imageContentText > p {
    
}
.col-sm-6 .imageContentText {
    width: 50%;
}
.col-sm-6 .imageContentText h3 {
  font-size:18px;
}
.imageContentText {
   background-color:rgba(196,165,0,0.5);
    display: block;
    float: left;
    height: 100%;
    padding: 2rem;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 999;
}
imageContentText a:hover {
  background-color:#fff;
  color:#e30018;
}
.imageContentText {
    background-color: rgba(255, 213, 0, 0.5);
    display: block;
    float: left;
    height: 100%;
    padding: 2rem;
    position: absolute;
    top: 0;
    width: 40%;
    z-index: 999;
}
.imageContentText h3 {
    color: #555 !important;
    display: block;
    font-size: 3rem;
    width: 100%;
    word-wrap: break-word;
}
.imageContentText > span {
    display: block;
    position: relative;
    width: 100%;
}
.imageContentImage {
    position: relative;
}
.imageContentImage > img {
    width: 100%;
}
.col-md-6 .imageContentText {
    width: 65%;
}
.col-md-6 .imageContentText span h3 {
    font-size: 2rem !important;
}
.btn-imageContentBox {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    margin-top: 2rem;
    padding: 10px 34px;
    text-align: center;
    position:absolute;
    bottom:5%;
    left:30%;
}
.iconBoxSin i::before {
    margin-right: 1rem;
}
.noMargin {
  margin:0!important;
}
.noPaddingBottom {
  padding-bottom:0!important;
}
.noPaddingTop {
  padding-top:0
}
.noBorder {
  border:none!important;
}
.pageTitle, .pageSubtitle {
    text-align: center;
}
.panel-group .panel+.panel {
  margin-top: 0;
}
.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
}
.panel-heading .accordion-toggle:before {
  font-family: "Glyphicons Halflings";
  content: "\e114";    
  float: left;
  margin-right:1.5rem;  
}
.panel-title a {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  outline:none;
}
.panel-heading .accordion-toggle.collapsed:before{
  font-family: "Glyphicons Halflings";
  content: '\e080';   
}
.powermail_form.powermail_form_2.nolabel > h3 {
    display: none;
}
.powermail_legend {
    display: none;
}
.powermail_form {
    margin: 15px 0 100px;
}
.powermail_form .powermail_input {
    margin: 0 0 25px;
    position: relative;
}
.powermail_form .powermail_input input[type="text"] {
    color: #808080;
    display: block;
    height: 45px;
    padding-left: 40px;
    width: 100%;
}
.powermail_form .powermail_input input[type="text"]:-moz-placeholder {
    color: #808080;
}
.powermail_form .powermail_input input[type="text"]::-moz-placeholder {
    color: #808080;
}
.powermail_form .powermail_input textarea {
    color: #808080;
    display: inline-block;
    height: 170px;
    padding-left: 40px;
    padding-top: 12px;
    width: 100%;
}
.powermail_form .powermail_input textarea:-moz-placeholder {
    color: #808080;
}
.powermail_form .powermail_input textarea::-moz-placeholder {
    color: #808080;
}
.powermail_form .powermail_input::after {
    color: #808080;
    height: 45px;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
.powermail_form .powermail_label {
    display:block;
    float:left;
    width:30%;
    font-size:14px;
    border-bottom:0;
}
.powermail_form .powermail_field {
    display:block;
    float:left;
    width:65%;
    font-size:14px;
    height:30px;
    margin-bottom:1rem;
}
.powermail_fieldwrap {
    /*padding: 25px 0;*/
    width: 100%;
}
.powermail_fieldwrap_type_submit {
    padding: 25px 0 !important;
}
.powermail_fieldwrap fieldset {
 width:100%;
}
.powermail_submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 10px;
    box-shadow: none;
    height: 30px;
    width: 100% !important;
}
.powermail_check_legend {
    margin-right: 10px;
    width: auto !important;
}
.powermail_radio_inner {
    display: block;
    float: left;
}.powermail_radio_inner {
    margin-right: 50px;
}
.parsley-required {
    color: red;
    font-weight: bold;
}
textarea.powermail_textarea {
  min-height:100px !important;
}
/* POWERMAIL INDIVIDUELL */

/* POWERMAIL INDIVIDUELL END */

.progress {
  height:44px;
  border-radius: 0;
  box-shadow: none;
}
.progress-bar{
  padding:11px;
  text-align: right
}

/*.row {
  padding: 3rem 0;
}*/
.subSideNav.sec-step {
    padding-left: 30px;
}
.subSideNav.thr-step {
    padding-left: 40px;
}
.service-block {
  margin-top: 3rem;
}
select#leistungen {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 0 none;
    font-size: 14px;
    height: 35px;
    padding-left: 11px;
    width: 100% !important;
}
.sidebar-widget{
  float: right;
  width: 100%;
  margin: 0 0 20px;
  padding: 0px 1rem;
  margin: 0 1rem;
}

/*section.container {
  padding:3rem 0;
}*/
.sectionColored {
  /*padding: 15px;*/
  padding:50px 15px 15px;
}
.sidebar-widget.search input.searchField {
  float: left;
  padding-left: 20px;
  width: 83.42857142857143%;
  height: 35px;
  background: #f4f4f4;
  font-size: 14px;
  color: #333333;
  border :medium none;
}
.sidebar-widget.search .search-btn {
  float: right;
    width: 12.857142857142856%;
    border :medium none;
    height: 35px;
    background: #e30018;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sidebar-widget.search .search-btn:hover {
  background: #333333;
}
.securityCheck .has-feedback  .form-control-feedback{
  top: 5px;
  right: 20px;
}

.service {
  margin: 50px 0;
    padding: 0 10px 40px;
    text-align: center;
    cursor: pointer;
    height:400px;
}
.service .icon {
  display: inline-block;
    margin: -64.5px 0 30px;
    width: 129px;
    height: 129px;
    font-size: 40px;
    line-height: 129px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service h3 {
  text-transform: uppercase;
}
.subnav {
  margin-bottom: 20px;
}
.subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subnav ul li a {
  margin:0;
  padding:2px 0 2px 5px;
  display: block;
  /*border-bottom: 1px dashed #878787; /*vorher d8d8d8*/
  color:#000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 400 !important;
}
.subnav a:before {
  content: ">";
  color: red;
  padding-right: 5px;
}
li.level1 ul {
  padding-left: 15px;
}
.subnav li.level1:first-child {
  margin-top:0rem;
}
.subnav li.level1 {
  background-color: #f5f5f5;
  margin-top: 1rem;
  padding:1rem 0.5rem;
}
.subnav ul li a:hover {
  text-decoration: none;
  background-color: #f4f4f4;
}
.team-block {
  display: inline-block;
  /*width: 100%;*/
  margin-top:1.5rem;
}
.team-block .team-member {
  position: relative;
    margin: 0 0 50px;
    text-align: center;
}
    
.team-block .team-member img {
    width: 100%;
    display: block;
}
.team-block .team-member .inner {
  padding: 40px 20px;
}
.team-block .team-member .inner .name {
    margin: 0;
}
.team-block .team-member .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.team-block .team-member .hover .description {
    float: left;
    padding: 15px 30px;
    width: 100%;
    height: 100%;
    display: table;
    line-height: 25px;
}
.team-block .team-member .hover .description p {
    display: table-cell;
  vertical-align: middle;
}
.team-block .team-member .hover .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 44px 30px;
    width: 100%;
    height: 138px;
    text-align: center;
}
.team-block .team-member .hover .read-more .button {
    display: inline-block;
}
.team-block .team-member:hover .hover {
    opacity: 1;
}
.team-block .team-join {
    margin: 0 0 50px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}
.team-block .team-join .content {
  width: 100%;
    height: 100%;
    display: table;
}
.team-block .team-join .content p {
    display: table-cell;
    vertical-align: middle;
}

.teaserImage {
  max-width: 100vw;
  height: 272px;
  object-fit: cover;
  max-height: 272px;
  width: 100%;
  border: 1px solid #fff;
}
.teaserTitel {
    text-align: center;
    margin:15px 0 5px 0;
}

.teaserContent {
    padding: 1rem;
    text-align:center;
}
.contentTeaser .read-more {
    padding: 15px 0;
    text-align: center;
}
.tips{
  display:inline-block;
}
.tx-ws-flexslider .caption-text {
  width:auto;
  /*border-left:25px double #e30018;*/
  padding:0 0 0 10px;

}
.tx-ws-flexslider .caption-title {
  font-weight:normal;
  text-transform:uppercase;
  padding:5px;
  display:table;
}
.tx-ws-flexslider .caption-body {
  padding:5px;
  display:table;
}
/* Flexlider Spezielle Positionierung */
header .tx-ws-flexslider .caption-text {
  left:25% !important;
  top:15% !important;
}
.msos .tx-ws-flexslider .caption-text {
  top:15%;
}
.msos .tx-ws-flexslider {
    margin-bottom: 35px;
}
@media(max-width:860px) {
  .tx-ws-flexslider .caption-title, .tx-ws-flexslider .caption-body {
    background-color:rgba(255,255,255,0) !important;
    margin-top:15px !important;
}

}
@media(max-width:767px){
  #mainHeader {
    background:none !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
}

@media(min-width:768px){
  
  .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, .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, .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, .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 {
    margin-bottom:0;
  }
}

@media(min-width:992px){}

@media(min-width:1200px){}




/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
  #boxedLayout {padding-top: 22px;}
  #boxedLayout #outtestWrapper{
    width:768px;
    margin:auto;
    background: #fefefe;
  }
  #boxedLayout .navbar-fixed-top {position: static;}

  .boxIconServices h2{font-size:20px;  }
  .boxIconServices i{float:left;}
  .boxIconServices.posLeft i{ float:left;}
  .boxIconServices .boxContent {padding:0 0 0 152px; text-align:left;}
  .boxIconServices.posLef .boxContent {padding:0 0 0 152px;  }
}

@media(min-width:992px){

  #boxedLayout #outtestWrapper{
    width:992px;
  }

  .boxIconServices.posLeft i { float:right;}
  .boxIconServices.posLeft .boxContent {padding:0 152px 0 0;text-align: right;}
  .boxIconServices i { float:left;}
  .boxIconServicest .boxContent {padding:0 0 0 152px;}
  
}

@media(min-width:1200px){
  #boxedLayout #outtestWrapper{
    width:1200px;
  }
}


@media(max-width:767px){
  .btn-lg {
    padding: 14px 18px;
    font-size: 18px;
  }
}

@media(min-width:768px){

}

@media(min-width:992px){
  
  .ctaBox a {float:right; margin-top:0;}

  a.btnLeft{float:left;}
}

@media(min-width:1200px){}





/************************/
/****** #FOOTER *********/
/************************/


footer {
  padding:44px 0 0 0;
  /*margin-top: 3rem;*/
  margin-top:0rem;
}
#page-2 footer {
  margin-top: -3rem;
}
#page-21 section.container .col-md-8 a {color:#878787; text-decoration:underline;}
footer h1, footer h2, footer h3, footer h4 {
  font-size:20px;
}
footer .ce-menu {
  display:inline-block;
  padding:0;
  margin-bottom:15px;
}
footer .ce-menu li {
  width:100%;
  text-align:left;
  line-height:25px;
  margin:0;
}
footer .ce-menu li a {
  background-color:rgba(255,255,255,0);
  color:#f4f4f4;
  height:auto;
  display:inline;
  font-size:14px;
  padding:0;
  border-radius:0;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
footer .ce-menu li a:hover {
  background-color:rgba(255,255,255,0);
  border-bottom:1px solid #e30018;
  color:#e30018;

}
/* FOOTER Icons LEFT */
/*.footerIcons {
    left: 0;
    position: fixed;
    top: 116px;
    z-index:9999;
}
.footerIcons .headMenuRider > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footerIcons .headMenuRider li {
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 5px 0 10px;
    background-color:rgba(244,244,244,0.9);
    margin-left:-155px;
    display:table;
    transition:all 0.5s ease-in-out 0s;
    width:200px;
}
.footerIcons .glyphicon {
    float: right;
    font-size: 22px;
    padding: 7px;
}
.footerIcons .headMenuRider li:hover {
  margin-left:0;
}

.footerIcons .headMenuRider li:hover {

}*/
/* Footer Icons Left End */
.footerIcons {
    left: 100%;
    position: fixed;
    top: 30%;
    z-index:9999;
}
.footerIcons .headMenuRider > .iconBoxFo {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footerIcons .headMenuRider .iconBoxSin  {
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 5px 0 10px;
    background-color:rgba(244,244,244,0.9);
    margin-left:-35px;
    display:table;
    transition:all 0.5s ease-in-out 0s;
    width:200px;
}
.footerIcons .glyphicon, .footerIcons .fa {
    float: left;
    font-size: 22px;
    padding: 12px;
}
.footerIcons .headMenuRider .iconBoxSin:hover {
    margin-left:-200px;
}
.fixedHeader#mainHeader .pull-right {
  margin-top: 0% !important;
}
.fixedHeader img.img-logo-normal {
  display: none;
}
img.img-logo-sticky {
  display: none;
}
.fixedHeader img.img-logo-sticky {
  width: 100px;
  height: auto;
  display: block;
  /* padding: 1.25rem 0; */
}
#footerLogo {
  margin-bottom: 22px;
}
#footerCopyr {
  padding:0;
  margin-top:15px;
  text-align: center;
  font-size:12px;
}
.footerWidget {
  margin-bottom: 22px
}
.footerMenu ul {
  padding:0;
}
.footerMenu li {
  float:left;
  display:block;
  margin-right:15px;
}
.footerMenu li::after {
    content: "|";
    padding-left: 15px;
}
.footerMenu li:last-child::after {
    content: "";
}
.preFooter li {
  display: flex;
  flex: 1;
  text-align: center !important;
}
ul.nav.navbar-nav.list-inline {
  width: 100%;
  display: flex;
  justify-content: center;
}
.preFooter.hidden-xs {
    background-color: #3e3e3e;
    display: block;
    width: 100%;
    /*margin-bottom:3rem;*/
    margin-bottom:0;
    padding:1rem 0;
    display: none;
}
.preFooter li {
  padding: 0;
}
.preFooter li>a {
  display: flex;
  width: 100%;
  flex: 1;
  text-align: center !important;
  justify-content: center;
  border-left: 1px solid #666;
  color: #fff;
  padding: 0;
}
.preFooter li>a:hover {
  color: #fff;
  background-color:#4e4e4e;
}
.preFooterSection {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.preFooterSection .row {
  display: flex !important
}
.preFooterSection .colmnsfoot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.colmnsfoot a {
  color: #fff !important;
}
.colmnsfoot i.fa {
  color: #fff !important;
  font-weight: 300;
  font-size: 18px;
  margin-right: 1rem;
}
.preFooter h3 {
    color: #f4f4f4;
}
.preFooterSection.container > p {
    margin-bottom: 2rem;
}
.preFooterSection.container > a {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    line-height: 1rem;
    padding: 7px;
}
.preFooterSection.container > a:hover {
    background-color: #fff;
    color: #e30018;
    text-decoration: none;
}
ol.breadcr-kfd {
  list-style: none;
  display: inline-flex;
  padding-left: .25rem;
}
ol.breadcr-kfd li {
  float: left;
  display: inline;
}







/** center content **/
.container.vAlignCenter {
  display:table;
  height:100%;
  width:100%;
}
.vAlignCenter .row {
  display:table-cell;
  height:100%;
  width:100%;
  vertical-align:middle;
  text-align:center;
}

@media(min-width:768px){
  
  .formatIcon i {font-size: 33px;}
  #html5Video { height:350px;}
}
@media(min-width:992px){
  #html5Video { height:400px;}
}

@media(min-width:1200px){
  #html5Video { height:450px;}

}


/*** Scroll up Button ***/
#nekoToTop{
  position: fixed;
  bottom: 0;
  right: 20px;
  padding:5px;
  display:none;
  border-radius: 4px 4px 0 0;
  width: 50px;
  text-align: center;
  z-index:100;
}




.pinInfo {
  /*padding-right:80px;*/
}

.pinInfo p {font-size: 12px; margin-bottom: 33px;}
/* end update 20140625*/

/*** social icons ***/
ul.socialNetwork {padding:0; display: block;}
ul.socialNetwork li {display:inline-block; list-style-type: none;}

.newscard {
  width: 33.33%;
  display: flex;
  float: left;
}
.newscard .card-frame {
  padding: 0 1rem;
}
.news-datetime {
  margin-bottom: .875rem;
  text-transform: uppercase;
  font-size: 14px;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.news-list-view .card-holder img {
  max-width: 100vw;
  height: 156px;
  object-fit: cover;
  max-height: 272px;
  width: 100%;
  border: 1px solid #fff;
}
.card-body {
  padding: 1.25rem 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-body .title {
  font-size: 18px;
  margin-bottom: .875rem;
  font-weight: 700;
}
.news {
  margin-top: 2rem;
}
section#subcontent {
  background-color: #f5f5f5;

}
section#subcontent .highlightbox {
  background: url('../Images/kreiskreuz-links.png') no-repeat;
  padding: 2rem 0;
}
header.navbar-fixed-top {
  background: rgba(255,255,255,1);
}
.card-text {
  border-bottom: 1px solid #333;
  margin-bottom: 1rem;
}
.newscontent .card-text {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
.newscontent .card-body a.btn-more {
  color: #fff;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}
p.credits {
  padding:1.5em;
  margin-bottom:1.5em
}
/*** end responsive video ***/

/*** share plugin ***/

.sharrre .button {
  float: left;
  width: 60px;
}
#shareme h4 {margin-top: 22px; font-size: 16px;}
#shareme a {
  display:block;
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 10px;
  float:left;
  border-radius:5px;
  margin-right: 5px;
}
#shareme i {color:#fff;}
#shareme .facebook {background:#3b5998;}
#shareme .twitter {background:#55ACEE;}
#shareme .googleplus {background:#d34836;}


/*** Buttons **/
#sharemeBtn a {margin:0 11px 11px 11px; }
#sharemeBtn a, #sharemeBtn i {color:#fff;}
#sharemeBtn .btnFacebook {background:#3b5998;}
#sharemeBtn .btnTwitter {background:#55ACEE;}
#sharemeBtn a.btnFacebook:hover {border-color:#3b5998;}
#sharemeBtn a.btnTwitter:hover {border-color:#55ACEE;}

/*** Anpassung Suche **/
.tx-indexedsearch-searchbox form table {width: 100%;}
.tx-indexedsearch-searchbox form table tbody tr {display:inline;}
.tx-indexedsearch-searchbox form table tbody tr td {display:inline;}
.tx-indexedsearch-searchbox form table tbody tr td .tx-indexedsearch-searchbox-sword {width:40% !important;} 
.tx-indexedsearch-searchbox form table tbody tr td .tx-indexedsearch-searchbox-button { width:30% !important;}
.tx-indexedsearch-searchbox form table tbody tr td:first-child {display:none;}
.tx-indexedsearch-searchbox form p a {display:none;}
.tx-indexedsearch-icon.icon > img {display:none;}

.cardNews {
  display: flex;
}
.row.news-list-item {
  margin-bottom: 2.5rem;
  padding: 2rem 0;
  border-bottom: 2px solid #eee;
}
.news-list-item h3 {
  font-size: 1.75rem !important;
  text-transform: initial;
}
.news-list-item .lead {
  font-size: 1.5rem;
  font-weight: normal;
}
.news-list-item .extra {
  font-size: 1.25rem;
}
.news-list-item a.btn.btn-default.btn-read-more {
  background: transparent;
  border: 0;
  padding: 0;
  
  border-radius: 0;
  font-weight: bold;
  font-size: 1.5rem;
}
.news-list-item a.btn.btn-default.btn-read-more:hover {
  text-decoration: underline;
  color: #fff !important;
}
/* SLICKSLIDER START */
.slide_item {
  display: flex;
  flex-direction: row;
}
.slide_item_img {
  width: 66.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 500px;
  max-height: 500px;
  object-fit: cover;
  float: left;
}
.slide_item_content {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 4rem;
}
.slide_item_title {
  font-size: 3.5rem;
  margin-bottom: 2.5rem;
  text-transform: none;
}
.slick-dots {
  transition: left 1s cubic-bezier(0.19,1,0.22,1);
  display: block;
  position: absolute;
  bottom: 0.625rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
  left: 1.25rem;    
}
@media (min-width: 48rem) {
  .slick-dots {
      bottom: 1.875rem;
      left: calc(50% + 3.25rem);
  }    
}
@media (min-width: 62rem) {
  .slick-dots {
      left: calc(50% + 4.5rem);
  }    
}
@media (min-width: 75rem) {
  .slick-dots {
      left: calc(66.6% + 4.5rem);
  }
}
/* SLICKSLIDER END */


@media screen and (min-width: 861px) {
  .tx-ws-flexslider .caption-align-left .caption-text {
    bottom: 20px;
    top: auto;
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
    background-color: rgba(255,255,255,0.7);

  }
}
.tx-ws-flexslider .caption-title {
  font-weight: bold;
  text-align: center;
  color: #e30018 !important;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
}
.tx-ws-flexslider .caption-body {
  color: #000;
  background-color: transparent;
  display: block;
  text-align: center !important;
}
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 15px;
    margin-top: 50px;
    background-color: #fff;

}
.search-form-wrapper {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px 15px;
    margin-top: 50px;
    background-color: rgba(255,255,255,0.8);
    top: 100px;
    z-index: 9999;
}
.fixedHeader .search-form-wrapper {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px 15px;
    margin-top: 50px;
    background-color: rgba(255,255,255,0.8);
    top: 30px !important;
    z-index: 9999;
}
.search-form-wrapper.open {
    display: block;
}
a.search-form-tigger {
    padding: 40px 10px !important;
}
.fixedHeader a.search-form-tigger {
    padding: 30px 10px !important;
}
.news-list-item .col-md-4.col-12 img {
    max-width: 100%;
    height: auto;
}
.cat_meta {
    font-size: 1.35rem;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}


