html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

div {
    text-align: center;
}

.mainrows {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    font: bold 16px sans-serif;
}

.toprow {
    display: grid;
    grid-template-columns: 35% 60%;
    grid-auto-rows: minmax(50px, auto);
    justify-items: stretch;
    align-items: stretch;
    padding-left: 10%;
    background-image: linear-gradient(to right, #cc8c24, #4eb856, #00ffdd);
    -webkit-animation: mymove 8s infinite;
    /* Chrome, Safari, Opera */
    animation: mymove 8s infinite;
    font: bold 16px sans-serif;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes mymove {
    90% {
        background-image: linear-gradient(to right, #cc8c24, #4eb856, #00e1ff);
    }
}


/* Standard syntax */

@keyframes mymove {
    90% {
        background-image: linear-gradient(to right, #cc8c24, #4eb856, #00e1ff);
    }
}

.toprow>p {
    color: white;
}

.toprow>ul {
    padding-right: 22%;
}

.toprow>ul>li {
    float: right;
}

.socialicons {
    list-style-type: none;
}

.socialicons>li {
    float: left;
    text-align: center;
    padding-left: 2%;
}

.socialicons>li>a>img {
    width: 42px;
    height: 42px;
    border: 0;
}


/* Menu bar */

.navbar {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    z-index: 4;
}

.main-nav {
    list-style-type: none;
    display: none;
}

.nav-links,
.logo {
    text-decoration: none;
    color: black;
}

#lang_2 {
    font-size: 200%;
}

#lang_O,
#lang_O2 {
    color: black;
    text-decoration: none;
}

.main-nav li {
    text-align: center;
    margin: 15px auto;
}

.navbar img {
    display: inline-block;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px;
    width: 270px;
    height: 60px;
}

.navbar-toggle {
    float: right;
    margin-top: 26px;
    margin-right: 20px;
    right: 25px;
    cursor: pointer;
    color: black;
    font-size: 30px;
}

.active {
    display: block;
}

.active_li>a {
    color: #4CAF50;
}

.dropdown {
    display: none;
}

#gap_ {
    display: none;
}

.dropdown_p {
    display: none;
}

.dropdown_p {
    position: relative;
    display: inline-block;
    padding-top: 2px;
}

.dropdown_p>div>a {
    color: black;
    text-decoration: none;
}

.dropdown_p>div>a:hover {
    color: #638563;
}

.dropdown_p>a>span {
    font-family: 'Courier New', Courier, monospace;
}

.dropdown-content_p {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 15rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    margin-left: 2.5rem;
    text-align: left;
    z-index: 3;
}

.dropdown-content_p>a {
    padding-bottom: 0.5rem;
}

.dropdown_p:hover .dropdown-content_p {
    display: grid;
}

@media screen and (min-width: 768px) {
    .navbar {
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 0;
        height: 70px;
        align-items: center;
    }
    .main-nav {
        display: flex;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
    }
    .main-nav li {
        margin: 0;
    }
    .nav-links {
        margin-left: 40px;
    }
    .navbar img {
        margin-top: 0;
        width: 270px;
        height: 60px;
    }
    .navbar-toggle {
        display: none;
    }
    .logo:hover,
    .nav-links:hover {
        color: #638563;
    }
    #lang_,
    #lang_2 {
        display: none;
    }
    #lang_O,
    #lang_O2 {
        display: none;
    }
    button {
        background: white;
        border: 1px white solid;
        color: black;
        font-size: 180%;
        font-weight: bold;
        transition: all 0.3s ease-in-out;
    }
    button:first-child {
        margin-right: 2.1rem;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        padding-top: 2px;
    }
    .dropdown>div>a {
        color: black;
        text-decoration: none;
    }
    .dropdown>div>a:hover {
        color: #638563;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 6rem;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        padding: 10px 0px;
        z-index: 4;
    }
    .dropdown-content>a {
        padding-bottom: 0.5rem;
    }
    .dropdown:hover .dropdown-content {
        display: grid;
    }
}

.ht:hover .tooltip {
    display: block;
}


/* sticky menu */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.mainrows {
    padding-top: 60px;
}


/* ToolTip */


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    /* If you want dots under the hoverable text */
}

.tooltip>a>i {
    font-size: 200%;
    color: black;
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 125px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 2px 1px 1px 1px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.4s;
    font-size: 80%;
}


