﻿html {
    overflow: hidden;
}
body {
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
}
body > div {
        position: relative;
        justify-content: center;
}
* {
    line-height: 1.7;
    font-family: 'Montserrat', 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
}

#cookie-settings {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    display: none;
    z-index: 1000;
    background-image: url('Images/Cookies_icon.png');
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: 0;
    cursor: pointer;
}

.mobile {
    display: flex;
    flex-direction: column;
}
.desktop {
    display: none;
    flex-direction: column;
}
.flexCol {
    display: flex;
    flex-direction: column;
}

.HamburgerIconContainer {
    width: 2.5em !important;
    height: 2.5em !important;
    margin-right: 30px !important;
}

/*#region Texty*/
h1 {
    font-size: 250%;
    font-weight: 700;
    font-family: 'Rubik', 'Montserrat', sans-serif;
    line-height: 1;
}
h2 {
    font-size: 200%;
    font-weight: 700;
    font-family: 'Rubik', 'Montserrat', sans-serif;
    line-height: 1;
}
h3 {
    font-family: 'Rubik', 'Montserrat', sans-serif;
    font-size: 160%;
    line-height: 1.2;
    font-weight: 500;
}
h4 {
    font-family: 'Montserrat','Rubik', sans-serif;
    font-weight: 100;
    font-size: 100%;
    line-height: 1.5;
}
a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.small{
    font-size: 75%;
}

@media only screen and (min-width: 400px) {
    h1 {
        font-size: 320%;
        font-weight: 700;
        font-family: 'Rubik', 'Montserrat', sans-serif;
        line-height: 1;
    }
}

@media only screen and (min-width: 1024px) {
    h2 {
        font-size: 300%;
    }
    .HamburgerIconContainer {
        display: none;
    }
}
/*#endregion*/

/*#region Generic Classes*/
.blue {
    color: #00bdd7;
}
.gray{
    color: #888888;
}
.row {
    flex-direction: row;
}
.hide {
    display: none;
}
.center {
    justify-content: center;
    align-items: center;
}
.centerText {
    text-align: center;
}
.pointer {
    cursor: pointer;
}
.relative{
    position: relative;
}

