/*
body {
  background-color: rgba(242, 242, 242, 1);
}
*/

.ce_text.datenschutz p, .datenschutz ul { margin-bottom: 1rem; }
.ce_text.datenschutz h2 { margin-top: 3rem !important; margin-bottom: 2rem;}

strong {
	font-weight: 900 !important;
}
a {
  color: var(--font-color);
  text-decoration: none;
}
h1.ce_headline {
	box-shadow: none;
	background: none;
}

.ce_headline {
	padding: 0;
}



/*** Line after text span
.level_1 li:hover a span:after { 
    content:"";
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 2rem;
    transform: translateX(-50%);
}
*/

a:hover {
  text-shadow: 1px 1px 5px rgb(197, 197, 197);
}
#main a {
	color: var(--primary-color);
}

h1,h2,h3,h4,h5,h6 { }

h1 { font-size: 3.4rem; margin-bottom: 1rem;}
h2 { font-size: 2.4rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.8rem; }


.ml05 {
  margin-left: 0.5rem;
}

/* Logo */
.logo {
  display: flex;
  justify-content: center;
}

.logo img { 
  width: 20rem; 
  transition: all 125ms;
}

.logo img:hover { 
  cursor: pointer; 
  transform: scale(1.05) translateZ(0);
}


section {
  width: 100%;
  margin-bottom: 10rem;
}

#header {
  width: 100%;
  top: 0;
  position: sticky;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(1, 40% auto 40%);
  padding: 1rem 2rem;
  background-color: var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 8px;
  border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
  border-bottom: 1px rgba(40, 40, 40, 0.35) solid;
  height: 10rem;
  max-height: 10rem;
  align-items: center;
  z-index: 2000;
}

#header .fixed__hbar {
    height: 0.4rem;
    background-color: var(--dark-color);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.container__right {
  display: flex;
  justify-content: center;
}

.support {
  font-size: 1.6rem;
  display: flex;
	list-style-type: none;
}

.support li {
  margin-right: 3rem;
}

.support li:last-child {
  margin-right: 0;
}

.support li i { 
  margin-right: 1rem; 
  font-size: 2.5rem;
}

.support li a { 
  display: flex; 
  align-items: center;
}


.stitle {
  position: absolute;
  top: 25%;
  left: 50%;
  padding: 2rem;
  transform: translate(-50%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 39px;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 191, 255, 0.085);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
  border: 1px rgba(255, 255, 255, 0.4) solid;
  border-bottom: 1px rgba(40, 40, 40, 0.35) solid;
  border-right: 1px rgba(40, 40, 40, 0.35) solid;
  z-index: 2;
}
.title h2 {
  font-size: 48pt;
  color: rgb(199, 199, 199);
  text-shadow: -10px 10px 5px rgb(0 0 0);
}
.content1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.text {
  
  
}
.textP img {
  width: 80%;
  margin: 10%;
  margin-top: 10rem;
  border: #00b8ff solid 2px;
}
.textP {
  grid-row: 1;
  grid-column: 2;
}
.arrow_left {
  width: 1rem;
  height: 0;
  border-top: 8rem solid transparent;
  border-bottom: 8rem solid transparent;
  border-right: 8rem solid blue;
  grid-row: 1;
  grid-column: 2;
  position: relative;
  top: 10rem;
  left: -1rem;

}
.flex {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}



.hoverText {
  width: 0;
}
.textBox {
  position: relative;
  left: -1.5rem;
  width: 12rem;
  z-index: -2;
}


.home_button,
.digital_button,
.solutions_button,
.kontakt_button,
.team_button,
.web_button {
  cursor: pointer;
  display: flex;
  align-items: center;
}


.switch-section 
{
  position: absolute;
  bottom: 5rem;
  z-index: 3;
  left: 50%;
  transform: translate(-50%);
  animation: hand 1s infinite;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  color: white;
}

.switch-section a { color: inherit; }





