/*
 Theme Name:   Homoeopathie-Child-Theme für Patientinnen
 Theme URI:    https://generatepress.com
 Description:  Homoeopathie child theme für Patientinnen
 Author:       E-Werkstatt
 Author URI:   https://www.ewerkstatt.com
 Template:     generatepress
 Version:      0.1
*/

/* HEADER */
.site-content {
    padding: 0px 40px 0px 40px;}

/* FOOTER */

.footer-logos {margin: 5px;}
.site-info {
    color: #0e5097;
    background-color: #cfdcea;
    font-size: 18px;
    font-weight: 600;
}
.site-info a {
    color: #0e5097;
    text-decoration: underline;
}
ul, ol {
    margin: 0 0 1.5em 1em;
}

/* Arztsuche */
.appSearch {
    background-color: #f2f2f2;
    padding: 10px;
}
.appSearch .label {
    display: block;
    width: 190px;
    margin-bottom: 5px;
    color: #626262;
    float: left;
}
.page #APplz {
    max-width: 100px;;
    float: left;
}
.appSearch .inpSlash {
    width: 11px;
    overflow: hidden;
    text-align: center;
    color: #626262;
    float: left;
}
.clf {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.page #APORT {
    max-width: 205px;
}
.appSearch .inpSearch {
    margin-bottom: 5px;
}

/* Artzsuche Ergebnis */

#app_wrapper ul {list-style: none; margin: 0px;}
#app_wrapper .right {float: right;}
/* Arztsuche ENDE */

/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {

.appSearch .label { width: 100%;}
.page #APplz { max-width: 100%; }
.appSearch .inpSearch {width: 100%;}
.page #APORT { max-width: 100%; margin-top: -15px;}
#APname {width: 100%!important;}
}