/*
	Template Name: BizCraft Responsive HTML5/CSS3 Template
	Author: themefisher
	Author URI: http://themefisher.com
	Description: BizCraft Responsive HTML5/CSS3 Template.
	Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Exo+2:100,300,400,500,600,700,900);
@font-face {
  font-family: 'JaapokkiRegular';
  src: url("../fonts/jaapokki/jaapokki-regular.eot");
  src: url("../fonts/jaapokki/jaapokki-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/jaapokki/jaapokki-regular.woff") format("woff"), url("../fonts/jaapokki/jaapokki-regular.ttf") format("truetype"), url("../fonts/jaapokki/jaapokki-regular.svg#JaapokkiRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body, p {
  font-family: 'Exo 2', 'font-family-sans-serif';
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6em;
  color: #616161;
}

figcaption {
	
  font-size: 15px;
}

p-banner {
  font-family: 'Exo 2', 'font-family-sans-serif';
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.6em;
  color: #fff;
}

/* Banner Name*/
h1, .h1 {
  font-size: 5em;
  line-height: 0.7em;
  font-family: 'JaapokkiRegular';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Banner Headlines */
h2, .h2 {
  color: #616161 !important;
  font-size: 3.8em;
  line-height: 48px;
  font-family: 'JaapokkiRegular';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Banner Name Subtitle, About-Me Intro Sentence */
h3, .h3 {
  font-family: 'JaapokkiRegular';
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 400;
}

/* Service Cards */
h4, .h4 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  color: #779487 !important;
}

/* Container Headings */
h5, .h5 {
  font-size: 45px;
  line-height: 40px;
  font-weight: 500;
  color: #779487 !important;
  position: relative;
  margin-top: 4px;
  margin-left: 0%;
}

h5 .title-desc {
  padding-top: 0px;
  text-indent: 6%;
  color: #A5A5A5;
}

/* Body Sub-Headings */
h6, .h6 {
  font-family: 'JaapokkiRegular';
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  padding-top: 30px;
}

/* Skillset, Toolset Headings */
h7, .h7 {
  font-family: 'JaapokkiRegular';
  font-weight: 400;
  text-transform: uppercase;
  color: #A5A5A5;
  letter-spacing: 0.5px;
  /*! font-size: 18px; */
  line-height: 1.0em;;
  margin-bottom: 0px;
}

.icon-xl {
  font-size: 200px;
}

.btn.btn-primary {
  color: #323232;
  border-radius: 4px;
  padding: 10px 30px;
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  
}

.btn.btn-primary:hover {
  color: #fff;
}

.btn.btn-primary.white {
  border: 2px solid #fff;
  color: #fff;
}

.btn.btn-primary.white:hover {
  border: 2px solid transparent;
}

.btn.btn-primary.square {
  border-radius: 0;
  color: #fff;
}

.btn.btn-primary.solid {
  color: #fff;
}

.btn.btn-primary.solid.blank:hover {
  color: #616161;
}

.btn.btn-primary.solid:hover {
  background: rgb(187, 221, 142);
  border: 2px solid rgb(187, 221, 142);
}

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #616161;
  background: #fff;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a.read-more {
  color: #616161;
}

section {
  padding: 80px 0;
  position: relative;
}

.ts-padding {
  padding: 50px;
}

.p-0 {
  padding: 0;
}

.media > .float-left {
  margin-right: 20px;
}

.heading {
  padding-bottom: 50px;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

a:focus {
  outline: 0;
}

ul.circle,
ul.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.circle li {
  position: relative;
  margin-left: 30px;
  padding-bottom: 20px;
}

ul.circle li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: absolute;
  left: -33px;
  top: 5px;
}

ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.check-list li {
  margin-bottom: 5px;
}

ul.check-list li i {
  margin-right: 10px;
  font-size: 14px !important;
}

ul.arrow li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}

blockquote p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
  color: #959595;
}

blockquote {
  margin: 20px 0;
  padding: 10px 20px;
}

/* Common styles
================================================== */

/* Angle */
.angle:before {
  background: #fff;
  content: "";
  opacity: .5;
  height: 55px;
  top: -37px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transform: skew(0deg, 1deg);
          transform: skew(0deg, 1deg);
  margin-top: 19px;
}

