/***
====================================================================
	Copyright by Null1 media
	Moritz Locher
	mail [at] null1 [dot] media
====================================================================
***/

/***
====================================================================
	Allgemein
====================================================================
***/
html {
  font-size: 10px;
  box-sizing: border-box;
}

html,
body { height: 100%; }

body { 
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  background: #111;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0071bc;
  text-decoration: none;
  transition: all .3s ease-in-out;	
}

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

h1,
.h1 { font-size: 5.5rem; }

h2,
.h2 { font-size: 3rem; }

h3,
.h3 { font-size: 2.4rem; }

h4,
.h4 { font-size: 2.1rem; }

h5,
.h5 { font-size: 1.6rem; }

h6,
.h6 {
  font-size: 1.3rem;
  text-transform: uppercase;
}

hr {
  border: 1px solid rgba(0, 0, 0, .25);
  border-width: 1px 0 0;
  clear: both;
  margin: 5rem 0;
  height: 0;
}

label,
legend {
  font-size: 1.5rem;
  font-weight: 700;
}

input:not([type="checkbox"]),
textarea,
select {
  width: 100%;
  height: 6rem;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  outline: none;
  padding: 1.5rem 0;  
  transition: all .3s ease-in-out;  
}

input:not([type="checkbox"]):focus,
textarea:focus,
select:focus { border-bottom: 1px solid #0071bc; }

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: rgba(255, 255, 255, .5); }

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder { color: rgba(255, 255, 255, .5); }

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder { color: rgba(255, 255, 255, .5); }

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: rgba(255, 255, 255, .5); }

input.placeholder,
select.placeholder,
textarea.placeholder { color: rgba(255, 255, 255, .5) !important; }

textarea { min-height: 20rem; }

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  height: 5.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .3rem;
  background: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 0;
  cursor: pointer;
  transition: all .3s ease-in-out;  
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {  
  color: #0071bc;
  background: #fff;
  border-color: #fff; 
  outline: none;
}

.btn:disabled,
button:disabled,
.btn:disabled:hover,
button:disabled:hover {
  color: #fff;
  background: #ddd;
  border-color: #ddd;
  cursor: not-allowed;
}

.btn-popup {
  display: inline-flex;
  align-items: center;
}

.btn-popup:hover { border: 1px solid #0071bc; }

.text-black { color: #000 !important; }

.section-header {
  position: relative;
  text-align: center;
  margin-bottom: 6rem;
  padding-bottom: 2rem;
}

.section-header h1 {
  font-weight: 500;
  margin-bottom: 0;
}

.section-header .subtitle {
  font-size: 1.7rem;
  font-weight: 700;
  color: #0071bc;
  text-transform: uppercase;
  letter-spacing: .25rem;  
}

.section-header::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;  
  display: inline-block;
  width: 550px;
  height: 1px;  
  background-color: rgba(0, 0, 0, .25);  
  
  transform: translateX(-50%);
}

/***
====================================================================
  Cookie-Zustimmung
====================================================================
***/
#cc_div #cm {
	font-family: "Rajdhani", sans-serif !important;
  background: #111;
  border-top: 2px solid #0071bc;
}

.single-page #cc_div #cm { background: #fff; }

#cc_div #cm #c-ttl,
#s-ttl {
	font-family: "Rajdhani", sans-serif;
	font-size: 2.1rem !important;
	font-weight: 500 !important;
  color: #fff;
}

.single-page #cc_div #cm #c-ttl,
.single-page #s-ttl { color: #000; }

#cc_div #cm #c-txt {
  font-size: 1.6rem;
  color: #fff;
}

.single-page #cc_div #cm #c-txt { color: #000; }

.cc_div .cc-link {
	font-weight: normal !important;
	color: #0071bc !important;
	border: 0 !important;
}

.cc_div .cc-link:focus { background: transparent !important; }

.cc_div .c-bn:not(#s-c-bn) {
  position: relative;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .1rem;
  background: #0071bc !important;
  border: 1px solid #0071bc;
  border-radius: 0 !important;
  padding: 10px 16px !important;
  transition: all .3s !important;  
}

