/*
 Theme Name:   Stambyte
 Description:  Stambyte theme
 Author:       Webbstream
 Template:     generatepress
 Version:      1.0
*/
#masthead {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body,
html {
  position: relative;
}

section {
  padding: 20px 0;
}

.mb-1 {
  margin-bottom: 1%;
}

.mb-2 {
  margin-bottom: 2%;
}

.mb-5 {
  margin-bottom: 5%;
}

.mb-7 {
  margin-bottom: 7%;
}

.pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.accordion h2 {
  font-size: 20px;
}

.accordion h3 {
  padding-left: 28px;
  color: #777;
}

.accordion .accordion-content {
  padding-left: 28px;
}

.accordion h3.ui-state-active {
  color: #333;
}

.accordion h3::before {
  content: url("https://wpsite2331.fi02.webtrick.se/wp-content/themes/stambytesgruppen/assets/chevron-down.svg");
  height: 20px;
  width: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  color: #777;
}

.accordion h3.ui-state-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url("https://wpsite2331.fi02.webtrick.se/wp-content/themes/stambytesgruppen/assets/chevron-down.svg");
  height: 20px;
  width: 20px;
  position: absolute;
  top: 3px;
  left: 4px;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  color: #333;
}

.float-contact {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  bottom: 50px;
  right: 80px;
  z-index: 999;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.float-contact:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.float-contact a {
  font-size: 25px;
}

.cursor-default {
  cursor: default;
}

.quick-contacts {
  position: fixed;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 60px;
  width: 60px;
  line-height: 60px;
  bottom: 25px;
  text-align: center;
  z-index: 999;
  background-color: #fff;
  color: #005184;
  border-radius: 50%;
}

.quick-contacts:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #005184;
}

.quick-contacts.phone {
  right: 40px;
}

.quick-contacts.message {
  right: 120px;
  cursor: pointer;
}

.footer-widgets {
  text-align: center;
}

.generate-back-to-top,
.generate-back-to-top:visited {
  left: 30px;
  right: auto;
}

.inside-page-hero h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.inside-page-hero h2 {
  font-size: 35px;
  font-weight: 500;
}

.footer-logo img {
  max-width: 100%;
}

#callout-call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  background-color: #29b4c5;
  border-radius: 10px;
  color: #fff;
  padding: 7px 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
}

#callout-call p {
  margin-bottom: 0;
}

#callout-call .tinytitle {
  font-size: 18px;
  font-weight: bold;
}

#callout-call img {
  max-width: 30%;
}

@media only screen and (max-width: 1440px) {
  #callout-call {
    bottom: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media only screen and (max-width: 1024px) {
  #callout-call {
    bottom: 20px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #callout-call {
    padding: 8px;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 7px;
    text-align: center;
    z-index: 99999;
    max-width: 60px;
  }
  #callout-call p {
    display: inline-block;
  }
  #callout-call .tinytitle {
    margin-right: 10px;
  }
  #callout-call img {
    max-width: 100%;
  }
  .inside-page-hero h1 {
    font-size: 30px;
  }
  .inside-page-hero h2 {
    font-size: 20px;
  }
  .footer-logo img {
    max-width: 60%;
  }
}

.btn-dokumentation a {
  min-width: 200px;
}

/* Modals */
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* The Close Button */
.close {
  color: #bbb;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.modal-header {
  padding: 12px 16px 0 16px;
}

.modal-header h2 {
  margin-bottom: 5px;
}

/* Modal Body */
.modal-body {
  padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */