.text-center {
    text-align: center;
}

a.gda-linklistitem {
    color: #0096a1 !important
}

h1,
h2 {
    margin-bottom: 35px;
}

h3 {
    margin-bottom: 15px;
}

.gda-modal__content h2,
.gda-richtext h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}

.gda-textandimage > p,
.gda-modal__content p,
.gda-richtext p {
    margin-bottom: 15px;
}

.gda-header::before {
    border-bottom: 4px solid #aac214;
}

a.gda-button-x {
    font-family: TheSans;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #0096a1;
    padding: 10px 15px 6px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background .25s ease, color .25s ease, -webkit-filter .25s ease;
    transition: background .25s ease, color .25s ease, -webkit-filter .25s ease;
    -o-transition: background .25s ease, color .25s ease, filter .25s ease;
    transition: background .25s ease, color .25s ease, filter .25s ease;
    transition: background .25s ease, color .25s ease, filter .25s ease, -webkit-filter .25s ease;
}

.gda-modal__content dl dd,
.gda-modal__content dl dt,
.gda-modal__content ol li,
.gda-modal__content p,
.gda-modal__content ul:not(.gda-bulletlist) li,
.gda-richtext-content dl dd,
.gda-richtext-content dl dt,
.gda-richtext-content ol li,
.gda-richtext-content p,
.gda-richtext-content ul:not(.gda-bulletlist) li,
.gda-thumbnailteaser-content p,
.gda-thumbnailteaser-content ul li a,
.gda-contentteaser-content p,
.gda-linklistitem,
.gda-calltoaction p,
p,
li {
    font-size: 22px;
    line-height: 28px;
    color: #525455
}

.gda-calltoaction .gda-form .gda-formrow {
    width: 100%;
}

.gda-calltoaction h3 {
    font-size: 30px;
    line-height: 30px;
}

.gda-thumbnailteaserlist-centeredtext .gda-thumbnailteaser-content {
    text-align: center;
}

.gda-thumbnailteaserlist.gda-thumbnailteaserlist-centeredtext div.gda-thumbnailteaser {
    padding: 0 30px;
}

td {
    vertical-align: top;
    padding-right: 70px;
}

.gda-textandimage-content .gda-figure-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.gda-textandimage-content .gda-figure-wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.gda-textandimage-content.gda-textandimage-content-imageleft .gda-figure-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 30px
}

