/*
Theme Name: Aurasol
Author: newsenses GmbH
Author URI: https://www.newsenses.net
Description: Das eigens f&uuml;r Aurasol entwickelte Template.
Version: 2.1
License: Commercial
*/
.container {
  max-width: 1280px;
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-regular.woff") format("woff"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-700.woff2") format("woff2"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-700.woff") format("woff"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-700.ttf") format("truetype"), url("/wp-content/themes/aurasol/fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
}
body, html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto Bold", sans-serif;
  margin-bottom: 30px;
}

strong, b {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 700;
}

footer .menu {
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  z-index: 16;
  top: 0;
  width: 100%;
  min-height: 85px;
  background: #FFFFFF;
  border-bottom: 2px solid #28e0d2;
}
@media (min-width: 992px) {
  header {
    min-height: 125px;
  }
}
@media (min-width: 992px) {
  header .container {
    position: relative;
    padding: 0 15px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  header .container {
    width: 100%;
    max-width: initial;
  }
}
header .Logo-area {
  z-index: 1;
  display: block;
  float: left;
}
header #logo {
  z-index: 17;
  padding-bottom: 15px;
  color: #28e0d2;
  display: block;
  padding-top: 20px;
  font-size: 30px;
}
@media (min-width: 992px) {
  header #logo {
    padding-top: 35px;
  }
}
header #logo img {
  image-rendering: -webkit-optimize-contrast;
  width: 200px;
  height: 43px;
}
@media (min-width: 992px) {
  header #logo img {
    width: 250px;
    height: auto;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  header #logo img {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  header .slidemenu {
    position: fixed;
    bottom: 0;
    top: 0;
  }
  header .slidemenu-left {
    left: -300px;
  }
  header .slidemenu-left.slidemenu-open {
    left: 0;
    background-color: #28e0d2;
    padding: 0;
  }
  header .slidemenu-slide {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  header .slidemenu {
    transition: all 0.5s ease;
  }
  header .close-menu {
    cursor: pointer;
    transition-delay: 0.12s;
    transform: rotate(45deg);
    position: relative;
    height: 25px;
    width: 4px;
    float: right;
    border-radius: 20px;
    margin-top: 15px;
    margin-right: 25px;
    background-color: #000;
  }
  header .close-menu:after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    right: -11px;
    /* left: 0; */
    border-radius: 4px;
    bottom: 11px;
    transform: rotate(0deg);
    background: #000;
  }
}
header .slidemenu-slide-toright {
  left: 300px;
}
header nav {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 0;
  background: #FFF;
}
@media (min-width: 1200px) {
  header nav {
    position: relative;
    top: auto;
    right: 0;
    max-height: none;
    box-shadow: none;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    width: auto;
    padding-top: 40px !important;
    z-index: 0;
  }
}
header nav.active {
  width: 100%;
}
header nav .menu {
  padding-top: 10px;
  padding-left: inherit;
}
@media (min-width: 1200px) {
  header nav .menu {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  header nav .menu {
    text-align: center;
    padding-top: 100px;
    padding-left: 0;
  }
}
header nav li {
  padding: 15px 0;
  line-height: 12px;
  list-style-type: none;
}
@media (min-width: 1200px) {
  header nav li {
    display: inline-block;
    padding: 4px 15px;
    margin-right: -4px;
    line-height: 14px;
  }
  header nav li:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}
header nav a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
header nav a:hover, header nav a:focus {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1200px) {
  header nav a {
    color: #000;
    font-size: 18px;
    padding-bottom: 5px;
  }
  header nav a:focus {
    color: #28e0d2;
    border-bottom: 1px solid #28e0d2;
  }
}
header nav .current-menu-item a {
  color: #000;
}
@media (min-width: 1200px) {
  header nav .current-menu-item a {
    color: #28e0d2;
    border-bottom: 1px solid #28e0d2;
  }
}
header #mobileNav {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 15px 30px 10px 0;
  width: 60px;
  cursor: pointer;
}
@media (min-width: 992px) {
  header #mobileNav {
    top: 30px;
  }
}
@media (min-width: 1200px) {
  header #mobileNav {
    display: none;
  }
}
header #mobileNav ul {
  list-style-type: none;
}
header #mobileNav span {
  display: block;
  width: 100%;
  height: 3px;
  background: #28e0d2;
  margin-top: 7px;
  border-radius: 20px;
}
header #mobileNav span:nth-child(2) {
  background: #000;
}

