/* josefin-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/josefin-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/josefin-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/josefin-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/josefin-sans-v25-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}
/* line 6, agency.less */
body {
  overflow-x: hidden;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
}
/* line 11, agency.less */
.text-muted {
  color: #333333;
}
/* line 15, agency.less */
.text-primary {
  color: #028fde;
}
/* line 19, agency.less */
p {
  font-size: 17px;
  line-height: 1.75;
}
/* line 24, agency.less */
p.large {
  font-size: 19px;
}
/* line 28, agency.less */
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
/* line 36, agency.less */
a {
  color: #028fde;
}
/* line 40, agency.less */
a:hover,
a:focus,
a:active,
a.active {
  color: #16aafd;
}
/* line 47, agency.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/* line 52, agency.less */
.img-centered {
  margin: 0 auto;
}
/* line 56, agency.less */
.bg-light-gray {
  background-color: #eeeeee;
}
/* line 60, agency.less */
.bg-darkest-gray {
  background-color: #222222;
}
/* line 66, agency.less */
.btn-primary {
  color: #ffffff;
  background-color: #028fde;
  border-color: #028fde;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 10, mixins.less */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #16aafd;
  border-color: #20aefd;
}
/* line 19, mixins.less */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
/* line 27, mixins.less */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #028fde;
  border-color: #028fde;
}
/* line 37, mixins.less */
.btn-primary .badge {
  color: #028fde;
  background-color: #ffffff;
}
/* line 72, agency.less */
.btn-xl {
  color: #ffffff;
  background-color: #028fde;
  border-color: #028fde;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 21px;
  padding: 20px 40px;
}
/* line 10, mixins.less */
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #ffffff;
  background-color: #16aafd;
  border-color: #20aefd;
}
/* line 19, mixins.less */
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
/* line 27, mixins.less */
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #028fde;
  border-color: #028fde;
}
/* line 37, mixins.less */
.btn-xl .badge {
  color: #028fde;
  background-color: #ffffff;
}
/* line 83, agency.less */
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
/* line 86, agency.less */
.navbar-custom .navbar-brand {
  color: #028fde;
  font-family: "Josefin Sans", Helvetica, Arial, cursive;
  font-weight: bold;
}
/* line 90, agency.less */
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #16aafd;
}
/* line 97, agency.less */
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
/* line 100, agency.less */
.navbar-custom .navbar-toggle {
  background-color: #028fde;
  border-color: #028fde;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
/* line 106, agency.less */
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #028fde;
}
/* line 113, agency.less */
.navbar-custom .nav li a {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
/* line 118, agency.less */
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #16aafd;
  outline: none;
}
/* line 126, agency.less */
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #028fde;
}
/* line 131, agency.less */
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #16aafd;
}
@media (min-width: 768px) {
  /* line 139, agency.less */
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  /* line 146, agency.less */
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 152, agency.less */
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  /* line 161, agency.less */
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  /* line 164, agency.less */
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
/* line 170, agency.less */
header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #028fde;
}
/* line 178, agency.less */
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
/* line 181, agency.less */
header .intro-text .intro-lead-in {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  line-height: 18px;
  margin-bottom: 25px;
  color: #ffffff;
/*   text-shadow: 0 0 8px #ccc, 0 0 8px #ccc,  0 0 8px #ccc; */
}
/* line 193, agency.less */
header .intro-text .intro-heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color: #ffffff;
/*   text-shadow: 0 0 8px #ccc, 0 0 8px #ccc,  0 0 8px #ccc; */
}
@media (min-width: 768px) {
  /* line 205, agency.less */
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  /* line 208, agency.less */
  header .intro-text .intro-lead-in {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  /* line 216, agency.less */
  header .intro-text .intro-heading {
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
/* line 228, agency.less */
section {
  padding: 100px 0;
}
/* line 230, agency.less */
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 235, agency.less */
section h3.section-subheading {
  font-size: 21px;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  /* line 246, agency.less */
  section {
    padding: 150px 0;
  }
}
/* line 253, agency.less */
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
/* line 261, agency.less */
#Leistungen .leistungen-item {
  margin: 0 0 15px;
  right: 0;
}
/* line 264, agency.less */
#Leistungen .leistungen-item .leistungen-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
/* line 269, agency.less */
#Leistungen .leistungen-item .leistungen-link .leistungen-hover {
  background: rgba(2, 143, 222, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
/* line 278, agency.less */
#Leistungen .leistungen-item .leistungen-link .leistungen-hover:hover {
  opacity: 1;
}
/* line 281, agency.less */
#Leistungen .leistungen-item .leistungen-link .leistungen-hover .leistungen-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 23px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
/* line 290, agency.less */
#Leistungen .leistungen-item .leistungen-link .leistungen-hover .leistungen-hover-content i {
  margin-top: -12px;
}
/* line 293, agency.less */
#Leistungen .leistungen-item .leistungen-link .leistungen-hover .leistungen-hover-content h3,
#Leistungen .leistungen-item .leistungen-link .leistungen-hover .leistungen-hover-content h4 {
  margin: 0;
}
/* line 300, agency.less */
#Leistungen .leistungen-item .leistungen-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
/* line 306, agency.less */
#Leistungen .leistungen-item .leistungen-caption h4 {
  text-transform: none;
  margin: 0;
}
/* line 310, agency.less */
#Leistungen .leistungen-item .leistungen-caption p {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 19px;
  margin: 0;
}
/* line 318, agency.less */
#Leistungen * {
  z-index: 2;
}
@media (min-width: 767px) {
  /* line 325, agency.less */
  #leistungen .leistungen-item {
    margin: 0 0 30px;
  }
}
/* line 337, agency.less */
#Referenzen .portfolio-item,
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
/* line 340, agency.less */
#Referenzen .portfolio-item .img-portfolio,
#portfolio .portfolio-item .img-portfolio {
  border: 7px solid white;
}
/* line 343, agency.less */
#Referenzen .portfolio-item .portfolio-link,
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
/* line 348, agency.less */
#Referenzen .portfolio-item .portfolio-link .portfolio-hover,
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(2, 143, 222, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
/* line 357, agency.less */
#Referenzen .portfolio-item .portfolio-link .portfolio-hover:hover,
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
/* line 360, agency.less */
#Referenzen .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 23px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
/* line 369, agency.less */
#Referenzen .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
/* line 372, agency.less */
#Referenzen .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#Referenzen .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
/* line 379, agency.less */
#Referenzen .portfolio-item .portfolio-caption,
#portfolio .portfolio-item .portfolio-caption {
  margin: 0 auto;
  background-color: white;
  text-align: left;
  padding: 15px;
}
/* line 385, agency.less */
#Referenzen .portfolio-item .portfolio-caption h4,
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
/* line 389, agency.less */
#Referenzen .portfolio-item .portfolio-caption p,
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 19px;
  margin: 0;
}
/* line 397, agency.less */
#Referenzen *,
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  /* line 404, agency.less */
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
  /* line 407, agency.less */
  #portfolio img {
    padding: 10px;
    border: 5px solid #021a40;
  }
}
/* line 416, agency.less */
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
/* line 420, agency.less */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
/* line 430, agency.less */
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
/* line 434, agency.less */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
/* line 439, agency.less */
.timeline > li:after {
  clear: both;
}
/* line 442, agency.less */
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
/* line 448, agency.less */
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
/* line 454, agency.less */
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
/* line 461, agency.less */
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #028fde;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
/* line 473, agency.less */
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
/* line 479, agency.less */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
/* line 483, agency.less */
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
/* line 489, agency.less */
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
/* line 496, agency.less */
.timeline > li:last-child {
  margin-bottom: 0;
}
/* line 501, agency.less */
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
/* line 504, agency.less */
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
/* line 510, agency.less */
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 519, agency.less */
  .timeline:before {
    left: 50%;
  }
  /* line 522, agency.less */
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  /* line 525, agency.less */
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  /* line 531, agency.less */
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  /* line 536, agency.less */
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  /* line 542, agency.less */
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  /* line 553, agency.less */
  .timeline > li {
    min-height: 150px;
  }
  /* line 555, agency.less */
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  /* line 558, agency.less */
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  /* line 562, agency.less */
  .timeline > li .timeline-image h4 {
    font-size: 21px;
    margin-top: 30px;
    line-height: 26px;
  }
  /* line 568, agency.less */
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  /* line 577, agency.less */
  .timeline > li {
    min-height: 170px;
  }
  /* line 579, agency.less */
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  /* line 582, agency.less */
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  /* line 586, agency.less */
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  /* line 590, agency.less */
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
/* line 599, agency.less */
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
/* line 602, agency.less */
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
/* line 606, agency.less */
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
/* line 611, agency.less */
.team-member p {
  margin-top: 0;
}
/* line 619, agency.less */
aside.clients img {
  margin: 50px auto;
}
/* line 626, agency.less */
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
/* line 631, agency.less */
section#contact .section-heading {
  color: white;
}
/* line 634, agency.less */
section#contact .form-group {
  margin-bottom: 25px;
}
/* line 636, agency.less */
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
/* line 640, agency.less */
section#contact .form-group input.form-control {
  height: auto;
}
/* line 643, agency.less */
section#contact .form-group textarea.form-control {
  height: 236px;
}
/* line 647, agency.less */
section#contact .form-control:focus {
  border-color: #028fde;
  box-shadow: none;
}
/* line 651, agency.less */
section#contact ::-webkit-input-placeholder {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
/* line 656, agency.less */
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
/* line 661, agency.less */
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
/* line 666, agency.less */
section#contact :-ms-input-placeholder {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
/* line 671, agency.less */
section#contact .text-danger {
  color: #e74c3c;
}
/* line 678, agency.less */
footer {
  padding: 25px 0;
  text-align: center;
}
/* line 681, agency.less */
footer span.copyright {
  line-height: 40px;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
/* line 686, agency.less */
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
/* line 696, agency.less */
ul.social-buttons {
  margin-bottom: 0;
}
/* line 699, agency.less */
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 23px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 712, agency.less */
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #028fde;
}
/* line 721, agency.less */
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
/* line 729, agency.less */
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
/* line 734, agency.less */
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
/* line 743, agency.less */
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
/* line 747, agency.less */
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
/* line 750, agency.less */
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 19px;
}
/* line 756, agency.less */
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
/* line 760, agency.less */
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
/* line 764, agency.less */
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
/* line 772, agency.less */
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
/* line 775, agency.less */
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
/* line 786, agency.less */
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
/* line 799, agency.less */
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
/* line 807, agency.less */
::-moz-selection {
  text-shadow: none;
  background: #028fde;
}
/* line 812, agency.less */
::-moz-selection {
  text-shadow: none;
  background: #028fde;
}
::selection {
  text-shadow: none;
  background: #028fde;
}
/* line 817, agency.less */
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
/* line 821, agency.less */
img::-moz-selection {
  background: transparent;
}
/* line 825, agency.less */
body {
  webkit-tap-highlight-color: #028fde;
}
@media (max-width: 768px) {
  /* line 834, agency.less */
  #Leistungen .leistungen-item {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 845, agency.less */
  #Leistungen .leistungen-item {
    display: block;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
}
@media (min-width: 992px) {
  /* line 856, agency.less */
  #Leistungen .leistungen-item {
    display: block;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }
}
@media (max-width: 768px) {
  /* line 870, agency.less */
  #Referenzen .portfolio-item,
  #portfolio .portfolio-item {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  /* line 881, agency.less */
  #Referenzen .portfolio-item,
  #portfolio .portfolio-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
}
@media (min-width: 992px) {
  /* line 891, agency.less */
  #Referenzen .portfolio-item,
  #portfolio .portfolio-item {
    width: 33%;
  }
}
/*# sourceMappingURL=agency.css.map */