/*
Theme Name: turboo
Theme URI: https://turboo.world
Author: internetgestalten.de 
Author URI: https://internetgestalten.de
Version: 1.0.1
Description: Wordpress Theme - turboo 2026
*/

.otgs-development-site-front-end {
    display: none;
}


*, *::after, *::before {
    box-sizing: border-box;
}

:root {
    --header-height: 100px;
    --stickyfooter-height: 40px;
  --green: #55F00A;
  --white: #ffffff;
}

@font-face {
    font-family: 'full_sans';
    src: url('css/fonts/full_sans_lc_50_book-webfont.woff2') format('woff2'),
         url('css/fonts/full_sans_lc_50_book-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'full_sans';
    src: url('css/fonts/full_sans_lc_90_bold-webfont.woff2') format('woff2'),
         url('css/fonts/full_sans_lc_90_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: 'full_sans', sans-serif;
    color:#111;
    font-size:19px;
    line-height:1.4em;
    margin:0;
    padding:0;
}
body {
    background-color:#fff;
    margin-bottom: 40px;
    padding-top: var(--header-height);
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: #fff;
}

.container {
    width: 1076px;
    margin: 0 auto;
}

#site-header .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 100px;
    background: transparent;
    position: relative;
}

#site-header nav {
    order: 1;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 100px;
}

#site-header nav ul {
    margin: 0;
    margin-left: auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
}

#site-header nav ul a {
    color: #111;
    font-size: .9rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

#site-header nav ul li.current-menu-item > a {
    color: var(--green);
}

#site-header #topmenu {
    order: 2;
    width: 120px;
    min-height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
}

#site-header #topmenu .kontakt {
    display: none;
}

#site-header #topmenu .languages {
    display: block;
    text-align: center;
    color: #111;
}

#site-header #topmenu .languages a {
    color: #111;
    text-decoration: none;
}
 
#logo { 
    width: 160px;
    flex: 0 0 auto;
}
#logo img { 
    width: 100%;
    display: block;
}

/* Mobile Menu Button */
.mobile-button {
    display: none;
    position: absolute;
    background: transparent;
    cursor: pointer;
    top: 39px;
    left: 2%;
    width: 26px;
    height: 22px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after, 
.mobile-button span {
    background-color: #111;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0,-9px,0);
       -moz-transform: translate3d(0,-9px,0);
            transform: translate3d(0,-9px,0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0,9px,0);
       -moz-transform: translate3d(0,9px,0);
            transform: translate3d(0,9px,0);
}

.mobile .mobile-button span {
	opacity: 0;
}

.mobile .mobile-button:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	   -moz-transform: rotate3d(0, 0, 1, 45deg);;
            transform: rotate3d(0, 0, 1, 45deg);
}

.mobile .mobile-button:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	   -moz-transform: rotate3d(0, 0, 1, -45deg);;
            transform: rotate3d(0, 0, 1, -45deg);
}


a { 
    color: var(--green);
}

sup {
    font-size: 0.6em;
}

h1,h2,h3,h4,h5,h6 { 
    line-height: 1.3em; 
    margin-bottom: 1em;
}
h1 {font-size: 2.2em; }
h2 {font-size: 1.6em; }
h3 {font-size: 1.4em; }
h4 {font-size: 1.2em; }

main h2 {
    margin: 0;
    width: 100%;
    padding-bottom: .3em;
    text-transform: uppercase;
    color: var(--green);
    border-bottom: 3px solid var(--green);
}

section {
    padding: 3em 0;
}

p, ul, ol {
    margin-bottom: 1em;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

#gotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: block;
    opacity: 0;
    background: url(images/icon_gotop.svg) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 40px;
    z-index: 99;
    cursor: pointer;
    transition: .3s all ease;
}
.scrolled #gotop {
    opacity: 1;
}

.button {
    border: 2px solid currentColor;
    border-radius: 12px;
    padding: 3px 2em;
    text-decoration: none;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 14px;
    transition: all .2s ease-in-out;
}

#stickyfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    z-index: 100;
    height: var(--stickyfooter-height);
    color: #111;
}

#stickyfooter p {
    margin: 0;
    font-size: .8em;
}

#stickyfooter .button {
    color: #fff;
}

.cta .button:hover,
#stickyfooter .button:hover {
    background: #fff;
    color: var(--green);
}



#site-footer {
    background: var(--green);
    padding: 28px 0;
    color: #fff;
}

#site-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}
#site-footer a {
    color: #fff;
    text-decoration: none;
}
#site-footer p {
    margin: 0;
}

#site-footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

#site-footer .menu a {
    color: #fff;
    text-decoration: none;
}

/* sections */