.m0 {
    margin: 0px;
}
.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.mt10 {
    margin-top: 10px;
}
.ms10 {
    margin-left: 10px;
    margin-right: 10px;
}
.m20 {
    margin: 20px;
}
.mt20 {
    margin-top: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.m30 {
    margin: 30px;
}
.m50 {
    margin: 50px;
}
.m60 {
    margin: 60px;
}
.mt30{
    margin-top:30px;
}
.mt40 {
    margin-top: 40px;
}
.ml50 {
    margin-left: 50px;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mt50 {
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.ml70 {
    margin-left: 70px;
}
/*#endregion*/

/*#region Global nonGeneric Classes*/
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.ScreenImageBorder {
    border: 15px solid #e4eff1;
    border-radius: 50px;
    overflow: hidden;
    z-index: 4;
}

.Shadow {
    box-shadow: 2.572px -1.545px 18px rgba(0,0,0,0.15);
}

.TryFreeButton {
    background-color: #00bdd7;
    border-radius: 50px;
    width: max-content;
    width: -moz-max-content;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
}

    .TryFreeButton > h3 {
        margin: 15px 30px 15px 30px;
        color: white;
        font-size: 110%;
    }
/*#endregion*/

/*#region Menu*/
#Menu {
    height: 6.25em;
    max-width: 100vw;
}
    #Menu > .desktop {
        padding-top: 10px;
    }

#Menu div {
    height: 100%;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    font-weight: bold;
}
    #Menu .DiaryLogo {
        width: 22%;
        padding-right: 3px;
        align-items: center;
        min-width: 213px;
        cursor:pointer;
    }
        #Menu .DiaryLogo > span {
            font-size: 125%;
            margin-left: 10px;
            line-height: 1.4;
        }
        #Menu .DiaryLogo > img {
            height: 75%;
        }
        @media only screen and (min-width: 768px) {
            #Menu .DiaryLogo > img {
                height: 95%;
            }
        }

    #Menu > .mobile .WhyLink {
        margin-top: 2em !important;
    }
    
    #Menu > .desktop > .WhyLink {
        width: 12%;
        padding-right: 3px;
    }
        #Menu > .desktop > .WhyLink > .Active:before {
            content: "";
            position: absolute;
            width: 102px;
            height: 7px;
            top: -10px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            background-color: #00bdd7;
            left: 16px;
        }

    #Menu > .desktop > .PropertiesLink {
        width: 11.4%;
        padding-right: 3px;
    }
        #Menu > .desktop > .PropertiesLink > .Active:before {
            content: "";
            position: absolute;
            width: 92px;
            height: 7px;
            top: -10px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            background-color: #00bdd7;
            left: 25px;
        }

    #Menu > .desktop > .BlogLink {
        width: 7.8%;
        padding-right: 3px;
    }
        #Menu > .desktop > .BlogLink > .Active:before {
            content: "";
            position: absolute;
            width: 47px;
            height: 7px;
            top: -10px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            background-color: #00bdd7;
            left: 35px;
        }

    #Menu > .desktop > .PricingLink {
        width: 8.4%;
        padding-right: 3px;
    }
        #Menu > .desktop > .PricingLink > .Active:before {
            content: "";
            position: absolute;
            width: 57px;
            height: 7px;
            top: -10px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            background-color: #00bdd7;
            left: 30px;
        }

    #Menu > .desktop > .ContactsLink {
        width: 10.3%;
        padding-right: 3px;
    }
        #Menu > .desktop > .ContactsLink > .Active:before {
            content: "";
            position: absolute;
            width: 75px;
            height: 7px;
            top: -10px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            background-color: #00bdd7;
            left: 30px;
        }

    #Menu > .desktop > .TryLink {
        width: 22%;
        padding-right: 3px;
        color: white;
        
    }
        #Menu > .desktop > .TryLink > span {
            padding: 5px 40px 5px 40px;
            background-color: #00bdd7;
            border-radius: 50px;
            font-weight: normal;
            margin-top: 5px;
        }

    #Menu > .mobile .TryLink {
        padding-right: 3px;
        color: white;
        margin-bottom: 1em;
    }

        #Menu > .mobile .TryLink > span {
            padding: 5px 40px 5px 40px;
            background-color: #00bdd7;
            border-radius: 50px;
            font-weight: normal;
            margin-top: 5px;
        }

    #Menu > .desktop > .FacebookLink {
        width: 6%;
        padding-right: 3px;
    }
        #Menu > .desktop > .FacebookLink > span {
            background-color: #3b5998;
            border-radius: 50px;
            padding: 0px 16px 0px 16px;
            font-size: 150%;
            color: white;
            font-weight: bold;
        }

    #Menu > .mobile{
        justify-content: space-between;
        align-items: center;
    }
        #Menu > .mobile > .SideMenu {
            justify-content: flex-start;
            align-items: center;
            position: fixed;
            top: 0px;
            right: -260px;
            width: 250px;
            height: 100vh;
            background-color: white;
            transition: right 0.3s ease;
            z-index: 100;
        }
        #Menu > .mobile > .SideMenu.Show{
            right:0;
        }
            #Menu > .mobile > .SideMenu > div{
                height:2em;
                margin: 1em 0em 1em 0em;
            }
/*#endregion*/

@media only screen and (min-width: 1024px) {
    .mobile{
        display: none;
    }
    .desktop{
        display: flex;
    }
}

/*#region Info Panel*/
.InfoMapPanel {
    text-align: center;
    color: gray;
    text-decoration: underline;
    flex-direction: column;
    margin: 0 auto 7em auto !important;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-width: 480px) {
    .InfoMapPanel {
        margin: 3em auto 7em auto !important;
    }
}
@media only screen and (min-width: 600px) {
    .InfoMapPanel {
        margin: 5em auto 7em auto !important;
    }
}
@media only screen and (min-width: 768px) {
    .InfoMapPanel {
        margin: 6em auto 7em auto !important;
    }
}
@media only screen and (min-width: 1024px) {
    .InfoMapPanel {
        flex-direction: row;
        width: 70em;
        margin: 0 auto 7em auto !important;
    }
}
/*#endregion*/

/*#region Zákaznická sekce */
.CustomerSectionWrap {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1505;
    transform: translate(0px);
}
.CustomerSection {
    width: 40px;
    height: 170px;
    left: 0;
    top: 0;
    padding: 30px 0px 0px 5px;
    position: absolute;
    color: white;
    background-color: #00bdd7;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1505;
    transform: translate(0px, 150px);
    writing-mode: vertical-lr;
    text-orientation: mixed;
}
/*#endregion*/

/*#region Zaváděcí akce */
.topCorner {
    left: 0;
    top: -40px;
    position: absolute;
    width: 144px;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #da483e transparent;
}
.SpecialPrice {
    width: 224px;
    height: 318px;
    left: 82px;
    top: 0;
    padding: 0px;
    position: absolute;
    color: white;
    z-index: 1505;
    background-color: #da483e;
    transform: translate(0px, 150px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
/*#endregion*/