
/* GC - Default styling */
.gc-layout {
    width: 100%;
    padding: 100px 0px 100px 0px;
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}
.gc-layout .gc-container {
    display: flex;
    flex-direction: row;
    gap: 100px;
    align-items: stretch;
    justify-content:space-between;
    max-width:1100px;
}
.gc-layout .left-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-height: 300px;
    justify-content: space-between;
    align-items: flex-start;
}
.gc-layout .right-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-height: 300px;
    justify-content: space-between;
    align-items: flex-start;
}
.gc-layout .image-wrapper {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height:300px;
    width:50%;
}
.gc-layout .link-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.gc-layout .link-wrapper a {
    color: white;
    text-decoration: none;
    padding: 10px 30px 10px 30px;
    background-color: #b67f00;
}
.gc-layout .link-wrapper p {
    color: white;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    background-color: #b67f00;
}
.gc-layout .gc-arrow-link::after {
    content: "";
    fill: white;
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url('../../img/arrow-right.svg') no-repeat center center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
}
.gc-layout {
    a, p {
        font-family:'Open Sans'!important;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family:'Eurostile'!important;
    }
}

.heroImage {
    padding-bottom:100px;
    max-width:1090px!important;
}





/* GC - Billede + højrestillet tekst */
.billede-hojrestillet .link-wrapper a {
    padding: 0px 0px 10px 0px;
}
.billede-hojrestillet {
    background-color: #b67f00;
    color: white;
}





/* GC - PDF liste */
.pdf-liste .gc-container {
    flex-direction:column;
}
.pdf-liste .link-wrapper {
    flex-direction:column;
    gap:25px;
    align-items:flex-start;
}
.pdf-liste .link-wrapper a {
    align-items:center;
}
.pdf-liste .gc-arrow-link {
    width:50%;
    display:flex;
    justify-content:space-between;
}
.pdf-liste .gc-arrow-link::after {
    margin-left:auto;
}





/* GC - Ledige jobs */





/* GC - Kontakt sektion */
.kontakt-sektion {
    background-color:#ECECED;
}





/* GC - Vi støtter */
.vi-stotter {
    width:100%;
    display:flex;
    flex-direction:row;
}
.vi-stotter .gc-container {
    width:100%;
    display:flex;
    flex-direction:column;
}
.vi-stotter .gc-gallery-wrapper {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    gap:25px;
}
.vi-stotter .gc-image-wrapper {
    width:100%;
    height:200px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
}





/* GC - media queries */
@media (max-width:1199px) {
    .gc-layout {
        padding:100px 10% 100px 10%;
    }

    .gc-layout .gc-container {
        flex-direction:column;
        gap:25px;
        width:100%;
    }
    .gc-layout .left-content {
        width:100%;
        gap:10px;
        min-height:unset;
    }
    .gc-layout .right-content {
        width:100%;
        gap:10px;
        min-height:unset;
    }
    .gc-layout .image-wrapper {
        width:100%;
    }
    .heroImage {
        padding-bottom:unset!important;
    }
    .vi-stotter .gc-gallery-wrapper {
        gap:0px;
    }
    .vi-stotter .gc-image-wrapper {
        height:150px;
    }
}

@media (max-width:767px) {
    .vi-stotter .gc-gallery-wrapper {
        flex-direction:column;
    }
}