.portfolio.angle:before {
  background: #f5f5f5;
  opacity: 1;
}

.portfolio.angle {
  padding-bottom: 120px;
}

.clients.angle {
  padding: 120px 0;
}

.main-container.angle:before {
	opacity: 1;
}

.footer.angle:before {
  background: #54655D;
  height: 40px;
}

.angle-inverted:before {
  background: #fff;
  content: "";
  opacity: .5;
  height: 55px;
  top: -37px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transform: skew(0deg, -1deg);
          transform: skew(0deg, -1deg);
  margin-top: 19px;
}

/* Parallax */
.parallax {
  background-size: auto !important;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed !important;
  padding: 110px 0;
  color: #fff;
  position: relative;
}

.parallax h2,
.parallax h3 {
  margin-top: 0;
}

.parallax .btn {
  color: #fff;
}

.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/overlay-1.png");
  opacity: 0;
}

.parallax-overlay_bright {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(50deg, rgba(255,255,255,1) 5%, rgba(255,255,255,.5) 100%);
  opacity: 1;
}

.parallax-title-col {
  height: 250px;
  margin-top: 70px;
}

.parallax-aboutme-col {
  height: 55px;
  margin-top: 90px;
}

.parallax-project-col {
  height: 200px;
  margin-top: 70px;
}

.parallax h3 {
  margin-bottom: 30px;
}

.parallax-home {
  /*background: linear-gradient(45deg, #54655D 25%, white 100%);*/
  background: url(../images/banner/jonas_banner_1920.jpg) no-repeat;
  background-color: #616161;
}

.parallax-aboutme {
  background: url(../images/banner/aboutme_banner_1920.jpg) no-repeat;
  background-position: 30% 0%;
  background-color: #616161;
}

.parallax-impressum {
  background: url(../images/banner/impressum_banner_1.png) no-repeat;
  background-color: #616161;
}

.parallax-spa {
  background: url(../images/banner/spa_banner_1920.jpg) no-repeat;
  background-position: right 0%;
  background-color: #616161;
}

.parallax-irpa {
  background: url(../images/banner/irpa_banner_1920.jpg) no-repeat;
  background-position: right 0%;
  background-color: #616161;
}

.parallax-uavision {
  background: url(../images/banner/uavision_banner_1920.jpg) no-repeat;
  background-position: right 0%;
  background-color: #616161;
}

.parallax-uxmaturity {
  background: url(../images/banner/uxmaturity_banner_1920.jpg) no-repeat;
  background-position: right 0%;
  background-color: #616161;
}

.parallax-audi {
  background: url(../images/banner/audi_banner_1920.jpg) no-repeat;
  background-color: #616161;
}

.parallax-fortitude {
  background: url(../images/banner/fortitude_banner_1920.jpg) no-repeat;
  background-color: #616161;
}

.parallax-lumo {
  background: url(../images/banner/lumo_banner_1920.jpg) no-repeat;
  background-position: right 0%;
  background-color: #616161;
}

.parallax-ringmenu {
  background: url(../images/banner/ringmenu_banner_1920.jpg) no-repeat;
  background-position: right 0%;
  background-color: #616161;
}

.parallax-weltenwanderer {
  background: url(../images/banner/weltenwanderer_banner_1920.jpg) no-repeat;
  background-color: #616161;
  background-position: center 0%;
}

.parallax-gamejams {
  background: url(../images/banner/gamejams_banner_1920.jpg) no-repeat;
  background-position: center 0%;
  background-color: #616161;
}

.parallax .btn.solid {
  margin-left: 10px;
}

.parallax p {
  font-size: 1.1em;
}

.jaapokki {
  font-family: 'JaapokkiRegular';
  margin-bottom: 0px;
}

/* Deafult title */
.title-icon {
  font-size: 32px;
  margin-right: 15px;
  margin-top: 9px;
  color: #959595;
}

.title-icon.classic {
  margin-top: 0;
}