.cc_div .c-bn:not(#s-c-bn) span { text-transform: uppercase; }

.cc_div .c-bn:not(#s-c-bn):hover,
.cc_div .c-bn:not(#s-c-bn).c_link:hover {
  color: #0071bc !important;
  border-color: #fff !important;
  background: #fff !important;
}

.single-page .cc_div .c-bn:not(#s-c-bn):hover,
.single-page .cc_div .c-bn:not(#s-c-bn).c_link:hover {
  border-color: #0071bc !important;
}

.cc_div .c-bn:not(#s-c-bn).c_link {
	color: #0071bc !important;
	border: 1px solid #0071bc !important;
	background-color: transparent !important;
}

#c-s-in { font-family: "Rajdhani", sans-serif !important;	}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc,
#s-c-bn { border-radius: 0 !important; }

/***
====================================================================
	Header
====================================================================
***/
.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 500;
}

.header-logo {
  position: absolute;
  top: 50%;
  left: 7rem;
  z-index: 501;
  transform: translateY(-50%);  
}

.header-logo a {
  display: block;
  width: 100px;
}

.header-nav {
  background: #0c0c0c;
  padding: 3.5rem 3rem;
  height: 100%;
  width: 280px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 700;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all .5s ease;
  transform: translateX(100%);
  visibility: hidden;
}

.header-nav-content {
  position: relative;
  left: 50px;
  opacity: 0;
  visibility: hidden;
}

.header-nav-content  h3 {  
  font-size: 11px;
  font-weight: 600;
  color: #0071bc;
  text-transform: uppercase;
  letter-spacing: .25rem;
  margin-bottom: 5rem;
  margin-top: 1rem;  
}

.header-nav-content p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, .5);
}

.header-nav-list {
  padding: 0;
  list-style: none;
}

.header-nav-list li { line-height: 4.5rem; }

.header-nav-list a,
.header-nav-list a:visited { color: #fff; }

.header-nav-social { padding: 0; }

.header-nav-social li { display: inline-block; }

.header-nav-social li a { color: rgba(255, 255, 255, .25); }

.header-nav-social li a:hover,
.header-nav-social li a:focus { color: #fff; }

.header-nav-close {
  position: absolute;
  top: 36px;
  right: 30px;
  z-index: 800;
  color: #fff;
}

.header-nav-close:hover { cursor: pointer; }

.menu-is-open .header-nav {
  transform: translateX(0);
  visibility: visible;
}

.menu-is-open .header-nav .header-nav-content {
  left: 0;
  transition: all .5s ease-in-out;
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;  
}

.header-menu-toggle {
  position: fixed;
  top: 30px;
  right: 7rem; 
  font-weight: 500;
  color: #0071bc;
  text-transform: uppercase;
  letter-spacing: .3rem;
  padding: 5px 10px;
  transition: all .5s ease-in-out;
}

.header-menu-toggle:hover { cursor: pointer; }

.header-menu-toggle.has-background { background-color: #000; }

.header-menu-toggle:hover,
.header-menu-toggle:focus { color: #fff; }

/***
====================================================================
	Start
====================================================================
***/
#start {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 786px;  
}

#start .start-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#start .start-container::after {  
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, .8) 100%);
  opacity: .75;  
}

#start .null1-3d-logo {
  width: 100%;
  max-width: 900px;  
  margin: 0 auto;
}

#start .null1-3d-logo-layer1 { position: relative; }

#start .null1-3d-logo-layer2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.92) translateZ(40px);
  transition: all .3s;
}

#start .null1-3d-logo.initial .null1-3d-logo-layer2 { transform: scale(1); }

#start h3 {
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  letter-spacing: .3rem;
}

#start .scroll {
  position: absolute;
  right: 8.5rem;
  bottom: 8rem;
}

#start .scroll i {
  font-size: 1.6rem;
  color: #0071bc;
}

#start .scroll a {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .3rem;  
  line-height: 3rem;
  padding-left: 5px;
  vertical-align: middle;
}

#start .line {
  position: absolute;
  display: block;
  width: 2px;
  height: 10rem;
  bottom: 0;
  right: 7rem;
  background-color: #0071bc;
}

