/*!
 * Vitality v1.3.7 (http://themes.startbootstrap.com/vitality-v1.3.7)
 * Copyright 2013-2016 Start Bootstrap Themes
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */
html,
body {
  height: 100%;
  color: #3e4349;
}
.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 60px;
}
section {
  padding: 60px 0;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-dark {
  color: white;
  background-color: #000;
}
.bg-dark img {
	width: 100% !important;
	/*border: 1px solid #CCC;*/

}


@media (max-width: 767px) {

header {
padding-top: 12px !important;

}

  section {
      padding: 12px 0;
  }

  p {
	  font-size:16px !important;
  }

  header .intro_text2, .words { font-size: 16px!important; line-height: 1.5em !important;}
  header .intro_text { font-size: 32px!important;}


  .portfolio-modal .modal-content h2 { font-size: 36px !important; }
  .portfolio .item .project-details { padding-left: 0px !important; padding-right: 0px !important;}
  .portfolio .item .project-details .project-name { font-size: 30px !important; }


  h4 { font-size:18px !important;
  }

.portfolio .item {
  padding-bottom: 60px !important;
  }

  .portfolio .item  {
    padding-bottom: 60px;
  }







}






.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
input.form-control {
  border-radius: 0 !important;
}
input.form-control:focus {
  border-color: #111111;
  box-shadow: none;
}
.btn,
.input-group-btn {
  border-radius: 64px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary {
  color: #ffffff;
    background-color: #111111;
  border-color: #111111;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ec610e;
  border-color: #e25d0d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #111111;
  border-color: #111111;
}
.btn-primary .badge {
  color: #111111;
  background-color: #ffffff;
}

body {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
a {
  color: #111111;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 16px;
}

p .bold_word {
	font-weight: 600;

}

p.lead {
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing:normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align:center;
}

  h2 {
    font-size: 64px;
	 font-weight: 700;
	 letter-spacing: normal;
  }

  h3 {
    font-size: 24px;
	  text-transform: none;
	  font-weight:600;
	  line-height: 1.5;
  	/*color: #333333;*/
	  text-align:center;
  }

  h4 {
    font-size: 28px;
	  text-transform: none;
	  line-height: 1.5;
	  /* color: #9B9B9B;*/
	  margin: auto;
  }


 .cv_block {
	padding: 16px 8px 8px 8px;

}

.cv_highlight {
  	border-left: 2px solid #ee244a;
	   padding: 6px;
}

.cv_date, .cv_title, .cv_location, .cv_description {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	padding:0px;
	margin: 0px;
	line-height: 1.5em;
	font-weight: 400;
	}

.cv_title {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 4px;


}

.cv_date{
	font-style:italic;
  	color: #ee244a;
	}

.cv_location { font-style:italic; }



@media (min-width: 481px) {

  h1 {
    font-size: 52px;
  }



}
hr {
  max-width: 100px;
  border-top: 4px solid white;
  height: 1px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #ee244a;
}



@media (min-width: 768px) {

  hr {
    max-width: 100px;
    margin: 24px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
}
.text-primary {
  color: #111111;
}
.navbar-fixed-top {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  border-radius: 0;
  background: none;
   color: #ee244a;


}
.navbar-default {
  background-color: #111111;
  margin:auto;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}


.navbar-inverse .navbar-toggle {
	background: #ee244a;
	border: none;

}


.navbar-default .navbar-toggle:navbar-collapsehover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
  text-align:center;
}
.navbar-inverse {
  background-color: white;
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: black;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform:uppercase;
  font-size:14px;
}
.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: #ee244a;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }
  .navbar-fixed-top.navbar-expanded {
    /* padding: 30px 0; */
  }
  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;

	/* Fade */
	border-bottom:1px solid #efefef;
	-webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
	opacity: 1;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: transparent;
    border: none;
	opacity: 0;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #000000;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}
header .intro-content {
  color: black;
  text-align: left;
  position: relative;
}
header .brand-name {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 55px;
  font-weight: 800;
  margin-top: 15px;
  color: #FFFFFF;
}
header .brand-name-subtext {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
   color: #FFFFFF;
   margin-top: 12px;
   margin-bottom: 24px;

}

header .intro_text{

  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: -0.5px;

}

header .intro_text2, header .words {

  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 24px;

}
.intro_name {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

.words {
	/*color: #ee244a !important; *//
 /*	font-weight: 600 !important; */
}


header img {
  max-width: 150px;
  max-height: 150px;
}


header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;

  animation-duration:1s;
  animation-delay: 2s;
  animation-iteration-count: 1;
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid #ee244a;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: #ee244a;
  outline: none;
  background: #fff;
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
  }
  header .intro-content {
    color: #000000;
    text-align: centered;

    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name {
    font-size: 18px;
    line-height: 80px;
	margin-bottom: 12px;
  }
  header .brand-name-subtext {
    font-size: 26px;
    line-height: 12px;
	   margin-bottom: 40px;
  }
  header img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (min-width: 1025px) {

	h4 {
	max-width: 80%;
	}
  header {
    /*background-attachment: fixed; */
  }
}
header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 998;
  opacity: 0;
}
header.video .intro-content {
  z-index: 999;
}
header.video .scroll-down {
  z-index: 999;
}
@media (min-width: 768px) {
  header.video .overlay {
    opacity: 0.5;
  }
}


aside.cta-quote {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
}
aside.cta-quote span.quote {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 768px) {


  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.cta-quote span.quote {
    font-size: 36px;
     line-height: 1.5em;
  }
}
@media (min-width: 992px) {


aside.profile_bg {
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:right bottom;
	background-image:url(../img/portrait_sebastian_schwinkendorf.jpg);
/*	background-image:-webkit-image-set(url(../img/portrait_sebastian_schwinkendorf3.png) 1x, url(../img/portrait_sebastian_schwinkendorf3@2x.png) 2x); */
  height: 100%;
  padding-top: 0px;
	}


  aside.cta-quote {
    padding: 100px 0;
  }
  aside.cta-quote span.quote {
    font-size: 40px;
  }

.portfolio .item .project-details .project-name {
    font-size: 36px !important;
}



}
@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }

  .portfolio .item .project-details .project-name {
      font-size: 44px!important;
  }

}
.testimonials {
  text-align: center;
}
.testimonials .testimonials-carousel .item {
  padding: 0;
}
p.quote {
  margin-bottom: 30px;
  line-height: 2em;
  font-size: 18px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: left;
}




.testimonials .testimonials-carousel .item .testimonial-info {
  margin-bottom: 30px;
}
.testimonial-img {
  display: inline-block;
  height: 72px;
  width: 72px;
  margin-right: 10px;
  border: 2px solid #FFF;
  box-shadow: 0 0 5px 0 rgba(51,51,51,0.20);
  margin: 4px;

}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
  display: inline-block;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
  margin: 3px auto;
  max-width: 50px;
}
.testimonial-author p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
  color: #f1c40f;
}
.testimonials .testimonials-carousel .owl-controls {
  margin-top: 0;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next {
  display: none;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  border: 1px soild !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: white !important;
  color: #ee244a !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials .testimonials-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev {
  left: 15px;
}
.testimonials .testimonials-carousel .owl-controls .owl-next {
  right: 15px;
}
@media (min-width: 768px) {
  .testimonials .testimonials-carousel .item {
    padding: 0 8px;
  }
  .testimonials .testimonials-carousel .owl-controls .owl-prev,
  .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: block;
  }
}
.cta-form h3 {
  margin-top: 0;
}
.about-content {
  padding: 10px;
}