.title {
  position: relative;
  margin: 0;
  line-height: 32px;
  border-left: 2px solid #e7e7e7;
  display: inline-block;
  padding-left: 15px;
  transition: all 0.3s ease 0s;
}

.title.classic {
  line-height: 40px;
  height: 34px;
}

.title-desc {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  display: block;
  color: #6A6A6A;
}


/*Horizontal line*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.2em 0;
    padding: 0;
}

.hline-banner {
	width: 100%;
    padding-top: -45px;
	position: absolute;
    border-bottom: 2px solid #dedede;
}

.hline-bottom {
	width: 100%;
    padding-top: 0px;
	position: relative;
    border-bottom: 2px solid #dedede;
}

/* Title border */
.title-border {
  line-height: normal;
  margin-top: 0;
}

.widget-title {
  margin-bottom: 25px;
  font-size: 20px;
}

.post-title {
  font-size: 24px;
  line-height: normal;
}

.post-title a {
  color: #323232;
}

.long-desc {
  font-size: 16px;
}

/* Icon banner */
.icon-banner {
  display: inline-block;
  height: 34px;
  width: 40px;
  border-radius: 3px 3px 0px 0px;
  position: relative;
  padding-top: 6px;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.icon-banner:hover {
  color: rgba(0, 255, 255, 0.5);
}


.icon-banner:after {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  bottom: -10px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.icon-banner i {
  font-size: 20px;
  line-height: 24px;
}

.icon-banner im {
  font-size: 20px;
  line-height: 24px;
  height: 30px !important;
  width: 30px !important;
  opacity: 1 !important;
}

.service-icon {
  height: 46px;
  width: 90px;
  margin-bottom: 50px;
}

.service-icon:after {
  border-left: 45px solid rgba(0, 0, 0, 0);
  border-right: 45px solid rgba(0, 0, 0, 0);
  bottom: -30px;
}

.service-icon i {
  font-size: 36px;
  line-height: 46px;
}

.service-img {
  width: 60%;
  margin-bottom: 10px;
}

/* Carousel controller */
.carousel-control {
  width: auto;
}

.ts-carousel-controller {
  text-align: center;
  padding-top: 50px;
  z-index: 1;
  position: relative;
}

.ts-carousel-controller .left,
.ts-carousel-controller .right,
.owl-controls .owl-prev,
.owl-controls .owl-next {
  cursor: pointer;
  background: #f6f6f6;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #989898;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}

.owl-controls .owl-next {
  margin-left: 6px;
}

.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  color: #fff;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  display: inline-block;
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dedede;
  padding: 6px 20px;
  height: 50px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
}

/*-- Flex slider --*/
.portfolio-slider .flexslider,
.ts-flex-slider .flexslider {
  border: 0;
  box-shadow: none;
}

.portfolio-slider .flex-direction-nav a,
.ts-flex-slider .flex-direction-nav a {
  opacity: 0;
  background: #000;
  color: #fff !important;
  text-align: center;
  text-shadow: none;
  line-height: 40px;
}

.portfolio-slider .flex-direction-nav a:before {
  font-size: 32px;
}

.portfolio-slider .flex-direction-nav a:hover,
.ts-flex-slider .flex-direction-nav a:hover {
  color: #fff;
  opacity: 1;
}

.flexportfolio.flexslider .slides img {
  height: auto;
}

/*-- Pagination --*/
.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  color: #fff;
  border: 1px solid transparent;
}

/* Main navigation */
.navbar {
  padding: 0;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #616161;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 15px 18px !important;
  transition: .2s ease;
  font-size: 14px;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 10px !important;
  }
}

/* Dropdown */
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.dropdown-item {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 15px;
  color: #616161;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: .2s ease;
}

.dropdown-item:hover {
  background: #fff;
}

.dropdown-menu {
  padding: 0 15px;
  border: 0;
  border-radius: 0px;
  width: 100%;
  box-shadow: 0px 5px 18px #888;
  background: none;
  min-width: 345px;
  top: 100%;
  left: -10px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  background: #fff;
}

@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
    text-align: center;
  }
}

.dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

/*-- Header --*/
/*================================================== */
@media (max-width: 991px) {
  .header .navbar {
    padding: 16.5px 0;
  }
}

