@charset "UTF-8";
.timeline-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10%;
  border-radius: 2px; }

.timeline-container::after {
  content: '';
  display: table;
  clear: both; }

/* --------------------------------

Main components

-------------------------------- */
#timeline {
  position: relative;
  padding: 2em 0; }

#timeline a {
  text-decoration: underline; }

#timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #fdf21b; }

@media only screen and (min-width: 1170px) {
  #timeline::before {
    left: 50%;
    margin-left: -2px; } }

.timeline-block {
  position: relative; }

.timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.timeline-block:first-child {
  margin-top: 0; }

.timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .timeline-block:first-child {
    margin-top: 0; }
  .timeline-block:last-child {
    margin-bottom: 0; } }

.timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #e3d802, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.timeline-img {
  background: #fdf21b; }

@media only screen and (min-width: 1170px) {
  .timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; } }

.timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #eaeaea;
  border-radius: 2px;
  padding: 1em; }

.timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.timeline-content h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 5px; }

.timeline-content p {
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem; }

.timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #eaeaea; }

.timeline-content h2 {
  font-size: 20px;
  font-size: 1.25rem; }

.timeline-content p {
  font-size: 16px;
  font-size: 1rem; }

@media only screen and (min-width: 1170px) {
  .timeline-content {
    color: #333;
    margin-left: 0;
    padding: 1.6em;
    width: 36%;
    margin: 0 5%; }
  .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #eaeaea; }
  .timeline-block:nth-child(even) .timeline-content {
    float: right; }
  .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #eaeaea; } }

html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif; }

body.no-scroll {
  margin: 0;
  overflow: hidden; }

a {
  word-wrap: break-word; }

img {
  max-width: 100%; }

.floating-label-form-group input,
.floating-label-form-group input::placeholder,
.floating-label-form-group textarea,
.floating-label-form-group textarea::placeholder {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* Header */
header {
  min-height: 35vh; }

header .overlay {
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  /* position: relative; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

@media (max-width: 640px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 40px; } }

.navbar-brand img {
  max-width: 25%; }

/* Footer */
footer {
  border-top: 1px solid #e8e8e8;
  padding: 25px 0px;
  margin-top: 50px; }

footer ul {
  list-style-type: none;
  padding: 0; }

/* Kontakt */
.contact-header {
  padding-top: 100px;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat; }

#contactForm input,
#contactForm textarea {
  margin-bottom: 10px; }

.required-text {
  font-size: 14px; }

.form-check {
  margin-top: 15px;
  color: #495057; }

.form-check-label {
  margin-left: 10px; }

.contact-success {
  height: 100%;
  overflow-y: hidden; }

.contact-success h2 {
  margin-bottom: 50px; }

.contact-success a {
  color: #fff;
  text-decoration: underline; }

/* Menü */
.dropdown-menu {
  border-radius: 0; }

.dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 4px 15px;
  color: rgba(0, 0, 0, 0.5); }

.dropdown-menu .dropdown-item:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: initial; }

/*.navbar.is-fixed .dropdown-menu {*/
/*top: 132%;*/
/*}*/
/* Footer */
.shariff ul {
  justify-content: center; }

footer .row {
  margin-top: 20px; }

/* Scroll to top */
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 15px 20px; }

.shariff-button a {
  line-height: 1; }

/* Responsive */
@media (max-width: 991px) {
  footer {
    font-size: 15px; }
  footer ul {
    margin-bottom: 0; } }

@media (max-width: 575px) {
  footer .col-sm-4:not(:first-child) {
    margin-top: 20px; } }

/*
ELEMENTE
 */
footer {
  margin-top: 0px; }

header.masthead {
  margin-bottom: 0; }

header.masthead .site-heading {
  padding: 150px 0; }

.header-title {
  margin-top: 75px; }

hr.large {
  margin-top: 3rem;
  margin-bottom: 3rem; }

li:not(.nav-item) {
  list-style-type: circle; }

