#ortc {
    background-color: #ddd;
    text-align: center;
    padding: 0 20px 12px 20px;
    width: calc(100% - 40px);
    position: fixed;
}

nav {
    /*position: fixed;*/
}

#ortc button {
    margin: 0;
}

body {
    background-color: #ddd;
}

#ort {
    display: inline-block;
    width: 460px;
    text-align: center;
    background-color: white;
    margin-right: 20px;
}

#mapc {
    width: 100%;
    height: calc(100% - 189px);
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    margin-top: 69px;
}

#mapc * {
    font-family: Arial, Helvetica, sans-serif;
}

#map i.fa {
    font: normal normal normal 14px/1 FontAwesome;
}

#map {
    height: 100%;
    width: 100%;
    url(http://src.bymm.at/input-loader.gif) no-repeat center;
}

.gm-style-iw, .gm-style-iw * {
    font-size: 16px;
}

#behindmap {
    position: absolute;
    width: calc(100% - 80px);
    height: 100%;
    text-align: center;
    padding: 40px;
}

@media all and (max-width: 700px) {
    #mapc {
        height: calc(100% - 172px);
        margin-top: 112px;
    }
    #ort {
        width: calc(100% - 44px);
        margin-bottom: 12px;
    }
    #ortc button {
        padding: 4px 8px;
    }
}