.header-solid {
  background: #191919;
  box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

/*-- Logo --*/
.navbar-brand.navbar-bg {
  position: absolute;
  left: 0;
  padding: 3px 15px 10px;
  width: 20%;
  height: 62px;
  line-height: 62px;
}

.header4 {
  background: #fff;
  box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header4 .navbar-brand {
  background: transparent;
}

.header4 .navbar-toggler {
  background: transparent;
}


/* Services
================================================== */
.service {
  padding-top: 80px;
}

.thin-margin {
  margin-top: -50px;
  padding-left: 3%;
  padding-right: 3%;
}

.thick-margin {
  margin-right: 25px;
  margin-left: 25px;
}

.margin-left {
  margin-left: 30%;
}

.margin-right {
  margin-right: 25%;
}

.banner-text {
  font-size: 1.3em;
}

.service-heading {
  padding-bottom: 30px;
  text-align: center;
}

.service-content {
  margin-top: 30px;
  padding: 10px;
}

.service-content h3 {
  font-size: 16px;
}


/* Skill Box
================================================== */
.skillbox {
  font-size: 1.3em;
  margin-bottom: 18px;
}

.tiny-only {
  display: none;
}

/* Image Block
================================================== */
.image-block {
  background: #f4f4f4;
}

.img-block-right {
  padding-right: 140px;
}

.img-block-head h2 {
  font-size: 18px;
  line-height: normal;
  margin: 5px 0 0 0;
}

.img-block-head h3 {
  font-size: 40px;
  line-height: 100%;
}

.image-block-content {
  padding: 0 50px;
  margin-bottom: 30px;
}

.image-block-content .feature-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}

.image-block-content .feature-content {
  padding-left: 85px;
}

.image-block-content .feature-content h3 {
  margin-bottom: 0;
}


/* Portfolio
================================================== */
.portfolio {
  background: #f5f5f5;
  padding-bottom: 0;
}

#main-container.portfolio {
  background: none;
}

/*-- Isotope Portfolio start --*/
#isotope .isotope-item {
  padding: 0px;
  background-color: #616161;
}

.isotope-nav {
  margin: -80px auto 80px;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 100;
}

.isotope-nav ul {
  list-style: none;
  margin: 0;
}

.isotope-nav ul li {
  float: left;
  margin-right: 10px;
}

.isotope-nav ul li a {
  color: #323232;
  padding: 5px 15px 8px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}

.isotope-nav ul a.active,
.isotope-nav ul a:hover {
  color: #fff;
  position: relative;
  border: 1px solid transparent;
}

.isotope-nav ul a.active:after,
.isotope-nav ul a:hover:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -13px;
  margin-left: -8px;
  left: 50%;
  border-width: 7px;
  border-style: solid;
}

#isotope .isotope-item .grid {
  position: relative;
  margin-bottom: -8px;
}

.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-oscar {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
}

