/*------------------------------------------------------------------
25Space.com Custom CSS
Author: M Goetz
Copyright: 25Space.com / Gotz & Oberhauser IT GbR
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[COLOR / DESIGN]
*/
orange {
	color: #ff9900;
}

black {
	color: #000;
}

wh {
	color: #fff;
}

greylight {
	color: #6F7376;
}

grey {
	color: #32373C;
}

greydark {
	color: #23262A;
}

ownshadow {
	text-shadow: 1px 5px 10px black;	
}

run {
	color: #00b921;
}

warning {
	color: #ff9800;
}

error {
	color: #e71127;
}
	
	
/*------------------------------------------------------------------
[PRICING BANNER]
*/


@media screen and (max-width: 1250px) {
	.pricingbannerdefault {
		display: none;
	}		
}	

@media screen and (min-width: 1251px) {
	.pricingbannermiddle {
		display: none;
	}		
}		

@media screen and (max-width: 990px) {
	.pricingbannermiddle {
		display: none;
	}		
}

@media screen and (min-width: 991px) {
	.pricingbannersmall {
		display: none;
	}		
}	

/*------------------------------------------------------------------
[MOBILE]
*/
@media screen and (max-width: 767px) {
	nomobile {
		display: none; !important
	}	
	.nomobile {
		display: none; !important
	}		
}
@media screen and (min-width: 768px) {
	nodesktop {
		display: none;
	}		
}

/*------------------------------------------------------------------
[TopBanner]
*/
	.topbarbanner {
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		line-height: normal;
		padding: 8px 16px;
		background: #191919;
		color: #fff;
	}
	
	.topbarbanner_left {
		text-align: left;
		display: block;
	}			

	.topbarbanner_right {
		text-align: right;
		display: block;
	}
			
	a.topbarbannerlink {
		text-decoration: none!important;
		margin-left: 50px;
	}
			
	a.topbarbannerlink:visited, a.topbarbannerlink:link {
		color: #fff;
		font-weight: 400;
	}
	
	a.topbarbannerlink:hover {
		color:#ff9900;
	}
		

/*------------------------------------------------------------------
[COOKIE BANNER]
*/

#cookie-spacepopup {
	/*font-size: 13px;*/
	background-color: rgba(0,0,0,0.8);
	text-align: left;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8000;
	line-height: 20px;
}
.cookie-spacepopup-inner {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	padding: 20px;
	position: absolute;
	z-index: 9000;
	/*max-width: 400px;*/
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,1);
}
.cookie-spacepopup-inner button {
	background-color: #ff9900;
	border: 2px solid #ff9900;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cookie-spacepopup-inner button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}
.cookie-more a {
	/*border: 1px solid #ccc;*/
	line-height: 24px;
	display: block;
	color: #ccc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cookie-more a:hover,
.cookie-more a:focus {
	text-decoration: none;
	/*background-color: #333; */
	color: #ff9900;
}




/*------------------------------------------------------------------
[MESSAGE BOX]
*/
.message-inhalt_warning {
	background-position: 10px 12px;
	background-repeat: no-repeat;
	border: 1px solid;
	padding: 12px 12px 12px 36px;
	background-color: #f6d3cf;
	border-color: #fa5858;
	color: #000000;
	text-align: left;
	}
	
.message-inhalt_black {
	background-position: 10px 12px;
	background-repeat: no-repeat;
	border: 1px solid;
	padding: 12px 12px 12px 36px;
	background-color: #252525;
	border-color: #000000;
	color: #F0F0F0;
	text-align: left;
	}
	











