/*
  Template Name: MyPortfolio
  Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  color: #c0c0c0;
  font-family: 'press_start_2pregular', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size: 0.7rem;
  background-color: #000;
}

a {
  color: #777;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: 'press_start_2pregular', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size: 0.7rem;
}

h3,
.font-heading {
  text-transform: uppercase;
  color: #fff;
}

h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.site-section {
  padding: 7rem 0;
}

.filters a {
  color: #c0c0c0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  font-size: 0.5rem;
  transition: .2s all ease;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  color: #000;
  background: #fff;
  text-decoration: none;
}

.filters a:hover:before {
  /*content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
  */
}

.filters a.active {
  color: #000;
  background: #fff;
  text-decoration: none;
}

.filters a.active:before {
  /*content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;*/
}

.mb-0, .my-0 {
    font-size: 0.5rem;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  padding: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap > .work-info span {
  font-size: 10px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  padding: 2px;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  padding: 10px 15px;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  transition: .2s all ease;
  font-weight: 700;
  background: #fff;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  text-decoration: none;
  background: #555;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: #0d1e2d;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding-top: 20px;
  /* required */
}

.list-unstyled {
    padding-left: 10px;
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}

.list-line li:before {
  content: "☑";
  position: absolute;
  left: -10px;
  width: 0px;
  height: 0px;
  background: #000;
  font-size: 20px;
  top: -10px;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
  background-color: #555;
}

.custom-progress .progress-bar {
  background: #fff;
}

/* Contact Form */

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.col-md-4.d-none.d-md-block {
  background: #ffffff;
  padding: 10px 10px;
}

/* Custom Navmenu */

.custom-navmenu {
  background: #0d1e2d;
  background-image: url("/img/UV_checker_Map.jpg");
  background-size: cover;
}


.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.8rem;
  line-height: 1.8rem;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;

}

.custom-navmenu .custom-menu li a {
  color: #000;
  padding: 5px 10px !important;
  background-color: #fff;
  transition: .2s all ease;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
  margin-left: 5px;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #000;
}

.custom-navmenu p {
  color: #000;
}

.custom-navmenu a {
  color: rgba(0, 0, 0, 0.7);
}

.custom-navmenu a:hover {
  color: #cecece;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgb(255 255 255);
}

/* Custom Navbar */

.custom-navbar {
  padding-top: 50px;
  width: 100%;
}

.custom-navbar .navbar-brand {
  font-size: 1rem;
  color: #fff;

}

/* Burger */

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #fff;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */

.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */

.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.footer {
  padding: 0 0 4rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #717171;
  background: #333;
}

@media (max-width: 780px) {
  .custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

/*Video */

.video-1280x720 {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  padding-top: 20px;
}

/*Reel*/
.videodiv {
    text-align: center;
}

img.img-fluid {
    padding-bottom: 10px;
}

.videodiv .webvideo {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}


.row-grid {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column-grid {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column-grid img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.a-mobile {
  display: none;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-grid {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .custom-navmenu {
    background-size: cover;
  }
  .a-mobile {
    display: inline;
  }

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-grid {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .custom-navmenu {
    background-size: cover;
  }
  .a-mobile {
    display: inline;
  }

}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

.return {
    background: #fff;
    padding: 6px 6px 3px 3px;
    color: #000;
    transition: .2s all ease;
    position: absolute;
    margin-top: 0px;
}

.return:hover{
  text-decoration: none;
  background: #555;
}

.custom-navmenu .custom-menu li a:hover .select-move {

  position: relative;
  animation: select .75s;
  animation-iteration-count: infinite;
}

@keyframes select {
  from {left: 0px;}
  to {left: 7px;}
}

button.btn.btn-sm.filter-btn {
  font-size: 8px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding: 4px;
  background: none;
}

button.btn.btn-sm.filter-btn.active {
  background-color: #fff;
}

.tags {
  font-size: 0.5rem;
}

.tags .badge {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 5px;
}

.lb-outerContainer {
  background-color: #000;
}

.lightbox .lb-image {
  border: 0;
}

span.lb-caption {
  font-size: 10px;
}

.lb-data .lb-number {
  font-size: 8px;
}


small.text-muted {
  font-size: 0.4rem;
}

.masonry-grid {
  display: block;
  margin-left: -10px;
  width: auto;
}

.grid-sizer,
.gallery-item {
  width: calc((100% - 40px) / 3);
  padding-left: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.card.text-white {
    border: 0;
    border-radius: 0;
    background: #000;
}

/* Zwei Spalten bei Tablet */
@media (max-width: 992px) {
  .masonry-grid .grid-sizer,
  .masonry-grid .gallery-item {
    width: calc((100% - 40px) / 2);
  }
}

/* Eine Spalte bei Mobil */
@media (max-width: 576px) {
  .masonry-grid .grid-sizer,
  .masonry-grid .gallery-item {
    width: 100%;
  }
}