figure.effect-oscar img {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

figure.effect-oscar figcaption {
  padding: 2.5em;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
}

figure.effect-oscar h3 {
  font-size: 18px;
  color: #fff;
  opacity: 0;
  margin: 15% 0 10px 0;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar p {
  color: #fff;
  font-size: 18px;
  margin: 20px 5px 0;
  display: inline-block;
  z-index: 1;
  position: relative;
  transition: all 0.35s;
}

/*figure.effect-oscar a.link i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}*/

figure.effect-oscar figcaption::before,
figure.effect-oscar a.icon-banner,
figure.effect-oscar p {
/*  opacity: 0;
  transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s, transform 0.35s;
  transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);*/
}

figure.effect-oscar:hover h3 {
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a.icon-banner,
figure.effect-oscar:hover p {
  /*opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);*/
}

figure.effect-oscar:hover figcaption {
  /*background-color: rgba(0, 0, 0, 0.5);*/
}

figure.effect-oscar:hover img {
  opacity: 0.9;
  transform: scale(1.1);
  filter: brightness(1.2);
  opacity: 0.95;
}

/* Portfolio Service Tooltips */
.service-tooltip {
  position: relative;
  display: inline-block;
  padding-top: 8px;
}

.service-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  font-size: .9em;
  background-color: #54655D;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  margin-left: 5px;
  position: absolute;
  z-index: 100;
  top: 130%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s;
}

.service-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #54655D transparent;
}

.service-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Portfolio box */
.portfolio-box {
  padding-top: 50px;
  padding-bottom: 40px;
}

.portfolio-box .isotope-nav {
  margin: 0 auto 60px;
  float: none;
}

/* Portfolio details */
.portfolio-static-item {
  padding-bottom: 20px;
}

.portfolio-static-item figure.effect-oscar a {
  margin-top: 70px;
}

.portfolio-static-desc h3 {
  font-size: 16px;
  margin: 5px 0 -5px 0;
  line-height: normal;
}

.portfolio-static-desc a {
  color: #6A6A6A;
}

/* Portfolio details */
.portfolio-desc h3 {
  margin-top: 0;
}

.portfolio-desc .project-btn {
  margin-top: 20px;
  padding: 8px 25px;
}

.portfolio-img {
  display: block;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  width: 75% !important;
  opacity: 1 !important;
}


/* Testimonial
================================================== */
/*
.testimonial-thumb img {
  border: 1px solid #8E8E8E;
  padding: 3px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.testimonial-slide .testimonial-content h3.name {
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
}

.testimonial-slide .testimonial-content h3 span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: -10px;
}

.testimonial-slide .owl-buttons {
  display: none;
}

.testimonial-slide .testimonial-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 800px;
  padding-top: 30px;
  display: inline-block;
  position: relative;
  color: #fff;
}

.testimonial-slide .testimonial-text:before {
  content: '\f10d';
  font-family: FontAwesome;
  padding-right: 10px;
}

.testimonial-slide .testimonial-text:after {
  content: '\f10e';
  font-family: FontAwesome;
  padding-left: 10px;
}

.testimonial-slide.owl-theme .owl-controls .owl-page span {
  background: none;
  border: 1px solid #fff;
  opacity: .7;
}

.testimonial-slide.owl-theme .owl-controls .owl-page.active span {
  border: 1px solid transparent;
}
*/


/* Contact
================================================== */
#contact-form {
  margin-top: 25px;
}

#contact-form label {
  font-weight: normal;
}

/*
.map-wrapper {
  position: relative;
}

.map {
  height: 400px;
  z-index: 1;
}
*/

.contact-info-inner h3 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
}

.contact-info h3 {
  margin-top: 42px;
  font-size: 24px;
}

.contact-info p {
  font-size: 18px;
}

.contact-info i {
  font-size: 18px;
  margin-right: 10px;
}

iframe {
  width: 100%;
  height: 135px;
  border-radius: 0%;
  border: white;
}

.iframe-text {
  font-size: 0.9em;
}


/* Footer
================================================== */
.footer {
  padding: 30px 0 40px;
  background: #54655D;
  background-size: cover;
  color: #fff;
}

.footertext a:hover {
	color: #fff;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-map {
  padding-bottom: 60px;
}

.footer .widget-title {
  color: #fff;
}

.footer .social-icon {
  padding: 10px 0 20px;
}

.footer-img {
  height: 80%;
  width: 100%;
}

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

.text-impressum {
  display: inline;
}

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

/* Copyright
================================================== */
#copyright {
  padding: 30px 0;
  background: #191919;
  color: #fff;
}

.copyright-info {
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 850px;
  margin: 30px auto 0;
  padding-top: 15px;
}

.copyright.angle:before {
  background: #191919;
  height: 50px;
  top: -25px;
  -webkit-transform: skew(0deg, -2deg);
  transform: skew(0deg, -2deg);
}

.footer-social {
  position: relative;
  z-index: 10;
}

.footer-social .icon-banner i {
  font-size: 16px;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#back-to-top.affix {
  bottom: 60px;
}

#back-to-top .btn.btn-primary {
  border-radius: 100%;
  padding: 0;
  font-size: 18px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid transparent;
  color: #fff;
  opacity: .5;
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
  opacity: 1;
}

/* Sub pages
================================================== */
/* Banner area */
#banner-area {
  position: relative;
}

