/*
Theme Name: realtypm
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: 
Version: 1.0
Text Domain: realtypm
*/
/* FONTS */
/* ALLGEMEIN */
/* SEITENSTRUKTUR */
/* NAV */
/* BUTTONS */
/* CONTENT */
/* COMPLIANZ */
/* MEDIA QUERIES */
#hamburger-icon {
  width: 25px;
  height: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  #hamburger-icon .line {
    display: block;
    /*background: $dark;*/
    background: #fff;
    width: 25px;
    height: 5px;
    position: absolute;
    left: 0;
    border-radius: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
    #hamburger-icon .line.line-1 {
      top: 0; }
    #hamburger-icon .line.line-2 {
      top: 50%; }
    #hamburger-icon .line.line-3 {
      top: 100%; }
  #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    transform: translateY(-2.5px);
    -webkit-transform: translateY(-2.5px);
    -moz-transform: translateY(-2.5px); }
  #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    transform: translateY(2.5px);
    -webkit-transform: translateY(2.5px);
    -moz-transform: translateY(2.5px); }
  #hamburger-icon.active .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2 {
    opacity: 0; }
  #hamburger-icon.active .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg); }

h1 {
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #95a5a6;
  margin: 0;
  display: inline-block; }
  a:hover, a:focus {
    color: black; }

@media (min-width: 790px) {
  #hamburger-icon {
    display: none; } }
/* FONTS */
@font-face {
  font-family: Aleo-Light;
  src: url("fonts/Aleo-Light.ttf") format("truetype"); }
@font-face {
  font-family: Aleo-Regular;
  src: url("fonts/Aleo-Regular.ttf") format("truetype"); }
@font-face {
  font-family: Aleo-Medium;
  src: url("fonts/Aleo-Medium.ttf") format("truetype"); }
