﻿body {
    font-family: 'Open Sans', sans-serif;
}

img {
    width: 100%;
}

a {
    color: #43a1a9;
}

.section {
    background-color: #fff
}

.start-section {
    background-color: #442f1c;
}

    .start-section .sub-title {
        color: #fff;
        font-weight: 400;
        font-size: 36px;
        margin: 0;
    }

    .start-section .title {
        color: #41a2a9;
        font-weight: 400;
        font-size: 72px;
        margin: 0;
    }

.intro {
    text-align: center;
}

    .intro a {
        color: black
    }

    .intro .intro-image {
        width: 50%;
        margin: 20px auto;
    }

    .intro .headline {
        margin-top: 5px;
    }

.intro-content {
    padding: 20px 50px;
    text-align: left;
    width: 70%;
    margin: 0 auto;
    min-width: 280px;
}


.avatar {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    border: 2px solid #41a2a9;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .avatar img {
        width: 120px;
    }

.member-info {
    text-align: left
}

.logo-big {
    width: 120px;
    display: inline-block;
    margin-bottom: 20px;
}

.headline {
    color: #442f1c;
}

    .headline span {
        font-size: 36px;
        transform: translateY(10%);
        display: inline-block;
    }

.table {
    display: inline-table;
}

.p_content {
    padding: 0;
}


.top-content {
    background-color: #442f1c;
    color: white;
    padding: 30px;
    font-size: 36px;
}

.top-content-sub {
    font-size: 24px;
}

.top-content-title {
    color: #43a1a9;
    font-weight: 500;
    font-size: 36px;
    margin: 0px;
}

.p_content p {
    text-align: left
}

.body-content {
    overflow-y: auto;
    font-size: 14px;
    padding: 30px;
}

    .body-content a {
        text-decoration: underline;
    }

.js__p_close {
    position: fixed;
    top: 60px;
    right: calc(50% - 335px);
    width: 24px;
    height: 24px;
    padding: 15px 11px 0 0;
}


nav {
    width: 100vw;
    height: 100px;
    bottom: 35px;
    right: auto;
}

    nav ul {
        bottom: 20px;
        transform: translate(50%, 0);
        right: 50%;
        top: 0;
        height: 100%;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    nav .menu-item {
        display: inline-block;
    }

        nav .menu-item .active-icon {
        }

@media screen and (max-width: 768px) {
    .body-content {
        padding: 10px 20px;
    }


    .top-content-sub {
        font-size: 18px;
    }

    .top-content-title {
        font-size: 30px;
    }
}


.js__slide_top {
    display: none;
}

.slick-track {
    display: flex;
    align-items: center;
}

.slick-slide {
    outline: none
}

.slick-prev {
    width: 50px;
    height: auto;
}

.slick-next {
    width: 50px;
    height: auto;
}

    .slick-prev:active, .slick-next:active {
    }

nav {
    position: fixed;
    width: 80px;
    height: 100vh;
    right: 0px;
    z-index: 10;
}

    nav ul {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        padding: 0;
        list-style: none
    }

    nav span {
        display: block;
        border: solid 1px rgba(0, 0, 0, 0);
        margin: 15px;
        padding: 5px;
        font-size: 24px;
        color: #efefef;
    }

        nav span:hover {
            background: rgba(0, 0, 0, 0.2);
            border-radius: 50%;
        }

    nav .menu-item {
        padding: 5px;
        position: relative;
        cursor: pointer;
    }

        nav .menu-item img {
            width: 50px;
        }

.active-icon {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
}

nav .menu-item.active .active-icon {
    display: block;
}

a.btn {
    display: inline-block;
    padding: 0.2em 1.5em;
    margin: 0.5em;
    border: 0.15em solid #41a2a9;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 400;
    color: #FFF;
    background-color: #41a2a9;
    text-align: center;
    position: relative;
    outline: none;
}

    a.btn:hover {
        background-color: #6ec7cd;
    }

    a.btn:active, a.btn:focus {
        background-color: #6ec7cd;
        border-color: #6ec7cd;
    }

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    nav {
        width: 100vw;
        height: 100px;
        bottom: 35px;
        right: auto;
    }

        nav ul {
            bottom: 20px;
            transform: translate(50%, 0);
            right: 50%;
            top: 0;
            height: 100%;
            flex-direction: row;
            align-items: flex-start;
        }

        nav .menu-item {
            display: inline-block;
        }

            nav .menu-item .active-icon {
            }

    .slick-next, .slick-previous {
        width: 30px;
    }

    .js__p_close {
        top: 30px;
        right: 25px;
    }

    .intro-content {
        width: 90%;
        padding: 0px;
    }
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 20px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.form-btn,
.form-btn-cancel,
.form-btn-error {
    background: transparent;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 5px 24px;
    margin-top: 2.25rem;
    position: relative;
    z-index: 0;
    transition: transform 0.28s ease;
    will-change: transform;
}

    .form-btn::before,
    .form-btn::after,
    .form-btn-cancel::before,
    .form-btn-cancel::after,
    .form-btn-error::before,
    .form-btn-error::after {
        position: absolute;
        content: "";
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
    }

    .form-btn::before,
    .form-btn-cancel::before,
    .form-btn-error::before {
        background: #337ab7;
        z-index: -2;
    }

    .form-btn::after,
    .form-btn-cancel::after,
    .form-btn-error::after {
        background: #000;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.28s ease;
        will-change: opacity;
    }

    .form-btn:focus,
    .form-btn-cancel:focus,
    .form-btn-error:focus {
        outline: none;
    }

        .form-btn:focus::after,
        .form-btn:hover::after,
        .form-btn-cancel:focus::after,
        .form-btn-cancel:hover::after,
        .form-btn-error:focus::after,
        .form-btn-error:hover::after {
            opacity: 0.3;
        }

    .form-btn:active,
    .form-btn-cancel:active,
    .form-btn-error:active {
        transform: translateY(1px);
    }

    .form-btn-error::before {
        background: #d9534f;
    }

.form-btn-cancel {
    transition: color 0.28s ease, transform 0.28s ease;
    color: #b52b27;
    border-color: currentColor;
    will-change: color, transform;
}

    .form-btn-cancel.-nooutline {
        border-color: transparent;
    }

    .form-btn-cancel::before {
        background: #b52b27;
        opacity: 0;
        transition: opacity 0.28s ease;
        will-change: opacity;
    }

    .form-btn-cancel::after {
        display: none;
    }

    .form-btn-cancel:focus,
    .form-btn-cancel:hover {
        color: #fff;
    }

        .form-btn-cancel:focus::before,
        .form-btn-cancel:hover::before {
            opacity: 1;
        }

.form-element {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    text-align: left;
}

.form-element-hint {
    font-weight: 400;
    font-size: 0.6875rem;
    color: #a6a6a6;
    display: block;
}

.form-element-bar {
    position: relative;
    height: 1px;
    background: #999;
    display: block;
}

    .form-element-bar::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #337ab7;
        height: 2px;
        display: block;
        transform: rotateY(90deg);
        transition: transform 0.28s ease;
        will-change: transform;
    }