.hover_slider {
  width: 130%;
  height: 100vh;
  position: fixed;
  left: -5%;
  top: -60%;
  z-index: 0;
}
.row {
  display: flex;
  padding: 10px 0;
  left: 0;
  white-space: nowrap;
  transform: rotate(-25deg);
}
.row:nth-child(even) {
  white-space: normal;
}

.row i {
  color: rgba(0,0,0, 0.02);
  transition: 0.2s;
  padding: 0 10px;
  user-select: none;
  cursor: default;
  font-size: 164px;
}
/*
.row i:hover {
  transition: 0s;
  color: #8eeefd50;
  text-shadow: 0 0 120px rgba(199, 199, 199, 0.212);
}
*/

.row div {
  font-size: 1rem;
  white-space: nowrap;
  animation: animate1 80s linear infinite;
  animation-delay: -80s;
}
.row div:nth-child(2) {
  animation: animate2 80s linear infinite;
  animation-delay: -80s;
}
@keyframes animate1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.row:nth-child(even) div {
  font-size: 1em;
  white-space: nowrap;
  animation: animate3 100s linear infinite;
  animation-delay: -100s;
}
.row:nth-child(even) div:nth-child(2) {
  animation: animate4 100s linear infinite;
  animation-delay: -100s;
}
@keyframes animate3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animate4 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}



.filler {
  width: 120%;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #00415a;
  position: relative;
  right: 18rem;
  top: -7rem;
  z-index: 0;
  transform: rotate(10deg);
}
.mod_center {
  display: flex;
  align-items: center;
}
.fa_center {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}



@keyframes hand {
  0% {
    transform: translateY(0px);
  } 
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}



.ani {
  opacity: 0;
  width: 3px;
  height: 0;
  background: #8eeefd;
  display: inline-block;
  transition: all .2s ease;
  position: absolute;
  left: 1.05rem;
  top: 105%;
}

.tooltip {
  position: absolute;
  
  left: 0;
  top: 200%;
  padding: 2px;
  opacity: 0;
  transition: none;
  white-space: nowrap;
}

.home_button:hover .ani,
.digital_button:hover .ani,
.solutions_button:hover .ani,
.kontakt_button:hover .ani,
.team_button:hover .ani,
.web_button:hover .ani {
  opacity: 1;
  height: 100%;
}

.home_button:hover .tooltip,
.digital_button:hover .tooltip, 
.solutions_button:hover .tooltip,
.kontakt_button:hover .tooltip,
.team_button:hover .tooltip,
.web_button:hover .tooltip {
  opacity: 1;
  transition: all 0.1s ease-out .2s;
}


.box {
  box-sizing: border-box;
  overflow: hidden;
  color: white;
  padding: 1rem;
}

.box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}
.box span:nth-child(1)
{
  transform:rotate(0deg);
}
.box span:nth-child(2)
{
  transform:rotate(90deg);
}
.box span:nth-child(3)
{
  transform:rotate(180deg);
}
.box span:nth-child(4)
{
  transform:rotate(270deg);
}

.box span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
    transform:scaleX(0);
    transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
    transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
    transform-origin: right; 
  }
  100%
  {
    transform:scaleX(0);
    transform-origin: right;
  }
  
  
} 

#pageheader .slogan {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  color:white;
  font-size: 3rem;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  text-align: center;
  width: 80%;
}

#pageheader .slogan h1 { 
  font-size: 4rem; 
}

#pageheader .slogan h1:after {
  content: '';
  display: block;
  height: 2px;
  width: 10rem;
  border-bottom: 2px solid;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

body.home #pageheader:after {
    content: '';
    height: 20%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(var(--primary-color-rgb), 0.5) 100%);
}

body.home #pageheader {
  min-height: calc(100vh - 10rem);
  margin: 0;
  position: relative;
  
  padding: 0;
  box-shadow: 1px 1px 50px;
}