@font-face {
  font-family: Aleo-SemiBold;
  src: url("fonts/Aleo-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: Aleo-Bold;
  src: url("fonts/Aleo-Bold.ttf") format("truetype"); }
h1 {
  font-family: Aleo-Medium;
  color: #373a3b;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 2px;
  hyphens: auto; }

h2 {
  font-family: Aleo-Regular;
  color: #373a3b;
  font-size: 22px;
  letter-spacing: 2px;
  hyphens: auto; }

h3 {
  font-family: Aleo-Regular;
  color: #373a3b;
  font-size: 20px;
  letter-spacing: 1.8px; }

.h2-light {
  color: #d3d800; }

h2, h3, h4 {
  margin-top: 30px; }

/* ALLGEMEIN */
html, body {
  height: 100%;
  width: 100%;
  font-family: Content-Light, Arial, sans-serif;
  padding: 0;
  margin: 0; }

html {
  --top-spacing: 70px;
  scroll-padding-top: var(--top-spacing); }

body {
  background-color: #dae0e3; }

a {
  cursor: pointer; }

.a-darkbg {
  font-family: Aleo-Medium;
  color: #d3d800; }

.a-darkbg:hover {
  color: #fff; }

.a-lightbg {
  font-family: Aleo-Medium;
  color: #004225; }

.a-lightbg:hover {
  font-family: Aleo-Medium;
  color: #373a3b; }

.list-vert-line {
  color: #d3d800;
  font-weight: 600; }

p {
  color: #373a3b; }

/* SEITENSTRUKTUR */
#header {
  background-color: #004225;
  height: 90px;
  padding: 0 10px; }

.header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90px; }

.header-logo {
  text-align: center;
  width: 128px; }
  .header-logo img {
    height: 50px;
    width: 128px; }

#headline-h1 {
  margin-top: 70px;
  margin-bottom: 40px;
  padding: 0 20px; }
  #headline-h1 h1 {
    line-height: 1.3; }

.subheadline p {
  font-family: Aleo-Light;
  font-size: 26px;
  letter-spacing: 0.8px; }

#einleitung p {
  margin: 0;
  width: 100%; }

.line-left {
  padding: 0 10px; }
  .line-left p {
    border-left: 3px solid #d3d800;
    padding-left: 20px; }

.txt-quelle {
  font-size: 14px;
  margin-top: 20px !important; }

.txt-details {
  margin-top: 20px !important; }
  .txt-details a {
    color: #004225;
    font-family: Aleo-Medium; }
  .txt-details a:hover {
    color: black; }

.content, .content-pl0, .stellenangebot {
  font-family: Aleo-Light;
  font-size: 18px; }
  .content p, .content-pl0 p, .stellenangebot p {
    line-height: 1.3;
    letter-spacing: 0.8px;
    margin: 0; }
  .content h2, .content-pl0 h2, .stellenangebot h2 {
    line-height: 1.3; }

.content {
  padding: 0 10px; }

.content-pl0 {
  padding-left: 0px; }

.content-dark-col2 {
  background-color: #373a3b;
  padding: 0 10px; }
  .content-dark-col2 p {
    color: #fff; }

/* NAV */
.dropdown {
  display: none;
  position: fixed;
  top: 90px;
  width: 90%;
  background-color: #004225;
  z-index: 10;
  padding: 10px 0; }
  .dropdown ul li {
    float: none;
    padding: 10px; }

.nav-wrapper {
  display: none; }

.nav-header {
  width: 30px; }

.navbar-nav {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .navbar-nav li {
    float: left;
    margin-left: 30px; }
    .navbar-nav li a {
      font-family: Aleo-Medium;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .navbar-nav li a:hover, .navbar-nav li a:focus {
      color: #d3d800;
      background-color: transparent; }
  .navbar-nav .current-menu-item a {
    color: #d3d800; }

/* BUTTONS */
.btn-standard a {
  font-family: Aleo-Regular;
  background-color: #004225;
  color: #d3d800;
  border-radius: 10px;
  letter-spacing: 0.8px; }
.btn-standard a:visited {
  color: #d3d800; }
.btn-standard a:hover {
  color: #fff; }

/* CONTENT */
footer {
  color: #fff;
  font-family: Aleo-Light;
  font-size: 14px; }
  footer p {
    margin: 3px; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #d3d800; }

ul {
  color: #373a3b; }

.ul-style-line {
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #373a3b;
  list-style: none;
  padding: 0; }
  .ul-style-line li {
    position: relative;
    padding-left: 20px;
    hyphens: auto; }
  .ul-style-line li::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    color: #373a3b;
    font-weight: 600; }

.ul-style-line-lime {
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #fff;
  list-style: none;
  padding: 0; }
  .ul-style-line-lime li {
    position: relative;
    padding-left: 20px;
    hyphens: auto; }
  .ul-style-line-lime li::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    color: #d3d800;
    font-weight: 600; }

.img-desk {
  display: none; }

.stellenangebot {
  border-left: 3px solid #d3d800; }
  .stellenangebot h2 {
    margin-top: 0; }

.stelle-details h2 {
  marggin-top: 40px; }

/* COMPLIANZ */
.cmplz-cookiebanner .cmplz-title {
  font-family: Aleo-Light;
  font-size: 18px !important;
  font-weight: 600 !important; }

.cmplz-cookiebanner .cmplz-message {
  font-family: Aleo-Light;
  font-size: 18px !important; }

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  font-family: Aleo-Regular; }

.cmplz-cookiebanner .cmplz-links .cmplz-link {
  font-family: Aleo-Light;
  font-size: 14px !important; }

/* MEDIA QUERIES */
@media (min-width: 680px) {
  #headline-h1 {
    padding: 0 10px; }

  #einleitung p {
    margin: 0;
    width: 70%; }

  .line-left {
    padding-left: 0; }

  .txt-quelle {
    font-size: 14px;
    margin-top: 20px !important; }

  .content {
    padding-left: 80px; }

  .content-pl0 {
    padding-left: 0px; }

  .stellenangebot {
    margin-left: 80px;
    padding-left: 0px; }

  .img-desk {
    display: block; }

  .img-mobile {
    display: none; } }
@media (min-width: 790px) {
  .header-wrapper {
    display: block;
    height: auto; }

  .kdcontainer {
    position: relative;
    height: 100%;
    margin: 0 auto;
    max-width: 1140px;
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .nav-wrapper {
    display: block; }

  .navbar-nav {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    .navbar-nav li {
      float: left;
      margin-left: 30px; }
      .navbar-nav li a {
        font-family: Aleo-Medium;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .navbar-nav li a:hover {
        color: #d3d800; }
    .navbar-nav .current-menu-item a {
      color: #d3d800; } }

/*# sourceMappingURL=style.css.map */
