/*
root
*/
:root{
	--first:#001934;
	--second:#aa00d4;
	--third:#9500ff;
	--four:#f8f9fa;
	--five: #011224;
}



/* rootColors */
.bg-first{
	background-color: var(--first);
}

.bg-second{
	background-color: var(--second);
}

.bg-third{
	background-color: var(--third);
}

.bg-four{
	background-color: var(--four);
}

.bg-five{
	background-color: var(--five);
}


/* bg-gradients */
.bg-second-gradient{
	background-image: linear-gradient(45deg, var(--second) 10%, var(--first) 90%);
}


/* buttons */
.btn-first{
	background-color: var(--first);
	color: #ffffff;
}

.btn-first:hover{
	background-color: var(--first);
	filter: brightness(85%);
	color: #ffffff;
}

.btn-outline-first{
	border-color: var(--first);
	color: #fff;
}

.btn-outline-first:hover{
	border-color: var(--first);
	background-color: #fff;
	color: var(--first);
}

.btn-second{
	background-color: var(--second);
	color: #fff;
}

.btn-second:hover{
	background-color: var(--second);
	filter: brightness(80%);
	color: #fff;
}


.btn-outline-second{
	border-color: var(--second);
	color: var(--second);
}

.btn-outline-second:hover{
	background-color: var(--second);
	color: #fff;
}


.btn-third{
	background-color: var(--third);
	color: #fff;
}

.btn-third:hover{
	background-color: var(--third);
	filter: brightness(85%);
	color: #fff;
}

.btn-four{
	background-color: var(--four);
	color: #000;
}

.btn-four:hover{
	background-color: var(--four);
	filter: brightness(85%);
	color: #000;
}

.btn-black{
	background-color: #000000;
	color: #ffffff;
}

.btn-black:hover{
	background-color: #222222;
	color: #ffffff;
}

.btn-lookthru{
	background-color: transparent;
	color: #ffffff;
}

.btn-lookthru:hover{
	background-color: #222222;
	color: #ffffff;
}



.text-first{
	color: var(--first);
}

.text-second{
	color: var(--second);
}

.text-second:hover{
	color: var(--second);
	filter: brightness(80%);
	cursor: pointer;
}

.text-third{
	color: var(--third);
}

.text-four{
	color: var(--four);
}


/* letter spacing */
.ls-3{
	letter-spacing: 3px;
}

.ls-2{
	letter-spacing: 2px;
}

.ls-1{
	letter-spacing: 1px;
}


.bg-black{
	background-color: #000000;
}

.bg-red{
	background-color: #ff0000;
}

.bg-transparent{
	background-color: #00000000;
}

.bg-lightdark{
	background-color: #6e6e6e;
}


.bg-blur-5{
	filter:blur(5px);
}


/* width */
.w-9{
	width:9%!important;
}

.w-10{
	width:10%!important;
}

.w-20{
	width:20%!important;
}

.w-50{
	width:50%!important;
}

.w-60{
	width:60%!important;
}

.w-75{
	width:75%!important;
}

.w-80{
	width:80%!important;
}

.w-90{
	width:90%!important;
}



/*
* images
*/
.bg-image{
	background: url(images/bg.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	/*object-fit: scale-down;*/
}

.bg-image-1{
	background: url(images/officeDesk.JPG) no-repeat top;
	background-size: cover;
	height: auto;
	/*object-fit: scale-down;*/
}

.bg-image-2{
	background: url(images/futureOffice.jpeg) no-repeat top;
	background-size: cover;
	height: auto;
}

.bg-image-3{
	background: url(images/feuerloescher.jpg) no-repeat top;
	background-size: cover;
	height: auto;
}

.bg-video{
	background: url(video/coding2.mov) no-repeat top;
	background-size: cover;
	height: auto;
}


/*
* bg-video
*/
#starterVideo{
	position:fixed;
	top:0;
	left:0;
	min-height: 100%;
	min-width: 100%;
}


.carousel-inner img {
    width: 100%;
    height: 100%;
}




/* 
* text 
*/
.verticalCenter{
	vertical-align: middle;
}


.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}


.text-05{
	font-size: .5em; 
}

.text-07{
	font-size: .7em; 
}

.text-08{
	font-size: .8em; 
}

.text-09{
	font-size: .9em; 
}

.text-1{
	font-size: 1em; 
}

.text-12{
	font-size: 1.2em; 
}

.text-15{
	font-size: 1.5em; 
}

.text-18{
	font-size: 1.8em; 
}

