@charset "UTF-8";
/*
in Verzeichnis der scss-Datei wechseln:
cd assets/css
sass -w styles.scss:styles.css
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --ds-1: 1.4rem;
  --ds-2: 1.8rem;
  --ds-3: 2.4rem;
  --ds-4: 4rem;
}

@media (min-width: 481px) {
  :root {
    --ds-1: 1.6rem;
    --ds-2: 2rem;
    --ds-3: 2.8rem;
    --ds-4: 4.4rem;
  }
}
@media (min-width: 769px) {
  :root {
    --ds-2: 2.2rem;
    --ds-3: 3.2rem;
  }
}
@media (min-width: 993px) {
  :root {
    --ds-4: 4.8rem;
  }
}
@media (min-width: 1601px) {
  :root {
    --ds-1: 2rem;
    --ds-2: 2.6rem;
    --ds-3: 3.8rem;
    --ds-4: 5.4rem;
  }
}
/*
Primary Palette
https://www.wago.com/global/corporatedesign/interface-design/color
------------------------------------------------*/
/*
Neutral Palette
white to black
------------------------------------------------*/
/*
Semantic
------------------------------------------------*/
/*
Palette Primary
------------------------------------------------*/
/*
Box-Shadows
------------------------------------------------*/
/*
Buttons
------------------------------------------------*/
.section_headline {
  text-align: center;
  padding: var(--ds-3) 0 var(--ds-1) 0;
}

ul,
ol {
  margin-left: 20px;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
  position: relative;
}

main a {
  color: #1f2837;
  text-decoration: underline;
}
main a:hover {
  color: #6ec800;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-size: 15px;
}

body, :is(select, textarea, input, button) {
  color: #1f2837;
  letter-spacing: normal;
  text-transform: none;
  text-wrap: pretty;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

@media (width <= 767px) {
  h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
    hyphens: auto;
  }
}
h1, .h1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin-bottom: 1.4rem;
}

