/*
* main.scss
* @author: Mario Kurzweil, Ostap Filipenko | mea IT Services
*/
/* 
* mixins.scss
* @author: Mario Kurzweil | mea IT Services 
*/
/*  usage: @include calc(width, '100% - 2px'); */
/* usage: @include clearFix();*/
/* usage: @include transform(rotate(45deg)); */
/* usage: @include transition(all,2s,ease-out); */
/* usage: @include transform-origin(left center); */
/* usage: @include rotate(45); */
/* usage: @include translateY(50%); */
/* usage: @include box-shadow(0px -8px 10px 6px #000000); */
/* Animation */
@-webkit-keyframes pulse {
  0% {
    width: 50px;
  }
  50% {
    width: 52px;
  }
  100% {
    width: 50px;
  }
}
@keyframes pulse {
  0% {
    width: 50px;
  }
  50% {
    width: 52px;
  }
  100% {
    width: 50px;
  }
}
/* 
* variables.scss
* @author: Mario Kurzweil | mea IT Services 
*/
/* General Colors */
/* Specific Colors */
/* link colors */
/* General Template settings */
/* 
* typography.scss
* @author: Mario Kurzweil | mea IT Services 
*/
@font-face {
  font-family: "arrow-font";
  src: url("../fonts/arrow-font.eot?-1fd82x");
  src: url("../fonts/arrow-font.eot?#iefix-1fd82x") format("embedded-opentype"), url("../fonts/arrow-font.woff?-1fd82x") format("woff"), url("../fonts/arrow-font.ttf?-1fd82x") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RotisSemiSans";
  src: url("../fonts/RotisSemiSans.woff2") format("woff2"), url("../fonts/RotisSemiSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cochin";
  src: url("../fonts/Cochin.woff2") format("woff2"), url("../fonts/Cochin.woff") format("woff"), url("../fonts/Cochin.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CochinBoldItalic";
  src: url("../fonts/Cochin-BoldItalic.woff2") format("woff2"), url("../fonts/Cochin-BoldItalic.woff") format("woff"), url("../fonts/Cochin.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "CochinBold";
  src: url("../fonts/Cochin-Bold.woff2") format("woff2"), url("../fonts/Cochin-Bold.woff") format("woff"), url("../fonts/Cochin.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "CochinItalic";
  src: url("../fonts/Cochin-Italic.woff2") format("woff2"), url("../fonts/Cochin-Italic.woff") format("woff"), url("../fonts/Cochin.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "AvantGardeGothicMedium";
  src: url("../fonts/AvantGarde-CondMedium.woff2") format("woff2"), url("../fonts/AvantGarde-CondMedium.woff") format("woff"), url("../fonts/AvantGarConMed.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AvantGardeGothicBook";
  src: url("../fonts/AvantGarde-CondBook.woff2") format("woff2"), url("../fonts/AvantGarde-CondBook.woff") format("woff"), url("../fonts/AvantGarConBoo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvantGardeGothicBookDem";
  src: url("../fonts/AvantGarde-CondDemi.woff2") format("woff2"), url("../fonts/AvantGarde-CondDemi.woff") format("woff"), url("../fonts/AvantGarDem.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Syncopate-Regular";
  src: url("../fonts/Syncopate-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Syncopate-Bold";
  src: url("../fonts/Syncopate-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue.ttc") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url("../fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
#gmap {
  height: 600px;
  width: 100%;
}
#gmap .info-box-container {
  float: left;
}
@media all and (max-width: 767px) {
  #gmap .info-box-container {
    width: 180px;
  }
}
#gmap .info-box-container #info-box {
  color: #000;
  background-color: #fff;
  padding: 5px;
}
@media all and (max-width: 767px) {
  #gmap .info-box-container #img-box {
    padding: 10px 5px;
  }
}
#gmap .info-box-container #img-box img {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  #gmap .info-box-container #img-box img {
    margin: 30px 0;
  }
}
@media all and (max-width: 767px) {
  #gmap .info-box-container #img-box img {
    width: 100%;
  }
}

/* General Wordpress */
.entry-header {
  display: none !important;
  position: relative;
  box-shadow: none;
  z-index: -1;
  margin-top: 15px;
}

body {
  word-wrap: break-word;
  background-color: unset !important;
}

.without_readMore .read-more {
  display: none;
}

.underMenu {
  margin-bottom: 0px !important;
}
.underMenu .sub-menu {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.postsInPageSmall .TitleOfPostReferenzen {
  font-size: 30px;
  color: #26AAA6;
}

.containerOftwoChildren {
  display: flex;
  flex-direction: row;
}

.Alle {
  text-align: center;
}
.Alle a {
  margin-top: 20px;
}

.theContentOfAnotherColumn {
  padding-top: 15px;
}

.progress-container {
  width: 100%;
  height: 21px;
  position: -webkit-sticky;
  position: sticky;
  top: 152px;
  z-index: 1;
}

.progress-bar {
  height: 21px;
  background: #26AAA6;
  width: 20%;
}

.wp-block-button__link {
  color: white !important;
}

.section_unten .wp-block-column {
  background-color: #01448A;
  margin-bottom: 20px;
  display: flex;
  color: white;
  text-align: center;
  font-family: "Syncopate-Bold", "Helvetica", sans-serif;
  text-transform: uppercase;
}
.section_unten .wp-block-column figure {
  margin-bottom: 5px;
}
.section_unten .wp-block-column figure figcaption {
  margin-bottom: 0;
}

#module-boxes {
  display: flex;
  padding: 0;
}
#module-boxes .widget {
  background-color: #01448A;
  max-width: 22%;
  margin-left: 26px;
  margin-bottom: 20px;
  display: flex;
  color: white;
  text-align: center;
  font-family: "Syncopate-Bold", "Helvetica", sans-serif;
  text-transform: uppercase;
}
#module-boxes .widget .textwidget p:nth-child(2) {
  margin-bottom: 0;
  font-size: 19px;
  text-align: center;
}
#module-boxes .widget .textwidget p img {
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
}
#module-boxes .widget:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}

