/*
Theme Name: PorzerBuergerstiftung
Theme URI: https:/porzer-buergerstiftung.de
Author: internetgestalten.de 
Author URI: https://internetgestalten.de
Version: 0.1.1
Description: Wordpress Theme - Porzer Bürgerstiftung Relaunch 2022
*/

/* mulish-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('css/fonts/mulish-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('css/fonts/mulish-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('css/fonts/mulish-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*** 
====================================================================
Global Settings
====================================================================
 ***/
body {
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #000;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

h3,
h4,
h5,
h6 {
  color: #8AC73E;
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

/* Typography */
h3 {
  font-size: 28px;
  line-height: 1.2;
}

h4 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 1;
}

p {
  color: #000;
  font-size: 17px;
  line-height: 22px;
}
p.white {
  color: #fff;
}

strong {
    font-weight: 600;
}

.footer__col p {
  color: #646567;
  font-size: 16px;
  line-height: 22px;
}

.auto__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 60px;
}

.gruen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.gruen:hover {
  opacity: 0.7;
}
.gruen {
  padding: 6px 10px;
  background-color: #8CC63E;
}

.footer__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 30px;
  background-color: #E1E1E3;
}
.footer__inner-content {
  margin: 0 auto;
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__col {
  width: calc(37.5% - 15px);
}
.footer__col:last-child {
  width: calc(25% - 15px);
  min-width: 180px;
}
.footer__col h5 {
  margin-bottom: 25px;
  color: #8BAF35;
}
.footer__col p {
  margin-bottom: 25px;
}
.footer__col p:last-child {
  margin-bottom: 0;
}
.footer__col-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__col-social a span {
  margin-right: 20px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__col-social a:hover span {
  opacity: 0.9;
}
.footer__col-social span {
  opacity: .4;
}
.footer__col-social a:nth-child(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__col-social a:nth-child(2) span {
  margin-bottom: -2px;
}

.footer__col-social span {
    background-repeat: no-repeat;
    background-size: 44px;
}

span.fb {
    background-image: url(images/facebook.svg);
}
span.insta {
    background-image: url(images/instagram.svg);
}
span.twi {
    background-image: url(images/twitter.svg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.header.sticky {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.header__inner {
  margin: 0 auto;
  max-width: 1090px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.header__inner-logo img {
  width: 100%;
}

.nav {
  width: calc(100% - 412px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
#menu-main {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  transition: all 0.2s ease-in-out 0s;
}
#menu-main li {
  padding: 5px;
  margin-right: 5px;
  color: #646567;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
}

#menu-main li:hover a {
  opacity: 0.7;
}
#menu-main li:last-child {
  margin-right: 0;
}

.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    min-width: 300px;
    border-bottom: 2px solid #8AC73E;
    padding-top: 10px;
}

#menu-main .sub-menu li {
    padding: 10px 5px;
    border-top: 2px solid #8AC73E;
    background: #fff;
    width: 100%;
}

#menu-main li:hover .sub-menu {
    display: block;
}

#menu-main li .sub-menu li:hover  {
    background: #1FA0E0;
}
#menu-main li .sub-menu li:hover a  {
    color: #fff;
    opacity: 1;
}



