/*

 ______   _______ _________ _        _______ __________________
(  __  \ (  ____ \\__   __/( (    /|(  ____ \\__   __/\__   __/
| (  \  )| (    \/   ) (   |  \  ( || (    \/   ) (      ) (   
| |   ) || (__       | |   |   \ | || (__       | |      | |   
| |   | ||  __)      | |   | (\ \) ||  __)      | |      | |   
| |   ) || (         | |   | | \   || (         | |      | |   
| (__/  )| (____/\___) (___| )  \  || (____/\___) (___   | |   
(______/ (_______/\_______/|/    )_)(_______/\_______/   )_(   
___  ____ _  _ ____ _    ____ ___  _  _ ____ _  _ ___
|  \ |___ |  | |___ |    |  | |__] |\/| |___ |\ |  |
|__/ |___  \/  |___ |___ |__| |    |  | |___ | \|  |

www.DeineIT.com (c) 2016 - <?php echo date("Y"); ?>
developed & designed by Felix Hebgen, www.felixhebgen.de

*/

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');


/* META
 =================================== */

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Roboto', serif;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

hr {
    border: 1px solid #DCDCDC;
}

h2 {
    font-size: 25pt;
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
    transition: 0s !important;
}

a:active,
a:focus {
    opacity: .4;
}

.nodisplay {
    visibility: hidden;
}

.container {
	margin: 0 auto;
	max-width: 75%;
}


/* HEADER
 =================================== */

/* Navigation */

._nav {
	margin-top: 20px;
	height: 100px;
}

._nav ul {
	list-style-type: none;
}

._nav ul li {
	display: inline-block;
}

._nav ul.left {
	float: left;
}

._nav ul.right {
	float: right;
	margin-top: 25px;
}

._nav ul li img {
	height: 70px;
}

._nav ul li a {
	padding: 10px 35px;
	font-size: 14pt;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: black;
	margin-left: 10px;
	background-color: white;
}

._nav ul li a.active {
	background-color: black;
	color: white;
}

._nav ul li a:hover {
	border-bottom: none;
}

/* Promotional */

.promo {
	position: relative;
	z-index: 99;
	background-color: transparent;
	width: 100%;
	height: 200px;
}

.promo h1 {
	font-weight: bold;
	text-align: center;
	font-family: 'Bitter', sans-serif;
	font-size: 42pt;
	margin-top: 50px;
}

.promo h2 {
	text-align: center;
	font-size: 27pt;
	padding-top: 10px;
}

.promo p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	padding-left: 14px;
	text-align: center;
	margin-top: 40px;
}

.promoExamples {
	position: relative;
	margin-top: -110px;
}

.promoExamples ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.promoExamples ul li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.promoExamples ul li img {
	opacity: .25;
	width: 100%;
	transition: .2s;
}

.promoExamples ul li img:hover {
	opacity: .4;
	transition: .2s;
}

.promoExamples ul li:nth-of-type(1) {
	margin-top: -120px;
}

.promoExamples ul li:nth-of-type(2) {
	margin-top: 200px;
}


/* EXAMPLES
 =================================== */
 
/* Title */
 
.examples {
	position: relative;
	z-index: 99;
	background-color: white;
	width: 100%;
	margin-top: -150vh;
	height: auto;
	padding-bottom: 60px;
}

.examples h3 {
	font-family: 'Bitter', sans-serif;
	font-size: 26pt;
	text-align: center;
	padding: 40px;
	color: white;
	background-color: black;
}

.examples p.quotation-left {
	text-align: center;
	margin-left: -23em;
	margin-top: -2.7em;
	font-size: 32pt;
	color: white;
}

.examples p.quotation-right {
	text-align: center;
	margin-left: 23em;
	margin-top: -1.15em;
	font-size: 32pt;
	color: white;
}

.examples p.quotation-author {
	text-align: center;
	font-size: 12pt;
	margin-top: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	color: black;
	font-weight: 300;
}

/* Gallery */

.examples .gallery {
	margin-top: 50px;
}

.examples .row {
	margin-top: 40px;
}

.examples .item img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: 100% 0;
}

.examples .item.second {
	margin-top: 30px;
}

.examples .item .overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 95.5%;
	margin-left: 15px;
	transition: .3s ease;
	background-color: rgba(0,0,0,.7);
}

.examples .item.first .overlay {
	width: 97.5%;
}

.examples .item:hover .overlay {
	opacity: 1;
	cursor: pointer;
}

.examples .item .overlay .icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  margin-bottom: -500px;
}

.examples .item .overlay .icon span {
	font-size: 14pt;
}

.examples .item .overlay .icon:hover {
	border-bottom: none;
}


/* SHOW PAGE
 =================================== */

.show {
	margin-top: 15px;
}

.show .intro {
	background-color: black;
	/* width: 400px; */
	padding: 30px;
	color: white;
	margin: 50px -40px 50px 40px;
	box-shadow: -13px 13px 0px 0px rgba(0,0,0,0.5);
}

