/*
 * You can say something about your file if you need it!
 */
/*-------------------------*/
/* $Catalog 
---------------------------*/
/** 
 * Catalog
 * Text
 * Background-color
 * Typesetting
**/
/* All */
body{
    width: 100vw;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{
    position: relative;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    font-family: 'Karla', Arial, Helvetica, sans-serif;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Karla', Arial, Helvetica, sans-serif;
}
#Arnold,
#Overview{
    visibility: hidden;
    -moz-visibility: hidden;
    -webkit-visibility: hidden;
    opacity: 0;
}
#Arnold,
#Overview{
    visibility: visible;
    -moz-visibility: visible;
    -webkit-visibility: visible;
    opacity: 1;
}
/*-------------------------*/
/* $Text 
---------------------------*/
h1,h2,h3,h4,h5,h6,p{
    text-decoration: none;
    margin: 0;
    font-family: 'Karla', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-drag: none;
}
img{
    user-select: none;
    -webkit-user-drag: none;
}
/* header */
.header__title-text h1{
    font-family: 'Lexend', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
}
.pad-header__title-textrow h1{
    font-family: 'Trykker', Arial, Helvetica, sans-serif;
}
/* home-1 */
.hero-footer__text-titlerow hr{
    border: 0;
    height: 3px;
}
.hero-footer__text-toptitle h2{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
}
.hero-footer__information-row h4,
.hero-footer__information-row p{
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    transition: all 0.25s;
}
.hero-footer__information-call h4{
    text-transform: lowercase;
}
.hero-footer__web-version p{
    text-transform: capitalize;
    text-align: right;
    font-size: 14px;
}
.hero-home__footer-row p{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
/* home-2 */
.hero-2__areas-text h4,
.hero-2__graphic-text h4,
.hero-2__animation-text h4,
.hero-2__introduction-text h4{
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
}
.hero-2__graphic-button h5,
.hero-2__animation-button h5,
.hero-2__introduction-button h5{
    text-transform: capitalize;
    font-size: 24px;
    line-height: 28px;
}
/* home2-footer */
.hero2-footer__text-titlerow hr{
    border: 0;
    height: 3px;
}
.hero2-footer__text-toptitle h2{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
}
.hero2-footer__information-row h4,
.hero2-footer__information-row p{
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    transition: all 0.25s;
}
.hero2-footer__information-call h4{
    text-transform: lowercase;
}
.hero2-footer__web-version p{
    text-transform: capitalize;
    text-align: right;
    font-size: 14px;
}
.hero2-home__footer-row p{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
/* footer */


/*-------------------------*/
/* $Background-color
---------------------------*/
h1,h2,h3,h4,h5,h6,p{
    color: #2a2a2a;
}
.body-bg__row{
    background-image: url("../images/background.png");
    background-position: center;
    background-size: cover;
}
.body-bg__row::after{
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2.5px);
}
/* header */
.header__title{
    background-color: #2a2a2a;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header__title-top{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.header__title-textrow:hover{
    background-color: #2a2a2a;
}
.header__title-textrow:hover .header__title-text h1{
    color: #fff;
}
/* home-1 */
.logo__img{
    background-image: url("../images/home-1/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero__footerbox{
    background-color: #2a2a2a;
}
.hero__arrow-row{
    background-color: #fff;
}
.hero__arrow-row:hover{
    background-color: #ff9f82;
}
.hero__arrow svg path{
    fill: #2a2a2a;
}
.hero__arrow-row:hover .hero__arrow svg path{
    fill: #fff;
}
.hero-footer__information-row h4,
.hero-footer__information-row p{
    color: #fff;
}
.hero-footer__information-intab a:hover h4,
.hero-footer__information-call a:hover h4{
    color: #ff9f82;
}
.hero-footer__skill,
.hero-home__footer{
    background-color: #fff;
}
.hero-footer__skill:hover{
    background-color: #777777;
}
.hero-footer__skill svg path{
    fill: #2a2a2a;
}
.hero-footer__skill:hover svg path{
    fill: #fff;
}
.hero-footer__text-titlerow hr{
    background-color: #fff;
}
.hero-footer__text-toptitle h2,
.hero-footer__web-version p{
    color: #fff;
}
.hero-footer__web-version a:hover p{
    color: #ff9f82;
}
.hero-footer__information-icon svg path{
    fill: #fff;
}
.hero-footer__information-icon:hover svg path{
    fill: #ff9f82;
}
/* home-2 */
.logo-2__img{
    background-image: url("../images/home-2/logo_2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-2__areasbox,
.hero-2__animationbox{
    background-color: #2a2a2a;
}
.hero-2__areas-text h4,
.hero-2__animation-text h4,
.hero-2__introduction-button h5{
    color: #fff;
}
.hero-2__areas-text h4::after,
.hero-2__animation-text h4::after{
    background-color: #fff;
}
.hero-2__areas-icon{
    background-color: #fff;
}
.hero-2__areas-icon:hover{
    background-color: #777777;
}
.hero-2__areas-icon svg path{
    fill: #2a2a2a;
}
.hero-2__areas-icon:hover svg path{
    fill: #fff;
}
.hero-2__graphic-text h4::after,
.hero-2__introduction-text h4::after{
    background-color: #2a2a2a;
}
.hero-2__graphic-button h5{
    color: #fff;
}
.hero-2__graphic-button:hover h5,
.hero-2__introduction-button:hover h5{
    color: #2a2a2a;
}
.hero-2__graphic-button,
.hero-2__introduction-button{
    background-color: #2a2a2a;
}
.hero-2__graphic-button:hover,
.hero-2__animation-button:hover,
.hero-2__introduction-button:hover{
    background-color: #ff9f82;
}
.hero-2__rowbox .hero-2__image{
    border: 5px solid #2a2a2a;
}
.hero-2__icon{
    background-image: url('../images/home-2/tabler_hand-click.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(42, 42, 42, 0.9);
}
.hero-2__box:hover .hero-2__icon{
    background-color: rgba(42, 42, 42, 0.9);
}
.hero-2__rowbox .hero-2__box:after{
    background-color: rgba(42, 42, 42, 0.5);
    backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.hero-2__rowbox:hover .hero-2__box:after{
    background-color: rgba(42, 42, 42, 0.5);
    backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.hero-2__animationboxs .hero-2__rowbox .hero-2__image{
    border: 5px solid #fff;
}
.hero-2__animation-button:hover h5{
    color: #fff;
}
.hero-2__animation-button{
    background-color: #fff;
}
/* hero2-footer */
.hero2__footerbox{
    background-color: #2a2a2a;
}
.hero2-footer__information-row h4,
.hero2-footer__information-row p{
    color: #fff;
}
.hero2-footer__information-intab a:hover h4,
.hero2-footer__information-call a:hover h4{
    color: #ff9f82;
}
.hero2-home__footer{
    background-color: #fff;
}
.hero2-footer__text-titlerow hr{
    background-color: #fff;
}
.hero2-footer__text-toptitle h2,
.hero2-footer__web-version p{
    color: #fff;
}
.hero2-footer__web-version a:hover p{
    color: #ff9f82;
}
.hero2-footer__information-icon svg path{
    fill: #fff;
}
.hero2-footer__information-icon:hover svg path{
    fill: #ff9f82;
}
/* footer */


/*-------------------------*/
/* $Typesetting
---------------------------*/
.body-bg__row{
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.body-bg__row::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* header */
.header__title{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    z-index: 100;
}
.header__title-top{
    top: 0;
    left: 0;
    margin-top: 35px;
    border-radius: 30px;
    height: 60px;
}
.header__title-textrows{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header__title-textrow{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 14px;
    border-radius: 15px;
    transition: all 0.25s;
}
.header__title-text{
    text-align: center;
}
/* home-1 */
.hero-home__row{
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    z-index: 10;
}
.hero-home__rows{
    position: relative;
    width: 100%;
    height: 100%;
}
.logo__row{
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
}
.logo__img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 25px;
    transform: translate(-50%, -50%);
    width: 411px;
    height: 415px;
}
.hero__footerbox{
    padding-top: 85px;
    padding-bottom: 50px;
    top: 0;
    left: 0;
    width: 100vw;
}
.hero__arrow-row{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate( -50%, -110px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.25s;
}
.hero-footer__skill-row{
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    height: 80px;
    justify-content: space-between;
}
.hero-footer__skill{
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    transition: all 0.25s;
}
.hero-footer__information-row{
    margin-top: 20px;
}
.hero-footer__information-texts,
.hero-footer__information-call{
    margin-bottom: 5px;
}
.hero-footer__information-icons{
    display: flex;
    float: right;
    width: 70%;
    height: 50px;
    justify-content: space-between;
}
.hero-footer__web-version{
    margin-top: 20px;
}
.hero-home__footer{
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 50;
}
.hero-home__footer-row{
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    margin-bottom: 10px;
}
/* home-2 */
.hero-home-2__row{
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    z-index: 10;
}
.hero-home-2__rows{
    position: relative;
    width: 100%;
    height: 100%;
}
.logo-2__row{
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}
.logo-2__img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 45px;
    transform: translate(-50%, -50%);
    width: 511px;
    height: 150px;
}
.hero-2__areasbox,
.hero-2__graphicbox,
.hero-2__animationbox,
.hero-2__introductionbox{
    padding-top: 40px;
    padding-bottom: 50px;
    top: 0;
    left: 0;
    width: 100vw;
}
.hero-2__areas-text h4::after,
.hero-2__graphic-text h4::after,
.hero-2__animation-text h4::after,
.hero-2__introduction-text h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 1px;
}
.hero-2__areas-icons{ 
    display: flex;
    top: 0;
    left: 0;
    margin-top: 39px;
    width: 100%;
    height: 70px;
    justify-content: space-around;
}
.hero-2__areas-icon{
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    transition: all 0.25s;
}
.hero-2__graphicboxs,
.hero-2__animationboxs{
    margin-top: 40px;
}
.hero-2__box{
    width: 100%;
    padding-top: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.hero-2__rowbox .hero-2__image{
    position: absolute;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hero-2__animationboxs .hero-2__box{
    padding-top: calc(100% * 9 / 15.5);
}
.hero-2__graphic-buttonrow,
.hero-2__animation-buttonrow,
.hero-2__introduction-buttonrow .hero-2__introduction-buttons{
    margin-top: 40px;
    top: 0;
    left: 0;
}
.hero-2__graphic-button,
.hero-2__animation-button,
.hero-2__introduction-button{
    display: inline-block;
    padding: 9px 30px;
    border-radius: 23px;
    transition: all 0.25s;
}
.hero-2__icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10%;
    padding-top: 10%;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    transition: all 0.2s 0.1s;
}
.hero-2__box:hover .hero-2__icon{
    width: 30%;
    padding-top: 30%;
    border-radius: 50%;
    visibility: visible;
    opacity: 1;
}
.hero-2__rowbox .hero-2__box:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}
.hero-2__rowbox:hover .hero-2__box:after{
    content: "";
    visibility: visible;
    opacity: 1;
}
.hero-2__introduction-smalltext{
    margin-top: 40px;
}
.hero-2__introduction-smalltext br{
    content: "";
    display: block;
    margin-top: 10px;
}
/* hero2-footer */
.hero2__footerbox{
    padding-top: 40px;
    padding-bottom: 50px;
    top: 0;
    left: 0;
    width: 100vw;
}
.hero2-footer__information-row{
    margin-top: 20px;
}
.hero2-footer__information-texts,
.hero2-footer__information-call{
    margin-bottom: 5px;
}
.hero2-footer__information-icons{
    display: flex;
    float: right;
    width: 70%;
    height: 50px;
    justify-content: space-between;
}
.hero2-footer__web-version{
    margin-top: 20px;
}
.hero2-home__footer{
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 50;
}
.hero2-home__footer-row{
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    margin-bottom: 10px;
}
.fancybox-navigation, 
.fancybox-navigation .fancybox-button {
  display: none !important;
}
/* footer */

