/* main */
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat';
}


a:hover {
    color: #3F888F;
}

#content-area {
    display: block;
    max-width: 1400px;
    width: 100vw;
    margin: 25px auto 0px;
}

.headline {
    color: #3F888F;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
}

.subline {
    color: #707070;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
}

.title {
    color: #3F888F;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    border-bottom: 15px solid #3F888F;
    display: inline-block;
    padding-right: 25px;
    margin-bottom: 15px;
}

.tel:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    display: inline-block;
    margin-right: 5px;
}

.fax:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ac";
    display: inline-block;
    margin-right: 5px;
}

.mail:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    display: inline-block;
    margin-right: 5px;
}

/* Header */

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    padding-bottom: 60px;
    border-bottom: 4px solid #3F888F;
}

.header .logo-area img {
    max-width: 250px;
    width: 100%;
    display: block;
    height: 136px;
}

.header .logo-text-main {
    font-family: 'Poppins';
    color: #3F888F;
    font-weight: 800;
    font-size: 31px;
    line-height: 100%;
}

.header .logo-text-sub {
    color: #707070;
    font-size: 20px;
}

/* nav1 */
#nav1 {
    display: flex;
    justify-content: center;
}

#nav1 .nav1-item {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    background-color: #3F888F;


}

#nav1 .nav1-link {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 10px;
    padding-bottom: 6px;
    border-bottom: 4px solid #3F888F;

}

#nav1 .nav1-link-item {
    font-weight: 600;
    font-family: 'Poppins';
}

#nav1 .nav1-item:hover, #nav1 .nav1-item.active {
    background-color: #fff;
}

#nav1 .nav1-item:hover .nav1-link-item, #nav1 .nav1-item.active .nav1-link-item {
    color: #3F888F
}

/*### mobile-nav-button ####*/
.mobile-nav-button {
    display: inline-block;
    float: right;
    height: 24px;
    width: 35px;
    cursor: pointer;
    margin-top: 15px;
    display: none;
}

.mobile-nav-button .nav-line {
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 4px;
    background-color: #292929;
    border-radius: 10px;
    margin-bottom: 5px;
    transition: ease-in-out .3s;
    position: relative;
}

.mobile-nav-button:hover .nav-line:nth-child(2) {
    width: 80%;
}

.mobile-nav-button.opened .nav-line:nth-child(1) {
    transform: rotate(45deg);
    top: 4px;
}

.mobile-nav-button.opened .nav-line:nth-child(2) {
    display: none;
}

.mobile-nav-button.opened .nav-line:nth-child(3) {
    transform: rotate(-45deg);
    top: -4px;
}

/*### nav-mobile-area ###*/
.nav-mobile-area {
    display: block;
    width: 100vw;
    position: fixed;
    height: calc(100vh - 90px);
    background-color: #fff;
    z-index: 999999;
    right: -100vw;
    top: 160px;
    transition: ease-in-out .5s;
}

#nav1-mobile {
    display: block;
    padding-left: 30px;
    margin-top: 50px;
}

.nav1-mobile-item {
    list-style: none;
    margin-bottom: 5px;
    display: block;
}

.nav1-mobile-link {
    text-decoration: none;
}

.nav1-mobile-link-item {
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 150%;
    font-size: 22px;
    color: #3F888F;
    padding: 5px;
    display: inline-block;

}

.nav1-mobile-link-item:hover {
    background-color: #3F888F;
    color: #fff;
}

.nav1-mobile-item.active .nav1-mobile-link-item {
    background-color: #3F888F;
    color: #fff;
}

/*#### slider ####*/

