body {
  overflow-x: hidden;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
p {
  font-size: 1.2em;
  line-height: 1.8em;
}
#contactForm label {
  font-size: 1.3em;
}
#contact .chapter-text {
  font-size: 1.2em;
  line-height: 1.8em;
  margin-bottom: 20px;
}
p.small {
  font-size: 1em;
}
a {
  color: #f24979;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #37bc9b;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BebasNeue.otf);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #3a3a3a;
}
h6 {
  padding-bottom: 10%;
  color: #f24979;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #f9a8bf;
  color: white;
}
hr.star-primary {
  border-color: #f24979;
}
hr.star-primary:after {
  background-color: white;
  color: #f24979;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  color: white;
  position: relative;
}
header .container {
  padding-bottom: 10%;
  position: absolute;
  top: 30%;
  width: 100%;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
header .intro-text .name {
  display: none;
}
header .intro-text #intro-skills {
  display: none;
}
#intro-skills {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.navbar {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.navbar a {
  color: white !important;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  margin-bottom: 0px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar-default,
.navbar-inverse {
  border: none;
  font-size: 1.2em;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  border-radius: 0px;
  background-color: transparent;
  border: 0px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: transparent !important;
  border: 0px;
}
.icon-bar,
.navbar-header.page-scroll,
div#bs-example-navbar-collapse-1 {
  background-color: #3a3a3a;
}
.navbar-nav > li > a {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #f9a8bf !important;
}
.navbar-nav li.active span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #f24979 !important;
}
section.success {
  background-color: #f24979;
  color: white;
}
#skills {
  background-color: #ade9da;
}
#my-skills {
  display: none;
}
#container-hover {
  background: rgba(55, 188, 155, 0.9) !important;
}
#portfolio .portfolio-item {
  padding: 0 2px 0 2px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