@media (width >= 768px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (width >= 992px) {
  h1, .h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media (width >= 1280px) {
  h1, .h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media (width >= 1600px) {
  h1, .h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
h2, .h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1.2rem;
}

@media (width >= 768px) {
  h2, .h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (width >= 992px) {
  h2, .h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media (width >= 1280px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (width >= 1600px) {
  h2, .h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
h3, .h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.2rem;
}

@media (width >= 768px) {
  h3, .h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (width >= 992px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media (width >= 1280px) {
  h3, .h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (width >= 1600px) {
  h3, .h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
h4, .h4 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}

@media (width >= 768px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (width >= 992px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (width >= 1280px) {
  h4, .h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (width >= 1600px) {
  h4, .h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
h5, .h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0.9rem;
}

@media (width >= 768px) {
  h5, .h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (width >= 992px) {
  h5, .h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (width >= 1280px) {
  h5, .h5 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (width >= 1600px) {
  h5, .h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
h6, .h6 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-bottom: 0.9rem;
}

@media (width >= 768px) {
  h6, .h6 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (width >= 992px) {
  h6, .h6 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (width >= 1280px) {
  h6, .h6 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (width >= 1600px) {
  h6, .h6 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#nav_main #main_menu {
  list-style: none;
  display: block;
  /*
  & ul > li.current-menu-item > a, 
  & ul > li.current-menu-parent > a, 
  & ul > li.current-menu-ancestor > a,
  & ul > li.current_page_ancestor > a,

  & ul > li:hover > a,
  & ul > li.current-menu-item:hover > a, 
  & ul > li.current-menu-parent:hover > a, 
  & ul > li.current-menu-ancestor:hover > a,
  & ul > li.current_page_ancestor:hover > a{
      color: #fff !important; 					
  }	
  */
}
#nav_main #main_menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#nav_main #main_menu li a {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #1f2837;
  font-size: 15px;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav_main #main_menu > li > a {
  font-weight: 700;
  text-transform: uppercase;
}
#nav_main #main_menu > li:not(:last-child) {
  margin-right: 10px;
}
#nav_main #main_menu > li.current-menu-item > a, #nav_main #main_menu > li.current-menu-parent > a, #nav_main #main_menu > li.current-menu-ancestor > a, #nav_main #main_menu > li.current_page_ancestor > a, #nav_main #main_menu > li:hover > a, #nav_main #main_menu > li.current-menu-item:hover > a, #nav_main #main_menu > li.current-menu-parent:hover > a, #nav_main #main_menu > li.current-menu-ancestor:hover > a, #nav_main #main_menu > li.current_page_ancestor:hover > a {
  color: #6ec800;
}
#nav_main #main_menu ul > li.current-menu-item > a, #nav_main #main_menu ul > li.current-menu-parent > a, #nav_main #main_menu ul > li.current-menu-ancestor > a, #nav_main #main_menu ul > li.current_page_ancestor > a, #nav_main #main_menu ul > li:hover > a, #nav_main #main_menu ul > li.current-menu-item:hover > a, #nav_main #main_menu ul > li.current-menu-parent:hover > a, #nav_main #main_menu ul > li.current-menu-ancestor:hover > a, #nav_main #main_menu ul > li.current_page_ancestor:hover > a {
  color: red !important;
}

#footer_nav {
  display: inline;
  margin-bottom: 0;
}
#footer_nav li {
  list-style: none;
  margin: 0 20px !important;
  /*
  font-size: 14px !important;
  line-height: 12px !important;
  */
  display: inline-block;
}
#footer_nav li:last-child {
  margin-right: 0px !important;
}
#footer_nav li:last-child a {
  padding-right: 0;
}
#footer_nav li a,
#footer_nav li a:active {
  padding: 0 6px;
  color: #1f2837;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0;
  text-transform: none;
}
#footer_nav li a:hover, #footer_nav li.current-menu-item a, #footer_nav li.current_page_item a {
  text-decoration: underline;
  color: #1f2837;
}

.mean-container .meanmenu-reveal {
  display: none;
}
.mean-container .mean-remove {
  display: none !important;
}
.mean-container .mean-bar {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar .mean_logo_wrap {
  height: 70px;
  padding: 10px 15px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.mean-container .mean-bar .mean_logo_wrap .logo {
  height: 30px;
  float: left;
}
.mean-container .mean-bar .mean_logo_wrap div {
  margin-left: 15px;
  display: inline-block;
  /*
  p{
          padding-top: 4px;
          font-weight: 700;
          color: #fff;
      }
  */
}
.mean-container .mean-bar .mean_logo_wrap div br,
.mean-container .mean-bar .mean_logo_wrap div span {
  display: none;
}
.mean-container .mean-nav {
  width: 100%;
  margin: 0px;
  padding: 0px;
  /*
  width: 90%;	
  margin-left: 5%;
  overflow-y: scroll;
  */
}
.mean-container .mean-nav #main_menu {
  background-color: #ffffff;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0 0 0 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #eff0f1;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: calc(100% - 30px);
  height: 20px;
  padding: 8px 15px;
  margin: 5px 0;
  text-align: left;
  color: #1f2837;
  font-weight: 700;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 20px;
  height: 28px;
  padding: 7px 9px 0px 9px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  color: #1f2837;
  border-left: 1px solid #eff0f1 !important;
  text-decoration: none;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.2);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0.5em 10%;
  color: #1f2837; /**/
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
}
.mean-container .mean-nav ul li.current-page-ancestor > a, .mean-container .mean-nav ul li.current-menu-item > a {
  color: #1f2837;
}
.mean-container .mean-nav ul li.active > a {
  color: #6ec800;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.hamburger {
  padding: 10px 10px 0px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 12px;
  right: 5px;
  /*
  * 3DX
  */
}
.hamburger:hover, .hamburger.meanclose:hover {
  opacity: 0.7;
}
.hamburger:focus {
  outline: none;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner::before,
.hamburger .hamburger-box .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #1f2837;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-box .hamburger-inner::before,
.hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-box .hamburger-inner::before {
  top: -8px;
}
.hamburger .hamburger-box .hamburger-inner::after {
  bottom: -8px;
}
.hamburger.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger.hamburger--3dx .hamburger-inner::before,
.hamburger.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger.hamburger--3dx.meanclose .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger.hamburger--3dx.meanclose .hamburger-inner:before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger.hamburger--3dx.meanclose .hamburger-inner:after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
.hamburger.meanclose .hamburger-inner,
.hamburger.meanclose .hamburger-inner::before,
.hamburger.meanclose .hamburger-inner::after {
	background-color: #fff;
	opacity: 1;		
}

*/
body, html {
  /* height: 100%; */
  min-height: 100%;
  width: 100%;
  background-color: #eff0f1;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

#site {
  display: flex;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
}

#site_header,
#site_footer {
  flex: none;
}

#site_content {
  flex: 1 0 auto;
  width: 100%;
}

#site_content::after {
  content: " ";
  display: block;
  height: 0px;
  visibility: hidden;
}

#site_content {
  margin-top: 0px;
  padding-top: var(--ds-3);
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  #site_content {
    margin-top: 70px;
  }
}
#site_header {
  z-index: 1200;
  width: 100%;
  position: sticky;
  top: 0px;
}
#site_header .header-container {
  padding-top: var(--ds-1);
  padding-bottom: var(--ds-1);
  background: #ffffff;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.07);
}

#site_footer {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 575px) {
  #site_footer {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
landing-page
------------------------------------- */
/*
.margin_featureboxes{
    margin-left: -30px;
    margin-right: -30px;
}
*/
a.navbar_logo_link {
  color: #1f2837;
  font-weight: 600;
  font-size: 25px;
}
a.navbar_logo_link:hover {
  text-decoration: none;
  color: #6ec800;
}
a.navbar_logo_link span {
  margin-left: 20px;
  display: inline-block;
}
a.navbar_logo_link span img {
  max-width: 30px !important;
  margin-bottom: 5px;
}

.box_bg {
  background: #ffffff;
}

.box_ptb {
  padding-top: var(--ds-1);
  padding-bottom: var(--ds-1);
}

.herobox {
  padding: var(--ds-1);
}
.herobox .col_herobox {
  padding: var(--ds-1);
}
@media (min-width: 992px) {
  .herobox h1 {
    padding-top: var(--ds-1);
  }
}

.keyfeature_item {
  height: 100%;
  padding: var(--ds-1);
  /**/
}
.keyfeature_item .svg_wrap svg {
  width: 60px;
  height: 60px;
}
.keyfeature_item .svg_wrap svg path {
  fill: #6ec800;
}
.keyfeature_item.showcase_wrap {
  padding: 0;
  /*
  img{
      border: 2px solid $contentbox-background-color;
  }
      */
}
.keyfeature_item.showcase_wrap .text-center {
  padding: var(--ds-1);
}
.keyfeature_item:hover .bg_cover {
  opacity: 0.8;
}

.demo_content {
  margin: auto;
  max-width: 700px;
}

@media (max-width: 991px) {
  .box_bg.p-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.btn-box {
  margin-top: var(--ds-2);
  width: 100%;
  /* 
   display: flex;
   flex-direction: row;
   justify-content: flex-end;

   //flex-wrap: nowrap;
   gap: 1rem;
   */
}
.btn-box .btn {
  margin: 5px;
}

/*
@media (max-width: 767px) {
    .btn-box{

        justify-content: center;
    }

}
*/
.btn {
  cursor: pointer;
  outline-offset: 4px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

/*
.wg-button[disabled] {
    opacity: .5
}


https://www.wago.com/global/corporatedesign/interface-design
https://www.figma.com/design/xLnnLuCBJKHtPOeOeFd82f/elrest-Software-Screen-Design?node-id=600-12&p=f&t=KDCgq8zuZEoTh9uv-0


*/
.btn_secondary {
  color: #1f2837;
  border-color: #1f2837;
}
.btn_secondary:not([disabled]):hover {
  color: #1f2837;
  /*
  border-color: $btn_secondary_color_text;
  background-color: transparent;
  */
  box-shadow: 1px 1px #1f2837, 0 1px #1f2837, 1px 0 #1f2837;
}
.btn_secondary:not([disabled]):focus, .btn_secondary:not([disabled]):active, .btn_secondary:not([disabled]):active:focus-visible {
  color: #1f2837;
  /*
  border-color: $btn_secondary_color_text;
  background-color: transparent;
  */
  outline: none;
  box-shadow: -1px -1px #1f2837, 0 -1px #1f2837, -1px 0 #1f2837;
}

.btn_primary {
  color: #1f2837;
  border-color: #1f2837;
  background-color: #6ec800;
}
.btn_primary:not([disabled]):hover {
  color: #1f2837;
  background-color: #6ec800;
  box-shadow: 1px 1px #1f2837, 0 1px #1f2837, 1px 0 #1f2837;
}
.btn_primary:not([disabled]):focus, .btn_primary:not([disabled]):active, .btn_primary:not([disabled]):active:focus-visible {
  color: #1f2837;
  outline: none;
  box-shadow: -1px -1px #1f2837, 0 -1px #1f2837, -1px 0 #1f2837;
}

/* highlightjs-line-numbers
https://github.com/wcoder/highlightjs-line-numbers.js/tree/master
https://github.com/RickStrahl/highlightjs-badge
____________________________________________ */
code {
  font-size: 1em;
  color: #616a73;
  word-break: break-word;
  border: 1px solid #ddd;
  background: #f6f6f6;
  display: inline-block;
  padding: 3px;
}

.code-badge {
  padding: 2px 8px 1px 8px !important;
}

pre code.hljs {
  padding: 2px;
  white-space: pre-wrap;
  /*
  dark
  background: #2b2b2b;
     color: #f8f8f2;
  */
  /*
  light
  */
  background: #efefef;
  color: #1F2837;
  width: 100%;
}

.hljs-ln {
  width: 100%;
}

.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
  /*
  dark
     color: rgba(255,255,255,.4);
     border-right: 1px solid rgba(255,255,255,.3);
  */
  color: rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: top;
  padding-right: 5px !important;
  /* your custom style here */
  font-size: 14px;
  width: 40px;
}

.hljs-ln-code {
  padding-left: 5px !important;
  width: calc(100% - 40px);
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  white-space: pre-wrap;
}

/*
dark

.hljs-ln-code {
	color: #f8f8f2;
}
table.hljs-ln tr:nth-child(even){
	background: rgba(255,255,255,.025);
}
table.hljs-ln tr:nth-child(odd){
	background: rgba(255,255,255,.05);
}
*/
/*
light
*/
.hljs-ln-code {
  color: #1F2837;
}

table.hljs-ln tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}

table.hljs-ln tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0);
}

