@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html body {
  font-family: "Open Sans", Arial, sans-serif;
}
html body h1.entry-title {
  font-size: 50px !important;
  font-weight: 700;
}

.entry-content ul {
  list-style-type: none;
  margin: 0;
}
.entry-content ul > li {
  position: relative;
  padding-left: 25px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.entry-content ul > li:before {
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: var(--ast-global-color-8);
}
.entry-content ul > li > ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
}
.entry-content ul > li > ul > li {
  padding: 0 0 0 20px;
  margin-bottom: 0;
}
.entry-content ul > li > ul > li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100px;
  background: #fff;
  border: 2px solid var(--ast-global-color-8);
  position: absolute;
  top: 7px;
  left: 0;
}
.entry-content ol {
  margin: 0 0 0 25px;
  position: relative;
}

.entry-content .nf-form-cont ul {
  list-style-type: none;
  margin: 0;
}
.entry-content .nf-form-cont ul > li {
  position: static;
  padding-left: inherit;
  line-height: 1.3;
  margin-bottom: auto;
}
.entry-content .nf-form-cont ul > li:before {
  display: none;
}

p:empty {
  margin: 0;
}

.cargo-icon {
  vertical-align: middle;
}

.cargo-icon path, .cargo-icon polygon {
  fill: var(--ast-global-color-8);
}

.slider-btn, .slider-btn:hover {
  background-color: var(--ast-global-color-8) !important;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 30px 0;
}

figcaption {
  font-size: 14px;
  font-style: italic;
  line-height: normal;
}

@media screen and (max-width: 781px) {
  .mobile-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.ast-separate-container {
  background: #fff;
}

.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-background) {
  border: 2px solid var(--ast-global-color-8);
  border-radius: 3px;
  color: var(--ast-global-color-8);
  background: transparent;
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-background):focus {
  border: 2px solid var(--ast-global-color-8);
  border-radius: 3px;
  color: var(--ast-global-color-8) !important;
  background: transparent;
}

.single-cpt_cargoline .cpt_cargoline {
  background: white !important;
}
.single-cpt_cargoline #content {
  background: white;
}
.single-cpt_cargoline #content .alignfull {
  margin-left: -50%;
  margin-right: -50%;
}

.single-cpt_cargoline h5.wp-block-heading {
  margin-bottom: 0;
}
.single-cpt_cargoline ul {
  margin-bottom: 40px;
}

body .title1, body .title1 * {
  font-size: 80px;
  font-weight: 700;
  margin: 0;
}
body .title2, body .title2 * {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
}
body .title3, body .title3 * {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
}
body .dachzeile {
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
  margin: 0;
  color: var(--ast-global-color-8);
}

.ast-no-title h3 {
  margin: 0;
}

.ast-above-header-wrap {
  background-color: #fff;
}
.ast-above-header-wrap p {
  margin-bottom: 0;
}
.ast-above-header-wrap i {
  color: var(--ast-global-color-8);
}

.gradient1 {
  opacity: 0.6 !important;
}