.show .intro h1 {
	font-family: 'Bitter', sans-serif;
	font-size: 28pt;
}

.show .intro p {
	padding-top: 10px;
}

.show a.custombtn {
	background-color: black;
	padding: 10px 30px;
	color: white;
	font-family: 'Bitter', sans-serif;
	text-transform: uppercase;
	font-size: 13pt;
	font-weight: bold;
	box-shadow: -7px 7px 0px 0px rgba(0,0,0,0.5);
	margin-left: 60px;
}	

.show a.custombtn:hover {
	background-color: #222222;
	border-bottom: none;
}

.show a.custombtn i.fas {
	padding-right: 10px;
}

.show .preview img {
	width: 100%;
	border-radius: 0px;
	box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.5);
}


/* FOOTER
 =================================== */

.footer {
	margin-top: 70px;
	position: relative;
	z-index: 199;
	background-color: #F5F5F5;
	height: 60px;
}

.footer h6 {
	padding-top: 20px;
	text-align: center;
	font-family: 'Bitter', sans-serif;
	color: #666;
}

.footer h6 a {
	color: #666;
	border-bottom: 1px solid;
}


/* SCROLL DOWN
 =================================== */


.scroll-down {
	position: absolute;
	left: 50%;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
	width: 13px;
	height: 13px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	z-index: 9;
	left: 50%;
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 1.5s ease-in-out infinite;
	-moz-animation:    fade_move_down 1.5s ease-in-out infinite;
	animation:         fade_move_down 1.5s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}


/* ANIMATIONS
 =================================== */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
}

.fadeIn {
  -webkit-animation-duration: .2s !important;
	animation-duration: .2s !important;
}

.fadeOut {
  -webkit-animation-duration: .2s !important;
	animation-duration: .2s !important;
}

.fadeInUp {
  -webkit-animation: fadeInUp 1s; /* Safari 4+ */
  -moz-animation:    fadeInUp 1s; /* Fx 5+ */
  -o-animation:      fadeInUp 1s; /* Opera 12+ */
  animation:         fadeInUp 1s; /* IE 10+, Fx 29+ */
  animation-delay: -.5s;
}

.fadeInUpBig {
  -webkit-animation: fadeInUpBig 3s; /* Safari 4+ */
  -moz-animation:    fadeInUpBig 3s; /* Fx 5+ */
  -o-animation:      fadeInUpBig 3s; /* Opera 12+ */
  animation:         fadeInUpBig 3s; /* IE 10+, Fx 29+ */
  animation-delay: -2.3s;
}


/* BOOTSTRAP CUSTOM
 =================================== */

.btn-link {
    color: #444;
    transition: 0s;
}

.btn-link span {
    border-bottom: 1px solid #555;
    color: #444;
    transition: 0s;
}

.btn-link:hover {
    color: black;
    transition: 0s;
    background-color: transparent;
    text-decoration: none;
}

.btn-link:hover > span {
    text-decoration: none;
    color: black;
    border-bottom: 1px dashed black;
    transition: 0s;
}

.btn-link:focus,
.btn-link:active {
    text-decoration: none;
    font-weight: bold;
}

.btn-link:focus > span,
.btn-link:active > span {
    border-bottom: 2px dashed black;
}

.bg-light {
	background-color: #F5F5F5 !important;
}

.jumbotron {
	background-color: #F5F5F5;
}

.card {
	background-color: #F5F5F5;
	border: none;
}

.btn.btn-dark {
	border-radius: 0px !important;
    transition: 0s !important;
    background-color: #000000;
    font-size: 11pt;
	font-family: 'Noto Serif', serif;
}

.btn.btn-dark:hover {
  background-color: #333333;
  border-color: #333333;
  /* box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.45); */
  transition: 0s !important;
  outline: 0 none !important;
}

.btn.btn-dark:focus,
.btn.btn-dark:active {
  background-color: #111111;
  border-color: #111111;
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.45);
  transition: 0s !important;
  outline: 0 none !important;
}

.form-control,
select,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="color"],
.uneditable-input {
  border-color: #ced4da;
  /* box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.45); */
  border-radius: 0px !important;
  transition: 0s !important;
  box-shadow: none !important;
  outline: 0 none !important;
}

.form-control:hover,
select:hover,
textarea:hover,
select:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="file"]:hover,
input[type="color"]:hover,
.uneditable-input:hover {
  border-color: #777777;
  /* box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.45); */
  transition: 0s !important;
  box-shadow: none !important;
  outline: 0 none !important;
}

.form-control:focus,
.form-control:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
input[type="file"]:active,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #000000 !important;
  /* box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.45); */
  transition: 0s !important;
  box-shadow: none !important;
  outline: double !important; /* -- outline: 0 none !important; */
}

input[type="search"]:focus,
input[type="file"]:focus {
	outline: 0 none !important;
}

input[aria-invalid="true"], textarea[aria-invalid="true"] {
    border: 2px solid crimson;
}