.banner-title-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}

.banner-title-content h2 {
  color: #fff;
  font-size: 36px;
}

.banner-title-content .breadcrumb {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.banner-title-content .breadcrumb a:hover {
  color: #ccc;
}

/* About Me */
.portrait-img {
  width: 100%;
  border-radius: 4px;
}

.cv-button a {
  width: 100%;
  margin-top: 5px;
}

/* 404 page */
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/* Elements page
================================================== */
/*
.testimonial.elements .testimonial-text,
.testimonial.elements .testimonial-content h3.name,
.testimonial.elements .testimonial-content h3 span {
  color: #323232;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial.elements .testimonial-slide.owl-theme .owl-controls .owl-page span {
  border: 1px solid #e7e7e7;
}
*/

/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media (min-width: 992px) {
  .flexslider .slides img,
  .ts-flex-slider .flexSlideshow {
    height: 750px;
  }
  .dropdown i {
    display: none;
  }
}

/* Small Devices, Tablets */
/*@media (min-width: 768px) and (max-width: 991px) {*/
@media (max-width: 991px) {
  /* Common */
  /* Slideshow */
  #main-slide .slider-content h2 {
    font-size: 36px;
  }
  #main-slide .slider-content h3 {
    font-size: 22px;
    margin: 20px 0;
  }
  .slider.btn {
    padding: 5px 25px;
    margin-top: 5px;
    font-size: 16px;
  }
  #main-slide .carousel-indicators {
    bottom: 20px;
  }

  body, p {
    font-family: 'Exo 2', 'font-family-sans-serif';
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
  }

  /* Banner Name*/
  h1, .h1 {
    font-size: 3.5em;
    font-family: 'JaapokkiRegular';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* Banner Headlines */
  h2, .h2 {
    font-size: 3.3em;
    line-height: 50px;
  }
  

  /* Banner Name Subtitle, About-Me Intro Sentence */
  h3, .h3 {
    font-family: 'JaapokkiRegular';
    font-size: 1.6em;
  }
  

  /* Service Cards */
  h4, .h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #779487 !important;
    padding-bottom: 10px;
  }

  /* Container Headings */
  h5, .h5 {
    font-size: 45px;
    line-height: 40px;
    font-weight: 500;
    color: #779487 !important;
  }

  .parallax h3 {
    margin-bottom: 20px;
  }

  .parallax {
    padding: 30px 0;
  }

  .parallax-home {
    background: url(../images/banner/jonas_banner_991.jpg) no-repeat;
  }
 
  .parallax-aboutme {
    background: url(../images/banner/aboutme_banner_991.jpg) no-repeat;
  }

  .parallax-spa {
    background: url(../images/banner/spa_banner_991.jpg) no-repeat;
	background-position: right 0%;
  }
  
  .parallax-irpa {
    background: url(../images/banner/irpa_banner_991.jpg) no-repeat;
	background-position: right 0%;
  }
  
  .parallax-uavision {
    background: url(../images/banner/uavision_banner_991.jpg) no-repeat;
	background-position: right 0%;
  }
  
  .parallax-uxmaturity {
    background: url(../images/banner/uxmaturity_banner_991.jpg) no-repeat;
	background-position: right 0%;
  }
  
  .parallax-audi {
    background: url(../images/banner/audi_banner_991.jpg) no-repeat;
  }

  .parallax-fortitude {
    background: url(../images/banner/fortitude_banner_991.jpg) no-repeat;
    background-position: 20% 0%;
  }

  .parallax-ringmenu {
    background: url(../images/banner/ringmenu_banner_991.jpg) no-repeat;
    background-position: center 0%;
  }
  
  .parallax-lumo {
    background: url(../images/banner/lumo_banner_991.jpg) no-repeat;
    background-position: center 0%;
  }
 
  .parallax-weltenwanderer {
    background: url(../images/banner/weltenwanderer_banner_991.jpg) no-repeat;
    background-position: center 0%;
  }

  .parallax-gamejams {
    background: url(../images/banner/gamejams_banner_991.jpg) no-repeat;
  }

  .parallax-aboutme-col {
    height: 120px;
  }

  .parallax-project-col {
    height: 230px;
    margin-top: 70px;
  }

  .parallax p {
    font-size: 1.1em;
  }

  .margin-left {
    margin-left: 17%;
    font-size: 1.1em;
  }

  .thin-margin {
    padding-left: 0%;
    padding-right: 0%;
  }
