.custm_cred_titel {
  font-family: "GT Walsheim Pro", sans-serif;
  color: white;
  font-size: 20px;
  padding: 0 10px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.25), 0 1px 0 #c19be9;
}

.custm_cred_platz {
  color: white;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.25), 0 1px 0 #c19be9;
}
.swiper-button-bullet, .swiper-pagination-bullet-active{
	background: #f67b56 !important
}
.swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	background: rgba(246, 123, 86, 0.5) !important;
}
.swiper-pagination-bullet-active {
	background: #f67b56 !important;
	width: 10px !important;
	height: 10px !important;
}
.swiper-button-prev, .swiper-button-next{
	color: #fff !important
}
.custm_cred_bg {
  background: linear-gradient(135deg, #f67b56 0%, #c19be9 100%);
  border-radius: 12px;
  padding: 20px;
}
.custm_cred_col-3{
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}
.custm_cred_platz {
  padding-top: 10px !important;
  font-size: 18px;
  text-align: center;
  color: white;
}

.custm_cred_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
  border: 4px solid #f67b56;
  transition: border-color 0.3s ease;
}

.custm_cred_img_container {
  text-align: center;
  padding: 15px 10px 5px 10px;
}

.custm_cred_name {
  font-size: 16px;
  text-align: center;
  padding: 5px 10px 15px 10px;
  margin-bottom: 40px;
}

.custm_cred_name a {
  font-family: "GT Walsheim Pro", sans-serif;
  color: white;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.25), 0 1px 0 #c19be9;
}

.custm_cred_name a:link {
  text-decoration: none;
}

.custm_cred_name a:hover {
  color: #f67b56;
}

.custm_cred_platz {
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  color: white;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

div .custm_mycread_container {
	background: linear-gradient(135deg, rgba(246, 123, 86, 0.9) 0%, rgba(193, 155, 233, 0.9) 100%);
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}

div .shadow {
  box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
  z-index: 2;
}

div .shadow:hover {
  box-shadow: 0 8px 25px rgba(246, 123, 86, 0.3) !important;
  -webkit-transform: translate(0,-2px);
  transform: translate(0,-2px);
}

.custm_cred_row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="custm_cred_col-"] {
  float: left;
  padding: 15px;
}