/*Widget-Columns*/
.wp-block-columns,
#module-boxes {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.wp-block-columns .wp-block-column,
.wp-block-columns .widget,
#module-boxes .wp-block-column,
#module-boxes .widget {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.TeamMitglieder {
  display: flex;
  align-items: flex-end;
}
.TeamMitglieder .wp-block-column {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
  min-height: 96vh;
}

.referenzenSite .read-more {
  display: none;
}

.kontakt_wir {
  margin-top: 40px;
}

/*Footer*/
footer {
  margin-top: 30px;
  padding: 20px 40px;
  font-family: "Syncopate-Regular", "Helvetica", sans-serif;
}
footer p {
  font-size: 14px;
}
footer .site-footer {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .site-footer .footer-right {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: uppercase;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  align-content: space-between;
}
footer .site-footer .footer-right .widget_text {
  margin-top: 32px;
  font-size: 13px;
}

/* Custom */
img .aligncenter {
  display: block;
  margin: 0 auto;
}

/* ancient-browser-alert error */
.ancient-browser-alert {
  background: #26AAA6;
  color: #26AAA6;
  display: block;
  padding: 3px 0;
  text-align: center;
}
.ancient-browser-alert a {
  color: #fff;
  text-decoration: underline;
}

.page-header-top-right {
  margin-top: 10px;
}

.pagination {
  margin: 0;
}

.pagination-center {
  text-align: center;
}

.pagination-row {
  margin-bottom: 20px;
}

.required {
  color: #f00;
}

.row-with-vspace {
  margin-bottom: 20px;
}

.widget_calendar #wp-calendar {
  margin: 0;
}
.widget_calendar #wp-calendar #next {
  text-align: right;
}

.page-404 {
  margin-top: 46px;
}
.page-404 .jumbotron {
  background-color: #01448A;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#comments .comment-navigation {
  margin-bottom: 0;
}
#comments .comment-navigation-below {
  margin-bottom: 20px;
  margin-top: 15px;
}
#comments .media-list li .media {
  margin-top: 15px;
}
#comments .media-list li .media .media-body {
  border: 1px solid #eee;
  padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
  font-size: 12px;
  margin-bottom: 10px;
}
#comments .media-list ul.children {
  list-style: none;
  margin-left: 2.5em;
}

#main-column .wp-video-shortcode {
  display: block;
  height: auto;
  max-width: 100%;
}
#main-column .attachment .entry-content {
  margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
  text-align: center;
}
#main-column .attachment .entry-meta {
  margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
  margin: 0;
  padding: 0;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
  color: #555;
  font-size: 12px;
  margin-left: 5px;
}
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
  color: #333;
}
#main-column .post .entry-title,
#main-column .page .entry-title {
  margin-top: 0;
  word-wrap: break-word;
  text-align: center;
}
#main-column .post .categories-icon {
  cursor: default;
}
#main-column .post .comments-link a {
  color: #333;
}
#main-column .post .tags-icon {
  cursor: default;
}
#main-column .attachment .edit-post-link a {
  color: #333;
}
#main-column .attachment .entry-meta .edit-post-link a {
  color: #333;
}
#main-column .attachment .entry-title {
  margin-top: 0;
  word-wrap: break-word;
}

.wpsm_row h3 {
  font-family: "Syncopate-Bold", "Helvetica", sans-serif;
}

.postsInPageSmall {
  display: inline-flex;
  width: 30%;
  flex-direction: column;
  align-items: center;
  margin: 24px 10px !important;
  background-color: #f1f1f1;
  border: 1px solid #01448A;
}
.postsInPageSmall .aboveSection .entry-img img {
  width: 100%;
  height: auto;
}
.postsInPageSmall .underSection {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.postsInPageSmall .underSection .iconOfPost {
  padding-left: 20px;
  padding-right: 20px;
}
.postsInPageSmall .underSection .iconOfPost img {
  width: 64px;
  height: auto;
}
.postsInPageSmall .underSection .theTextOfSmallPost {
  display: flex;
  flex-direction: column;
}
.postsInPageSmall .underSection .theTextOfSmallPost .TheTitleOfSmallPost {
  font-size: 28px;
  font-weight: bold;
  color: #26AAA6;
}
.postsInPageSmall .underSection .theTextOfSmallPost .TheExcerptOfSmallPost p {
  font-size: 18px;
}

#sidebar-left .widget,
#sidebar-right .widget {
  border: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
  font-size: 18px;
  margin-top: 0;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
  font-size: 18px;
  margin-top: 0;
}

/* mea IT Services */
h2,
h4,
h5,
h6 {
  font-family: "Syncopate-Bold", "Helvetica", sans-serif;
  font-weight: bold;
  text-align: left;
}

h1 {
  color: #01448A;
  font-weight: bold;
  text-align: left;
  font-family: "Syncopate-Bold", "Helvetica", sans-serif;
  margin-top: 30px;
}