#pageheader video 
{
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

#pageheader img { width: 100%; }

#pageheader {
  min-height: calc(50vh - 10rem);
  margin: 0;
  position: relative;
  padding: 0;
  box-shadow: 1px 1px 50px;
}
.itsolutions #pageheader img {
	position: absolute;
	bottom: -150%;
}
.signage #pageheader img {
	position: absolute;
	bottom: -100%;
	filter: blur(1px);
}
.web #pageheader img {
	position: absolute;
	bottom: -75%;

}
.contact #pageheader img {
	position: absolute;
	bottom: -105%;
}
.kontaktbestaetigung #pageheader img  {
  position: absolute;
  bottom: -105%;
}
.company #pageheader img {
	position: absolute;
	bottom: -20%;
}
.faq #pageheader img{
	position: absolute;
	bottom: -70%;
}
.bgvideo { height: 100%; }


#wrapper {
 
  background-color: white;
  
  margin: 0 auto;
  opacity: 1;
  position: relative;
  z-index: 30;
}

#main {
  padding: 6rem 2rem 8rem 2rem;
	 max-width: 124rem;
	margin:auto;

}

#footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2rem;
  background-color: var(--primary-color);
  color: var(--font-color);
  margin-top: 8rem;
}

#footer .supsign {
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
}

#footer .social {
  display: flex;
  justify-content: center;
}
#footer .social a { width: 3rem; margin-right: 1rem;}

.gmap_canvas iframe {
  width: 100%;
  height: 30rem;
}

.mb-s { margin-bottom: 2rem !important; }
.mb-m { margin-bottom: 3rem !important; }
.mb-l { margin-bottom: 4rem !important; }
.mb-xl { margin-bottom: 6rem !important; }



[class*='col-'] {
  float: left;
  position: relative;
}

.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

/*[class*='col-'] { padding-right: 6rem;}*/
[class*='col-']:last-of-type {
  padding-right: 0;
}

.highlight-infobox {
  background-color: #FCFCFC;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 2rem;
}

.highlight-infobox .head 
{ 
  background-color: rgba(243,243,243, 1);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding: 0.6rem 1rem;
}

.highlight-infobox .content {
  padding: 1rem;
}

.contact-info {
  display: flex;
  align-items: center;
}

.contact-info a,
.contact-info i { 
  margin-right: 1rem;
}

.reset0 {
  padding: 0 !important;
}


#header,
#footer,
#header a,
#footer a,
#header i {
    color: #F9F9F9;
}



#btn__totop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 99999999;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 1rem;
  border-radius: 0;
  font-size: 1.5rem;
  transition: background-color .3s;
}
 
#btn__totop.show { display: block; }
#btn__totop:hover { background-color: #555; }


.dib {
  display: inline-block;
  margin-right: 1rem;
}



.customerlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.customerlist .item {
  height: 25rem;
  position: relative;
}

