@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(../fonts/raleway.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

#home,
.dark,
.header,
body {
  position: relative
}

.header,
.header-container,
.start-logo {
  background-position: center;
  background-repeat: no-repeat
}

.page-header h1,
.start.container h1 {
  font-weight: 700
}

.btn-primary,
h1 {
  font-weight: 600
}

body {
  font-family: Raleway;
  color: #616161
}

.list-group-item p,
body .dark {
  color: #898989
}

img.lazyload,
img.lazyloaded {
  width: 100%;
  height: auto;
  display: block
}

.fade-in {
  -webkit-filter: opacity(0);
  filter: opacity(0);
  transition: filter 1s, -webkit-filter 1s
}

.fade-in.lazyloaded {
  -webkit-filter: opacity(1);
  filter: opacity(1)
}

mark {
  background-color: rgba(53, 152, 219, .6);
  color: #fff
}

.btn-primary {
  background-color: #fff;
  color: #616161;
  font-size: .8rem;
  border-color: #dfdfdf;
  text-transform: uppercase
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #3598db;
  color: #dfdfdf;
  border-color: #3598db
}

.list-group-item.active {
  background-color: #3598db;
  border-color: #3598db
}

.dark {
  background-color: #282828
}

.dark-gradient {
  margin-top: 100px;
  padding: 1px 0 100px;
  margin-bottom: 40px;
  background-position: center
}

.footer,
.header {
  margin-bottom: 0
}

.dark:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.dark span.fa,
.dark::before {
  content: "";
  margin: -20px auto;
  position: absolute
}

.dark span.fa {
  color: #fff;
  text-align: center;
  line-height: 40px;
  z-index: 2
}

.dark::before {
  width: 40px;
  height: 40px;
  display: block;
  top: 0;
  left: calc(50% - 20px);
  border-radius: 4px;
  background-color: #3598db;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header-container {
  overflow: hidden;
  height: 100vh;
  background-color: #27273f;
  background-image: url('../img/loading.svg');
  position: absolute;
  left: 0;
  right: 0
}

.bounce,
.header,
.progress-circle {
  position: relative
}

.footer {
  height: 50vh;
  margin-top: -80px !important
}

.footer-menu {
  background-color: #282828;
  text-align: center
}

.footer-content,
.navbar-start .navbar-toggler {
  background-color: #fff
}

.footer-menu a {
  text-transform: uppercase;
  color: #dfdfdf
}

.footer-menu a:hover,
.navbar-light .navbar-nav .nav-link:hover {
  opacity: .8
}

.footer-content {
  text-align: justify;
  line-height: 1.2
}

#impressum-container #quellen,
footer-content h1,
footer-content h2,
footer-content h3 {
  text-align: left
}

.footer-content a {
  text-transform: none
}

.dark .media-body h5,
.media-body h5,
.navbar-light .navbar-nav .nav-item,
.page-header h1,
.start.container h1 {
  text-transform: uppercase
}

.header {
  opacity: 0;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh
}

.header.lazyloaded {
  transition: 1s;
  opacity: 1
}

.start.container {
  width: 100%;
  height: 100vh;
  position: absolute;
  text-align: center;
  top: 0
}

.start.container .caption {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(transparent, #27273f);
  padding-top: 20vh
}

.start.container .caption.loaded {
  opacity: 1;
  padding-bottom: 60px;
  transition: 2s
}

.start.container .bouncer {
  color: #fff;
  width: auto;
  cursor: pointer;
  text-decoration: none
}

.start.container .bouncer:hover {
  text-decoration: none;
  color: #3598db
}

.start.container h1,
.start.container p {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 .1em rgba(0, 0, 0, .33)
}

.start.container h1 em {
  font-style: normal;
  color: #52b5f3
}

.start-logo {
  background-image: url(../img/logo.svg);
  height: 180px;
  background-size: contain;
  margin: 0 auto;
  width: 40%
}

.page-header {
  padding-bottom: 16px;
  margin: 70px 0 40px
}

.page-header h1 {
  text-align: center;
  white-space: nowrap
}

.dark .page-header h1 {
  background: 0 0;
  color: #fff
}

.page-header h1 em {
  font-style: normal;
  color: #3797d3
}

.page-header .sub-title {
  text-align: center;
  font-size: 1em
}

.navbar {
  opacity: 0;
  font-size: 100%;
  min-height: 70px;
  margin-bottom: -70px;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #f7f7f7;
  transition: background .5s, font-size 1s, border-color 1s
}

.navbar.loaded {
  transition: opacity 3s, background .5s, font-size 1s, border-color .5s;
  opacity: 1
}

.navbar-start {
  font-size: 150%;
  padding: 0;
  width: 100%;
  background: 0 0;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  transition: background .5s, font-size 1s, border-color .5s
}

.navbar-light .navbar-toggler-right {
  right: 14px;
  top: 14px;
  outline: 0;
  z-index: 999;
  cursor: pointer;
  border-radius: 0
}

.navbar-light.navbar-start .navbar-nav .nav-link {
  color: #fff
}

.navbar-light .navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px
}

.navbar-light .navbar-nav .nav-link {
  color: #616161;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 4px solid transparent
}

.navbar-light .navbar-nav .nav-link.active {
  border-bottom: 4px solid #3598db
}

.fa {
  width: 100%;
  text-align: center
}

.concept {
  background-image: url("../img/software-loesung.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.reference-container:hover::after {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  background-color: #000;
  padding: 8px;
  color: #fff;
  text-align: center
}

.reference-container video {
  position: absolute;
  width: calc(100% - 2px)
}

.bounce {
  -moz-animation: 1s linear infinite bounce;
  -o-animation: 1s linear infinite bounce;
  -webkit-animation: 1s linear infinite bounce;
  animation: 1s linear infinite bounce
}

@-webkit-keyframes bounce {

  0%,
  100% {
    top: 0
  }

  50% {
    top: -.2em
  }

  70% {
    top: -.3em
  }
}

@-moz-keyframes bounce {

  0%,
  100% {
    top: 0
  }

  50% {
    top: -.2em
  }

  70% {
    top: -.3em
  }
}

@-o-keyframes bounce {

  0%,
  100% {
    top: 0
  }

  50% {
    top: -.2em
  }

  70% {
    top: -.3em
  }
}

@-ms-keyframes bounce {

  0%,
  100% {
    top: 0
  }

  50% {
    top: -.2em
  }

  70% {
    top: -.3em
  }
}

@keyframes bounce {

  0%,
  100% {
    top: 0
  }

  50% {
    top: -.2em
  }

  70% {
    top: -.3em
  }
}

#skills h5,
.card-title,
.media-body h5 {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase
}

#skills h5 {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 34px
}

#skills {
  padding-bottom: 66px
}

