/* --------------------------------------------------------------
Customized CSS-Code

>>> TABLE OF CONTENTS:
-----------------------------------------------------------------
# CMS-Site
---------------------------------------------------------------*/

/****************
 CMS-Site styles
 ***************/
 .autosize img{
  width: 100%;
  height: auto;
}
.mt-0 {
	margin-top: 0 !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.display-block {
  display: block;
}



/* HEADER ------------------------------------------------------------------- */
/* NOTE: HEADER */
.header .home-style2 .navbar-brand img {
  max-width: 400px;
}
.header .home-style2 #Main-nav ul.nav > li > a {
	padding: 28px 20px;
}
@media (min-width: 992px) {
	.header .home-style2 #Main-nav ul.nav > li .dropdown-child {
		width: 220px;
	}
	.header .home-style2 #Main-nav ul.nav > li .dropdown-child li a {
		padding: 15px 10px 15px 16px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .home-style2 #Main-nav ul.nav > li > a {
    padding: 28px 8px !important;
  }
  .header.home2.is-sticky .home-style2 #Main-nav ul li a {
    padding: 20px 8px !important;
  }
}
@media (max-width: 480px) {
  .header .home-style2 .navbar-brand img {
    max-width: 100%;
  }
}


/* FOOTER ------------------------------------------------------------------- */
/* NOTE: FOOTER */
#main-footer .widget-area .widget-contact .contact-info-widget ul li {
  padding-bottom: 5px;
}
#main-footer .widget-area .widget-contact .contact-info-widget ul li:first-child {
  width: 100%;
}
#main-footer .widget-area .additional-info-widget ul {
  padding: 0;
  margin: 0;
}
#main-footer .widget-area .additional-info-widget ul li {
  list-style: none;
  display: block;
  padding: 15px 12px 5px 0;
}
#main-footer .widget-area .additional-info-widget ul li span.custom a {
  color: #a1a1a1;
}
#main-footer .widget-area .additional-info-widget ul li span.custom a:hover {
  text-decoration: none;
}
#main-footer .widget-area .additional-info-widget ul li i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f0f0f0;
  display: inline-block;
  background-color: #696969;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-clip: padding-box;
}
#main-footer .widget-area .additional-info-widget ul li a:hover i,
#main-footer .widget-area .widget-contact .contact-info-widget ul li a:hover i {
  background-color: #f05907;
}
#main-footer .widget-area .widget-contact .contact-info-widget ul li:hover i {
  background-color: #696969;
}
@media (max-width: 991px) {
  #main-footer .widget-area .widget-contact {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #main-footer .widget-area .widget-contact .contact-info-widget ul li a {
    display: block;
  }
  #main-footer .widget-area .widget-contact .contact-info-widget ul li a span.txt {
    padding-left: 35px;
    display: block;
    padding-top: 4px;
  }
  #main-footer .widget-area .widget-contact .contact-info-widget ul li span.custom {
    padding: 0 0 0 2px;
  }
  #main-footer .widget-area .widget-contact .contact-info-widget ul li .custom.email i {
    position: static;
  }
}


/* BREADCRUMB --------------------------------------------------------------- */
/* NOTE: BREADCRUMB */
body .header-breadcrumb.separat{
  padding: 0;
}
body .header-breadcrumb .breadcrumb{
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  opacity: 0.7;
}
body .header-breadcrumb .page-title {
  font-size: 24px;
  line-height: 24px;
}


/* CALL-TO-ACTION ----------------------------------------------------------- */
.call-to-action .call-action-wrap .h5.prio,
.call-to-action .call-action-wrap h5 {
  font-size: 24px;
  color: #3a3a3a;
  margin-top: 20px;
  margin-bottom: 10px;
}


/* UL: SPEZIAL LISTS -------------------------------------------------------- */
/* NOTE: UL: SPEZIAL LISTS */
ul.speziallist h4 {
  font-weight: bold;
  font-size: 14px;
}
ul.speziallist p {
  margin-left: 0;
}

