/*------------------------------------------------------------------
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: #1a1a1a;
		color: #fff;
	}

	.topbarbannerORANGE {
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		line-height: normal;
		padding: 8px 16px;
		background: #ff9900;
		color: #1a1a1a;
	}

	.topbarbanner_center {
		text-align: center;
		display: block;
	}		
	
	.topbarbanner_left {
		text-align: left;
		display: block;
	}			

	.topbarbanner_right {
		text-align: right;
		display: block;
	}

	/* regular links */
			
	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;
	}
		

	/* ORANGE links */
			
	a.topbarbannerlinkORANGE {
		text-decoration: none!important;
		margin-left: 50px;
	}
			
	a.topbarbannerlinkORANGE:visited, a.topbarbannerlinkORANGE:link {
		color: #1a1a1a;
		font-weight: 400;
	}
	
	a.topbarbannerlinkORANGE:hover {
		color:#191919;
	}
		

/*------------------------------------------------------------------
[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;
	}
	


/*------------------------------------------------------------------
[HERO COMPACT - Max 30% of viewport height]
*/
.hero-compact {
	min-height: 30vh;
	max-height: 30vh;
	height: 30vh;
	overflow: hidden;
}

.hero-compact .v-align-transform {
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}

@media screen and (max-width: 767px) {
	.hero-compact {
		min-height: 40vh;
		max-height: 40vh;
		height: 40vh;
	}
}

/*------------------------------------------------------------------
[FEATURE BUTTONS - Similar to Superchat.de]
*/
.feature-button-link {
	text-decoration: none;
	display: block;
	color: inherit;
	border: none;
	background: none;
	width: 100%;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.feature-button-link:hover {
	text-decoration: none;
	color: inherit;
	transform: translateY(-5px);
}

.feature-button {
	background-color: rgba(26, 26, 26, 0.8);
	border: 2px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 24px 16px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	backdrop-filter: blur(10px);
}

.feature-button:hover {
	background-color: rgba(26, 26, 26, 0.95);
	border-color: rgba(255, 153, 0, 0.6);
	box-shadow: 0 4px 16px rgba(255, 153, 0, 0.2);
}

.feature-button.active {
	border-color: #ff9900;
	background-color: rgba(255, 153, 0, 0.15);
	box-shadow: 0 4px 20px rgba(255, 153, 0, 0.3);
}

.feature-button i {
	color: #ff9900;
	font-size: 32px;
	margin-bottom: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.feature-button:hover i {
	color: #ffcc66;
	transform: scale(1.1);
}

.feature-button.active i {
	color: #ff9900;
	transform: scale(1.15);
}

.feature-button h6 {
	color: #fff;
	font-weight: 500;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.feature-button:hover h6 {
	color: #ffcc66;
}

.feature-button.active h6 {
	color: #ff9900;
	font-weight: 600;
}

/*------------------------------------------------------------------
[FEATURE SCREENSHOT DISPLAY]
*/
.feature-screenshot-wrapper {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	padding: 40px;
	margin-top: 20px;
}

.feature-screenshot-image {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	display: block;
	max-height: 500px;
	object-fit: contain;
}

.feature-screenshot-info {
	color: #fff;
}

.feature-screenshot-info h4 {
	color: #fff;
	font-weight: 600;
}

.feature-screenshot-info p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.feature-button {
		min-height: 100px;
		padding: 20px 12px;
	}
	
	.feature-button i {
		font-size: 28px;
		margin-bottom: 8px;
	}
	
	.feature-screenshot-wrapper {
		padding: 20px;
	}
	
	.feature-screenshot-image {
		max-height: 300px;
	}
}