.card-circle .fa {
  width: auto;
  background-color: #282828;
  padding: 40px;
  color: #fff
}

.icon-flag::after,
.icon-flag::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent
}

.card-circle.primary .fa {
  background-color: #3598db;
  background-image: none
}

.list-group-item {
  background: 0 0;
  border: none
}

.dark .media-body h5 {
  color: #fff
}

.dark .media .fa {
  color: #3797d3;
  width: 120px
}

.media .fa {
  color: #3797d3
}

#team .card .card-block .team-desc div,
.media small {
  color: #aaa
}

.icon-flag {
  width: 50px;
  color: #fff !important;
  margin-right: 20px;
  background-color: #383838;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.icon-flag::before {
  top: 70px;
  border-top: 20px solid #3797d3;
  z-index: 1;
  background-color: #fff
}

.icon-flag::after {
  background-color: #3797d3;
  border-top: 20px solid #383838;
  top: 50px;
  left: 0;
  z-index: 0
}

.icon-flag .fa {
  color: #fff;
  font-size: 30px;
  padding: 10px
}

#angebot.container {
  margin-top: 100vh;
  padding-top: 1px
}

#team .card {
  border: none
}

#team .card .card-block {
  text-align: center;
  padding: 0
}

#team .card .card-block img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

#team .card .card-block .team-desc {
  margin: 0 auto;
  padding: 12px;
  border: 1px solid #dfdfdf;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

#team .card .card-block .team-desc .btn {
  margin-top: -50px;
  background-color: #3598db;
  color: #dfdfdf;
  border-color: #3598db;
  position: relative
}

#team .card .card-block .team-desc p {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 16px;
  margin-left: 20px;
  margin-right: 20px
}

#team .card .card-block .fa {
  width: auto;
  margin-right: 12px
}

