#header {
    height: 48px;
    background: linear-gradient(90deg, #334D9E 0%, #243671 22%, #141F45 46%, #090E26 68%, #020312 87%, #00000C 100%);
    margin: 0;
    color: #FFFFFF;
    align-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 26.4px;
    letter-spacing: 0px;
}

.text {
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
}

#bg, #gr, #grLink {
    font-family: "poppins", sans-serif;
}

.textWhite{
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    margin: 0;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#blueLogoCont {
    margin-top: 68px;
}

#blueLogoImg {
    cursor: pointer;
    width: 235.37777709960938px;
    height: 64px;
    left: 394.31px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#headerTitle {
    margin-top: 115px;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    align-content: center;
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
} 

.headerText {
    font-size: 24px;
    line-height: 36px;
    margin-top: 56px;
    margin-bottom: 22px;
    font-weight: 500;
    letter-spacing: 0%;
    text-align: center;
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
}

#countryContLink {
    flex: 1;
    background-color: #F9F9F9;
    width:100%;
    max-width: 1300px;
    margin-bottom: 73px;
    border-radius: 8px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#countryInsideContLink {
    min-height: 68px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

#countryCont {
    flex: 1;
    background-color: #F9F9F9;
    width:100%;
    max-width: 1300px;
    margin-bottom: 73px;
    border-radius: 8px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.countryLink {
    display: flex;
}

#notFoundCont {
    flex: 1;
    width: 1300px;
    margin-top: 114px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#notFoundTitle {
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
    font-size: 64px;
    line-height: 56px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
}

#disclaimerCont {
    flex: 1;
    width: 1300px;
    margin-top: 114px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#disclaimerTitle {
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #334D9E;
}

.CookieDeclarationHeader {
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #334D9E;
}

#cookieSectionTitle {
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #334D9E;
}

.disclaimerText {
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.cookieSectionText {
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
}

#countryInsideCont {
    width: 1080px;
    height: 367px;
    margin-top: 99px;
    margin-bottom: 99px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    margin-left: auto;
    margin-right: auto;
}

.countryCard {
    display: flex;
    align-items: center;
    justify-content: start;
}

.flag {
    height: 24px;
    width: 32px;
    margin-right: 36px;
    margin-left: 36px;
    filter: drop-shadow(0 0 0.1rem #808080);
}

.countryName {
    color: black;
    margin: 0;
    height: 24px;
    text-align: center;
    text-decoration: none;
    align-content: center;
    font-size: 16px;
}

a:visited, a:link, a:active
{
    text-decoration: none;
}

.countryLink:hover {
    text-decoration: underline;
    color: black;
}

.copyrightText:hover {
    text-decoration: underline;
    color: #FFFFFF
}

#workIdCont {
    max-width: 1300px;
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: end;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
}

#footer {
    background: linear-gradient(270deg, #334D9E 0%, #243671 22%, #141F45 46%, #090E26 68%, #020312 87%, #00000C 100%);
    width:100%;
}

.footerInfoCont{
    max-width: 1250px;
    width: 100%;
    height: 324px;
    display: grid;
    grid-template-columns: 70% 30%;
    margin-left: auto;
    margin-right: auto;
}

#footerLogo{
    width: 250px;
    height: 67px;
    margin-top: 27px;
}

#bottomLeftText {
    max-width: 530px;
    margin-top: 98px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
}

#bottomRightText {
    margin-top: 27px;
}

#bottomRightText, #bottomRightText2 {
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    font-size: 13px;
    line-height: 22.8px;
}

#footerAlkLogo {
    width: 135px;
    height: 38px;
    margin-top: 30px;
}

#contMail {
    display: flex;
}

#phoneCont {
    width: 400px;
}

.phoneDE {
    margin-top: 19px;   
    margin-right: 66px; 
}

.phoneUK {
    margin-right: 106px; 
}

.phoneES {
    margin-right: 16px; 
}

.phoneDE, .phoneUK, .phoneES, .phoneFR, .phoneIT {
    font-size: 13px;
    line-height: 22.8px;
}

#bottomEmailText {
    font-size: 13px;
    margin-top: 9px; 
    margin-right: 5px;
}

#EmailText {
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    margin: 0;
    font-size: 13px;
    margin-top: 9px; 
    text-decoration: underline;
}

#cookieScroll {
    cursor: pointer;
    text-decoration: underline;
}

#footerNavCont {
    height: 80px;
    background: linear-gradient(90deg, #00000C 40%, #181c44 60%);
}

.copyrightText {
    font-size: 14px;
    margin-top: 30px;
}

#footerInfoDiv1text {
    margin-top: 30px;
}

#footerNav {
    height: 80px;
    display: grid;
    grid-template-columns: 70% 30%;
    margin-left: auto;
    margin-right: auto;
}

#footerInfoDiv {
    display: flex;
    justify-content: space-between;
}

.Pro400 {
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
}

.Pro500 {
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
}

h3 {
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
    margin-top: 40px;
}

div.CookieDeclarationIntro > h2 {
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
    margin-top: 40px;
}

div.CookieDeclarationIntro > p {
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
}

div.CookieDeclarationIntro > ul > li > a, div.CookieDeclarationIntro > p > a, .CookieDeclarationLastUpdated, .CookieDomains, #user_id > span{
    text-decoration: underline;
    color: black;
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
}


