/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07.04.2020, 11:18:31
    Author     : Werbestudio Mack
*/
#timeline {
  width: 100%;
  margin: 0;
  height: 350px;
  overflow: hidden;
  position: relative;
  background: url("../images/timelinr/dot.gif") left 45px repeat-x;
  border-bottom: 1px solid #646363;
  margin-bottom: 2rem;
  /*
  #issues li img {
    float: left;
    background: transparent;
    zoom: 1;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
  }
  */
}
#timeline .carousel-history {
  width: 200px;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 500px) {
  #timeline .carousel-history {
    float: none;
  }
}
#timeline #grad_left, #timeline #grad_right {
  display: none;
}
#timeline h4 {
  font-size: 48px;
  margin: 20px 0;
}
#timeline #dates {
  width: 800px;
  height: 60px;
  overflow: hidden;
}
#timeline #dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  background: url("../images/timelinr/biggerdot.png") center bottom no-repeat;
}
#timeline #dates a {
  line-height: 38px;
  padding-bottom: 10px;
}
#timeline #dates .selected {
  font-size: 38px;
}
#timeline #dates li {
  font-size: 1.5rem;
}
#timeline #dates a {
  color: #646363;
}
#timeline #dates a.selected {
  font-weight: 700;
  font-size: 2rem;
  color: #F07E26;
}
#timeline #issues {
  width: 800px;
  height: 350px;
  overflow: hidden;
  padding: 0;
}
#timeline #issues img {
  width: 200px;
  height: auto;
}
#timeline #issues .content {
  padding-left: 230px;
}
@media screen and (max-width: 500px) {
  #timeline #issues .content {
    padding-left: 0;
  }
}
#timeline #issues .content h4 {
  margin-top: 0;
}
#timeline #issues li {
  width: 800px;
  height: 350px;
  list-style: none;
  float: left;
}
@media screen and (max-width: 500px) {
  #timeline #issues li {
    width: 400px;
  }
}
#timeline #issues li p {
  font-size: 1rem;
  margin-right: 70px;
  font-weight: normal;
  line-height: normal;
  text-shadow: none;
}
#timeline #next,
#timeline #prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#timeline #next:hover,
#timeline #prev:hover {
  background-position: 0 -76px;
}
#timeline #next {
  right: 0;
  background-image: url("../images/timelinr/next.png");
}
#timeline #prev {
  left: 0;
  background-image: url("../images/timelinr/prev.png");
}
#timeline #next.disabled,
#timeline #prev.disabled {
  opacity: 0.2;
}

.section-layout-0 #timeline,
.section-layout-6 #timeline {
  background: url("../images/timelinr/dot-zagro.gif") left 45px repeat-x;
}
.section-layout-0 #timeline h4,
.section-layout-6 #timeline h4 {
  color: #006096;
}
.section-layout-0 #timeline #dates li,
.section-layout-6 #timeline #dates li {
  background: url("../images/timelinr/biggerdot-zagro.png") center bottom no-repeat;
}
.section-layout-0 #timeline #dates a.selected,
.section-layout-6 #timeline #dates a.selected {
  color: #006096;
}

.section-layout-5 #timeline {
  background: url("../images/timelinr/dot-zweiweg.gif") left 45px repeat-x;
}
.section-layout-5 #timeline h4 {
  color: #E30014;
}
.section-layout-5 #timeline #dates li {
  background: url("../images/timelinr/biggerdot-zweiweg.png") center bottom no-repeat;
}
.section-layout-5 #timeline #dates a.selected {
  color: #E30014;
}

#main-navbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #646363;
}
#main-navbar > .container {
  position: relative;
}
#main-navbar #language-right {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 13px;
}
@media screen and (max-width: 991px) {
  #main-navbar #language-right {
    top: 6px;
  }
}
#main-navbar #language-right img {
  width: 25px;
  filter: grayscale(100%); /* Completely grayscale */
}
#main-navbar #language-right a {
  display: inline-block;
}
#main-navbar #language-right a img {
  max-width: 100%;
  filter: grayscale(0); /* disable grayscale */
}
#main-navbar #language-right a:first-child {
  float: left;
  margin-right: 5px;
}

