@charset "UTF-8";
/*
Theme Name: Siriusfacilities.Com Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/*
#############################################
#      www.eniky.com Atomic SCSS            #
#############################################
*/
/*base
@import "00_base/";
----------------------------*/
/* Variablen
-------------------------------------------------*/
/* Farben */
/* Hintergrund */
/*
----------------- Border/Rahmen -----------------*/
/*------ Border Colors ------*/
/*
--------------------- Fonts ---------------------*/
/*
------------------Media Querys ------------------*/
/* Meine Mixins
-------------------------------------------------*/
/**/
/* Begin Globale SCSS
----------------------------*/
/*Global atoms
@import "01_atom/";
----------------------------*/
/*Global molecules
@import "02_molecule/";
----------------------------*/
/* Global Formular
-------------------------------------------------*/
#gform_1.lps-kontaktformular {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #gform_1.lps-kontaktformular {
    position: relative;
  }
  #gform_1.lps-kontaktformular .gform_fields {
    display: -webkit-flex;
    display: flex;
  }
  #gform_1.lps-kontaktformular .gform_fields .lps-kontaktdaten {
    margin-right: 30px;
  }
  #gform_1.lps-kontaktformular .gform_fields .lps-kontaktdaten input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
  }
  #gform_1.lps-kontaktformular .gform_fields .lps-form-nachrichten {
    margin-top: 3px;
  }
  #gform_1.lps-kontaktformular .gform_fields .lps-form-nachrichten .ginput_container_textarea textarea {
    height: 160px;
  }
  #gform_1.lps-kontaktformular .gform_footer {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  #gform_1.lps-kontaktformular .gform_footer input[type=submit].gform_button {
    width: calc(50% - 15px);
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin: -86px 0 0 10px;
    border: 1px solid transparent;
  }
}
/* Global Flipbox
-------------------------------------------------*/
.fl-module-flip-box .uabb-flip-box-wrap .uabb-flip-box .uabb-back .uabb-back-flip-box-section-content.uabb-text-editor p:last-of-type {
  margin-top: 20px;
}
.fl-module-flip-box .uabb-flip-box-wrap .uabb-flip-box .uabb-back .uabb-back-flip-box-section-content a ::after {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Global Footer Bottom
-------------------------------------------------*/
.footer-bottom-block a.link-telefon img.alignnone {
  margin: 0;
}

/* Header Bottom Call to Action block
-------------------------------------------------*/
.fl-theme-builder-header-shrink .section-header-bottom-call-to-action-element .fl-module-rich-text .fl-module-content {
  margin-top: 9px;
}

.section-header-bottom-call-to-action-element .fl-rich-text p,
.section-header-bottom-call-to-action-element .uabb-countdown-unit-names p {
  margin-bottom: 0;
}
.section-header-bottom-call-to-action-element .fl-module-content .fl-rich-text {
  text-align: center;
}
.section-header-bottom-call-to-action-element .header-bottom-call-to-action-right-block > .fl-col-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.section-header-bottom-call-to-action-element .header-bottom-call-to-action-right-block > .fl-col-content .my-lager-nur-noch .fl-rich-text {
  text-align: center;
}
.section-header-bottom-call-to-action-element .header-bottom-call-to-action-right-block > .fl-col-content .fl-module-uabb-countdown .uabb-countdown {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-left: 5px;
  -webkit-justify-content: center;
          justify-content: center;
}
.section-header-bottom-call-to-action-element .header-bottom-call-to-action-right-block > .fl-col-content .fl-module-uabb-countdown .uabb-countdown .uabb-countdown-holding {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 9px;
  margin-bottom: 9px;
}
.section-header-bottom-call-to-action-element .header-bottom-call-to-action-right-block > .fl-col-content .fl-module-uabb-countdown .uabb-countdown .uabb-countdown-holding .uabb-countdown-unit-names {
  text-transform: uppercase;
  font-weight: 700;
}
.section-header-bottom-call-to-action-element .header-bottom-call-to-action-right-block > .fl-col-content .fl-module-uabb-countdown .uabb-countdown .uabb-countdown-holding > div {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .section-header-bottom-call-to-action-element .fl-module-content .fl-rich-text {
    text-align: inherit;
  }
  .section-header-bottom-call-to-action-element .header-bottom-call-to-action-right-block > .fl-col-content {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .section-header-bottom-call-to-action-element .header-bottom-call-to-action-right-block > .fl-col-content .my-lager-nur-noch .fl-rich-text {
    text-align: inherit;
  }
}
/* Global Zeile Roller auf desktop verschieben
-------------------------------------------------*/
@media (max-width: 1500px) and (min-width: 1200px) {
  .info-box-roller-formatieren .fl-module-content .uabb-infobox .uabb-infobox-left-right-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .info-box-roller-formatieren .fl-module-content .uabb-infobox .uabb-infobox-left-right-wrap .uabb-infobox-content {
    width: 100%;
  }
  .info-box-roller-formatieren .fl-module-content .uabb-infobox .uabb-infobox-left-right-wrap .uabb-imgicon-wrap {
    width: 100%;
  }
}
/* Global Zeile Blöcke mobil drehen
-------------------------------------------------*/
@media (max-width: 767px) {
  .zeile-mobil-bloecke-tauschen .fl-row-content-wrap .fl-row-content .fl-col-group {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* Global Zeile moblie und Tablet Blöcke drehen
-------------------------------------------------*/
@media (max-width: 1200px) {
  .zeile-mobil-tablet-bloecke-tauschen .fl-row-content-wrap .fl-row-content .fl-col-group {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* Global Zeile Oben Endlich Montag Block
-------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
  .zeile-top-endlich-wieder-montag-section .zeile-top-endlich-wieder-montag .fl-module > .fl-module-content {
    margin-right: 0;
  }
}
/* End Globale SCSS
----------------------------*/
/*atoms
@import "01_atom/";
----------------------------*/
/* Button
-------------------------------------------------*/
/* label
-------------------------------------------------*/
/*molecules
@import "02_molecule/";
----------------------------*/
/* ButtonGroup
-------------------------------------------------*/
/* Header linker Block
-------------------------------------------------*/
header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-left .fl-col-content .fl-photo img.fl-photo-img {
  width: 157px;
}

/* Header rechter Block
-------------------------------------------------*/
header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-right .fl-col-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-right .fl-col-content .fl-module {
  -webkit-flex: 0 0;
          flex: 0 0;
}
@media only screen and (min-width: 768px) {
  header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-right .fl-col-content {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-right .fl-col-content .s-landingpage-header-beratung-kontakt-block {
    -webkit-align-self: flex-start;
            align-self: flex-start;
  }
  header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-right .fl-col-content .s-landingpage-header-main-menu {
    -webkit-align-self: flex-end;
            align-self: flex-end;
  }
}
/* Header Main Menü
-------------------------------------------------*/
header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-main-menu .uabb-creative-menu-mobile-toggle-container .hamburger .hamburger-menu [class*=uabb-hamburger-menu-] {
  height: 4px;
}

@media only screen and (min-width: 768px) {
  header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-main-menu ul li {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #85ccd5;
    margin-right: 0;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-main-menu .uabb-creative-menu ul.menu {
    background: #00498f;
    margin-top: 150px;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 100;
  }
  header .fl-row .fl-row-content-wrap .fl-row-content .s-landingpage-header-main-menu .uabb-creative-menu ul.menu li {
    margin-top: 10px;
  }
}
/* Header Top Anfrage Block
-------------------------------------------------*/
.s-landingpage-header-beratung-kontakt-block .fl-module-content .s-landingpage-header-top a {
  color: #fff;
  font-size: 18px;
}
.s-landingpage-header-beratung-kontakt-block .fl-module-content .s-landingpage-header-top a img {
  margin: 0;
}
.s-landingpage-header-beratung-kontakt-block .fl-module-content .s-landingpage-header-top a span.blue {
  color: #8baddc;
  padding-left: 5px;
}
.s-landingpage-header-beratung-kontakt-block .fl-module-content .s-landingpage-header-top a.my-lager-phone-top {
  border: solid 1px #326aaf;
  border-radius: 4px;
  color: #8baddc;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  margin-left: 30px;
  padding-left: 15px;
  padding-right: 21px;
}
.s-landingpage-header-beratung-kontakt-block .fl-module-content .s-landingpage-header-top a.my-lager-phone-top img {
  margin-right: 10px;
  margin-top: -3px;
}

/*organisms
@import "03_organism/";
----------------------------*/
/* Header
-------------------------------------------------*/
/* Inhalt
-------------------------------------------------*/
/* Footer
-------------------------------------------------*/
/*templates
@import "04_template/";
----------------------------*/
/* Categories
-------------------------------------------------*/
/* Single
-------------------------------------------------*/
/*pages
@import "05_page/";
----------------------------*/
/* Home
-------------------------------------------------*/

/*# sourceMappingURL=style.css.map */