﻿@import url('https://fonts.googleapis.com/css?family=PT+Sans|PT+Serif');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}



body {
    font-family: 'PT Sans', sans-serif;
}

@charset "UTF-8";

.fil5 {
    fill: none
}

.fil0 {
    fill: #1A4856
}

.fil1 {
    fill: #C4C4C4;
    fill-opacity: 0.000000
}

.fil3 {
    fill: #48C7EF
}

.fil2 {
    fill: #84D7F1
}

.fil4 {
    fill: #B7EBFC
}

img {
    width: 100%;
    padding-top: 2vw;
}

.logo {
    padding: 2vw;
}

#categorys {
    font-size: 6vw;
    /*display: flex;
    flex-direction: row;
    justify-content:space-around;
    margin-bottom: 2vw;
    color: #a5a4a4;*/
    padding-left: 2vw;
}

.presentation {
    font-size: 4.5vw;
    padding: 0px 5vw;
}

    .presentation p {
        margin-top: 2vw;
    }

        .presentation p:last-child {
            text-align: center;
        }

a {
    text-decoration: none;
    /*color: white;*/
}

.btn_panel {
    width: 100%;
    display: flex;
    margin-top: 2vw;
    justify-content: space-around
}

.small_btn {
    background-color: #48C7EF;
    font-size: 4vw;
    padding-top: 0.8vw;
    border-radius: 5px;
    border-color: navy;
    width: 100px;
    height: 10vw;
    color: white;
    text-align: center;
    vertical-align: middle;
}

#illu {
    width: 100%;
}

.intro, .info, .map, .btn {
    display: none;
}

#popupForm {
    height: 90vh;
    width: 90vw;
    z-index: 10;
    position: fixed;
    top: 2vh;
    left: 5vw;
    background-color: white;
    border: solid #a0e0f4 1vw;
    border-radius: 5vw;
    margin: auto;
    display: none;
}



@media screen and (min-width: 415px) {
    #categorys {
        font-size: 4vw;
    }

    .presentation {
        display: none;
    }

    .btn_panel {
        position: absolute;
        right: 5vw;
        top: 3vw;
        width: 40vw;
        height: 10vw;
    }

    .small_btn {
        font-size: 2vw;
        width: 10vw;
        height: 4vw;
        /*border-radius: 1vw;*/
        padding-top: 0.2vw;
        border: unset;
    }

    .logo {
        width: 40vw;
    }

    /*.btn {
        display: block;
        font-size: 2vw;
        border-radius: 1vw;
        width: 15vw;
        height: 5vw;
        margin: 2vw;
        float: right;
    }*/

    .bilder {
        width: 100%;
    }

    #illu, .map {
        display: block;
        width: 46vw;
        height: 25.89vw;
        float: left;
        margin: 1vw;
    }

    .intro {
        display: block;
        font-size: 3.5vw;
        padding: 0px 2vw;
        margin-bottom: 2vw;
        font-weight: bolder;
    }

    .info {
        clear: both;
        display: block;
        column-count: 2;
        font-size: 3vw;
        padding: 2vw;
    }

        .info p {
            margin-bottom: 3vw;
        }

    #popupForm {
        height: 600px;
        width: 560px;
        z-index: 10;
        /*position: absolute;
        top: 5vh;
        left: 20vw;*/
        background-color: #eee;
        border: solid #a0e0f4 1px;
        border-radius: 5px;
        margin: auto;
        display: none;
    }

    #calendar-panel {
        float: left;
    }

    #company-panel {
        width: 270px;
        margin-left: 250px;
        padding-left: 20px;
    }

    .base-panel {
        display: flex;
    }

    .confirm-panel {
        display: block;
        padding: 20px;
        margin: auto;
    }


    @media only screen and (min-width: 769px) {
        #categorys {
            font-size: 2vw;
        }

        .action > div {
            font-size: 2vw;
            text-align: left;
            padding-left: 2vw;
            margin: 0px;
            margin-bottom: 2vw;
        }

        #illu, .map {
            width: 23vw;
            height: 12.94vw;
            float: none;
            padding: 0px;
            border: none;
        }

            .map > img {
                width: 23vw;
            }

        .bilder {
            float: left;
            width: 26vw;
            overflow: hidden;
        }

        .intro {
            font-size: 2vw;
            margin-left: 26vw;
            margin-bottom: 0px;
        }

        .info {
            clear: unset;
            font-size: 1.7vw;
        }

            .info > p {
                margin-bottom: 0.7vw;
            }
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        font-size: unset;
    }
    img {
        display: block;
        max-width: 30%;
        padding-top: unset;
    }
    .logo {
        padding: unset;
        width: unset;
        height: unset;
    }

    #categorys {
        font-size: 2vw;
        padding-left: 1vw;
    }

    .intro {
        display: block;
        font-size: 2vw;
        padding: 0px 1vw;
        margin-bottom: 0vw;
        font-weight: bolder;
    }

    .info {
        clear: both;
        display: block;
        column-count: 2;
        font-size: 1.5vw;
        padding: 1vw;
    }

        .info p {
            margin-bottom: 1vw;
        }

    a {
        text-decoration: none;
        /*color: white;*/
    }

    .btn_panel {
        width: 100%;
        display: flex;
        margin-top: 2vw;
        justify-content: space-around
    }

    .small_btn {
        background-color: #48C7EF;
        font-size: 2vw;
        padding-top: unset;
        border-radius: 5px;
        border-color: navy;
        width: 8vw;
        color: white;
        text-align: center;
        vertical-align: middle;
    }
}

