

@media (min-width: 200px) {
    
    .block-TERMINWUNSCH {  }
    .block-zeiten { display: none;}
    .block-zeiten { max-width: 690px;}
    
    .block-zeiten { padding-top: 1rem;padding-bottom: 1rem; }
    
    .block-zeiten hr { 
    margin-top: .2rem;
    margin-bottom: .2rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    } 
    
    .row-TERMINWUNSCH .col { align-content: center; justify-content: center;}
        
    .row-TERMINWUNSCH .tag  {
        color: black;
        font-weight:600;
        width: 100%;
        background: #efefef;
    }
    
   #vsform .row-TERMINWUNSCH .seloption  select {
        height: 3em;
        padding-left: 1em;
        width: auto;
        border: none;
        border-bottom: 1px solid silver;
        font-weight: 300;
    }
    
    #vsform .row-TERMINWUNSCH .seltime  select {
        height: 3em;
        padding-left: 1em;
        width: auto;
        border: none;
        border-bottom: 1px solid silver;
        font-weight: 300;
    }
    #vsform .row-TERMINWUNSCH .seltime  select {
        height: 3em;
        padding-left: 1em;
        width: auto;
        border: none;
        border-bottom: 1px solid silver;
        font-weight: 300;
    }
    
    #vsform .selnot  { width: 8rem;}
    #vsform .seltag  { width: 8rem;}
    #vsform .seltime  { width: 8rem;}
    
}


.fielderror {
    transition: all ease-in-out 2s;
}


.tooltip {
    border: 5px solid transparent;
}
@media (min-width: 200px) and (max-width: 576px) {
    .tooltip-inner {
    max-width: 100%;
    /* If max-width does not work, try using width instead */
    
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #000;
    background-image: radial-gradient(circle farthest-side at center bottom,#000000,#3333333 185%);
    color: white;
}
}
@media (min-width: 576px)  {
    .tooltip-inner {
    max-width: 100%;
    /* If max-width does not work, try using width instead */
    width: 400px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #000;
    background-image: radial-gradient(circle farthest-side at center bottom,#000000,#3333333 185%);
    color: white;
}
}
@media (min-width: 768px)  {
    .tooltip-inner {
    max-width: 100%;
    /* If max-width does not work, try using width instead */
    width: 500px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #000;
    background-image: radial-gradient(circle farthest-side at center bottom,#000000,#3333333 185%);
    color: white;
}
}