/*
  .title2 {
    position: relative;
    margin-top: 30px;
    margin-left: 10%;
  }

  .title2 .title-desc {
    padding-top: 10px;
    text-indent: 5%;
    color: #A5A5A5;
  }
 */
  /* Portfolio */
  .isotope-nav {
    margin: 0 auto 40px;
  }
  figure.effect-oscar figcaption {
    transition: transform 0.3s ease-in-out;
	border-radius: 20px;
  }
  figure.effect-oscar figcaption::before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  figure.effect-oscar h3 {
    margin-top: 15px;
    font-size: 16px;
  }
  figure.effect-oscar p {
    color: #fff;
    font-size: 0.9em;
    margin: 0px 0;
    display: inline-block;
    z-index: 1;
    position: relative;
    transition: all 0.35s;
  }

  /* Tooltips */
  .service-tooltip .tooltiptext {
    top: -80%;
  }
  
  .service-tooltip .tooltiptext::after {
    top: 100%;
    border-color: #54655D transparent transparent transparent;
  }

  /* Testimonial
  .testimonial-content {
    padding: 0 30px;
  } */

  /* Footer */
  .footer {
    font-size: 1.1em;
  }

  /* Back to top */
  #back-to-top.affix {
    bottom: 35px;
  }

  /* About Me */
  .cv-button {
    margin-top: 10px;
    font-size: 12px !important;
  }
  /* Skill Box */
  .skillbox {
    font-size: 1.2em;
    line-height: 1.3em;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}