h2,
h3,
h4,
h5,
h6 {
  color: #26AAA6;
}

h2,
h4,
h5,
h6 {
  font-family: "AvantGardeGothicMedium", "Helvetica", sans-serif;
}

h1 {
  font-size: 42px !important;
  margin-bottom: 27px;
  text-transform: uppercase;
}

h2 {
  font-size: 29px !important;
  font-family: "Syncopate-Bold", "Helvetica", sans-serif;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h3 {
  font-weight: bold;
  font-size: 2rem;
}

p {
  margin-bottom: 0px;
  text-align: justify;
  font-size: 21px;
  text-align: start;
}

h5 {
  color: #414141;
  font-family: "AvantGardeGothicBookDem", "Helvetica", sans-serif;
}

iframe {
  width: 100%;
}

.zert {
  width: 100px;
  float: right;
}

.and-icon {
  height: 30px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/und_red.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.align-right {
  text-align: right;
}

.dontSee {
  display: none;
}
.dontSee p {
  display: none;
}

.text-none-transform {
  text-transform: none;
}

.open-sub-menu {
  display: block !important;
}

.shadow {
  box-shadow: 5px 5px 5px 0px #414141;
}

#content,
.content-area {
  background-color: #fff;
}

.content-area {
  width: 100%;
  float: none;
}

.page-container {
  padding: 0 !important;
  margin: 0;
  z-index: 1;
  background-color: #fff;
}

.alignment-center {
  display: flex;
  align-items: center;
}

/* Default links - with different states */
/* exlude class .ab-item to prevent changes of toolbox bar of wordpress (admin view) */
a:not(.ab-item) {
  cursor: pointer;
  color: #26AAA6;
  text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:visited {
  transition: all 0.2s ease;
}

a:hover {
  color: #01448A;
}

a:focus {
  color: #a7acaf;
}

a:active {
  color: #a7acaf;
}

a:visited {
  color: #a7acaf;
}

.nav-burger-button {
  display: none;
}

body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #414141;
  font-family: "AvantGardeGothicBook", "Helvetica", sans-serif;
  font-weight: normal;
  z-index: -1;
  font-size: 18px;
  color: #3b3c3b;
}

/* Navigation */
#header {
  background: #fff;
  transition: all 0.2s ease;
}
#header .site-title {
  padding-top: 10px;
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#header .site-title a {
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
#header .site-title a img {
  padding: 5px 0;
  max-width: 100%;
  height: 110px;
  transition: all 0.2s ease;
}
#header .site-title .site-description {
  color: #414141;
  font-size: 16px;
}
#header .site-title .site-title-heading {
  margin: 0;
  text-align: left;
  padding: inherit;
  width: 100%;
}
#header .zert {
  transition: all 0.2s ease;
}

.nav-custom-2 ul > li a {
  font-style: normal;
  font-family: "AvantGardeGothicBookDem", "Helvetica", sans-serif;
  font-size: 1.5em;
  color: #fff;
  background-color: #01448A;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 1px;
}
.nav-custom-2 ul > li a:hover,
.nav-custom-2 ul > li a:active,
.nav-custom-2 ul > li a:focus {
  background-color: #26AAA6;
  transition: all 0.2s ease;
}
.nav-custom-2 ul .menu-item-has-children .sub-menu {
  margin: 0;
  padding: 0;
  border: none;
  display: none;
  background-color: #01448A;
  border-top: 1px solid #fff;
}
.nav-custom-2 ul .menu-item-has-children .sub-menu li {
  width: 100%;
}
.nav-custom-2 ul .menu-item-has-children .sub-menu li a {
  font-size: 18px;
  font-style: normal;
  border: none;
  font-family: "AvantGardeGothicBook", "Helvetica", sans-serif;
  letter-spacing: 1px;
  padding: 5px 0;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: inherit;
  background: transparent;
  padding: 8px 20px 3px 20px;
}
.nav-custom-2 ul .menu-item-has-children .sub-menu li a:hover,
.nav-custom-2 ul .menu-item-has-children .sub-menu li a:active,
.nav-custom-2 ul .menu-item-has-children .sub-menu li a:focus {
  color: #fff;
  background-color: #26AAA6;
  transition: all 0.2s ease;
}
.nav-custom-2 ul .menu-item-has-children .sub-menu .active > a,
.nav-custom-2 ul .menu-item-has-children .sub-menu .current-menu-ancestor > a {
  color: #fff;
  font-style: normal;
  background-color: #26AAA6;
}
.nav-custom-2 .active > a,
.nav-custom-2 .current-menu-ancestor > a {
  color: #fff;
  font-style: normal;
  background-color: #26AAA6;
}

