@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../font/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Widges";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../font/Widges-Demo.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* text-shadow: #6a6868 1px 1px 5px; */
}

body {
  color: #293133;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
}

.header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}

.header-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.header-container h1 {
  text-transform: uppercase;
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;

  /* font-size: 100%; */
  font-family: "Widges", sans-serif;
}

@media only screen and (max-width: 600px) {
  .header-container h1 {
    font-size: 2rem;
  }
}

.hr {
  height: 2px;
  background-color: #fce903;
  width: 50vw;
  margin: 1rem auto;
}

.link-dvgw {
  text-decoration: none;
  color: black;
}
.span-h1 {
  letter-spacing: 0.5rem;
  font-size: 3rem;
}

.icon-container {
  display: none;
  /* width: 50%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center; */
}

@media only screen and (max-width: 600px) {
  .icon-container {
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .center-text-on-smartphone {
      text-align: center;
  }
}

.icon-btn {
  width: 6rem;
  height: auto;
  margin: 1rem;
}

.icon-fire {
  width: 2rem;
}

.bg-img {
  width: 100%;
  min-height: 25rem;
  background-image: url("../image/handwerker-mit-tablet.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

iframe {
  width: 100%;
  min-height: 16rem;
  height: auto;
}

.ellipse {
  height: 63rem;
  width: 37rem;
  top:-18rem;
  left: 2rem;
  z-index: -100;
  background-color: rgba(89, 89, 188, 0.5);

  /* Setting Border Radius */
  border-radius: 50%;
  transform: rotate(-80deg);
  transition: 10rem;
}

.navbar{
  background-color: rgba(89, 89, 188, 0.5);
}

.footer-basic {
  padding:40px 0;
  background-color:rgba(89, 89, 188, 0.5);
  color:#4b4c4d;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}