.navbar-light .navbar-nav .mega-dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .mega-dropdown-menu .nav-link.active {
  background-color: #006096;
}

.navbar {
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .navbar {
    font-size: 1rem;
  }
}
.navbar a {
  color: #646363;
}
.navbar-nav {
  width: 100%;
}
.navbar-nav > .nav-item {
  padding: 10px 20px;
}
.navbar-nav > .nav-item:hover {
  background-color: #646363;
}
.navbar-nav > .nav-item:hover > .nav-link {
  color: #ffffff;
}
.navbar-nav .h2, .navbar-nav h2, .navbar-nav .layout-3 .nav-link {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000 !important;
}
.navbar-nav .layout-3 .nav-link:hover, .navbar-nav .layout-3 .nav-link.active {
  color: #ffffff !important;
}
.navbar-nav .active {
  background-color: #006096;
}
.navbar-nav .active > a.nav-link {
  color: #ffffff;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*=col] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #646363 !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
  }
  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 45px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }
  /* shows the dropdown menu on hover */
  /*
  .navbar .dropdown:hover .dropdown-menu, 
  .navbar .dropdown .dropdown-menu:hover {
      display:block;
      visibility: visible;
      opacity: 1;
      transition: visibility 0s, opacity 0.3s linear;
  }
  */
  /* shows the dropdown menu on click */
  .navbar .dropdown.show .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu .nav-item {
    padding: 0.1rem 0.1rem;
    margin: 0;
  }
}
.dropdown-menu span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff !important;
}
.dropdown-menu .bigger li {
  padding: 0 !important;
  margin-bottom: 0.85rem !important;
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    top: 58px;
  }
}
#breadcrumb {
  background-color: #e3e3e3;
  padding: 0.5rem 0;
}
#breadcrumb a {
  margin-right: 0.5rem;
  color: #000000;
}
#breadcrumb i {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #979696;
}

.navbar .dropdown-menu .nav-item {
  padding: 0.5rem 0.85rem;
}
.navbar .dropdown-menu .nav-link {
  padding: 0;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    background-color: #e3e3e3;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.07.2020, 09:21:30
    Author     : Andreas-Arbeit
*/
.news nav.pagination-nav {
  width: 100%;
  display: block;
}
.news nav.pagination-nav .page-item.active .page-link {
  color: #fff !important;
  background-color: #006096;
  border-color: #006096;
}
.news.news-single .carousel {
  margin-bottom: 1rem;
}
.news.news-single .date {
  margin-bottom: 1rem;
}
.news .col-md-3.vehicle {
  margin-bottom: 30px;
}
.news .card::before {
  background-size: 50px 19px;
  content: "";
  position: absolute;
  width: 50px;
  height: 19px;
  right: 5px;
  top: 5px;
}
.news .card.category-zagro::before {
  background-image: url("/fileadmin/templates/website/images/logos/zagro.png");
}
.news .card.category-zweiweg::before {
  background-image: url("/fileadmin/templates/website/images/logos/zweiweg.png");
}

.news .card {
  height: 100%;
  width: 100%;
}
.news .card .extra {
  margin-bottom: 1rem;
}
.news .card-link {
  display: block;
  height: 100%;
  color: #646363;
}

#page-wrapper .card-header {
  border-bottom: none;
  margin-bottom: 0;
}

#page-wrapper .col-md-3 .card.news-list-item h3 {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .card-deck.second-hand-vehicles .card {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
#page-wrapper .news-list-item h3 {
  font-size: 1.25rem;
}

.news-list-view .page-item.active .page-link {
  background-color: #646363;
  color: #ffffff !important;
}
.news-list-view.normal .news-list-item {
  border-bottom: 1px solid #646363;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.news-menu-view {
  text-align: right;
}
.news-menu-view > li {
  margin-bottom: 1rem;
  width: 100%;
}
.news-menu-view > li .year {
  font-size: 1.75rem;
  font-weight: 700;
}
.news-menu-view ul {
  list-style: none;
  padding: 0;
}

