@font-face {
  font-family: "Helvetica 75 Bold Outline";
  src: url("/fonts/c8825670a2174b389768a8cbc5dbb18a.eot"); /* IE9*/
  src: url("/fonts/c8825670a2174b389768a8cbc5dbb18a.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/fonts/c8825670a2174b389768a8cbc5dbb18a.woff2") format("woff2"), /* chrome、firefox */
  url("/fonts/c8825670a2174b389768a8cbc5dbb18a.woff") format("woff"), /* chrome、firefox */
  url("/fonts/c8825670a2174b389768a8cbc5dbb18a.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("/fonts/c8825670a2174b389768a8cbc5dbb18a.svg#Helvetica 75 Bold Outline") format("svg"); /* iOS 4.1- */
}

body {
  color: #555;
}

i.fas.fa-moon {
  font-style: normal;
}

a, a:link, a.active, a:hover, a:visited {
  color: #870870;
}

#fh5co-offcanvas a {
  color: #999;
}

#fh5co-offcanvas a.active {
  color: #870870;
}

#fh5co-offcanvas a:hover {
  color: #870870;
}


#fh5co-home .fh5co-copy-inner a {
    border-bottom: 0px;
}


.fh5co-menu-1 {
   white-space: nowrap;
}

.fh5co-main-nav .fh5co-menu-1 p {
  color: #aaa;
}

.fh5co-main-nav .fh5co-menu-1 a {
  color: #777;
}

.fh5co-main-nav .fh5co-menu-1 a.active {
  color: #000;
  font-weight: 800;
}

.btn-primary {
  color: #870870;
  border: 2px solid #870870;
}
.btn-primary:hover {
  background-color: #870870 !important;
  border: 2px solid #870870 !important;
}
.btn-primary.btn-outline {
  color: #870870;
  border: 2px solid #870870;
}


#fh5co-home .fh5co-copy-inner h1 {
  /* font-family:"Helvetica 75 Bold Outline" !important; */
  padding-top: 40%;
  font-size: 3em;
  font-weight: 600;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

#fh5co-home .fh5co-copy-inner h2 {
  color: #aaa;
}

.fh5co-heading {
  padding-top: 50px;
}

.fh5co-heading h2 {
  text-transform: none;
  font-weight: 500;
  font-size: 36px;
  color: #000;
/*
  margin-left: 17%;
  margin-right: 25%;
*/
  margin-left: 2%;
  margin-right: 2%;
}

.fh5co-heading h2:after {
/*
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: #cccccc;
*/
    background: inherit;
  }



.fh5co-grid {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .fh5co-grid {
    padding-left: 0em;
  }
}
.fh5co-grid .fh5co-grid-item {
  width: 100% !important;
  max-height: 480px !important;
  /*width: 50%; !important;*/
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1280px) {
  .fh5co-grid .fh5co-grid-item {
    width: 100%;
    height: 500px !important;
  }
}
@media screen and (max-width: 1024px) {
  .fh5co-grid .fh5co-grid-item {
    height: 400px !important;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-grid .fh5co-grid-item {
    height: 300px !important;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-grid .fh5co-grid-item {
    height: 200px !important;
  }
}



#fh5co-gallery {
  clear: both;
  float: left;
  width: 100%;
}

#fh5co-gallery .fh5co-item {
  display: block;
  position: relative;
  width: 50%;
  z-index: 1;
  background-size: cover;
  /*background-size: contain;*/
  /*background-size: auto 100%;*/
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  height: 300px;
  float: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-gallery .fh5co-item {
  height: 400px;
  font-size: 1em;
}

#fh5co-gallery .fh5co-item .fh5co-copy .expertise {
  /*text-align: center;*/
  width: 100%;
  /* align-items: center;*/
  float: left;
  text-align: center;
  align-items: center;
}

#fh5co-gallery .expertise-block {
  float: left;
  width: 100%;
}



.hero {
  color: #aaa;
  font-weight: normal;
  line-height: normal;
  margin-top: .5em;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}


.sec3 p, .sec3 h1 {
  margin-left: 7px;
}

.sec1 p, .sec1 h1 {
  margin-left: 7px;
}

.sec-item-caption {
  width: 100%;
  height: 1.2em;
  position: relative;
  float: left;
  bottom: -webkit-calc(-100% + 2em);
  bottom: calc(-100% + 2em);
  font-size: 0.8em;
  color: #777;
  background: transparent;
  text-align: right;
  padding-right: 10px;
  /*opacity:0.7;*/
}

