
[role=button] {
    width: 100px !important;
    height: auto !important;
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;   
    border-radius: 5px;
    line-height: 1.5;
    font-size: 12px;
    padding: 10px 5px 5px 10px !important;
    color: #FFF;
    background-color: #F0AD4E;
    border-color: #EEA236;
    width: 100px;
    height: auto;
    margin: 20px 0 0 0;
}

.thumbnail-image#list-image {
    width: 80%;
    height: auto;
}

.info_qrcode {
    margin: 20px 20px 0 0;
}

.qrcode {
    text-decoration: none;
}

.vcard:link {
    color: #FFF;
}

.contact-info-list {
    list-style: none !important;
}

.info-name > h2{
    font-weight: bold;
    color: #F29400;
    font-family: inherit;
    margin: 0 0 10px 0;
}

.info-name > h3{
    font-weight: bold;
    color: #F29400;
    font-family: inherit;
    margin: 0 0 10px 0;
}

.info-name > h4{
    font-weight: bold;
    color: #F29400;
    font-family: inherit;
    margin: 0 0 10px 0;
}

.info-name > h5{
    font-weight: bold;
    color: #F29400;
    font-family: inherit;
    margin: 0 0 10px 0;
}

.contact-headline{
    font-size: 16px;
    color: #F29400;
    margin-bottom: 10px;
}   

a:link {
    text-decoration: none;
    color: #F29400;
}

.info-jobtitle {
    font-size: 16px;
    font-weight: bold;
}

.address-block {
    margin: 10px 0 10px 0;
}

img.qrcode {
    width: 70%;
}

.ct-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 0px 10px;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    width: 100%;
    height: auto;
    word-break: normal;
}

.ct-left-1 {
    background-color: #FFF;
    padding: 5px;
    border-radius: 10px;
    width: 70%;
    height: 70%;
    grid-area: 1 / 1 / 2 / 2;
}

.ct-right-1 { 
    grid-area: 1 / 2 / 2 / 3; 
}

.ct-left-2 { 
    grid-area: 2 / 1 / 3 / 2; 
    padding: 0 0 0 5px;
}

.ct-right-2 { 
    grid-area: 2 / 2 / 3 / 3; 
}

.ct-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-container {
    display: grid;
    grid-template-rows: 1fr auto 1fr 1fr;
    grid-template-columns: auto;
    max-width: 200px !important;
    height: 275px;
    border-radius: 10px;
    background-color: #FEFAF6;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

.info-image #card-image{
    overflow: hidden;
    padding: 5px;
    width: 150px;
    height: auto;
    clip-path: circle(32% at 65% 50%);
}

#ct-name {
    height: auto;
    padding: 0;
    margin: 0;
}

#ct-name {
    display: flex;
    justify-content: center;
    padding: 5px 0 0 0;
}

#ct-jobtitle {
    display: flex;
    justify-content: center;
    align-items: center;   
    padding: 0 5px 0 5px;
    text-align: center;
    color: #4F4A45;
}

#ct-button {
    display: flex;
    justify-content: center;
}

.card-btn {
    margin: 10px 0 0 0;
    width: 100px;
    height: 30px;
    background-color: #E57C23;
    font-family: inherit;
    border-radius: 8px;
    border-style: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

#h4-card {
    margin: 0;
}

.modal-window {
    display: none;
    width: 150px;
    height: 175px;
    position: absolute;
    z-index: 1000;
    background-color: #FFF;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    float: left;
}

.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;   
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;   
}

.modal-footer {
    margin: 10px 0 0 0 ;
    display: flex;
    justify-content: center;
    align-items: center;   
}

.modal-button {
    background-color: #FFFFFF;
    border: 1px solid rgb(209,213,219);
    border-radius: 5px;
    padding: 5px;
    color: #111827;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.custom-fields {
    
}