#scrollBtn {
    display: none;
    position: fixed; 
    height: 50px;
    width: 50px;
    bottom: 15px; 
    right: 30px; 
    z-index: 99;
    border: none; 
    outline: none; 
    background-color: #334D9E; 
    color: white; 
    cursor: pointer; 
    padding: 0px; 
    border-radius: 50%; 
    font-size: 18px; 
  }
  
  #scrollBtn:hover {
    background-color: #555; 
  }

  .linkFlag {
    margin-bottom: 0px;
  }

  #deFlagLink, #ukFlagLink, #grFlagLink, #dkFlagLink {
    margin-right: 24px;
  } 

  .phoneDiv {
    display: flex;
  }

@media screen and (min-width: 1151px) {
    #countryInsideContLink {
        display: grid;
        grid-template-columns: auto auto auto auto;
        margin-left: auto;
        margin-right: auto;
}

.linkCard {
    max-width: 320px;
    align-items: baseline;
    justify-content: center;
    margin-top: 20px;
}

#deLink, #ukLink, #grLink, #dkLink{
    margin-right: 50px;
    font-size: 20px;
    line-height: 18px;
}
}

@media screen and (max-width: 1150px) {
body {
    width: 100%;
}

#header {
    height: 48px;
    background: linear-gradient(90deg, #334D9E 0%, #243671 22%, #141F45 46%, #090E26 68%, #020312 87%, #00000C 100%);
    margin: 0;
    color: #FFFFFF;
    align-content: center;
    text-align: center;
}

#hText {
    font-family: "filson-pro";
    font-weight: 400;
    font-style: normal;
    margin: 0;
    color: #FFFFFF;
    margin-right: 5%;
    margin-left: 5%;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
}

#countryInsideContLink {
    display: block;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

#deLink, #ukLink, #grLink, #dkLink {
    font-size: 18px;
    line-height: 18px;
}


#blueLogoCont {
    margin-top: 46px;
}

#headerTitle {
    margin-top: 64px;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    align-content: center;
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
}

.headerText {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    align-content: center;
    font-family: "filson-pro";
    font-weight: 500;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
}

#countryCont {
    width: 100%;
}

.countryLink {
    display: block;
}

.linkRedirect {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flag {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

#countryInsideCont {
    width: 100%;
    height: 1337px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: auto auto;
    margin-left: 10%;
    margin-right: 10%;
}

#phoneCont {
    margin-left: 5%;
    margin-right: 5%;
    max-width: 400px;
}

.phoneDE {
    margin-top: 19px;
    margin-right: 66px;
}

.phoneUK {
    margin-right: 106px;
}

.phoneES {
    margin-right: 16px;
}

.phoneDE, .phoneUK, .phoneES, .phoneFR, .phoneIT {
    font-size: 13px;
    line-height: 22.8px;
}

#disclaimerTitle {
    font-size: 32px;
}

#cookieSectionTitle {
    font-size: 24px;
}

#disclaimerCont {
    flex: 1;
    width: 90%;
    margin-top: 64px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#notFoundCont {
    flex: 1;
    width: 90%;
    margin-top: 64px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.countryCard {
    display: block;
    margin-top: 30px;
}

.linkCard {
    align-items: baseline;
    margin-top: 16px;
    margin-bottom: 16px;
    justify-content: center;
    display: flex;
}

.leftColLink, .rightColLink {
    margin-bottom: 32px;
}

.linkFlag {
    margin-bottom: 0px;
}

#workIdCont {
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: end;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 12px;
}

#workIdText {
    margin-right: 30px;
}

.footerInfoCont {
    display: block;
    width: 100%;
    height: 324px;
    margin-left: auto;
    margin-right: auto;
}

#bottomLeftText {
    line-height: 18px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 52px;
}

.infoText {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#footerInfo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#footerLogo {
    width: 250px;
    height: 67px;
    padding-top: 46px;
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#footerNavCont {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    height: 80px;
    background: linear-gradient(90deg, #00000C 40%, #181c44 60%);
}

#footerAlkLogo {
    width: 135px;
    height: 38px;
    margin-top: 58px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#bottomEmailText {
    margin-bottom: 20px;
}

#footerContactInfoCont {
    padding-bottom: 20px;
    background: linear-gradient(270deg, #334D9E 0%, #243671 22%, #141F45 46%, #090E26 68%, #020312 87%, #00000C 100%);
}

#footerInfoDiv {
    justify-content: space-around;
    background: linear-gradient(90deg, #00000C 40%, #181c44 60%);
}

#footerNav {
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#footerInfoDiv1{
    height: 63px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#footerInfoDiv {
    height: 63px;
}

.copyrightText {
    font-size: 14px;
    margin-top: 0px;
    align-content: center;
}

#footerInfoDiv1text{
    margin: 0;
    text-align: center;
}

#phoneCont {
    width: 100%;
}

#bottomRightText {
    max-width: 350px;
}

#bottomRightText, #bottomRightText2, #phoneDE, #phoneUK, #phoneES, #phoneFR, #phoneIT{
    margin-left: 5%;
    margin-right: 5%;
}

#bottomEmailText {
    margin-left: 5%;
    margin-right: 5px;
}

#scrollBtn {
    bottom: 100px;
}

}

@media screen and (max-width: 768px) {
.headerText {
    margin-top: 46px;
    margin-bottom: 20px;
}
}