a {
  color: #5d5d5d; }

a:hover {
  color: #cac002;
  text-decoration: none; }

.spacer-50 {
  display: block;
  height: 50px; }

/*
NAVBAR
 */
nav .container,
nav .container ul.navbar-nav {
  max-height: 100%; }

@media (min-width: 992px) {
  nav#mainNav {
    background-color: #ffffff;
    z-index: 10;
    height: 75px;
    padding: 0;
    border-bottom: 1px solid #ddd; }
  #mainNav.is-fixed {
    background-color: #ffffff; }
  nav#mainNav .navbar-nav > li.nav-item > a {
    color: #333; }
  nav#mainNav .navbar-nav > li.nav-item > a:hover,
  nav#mainNav .navbar-nav > li.nav-item > a:focus {
    color: #cac002; }
  nav li.dropdown:hover .dropdown-menu {
    display: block; }
  nav .dropdown-menu {
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    top: 75px;
    padding: 5px 13px; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #cac002; }
  nav .dropdown-menu.column-menu {
    column-count: 3;
    height: 250px;
    column-fill: auto; }
  nav .nav-item > a {
    padding: 30px 15px !important; }
  nav .dropdown > span {
    display: none; } }

@media (max-width: 991.9px) {
  nav .dropdown-toggle::after {
    display: none; }
  nav .dropdown > a {
    display: inline-block;
    width: 85%; }
  nav .dropdown > span:hover {
    cursor: pointer; }
  nav .dropdown > span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 10px; }
  nav .dropdown .dropdown-menu {
    border: none;
    font-size: 14px;
    padding: 0px 10px; }
  nav .dropdown .nav-link {
    padding: 5px 0px; }
  nav .nav-item {
    padding: 7px 0px; } }

/*
BUTTONS
 */
.btn.btn-primary {
  background-color: #f13100;
  border-color: #f13100; }

.btn.btn-primary:hover {
  background-color: #ff653e !important;
  border-color: #ff653e !important; }

/*
KONTAKTBANNER
 */
.contact-banner {
  text-align: center;
  padding: 50px 80px;
  margin-top: 50px;
  background-position: top; }

/*
ICONS STARTSEITE
 */
.frontpage div.toolbox-element.toolbox-columns.type-column_6_6.equal-height > div > div:nth-child(2) > div > div > div > div > div > img {
  max-width: 60%; }

.frontpage .toolbox-image {
  margin: 25px 0px;
  text-align: center; }

.frontpage .toolbox-image img {
  max-width: 40%;
  margin-bottom: 25px; }

/*
FOOTER
 */
footer li {
  list-style-type: none !important; }

/*
ACCORDION
 */
.accordion {
  margin: 30px 0px; }

/*
CONTENT
 */
.content ul {
  margin: 30px 0px; }

/*
TOOLBOX
 */
.atarax-teaser {
  padding: 20px 10px; }

.atarax-teaser a.btn {
  float: right; }

.atarax-teaser img {
  margin-bottom: 30px; }

/*
IMAGE CAROUSEL
 */
.image-carousel {
  padding: 30px 0px;
  min-height: 250px; }

.image-carousel .carousel-control-next-icon,
.image-carousel .carousel-control-prev-icon {
  color: #000; }

@media (max-width: 767.9px) {
  .image-carousel .carousel-item {
    padding: 0px 80px; }
  .image-carousel img {
    margin-bottom: 30px; } }

/*
REFERENCE GALLERY
 */
.reference-gallery {
  padding: 80px 0px; }

.reference-gallery .reference-item {
  background-color: #fff;
  padding: 10px;
  margin: 20px 0px; }

/* Cookies */
#pc-cookie-notice {
  background: #fff !important;
  border-top: 1px solid #aaa !important;
  color: #333 !important; }

#pc-cookie-notice #pc-button button {
  font-weight: normal !important;
  background-color: #fedc00 !important;
  border: 0 !important;
  border-radius: 0 !important; }

#pc-cookie-notice #pc-button button:hover {
  background-color: #005a5a !important;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.grid .grid-item {
  margin-bottom: 15px; }