#content {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  #main .content-left-1 img,
#main .content-right-1 img {
    height: -webkit-fill-available;
    width: 100%;
  }
}
/* Content */
#main .content-area-1 {
  color: #414141;
  padding: 0;
  margin: 50px 0 0 0;
  display: flex;
}
#main .heading-1 {
  display: table;
  margin: 0 0 20px 0;
  padding: 0;
}
#main .underline {
  border-bottom: 2px solid #D71920;
}
#main .content-left-1 {
  padding-left: 0;
}
#main .content-right-1 {
  padding-right: 0;
}
#main .content-main {
  padding: 0;
}
#main section[id^=read-more-area] {
  margin-bottom: 10px;
  display: none;
  text-align: justify;
}
#main .read-more {
  float: right;
  color: black;
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  font-style: italic;
}
#main .read-more:after {
  content: "";
  background-image: url("../img/next.png");
  background-size: 20.88px 20px;
  display: inline-block;
  width: 20.88px;
  height: 22px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px;
}
#main .read-more-container {
  height: 35px;
  width: 100%;
}
#main .read-more:hover,
#main .read-more:active,
#main .read-more:focus {
  opacity: 0.9;
  transition: all 0.2s ease;
}
#main button[type=button],
#main input[type=submit] {
  font-family: "AvantGardeGothicBook", "Helvetica", sans-serif;
  padding: 5px 15px 5px 15px;
  color: #333;
  text-decoration: none;
  border: 1px solid #000;
  outline: none;
  border-radius: 0px;
  background-color: #26AAA6;
}
#main button[type=button]:hover,
#main button[type=button]:focus,
#main button[type=button]:active,
#main input[type=submit]:hover,
#main input[type=submit]:active,
#main input[type=submit]:focus {
  background-color: #26AAA6;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.TeamMitglieder img {
  border: 1px solid #01448A;
  height: 100%;
}
.TeamMitglieder img:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
  transform: scale(1.015);
}

#boxes .read-more-container,
#module-boxes .read-more-container {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 14px;
}
#boxes .read-more-container .read-more,
#module-boxes .read-more-container .read-more {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-family: "CochinItalic", "Helvetica", sans-serif;
  font-style: italic;
}
#boxes .read-more-container .read-more:hover,
#boxes .read-more-container .read-more:active,
#boxes .read-more-container .read-more:focus,
#module-boxes .read-more-container .read-more:hover,
#module-boxes .read-more-container .read-more:active,
#module-boxes .read-more-container .read-more:focus {
  color: #fff;
}
#boxes .read-more-container .read-mode-img img,
#module-boxes .read-more-container .read-mode-img img {
  margin-top: -2px;
  max-width: 100%;
  max-height: 20px;
}

#boxes {
  padding: 0;
  margin: 30px 0;
}
#boxes .box-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#boxes .box-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#boxes .box {
  padding: 0 7.5px 0 7.5px;
  height: auto;
  z-index: 1;
}
#boxes .box :first-child {
  padding: 0;
}
#boxes .box .info-img {
  height: 260px;
}
#boxes .box .info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
#boxes .box .info-text {
  position: relative;
  line-height: 30px;
  padding: 0;
  background-color: #01448A;
  font-family: "AvantGardeGothicBook", "Helvetica", sans-serif !important;
  font-weight: normal;
}
#boxes .box .info-text h3,
#boxes .box .info-text h4 {
  margin: 0;
  text-align: left;
  color: #fff;
  line-height: 30px;
  letter-spacing: 1px;
}
#boxes .box .info-text h3 span,
#boxes .box .info-text h4 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
#boxes .box .info-text h3,
#boxes .box .info-text h4 {
  padding-left: 15px;
}

/* Referenzen */
.list-references {
  text-align: center;
  margin: 0;
  padding: 0;
}
.list-references li {
  list-style: none;
  height: 130px;
  display: table;
}
.list-references li a {
  display: table-cell;
  vertical-align: middle;
}
.list-references img {
  height: auto;
  max-width: 180px;
}

.content-var {
  font-family: "AvantGardeGothicBook", "Helvetica", sans-serif;
  text-align: justify;
  font-weight: normal;
}
.content-var h1,
.content-var h2,
.content-var h3,
.content-var h4,
.content-var h5,
.content-var h6 {
  text-transform: none;
  margin-top: 0;
}

/* Team */
.team-container img {
  max-height: 300px;
  height: auto;
  max-width: 100%;
}
.team-container .team-member-photo,
.team-container .team-member-description {
  height: 300px;
}
.team-container .team-member-photo {
  display: table;
}
.team-container .team-member-photo .photo-box {
  display: table-cell;
  vertical-align: middle;
}
.team-container .team-member-description {
  display: table;
}
.team-container .team-member-description .description-box {
  display: table-cell;
  vertical-align: middle;
}
.team-container .member-slogan h3 {
  text-align: center;
}
.team-container .member-slogan a {
  cursor: pointer;
}
.team-container .member-slogan a:after {
  font-family: "arrow-font";
  font-size: 45px;
  padding: 0px 0px 0px 5px;
  position: relative;
  top: 12px;
  speak: none;
  font-style: normal;
  font-weight: lighter;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
}

/* Kontakt */
#map {
  padding-top: 10px;
}

footer[class=entry-meta] {
  font-size: 15px;
  display: none;
}

/* Footer */
#site-footer {
  color: #fff;
  font-size: 1em;
  background-color: #01448A;
  line-height: 50px;
}
#site-footer p {
  margin: 0;
  text-align: end;
}
#site-footer ul {
  margin-bottom: 0;
}
#site-footer ul > li {
  display: inline-block;
}
#site-footer ul > li a {
  font-style: normal;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding-right: 5px;
}
#site-footer ul > li a:after {
  content: "|";
  color: #fff !important;
  padding-left: 5px;
}
#site-footer ul > li a:hover,
#site-footer ul > li a:active,
#site-footer ul > li a:focus {
  font-weight: bold;
}
#site-footer ul li:last-child a:after {
  padding-left: 0;
  content: "";
}
#site-footer ul .active > a {
  font-weight: bold;
}

.row {
  padding-top: 40px;
}