.about-content p{
	font-size:16px;
  font-weight: 400;
}

.about-carousel .item {
  padding: 15px;
}
.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-carousel .item .caption h3 {
  margin: 0;
}
.about-carousel .item .caption hr {
  margin: 5px auto;
  max-width: 50px;
}
.about-carousel .item .caption p {
  margin: 0;
}
.about-carousel .item .caption ul.social {
  margin-top: 5px;
}
.about-carousel .item .caption ul.social li a {
  color: rgba(255, 255, 255, 0.7);
}
.about-carousel .item .caption ul.social li a:hover,
.about-carousel .item .caption ul.social li a:focus {
  color: white;
}
.about-carousel .owl-controls {
  margin-top: 0;
}
.about-carousel .owl-controls .owl-prev,
.about-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #111111 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-carousel .owl-controls .owl-prev:hover,
.about-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.about-carousel .owl-controls .owl-prev {
  left: 15px;
}
.about-carousel .owl-controls .owl-next {
  right: 15px;
}
.services .media {
  margin-bottom: 30px;
}
.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #222222;
  border-radius: 100%;
  font-size: 30px;
}
.services .media .media-body {
  min-width: none;
  /* padding-left: 15px; */
}
.services .media .media-body h3 {
  margin-bottom: 15px;
}
.services .media .media-body ul {
  list-style: none;
  padding: 0;
  text-align:center;
  padding-top: 20px;
}
.services .media .media-body ul li {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 390px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media .media-body {
    min-width: 193px;
  }
}
@media (min-width: 1199px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
  }
}
.portfolio-carousel {
  padding: 0;
  color: white;

 background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(221,221,221,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(221,221,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
}
.portfolio-carousel .item {
/*  background: no-repeat center center scroll; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 0px 55px;
  text-align: center;
}
.portfolio-carousel .item .portfolio-image {
  margin-top: 50px;
  margin:auto;
}
.portfolio-carousel .item .project-details {
  padding: 16px;
}
.portfolio-carousel .item .project-details img.client-logo {
  margin: auto;
  padding: 16px;
}
.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #333;
}
.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1.3em;

}
.portfolio-carousel .owl-controls {
  margin-top: 0;
}
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #ee244a !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}
.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
@media (min-width: 992px) {
  .portfolio-carousel .item {
    padding: 12px 55px 100px;
    text-align: left;
    min-height: 100%;
  }
  .portfolio-carousel .item .portfolio-image {
    margin-top: 0;
	margin: auto;
  }
  .portfolio-carousel .item .project-details {
    padding: 0 0 0; /* 15% 0 0 */
  }
  .portfolio-carousel .item .project-details img.client-logo {
    /*margin: 0 auto 0 0; */
  }
  .portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 28px;
    line-height: 1em;
    padding-bottom: 12px;
    font-weight: 700;
    font-color: #333333;

  }
  .portfolio-carousel .item .project-details .project-description {
    font-size: 18px;
    line-height: 1.5em; }



  }
  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}