.news-single .pdf-preview {
  border: 1px solid #646363;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 2rem;
}

/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
#page-222,
#page-25 {
  /* equal card height */
  /* ensure equal card height inside carousel */
  /* prevent flicker during transition */
  /* control image height */
}
#page-222 .row-equal > div[class*=col-],
#page-25 .row-equal > div[class*=col-] {
  display: flex;
  flex: 1 0 auto;
}
#page-222 .row-equal .card,
#page-25 .row-equal .card {
  width: 100%;
}
#page-222 .carousel-inner > .row-equal.active,
#page-222 .carousel-inner > .row-equal.next,
#page-222 .carousel-inner > .row-equal.prev,
#page-25 .carousel-inner > .row-equal.active,
#page-25 .carousel-inner > .row-equal.next,
#page-25 .carousel-inner > .row-equal.prev {
  display: flex;
}
#page-222 .carousel-inner > .row-equal.active.left,
#page-222 .carousel-inner > .row-equal.active.right,
#page-25 .carousel-inner > .row-equal.active.left,
#page-25 .carousel-inner > .row-equal.active.right {
  opacity: 0.5;
  display: flex;
}
#page-222 .card-img-top-250,
#page-25 .card-img-top-250 {
  max-height: 250px;
  overflow: hidden;
}
#page-222 .carousel-item-next, #page-222 .carousel-item-prev, #page-222 .carousel-item.active,
#page-25 .carousel-item-next,
#page-25 .carousel-item-prev,
#page-25 .carousel-item.active {
  display: flex;
}
#page-222 .card-block,
#page-25 .card-block {
  padding: 1rem;
}
#page-222 #grid695 .col-4:nth-child(1) > div,
#page-25 #grid695 .col-4:nth-child(1) > div {
  background: red;
}
#page-222 #grid695 .col-4:nth-child(2) > div,
#page-25 #grid695 .col-4:nth-child(2) > div {
  background: green;
}
#page-222 #grid695 .col-4:nth-child(3) > div,
#page-25 #grid695 .col-4:nth-child(3) > div {
  background: blue;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07.08.2020, 10:38:54
    Author     : Andreas-Arbeit
*/
#t3content .btn {
  font-weight: 700;
  border: 1px solid #646363;
  color: #646363;
  background-color: #e3e3e3;
}
#t3content .btn:hover {
  background-color: #4a4a4a;
  color: #ffffff;
}

#quote-carousel {
  /* Blockquote right double quotes */
  /* increase header size after 600px */
  /* Blockquote subheader */
}
#quote-carousel .carousel-indicators li {
  background-color: #646363;
}
#quote-carousel .carousel-indicators li.active {
  background-color: #F07E26;
}
#quote-carousel .col-quote-image {
  display: flex;
  flex-direction: row;
}
#quote-carousel .col-quote-image img {
  border-radius: 50%;
}
#quote-carousel .carousel-item {
  padding-bottom: 4rem;
}
#quote-carousel .blockquote-wrapper {
  display: flex;
  padding: 0 20px;
}
#quote-carousel .blockquote {
  position: relative;
  margin: 30px auto;
  align-self: center;
}
#quote-carousel .blockquote h1 {
  position: relative; /* for pseudos */
  color: #F07E26;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 2px;
  border-radius: 20px;
  padding: 25px;
  text-align: left;
}
#quote-carousel .blockquote h1 p {
  color: #646363;
}
#quote-carousel .blockquote h1:after {
  content: "";
  position: absolute;
  border: 2px solid #e74848;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}
#quote-carousel .blockquote h1:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #ffffff;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}
@media all and (min-width: 600px) {
  #quote-carousel .blockquote h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
#quote-carousel .blockquote h4 {
  position: relative;
  color: #006096;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-top: 15px;
  z-index: 1;
  margin-left: 150px;
  padding-left: 12px;
}
#quote-carousel .blockquote h4:first-letter {
  margin-left: -12px;
}

