/**
Theme Name: flink think Theme
Author: flink think GmbH
Author URI: https://www.flinkthink.ch/
Description: Schlichtes und modernes Theme der Web Agentur flink think GmbH aus Pratteln, Basel-Landschaft, Schweiz
Theme URI: https://www.flinkthink.ch/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flink-think-theme
Template: astra
*/

a:focus,
.uabb-faq-question-label:focus,
.uabb-faq-question-label:active,
.uabb-faq-questions-button:focus,
.uabb-faq-questions-button:active,
.uabb-faq-icon-wrap:focus,
.uabb-faq-icon-wrap:active {
    outline: none;
}


/* Formulare */

input[type="text"]:focus {
	box-shadow: none !important;
}
form p {
	text-transform: none !important;
}
select {
	padding: .2rem !important;
}
textarea {
	box-shadow: none !important;
}
/* Material Button CSS */

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}

.frm_radio {
    margin-left: -15px !important;
    margin-bottom: 15px !important;
}

.frm_radio label {
    display: inline-block;
    height: 25px;
    position: relative;
    padding: 0px 15px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.frm_radio input[type=radio] {
    position: absolute !important;
    margin-left: -9999px;
    visibility: hidden;
}

.frm_radio input[type=radio] + span {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.frm_radio input[type=radio] + span {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.frm_radio input[type=radio] + span:before,
.frm_radio input[type=radio] + span:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}

.frm_radio input[type=radio]:checked + span:before {
    border-color: #467AA0;
    animation: ripple 0.2s linear forwards;
}

.frm_radio input[type=radio] + span:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}

.frm_radio input[type=radio] + span:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  transform: scale(0);
  background: #467AA0;
}

.frm_radio input[type=radio]:checked + span:after {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

/* Animate in Fields */

.form-field, .frm_submit {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* Flat Style Button */

.frm_checkbox {
    margin-left: 0px;
    margin-bottom: 15px !important;
}

.frm_checkbox label {
    height: 25px;
    position: relative;
    padding: 0 0 0 35px !important;
    text-indent: 10px !important;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.frm_checkbox input[type=checkbox] {
    position: absolute !important;
    margin-left: -9999px;
    visibility: hidden;
}

/* Hide the browser's default checkbox */
.frm_checkbox label input[type=checkbox]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.frm_checkbox span{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.frm_checkbox label:hover input[type=checkbox] ~ span{
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.frm_checkbox label input[type=checkbox]:checked ~ span{
  background-color: #467AA0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.frm_checkbox span:after{
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.frm_checkbox label input[type=checkbox]:checked ~ span:after{
  display: block;
}

/* Style the checkmark/indicator */
.frm_checkbox label span:after{
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Colors */
.blue {
  color: #04A7B9;
}

/* Titles */
h4, .h4, h3, .h3, h1, .h1 {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #394645;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 1.96875rem;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 1.96875rem;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 1.96875rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1550px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}

h2, .h2 {
  font-size: 1.6875rem;
  color: #04A7B9;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h3, .h3 {
  font-size: 1.96875rem;
  letter-spacing: 1px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h4, .h4 {
  font-size: 1.6875rem;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.hupper h2{
  letter-spacing: 6px;
}

h5 {
    font-size: 4rem;
}
h5::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #04A7B9;
    width: 14%;
    max-width: 105px;
    margin: 0 1.5rem 0 0;
    transform: translateY(-0.2rem);
}

@media only screen and (max-width : 576px) {
  h5::before {
      width: 2rem;
  }
  .hupper h2{
    letter-spacing: 4px !important;
    font-size: 1.6875rem !important;
  }
}

.primary a:not(.uabb-btn), .primary a:not(.uabb-infobox-module-link), .primary a:not(.fl-photo-content), .primary a:not(.wp-block-social-link-anchor) {
  box-shadow: inset 0 -0.2rem 0 0 rgba(126, 224, 232, 0.8);
  transition: box-shadow 0.4s;
}

.primary a:not(.uabb-btn).start-offset, .primary a:not(.uabb-infobox).start-offset {
  box-shadow: inset 0 -1.5rem 0 0 rgba(126, 224, 232, 0.8);
}
.primary a:not(.uabb-btn).start-offset:hover {
  box-shadow: inset 0 -0.5rem 0 0 rgba(126, 224, 232, 0.8);
}
.primary a:not(.uabb-btn):hover {
  box-shadow: inset 0 -2.5rem 0 0 rgba(126, 224, 232, 0.8);
}

.primary .nolinks a, .primary a.wp-block-social-link-anchor  {
  box-shadow: none !important;
}


a[href]:not(:where(
  /* exclude hash only links */
  [href^="#"],
  [href^="tel"],
  [href^="mailto"],
  /* exclude relative but not double slash only links */
  [href^="/"]:not([href^="//"]),
  [href^="ir.bioversys.com"],
  /* domains to exclude */
  [href*="//www.bioversys.com"])):not(.wp-block-social-link-anchor):after {
  font-family: 'FontAwesome';
  content: " \f08e";
  opacity: 0.7;
  font-size: 15px;
}

.footer a:after {
  content: none !important;
}

.primary .fl-photo-content a {
  box-shadow: none !important
}

.primary .fl-photo-content a:after {
  content: none !important
}

/* Menu */
@media only screen and (minh-width : 576px) {
  .submenu-with-border .sub-menu .menu-link {
    color: var(--ast-global-color-2) !important;
  }
  .submenu-with-border .sub-menu .menu-link:hover {
    color: var(--ast-global-color-3) !important;
  }
}

/* Pipeline */

.pipeline h6 {
  line-height: 2; 
  color: #fff;
  text-transform: none;
  text-align: center;
}

.pipeline .fl-module-heading .fl-module-content {
  margin: 1px;
  background-color: #3f4847;  
}

@media only screen and (max-width : 576px) {
  .pipeline .fl-module-heading .fl-module-content {
    height: 34px; 
    line-height: 2; 
  }
}

.pipeline .uabb-progress-value {
  display: none;
}

.pipeline .uabb-progress-box {
  min-height: 40px;
}
.pipeline p {
  margin-bottom: 0px;
}

.primary .pipeline a {
  box-shadow: none !important;
}

.primary .pipeline a:after {
  content: none !important;
}

/* Blog / News */
.downloads {
  list-style: none;
  margin-left: 0px;
}
.downloads li {
  padding-left: 1.3em;
}
.downloads li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #04A7B9;
}
.infoboxer .uabb-infobox-title-wrap {
  padding: 0px 30px;
}
.infoboxer .uabb-infobox-text-wrap{
  padding: 0px 30px 30px;
}