/***
====================================================================
	Über uns
====================================================================
***/
#ueber-uns {
  position: relative;  
  background: linear-gradient(-45deg, #000, #0071bc);
  background-size: 400% 400%;  
  padding: 16rem 0;
}

#ueber-uns .line {
  position: absolute;
  display: block;
  width: 2px;
  height: 10rem;
  top: 0;
  right: 7rem;
  background-color: #fff;    
}

/***
====================================================================
	Leistungen
====================================================================
***/
#leistungen {
  background-color: #fff;
  padding: 16rem 0;  
}

#leistungen i {
  float: left;
  font-size: 4.8rem;
  color: #0071bc;  
  margin-top: -.6rem;
}

#leistungen .leistungen-container { margin-left: 7.8rem; }

/***
====================================================================
	Portfolio
====================================================================
***/
#portfolio {
  background-color: #111;
  padding: 16rem 0;
}

#portfolio .masonry .grid-sizer,
#portfolio .masonry-item { width: 50%; }

#portfolio .masonry-item {
  float: left;
  padding: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

#portfolio .portfolio-item-image a { display: block; }

#portfolio .portfolio-item-image a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
  z-index: 1;
  display: block;
  background-color: rgba(0, 0, 0, .8);
  transition: all .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#portfolio .portfolio-item-image a::after {
  position: absolute;
  content: "\f067";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;  
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  font-weight: 900; 
  transition: all .5s ease-in-out;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;  
}

#portfolio .portfolio-item-image img { transition: all .5s ease-in-out; }

#portfolio .portfolio-item-text {
  position: absolute;
  bottom: 3.5rem;
  left: 0;  
  z-index: 2;
  padding: 0 3.5rem;    
  transform: translate3d(0, 100%, 0);
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#portfolio .portfolio-item-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin: 0;
}

#portfolio .portfolio-item-category {  
  font-size: 1.4rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 0;
}

#portfolio .portfolio-item-link {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 4rem;
  height: 4rem;
  z-index: 500;  
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 50%;  
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden;
}

#portfolio .portfolio-item-link i {
  font-size: 1.8rem;
  line-height: 4.2rem;
}

#portfolio .portfolio-item-link::before {
  position: absolute;
  content: "";
  top: -3rem;
  left: 50%;
  height: 3rem;
  width: 1px;
  background-color: rgba(255, 255, 255, .25);  
}

#portfolio .portfolio-item-link:hover,
#portfolio .portfolio-item-link:focus,
#portfolio .portfolio-item-link:active {
  background-color: #fff;
  color: #000;
}

#portfolio .portfolio-item:hover .portfolio-item-image a::before {
  opacity: 1;
  visibility: visible;
}

#portfolio .portfolio-item:hover .portfolio-item-image a::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#portfolio .portfolio-item:hover .portfolio-item-image img { transform: scale(1.05); }

#portfolio .portfolio-item:hover .portfolio-item-link,
#portfolio .portfolio-item:hover .portfolio-item-text {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

/***
====================================================================
	Marken
====================================================================
***/
#marken {
  background-color: #e6e6e6;
  padding: 16rem 0;  
}

#marken .marken-container {
  text-align: center;
  padding-bottom: 9rem;
}

#marken .slider-item {  
  padding: 1.5rem 2.8rem;
  opacity: .55;
  transition: opacity .5s ease-in-out;
}

#marken .slider-item:hover,
#marken .slider-item:focus { opacity: 1; }

/***
====================================================================
	Kontakt
====================================================================
***/
#kontakt {
  position: relative;
  color: #fff;
  background-image: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 16rem 0;  
}

#kontakt::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, .8) 100%);
  opacity: .75;  
}

#kontakt .container {
  position: relative;
  z-index: 1;
}

#kontakt .line {
  position: absolute;
  display: block;
  width: 2px;
  height: 20rem;
  top: -25rem;
  left: 50%;
  background-color: #0071bc; 
  transform: translateX(-50%);
}

#kontakt .kontakt-container h6 { margin-bottom: 6.5rem; }

#kontakt .kontakt-container h5 { color: #0071bc; }

#kontakt .kontakt-primary {
  background-color: rgba(0, 0, 0, .5);
  padding: 6rem;
}

#kontakt .kontakt-secondary {
  background-color: #121212;
  padding: 6rem 3rem;
}

