/**
Theme Name: SocialBrain
Author: #
Author URI: #
Version: 1.0
*/
@import url("css/headlines.css");
@import url("css/navigation.css");
@import url("css/mobile.css");
@import url("css/fonts.css");

:root {
  --black: #000000;
  --white: #ffffff;
  --beige: #fbf9f5;
  --dark-red: #77284c;
  --light-red: #c40e5c;
  --green: #5f7063;
  --dark-grey: #28262c;
  --big-screen-size: 1440px;
}

/* General style for all interactive elements */
a:focus-visible,
button:focus-visible,
input[type="button"]:focus-visible,
input[type="submit"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible,
.menu-icon:focus-visible {
  outline: 1px dotted var(--nm-dark-blue) !important;
  outline-offset: 2px;
}

p {
  margin: 0 0 12px;
}

body,
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: var(--black);
}
* {
  box-sizing: border-box;
}

a {
  color: var(--dark-grey);
}

img {
  max-width: 100%;
  height: auto;
}

.elementor-button-text {
  font-weight: 600;
  letter-spacing: 1px;
}

.image__star {
  position: relative;
}

.image__star::after {
  position: absolute;
  right: -40px;
  bottom: -40px;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../socialbrain/img/stern-red_ai.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.sektion__title {
  text-align: right;
}

.sektion__title span.elementor-heading-title {
  position: relative;
  font-family: "Poppins";
  margin-right: 50px;
}

.sektion__title span::after {
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  content: "";
  width: 42px;
  height: 42px;
  background-image: url(../socialbrain/img/bildicon-schwarz_ai.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

div.container-centered {
  margin: 0 auto;
  max-width: 1440px !important;
}

.fullheight .elementor-widget-image {
  height: 100%;
}

.no-margin-headings h4 {
  margin: 0;
}

.section-passion,
.section-leadyou {
  position: relative;
}

div.section-passion::before {
  position: absolute;
  right: 0;
  top: -39px;
  margin: auto;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../socialbrain/img/stern-red_ai.svg);
  background-repeat: no-repeat;
  background-position: center;
}

div.section-leadyou div.btn-absolute {
  left: 50px;
  right: auto;
}

div.btn-absolute {
  position: absolute;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 1;
}

.title-absolute {
  position: absolute !important;
  right: 20px;
  top: 30px;
  z-index: 1;
}

.image-with-star {
  position: relative;
}
.image-with-star::after {
  position: absolute;
  right: -20px;
  top: 40px;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../socialbrain/img/stern-red_ai.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.text-break {
  word-break: break-word;
}

.mobile-max-width {
  max-width: 300px !important;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .image__star::after {
    right: -30px;
    bottom: -30px;
    content: "";
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .sektion__title {
    margin-right: 50px;
  }
  .sektion__title span.elementor-heading-title {
    margin: 0;
  }

  div.btn-absolute {
    position: relative;
    bottom: auto;
  }

  .title-absolute {
    right: 70px;
    margin-right: 0;
  }

  div.section-leadyou div.btn-absolute {
    left: 0 !important;
    right: 0 !important;
    bottom: -20px !important;
    width: 100% !important;
    position: absolute !important;
  }
}
