/*
 Theme Name: Alexis-Herz 2024
 Description:
 Author: Johannes Tassilo Gruber
 Author url: https://chekka.de
 Version: 1.0
 License: Only for use at https://alexis-herz.de
*/

:root {
  --color-default: #327cc1;
  --color-over: #78a5cf;
  --color-typing: #0f85f4;
  --color-bg-note: #d3eaff;
  --color-bg-site: #ffffff;
  --color-bg-footer-top: #f7f7f7;
  --color-bg-footer-bottom: #184a78;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('fonts/roboto-v30-latin-regular.woff2') format('woff2'),
    url('fonts/roboto-v30-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
    url('fonts/roboto-v30-latin-italic.woff2') format('woff2'),
    url('fonts/roboto-v30-latin-italic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('fonts/roboto-v30-latin-500.woff2') format('woff2'),
    url('fonts/roboto-v30-latin-500.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local(''),
    url('fonts/roboto-v30-latin-500italic.woff2') format('woff2'),
    url('fonts/roboto-v30-latin-500italic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
    url('fonts/roboto-condensed-v25-latin-700.woff') format('woff');
}

.line-item {
  margin-bottom: 1em;
  margin-right: 1em;
  width: 100%;
}

.cr_button {
  color: #ffffff;
}

.su-posts.su-posts-partner-loop {
  display: flex;
  flex-direction: column;
}

.su-posts-partner-loop .line-item {
  margin-bottom: 3em;
}

.ph #eu-cookie-law input {
  background-color: var(--color-default);
  border: none;
}

.ph #eu-cookie-law input:focus,
.ph #eu-cookie-law input:hover {
  background-color: var(--color-over);
}

#es_shortcode_msg {
  display: none;
}

:focus {
  outline: 1px dotted #ddd;
}

* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  width: 100%;
  min-height: 100%;
  color: #434343;
}

body {
  margin-top: 140px;
  background-color: var(--color-bg-site);
  overflow-y: scroll;
}

#info {
  background-color: #0871d9;
  padding: 24px 0;
  font-size: 110%;
}

#info *,
#info p strong {
  color: #fff !important;
}

#info p:last-child {
  margin-bottom: 0;
}

#content a,
.site-footer a,
.mega-sub-menu a,
span.su-lightbox,
.su-lightbox-content a {
  text-decoration: none;
  color: var(--color-typing);
}

#content a:hover,
.site-footer a:hover,
.mega-sub-menu a:hover,
span.su-lightbox:hover,
.su-lightbox-content a:hover {
  color: var(--color-default);
}

p {
  margin: 0 0 1em 0;
  hyphens: auto;
}

ul {
  margin: 2em 0;
}

.wp-post .wp-post-meta {
  margin-bottom: 1em;
}

.wp-post .wp-post-thumbnail {
  line-height: 0;
  margin-bottom: 1em;
}

.wp-post .wp-post-navigation {
  border-top: 1px solid #888888;
  color: #888888;
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  padding-top: 15px;
}

.wp-post .wp-post-navigation .wp-post-navigation-left {
  display: block;
  margin-right: auto;
  text-align: left;
}

.wp-post .wp-post-navigation .wp-post-navigation-right {
  display: block;
  margin-left: auto;
  text-align: right;
}

#content ul {
  list-style: none;
}

#content ul li {
  line-height: 1.4;
  margin-bottom: 0.3em;
}

/*
#content ul li:before {
  content: "\f487";
  font-family: dashicons;
  font-size: 12px;
  color: var(--color-typing);
  margin: 0 7px 0 -19px;
}
*/

#content ul[id*="give"] li:before {
  content: "";
  margin: 0;
  font-family: inherit;
  font-size: 1em;
}