ul.wb-fa-list {
  list-style: none;
}
ul.wb-fa-list li {
  position: relative;
}
ul.wb-fa-list li::before {
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;        
}
ul.wb-fa-list.pro li::before, 
ul.wb-fa-list.contra li.pro::before {
  content: "\f00c"; /* check: "\f046" */
  color: green;
}
ul.wb-fa-list.contra li::before {
  content: "\f00d"; /* minus: "\f068" */
  color: red;
}


/* Cookie Consent v3 Theme -------------------------------------------------- */
#cc-main {
    --cc-bg: rgba(0, 0, 0, .8);
    --cc-primary-color: #fff;
    --cc-secondary-color: rgba(255, 255, 255, .75);
    --cc-btn-primary-bg: #F67000;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-hover-bg: #f4a000;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-secondary-bg: #F67000;
    --cc-btn-secondary-color: #fff;
    --cc-btn-secondary-hover-bg: #f4a000;
    --cc-btn-secondary-hover-color: #fff;
    --cc-toggle-on-bg: #F67000;
    --cc-toggle-off-bg: rgba(255, 255, 255, .3);
    --cc-toggle-on-knob-bg: #fff;
    --cc-toggle-off-knob-bg: #fff;
    --cc-separator-border-color: rgba(255, 255, 255, .15);
    --cc-cookie-category-block-bg: rgba(255, 255, 255, .05);
    --cc-cookie-category-block-border: rgba(255, 255, 255, .1);
    --cc-cookie-category-block-hover-bg: rgba(255, 255, 255, .1);
    --cc-overlay-bg: rgba(0, 0, 0, .5);
    --cc-badge-bg: #F67000;
    --cc-badge-color: #fff;
}


/* LAYOUT: HOMEPAGE   --------------------------------------------------------*/
/* NOTE: LAYOUT: HOMEPAGE */
#index-slider2 .sp-text-container {
  padding: 0 !important;
  display: flex;
  align-items: center;
  height: 100%;
}
#index-slider2 .sp-caption-title {
  padding: 1.5% 15px 1.5% 15px !important;
  border-color: #f67000 !important;
}
#index-slider2 .sp-caption-description {
  padding: 1.5% 15px 1.5% 15px;
  border-left: 10px solid #f4a000;
  border-right: none;
}
@media (min-width: 768px) {
  #index-slider2 .sp-caption-title {
    font-size: 2.3rem;
  }
  #index-slider2 .sp-caption-title p {
    display: inline-block;
  }
  #index-slider2 .sp-caption-description {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #index-slider2 .sp-caption-title {
      margin-bottom: 0;
      text-align: center;
  }
}

div .p.prio ,div.row .p.prio{
  box-sizing: border-box;
  margin: 0 0 10px;
  font-family: "open Sans",Arial,Verdana;
  font-weight: 400;
  font-size: 1.4rem;
  color: #767676;
  line-height: 24px;
}
  /* ELEMENT: TABS -----------------------------------------------------------*/
	/* NOTE: ELEMENT: TABS */
  .smartweb-tab-3 .smartweb-tab-3-nav li {
    border-top: 0;
  }
  .smartweb-tab-3 .smartweb-tab-3-nav li:before {
    background: none !important;
  }
  .smartweb-tab-3 .smartweb-tab-3-nav li a {
    height: 126px;
  }
  .smartweb-tab-3 .smartweb-tab-3-nav li a.active, .smartweb-tab-3 .smartweb-tab-3-nav li a:hover {
      border-top: 3px solid #eec000;
      z-index: 1;
  }
  .smartweb-tab-3 .smartweb-tab-3-nav li a:focus::before, .smartweb-tab-3 .smartweb-tab-3-nav li a.active::before, .smartweb-tab-3 .smartweb-tab-3-nav li a.hover::before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
  }
  .smartweb-tab-3 .smartweb-tab-3-nav li a:not(.active):hover {
    border-top: none;
  }
  .smartweb-tab-3 .smartweb-tab-3-nav li a.active:after, .smartweb-tab-3 .smartweb-tab-3-nav li a:focus::after, .smartweb-tab-3 .smartweb-tab-3-nav li a:hover:after {
      content: "\f0d7";
      display: inline-block;
      position: absolute;
      bottom: -15px;
      font-family: FontAwesome;
      font-size: 20px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #3a3a3a;
  }
  @media (max-width: 767px) {
    .smartweb-tab-3 .smartweb-tab-3-nav li.active:after, .smartweb-tab-3 .smartweb-tab-3-nav li:hover:after {
      display:none;
    }
    .smartweb-tab-3 .smartweb-tab-3-nav li a.active:after, .smartweb-tab-3 .smartweb-tab-3-nav li a:focus::after, .smartweb-tab-3 .smartweb-tab-3-nav li a:hover:after {
  content: "\f0da";
      bottom: auto;
      top: 0;
      left: 0;
      font-size: 35px;
      height: 125px;
      line-height: 125px;
      display: inline-block;
      position: absolute;
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #3a3a3a;
    }
  }


