<style>
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rubik+80s+Fade&display=swap');

.gcg_bg {
    background: #141b1d;
    padding: 3%;
}

.gcg_header {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 2px 0px 2px black;
    padding-top: 27px;
}

.gcg_text {
    background: #00000038;
    padding: 3%;
    font-size: 13px;
    color: #a3a3a3;
	overflow-y: scroll;
	height: 120px;
}

.gc_framegesuch {
    /* background: #fff; */
    width: 100%;
}

.gc_IconL {
    float: left;
    padding: 1%;
    margin-left: 5px;
}

.gc_IconR {
    padding: 1%;
}

.gc_Desc {
    background: #344c4b66;
    padding: 1%;
    width: 79%;
    float: right;
    font-size: 12px;
    color: #a3a3a3;
}

.gc_Desc2 {
    background: #344c4b66;
    padding: 1%;
    width: 79%;
    float: left;
    font-size: 12px;
    color: #a3a3a3;
}

.gc_TextR {
    font-size: 13px;
    color: #a3a3a3;
    height: 102px;
    background: #0000004d;
    width: 77%;
    padding: 2% 2% 2% 2%;
    overflow-y: scroll;
    left: 4px;
    position: relative;
}

.gc_TextL {
    font-size: 13px;
    color: #a3a3a3;
    height: 102px;
    background: #0000004d;
    width: 77%;
    padding: 2%;
    overflow-y: scroll;
    float: left;
    margin-right: 9px;
}

.gc_End  {
    background: #00000038;
    padding: 3%;
    font-size: 13px;
    color: #a3a3a3;
    overflow-y: scroll;
    height: 120px;
}

.gc_links {
    text-align: center;
    padding-bottom: 15px;
    margin-top: -20px;
color: #909090;
}

.gc_links a {
    color: #909090;   /* gewünschte Farbe */
    text-decoration: none; /* optional, entfernt Unterstreichung */
}

.gc_links a:hover {
    color: #909090;   /* Beispiel: andere Farbe beim Hover */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.gcg_text::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.gcg_text{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.gc_TextR::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.gc_TextR{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.gc_TextL::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.gc_TexL{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.gc_End::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.gc_End{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}</style>