/* Testimonials slider */
#mpsp_wrapper {
  margin: 0 auto;
}
#mpsp_wrapper #tss_content > p {
  font-style: italic;
  color: #26AAA6;
  text-align: center;
  width: 400px;
}
#mpsp_wrapper #ts_img > img {
  border: 2px solid #26AAA6;
}
#mpsp_wrapper #ts_img > p {
  font-family: "AvantGardeGothicBook", "Helvetica", sans-serif !important;
  font-weight: normal;
  color: #26AAA6;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}

.slider-wd-mea-custom {
  padding-top: 400px;
  width: 100%;
}

.error-404 #header {
  position: relative;
  box-shadow: none;
  z-index: 2;
}

/* template-parts */
#bg-fixed {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-hotline {
  height: 80px;
  float: right;
  padding: 5px 0;
}
.site-hotline img {
  margin: 8px auto;
  max-height: 50px;
}
.site-hotline .red {
  letter-spacing: 1px;
}

#module-boxes,
.mea-news {
  margin-bottom: 0;
  clear: both;
}
#module-boxes .content-area-1,
.mea-news .content-area-1 {
  background-color: #f1f1f1;
  padding: 0;
}
#module-boxes .widget,
.mea-news .widget {
  padding: 0;
  margin-bottom: 50px;
}
#module-boxes .textwidget,
.mea-news .textwidget {
  float: left;
  width: 100%;
}
#module-boxes .content-left-1,
#module-boxes .content-right-1,
.mea-news .content-left-1,
.mea-news .content-right-1 {
  overflow: hidden;
}
#module-boxes .content-left-1 img,
#module-boxes .content-right-1 img,
.mea-news .content-left-1 img,
.mea-news .content-right-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#module-boxes .content-left-1,
.mea-news .content-left-1 {
  background-color: #3f3f3e;
  padding: 0;
}
#module-boxes .content-right-1,
.mea-news .content-right-1 {
  padding: 25px 30px 0 30px;
  border-bottom: 30px solid #f1f1f1;
}
#module-boxes ul,
.mea-news ul {
  color: #D71920;
  padding-left: 15px;
}
#module-boxes .img-info-text,
.mea-news .img-info-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 15px;
  background-color: #26AAA6;
  color: #fff;
  line-height: 45px;
  letter-spacing: 1px;
}
#module-boxes .read-more-container,
.mea-news .read-more-container {
  position: absolute;
  bottom: 2px;
  right: 25px;
}
#module-boxes .read-more-container .read-more,
.mea-news .read-more-container .read-more {
  font-family: "CochinItalic", "Helvetica", sans-serif;
  font-style: italic;
  float: right;
  color: #26AAA6;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  padding: 5px 10px 5px 10px;
}
#module-boxes .read-more-container .read-more:hover,
#module-boxes .read-more-container .read-more:active,
#module-boxes .read-more-container .read-more:focus,
.mea-news .read-more-container .read-more:hover,
.mea-news .read-more-container .read-more:active,
.mea-news .read-more-container .read-more:focus {
  background-color: transparent;
  color: #26AAA6;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.offcanvas {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  width: 300px;
  cursor: default;
  color: #c8c8c8;
  background: #01448A;
  overflow: visible !important;
  height: 100%;
}
.offcanvas #sidebar_arrow {
  background-color: #01448A;
  padding: 5px;
  z-index: 2;
  display: none;
  position: absolute;
  left: -30px;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  cursor: pointer;
  top: calc(50% - 30px);
  top: calc(50vh - 30px);
}
.offcanvas #update-boxes {
  padding-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.offcanvas #update-boxes a {
  color: #eee;
}
.offcanvas #update-boxes a:hover,
.offcanvas #update-boxes a:active,
.offcanvas #update-boxes a:focus {
  color: #fff;
  transition: all 0.2s ease;
}
.offcanvas #update-boxes .overflow-container {
  margin-top: 25px;
  position: relative;
}
.offcanvas #update-boxes .overflow-container img {
  position: absolute;
  left: 0;
  width: 50px;
  height: auto;
  top: -25px;
  left: 10px;
}
.offcanvas #update-boxes .alert-side {
  color: #26AAA6;
  background-color: #fff;
  padding: 10px 15px 1px 15px;
}
.offcanvas #update-boxes .alert-side h3,
.offcanvas #update-boxes .alert-side h4 {
  margin-top: 0;
}
.offcanvas #update-boxes .alert-detail {
  background-color: #26AAA6;
  color: #fff;
  margin-top: -25px;
}
.offcanvas #update-boxes .alert-detail h3,
.offcanvas #update-boxes .alert-detail h4 {
  color: #fff;
  margin: 0;
  background-color: #D71920;
}
.offcanvas #update-boxes .alert-detail h3,
.offcanvas #update-boxes .alert-detail h4,
.offcanvas #update-boxes .alert-detail .box-bottom {
  padding: 10px 15px;
}
.offcanvas #update-boxes .alert-detail .box-top {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #fff;
}
.offcanvas #update-boxes .alert-news {
  background-color: #fff;
  color: #26AAA6;
  margin-top: -25px;
  height: 100px;
  position: relative;
}
.offcanvas #update-boxes .alert-news h3,
.offcanvas #update-boxes .alert-news h4 {
  color: #fff;
  margin: 0;
  background-color: #D71920;
}
.offcanvas #update-boxes .alert-news h3,
.offcanvas #update-boxes .alert-news h4,
.offcanvas #update-boxes .alert-news .box-info {
  padding: 10px 15px;
}
.offcanvas #update-boxes .widget:last-child {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  width: 90%;
  bottom: 50px;
  width: calc(100% - 50px);
}
.offcanvas #update-boxes .widget:last-child img {
  width: 100px;
  height: auto;
}
.offcanvas #update-boxes .animate-icon {
  -webkit-animation: pulse linear 0.5s infinite; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: pulse linear 0.5s infinite; /* IE 10+, Fx 29+ */
}
.offcanvas #update-boxes .widget {
  margin-bottom: 45px;
}
.offcanvas #update-boxes .read-more-container .read-more {
  text-decoration: none;
  background-color: #26AAA6;
  color: #fff;
  padding: 0px 5px 0px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 21px;
  height: 20px;
  top: calc(50% - 10px);
}
.offcanvas #update-boxes .read-more-container .read-more:hover,
.offcanvas #update-boxes .read-more-container .read-more:active,
.offcanvas #update-boxes .read-more-container .read-more:focus {
  color: #fff;
  opacity: 0.8;
  transition: all 0.2s ease;
}
.offcanvas #update-boxes .read-more-container .read-mode-img {
  padding-left: 5px;
}
.offcanvas #update-boxes .read-more-container .read-mode-img img {
  margin-top: -2px;
}

