/* ****************
/* Pfefferkorn Maschinenbau 
/* Custom Skin for EZY Template  
/* Custom Styles
/* by initial. werbung, Heiko Goeb
/* *****************
*/
/* ****
/* HEADER 
/* ****
*/
#header .header-top {
  font-size: .8rem !important;
  border-bottom-color: #009d8b; }
#header .header-container {
  min-height: 93px !important; }
#header .header-body {
  border-bottom: 1px solid #009d8b; }
#header .header-logo img {
  width: 295px;
  height: auto; }
#header .header-btn-collapse-nav .hamburguer span {
  height: 3px;
  background: #009d8b; }
  #header .header-btn-collapse-nav .hamburguer span:nth-child(1) {
    top: 25%; }
  #header .header-btn-collapse-nav .hamburguer span:nth-child(3) {
    top: 73%; }
#header .header-btn-collapse-nav .close span {
  height: 3px;
  background: #009d8b; }
#header .header-btn-collapse-nav .close span:first-child {
  margin-left: 1px; }
#header .header-btn-collapse-nav.active .close span {
  width: 100%; }

@media (max-width: 767px) {
  #header .header-infobar span > a:hover > span {
    position: absolute;
    display: block !important;
    top: 1.5rem;
    margin-left: -1rem;
    background: rgba(0, 0, 0, 0.75);
    padding: 0 .7rem;
    border-radius: 5px; } }
@media (min-width: 992px) {
  #header .header-logo img {
    width: 345px;
    height: auto; }
  #header .header-nav {
    justify-content: flex-start !important; } }
/* ****
/* Main 
/* ****
*/
.page-header {
  box-sizing: content-box;
  height: 45vh;
  max-height: 50vh;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #009d8b;
  overflow: hidden; }
  .page-header .page-header-under {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    animation: zoomingImage 400s cubic-bezier(0.03, 0.52, 0.88, 0.91); }
  .page-header .page-header-over {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100vw;
    height: 100%; }
  .page-header.overlay::before {
    z-index: 0 !important; }
  .page-header .container {
    height: inherit;
    z-index: 2; }
  .page-header .page-header-headline {
    position: absolute;
    width: 100%;
    bottom: 1rem; }
    @media (min-width: 992px) {
      .page-header .page-header-headline {
        bottom: 7rem; } }
    .page-header .page-header-headline h1 {
      line-height: 3.1rem; }
    .page-header .page-header-headline .tob-sub-title {
      font-weight: 400 !important; }

.main {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #f0faf9;
  border-bottom: 3px solid #009d8b;
  font-size: 1.2rem;
  line-height: 2rem;
  flex-grow: 5000000; }
  .main > .container {
    position: relative;
    max-width: 100vw !important;
    flex-grow: 5000000;
    padding: 0 !important; }

@media (max-width: 992px) {
  article .container {
    position: relative;
    max-width: 95vw; } }