.burger {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.burger::before {
  top: 20%;
  width: calc(100% - 0.4rem);
  height: 4px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.burger::after {
  bottom: 20%;
  width: calc(100% - 0.4rem);
  height: 4px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.burger.active::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger.active::after {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.work__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #E1E1E3;
}
.work__inner-content {
  margin: 0 auto;
  max-width: 860px;
}
.work__inner-content h3 {
  margin-bottom: 40px;
  text-align: center;
}
.work__row {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work__row-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px;
  padding-bottom: 24px;
  margin: 0 10px;
  width: calc(33.33333% - 20px);
  background-color: #F2F2F2;
  text-align: center;
}
.work__row-block-image {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work__row-block-image img {
  width: 100%;
}
.work__row-block h5 {
  margin-bottom: 20px;
}
.work__row-block a {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #8AC73E;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.work__row-block a:hover {
  opacity: 0.7;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 70px;
}
#menu-footer {
  padding: 0 75px;
  list-style: none;
}

#menu-footer li {
    display: inline-block;
}

#menu-footer a,
.copyright__inner-link {
    
  margin-right: 25px;
  font-size: 20px;
  line-height: 1;
  color: #8CC63E;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.copyright__inner-link:hover {
  opacity: 0.7;
}
.copyright__inner-link:last-child {
  margin-right: 0;
}

.intro {
  padding-top: 112px;
}
.slick-prev {
  top: unset;
  bottom: 50px;
  left: calc(50% + 35px);
  z-index: 2;
  width: 20px;
  height: 32px;
}
.slick-prev::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  content: url("images/arrow-left.png");
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.slick-next {
  top: unset;
  bottom: 50px;
  left: calc(50% + 65px);
  z-index: 2;
  width: 20px;
  height: 32px;
}
.slick-next::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  content: url("images/arrow-right.png");
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.intro__inner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro__inner .slick-slide {
  height: unset !important;
}
.intro__inner-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.intro__inner-slide-image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__inner-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.intro__inner-slide-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px;
  padding-bottom: 120px;
  width: 50%;
  background-color: #8CC63E;
}
.intro__inner-slide-content h4 {
  margin-bottom: 25px;
}
.intro__inner-slide-content p {
  margin-bottom: 25px;
  max-width: 90%;
}
.intro__inner-slide-content a {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.intro__inner-slide-content a:hover {
  opacity: 0.7;
}

.about {
  padding-top: 40px;
  padding-bottom: 60px;
}

.entry-header {
    margin: 2em 0 1em;
}
.about__inner h1.entry-title {
    margin-bottom: .1em;
}

.entry-meta {
    font-size: .8em;
}

.about__inner h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.about__inner h2 {
  margin: 1em 0 .5em;
  
}
.about__inner h3 {
  margin: 1em 0 .5em;
}

.about__inner {
  margin: 0 auto;
  max-width: 760px;
}
.about__inner p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.about__inner p:last-child {
  margin: 0;
}
.about__inner ol,
.about__inner ul {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.foogallery.foogallery-container {
  margin: 3em 0!important;
}

.about__inner a {
  border-bottom: 1px solid #97C136;
}
.about__inner a:hover {
  border-bottom: none;
  color: #97C136;
}

.about__inner a:has(> img:only-child) {
  border-bottom: none;
}

#foogallery-gallery-276 {
  margin: 30px 0;
}

.personen {
    background-color: #EFF6E4;
    margin: 3em 0 1em;
    padding: 2em 0;
}

.personen-grid {
    display: flex;
    flex-wrap: wrap;
}

.person {
    background: #fff;
    width: 35%;
    padding: 2%;
    margin-bottom: 20px;
    margin-right: 20px;
}

.person h3 {
    font-size: 1em;
    color: #8AC73E;
    margin-top: 5px;
}
.person p,
.person h4 {
    font-size: .8em;
    color: #888;
}

#footer-slider {
    width:100%;
}
#footer-slider .slick-next {
    right: -30px;
    left: auto;
    top: 40%;
}
#footer-slider .slick-prev {
    left: -30px;
    top: 40%;
}




