/* @import url(all.min.css); */
/* @import url(lightbox.min.css); */
@import url(normalize.min.css);
/* @import url(flickity.min.css); */

/*Allgemeine Formatierungen für alle Devices/Geräte*/
* {
  box-sizing: border-box;
  max-width: 100vw;
}
html, body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
  font-family: "calibri", monospace;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

#active {
  text-decoration: underline;
}
a {
  text-decoration: none;
  color: #333;
}
:not(li) > a:not(.button):hover {
	text-decoration: underline;
}

h1 {
  font-size: 40px;
  line-height: 1.8;
  text-transform: uppercase;
}

.innerbox {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

section .innerbox {
  padding: 50px 2%;
}

/*banner + header + logo + nav + toggle */
.main_banner {
  position: fixed;
  top: 0px;
  left: 0;
  max-height: 50px;
  z-index: 999;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  background: white;
  overflow: hidden;
}
.main_banner {
  line-height: 0.5em;
  width: 100%;
  overflow: hidden;
  background: #C36217;
}

.main_banner ul {
  display: flex;
  gap: 1rem;
}
.main_banner li {
  list-style: none;
}
.main_banner ul li a {
  color: #fff;
  position: relative;
  left: 50%;
  top: 50%;
}
.main_banner ul li a:hover {
  color: black;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main_h {
  position: fixed;
  top: 50px;
  left: 0;
  max-height: 50px;
  margin: 0;
  padding: 0;
  z-index: 999;
  width: 100%;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sticky {
  background-color: #BDB1AB;
  /* border-bottom: 1px solid gainsboro; */
}

.open-nav {
  max-height: 400px !important;
  background-color: #BDB1AB;
  border-bottom: 1px solid #BDB1AB;
}

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.logo {
  float: left;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  text-align: right;
  padding-left: 0;
}

nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}

nav ul a {
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
}

nav ul a{
  color: black;
  text-transform: uppercase;
  font-size: 1em;
}

nav ul a:hover {
  color: #C36217;
  text-transform: uppercase;
  font-size: 1em;
}

.sticky nav ul a {
  color: black;
}

.sticky nav ul a:hover {
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile-toggle {
  display: none;
}

/*Hero-Großbildbereicht mit H1-Überschrift*/
.hero {
  position: relative;
  background: url(../bilder/higru/higru.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 100vh;
  letter-spacing: 2px;
  margin-top: 50px;
}

.hero h1 {
  font-size: 3.5em;
  line-height: 1.1;
  letter-spacing: 0.3em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  padding: 20px 146px;
  background: rgba(255, 255, 255, 0.6);
  width: 90%;
  margin: auto;
  word-break: auto-phrase;
}

.hero-1 {
  position: relative;
  background: url(../bilder/higru/higru.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 50vh;
  letter-spacing: 2px;
}

.hero-1 h1 {
  font-size: 3em;
  line-height: 1;
  letter-spacing: 0.7em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.hero-2 {
  position: relative;
  background: #C36217;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 30vh;
  letter-spacing: 2px;
}

.hero-2 h1 {
  font-size: 3em;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.hero-3 {
  position: relative;
  background: url(../bilder/higru/higru.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 50vh;
  letter-spacing: 2px;
}

.hero-3 h1 {
  font-size: 3em;
  line-height: 1;
  letter-spacing: 0.7em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.hero-4 {
  position: relative;
  background: url(../bilder/higru/higru.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 50vh;
  letter-spacing: 2px;
}

.hero-4 h1 {
  font-size: 3em;
  line-height: 1;
  letter-spacing: 0.4em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/*Sektionen - Inhalt //////////////////////////////////////*/

section h2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
}

section h3 {
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
}

section h4 {
  text-align: left;
  font-size: 1.7em;
  line-height: 1.6em;
  letter-spacing: 2px;
  text-transform: capitalize;
}

section p {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.6em;
}

.row {
  overflow: hidden;
}

.halbe {
  width: 47%;
  float: left;
  margin-right: 6%;
}

.drittel {
  width: 29.333%;
  float: left;
  margin-right: 6%;
  height: auto;
}

.drittel li {
  word-wrap: break-word;
  /* word-break: break-all; */
  hyphens: auto;
}

.drittel ul {
  padding-left: 1.35rem;
}

.zweidrittel {
  width: 64.666%;
  float: left;
  margin-right: 6%;
}

.halbe:last-child,
.drittel:last-child,
.zweidrittel:last-child {
  margin-right: 0;
}

.button {
  display: inline-block;
  background: #393939;
  padding: 11px 30px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #fff;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.button:hover {
  background: #BDB1AB; color:black;
}

/*Sektion About //////////////////*/
#about img {
  width: 100%;
  height: auto;
  padding-top: 5%;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #777;
  letter-spacing: 2px;
  font-size: 0.6em;
}

/*Sektion what-i-do //////////////////*/
#what-i-do {
  position: relative;
  background: url(../bilder/higru/higru.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: auto;
  letter-spacing: 2px;
}

#what-i-do .drittel {
  background: #fff;
  padding: 1.5em;
  border: 1px solid #eee;
}

/*Sektion team /////////////////////////////  */
ul#team-member {
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

ul#team-member > li {
  width: 45%;
  float: left;
  margin-right: 10%;
}

ul#team-member li:last-child {
  margin-right: 0;
}

ul#team-member figure {
  margin: 0;
  line-height: 0;
  text-align: center;
}

ul#team-member figcaption {
  line-height: 1.5em;
  margin-top: 0.625em;
}

ul#team-member figcaption span {
  text-transform: uppercase;
  font-size: 1.1em;
}

ul#team-member img {
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

ul#team-member figure:hover img {
  transform: scale(1.02);
}

/*Sektion Main banner /////////////////////// */
#main_banner {
  background: #222;
  color: #fff;
}

#main_banner .button {
  background: #fff;
  color: #222;
}