hr {
  margin: 35px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img.round {
  border-radius: 50%;
}

.hidden {
  display: none;
  visibility: hidden;
}

.banner {
  position: relative;
  margin-bottom: 3em !important;
}

.banner img {
  width: 100%;
}

strong,
.su-service-title {
  font-weight: 500 !important;
}

h1,
.h1 {
  text-shadow: #555555 2px 2px 10px;
  font-size: 3em;
  font-weight: 700;
  color: #fff;
}

.angebot-template-default h1 {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  left: 30px;
}

h1,
h4,
.mega-block-title {
  font-family: "Roboto Condensed" !important;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.3em;
  margin-top: 0.7em;
}

.mega-block-title {
  margin: 0 0 1em 0 !important;
}

.banner>.container {
  padding: 70px 0;
  position: relative;
}

h2,
.h2 {
  font-size: 1.7em;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.3em;
}

.container h2:first-child,
.container h3:first-child,
.container h2:first-child .shortcodes,
.container h3:first-child .shortcodes {
  margin-top: 0;
}

h3,
.h3 {
  font-size: 1.3em;
  font-weight: 400;
  color: #000000;
}

h4,
.h4,
.mega-block-title {
  font-size: 1.2em;
}

h4 i.fa {
  font-size: 36px;
  line-height: 1.5;
  vertical-align: 5px;
  color: #000000;
}

h5,
.h5 {
  font-size: 1.1em;
  text-transform: none;
}

h6,
.h6 {
  font-size: 1em;
  text-transform: none;
}

.site-footer,
.schedule {
  margin-top: 70px;
  background-color: var(--color-bg-footer-top);
}

.site-footer>.container {
  display: flex;
  padding: 70px 0;
}

.site-footer .container>div {
  flex: 0 1 25%;
}

.site-footer .widget-title {
  margin-bottom: 7px;
}

.site-footer .widget ul li {
  margin: 0;
}

.footer-copyright {
  background-color: var(--color-bg-footer-bottom);
  padding: 30px 0;
}

.footer-copyright p {
  margin: 0;
  color: #fff;
}

#main p+h4,
#main ul+h4,
#content p+h4,
#content ul+h4 {
  margin-top: 2em;
}

main .line-item[class*="span"] {
  float: left;
}

.span12 {
  width: 100%;
}

.span9 {
  width: 75%;
}

.span8 {
  width: 66.666%;
}

.span6 {
  width: 50%;
}

.span4 {
  width: 33.333%;
}

.span3 {
  width: 25%;
}

#content .banner+.container {
  display: flex;
}

#body {}

.archive #body .line-item {
  position: relative;
}

.archive #body .line-item.flex {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}

.archive #body .line-item .thumb {
  max-width: 240px;
  flex: 0 1 30%;
  min-height: 1px;
  background-color: #f7f7f7;
  line-height: 0;
  background-image: url(img/placeholder.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.archive #body .line-item .content {
  padding-left: 30px;
}

.archive #body .line-item .content {
  flex: 0 1 70%;
  height: 100%;
}

.span12#body {
  padding-right: 0;
}

#sidebar {
  padding-left: 30px;
}

#sidebar .widget {
  margin-bottom: 30px;
  padding: 21px 21px 7px;
  position: relative;
}

#sidebar .widget .textwidget {
  position: relative;
}

#sidebar .widget.soft * {
  color: #434343;
}

#sidebar .widget.soft {
  background-color: var(--color-bg-note);
  border-left: 7px solid var(--color-default);
}

#additional-content {
  background-color: #fff;
  position: relative;
}

.home .fullheight {
  height: calc(100vw - 100px);
}

.home .fullheight .sow-video-wrapper iframe {
  height: calc(100vw - 100px);
  width: 100vw;
}

h3+ul,
h4+ul {
  margin-top: 0;
}

#content {
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.lightblue {
  background-color: var(--color-bg-note);
}

.schedule {
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.35;
}

.schedule .line-item {
  margin-bottom: 12px;
}

#content>.banner {
  overflow: hidden;
  background-image: url(img/gekrissel.png);
  background-color: var(--color-bg-note) !important;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 0;
}

#content>.banner.banner-image {
  background-color: #1b1b1b !important;
  background-size: cover !important;
  height: calc(90vh - 100px);
  position: relative;
  margin-bottom: 3em;
}

.breadcrumb {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.333);
  height: 24px;
  padding: 0 12px;
  z-index: 1;
}

#content .row-fluid {
  padding-bottom: 50px;
}

.container h2:first-cild,
.container h3:first-cild,
.container h4:first-cild {
  text-align: center;
}

.mehr-angebote .widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mehr-angebote h2 {
  flex: 0 1 100%;
}

.mehr-angebote .line-item {
  margin: 0 0 15px 0;
  position: relative;
  background-color: #eee;
  line-height: 0;

  @media (min-width: 1200px) {
    flex: 0 1 23.8%;
  }

  @media (max-width: 1199.9px) {
    flex: 0 1 32%;
  }

  @media (max-width: 870px) {
    flex: 0 1 49%;
  }

  @media (max-width: 600px) {
    flex: 0 1 100%;
  }
}