#kontakt .kontakt-secondary a { color: #fff; }

#kontakt .kontakt-secondary a:hover { color: #0071bc; }

#kontakt .kontakt-container button { margin-top: 3.6rem; }

#kontakt .kontakt-social { padding: 0; }

#kontakt .kontakt-social li { display: inline-block; }

#kontakt .kontakt-social li a { color: rgba(255, 255, 255, .25); }

#kontakt .kontakt-social li a:hover, 
#kontakt .kontakt-social li a:focus { color: #fff; }

.wdh { display: none; }

/***
====================================================================
	Footer
====================================================================
***/
footer {  
  font-size: 1.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .5);
  line-height: 2;
  padding: 9rem 0 6rem;
}

.footer-logo {
  width: 120px;
  height: 30px;  
  background: url("../img/logo.png") no-repeat center;
  background-size: 100%;
  margin-bottom: .5rem;
}

.footer-main ul { padding: 0; }

.footer-main li { display: block; }

footer a { color: #fff; }

footer a:hover,
footer a:focus,
footer a:active { color: #0071bc; }

.footer-bottom {
  font-size: 16px;
  text-align: center;
  margin-top: 5.5rem;  
}

.footer-status .circle-container { margin-right: -20px; }

.footer-status .circle-pulse {
 	position: relative;
	top: 8px;
	left: -20px;
  width: 25px;
  height: 25px;
  display: inline-block;
	border: 3px solid #62bd19;
	border-radius: 30px;
	animation: pulsate 2s ease-out infinite;
	opacity: 0;
}

.footer-status a { color: #fff; }

.footer-status i {
  color: #62bd19;
	vertical-align: middle;
}

@keyframes pulsate {
  0% {
    transform: scale(.1, .1);
    opacity: 0;
  }
  50% { opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/***
====================================================================
	Nach oben
====================================================================
***/
.go-top {
  position: fixed;
  right: 7rem;
  bottom: 30px;  
  z-index: 600;
  display: none;
}

.go-top a,
.go-top a:visited {
  width: 60px;
  height: 60px;
  display: block;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  text-decoration: none; 
  line-height: 60px;  
  background: #000;  
  transition: all .3s ease-in-out;
}

.go-top a i,
.go-top a:visited i { line-height: inherit; }

.go-top a:hover,
.go-top a:focus { color: #fff; }

/***
====================================================================
	Preloader
====================================================================
***/
.pace {
  pointer-events: none;
  user-select: none;
}

.pace-inactive { display: none; }

.pace .pace-progress {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
  z-index: 900;
  background: #0071bc;  
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #050505;  
}

#preloader .loader-container { position: relative; }

#preloader .loader-umriss {
  position: relative;
  z-index: 801;
}

#preloader .loader-element {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 801;
  display: block;  
  background-color: #050505;
}

#preloader .loader {
  position: absolute;
  left: 0;
}

/***
====================================================================
	Portfolio-Pop-Up
====================================================================
***/
.skill-bars {
  list-style: none;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-left: 0;
}

.skill-bars li {
  position: relative;
  width: 100%;
  height: .6rem;
  background: #c9c9c9;  
  margin-bottom: 7rem;
}

.skill-bars li:last-child { margin-bottom: 0; }

.skill-bars li strong {
  position: absolute;
  top: -3rem;
  left: 0;
  font-size: 1.5rem;
  color: #0071bc;
  text-transform: uppercase;
  letter-spacing: .2rem;  
}

.skill-bars li .progress {
  width: 0;
  height: 100%;
  background: #0071bc;  
  transition: width 1s;
}

.skill-bars li .progress span {
  position: absolute;
  top: -3.6rem;  
  right: 0; 
  font-size: 1.1rem;
  color: #fff;  
  line-height: 1;
  background: #000;
  border-radius: 3px;
  padding: .6rem .6rem; 
}

.skill-bars li .progress span::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;  
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;  
  transform: translateX(-50%);
}

/***
====================================================================
	Einzelseiten
====================================================================
***/
.single-page .header-menu-toggle { background: #000; }

#single-page a:hover,
#single-page a:focus,
#single-page a:active { color: #000; }

#single-page {
  background: #fff;
  padding: 16rem 0;
}

/***
====================================================================
	slick.js
====================================================================
***/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;    
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus { outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list { transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;  
}

.slick-track::after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide {
  height: 100%;
  min-height: 1px;
  float: left;
  display: none;  
}

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide {
  height: auto;
  display: block;  
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden { display: none; }

.slick-slider .slick-slide { outline: none; }

.slick-slider .slick-dots {
  position: absolute; 
  width: 100%;
  margin: 3rem 0 0 0;
  padding: 0;  
}

.slick-slider .slick-dots li {
  display: inline-block;  
  padding: 10px;
}

.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  display: block;
  color: transparent;
  border: none;
  border-radius: 50%;  
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button { background: #0071bc; }

/***
====================================================================
	popup.js
====================================================================
***/
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2042;
  background: #0b0b0b;
  overflow: hidden;
  opacity: 0.8;
}

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before { display: none; }

.mfp-content {
  position: relative;
  z-index: 2045;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter { user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  z-index: 2044;
  color: #ccc;
  text-align: center;
  margin-top: -.8em;
}

.mfp-preloader a { color: #ccc; }

.mfp-preloader a:hover { color: #fff; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close,
button.mfp-arrow {
  z-index: 2046;
  display: block;
  outline: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  font-family: "Arial", "Baskerville", monospace;
  font-size: 28px;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  padding: 0 0 18px 10px;
  opacity: .65;
}
.mfp-close:hover,
.mfp-close:focus { opacity: 1; }

.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  color: #fff;
  text-align: right;
  padding-right: 6px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #ccc;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: .65;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus { opacity: 1; }

.mfp-arrow::before,
.mfp-arrow::after {
  position: absolute;
  content: "";  
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  border: medium inset transparent;
  margin-top: 35px;
  margin-left: 35px;
}

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow::after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow-left { left: 0; }

.mfp-arrow-left::before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;  
}
.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-right { right: 0; }

.mfp-arrow-right::before { border-left: 27px solid #3f3f3f; }

.mfp-arrow-right::after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 40px;  
}

.mfp-figure { line-height: 0; }

.mfp-figure::after {
  position: absolute;
  content: "";  
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  z-index: -1;
  display: block;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
  display: block;
  font-size: 12px;
  color: #bdbdbd;
  line-height: 14px;
}

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  color: #f3f3f3;
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

.mfp-container { padding: 0; }

.mfp-container .mfp-content { height: 100%; }

.mfp-container .mfp-content .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.null1-full-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}

.popup-close {
  position: absolute;
  top: 30px;
  right: 7rem;
  cursor: pointer;
}

/***
====================================================================
	Media Querys
====================================================================
***/
@media (max-width: 950px) {
  .popup-close { z-index: 1; }
}

@media (max-width: 800px) {
  .section-header::before { width: 400px; }
  #leistungen i {
    float: none;
    font-size: 4.5rem;    
    margin-top: 0;
  }
  #portfolio .portfolio-item-title,
  #portfolio .portfolio-item-category { font-size: 1.3rem; }
  .popup-close {
    top: 25px;
    right: 3rem;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 { font-size: 4.2rem; }
  #leistungen .col-md-6 { text-align: center; }
  #leistungen .leistungen-container { margin-left: 0; }
  #leistungen .leistungen-container h2 { text-align: center; }
  #kontakt .kontakt-primary { padding: 4rem; }
  footer { text-align: center; }
  .footer-logo { margin: 0 auto; }
}

@media (max-width: 700px) {
  #start .scroll { right: 7.5rem; }
  #start .line { right: 5.5rem; }
  #ueber-uns .line { right: 5.5rem; }
}

@media (max-width: 600px) {
  h1,
  .h1 { font-size: 3.3rem; }
  #start .start-container h3 { font-size: 1.5rem; }
  .section-header { margin-bottom: 4rem; }
  .section-header::before { width: 250px; }
  .header { height: 90px; }
  .header-logo { left: 30px; }
  .header-menu-toggle { right: 25px; }
  #start .scroll { bottom: 5.4rem; }
  #start .line { height: 7.2rem; }
  #ueber-uns { padding: 12rem 0; }
  #ueber-uns .line { height: 7.2rem; }
  #leistungen { padding: 12rem 0; }
  #portfolio { padding: 12rem 0; }
  #portfolio .masonry-item {
    float: none;
    width: 100%;
  }
  #portfolio .portfolio-item-title,
  #portfolio .portfolio-item-category { font-size: 1.4rem; }
  #marken { padding: 12rem 0; }
  #kontakt { padding: 12rem 0; }
  #kontakt .line {
    height: 14.4rem;
    top: -19rem;
  }
  .footer-bottom { padding-bottom: .6rem; }
  .go-top {
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 500px) {
  #start { min-height: 642px; }
}

@media (max-width: 400px) {
  .header-menu-toggle i {
    width: 17px;
    vertical-align: middle;
  }
  .header-menu-text { display: none; }
  #start { min-height: 630px; }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow { transform: scale(.75); }
  .mfp-arrow-left { transform-origin: 0; }
  .mfp-arrow-right { transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/***
====================================================================
	Schriftarten
====================================================================
***/
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-display: auto;
  font-weight: 300;
  src: url("../fonts/rajdhani-v6-latin-300.eot");
  src: local("Rajdhani Light"), local("Rajdhani-Light"),
  url("../fonts/rajdhani-v6-latin-300.eot?#iefix") format("embedded-opentype"),
  url("../fonts/rajdhani-v6-latin-300.woff2") format("woff2"),
  url("../fonts/rajdhani-v6-latin-300.woff") format("woff"),
  url("../fonts/rajdhani-v6-latin-300.ttf") format("truetype"),
  url("../fonts/rajdhani-v6-latin-300.svg#Rajdhani") format("svg");
}

@font-face {
  font-family: "Rajdhani";
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rajdhani-v6-latin-regular.eot");
  src: local("Rajdhani Regular"), local("Rajdhani-Regular"),
  url("../fonts/rajdhani-v6-latin-regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/rajdhani-v6-latin-regular.woff2") format("woff2"),
  url("../fonts/rajdhani-v6-latin-regular.woff") format("woff"),
  url("../fonts/rajdhani-v6-latin-regular.ttf") format("truetype"),
  url("../fonts/rajdhani-v6-latin-regular.svg#Rajdhani") format("svg");
}

@font-face {
  font-family: "Rajdhani";
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rajdhani-v6-latin-500.eot");
  src: local("Rajdhani Medium"), local("Rajdhani-Medium"),
  url("../fonts/rajdhani-v6-latin-500.eot?#iefix") format("embedded-opentype"),
  url("../fonts/rajdhani-v6-latin-500.woff2") format("woff2"),
  url("../fonts/rajdhani-v6-latin-500.woff") format("woff"),
  url("../fonts/rajdhani-v6-latin-500.ttf") format("truetype"),
  url("../fonts/rajdhani-v6-latin-500.svg#Rajdhani") format("svg");
}

@font-face {
  font-family: "Rajdhani";
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rajdhani-v6-latin-600.eot");
  src: local("Rajdhani SemiBold"), local("Rajdhani-SemiBold"),
  url("../fonts/rajdhani-v6-latin-600.eot?#iefix") format("embedded-opentype"),
  url("../fonts/rajdhani-v6-latin-600.woff2") format("woff2"),
  url("../fonts/rajdhani-v6-latin-600.woff") format("woff"),
  url("../fonts/rajdhani-v6-latin-600.ttf") format("truetype"),
  url("../fonts/rajdhani-v6-latin-600.svg#Rajdhani") format("svg");
}

@font-face {
  font-family: "Rajdhani";
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rajdhani-v6-latin-700.eot");
  src: local("Rajdhani Bold"), local("Rajdhani-Bold"),
  url("../fonts/rajdhani-v6-latin-700.eot?#iefix") format("embedded-opentype"),
  url("../fonts/rajdhani-v6-latin-700.woff2") format("woff2"),
  url("../fonts/rajdhani-v6-latin-700.woff") format("woff"),
  url("../fonts/rajdhani-v6-latin-700.ttf") format("truetype"),
  url("../fonts/rajdhani-v6-latin-700.svg#Rajdhani") format("svg");
}