/* LAYOUT: CONTENT-SITE   ----------------------------------------------------*/
/* NOTE: LAYOUT: CONTEN-SITE */
/*
.introtext > div:first-child{
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  padding: 20px;
}
*/
.introheading h1,
.introheading h2 {
  font-size: 30px;
  margin-top: 0;
  word-break: break-word;
}
.intro {
  display: flex;
  flex-wrap: wrap;
}
.intro .introtext,
.intro .introimage {
  align-self: center;
}
.introtext p:first-child:first-letter {
  color: #f67000;
  float: left;
  font-family: Georgia;
  font-size: 50px;
  line-height: 40px;
  padding: 3px;
  margin-right: 5px;
  border: 1px dashed #767676;
  background: #f5f5f5;
  display: block;
}
.introtext .ce-nowrap .ce-bodytext {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.introheading{
  padding-bottom: 20px;
}
.articletext{
  position: relative;
  float: left;
  padding-top: 25px;
}
.articletext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -150px;
  background: #f67000;
  width: 300px;
  max-width: 40%;
  height: 3px;
}
.articletext > div{
  margin-top: 30px;
  max-width: 90%;
}
.articletext p{
  margin-left: 15px;
}

/* PAGE: ABOUT US ----------------------------------------------------------- */
/* NOTE: PAGE: ABOUT US */
.about-us-head {
  margin-bottom: 15px;
}
.about-us-head h2 {
  color: #3a3a3a;
  font-weight: 900;
}
.about-us-head h3 {
  color: #3a3a3a;
}
section.team-section .team-item {
  margin-bottom: 4rem;
}
section.team-section .team-item img {
  filter: grayscale(85%);
  -webkit-filter: grayscale(85%);
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.team-section .team-item:hover img,
section.team-section .team-item.colored img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.team-item .team-content .team-social li.letter a {
}
.team-item .team-content .team-social li.letter a::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f003";
  padding-right: 4px;
}