#t3content section.contact-data h2 {
  margin: 0 !important;
  margin-bottom: 1rem !important;
}
#t3content section.contact-data .ce-bodytext > table {
  width: 100%;
}
#t3content section.contact-data .ce-bodytext > table > tbody > tr > td {
  padding: 0.5rem;
}
#t3content section.contact-data .ce-bodytext > table > tbody > tr:nth-child(odd) > td {
  background-color: #f0f0f0;
}
#t3content section.contact-data .ce-bodytext > table > tbody > tr:nth-child(even) > td {
  background-color: #e3e3e3;
}
#t3content section.contact-data .ce-bodytext > table .inner-table {
  width: 100%;
  margin-bottom: 0.5rem;
}
#t3content section.contact-data .ce-bodytext > table .inner-table td:nth-child(1) {
  width: 30%;
}
#t3content section.contact-data .ce-bodytext > table .inner-table td:nth-child(2) {
  text-align: right;
}
#t3content section.contact-data .ce-bodytext > table .inner-table td.inner-name {
  text-align: right;
}
#t3content section.contact-data .zweiweg a {
  color: #E30014;
}

@media only screen and (max-width: 800px) {
  #t3content section.contact-data .ce-bodytext .contenttable:not(.inner-table) > tbody > tr > td {
    display: block;
    width: 100%;
  }
  #t3content section.contact-data .ce-bodytext .contenttable:not(.inner-table) .inner-table td.inner-name {
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  #t3content section.contact-data .ce-bodytext .contenttable td {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
}
.tx-ns-google-map {
  overflow: hidden;
}
.tx-ns-google-map .store_loca {
  margin-top: 0;
}
.tx-ns-google-map .store_loca .map-block {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.tx-ns-google-map .add_sidebar {
  display: none;
}

html, body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400 !important;
  color: #646363;
  height: 100%;
}
html.ajax-popup, body.ajax-popup {
  height: 100%;
}
html.ajax-popup > .container, html.ajax-popup .d-flex, body.ajax-popup > .container, body.ajax-popup .d-flex {
  height: 100%;
}

#page-wrapper .h1, #page-wrapper h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#page-wrapper .h2, #page-wrapper h2 {
  font-size: 2.25rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  #page-wrapper .h2, #page-wrapper h2 {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
#page-wrapper h3, #page-wrapper .h3 {
  font-size: 1.55rem;
  margin-bottom: 1rem;
}
#page-wrapper section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#page-wrapper section:nth-child(even) {
  background-color: #f0f0f0;
}
#page-wrapper section div[class*=col] h2 {
  text-align: left;
}
#page-wrapper section div[class*=col-12] h2 {
  text-align: center;
}
#page-wrapper section.section-layout-4 h2, #page-wrapper section.section-layout-4 h3, #page-wrapper section.section-layout-4 h4, #page-wrapper section.section-layout-6 h2, #page-wrapper section.section-layout-6 h3, #page-wrapper section.section-layout-6 h4 {
  color: #006096;
}
#page-wrapper section.section-layout-5 h2, #page-wrapper section.section-layout-5 h3, #page-wrapper section.section-layout-5 h4 {
  color: #E30014;
}

header.masthead {
  background: none;
  background-color: #ffffff;
  padding-top: 0;
  height: auto;
  min-height: auto;
  border-bottom: 1px solid #636466;
}

header.masthead video {
  width: 100%;
}

#header {
  background: url(/fileadmin/templates/website/images/himmel_navi.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1em;
  padding-bottom: 1em;
}
#header #social, #header #language {
  display: inline-block;
}
#header #language a:nth-child(1) {
  margin-right: 10px;
}
#header #language-row {
  text-align: right;
}
#header #social {
  text-align: right;
  height: 100%;
  width: auto;
  display: inline-block;
}
#header #social i {
  font-size: 2em;
  font-size: 1.4em;
  color: #a3a4a6;
  transition: all 0.5s ease-out;
}
#header .top-logo {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #header .top-logos {
    text-align: center !important;
  }
}
#header .top-logos-right .zagro,
#header .top-logos-right .zweiweg {
  margin-right: 20px;
}
#header .top-logos-right {
  text-align: right;
}

