/* Template colors */
:root {
  --cassiopeia-color-primary: #112855;
  --cassiopeia-color-link: #000000;
  --cassiopeia-color-hover: #00cc33;
  color: red;
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
     url('fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
html {font-size: 100%}

p, a, li, div, button {
  font-size: 18px;
  font-size: 1.125rem;
}
.h1, h1 {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #00cc33;
}
.h2, h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.h3, h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.h4, h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* Body --------------------------------------------------------- */

body {
  color: #333333;
  /* Silbentrennung und Zeilenumbruch */
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}
/* Frontendbearbeitung ausblenden */
div.icons {
  display: none !important;
}
/* Header --------------------------------------------------------- */
.sticky-top {
  top: -238px;
}
.container-header .navbar-brand img {
  width: 18rem !important;
  min-width: 18rem !important;
}
.container-header{
  background: url(/images/content_img/background/headerbackground.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: drop-shadow(5px 5px 5px #757575);
  filter: drop-shadow(5px 5px 5px #757575);
  background-size: cover;
}
.container-header .grid-child {
  padding: 1em;
}
.container-header .container-nav {
  background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(0,204,51,1));
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-top-left-radius: .5rem;
}
.container-header nav {
  margin-top: 0;
}
/* Sprachauswahl */
.container-search {
  margin-top: 0 !important;
}
div.mod-languages img {
  margin-bottom: 0.21rem;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
}
.dropdown-toggle::after {
  border: none;
}

/* Menu --------------------------------------------------------- */
.metismenu.mod-menu .metismenu-item {
  padding: 0.5rem 0.5rem;
}
.metismenu.mod-menu .mm-collapse > li.parent > ul {
  margin-bottom: unset;
  background-color: #ffffff;
}
.container-header .metismenu > li > a::after,
.container-header .metismenu > li > button::before {
  opacity: 0.7;
}
.mm-collapse.mm-show {
  border-radius: .5rem;
}
.metismenu-item:first-child {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.metismenu-item:last-child {
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}
.container-header .metismenu > li.level-1 > ul {
  min-width: 13rem;
}
.metismenu-item.level-1.parent,
.metismenu-item.level-1.default {
  padding: 0.5rem 1rem;
}
.metismenu-item.level-2 > a {
  color: #333333;
}
.metismenu-item.level-2 {
  color: #333333;
  border-bottom: 1px solid #00cc33;
}
.metismenu-item.level-2:last-child {
  border-bottom: unset;
}
button,
.metismenu.mod-menu .mm-collapse > li > a {
  outline: none !important;
}
.metismenu-item.level-3 {
  background-color: #00cc33;
  border-bottom: 1px solid #ffffff;
}
.metismenu-item.level-3 > a {
  color: #ffffff;
}
.metismenu.mod-menu .mm-toggler::after {
  width: 0;
  height: 0;
  margin: unset;
  content: "";
  border-top: unset;
  border-right: unset;
  border-left: unset;
  transition: unset;
}
.metismenu.mod-menu .metismenu-item:not(.level-1) > ul,
.metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
  margin-right: 0;
}

/* Sidebar menu --------------------------------------------------------- */
.card-body .mod-list a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #00cc33;
  text-transform: uppercase;
}
.card-body .mod-list li ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: unset;
  color: #333333;
  text-transform: uppercase;
}
.card-body .mod-list li ul li > a:hover {
  color: #00cc33;
  text-decoration: underline;
}
.card-body .mod-list li ul li.active > a {
  text-decoration: underline;
}
Element {
}
a img, button img {
  transform: scale(1);
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
img {
  max-width: 100%;
  height: auto;
}
img, svg {
  vertical-align: middle;
}
*, ::after, ::before {
  box-sizing: border-box;
}

a.new {
  background-image: url("/images/content_img/icons/new.png");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position-x: right;
  background-position-y: 0.3rem;
  padding-right: 1.2rem;
}

/* Kategorie Blog --------------------------------------------------------- */
/* Einleitungsbild zentrieren */
.category-desc.clearfix img {
  margin: 0 auto;
  display: block;
}
/* Spaltenabstand */
.blog-items {
  grid-gap: 2rem;
}
/* Blogbeiträge (Box) */
.com-content-category-blog__item.blog-item {
  padding: 1rem;
  border: 1px solid #757575;
  border-radius: 5px;
}
/* Position Beitragsinfo */
.published {
  margin-top: 3rem;
}
/* Portfolio (Box) */
.g-card {
  margin-top: 2rem;
}
.g-card div {
  min-height: 420px;
  display: grid;
}
.g-card img {
  margin: 30px 0;
}
.g-card p.readmore {
  margin-bottom: 0;
  align-self: end;
}
.g-card.columns-4 h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.g-card.columns-4 h2 {
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

/* Content --------------------------------------------------------- */
.page-header {
  margin-top: -1rem;
}
.com-content-article__body h1,
.item-content h1 {
  margin-top: 1rem;
}
.site-grid {
  background-color: #f1f1f1;
}
/* Contentabstand oben */
.container-component {
  margin: 3rem 0;
}
.grid-child.container-component {
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-radius: .5rem;
  border: 1px solid #dfe3e7;
}
.category-desc.clearfix > p:first-child,
.com-content-article__body > p:first-child {
  margin-bottom: 3rem;
}
/* G-Coverimage Maschinen */
.gcovimg {
  margin: 3rem auto;
}
/* G-Icon */
.gicon {
  margin: 5px 15px 5px 0 !important;
  height: 32px;
  width: auto;
}
.gicon2 {
  margin: 0 15px 0 0 !important;
  height: 24px;
  width: auto;
}
/* G-Icon 32px Inline-Text 2-Zeilig*/
span.a {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 1.2rem;
}
/* G-Box */
.gbox {
  overflow: hidden;
}

/*Landing page --------------------------------------------------------- */
.view-featured .site-grid {
  background-color: #ffffff;
}
.view-featured div.container-component {
  border: none
}
.blog-featured .items-leading h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}
.blog-featured .items-leading h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 6rem;
}
.blog-featured .items-leading h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3rem;
}
/* Abschnitt Kontaktaufnahme */
.g-item.g-border {
  padding: 1rem;
  border: 1px solid #757575;
  border-radius: 0.5rem;
}
.g-item.g-border h3 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.g-steel-bg {
  background-image: url(/images/content_img/background/steelbackground.jpg);
  background-size: cover;
}
/* Abschnitt News */
.g-news li {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.g-news p {
  font-weight: 400;
}
.mod-articles-category-introtext {
  text-align: justify;
  margin-top: 1rem;
}
.mod-articles-category-readmore a {
  color: #00cc33;
}

/* Buttons --------------------------------------------------------- */
/* Seitennavigation */
.pagenavigation .pagination {
  margin-top: 5rem;
  justify-content: center;
}
.btn-secondary {
  margin: .5rem;
}
.page-link {
  color: #00cc33;
  background-color: #ffffff;
  border-color: #00cc33;
  border-radius: .25rem;
  margin: .5rem;
}
.page-link:hover {
  color: #ffffff;
  background-color: #00cc33;
  border-color: #00cc33;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00cc33;
  border-color: #00cc33;
}
/* Readmore */
.mod-articles-category-readmore {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.readmore {
  display: grid;
  padding-top: 1rem;
}
.btn,
.btn.btn-primary {
  font-size: 20px;
  font-size: 1.25rem;
  padding: .25rem 1rem;
  color: #ffffff;
  background-color: #00cc33;
  border-color: #00cc33;
  border-radius: 3rem;
}
.btn:hover,
.btn.btn-primary:hover {
  color: #00cc33;
  background-color: #ffffff;
  border-color: #00cc33;
}
.readmore .icon-chevron-right::before {
  content: none;
}
/* G-Readmore*/
.g-inlinebutton {
  width: 100%;
  display: flex;
  justify-content: center;
}
.g-inlinebutton .readmore {
  margin: .25rem;
  width: inherit;
}
/* G-Button (Angebot / Video) */
#g-buttonline {
  display:flex;
  justify-content: center;
}
.gbutton {
  height: 64px;
  width: auto;
  margin: 3rem 1rem;
}
/* G-Button */
.g-btn {
  font-size: 20px;
  font-size: 1.25rem;
  padding: .25rem;
  font-weight: 600;
}
.g-btn-dummy  {
    display: inline-block;
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    padding: .25rem;
    font-weight: 600;
    color: #00cc33;
    background-color: #ffffff;
    border: 1px solid #00cc33;
    border-radius: 3rem;
}
/* Mehrspaltigkeit --------------------------------------------------------- */
/* 2 Spalten */
.g-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin: 1rem 0 1rem 0
}
/* 3 Spalten */
.g-grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin: 1rem 0 1rem 0
}
/* 4 Spalten */
.g-grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin: 1rem 0 1rem 0
}
/* Spaltenkombinationen */
.g-item {}
.g-item-1-3 { grid-column: 1 / 3; }
.g-item-1-4 { grid-column: 1 / 4; }
.g-item-1-5 { grid-column: 1 / 5; }
.g-item-2-4 { grid-column: 2 / 4; }
.g-item-2-5 { grid-column: 2 / 5; }
.g-item-3-5 { grid-column: 3 / 5; }
/* Erstes Bild */
.g-item > img {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

/* Image Hover-Effeckt --------------------------------------------------------- */
a img,
button img {
  transform: scale(1);
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
a img:hover,
button img:hover {
  transform: scale(0.97);
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.container-footer a img:hover {
  transform: scale(1);
  opacity: 0.7;
}
/* Kontaktbild Hover-Effekt*/
.g-contact {
  width: 400px;
  height: 300px;
}
.g-contact_avatar {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/avatar.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_mg {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/mg.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_fa {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/fa.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_ka {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/ka.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_hu {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/hu.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_msc {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/msc.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_rr {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/rr.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_gh {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/gh.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_sf {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/sf.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_zr {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/zr.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_my {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/my.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_ib {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/ib.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_zw {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/zw.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_mra {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/mra.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_rm {
  display: block;
  width: 400px;
  height: 300px;
  background-image: url('/images/content_img/contact/rm.jpg');
  background-position: 0 0;
  background-size: cover;
}
.g-contact_mg:hover,
.g-contact_fa:hover,
.g-contact_ka:hover,
.g-contact_hu:hover,
.g-contact_msc:hover,
.g-contact_rr:hover,
.g-contact_gh:hover,
.g-contact_sf:hover,
.g-contact_zr:hover,
.g-contact_my:hover,
.g-contact_ib:hover,
.g-contact_zw:hover,
.g-contact_mra:hover,
.g-contact_rm:hover
{
  background-position: 0 100%;
}

/* Anpassungen für Module --------------------------------------------------------- */
/* Portfolio */
#mod-custom639 h4,
#mod-custom640 h4 {
  background-color: #00cc33;
  color: #fff;
  padding: .5rem;
}

/* Sidebar right --------------------------------------------------------- */
.container-sidebar-right .sidebar-right:first-child {
  margin-top: 3rem;
}
.sidebar-right.card {
  border-radius: .5rem;
}
.sidebar-right.card > H3 {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  margin-top: 0;
}
.card-header {
  background-color: unset;
  background-image: linear-gradient(to left, rgba(0,204,51,0.3), rgb(0,204,51));
  color: #fff;
}

/* Karte (Open Streetmap) --------------------------------------------------------- */

/* Mausrad verhindern  */
.overlay {
  background:transparent; 
  position:relative; 
  width:100%;
  height:500px; /* your iframe height */
  top:500px;  /* your iframe height */
  margin-top:-500px;  /* your iframe height */
}

/* Bildgalerie (Sigplus) --------------------------------------------------------- */
.slideplus-content {
  border: 1px solid #757575;
  border-radius: 0.25rem;
}
.sigplus-preview {
  border-radius: 0.25rem;
}
a.sigplus-image > img {
  width: unset !important;
  height: unset !important;
}
/* Navigation unter Slider */
.slideplus-navigation > a, .slideplus-paging > a {
  padding: 0 !important;
  width: 1.5em !important;
  height: 1.5em !important;
  background-size: 1.5rem !important;
}
.slideplus-navigation {
  margin: 10px 0;
}
.slideplus-first, .slideplus-previous, .slideplus-next, .slideplus-last {
  opacity: 0.6;
}

/* Formulare (Visforms) --------------------------------------------------------- */
/* Checkbox */
.visCSSclear {
  margin: 0 0 0 31% !important;
  width: 100% !important;
}
.visCSSclear label {
  width: auto;
}
/* Submit button */
.visBtnCon .btn {
  padding: 4px 20px 5px;
}
/* Phoca Download --------------------------------------------------------- */
#pdCategoryModal .modal-header {
  padding: 0 15px !important;
}

.btn-primary,
.btn-success,
.btn-warning {  
  background-color: #fff;
  border-color: #00cc33;
  color: #00cc33;
}
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover {
  background-color: #00cc33;
  border-color: #00cc33;
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: 0 0 0 0 #fff !important;
}

/* Easy Folder Listing Pro --------------------------------------------------------- */
/*Checkbox Alles markieren ausblenden*/
thead tr th input {
  display: none;
}
thead tr th {
  min-width: 40px;
}
#eflpTable00_expand img,
#eflpTable00_collapse img{
  max-height: 24px;
  margin: 10px 0;
}
tbody img {
  max-height: 24px;
}
table.eflpro_standard thead {
  color: #fff;
}
table.eflpro_standard td {
  padding: 0.5rem !important;
  text-transform: uppercase;
}
.eflpro_download,
.eflpModal {
  float: right;
}

/* Archiv --------------------------------------------------------- */
/* Suche */
.me-2 {
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
.col-md-2 {
  flex: 0 0 auto;
  width: 100%;
}
.btn.hasTooltip {
  margin-left: 1rem;
  height: 100%;
}
/* Footer --------------------------------------------------------- */

.footer {
  color: #ffffff;
  background-color: #333333;
  background-image: unset;
  margin-top: 0;
}
.footer h3 {
  margin-top: 0;
}
.footer .grid-child {
  align-items: unset;
  padding: 2.5rem 1rem;
}

/* Einstellungen für kleine Bildschirme --------------------------------------------------------- */
@media (max-width:991.98px)
{
  .container-header{
    position:unset!important
  }
}

@media (max-width:835px)
{
  html {
    font-size: 80%
  }
  .container-header {
    position: sticky !important;
  }
  .container-header .container-nav {
    padding-bottom: 1rem;
  }
  .container-header nav, .container-search {
    margin-top: 0rem !important;
  }
  .navbar-toggler {
    padding: 0.4rem 1.2rem;
    font-size: 2rem;
  }
  .mod-languages .btn {
    margin-bottom: 0rem;
  }
  .g-inlinebutton,
  .nomobile {
    display: none;
  }
  /* Mehrspaltigkeit */   
  .g-grid3, .g-grid4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  /* Spaltenkombinationen */
  .g-item {}
  .g-item-1-3 { grid-column: unset; }
  .g-item-1-4 { grid-column: unset; }
  .g-item-1-5 { grid-column: unset; }
  .g-item-2-4 { grid-column: unset; }
  .g-item-2-5 { grid-column: unset; }
  .g-item-3-5 { grid-column: unset; }
  
  /* Footer */  
  .footer .grid-child {
    align-items: unset;
    padding: 2.5rem 1rem;
  }
  .footer ul, .footer div {
    margin-bottom: 2.5rem;
  }
}

@media (max-width:430px) {
  html {
    font-size: 70%
  }
  /* Header */
  .sticky-top {
    top: unset;
  }
  .container-header .container-nav {
    padding-bottom: 1rem;
  }
  .container-header nav, .container-search {
    margin-top: 0rem !important;
  }
  /* Mehrspaltigkeit */   
  .g-grid2, .g-grid3, .g-grid4 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }  
  /* Menübilder ausblenden */  
  .metismenu-item.level-2 > a img, .metismenu-item button > img {
    display: none;
  } 
  /* Content */
  .site-grid {
    grid-gap: 0;
  }
  .grid-child.container-sidebar-right {
    display: none;
  }
  /* Kontaktbilder (Hover-Effekt entfernen) --------------------------------------------------------- */
  .g-contact {
    width: 280px;
    height: 210px;
  }
  .g-contact_avatar,
  .g-contact_mg,
  .g-contact_fa,
  .g-contact_ka,
  .g-contact_hu,
  .g-contact_msc,
  .g-contact_rr,
  .g-contact_gh,
  .g-contact_sf,
  .g-contact_zr,
  .g-contact_my,
  .g-contact_ib,
  .g-contact_zw,
  .g-contact_gc,
  .g-contact_mra,
  .g-contact_rm
  {
    pointer-events: none;
    width: 280px;
    height: 210px;
  }  
}