/* Tooltip arrow */

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.9;
}


/* tooltip end */

.whorwe {
    display: grid;
    grid-row-gap: 1em;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 13%;
    grid-auto-rows: minmax(400px, auto);
}

.whorwe>div {
    align-self: center;
}

.whorwe>div>h3 {
    float: left;
    background-image: linear-gradient(to right, #4eb856, #00ffdd);
    color: white;
}

.whorwe>div>p {
    text-align: left;
    font-weight: bold;
}

.whorwe-image>img {
    width: 300px;
    height: 270px;
    border: 2%;
    align-self: center;
    justify-self: center;
}

.achslider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(400px, auto);
    padding-left: 10%;
    padding-right: 10%;
}

.achslider>div {
    height: 30rem;
    padding: 10%;
    background-image: linear-gradient(to right, #56b829, #4eb856, #15ce81);
    border: 1rem solid white;
}

@media screen and (max-width: 768px) {
    .whorwe {
        display: block;
        padding-right: 35%;
        overflow: hidden;
        justify-content: center;
    }
    .whorwe-image>img {
        width: 300px;
        height: 270px;
        border: 2%;
        padding-left: 5px;
    }
    .whorwe>div>p {
        text-align: left;
        font-weight: bold;
        width: 150%;
    }
    .achslider {
        display: block;
        padding-left: 0%;
        padding-right: 0%;
    }
    .achslider>div {
        height: 21rem;
        padding-left: 10%;
        background-image: linear-gradient(to right, #56b829, #4eb856, #15ce81);
        border: 0.5rem solid white;
    }
    .toprow {
        display: block;
        background-image: linear-gradient(to right, #cc8c24, #4eb856, #00ffdd);
        -webkit-animation: mymove 8s infinite;
        /* Chrome, Safari, Opera */
        animation: mymove 8s infinite;
        font: bold 16px sans-serif;
        padding-bottom: 1%;
        padding-top: 1%;
    }
    .toprow>p {
        color: white;
    }
    .toprow>ul {
        padding-right: 2rem;
        text-align: center;
        overflow: hidden;
    }
    .toprow>ul>li {
        float: none;
    }
    .socialicons {
        list-style-type: none;
    }
    .socialicons>li {
        float: none;
        text-align: center;
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .achslider {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax(400px, auto);
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .achslider>div {
        height: 90%;
        padding: 10%;
        background-image: linear-gradient(to right, #56b829, #4eb856, #15ce81);
        border: 0.5rem solid white;
    }
}

.achslider>div>p {
    font-weight: bold;
    color: white;
    line-height: 140%;
}

.achslider-title {
    background-image: linear-gradient(to right, #4eb856, #15ce81);
    -webkit-text-decoration: white double underline;
    text-decoration: white double underline;
}

.achslider-title>ul {
    display: table;
    margin: 0 auto;
}

.achslider-title>ul>li {
    list-style-type: none;
    float: left;
    line-height: 200%;
}

.achslider-title>ul>li>p {
    color: white;
    font-size: 170%;
    margin: 50%;
}

.achslider>div>img {
    width: 100px;
}

.flip_horizontaly {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.spgreen {
    display: grid;
    align-items: center;
    grid-auto-rows: minmax(350px, auto);
    background-image: url("../resources/spgreen.jpg");
    background-color: #cccccc;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 1%;
}

.spgreen>h3 {
    text-align: center;
    padding: 70px 0;
    font-size: 130%;
    line-height: 130%;
    color: white;
    top: 50%;
    left: 50%;
    padding-left: 20%;
    padding-right: 20%;
}

.presence {
    display: grid;
    align-items: center;
    background-image: linear-gradient(to right, #ecebeb, #cacfcd);
    padding-bottom: 40px;
}

.presence>p {
    text-align: center;
    font-size: 130%;
    line-height: 130%;
    font-weight: bolder;
    color: black;
    padding-left: 10%;
    padding-right: 10%;
}

.presence-image>img {
    width: 60%;
    height: 45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.presence-title {
    -webkit-text-decoration: white double underline;
    text-decoration: white double underline;
}

.presence-title>h3 {
    color: black;
    background-image: linear-gradient(to right, #4eb856, #15ce81);
    font-size: 130%;
}

.ht:hover .tooltip {
    display: block;
}