    /*
Theme Name: Ammann + Schmid
Author: seaio.interactive
Author URI: https://www.seaio.ch
Description: Individual template created for WordPress
Version: 1.0
*/


html {
  scroll-behavior: smooth;
}

body{
    font-family: 'urw-din';
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    overflow-x: hidden;
    background-color: #2042EF;
}
h1 {
    margin: 0;
    font-family: 'urw-din';
    color: #FFF;
}
h2 {
    margin: 0 0 30px 0;
    font-family: 'urw-din-semi-condensed';
    color: #FFF;
    font-weight: 700;
}
h3 {
    margin: 0;
    font-family: 'urw-din';
    color: #FFF;
}
h4 {
    margin: 0;
    font-family: 'urw-din';
    color: #FFF;
}
h5 {
    margin: 0;
    font-family: 'urw-din';
    color: #FFF;
}
h6 {
    margin: 0;
    font-family: 'urw-din';
    color: #FFF;
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}




strong, b {
    font-weight: 600;
}

a{
    color: #010F48;
    transition: all 0.4s linear;
    /* text-decoration: underline; */
}
a:hover{
    color: #010F48;
}
em{
}
p{
    margin: 0 0 35px;
}
a, :focus, select {
    outline: none;
}


.blue_darkblue{
    position: relative;
}
.blue_darkblue_bg{
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    left: calc((100vw - 1200px) / -2);
    background: -webkit-linear-gradient(270deg, #2042EF, #020859 100%);
}
.darkblue_blue{
    position: relative;
}
.darkblue_blue_bg{
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    left: calc((100vw - 1200px) / -2);
    background: -webkit-linear-gradient(90deg, #2042EF, #020859 100%);
}
.blue_darkblue_blue{
    position: relative;
}
.blue_darkblue_blue_bg{
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    left: calc((100vw - 1200px) / -2);
    background: -webkit-linear-gradient(270deg, #2042EF, #020859 50%, #2042EF 100%);
}
@media screen and (max-width: 1279px) {
    .blue_darkblue_bg,
    .blue_darkblue_blue_bg,
    .darkblue_blue_bg{
        left: -40px;
    }
}
@media screen and (max-width: 959px) {
    .blue_darkblue_bg,
    .blue_darkblue_blue_bg,
    .darkblue_blue_bg{
        left: -30px;
    }
}
@media screen and (max-width: 639px) {
    .blue_darkblue_bg,
    .blue_darkblue_blue_bg,
    .darkblue_blue_bg{
        left: -15px;
    }
}



/* so editor full width image*/
.fullWidthImage{
    position: relative;
    left: calc((100vw - 1200px) / -2);
    width: 100vw !important;
    max-height: 100dvh;
    overflow: hidden;
}
.fullWidthImage img{
    width: 100vw !important;
}
@media screen and (max-width: 1279px) {
    .fullWidthImage{
        left: -40px;
    }
}
@media screen and (max-width: 959px) {
    .fullWidthImage{
        left: -30px;
    }
}
@media screen and (max-width: 639px) {
    .fullWidthImage{
        left: -15px;
    }
}







/*
 * header
 */
.header{
    position: fixed;
    z-index: 9999;
    color: #FFF;
    padding: 50px 0;
    width: 100%;
    background: -webkit-linear-gradient(90deg, transparent, #020859  100%);
    height: 130px;
}
.header a{
    color: #FFF;
}
.header a:hover{
    color: #FFF;
    text-decoration: none;
}
.headerLogo{
    width: 180px;
}

/* .header.uk-active{
    background: -webkit-linear-gradient(90deg, transparent, #020859  100%);
} */
.headerSide{
    width: calc(600px - 105px);
}
.headerBar{
    display: inline-block;
    margin: 0 auto;
    background: #EC6F2C;
    color: #FFF;
    padding: 13px 20px;
    width: 170px;
    text-align: center;
    border-radius: 5px;
}
.headerBar a{
    margin-right: 30px;
}
.headerBar a:last-child{
    margin-right: 0px;
}
.headerPhone{
    display: inline-block;
    /* color: #FFF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff; */
}
@media screen and (max-width: 1280px) {
    .headerSide{
        width: calc(50vw - 40px - 105px);
    }
}
@media screen and (max-width: 959px) {
    .header{
        padding: 30px 0;
    }
    .headerSide{
        width: calc(50vw - 30px - 105px);
    }
}
@media screen and (max-width: 639px) {
    .header{
        padding: 15px 0;
    }
    .headerSide{
        width: 100%;
    }
    .headerBar{
        width: 26px;
    }
    .headerBar a{
        margin-right: 0px;
    }
    .headerLogo{
        width: 150px;
    }
}






#headerNav{
    display: none;
    position: fixed;
    width: 100%;
    height: 100dvh;
    z-index: 99999;
    left: 0;
    background: -webkit-linear-gradient(90deg, #EC6F2C, #2042EF  100%);
}
#headerNav a{
    color: #FFF;
}
.headerNavInner{
    height: 100dvh;
    overflow: auto;
    padding: 0;
}
.headerNavInnerBox{
    padding: 50px 0;
}
.headerNavLogo{
    width: 180px;
}
.headerNavMenu {
    display: flex;
    justify-content: center;
    min-height: calc(100dvh - 220px);
}
.headerNavMenu .uk-inline{
    min-height: 920px;
}
.headerNavMenuBox a{
    color: #FFF;
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 50px;
    transition: all ease-in-out .25s;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'urw-din-condensed';
    font-weight: 700;
    white-space: nowrap;
}
.headerNavMenuBox a:hover{
    text-decoration: none;
}
.headerNavFooter{
    font-size: 14px;
    line-height: 16px;
    font-family: 'urw-din';
}
.headerNavFooter p{
    margin: 0;
}
.headerNavFooter .footer2 {
    font-size: 14px;
    line-height: 16px;
}
.headerNavFooterMid{
    margin-top: 31px;
}
.headerNavFooterRight{
    margin-top: 22px;
}
@media screen and (max-width: 1199px) {
    .headerNavInnerBox{
        padding: 40px 0;
    }
}
@media screen and (max-width: 959px) {
    .headerNavMenu{
        min-height: calc(100dvh - 195px);
    }
    .headerNavMenu .uk-inline{
        min-height: 520px;
        padding: 30px 0;
    }
    .headerNavMenuBox a{
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 30px;
    }
    .headerNavInnerBox{
        padding: 30px 0;
    }
}
@media screen and (max-width: 639px) {
    .headerNavLogo{
        width: 150px;
    }
    .headerNavMenu{
        min-height: calc(100dvh - 240px);
    }
    .headerNavMenu .uk-inline{
        min-height: 330px;
        padding: 30px 0;
    }
    .headerNavInnerBox{
        padding: 15px 0;
    }
    .headerNavMenuBox a{
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}



/*
 * kontaktTop
 */
.kontaktTop{
    margin-top: 260px;
    position: relative;
    z-index: 10;
    width: 100%;
}
.kontaktTop a{
    color: #EC6F2C;
    font-size: 30px;
    line-height: 30px;
    font-family: 'urw-din-condensed';
}
.kontaktTopIcon{
    height: 36px;
    margin-bottom: 25px;
}
.kontaktTop a:hover{
}
@media screen and (max-width: 959px) {
    .kontaktTop{
        margin-top: 200px;
    }
    .kontaktTop a{
        font-size: 25px;
        line-height: 25px;
    }
    .kontaktTop a span{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 639px) {
    .kontaktTop{
        margin-top: 100px;
    }
    .kontaktTop a{
        font-size: 20px;
        line-height: 20px;
    }
    .kontaktTop a span{
        margin-bottom: 10px;
    }
}




/*
 * backgroundvideo
 */
.backgroundvideo{
    position: relative;
    width: 100vw;
    left: calc((100vw - 1200px) / -2);
}
.backgroundvideoBild{
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    object-position: top;
    /* aspect-ratio: 16 / 9; */
    transition: all 0.2s linear;
}
.backgroundvideo video {
    width: 100%;
    display: none;
}
.backgroundvideoTop{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 40%;
    background: -webkit-linear-gradient(90deg, transparent 0%, #2042EF  100%);
}
.backgroundvideoTop_dark{
    background: -webkit-linear-gradient(90deg, transparent 0%, #020859  100%);
}
.backgroundvideoTopTitle{
    padding: 50px 0;
}
.backgroundvideoBottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    background: -webkit-linear-gradient(90deg, #2042EF 0%, #2042EF 20%, transparent 80%);
    padding-top: 100px;
}
.backgroundvideoBottom_dark{
    background: -webkit-linear-gradient(90deg, #020859 0%, #020859 20%, transparent 80%);
}
.backgroundvideoBottomText{
    padding: 50px 0 100px 0;
}
.video-controls {
    padding: 50px 0 20px 0;
    color: #FFF;
    max-width: 800px;
    margin: 0 auto;
}
.video-controls.hide {
    opacity: 0;
    pointer-events: none;
}
.video-progress {
    position: relative;
    height: 3px;
    margin-bottom: 0px;
}
.backgroundvideo progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    width: 100%;
    height: 3px;
    pointer-events: none;
    position: absolute;
    top: 0;
}
.backgroundvideo progress::-webkit-progress-bar {
    border: none;
    background: #FFF;
}
.backgroundvideo progress::-webkit-progress-value {
    background: #EC6F2C;
    border-radius: 2px;
}
.backgroundvideo progress::-moz-progress-bar {
    border: 1px solid #EC6F2C;
    background: #EC6F2C;
}
.seek {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    margin: 0;
}
.bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}
.volume-controls {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.volume-controls input {
    width: 100px;
    opacity: 1;
    transition: all 0.4s ease;
}
.volume-controls:hover input, .volume-controls input:focus {
    width: 100px;
    opacity: 1;
}
.backgroundvideo button {
    cursor: pointer;
    position: relative;
    margin-right: 7px;
    font-size: 12px;
    padding: 3px;
    border: none;
    outline: none;
    background-color: transparent;
}
.backgroundvideo button * {
    pointer-events: none;
}
.backgroundvideo button::before {
    position: absolute;
    display: none;
    right: 0;
    top: -50px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    padding: 4px 6px;
    word-break: keep-all;
    white-space: pre;
}
.backgroundvideo button:hover::before {
    display: inline-block;
}
.backgroundvideo input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 3px;
    background: transparent;
    cursor: pointer;
}
.backgroundvideo input[type=range]:focus {
    outline: none;
}
.backgroundvideo input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-radius: 1.3px;
    -webkit-appearance: none;
    transition: all 0.4s ease;
}
.backgroundvideo input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #FFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-left: -1px;
}
.backgroundvideo input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
}
.backgroundvideo input[type=range].volume {
    height: 3px;
    background-color: #fff;
}
.backgroundvideo input[type=range].volume::-webkit-slider-runnable-track {
    background-color: transparent;
}
.backgroundvideo input[type=range].volume::-webkit-slider-thumb {
    margin-left: 0;
    height: 14px;
    width: 14px;
    background: #fff;
}
.backgroundvideo input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 1.3px;
}
.backgroundvideo input[type=range]::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: #FFF;
    cursor: pointer;
    margin-top: 5px;
}
.backgroundvideo input[type=range]:focus::-moz-range-track {
    outline: none;
}
.backgroundvideo input[type=range].volume::-moz-range-thumb {
    border: 1px solid #fff;
    background: #fff;
}
.hidden {
    display: none;
}
.backgroundvideo svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
}
@media (aspect-ratio <= 1) {
    .backgroundvideoBild {
        width: 100%;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;
        height: 100dvh;
    }
}
@media screen and (max-width: 1279px) {
    .backgroundvideo{
        left: -40px;
    }
    .backgroundvideoTopTitle{
        padding: 50px 40px;
    }
}
@media screen and (max-width: 959px) {
    .backgroundvideo{
        left: -30px;
    }
    .backgroundvideoTopTitle{
        padding: 35px 30px;
    }
}
@media screen and (max-width: 639px) {
    .backgroundvideoBild{
        height: calc(100dvh - 52px);
    }
    .backgroundvideo{
        left: -15px;
    }
    .backgroundvideoBottom{
        /* padding: 100px 0; */
    }
    .backgroundvideoTopTitle{
        padding: 25px 15px;
    }
    /* .video-controls input{
        display: none;
    } */
    .bottom-controls {
        padding: 0 10px;
    }
    .video-progress {
        display: none;
    }
}



