/* Group Organization Licensing

   developer:   tajudeen
   requires:    shared.css
   ========================================================================== */

/* ==========================================================================
   Common
   ========================================================================== */

.full {
    display: flex;
    gap: 2%;
}

.half {
    flex: 1 1 45%;
    display: flex;
}

#grouplicensing:last-child {
    margin-bottom: 6.25rem;
}

/* ==========================================================================
   Structures
   ========================================================================== */

.wrapper {
    margin: 1px auto;
    width: 64.875rem;
    color: #616161;
    position: relative;
    max-width: 100%;
}

.wrapper * {
    box-sizing: border-box;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.wrapper h1 {
    color: #dd1100;
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 1.04;
    margin: 3.125rem 0 2.25rem;
}

.wrapper p.intro {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.62;
    margin: 0 0 2.8125rem 0;
    max-width: 54.375rem;
}

.wrapper a {
    color: #dd1100;
    text-decoration: none;
}

.wrapper a:hover {
    color: #f77700;
}

.wrapper h2 {
    color: #dd1100;
    font-size: 2.1875rem;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 1.8125rem;
    margin-bottom: 1.8125rem;
}

.wrapper h2:before {
    content: 'Vorteile für';
    display: block;
    font-size: 1rem;
    font-weight: 300;
    color: #535353;
}

.wrapper h3 {
    color: #2b2b2b;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 0.3125rem;
}

.wrapper p {
    margin: 0 0 1.5625rem;
    line-height: 1.5;
}

.half {
    margin: 0 4% 0 0;
    display: inline-block;
    vertical-align: top;
}

.half + .half {
    margin: 0;
}

hr:not(#_footer *) {
    border: 0;
    background: #b1b1b1;
    height: 1px;
    margin: 2.5rem 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.wrapper a.button {
    display: inline-block;
    color: #fff;
    background: #dd1100;
    border: 1px solid #b00f00;
    cursor: pointer;
    outline: none;
    padding: 0.5rem 1.875rem;
    border-radius: 0.25rem;
    font-size: 0.9375rem;
    line-height: 1;
    min-width: 6.875rem;
}

.wrapper a.button:active {
    border: 1px solid #b00f00;
    background: #b00f00;
    color: #fff;
}

.wrapper a.button:hover {
    background: #fe0000;
    color: #fff;
    border: 1px solid #b00f00;
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for medium screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    .wrapper {
        padding: 0 5rem;
    }
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    .wrapper {
        padding: 0 2.5rem;
    }
}

/* styles for medium screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    .wrapper {
        padding: 0 1.25rem;
    }
    .full {
        flex-direction: column !important;
    }

}

/* styles for medium screens (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}