@media screen and (max-width: 1024px) {
  div.container.sec2 {
    width: 100%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}

.expertise-block {
  position: relative;
  width: 100%;
  z-index: 1;
  background-position: center center;
  /*background-size: cover;*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  clear: none;
  float: left;
  display: block;
  justify-content: center;
  align-items: center;
}

h2.expertise:hover {
  /*border: 2px solid #fff;*/
  text-decoration: underline;
}

h2.expertise {
  font-size: 30px;
  color: #fff;
/*
  position: relative;
  top: 30%;
  margin-left: 20%;
  margin-right: 20%;
*/
 position: absolute;
 top: 50%;
 left: 50%;
 /*margin: -25px 0 0 -25px;*/
 transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  h2.expertise {
    font-size: 24px;
  }
}

.exp-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1024px;
  margin: 20px auto;
}

h2.open-expertise-popup-link {
  display: block;
  float: left;
  text-align: center;
  align-items: middle;
}

.exp-list-style {
  /*list-style: circle;*/
  list-style: none;
  list-style-type: "- ";
  font-size: 1.2em;
  line-height: 1.3em;
  color: #555;
}





.ref-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 768px;
  margin: 20px auto;
}

.reference-name, p.reference-name {
  font-size: 1.2em;
  font-weight: 300;
  color: #333;
}

p.reference-zitat {
  font-size: 1.3em;
  font-weight: 500;
  font-style: italic;
  color: #222;
}

p.reference-titles {
  font-size: 0.8em;
  font-weight: 200;
  color: #777;
}

button.reference {
  text-transform: none;
}

/*
.reference row {
  padding-bottäom: 3em;
}
*/



.readings .item {
  /* padding-bottom: 35px; */
  /* padding-top: 35px; */
}

#readings.row {
  margin-bottom: 50px;
}

.readings .title {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 50px;
  display: inline-block;
  word-break: break-word;
}

h3.readings  {
  font-size: 1.1em;
  margin-bottom: 5px;
}

p.readings  {
  font-size: 0.9em;
}

p.readings.authors  {
  margin-bottom: 15px;
}

.readings-img {
  max-width: 150px;
  height: auto;
  display: block;
  vertical-align: middle;
/*  display: flex; */
/*  justify-content: center;*/
/*  align-items: center; */
}

.reading-link {
  /*display: flex;*/
}

img.readings {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 150px;
  height: auto;
}

button.readings {
  text-transform: none;
  font-size: 0.8em;
  margin-bottom: 15px;
}


#contact.contact {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  #contact.contact {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

i.contact_mail, i.contact_phone, i.contact_linkedin {
  font-size: xx-large;
}

.contact p {
  font-size: 21px;
}


.imprint {
  padding-left: 0px;
}

.imprint p {
  margin-left: 0px;,
}



#fh5co-footer .fh5co-social {
  float: right;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-social {
    float: left;
    width: 100%;
    text-align: center;
  }
}

#footer-row.row {
  width: 100%;
}

.footer-link {
  font-style: normal;
  font-weight: bold;
}

#footer-note {
  margin-bottom: 25px;
}

.note a {
  /*color: inherit;*/
}
.note a:hover {
  text-decoration: none;
}
p.note {
  /*visibility: hidden;*/
  margin-left: 0px;
  margin-right: 25px;
  /*margin-bottom: 25px;*/
  font-weight: 0;
  font-size: 10px;

}
@media screen and (max-width: 1024px) {
  p.note {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  p.note {
    font-size: 15px;
    text-align: center;
  }
  .custom-footer ul {
    text-align: center;
    padding-inline-start: 0px !important;
    padding-inline-end: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  p.note {
    font-size: 15px;
    text-align: center;
  }
  .custom-footer ul {
    text-align: center;
    padding-inline-start: 0px !important;
    padding-inline-end: 20px !important;
  }
}



@media screen and (max-width: 1280px) {
  #fh5co-offcanvas {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  #fh5co-container, #fh5co-footer, .fh5co-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media screen and (max-width: 1280px) {
  .js-sticky {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .fh5co-nav-toggle {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .equal {
    display: flex;
    flex-wrap: wrap;
  }
}