#referenzen .row div {
  overflow: hidden;
  margin: 0;
  padding: 1px
}

#referenzen .row div img {
  filter: grayscale(100%);
  transition: .8s
}

#referenzen .row div img:hover {
  filter: grayscale(0%)
}

.progress-circle {
  margin: 0 auto;
  font-size: 20px;
  padding: 0;
  width: 5em;
  height: 5em;
  background-color: #3598db;
  border-radius: 50%;
  line-height: 5em
}

.progress-circle:after {
  border: none;
  position: absolute;
  top: .35em;
  left: .35em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 4.3em;
  height: 4.3em;
  background-color: #383838;
  content: " "
}

.left-half-clipper,
.value-bar {
  border-radius: 50%;
  position: absolute;
  width: 5em;
  height: 5em
}

.progress-circle span {
  position: absolute;
  line-height: 5em;
  width: 5em;
  text-align: center;
  display: block;
  color: #fff;
  z-index: 2
}

.left-half-clipper {
  clip: rect(0, 5em, 5em, 2.5em)
}

.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto)
}

.value-bar {
  clip: rect(0, 2.5em, 5em, 0);
  border: .45em solid #fff;
  box-sizing: border-box
}

.progress-circle.over50 .first50-bar {
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em);
  background-color: #53777a;
  border-radius: 50%;
  width: 5em;
  height: 5em
}

#datenschutz-container,
#impressum-container,
.progress-circle.p0 .value-bar,
.progress-circle:not(.over50) .first50-bar {
  display: none
}

.progress-circle.p1 .value-bar {
  transform: rotate(4deg)
}

.progress-circle.p2 .value-bar {
  transform: rotate(7deg)
}

.progress-circle.p3 .value-bar {
  transform: rotate(11deg)
}

.progress-circle.p4 .value-bar {
  transform: rotate(14deg)
}

.progress-circle.p5 .value-bar {
  transform: rotate(18deg)
}

.progress-circle.p6 .value-bar {
  transform: rotate(22deg)
}

.progress-circle.p7 .value-bar {
  transform: rotate(25deg)
}

.progress-circle.p8 .value-bar {
  transform: rotate(29deg)
}

.progress-circle.p9 .value-bar {
  transform: rotate(32deg)
}

.progress-circle.p10 .value-bar {
  transform: rotate(36deg)
}

.progress-circle.p11 .value-bar {
  transform: rotate(40deg)
}

.progress-circle.p12 .value-bar {
  transform: rotate(43deg)
}

.progress-circle.p13 .value-bar {
  transform: rotate(47deg)
}

.progress-circle.p14 .value-bar {
  transform: rotate(50deg)
}

.progress-circle.p15 .value-bar {
  transform: rotate(54deg)
}

.progress-circle.p16 .value-bar {
  transform: rotate(58deg)
}

.progress-circle.p17 .value-bar {
  transform: rotate(61deg)
}

.progress-circle.p18 .value-bar {
  transform: rotate(65deg)
}

.progress-circle.p19 .value-bar {
  transform: rotate(68deg)
}

.progress-circle.p20 .value-bar {
  transform: rotate(72deg)
}

.progress-circle.p21 .value-bar {
  transform: rotate(76deg)
}

.progress-circle.p22 .value-bar {
  transform: rotate(79deg)
}

.progress-circle.p23 .value-bar {
  transform: rotate(83deg)
}

.progress-circle.p24 .value-bar {
  transform: rotate(86deg)
}

.progress-circle.p25 .value-bar {
  transform: rotate(90deg)
}

.progress-circle.p26 .value-bar {
  transform: rotate(94deg)
}

.progress-circle.p27 .value-bar {
  transform: rotate(97deg)
}

.progress-circle.p28 .value-bar {
  transform: rotate(101deg)
}

.progress-circle.p29 .value-bar {
  transform: rotate(104deg)
}

.progress-circle.p30 .value-bar {
  transform: rotate(108deg)
}

.progress-circle.p31 .value-bar {
  transform: rotate(112deg)
}

.progress-circle.p32 .value-bar {
  transform: rotate(115deg)
}

.progress-circle.p33 .value-bar {
  transform: rotate(119deg)
}

.progress-circle.p34 .value-bar {
  transform: rotate(122deg)
}

.progress-circle.p35 .value-bar {
  transform: rotate(126deg)
}

