/*
Theme Name: ACTIONBASE
Template: Divi
*/

/* ============================ TEXT ============================ */

.text-gradient-orange {
	background: -webkit-linear-gradient(180deg, #fd8c02, #e32702);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-blue {
	background: -webkit-linear-gradient(180deg, #39e4fe, #225499);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================ GAME INFO BOX ============================ */

.game-info-box-column {
	/*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) 50% 50% / calc(100% - 4px) calc(100% - 4px) no-repeat, 
		linear-gradient(90deg, rgba(221, 221, 221, 0.5) 0%, rgba(140, 140, 140, 0.4) 100%);*/
	background-image: linear-gradient(45deg, rgba(7, 7, 7, 0.7) 0%, rgba(22, 22, 22, 0.7) 50%);
	border: 1px solid #808080 !important;
	border-radius: 10px;
	corner-shape: bevel;
	padding-bottom: 20px;
}

/*.game-info-box-column:before {
	  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	border: 1px solid #808080 !important;
	border-radius: 10px;
	corner-shape: bevel;
	z-index: 900;
}*/

.game-title-picture img {
	opacity: 0.75;
	border-radius: 10px 10px 0px 0px;
	corner-shape: bevel;}

.game-title h3 {text-transform: uppercase;}
.game-title span {color: #fff;}

.game-title, .game-info, .game-bullet-list {margin-left: 10%; margin-right: 10%;}
.game-bullet-list {width: auto !important;}
.game-info {color: #a8a8a8;}
.game-info span {color: #39e4fe;}

.image-bullet-list {list-style: none;}
.image-bullet-list::before {
  content: '';
  display: inline-block;
  height: 14px;
	width: 22px;
  background-image: url(/wp-content/uploads/2026/06/bullet-point-thunder.gif);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -20px;
}

/* ============================ STELLEN-AUSSCHREIBUNG ============================ */

et_pb_blurb_position_left .et_pb_blurb_container {
   padding-left: 0px;
}

/* ============================ EXTRAS ============================ */


.clipped-corner,
.clipped-corner-images img {
	border-radius: 10px;
	corner-shape: bevel;
}

.clipped-corner-images img {
	border: 1px solid #808080 !important;
}

.clipped-corner-old {
    clip-path: polygon(
        /* top edge */
            var(--corner)              0%,
            calc(100% - var(--corner)) 0%,
        /* right edge */
            100% var(--corner),
            100% calc(100% - var(--corner)),
        /* bottom edge */
            calc(100% - var(--corner)) 100%,
            var(--corner)              100%,
        /* left edge */
            0% calc(100% - var(--corner)),
            0% var(--corner)
    );
    --corner: 10px;
}

.entry-content tr td {
    border-bottom: 1.5px solid #fff;
	border-top: 0px;
	line-height: 120%;
	padding: 8px 20px;}

.entry-content table:not(.variations) {
    border: 0px;
	margin: 0px;}

/* ============================ STELLENANZEIGEN ============================ */

.titel-job-application h5 {color: #000 !important;}

.button-job-application {
	color: #fff;
	padding: 8px 17px 10px 17px;
	background: #000;
	border: 0px;
    border-radius: 5px;
    corner-shape: bevel;
}

.hover-glow:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.hover-glow:active {
    color: #000
}

.hover-glow:active:after {
    background: transparent;
}

.hover-glow:hover:before {
    opacity: 1;
}

.hover-glow:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.et_pb_main_blurb_image img {margin-top: -10px;}