.customerlist .image {
  height: 100%;
  overflow: hidden;
}
.customerlist .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customerlist .item:hover img {
  transform: scale(1.1);
}
.customerlist .item img  {
  transition: all 300ms ease;
}
.customerlist .item:hover {
  cursor: pointer;
}
.customerlist .item:hover::before {
  content: '';
  background: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.customerlist .bottom {
  position: absolute;
  bottom: 20px;
  left: 10px;
  padding: 1rem;
  opacity: 0;
  z-index: 2;
}
.ce_rsce_paket .bottom .option {
	padding: 1rem;
	display: flex;
	justify-content: center;
}
.item:hover .bottom {
  opacity: 1;
  transition: all 300ms;
}
.ctitle {
  color: white;
  font-size: 2rem;
}
.linktitle {
  color: white;
  font-size: 2rem;
}

.uteamlist {
	display: flex;
}
.uitem {
	width: 30%;
	margin: 1rem;
	
	border: 1px solid red;
}
.uimage {
	height: 70%;
	overflow: hidden;
	border-bottom: blue 1px solid;
}
.memberlist {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 4rem;
}
.memberlist .mitem {
	
}
.memberlist span {
	display: none;
}
.mitem {
	background: rgba(243,243,243, 0.5);
	transition: 300ms all ease;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
}

.mitem:hover {
	transform: scale(1.02);
}
.mimage {
	height: 40rem;
	margin-bottom: 2rem;
	overflow: hidden;
}
.mimage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.memberlist p{
	font-size: 1.4rem;
}
.mphone i {
	margin-right: 0.5rem;
}
.centered {
	display: flex;
	justify-content: center;
	margin-bottom: 0.5rem;
}
.mname p {
	font-size: 16pt;
}
.mrole p {
	color: #007eaf;
}
.mmail:hover a{
	color: #007eaf;
}
.ce_rsce_team.block {
	margin-bottom: 2rem;
}
.mitem__bottom {

}
.offerte__button {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.offerte__button a {
	padding: 2rem;
	background: #f3f3f3;
}
.ce_rsce_service {
	margin-bottom: 2rem;
}


.ce_text ol, .ce_text ul  {
	list-style-position: inside;
	padding: 0.5rem 2rem;
}

ol[type="a"] {
	list-style-position: outside;
}

/*
.ce_text li:hover {
	background: rgba(243,243,243, 1);
}
*/

.ce_rsce_paket {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-gap: 2rem;
}
.ce_rsce_paket .item {
	position: relative;
	overflow: hidden;
	transition: ease all 300ms;
	box-shadow: rgb(0 0 0 / 30%) 0px 8px 8px;
}
.ce_rsce_paket .item:hover {
	transform: scale(1.05);
}


.ce_rsce_paket .item .bottom > *:nth-child(odd) {
	background: rgba(243,243,243, 1);
}
.top {
	display: flex;
	flex-direction: column;
}
.best {
	position: absolute;
	right: -30px;
	transform: rotate(45deg);
	padding: 0 3rem;
	top: 20px;
	font-size: 1.3rem;
	background: white;
}
.ce_rsce_paket .name {
	background: #007eaf;
	font-size: 2rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.ce_rsce_paket .price {
	font-size: 5rem;
	padding: 1rem;
	display: flex;
	justify-content: center;
	position: relative;
}
.ce_rsce_paket .currency {
	font-size: 1.5rem;
}
.ce_rsce_paket .period {
	font-size: 1.5rem;
	display: flex;
	align-items: flex-end;
}
.ce_rsce_paket .priceinfo {
	font-size: 1rem;
	position: absolute;
	bottom: 0;
}
.ce_rsce_paket .fa-star {
	color: rgb(254,202,9);
}
.ce_rsce_paket .rating {
	padding: 1rem;
	display: flex;
	justify-content: center;
}
.ce_text h2 {
	margin-bottom: 1rem;
}

.benefits.rs-column {
	padding: 2rem;
	background: rgba(243,243,243, 1);
}
.rs_column {
	padding: 0;
}

.entrylist .item {
  background: rgba(243,243,243, 1);
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  height: 40rem;
}
.entrylist .item .image {
  width: 48%;
  overflow: hidden;
}
.entrylist .item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.entrylist .item .bottom {
  width: 48%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
}
.entrylist .item .bottom .maintitle {
  margin: 2rem 0;
}
.entrylist .item .bottom .title {
  margin-bottom: 2rem;
  color: var(--primary-color);
}
.ce_rs_column_start.rs-column.-large-col-3-1.-large-first.-large-first-row.-medium-col-3-1.-medium-first.-medium-first-row.-small-col-3-1.-small-first.-small-first-row {
  width: 100%;
}









.signage .ce_rs_column_start h2, .ce_rs_column_start h4 {
	background: none;
	box-shadow: none;
}

.ce_headline { margin-bottom: 2rem; }
.ce_text { margin-bottom: 3rem; }


.web .solutionlist 
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}
.solutionlist 
{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}


.solutionlist .item {
  min-height: 25rem;
  position: relative;
  background-color: rgba(var(--primary-color-rgb), 0.02);
  padding: 2rem;
}

.solutionlist .header {
  
  overflow: hidden;
  min-height: 3rem;
  margin-bottom: 1rem;
}

.solutionlist .header .title {
  font-size: 2.5rem;
}

.solutionlist .header .title i { margin-right: 6px; }
.solutionlist .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutionlist .item img {
  transition: all 300ms ease;
}
.ce_rs_column_start.highlight-infobox.rs-column.-large-col-3-1.-large-last.-large-first-row.-medium-col-3-1.-medium-last.-medium-first-row.-small-col-3-1.-small-last.-small-first-row {
  padding: 2rem;
}
.inside p{
	margin-bottom: 3rem;
}
.inside a{
	text-decoration: underline;
}
.copyright {
	display: flex;
	align-items: center;
}
.social {
	display: flex;
	align-items: center;
}
.impressum {
	display: flex;
	justify-content: flex-end;
}

.faq_list { width: 100%; list-style-type: none; }
.faq_header:hover { background: rgba(243,243,243, 1); }
.faq_header p { font-size: 1.7rem; font-weight: 600;}
.faq_footer p { font-size: 1.5rem; }
.faq--open .faq_header .icon::after { transform: scaleY(0); }
.faq .faq_header{ border-bottom: solid darkgrey 1px; width: 100%; }
.faq_list li:nth-child(even) .faq_header { background: rgba(243,243,243, 0.5); }
.ce_rsce_faq { margin-bottom: 5rem; }
.faq .offerte__button { justify-content: flex-start; }
.faq_footer .answer { padding-top: 1rem; padding-right: 1rem; }
.faq_element.faq--open { padding-bottom: 1rem; }
.question { padding-right: 3rem; }

.faq_footer {
   background-color: white;
   overflow: hidden;
   padding: 0px 15px;
   box-sizing: border-box;
   height: 100%;
   max-height: 0;
   transition: 0.4s ease all;
   width: 100%;
}
.faq_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(#F8F8F8, 0.5);
      transition: 0.2s ease all;
      padding: 20px 15px;
      cursor: pointer;
      font-weight: 400;
      position: relative;
      width: 600px;
}
.icon {
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		right: 0;
        display: inline-block;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
	}
.icon::before {
          display: block;
          position: absolute;
          content: "";
          top: 50%;
          left: 50%;
          width: 11px;
          height: 2px;
          background: currentColor;
          transform: translate(-50%,-50%);
	}

.icon::after {
          display: block;
          position: absolute;
          content: "";
          top: 50%;
          left: 50%;
          width: 2px;
          height: 10px;
          background: currentColor;
          transition: 0.2s ease all;
          transform: translate(-50%,-50%);
	}
	.mm-wrapper {
		overflow-x: unset;
	}
.kontakt__button {
	display: flex;
	justify-content: center;
}
.kontakt__button a {
	padding: 2rem;
	background: #f3f3f3;
}
#article-23 {
	margin-bottom: 5rem;
}



.jobs_title {
	margin-left: 1rem;
}
.jobs_link {
	margin-left: 1rem;
	margin-bottom: 0.5rem;
}








/**.mimage img {transform: scale(1.4)}
.mitem {position: relative}
.hoverimg {position: absolute; top:0; left:0;z-index:-1;}**/











/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 400px;
  
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
	box-shadow: 3px 3px 5px 0px #8c8c8c;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #f0f0f0;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #f0f0f0;
  transform: rotateY(180deg);
}

.team_img_container{
	overflow: hidden;
}
.team_img_container img {
	transform: scale(1.3);
}

.categories {
	margin-top: 2rem;
}
.categorylist{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 1rem;
}
.category {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.category .header {
	margin-bottom: 1rem;
}
.category_img {
    width: 175px;
    height: 100px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 40%);
    border-radius: 10px;
    margin-bottom: 2rem;
    padding: 2rem;
    display: flex;
    justify-content: center;
    transition: 0.5s;
}
.category_img:hover {
	scale: 1.1;
}
.logo_hyperlink {
	display: flex;
    align-items: center;
    justify-content: center;
}
.category img {
	max-height: 100%;
    width: auto;
}

.team_img_container {
	height: 65%;
}