/*
 * heat font
 */
.heatFont{
    text-align: center;
    text-transform: uppercase;
    font-size: 120px;
    line-height: 120px;
    font-weight: 800;
    margin: 0;
    font-family: 'urw-din-condensed';

    background: -webkit-linear-gradient(90deg, #FFFFFF 10%, #EC6F2C 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;

    animation-name: heat;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media screen and (max-width: 959px) {
    .heatFont{
        font-size: 80px;
        line-height: 80px;
    }
}
@media screen and (max-width: 639px) {
    .heatFont{
        font-size: 50px;
        line-height: 50px;
    }
}

@keyframes heat {
    0% {
        /* background: -webkit-linear-gradient(90deg, #FFFFFF 10%, #EC6F2C 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
        opacity: 1;
    }
    10% {
        /* background: -webkit-linear-gradient(90deg, #FFFFFF 10%, #EC6F2C 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
        opacity: 1;
    }
    50% {
        /* background: -webkit-linear-gradient(90deg, #FFFFFF 10%, #EC6F2C 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
        opacity: 0.8;
    }
    90% {
        /* background: -webkit-linear-gradient(90deg, #FFFFFF 10%, #EC6F2C 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
        opacity: 1;
    }
    100% {
        /* background: -webkit-linear-gradient(90deg, #FFFFFF 10%, #EC6F2C 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
        opacity: 1;
    }
}



/*
 * sectiontitle
 */
.sectiontitle{
    font-family: 'urw-din-semi-condensed';
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.sectiontitle img{
    width: 35px;
    margin-right: 15px;
}


/*
 * twocolortitle
 */
.twocolortitle{
    font-family: 'urw-din-condensed';
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100px;
    /* text-align: center; */
}
.twocolortitle.uk-text-left{
    font-size: 90px;
    line-height: 90px;
}
.twocolortitle1{
    color: #FFF;
}
.twocolortitle2{
    color: #EC6F2C;
}
@media screen and (max-width: 959px) {
    .twocolortitle,
    .twocolortitle.uk-text-left{
        font-size: 70px;
        line-height: 70px;
    }
}
@media screen and (max-width: 639px) {
    .twocolortitle,
    .twocolortitle.uk-text-left{
        font-size: 40px;
        line-height: 40px;
    }
}


/*
 * button
 */
.button{
    text-align: center;
}
.button a{
    font-weight: 700;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 30px 14px 30px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'urw-din-condensed';
}
.button a:hover{
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}
.buttonActive a{
    display: inline-block;
    background: #EC6F2C;
    border: 1px solid #EC6F2C;
    border-radius: 5px;
    padding: 12px 30px 14px 30px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
}
.buttonActive a:hover{
    border: 1px solid #EC6F2C;
}




/*
 * header slider
 */
.headerSlider{
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}
.headerSlider>div{
    width: 100%;
    height: 100dvh;
}
.headerSlider .uk-slideshow-items{
    width: 100%;
    height: 100dvh;
    color: #FFF;
}
.headerSlider .uk-slideshow-items li{
    width: 100%;
    height: 100dvh;
}
.headerSliderImage{
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    object-fit: cover;
    object-position: 100% 30%;
    transition: all 0.2s linear;
}
.headerSliderBottom{
    position: absolute;
    top: 240px;
    left: 0;
    width: 100vw;
    height: calc(100dvh - 240px);
    background: -webkit-linear-gradient(90deg, #2042EF, transparent 100%);
}
.headerSliderTitle{
    margin-bottom: 50px;
}
.headerSliderText{
    font-family: 'urw-din-condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto 120px auto;
    max-width: 60%;
}
.headerSliderDotNav{
    position: absolute;
    bottom: 80px;
    width: 100%;
    padding-bottom: 30px;
}
.headerSliderDotNav  a{
    background-color: #FFF;
}
.headerSliderDotNav .uk-active a{
    background-color: #EC6F2C;
}
.headerSliderNote{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
}
.headerSliderNote a{
    color: #FFF;
}
.headerSliderNote a:hover{
    text-decoration: none;
}
.headerSliderNoteIcon img{
    width: 30px;
}


@media screen and (max-width: 639px) {
    .headerSliderTitle {
      margin-bottom: 30px;
    }
    .headerSliderText{
        max-width: 90%;
        margin: 0 auto 70px auto;
    }
    .headerSlider .uk-slideshow-items {
        height: calc(100dvh - 52px);
    }
    .headerSliderBottom {
        height: calc(100dvh - 292px);
    }
    .headerSliderDotNav {
        bottom: 100px;
    }
    .headerSliderNote {
        bottom: 42px;
    }
}



/*
 * page header
 */
.pageHeader{
    min-height: 230px;
    width: 100%;
}
.pageHeaderImage{
    height: 100dvh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.pageHeaderImageSmall{
    height: 70svh;
}
.pageHeaderBottom{
    width: 100%;
}
.pageHeaderBottomBg{
    position: absolute;
    top: 240px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 240px);
    background: -webkit-linear-gradient(90deg, #2042EF, transparent 100%);
}
.pageHeaderBottomTitleSmall{
    font-family: 'urw-din-semi-condensed';
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 30px;
    text-align: left;
}
.pageHeaderBottomTitleBig{
    margin-bottom: 60px;
}
.pageHeaderBottomText{
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
    .pageHeaderImageSmall{
        height: 45svh;
    }
    .pageHeaderBottomTitleSmall{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .pageHeaderBottomTitleBig{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 639px) {
    .pageHeader{
        min-height: 150px;
    }
    .pageHeaderImage{
        height: calc(100dvh - 52px);
    }
    .pageHeaderImageSmall{
        height: 45svh;
    }
    .pageHeaderBottomTitleSmall{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .pageHeaderBottomTitleBig{
        margin-bottom: 20px;
    }
    .pageHeaderBottomBg{
        height: calc(100dvh - 292px);
    }
}



/*
 * page content
 */
.pagecontent{
    position: relative;
    z-index: 1;
    min-height: calc(100dvh - 817px);
}




/*
 * suche
 */
.suche{

}
.suche form{
    padding: 50px 0;

}
.suche form input[type=text]{
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    padding: 5px;
    width: 400px;
    margin-bottom: 10px;
    font-family: 'urw-din';
}
.suche form input[type=submit]{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    padding: 10px 25px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'urw-din-condensed';
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.sucheliste{
    padding: 25px 0;
}
.suchelistetitem{
    display: block;
    margin-bottom: 20px;
    color: #FFF;
}
.suchelistetitem:hover{
    text-decoration: none;
    color: #FFF;
}
.suchelisteitemimg {
    width: 100px;
    margin-right: 20px;
    display: inline-block;
}
.suchelisteitemimg img{
    border: 1px solid #fff;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.suchelisteitemtext{
    width: calc(100% - 125px);
    display: inline-block;
    vertical-align: top;
}
.suchelisteitemtextinfo{
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
}
@media screen and (max-width: 639px) {
    .suche form input[type=text]{
        width: auto;
    }
}



/*
 * footer
 */
footer{
    background-color: #2042EF;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    padding: 40px 0 60px 0;
    font-family: 'urw-din';
}
footer a{
    color: #FFF;
}
footer a:hover{
    color: #FFF;
}
/* .footerIcon img{
    width: 30px;
} */
.footerSMlinks a{
    margin-left: 10px;
}
.footer1{
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.25px;
}
.footer2{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.18px;
}
.footer3{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.14px;
}
.footer3 .footerTitle{
    color: #EC6F2C;
    margin-bottom: 30px;
    font-weight: bold;
}
.footer3 a{
    text-decoration: underline;
}
.footer3 ul{
    padding: 0;
    margin: 0 0 0 11px;
}
.footer3 li{
    margin-bottom: 2px;
}
.footer4r{
    margin-top: 45px;
}
.footermobile{
    /* background: #EC6F2C; */
    background: -webkit-linear-gradient(90deg, #EC6F2C, #DF5408 100%);
    color: #FFF;
    padding: 5px 10px;
    position: fixed;
    left: 0;
    width: calc(100% - 20px);
    bottom: 0;
    z-index: 999;
    height: 42px;
}
.footermobileInner{
    padding: 8px;
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
    footer{
        padding: 15px 0 25px 0;
        margin-bottom: 42px;
    }
    footer .footer3 p{
        margin: 0;
    }
    .footer1{
        font-size: 18px;
        line-height: 18px;
    }
    .footer3 .footerTitle{
        margin-bottom: 15px;
    }
    .footer4r{
        margin-top: 0;
    }
}






.printOnly{
    display: none;
}

/*
 * print styles
 */

@media print{
    @page {
        size: auto;   /* auto is the initial value */
        /* this affects the margin in the printer settings */
        margin: 15mm 20mm 20mm 20mm;
    }
    body {
        width:  auto;
        float: none !important;
    }
    .headerNav, .header, .headerPlaceholder, .headerIcon, .headerBoxLang, .headerimage, .videoWrapper, .videoIcon, .button, .footer{
        display: none !important;
    }
    .printOnly{
        display: block;
    }
    .uk-grid {
        display: inline !important;
    }
}
