/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Base Layout.
 */

.container {
  width: 100%;
  max-width: var(--max-width);

  /* This fixes an issue where if the toolbar is open in vertical mode, and
   * the mobile navigation is open, the "close" button gets pushed outside of
   * the viewport. */
  body.is-fixed & {
    width: calc(100% - var(--drupal-displace-offset-left, 0px) - var(--drupal-displace-offset-right, 0px));
  }
}

.page-wrapper {
  max-width: var(--max-bg-color);
  background: var(--color--white);
}

/**
 * Creates stacking context ensuring that child elements can never appear in
 * front of mobile navigation.
 */

.layout-main-wrapper {
  position: relative;
  z-index: 2; /* Ensure dropdown is not cut off by footer. */
}

/* Contains the social sidebar, and the primary content area. */

/*.layout-main {
  @media (min-width: 75rem) {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}

.main-content {
  @media (min-width: 75rem) {
    width: calc(100% - var(--content-left));
    margin-inline-end: auto;
  }
}*/

/*.main-content__container {
  padding-block-start: var(--sp3);

  @media (min-width: 43.75rem) {
    padding-block-start: var(--sp5);
  }
}*/

/*
 * Contextual link wrappers load without the ".contextual" CSS class, which
 * causes layout shifts. We fix this by setting this to position: absolute;
 */

[data-contextual-id]:not(.contextual) {
  position: absolute;
}
/**** SYSTEM    ****/
.social-bar {
    display: none;
}
.webform-submission-form {
    padding: 0px 25px;
}
/****    HOMEPAGE TOP TABS    ****/
li#quicktabs-tab-homepage_top_tabs-0 a {
    background-image: url(/core/themes/olivero/css/designfoto/house.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 20px 0px;
}
li#quicktabs-tab-homepage_top_tabs-1 a {
    background-image: url(/core/themes/olivero/css/designfoto/meteor.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 20px 0px;
}
/****    HOMEPAGE LANDING PAGE    ****/
.container-logo-name-company {
    border-bottom: 1px solid darkgrey;
    box-shadow: 0 0 15px 0px;
}
.container-text-azienda-slogan {
    padding: 30px 0px;
    text-align: center;
    margin: 0px 25px;
}
.container-text-azienda-slogan h1 {
    font-size: 20px;
    font-family: monospace;
}
.container-text-azienda-separatore {
    background-image: url(/core/themes/olivero/css/designfoto/forestmountain1.jpg);
    padding: 100px 0px;
    background-attachment: fixed;
    text-align: center;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    box-shadow: inset 0px 0px 20px 0px black;
}
.container-text-azienda-separatore2 {
    background-image: url(/core/themes/olivero/css/designfoto/pexels-jesus-adrian-saavedra.jpg);
    padding: 100px 0px;
    background-attachment: fixed;
    text-align: center;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    box-shadow: inset 0px 0px 20px 0px black;
}
.container-servizi-azienda h1 {
    text-align: center;
    font-family: monospace;
}
.container-lista-servizi {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}
.servizio-azienda {
    padding: 20px 15px;
    border: 1px solid darkgrey;
    border-radius: 20px;
    margin: 15px;
    box-shadow: 1px 2px 3px;
}
.servizio-azienda p {
    font-size: 15px;
    font-family: monospace;
    text-align: center;
    margin: 0px;
}
.servizio-azienda h1 {
    text-align: center;
    font-size: 20px;
    font-family: monospace;
    margin: 0px;
}
.servizio-azienda img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.container-text-azienda-separatore3 {
    background-image: url(/core/themes/olivero/css/designfoto/pexels-stephen-leonardi.jpg);
    padding: 100px 0px;
    background-attachment: fixed;
    text-align: center;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    box-shadow: inset 0px 0px 20px 0px black;
}
.container-text-azienda-separatore4 {
    background-image: url(/core/themes/olivero/css/designfoto/pexels-andromeda.jpg);
    padding: 100px 0px;
    background-attachment: fixed;
    text-align: center;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    box-shadow: inset 0px 0px 20px 0px black;
}