/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-image-wrapper img {
    border-radius: 16px; 
}

.awb-imageframe-caption {
    padding-left: 1rem; 
	padding-right: 1rem; 
}

.separator{
	padding: 0px;
	height: 0px;
}

.wordbreak {
	hyphens:auto !important;
}

.tab-col-1{
	height: 300px;
}

.tab-col-2 {
  font-family: Arial, Helvetica, sans-serif !important;
  padding-right: 24px;
}

.tab-col-2 li{
	margin-bottom: 8px;
}

@media (min-width: 1280px) {
  .custom-tab .tab-content {
    margin-top: -20px !important;
    padding-top: 24px !important;
    background-color: var(--awb-custom_color_8);
	border-radius: 18px 18px 18px 18px;
  }
}


/*Gravityforms*/

body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #cd1719 !important; 
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #68676A !important; 
}

/* Startseite */

.fusion-counters-box .fusion-counter-box-icon-top .counter-box-icon.fontawesome-icon {
  margin-bottom: 16px;
  color: #fe0000;
}

.fusion-counter-box .counter-box-content {
    font-size: 22px !important;
    font-weight: 600 !important; /* 600 entspricht semi-bold */
    font-family: 'Poppins', sans-serif !important;
}

/* Karriere */

.nest-col .fusion-builder-row-inner {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.no-shrink i {
  flex-shrink: 0 !important;
}

@media (max-width: 1024px) {
  .no-shrink > .fusion-column-wrapper {
    align-items: center !important;
  }
}

ul.nav-tabs.nav-justified > li > a.tab-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  text-align: center !important;
  min-height: 60px !important;
  white-space: normal !important;
}

ul.nav-tabs.nav-justified {
  display: flex !important;
  width: 100% !important;
}

ul.nav-tabs.nav-justified > li {
  flex: 1 1 0 !important;
  display: flex !important;
  width: 100% !important;
}

/* Top-Header */
.top-header {
    max-height: 32px !important;
    overflow: hidden;
}

.top-header,
.top-header * {
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
}

/*Buttons*/
.post-card-button .fusion-text p {
    position: relative;
    overflow: hidden;
}

.post-card-button .fusion-text p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: currentColor;
    transition: width 0.4s cubic-bezier(0.4,0,0.2,1);
}

.post-card-button:hover .fusion-text p::after {
    width: 100%;
}

/*Gravityforms*/

select.gfield_select {
  display: flex;
  align-items: center;
  height: 48px;
}

body .gform_wrapper .gfield input,
body .gform_wrapper .gfield select,
body .gform_wrapper .gfield textarea {
  color: #222222 !important;
}

/*ProRegio*/

.proregio-image {
	height: 220px;
	width: 100%
}

.dienstleistersteuerung-headline p{
  font-size: 16px;
  word-break: break-word;
}

.dienstleistersteuerung-text p{
  font-size: 14px;
  word-break: break-word;
}

@media (min-width: 600px) {
  .dienstleistersteuerung-headline p{
    font-size: 18px;
  }
  .dienstleistersteuerung-text p{
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .dienstleistersteuerung-headline p{
    font-size: 20px;
  }
  .dienstleistersteuerung-text p{
    font-size: 16px;
  }
}

/*Borlabs*/

.gform-footer.gform_footer.top_label{
  width: 100% !important;
  max-width: none;
  display: block;
}

/*Suche*/
.fusion-search-field input[type="search"] {
  color: #175072 !important;
}
.fusion-search-submit {
  color: #175072 !important;
}

/*Email Button*/

@media (max-width: 1023px) {
  .post-card-button .fusion-column-wrapper {
    justify-content: center !important;
    text-align: center;
  }
}

/* FAQ-Tabs*/
.tab-faq .panel-body.toggle-content.post-content,
.tab-faq .panel-body.toggle-content.post-content p,
.tab-faq .fusion-toggle-heading {
  line-height: 1.4;
}
