@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

/* Utils */
h1 {
    font-weight: 600;
    font-size: 38px;
    text-align: left;
    color: #fff;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

h2 {
    font-weight: 600;
    font-size: 37px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #25c2c3 0%, #67e7b0 100%);
    text-shadow: 0px 5px 13px #41d2ba40;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-weight: 600;
    font-size: 37px;
    text-align: center;
    color: #4b4b4b;
}

h4 {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #fff;
}

.text {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #707070;
}

a {
    color: #25c2c3;
}

a:hover {
    color: #67e7b0;
}

.margin-auto { margin-left: auto !important; margin-right: auto !important; }
.margin-top-5 { margin-top: 5rem; }
.margin-top-10 { margin-top: 10rem; }


/* Header */
header {
    background-image: url(../img/bg.png?v3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial;
    height: 100vh;
    overflow: hidden;
}

.man {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 88vh;
    max-height: 88vh;
    margin-right: 6vw;
}

.top-bar, .top-bar ul {
    background-color: transparent;
    max-height: 54px;
    animation: .4s ease-in-out !important;
}

.menu .menu-text {
    color: white;
}

.menu-text.logo > .logo-color {
	display: none;
}
.menu-text.logo > .logo-white {
	display: block;
	width: 206px;
    height: 90px;
    margin-top: -6px;
	margin-left: 10px;
}

.is-stuck > div > ul > li.logo > .logo-white {
	display: none;
}
.is-stuck > div > ul > li.logo > .logo-color {
	display: block;
    transform: scale(0.7);
	width: 206px;
    height: 90px;
	margin-left: 10px;
	margin-top: -30px;
}

.dropdown.menu > li > a {
	position: relative;
    text-shadow: 0px 5px 15px #00000040;
    color: white;
    text-decoration: none;
}

.dropdown.menu > li > a:hover::after, .dropdown.menu > li > a.is-active::after {
    content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    display: block;
    height: 3px;
    width: 80%;
    background-color: white;
    margin: 0 auto;
    transform: translateX(-50%);
    border-radius: 4px;
}

.head-text-box {
    padding-top: 30vh;
}

.head-text {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #eafffb;
    text-shadow: 0px 5px 15px #00000040;
}

.fb-like {
    margin-top: 10px;
}

@media screen and (max-width: 1023px) {
    .man {
        display: none;
    }

    .head-text-box {
        padding-top: 12vh;
        margin: 0 auto;
    }
}

.sticky {
    height: 85px;
    max-height: unset;
	animation: .5s easy-in-out;
    background-image: linear-gradient(#00000047, #ffffff00);
}

.sticky.is-stuck {
    background-image: none;
    background-color: white;
}

.sticky.is-stuck > .top-bar-right > .dropdown.menu > li > a {
    color: black;
}
.sticky.is-stuck > .top-bar-right > .dropdown.menu > li > a svg{
	fill: black;
}

.sticky.is-stuck > .top-bar-right > .dropdown.menu > li > a:hover::after, .sticky.is-stuck > .top-bar-right > .dropdown.menu > li > a.is-active::after {
    background: linear-gradient(45deg, #25c2c3 0%, #67e7b0 100%);
    filter: drop-shadow(0px 0px 50px rgba(40, 195, 173, 0.06));
}

.sticky.is-stuck > .top-bar-left > .dropdown.menu > .menu-text {
    color: black;
}

.title-bar {
    background: #ffffff;
    color: black;
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    -webkit-box-shadow: 0 7px 0 black, 0 14px 0 black;
    box-shadow: 0 7px 0 black, 0 14px 0 black;
    content: '';
}

@media screen and (max-width: 639px) {

    .head-text {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

	.sticky.is-stuck {
		display: none;
	}

    .title-bar {
        height: 55px;
    }

    .top-bar {
        background-color: white;
        min-height: fit-content;
        max-height: unset;
        color: black;
        padding: 0px;
    }

    .menu .menu-text, .dropdown.menu > li {
        width: 100%;
        text-align: center;
        background-color: white;
    }
    .menu .menu-text, .dropdown.menu > li > a {
        color: black;
    }

    .menu-text {
        margin: 0 auto;
        text-align: center;
    }

    [role='menuitem'] {
        width: 100vw;
        text-align: center;
        background-color: white;
    }

    .dropdown.menu > li > a:hover::after, .dropdown.menu > li > a.is-active::after, .dropdown.menu > li.is-active > a::after {
        width: 50%;
        transform: translateY(12px);
        background: linear-gradient(45deg, #25c2c3 0%, #67e7b0 100%);
        filter: drop-shadow(0px 0px 50px rgba(40, 195, 173, 0.06));
    }

    .sticky-container {
        height: fit-content;
    }

}

/* About */
.info-box {
    height: fit-content;
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 50px;
    transition: all .4s ease-in-out;
}

.info-box > p.title {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #2d2d2d;
}

.info-box > p.content {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #707070;
}

.info-box:hover {
    background: #fff;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    transform: translateY(-5px) scale(1.01) !important;
    position: relative;
    display: block;
}

@media screen and (max-width: 1023px) {
    .info-box {
        margin-top: 2rem !important;
    }
}

/* Service */

.service-box {
    cursor: pointer;
    margin-top: 50px;
    padding: 45px;
    min-height: 360px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 16px 54px rgba(0, 0, 0, 0.06);
    transition: .3s ease-in-out !important;
}

.service-box:nth-child(2) {
    /*transform: scale(1.1) !important;*/
}

.service-addon {
    margin-top: 0px;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #707070;
    line-height: 10px;
}

.service-text {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #25c2c3 0%, #67e7b0 100%);
    text-shadow: 0px 5px 13px #41d2ba40;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 30px;
}

.service-cost {
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    color: #404040;
    line-height: 13px;
}

.service-list > p {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #404040;
    line-height: 22px;
    margin-left: 15px;
    margin-bottom: .55rem;
}

.service-list > p:before {
    content: "";
    display: block;
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: black;
    margin-left: -15px;
    border-radius: 4px;

}

.service-list > p.disabled {
    opacity: .2;
}

.service-box.no-hovered {
    opacity: 0.4 !important;
    filter: grayscale(.8);
    box-shadow: none;
}

/* Kalkulator */

.ball-1 {
    position: absolute;
    margin-top: 400px;
    margin-left: 100px;
}

.ball-2 {
    position: absolute;
    right: 0;
    margin-top: 50px;
    margin-right: 100px;
}

.calc-container::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    background-image: url(../img/tr.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial;
}

.calc-container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    background-image: url(../img/trr.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial;
    margin-top: 660px;
}

.calc-container {
    height: 705px;
    background: linear-gradient(45deg, #25c2c3 0%, #67e7b0 100%);
}

.calc-container > .cell {
    padding: 0 20px;
}

.calc-textbox {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #f3f3f3;
}

.calc-text {
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    color: #fff;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #E5E5E5;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    overflow: hidden;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 19px;
    height: 19px;
    -webkit-box-shadow: -100vw 0 0 100vw rgba(75, 220, 192, 0.5);
    box-shadow: -100vw 0 0 100vw rgba(75, 220, 192, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    cursor: pointer;
}

.calc-cost {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #f2f2f2;
    line-height: 20px;
}
.calc-cost > b {
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width: 639px) {
    .calc-container::after {
        margin-top: 730px;
    }

    .calc-container {
        height: 775px;
    }

    h3 {
        font-size: 32px;
    }
    .ball-1 {
        display: none;
    }
    .ball-2 {
        display: none;
    }
}

/* Kontakt */

.contact > input[type='email'], .contact > input[type='text'], .contact > textarea {
    padding: 25px;
    border-radius: 4px;
    background: #fff;
    border: none;
    border-bottom: 4px solid transparent;
    box-shadow:
            0 0.8px 2.2px rgba(0, 0, 0, 0.006),
            0 2px 5.3px rgba(0, 0, 0, 0.009),
            0 3.8px 10px rgba(0, 0, 0, 0.012),
            0 6.7px 17.9px rgba(0, 0, 0, 0.016),
            0 12.5px 33.4px rgba(0, 0, 0, 0.021),
            0 30px 80px rgba(0, 0, 0, 0.03)
;
}

.contact > input[type='email']:focus, .contact > input[type='text']:focus, .contact > textarea:focus {
    border-bottom-color: #25c2c3;
}

.contact-button > button {
    width: 270px;
    height: 50px;
    border-radius: 4px;
    background: linear-gradient(45deg, #67e7b0 0%, #25c2c3 100%);
    box-shadow: 0 10px 35px rgba(73, 214, 184, 0.50);
    border: none;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.contact-button > button:hover {
    box-shadow: 0 15px 35px rgba(73, 214, 184, 0.60);
}

.contact-button > button:focus {
    background: linear-gradient(45deg, #59c191 0%, #229293 100%);
}

.contact-button {
    width: fit-content;
    margin: 25px auto 10px;
}

@media screen and (max-width: 639px) {
    .contact-button > button {
        width: 75vw;
    }
}

.sections {
    padding-top: 8rem;
}

/* Footer */
footer {
    padding-top: 50px;
    background: #101d30;
    min-height: 300px;
}

.footer-main {
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: #fff;
}

.footer-sub {
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #7e848d;
}

a.footer-sub:hover {
    color: #7e848d;
    text-decoration: underline;
}

.footer-media > a > img {
    max-width: 22%;
    width: 48px;
}

.footer-separator {
    width: 100%;
    height: 3px;
    border-radius: 4px;
    margin-top: 25px;
    background-color: #0e1829;
}

.footer-text {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    opacity: 0.57;
    margin-top: 15px;
}
.footer-text.right {
    text-align: right;
}
.footer-text > p > a {
    font-weight: 700;
    color: #fff;
}