footer {
  text-align: center;
}

footer {
  background-color: white;
  background-size: cover;
  color: #636466;
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  border-top: 1px solid #636466;
  background: #e9e9e9;
  background: linear-gradient(0deg, #e9e9e9 0%, white 100%);
}
footer #social a {
  margin-right: 5px;
}

footer p.address {
  line-height: normal;
  margin-bottom: 0;
}

footer p.address .headquarter::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-right: 0.4em;
}

footer .phone::before, footer .mail::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
}

footer .phone::before {
  content: "\f879";
}

footer .mail::before {
  content: "\f0e0";
}

footer a {
  color: #636466;
}

footer .contact-clicks {
  margin: 0.5em 0;
}

img.logo-company {
  max-height: 55px;
}

.btn-primary {
  color: #fff;
  background-color: #646363;
  border-color: #3e3d3d;
}
.btn-primary:hover {
  background-color: #006096;
}

.navbar-light .navbar-nav .mega-dropdown-menu .nav-link:focus, .navbar-light .navbar-nav .mega-dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .mega-dropdown-menu .nav-link:focus, .navbar-dark .navbar-nav .mega-dropdown-menu .nav-link:hover {
  background-color: #006096;
}

.tx-ws-flexslider .caption-wrapper {
  display: none;
}

video {
  width: 100%;
  height: auto;
}

#section-284 img {
  border-radius: 50%;
  border: 1px solid #006096;
}
#section-284 .row {
  border-bottom: 1px solid #646363;
  padding: 1rem 0;
}
#section-284 .row .row {
  border-bottom: none;
  padding: inherit;
}
#section-284 .row p:last-child {
  margin-bottom: 0;
}

#page-126 iframe {
  width: 100%;
  height: auto;
}

.layout-video-hinweis {
  padding: 1rem;
  border: 1px solid #646363;
}
.layout-video-hinweis.row {
  margin-left: 0;
  margin-right: 0;
}
.layout-video-hinweis figure {
  margin: 0;
}

#news-container-453 .media {
  width: 350px;
}

.layout-zagro h1, .layout-zagro h2, .layout-zagro h3, .layout-zagro h4, .layout-zagro h5, .layout-gmeinder h1, .layout-gmeinder h2, .layout-gmeinder h3, .layout-gmeinder h4, .layout-gmeinder h5 {
  color: #006096;
}

.layout-zweiweg h1, .layout-zweiweg h2, .layout-zweiweg h3, .layout-zweiweg h4, .layout-zweiweg h5 {
  color: #E30014;
}

.firmengeschichte-linie {
  background-image: url("/fileadmin/templates/website/images/firmengeschichte-linie.svg");
  background-repeat: no-repeat;
  background-size: 800px;
  height: 150px;
  margin-bottom: -20px;
  background-position: center center;
}

.job-container .btn-link {
  color: #646363;
}
.job-container .card:nth-child(even) {
  background-color: white;
}
.job-container .card:nth-child(odd) {
  background-color: #ffffff;
}
.job-container .card:nth-child(odd) .card-header {
  background-color: #ffffff;
}

.tx-powermail .powermail_legend {
  display: none;
}
.tx-powermail div[class^=container],
.tx-powermail div[class^=col],
.tx-powermail label {
  padding-left: 0;
  padding-right: 0;
}

.map-region-content {
  display: none;
  position: relative;
}

.layout-downloads-file-links .list-group-item {
  padding-bottom: 40px;
}
.layout-downloads-file-links .thumb {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.layout-downloads-file-links .thumb img {
  border: 1px solid #646363;
}
.layout-downloads-file-links .download {
  position: absolute;
  bottom: 10px;
}

body#page-80 .main-content section {
  padding: 1rem;
}
body#page-80 .main-content section h2 {
  text-align: left;
}
body#page-80 .section-layout-4 {
  background-color: #e3f5ff;
}
body#page-80 .section-layout-4 h2 {
  color: #006096;
}