.language-switcher-wrapper {
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.language-switcher-wrapper .language-switcher-current {
  cursor: pointer;
  margin-right: 20px;
}
.language-switcher-wrapper .language-switcher-languages {
  position: relative;
  width: 170px;
  z-index: 10;
}
.language-switcher-wrapper .language-switcher-languages ul {
  display: none;
  position: absolute;
  left: -21px;
  background: #fff;
  list-style-type: none;
  padding: 0 20px;
  margin: 0;
  border-top: none;
}
.language-switcher-wrapper .language-switcher-languages ul li {
  white-space: nowrap;
}
.language-switcher-wrapper .language-switcher-languages ul li a {
  color: #000;
}
.language-switcher-wrapper img {
  margin-right: 10px;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -30%;
  }
}
#cx-posts-important-alert {
  background-color: var(--ast-global-color-6);
  position: relative;
  height: 50px;
  line-height: 24px;
}
#cx-posts-important-alert .container {
  display: block;
  height: 50px;
}
#cx-posts-important-alert .marquee {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 50px;
}
#cx-posts-important-alert .marquee .js-marquee {
  margin: 0 !important;
}
#cx-posts-important-alert .marquee p {
  color: #fff;
  display: inline-flex;
  width: 97%;
  overflow: hidden;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  margin-bottom: 0 !important;
}
#cx-posts-important-alert .marquee p > a {
  display: inline-flex;
  width: auto;
  color: #fff;
}
#cx-posts-important-alert .marquee p .marquee-seperator {
  margin: 0 55px;
}
#cx-posts-important-alert .marquee > div {
  display: inline-flex;
}
#cx-posts-important-alert .marquee-hide {
  display: inline-flex;
  position: absolute;
  top: 5px;
  right: 10px;
  margin-right: 5px;
}
#cx-posts-important-alert .marquee-hide .close-button {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
#cx-posts-important-alert .marquee-hide .close-button > div {
  position: relative;
}
#cx-posts-important-alert .marquee-hide .close-button-block {
  width: 20px;
  height: 10px;
  position: relative;
  overflow: hidden;
}
#cx-posts-important-alert .marquee-hide .close-button-block:before, #cx-posts-important-alert .marquee-hide .close-button-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(55% - 4px);
  display: block;
  width: 4px;
  height: 25px;
  transform-origin: bottom center;
  background: white;
  transition: all ease-out 280ms;
  background-color: #fff;
}
#cx-posts-important-alert .marquee-hide .close-button-block:last-of-type {
  transform: rotate(180deg);
}
#cx-posts-important-alert .marquee-hide .close-button .out {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 15px;
}
#cx-posts-important-alert .marquee-hide .close-button .out .close-button-block:before {
  transform: translateX(-4px) translateY(5px) rotate(40deg);
}
#cx-posts-important-alert .marquee-hide .close-button .out .close-button-block:after {
  transform: translateX(4px) translateY(3px) rotate(-40deg);
}

li.astra-megamenu-li > ul.astra-megamenu > li.menu-item {
  padding: 0;
}
li.astra-megamenu-li > ul.astra-megamenu > li.menu-item.menu-item-has-children > a .menu-text {
  font-weight: 700;
  font-size: 16px;
}
li.astra-megamenu-li > ul.astra-megamenu > li.menu-item > ul.sub-menu > li > a > .menu-text {
  font-size: 16px;
}

.site-header-above-section-right {
  font-size: 0.85em;
  margin-bottom: 1px;
}

.single-cpt_cargoline .ast-container #primary {
  margin-top: 0 !important;
}

.cargotime_checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.cargotime_checkboxes div {
  min-width: 200px;
}

.submit-wrap .nf-field-element .nf-element {
  background-color: var(--ast-global-color-8);
}

.nf-form-layout .nf-form-content {
  max-width: 100% !important;
}

.ninja-forms-form-wrap .nf-response-msg {
  color: var(--ast-global-color-6);
  font-size: 25px;
  margin-top: 50px;
}

.nf-form-layout .nf-progress-container {
  background-color: white !important;
}
.nf-form-layout .nf-progress-container .nf-progress {
  background-color: var(--ast-global-color-5);
}
.nf-form-layout .nf-breadcrumbs {
  display: flex;
  justify-content: space-around;
}
.nf-form-layout .nf-breadcrumbs .active > a {
  background: var(--ast-global-color-8) !important;
  color: white !important;
}
.nf-form-layout .nf-breadcrumbs > li:before {
  content: "" !important;
}
.nf-form-layout .nf-breadcrumbs > li > a {
  text-decoration: none;
  background: var(--ast-global-color-5) !important;
}
.nf-form-layout .nf-mp-footer .nf-next-previous .nf-previous-item:before, .nf-form-layout .nf-mp-footer .nf-next-previous .nf-next-item:before {
  content: "" !important;
}
.nf-form-layout .nf-mp-footer .nf-next-previous .nf-previous-item > input, .nf-form-layout .nf-mp-footer .nf-next-previous .nf-next-item > input {
  background: var(--ast-global-color-5);
}

