
@media screen and (max-width: 760px) {
    .header {
        position: relative;
        margin-bottom: -75px;
        height: 75px;
    }
    .header > div {
        height: 75px;
    }
    
    .naviMain > li {
        display:block;
    }
    
    .naviMain > li > a {
        padding: 14px 6px;
        font-size: 18px;
    }
    .naviMain > li > a {
        border-bottom: 4px solid rgba(0,0,0,0);
    }
    .naviMain > li:hover > a, .naviMain > .active > a {
        border-bottom: 4px solid #F5821F;
    }
    
    .teaserArea {
        height: 400px;
    }
    
    .teaserArea > .overlay > h1 {
        font-size: 40px;
    }
    
    .subnavi {
        display: block;
        position: relative;
        border: 0 none;
        background-color: rgba(0,0,0,0);
        font-size: 18px;
        margin-top:0 !important;
    }
    
    .photo {
        width:50%;
    }
    
}
@media screen and (max-width: 650px) {
    .startTripple > div {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .relBox {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media screen and (max-width: 550px) {
    .footWrap > .left, .footWrap > .right {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .contactInfo {
        font-size:32px;   
    }
    
    .contactInfo .icon {
        display: block;
        margin: 20px auto;
    }
}

@media screen and (max-width: 450px) {
    .header > .logo {
        width: 50%;
        background-size: 80% auto;
    }
    .header > .navi {
        width:1px;
    }
    
    .teaserArea > .overlay > h1 {
        font-size: 30px;
    }
    
    .listItem {
        text-align:center;
    }
        
    .listItem > .button {
        float: none;
    }
    
    .photo {
        width:100%;
    }
    
    .routinglink {
        display:none;
    }
    
    
    #gMap {
        height:100%;
    }
    
    .contactInfo > .right,
    .contactInfo > .left {
        font-size:28px;
    }
    
    .halfWidthInput {
        width:100% !important;
        margin-right:0 !important;
    }
    
    .row .ui-spinner {
        width: 100%;
        margin-top: 15px;
    }
    
    .contactForm .ui-spinner {
        width: 100%;
        margin-bottom: 10px;
    }
    
    #popupBox .inside {
        width: 80%;
        margin: 10%;
        height: 80%;
    }
}