/* Responsive Breakpoints */
@media screen and (min-width: 1031px) {
  /* Navigation */
  #header {
    position: fixed;
    z-index: 2;
    height: 190px;
    text-align: -webkit-center;
    width: 100%;
    box-shadow: 0px -8px 10px 6px #414141;
  }
  #header .header-container {
    padding: 0;
  }
  .header-container,
.main-navigation {
    height: 100%;
    padding: 0;
  }
  .nav-custom-2 {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    text-align: right;
  }
  .nav-custom-2 ul {
    display: inline-flex;
    float: right;
    width: 100%;
  }
  .nav-custom-2 ul > li {
    padding-right: 5px;
    width: 20%;
    text-transform: uppercase;
  }
  .nav-custom-2 ul > li a {
    padding: 15px 15px 7px 15px;
  }
  .nav-custom-2 li:last-child {
    padding-right: 0;
  }
  .nav-custom-2 .menu-item-has-children ul {
    border-radius: 0;
    min-width: auto;
    width: calc(100% - 5px);
  }
  .nav-custom-2 .menu-item-has-children ul li {
    padding: 0;
  }
  .nav-custom-2 .menu-item-has-children ul li a {
    margin-top: 0;
    border: none;
    padding: 0 20px;
    line-height: 30px;
  }
  .nav-custom-2 .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  #boxes .box-1 {
    padding-left: 0;
    padding-right: 7.5px;
  }
  #boxes .box-2 {
    padding-left: 3.75px;
    padding-right: 3.75px;
  }
  #boxes .box-3 {
    padding-right: 0;
    padding-left: 7.5px;
  }
  .dropdown-icon {
    width: 15px;
    margin-top: -3px;
  }
  /* 404 */
  .error-404 {
    margin: 90px 0 100px 0;
  }
  #module-boxes .content-left-1 img,
.mea-news .content-left-1 img {
    height: 230px;
  }
}
@media screen and (min-width: 992px) {
  .fixed-height {
    height: 275px !important;
  }
  .fixed-height img {
    width: 100%;
  }
  .fixed-height a {
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 1200px) {
  /* Team */
  .team-container img {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .postsInPageSmall {
    width: 45%;
  }
  .section_unten {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding-left: 20px;
  }
  .section_unten .wp-block-column {
    background-color: #01448A;
    margin-bottom: 20px;
    margin-left: auto;
    display: flex;
    color: white;
    text-align: center;
    font-family: "Syncopate-Bold", "Helvetica", sans-serif;
    text-transform: uppercase;
  }
  .section_unten .wp-block-column figure {
    margin-bottom: 5px;
  }
  .section_unten .wp-block-column figure figcaption {
    margin-bottom: 0;
  }
  #module-boxes {
    display: flex;
    flex-wrap: wrap;
  }
  #module-boxes .widget {
    background-color: #01448A;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 20px;
    display: flex;
    color: white;
    text-align: center;
    font-family: "Syncopate-Bold", "Helvetica", sans-serif;
    text-transform: uppercase;
  }
  #module-boxes .widget .textwidget p:nth-child(2) {
    margin-bottom: 0;
  }
  #module-boxes .widget .textwidget p img {
    margin-bottom: 5px;
  }
  /* Content */
  .content-var {
    padding: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #main .content-right-1 img {
    height: auto;
    width: 100%;
  }
  .theSectionOfPostsInPage {
    display: flex;
    flex-direction: column;
  }
  #module-boxes .content-left-1 img,