.progress-circle.p36 .value-bar {
  transform: rotate(130deg)
}

.progress-circle.p37 .value-bar {
  transform: rotate(133deg)
}

.progress-circle.p38 .value-bar {
  transform: rotate(137deg)
}

.progress-circle.p39 .value-bar {
  transform: rotate(140deg)
}

.progress-circle.p40 .value-bar {
  transform: rotate(144deg)
}

.progress-circle.p41 .value-bar {
  transform: rotate(148deg)
}

.progress-circle.p42 .value-bar {
  transform: rotate(151deg)
}

.progress-circle.p43 .value-bar {
  transform: rotate(155deg)
}

.progress-circle.p44 .value-bar {
  transform: rotate(158deg)
}

.progress-circle.p45 .value-bar {
  transform: rotate(162deg)
}

.progress-circle.p46 .value-bar {
  transform: rotate(166deg)
}

.progress-circle.p47 .value-bar {
  transform: rotate(169deg)
}

.progress-circle.p48 .value-bar {
  transform: rotate(173deg)
}

.progress-circle.p49 .value-bar {
  transform: rotate(176deg)
}

.progress-circle.p50 .value-bar {
  transform: rotate(180deg)
}

.progress-circle.p51 .value-bar {
  transform: rotate(184deg)
}

.progress-circle.p52 .value-bar {
  transform: rotate(187deg)
}

.progress-circle.p53 .value-bar {
  transform: rotate(191deg)
}

.progress-circle.p54 .value-bar {
  transform: rotate(194deg)
}

.progress-circle.p55 .value-bar {
  transform: rotate(198deg)
}

.progress-circle.p56 .value-bar {
  transform: rotate(202deg)
}

.progress-circle.p57 .value-bar {
  transform: rotate(205deg)
}

.progress-circle.p58 .value-bar {
  transform: rotate(209deg)
}

.progress-circle.p59 .value-bar {
  transform: rotate(212deg)
}

.progress-circle.p60 .value-bar {
  transform: rotate(216deg)
}

.progress-circle.p61 .value-bar {
  transform: rotate(220deg)
}

.progress-circle.p62 .value-bar {
  transform: rotate(223deg)
}

.progress-circle.p63 .value-bar {
  transform: rotate(227deg)
}

.progress-circle.p64 .value-bar {
  transform: rotate(230deg)
}

.progress-circle.p65 .value-bar {
  transform: rotate(234deg)
}

.progress-circle.p66 .value-bar {
  transform: rotate(238deg)
}

.progress-circle.p67 .value-bar {
  transform: rotate(241deg)
}

.progress-circle.p68 .value-bar {
  transform: rotate(245deg)
}

.progress-circle.p69 .value-bar {
  transform: rotate(248deg)
}

.progress-circle.p70 .value-bar {
  transform: rotate(252deg)
}

.progress-circle.p71 .value-bar {
  transform: rotate(256deg)
}

.progress-circle.p72 .value-bar {
  transform: rotate(259deg)
}

.progress-circle.p73 .value-bar {
  transform: rotate(263deg)
}

.progress-circle.p74 .value-bar {
  transform: rotate(266deg)
}

.progress-circle.p75 .value-bar {
  transform: rotate(270deg)
}

.progress-circle.p76 .value-bar {
  transform: rotate(274deg)
}

.progress-circle.p77 .value-bar {
  transform: rotate(277deg)
}

.progress-circle.p78 .value-bar {
  transform: rotate(281deg)
}

.progress-circle.p79 .value-bar {
  transform: rotate(284deg)
}

.progress-circle.p80 .value-bar {
  transform: rotate(288deg)
}

.progress-circle.p81 .value-bar {
  transform: rotate(292deg)
}

.progress-circle.p82 .value-bar {
  transform: rotate(295deg)
}

.progress-circle.p83 .value-bar {
  transform: rotate(299deg)
}

.progress-circle.p84 .value-bar {
  transform: rotate(302deg)
}

.progress-circle.p85 .value-bar {
  transform: rotate(306deg)
}

.progress-circle.p86 .value-bar {
  transform: rotate(310deg)
}

.progress-circle.p87 .value-bar {
  transform: rotate(313deg)
}

.progress-circle.p88 .value-bar {
  transform: rotate(317deg)
}

.progress-circle.p89 .value-bar {
  transform: rotate(320deg)
}