@media screen and (max-width: 991px) {
  #t3content div[class^=col-] {
    margin-bottom: 30px;
  }
}
#t3content .ce-bodytext ul,
#t3content .news-text-wrap ul {
  list-style-type: square;
}
#t3content ul.no-dots {
  list-style-type: none;
}
#t3content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#t3content a {
  color: #006096;
}
#t3content h2 {
  text-align: center;
}
#t3content .frame-type-textmedia header:nth-child(1) h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  img.logo-company {
    max-height: 35px;
  }
}
p, .lead {
  font-size: 1rem;
}

.referenzen .row > div {
  margin-bottom: 30px;
}
.referenzen .inner {
  height: 100%;
  position: relative;
  background-color: #fdfcfc;
  padding: 0.8rem;
  padding-bottom: 5rem;
}
.referenzen .inner img {
  border: 1px solid #3e3d3d;
}
.referenzen .inner .file-info {
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.5rem;
  height: 5rem;
  position: absolute;
}
.referenzen .inner .file-info span {
  width: 100%;
}
.referenzen .file-info {
  color: #646363;
  padding: 0.5rem;
  padding-bottom: 0;
  font-size: 0.8rem;
}

.frame-layout-10 h1, .frame-layout-10 h2, .frame-layout-10 h3, .frame-layout-10 h4, .frame-layout-10 h5, .frame-layout-10 h6, .frame-layout-10 .file-info, .layout-10 h1, .layout-10 h2, .layout-10 h3, .layout-10 h4, .layout-10 h5, .layout-10 h6, .layout-10 .file-info, .card.zagro h1, .card.zagro h2, .card.zagro h3, .card.zagro h4, .card.zagro h5, .card.zagro h6, .card.zagro .file-info {
  color: #006096;
}
.frame-layout-10 #timeline, .layout-10 #timeline, .card.zagro #timeline {
  background: url("../images/timelinr/dot-zagro.gif") left 45px repeat-x;
}
.frame-layout-10 #timeline #dates li, .layout-10 #timeline #dates li, .card.zagro #timeline #dates li {
  background: url("../images/timelinr/biggerdot-zagro.png") center bottom no-repeat;
}
.frame-layout-10 #timeline #dates a.selected, .layout-10 #timeline #dates a.selected, .card.zagro #timeline #dates a.selected {
  color: #006096;
}

.frame-layout-20 h1, .frame-layout-20 h2, .frame-layout-20 h3, .frame-layout-20 h4, .frame-layout-20 h5, .frame-layout-20 h6, .frame-layout-20 .file-info, .layout-20 h1, .layout-20 h2, .layout-20 h3, .layout-20 h4, .layout-20 h5, .layout-20 h6, .layout-20 .file-info, .card.zweiweg h1, .card.zweiweg h2, .card.zweiweg h3, .card.zweiweg h4, .card.zweiweg h5, .card.zweiweg h6, .card.zweiweg .file-info {
  color: #E30014;
}
.frame-layout-20 #timeline, .layout-20 #timeline, .card.zweiweg #timeline {
  background: url("../images/timelinr/dot-zweiweg.gif") left 45px repeat-x;
}
.frame-layout-20 #timeline #dates li, .layout-20 #timeline #dates li, .card.zweiweg #timeline #dates li {
  background: url("../images/timelinr/biggerdot-zweiweg.png") center bottom no-repeat;
}
.frame-layout-20 #timeline #dates a.selected, .layout-20 #timeline #dates a.selected, .card.zweiweg #timeline #dates a.selected {
  color: #E30014;
}