#main_banner .button:hover {
  background: gray;
  color: #fff;
}

#main_banner .drittel {
  text-align: center;
  font-size: 1.2em;
}

#schnellkontakt .drittel a {
  text-align: center;
  margin: auto;
  padding: 15px;
}


/*Sektion Schnellkontakt /////////////////////// */
#schnellkontakt {
  background: #BDB0AA;
  color: #222;
}

#schnellkontakt .button {
  background: #fff;
  color: #222;
}

#schnellkontakt .button:hover {
  background: #222;
  color: #fff;
}

#schnellkontakt .drittel {
  text-align: center;
  font-size: 1.2em;
}

#schnellkontakt .drittel a {
  text-align: center;
  margin: auto;
  padding: 15px;
}

/* Sektion contact ///////////////////////////////////////////*/
#contact {
  position: relative;
  background: url(../bilder/higru/higru.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: auto;
  letter-spacing: 2px;
}
.kontakt#contact {
  position: relative;
  background: white;
  height: auto;
  letter-spacing: 2px;
}

#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea {
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #eee;
}

#kontaktformular input[type="text"]:focus,
#kontaktformular input[type="email"]:focus,
#kontaktformular textarea:focus {
  background: #fff;
  border: 1px solid gray;
  outline: none;
  outline: 0;
}

#kontaktformular textarea {
  height: 250px;
  width: 100%;
}

#kontaktformular .button {
  border: 0;
  margin: 0;
}
#kontaktformular label {
  color: black;
  font-size: 0.8em;
}
#kontaktformular label a:link {
  color: black;
  text-decoration: underline;
}
#kontaktformular label a:visited {
  color: white;
}

/* Placheholder-Platzhalter-Text für alle Browser gleich formatieren*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BDB1AB;
  text-transform: capitalize;
}
::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: capitalize;
  color: #BDB1AB;
}
:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: capitalize;
  color: #BDB1AB;
}
:-moz-placeholder {
  /* Firefox 18- */
  text-transform: capitalize;
  color: #BDB1AB;
}

/* contact form ///////////////////////////////////  ///////////////////   */
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 0;
}
.contact-form textarea {
  height: 150px;
}
.contact-form button {
  width: 100%;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 0;
  background-color: #393939;
  color: #fff;
}

/* scroll-to-top ///////////////////////////////////  ///////////////////   */
#scroll-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #222;
  color: #fff;
  right: 20px;
  bottom: 20px;
  font-size: 3em;
  text-align: center;
  display: none;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#scroll-to-top:hover {
  color: #fff;
  background: #BDB1AB;
}

/*footer ////////////////////////////////  */
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  background-color: #C36217; /* Example background color */
}

footer ul {
  position: relative;
  /* left: 10%; */
  top: 10%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

footer ul li {
  margin-bottom: 10px;
  color: white; 
}

footer ul#copyright {
  flex: 1;
}

footer ul#rechtliches {
  flex: 1;
  display: flex;
  flex-direction: row;
}

footer ul#adresse {
  flex: 1;
}

footer address {
  font-style: normal;
}

footer #copyright a:link, 
footer #copyright a:visited {
  color: white;
} /* unvisited & visited links   */

#rechtliches a {
  color: white;
  margin-right: 3vh;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer #rechtliches a:hover {
  color: black;
}
#rechtliches a span {
  color: black;
}
footer #rechtliches li {
  display: inline-block;
}

#adresse a {
  color: white;
  margin-right: 3vh;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer #adresse a:hover {
  color: black;
}
#adresse a span {
  color: #BDB1AB;
}
footer #adresse li {
  display: inline-block;
}