.portfolio-gallery .item {
  padding: 15px;
}
.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: left;
}
.portfolio-modal .modal-backdrop {
  display: none;
}
.portfolio-modal .modal-content {
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  padding-bottom: 12px;
  }

  .portfolio-modal .modal-content h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 24px;
    line-height: 1.3em;
    }


.portfolio-modal .modal-content img {
  margin: 0px auto;
  /*border: 1px solid #efefef;*/
}


.portfolio-modal .modal-content p {
  font-size: 16px;
  text-align: left;
}

.portfolio-modal .modal-content ul {
/* list-style: none; */
  text-align: left;
/*  font-weight: 400; */
  margin-top: 24px;

}

.portfolio-modal .modal-content ul li {
  margin-bottom: 8px;
}

.portfolio-modal .modal-content ul li i {
color: #7FC31C;
padding-right: 8px;
}


.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.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: 2px;
  margin-left: 35px;
  background-color: #333;
  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: 2px;
  background-color: #333;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-filter {
  display: inline-block;
}
.portfolio-filter #filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-filter #filters li {
  display: inline-block;
}
.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  color: #222222;
  background: transparent;
  border: 1px solid #222222;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-filter #filters li .filter.active {
  background-color: #111111;
  color: white;
  border-color: #111111;
}
#portfoliolist .portfolio {
  width: 31%; /* 31%*/
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  background: #EFEFEF;
}
#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#portfoliolist .portfolio .portfolio-wrapper img:hover {
 /* -webkit-filter: grayscale(1); */
