.tpl_div {
  display: flex;
  flex-flow: row;
}

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon:hover,
.tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-grid {
  /* padding: 1rem; */
}

.tcon-grid .tcon-grid__item {
  width: 0.5rem;
  height: 0.5rem;
  background: white;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tcon-grid.tcon-transform .tcon-grid__item {
  -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
  transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8); }

.tcon-grid--rearrange .tcon-grid__item {
  -webkit-box-shadow: -0.625rem -0.625rem, 0 -0.625rem, 0.625rem -0.625rem, -0.625rem 0, 0.625rem 0, -0.625rem 0.625rem, 0 0.625rem, 0.625rem 0.625rem;
  box-shadow: -0.625rem -0.625rem, 0 -0.625rem, 0.625rem -0.625rem, -0.625rem 0, 0.625rem 0, -0.625rem 0.625rem, 0 0.625rem, 0.625rem 0.625rem; }

.tcon-grid--rearrange.tcon-transform .tcon-grid__item {
  -webkit-box-shadow: 0 -0.5rem, 0 -1rem, 0.5rem 0, -1rem 0, 1rem 0, -0.5rem 0, 0 1rem, 0 0.5rem;
  box-shadow: 0 -0.5rem, 0 -1rem, 0.5rem 0, -1rem 0, 1rem 0, -0.5rem 0, 0 1rem, 0 0.5rem; }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.kachel_menu ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
}
@media(min-width: 768px){
  .kachel_menu ul {
    grid-template-columns: 1fr 1fr;
    }
}
@media(min-width: 1024px){
  .kachel_menu ul {
    grid-template-columns: 1fr 1fr 1fr;
    }
}

.kachel_menu ul li {
    display: flex;
    flex-flow: column;
    width: 100%;
    background: #0051a0;
}

.kachel_menu ul li a {
    display: flex;
    flex-flow: column;
    width: 100%;
    text-decoration: none;
}

.kachel_menu ul li a:focus,
.kachel_menu ul li a:hover {
    text-decoration: none !important;
}

.kachel_menu ul li a .item_text {
	order: 1;
	background-color: #0051a0;
    color: #fff;
    margin: 0;
    padding: 1em 0.5em;
    text-align: center !important;
    font-size: 1.4em !important;
    text-transform: uppercase;
    font-weight: normal;
}

.kachel_menu ul li a .bild {
    display: flex !important;
    flex-flow: column;
    order: 2;
}

.kachel_menu ul li a .bild img {
    padding: 0 !important;
    min-width: 100% !important;
    height: auto;
}

.kachel_menu ul li a .item_description {
	order: 3;
	background-color: rgba(0,81,160,1);
    color: #fff;
    margin: 0;
    padding: 1em 0.5em !important;
    text-align: center !important;
    font-size: 1em;
    font-weight: normal;
}

.kachel_menu ul li a .item_description::after {
    display: block; 
    content: "mehr »";
    color: #fff;
    margin: 0;
    padding: 0.2em 0.5em 0 !important;
    text-align: right !important;
    font-size: 1em;
    font-weight: bold;
}
/* Widget */
.regiondo-widget .regiondo-option {
    display: table-cell !important;
}





