@charset "utf-8";
/* CSS Document */

/* HTML / BODY
******************************/
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	scroll-behavior: smooth;
	transition: all 0.5s;
}

html {
	overflow-x: hidden;
}


a, a:hover {
	transition: 0.5s ease-in-out;
}

ul {
	list-style: none;
}

#page-top {
	cursor: pointer;
}

.bg-dark-blue {
	background: #020b0d;
}

.bg-black {
	background: #000000;
}

.color-style {
	 background-image:linear-gradient(0deg, rgba(199,57,196,1) 20%, rgba(182,240,255,1) 65%);
	 -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.spacer {
	padding: 20px 0px;
}

.spacer hr  {
	width: 100%;
	color: #163c47;
	height: 1px !important;
}

.hr-center {
	margin: 1rem auto;
}

section p {
	text-align: justify;
}

@media (max-width: 768px) {
section p {
	text-align: left;
}
	
	.lead {font-size: 16px;}
}

/* Top Header
******************************/
#top-header {
	background: #1d1d1d;
	color: #fff;
	position: fixed;
	top: 0;
	z-index: 10001;
}

#top-header .dropdown .btn {
	background-color: transparent;
	color: #fff;
	padding: 7px 0px;
}

.dropdown-menu.show {
    display: block;
    background-color: #1d1d1d;
}

.dropdown-item {
	color: #fff;
}

.dropdown-item img {
	padding-right: 5px;
}


/* Navbar
******************************/
.navbar{
	position: fixed;
	width: 100%;
	top: 40px;
	left :0;
	text-align: center;
	color: black;
	font-family: sans-serif;
	background-color: #000000;
	transition: 0.8s;
	padding: 25px 15px !important;
	box-shadow: 0 -10px 25px 5px #163c47;
}

.navbar-brand {
	background: url("../img/germanflavours-flavourtec.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 240px;
	text-indent: -9999em;
}


@media (min-width: 576px) {
.navbar-brand {
	background: url("../img/germanflavours-flavourtec.png");
	background-repeat: no-repeat;
	background-size: contain;
    height: 40px;
    width: 400px;
	text-indent: -9999em;
}
}

/* SIDEBAR
====================*/
.sidebar-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 220px;;
	margin-left: -220px;
	transition: 0.5s ease-in-out;
	z-index: 1;
}

.sidebar {
	position: absolute;
	top: 70px;
	left: 0;
	height: inherit;
	width: 220px;
	background: #000000;
	color: #fff;
}

.sidebar-brand {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 25px;
}

.sidebar-nav {
	padding-left: 0px;
}

.sidebar-nav .nav-link {
    color: #37bee1;
	padding-left: 25px;
	transition: 0.5s ease-in-out;
}
.sidebar-nav .nav-link:hover {
    color: #163c47;
	padding-left: 30px;
	transition: 0.5s ease-in-out;
}


.hamburger {
	cursor: pointer;
}

.hamburger:hover i, .hamburger:hover span {
	color: #163c47;
	transition: 0.5s ease-in-out;
}

.hamburger i {
	font-size: 30px;
	color: #37bee1;
	transition: 0.5s ease-in-out;
 
}

.hamburger span {
	color: #37bee1;
    padding-right: 10px;
    position: relative;
    top: -5px;
	transition: 0.5s ease-in-out;
}

/* Sidebar JS
====================*/
.show-sidebar {
	margin-left: 0;
	box-shadow: 0 -10px 25px 5px #163c47;
}

.page-wrapper {
	transition: 0.5s ease-in-out;
}

.push-body {
	margin-left: 0px;
	transition: 0.5s ease-in-out; 
}


/* Intro-Header
******************************/
main {
	position: relative;
}

.slideshow {
	position: absolute;
	top: 0;
	z-index: -2;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	list-style-type: none;
	background: #000000;
}

.slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	opacity: 0;
	transform: scale(1);
	animation: kenburns 24s linear infinite;
}