.header-slider {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.header-slider .slider {
    display: block;
    width: 100%;
}

.header-image {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.header-image img {
    width: 100%;
}

/*### content-canvas ###*/

.content-canvas {
    display: grid;
    grid-template-columns: 70% 1fr;
    grid-column-gap: 25px;
    box-sizing: border-box;
    padding-top: 100px;
    height: auto;
    min-height: 50vh;
}


/*### text-main ###*/

.text-main {
    display: block;
    width: 100%;
}

.text-main .text {
    color: #707070;
    font-size: 16px;
}

.text-main .title {
    color: #3F888F;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    border-bottom: 15px solid #3F888F;
    display: inline-block;
    padding-right: 25px;
    margin-bottom: 15px;
}

.text-main .text-list {
    display: block;
    padding-left: 15px;
}

.text-main .text-list .list-item {
    color: #707070;
    line-height: 180%;
}

.text-main .text .link {
    color: #3F888F !important;
}

/*### holiday text-main ###*/

.holiday.text-main {
    display: block;
    padding-bottom: 25px;
}

/*#### contact-info ####*/

.contact-info {
    display: block;
    width: 100%;
    background-color: #EFEFEF;
    padding: 20px;
    border-bottom: 20px solid #3F888F;
    box-sizing: border-box;
}

.contact-info .headline {
    color: #3F888F;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
}

.contact-info .subline {
    color: #707070;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
}

.contact-info .text {
    display: block;
    margin-top: 20px;
    color: #707070;
    line-height: 140%;
    font-size: 17px;
}

.contact-info .text a {
    color: #707070;
    text-decoration: none;
}

.contact-info .text a:hover {
    color: #3F888F;
}


/*#### footer ###*/

.footer {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #EFEFEF;
    margin-top: 75px;
    padding: 30px 0px;
}

.footer-content {
    display: flex;
    max-width: 1400px;
    width: 100%;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 98px;
}

.footer .text {
    display: block;
    margin-top: 10px;
    color: #707070;
    line-height: 140%;
    font-size: 17px;
}

.footer .text a {
    color: #707070;
    text-decoration: none;
}

.footer .text a:hover {
    color: #3F888F;
}

.footer .consultation {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 15px;
    margin-top: 10px;
}

.footer .consultation .day {
    display: inline-block;
    font-weight: 600;
    color: #707070;
}

.footer .consultation .time {
    color: #707070;
}

.footer .links {
    margin-top: 10px;
}

.footer .footer-link {
    display: block;
    width: 100%;
    color: #707070;
    text-decoration: none;
    line-height: 140%;
}

.footer .footer-link:hover {
    color: #3F888F;
}

.footer .contentbox.logo {

}

@media screen and (max-width: 1200px) {
    .footer .contentbox.logo {
        display: none;
    }
}

.footer .contentbox.logo a {
    display: inline-block;
    width: auto;
}

.footer .contentbox.logo a img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100px;
}

/*### text-main-download ###*/

.text-main-download {
    display: block;
    width: 100%;
}

.text-main-download .text {
    color: #707070;
    font-size: 16px;
}

.text-main-download .text-sub {
    display: block;
    margin-top: 35px;
    color: #707070;
    font-size: 16px;
}

.text-main-download .title {
    color: #3F888F;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    border-bottom: 15px solid #3F888F;
    display: inline-block;
    padding-right: 25px;
    margin-bottom: 15px;
}

.text-main-download .text-list {
    display: block;
    padding-left: 15px;
}

.text-main-download .text-list .list-item {
    color: #707070;
    line-height: 180%;
}

.text-main-download .link-title {
    display: block;
    color: #3F888F;
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 18px;
    margin-top: 15px;
}

.text-main-download .download-button {
    width: 350px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    background-color: #3F888F;
    margin-top: 10px;
    display: inline-block;
}


.text-main-download .download-button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f56d";
    display: inline-block;
    margin-right: 5px;
}

.holiday {
    margin-top:50px;
}

.holiday .title {
    color: #ea5485;
    border-bottom: 15px solid #ea5485;
}

.holiday .text {
    color: #ea5485;
}

/*#### text-contact ####*/

.text-contact .subline {
    font-size: 17px;
    font-weight: 600;
}

.text-contact .text {
    color: #707070;
    line-height: 130%;
    font-weight: 500;

}

.text-contact a {
    color: #3F888F;
    text-decoration: none;
    font-weight: 500;

}

.text-contact .headline {
    display: block;
    font-size: 20px;
}

.text-contact .consultation {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 15px;
    margin-top: 10px;
}

.text-contact .consultation .day {
    display: inline-block;
    font-weight: 600;
    color: #707070;
}

.text-contact .consultation .time {
    color: #707070;
}


/*#### contact-info ####*/

.parking-info {
    display: block;
    width: 100%;
    background-color: #EFEFEF;
    padding: 20px;
    border-bottom: 20px solid #3F888F;
    box-sizing: border-box;
}

.parking-info .headline {
    color: #3F888F;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
}

.parking-info .subline {
    color: #707070;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
}

.parking-info .text {
    display: block;
    margin-top: 0px;
    color: #707070;
    line-height: 120%;
    font-size: 17px;
}

.parking-info .text a {
    color: #707070;
    text-decoration: none;
}

.parking-info .text a:hover {
    color: #3F888F;
}

.parking-info .map {
    display: block;
    margin-top: 10px;
}
