/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
    2. Remove default margin
  */
* {
  margin: 0;
}

/*
    3. Allow percentage-based heights in the application
  */
a {
  text-decoration: none;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
  */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
    6. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
    7. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
  font: inherit;
}

/*
    8. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

body {
  font-family: "Roboto", sans-serif;
}

.idh-hero {
  background: linear-gradient(0deg, rgba(36, 45, 61, 0.99), rgba(36, 45, 61, 0.96)), url(img/idh-template-hero.jpg);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  position: relative;
  justify-content: center;
  align-items: center;
}

.idh-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 25px;
}

.idh-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 1240px;
  height: 100%;
}

.idh-logo {
  margin-top: 40px;
  width: 210px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.idh-button {
  width: 168px;
  height: 45px;
  color: #ffffff;
  background-color: #1bc1c6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idh-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  height: 409px;
  background-color: #ffffff;
  border-radius: 8px;
}

.typo3-logo {
  width: 227px;
  margin-bottom: 60px;
}

.wordpress-logo {
  width: 326px;
  margin-bottom: 38px;
}

.webflow-logo {
  width: 262px;
  margin-bottom: 60px;
}

.wp-desc {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 12px;
}

.wp-desc.space-up {
  margin-top: 25px;
}

.btn-2-grid {
  display: flex;
  gap: 15px;
}

.idh-button {
  font-weight: 700;
}
.idh-button--typo3 {
  background-color: #ff8700;
}
.idh-button--wordpress {
  background-color: #01aae2;
}
.idh-button--webflow {
  background-color: #4a5cff;
}

h1 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .idh-hero {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    height: auto;
  }
  .idh-logo {
    transform: translateX(0);
  }
  .idh-box-wrapper {
    align-items: center;
  }
  .idh-box-wrapper {
    display: flex;
    flex-direction: column;
  }
  .idh-box {
    max-width: 500px;
    width: 100%;
  }
  .idh-logo {
    position: static;
  }
  .idh-container {
    justify-content: start;
  }
}
@media only screen and (max-width: 1200px) {
  .idh-box {
    height: 100%;
    padding-bottom: 50px;
  }
  .btn-2-grid {
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=style.css.map */