.frame-layout-30 h1, .frame-layout-30 h2, .frame-layout-30 h3, .frame-layout-30 h4, .frame-layout-30 h5, .frame-layout-30 h6, .frame-layout-30 .file-info, .layout-30 h1, .layout-30 h2, .layout-30 h3, .layout-30 h4, .layout-30 h5, .layout-30 h6, .layout-30 .file-info, .card.gmeinder h1, .card.gmeinder h2, .card.gmeinder h3, .card.gmeinder h4, .card.gmeinder h5, .card.gmeinder h6, .card.gmeinder .file-info {
  color: #006096;
}
.frame-layout-30 #timeline, .layout-30 #timeline, .card.gmeinder #timeline {
  background: url("../images/timelinr/dot-zagro.gif") left 45px repeat-x;
}
.frame-layout-30 #timeline #dates li, .layout-30 #timeline #dates li, .card.gmeinder #timeline #dates li {
  background: url("../images/timelinr/biggerdot-zagro.png") center bottom no-repeat;
}
.frame-layout-30 #timeline #dates a.selected, .layout-30 #timeline #dates a.selected, .card.gmeinder #timeline #dates a.selected {
  color: #006096;
}

#t3content div.additional-content {
  border: 1px solid #006096;
}
#t3content div.additional-content a, #t3content div.additional-content span.video-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #006096;
}
#t3content div.additional-content .content {
  display: inline-block;
  width: 100%;
}
#t3content div.additional-content .content:nth-child(odd) {
  background-color: #e3e3e3;
}
#t3content div.additional-content .content:hover {
  background-color: #006096;
}
#t3content div.additional-content .content:hover i {
  color: #ffffff;
}
#t3content div.additional-content .content i {
  display: inline-block;
  padding: 1rem;
  font-size: 2rem;
  float: left;
  color: #006096;
}
#t3content div.additional-content .content .title {
  line-height: 57px;
  display: inline-block;
  font-weight: 600;
}
#t3content div.additional-content .content:hover img {
  margin-left: 25px;
  transition: all 1s ease-out;
}
#t3content div.additional-content .content:hover .title {
  color: #ffffff;
}

.job-list .card-header {
  padding: 0;
}
.job-list .card-header button {
  padding: 1rem;
  height: 100%;
  width: 100%;
  display: inline-block;
  white-space: normal;
}

.flexslider {
  margin-bottom: 3rem;
}
.flexslider.layout-10 {
  margin-bottom: 0;
}

#grid272 .close-region {
  width: 12px;
  padding: 0;
}
.card.vehicle .card-link {
  overflow: hidden;
}
.card.vehicle .card-body {
  display: none;
}
.card.vehicle .card-header {
  height: 100%;
}

.counterbox {
  text-align: center;
}
.counterbox i {
  font-size: 4rem;
  display: block;
}
.counterbox .subtitle {
  display: block;
}
.counterbox .count-num {
  font-size: 2.5rem;
}
.counterbox .subject {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.counterbox .text {
  font-size: 0.9rem;
}

.navbar-toggler {
  background-color: #006096;
  border-color: #003f63;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#t3content .contact-persons .company {
  padding: 1rem;
  border: 1px solid #646363;
  margin-bottom: 1rem;
}
#t3content .contact-persons .company .company-name {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#t3content .contact-persons .company .person {
  margin-bottom: 1rem;
}
#t3content .contact-persons .company .location-name {
  font-weight: 700;
}
#t3content .contact-persons .company.zagro .company-name, #t3content .contact-persons .company.zagro a, #t3content .contact-persons .company.gmeinder .company-name, #t3content .contact-persons .company.gmeinder a {
  color: #006096;
}
#t3content .contact-persons .company.zagro:hover, #t3content .contact-persons .company.gmeinder:hover {
  color: #ffffff;
  background-color: #006096;
}
#t3content .contact-persons .company.zagro:hover .company-name, #t3content .contact-persons .company.zagro:hover a, #t3content .contact-persons .company.gmeinder:hover .company-name, #t3content .contact-persons .company.gmeinder:hover a {
  color: #ffffff;
}
#t3content .contact-persons .company.zweiweg .company-name, #t3content .contact-persons .company.zweiweg a {
  color: #E30014;
}
#t3content .contact-persons .company.zweiweg:hover {
  color: #ffffff;
  background-color: #E30014;
}
#t3content .contact-persons .company.zweiweg:hover .company-name, #t3content .contact-persons .company.zweiweg:hover a {
  color: #ffffff;
}
#t3content .contact-persons .location {
  margin-bottom: 1rem;
}

