@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

body {
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1;
}
/* ######################################################### */
/*    Costom - Styles                                        */
/* ######################################################### */
a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #ff7100;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a.more {
  font-weight: 600;
}
.text-bold {
  font-weight: 600;
}

/* ######################################################### */
/*    Navigation                                             */
/* ######################################################### */
.custom-navbar {
  background: #2f2f2f !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-navbar .navbar-brand {
  font-size: 32px;
  font-weight: 600;
}

.custom-navbar .navbar-brand>span {
  opacity: .4;
}

.custom-navbar .navbar-toggler {
  border-color: transparent;
}

.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #ffffff !important;
  opacity: .5;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #ff7100;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
  }
}

.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}

.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}

/* ######################################################### */
/*    Buttons                                                */
/* ######################################################### */

.btn {
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
  background: #ff7100;
  border-color: #b45000;
}

.btn:hover {
  color: #ffffff;
  background: #b45000;
  border-color: #ff7100;
}

.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #ff7100;
  border-color: #b45000;
}

.btn.btn-primary:hover {
  background: #b45000;
  border-color: #ff7100;
}

.btn.btn-secondary {
  color: #2f2f2f;
  background: #f9bf29;
  border-color: #f9bf29;
}

.btn.btn-secondary:hover {
  background: #f8b810;
  border-color: #f8b810;
}

.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
  border-color: white;
  color: #ffffff;
}

/* ######################################################### */
/*   STANDARD - LISTE                                        */
/* ######################################################### */

.custom-list {
  width: 100%;
}

.custom-list li {
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 4px solid #ff7100;
  position: absolute;
  left: 0;
  top: 6px;
}

/* ######################################################### */
/*    Home - Willkommen                                      */
/* ######################################################### */

.hero {
  background: #ff7100;
  padding: calc(4rem - 30px) 0 0rem 0;
}

@media (min-width: 768px) {
  .hero {
    padding: calc(4rem - 30px) 0 4rem 0;
  }
}

@media (min-width: 992px) {
  .hero {
    padding: calc(8rem - 30px) 0 8rem 0;
  }
}

.hero .intro-excerpt {
  position: relative;
  z-index: 4;
}

@media (min-width: 992px) {
  .hero .intro-excerpt {
    max-width: 450px;
  }
}

.hero h1, h3 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (min-width: 1400px) {
  .hero h1 {
    font-size: 54px;
  }
}

.hero p {
  color: rgba(255, 255, 255, 0.8);
  margin-botom: 20px;

}

/* ######################################################### */
/*    Home - CMS-Lösungen                                    */
/* ######################################################### */

.we-help-section {
  padding: 7rem 0 2rem 0;
}

.we-help-section .imgs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[27];
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}

.we-help-section .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.we-help-section .imgs-grid .grid {
  position: relative;
}

.we-help-section .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}

.we-help-section .imgs-grid .grid.grid-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 18;
  grid-column: 1 / span 18;
  -ms-grid-row: 1;
  -ms-grid-row-span: 27;
  grid-row: 1 / span 27;
}

.we-help-section .imgs-grid .grid.grid-2 {
  -ms-grid-column: 19;
  -ms-grid-column-span: 27;
  grid-column: 19 / span 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / span 5;
  padding-left: 20px;
}

.we-help-section .imgs-grid .grid.grid-3 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 16;
  grid-column: 14 / span 16;
  -ms-grid-row: 6;
  -ms-grid-row-span: 27;
  grid-row: 6 / span 27;
  padding-top: 20px;
}
/* ######################################################### */
/*    Home - IT Service                                      */
/* ######################################################### */

.IT-Services {
  padding: 0em 0 12rem 0;
}

.IT-Services .post-entry a {
  text-decoration: none;
}

.IT-Services .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}

.IT-Services .post-entry .post-thumbnail img {
  border-radius: 20px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.IT-Services .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}

.IT-Services .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 7px;
}

.IT-Services .post-entry .post-content-entry .meta {
  font-size: 14px;
}

.IT-Services .post-entry .post-content-entry .meta a {
  font-weight: 600;
}

.IT-Services .post-entry:hover .post-thumbnail img,
.IT-Services .post-entry:focus .post-thumbnail img {
  opacity: .7;
}

/* ######################################################### */
/*    Page - Jobs                                            */
/* ######################################################### */

.jobs {
  padding: 0em 0 12rem 0;
}
.jobs h4 {
  margin: 0em 0 1rem 0;
  padding:5px;
  background-color: #ff7100;
  color:#ffffff;
  border-radius: 5px;
}
.jobs h5 {
  margin: 0em 0 1rem 0;
  padding:5px;
  background-color: #dddddd;
  color:#222;
  border-radius: 5px;
}
.smallheader{
  font-size: small;
  font-weight: bold;
}
.jobs .gardient {
  background: rgb(233,233,233);
  background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(249,249,249,0) 100%);
  border-radius: 15px;
}

.boxshadow {
  box-shadow:
  0px 12px 57.8px -55px rgba(0, 0, 0, 0.046),
  0px 29.3px 112.2px -55px rgba(0, 0, 0, 0.073),
  0px 117px 198px -55px rgba(0, 0, 0, 0.13)
;
}

/* ######################################################### */
/*    Footer                                                 */
/* ######################################################### */

.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}

.footer-section {
  padding: 80px 0;
  background: #ffffff;
}

.footer-section .relative {
  position: relative;
}

.footer-section a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.footer-section a:hover {
  color: rgba(47, 47, 47, 0.5);
}

.footer-section .logo-img {
  position: absolute;
  top: -350px;
  z-index: 1;
  right: 0;
}

.footer-section .logo-img img {
  max-width: 380px;
}

.footer-section .links-wrap {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 14px;
  }
}

.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #3b5d50;
}

.footer-section .border-top {
  border-color: #dce5e4;
}

.footer-section .border-top.copyright {
  font-size: 14px !important;
}