@media (max-width: 1199px) {
  .about-us-head {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .team-section .team-items .img_txt {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .team-items .col-xs-6 { width: 100%; }
  .about-us-head h2,
  .about-us-head h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 434px) {
  .about-us-head h2,
  .about-us-head h3 {
    font-size: 1.8rem;
  }
}


/* CE: Text & Media --------------------------------------------------------- */
/* NOTE: CE: Text & Media */
.ce-nowrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important
}
.ce-nowrap .ce-gallery {
  margin: 0 !important;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.ce-nowrap.ce-left .ce-gallery {
  order: 0;
  padding-right: 30px;
}
.ce-nowrap.ce-right .ce-gallery {
  order: 2;
  padding-left: 30px;
}
.ce-nowrap .ce-bodytext {
  margin: 0 !important;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.ce-border img, .ce-border iframe {
  border-color: rgba(0,0,0,0.25);
  border-width: 1px;
}
@media (max-width: 480px) {
  .frame-indent {
    margin-left: 5%;
    margin-right: 5%
  }
}
@media (max-width: 768px) {
  .ce-nowrap {
    flex-direction: column;
  }
  .ce-nowrap.ce-left .ce-gallery,
  .ce-nowrap.ce-right .ce-gallery {
    padding: 0;
    float: none;
    order: 2;
  }
  .ce-nowrap .ce-gallery,
  .ce-nowrap .ce-bodytext {
    max-width: 100%;
  }
}


/* CE: Jumbotron mit Hintergrundbild --------------------------------------- */
.jbtron .sp-image-container {
  margin: 0 auto;
  max-width: 2100px;
}
.jbtron .sp-text-container {
  max-width: 1920px;
}

/* EXT: FORM --------------------------------------------------------------- */
/* NOTE: EXT: FORM */
.frame-type-form_formframework form textarea {
	height: 180px;
}
.frame-type-form_formframework form legend {
	border-bottom: none;
}
.frame-type-form_formframework form .form-label {
	display: none;
}
.frame-type-form_formframework form .form-control {
	border-radius: 0;
}
.frame-type-form_formframework form .table-responsive > .table > tbody > tr > td:nth-child(even) {
	white-space: normal;
}
.frame-type-form_formframework form .form-navigation .btn-toolbar {
	margin-top: 15px;
}
.frame-type-form_formframework form .form-navigation .btn-toolbar .btn {
	border-radius: 0;
}
.frame-type-form_formframework form .form-navigation .btn-toolbar .btn-primary {
  background-color: #f67000;
	border-color: #f67000;
}


/* DIVERSE INDIVIDUELLE ANPASSUNGEN ----------------------------------------- */
/* NOTE: Diverse Anpassungen */
  /* Seite "Onlineshop" > Rahmen um "Savvy Programme" */
  #c176.frame-indent {
    border: 1px solid #e0e0e0;
    padding: 5px 15px 13px
  }

.WB-Button {
  background-color: #f05907;
  padding: 10px 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.WB-Button:hover, .WB-Button:focus {
  text-decoration: none;
  color: #fff;
}

  .WB-Button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #f67000;
    background-color: rgb(246, 112, 0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    box-sizing: border-box;
  }

.WB-Button:hover::before {
  transform: scaleX(1);
}

.WB-Button.blue {
  background-color:#03a9f4;;
}

.WB-Button.blue::before {
  background-color:#068fcd;;
}

.WB-Button.blue:hover::before {
    background-color:#068fcd;
  }

  .ce-textpic.ce-right .ce-gallery .ce-row {
    margin-bottom: 25px;
  }



  @media only screen and (max-width: 760px) {
    .WB-Button {
      float:none;
      display: block;
      text-align: center;
      margin: auto;
      max-height: 50px;
      max-width: 300px;
    };
  }
  
  @media only screen and (max-width: 760px) {
    .ce-textpic.ce-right .ce-gallery .ce-row {
      margin-bottom: 30px;
  };
}

@media (max-width: 991px) {
  .header .home-style2 #Main-nav ul.nav > li .arrow {
    display: inline-block;
    width: 79px;
    height: 79px;
    line-height: 79px;
  }
}

/* TYPO3 ADMINPANEL -------------------------------------------------------- */
#TSFE_ADMIN_PANEL_FORM.typo3-adminPanel :not([class*=sf-]) {
  font-size: 1.2rem !important;
}

/* EXT:form – Bootstrap-4-Klassen in Bootstrap-3-Theme -------------------- */
.frame-type-form_formframework .form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.frame-type-form_formframework .form-element:not(.form-element-gridrow) {
  margin-bottom: 15px;
}
.frame-type-form_formframework .col-6 {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.frame-type-form_formframework .row::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .frame-type-form_formframework .col-6 {
    float: none;
    width: 100%;
  }
}