@media only screen and (min-width:768px) and (max-width:1024px) {
#wrapper {
    width:100%;
}
#header,
#container,
#footer {
    width:100%;
}
.article_wrapper .mod_article,
.ce_wrapper .inside {
    width:100%;
}
.article_wrapper .mod_article,
.ce_wrapper .inside {
    padding-right:20px;
    padding-left:20px;
}
#logobox {
    padding-bottom:20px;
}
#praxen {
    margin-top:20px;
    padding-top:0;
    padding-bottom:0;
    padding-left:33px;
}
h1 {
    font-size:1.5em;
}
h2 {
    font-size:1.4em;
}
h3 {
    font-size:1.3em;
}
h4 {
    font-size:1.2em;
}
h5 {
    font-size:1.2em;
}
h6 {
    font-size:1.1em;
}
img.mime_icon {
    width:auto;
}
.pdf_link {
    margin-bottom:0;
}
fieldset,
.ce_form fieldset {
    width:98%;
}
select,
input[type="file"],
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    width:98%;
}
.mod_search input[type="search"] {
    width:60%;
}
#backtotop {
    bottom:10px;
    right:10px;
}
#suchenhtml {
    display:none;
}
#suchenhtmlmobil {
    width:100%;
    height:27px;
    display:inline-table;
    padding:20px;
    background-color:#fede7d;
}
#suchenhtmlmobil form {
    background-color:#fff;
}
#suchenhtmlmobil input[type="text"] {
    width:85%;
    height:27px;
    float:left;
    margin-bottom:0;
    padding:3px 9px;
    background-color:#fff;
    border-top:1px solid #000;
    border-right:0px solid #000;
    border-bottom:1px solid #000;
    border-left:1px solid #000;
    border-radius:0;
    color:#000;
    transition: all 0.5s ease 0s;
}
/* #suchenhtmlmobil input[type="text"] {
    color:#f3bd1a;
} */
#suchenhtmlmobil input[type="text"]:focus {
    color:#f3bd1a;
}
#suchenhtmlmobil .submit {
    height:27px;
    float:left;
    display:block;
    padding:6px 8px 5px;
    background-color:#f3bd1a;
    border:0 solid;
    border-radius:0;
}
#suchenhtmlmobil .submit:hover {
    background-color:#fede7d;
    border:0px solid;
    border-radius:0;
}
}