@media (max-width: 1340px) {
  .intro__inner .slick-prev,
.intro__inner .slick-next {
    bottom: 30px;
  }
  .intro__inner-slide-content {
    padding-bottom: 100px;
  }
  .intro__inner-slide-content h4 {
    margin-bottom: 15px;
  }
  .intro__inner-slide-content p {
    margin-bottom: 15px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .header__inner-logo {
    width: 320px;
  }

  .nav {
    width: calc(100% - 350px);
  }
  #menu-main li {
    font-size: 18px;
  }

  .copyright__inner {
    padding: 0 30px;
  }

  .intro {
    padding-top: 105px;
  }
  .intro__inner .slick-prev {
    bottom: 15px;
    left: calc(50% + 25px);
  }
  .intro__inner .slick-next {
    bottom: 15px;
    left: calc(50% + 50px);
  }
  .intro__inner-slide-content {
    padding: 25px;
    padding-bottom: 80px;
  }

  h4 {
    font-size: 22px;
  }

  .gruen {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .header__inner-logo {
    width: 260px;
  }

  .nav {
    width: calc(100% - 300px);
  }
  #menu-main {
    margin-right: 40px;
  }
  #menu-main li {
    font-size: 16px;
  }

  .work__inner-content h3 {
    margin-bottom: 30px;
  }
  .work__row-block h5 {
    margin-bottom: 10px;
  }
  .work__row-block a {
    font-size: 15px;
    line-height: 23px;
  }

  .copyright {
    padding-bottom: 50px;
  }
  .copyright__inner-link {
    font-size: 18px;
  }

  .intro {
    padding-top: 92px;
  }
  .intro__inner .slick-prev {
    bottom: 10px;
    left: calc(50% + 20px);
  }
  .intro__inner .slick-next {
    bottom: 10px;
    left: calc(50% + 45px);
  }
  .intro__inner-slide-content {
    padding: 20px;
    padding-bottom: 80px;
  }
  .intro__inner-slide-content h4 {
    margin-bottom: 15px;
  }
  .intro__inner-slide-content p {
    margin-bottom: 10px;
    max-width: unset;
  }

  .auto__container {
    padding: 0 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 18px;
  }

  .gruen {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__inner .burger {
    display: block;
  }

  .nav {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 300px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #f8fbf4;
  }
  #menu-main {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  #menu-main li {
    border: none;
    padding: 15px;
    display: block;
    text-align: left;
    width: unset;
    color: #000;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }
  
  .sub-menu {
      display: block;
      position: relative;
      min-width: 280px;
  }
  #menu-main .sub-menu li {
      background: transparent;
      padding-left: 1em;
      width: auto;
  }

  .work__inner {
    padding-bottom: 20px;
  }
  .work__inner-content h3 {
    margin-bottom: 20px;
  }
  .work__row {
    margin: 0 -7px;
  }
  .work__row-block {
    margin: 7px;
    width: calc(50% - 14px);
  }

  .footer__inner {
    padding: 10px 30px;
  }
  .footer__col {
    margin: 20px 0;
    width: calc(50% - 15px);
  }
  .footer__col h5 {
    margin-bottom: 10px;
  }
  .footer__col p {
    margin-bottom: 15px;
  }
  .footer__col:last-child {
    width: calc(50% - 15px);
  }

  .intro__inner .slick-prev {
    left: unset;
    bottom: 20px;
    right: 45px;
  }
  .intro__inner .slick-next {
    left: unset;
    bottom: 20px;
    right: 20px;
  }
  .intro__inner-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .intro__inner-slide-image {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-top: 56.5%;
  }
  .intro__inner-slide-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .intro__inner-slide-content {
    padding-bottom: 80px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .gruen.primary a {
    padding: 15px;
  }
}
@media (max-width: 700px) {
  .header__inner-logo {
    width: 200px;
  }

  .nav {
    top: 77px;
    height: calc(100% - 77px);
  }

  .intro {
    padding-top: 79px;
  }
}
@media (max-width: 580px) {
  .work__inner {
    padding: 30px;
  }
  .work__row {
    margin: 0;
  }
  .work__row-block {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .work__row-block:last-child {
    margin-bottom: 0;
  }

  .footer__inner {
    padding: 30px;
  }
  .footer__inner-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__col {
    margin: 0;
    margin-bottom: 40px;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
  .footer__col:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__col-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__col-social a {
    margin-right: 15px;
    width: 38px;
    height: 38px;
  }
  .footer__col-social a:first-child {
    width: 42px;
    height: 42px;
    font-size: 42px;
  }
  .footer__col-social a:nth-child(2) {
    font-size: 32px;
  }
  .footer__col-social a:last-child {
    font-size: 24px;
  }

  .copyright {
    padding-bottom: 30px;
  }
  .copyright__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 540px) {
  .header {
    padding: 15px 0;
  }
  .header__inner-logo {
    width: 160px;
  }

  .nav {
    top: 62px;
    height: calc(100% - 62px);
  }

  .intro {
    padding-top: 64px;
  }

  .about {
    padding: 30px 0;
  }
  .about__inner p {
    margin-bottom: 20px;
  }

  .auto__container {
    padding: 0 16px;
  }
}
@media (max-width: 390px) {
  .header__inner-logo {
    width: 140px;
  }

  .nav {
    top: 59px;
    height: calc(100% - 59px);
  }
  .nav__inner {
    width: 200px;
  }

  .work__inner {
    padding: 20px;
  }

  .footer__col {
    margin-bottom: 30px;
  }

  .copyright {
    padding: 10px 0;
  }
  .copyright__inner-link {
    margin-right: 15px;
    font-size: 14px;
  }

  .intro {
    padding-top: 60px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }
  p.sm {
    font-size: 12px;
    line-height: 16px;
  }
}