/* crimson-text-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/crimson-text-v19-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* crimson-text-italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Crimson Text';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/crimson-text-v19-latin-italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* crimson-text-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/crimson-text-v19-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* crimson-text-600italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Crimson Text';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/crimson-text-v19-latin-600italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* crimson-text-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/crimson-text-v19-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* crimson-text-700italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Crimson Text';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/crimson-text-v19-latin-700italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    /*background-image: url(../img/GAAC-bg.jpg);*/
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

p {
    hyphens: auto;
}

.wrapper {
    background: rgb(6, 128, 227);
    background: linear-gradient(50deg, rgba(6, 128, 227, 1) 0%, rgba(34, 215, 112, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    z-index: -1;
    max-width: 100%;
    margin: auto;
    /*border-radius: 50% 50% / 0 0 25% 25%;*/
}

.the-logo {
    position: absolute;
    top: 0;
    z-index: 12;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.the-logo h1 {}

.the-logo h1 span {
    margin-top: 1em;
    display: block;
    font-size: .5em;
    position: relative;
    /*background-color: rgba(255, 255, 255, .8);*/
    border-radius: 3px;
    padding: 1em;
}

/*
.the-logo h1 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 4em;
    background-color: #283583;
    transform: translateY(-1em);
}
*/
.logo {
    margin: 50px auto 30px auto;
    display: block;
    width: 20%;
    position: relative;
    z-index: 12;
    max-width: 200px;
    min-width: 100px;
}

.logo-2 {
    max-width: 500px;
    margin: 0 auto 0px;
    display: block;
}

.logo-footer {
    max-width: 200px;
    margin-bottom: 2em;
}

.head {
    /*padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    padding-top: 50%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.navbar {
    width: 100%;

}

.navbar-custom .navbar-brand,
.navbar-custom .nav-item .nav-link {
    color: #283583;
    padding-right: 1em;
    padding-left: 1em;
}

.navbar-custom .nav-item .nav-link:hover {
    color: #4a5dce;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: .5;
}

#trigger-nav {
    position: absolute;
    top: 10em;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: transparent;
    z-index: 100;
}

.navbar.nav-bg {
    background-color: #fff;
    transform: translateY(0px);
    -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, .5);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    animation-name: slide;
    animation-duration: .3s;
    z-index: 15;
}

.nav-container {
    height: 75px;
}

h1 span {
    display: block;
    font-family: var(--bs-body-font-family);
    font-size: .5em;
    margin-bottom: 1em;
}

.ht-2 {
    font-size: .6em;
}
.ht-3 {
    color: #212529;
    font-weight: bold;
}
@keyframes slide {
    from {
        transform: translateY(-75px);
        opacity: 0
    }

    to {
        transform: translateY(0px);
        opacity: 1
    }
}

.video-overlay {
    position: relative;
    color: #fff;
    max-height: 500px;
    overflow: hidden;
}

.title-overlay {
    position: absolute;
    /* top: 50%; */
    /* left: 0; */
    z-index: 10;
    padding: 3em 6em;
    transform: translateY(65%);
}

h2 {
    font-size: 3rem;
    margin-top: .5em;
    margin-bottom: 1em;
}

.title-overlay h1,
.title-overlay p {
    color: #fff;
    font-weight: bold;
}

h1,
h2,
h3,
h4 {
    font-family: 'Crimson Text', serif;
    font-style: normal;
    font-weight: 400;
    color: #283583;
}

.box-2 h3 {
    text-align: left;
}

.blue-hr {
    background-color: #b2b2b2;
    height: 3px;
    width: 60%;
    opacity: .25;
    margin: 1em auto 4em auto;
}

#background-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    bottom: auto;
    z-index: -1;
    /*border-radius:  50% 50% / 0 0 25% 25%;
    border-width:0 0 15px 0;
    border-style:solid;
    border-color:#fff;*/
}

#ueber {
    margin-bottom: 16px;
}

.portraitpic {
    border: 1px solid gray;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 56.25%;
    width: 100%;
    /* margin: 0 auto; */
    overflow: hidden;
    border-radius: 50% 50% / 0 0 25% 25%;
    transform: translateY(-1em);
}

.oval {
    background-image: url(../img/gradient.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

.the-content {
    margin-top: 2em;
}

.blue {
    background: rgb(6, 128, 227);
    background: linear-gradient(50deg, rgba(6, 128, 227, 1) 0%, rgba(34, 215, 112, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 10px;
    border: 0;
    width: 100%;
    position: relative;
    margin: 2em auto;
    border-radius: 10px 0 0 10px;
}

.blue::before {
    background-image: url(../img/dots.png);
    background-size: auto;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 10px;
    width: 100%;
    content: "";
}

.color {
    border-width: 10px 0 10px 0;
    border-color: #ececec;
    border-style: solid;
    background-color: #fff;
    height: 500px;
    min-height: 500px;
    background-image: url(../img/photovoltaic-2814504_1280.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    margin: 2em auto;
    position: relative;
}

.centered-head {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.centered-head h1,
.centered-head p {
    color: #fff;
    text-shadow: #000 1px 0 5px;
}

.human {
    background-color: #ececec;
    aspect-ratio: 4/5;
}

.human-desc {
    padding: 5em;
}

.kontakt {
    margin-top: 200px;
}

.myButton {
    width: 200px;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    background: linear-gradient(to right top, #0681e2, #21d474);
    border: none;
    border-radius: 3px;
    font-family: arial;
    transition: all 0.25s ease;
}

.myButton:hover {
    color: #000000;
    background: linear-gradient(to left bottom, #349ceb, #3ce68b);
    border-color: none;
}

.footer {
    border-color: #283583;
    background-color: #ececec;
    margin: 0 auto 0;
    padding-top: 2em;
    padding-bottom: 4em;
    border-width: 10px 0 0 0;
    border-style: solid;
}

.team {
    padding-bottom: 2em;
}

.single {
    background-color: rgba(255, 255, 255, .8);
   margin-bottom: 1em; 
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, .6);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, .6);
    border:1px solid rgba(0, 0, 0, .1)
}

.ani {
    text-align: center;
    margin-top: 9em;
}

.ani figure {
    max-width: 500px;
    margin: 0 auto;
}

.ani figure .ani-logo {
    width: 50%;
}

.vid-wrap {
    height: 500px;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-shadow: #000 1px 0 5px;
    border-color: #ececec;
    border-width: 10px 0 10px 0;
    border-style: solid;
    border-color: #ececec;
    margin-top: 3em;
}

.team-single h4 span {
    display: block;
    font-size: .7em;
    color: #737373;
}

.vid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.box {
    opacity: 0;
    transform: translateY(100px);
    transition: transform ease-out .9s, opacity ease .9s;
}

.slideIn {
    transform: translateY(0);
    opacity: 1;
}

.das-logo {
    width: 50px;
}

.navbar-brand {
    overflow: visible;
    opacity: 0;
}

.nav-bg .navbar-brand {
    opacity: 1;
}

.head {
    /*padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    padding-top: 850px;
}

#background-video {
    height: 100%;
}

.highlight-text {
    font-family: 'Crimson Text', serif;
    font-style: normal;
    font-weight: 400;
    color: #283583;
    font-size: 1.75em;
}

.bolder {
    font-weight: bolder;
    color: #283583;
}

.portrait {
    margin-bottom: 5em;
}
.team-single figcaption h4 {
    margin-top:.3em;
}
.btn.btn-gaac {
	background-color: #f2f2f2;
	border-radius: 0;
}
.btn.btn-gaac:hover {
	background-color: #d1d1d1;
	border-radius: 0;
}
.ghost-link {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -70px;
}
.di {
	border-width: 0;
	border-radius: 0;
	background-color: transparent;
}
.small_link {
	font-size: .8em;
	color: #3c3c3c;
	text-decoration: none;
}
.footer_content {
	font-size: .8em;
	color: gray;
}
.footer_title, .footer_content h5 {
    font-size:1em;
    font-weight:bold;
    color: gray;
    font-family: var(--bs-body-font-family);
}
/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

    .the-logo h1 {

        font-size: 1.7em;
    }

    .head {
        /*padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
        padding-top: 700px;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    #background-video {
        height: 100%;
    }

    .navbar {
        background-color: #fff;
        transform: translateY(0px);
        -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, .5);
        box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, .5);
    }

    .highlight-text,
    h3 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.25em;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .team-single {
        max-width: 250px;
    }

    .portrait {
        margin-bottom: 1em;
    }

    .the-logo h1 {
        max-width: 100%;
    }

    .the-logo h1 {
        bottom: .5em;
        margin-left: 1em;
        margin-right: 1em;
    }

    .navbar {

        width: 100%;
        margin-top: 0;
    }

    .ani figure {
        max-width: 250px;
        margin: 0 auto;
    }

    #background-video {
        height: 100%;
    }

    .head {
        /*padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
        padding-top: 600px;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .title-overlay {
        position: absolute;
        /* top: 50%; */
        /* left: 0; */
        z-index: 10;
        padding: 3em 3em;
        transform: translateY(25%);
    }

    .navbar {
        display: none !important;
    }

    .navbar.nav-bg {
        display: block !important;
    }

}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .the-logo h1 {
        bottom: .5em;
    }

    .the-logo h1 span {
        bottom: .5em;
    }

    .navbar {
        width: 100%;
    }

    .portrait figure {
        margin: auto;
    }
    .logo-2 {
    max-width: 100%;
    margin: 0 auto 0px;
    display: block;
}
    .title-overlay {
        display:none;
	position: absolute;
	/* top: 50%; */
	/* left: 0; */
	z-index: 10;
	padding: 3em 3em;
	transform: translateY(0);
}
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
}