@media (max-width:768px) {
    .gda-textandimage-content .gda-figure-wrap {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.gda-textandimage--imagesize-small .gda-textandimage-content .gda-figure-wrap {
    max-width: calc(25% - 31px)
}

.gda-textandimage--imagesize-medium .gda-textandimage-content .gda-figure-wrap {
    max-width: calc(50% - 31px)
}

@media (max-width:1024px) {
    .gda-textandimage--imagesize-medium .gda-textandimage-content .gda-figure-wrap,
    .gda-textandimage--imagesize-small .gda-textandimage-content .gda-figure-wrap {
        max-width: calc(50% - 31px)
    }
}

@media (max-width:768px) {
    .gda-textandimage--imagesize-medium .gda-textandimage-content .gda-figure-wrap,
    .gda-textandimage--imagesize-small .gda-textandimage-content .gda-figure-wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: none
    }
}

.gda-textandimage-content .gda-figure-wrap+.gda-richtext {
    margin-right: 30px
}

@media (max-width:768px) {
    .gda-textandimage-content .gda-figure-wrap+.gda-richtext {
        margin-right: 0;
        margin-left: 0;
        margin-top: 30px
    }
}

.gda-figure-wrap {
    overflow: hidden;
}

.gda-figure-wrap .gda-gallery--grid-1 .gda-gallery-inner .previous.flickity-button::before,
.gda-figure-wrap .gda-gallery--grid-1 .gda-gallery-inner .next.flickity-button::before,
.gda-figure-wrap .gda-gallery--grid-1 .gda-gallery-inner .flickity-page-dots l {
    font-size: 14px;
    color: #0096a1;
}
.gda-figure-wrap .gda-gallery--grid-1 .gda-gallery-inner .flickity-page-dots l {
    background: #0096a1;
    margin-top: 5px;
}

.gda-calltoaction .gda-form {
    padding: 0 70px 30px 70px;
}

.gda-calltoaction .gda-form .gda-formrow .gda-formcol {
    margin-top: 10px;
}

.gda-calltoaction .gda-formcol-last-text {
    float: right;
    width: 100%
}

.gda-formcol-last-text.gda-formcol-last-text-width-image p {
    line-height: 20px;
    margin-top: 10px;
}

.gda-formcol-last-text.gda-formcol-last-text-width-image {
    width: calc(100% - 105px)
}

.gda-calltoaction img {
    float: left;
    border-radius: 50%;
}

.gda-figure-2-cols .gda-figure {
    display: table-cell;
    width: 50% !important
}

.gda-figure-3-cols .gda-figure {
    display: table-cell;
    width: 33% !important
}

.gda-figure figcaption {
    text-align: center;
}

.gda-thumbnailteaserlist.gda-thumbnailteaserlist-2-columns > div.gda-thumbnailteaser,
.gda-thumbnailteaserlist.gda-thumbnailteaserlist-3-columns > div.gda-thumbnailteaser,
.gda-thumbnailteaserlist.gda-thumbnailteaserlist-4-columns > div.gda-thumbnailteaser {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin: 0 0 30px 0;
}

.gda-thumbnailteaserlist.gda-thumbnailteaserlist-2-columns > div.gda-thumbnailteaser {
    width: calc((100% - 230px) / 6 * 3 + 89.91px);
}

.gda-thumbnailteaserlist.gda-thumbnailteaserlist-3-columns > div.gda-thumbnailteaser {
    width: calc((100% - 500px) / 12 * 4 + 89.91px);
}

.gda-thumbnailteaserlist.gda-thumbnailteaserlist-4-columns > div.gda-thumbnailteaser {
    width: calc((100% - 500px) / 12 * 3 + 89.91px);
}

.gda-thumbnailteaserlist.gda-thumbnailteaserlist-2-columns > div.gda-thumbnailteaser,
.gda-thumbnailteaserlist.gda-thumbnailteaserlist-3-columns > div.gda-thumbnailteaser,
.gda-thumbnailteaserlist.gda-thumbnailteaserlist-4-columns > div.gda-thumbnailteaser  {
    margin-right: 30px;
}

.gda-thumbnailteaserlist.gda-thumbnailteaserlist-2-columns > div.gda-thumbnailteaser ~ div.gda-thumbnailteaser:nth-of-type(2n),
.gda-thumbnailteaserlist.gda-thumbnailteaserlist-3-columns > div.gda-thumbnailteaser ~ div.gda-thumbnailteaser:nth-of-type(3n),
.gda-thumbnailteaserlist.gda-thumbnailteaserlist-4-columns > div.gda-thumbnailteaser ~ div.gda-thumbnailteaser:nth-of-type(4n) {
    margin-right: 0;
}

.gda-thumbnailteaserlist.gda-thumbnailteaserlist-2-columns .gda-thumbnailteaser .gda-responsiveimage {
    height: 300px;
}

.gda-thumbnailteaserlist.gda-thumbnailteaserlist-bg div.gda-thumbnailteaser {
    padding: 30px;
    background: #f5f2df;
}

@media (max-width:1024px) {
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-3-columns > div.gda-thumbnailteaser,
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-4-columns > div.gda-thumbnailteaser {
        width: calc((100% - 230px) / 6 * 3 + 89.91px);
        margin-right: 30px;
    }
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-3-columns > div.gda-thumbnailteaser ~ div.gda-thumbnailteaser:nth-of-type(2n),
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-4-columns > div.gda-thumbnailteaser ~ div.gda-thumbnailteaser:nth-of-type(2n) {
        margin-right: 0;
    }
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-3-columns > div.gda-thumbnailteaser ~ div.gda-thumbnailteaser:nth-of-type(2n+1),
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-4-columns > div.gda-thumbnailteaser ~ div.gda-thumbnailteaser:nth-of-type(2n+1) {
        margin-right: 30px;
    }
}

@media (max-width:568px) {
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-2-columns > div.gda-thumbnailteaser,
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-3-columns > div.gda-thumbnailteaser,
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-4-columns > div.gda-thumbnailteaser,
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-3-columns > div.gda-thumbnailteaser ~ div.gda-thumbnailteaser:nth-of-type(2n+1),
    .gda-thumbnailteaserlist.gda-thumbnailteaserlist-4-columns > div.gda-thumbnailteaser ~ div.gda-thumbnailteaser:nth-of-type(2n+1) {
        width: 100%;
        margin-right: 0;
    }
}

.gda-frame-bg .gda-thumbnailteaserlist.gda-thumbnailteaserlist-bg div.gda-thumbnailteaser,
.gda-frame-bgl .gda-thumbnailteaserlist.gda-thumbnailteaserlist-bg div.gda-thumbnailteaser {
    background: none;
}

iframe {
    border: none
}

.gda-thumbnailteaserlist {
    justify-content: center;
}

.gda-layout-100 h1,
.gda-layout-100 h2,
.gda-layout-100 h3,
.gda-layout-100 h4,
.gda-layout-100 h5,
.gda-layout-100 p {
    padding-right: 30% !important;
}

.gda-frame-bg-wrap {
    max-width: none !important;
    background: url("../Images/bg.png") center center;
}

.gda-frame-bg-wrap>* {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gda-frame-bg,
.gda-frame-bgl {
    padding: 4rem 3rem 4rem 10px !important;
    background: #F5F2DF;
    border-top-right-radius: 30px;
}

@media (min-width:1024px) {
    .gda-frame-bg,
    .gda-frame-bgl {
        padding: 4rem 3rem 4rem 30px !important;
    }
}


.h1,
.gda-promocontent-content-inner .h1,
.gda-promocontent-content-inner .h2 {
    font-size: 44px;
    line-height: 51px;
    color: #000;
    font-weight: 100
}

.h1,
.gda-promocontent-content-inner .gda-promocontent .h1, .gda-promocontent-content-inner .gda-stageteaser--theme-light .h1, .gda-promocontent-content-inner .gda-usphighlighter .h1, .gda-promocontent .gda-promocontent-content-inner .h1, .gda-stageteaser--theme-light .gda-promocontent-content-inner .h1, .gda-usphighlighter .gda-promocontent-content-inner .h1,
.gda-promocontent-content-inner .gda-promocontent .h2, .gda-promocontent-content-inner .gda-stageteaser--theme-light .h2, .gda-promocontent-content-inner .gda-usphighlighter .h2, .gda-promocontent .gda-promocontent-content-inner .h2, .gda-stageteaser--theme-light .gda-promocontent-content-inner .h2, .gda-usphighlighter .gda-promocontent-content-inner .h2 {
    display: block;
    color: #fff;
    margin-bottom: 40px
}

.gda-promocontent-content-inner .gda-richtext-content .span,
.gda-promocontent-content-inner .gda-richtext-content p.subheader {
    color: #255955;
    font-family: TheSans;
    margin-bottom: 20px;
}

.gda-promocontent-content-inner a.gda-button {
    margin-top: 40px
}

.gda-breadcrumb {
    display: flex;
    margin-top: -55px;
}

@media (max-width:568px) {
    .gda-breadcrumb {
        margin-top: 0;
    }
}

.gda-breadcrumb a {
    color: #0096a1 !important;
    text-decoration: none;
}

.gda-breadcrumb li {
    float: left;
    margin-right: 15px;
    font-size: 15px;
}
.gda-breadcrumb li::before {
    content: ">";
    margin-right: 15px
}
.gda-breadcrumb li:nth-child(1)::before {
    content: "";
    margin-right: 0
}
p a,
.dpnglossary.link {
    color: #0096a1;
    hyphens: none
}
li {
    break-inside: avoid-column;
}
.gda-promocontent-quote {
    padding-top: 65px;
    min-height: 365px;
    background: rgba(170, 194, 20);
}
.gda-promocontent-quote .gda-promocontent-content {
    float: right;
    width: calc(100% - 505px);
    padding: 25px 0;
    max-width: none;
    padding-right: 0;
}
.gda-promocontent-quote .gda-promocontent-content .gda-promocontent-content-inner {
    width: 70%;
    padding: 0;
}
.gda-promocontent-quote .gda-promocontent-content .gda-promocontent-content-inner h2 {
    font-size: 28px;
    line-height: 35px;
}
.gda-promocontent-quote .gda-promocontent-content .gda-promocontent-content-inner .subheader {
    font-family: Lora;
    font-size: 1rem
}
.gda-promocontent-image {
    position: absolute;
    top: 65px;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 415px;
    border-top-right-radius: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media (max-width:768px) {
    .gda-promocontent-quote .gda-promocontent-content {
        float: none;
        width: calc(100% - 60px);
        padding: 0 0 20px 30px;
    }
    .gda-promocontent-quote .gda-promocontent-content .gda-promocontent-content-inner {
        width: 100%;
    }
    .gda-promocontent-image {
        position: relative;
        top: unset;
        max-width: 100%;
        height: 300px;
        width: 80%;
    }
}
@media (max-width:568px) {
    .gda-promocontent-quote {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        border-top-right-radius: 60px;
    }
    .gda-promocontent-quote .gda-promocontent-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 30px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .gda-promocontent-image {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 300px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        border-top-right-radius: 0;
    }
}
/* Quotes */
.gda-galleryitem-wrap {
    padding: 0 10% 20px 10%;
}
.gda-galleryitem-wrap p {
    text-align: center;
    font-size: 0.9rem;
    line-height: 20px;
}
.gda-galleryitem-wrap .gda-galleryitem-wrap-quote p {
    font-size: 1.3rem;
    line-height: 30px;
    color: #0096a1;
    margin-bottom: 20px;
}
.gda-gallery-quotes .gda-gallery-inner {
    padding-top: 150px;
}
.gda-gallery-quotes .gda-gallery-inner .flickity-viewport {
    margin-top: 30px;
}
.gda-gallery-quotes hr {
    width: 100%;
    height: 2px;
    background: rgb(233,233,234);
    background: radial-gradient(circle, rgba(233,233,234,1) 50%, rgba(255,255,255,1) 100%);
    border: none;
    margin-top: -4px;
}
.gda-gallery-quotes .gda-gallery-inner .flickity-page-dots {
    position: absolute;
    top:0;
    width: 100%;
}
.gda-gallery-quotes .gda-gallery-inner .flickity-page-dots li {
    position: relative;;
    width: 100px;
    height: 100px;
    padding: 15px 0;
    background: #0096a1;
    margin: 0 30px 15px 30px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.gda-gallery--grid-1.gda-gallery-quotes .gda-gallery-inner .flickity-page-dots li:last-child {
    margin-right: 30px;
}
.gda-gallery-quotes .gda-gallery-inner .flickity-page-dots .dot.is-selected {
    width: 130px !important;
    height: 130px !important;
    margin: 0 15px !important;
    border: 4px solid #aac214 !important;
}
.gda-gallery-quotes .gda-gallery-inner .flickity-page-dots li:hover {
    border: 4px solid #aac214;
}
.gda-gallery-quotes .flickity-prev-next-button {
    display: none;
}
.gda-gallery-quotes .arrow_box {
    display: none;
    position: absolute;
    bottom: -22px;
    border: 1px solid #E9E9EA;
    left: 50%;
    background: #fff;
}
.gda-gallery-quotes .gda-gallery-inner .flickity-page-dots .dot.is-selected .arrow_box {
    display: block
}
.gda-gallery-quotes .arrow_box:after,
.gda-gallery-quotes .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.gda-gallery-quotes .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.gda-gallery-quotes .arrow_box:before {
    border-color: rgba(233, 233, 234, 0);
    border-bottom-color: #E9E9EA;
    border-width: 9px;
margin-left: -9px;
}
/* Fancy header */
.gda-fancyheader-inner {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    margin: 0
}
.gda-fancyheader {
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh;
    margin: 0;
    margin-top: -50px !important;
    padding: 0 !important;
    background: top center no-repeat
}
.gda-fancyheader img {
    width: 100%;
    height: 100%
}
@media (min-width:769px) {
    .gda-fancyheader {
        margin-top: -85px !important
    }
}
/* Inner home nav */
header.innerhome-header,
header.innerhome-header .gda-header-inner {
    height: 85px
}
header.innerhome-header::before {
    background: none;
    border-bottom: 0
}
header.innerhome-header .gda-mainnavigation {
    float: left;
    width: 100%;
    text-align: left
}
header.innerhome-header .gda-mainnavigation .gda-mainnavigation-inner > ul {
    margin-left: 85px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left !important
}
header.innerhome-header li {
    margin-right: 3.5%;
}
header.innerhome-header li:last-child {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px
}
header.innerhome-header a::before {
    height: 0 !important;
    background: none !important
}
header.innerhome-header a.gda-mainnavigation-link {
    height: 85px;
    line-height: 85px;
    font-size: 20px;
    text-decoration: none
}
header.innerhome-header a.gda-button {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    background: #0096a1;
    margin-top: 23px;
    padding: 0 20px
}
header.innerhome-header a.gda-button:hover {
    color: #fff
}
header.innerhome-header a.gda-button-mobile {
    display: none;
    margin-top: 0;
    z-index: 99999999
}
@media (max-width:768px) {
    header.innerhome-header a.gda-button-mobile {
        display: block
    }
}
.gda-viewport-innerhome .gda-viewport-content > * ~ *,
.gda-viewport-innerhome .gda-viewport-content > .gda-section:first-child {
    margin-top: 0
}
header.innerhome-header-eps {
    position: fixed;
    top: -85px;
    width: 100%;
    height: 85px;
    background: #fff !important;
    transition: top 0.5s;
    z-index: 99999
}
body.eps header.innerhome-header-eps {
    top: 0
}

header.innerhome-header-eps .gda-header-inner {
    height: 85px;
}
header.innerhome-header-eps .gda-mainnavigation {
    float: left;
    width: 100%;
    text-align: left;
}
header.innerhome-header-eps .gda-mainnavigation .gda-mainnavigation-inner > ul {
    margin-left: 85px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left !important
}
header.innerhome-header-eps li.makeanappointment {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px
}
header.innerhome-header-eps li.gda-mainnavigation-link-burger-open,
header.innerhome-header-eps li.gda-mainnavigation-link-burger-close {
    display: none;
    position: absolute;
    right: -20px;
    top: 0
}
header.innerhome-header-eps .gda-mainnavigation .gda-iconlist::before {
    background: none
}

header.innerhome-header-eps li.gda-mainnavigation-link-burger-open .gda-iconlist--size-large .gda-iconlistitem,
header.innerhome-header-eps li.gda-mainnavigation-link-burger-open .gda-iconlistitem[class*="gda-icon-"]::before,
header.innerhome-header-eps li.gda-mainnavigation-link-burger-close .gda-iconlist--size-large .gda-iconlistitem,
header.innerhome-header-eps li.gda-mainnavigation-link-burger-close .gda-iconlistitem[class*="gda-icon-"]::before {
    margin-top: 17px;
    color: #aac214 !important;
}
header.innerhome-header-eps a.gda-mainnavigation-link {
    height: 85px;
    line-height: 85px;
    font-size: 20px;
    text-decoration: none
}

header.innerhome-header-eps a.gda-button {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    background: #0096a1;
    margin-top: 23px;
    padding: 0 20px
}
#innerhome-mobile-menu {
    position: fixed;
    top: -5000px;
    right: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh;
    margin: 0;
    padding: 180px 30px 0 30px;
    background: #aac214;
    transition: all 0.5s;
    z-index: 99998;
    text-align: center
}
#innerhome-mobile-menu li {
    margin-bottom: 20px
}
#innerhome-mobile-menu a {
    color: #fff;
    text-decoration: none
}
@media (max-width:768px) {
    header.innerhome-header-eps .gda-mainnavigation {
        display: block !important;
        height: 85px !important;
        position: relative !important;
        padding-top: 0 !important
    }
    header.innerhome-header-eps .gda-mainnavigation .gda-mainnavigation-inner {
        height: 85px !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        background: none !important;
        overflow-y: hidden !important
    }
    header.innerhome-header-eps .gda-mainnavigation li {
        display: none
    }
    header.innerhome-header-eps .gda-mainnavigation li.gda-mainnavigation-link-burger-open {
        display: block
    }
}

.gda-newsletter-box {
    width: 80%;
    margin: 20px auto;
    background: #f5f2df;
    padding: 20px 20px 5px 20px;
    border-radius: 20px;
    text-align: center;
}

.gda-newsletter-box p {
    font-size: 16px;
    hyphens: none;
    line-height: 20px;
    margin-bottom: 20px;
}

.gda-newsletter-box img {
    width: 80%;
}

.gda-newsletter-box p a.gda-button {
    font-weight: 400;
    padding: 7px 10px 4px 40px;
    background-size: 12%;
    background-position: 10px center;
    white-space: nowrap;
}

.gda-icon--envelope {
    background: url("../Images/envelope.png") left center no-repeat;
    background-size: 12%;
}

@media (max-width:768px) {
    .gda-icon--envelope {
        background-size: 15%;
    }
}

.gda-icon--envelope {
    background: url("../Images/envelope.png") left center no-repeat;
    background-size: 12%;
}

.gda-socialmedia-icons  {
    width: 100%;
    text-align: right;
}

.gda-socialmedia-icons a  {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 15px;
    transition: all 0.2s;
}

.gda-socialmedia-icons a:first-child {
    margin-left: 0;
}

.gda-socialmedia-icons a:last-child {
    margin-right: 0;
}

.gda-socialmedia-icons a:hover {
    scale: 1.3;
}

.gda-socialmedia-icons a.gda-socialmedia-icons-instagram {
    background: url("../Images/SocialMedia/instagram.svg") left center no-repeat;
    background-size: 34px;
}

.gda-socialmedia-icons a.gda-socialmedia-icons-facebook {
    background: url("../Images/SocialMedia/facebook.svg") left center no-repeat;
    background-size: 34px;
}

.gda-socialmedia-icons a.gda-socialmedia-icons-linkedin {
    background: url("../Images/SocialMedia/linkedin.svg") left center no-repeat;
    background-size: 34px;
}

.gda-socialmedia-icons a.gda-socialmedia-icons-xing {
    background: url("../Images/SocialMedia/xing.svg") left center no-repeat;
    background-size: 34px;
}

@media (max-width:1190px) {
    .gda-socialmedia-icons a  {
        margin: 0 10px;
    }
    .gda-socialmedia-icons a:first-child {
        margin-left: 0;
    }
    .gda-socialmedia-icons a:last-child {
        margin-right: 0;
    }
}

@media (max-width:1024px) {
    .gda-socialmedia-icons a  {
        scale: 0.8;
        margin: 1px;
    }
    .gda-socialmedia-icons a:first-child {
        margin-left: 0;
    }
    .gda-socialmedia-icons a:last-child {
        margin-right: 0;
    }
    .gda-socialmedia-icons a:hover  {
        scale: 1;
    }
}

@media (max-width:768px) {
    .gda-socialmedia-icons  {
        text-align: center;
    }
    .gda-socialmedia-icons a  {
        scale: 1;
        margin: 0 30px;
    }
    .gda-socialmedia-icons a:hover {
        scale: 1.3;
    }
    .gda-socialmedia-icons a:first-child {
        margin-left: 0;
    }
    .gda-socialmedia-icons a:last-child {
        margin-right: 0;
    }
}

.gda-external-media-caption {
    margin-top: 10px;
    text-align: center;
    font-size: 0.9rem;
}

.sp-iframe.ratio-1x1 {
    padding-top: 100%;
}

.sp-iframe.ratio-4x3 {
    padding-top: 75%;
}

.sp-iframe.ratio-16x9 {
    padding-top: 56.25%;
}

.sp-iframe.ratio-21x9 {
    padding-top: 42.85%;
}