.form-element-label {
    position: absolute;
    top: 0.75rem;
    line-height: 1.5rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    font-size: 1rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    color: #a6a6a6;
    transform: translateY(-50%);
    transform-origin: left center;
    transition: transform 0.28s ease, color 0.28s linear, opacity 0.28s linear;
    will-change: transform, color, opacity;
}

.form-element-field {
    outline: none;
    height: 1.5rem;
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border: 0 solid transparent;
    line-height: 1.5;
    width: 100%;
    color: #333;
    box-shadow: none;
    opacity: 0.001;
    transition: opacity 0.28s ease;
    will-change: opacity;
}

    .form-element-field:-ms-input-placeholder {
        color: #a6a6a6;
        transform: scale(0.9);
        transform-origin: left top;
    }

    .form-element-field::placeholder {
        color: #a6a6a6;
        transform: scale(0.9);
        transform-origin: left top;
    }

    .form-element-field:focus ~ .form-element-bar::after {
        transform: rotateY(0deg);
    }

    .form-element-field:focus ~ .form-element-label {
        color: #337ab7;
    }

    .form-element-field.-hasvalue,
    .form-element-field:focus {
        opacity: 1;
    }

        .form-element-field.-hasvalue ~ .form-element-label,
        .form-element-field:focus ~ .form-element-label {
            transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
            cursor: pointer;
            pointer-events: auto;
        }

.form-has-error .form-element-label.form-element-label,
.form-has-error .form-element-hint {
    color: #d9534f;
}

.form-has-error .form-element-bar,
.form-has-error .form-element-bar::after {
    background: #d9534f;
}

.form-is-success .form-element-label.form-element-label,
.form-is-success .form-element-hint {
    color: #259337;
}

.form-is-success .form-element-bar::after {
    background: #259337;
}

input.form-element-field:not(:placeholder-shown),
textarea.form-element-field:not(:placeholder-shown) {
    opacity: 1;
}

    input.form-element-field:not(:placeholder-shown) ~ .form-element-label,
    textarea.form-element-field:not(:placeholder-shown) ~ .form-element-label {
        transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
        cursor: pointer;
        pointer-events: auto;
    }

.footer {
    position: absolute;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 80px;
    background-color: white;
    color: gray;
    width: 100%;
    bottom: 0;
    left: 0;
}

    .footer div {
        text-align: center;
        width: 100%;
        font-size: 12px;
    }
.scroll-down {
	position: absolute;
    width: 100%;
    bottom: 80px;
    text-align: center;
}
.scroll-down a {
  padding-top: 60px;
}
.scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll-down a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

.scroll-down a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  color: #fff;
  font : normal 400 20px/1 'Open Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.scroll-down a:hover {
  opacity: .5;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