.news-posts .news-post {
  margin-bottom: 100px;
}
.news-posts .float-left {
  margin-right: 20px;
}
.news-posts .float-right {
  margin-left: 20px;
}
.news-posts a {
  color: #000;
}
.news-posts a:hover {
  color: #000;
  text-decoration: none;
}

.main-unpadded {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

main {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 85px;
  min-height: calc(100% - 75px);
}
@media (min-width: 992px) {
  main {
    min-height: calc(100% - 56px);
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 125px;
  }
}
main #news-image {
  width: 50%;
  padding-right: 40px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  main #news-image {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
main .news-thumbnail-left {
  margin-right: 15px !important;
}
@media (max-width: 768px) {
  main .news-thumbnail-left {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
main .news-thumbnail-right {
  margin-left: 15px !important;
}
@media (max-width: 768px) {
  main .news-thumbnail-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
main .news-excerpt-left {
  margin-left: 30px !important;
}
@media (max-width: 768px) {
  main .news-excerpt-left {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
main .news-excerpt-right {
  margin-right: 30px !important;
}
@media (max-width: 768px) {
  main .news-excerpt-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
main .news-read-more-button {
  background-color: #28e0d2;
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}
main .news-read-more-button:hover {
  background-color: #28e0d2;
  color: #ffffff;
}
main .news-read-more-button:focus {
  background-color: #28e0d2;
  color: #ffffff;
}
main .news-read-more-button:active {
  background-color: #28e0d2;
  color: #ffffff;
}
@media (max-width: 768px) {
  main .news-read-more-button {
    width: 100%;
  }
}
main .news-image-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
main .news-source-container {
  margin-top: 30px;
}
main .source-section {
  width: 100%;
  margin-bottom: 50px;
}
main .news-source-link {
  color: #28e0d2;
  font-weight: bold;
}

footer {
  width: 100%;
  background: #FFFFFF;
  color: #28e0d2;
  border-top: 2px solid #28e0d2;
}
footer .container {
  padding: 15px;
}
footer .container .left {
  text-align: center;
}
@media (min-width: 767px) {
  footer .container .left {
    float: left;
    text-align: left;
  }
}
footer .container .right {
  text-align: center;
}
@media (min-width: 767px) {
  footer .container .right {
    text-align: right;
  }
}
footer .container .right li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 767px) {
  footer .container .right li {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  footer .container .right li {
    margin-left: 30px;
  }
}
footer .container a {
  color: #28e0d2;
}
footer .container a:hover, footer .container a:focus {
  color: #28e0d2;
  text-decoration: none;
}

h1 {
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none;
  margin: 0;
  position: relative;
}
@media (min-width: 767px) {
  h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}
@media (max-width: 576px) {
  h3 {
    margin-top: 10px;
  }
}

h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

p {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.01em;
  line-height: 1.8em;
}

.relative {
  position: relative;
}

.home-media h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
}
@media (min-width: 576px) {
  .home-media h2 {
    font-size: 30px;
  }
}

.home {
  padding-left: -30px;
  padding-right: -30px;
  height: calc(100vh - 141px);
  background-color: #28e0d2;
}
@media (min-width: 992px) {
  .home {
    height: calc(100vh - 181px);
  }
}
.home h1:after {
  display: block;
  content: "";
  position: absolute;
  top: -51px;
  left: -45px;
  height: 100px;
  width: 100px;
  border-left: 10px solid #28e0d2;
  border-top: 10px solid #28e0d2;
}
.home h1::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -51px;
  right: -45px;
  height: 100px;
  width: 100px;
  border-right: 10px solid #28e0d2;
  border-bottom: 10px solid #28e0d2;
}
.home .homebanner {
  margin: 0;
}
.home .homebanner .intro-text {
  padding: 50px 30px;
}
@media (min-width: 992px) {
  .home .homebanner .intro-text {
    padding: 30px 60px;
  }
}
.home .homebanner .intro-text p {
  color: #FFFFFF;
  font-size: 16px;
  text-align: justify;
}
@media (min-width: 992px) {
  .home .homebanner .intro-text p {
    font-size: 18px;
  }
}
.home .homebanner .intro-text a {
  border-bottom: 2px solid #FFFFFF;
  letter-spacing: 0.3em;
  line-height: 1em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 15px;
  margin-top: 10px;
  text-decoration: none;
}
.home .homebanner .intro-text .introBanner {
  margin: 0;
}
.home .business_image {
  position: absolute;
  border: 10px solid #FFFFFF;
  height: 400px;
  left: 15%;
  top: 50px;
}
@media (max-width: 767px) {
  .home .business_image {
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .home .business_image {
    left: 0px;
    top: 10px;
  }
}
.home .business_image_personen {
  position: absolute;
  height: 400px;
  border: 10px solid #FFFFFF;
  bottom: 50px;
}
@media (min-width: 992px) {
  .home .business_image_personen {
    right: 15%;
    bottom: 50px;
  }
}
@media (max-width: 992px) {
  .home .business_image_personen {
    bottom: 10px;
    right: 0;
  }
}
.home .home_text {
  background-color: #FFFFFF;
  background-image: url("/wp-content/uploads/aurasol_homeimage.jpg");
  padding: 30px 0;
  justify-content: center;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .home_text::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.882941);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.introText img {
  width: 300px;
}
@media (min-width: 576px) {
  .introText img {
    width: 400px;
  }
}
.introText a {
  border-bottom: 2px solid #28e0d2;
  letter-spacing: 0.3em;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  margin-top: 10px;
  text-decoration: none;
}
.introText .introBanner {
  margin: 0;
}

.kontakt {
  height: 100%;
  background-color: #FFFFFF;
  padding: 20px 0;
}
.kontakt .kontakt-detail * + p {
  margin-bottom: 0px;
}
.kontakt .kontakt-detail a {
  color: #000;
}
@media (min-width: 576px) {
  .kontakt {
    padding: 50px 0;
  }
}
.kontakt .kontaktbanner {
  margin: 0;
}
.kontakt .kontakt-form {
  text-align: left;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .kontakt .kontakt-form {
    margin-top: 30px;
  }
}
.kontakt .kontakt-form form p {
  text-align: left;
}
@media (min-width: 576px) {
  .kontakt .kontakt-form form p:nth-child(3) {
    width: 45%;
    float: right;
  }
  .kontakt .kontakt-form form p:nth-child(2) {
    width: 45%;
    float: left;
  }
}
.kontakt .kontakt-form label {
  width: 100%;
  color: #000;
  font-size: 14px;
}
.kontakt .kontakt-form input {
  height: 45px;
}
.kontakt .kontakt-form input, .kontakt .kontakt-form textarea {
  width: 100%;
  border: 1px solid #000;
  max-height: 100px;
  resize: none;
  padding-left: 8px;
  font-size: 16px;
}
.kontakt .kontakt-form input:focus, .kontakt .kontakt-form textarea:focus {
  outline: none;
  border-color: #28e0d2;
}
.kontakt .kontakt-form input[type=checkbox] {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
}
.kontakt .kontakt-form .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0;
}
.kontakt .kontakt-form .wpcf7-list-item-label a {
  color: #000;
  font-weight: bold;
}
.kontakt .kontakt-form .wpcf7-submit {
  width: 200px;
  background: #28e0d2;
  outline: none;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px;
  margin-top: 15px;
}

.investor_relation {
  height: 100%;
  background-color: #FFFFFF;
  padding: 20px 0;
}
@media (min-width: 576px) {
  .investor_relation {
    padding: 50px 0;
  }
}
.investor_relation .investor_box {
  border: 1px solid #cecece;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.investor_relation .investor_box:nth-child(1n+3) {
  border-top: 0;
}
.investor_relation .investor_box:nth-child(2n+0) {
  border-left: 0;
}
.investor_relation .investor_box:nth-child(2), .investor_relation .investor_box:nth-child(3), .investor_relation .investor_box:nth-child(6) {
  background: #efefef;
}
.investor_relation .investor_box p {
  margin: 0;
}
.investor_relation .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(250, 195, 184, 0.34);
}
.investor_relation .table th, .investor_relation .table td {
  border-top-color: #28e0d2;
  color: #000;
}
.investor_relation a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.investor_relation a img {
  margin-right: 5px;
}
@media (max-width: 576px) {
  .investor_relation a {
    font-size: 14px;
  }
}
.investor_relation .investor_data {
  display: block;
  float: none;
  clear: both;
  margin-top: 30px;
}
.investor_relation .investor_data:first-child {
  margin-top: 0;
}
.investor_relation .investor_data p {
  display: inline-block;
  width: 100%;
}
.investor_relation .investor_data p:last-child {
  margin-bottom: 0;
}
.investor_relation .investor_data .pdf-icon {
  margin-bottom: 0;
}
.investor_relation .investor_data .pdf-icon span {
  float: left;
  width: 6%;
}
@media (max-width: 767px) {
  .investor_relation .investor_data .pdf-icon span {
    margin-right: 10px;
  }
}
.investor_relation .investor_data .pdf-icon a {
  float: left;
  width: 90%;
}
@media (max-width: 992px) {
  .investor_relation .investor_data .unternehmendatum {
    margin-bottom: 0;
  }
  .investor_relation .investor_data .unternehmendatum span {
    float: left;
    width: 90px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .investor_relation .investor_data .unternehmendatum span {
    margin-right: 5px;
  }
}
@media (max-width: 992px) {
  .investor_relation .investor_data .unternehmendatum a {
    float: left;
    width: calc(100% - 95px);
  }
}

.organe {
  padding: 20px 0;
}
@media (min-width: 576px) {
  .organe {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .organe img {
    width: 200px;
    margin-bottom: 20px;
  }
}
.organe .boardname {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.impressum {
  height: 100%;
  background-color: #FFFFFF;
  padding: 20px 0;
}
@media (min-width: 576px) {
  .impressum {
    padding: 50px 0;
  }
}

.datenschutz {
  padding: 20px 0;
}
@media (min-width: 576px) {
  .datenschutz {
    padding: 50px 0;
  }
}
.datenschutz a {
  word-break: break-all;
}

::-moz-placeholder {
  color: #b1b2b3;
  font-size: 16px;
}

::placeholder {
  color: #b1b2b3;
  font-size: 16px;
}

.intro-buttons-section {
  margin-top: 10% !important;
}
@media (max-width: 767px) {
  .intro-buttons-section .intro-buttons-section {
    flex-direction: column;
    align-items: center;
  }
}

.intro-text button {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 25px;
  background-color: #FFFFFF;
  padding: 0.5rem 2rem;
  outline: none;
  font-family: "Roboto Bold", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .intro-text button {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.intro-text button:hover {
  background-color: rgba(255, 255, 255, 0.737254902);
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.intro-text button:focus {
  outline: none;
}

.management-image img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767px) and (max-width: 991px) {
  .management-image img {
    width: 200px;
    height: 200px;
  }
}/*# sourceMappingURL=style.css.map */