:root {
  --brand-yellow: #d3d800;
  --brand-taupe: #b5b09b;
  --brand-white: #fff;
  --brand-antraciet: #555650;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.waaker-site-temp {
  height: 100vh;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
}

.roboto-bold {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.container-top,
.container-bottom {
  height: 47vh;
}

.logo-waakers {
  width: 400px;
}

.text-grey {
  color: var(--brand-antraciet);
}

.text-yellow {
  color: var(--brand-yellow);
}

.text-white {
  color: var(--brand-white);
}

.fw-900 {
  font-weight: 900;
}

.fw-500 {
  font-weight: 500;
}

.container-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.container-top_left {
  background-color: var(--brand-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10%;
  align-items: flex-end;
}

.container-right {
  background-color: var(--brand-taupe);
}

.container-right h1 {
  font-size: 54px;
}

.container-right h1 span {
  font-size: 54px;
  font-weight: 800;
  line-height: 64px;
}

.container-bottom {
  background-color: var(--brand-antraciet);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-bottom h2 {
  font-family: "Source Serif 4", serif;
  font-size: 44px;
}

.container-bottom_center p {
  font-size: 16px;
  line-height: 24px;
  color: var(--brand-white);
  padding: 44px 0;
  margin: 0 auto;
}

.subfooter {
  height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-bottom_contact {
  display: flex;
  gap: 16px;
}

.container-bottom_contact a {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.call-bttn {
  background-color: var(--brand-yellow);
  color: var(--brand-antraciet);
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 54px;
}

.mail-bttn {
  background-color: var(--brand-taupe);
  color: white;
  padding: 12px 24px;
  border-radius: 54px;
}

.call-bttn svg {
  width: 20px;
  fill: var(--brand-antraciet);
}

a {
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

a:hover {
  cursor: pointer;
}

.material-icons-outlined {
  font-size: 23px;
}

.container-right {
  height: 47vh;
  display: flex;
  align-items: center;
  padding-left: 10%;
}

.container-right img {
  width: 70%;
}

@media only screen and (max-width: 960px) {
  .waakers-site-temp {
    height: auto;
  }
  .waakers-site-temp br {
    display: none;
  }
  .container-top {
    display: flex;
    grid-template-columns: unset;
    flex-direction: column-reverse;
  }
  .container-right h1 span,
  .container-right h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }
  .container-top_left {
    height: auto;
  }

  .container-right {
    height: auto;
    padding-left: unset;
  }

  .container-right img {
    width: 85%;
  }

  .container-top {
    height: auto;
  }
  .container-bottom {
    height: auto;
  }

  .container-top_left {
    padding-left: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .container-top_left img {
    width: 70%;
    height: auto;
    padding: 32px;
  }

  .container-bottom h2 {
    font-size: 28px;
  }
  .container-bottom_center p {
    font-size: 16px;
    padding: 32px 10%;
  }
  .fw-900 br {
    display: none;
  }

  .container-bottom_center p {
    padding: 32px 0;
    line-height: 1.6rem;
  }

  .container-bottom_center p br {
    display: none;
  }
  .container-bottom {
    padding: 64px;
  }
  .container-right {
    justify-content: center;
    padding: 8px;
  }
}