.slideshow .slide:nth-child(1) {animation-delay: 0s;}
.slideshow .slide:nth-child(2) {animation-delay: 6s;}
.slideshow .slide:nth-child(3) {animation-delay: 12s;}
.slideshow .slide:nth-child(4) {animation-delay: 18s;}

#slide1 { background-image: url("../img/slide-01.jpg");}
#slide2 { background-image: url("../img/slide-03.jpg");}
#slide3 { background-image: url("../img/slide-01.jpg");}
#slide4 { background-image: url("../img/slide-02.jpg");}

@keyframes kenburns {
	10% {opacity: 1;}
	25% {opacity: 1;transform: scale(1.1);}
	40% {opacity: 0;transform: scale(1.1);}}

.slideshot-intro {
	display: grid;
	align-content: center;
	place-items: center;
	height: 100vh;
	color: white;
	background:linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 100%);
	padding: 15px;
}

.slideshot-intro h1 {
	text-align: center;
	font-size: calc(1.5rem + 1.5vw);
}

.slideshot-intro h2 {
	font-size: calc(1.0rem + 1.0vw);
}

.scroll-down {
    bottom: 60px;
    font-size: 30px;
    position: absolute;
    width: 100%;
    text-align: center;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 10px rgba(55, 190, 255, 1);

}

.scroll-down a{
    color: #37bee1;
}

.scroll-down a:hover{
    color: #163c47;
}




/* Sections
******************************/
section hr {
	color: #37bee1;
	opacity: 1;
	width: 75px;
	height: 2px !important;
}

 section#about, section#service, section#portfolio, section#oem, section#contact, section#salesteam {
	padding: 100px 0px;
}


section#cta {
    padding: 200px 0px;
    background: linear-gradient(0deg, #030b0d 5%, rgba(0,0,0,0) 100%), url(../img/cta-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

section#cta p {
	text-align: center;
}

/* Images
******************************/
.image-content img {
	width: 100%;
}

/* Footer
******************************/
footer {
	
	background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 100%), url("../img/footer-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-top {
	padding: 150px 15px;
}

.footer-top ul {
	padding-left: 0px !important;
}

.footer-top ul li {
	padding-bottom: 15px;
	color: #fff;
}

.footer-top h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.footer-top hr {
	color: #37bee1;
	opacity: 1;
	width: 45px;
	height: 2px !important;
}

.footer-top img {
	width: 280px;
	padding-bottom: 20px;
}

.footer-top img.ft-logo {
	width: 200px;
	padding-bottom: 20px;
}

.footer-top .content {
    margin: 20px 0px;
}

@media (min-width: 992px) {
	.footer-top img {
	width: 280px;
	padding-bottom: 20px;
}
	.footer-top img.ft-logo  {
	width: 200px;
	padding-bottom: 20px;
}
}

.footer-bottom {
    background: rgb(0 0 0 / 20%);
    padding: 25px 0px;
    font-weight: 300;
    border-top: 1px solid #2a2a2a;
}

.footer-details .content {
	margin-bottom: 20px;
}

footer a {
	color: #fff !important;
	text-decoration: none;
}

footer a:hover {
	color: #37bee1 !important;
	text-decoration: none;
	padding-left: 5px;
}

footer i {
	color: #37bee1;
	padding-right: 20px;
}

/* Scrol To Top and Buttons
******************************/
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: linear-gradient(0deg, rgba(57,170,199,1) 0%, rgba(182,240,255,1) 100%);
	color: #000;
	transition: background 0.5s;
	border: none;
}

#btn-back-to-top:hover, #btn-back-to-top:focus {
	color: #37bee1;
	background: linear-gradient(185deg, rgba(50,50,50,1) 40%, rgba(0,0,0,1) 100%);
	transition: background 0.5s;
} 

.btn-button {
    color: #000 !important;
    background: linear-gradient(185deg, rgba(170,237,255,1) 40%, rgba(55,190,225,1) 100%);
    border: none;
	margin: 10px 0px;
	transition: background 0.5s;
	font-weight: bold;
}