.mehr-angebote .line-item {}

.mehr-angebote .line-item .title {
  background-color: #fff;
  padding: 3px 7px 3px 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.777em;
  position: absolute;
  bottom: 21px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mehr-angebote .line-item {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  position: relative;
}

.mehr-angebote .line-item:hover {
  transform: rotate(-1deg) scale(1.1, 1.1);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 1), 0 0 70px 0 rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.mehr-angebote .line-item:hover .title {
  padding-left: 21px;
  padding-right: 21px;
  margin-left: -2px;
}

.single-angebot #sidebar h3.termine,
.single-angebot #sidebar h4.termine {
  margin-top: 0;
}

.postid-881.single-angebot #sidebar .dates,
.postid-1535.single-angebot #sidebar .dates,
.postid-1695.single-angebot #sidebar .dates {
  display: none;
}

.single-angebot #sidebar .dates {
  padding: 12px;
  background-color: #f7f7f7;
}

.single-angebot #sidebar .dates {
  margin: 0 0 30px;
  border-left: 7px solid var(--color-typing);
  padding-left: 21px;
}

.single-angebot #sidebar .dates span.tag {
  display: inline-block;
  width: 100px;
}

/* */
#wpstats {
  display: none;
}

/* @group Blöcke */

.opening-hours {
  margin-bottom: 1em;
}

.opening-hours span {
  display: inline-block;
}

.opening-hours .day {
  width: 70px;
  color: var(--color-typing);
}

.ph .mfp-bg {
  z-index: 998;
  background: var(--color-bg-note);
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ph .su-lightbox-content {
  background-color: #fff;
  border-radius: 4px;
}

.ph .su-lightbox-content[id*="zoom"] {
  font-size: 24px;
}

.ph .su-lightbox-content[id*="zoom"] .small {
  font-size: 16px;
}

span.su-lightbox[data-mfp-src*="#zoom"] {
  display: block;
  cursor: pointer;
  padding: 0 0 3px 0;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-default) !important;
}

span.su-lightbox i {
  font-size: 18px;
  margin-right: 7px;
  line-height: 18px;
  vertical-align: middle;
  color: var(--color-default) !important;
}

span.su-lightbox[data-mfp-src*="#zoom"]:hover,
span.su-lightbox[data-mfp-src*="#zoom"]:hover i {
  color: var(--color-over) !important;
}

/* @end */

/* @group Forms */

form p.form-line {
  margin: 18px 0;
}

form p.form-line-bottomplus {
  margin: 18px 0 42px 0;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin: 12px 0;
}

#body input[type="checkbox"] {
  display: none;
}

#body input[type="radio"] {
  display: none;
}

#body input[type="checkbox"]+span {
  cursor: pointer;
}

#body input[type="radio"]+span {
  cursor: pointer;
}

#body input[type="checkbox"]+span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/radio-checkbox.png) left -24px no-repeat;
  vertical-align: -7px;
  margin-right: 7px;
  margin-left: -3px;
  cursor: pointer;
}

#body input[type="radio"]+span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/radio-checkbox.png) left 0 no-repeat;
  vertical-align: -7px;
  margin-right: 7px;
  margin-left: -3px;
  cursor: pointer;
}

#body input[type="checkbox"]+span:hover:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/radio-checkbox.png) -24px -24px no-repeat;
  vertical-align: -7px;
  margin-right: 7px;
  cursor: pointer;
}

#body input[type="radio"]+span:hover:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/radio-checkbox.png) -24px 0 no-repeat;
  vertical-align: -7px;
  margin-right: 7px;
  cursor: pointer;
}

#body input[type="checkbox"]:checked+span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/radio-checkbox.png) -48px -24px no-repeat;
  vertical-align: -7px;
  margin-right: 7px;
  cursor: pointer;
}

#body input[type="radio"]:checked+span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/radio-checkbox.png) -48px 0 no-repeat;
  vertical-align: -7px;
  margin-right: 7px;
  cursor: pointer;
}

textarea,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
.ph .tnp-subscription input[type="text"],
.ph .tnp-subscription input[type="email"],
.ph .tnp-subscription input[type="date"],
.ph .tnp-subscription input[type="tel"],
.ph .tnp-subscription input[type="submit"],
.ph .tnp-subscription select {
  padding: 7px 12px 7px;
  color: #111 !important;
  font-size: 16px;
  line-height: 1.35;
  margin-top: 3px;
  width: 100%;
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
}