footer #copyright {
  /* float: left; */
  font-size: 1em;
  color: #BDB1AB;
}
footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Mediaqueries /Breakpoint / CSS-Weiche /////////////////*/
@media only screen and (max-width: 1234px) {
  .hero {
    background: url(../bilder/higru/higru.jpg) no-repeat center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .hero-1 {
    position: relative;
    background: url(../bilder/higru/higru.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    height: 50vh;
    letter-spacing: 2px;
  }
  .hero h1 {
    width: 90%;
    margin: auto;
    word-break: auto-phrase;
  }

} /* ende breakpoint 1234px */

/*Mediaqueries /Breakpoint / CSS-Weiche /////////////////*/
@media only screen and (max-width: 900px) {
  .hero h1,
  .hero-1 h1 {
    /* font-size: 2.8em; */
	  font-size: 5vw;
    line-height: 1.5;
    padding: 0px 0px;
  }
  .hero-3 h1 {
    font-size: 5.5vw;
  }

  .main_banner ul li a {
	left: unset;
	top: unset;
	line-height: normal;
  }

  #about {
    border-bottom: 0.5px solid grey;
  }

  /*work-list anpassen //////////*/

  /* .main_h {
    padding-top: 25px;
  } */

  .logo {
    float: none;
  }

  nav {
    width: 100%;
  }

  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }

  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }

  .mobile-toggle {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 12px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }

  .mobile-toggle span {
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    background: #888;
  }

  .open-nav .mobile-toggle span {
    background: gray;
  }

  #schnellkontakt .drittel a {
    margin: 0;
  }

  /*Änderungen im Spalten-Layout*/
  .halbe,
  .drittel,
  .zweidrittel {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  #about .halbe:first-child {
    margin-bottom: 4em;
  }

  #what-i-do .drittel {
    margin-bottom: 1em;
  }

  /* team-anpassungen*/
  ul#team-member {
    width: 60%;
    margin: auto;
  }

  ul#team-member > li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3em;
  }

  ul#team-member > li:last-child {
    margin-bottom: 0;
  }

  .overlay {
    left: 50%;
    opacity: 1;
  }

  #schnellkontakt {
    text-align: center;
  }

  #schnellkontakt .drittel {
    text-align: center;
  }

  #kontaktformular .halbe:first-child {
    margin-bottom: 20px;
  }


  /*lightbox anpassen /////////// next- und prev-pfeile in der mobilen Ansicht immer  sichtbar einblenden*/
  .lb-nav a.lb-prev {
    filter: alpha(Opacity=100);
    opacity: 1;
  }

  .lb-nav a.lb-next {
    filter: alpha(Opacity=100);
    opacity: 1;
  }

  /*work-list-overlay immer sichtbar unter dem Bild ausgeben*/

  .figcaption-box {
    position: static;
    transform: translate(0, 0);
  }

  .projekt {
    display: block;
    background: #fff;
    padding: 0.3em 0 0;
    transform: translateY(0);
    opacity: 1;
    margin-bottom: 0;
  }

  .kategorie {
    display: block;
    color: gray;
    transform: translateY(0);
    opacity: 1;
    font-size: 0.9em;
  }

  /*footer anpassungen*/
  footer ul {
    display: flex;
    margin: 0.5em 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* footer #rechtliches,
  footer #copyright {
    margin-top: 30px;
    font-size: 0.8em;
  } */
  footer {
    display: block;
  }
} /*Ende max-width:900px*/

/*Mediaqueries /Breakpoint / CSS-Weiche /////////////////*/
@media only screen and (max-width: 666px) {

  .hero h1 {
    font-size: 2em;
  }
  .overlay {
    left: 0;
    top: 80%;
  }

  .overlay-content p {
    display: none;
  }

  /*footer anpassungen*/
  /* footer #rechtliches {
    float: left;
    margin-top: 30px;
    font-size: 0.8em;
  } */
}

/*Ende max-width:666px*/

/*Mediaqueries /Breakpoint / CSS-Weiche /////////////////*/
@media only screen and (max-width: 555px) {
	
  .main_banner .innerbox ul {
	padding-left: 0;
	margin-top: unset;
	margin-bottom: unset;
  }

  .hero h1 {
    font-size: 1.4em;
  }
  .overlay {
    left: 0;
    top: 80%;
  }
  /* .hero-3 h1, */
  .hero-4 h1,
  .hero-5 h1,
  .hero-6 h1 {
    font-size: 1.7em;
  }

  .hero-3 h1 {
	font-size: 6vw;
  }
  
  /* team-anpassungen*/
  ul#team-member {
    width: 90%;
  }

  /* footer #rechtliches {
    margin-top: 0px;
  } */
} /*Ende max-width:555px*/

/*Mediaqueries /Breakpoint / CSS-Weiche /////////////////*/
@media only screen and (max-width: 329px) {
  .hero h1 {
    font-size: 1.2em;
  }

  .overlay {
    left: 0;
    top: 80%;
  }

} /*Ende max-width:329px*/

/* anonymous-pro-regular - latin */
@font-face {
  font-family: "Anonymous Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anonymous-pro-v19-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/anonymous-pro-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/anonymous-pro-v19-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/anonymous-pro-v19-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/anonymous-pro-v19-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/anonymous-pro-v19-latin-regular.svg#AnonymousPro")
      format("svg"); /* Legacy iOS */
  font-display: swap;
}

/* Icons (Just 2! from FontAwesome */
.fas:before,
.fab:before {
  display: inline-block;
}
.fas.fa-chevron-up:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
  width: 44px;
  margin-top: 4px;
}
.fab.fa-instagram-square:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 448 512'%3E%3Cpath d='M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z'/%3E%3C/svg%3E");
  width: 28px;
}
