@charset "UTF-8";
/* CSS Document */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left;
}

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

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

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

/* .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
     margin-bottom: 10px;
 }*/
.ce-intext.ce-right .ce-gallery {
  margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

/*.ce-row { margin-bottom: 10px; }*/
.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

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

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em;
}

.frame-space-before-small {
  margin-top: 2em;
}

.frame-space-before-medium {
  margin-top: 3em;
}

.frame-space-before-large {
  margin-top: 4em;
}

.frame-space-before-extra-large {
  margin-top: 5em;
}

.frame-space-after-extra-small {
  margin-bottom: 1em;
}

.frame-space-after-small {
  margin-bottom: 2em;
}

.frame-space-after-medium {
  margin-bottom: 3em;
}

.frame-space-after-large {
  margin-bottom: 4em;
}

.frame-space-after-extra-large {
  margin-bottom: 5em;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}


#toggle-menu {
  background-color: #fafafa;
  border-bottom: 1px solid #666;
  color: #555;
  display: block;
  position: relative;
}

.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #666;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0;
}

.topnavi__arrow--sub {
  border-top: 6px solid #666;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0;
}

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-right: none;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #666;
  }
}
.topnavi__lvl--first {
  background-color: #fafafa;
}

.topnavi__lvl--first::after {
  clear: both;
  content: "";
  display: table;
}

.topnavi__lvl--first,
.topnavi__lvl--sub {
  margin: 0;
  padding: 0;
}

.topnavi input[type=checkbox] {
  display: none;
}

@media (max-width: 767px) {
  .topnavi__lvl--first,
  .topnavi__lvl--sub {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: max-height 0.7s ease, opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
  }
  .topnavi__lvl--sub {
    padding-left: 1em;
    border-top: 1px solid #666;
  }
  #toggle:checked + .topnavi__lvl--first,
  .topnavi input[type=checkbox]:checked + .topnavi__lvl--sub {
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.topnavi__item {
  color: #555;
  display: block;
  position: relative;
  border-bottom: 1px solid #666;
}

.topnavi__item a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
}

.topnavi__item a:hover,
.topnavi__item a:focus {
  text-decoration: none;
}

.topnavi__link--first,
.topnavi__link--sub {
  background-color: rgba(240, 240, 240, 0.9);
  color: #555;
  padding: 0.75em 1em;
  padding-right: 42px;
}

.topnavi__link--first:hover,
.topnavi__link--sub:hover {
  background-color: rgb(255, 255, 255);
  color: #999;
  text-shadow: rgba(255, 255, 255, 0.9) 0px 0px 2px;
}

.topnavi__link--active {
  background-color: rgba(200, 200, 200, 0.94);
  color: rgb(1, 87, 155);
  padding: 0.75em 1em;
  padding-right: 42px;
}

.topnavi__lvl--sub {
  padding-left: 1em;
  border-top: 1px solid #666;
}

@media (min-width: 768px) {
  .topnavi__lvl--sub {
    padding-left: 0;
    border-top: 0;
  }
}
.topnavi__lvl--sub .topnavi__item:last-child {
  border-width: 0;
}

.topnavi__lvl--first > .topnavi__item {
  border-bottom: 1px solid #666;
}

.topnavi__lvl--first .topnavi__item li {
  border-bottom: 1px solid #666;
}

ul span.topnavi__label {
  display: none;
}

@media only screen and (min-width: 768px) {
  .topnavi {
    background-color: #fafafa;
    border-bottom: solid 1px #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: rgba(50, 50, 50, 0.45) 1px 1px 3px;
  }
  .topnavi__lvl--first {
    background-color: transparent;
  }
  #toggle-menu,
  .topnavi input[type=checkbox]:checked + .topnavi__lvl--sub {
    display: none;
  }
  #toggle-menu {
    border-bottom: 0;
  }
  .topnavi__lvl--first {
    display: block;
    max-height: none;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transform: none;
    transition: none;
  }
  .topnavi__item {
    float: left;
    border-width: 0 1px 0 0;
  }
  .topnavi__link--first {
    background-color: transparent;
  }
  .topnavi__link--first:hover {
    background-color: transparent;
  }
  .topnavi__link--active {
    background-color: #fafafa;
  }
  .topnavi__lvl--first > .topnavi__item {
    border-bottom: 1px solid transparent;
  }
  .topnavi__lvl--first > .topnavi__item > input[type=checkbox] + .topnavi__lvl--sub {
    display: block;
    margin: 0;
    margin-top: 1px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
    border-width: 0;
    border-top: 1px solid #666;
    max-height: none;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
    pointer-events: none;
  }
  .topnavi__lvl--first > .topnavi__item:hover > input[type=checkbox] + .topnavi__lvl--sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .topnavi__lvl--sub .topnavi__lvl--sub {
    display: block;
    margin: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 100%;
    width: 12em;
    z-index: 3001;
    border-width: 0;
    border-top: 1px solid #666;
    max-height: none;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
    pointer-events: none;
  }
  .topnavi__lvl--sub .topnavi__item:hover > input[type=checkbox] + .topnavi__lvl--sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }
  .topnavi__lvl--sub .topnavi__item {
    float: none;
    border-width: 0 0 1px;
  }
  .topnavi__lvl--sub li ul {
    margin-top: -1px;
  }
  .topnavi__label {
    background-color: transparent;
  }
}
.topnavi__label:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.topnavi__label {
  background-color: transparent;
  height: 100%;
  padding: 0 0.5em;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
}

.topnavi__lvl--sub .topnavi__label {
  background-color: #bbb;
}

.topnavi__lvl--sub .topnavi__label:hover {
  background-color: #ddd;
}

.topnavi label .topnavi__label {
  background-color: transparent;
}

.topnavi {
  text-shadow: rgba(50, 50, 50, 0.45) 1px 1px 3px;
}

