.content {
  #background-color: #2a3058;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-md-6 {
  padding: 0 !important;
}

.tymatics-text-box-right {
  background-color: #2a3058;
  color: #f9b342;
  width: 95%;
  max-width: 95% !important;
  margin: 25px !important;
  height: 440px;
  text-align: center;
  padding: 50px;
  border-radius: 50px;
}
.tymatics-text-box-right h4 {
  font-size: 40px;
  padding-bottom: 20px;
}
.tymatics-text-box-right p {
  font-size: 18px;
}

.tymatics-text-box-left {
  background-color: #2a3058;
  color: #f9b342;
  width: 95%;
  max-width: 95% !important;
  margin: 25px !important;
  height: 440px;
  text-align: center;
  padding: 50px;
  border-radius: 50px;
}
.tymatics-text-box-left h4 {
  font-size: 40px;
  padding-bottom: 20px;
}
.tymatics-text-box-left p {
  font-size: 18px;
}

.tymatics-img-left {
  width: 95%;
  max-width: 95%;
  height: 440px;
  max-height: 440px;
  object-fit: cover;
  margin: 25px !important;
  border-radius: 50px;
}

.tymatics-img-right {
  width: 95%;
  max-width: 95%;
  height: 440px;
  max-height: 440px;
  object-fit: cover;
  margin: 25px !important;
  #margin-left: 2.1vh !important;
  border-radius: 50px;
}

.btn-tymatics {
  background-color: #f9b342 !important;
}

.header {
  width: 100%;
  height: 50vh;
  #background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/header_1.jpg");
  background-color: #f9b342;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  #opacity: 90%;
  top: 0;
  position: relative;
}

.navbar {
  width: 100%;
  margin: auto;
  padding: 35px 0;
  padding-left: 8vh;
  padding-right: 8vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2a3058 !important;
  z-index: 1;
}

.logo {
  #width: 120px;
  cursor: pointer;
  transition: 1s;
}

.logo-small {
  width: 120px !important;
  transition: 1s;
}

.navbar ul li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  position: relative;
  padding-top: 15px;
}

.navbar ul li a {
  text-decoration: none;
  color: #fef7ec;
  text-transform: uppercase;
}

.navbar ul li::after {
  content: "";
  height: 3px;
  width: 0;
  background: #f9b342;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.5s;
}

.navbar ul li:hover::after {
  width: 100%;
}

.header-content {
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  text-align: center;
  color: #2a3058;
  font-weight: bold;
}
.header-content span {
  font-size: 20px;
}

.header-content h1 {
  font-size: 70px;
  margin-top: 65px;
}

.header-content p {
  margin: 50px 20px 50px 20px;
  #font-weight: 100;
  line-height: 25px;
  font-size: 26px;
}
.header-content p span {
  font-weight: 400;
}

button {
  width: 200px;
  padding: 15px 0;
  text-align: center;
  margin: 20px 10px;
  font-weight: bold;
  border: 2px solid #2a3058;
  border-radius: 40px !important;
  background: transparent;
  color: #2a3058;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

span.button {
  background: #2a3058;
  height: 100%;
  width: 0;
  border-radius: 40px !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}

button:hover span.button {
  width: 100%;
}

button:hover {
  border: none;
  color: #fef7ec;
}

.sticky {
  position: sticky !important;
  top: 0;
}

.sticky + .content {
  padding-top: 60px;
}

.welcome {
  background-color: #2a3058;
  height: auto;
  padding: 50px;
  color: #fef7ec;
  font-size: 28px;
}
.welcome h4 {
  color: #f9b342;
  font-size: 64px;
  text-align: center;
  padding-bottom: 20px;
}
.welcome p {
  text-align: center;
}

.welcome-image {
  max-width: 80%;
  padding-bottom: 25px !important;
  border-radius: 50px;
}

.offer {
  background-color: #f9b342;
  color: #2a3058;
  #margin: 0;
}
.offer .top-content {
  padding-top: 25px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.offer .top-content h3 {
  text-align: center;
  font-size: 50px;
}
.offer .top-content h5 {
  text-align: center;
  font-size: 26px;
}

.software {
  background-color: #2a3058;
  color: #f9b342;
  text-align: center;
}
.software h3 {
  padding: 35px;
  font-size: 50px;
}
.software h5 {
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 26px;
}

.text-box-software {
  background-color: #f9b342;
  color: #2a3058;
  font-size: 26px;
  font-weight: bold;
  border-radius: 50px;
  padding: 25px;
  margin: 25px;
}

.preise {
  background-color: #f9b342;
  color: #2a3058;
  text-align: center;
}
.preise h3 {
  font-size: 50px;
  padding: 35px;
}
.preise p {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.preise .wert {
  font-size: 54px;
}
.preise .wert-text {
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 25px;
}

.faq {
  background-color: #2a3058;
  color: #f9b342;
  text-align: center;
  padding: 25px;
}
.faq h3 {
  font-size: 50px;
  padding-bottom: 25px;
}
.faq p {
  font-size: 26px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.faq p a {
  text-decoration: none;
  color: #fef7ec;
}

.accordion-item {
  background-color: #f9b342;
  border: #2a3058;
}
.accordion-item .accordion-header {
  color: #2a3058;
  background-color: #f9b342;
}
.accordion-item .accordion-body {
  color: #2a3058;
  background-color: #f9b342;
  font-weight: 500;
}
.accordion-item .accordion-button {
  color: #2a3058;
  background-color: #f9b342;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: #2a3058;
  background-color: #f9b342;
}

.footer {
  background-color: #2a3058;
  color: #fef7ec;
  font-size: 14px;
  padding: 25px;
  text-align: center;
  list-style: none;
}
.footer a {
  text-decoration: none;
  color: #fef7ec;
}
.footer a:hover {
  color: #f9b342;
}

.tymatics-line {
  width: 75%;
  margin: auto;
  margin-bottom: 15px;
}

.modal-content {
  background-color: #2a3058 !important;
  color: #fef7ec;
}

/*# sourceMappingURL=main.css.map */