.donation {
  height: 33px;
  display: flex;
  align-items: right;
  justify-content: right;
}

.donate-button {
  background-color: var(--color-default);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}

.donate-button:hover {
  background-color: var(--color-over) !important;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}

.donate-button:focus {
  background-color: var(--color-typing) !important;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}

button,
input[type="button"],
input[type="submit"],
.button-alexis {
  background-color: var(--color-default);
  border: none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  color: #ffffff !important;
  font-weight: 700;
  min-width: 100px;
  padding: 13px 30px;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button-alexis:hover {
  background-color: var(--color-over) !important;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  color: #ffffff !important;
  font-weight: 700;
  min-width: 100px;
  padding: 13px 30px;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.button-alexis:focus {
  background-color: var(--color-typing) !important;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  color: #ffffff !important;
  font-weight: 700;
  min-width: 100px;
  padding: 13px 30px;
}

div.wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
  border-width: 1px !important;
  padding: 0.7em 1.2em;
  float: left;
  width: 100%;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #93be00;
  color: #93be00;
}

.ph .tnp-subscription label {
  font-weight: normal;
  font-size: 1em;
}

/* @end */

#give-payment-mode-select {
  margin: 3em 0;
}

#give_offline_payment_info {
  padding: 21px 21px 7px 21px;
  background-color: #fff5da;
  margin: 1em 0;
}

div.wpcf7-validation-errors {
  background-color: #fff5da;
}

.give-btn {
  border-radius: 3px;
  font-size: 14px;
  padding: 0.3em 0.7em;
}

.give-btn:hover,
.give-btn:active,
.give-btn:focus {
  border-color: var(--color-default);
  background-color: rgba(68, 136, 187, 1);
  color: #fff;
}

#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*="give-form"] h3.give-section-break,
form[id*="give-form"] h4.give-section-break,
form[id*="give-form"] legend {
  font-size: 1em;
  font-weight: 400;
  color: var(--color-typing);
}

form[id*="give-form"] #give-final-total-wrap {
  margin-top: 3em;
}

form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
  background-color: var(--color-typing);
  color: #fff;
  border-color: var(--color-typing);
}

form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
  border-color: var(--color-typing);
  color: var(--color-typing);
}

.required,
span.wpcf7-not-valid-tip {
  color: var(--color-typing);
}

.give_error,
.give_success {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.give_error:before,
.give_success:before {
  display: none;
}

.give_success {
  border-left: 7px solid #a1d000;
  color: #93be00;
  margin: 0;
}

table.give-table th,
table.give-table tr,
table.give-table td {
  font-size: 1em;
}

table.give-table {
  border-collapse: collapse;
  margin: 2em 0 0 3.5px;
  border-left: 7px solid #a1d000;
  width: calc(100% - 4px) !important;
}

table.give-table tbody tr:first-child td {
  border-top: 1px solid #e0e0e0 !important;
}

table.give-table th {
  display: none;
}

table#give_donation_receipt .give-receipt-thead-text {
  font-weight: 400;
  font-size: 1em;
}

/* @group Menü */

.navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}

.navbar>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.navbar>.container.donation {
  justify-content: end;
  height: 42px;
  transform: translateY(18px);
}

.navbar>.container.donation * {
  max-height: 32px;
}


.mega-menu-wrap {
  height: 50px;
}

.mega-menu-item a {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.mega-menu-item a:hover {
  border-bottom-color: var(--color-default);
}

.mega-menu-item .current-menu-item a {
  color: #aaa !important;
  border-bottom-color: #e7e7e7;
  cursor: default;
}

.mega-menu-item .su-posts-list-loop,
.mega-menu-item ul.menu,
.site-footer .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ph #mega-menu-wrap-mainmenu #mega-menu-mainmenu>li.mega-menu-item>a.mega-menu-link {
  letter-spacing: 0.02em;
  font-family: "Roboto Condensed";
  padding-top: 7px;
}

.ph #mega-menu-wrap-mainmenu .mega-menu-toggle .mega-toggle-block-right {
  margin: 0;
  width: 40px;
}

.ph #mega-menu-wrap-mainmenu .mega-menu-toggle .mega-toggle-block-1::before {
  color: var(--color-typing);
  font-size: 36px;
}

