/** .woff Formate (Web Open Font Format) ---------------------------------------------------------------------------------- **/
@font-face { font-family: Zekton;        src: url("/res/fonts/Zekton/Zekton.woff"); }

h1, h3, .topLogo a, .teaserBox strong, .sideTeaser, .circleSmall div {
    font-family: Zekton, Helvetica, Arial, sans-serif;
}


/** Schriften definieren -------------------------------------------------------------------------------------------------- **/
body, html { 
    font-size: 10px; 
    font-family: Helvetica, Arial, sans-serif; 
    font-weight: 100;
}
p, ul {
    font-size: 2rem;
    line-height: 1.5em;
}
ul {
    padding-left: 4rem;
}
li{
    list-style: disc;
}
p strong {
    font-weight: 600;
}
p a {
    color: #1FB398;
    font-weight: 500;
}
h1 {
    font-size: 5rem;
    margin-bottom: 10rem;
    line-height: 1.2em;
}
h2 {
    font-size: 4rem;
    margin-bottom: 1rem;
}
h3 {
    font-size: 3em;
    margin: 4rem 0 3rem 0;
}

/** Positionierungen ------------------------------------------------------------------------------------------------------ **/
.fl { float: left; }
.fr { float: right; }
.pf { position: fixed; }
.pr { position: relative; }
.pa { position: absolute; }
.pt0 { top: 0; }
.pb0 { bottom: 0; }
.pl0 { left: 0; }
.pr0 { right: 0; }
.full { width: 100%; }
.g_20 { 
    width: 20%;
    float: left;
}


div {
    overflow: hidden;
}
.stripe {
    height: 3px;
    background: #1FB398;
    width: 80px;
    display: inline-block;
    position: absolute;
    margin-top: 3rem;
}
.seperate {
    padding: 4rem 0 6rem 0;
    display: block;
}
.bg_gr {
    background: #f2f2f2;
    padding: 15rem 0;
}
.bg_ws {
    background: #fff;
    padding: 15rem 0;
}
.bg_gn {
    background: #1FB398;
    padding: 8rem 0;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.fade {
    opacity: 0;
    transition: all 2s;
}
.fade.in-view {
    opacity: 1;
}

.topLink p a,
.topLink p a:hover,
.topLogo a svg,
.topLogo a:hover svg,
.schmal .topLink a,
.schmal .topLink a:hover,
.schmal .topLink a svg,
.schmal .topLink a:hover svg,
footer a,
footer a:hover, 
footer a.btn,
footer a.btn:hover,
.teaserBox a,
.teaserBox a:hover,
.teaserInnen .overlay,
.teaserInnen:hover .overlay {
    transition: all .5s;
}


/****************************/
/** header Bereich **********/
/****************************/
header {
    position: relative;
}

/****************************/
/** Video Bereich ***********/
/****************************/
.videoConten {
    width: 100%;
    overflow: hidden;
}
.videoConten > video {
    display: block;
    width: 100%;
}
.imageConten {
    aspect-ratio: 12/5;
    width: 100%;
    background-position: center;
    background-size: 100%;
}

/****************************/
/** Top Content Bereich *****/
/****************************/
.topContent {
    position: absolute;
    top: 0px;
    width: 100%;
}
.topContent .topLink svg {
    display: none;
}
.topContent.schmal {
    background: #000;
    position: fixed;
    z-index: 3;
    height: 110px;
}
.topContent.animate {
    display: none;
}
.topContent.schmal .topLink svg {
    display: block;
}
.topContent > div {
    float: left;
}
.topLogo a { 
    padding: 2.5rem 0 0rem 8rem;
    display: inline-block;
}
.topLogo a svg { 
    fill: #fff;
}
.topLogo a:hover {
    cursor: pointer;
    color:rgba(0,0,0,0);
}
.topLogo a:hover svg { 
    fill: #1FB398;
}
.topLink {
    color: #fff;
    right: 0;
    position: absolute;
    padding: 3rem 10rem 0 0;
    font-weight: 100;
    text-align: right;
}
.topLink a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.2em 1em;
    font-size: 3rem;
    font-weight: 100;
}
.topLink a:hover {
    border-color: #1FB398;
    color: #1FB398;
    background: rgba(0,0,0,0.2);
}
.schmal .topLink {
    padding: 0 10rem 0rem 0;
    top: 50%;
    margin-top: -2.4rem;
}
.topLinkBack {
    position: fixed;
    z-index: 1;
    right: 2rem;
    top: 2rem;
    font-size: 7rem;
    text-align: center;
    line-height: 70px;

}
.topLinkBack a {
    text-decoration: none;
    color: #1FB398;    
    width: 80px;
    height: 80px;
    border: 2px solid #1FB398;
    display: block;
    border-radius: 0;
}
.topLinkBack:hover a {
    background-color: rgba(0,0,0,0.1);
}
.topLinkBack.scroll {
    background-color: rgba(255,255,255,0.5);
}

