@media screen and (min-width: 360px) and (max-width: 374px) {

    #wrapper {
        width: 360px;
        margin-top: 0px;
        border-radius: 0px;
    }

    header {
        height: 175px;
        background-position: center bottom;
        background-size: 360px auto;
        border-radius: 0px;
    }

    header #logo {
        width: 100%;
        margin: auto;
        height: 85px;
        padding-top: 5px;
        border-radius: 0px;
        position: relative;
        overflow: auto;
        background: linear-gradient(to bottom, rgba(170,71,120,1), rgba(245,135,190,1) 48%, rgba(170,71,120,1) 80%, rgba(170,71,120,0));
    }

    header #logo h1 {
        position: absolute;
        top: 17px;
        left: 10px;
        font-size: 3.2em;
    }
    header #logo h2 {
        position: absolute;
        top: 13px;
        left: 220px;
        font-size: 1.05em;
        line-height: 1.2em;
    }
    header #logo h3 {
        position: absolute;
        top: 40px;
        left: 220px;
        font-size: 1.05em;
        line-height: 1.2em;
    }

    header span {
        display: none;
    }

    header h2#imgcaption {
        font-size: 1.3em;
        padding: 3px 3px 3px 6%;
        bottom: 6%;
    }
    
    nav {
        height: 240px;
        background-color: #dbe9f6;
        /*border-bottom: 1px dotted #e4d2dc;*/
        border-left: 1px solid #e4d2dc;
        border-right: 1px solid #e4d2dc;
    }

    nav li {
        border-bottom: 0px solid #e4d2dc;
    }

    nav li a {
        padding: 0px;
        width: 169px;
        height: 39px;
        line-height: 39px;
        margin: 4px;
        border: 1px dotted #aa4778;
        border-radius: 3px;
        background-color: white;
        font-size: 1.2em;
    } /*Height Sum: 40px*/

    nav li a.double {
        font-size: 1.0em;
    }

    nav li a.lastNav {
        
    }

    
    nav ul ul {
        margin-left: 0px;
        border-bottom: 0px solid #e4d2dc;
    }

    nav li li {
        border-left: 0px solid #e4d2dc;
        border-right: 0px solid #e4d2dc;
    }
    
    nav li li a {
        border: 1px solid #6f0439;
        border-bottom: 0px solid #6f0439;
        margin: 0px;
        margin-left: 5px;
        padding: 10px 0px 10px 10px;
        width: 169px;
    }
    
    nav li li a.last {
        border-bottom: 1px solid #6f0439;
    }
    
    #navService {
        display: block;
    }

    section#main {
        width: 100%;
        padding: 4px 8px 20px 8px; 
        float: none;
        border-left: 1px solid #e4d2dc;
        border-right: 1px solid #e4d2dc;
    }

    section#main h1 {
        font-size: 2.8em;
    }

    section#main h2 {
        font-size: 1.73em;
    }

    section#main .imgArray2 {
        min-width: 160px;
        padding: 5px;
    }

    section#main figure  {
        margin: 0px 0px 10px 0px !important;
        float: none;
    }

    section#main figure img{
        width: 100% !important;
    }

    
    aside {
        border-top: 1px solid #e4d2dc;
        border-bottom: 1px solid #e4d2dc;
        width: 100%;
        padding: 0px 5px 10px 5px;
        border-radius: 0px;
        float: none;
        text-align: center;
        margin-bottom: 0px;
    }

    aside #sidebarNews {
        padding: 0px 20px;
        text-align: left;
    }

    aside p, aside ul {
        font-size: 1.8em;
        line-height: 1.3em;
    }

    footer {
        border-radius: 0px;
        border-left: 1px solid #e4d2dc;
        border-right: 1px solid #e4d2dc;
    }

    #loadingMsg {
        width: 330px;
        margin-top: 16%;
    }
    
    #loadingMsg h1, #loadingMsg h2 {
        font-size: 1.4em;
    }

    /*

    #wrapper, header, nav {
        width: 358px;
    }
    header {
        position: absolute;
    }
     
    nav {
        height: 147px;
        background-color: #dbe9f6;
        position: absolute;
    }
    
    #wrapper {
        padding-top: 263px; 
    }
    
    div#slideshow {
        border-bottom: 1px solid #66a1c4;
    }
    
    div#slideshow #imgwrapper {
        height: 104px;
    }
    
    div#slideshow h2#imgcaption {
        padding: 2px 5px 2px 5px;
        font-size: 1.1em;
        bottom: 0;
        left: 0;
        text-align: center;
        background: rgba(219, 233, 246, 1);
    }
    
    header h1#title {
        font-size: 1.6em;
        left: 130px;
    }
    
    header h2#subtitle {
        font-size: 1.3em;
        left: 130px;
    }
    
    header #designBlock {
        background: rgba(0, 62, 121, 1);
    }
    
    header img#logo {
        left: 10px;
    }
    
    nav li a {
        padding: 0px;
        width: 169px;
        height: 39px;
        line-height: 39px;
        margin: 5px;
        border: 1px dotted #66a1c4;
        border-radius: 3px;
        background-color: #ebf3fa;
        font-size: 0.9em;
    }
    
    nav ul ul {
        margin-left: 0px;
    }
    
    nav li li a {
        border: 1px solid #003e79;
        border-bottom: 0px solid #003e79;
        margin: 0px;
        margin-left: 5px;
        padding: 10px 0px 10px 10px;
        width: 169px;
    }
    
    nav li li a.last {
        border-bottom: 1px solid #003e79;
    }
    
    h2 {
        margin-top: 1.1em;
    }
    
    h3 {
        margin-top: 1.3em;
    }
    
    section#main h3 {
        margin-left: 0%;
        padding-left: 0%;
    }
    
    section#main {
        width: 100%;
        padding: 2px 8px 14px 8px;
    }
    
    section#main h2{
        font-size: 1.5em;
        text-align: center;
    }
    
    section#main h3{
        font-size: 1.3em;
    }
    
    aside {
        border-top: 1px solid #66a1c4;
        width: 100%;
        padding: 0px 5px 10px 5px;
        box-shadow: none;
        border-radius: 0px;
    }
    
    aside h2 {
        margin-bottom: 0px;
        text-align: center;
    }
    
    aside .contactBox {
        float: left;
        width: 50%;
        text-align: center;
    }
    
    #aerzte .columns {width: 50%;}
    #start_leistungsspektrum.columns-2 {width: 100%; margin-right: 0;}
    
     #form #formBody h4{
        float: left;
        width: 100%;
        margin: 5px 5px 2px 5px;
        text-align: left;
    }
    
    #form #formBody .formLabelBox{
        float: left;
        width: 100%;
        margin: 5px 5px 2px 5px;
        text-align: left;
    }

    #form #formBody .formLabelBox h4{
        width: 100%;
        display: initial;
        margin: 0;
    }

    #form #formBody div.item{ 
        width: 100%;
        padding: 1px 5px 1px 5px;
        margin: 0 0 5px 0;
    }

    #form #formBody div.item-2{
        width: auto;
        margin: 0 1% 5px 0;
        padding: 1px 5px 1px 5px;
    }

    #form #formBody div.item-3{
        width: auto;
        margin: 0 1% 5px 0;
        padding: 1px 5px 1px 5px;
    }
    
     #loadingMsg {
        width: 360px;
    }
    
    #loadingMsg h1, #loadingMsg h2 {
        font-size: 1.4em;
    }
  
  */
}