#portfolio .caption {
  background: rgba(173, 233, 218, 0.9) !important;
  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;
  -o-transition: all 0.5s ease;
}
#portfolio .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  bottom: 10%;
  margin-top: -12px;
  color: #3a3a3a;
  z-index: 10 !important;
}
#portfolio .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .caption .caption-content h3,
#portfolio .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #f9a8bf;
  background: white;
  border: solid 2px white;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #f9a8bf;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: #3a3a3a;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #37bc9b;
}
footer .footer-above h3 {
  margin: 10px;
  padding: 0px;
  color: white;
  font-weight: 300;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  padding-bottom: 150px;
  background-color: #68d7bb;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  color: #f24979;
  border-color: transparent;
  background-color: rgba(222, 222, 222, 0.5);
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.legal-notice {
  text-align: left;
}
.legal-notice p {
  margin-bottom: 20px;
  width: 70%;
}
.legal-notice .btn {
  width: 70%;
}
.modal {
  z-index: 1050;
}
.modal-body {
  margin: 100px 0 50px 0;
  padding: 0px;
}
.portfolio-modal button {
  margin-top: 3%;
  width: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 0.5em;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
  width: 100%;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .modal-content p,
.portfolio-modal .modal-content .item-details {
  text-align: left;
  padding-bottom: 10px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #f24979;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #f24979;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.bg-img {
  background-size: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}
.btn-success {
  background-color: white;
  border-color: #f24979;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-success:hover {
  background-color: #f24979;
  color: white;
}
.btn.primary {
  background-color: #3a3a3a;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-default {
  border-radius: 0px;
  width: 100%;
  background-color: transparent;
  color: #3a3a3a;
  border: 2px solid #f24979;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover,
.btn-default:hover {
  border-color: #f5799c;
  background-color: #f24979;
  color: white;
}
.list-inline > li > a:hover {
  color: #f24979;
}
html,
body,
header,
#header-bg {
  height: 100%;
}
.hsContainer {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
}
.hsContent {
  max-width: 450px;
  text-align: center;
}
#slide-1 .bcg {
  background-image: url('../img/bg.jpg');
  background-color: transparent;
  height: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  #slide-1 .bcg {
    background-image: url('../img/bg@2x.jpg');
  }
}
.bcg {
  /*
-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-position: left bottom;
  -moz-background-position: left bottom;
  -o-background-position: left bottom;
  background-position: left bottom;
  background-position-x: 10%;
  -webkit-background-position-x: 10%;
  -moz-background-position-x: 10%;
  -o-background-position-x: 10%;
  background-position-y: 0%;
  -webkit-background-position-y: 0%;
  -moz-background--position-y: 0%;
  -o-background-position-y: 0%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
  width: 100%;
  behavior: url('http://isabella-enigl.at/js/backgroundsize.min.htc');
  -ms-behavior: url('http://isabella-enigl.at/js/backgroundsize.min.htc');
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .bcg {
    background-attachment: fixed;
  }
}
#slide-1 {
  height: 100%;
  padding: 0;
}
header .container {
  z-index: 2;
}
#me-svg {
  z-index: 1;
  opacity: 0;
  display: none;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
#me-mobile {
  position: absolute;
  width: 80%;
  height: 100%;
  z-index: 1;
  top: 0;
  opacity: 1;
  display: block;
  margin: 10%;
  padding: 0% 8% 8% 8%;
}
.text-bg {
  background-color: white;
  color: #3a3a3a;
  padding: 1px 8px 1px 8px;
  position: relative;
  display: inline;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 5px;
  font-weight: 400;
}
.text-bg-cyan {
  background-color: #68d7bb;
  color: white;
  padding: 1px 8px 1px 8px;
  position: relative;
  display: inline;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 5px;
  font-weight: 400;
}
.text-bg-pink {
  background-color: white;
  color: #f24979;
  padding: 1px 8px 1px 8px;
  position: relative;
  display: inline;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 5px;
  font-weight: 400;
}
#about p {
  text-align: center;
}
#about h2 {
  color: white;
}
.chapter-text {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
  margin-bottom: 3%;
}
.div1 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  max-width: 400px;
}
.div2 {
  width: 0%;
  min-height: 0%;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: -moz-linear-gradient(45deg, #37bc9b 50%, rgba(55, 188, 155, 0) 50%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #37bc9b), color-stop(50%, rgba(55, 188, 155, 0)));
  background: -webkit-linear-gradient(45deg, #37bc9b 50%, rgba(55, 188, 155, 0) 50%);
  background: -o-linear-gradient(45deg, #37bc9b 50%, rgba(55, 188, 155, 0) 50%);
  background: -ms-linear-gradient(45deg, #37bc9b 50%, rgba(55, 188, 155, 0) 50%);
  background: linear-gradient(45deg, #37bc9b 45deg, rgba(55, 188, 155, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37bc9b', endColorstr='#0037bc9b', GradientType=1);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.container-hover {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 5;
}
.dummy {
  padding-top: 100%;
  max-width: 400px;
  max-height: 400px;
}
.element {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.element img {
  width: 100%;
}
.details {
  position: absolute;
  left: 41.5%;
  width: 50%;
  opacity: 0;
  padding-top: 22%;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.more {
  width: 100%;
  height: 100%;
}
.more polygon {
  padding: 10%;
  transition: fill 1s ease;
  -webkit-transition: fill 1s ease;
  -moz-transition: fill 1s ease;
  -o-transition: fill 1s ease;
}
.more polygon:hover {
  fill: #3a3a3a;
}
#my-skills-mobile {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
#skillsBgMobile {
  position: relative;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-repeat: no-repeat;
  height: auto;
  width: 90%;
  margin: 0 auto;
  margin-top: 0;
}
#skillsBgMobile svg {
  position: absolute;
}
#skillsBgMobile img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#about-me-mobile {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
#aboutBgMobile {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 80%;
  margin-top: 5%;
  margin: 0 auto;
  behavior: url('http://isabella-enigl.at/js/backgroundsize.min.htc');
  -ms-behavior: url('http://isabella-enigl.at/js/backgroundsize.min.htc');
  position: relative;
  z-index: 0;
}
#aboutBgMobile img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#aboutBgMobile svg {
  position: absolute;
}
#about-me {
  display: none;
}
section {
  padding-top: 10%;
  padding-bottom: 10%;
}
section h2 {
  margin-top: 2%;
  font-size: 2.5em;
  padding-bottom: 3.5%;
}
.profil {
  padding: 10% 10% 0 10%;
}
.profil h2 {
  padding-bottom: 5%;
}
.profilephoto {
  width: 90%;
  height: auto;
}
.profile {
  width: 90%;
  height: 100%;
  margin: 10% 5% 0% 5%;
}
.profile h3 {
  z-index: 3;
  color: #f24979;
  text-align: center;
  margin: 0 auto;
  background-color: white;
  padding: 4% 4% 3% 4%;
}
.profile .profilephoto-2 {
  opacity: 1;
  width: 100%;
  height: auto;
  z-index: 2;
}
.profile .effect {
  background-color: transparent;
}
.profile .question {
  color: transparent;
  display: none;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 0px;
  height: 2px;
  width: 27px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  bottom: -8px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
a.navbar-brand {
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 300;
}
a.navbar-brand:hover {
  color: #f9a8bf;
}
a.navbar-brand .bold {
  font-weight: 700;
}
.navbar-toggle {
  margin: 0;
  padding: 28px 42px 0 0;
}
.menuItemInfo a {
  margin: 0px;
  padding: 10px 15px;
  display: block;
}
.menuItemInfo a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  content: '';
  opacity: 0.2;
  -webkit-transition: opacity 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
}
.menuItemInfo a::after {
  top: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.menuItemInfo a span:first-child {
  z-index: 2;
  display: block;
}
.menuItemInfo a span:last-child {
  z-index: 1;
  display: block;
  padding: 5px 0 0 0;
  color: #f24979;
  text-shadow: none;
  text-transform: none;
  font-weight: 300;
  font-size: 0.8em;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.menuItemInfo a:hover::before,
.menuItemInfo a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.menuItemInfo a:hover span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
object {
  min-width: 100%;
  min-height: 700px;
  margin-bottom: 20px;
}
@media (min-width: 401px) {
  #portfolio .portfolio-item {
    min-width: 400px;
  }
}
@media (min-width: 512px) {
  #me-mobile {
    max-width: 85%;
    margin: 5% 7.5% 10% 7.5%;
  }
  #aboutBgMobile {
    width: 70%;
    margin-top: 4%;
  }
  
}
@media (min-width: 768px) {
  #skillsBgMobile img,
  #aboutBgMobile img {
    display: none;
  }
  header .container {
    top: 25%;
  }
  header .intro-text {
    padding: 50px;
  }
  header .intro-text .name {
    display: block;
    font-size: 4.75em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1.5px;
  }
  header .intro-text #intro-skills {
    padding: 8px;
    color: #f24979;
    display: block;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.2em;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    text-transform: lowercase;
    letter-spacing: 5px;
    margin: 1% 30% 0% 30%;
    background-color: white;
  }
  .navbar-fixed-top {
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    -o-transition: all 0.3s ease;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s ease;
  }
  .navbar-fixed-top .menuItemInfo a::after {
    top: 85%;
  }
  .navbar-fixed-top .menuItemInfo a span:last-child {
    padding: 0px 0 0 0;
    text-align: center;
    color: white;
  }
  .navbar-fixed-top .menuItemInfo a::after {
    background-color: #f24979;
  }
  .navbar-brand {
    display: none;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 7px 0 5px 0;
    background-color: #3a3a3a;
  }
  .navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
    font-weight: 300;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.2em !important;
    letter-spacing: 0.5px;
    color: white;
    display: block;
    font-weight: 300;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand:hover {
    color: #f9a8bf;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand .bold {
    font-weight: 700;
  }
  .navbar-fixed-top.navbar-shrink .menuItemInfo a span:first-child {
    padding: 0;
    margin-bottom: 6px;
  }
  .navbar-fixed-top.navbar-shrink .menuItemInfo a::after {
    background-color: transparent;
  }
  .navbar-fixed-top.navbar-shrink .menuItemInfo a span:last-child {
    color: white;
    padding: 0;
    text-align: center;
    font-size: 0.65em;
    line-height: 0.65em;
  }
  .navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .icon-bar,
  .navbar-header.page-scroll,
  div#bs-example-navbar-collapse-1 {
    background-color: transparent;
  }
  .navbar-default {
    background-color: transparent;
  }
  .bg-img {
    min-height: 1020px;
  }
  .bcg {
    background-attachment: fixed;
  }
  section h2 {
    font-size: 4em;
  }
  #me {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 100%;
    top: 0%;
    z-index: 1;
    right: 17%;
    opacity: 1;
  }
  #me-mobile {
    display: none;
  }
  p {
    font-size: 1.4em;
  }
  #about-me {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: -0.1%;
  }
  #aboutBg {
    /*
background-image:url('../img/about-me.png');
    	background-size: cover;
    	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;  
		behavior: url('http://isabella-enigl.at/js/backgroundsize.min.htc');
    -ms-behavior: url('http://isabella-enigl.at/js/backgroundsize.min.htc');
    position: relative;
    z-index: 0;     
*/
  }
  #about-me-mobile {
    display: none;
  }
  #skillsBg {
    /*
	   background-size: cover; 
	   -webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		*/
    width: 75%;
    margin: 0 auto;
  }
  #my-skills {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #my-skills-mobile {
    display: none;
  }
  section {
    padding-bottom: 10%;
  }
  h2 {
    margin-top: 2%;
    font-size: 2.5em;
    padding-bottom: 1.5%;
  }
  .profil {
    padding-top: 6%;
  }
  .profil h2 {
    padding: 10% 0 20% 40%;
    float: right;
  }
  .profilephoto {
    width: 100%;
    height: auto;
    float: left;
  }
  .profile {
    width: 40%;
    height: auto;
    margin: 7% 30% 0% 30%;
  }
  .profile h3 {
    z-index: 3;
    color: #f24979;
    text-align: center;
    margin: 0 auto;
    background-color: white;
    padding: 3%;
    margin-top: 3%;
  }
  .profile .profilephoto-2 {
    opacity: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .profile .effect {
    background-color: white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .profile .question {
    display: block;
    color: #f24979;
    float: none;
    z-index: 4;
    position: absolute;
    vertical-align: middle;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 0%;
    margin: 0 auto;
    width: 90%;
  }
  .profile .question #face-vector {
    opacity: 1;
    margin: 0 auto;
    width: 33%;
    height: 33%;
    padding-top: 10%;
  }
  .profile .effect:hover {
    background-color: transparent;
  }
  .profile .effect:hover .profilephoto-2 {
    opacity: 1 !important;
  }
  .profile .effect:hover .question {
    color: transparent;
    opacity: 0;
  }
  #contactForm label {
    font-size: 1.2em;
  }
  #contact .chapter-text {
    font-size: 1.3em;
    line-height: 1.8em;
  }
  nav.navbar.navbar-default.navbar-fixed-top {
    margin-top: 1%;
    font-size: 1.12em;
  }
  nav.navbar.navbar-default.navbar-fixed-top.navbar-shrink {
    margin-top: 0%;
    font-size: 1.2em;
  }
  #portfolio .portfolio-item {
    min-width: 250px;
  }
  .portfolio-item:hover .div2 {
    top: -35%;
    left: 15%;
    width: 70%;
    min-height: 70%;
  }
  .portfolio-item:hover .details {
    opacity: 1;
  }
  .portfolio-item:hover .caption {
    opacity: 1 !important;
  }
  .legal-notice p {
    width: 100%;
    margin-left: 0 !important;
  }
  .legal-notice .btn {
    width: 35%;
  }
  #aboutBg .animationContainer {
    margin-top: 3%;
  }
  
  
  footer .footer-below {
	  padding-bottom: 50px;
	}
  
  
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  #skillsBg,
  #aboutBg {
    display: none;
  }
}
@media (min-width: 900px) {
  header .intro-text .name {
    display: block;
    font-size: 5.75em;
  }
  header .intro-text #intro-skills {
    margin: 1% 35% 0% 35%;
  }
  #about-me {
    width: 100%;
  }
  .portfolio-modal .img-responsive {
    max-width: 85%;
  }
  .modal-content .container {
    width: 100%;
  }
  .modal-content .container p,
  .modal-content .container .item-details {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .legal-notice {
    width: 85%;
    margin-left: 10%;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
  #me {
    top: 0%;
    width: 50%;
  }
  .portfolio-all {
    width: 80%;
    margin: 0% 10% 0% 10%;
  }
  #skillsBg {
    width: 60%;
  }
  section {
    padding-top: 5%;
  }
  .profile .question {
    width: 95%;
  }
  .legal-notice {
    margin-left: 0%;
  }
}
/* Landscape */
@media only screen and (max-device-width: 1200px) and (orientation: landscape) {
  #me-mobile {
    display: none;
  }
  #me-svg {
    display: none;
  }
  .intro-text .name {
    text-shadow: 1px 1px 3px #808080 !important;
  }
}
@media (min-width: 1715px) {
  .portfolio-all {
    width: 70%;
    margin: 0% 15% 0% 15%;
  }
}
.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax__layer--base {
  transform: translateZ(0);
}
.parallax__layer--base img {
  width: 700px;
}
.parallax__layer--back {
  transform: translateZ(-1px);
}
.parallax__layer--back img {
  width: 1900px;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.2em;
}
.hover-effect #backgroundimage {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.hover-effect #intro {
  color: transparent;
}
.hover-effect #intro-skills {
  opacity: 0;
}
.hover-effect #me-svg {
  display: block;
  opacity: 1;
}
.alert {
  border-radius: 0px;
}
.placeholder-img {
  width: 100%;
  height: auto;
}
.animationContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.animationContainer .relativeContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.animationContainer img,
.animationContainer svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}







.privacy-label {
	display: inline-block !important;
	opacity: 1 !important;
	top: 0px !important;
	color: black !important;
	padding-left: 15px !important;
}



input[type="checkbox"] {
	width: auto !important;
	height: 35px !important;
	display: inline-block !important;
	vertical-align: bottom !important;
	position: relative !important;
}


#cookie-bar-button {
	background-color: #BD3560 !important;
	border-radius: 0px !important;
	text-shadow: none !important;
}