.text-2{
	font-size: 2em; 
}

.text-25{
	font-size: 2.5em; 
}

.text-3{
	font-size: 3em; 
}

.text-4{
	font-size: 4em; 
}

.text-hide{
	display: none;
}



.cart-text{
	font-size: 1em;
}

.text-white{
	color: #ffffff;
}

.text-black{
	color: #000000;
}

.text-red{
	color: #ff0000;
}

.text-yellow{
	color: #e0e000
}

.text-shadow-black{
	text-shadow: #000000 2px 3px;
}


.list-style-type-none{
	list-style-type: none;
}




/*
* border
*/
.loginBorder{
	border-radius: 5px;
	border: 1px solid #4e4e4e;
}

.border-radius{
	border-radius: 5px;
	background-color: #008278;
}

.border-second{
	border-color: var(--second);
}

.border-third{
	border-color: var(--third);
}


/* a{
	text-decoration: none;
	color: #f7f8f9;
}

a:hover{
	text-decoration: none;
	color: var(--second);
} */



.border-bottom-dark{
	border-bottom: 0.2vh solid #606060;
}

.border-top-dark{
	border-top: 0.2vh solid #606060;
}



/*
* margin, padding
*/
.mt-50{
	margin-top: 50px;
}

.mt-80{
	margin-top: 80px;
}

.mt-100{
	margin-top: 100px;
}

.mt-150{
	margin-top: 150px;
}

.mt-200{
	margin-top: 200px;
}

.mt-2400{
	margin-top: 240px;
}

.mt-300{
	margin-top: 300px;
}

.mb-100{
	margin-bottom: 100px;
}

.mb-150{
	margin-bottom: 150px;
}

.p-20{
	padding: 20px;
}

.pt-80{
	padding-top: 80px;
}

.pb-80{
	padding-bottom: 80px;
}


.py-30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.py-80{
	padding-top: 80px;
	padding-bottom: 80px;
}

.py-90{
	padding-top: 90px;
	padding-bottom: 90px;
}

.py-100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.py-120{
	padding-top: 120px;
	padding-bottom: 120px;
}

.py-140{
	padding-top: 140px;
	padding-bottom: 140px;
}

.py-160{
	padding-top: 160px;
	padding-bottom: 160px;
}

.py-180{
	padding-top: 180px;
	padding-bottom: 180px;
}

.py-200{
	padding-top: 200px;
	padding-bottom: 200px;
}

.py-240{
	padding-top: 240px;
	padding-bottom: 240px;
}

.py-270{
	padding-top: 270px;
	padding-bottom: 270px;
}

.py-300{
	padding-top: 300px;
	padding-bottom: 300px;
}



.pt-100{
	padding-top: 100px;
}

.my-80{
	margin-top: 80px;
	margin-bottom: 80px;
}


/*
* header
*/
.stick-to-top{
	position: fixed;
	top: 0;
}

.stick-to-bottom{
	position: fixed;
	bottom: 0;
}

.sticky-header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.position-fixed-top{
	top: 0px;
	left: 0px;
	position:fixed;
}




/*
* menu
*/
#menu{
	position: fixed;
	top: 0;
	right: 0;
	width: auto;
	min-width: 30%;
	height: 100%;
	color: #ffffff;
	transition: 0.5s;
	z-index: 1100;
}

.show{
	display: block;
}


.hide{
	display: none;
}


ul{
	margin: 0;
	padding: 0;
}

/*

li{
	padding: 20px;
}


li:hover{
	color: inherit;
	background-color: #474747;
	cursor: pointer;
}
*/

.head-text{
	text-decoration: none;
	
}

.head-text:hover{
	text-decoration: none;
}


.show-mobile{
	display: none;
}


.hide-mobile{
	display: block;
}



/*
* btn
*/
.btn-red{
	background-color: rgb(255, 0, 0);
	color:#fff;
}

.btn-red:hover{
	background-color: rgb(205, 0, 0);
	color:rgb(255, 255, 255);
}

.btn-menu-black{
	background-color: rgba(0, 0, 0, 0);
	color:#fff;
}

.btn-menu-black:hover{
	background-color: rgb(0, 0, 0);
	color:rgb(255, 255, 255);
}

.btn-menu-white{
	background-color: rgb(255, 255, 255);
	color:rgb(0, 0, 0);
}

.btn-menu-white:hover{
	background-color: rgb(212, 212, 212);
	color:rgb(0, 0, 0);
}