.mea-news .content-left-1 img {
    height: auto;
  }
  .mea-news .content-left-1 {
    min-width: 100%;
  }
  #boxes {
    height: auto;
    clear: both;
  }
  #boxes .box {
    padding: 0;
    margin-top: 15px;
  }
  #boxes .box .read-more {
    right: 0;
  }
  #boxes .box .info-img {
    height: 320px;
  }
  #boxes .box:first-child {
    padding-right: 0;
  }
  #boxes .box:nth-child(2) {
    padding: 0;
  }
  #boxes .box:last-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 575px) and (max-width: 763px) {
  .col-sm-6 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 575px) and (max-width: 970px) {
  footer {
    margin-top: auto;
    padding: 10px 0px;
    font-family: "Syncopate-Regular", "Helvetica", sans-serif;
    text-align: center;
  }
  footer .site-footer {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
  }
  footer .site-footer .footer-right {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-transform: uppercase;
    font-weight: 100;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-self: center;
    align-items: center;
  }
  footer .site-footer .footer-right .widget_text {
    margin-top: 0px;
    font-size: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .postsInPageSmall {
    width: 100%;
  }
  #header .site-title a img {
    height: 100px;
  }
  #module-boxes {
    display: flex;
    flex-wrap: wrap;
  }
  #module-boxes .widget {
    background-color: #01448A;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 15px 20px 15px;
    max-width: 100%;
    width: 100%;
    display: flex;
    color: white;
    text-align: center;
    font-family: "Syncopate-Bold", "Helvetica", sans-serif;
    text-transform: uppercase;
  }
  #module-boxes .widget .textwidget p:nth-child(2) {
    margin-bottom: 0;
  }
  #module-boxes .widget .textwidget p img {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #site-footer p {
    text-align: center;
    font-size: 10px;
  }
  body {
    overflow-x: hidden;
  }
  body h2 {
    font-size: 21px !important;
  }
  body h1 {
    font-size: 32px !important;
  }
  .fa-angle-right:before {
    font-size: 70px;
  }
  .fa-angle-left:before {
    font-size: 70px;
  }
  /*Footer*/
  footer {
    margin-top: auto;
    padding: 10px 0px;
    font-family: "Syncopate-Regular", "Helvetica", sans-serif;
    text-align: center;
  }
  footer .site-footer {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .site-footer .footer-right {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
  footer .site-footer .footer-right .widget_text {
    font-size: 10px;
    text-align: center;
  }
  .section_unten .wp-block-column {
    background-color: #01448A;
    display: flex;
    color: white;
    text-align: center;
    font-family: "Syncopate-Bold", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin-top: 40px;
  }
  .section_unten .wp-block-column figure {
    margin-bottom: 5px;
  }
  .section_unten .wp-block-column figure figcaption {
    margin-bottom: 0;
  }
  .site-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #content .read-more,
#module-boxes .read-more,
.mea-news .read-more {
    font-size: 16px !important;
  }
  #content .content-var ul li,
#content section[id^=read-more-area] ul li,
#module-boxes .content-var ul li,
#module-boxes section[id^=read-more-area] ul li,
.mea-news .content-var ul li,
.mea-news section[id^=read-more-area] ul li {
    font-size: 1.2em !important;
  }
  /* content */
  .page-container #content {
    padding-top: 0px !important;
    clear: both;
  }
  /* Footer */
  #site-footer {
    height: auto;
  }
  #site-footer ul {
    padding: 0;
    text-align: center;
  }
  #site-footer .footer-right {
    line-height: 50px;
    padding-right: 5px;
    padding-top: 10px;
    width: 100%;
    display: contents;
  }
  #site-footer .footer-left {
    line-height: 25px;
  }
  /* right sidebar */
  .offcanvas {
    width: 50px;
    height: 100%;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .offcanvas #sidebar_arrow {
    display: block;
  }
  .offcanvas #update-boxes {
    margin-left: 30px;
    margin-right: 30px;
  }
  #boxes {
    margin: 0 0 60px 0;
  }
  #boxes .box {
    margin-top: 50px !important;
  }
  #boxes .box-1 {
    margin-top: 0px !important;
  }
  /* Testimonials slider */
  #mpsp_wrapper #tss_content > p {
    width: auto;
  }
  /* Team */
  .team-container .team-member-photo {
    text-align: center;
  }
  .team-container .team-member-description {
    height: 170px;
    text-align: center;
  }
  /* 404 */
  .error-404 {
    margin-bottom: 100px;
  }
  /* Slider WD */
  .slider-wd-mea-custom {
    float: left;
    padding-top: 0;
  }
}
h1,
h2 {
  font-size: 25px;
}

/* Content */
#boxes .box .info-img {
  height: 260px;
}