/****************************/
/** Top Teaser Bereich ******/
/****************************/
.topTeaser {
    position: absolute;
    left: 8rem;
    bottom: 5%;
    color: #fff;
}
.topTeaser h1 {
    color: #fff;
    margin-bottom: 10rem;
}
.topTeaser h2 {
    margin-bottom: .5rem;
}
.topTeaser.Team {
    right: 12%;
        text-align: right;
}
.topTeaser.Team h2 {
    line-height: 1em;
}
.topTeaser p {
    margin-bottom: 2rem;
}

/****************************/
/** article Bereich *********/
/****************************/
article img {
    width: 100%;
}
.text {
    padding: 0 9rem 0 8rem;
}
article a.btn {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #FDBA00;
    color: #1FB398;
    padding: 0.5em 0.7em;
    font-size: 2rem;
    margin-top: 4rem;
    text-align: center;
}
article a.btn.mitte {
    display: block;
    text-decoration: none;
    border: 2px solid #1FB398;
    color: #1FB398;
    padding: 0.5em 0.7em;
    font-size: 3rem;
    margin-top: 10rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 18rem;
    text-align: center;
}
article a.btn:hover {
    background-color: rgba(0,0,0,0.1);
}
/****************************/
/** Teaser Bereich **********/
/****************************/
.sideClaimTop {
    padding: 5rem 8rem;
    color: #fff;
}
.sideClaimTop h1 {
    margin: 0;
}
.sideClaimTop p {
    margin-top: 3rem;
}
.sideClaim {
    padding: 10rem 8rem;
    text-align: center;
}
.sideClaim h1 {
    color: #fff;
    margin: 0;
}

/****************************/
/** team Bereich ************/
/****************************/
.teamContent {
    padding: 10rem 8rem;
}
.teaserBox {
    padding: 6rem 0;
}
.teaserBox img {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
}
.teaserBox strong {
    font-size: 2.5rem;
    display: inline-block;
    padding-bottom: .5em;
}
.teaserBox a {
    text-decoration: none;
    color:#000;
}
.teaserBox a:hover {
    color:#1FB398;
}
.teaserInnen {
    width: fit-content;
    height: fit-content;
    position: relative;
    margin-right: 5%;
}

.teaserInnen .overlay {
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.teaserInnen:hover .overlay {
    opacity: .8;
}


/****************************/
/** Teaser Grid *************/
/****************************/
.teaseGrid {
    padding: 15rem 8rem;
}
.teaseGrid h3 {
    padding: 0;
    margin: 0 0 4rem 0;
}
.gridItem {
    opacity: 1;
    transition: all 0.5s;
    margin-bottom: 5rem;
}
.gridImg {
    position: absolute;
    width: 50%;
}

#gridItem1 img {
    left: 270px;
    top: 20px;
}
#gridItem5 img {
    left: 270px;
    top: 20px;
}
.circleBack,
.circleBig {
    position: absolute;
    top: 50%;
    left: 50%;
}
.circleBack {
    margin: -276px 0 0 -275px;
    width: 550px;
    height: 550px;
    border-radius: 50%;
}
.circleBig {
    margin: -275px 0 0 -275px;
    width: 450px;
    height: 450px;
    /* border-radius: 50%; */
    background: none;
    border: 50px solid #1FB398;
    /* border-left-color: rgba(0,0,0,0); */
    transform: rotate(45deg);
    transition: all 1s ease-in-out;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.circleSmall {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -180px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: none;
    border: 30px solid #1FB398;
    z-index: 2;
    text-align: center;
}
.circleSmall div {
    color: #1FB398;
    font-size: 90px;
    padding-top: 102px;
}

/****************************/
/** footer Bereich **********/
/****************************/
footer h1 {
    font-weight: 500;
    color: #fff;
    padding: 12rem 0 0 0;
    margin: 0;
}
footer h2 {
    font-size: 4rem;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    color: #fff;
}
footer p {
    color: #fff;
}
footer a {
    text-decoration: none;
    color: #fff;
    opacity: 1;
}
footer p a {
    text-decoration: none;
    color: #fff;
    background: #1FB398;
    padding: 0.5rem 1rem 1rem 1rem;
    line-height: 1.5em;
}
footer p a:hover {
    background-color: rgba(0,0,0,0.2);
}
footer a:hover {
    opacity: 0.7;
}


.footerLogo a svg { 
    fill: #fff;
}


footer a.btn {
    font-size: 2rem;
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    padding: 0.8rem 1.5rem;
    width: 40rem;
    margin-bottom: 1rem;
}
footer a.btn:hover {
    background-color: rgba(0,0,0,0.2);
}
footer .btn span {
    display: block;
    text-align: right;
    line-height: 40px;
}
footer a.btn svg {
    width: 48px;
    position: absolute;
    left: 1.5rem;
    fill: #fff;
}
.footerSpacer {
    padding: 15rem 0 10rem 0;
}