.btn:focus {
	box-shadow: none;
}

.btn-button:hover {
    color: #37bee1 !important;
    background: linear-gradient(185deg, rgba(50,50,50,1) 40%, rgba(0,0,0,1) 100%);
    border-color: #1d1d1d !important;
	transition: background 0.5s;
	
}

/* Kontaktformular
******************************/
#contact-form label {
	padding-bottom: 5px;
	color: #37bee1;
	font-weight: 700;
}

#contact-form .form-group {
	margin-bottom: 20px;
}

#contact-form label a {
	color: #fff;
	text-decoration: none;
}

#contact-form label a:hover {
	color: #163c47;
	text-decoration: none;
}

.form-control, .form-select {
	color: #a2a2a2;
	background: #1d1d1d;
	border: 1px solid #163c47;
}

.form-control, .form-select, #captcha_code {
    color: #a2a2a2;
    background: #1d1d1d;
    border: 1px solid #163c47;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}

.form-control:focus, .form-select:focus, #captcha_code:focus {
    color: #ffffff;
    background-color: #121212;
    border-color: #122b33;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #37bee1;
    border-color: #37bee1;
}
.form-check-input:focus {
	box-shadow: none;
}

.with-errors {
    color: red;
}

.alert-success {
    color: #ffffff;
    background-color: #1d1d1d;
    border: 3px solid #163c47;
}

.alert i {
    color: #37bee1;
    padding-right: 10px;
}

.alert a {
    color: #37bee1;
    text-decoration: none;
}

/* Portfolio
******************************/



.filter-button
{
    font-size: 14px;
    color: #000 !important;
    background: linear-gradient(185deg, rgba(170,237,255,1) 40%, rgba(55,190,225,1) 100%);
    border: none;
    margin: 10px 0px;
    transition: background 0.5s;
    font-weight: bold;

}
.filter-button:hover
{
color: #37bee1 !important;
    background: linear-gradient(185deg, rgba(50,50,50,1) 40%, rgba(0,0,0,1) 100%);
    border-color: #1d1d1d !important;
    transition: background 0.5s;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
		text-align: center;
	transition: background 0.5s;
}

.gallery_product:hover
{
    	background: #163c47;
	transition: background 0.5s;
}

.gallery_product a {
	color: #37bee1;

}

.gallery_product a:hover {
	color: #fff;
}

.img-responsive {
	width: 100%;
}

/* Sales Team
******************************/
#salesteam i {
	padding-right: 10px;
	color: #37bee1 !important;
}

#salesteam .lead {
	text-align: center !important;
}

/* Sales Team / Portfolio Cards
******************************/
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #1d1d1d;
    background-clip: border-box;
    border-radius: 0.25rem;
	text-align: left;
	margin: 0px auto;
	transition: background 0.5s;
}

.card:hover {
	background: #163c47;
	transition: background 0.5s;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(2 11 13);
    border-bottom: 1px solid rgba(0,0,0,.125);
	color: #37bee1;
}

.card-title {font-weight: bold;}

.card-text {font-size: 14px;}

/* Animations
******************************/
.fade-in {
	animation: fadeIn 3s;
	-webkit-animation: fadeIn 3s;
	-moz-animation: fadeIn 3s;
	-o-animation: fadeIn 3s;
	-ms-animation: fadeIn 3s;
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

/* website styles
******************************/
::-moz-selection {
	color: #000; background: #37bee1;
}

::selection {
	color: #000; background: #37bee1;
} 


/* Table Styles
******************************/
.table {
	color: #ffffff;
	border-color: #163c47;
}

.table thead tr th {
	border-bottom: 2px solid #37bee1;
	background: #0a1b20;
}

.table tr td, .table tr th {
	vertical-align: middle;
}


.fa-check:before {
	color: #37bee1;
}

.fa-minus:before {
	color: #B1B1B1;
}

@media (max-width: 992px) {
	.table {
		font-size: 10px;
	}
	.table thead tr th, .table tbody tr th, .table tr td {
    padding: 2px;
}
}