.code-badge-copy-icon {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
}
.code-badge-copy-icon.icon_copy {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M20.7319 4.67289L17.6459 1.58789H7.47794V5.95689H3.26794V22.3839H16.5219V18.0159H20.7319V4.67289ZM4.76794 20.8839V7.45689H12.3759V10.1029H15.0219V20.8839H4.76794ZM16.5219 16.5159V9.04289L13.4359 5.95789H8.97694V3.08889H16.5849V5.73489H19.2309V16.5169H16.5209L16.5219 16.5159Z" /></svg>');
}
.code-badge-copy-icon.icon_copy_success {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M8.80898 18.8881L3.00598 13.0861L4.06698 12.0251L8.80898 16.7671L19.933 5.64307L20.993 6.70307L8.80898 18.8881Z" /></svg>');
}

.box-border {
  border-color: #dedfe1;
}
.box-border.border-top {
  border-top-style: solid;
  border-top-width: 2px;
}

.totop {
  position: fixed;
  bottom: 8px;
  right: 4px;
  padding: 3px 3px 0px 3px;
  display: none;
  z-index: 990;
  background: #fff;
}
.totop svg {
  width: 20px;
  height: 20px;
}

.totop:hover svg path {
  fill: #6ec800;
}

.fancy {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg_cover {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg_fixed {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
  width: auto;
}

.inline_icon svg {
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}

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