#page-193 table {
  width: 100%;
  border: 1px solid #646363;
}
#page-193 table img {
  height: auto !important;
}
#page-193 table tr:nth-child(1) {
  background-color: #646363;
  color: #ffffff;
}
#page-193 table td {
  border: 1px solid #646363;
  padding: 0.25rem;
}
#page-193 table tr td:nth-child(1) {
  width: 20%;
}
#page-193 table tr td:nth-child(2) {
  width: 20%;
  text-align: center;
}
#page-193 table tr td:nth-child(3) {
  width: 40%;
}
#page-193 table tr td:nth-child(4) {
  width: 20%;
}

.news .job-list {
  margin-bottom: 2rem;
}
.news .job-list .news-img-wrap {
  margin-bottom: 1rem;
}

#page-117 .zweiweg table a {
  color: #E30014;
}
#page-117 table {
  width: 100%;
}
#page-117 table > tbody > tr > td:nth-child(2) {
  text-align: right;
}
@media (max-width: 455px) {
  #page-117 table tr td {
    width: 100% !important;
    display: inline-block;
  }
}
#page-117 table table {
  margin: auto;
  margin-bottom: 1rem;
}
#page-117 table table td {
  text-align: left;
}
#page-117 table .inner-table td {
  width: 50%;
}
#page-117 table .inner-table td:nth-child(1) {
  text-align: right;
}
#page-117 .ce-bodytext > table > tbody > tr > td,
#page-117 .card-body > table > tbody > tr > td {
  border-bottom: 1px solid #646363;
  padding: 0.5rem;
}
#page-117 .ce-bodytext > table > tbody > tr:nth-child(odd) > td,
#page-117 .card-body > table > tbody > tr:nth-child(odd) > td {
  background-color: #f0f0f0;
}
#page-117 .ce-bodytext > table > tbody > tr:nth-child(even) > td,
#page-117 .card-body > table > tbody > tr:nth-child(even) > td {
  background-color: #e3e3e3;
}

#t3content #accordionContact h2 {
  text-align: center;
}
#t3content #accordionContact .btn {
  width: 100%;
  white-space: inherit;
}

.flex-direction-nav a {
  height: 50px;
}

@media screen and (max-width: 767px) {
  #t3content .group-line {
    display: none;
  }
}
#t3content .group-line img {
  width: 80%;
  margin: auto;
}

.layout-50 .row {
  margin-bottom: 30px;
}
.layout-50 .inner {
  border: 1px solid #646363;
  padding: 0.75rem;
  height: 100%;
}

.cc-btn,
.cc-dismiss,
.cc-color-override-1808778711 .cc-btn:hover,
.cc-color-override-1808778711 .cc-btn:focus {
  background-color: #F07E26 !important;
}

#t3content div.company-contact {
  width: 100%;
  text-align: center;
}
#t3content div.company-contact a {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #f0f0f0;
  color: #646363;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #646363;
}
#t3content div.company-contact a:hover {
  background-color: #646363;
  color: #ffffff;
}

#newsletter-footer {
  background: url(/fileadmin/templates/website/images/RALF9312.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#newsletter-footer > *, #newsletter-footer .col-12 {
  z-index: 100;
}
#newsletter-footer .btn {
  margin-top: 1rem;
  background-color: #ffffff;
  color: #006096;
}
#newsletter-footer .btn:hover {
  background-color: #006096;
  color: #ffffff;
  border-color: #ffffff;
}
#newsletter-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #006096, #002f4a);
  opacity: 0.7;
  z-index: 1;
}

/*# sourceMappingURL=zagro-group.css.map */