/*  filter: grayscale(1); */
}
#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #111111;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
}
.pricing {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.pricing .pricing-item {
  text-align: center;
  background: white;
  color: #222222;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}
.pricing .pricing-item h3 {
  margin: 0;
}
.pricing .pricing-item hr {
  max-width: 100px;
}
.pricing .pricing-item .price {
  margin-bottom: 20px;
}
.pricing .pricing-item .price .number {
  font-weight: 900;
  font-size: 50px;
}
.pricing .pricing-item .price .number sup {
  font-size: 30px;
}
.pricing .pricing-item .list-group-item {
  border-radius: 0;
}
@media (min-width: 992px) {

	p { font-size: 18px; }
  .pricing {
    background-attachment: scroll;
  }
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .pricing {
    background-attachment: fixed;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}
.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.5s ease,opacity 0.5s ease;
  -moz-transition: top 0.5s ease,opacity 0.5s ease;
  -ms-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #111111;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}
footer.footer {
	background:#333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 0 20px;
  color: #fff;
}
footer.footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer a:hover {
  color: white;
}
footer.footer p {
  font-size: 20px;
}
footer.footer .contact-details {
  margin: 75px 0;
}
footer.footer .social {
  margin-bottom: 75px;
}
footer.footer .copyright p.small {
  font-size: 14px;
  color: #666;
}
@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }
}
.btn-outline-light {
  background: #ee244a;
  color: #FFF;
  border: 2px solid;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #ee244a;
  background: white;
  outline: none;
  border: 2px solid;
}
.btn-outline-dark {
  color: #ee244a;
  border: 2px solid #ee244a;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white;
  background: #111111;
  border-color: #111111;
  outline: none;
}
.btn {
  border-radius: 32px;
  padding: 12px 36px;
  font-weight: 400;
  letter-spacing: 1px;

}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: #222222;
  color: white;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
}
.btn-full-width:hover {
  background-color: #111111;
  color: white;
}
.btn-full-width:focus {
  color: white;
}
body.modern {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.modern h1,
body.modern h2,
body.modern h3,
body.modern h4,
body.modern h5,
body.modern h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern p.lead {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern header .brand-name {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .about-carousel .owl-controls .owl-prev,
body.modern .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.modern .portfolio-carousel .item .project-details .project-name {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.modern .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.vintage h1,
body.vintage h2,
body.vintage h3,
body.vintage h4,
body.vintage h5,
body.vintage h6 {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage p.lead {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage header .brand-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .about-carousel .owl-controls .owl-prev,
body.vintage .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage .portfolio-carousel .item .project-details .project-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ee244a;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 14px;
    top: 14px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.2);
}
#return-to-top:hover i {
    color: #fff;
}


h3 {

	margin-top:0px;
}

.expertise {
	font-weight:300;
	font-size: 18px;
	color: #999;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-bottom: 4px !important;

}
.tasks {

	margin-top: 24px;
	padding: 0px;

}

.tasks li {

background: #FFF;
color: #ee244a;
padding: 2px 24px;
font-size: 18px;
line-height: 3em;
border: 2px solid #ee244a;
margin: 4px;
border-radius: 50px;
display: inline-table;
list-style-type: none;
text-transform: uppercase;
font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
letter-spacing: 1px;
cursor: default;

}


ul.tools { padding:0px !important; }
.tools li {

background: #FFF;
padding: 2px 16px;
font-size: 14px !important;
line-height: 3em;
display: inline-table;
list-style-type: none;

text-transform: uppercase;
font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:
font-weight: 600;
letter-spacing: 1px;
cursor: default;
width: 99%;

}

.tools li:hover {
		background: #ee244a;
		color: #fff;
		border: none;
}

ul.clients {
	padding:0px;
	}

.clients li {

background: #FFF;
margin: 20px;
display: inline;
list-style-type: none;
cursor: default;
}
.demo_link a {
	font-size:24px;
}


.attraction {

  animation-duration:1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}


.animate-words {
    transform: translateY(0);
    transition: transform .8s cubic-bezier(.075,.82,.165,1);
}

.alert-success {

	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size:36px !important;
	border-color: none !important;
	background-color: none !important;
	text-align:center !important;

}

img.profile {
	height: auto;
	}

img.company_logo {
max-width: 50%;
text-align: center;
}

a.textlink {
		color:#333333;
		text-decoration: #333 underline;
		-webkit-text-decoration: #333 underline;
		-moz-text-decoration: #333 underline;
	}

.gallery {

}

	figure{
		padding:40px 40px 20px 40px;
		background:#FFF;
		margin-bottom:80px;

	}

figcaption {

	padding-top: 20px;
	font-weight: 400;
	color:#000;

}


.portfolio .item  {
  padding-bottom: 160px;
}

.portfolio .item .project-details .project-name {
  display: block;
  font-size: 44px;
  line-height: 1.1em;
  margin-bottom: 18px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: left;
}


.portfolio .item .project-details .project-description {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 24px;
  font-weight: 500;
}

.portfolio .item .project-details .project-date {
  display: block;
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 12px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #333;
  text-align: left;
}

.portfolio .item .project-details {
  padding: 32px;
}

.portfolio .item .project-details .img-shaddow

 {
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-top: 24px;
 border-radius: 8px;

}

.dsgvo h4 {
  text-align: left !important;
  max-width: none;
  line-height: 2.6em;

}


blockquote {
font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
margin: 0.25em 0;
padding: 0.35em 40px;
line-height: 1.6;
position: relative;
color: #383838;
text-align: left;
border: 0px !important;
}

blockquote:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: "\2014 \2009";
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.space-top {
  padding-bottom: 120px;

}

.dark_mode {
  color: #FFFFFF;
}