.ph #mega-menu-wrap-mainmenu .mega-menu-toggle .mega-toggle-block-1::after {
  display: none;
  visibility: hidden;
}

.search-header {
  margin-top: 0;
  height: 30px;
}

.header-divider {
  border-width: 7px;
  font-size: 30px;
  top: 0;
  position: relative;
  line-height: 1;
}

.search-header button {
  width: 32px;
  height: 32px;
  background-position: center 5px;
  padding: 21px;
}

.wpmm_brand_logo_wrap img {
  margin: 0;
}

.navbar .nav>li>a {
  font-size: 1em;
}

.navbar .nav .menu-item .dropdown-menu {
  padding: 7px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.3);
  width: 240px;
}

.navbar .nav li.menu-item {
  margin-bottom: 3px;
}

.navbar .nav .dropdown-menu>li {
  padding: 0;
  background-color: #fff;
}

.navbar .nav .dropdown-menu>li>a {
  padding: 7px 12px;
  font-size: 1em;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a,
#wp-megamenu-mainmenu>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a {
  background-color: var(--color-default);
}

.profile-info {
  margin-top: 1.5em;
}

.profile-info h5,
.profile-info p {
  margin: 7px 0 !important;
}

.container .edit-link a {
  position: fixed;
  bottom: 20px;
  left: 0;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.container .edit-link a:hover {
  background-color: rgba(0, 0, 0, 1);
}

#content .addtoany_share_save_container {
  padding-top: 30px;
  /*
 margin-top: 70px;
 border-top: 1px solid #ddd;
*/
}

#sidebar .addtoany_content,
#sidebar .widget_a2a_follow_widget {
  display: none;
}

.addtoany_hide .addtoany_content {
  display: none !important;
  visibility: hidden !important;
}

.ph .addtoany_list a,
.ph .widget .addtoany_list a {
  padding: 0 7px 0 0;
  line-height: 32px;
  height: 32px;
}

/* @end */

/* @group Sidebar */
#sidebar .ma {
  text-align: center;
}

#sidebar .ma img {
  border-radius: 75px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  width: 150px;
  height: 150px;
  margin: 0 auto 12px;
}

#sidebar .execphpwidget .termine {
  background-color: #095fb5;
  width: 150px;
  padding: 12px;
  border-radius: 0 0 7px 7px;
  margin: -70px auto 0 auto;
  padding-top: 70px;
  color: #fff;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  text-align: center;
}

#sidebar .execphpwidget .termine * {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
}

#sidebar .block span {
  color: #fff;
}

#sidebar .execphpwidget .termine p.h4 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
}

#sidebar .execphpwidget .termine .line-item {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

#sidebar .execphpwidget .termine .line-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

#sidebar .execphpwidget .termine span.beginn,
#sidebar .execphpwidget .termine span.ende {
  font-size: 18px;
  font-weight: 700;
}

.side-contact .textwidget {
  display: flex;
  align-items: center;
}

.side-contact .textwidget img {
  margin-right: 21px;
}

/* @end */

/* @group Panels */
.panel-grid-cell {
  position: relative;
}

.siteorigin-panels-stretch {
  margin-bottom: 50px;
}

.ph .su-service {
  background-color: #f7f7f7;
  padding: 1em;
}

.ph .su-service-title i {
  top: 0.5em;
  left: 0.5em;
}

.ph .su-note,
.ph .su-note-inner {
  border-radius: 0px;
  border: none;
}

.ph .su-note,
.ph .su-service {
  margin: 1.5em 0;
}

.su-box.yellow {
  background-color: #fff;
  padding: 0;
  border-radius: 0 !important;
  border-color: #ffde5b !important;
  border-width: 0px !important;
}

.su-box.yellow .su-box-title {
  background-color: #ffde5b !important;
  font-size: 18px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7) !important;
}

.su-box.yellow .su-box-content {
  background-color: #fff5da;
}

/* @end */

/* @group Pages */

.page-id-167 .banner {
  display: none;
  visibility: hidden;
}

/* @end */

@media (min-width: 1260px) {
  .navbar .nav .menu-item .dropdown-menu {
    margin-left: -7px;
  }

  .row-fluid .span9 {
    width: 65%;
    padding-right: 0;
  }

  .container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
  }
}

@media (max-width: 1259px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin: 0 auto;
  }
}

