

.tcg-contact-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
	justify-content: space-between;
}
		
.tcg-contact-filter .tcg-select-container {
	flex-basis: 100%;
}

.tcg-contact-filter .tcg-select-container select {
	margin-bottom: 5px;
}


.tcg-contact-place-hidden {
	display: none;
}



.tcg-contact-place {
	margin-top: 60px;
}

.tcg-contact-place .tcg-place-type {
	color: #1B9CC2;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 5px;
}


.tcg-contact-place img {
	margin-bottom: 10px;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 5/3;
}

.tcg-contact-place-info {
    display: flex; 
    gap: 20px;
	justify-content: flex-start;
	margin-bottom: 60px;
}

.tcg-contact-place-telephones table td {
    padding: 5px 5px 0 0;
    line-height: 1.2;
    vertical-align: top;
    border: 0;
	font-size: 16px;
	font-weight: bold;
}

.tcg-contact-place-telephones table tbody>tr:nth-child(odd)>td {
    background-color: transparent;
}

.tcg-contact-place-telephones, .tcg-contact-place-address {
	flex: 0 1 calc(100% - 20px);
}


.tcg-contact-list {
    display: flex; 
    flex-wrap: wrap;
    gap: 20px;
	justify-content: center;
}

.tcg-contact-list-box {
	flex: 0 0 calc(100% - 20px);

}

/* Tablet */
@media (min-width: 768px) {
	
	.tcg-contact-place img {
		width: 80%;		
	}
	
	.tcg-contact-place-telephones, .tcg-contact-place-address {
		flex: 0 0 calc(50% - 20px);
	}

	
	.tcg-contact-list {
		justify-content: flex-start;
	}

	
    .tcg-contact-list-box {
        flex: 0 0 calc(50% - 20px);
    }
	
	.tcg-contact-filter .tcg-select-container {
		flex-basis: calc(50% - 20px);
	}
	
	
	
}

/* Desktop */
@media (min-width: 1025px) {
	
	.tcg-contact-list {
		justify-content: flex-start;
	}
	
    .tcg-contact-list-box {
        flex: 0 0 calc(33.3333% - 20px);
    }
}

.tcg-contact-list .tcg-contact-list-box img {
	
	aspect-ratio: 10/9;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.tcg-contact-list-box .tcg-contact-list-box-name {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 3px;
}

.tcg-contact-list-box .tcg-contact-list-box-title {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 3px;
}

.tcg-contact-list-box .tcg-contact-list-box-phone {
	margin-top: 3px;
	margin-bottom: 15px;
}

.tcg-contact-list-box .tcg-contact-list-box-email a {
	text-decoration: none !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
}

.tcg-contact-list-box .tcg-contact-list-box-email a::hover {
	color: #50C0F0;
}

.tcg-contact-list-box .tcg-contact-list-box-email a::after {

  content: "";
  display: block;
  width: 16px;
  height: 16px; 
  margin-left: 5px;
  background-image: url('data:image/svg+xml;utf8,<svg id="Lager_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.13 11.17"><defs><style>.cls-1{fill:none;fill-rule:evenodd;stroke:%23000;stroke-miterlimit:10;stroke-width:1.59px;}</style></defs><g id="Lager_1-2"><polyline class="cls-1" points=".54 .59 5.96 5.59 .54 10.59"/></g></svg>');

  background-size: 16px 16px; 
  background-repeat: no-repeat; 
  background-position: center;
	
}