.progress-circle.p90 .value-bar {
  transform: rotate(324deg)
}

.progress-circle.p91 .value-bar {
  transform: rotate(328deg)
}

.progress-circle.p92 .value-bar {
  transform: rotate(331deg)
}

.progress-circle.p93 .value-bar {
  transform: rotate(335deg)
}

.progress-circle.p94 .value-bar {
  transform: rotate(338deg)
}

.progress-circle.p95 .value-bar {
  transform: rotate(342deg)
}

.progress-circle.p96 .value-bar {
  transform: rotate(346deg)
}

.progress-circle.p97 .value-bar {
  transform: rotate(349deg)
}

.progress-circle.p98 .value-bar {
  transform: rotate(353deg)
}

.progress-circle.p99 .value-bar {
  transform: rotate(356deg)
}

.progress-circle.p100 .value-bar {
  transform: rotate(360deg)
}

#datenschutz-container a,
#impressum-container a {
  color: #3597db
}

.col-seperator {
  border-right: 1px solid #898989
}

@media (min-width:1200px) {
  h1 {
    font-size: 2.8em
  }

  h2 {
    font-size: 1.8em
  }

  h3 {
    font-size: 1.2em
  }

  .start.container h1 {
    font-size: 6em
  }

  .start.container .lead {
    font-size: 2em;
    margin-bottom: 3rem
  }
}

@media (max-width:1200px) {
  h1 {
    font-size: 2.8em
  }

  h2 {
    font-size: 1.8em
  }

  h3 {
    font-size: 1em
  }

  .start.container h1 {
    font-size: 6em
  }

  .start.container .lead {
    font-size: 2em;
    margin-bottom: 3rem
  }

  .start-logo {
    width: 60%
  }
}

@media (max-width:992px) {
  #team .card .card-block .team-desc:not(last-child) {
    margin-bottom: 30px
  }

  .header {
    background-attachment: scroll
  }

  .start.container h1 {
    font-size: 4em
  }

  .col-seperator {
    border: none
  }

  .start.container .lead {
    font-size: 1.7em
  }

  .concept {
    display: none
  }

  .navbar-start.bg-faded {
    background-color: #27273f
  }

  .navbar-light .navbar-nav .nav-link.active {
    border-color: transparent;
    color: #3797d3
  }

  .card-circle .fa,
  .dark,
  .footer-menu {
    background-image: none
  }

  .dark-gradient {
    background: 0 0
  }

  .start-logo {
    width: 60%
  }
}

@media (max-width:768px) {
  .start.container h1 {
    font-size: 3em
  }

  .start.container .lead {
    font-size: 1.1em;
    margin-bottom: 1rem
  }

  .start-logo {
    width: 80%
  }
}

@media (max-width:576px) {
  h1 {
    font-size: 1.6em
  }

  h2 {
    font-size: 1.2em
  }

  h2 .d-inline {
    display: block !important
  }

  .start.container h1 {
    font-size: 2.2em
  }

  .start.container .lead {
    font-size: 1em
  }

  .footer-content {
    padding: 0 15px !important
  }

  #datenschutz-container,
  #impressum-container {
    text-align: left
  }

  .reference-container video {
    position: relative;
    width: 100%
  }

  .start-logo {
    width: 90%;
    height: 100px
  }
}

.reference-01:hover::after {
  content: "Webseite für pflegeteam-treu.de"
}

.reference-02:hover::after,
.reference-05:hover::after,
.reference-07:hover::after,
.reference-08:hover::after,
.reference-09:hover::after,
.reference-10:hover::after,
.reference-11:hover::after,
.reference-12:hover::after {
  content: "Fotografie für shutterstock.com"
}

.reference-03:hover::after {
  content: "Webseite für ullrich-akademie.de"
}

.reference-04:hover::after {
  content: "Webseite für wiebezumdetail.de"
}

.reference-06:hover::after {
  content: "Spieleentwicklung für Android "
}

#contact-button {
  cursor: pointer
}

p.success {
  text-align: center
}

.cc-window.cc-banner {
  padding: .8em 1.2em
}

.cc-banner .cc-message {
  font-weight: 100
}

.form-consent-checkbox {
  display: inline;
  width: 20px
}

.form-consent-text {
  font-size: .7rem;
  color: #bdbdbd
}