@media (min-width: 1023px) {
  #mega-menu-wrap-mainmenu #mega-menu-mainmenu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    margin-left: 60px;
  }
}

@media (min-width: 781px) {
  .nav-padding {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  h2 {
    line-height: 1.1;
    font-size: 21px !important;
  }

  .navbar {
    height: 70px;
  }

  main#body {
    padding-right: 0;
  }

  #content .banner+.container {
    display: block;
  }

  main[class*="span"],
  aside[class*="span"],
  div[class*="span"] {
    width: 100%;
  }

  .site-footer>.container {
    display: block;
    padding: 30px 0;
  }

  .site-footer .container>div {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .ph .site-footer .container>div *,
  .footer-copyright {
    text-align: center !important;
  }

  .navbar {
    position: absolute !important;
  }

  #mega-menu-wrap-mainmenu {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 7px !important;
    background-color: transparent !important;
    padding-left: 50px !important;
  }

  .ph #mega-menu-mainmenu {
    background-color: #fff !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 120px !important;
    padding-left: 50px !important;
    padding-bottom: 30px !important;
    border-bottom: 7px solid var(--color-typing) !important;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3) !important;
  }

  #mega-menu-wrap-mainmenu .mega-menu-toggle {
    position: absolute;
    right: 10px;
    top: 55px;
  }

  .ph #mega-menu-mainmenu a {
    color: var(--color-default) !important;
    font-size: 16px !important;
  }

  .ph #mega-menu-mainmenu>li>.mega-sub-menu {
    width: calc(100% - 1px) !important;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0) !important;
    padding: 10px !important;
  }

  #content>.banner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #content>.banner img {
    width: 100% !important;
  }

  #body,
  #sidebar {
    padding: 0 !important;
    clear: both;
  }

  .archive #body .line-item {
    display: block !important;
  }

  .archive #body .line-item .thumb,
  .archive #body .line-item .content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .archive #body .line-item .thumb {
    margin-bottom: 12px !important;
  }

  .archive #body .line-item .thumb img {
    width: 100% !important;
  }

  .archive #body .line-item .content {
    margin-bottom: 50px !important;
  }

  .archive #body .line-item .content .title {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 500;
  }
}

@media (max-width: 600px) {
  body {
    margin-top: 165px;
  }

  .logo {
    transform: translateY(24px);
  }

  #mega-menu-wrap-mainmenu .mega-menu-toggle {
    top: 75px;
  }
}

@media (min-width: 600px) {
  .logo {
    transform: translateY(-24px);
  }
}

@media (max-width: 780px) {
  .navbar .nav .menu-item .dropdown-menu {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  .panel-grid-cell {
    float: left !important;
  }

  #pl-615 .widget_sow-image+.so-panel {
    min-height: inherit;
  }

  h1 {
    font-size: 1.8em;
  }
}

@media (max-width: 560px) {
  .panel-grid-cell {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
}

.ph .su-youtube {
  margin: 0;
}

.ph .su-u-responsive-media-yes {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}

.team-pic img {
  border-radius: 50%;
  margin-bottom: 21px;
}

.team-pic .widget-title {
  font-size: 1em;
  color: #000;
  text-align: center;
}

.fm-note {
  background-color: #f7f7f7;
  display: flex;
  margin-bottom: 27px;
  padding: 10px;
}

.fm-note .fm-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 32px;
}

.fm-note .fm-text {
  font-weight: 500;
  margin: 0;
}

.fm-note .fm-icon {
  font-size: 32px;
}

.fm-table {
  border: 0px;
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  margin-bottom: 20px;
}

.fm-table tr {
  border: 1px solid black;
}

.fm-table td {
  width: 33.3%;
  vertical-align: top;
}

.osm {
  display: block;
  max-width: 1230px;
  width: 100%;
  height: 480px;
  border: none;
}

.footer-copyright a {
  color: #ffffff;
  text-decoration: none;
}

.footer-copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: f7f7f7;
  margin: 0 0 1em 0;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: #fff;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  cursor: pointer;
  padding: 7px 12px 7px;
  color: #111 !important;
  font-size: 16px;
  line-height: 1.35;
  width: 100%;
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: f7f7f7;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  border: 1px solid #a6a6a6;
  background-color: #d6d6d6;
}

.select-items,
div .same-as-selected {
  border: 1px solid #a6a6a6;
  background-color: #d6d6d6;
}

.select-arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* END */