.checkbox-wrap .nf-field-element label.nf-checked-label::before, .checkbox-wrap .nf-field-label label.nf-checked-label::before, .listcheckbox-wrap .nf-field-element label.nf-checked-label::before, .listcheckbox-wrap .nf-field-label label.nf-checked-label::before {
  color: var(--ast-global-color-8) !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label::before {
  background: var(--ast-global-color-8) !important;
}

.ast-builder-grid-row-3-rheavy .ast-builder-grid-row {
  grid-template-columns: 34fr 25fr 41fr !important;
}
@media screen and (max-width: 1024px) {
  .ast-builder-grid-row-3-rheavy .ast-builder-grid-row {
    grid-template-columns: 50fr 50fr !important;
    row-gap: 50px;
  }
  .ast-builder-grid-row-3-rheavy .ast-builder-grid-row .site-footer-section-3 {
    grid-column: 1/2;
  }
  .ast-builder-grid-row-3-rheavy .ast-builder-grid-row .footer-nav-wrap ul {
    display: flex;
    justify-content: center;
  }
  .ast-builder-grid-row-3-rheavy .ast-builder-grid-row .footer-nav-wrap ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ast-builder-grid-row-3-rheavy .ast-builder-grid-row {
    grid-template-columns: 100fr !important;
  }
}

.site-footer i {
  color: var(--ast-global-color-8);
}
.site-footer .widget_text {
  margin-bottom: 30px;
}
.site-footer .widget_text p {
  font-size: 15px;
}

.cargo-icon {
  vertical-align: middle;
}

.cargo-icon path, .cargo-icon polygon {
  fill: var(--ast-global-color-8);
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 30px 0;
}

html * {
  hyphens: auto;
}

.ast-pagination .navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ast-pagination .navigation .nav-links .page-numbers {
  border: 1px solid rgba(129, 129, 129, 0.5);
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 20px;
  width: auto;
}
.ast-pagination .navigation .nav-links .page-numbers.prev {
  margin: 0 10px;
}
.ast-pagination .navigation .nav-links .page-numbers.current {
  background: var(--ast-global-color-8);
  border-color: var(--ast-global-color-8);
  color: #fff;
}
.ast-pagination .navigation .nav-links .page-numbers.next {
  margin: 0 10px;
}
.ast-pagination .navigation .nav-links .page-numbers:hover, .ast-pagination .navigation .nav-links .page-numbers:focus {
  background: var(--ast-global-color-8);
  border-color: var(--ast-global-color-8);
  color: #fff;
}
.ast-pagination .navigation .nav-links .page-numbers:hover path, .ast-pagination .navigation .nav-links .page-numbers:hover polygon, .ast-pagination .navigation .nav-links .page-numbers:focus path, .ast-pagination .navigation .nav-links .page-numbers:focus polygon {
  fill: #fff;
}

.sidebar-main {
  height: 100%;
}
.sidebar-main ul.wp-block-latest-posts > li {
  display: flex;
  margin-bottom: 30px !important;
}
.sidebar-main ul.wp-block-latest-posts > li .wp-block-latest-posts__featured-image {
  margin-bottom: 0;
}
.sidebar-main ul.wp-block-latest-posts > li a {
  margin: 0;
}
.sidebar-main ul.wp-block-latest-posts > li a > img {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.search-results .ast-archive-description, .search-no-results .ast-archive-description {
  margin: 0 !important;
  padding: 30px 0 !important;
  background-color: transparent !important;
}
.search-results article, .search-no-results article {
  padding: 20px !important;
}
.search-results article .read-more a, .search-no-results article .read-more a {
  display: inline-block;
  margin-bottom: 30px;
}
.search-results article .post-content, .search-no-results article .post-content {
  display: flex;
  flex-direction: column;
}
.search-results article .post-content .entry-title, .search-no-results article .post-content .entry-title {
  order: 1;
}
.search-results article .post-content .entry-header, .search-no-results article .post-content .entry-header {
  order: 3;
}
.search-results article .post-content .ast-excerpt-container, .search-no-results article .post-content .ast-excerpt-container {
  order: 4;
}
.search-results article .post-content .read-more, .search-no-results article .post-content .read-more {
  order: 5;
}
.search-results article .post-content .entry-content, .search-no-results article .post-content .entry-content {
  order: 2;
}
.search-results article.post .post-thumb, .search-no-results article.post .post-thumb {
  display: none;
}
.search-results article.post .post-content, .search-no-results article.post .post-content {
  width: 100%;
  padding: 0;
}

.ast-search-wrapper {
  text-align: center;
  color: #fff;
}
.ast-search-wrapper .search-form .text {
  color: transparent;
}

.mega-menu-wrap > ul > li.mega-menu-item.mega-toggle-on > a {
  background: #fff !important;
  border-radius: 10px 10px 0 0 !important;
  color: #3A3A3A !important;
}
.mega-menu-wrap > ul > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu {
  box-shadow: none !important;
}
.mega-menu-wrap > ul > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu > li > ul {
  display: flex !important;
  align-items: stretch !important;
}
.mega-menu-wrap > ul > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu > li > ul .col1-styles, .mega-menu-wrap > ul > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu > li > ul .col3-styles {
  border-right: 1px solid #E4E4E4 !important;
}
.mega-menu-wrap > ul > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu > li > ul .col4-styles {
  display: flex !important;
  align-items: center !important;
}
.mega-menu-wrap > ul > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu > li > ul .col4-styles .h3 {
  font-size: 30px;
  color: #002DB9;
  font-weight: 700;
}
.mega-menu-wrap > ul > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu > li > ul .col4-styles a {
  background: #fc0;
  padding: 20px;
  border-radius: 8px;
  color: #203A8F;
  text-decoration: none;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
}

.download_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.5);
}
.download_wrapper .download_content {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .download_wrapper .download_content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.download_wrapper .download_content h3 {
  width: 100%;
  margin-bottom: 10px;
}
.download_wrapper .download_content h3 a {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.download_wrapper .download_content .download_meta {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.download_wrapper .download_content .download_meta .icon-file {
  margin-right: 5px;
}
.download_wrapper .download_content .download_meta .icon-file svg {
  height: 16px;
  width: auto;
}
.download_wrapper .download_content .download_meta .download_file_type {
  text-transform: uppercase;
}
.download_wrapper .download_link {
  width: 150px;
  flex-shrink: 0;
  align-self: center;
}
.download_wrapper .download_link a {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 30px;
  border: 1px solid var(--ast-global-color-8);
  background: var(--ast-global-color-8);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
}

.verification-api-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.verification-api-wrapper .widget-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  color: #e20024;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
.verification-api-wrapper .widget-title h2 {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.verification-api-wrapper .widget-title span {
  width: 100%;
  font-size: 0.7em;
  color: #000;
}
.verification-api-wrapper .post-verify {
  width: 60%;
}
.verification-api-wrapper .post-verify .verification-api-input {
  width: 100%;
  padding: 10px 10px;
  min-height: 50px;
  text-align: center;
  border: 1px solid #bbb;
  font-size: 1em;
}
.verification-api-wrapper .post-verify .button-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0px 20px 0px;
}
.verification-api-wrapper .post-verify .button-wrapper a {
  background: #e20024;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  padding: 10px 50px;
}
.verification-api-wrapper .answer_from_api {
  width: 100%;
}
.verification-api-wrapper .answer_from_api .load-verification {
  width: 100%;
  text-align: center;
}
.verification-api-wrapper .answer_from_api .verification-fail {
  border: 1px solid red;
  margin: 25px 0;
  padding: 25px;
  border-radius: 4px;
  background: #f8f8f8;
  width: 100%;
}
.verification-api-wrapper .answer_from_api .verification-sucess {
  border: 1px solid green;
  margin: 25px 0;
  padding: 25px;
  border-radius: 4px;
  background: #f8f8f8;
  width: 100%;
}

.timeline-block-detail {
  background-color: #f5f5f5 !important;
}

body.page-template-template-startseite #masthead,
body.page-template-template-slider #masthead,
body.transportloesungen-template-default #masthead,
body.stellenangebot-template-template-startseite #masthead,
body.stellenangebot-template-template-slider #masthead,
body.leistung-template-template-startseite #masthead,
body.leistung-template-template-slider #masthead {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
body.page-template-template-startseite #masthead .ast-primary-header-bar,
body.page-template-template-slider #masthead .ast-primary-header-bar,
body.transportloesungen-template-default #masthead .ast-primary-header-bar,
body.stellenangebot-template-template-startseite #masthead .ast-primary-header-bar,
body.stellenangebot-template-template-slider #masthead .ast-primary-header-bar,
body.leistung-template-template-startseite #masthead .ast-primary-header-bar,
body.leistung-template-template-slider #masthead .ast-primary-header-bar {
  background-color: transparent;
}

body.page-template-template-startseite-karriere #masthead,
body.page-template-template-slider #masthead,
body.stellenangebot-template-template-startseite-karriere #masthead {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
body.page-template-template-startseite-karriere #masthead .ast-primary-header-bar,
body.page-template-template-slider #masthead .ast-primary-header-bar,
body.stellenangebot-template-template-startseite-karriere #masthead .ast-primary-header-bar {
  background-color: transparent;
}

body.blog .ast-article-post, .page-template-template-blog-archive .ast-article-post {
  border-bottom: none !important;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  body.blog .ast-article-post, .page-template-template-blog-archive .ast-article-post {
    margin-bottom: 70px !important;
  }
}
body.blog .ast-article-post .blog-layout-3, .page-template-template-blog-archive .ast-article-post .blog-layout-3 {
  width: 100%;
  display: flex;
  border: none;
  padding: 0;
}
body.blog .ast-article-post .blog-layout-3 .ast-blog-featured-section, .page-template-template-blog-archive .ast-article-post .blog-layout-3 .ast-blog-featured-section {
  width: 33.33%;
}
body.blog .ast-article-post .blog-layout-3 .ast-blog-featured-section:empty, .page-template-template-blog-archive .ast-article-post .blog-layout-3 .ast-blog-featured-section:empty {
  width: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  body.blog .ast-article-post .blog-layout-3 .ast-blog-featured-section, .page-template-template-blog-archive .ast-article-post .blog-layout-3 .ast-blog-featured-section {
    width: 100%;
  }
}
body.blog .ast-article-post .blog-layout-3 .ast-blog-featured-section .post-thumb-img-content a img, .page-template-template-blog-archive .ast-article-post .blog-layout-3 .ast-blog-featured-section .post-thumb-img-content a img {
  border-radius: 5px;
  width: 100%;
}
body.blog .ast-article-post .blog-layout-3 .post-content, .page-template-template-blog-archive .ast-article-post .blog-layout-3 .post-content {
  width: calc(66.66% - 2em);
  margin-left: 2em;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  body.blog .ast-article-post .blog-layout-3 .post-content, .page-template-template-blog-archive .ast-article-post .blog-layout-3 .post-content {
    width: 100%;
    margin-left: 0;
  }
}
body.blog .ast-article-post .blog-layout-3 .post-content .entry-header .entry-title a, .page-template-template-blog-archive .ast-article-post .blog-layout-3 .post-content .entry-header .entry-title a {
  font-weight: 700;
}
body.blog .ast-article-post .blog-layout-3 .post-content .entry-content .read-more, .page-template-template-blog-archive .ast-article-post .blog-layout-3 .post-content .entry-content .read-more {
  margin-top: 20px;
}
body.blog .ast-article-post .blog-layout-3 .post-content .entry-content .read-more .ast-button, .page-template-template-blog-archive .ast-article-post .blog-layout-3 .post-content .entry-content .read-more .ast-button {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.blog-overview-wrapper {
  padding: 20px 0;
}

.post .post-thumb-img-content.post-thumb {
  display: flex;
  justify-content: center;
}
.post .post-thumb-img-content.post-thumb > img {
  width: auto !important;
}

.wp-block-heading.blog-title {
  font-size: 1.66rem;
}

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