/*
 Theme Name:   Wasserverband Eifel-Rur
 Description:  Child Theme for WVER
 Author:       POWER+RADACH werbeagentur gmbh
 Author URI:   https://www.power-radach.de/
 Template:     pr-master-theme
 Version:      1.0
 Requires PHP: >8.0 
*/
html,
body {
  --primary-font: "Titillium Web", sans-serif;
  --secondary-font: "Titillium Web", sans-serif;
  --global-padding: 30px;
  --content-width: 1600px;
  --content-max-width: 1280px;
  --text-max-width: 850px;
  --grey-light: #F7F7F7;
  --grey-dark: #404040;
  --primary-color: #0069B4;
  --primary-color-dark: #004E86;
  --primary-color-light: #3092D1;
  --secondary-color: #20A84F;
  --secondary-color-dark: #13642F;
  --secondary-color-light: #41CF72;
  --textcolor: #404040;
  --desktop-wide: 1280px;
  --tile-mobile-breakpoint: 768px;
}

@media (max-width: 580px) {
  :root {
    --content-width: calc(100vw - 60px);
  }
}
/*
@include breakpoint(tablet) {
}
*/
.has-no-padding {
  padding: 0 !important;
}

/*
@extend %paleri;
*/
/*
@extend %transition;
*/
/*
@extend %button;
*/
body, html {
  --block-container-vertical-padding: 80px;
  --block-container-horizontal-padding: 25px;
  --columns-gutter: 45px;
  --columns-margin-top: 45px;
  --column-vertical-padding: 25px;
  --column-first-padding-right: 25px;
  --column-first-padding-left: 25px;
  --column-second-padding-right: 25px;
  --column-second-padding-left: 25px;
  --column-third-padding-right: 25px;
  --column-third-padding-left: 25px;
  --column-first-break-padding-right:25px;
  --column-first-break-padding-bottom: 25px;
  --column-last-break-padding-left: 25px;
}
@media (max-width: 768px) {
  body, html {
    --block-container-vertical-padding: 50px;
  }
}
body article .columns-outer-wrapper > .columns-inner-wrapper, html article .columns-outer-wrapper > .columns-inner-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
body .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(1), html .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(1) {
  padding-top: var(--column-first-padding-top, var(--column-vertical-padding, 0));
  padding-right: var(--column-first-padding-right, 0);
  padding-bottom: var(--column-first-padding-bottom, var(--column-vertical-padding, 0));
  padding-left: var(--column-first-padding-left, 0);
}
body .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(2), html .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(2) {
  padding-top: var(--column-second-padding-top, var(--column-vertical-padding, 0));
  padding-right: var(--column-second-padding-right, 0);
  padding-bottom: var(--column-second-padding-bottom, var(--column-vertical-padding, 0));
  padding-left: var(--column-second-padding-left, 0);
}
@media (max-width: 1024px) {
  body .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:first-of-type, html .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:first-of-type {
    padding-right: var(--column-first-break-padding-right, 0);
    padding-bottom: var(--column-first-break-padding-bottom, 0);
  }
  body .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:first-of-type .column-inner-wrapper, html .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:first-of-type .column-inner-wrapper {
    margin-left: 0;
  }
  body .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:last-of-type, html .columns-outer-wrapper[cols="2"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:last-of-type {
    padding-left: var(--column-last-break-padding-left, 0);
  }
}
body .columns-outer-wrapper[cols="3"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(1), html .columns-outer-wrapper[cols="3"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(1) {
  padding-top: var(--column-first-padding-top, var(--column-vertical-padding, 0));
  padding-right: var(--column-first-padding-right, 0);
  padding-bottom: var(--column-first-padding-bottom, var(--column-vertical-padding, 0));
  padding-left: var(--column-first-padding-left, 0);
}
body .columns-outer-wrapper[cols="3"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(2), html .columns-outer-wrapper[cols="3"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(2) {
  padding-top: var(--column-first-padding-top, var(--column-vertical-padding, 0));
  padding-right: var(--column-second-padding-right, 0);
  padding-bottom: var(--column-first-padding-bottom, var(--column-vertical-padding, 0));
  padding-left: var(--column-second-padding-left, 0);
}
body .columns-outer-wrapper[cols="3"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(3), html .columns-outer-wrapper[cols="3"] > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:nth-of-type(3) {
  padding-top: var(--column-first-padding-top, var(--column-vertical-padding, 0));
  padding-bottom: var(--column-first-padding-bottom, var(--column-vertical-padding, 0));
  padding-left: var(--column-third-padding-right, 0);
  padding-right: var(--column-third-padding-left, 0);
}
body .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width, html .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width {
  display: flex;
  flex-direction: column;
}
body .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width > .inner-wrapper, html .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width > .inner-wrapper {
  max-width: var(--column-max-width, var(--text-max-width));
}
body .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:first-of-type > .inner-wrapper, html .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:first-of-type > .inner-wrapper {
  margin-left: auto;
  margin-right: 0;
}
body .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:first-of-type > .inner-wrapper > .wp-block-column > .outer-wrapper, html .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:first-of-type > .inner-wrapper > .wp-block-column > .outer-wrapper {
  margin-left: auto;
  margin-right: 0;
}
body .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:last-of-type > .inner-wrapper, html .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:last-of-type > .inner-wrapper {
  margin-right: auto;
  margin-left: 0;
}
body .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:last-of-type > .inner-wrapper > .wp-block-column > .outer-wrapper, html .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width:last-of-type > .inner-wrapper > .wp-block-column > .outer-wrapper {
  margin-right: auto;
  margin-left: 0;
}
body .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width.vertical-center, html .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width.vertical-center {
  justify-content: center;
}
body .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width.vertical-bottom, html .columns-outer-wrapper > .inner-wrapper > .wp-block-columns > .column-outer-wrapper.custom-width.vertical-bottom {
  justify-content: flex-end;
}
body .wp-block-group, html .wp-block-group {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

body,
html {
  --h1-font-family: var(--primary-font);
  --h1-font-size: 55px;
  --h1-font-weight: 700;
  --h1-line-height: 1.25;
  --h1-margin-bottom: 30px;
  --h1-color: var(--primary-color);
  --h1-text-transform: uppercase;
  --h1-letter-spacing: 0px;
  --h2-font-family: var(--primary-font);
  --h2-font-size: 35px;
  --h2-font-weight: 700;
  --h2-line-height: 1.2;
  --h2-margin-top: 30px;
  --h2-margin-bottom: 30px;
  --h2-color: var(--primary-color);
  --h2-text-transform: uppercase;
  --h2-letter-spacing: 0px;
  --h3-font-family: var(--primary-font);
  --h3-font-size: 20px;
  --h3-font-weight: 700;
  --h3-line-height: 1.2;
  --h3-margin-bottom: 15px;
  --h3-color: var(--primary-color);
  --h3-text-transform: initial;
  --h3-letter-spacing: 0px;
  --h4-font-family: var(--primary-font);
  --h4-font-size: 18px;
  --h4-font-weight: 700;
  --h4-line-height: 1.2;
  --h4-margin-bottom: 15px;
  --h4-color: var(--secondary-color);
  --h4-text-transform: initial;
  --h4-letter-spacing: 0px;
}
@media (max-width: 768px) {
  body,
  html {
    --h1-font-size: 38px;
  }
}
@media (max-width: 768px) {
  body,
  html {
    --h2-font-size: 26px;
  }
}
body .heading-outer-wrapper.heading-h2:first-child,
html .heading-outer-wrapper.heading-h2:first-child {
  --h2-margin-top: 0px;
}
body .force-white-color,
html .force-white-color {
  --h1-color: var(--white);
  --h2-color: var(--white);
  --h3-color: var(--white);
  --h4-color: var(--white);
}
@media (max-width: 768px) {
  body h1, body h2,
  html h1,
  html h2 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (min-width: 768px) {
  body h1 br, body h2 br,
  html h1 br,
  html h2 br {
    display: none;
  }
}

body,
html {
  --p-font-size: 17px;
  --p-line-height: 1.5;
  --p-font-weight: 300;
  --p-margin-bottom: 10px;
}
@media (max-width: 768px) {
  body p.has-large-font-size,
  html p.has-large-font-size {
    --wp--preset--font-size--large: 20px;
  }
}
body #wrapper p.has-icon,
html #wrapper p.has-icon {
  --icon-padding-left: 50px;
  --p-margin-bottom: 20px;
  background-position: 0px 8px;
  background-size: 40px;
}
@media (max-width: 768px) {
  body #wrapper p.has-icon,
  html #wrapper p.has-icon {
    background-position: 0px 0px;
    --p-line-height: 37px;
  }
}
body #wrapper p.has-icon.has-medium-font-size,
html #wrapper p.has-icon.has-medium-font-size {
  --icon-padding-left: 34px;
  --p-margin-bottom: 10px;
  background-position: 0px 5px;
  background-size: 20px;
}
@media (max-width: 768px) {
  body #wrapper p.has-icon.has-medium-font-size,
  html #wrapper p.has-icon.has-medium-font-size {
    background-position: 0px 4px;
    --p-line-height: 27px;
  }
}

body, html {
  --list-container-padding: 0px;
  --list-item-padding-left: 20px;
}

body, html {
  --button-font-weight: 500;
}
body .force-white-link-color, html .force-white-link-color {
  --button-color: var(--primary-color-dark);
  --button-background-color: var(--white);
  --button-hover-background-color: #D6D6D6;
}
body .wp-block-buttons:has(.button-outer-wrapper + .button-outer-wrapper), html .wp-block-buttons:has(.button-outer-wrapper + .button-outer-wrapper) {
  --buttons-gap: 25px !important;
  row-gap: 0 !important;
}
body .wp-block-button.active .wp-block-button__link, html .wp-block-button.active .wp-block-button__link {
  --button-background-color: var(--secondary-color) ;
}

body article .gallery-outer-wrapper > .gallery-inner-wrapper,
body article .image-outer-wrapper > .image-inner-wrapper, html article .gallery-outer-wrapper > .gallery-inner-wrapper,
html article .image-outer-wrapper > .image-inner-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 580px) {
  html .wp-block-cover,
  body .wp-block-cover {
    padding: 0;
  }
}

@media (max-width: 768px) {
  html .wp-block-media-text .wp-block-media-text__content,
  body .wp-block-media-text .wp-block-media-text__content {
    padding: 4% 0;
  }
}
@media (max-width: 580px) {
  html .wp-block-media-text:not(.has-media-on-the-right),
  body .wp-block-media-text:not(.has-media-on-the-right) {
    text-align: center;
  }
  html .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media img,
  body .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media img {
    width: 155px;
  }
}

body hr, html hr {
  border-width: 2px;
  color: var(--grey-dark);
  margin-top: 30px;
  margin-bottom: 30px;
}
body blockquote, html blockquote {
  --p-font-size: 35px;
  --p-font-weight: 300;
  --p-line-height: 1.5;
  --p-margin-bottom: 30px;
  padding: 35px;
  border-left: 1px solid var(--secondary-color);
}
body blockquote cite, html blockquote cite {
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  body blockquote, html blockquote {
    --p-font-size: 25px;
    margin: 10px;
    padding: 25px;
  }
}
@media (max-width: 768px) {
  body .block-container-inner-wrapper:has(blockquote), html .block-container-inner-wrapper:has(blockquote) {
    --block-container-vertical-padding: 35px;
  }
}
body .force-white-color blockquote, html .force-white-color blockquote {
  border-color: var(--white);
}

body .header_top,
html .header_top {
  text-align: right;
  padding: 20px 0;
  padding: 20px 0 0;
}
body .header_top .header_inner,
html .header_top .header_inner {
  width: 1230px;
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
}
body .header_top .header_inner .meta_navigation ul,
html .header_top .header_inner .meta_navigation ul {
  margin: 0;
  padding: 0;
}
body .header_top .header_inner .meta_navigation ul li,
html .header_top .header_inner .meta_navigation ul li {
  display: inline-block;
  list-style: none;
  padding-left: 9px;
}
body .header_top .header_inner .meta_navigation ul li a,
html .header_top .header_inner .meta_navigation ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
}
body .header_top .header_inner .meta_navigation ul li a:hover,
html .header_top .header_inner .meta_navigation ul li a:hover {
  color: var(--primary-color);
}
body .header_top .header_inner .meta_navigation ul li a i,
html .header_top .header_inner .meta_navigation ul li a i {
  padding-right: 5px;
  color: var(--primary-color);
}
body header,
html header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}
body header .header_inner,
html header .header_inner {
  width: 1230px;
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
}
body header .header_inner .header_bottom,
html header .header_inner .header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .header_inner .header_bottom .logo,
html header .header_inner .header_bottom .logo {
  width: 165px;
}
body header .header_inner .header_bottom .logo a,
html header .header_inner .header_bottom .logo a {
  display: block;
}
body header .header_inner .header_bottom .logo a img,
html header .header_inner .header_bottom .logo a img {
  width: 100%;
}
body header .header_inner .header_bottom .navigation ul,
html header .header_inner .header_bottom .navigation ul {
  display: block;
  text-align: right;
  margin: 0;
  padding: 0;
}
body header .header_inner .header_bottom .navigation ul li,
html header .header_inner .header_bottom .navigation ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0 14px;
}
body header .header_inner .header_bottom .navigation ul li:last-child,
html header .header_inner .header_bottom .navigation ul li:last-child {
  padding-right: 0;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  body header .header_inner .header_bottom .navigation ul li:last-child.menu-item-has-children .sub-menu,
  html header .header_inner .header_bottom .navigation ul li:last-child.menu-item-has-children .sub-menu {
    right: 0;
    left: auto;
  }
}
body header .header_inner .header_bottom .navigation ul li.menu-item-has-children,
html header .header_inner .header_bottom .navigation ul li.menu-item-has-children {
  padding-right: 40px;
}
body header .header_inner .header_bottom .navigation ul li.menu-item-has-children:after,
html header .header_inner .header_bottom .navigation ul li.menu-item-has-children:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  color: var(--primary-color);
  opacity: 0.8;
  transition: all 0.3s;
  position: absolute;
  right: 14px;
  font-size: 18px;
  font-weight: 700;
  top: calc(50% - 13.5px);
  top: calc(88% - 13.5px);
}
body header .header_inner .header_bottom .navigation ul li.menu-item-has-children:hover:after,
html header .header_inner .header_bottom .navigation ul li.menu-item-has-children:hover:after {
  opacity: 1;
}
body header .header_inner .header_bottom .navigation ul li a,
html header .header_inner .header_bottom .navigation ul li a {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 60px 0;
  padding: 60px 0 0;
  display: block;
  color: var(--primary-color);
  text-transform: uppercase;
  opacity: 0.8;
  transition: all 0.3s;
}
body header .header_inner .header_bottom .navigation ul li a:hover,
html header .header_inner .header_bottom .navigation ul li a:hover {
  opacity: 1;
}
body header .header_inner .header_bottom .navigation ul li ul,
html header .header_inner .header_bottom .navigation ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background-color: var(--primary-color);
  text-align: left;
  padding: 5px 0;
  min-width: 250px;
  border-top: 12px solid #fff;
}
body header .header_inner .header_bottom .navigation ul li ul li,
html header .header_inner .header_bottom .navigation ul li ul li {
  padding: 14px 19px;
  width: 100%;
}
body header .header_inner .header_bottom .navigation ul li ul li a,
html header .header_inner .header_bottom .navigation ul li ul li a {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.3s;
  font-size: 17px;
  padding: 0;
  display: block;
}
body header .header_inner .header_bottom .navigation ul li ul li a:hover,
html header .header_inner .header_bottom .navigation ul li ul li a:hover {
  opacity: 1;
}
body header .header_inner .header_bottom .navigation ul li ul li.current-menu-item a,
html header .header_inner .header_bottom .navigation ul li ul li.current-menu-item a {
  opacity: 1;
}
body header .header_inner .header_bottom .navigation ul li:hover ul,
html header .header_inner .header_bottom .navigation ul li:hover ul {
  display: block;
}
body #burger,
html #burger {
  padding: 9px;
  fill: var(--primary-color);
  cursor: pointer;
  display: none;
  box-sizing: content-box;
}
body #burger:hover,
html #burger:hover {
  fill: var(--secondary-color);
}
@media (max-width: 1025px) {
  body #burger,
  html #burger {
    display: block;
  }
}
body #burger rect,
html #burger rect {
  transition: 0.5s;
}
body #burger.active rect#upper,
html #burger.active rect#upper {
  transform: rotate(45deg) translate(-4px, -20px);
  width: 31px;
}
body #burger.active rect#under,
html #burger.active rect#under {
  transform: rotate(-45deg) translate(-21px, 14px);
  width: 31px;
}
body #burger rect#middle,
html #burger rect#middle {
  opacity: 1;
}
body #burger.active rect#middle,
html #burger.active rect#middle {
  opacity: 0;
  transition: opacity 0.1s;
}
@media (max-width: 1025px) {
  body .menu-headermenu-container,
  html .menu-headermenu-container {
    width: 85%;
  }
  body header .header_inner .header_bottom .logo,
  html header .header_inner .header_bottom .logo {
    width: 110px;
  }
  body header .header_inner .header_bottom .navigation,
  html header .header_inner .header_bottom .navigation {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 67px;
    width: 100%;
    height: 100vh;
    list-style: none;
    padding-left: 0px;
    padding-top: 4vh;
    padding-bottom: 1vh;
    background-color: #fff;
  }
  body header .header_inner .header_bottom .navigation ul.menu,
  html header .header_inner .header_bottom .navigation ul.menu {
    display: flex;
    flex-direction: column;
  }
  body header .header_inner .header_bottom .navigation ul.menu li.menu-item-has-children,
  html header .header_inner .header_bottom .navigation ul.menu li.menu-item-has-children {
    padding-right: 0;
  }
  body header .header_inner .header_bottom .navigation ul.menu li.menu-item-has-children:after,
  html header .header_inner .header_bottom .navigation ul.menu li.menu-item-has-children:after {
    display: none;
  }
  body header .header_inner .header_bottom .navigation ul.menu li.menu-item-has-children a,
  html header .header_inner .header_bottom .navigation ul.menu li.menu-item-has-children a {
    padding-bottom: 20px;
  }
  body header .header_inner .header_bottom .navigation ul.menu li a,
  html header .header_inner .header_bottom .navigation ul.menu li a {
    text-align: left;
    padding: 15px 0;
  }
  body header .header_inner .header_bottom .navigation ul.menu li i,
  html header .header_inner .header_bottom .navigation ul.menu li i {
    color: var(--primary-color);
    font-size: 23px;
    font-weight: bold;
    opacity: 0.8;
    top: 13px;
    left: 270px;
    position: absolute;
    cursor: pointer;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  body header .header_inner .header_bottom .navigation ul.menu li ul.sub-menu,
  html header .header_inner .header_bottom .navigation ul.menu li ul.sub-menu {
    display: block;
    display: none;
    position: relative;
    margin-bottom: 10px;
  }
  body header .header_inner .header_bottom .navigation ul.menu li ul.sub-menu li,
  html header .header_inner .header_bottom .navigation ul.menu li ul.sub-menu li {
    padding: 0px 19px;
  }
  body header .header_inner .header_bottom .navigation ul.menu li ul.sub-menu li a,
  html header .header_inner .header_bottom .navigation ul.menu li ul.sub-menu li a {
    padding: 13px 0;
  }
}
body .rotate,
html .rotate {
  transform: rotate(0deg) !important;
  transition: transform 0.3s ease;
}

body.scroll header {
  top: -1px;
}
@media (max-width: 768px) {
  body.scroll header .header_inner {
    padding: 7px 15px 0;
  }
}

footer {
  padding: 50px 0 20px 0;
  background-color: var(--grey-dark);
}
footer .footer_inner {
  width: 1230px;
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
footer .footer_inner .footer_third {
  width: 33.33%;
  margin-bottom: 30px;
}
footer .footer_inner .footer_third i {
  padding-right: 5px;
}
@media (max-width: 768px) {
  footer .footer_inner .footer_third {
    width: 50%;
  }
}
@media (max-width: 580px) {
  footer .footer_inner .footer_third {
    width: 100%;
  }
}
footer .footer_inner strong.footer_headline {
  font-weight: 700;
  display: block;
}
footer .footer_inner a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer_inner ul {
  padding-left: 20px;
}
footer .footer_inner ul li {
  list-style: none;
  margin-bottom: 7px;
}
footer .footer_inner ul li a {
  font-weight: 700;
}