/* Small Devices Potrait */
@media (max-width: 767px) {
  /* Common */

  body, p {
    font-size: 1em;
  }
  .parallax {
    padding: 60px 0;
  }
  .style-switch-button {
    display: none;
  }
  .heading {
    text-align: center;
  }
  .heading .title-icon {
    float: none !important;
    margin: 0 0 20px;
    display: inline-block;
  }
  .title-desc {
    line-height: normal;
    padding: 6px 55px 0;
  }
  .btn.btn-primary {
    padding: 8px 22px;
  }

  h1, .h1 {
    font-size: 3em;
    font-family: 'JaapokkiRegular';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: 0.5px;
  }
  /* Banner Headlines */
  h2, .h2 {
    font-size: 2.5em;
    line-height: 50px;
  }
  

  /* Banner Name Subtitle, About-Me Intro Sentence */
  h3, .h3 {
    font-family: 'JaapokkiRegular';
    font-size: 1.4em;
  }

  /* Service Cards */
  h4, .h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #779487 !important;
    padding-bottom: 10px;
  }

  /* Container Headings */
  h5, .h5 {
    font-size: 45px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 0%;
    color: #779487 !important;
  }

  h5 .title-desc {
    text-indent: 0%;
  }

  .parallax h3 {
    margin-bottom: 10px;
  }
  .margin-left {
    margin-left: 0%;
    font-size: 1em;
  }

  /* Header */
  .parallax {
    padding: 30px 0;
  }

  .parallax-title-col {
    height: auto;
    margin-top: 70px;
  }

  .parallax-project-col {
    height: 260px;
    margin-top: 70px;
  }

  .parallax p {
    font-size: 1em;
  }

  .parallax-aboutme {
    background: url(../images/banner/aboutme_banner_767.jpg) no-repeat;
    background-position: 0% 0%;
  }

  .parallax-spa {
    background: url(../images/banner/spa_banner_767.jpg) no-repeat;
	background-position: right 0%;
  }
  
  .parallax-irpa {
    background: url(../images/banner/irpa_banner_767.jpg) no-repeat;
	background-position: right 0%;
  }
  
  .parallax-uavision {
    background: url(../images/banner/uavision_banner_767.jpg) no-repeat;
	background-position: right 0%;
  }
  
  .parallax-uxmaturity {
    background: url(../images/banner/uxmaturity_banner_767.jpg) no-repeat;
	background-position: right 0%;
  }
  
  .parallax-audi {
    background: url(../images/banner/audi_banner_767.jpg) no-repeat;
  }

  .parallax-weltenwanderer {
    background: url(../images/banner/weltenwanderer_banner_767.jpg) no-repeat;
    background-position: center 0%;
  }

  .parallax-gamejams {
    background: url(../images/banner/gamejams_banner_767.jpg) no-repeat;
    background-position: 0% 15%;
  }

  /* Service */
  .service-content {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 5%;
  }

  .service-img {
    width: 50%;
    margin-bottom: 10px;
  }
  
  /* Portfolio */
  .isotope-nav {
    margin: 0 auto 40px;
  }
  .isotope-nav ul li a {
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  figure.effect-oscar h3 {
    margin-top: 25%;
  }
  figure.effect-oscar p {
    visibility: hidden;
  }

  /* Image block */
  .img-block-right {
    padding-right: 50px;
  }
  .img-block-head h2 {
    font-size: 16px;
  }
  .img-block-head h3 {
    font-size: 28px;
  }
  .image-block-content {
    padding: 0;
  }

    /* Testimonial 
  .testimonial-content {
    padding: 0 30px;
  } */

  /* Footer */
  .footer-widget {
    display: inline-block;
  }

  .text-impressum {
    display: flex;
  }

  .text-icons {
    text-align: left;
    margin-bottom: 20px;
  }

  .text-copyright {
    text-align: left;
  }

  /* Copyright */
  .copyright-info {
    font-size: 13px;
  }
  #back-to-top {
    right: 20px;
  }
  #back-to-top.affix {
    bottom: 20px;
  }

  /* About Me */
  .portrait-img {
    text-align: center;
    width: 60%;
    border-radius: 4px; 
  }
  
  .cv-button a {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* Skill Box */
  .skillbox {
    font-size: 1em;
    line-height: 1.3em;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

}

/* Small Devices, Phones */
@media (max-width: 576px) {
  
  /* Banner Headlines */
  h2, .h2 {
    font-size: 2em;
    line-height: 40px;
  }
  
  .parallax-home {
    background: url(../images/banner/jonas_banner_576.jpg) no-repeat;
    background-position: 0% 0%;
  }
 /*
  .parallax-aboutme {
    background: url(../images/banner/team_banner_991.jpg) no-repeat;
  }

  .parallax-audi {
    background: url(../images/banner/audi_banner_991.jpg) no-repeat;
  }

  .parallax-fortitude {
    background: url(../images/banner/fortitude_banner_991.jpg) no-repeat;
    background-position: 20% 0%;
  }

  .parallax-ringmenu {
    background: url(../images/banner/ringmenu_banner_991.jpg) no-repeat;
    background-position: center 0%;
  }
  
  .parallax-lumo {
    background: url(../images/banner/lumo_banner_991.jpg) no-repeat;
    background-position: center 0%;
  }
 
  .parallax-weltenwanderer {
    background: url(../images/banner/weltenwanderer_banner_991.jpg) no-repeat;
  }

  .parallax-gamejams {
    background: url(../images/banner/gamejams_banner_991.jpg) no-repeat;
  }
*/

  .big-only {
    display: none;
  }
  .tiny-only {
    display: block;
  }
  .tiny-only p {
    margin-bottom: 0px;
  }
  h7 {
    margin-top: 20px;
  }
  .skill-list {
    margin-bottom:30px;
  }
}


/* Extra Small Devices */
@media (max-width: 479px) {
  /* Common */
  

  /* Slideshow */
  #main-slide .slides img {
    height: 230px;
  }
  #main-slide .item img {
    height: 250px;
  }

  /* Portfolio */
  figure.effect-oscar h3 {
    font-size: 25px;
    margin-top: 15%;
    margin-bottom: 25px;
  }
  figure.effect-oscar p {
    font-size: 1.2em;
    visibility: visible;
    margin-bottom: 20px;
  }
}

/* Custom, iPhone Retina */

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