
body {
/* 	background-color: lightBlue; */
	background-color: #A0AFC4
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-inline-start: 0px
}

.flex-container > div {
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  justify-content: center;
  
  min-width: 100px;
  margin: 30px 10px 30px 10px;
  text-align: center;
  line-height: 30px;
  font-size: 26px;
}

.flex-container > div > a {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  height: 170px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px
}


.kachel {
  align-items: center;
  background-color: #FAFAFA;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 206px;
}

.kachel:hover,
.kachel:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.kachel:hover {
  transform: translateY(-2px);
}

.kachel:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

.kache > img {
    max-height:145px;
    max-width:160px;
    height:auto;
    width:auto;
}
       
.ext-visible {
}
.ext-hidden {
  display: none;
}


/*
$bg: #332f35;
$fg: lighten($bg,20%);
$borderWidth: 3px;*/

input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.radio-group {
  box-shadow: 0 0 0 1px #C0D0E4; 
  /* #D4E6F1; */
  border: solid 2px #445577;
  display: inline-block;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;  
}

.radio-group > label {
  color: #445577;
  cursor : pointer;
  display: inline-block;
  font-weight: bold;
  padding: 5px 20px;
}

.radio-group > input[type=radio]:checked + label{
  color: #D4E6F1;
  background:  #445577;
  /*SteelBlue;*/
}

.radio-group > label + input[type=radio] + label {
  border-left: solid 3px #445577;
}