/* banner */
section.banner {
    position: relative;
    width: 100%;
    min-height: calc(100vh - var(--header-height));
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.banner__image {
    display: block;
    width: 100%;
    height: calc(100vh - var(--header-height));
    object-fit: cover;
}

.banner__content {
    position: absolute;
    inset: 0 0 var(--stickyfooter-height) 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    text-align: left;
    color: #fff;
}

.banner__content h1,
.banner__content h2 {
    width: min(70vw, 1200px);
}

.banner__content h1 {
    margin: 0;
    font-size: clamp(2rem, 10vw, 5rem);
    text-transform: uppercase;
    color: #fff;
    opacity: .75;
    text-shadow: 0 5px 12px rgba(0, 0, 0, .5);
}

.banner__content h2 {
    margin-top: .4em;
    margin-bottom: 0;
    font-size: clamp(1rem, 2.2vw, 1.8rem);
    text-transform: uppercase;
    color: var(--green);
    text-shadow: 0 2px 8px rgba(0, 0, 0, .85);
    border: none;
}

/* standard text+img */

.std-text-img__headrow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.std-text-img__text {
    margin-top: 20px;
}

.std-text-img__button {
    display: block;
    width: fit-content;
    margin: 20px 0 0 auto;
    background: var(--green);
    color: #fff;
    text-decoration: none;
    padding: 8px 22px;
    border-radius: 22px;
    white-space: nowrap;
}

.std-text-img__media {
    margin-top: 28px;
    display: grid;
    gap: 20px;
}

.std-text-img__media--single {
    grid-template-columns: 1fr;
    margin: 2em 0;
}

.std-text-img__media--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.std-text-img__media figure {
    margin: 0;
}

.std-text-img__media img,
.std-text-img__media video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.std-text-img__media video,
.std-text-img__media.std-text-img__media--single img {
    height: 510px;
}



.std-text-img__description {
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--green);
    font-size: .9em;
}

/* team */
section.team {
    padding: 40px 0;
}

.team__headline {
    margin: 0 0 20px 0;
}

.team__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.team__image {
    margin: 0;
}

.team__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.team__text > *:first-child {
    margin-top: 0;
}

.team__text > *:last-child {
    margin-bottom: 0;
}


/* intro */
.intro .container {
    max-width: 40%;
}
.intro {
    font-weight: bold;
    position: relative;
    padding: 30px 0;
}
.intro_inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-top: 3em;
    padding-bottom: 2em;
}
.intro_inner:before {
    content: '';
    height: 160px;
    width: 80px;
    margin-top: -40px;
    flex: 0 0 80px;
    background: url(images/logo.svg) no-repeat center;
    background-size: contain;
}

/* partner */
section.partner {
    padding: 20px 0;
    background-color: var(--green);
    border-bottom: 2px solid #fff;
}
.partner h2 {
    color: #fff;
    font-size: 1.2em;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: none;
    border-bottom: 0;
}
.partner_inner {
    display: flex;
    gap: 10px;
}
.partner_inner div {
    width: 25%;
}
.partner_inner div img {
    width: 100%;
}

/* cta */
section.cta {
    background-color: var(--green);
    color: #fff;
    font-weight: bold;
    padding: 1em 0;
}
.cta .container {
    display: flex;
}
.cta .container > div {
    align-self: center;
}
.cta .container > div:first-child {
    width: 70%;
}
.cta .container > div:last-child {
    margin-left: auto;
}
.cta .button {
    color: #fff;
}


/* news */
section.news {
    padding: 60px 0;
}

.news__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news__item {
    display: grid;
    grid-template-columns: 20% 65% 15%;
    align-items: center;
    gap: 0;
    padding: 14px 0;
    border-bottom: 1px solid var(--green);
}

.news__date {
    font-size: 1em;
    line-height: 1.3;
    align-self: flex-start;
}

.news__title {
    color: #111;
    font-weight: bold;
}

.news__image {
    display: flex;
    justify-content: flex-end;
}

.news__image img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}


/* media queries */
@media only screen and (max-width: 1460px) {
    
    .container {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    
}


@media only screen and (max-width: 1024px) {

    #site-header {
        position: fixed;
    }

    #site-header .container {
        position: static;
    }
    
    .mobile-button {
        display: block;
        left: auto;
        right: 132px;
        z-index: 300;
    }    
    
    #site-header nav {
        display: flex;
        min-height: 100px;
    }

    #site-header nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 8px 0;
        z-index: 200;
        border-top: 1px solid #ddd;
        min-height: 100vh;
    }

    #site-header nav ul li {
        width: 100%;
    }

    #site-header nav ul a {
        display: block;
        width: 100%;
        padding: 12px 24px;
    }
    
    #site-header.mobile nav ul {
        display: flex;
    } 

    .std-text-img__headrow {
        flex-direction: column;
        gap: 12px;
    }

    .std-text-img__media figure {
        height: auto;
    }

    .std-text-img__media img,
    .std-text-img__media video {
        height: 420px;
    }

    .team__inner {
        grid-template-columns: 1fr;
    }

    .team__image img {
        height: 420px;
    }

}

@media only screen and (max-width: 720px) {

    section {
        padding: 2em 0;
    }


    #stickyfooter {
        flex-direction: column;
        align-items: flex-start;
    }

    #site-footer .container {
        flex-direction: column;
    }

    #site-footer .menu {
        align-items: flex-start;
    }

    .std-text-img__media--two {
        grid-template-columns: 1fr;
    }

    .std-text-img__media img,
    .std-text-img__media video,
    .std-text-img__media.std-text-img__media--single img,
    .team__image img {
        height: 320px;
    }

    #stickyfooter {
        display: none;
    }

    .cta .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 1em;
    }

    .cta .container > div:first-child {
        width: 100%;
    }

    .cta .container > div:last-child {
        margin-left: 0;
    }

    .news__item {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .news__image {
        justify-content: flex-start;
    }

    .intro .container {
        max-width: 100%;
    }

    .intro_inner:before {
        width: 40px;
        height: 80px;
        flex: 0 0 40px;
        margin-top: -10px;
    }


}

@media only screen and (max-width: 680px) {

    .banner__content {
        align-items: flex-start;
    }

    .banner__content h1 {
        line-height: 1.2em;
    }

    .intro_inner {
        padding-top: 2em;
        padding-bottom: 0;
    } 

} 