.topnavi__item--header {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.topnavi .container {
  display: block;
  padding: 0.75em 25px;
  cursor: pointer;
}

.topnavi .bar1,
.topnavi .bar2,
.topnavi .bar3 {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #666;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.topnavi .change .bar1 {
  transform: rotate(45deg) translate(0, -2px);
  background: #333;
}

.topnavi .change .bar2 {
  opacity: 0;
}

.topnavi .change .bar3 {
  transform: rotate(-45deg) translate(0, -2px);
  background: #333;
}

.container .topnavi__arrow,
.container .topnavi__arrow--sub {
  border-top: 6px solid transparent;
}

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  div.logo-wrap, footer #footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  div.logo-wrap > div {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .logo-name h1 {
    text-align: right;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .logo-name h1 {
    text-align: right;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 900px) {
  .logo-name h1 {
    text-align: right;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 9600px) {
  .logo-name h1 {
    text-align: center;
  }
}
/* ### Inhalt ### */
.schema {
  display: none;
}

.layout-1spalte .layout-space-r-l,
.layout-2spalten .layout-space-r-l,
.layout-2spalten_50 .layout-space-r-l,
.layout-jumbotron .layout-space-r-l,
.layout-drei-zeilen .layout-space-r-l {
  padding: 0 25px;
  min-height: 500px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.space-content {
  padding: 0;
}

.space-content .contenttable td {
  vertical-align: top;
}

/* #### Multicolumn ### */
@media only screen and (min-width: 768px) {
  /*.multicolumnContainer,*/
  .layout-2spalten_50 .layout-space-r-l,
  .layout-2spalten .layout-space-r-l,
  .spalten-jumbotron {
    align-content: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .spalten-jumbotron div,
  .layout-2spalten_50 .layout-space-r-l div,
  .layout-2spalten .layout-space-r-l div:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /*.multicolumnLayout10 .columnFirst,*/
  .layout-2spalten .layout-space-r-l div {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  /*.multicolumnContainer li {padding-right: 25px;}
  .multicolumnContainer li:last-child {padding-right:0;}*/
}
/*@media only screen and (max-width:768px){
.multicolumnContainer .column {min-width: 100%;}
}*/
/*Spalten Jumbotron*/
/*.spalten-jumbotron div {width: 100%;}*/
@media only screen and (min-width: 768px) {
  .spalten-jumbotron > div:first-child {
    margin-right: 25px;
  }
  .spalten-jumbotron > div:last-child {
    margin-left: 25px;
  }
  .spalten-jumbotron > div {
    width: 33%;
  }
  .spalten-jumbotron > div > div {
    width: 100%;
  }
  .spalten-jumbotron {
    height: 100%;
  }
}
/*@media only screen and (max-width:768px){ .multicolumnContainer .column {float: none; width: 100%;} }*/
/* Responsive Bilder */
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Textmedia links/rechts: Bild max. 50% Breite */
.frame-type-textmedia .ce-left .ce-gallery,
.frame-type-textmedia .ce-right .ce-gallery {
  max-width: 50%;
}
.frame-type-textmedia .ce-left .ce-gallery img,
.frame-type-textmedia .ce-left .ce-gallery figure,
.frame-type-textmedia .ce-left .ce-gallery .ce-outer,
.frame-type-textmedia .ce-left .ce-gallery .ce-inner,
.frame-type-textmedia .ce-left .ce-gallery .ce-row,
.frame-type-textmedia .ce-right .ce-gallery img,
.frame-type-textmedia .ce-right .ce-gallery figure,
.frame-type-textmedia .ce-right .ce-gallery .ce-outer,
.frame-type-textmedia .ce-right .ce-gallery .ce-inner,
.frame-type-textmedia .ce-right .ce-gallery .ce-row {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* ################## Gridelements ####################### */
.spalten-jumbotron .frame-default,
.drei-zeilen_1 .frame-default {
  padding: 0;
}

.grid-row .frame-default,
.grid-container {
  padding: 0;
}

/*.grid-row {padding: 0 12px;}*/
.ce-column {
  width: 100%;
  padding: 0 0 12px 0;
}

@media only screen and (min-width: 860px) {
  .grid-row,
  .spalten-jumbotron {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding: 24px;*/
  }
  .grid-col,
  .spalten-jumbotron_1,
  .spalten-jumbotron_2,
  .spalten-jumbotron_3 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 24px;
  }
  .col-lg-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding-right: 24px;
  }
  .col-lg-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-right: 24px;
  }
  .col-lg-6 {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding-right: 24px;
  }
  .col-lg-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    padding-right: 24px;
  }
  .col-lg-9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9;
    padding-right: 24px;
  }
  .grid-col:last-child,
  .col-lg-3:last-child,
  .col-lg-4:last-child,
  .col-lg-6:last-child,
  .col-lg-8:last-child,
  .col-lg-9:last-child {
    padding-right: 0;
  }
  .ce-row {
    min-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .ce-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/*### video ###*/
video {
  width: 100%;
}

audio {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*### Anmeldung ### */
/*form {
	text-align: center;
}*/
form fieldset {
  margin: 0;
  padding: 15px;
  border: #999 solid 1px;
  display: inline-block;
  border-radius: 5px;
}

form fieldset > div {
  padding-bottom: 15px;
}

form fieldset legend {
  display: none;
}

form fieldset div label {
  width: 200px !important;
  display: inline-block;
  text-align: left;
}

form fieldset input {
  width: 200px;
  padding: 5px 10px;
  margin-bottom: 15px;
}

/*################# frame-anfrageformular (TYPO3 Form Framework) ##############*/
.frame-anfrageformular form {
  max-width: 720px;
}

.frame-anfrageformular h2 {
  margin: 0 0 1.25rem;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  font-weight: normal;
  color: #555;
}

.frame-anfrageformular .form-element {
  margin-bottom: 1.25rem;
}

.frame-anfrageformular .form-label {
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #555;
}

.frame-anfrageformular .required {
  color: #c00;
}

.frame-anfrageformular .form-control {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(1, 87, 155);
  background-color: #fff;
  border: 1px solid rgba(224, 224, 224, 0.73);
  box-shadow: rgba(124, 124, 124, 0.4) 0 0 4px inset;
  border-radius: 0;
}

.frame-anfrageformular textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.frame-anfrageformular textarea.form-control.xxlarge {
  min-height: 200px;
  padding: 15px;
  font-size: 1.1rem;
}

.frame-anfrageformular fieldset {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
  display: block;
  border-radius: 0;
}

.frame-anfrageformular fieldset > div {
  padding-bottom: 0;
}

.frame-anfrageformular fieldset legend {
  display: block;
  margin-bottom: 0.75rem;
  padding: 0;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #555;
}

.frame-anfrageformular fieldset input[type=checkbox] {
  width: auto;
  margin: 0.2rem 0.5rem 0 0;
}

.frame-anfrageformular .form-check {
  margin-bottom: 0.5rem;
}

.frame-anfrageformular .form-check-wrapping-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}

.frame-anfrageformular .form-check-label {
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  color: #555;
}

.frame-anfrageformular .actions {
  margin-top: 1.5rem;
}

.frame-anfrageformular .btn {
  display: inline-block;
  padding: 10px 24px;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}

.frame-anfrageformular .btn-primary {
  color: #fff;
  background-color: rgb(1, 87, 155);
  border-color: rgb(1, 87, 155);
}

.frame-anfrageformular .btn-primary:hover {
  color: #fff;
  background-color: rgb(1, 67, 120);
  border-color: rgb(1, 67, 120);
}

.frame-anfrageformular .hp-field {
  display: none !important;
}

/* ##################### eigenes Accordion*/
.frame-accordion > header {
  padding: 0 24px;
}

.frame-accordion > header h2 {
  margin-top: 0;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  color: #555;
  text-shadow: none;
}

.frame-accordion .ce-bodytext {
  padding-bottom: 50px;
}

.frame-accordion .ce-bodytext li:last-child {
  padding-bottom: 25px;
}

/* Versteckt alle Inhalte standardmäßig */
.frame-accordion .frame .ce-textpic {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.5s ease, padding 0.5s ease;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Sichtbar machen des Inhalts mit Animation */
.frame-accordion .frame.active .ce-textpic {
  max-height: 400px; /* Schätzen Sie die maximale Höhe des Inhalts */
  padding: 15px 24px;
  background-color: #FFFFFF;
}

/* Style für Header */
.frame-accordion .frame header {
  cursor: pointer;
  padding: 15px 40px 15px 24px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s, box-shadow 0.3s;
}

/* Mouseover-Effekt für Header */
.frame-accordion .frame header:hover {
  background-color: #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Aktiver Rahmen: Sichtbarer Inhalt und Styling */
.frame-accordion .frame.active header {
  background-color: #797979;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Accordion-Titel wie Fließtext */
.frame-accordion .frame header h2 {
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  color: #555;
  text-shadow: none;
  transition: color 0.3s ease;
}

/* Aktiver Accordion-Titel */
.frame-accordion .frame.active header h2 {
  color: #fff;
}

/* pfeil für das accordeon */
.frame-accordion .frame header {
  position: relative; /* Damit das Pseudo-Element absolut positioniert werden kann */
  cursor: pointer;
}

/* Erstellen eines Pfeils mit Pseudo-Element */
.frame-accordion .frame header::after {
  content: "▾"; /* Geschlossener Pfeil (nach unten) */
  position: absolute;
  right: 20px; /* Abstand von der rechten Seite */
  transition: transform 0.3s; /* Sanfte Übergänge für die Drehung */
}

.frame-accordion .frame.active header::after {
  content: "▴"; /* Offener Pfeil (nach oben) */
  /* Kein zusätzliches Transformieren nötig */
  color: white;
}


/* Style für www.fotograf-erfurt.de */
/*@import url('https://fonts.googleapis.com/css?family=Share');
@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);*/
/* share-regular - latin */
@font-face {
  font-family: "Share";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fileadmin/fonts/share/share-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/fileadmin/fonts/share/share-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/share/share-v16-latin-regular.woff2") format("woff2"), url("/fileadmin/fonts/share/share-v16-latin-regular.woff") format("woff"), url("/fileadmin/fonts/share/share-v16-latin-regular.ttf") format("truetype"), url("/fileadmin/fonts/share/share-v16-latin-regular.svg#Share") format("svg"); /* Legacy iOS */
}
/* share-700 - latin */
@font-face {
  font-family: "Share";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fileadmin/fonts/share/share-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/fileadmin/fonts/share/share-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("/fileadmin/fonts/share/share-v16-latin-700.woff2") format("woff2"), url("/fileadmin/fonts/share/share-v16-latin-700.woff") format("woff"), url("/fileadmin/fonts/share/share-v16-latin-700.ttf") format("truetype"), url("/fileadmin/fonts/share/share-v16-latin-700.svg#Share") format("svg"); /* Legacy iOS */
}
/*Hintergrundfarbe*/
#wrapp-all {
  background-color: #fafafa;
  /*max-width: 1200px;*/
  margin: 0 auto;
  padding: 0 0 50px 0;
}

/* Logo */
div.logo-wrap {
  background-color: #fafafa;
}

.logo {
  text-align: left;
  padding: 15px 0;
}

.logo img {
  height: auto;
  max-width: 80%;
  margin: 0 auto;
}

.logo-name h1, .logo-name h1 a {
  color: #fff;
  padding: 25px;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .logo {
    padding: 30px 0 10px 0;
  }
  .logo img {
    height: auto;
    max-width: 100%;
  }
}
/* ### Schrift #### */
body {
  background-color: #fafafa;
  color: #555;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}

.space-content h1 {
  font-family: Sorts;
  color: #666;
  font-size: 4rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.space-content h2 {
  font-family: Sorts;
  color: #666;
  text-shadow: #fff 2px 2px 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

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

.space-content a {
  color: #555;
  transition: all 0.225s ease-in-out;
  -webkit-transition: all 0.225s ease-in-out;
}

.space-content a:hover {
  color: rgb(1, 87, 155);
}

.space-content .image-caption {
  font-size: 0.7rem;
  text-align: center;
  padding: 10px;
}

footer, footer a {
  color: #bbb;
}

footer a:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .space-content h1 {
    font-size: 2rem;
  }
  .space-content h2 {
    font-size: 1.5rem;
  }
}
/*Silbentrennung*/
p, h1, h2, h3 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* ############## WS_Flexslider ############# */
/* Rahmen entfernen */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

/* Überschrift und Beschreibung */
.tx-ws-flexslider .caption-text {
  background: none;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 2rem;
}

.tx-ws-flexslider .caption-align-left .caption-text {
  left: 0;
}

.tx-ws-flexslider .caption-text .caption-title {
  font-family: Sorts;
  font-size: 5rem;
  font-weight: normal;
}

/*Link*/
@media only screen and (min-width: 768px) {
  .tx-ws-flexslider .caption-align-left .caption-link {
    width: 100%;
    min-width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 100px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: block;
    color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .tx-ws-flexslider .caption-text .caption-title {
    font-size: 3rem;
  }
  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 25px;
    display: block;
  }
}
#sd-lightbox {
  background: rgba(0, 0, 0, 0.7);
}

.ce-bodytext p {
  margin-top: 0;
}

/*### Spalten Abstand ###*/
@media only screen and (min-width: 768px) {
  .layout-2spalten .content_2Spalten_0,
  .layout-2spalten_50 .content_2Spalten_50_0 {
    margin-right: 25px;
  }
  .layout-2spalten_50 .content_2Spalten_50_2 {
    margin-left: 25px;
  }
}
/* ### footer ### */
footer {
  background-color: #333;
}

footer #footer-inner {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

footer .footer-navigation .frame-default {
  padding: 0;
}

footer .footerkontakt .frame-default {
  padding: 0;
}

footer .footer-navigation ul {
  list-style: none;
  padding: 0;
}

footer .footer-navigation li {
  margin: 15px 0;
}

footer .footer-navigation a {
  display: block;
  padding-top: 15px 0;
  text-decoration: none;
}

@media only screen and (min-width: 860px) {
  footer #footer-inner > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  footer #footer-inner .footerkontakt .ce-bodytext,
  footer #footer-inner .footerkontakt header {
    text-align: right;
  }
  footer #footer-inner .footerkontakt .ce-bodytext table {
    float: right;
  }
  footer #footer-inner .ce-gallery {
    overflow: visible;
  }
  footer .font-awesome-div {
    text-align: center;
  }
}
footer #footer-inner .footerkontakt img {
  max-width: 100%;
  margin-top: 50px;
}

.font-awesome {
  padding: 5px;
}

.font-awesome-div {
  padding-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.font-awesome-div a {
  font-size: 0.8rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 60px;
}

.footerkontakt .contenttable tr td:first-child {
  text-align: left;
  padding-right: 15px;
}

footer .table {
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* ###################################################### Formular ###*/
.form-group .input > input,
.form-group .input > .form-group > input,
.form-group textarea {
  width: 100%;
  padding: 5px;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: rgb(1, 87, 155);
  border: 1px solid rgba(224, 224, 224, 0.73);
  box-shadow: rgba(124, 124, 124, 0.4) 0 0 4px inset;
}

.form-group textarea {
  height: 100px;
}

.form-group .xlarge {
  padding: 15px;
  height: 200px;
  font-size: 1.1rem;
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
}

form > div, form .row > div {
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  form .row {
    /*display: -webkit-flex; Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  form .row > div {
    width: 48%;
    height: auto;
  }
}
.hp-field {
  display: none;
}

/* ############ Boxen ################## */
/* #### Multicolumn ### */
@media only screen and (min-width: 860px) {
  .multicolumnContainer {
    align-content: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .multicolumnContainer li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .multicolumnContainer li {
    padding-right: 25px;
  }
  .multicolumnContainer li:last-child {
    padding-right: 0;
  }
  .multicolumnContainer .columnItems {
    height: 100%;
  }
}
/*nur padding in spalten ohne ausgewählte Box*/
/*.spalten-jumbotron .frame-default p,
.spalten-jumbotron .frame-default h1,
.spalten-jumbotron .frame-default h2,
.spalten-jumbotron .frame-default h3,*/
div.frame-greybox p,
div.frame-greybox h1,
div.frame-greybox h2,
div.frame-greybox h3,
div.frame-whitebox p,
div.frame-whitebox h1,
div.frame-whitebox h2,
div.frame-whitebox h3,
div.frame-whiteborder p,
div.frame-whiteborder h1,
div.frame-whiteborder h2,
div.frame-whiteborder h3,
div.frame-architekturfotografen-liste p,
div.frame-architekturfotografen-liste h1,
div.frame-architekturfotografen-liste h2,
div.frame-architekturfotografen-liste h3 {
  padding-right: 25px;
  padding-left: 25px;
}

/*graue Box*/
div.frame-greybox {
  background-color: rgba(200, 200, 200, 0.57);
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0);
  /*margin-bottom: 50px;*/
  border-radius: 5px;
  height: 100%;
  /*overflow: hidden;*/
}

.frame-greybox h1, .frame-greybox h2 {
  color: #fff;
}

/*.frame-greybox div {height: 100%;}*/
.frame-greybox .ce-bodytext {
  position: relative;
  height: 100%;
}

.frame-greybox .ce-bodytext p:last-child {
  position: relative;
  bottom: 0px;
}

/*weiße Box */
div.frame-whitebox {
  background-color: #fff;
  border-top: 1px solid #fff;
  margin-bottom: 50px;
  border-radius: 2px;
}

/*Box mit weißer Kontur*/
/*### simple grid ####*/
@media only screen and (min-width: 550px) {
  .sg-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.columnItems div.frame-whiteborder,
.sg-row .sg-100 div.frame-whiteborder {
  border: solid 1px #fff;
  border-radius: 2px;
  margin-bottom: 50px;
  box-shadow: rgba(200, 200, 200, 0.7) 0 0 5px;
  transition: all 0.225s ease-in-out;
  -webkit-transition: all 0.225s ease-in-out;
  height: 100%;
}

.columnItems div.frame-whiteborder:hover, .sg-row .sg-100 div.frame-whiteborder:hover {
  background-color: #fff;
}

/* Box Architekturfotografen-Liste */
div.frame-architekturfotografen-liste {
  border: 1px solid rgba(180, 180, 180, 0.75);
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14), 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.225s ease-in-out;
  -webkit-transition: all 0.225s ease-in-out;
  height: 100%;
  padding: 15px 0 20px;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.6);
}

div.frame-architekturfotografen-liste:hover {
  background-color: #fff;
  border-color: rgba(160, 160, 160, 0.85);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.1);
}

.frame-architekturfotografen-liste header {
  text-align: center;
}

.frame-architekturfotografen-liste header h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.frame-architekturfotografen-liste .ce-bodytext {
  text-align: center;
}

.frame-architekturfotografen-liste .ce-bodytext p:last-child {
  margin-bottom: 0;
  color: #777;
}

/* Architekturfotografen-Slider */
.frame-default:has(.slick-slider .frame-architekturfotografen-liste) {
  display: flow-root;
  overflow: visible;
}

.slick-slider:has(.frame-architekturfotografen-liste) {
  padding-bottom: 48px;
  margin-bottom: 0;
}

.slick-slider:has(.frame-architekturfotografen-liste) ul.slick-dots {
  bottom: 8px !important;
}

.slick-slider:has(.frame-architekturfotografen-liste) .slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-slider .slick-slide {
  padding: 0 10px;
}

.slick-slider:has(.frame-architekturfotografen-liste) .slick-slide {
  height: auto !important;
  display: flex !important;
  padding: 8px 10px 22px;
}

.slick-slider:has(.frame-architekturfotografen-liste) .slick-slide > div {
  display: flex;
  width: 100%;
  flex: 1;
  height: auto;
}

.slick-slider .frame-architekturfotografen-liste {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.frame-architekturfotografen-liste .ce-textpic {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.frame-architekturfotografen-liste .ce-bodytext {
  flex: 1;
}

/* Bildergalerie – Rahmen/Schatten nur ums Bild, figcaption darunter */
div.frame-imagegallery,
div.frame-blackwhite,
div.frame-greybox,
div.frame-imagegallery .ce-textpic,
div.frame-blackwhite .ce-textpic,
div.frame-greybox .ce-textpic,
div.frame-imagegallery .ce-image,
div.frame-blackwhite .ce-image,
div.frame-greybox .ce-image,
div.frame-imagegallery .ce-gallery,
div.frame-blackwhite .ce-gallery,
div.frame-greybox .ce-gallery,
div.frame-imagegallery .ce-row,
div.frame-blackwhite .ce-row,
div.frame-greybox .ce-row,
div.frame-imagegallery .ce-column,
div.frame-blackwhite .ce-column,
div.frame-greybox .ce-column {
  overflow: visible !important;
}

div.frame-imagegallery .ce-gallery::after,
div.frame-blackwhite .ce-gallery::after,
div.frame-greybox .ce-gallery::after,
div.frame-imagegallery .ce-row::after,
div.frame-blackwhite .ce-row::after,
div.frame-greybox .ce-row::after,
div.frame-imagegallery::after,
div.frame-blackwhite::after,
div.frame-greybox::after {
  content: "";
  display: table;
  clear: both;
}

div.frame-imagegallery .ce-gallery,
div.frame-blackwhite .ce-gallery,
div.frame-greybox .ce-gallery {
  padding: 10px;
  box-sizing: border-box;
}

div.frame-imagegallery .ce-column,
div.frame-blackwhite .ce-column,
div.frame-greybox .ce-column {
  margin-bottom: 2px;
  padding: 0;
}

div.frame-imagegallery .ce-gallery figure,
div.frame-blackwhite .ce-gallery figure,
div.frame-greybox .ce-gallery figure {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin: 0;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}

div.frame-imagegallery .ce-gallery figure::before,
div.frame-blackwhite .ce-gallery figure::before,
div.frame-greybox .ce-gallery figure::before {
  content: "";
  grid-area: 1/1;
  width: 100%;
  align-self: stretch;
  justify-self: stretch;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22), 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.65s ease;
  -webkit-transition: box-shadow 0.65s ease;
  pointer-events: none;
  z-index: 0;
}

div.frame-imagegallery .ce-gallery figure:hover::before,
div.frame-blackwhite .ce-gallery figure:hover::before,
div.frame-greybox .ce-gallery figure:hover::before {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), 0 4px 10px rgba(0, 0, 0, 0.14);
}

div.frame-imagegallery .ce-gallery figure > a,
div.frame-imagegallery .ce-gallery figure > picture,
div.frame-blackwhite .ce-gallery figure > a,
div.frame-blackwhite .ce-gallery figure > picture,
div.frame-greybox .ce-gallery figure > a,
div.frame-greybox .ce-gallery figure > picture {
  grid-area: 1/1;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  box-shadow: none;
}

div.frame-imagegallery .ce-gallery figure > a img,
div.frame-imagegallery .ce-gallery figure > picture img,
div.frame-blackwhite .ce-gallery figure > a img,
div.frame-blackwhite .ce-gallery figure > picture img,
div.frame-greybox .ce-gallery figure > a img,
div.frame-greybox .ce-gallery figure > picture img {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.65s ease;
  -webkit-transition: transform 0.65s ease;
  transform-origin: center center;
}

div.frame-imagegallery .ce-gallery figure:hover > a img,
div.frame-imagegallery .ce-gallery figure:hover > picture img,
div.frame-blackwhite .ce-gallery figure:hover > a img,
div.frame-blackwhite .ce-gallery figure:hover > picture img,
div.frame-greybox .ce-gallery figure:hover > a img,
div.frame-greybox .ce-gallery figure:hover > picture img {
  transform: scale(1.04);
}

div.frame-imagegallery .ce-gallery figure figcaption,
div.frame-blackwhite .ce-gallery figure figcaption,
div.frame-greybox .ce-gallery figure figcaption {
  grid-area: 2/1;
  display: block;
}

.frame-imagegallery .image-caption,
.frame-blackwhite .image-caption,
.frame-greybox .image-caption {
  font-size: 1rem;
  padding: 10px 0 0 0;
}

/* Bildergalerie SW – nur Graustufen */
div.frame-blackwhite .ce-gallery figure > a img,
div.frame-blackwhite .ce-gallery figure > picture img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/*#### ACHTUNG Box #####*/
.frame-attentionbox {
  background-image: linear-gradient(135deg, #BBBBBB 10%, #515151 100%);
  padding: 25px;
  color: #fff;
  margin: 25px 0;
  border-radius: 5px;
  border: solid 1px #999;
}

.frame-attentionbox a {
  color: #fff;
}

.frame-attentionbox a:hover {
  color: #000;
}

@media only screen and (min-width: 860px) {
  div.layout-grid {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.frame-layout-4 {
    width: 45%;
    padding: 25px 0;
    text-align: justify;
  }
  div.frame-layout-4 h2, div.frame-layout-4 h3 {
    text-align: center;
  }
  div.frame-layout-0 {
    flex-direction: column;
  }
  div.frame-layout-5 img {
    border: solid #fff 1px;
    box-shadow: rgba(54, 85, 110, 0.5) 2px 2px 4px;
  }
  div.frame-layout-5 figure {
    padding: 5px;
  }
  div.layout-grid {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
/* Panorama im iframe*/
.responsive-iframe iframe {
  max-width: 100%;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-iframe.ratio4x3 {
  padding-bottom: 75%;
}

/*############### frame-tabelle ###############*/
.frame-tabelle thead th {
  padding: 15px;
}

.frame-tabelle td {
  border-bottom: 1px solid #333;
  padding: 15px;
}

.frame-tabelle tr:hover {
  background-color: #fff;
}

.frame-tabelle ul {
  margin-block-start: 0;
}

.frame-tabelle figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}


/* Social icons — SVG-Masken, Hover über background-color */
.font-awesome-div a.font-awesome {
  color: #bbb;
  text-decoration: none;
  font-size: 10px;
  text-align: center;
  transition: color 0.25s ease;
}

.font-awesome-div a.font-awesome:hover,
.font-awesome-div a.font-awesome:focus-visible {
  color: #fff;
}

.font-awesome-div a.font-awesome i.fab {
  display: block !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  margin: 0 auto 8px;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background-color: #bbbbbb;
  background-image: none !important;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.font-awesome-div a.font-awesome:hover i.fab,
.font-awesome-div a.font-awesome:focus-visible i.fab {
  background-color: #fff;
  transform: translateY(-2px);
}

.font-awesome-div .awesom-font-link {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  display: block;
  color: inherit;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.fa-behance-square {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16.969%2016.927a2.561%202.561%200%200%200%201.901.677%202.501%202.501%200%200%200%201.531-.475c.362-.235.636-.584.779-.99h2.585a5.091%205.091%200%200%201-1.9%202.896%205.292%205.292%200%200%201-3.091.88%205.839%205.839%200%200%201-2.284-.433%204.871%204.871%200%200%201-1.723-1.211%205.657%205.657%200%200%201-1.08-1.874%207.057%207.057%200%200%201-.383-2.393c-.005-.8.129-1.595.396-2.349a5.313%205.313%200%200%201%205.088-3.604%204.87%204.87%200%200%201%202.376.563c.661.362%201.231.87%201.668%201.485a6.2%206.2%200%200%201%20.943%202.133c.194.821.263%201.666.205%202.508h-7.699c-.063.79.184%201.574.688%202.187ZM6.947%204.084a8.065%208.065%200%200%201%201.928.198%204.29%204.29%200%200%201%201.49.638c.418.303.748.711.958%201.182.241.579.357%201.203.341%201.83a3.506%203.506%200%200%201-.506%201.961%203.726%203.726%200%200%201-1.503%201.287%203.588%203.588%200%200%201%202.027%201.437c.464.747.697%201.615.67%202.494a4.593%204.593%200%200%201-.423%202.032%203.945%203.945%200%200%201-1.163%201.413%205.114%205.114%200%200%201-1.683.807%207.135%207.135%200%200%201-1.928.259H0V4.084h6.947Zm-.235%2012.9c.308.004.616-.029.916-.099a2.18%202.18%200%200%200%20.766-.332c.228-.158.411-.371.534-.619.142-.317.208-.663.191-1.009a2.08%202.08%200%200%200-.642-1.715%202.618%202.618%200%200%200-1.696-.505h-3.54v4.279h3.471Zm13.635-5.967a2.13%202.13%200%200%200-1.654-.619%202.336%202.336%200%200%200-1.163.259%202.474%202.474%200%200%200-.738.62%202.359%202.359%200%200%200-.396.792c-.074.239-.12.485-.137.734h4.769a3.239%203.239%200%200%200-.679-1.785l-.002-.001Zm-13.813-.648a2.254%202.254%200%200%200%201.423-.433c.399-.355.607-.88.56-1.413a1.916%201.916%200%200%200-.178-.891%201.298%201.298%200%200%200-.495-.533%201.851%201.851%200%200%200-.711-.274%203.966%203.966%200%200%200-.835-.073H3.241v3.631h3.293v-.014ZM21.62%205.122h-5.976v1.527h5.976V5.122Z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16.969%2016.927a2.561%202.561%200%200%200%201.901.677%202.501%202.501%200%200%200%201.531-.475c.362-.235.636-.584.779-.99h2.585a5.091%205.091%200%200%201-1.9%202.896%205.292%205.292%200%200%201-3.091.88%205.839%205.839%200%200%201-2.284-.433%204.871%204.871%200%200%201-1.723-1.211%205.657%205.657%200%200%201-1.08-1.874%207.057%207.057%200%200%201-.383-2.393c-.005-.8.129-1.595.396-2.349a5.313%205.313%200%200%201%205.088-3.604%204.87%204.87%200%200%201%202.376.563c.661.362%201.231.87%201.668%201.485a6.2%206.2%200%200%201%20.943%202.133c.194.821.263%201.666.205%202.508h-7.699c-.063.79.184%201.574.688%202.187ZM6.947%204.084a8.065%208.065%200%200%201%201.928.198%204.29%204.29%200%200%201%201.49.638c.418.303.748.711.958%201.182.241.579.357%201.203.341%201.83a3.506%203.506%200%200%201-.506%201.961%203.726%203.726%200%200%201-1.503%201.287%203.588%203.588%200%200%201%202.027%201.437c.464.747.697%201.615.67%202.494a4.593%204.593%200%200%201-.423%202.032%203.945%203.945%200%200%201-1.163%201.413%205.114%205.114%200%200%201-1.683.807%207.135%207.135%200%200%201-1.928.259H0V4.084h6.947Zm-.235%2012.9c.308.004.616-.029.916-.099a2.18%202.18%200%200%200%20.766-.332c.228-.158.411-.371.534-.619.142-.317.208-.663.191-1.009a2.08%202.08%200%200%200-.642-1.715%202.618%202.618%200%200%200-1.696-.505h-3.54v4.279h3.471Zm13.635-5.967a2.13%202.13%200%200%200-1.654-.619%202.336%202.336%200%200%200-1.163.259%202.474%202.474%200%200%200-.738.62%202.359%202.359%200%200%200-.396.792c-.074.239-.12.485-.137.734h4.769a3.239%203.239%200%200%200-.679-1.785l-.002-.001Zm-13.813-.648a2.254%202.254%200%200%200%201.423-.433c.399-.355.607-.88.56-1.413a1.916%201.916%200%200%200-.178-.891%201.298%201.298%200%200%200-.495-.533%201.851%201.851%200%200%200-.711-.274%203.966%203.966%200%200%200-.835-.073H3.241v3.631h3.293v-.014ZM21.62%205.122h-5.976v1.527h5.976V5.122Z%22%2F%3E%3C%2Fsvg%3E");
}

.fa-pinterest-square {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12.017%200C5.396%200%20.029%205.367.029%2011.987c0%205.079%203.158%209.417%207.618%2011.162-.105-.949-.199-2.403.041-3.439.219-.937%201.406-5.957%201.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911%202.168-2.911%201.024%200%201.518.769%201.518%201.688%200%201.029-.653%202.567-.992%203.992-.285%201.193.6%202.165%201.775%202.165%202.128%200%203.768-2.245%203.768-5.487%200-2.861-2.063-4.869-5.008-4.869-3.41%200-5.409%202.562-5.409%205.199%200%201.033.394%202.143.889%202.741.099.12.112.225.085.345-.09.375-.293%201.199-.334%201.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646%200-3.776%202.748-7.252%207.92-7.252%204.158%200%207.392%202.967%207.392%206.923%200%204.135-2.607%207.462-6.233%207.462-1.214%200-2.354-.629-2.758-1.379l-.749%202.848c-.269%201.045-1.004%202.352-1.498%203.146%201.123.345%202.306.535%203.55.535%206.607%200%2011.985-5.365%2011.985-11.987C23.97%205.39%2018.592.026%2011.985.026L12.017%200z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12.017%200C5.396%200%20.029%205.367.029%2011.987c0%205.079%203.158%209.417%207.618%2011.162-.105-.949-.199-2.403.041-3.439.219-.937%201.406-5.957%201.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911%202.168-2.911%201.024%200%201.518.769%201.518%201.688%200%201.029-.653%202.567-.992%203.992-.285%201.193.6%202.165%201.775%202.165%202.128%200%203.768-2.245%203.768-5.487%200-2.861-2.063-4.869-5.008-4.869-3.41%200-5.409%202.562-5.409%205.199%200%201.033.394%202.143.889%202.741.099.12.112.225.085.345-.09.375-.293%201.199-.334%201.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646%200-3.776%202.748-7.252%207.92-7.252%204.158%200%207.392%202.967%207.392%206.923%200%204.135-2.607%207.462-6.233%207.462-1.214%200-2.354-.629-2.758-1.379l-.749%202.848c-.269%201.045-1.004%202.352-1.498%203.146%201.123.345%202.306.535%203.55.535%206.607%200%2011.985-5.365%2011.985-11.987C23.97%205.39%2018.592.026%2011.985.026L12.017%200z%22%2F%3E%3C%2Fsvg%3E");
}

.fa-instagram {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M7.0301.084c-1.2768.0602-2.1487.264-2.911.5634-.7888.3075-1.4575.72-2.1228%201.3877-.6652.6677-1.075%201.3368-1.3802%202.127-.2954.7638-.4956%201.6365-.552%202.914-.0564%201.2775-.0689%201.6882-.0626%204.947.0062%203.2586.0206%203.6671.0825%204.9473.061%201.2765.264%202.1482.5635%202.9107.308.7889.72%201.4573%201.388%202.1228.6679.6655%201.3365%201.0743%202.1285%201.38.7632.295%201.6361.4961%202.9134.552%201.2773.056%201.6884.069%204.9462.0627%203.2578-.0062%203.668-.0207%204.9478-.0814%201.28-.0607%202.147-.2652%202.9098-.5633.7889-.3086%201.4578-.72%202.1228-1.3881.665-.6682%201.0745-1.3378%201.3795-2.1284.2957-.7632.4966-1.636.552-2.9124.056-1.2809.0692-1.6898.063-4.948-.0063-3.2583-.021-3.6668-.0817-4.9465-.0607-1.2797-.264-2.1487-.5633-2.9117-.3084-.7889-.72-1.4568-1.3876-2.1228C21.2982%201.33%2020.628.9208%2019.8378.6165%2019.074.321%2018.2017.1197%2016.9244.0645%2015.6471.0093%2015.236-.005%2011.977.0014%208.718.0076%208.31.0215%207.0301.0839m.1402%2021.6932c-1.17-.0509-1.8053-.2453-2.2287-.408-.5606-.216-.96-.4771-1.3819-.895-.422-.4178-.6811-.8186-.9-1.378-.1644-.4234-.3624-1.058-.4171-2.228-.0595-1.2645-.072-1.6442-.079-4.848-.007-3.2037.0053-3.583.0607-4.848.05-1.169.2456-1.805.408-2.2282.216-.5613.4762-.96.895-1.3816.4188-.4217.8184-.6814%201.3783-.9003.423-.1651%201.0575-.3614%202.227-.4171%201.2655-.06%201.6447-.072%204.848-.079%203.2033-.007%203.5835.005%204.8495.0608%201.169.0508%201.8053.2445%202.228.408.5608.216.96.4754%201.3816.895.4217.4194.6816.8176.9005%201.3787.1653.4217.3617%201.056.4169%202.2263.0602%201.2655.0739%201.645.0796%204.848.0058%203.203-.0055%203.5834-.061%204.848-.051%201.17-.245%201.8055-.408%202.2294-.216.5604-.4763.96-.8954%201.3814-.419.4215-.8181.6811-1.3783.9-.4224.1649-1.0577.3617-2.2262.4174-1.2656.0595-1.6448.072-4.8493.079-3.2045.007-3.5825-.006-4.848-.0608M16.953%205.5864A1.44%201.44%200%201%200%2018.39%204.144a1.44%201.44%200%200%200-1.437%201.4424M5.8385%2012.012c.0067%203.4032%202.7706%206.1557%206.173%206.1493%203.4026-.0065%206.157-2.7701%206.1506-6.1733-.0065-3.4032-2.771-6.1565-6.174-6.1498-3.403.0067-6.156%202.771-6.1496%206.1738M8%2012.0077a4%204%200%201%201%204.008%203.9921A3.9996%203.9996%200%200%201%208%2012.0077%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M7.0301.084c-1.2768.0602-2.1487.264-2.911.5634-.7888.3075-1.4575.72-2.1228%201.3877-.6652.6677-1.075%201.3368-1.3802%202.127-.2954.7638-.4956%201.6365-.552%202.914-.0564%201.2775-.0689%201.6882-.0626%204.947.0062%203.2586.0206%203.6671.0825%204.9473.061%201.2765.264%202.1482.5635%202.9107.308.7889.72%201.4573%201.388%202.1228.6679.6655%201.3365%201.0743%202.1285%201.38.7632.295%201.6361.4961%202.9134.552%201.2773.056%201.6884.069%204.9462.0627%203.2578-.0062%203.668-.0207%204.9478-.0814%201.28-.0607%202.147-.2652%202.9098-.5633.7889-.3086%201.4578-.72%202.1228-1.3881.665-.6682%201.0745-1.3378%201.3795-2.1284.2957-.7632.4966-1.636.552-2.9124.056-1.2809.0692-1.6898.063-4.948-.0063-3.2583-.021-3.6668-.0817-4.9465-.0607-1.2797-.264-2.1487-.5633-2.9117-.3084-.7889-.72-1.4568-1.3876-2.1228C21.2982%201.33%2020.628.9208%2019.8378.6165%2019.074.321%2018.2017.1197%2016.9244.0645%2015.6471.0093%2015.236-.005%2011.977.0014%208.718.0076%208.31.0215%207.0301.0839m.1402%2021.6932c-1.17-.0509-1.8053-.2453-2.2287-.408-.5606-.216-.96-.4771-1.3819-.895-.422-.4178-.6811-.8186-.9-1.378-.1644-.4234-.3624-1.058-.4171-2.228-.0595-1.2645-.072-1.6442-.079-4.848-.007-3.2037.0053-3.583.0607-4.848.05-1.169.2456-1.805.408-2.2282.216-.5613.4762-.96.895-1.3816.4188-.4217.8184-.6814%201.3783-.9003.423-.1651%201.0575-.3614%202.227-.4171%201.2655-.06%201.6447-.072%204.848-.079%203.2033-.007%203.5835.005%204.8495.0608%201.169.0508%201.8053.2445%202.228.408.5608.216.96.4754%201.3816.895.4217.4194.6816.8176.9005%201.3787.1653.4217.3617%201.056.4169%202.2263.0602%201.2655.0739%201.645.0796%204.848.0058%203.203-.0055%203.5834-.061%204.848-.051%201.17-.245%201.8055-.408%202.2294-.216.5604-.4763.96-.8954%201.3814-.419.4215-.8181.6811-1.3783.9-.4224.1649-1.0577.3617-2.2262.4174-1.2656.0595-1.6448.072-4.8493.079-3.2045.007-3.5825-.006-4.848-.0608M16.953%205.5864A1.44%201.44%200%201%200%2018.39%204.144a1.44%201.44%200%200%200-1.437%201.4424M5.8385%2012.012c.0067%203.4032%202.7706%206.1557%206.173%206.1493%203.4026-.0065%206.157-2.7701%206.1506-6.1733-.0065-3.4032-2.771-6.1565-6.174-6.1498-3.403.0067-6.156%202.771-6.1496%206.1738M8%2012.0077a4%204%200%201%201%204.008%203.9921A3.9996%203.9996%200%200%201%208%2012.0077%22%2F%3E%3C%2Fsvg%3E");
}

.fa-vimeo-square {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M23.9765%206.4168c-.105%202.338-1.739%205.5429-4.894%209.6088-3.2679%204.247-6.0258%206.3699-8.2898%206.3699-1.409%200-2.578-1.294-3.553-3.881l-1.9179-7.1138c-.719-2.584-1.488-3.878-2.312-3.878-.179%200-.806.378-1.8809%201.132l-1.129-1.457a315.06%20315.06%200%20003.501-3.1279c1.579-1.368%202.765-2.085%203.5539-2.159%201.867-.18%203.016%201.1%203.447%203.838.465%202.953.789%204.789.971%205.5069.5389%202.45%201.1309%203.674%201.7759%203.674.502%200%201.256-.796%202.265-2.385%201.004-1.589%201.54-2.797%201.612-3.628.144-1.371-.395-2.061-1.614-2.061-.574%200-1.167.121-1.777.391%201.186-3.8679%203.434-5.7568%206.7619-5.6368%202.4729.06%203.6279%201.664%203.4929%204.7969z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M23.9765%206.4168c-.105%202.338-1.739%205.5429-4.894%209.6088-3.2679%204.247-6.0258%206.3699-8.2898%206.3699-1.409%200-2.578-1.294-3.553-3.881l-1.9179-7.1138c-.719-2.584-1.488-3.878-2.312-3.878-.179%200-.806.378-1.8809%201.132l-1.129-1.457a315.06%20315.06%200%20003.501-3.1279c1.579-1.368%202.765-2.085%203.5539-2.159%201.867-.18%203.016%201.1%203.447%203.838.465%202.953.789%204.789.971%205.5069.5389%202.45%201.1309%203.674%201.7759%203.674.502%200%201.256-.796%202.265-2.385%201.004-1.589%201.54-2.797%201.612-3.628.144-1.371-.395-2.061-1.614-2.061-.574%200-1.167.121-1.777.391%201.186-3.8679%203.434-5.7568%206.7619-5.6368%202.4729.06%203.6279%201.664%203.4929%204.7969z%22%2F%3E%3C%2Fsvg%3E");
}

.fa-youtube-square {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M23.498%206.186a3.016%203.016%200%200%200-2.122-2.136C19.505%203.545%2012%203.545%2012%203.545s-7.505%200-9.377.505A3.017%203.017%200%200%200%20.502%206.186C0%208.07%200%2012%200%2012s0%203.93.502%205.814a3.016%203.016%200%200%200%202.122%202.136c1.871.505%209.376.505%209.376.505s7.505%200%209.377-.505a3.015%203.015%200%200%200%202.122-2.136C24%2015.93%2024%2012%2024%2012s0-3.93-.502-5.814zM9.545%2015.568V8.432L15.818%2012l-6.273%203.568z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M23.498%206.186a3.016%203.016%200%200%200-2.122-2.136C19.505%203.545%2012%203.545%2012%203.545s-7.505%200-9.377.505A3.017%203.017%200%200%200%20.502%206.186C0%208.07%200%2012%200%2012s0%203.93.502%205.814a3.016%203.016%200%200%200%202.122%202.136c1.871.505%209.376.505%209.376.505s7.505%200%209.377-.505a3.015%203.015%200%200%200%202.122-2.136C24%2015.93%2024%2012%2024%2012s0-3.93-.502-5.814zM9.545%2015.568V8.432L15.818%2012l-6.273%203.568z%22%2F%3E%3C%2Fsvg%3E");
}

.fa-tumblr-square {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14.563%2024c-5.093%200-7.031-3.756-7.031-6.411V9.747H5.116V6.648c3.63-1.313%204.512-4.596%204.71-6.469C9.84.051%209.941%200%209.999%200h3.517v6.114h4.801v3.633h-4.82v7.47c.016%201.001.375%202.371%202.207%202.371h.09c.631-.02%201.486-.205%201.936-.419l1.156%203.425c-.436.636-2.4%201.374-4.156%201.404h-.178l.011.002z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14.563%2024c-5.093%200-7.031-3.756-7.031-6.411V9.747H5.116V6.648c3.63-1.313%204.512-4.596%204.71-6.469C9.84.051%209.941%200%209.999%200h3.517v6.114h4.801v3.633h-4.82v7.47c.016%201.001.375%202.371%202.207%202.371h.09c.631-.02%201.486-.205%201.936-.419l1.156%203.425c-.436.636-2.4%201.374-4.156%201.404h-.178l.011.002z%22%2F%3E%3C%2Fsvg%3E");
}

.fa-facebook-square {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9.101%2023.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085%201.848-5.978%205.858-5.978.401%200%20.955.042%201.468.103a8.68%208.68%200%200%201%201.141.195v3.325a8.623%208.623%200%200%200-.653-.036%2026.805%2026.805%200%200%200-.733-.009c-.707%200-1.259.096-1.675.309a1.686%201.686%200%200%200-.679.622c-.258.42-.374.995-.374%201.752v1.297h3.919l-.386%202.103-.287%201.564h-3.246v8.245C19.396%2023.238%2024%2018.179%2024%2012.044c0-6.627-5.373-12-12-12s-12%205.373-12%2012c0%205.628%203.874%2010.35%209.101%2011.647Z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9.101%2023.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085%201.848-5.978%205.858-5.978.401%200%20.955.042%201.468.103a8.68%208.68%200%200%201%201.141.195v3.325a8.623%208.623%200%200%200-.653-.036%2026.805%2026.805%200%200%200-.733-.009c-.707%200-1.259.096-1.675.309a1.686%201.686%200%200%200-.679.622c-.258.42-.374.995-.374%201.752v1.297h3.919l-.386%202.103-.287%201.564h-3.246v8.245C19.396%2023.238%2024%2018.179%2024%2012.044c0-6.627-5.373-12-12-12s-12%205.373-12%2012c0%205.628%203.874%2010.35%209.101%2011.647Z%22%2F%3E%3C%2Fsvg%3E");
}

.fa-square-xing,
.fa-brands.fa-square-xing {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18.188%200c-.517%200-.741.325-.927.66%200%200-7.455%2013.224-7.702%2013.657.015.024%204.919%209.023%204.919%209.023.17.308.436.66.967.66h3.454c.211%200%20.375-.078.463-.22.089-.151.089-.346-.009-.536l-4.879-8.916c-.004-.006-.004-.016%200-.022L22.139.756c.095-.191.097-.387.006-.535C22.056.078%2021.894%200%2021.686%200h-3.498zM3.648%204.74c-.211%200-.385.074-.473.216-.09.149-.078.339.02.531l2.34%204.05c.004.01.004.016%200%20.021L1.86%2016.051c-.099.188-.093.381%200%20.529.085.142.239.234.45.234h3.461c.518%200%20.766-.348.945-.667l3.734-6.609-2.378-4.155c-.172-.315-.434-.659-.962-.659H3.648v.016z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18.188%200c-.517%200-.741.325-.927.66%200%200-7.455%2013.224-7.702%2013.657.015.024%204.919%209.023%204.919%209.023.17.308.436.66.967.66h3.454c.211%200%20.375-.078.463-.22.089-.151.089-.346-.009-.536l-4.879-8.916c-.004-.006-.004-.016%200-.022L22.139.756c.095-.191.097-.387.006-.535C22.056.078%2021.894%200%2021.686%200h-3.498zM3.648%204.74c-.211%200-.385.074-.473.216-.09.149-.078.339.02.531l2.34%204.05c.004.01.004.016%200%20.021L1.86%2016.051c-.099.188-.093.381%200%20.529.085.142.239.234.45.234h3.461c.518%200%20.766-.348.945-.667l3.734-6.609-2.378-4.155c-.172-.315-.434-.659-.962-.659H3.648v.016z%22%2F%3E%3C%2Fsvg%3E");
}

.fa-linkedin,
.fa-brands.fa-linkedin {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M20.447%2020.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853%200-2.136%201.445-2.136%202.939v5.667H9.351V9h3.414v1.561h.046c.477-.9%201.637-1.85%203.37-1.85%203.601%200%204.267%202.37%204.267%205.455v6.286zM5.337%207.433c-1.144%200-2.063-.926-2.063-2.065%200-1.138.92-2.063%202.063-2.063%201.14%200%202.064.925%202.064%202.063%200%201.139-.925%202.065-2.064%202.065zm1.782%2013.019H3.555V9h3.564v11.452zM22.225%200H1.771C.792%200%200%20.774%200%201.729v20.542C0%2023.227.792%2024%201.771%2024h20.451C23.2%2024%2024%2023.227%2024%2022.271V1.729C24%20.774%2023.2%200%2022.222%200h.003z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M20.447%2020.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853%200-2.136%201.445-2.136%202.939v5.667H9.351V9h3.414v1.561h.046c.477-.9%201.637-1.85%203.37-1.85%203.601%200%204.267%202.37%204.267%205.455v6.286zM5.337%207.433c-1.144%200-2.063-.926-2.063-2.065%200-1.138.92-2.063%202.063-2.063%201.14%200%202.064.925%202.064%202.063%200%201.139-.925%202.065-2.064%202.065zm1.782%2013.019H3.555V9h3.564v11.452zM22.225%200H1.771C.792%200%200%20.774%200%201.729v20.542C0%2023.227.792%2024%201.771%2024h20.451C23.2%2024%2024%2023.227%2024%2022.271V1.729C24%20.774%2023.2%200%2022.222%200h.003z%22%2F%3E%3C%2Fsvg%3E");
}

/*# sourceMappingURL=style.css.map */