.btn-menu-red{
	background-color: rgb(255, 255, 255);
	color:rgb(0, 0, 0);
}

.btn-menu-red:hover{
	background-color: rgb(255, 0, 0);
	color:rgb(255, 255, 255);
}



.btn-menu-red-outline{
	border-color: rgb(255, 255, 255);
	color:rgb(0, 0, 0);
}

.btn-menu-red-outline:hover{
	border-color: rgb(255, 0, 0);
	color:rgb(0, 0, 0);
}


.btn-menu-transparent{
	background-color: rgba(255, 255, 255, 0);
	color:rgb(255, 255, 255);
}

.btn-menu-transparent:hover{
	background-color: rgb(255, 255, 255);
	color:rgb(0, 0, 0);
}

.btn-menu-active{
	background-color: rgb(255, 255, 255);
	color:rgb(0, 0, 0);
}



.btn-footer-transparent{
	background-color: rgba(255, 255, 255, 0);
	color:rgb(255, 255, 255);
}

.btn-footer-transparent:hover{
	background-color: rgb(0, 0, 0, 0);
	color:rgb(255, 255, 255);
}

.mehr-button{
 	background-color: rgba(255, 255, 255, 0);
	color: rgb(255, 255, 255);
	border: 1px solid #fff;
	text-decoration: none;
}

.mehr-button:hover{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	border: 1px solid #fff;
	text-decoration: none;
}

.btn-to-top{
	position: fixed;
	bottom: 0px;
	right: 0px;
}


/*
*	contents
*/
#content1{
	margin-top: 20px;
}



/*
* checkbox
*/
.checkbox{
	width: 25px;
}


.checkmark{
	height: 2em;
	width: 2em;
	background-color: aquamarine;
}



/*
* boxes
*/
.infoBox{
	position: absolute;
	top: 40vh;
	width: 60%;
	background-color: #fff;
}



/*
* to-cart-btn
*/
#cartBtn{
	position: fixed;
	bottom: 10px;
	left: 0px;
}




/*
* images
*/
.img-size-200{
	width: 200px;
	height: 200px;
	object-fit: scale-down;
}

.img-size-150{
	width: 150px;
	height: 150px;
	object-fit: scale-down;
}

.img-size-50{
	width: 50px;
	height: 50px;
	object-fit: scale-down;
}

.img-size-30{
	width: 30px;
	height: 30px;
	object-fit: scale-down;
}

.img-size-20{
	width: 20px;
	height: 20px;
	object-fit: scale-down;
}

.img-size-10{
	width: 10px;
	height: 10px;
	object-fit: scale-down;
}


.img-size-sent-order{
	width: 250px; 
	height: 250px;
	object-fit: scale-down;
}


.cart-img{
	width: 36px;
	height: 36px;
}

.img-circle{
	border-radius: 50%;
}


/*
* opacity
*/
.opacity-100{
	opacity: 1;
}

.opacity-90{
	opacity: .9;
}

.opacity-80{
	opacity: .8;
}

.opacity-75{
	opacity: .75;
}

.opacity-60{
	opacity: .6;
}


/*
footer
*/





/*
* cookie-information
*
#cookie-banner{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	display: visible;
	z-index: 100;
}
*/



/*
* other several styles
*/
.cursor-pointer{
	cursor: pointer;
}




/*
* errorBanner
*/
.errorBanner{
	position: fixed;
	top: 40%;
	width: 100%;
	margin: auto 0;
	display: none;
	z-index: 100;
}




/*
* z-index
*/
.zindex-01{
	z-index: -10;
}

.zindex-1000{
	z-index: 1000;
}

.zindex-1050{
	z-index: 1050;
}

.zindex-1100{
	z-index: 1100;
}


.bg-pattern-diamond-light{
	background-image:
		repeating-linear-gradient(45deg, #ffffff1a, #ffffff1a,transparent 1px, transparent 30px),
		repeating-linear-gradient(-45deg, #ffffff1a, #ffffff1a,transparent 1px, transparent 30px);
}


.bg-pattern-diamond-dark{
	background-image:
		repeating-linear-gradient(45deg, rgba(87, 87, 87, 0.1), rgba(87, 87, 87, 0.1),transparent 1px, transparent 30px),
		repeating-linear-gradient(-45deg, rgba(87, 87, 87, 0.1), rgba(87, 87, 87, 0.1),transparent 1px, transparent 30px);
}



.bg-pattern{
	background-image: 
		linear-gradient(90deg, #fff, #000 50%)
	;
}