@media only screen and (min-width: 768px) {
  .TeamMitglieder .tel,
.TeamMitglieder .email {
    font-size: 18px;
  }
  .TeamMitglieder .email {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1031px) {
  .progress-container {
    width: 100%;
    height: 21px;
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 1;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1031px) {
  .progress-container {
    top: 0px !important;
  }
}
@media only screen and (max-width: 600px) {
  .progress-container {
    top: 0px !important;
  }
}
@media only screen and (max-width: 1031px) {
  /* Progress bar */
  .progress-container {
    width: 100%;
    height: 21px;
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 1;
  }
  /* Navigation */
  .navbar-toggle {
    display: block;
  }
  .theLogoWithButton {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
  }
  .theLogoWithButton .nav-burger-button {
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
  }
  .nav {
    flex-direction: column;
  }
  #header,
.main-navigation {
    height: auto !important;
    float: none;
  }
  .main-navigation {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .site-title {
    text-align: center;
  }
  .nav-burger-button {
    display: block;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .nav-burger-button .navbar-header {
    height: 100%;
    display: grid;
  }
  .nav-burger-button .nav-button-1 {
    margin: 0 !important;
    width: 55px;
    height: 50px;
    cursor: pointer;
    border-color: transparent;
    top: 50%;
    transform: rotate(0deg);
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
  }
  .nav-burger-button .nav-button-1 .closebutton {
    display: none;
  }
  .nav-burger-button .nav-button-1 .openbutton {
    display: block;
  }
  .nav-burger-button .nav-button-1 img {
    width: 100%;
  }
  .nav-burger-button .nav-button-1 span {
    top: 6px;
    background-color: #01448A;
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 9px;
    position: absolute;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.15s ease-in-out;
  }
  .nav-custom-2 ul > li {
    margin-left: 0px;
  }
  .nav-custom-2 ul > li a {
    width: auto;
    margin-top: 0px;
  }
  .nav-custom-2 ul > .active {
    margin-left: 0px;
  }
  .nav-custom-2 ul > .active .underMenu a {
    background-color: #26AAA6;
  }
  .nav-custom-2 .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    z-index: 1;
    font-size: 0.85em;
  }
  .nav-custom-2 .sub-menu a {
    text-align: center;
    line-height: 2em;
  }
  .content-area-1 {
    margin: 30px 0 30px 0 !important;
  }
  .site-hotline {
    float: left;
  }
  .site-hotline > :first-child {
    padding-left: 15px;
    width: 90px;
  }
  .site-hotline > :first-child img {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .site-hotline :last-child {
    max-width: 160px;
  }
  .dropdown-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 60px;
    padding: 15px 15px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.15s ease;
  }
  .rotate-icon {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 370px) {
  #header .site-title a img {
    height: 80px !important;
  }
  .zert {
    width: 80px !important;
  }
}
@media only screen and (max-width: 560px) {
  .postsInPageSmall {
    flex-direction: column;
    margin: 24px 0px !important;
  }
  .postsInPageSmall .TheTitleOfSmallPost {
    text-align: left;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1031px) {
  #content {
    padding-top: 0px !important;
    clear: both;
  }
}
/* 
* customer_change.scss
* @author: Mario Kurzweil | mea IT Services 
* @description: Insert all Wordpress css customizer addings here
*/
.partner-background {
  width: 100%;
  height: 100px;
  padding-top: 10px;
}

/*
* SliderWD plugin override
*/
.wds_slideshow_image_0 > span {
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  top: auto !important;
}

.wds_slideshow_image_0 p {
  padding: 0 !important;
  font-family: "CochinItalic", "Helvetica", san-serif !important;
  font-style: italic;
}
.wds_slideshow_image_0 p strong {
  font-family: "CochinBoldItalic", "Helvetica", san-serif !important;
  font-style: italic;
}

.broken_link,
a.broken_link {
  text-decoration: none !important;
}

/*
* cookie notice plugin override
*/
#cookie-notice .cookie-notice-container {
  padding: 25px 10px;
  font-size: 15px;
  font-family: "Helvetica", "Helvetica", sans-serif;
}
#cookie-notice #cn-notice-text {
  line-height: 1.9em;
  margin-bottom: 15px;
}
#cookie-notice .btn-custom-cookie {
  margin-top: 5px;
  background: #26AAA6 !important;
  padding: 5px 12px 5px 12px;
  color: #fff;
  text-decoration: none;
  border: 0px;
  outline: none;
  border-radius: 2px;
  font-weight: normal;
}
#cookie-notice .btn-custom-cookie:hover,
#cookie-notice .btn-custom-cookie:focus,
#cookie-notice .btn-custom-cookie:active {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.2s ease;
}

/*
* portfolio career plugin override
*/
.crp-wrapper a {
  font-style: normal;
}
.crp-wrapper a:hover,
.crp-wrapper a:focus,
.crp-wrapper a:active {
  background-color: #26AAA6;
  opacity: 0.8;
  transition: all 0.2s ease;
}
.crp-wrapper .selected {
  background-color: #26AAA6;
}
.crp-wrapper .fa-link {
  line-height: 20px !important;
}
.crp-wrapper .fa-link:before {
  content: "mehr lesen";
  color: #fff;
  font-family: "Helvetica", "Helvetica", sans-serif;
  font-style: italic;
}
.crp-wrapper a[href="#cd-|-ci"] {
  text-transform: uppercase !important;
}

/*
* ninja forms plugin override
*/
input[id^=ninja_forms_field],
textarea[id^=ninja_forms_field] {
  border: 1px solid black;
  border-radius: 3px;
  padding: 7px;
}

/* 
* Logo slider override
*/
.owl-stage {
  align-items: center !important;
  display: flex !important;
}

.lgx-logo-wrapper {
  padding: 5px 0 !important;
}

.lgx-logo-img {
  margin: 0 auto !important;
}

.owl-next,
.owl-prev {
  top: 20%;
  top: calc(50% - 16px) !important;
}
.owl-next img,
.owl-prev img {
  width: 20px !important;
}

.lgx-logo-item {
  padding: 10px !important;
}

/*
* Template override of posts in post
*/
.mea-news .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  font-size: 0.75em;
  color: black;
  padding: 5px 10px 5px 10px !important;
  font-weight: normal !important;
}
.mea-news .read-more:after {
  content: "";
  background-image: url("../img/next.png") !important;
}
.mea-news .content-right-1 {
  border: none;
  padding-right: 30px !important;
}
.mea-news .content-right-1 p {
  margin-bottom: 30px;
}
.mea-news .content-left-1 {
  background-color: #fff;
}
.mea-news .content-left-1 .logo {
  height: auto !important;
  padding: 0 15px;
  transform: translateY(50%);
}
.mea-news .img-info-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 15px;
}

/*
* Template part - inc/template-yoast.php
*/
#mea-yoast-seo {
  margin-bottom: 15px;
  padding: 0 30px;
}

/*
* bootstrap override
*/
.main-navigation .show,
.main-navigation .in {
  display: block !important;
}/*# sourceMappingURL=main.css.map */