/* ****
/* Sidebar
/* ****
*/
.sidebar {
  padding: 5rem 8px; }
  @media (max-width: 991px) {
    .sidebar {
      padding: 3rem 15px; } }
  .sidebar .card-body {
    background-color: transparent !important; }
  .sidebar form[role=search] .form-group {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    height: 2.6rem;
    background-color: rgba(0, 157, 139, 0.25);
    border: 0;
    padding: .2rem .3rem; }
  .sidebar form[role=search] .search-txt.form-control {
    flex: 10 10 20%;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: .95rem;
    font-weight: 600;
    color: #009d8b; }
  .sidebar form[role=search] .form-control {
    padding: .2rem .3rem; }
    .sidebar form[role=search] .form-control:focus, .sidebar form[role=search] .form-control:active {
      outline: 0 !important;
      border: 0 !important;
      box-shadow: none !important; }
  .sidebar form[role=search] .search-txt:focus,
  .sidebar form[role=search] ::-webkit-input-placeholder,
  .sidebar form[role=search] ::-moz-placeholder,
  .sidebar form[role=search] :-ms-input-placeholder,
  .sidebar form[role=search] :-moz-placeholder,
  .sidebar form[role=search] :placeholder-shown,
  .sidebar form[role=search] ::placeholder {
    font-size: .95rem;
    font-weight: 600;
    color: #009d8b !important; }
  .sidebar form[role=search] .btn-submit {
    border-radius: 100%;
    font-size: 1.5rem !important;
    padding: 5px;
    padding-left: 7px;
    width: 2.15rem;
    height: 2.15rem; }
  .sidebar nav .nav-sidebar {
    display: block !important;
    width: 100%; }
  .sidebar nav li {
    display: block; }
  .sidebar nav .btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    font-size: 0.9rem !important;
    text-align: left;
    margin-bottom: 5px; }
    .sidebar nav .btn::before {
      content: "+";
      padding-top: 2px;
      margin-right: 5px;
      height: 100%; }
    .sidebar nav .btn.active {
      display: flex;
      align-items: baseline;
      background-color: #00569d !important;
      color: #f0faf9 !important;
      font-weight: 600;
      /*font-size: 1.1rem;*/
      line-height: 1.5rem; }
    .sidebar nav .btn.active::before {
      content: "\00d7";
      /*				font-size: 1.5rem;*/ }

/* ****
/* Texte
/* ****
*/
article {
  /*	& * ~ * h2  {  }*/ }
  article > [class*="bg-"]:not(:last-child) {
    border-bottom: 3px solid #009d8b; }
  article > :nth-last-child(2) {
    border-bottom: 0 !important; }
  article .p-5 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  article p, article li {
    line-height: 1.9em;
    color: inherit; }
  article p:only-child {
    margin-bottom: 0; }
  article h1, article .h1 {
    font-family: "Titillium Web", sans-serif !important;
    font-weight: normal;
    color: rgba(0, 157, 139, 0.8);
    font-size: 1.2rem; }
  article h2, article .h2 {
    font-family: "Roboto Slab", Courier, serif !important;
    font-size: 2.25rem;
    font-weight: 700;
    color: inherit;
    margin-bottom: -1rem; }
  article h3, article h4,
  article .h3, article .h4 {
    font-weight: 600;
    font-size: inherit;
    color: inherit; }
  article * ~ * h1, article * ~ * h2 {
    margin-top: 5rem; }
  article small, article .txt-small {
    font-size: .55rem !important;
    color: inherit; }
  article .bg-primary, article .bg-secondary, article .bg-tertiary, article .bg-quaternary, article .bg-dark {
    color: #fff; }
  article .text-primary {
    color: #00569d; }
  article .text-secondary {
    color: #009d8b; }
  article .text-tertiary {
    color: aliceblue; }
  article .text-quaternary {
    color: #164267; }
  article .text-light {
    color: #f0faf9; }

/* ****
/* Textabschnitte sections
/* ****
*/
.border-bottom-secondary, article [class*="bg"]:not(.icon-box-icon):not(:last-child) {
  border-bottom: 3px solid #009d8b; }

article > .row > div > section:not(:only-child):not(:last-of-type) {
  margin-bottom: -6rem; }

.ctpl {
  /* Container Zweispalter */
  /* Container Dreispalter */ }
  .ctpl .content-segment {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .ctpl .content-segment > img, .ctpl .content-segment .img-fluid {
      width: 100%;
      height: auto; }
    .ctpl .content-segment .txt-primary {
      color: #00569d; }
    .ctpl .content-segment .txt-secondary {
      color: #009d8b; }
    .ctpl .content-segment .txt-tertiary {
      color: aliceblue; }
    .ctpl .content-segment .txt-quaternary {
      color: #164267; }
    .ctpl .content-segment .txt-light {
      color: #f0faf9; }
  .ctpl .content-segment:only-child {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .ctpl .content-segment:not(:only-child):first-of-type {
    padding-top: 5em; }
  .ctpl .content-segment:not(:only-child):last-of-type {
    padding-bottom: 5em; }
  @media (min-width: 992px) {
    .ctpl.row.ctpl.c-tpl-02 > .container {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      /*padding: 0;*/ }
    .ctpl.row.ctpl.c-tpl-02 .content-segment {
      /*max-width: 570px;*/ }
    .ctpl.row.ctpl.c-tpl-02 > :first-child .container {
      margin: 0 0 0 auto; }
    .ctpl.row.ctpl.c-tpl-02 > :last-child .container {
      margin: 0 auto 0 0; } }
  @media (min-width: 992px) {
    .ctpl.row.ctpl.c-tpl-03 > .container {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      /*padding: 0;*/ }
    .ctpl.row.ctpl.c-tpl-03 .content-segment .container {
      max-width: 380px;
      padding: 0 15px;
      margin: 0;
      word-break: break-word; }
    .ctpl.row.ctpl.c-tpl-03 > .content-segment:first-child .container {
      margin: 0 0 0 auto; }
    .ctpl.row.ctpl.c-tpl-03 > .content-segment:last-child .container {
      margin: 0 auto 0 0; } }

/* ***
/* Page Box
/* ***
*/
.c-tpl-02 .page-box {
  position: relative;
  z-index: 1;
  height: 100%; }
  @media (min-width: 992px) {
    .c-tpl-02 .page-box {
      padding-left: 40px; } }
  .c-tpl-02 .page-box .content-segment::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background: #164267;
    top: 0;
    left: -15px;
    z-index: -1; }

.bg-dark .c-tpl-03 .container {
  justify-content: space-evenly; }
  .bg-dark .c-tpl-03 .container > div {
    overflow: hidden;
    background: #009d8b;
    flex: 0 1 calc(33% - 10px); }
.bg-dark .c-tpl-02 .page-box .content-segment::before {
  background: #009d8b; }
.bg-dark .container .content-segment img {
  max-width: 100%; }

@media (max-width: 991px) {
  .c-tpl-02 .page-box .content-segment::before {
    width: 150vw;
    left: -50px; } }
/* ****
/* Farbige Textboxen
/* ****
*/
.mtpl-1 .main .textbox[class*="bg-"]:last-child {
  border-radius: .9rem .9rem 0 0;
  box-shadow: 0px -2px 15px -6px rgba(27, 52, 51, 0.5); }

/* ****
/* Akkordion: in Textbox
/* ****
*/
.ctpl-25 .accordion .content-segment {
  padding-top: unset;
  padding-bottom: unset; }

.accordion .accordion-header a {
  text-align: left; }

.btn-outline {
  font-weight: 700;
  margin-top: 1rem; }

/* ****
/* Iconbox
/* ****
*/
.icon-box-inner {
  margin-bottom: -3rem !important; }

.iconbox {
  font-family: "Roboto Slab", serif !important;
  font-size: 1.6rem;
  font-weight: 700;
  color: #009d8b !important;
  padding-top: 1rem;
  padding-bottom: 5rem;
  /*.content-segment { padding-top:0 !important; padding-bottom:2rem !important;}*/ }
  .iconbox .p-5 {
    padding-top: 0 !important;
    padding-bottom: 5rem !important; }
  .iconbox .iconbox-icon {
    box-sizing: content-box;
    width: 25vw;
    min-width: 250px;
    max-width: 400px;
    height: 64px;
    padding-top: 2rem;
    margin-left: 11%;
    text-align: center; }
    .iconbox .iconbox-icon img, .iconbox .iconbox-icon svg {
      position: initial;
      display: inline-block;
      stroke: #009d8b; }
  .iconbox .content-segment:first-of-type:before, .iconbox .content-segment:last-of-type > *:last-child:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 25vw;
    min-width: 250px;
    max-width: 400px;
    margin-left: 11%;
    border-bottom: 2px solid #009d8b; }
  .iconbox .content-segment {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .iconbox .content-segment:before {
    margin-top: -2rem; }
  .iconbox .content-segment:last-of-type *:last-child:after {
    margin-top: 2rem; }
  .iconbox .content-segment > * {
    margin: 0; }

/* ****
/* Formulare
/* ****
*/
.fb-standard select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer; }
  .fb-standard select::-ms-expand {
    display: none; }

/* ****
/* Lightbox
/* ****
*/
.bg-white {
  padding: 0;
  padding-top: .75rem !important;
  background: transparent;
  /*	border-radius: .75rem;
  	box-shadow: 0px 17px 20px -15px rgba(map-get($Colors_2,textblack), 0.6);*/
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }
  .bg-white .content-segment {
    padding-top: 0rem !important;
    padding-bottom: 1rem !important; }

.galleryCont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
  width: 100%; }
  .galleryCont > .image-frame, .galleryCont > .portfolio-item {
    flex: 4 4 23%;
    margin: .6rem;
    max-width: 40%; }
    .galleryCont > .image-frame img-fluid, .galleryCont > .portfolio-item img-fluid {
      width: 100%; }
  .galleryCont .image-frame .image-frame-wrapper {
    max-height: 145px; }

.c-tpl-02 .galleryCont > .image-frame, .c-tpl-02 .galleryCont > .portfolio-item:only-child {
  max-width: 80%;
  height: auto; }
.c-tpl-02 .galleryCont .image-frame .image-frame-wrapper {
  max-height: unset; }

.mfp-bg {
  opacity: 1 !important;
  background-color: rgba(22, 66, 103, 0.95); }

.mfp-container .mfp-arrow, .mfp-container .mfp-close {
  height: 3rem;
  color: white !important;
  font-size: 2.5rem;
  transition: color .5s ease-in-out; }
  .mfp-container .mfp-arrow::before, .mfp-container .mfp-arrow::after, .mfp-container .mfp-close::before, .mfp-container .mfp-close::after {
    display: none !important; }
  .mfp-container .mfp-arrow:hover, .mfp-container .mfp-close:hover {
    color: #fff; }
.mfp-container i {
  font-size: inherit;
  pointer-events: none; }

.mfp-content {
  max-width: 80vw !important; }
  .mfp-content figure {
    padding: 60px 0 !important;
    background: transparent; }
  .mfp-content .mfp-figure::after {
    border-radius: 1.7rem !important;
    top: 60px;
    bottom: 60px; }
  .mfp-content img {
    padding: 0;
    border-radius: 1.7rem;
    overflow: hidden; }
  .mfp-content .mfp-counter {
    position: relative;
    margin-top: 9px;
    font-size: inherit;
    color: #009d8b; }

/* ****
/* News inkl. Popup-Modal
/* ****
*/
.news-list-item:not(:last-of-type) {
  margin-bottom: 6rem; }

/*.news-list-item:after {
		content:' ';
		display: block;
		position: absolute;
		width: 25vw;
		min-width: 250px;
		max-width: 400px;		
		margin-left:11%;
		border-bottom: 2px solid map-get($Colors_1,tertiary);
	}*/
.news-container img {
  max-width: 100%;
  height: auto; }
.news-container .itc-short {
  margin: 1rem 0 2rem 0; }

/* ****
/* Leaflet Karte 
/* ****
*/
#mymap {
  height: 50vh;
  min-height: 50vh;
  width: 100%; }
  @media (min-width: 992px) {
    #mymap {
      position: relative;
      height: 70vh;
      width: 50vw; } }

/* ****
/* Lines
/* ****
*/
.container-lines {
  position: fixed;
  top: 100px;
  z-index: 0;
  overflow: hidden; }
  @media (max-width: 850px) {
    .container-lines.mobile-hidden {
      display: none !important; } }
  .container-lines svg {
    overflow: hidden;
    height: 150vh;
    width: 100vw; }
  .container-lines path {
    fill: none;
    stroke: rgba(0, 157, 139, 0.18);
    stroke-width: 0.5px;
    vector-effect: non-scaling-stroke; }

/* ****
/* Online-Formulare 
/* ****
*/
.form-group .form-field {
  max-width: 90%;
  position: relative;
  height: inherit; }
.form-group label {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 2px 15px 5px 15px;
  transition: background-color .25s ease-out;
  font-weight: 700;
  font-size: .8rem;
  line-height: 1rem;
  height: 1.25rem;
  overflow: hidden; }
.form-group sup {
  position: absolute;
  pointer-events: none;
  color: transparent;
  left: 0;
  top: unset;
  right: 0;
  bottom: 0;
  height: 1.25rem;
  background: linear-gradient(to top, rgba(249, 223, 24, 0) 0%, rgba(249, 223, 24, 0) 50%, rgba(249, 223, 24, 0.1) 58%, #f9df18 100%); }
.form-group input[type="text"].form-control {
  width: 100%;
  padding: 18px 15px 18px 15px;
  border: 0;
  border-radius: 6px 6px 0 0;
  background-color: aliceblue;
  font-size: 1.25rem;
  color: #1b3433;
  transition: background-color .25s ease-out; }
  .form-group input[type="text"].form-control:focus, .form-group input[type="text"].form-control:selected, .form-group input[type="text"].form-control:valid {
    /*background-color: map-get($Colors_1,tertiary);*/ }
  .form-group input[type="text"].form-control:not(:only-of-type):first-child {
    display: inline-block;
    width: 35%; }
  .form-group input[type="text"].form-control:not(:only-of-type):last-of-type {
    display: inline-block;
    width: 64.5%;
    float: right; }
  .form-group input[type="text"].form-control + label {
    display: block;
    background-color: rgba(240, 248, 255, 0.35);
    /*border-top: 1px dashed map-get($Colors_1,tertiary);*/ }
.form-group textarea {
  height: 10em !important;
  padding: 18px 15px 18px 15px;
  border: 0;
  border-radius: 6px 6px 0 0;
  background-color: aliceblue;
  font-size: 1.25rem !important;
  color: #1b3433 !important;
  transition: background-color .25s ease-out; }
  .form-group textarea + label {
    display: block;
    margin-bottom: 2rem;
    background-color: rgba(240, 248, 255, 0.35);
    /*border-top: 1px dashed map-get($Colors_1,tertiary);*/ }
.form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  padding: 14px 15px 14px 15px;
  border: 0;
  outline: none;
  border-radius: 6px 6px 0 0;
  background-color: aliceblue;
  font-size: 1.25rem;
  color: #1b3433;
  transition: background-color .25s ease-out; }
  .form-group select::-ms-expand {
    display: none; }
  .form-group select:focus::-ms-value {
    background-color: transparent; }
  .form-group select option {
    padding: 1px 0;
    color: #1b3433; }
  .form-group select + label {
    display: block;
    background-color: rgba(240, 248, 255, 0.35);
    /*border-top: 1px dashed map-get($Colors_1,tertiary);*/ }
.form-group input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 6px;
  background-color: aliceblue;
  color: #1b3433; }
  .form-group input[type="checkbox"] + label {
    width: 80%;
    height: initial;
    font-size: 1.2rem;
    line-height: 1.35rem;
    font-weight: 400;
    padding: 0 15px;
    overflow: visible; }
  .form-group input[type="checkbox"]:checked::after {
    position: absolute;
    display: block;
    width: 100%;
    height: inherit;
    content: '\f00c';
    font-family: "Font Awesome\ 5 Free",FontAwesome;
    font-weight: 900;
    color: inherit;
    line-height: 1.5rem; }
.form-group input[type="submit"] {
  border-radius: 45px !important; }
.form-group input[type="submit"]:hover {
  background-color: #0059a2;
  box-shadow: 0 0 0.8rem -2px #fff; }
.form-group .fb-standard ~ label {
  font: inherit;
  font-size: 1.2rem;
  line-height: 1.35rem;
  height: auto; }
.form-group:last-child > .form-field {
  text-align: center; }

/* ****
/* FOOTER 
/* ****
*/
html #footer {
  z-index: 10;
  border-bottom: 3px solid #f0faf9; }
  html #footer .icon-footer {
    height: 13rem;
    width: auto;
    color: red; }
  html #footer .footer-copyright, html #footer .footer-navigation {
    background-color: #00569d;
    padding: .7rem 0; }
  html #footer .footer-navigation li > a {
    font-weight: 600;
    color: #009d8b;
    margin-right: 2rem; }
  html #footer .footer-navigation li > a:hover {
    color: #d9e9e5; }
  html #footer .list-icon li {
    padding-left: .9rem; }
  html #footer .news-list {
    padding-left: 20px; }
    html #footer .news-list .news-item {
      margin-bottom: .5rem !important; }
    html #footer .news-list .news-teaser-date {
      opacity: .2; }

/* ****
/* keyframe animations
/* ****
*/
@-webkit-keyframes zoomingImage {
  0% {
    transform: scale(1); }
  49% {
    transform: scale(1.6); }
  50% {
    transform: scale(1.6); }
  100% {
    transform: scale(1); } }
@keyframes zoomingImage {
  0% {
    transform: scale(1); }
  49% {
    transform: scale(1.6); }
  50% {
    transform: scale(1.6); }
  100% {
    transform: scale(1); } }

/*# sourceMappingURL=custom.css.map */
