@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 24px;
  font-style: normal; }

/* maven-pro-regular - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/maven-pro-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Maven Pro Regular"), local("MavenPro-Regular"), url("../fonts/maven-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/maven-pro-v11-latin-regular.woff2") format("woff2"), url("../fonts/maven-pro-v11-latin-regular.woff") format("woff"), url("../fonts/maven-pro-v11-latin-regular.ttf") format("truetype"), url("../fonts/maven-pro-v11-latin-regular.svg#MavenPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v11-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/source-sans-pro-v11-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v11-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v11-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v11-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v11-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../fonts/source-sans-pro-v11-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v11-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v11-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v11-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

.flaticon-google:before {
  content: "\e000"; }

.flaticon-webdesign:before {
  content: "\e001"; }

.flaticon-system:before {
  content: "\e002"; }

.flaticon-apps:before {
  content: "\e003"; }

.flaticon-twitter:before {
  content: "\e004"; }

.flaticon-webdev:before {
  content: "\e005"; }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: #fff; }

#loader-wrapper img {
  display: block;
  position: relative;
  top: 20%;
  margin: 0 auto; }

#loader-wrapper p {
  color: #006064;
  font-size: 18px;
  display: block;
  position: relative;
  width: 100%;
  top: 30%;
  text-align: center; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00B8D4;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00838F;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #006064;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  overflow-x: hidden; }

.container-fluid {
  padding: 0; }

.row {
  margin: 0; }

a {
  color: #fff; }

a:focus {
  outline: 0 !important; }

.youco-light {
  color: #00B8D4; }

.youco-medium {
  color: #00838F; }

.youco-dark {
  color: #006064; }

nav .container-fluid {
  padding: 0; }

nav {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  transition: all 200ms ease-out 0s;
  z-index: 2000; }

nav .logo {
  background-color: rgba(255, 255, 255, 0.9); }

nav .logo img {
  padding: 10px 0;
  height: 50px;
  margin: 0 auto;
  display: block; }

nav ul {
  padding: 0;
  margin: 0; }

nav ul li {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Maven Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px; }

nav ul li a {
  color: #fff;
  transition: all 200ms ease-out 0s;
  width: 100%;
  display: block;
  padding: 10px; }

nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
  color: #fff;
  text-decoration: none; }

nav ul li:nth-of-type(1) {
  background-color: rgba(0, 131, 143, 0.9); }

nav ul li:nth-of-type(2) {
  background-color: rgba(0, 184, 212, 0.9); }

nav ul li:nth-of-type(3) {
  background-color: rgba(0, 96, 100, 0.9); }

nav ul li:nth-of-type(1) a:hover, nav ul li:nth-of-type(1) a:active, nav ul li:nth-of-type(1) a:focus {
  background-color: #00838F; }

nav ul li:nth-of-type(2) a:hover, nav ul li:nth-of-type(2) a:active, nav ul li:nth-of-type(2) a:focus {
  background-color: #00B8D4; }

nav ul li:nth-of-type(3) a:hover, nav ul li:nth-of-type(3) a:active, nav ul li:nth-of-type(3) a:focus {
  background-color: #006064; }

.main-header {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.6);
  position: fixed;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .25s -webkit-transform;
  transition: .25s transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.main-header .row {
  margin: 0; }

.heads-up {
  -webkit-transform: translateY(-185px);
  -ms-transform: translateY(-185px);
  transform: translateY(-185px);
  -webkit-transform: translate3d(0, -185px, 0);
  transform: translate3d(0, -185px, 0); }

section {
  min-width: 100%;
  padding: 0 0 40px 0; }

#header {
  min-height: 100vh; }

#header .header-spacer {
  height: 200px; }

#header .bg {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  display: block;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  z-index: -1; }

#header h1 {
  text-align: center;
  font-size: 30px;
  margin: 15px 0 30px 0;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 0px 3px 0.05em #000; }

#header p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin: 30px 0;
  text-shadow: 0px 3px 0.05em #000; }

#header .header-skill h2 {
  font-size: 18px;
  display: inline; }

#header .header-skill i {
  margin: 0 10px 0 0; }

#header .header-skill {
  min-height: 20px;
  margin: 10px auto;
  background-color: rgba(0, 131, 143, 0.8);
  border: medium none;
  border-radius: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  transition: all 200ms ease-out 0s; }

#header a {
  display: block;
  padding: 0 5px; }

.no-touch #header .header-skill:hover {
  background-color: rgba(0, 96, 100, 0.9); }

#header a {
  color: #fff; }

#header a:hover, #header a:active, #header a:focus {
  color: #fff;
  text-decoration: none; }

hr {
  border: solid 1px #fff;
  margin: 5px; }

.form-control, .btn {
  border-radius: 0; }

#services {
  box-shadow: 0 -5px 20px 0px rgba(0, 0, 0, 0.6);
  background-color: #00838F; }

#services h1, #portfolio h1, #kontakt h1 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 30px 0 0 0; }

#services h2, #portfolio h2, #kontakt h2 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 0; }

#services .box-skill {
  background-color: #006064;
  padding: 20px 40px;
  margin: 0 0 30px 0; }

#services .header-skill {
  text-align: center; }

#services .header-skill h2 {
  display: inline;
  font-weight: bold; }

#services .header-skill i {
  margin-right: 10px; }

#services p {
  font-size: 14px;
  font-weight: 300;
  text-align: justify; }

#portfolio {
  background-color: #006064;
  margin-bottom: 0; }

#kontakt {
  background-color: rgba(0, 131, 143, 0.8);
  margin-bottom: 0; }

#kontakt .btn-social {
  border: none;
  border-radius: 0;
  font-size: 20px; }

#kontakt [class^="flaticon-"]:before, #kontakt [class*=" flaticon-"]:before,
#kontakt [class^="flaticon-"]:after, #kontakt [class*=" flaticon-"]:after {
  font-size: 20px; }

#kontakt .btn-twitter {
  background-color: #00aced; }

#kontakt .btn-google {
  background-color: #dd4b39; }

#footer {
  background-color: rgba(34, 34, 34, 0.9);
  padding-top: 20px;
  margin: 0; }

#footer .link {
  text-align: center;
  cursor: pointer; }

#impressum, #datenschutz {
  color: #656565; }

#impressum a, #datenschutz a {
  color: #00B8D4; }

#portfolio .client h2 {
  bottom: 0px;
  padding: 20px 10px;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  background-color: #00838F;
  color: #fff;
  transition: all 0.2s ease-out; }

#portfolio .client p {
  display: none; }

#portfolio .client img {
  display: none; }

#portfolio .client-row {
  display: block;
  margin: 0 auto;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  max-width: 1000px; }
  #portfolio .client-row img {
    min-height: 100px;
    max-height: 100px;
    display: block;
    margin: 0 auto; }

#portfolio .client-row > div {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all ease-in 0.2s;
  cursor: pointer; }
  #portfolio .client-row > div:hover {
    background-color: rgba(255, 255, 255, 0); }

.g-recaptcha {
  display: none; }

.g-recaptcha > div > div {
  margin: 0 auto 15px auto; }

@media (min-width: 460px) {
  nav ul {
    display: table;
    width: 100%; }
  nav ul li {
    display: table-cell;
    width: 33.3333333333333%; }
  .heads-up {
    -webkit-transform: translateY(-93px);
    -ms-transform: translateY(-93px);
    transform: translateY(-93px);
    -webkit-transform: translate3d(0, 93px, 0);
    transform: translate3d(0, -93px, 0); }
  #header .header-spacer {
    height: 100px; }
  #header h1 {
    font-size: 5vw; }
  #header p {
    font-size: 18px; }
  #header .header-skill h2 {
    font-size: 24px; }
  #header .header-skill i {
    margin: 0 20px; }
  [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
  [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 30px; } }

@media (min-width: 768px) {
  #loader-wrapper p {
    font-size: 2vw; }
  nav {
    background-color: rgba(255, 255, 255, 0.9); }
  nav .container-fluid {
    padding: 0 15px; }
  nav .logo {
    background-color: transparent; }
  nav .logo img {
    padding: 25px 0;
    height: 80px;
    display: inline; }
  nav ul {
    display: inline;
    width: auto; }
  nav ul li {
    width: auto; }
  nav ul li a {
    padding: 30px;
    line-height: 77px;
    display: inline;
    color: #00838F; }
  nav ul li:nth-of-type(1) {
    border-bottom: 3px solid #00838F;
    background-color: transparent; }
  nav ul li:nth-of-type(2) {
    border-bottom: 3px solid #00B8D4;
    background-color: transparent; }
  nav ul li:nth-of-type(3) {
    border-bottom: 3px solid #006064;
    background-color: transparent; }
  .heads-up {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0); }
  #header .header-skill {
    width: 50%; }
  .no-touch #header .header-skill:hover {
    background-color: rgba(0, 96, 100, 0.9);
    width: 55%; }
  #header a {
    padding: 10px; }
  svg {
    display: block; }
  #portfolio .client-row {
    margin-bottom: 30px; }
  #portfolio .client h2 {
    position: absolute;
    padding: 10px;
    margin: 0px;
    width: calc(100% - 30px);
    font-size: 16px; }
  #portfolio .client:hover h2 {
    padding: 20px 10px; }
  #portfolio .client p {
    display: block;
    position: absolute;
    top: 0px;
    width: calc(100% - 30px);
    margin: 0px;
    padding: 15px;
    font-size: 13px;
    font-weight: 300;
    background-color: transparent;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  #portfolio .client:hover p {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  #portfolio .client a {
    color: rgba(255, 255, 255, 0);
    transition: all 0.2s ease-out; }
  #portfolio .client a:hover {
    color: white; }
  #portfolio .client img {
    transition: all 0.2s ease-out;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    display: block; }
  #portfolio .client:hover img {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6); } }

@media (min-width: 900px) {
  #header p {
    font-size: 2vw; }
  #services h1, #portfolio h1, #kontakt h1 {
    font-size: 3vw; }
  #services h2, #portfolio h2, #kontakt h2 {
    font-size: 1.5vw; }
  #services p {
    line-height: 2; } }

@media (min-width: 1200px) {
  #header .header-skill h2 {
    font-size: 1.5vw; }
  [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
  [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 2.2vw; }
  #header a {
    padding: 19px; }
  #services h1, #portfolio h1, #kontakt h1 {
    margin: 0px 0 10px 0; }
  #services h2, #portfolio h2, #kontakt h2 {
    margin: 20px 0;
    padding: 0 0 50px 0; }
  #portfolio .client h2 {
    font-size: 1.2vw; }
  #portfolio .client p {
    font-size: 1vw; } }

@media (min-width: 1600px) {
  #services p {
    font-size: 0.9vw; } }
