/* raleway-300 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Raleway Light'), local('Raleway-Light'),
    url('../fonts/raleway-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Raleway'), local('Raleway-Regular'),
    url('../fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v14-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
    url('../fonts/raleway-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway-v14-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
    url('../fonts/raleway-v14-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
    url('../fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
    url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
    url('../fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

:root {
    --main: #1f2021;
    --secondary: #d4b039;
    --font:#ffffff;
}

/* ------- ALLGEMEIN -------- */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Raleway' ;
    background-color: var(--main, #1f2021);
    color: var(--font, #fff);
    font-size: 1.1rem;
}

#app {
    z-index: 1;
    min-height: 82vh;
}

.bg-secondary {
    background-color: var(--secondary, #d4b039 ) !important;
}

.btn-web {
    padding: 6px 50px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    color: #fff;
    width: 250px;
}

.btn-register {
    padding: 6px 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    color: #fff;
    margin-top: -3px;
}

/* ------- FONT -------- */

h1,h2,h3,h4,h5,h6 {
    font-weight: 300 ;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-break: break-word;
}

h1, h2 {
    font-size: 1.85rem;
    font-weight: 700;
    overflow: hidden;
    padding-left:57px;
}
 h3 {
     font-size: 1.1rem;
     font-weight: 700;
     letter-spacing: 2px;
 }

p, table {
    line-height:190%;
    font-weight:200;
    line-height: 190%;
    font-weight: 200;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.6px;
}

span {
    line-height:170%;
    line-height: 190%;
    font-weight: 200;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.6px;
}

strong {
    font-weight: bold;
}

ul {
}

.line {
    position: absolute;
    width: 45px;
    height: 4px;
    background-color: var(--secondary, #d4b039);
    font-size: 2rem;
    margin-right: 10px;
    margin-top:17px;
    left: 15px;
}

.btn {
    border-radius:0px;
    border:none;
}

a {
    color: var(--secondary, #d4b039);
}
a:hover {
    color: #ecc340;
}

.img-fluid {
    width:100%;
}

table tr td:last-of-type {
    padding-left:20px;
}
/* ------- NAV -------- */


nav {
}

a.navbar-brand, a.navbar-brand img {
    max-width: 80%;
}
.burger {
    position: absolute;
    margin-top:5px;
}

.burger-item {
    height: 7px;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    width: 300px;
}

.burger-item a{
    display: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.2px;
    font-weight: 700;
}

.open .burger-item {
    height: 75px;
    width: 300px;
}


.burger .slice {
    width: 22px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
    transition: all ease-in-out 0.5s;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.open .slice {
    margin-top: 8px;
}

.burger .slice.active {
    background-color: var(--secondary);
}

.burger-item a.active {
    color: var(--secondary);
}

.open .burger-item a{
    display: block;
}
.open .burger-item a:hover{
    color: var(--secondary);
    text-decoration:none;
}

.open .item-projects {
    height: 75px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project-list {
    overflow:hidden;
    height:20px;
    transition: all ease-in-out 0.5s;
}

.open .project-list:hover  {
    height: 225px;
    transition: all ease-in-out 0.5s;
}
.open .item-projects.hover {
    height: 255px;
    transition: all 0.5s ease;
}
.open .item-projects.hover .project-list  {
    height: 225px;
    transition: all ease-in-out 0.5s;
}
/* ------- LANG SWITCH -------*/

a.lang {
    width: 40px;
    height: 20px;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
}

a.lang.active {
    color: #1f2021;
    background-color:#fff;
}
a.lang:hover {
    text-decoration:none;
}


/* ------- VIDEO BG -------*/

.video-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    z-index: -1;
}
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    background-image: url('../img/overlay-pattern.png');
    z-index: 0;
}

/* ------- PROJECTS -------*/
.project-teaser {
    opacity: 0.5;
}

.project-logo {
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
}

.project-header {
    margin-top:50px;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
/* ------- FOOTER -------*/

footer {
    font-size: 0.8rem;
}

.sticky-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    line-height: 60px;
}

footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 20px;
    padding-top: 10px;
}
footer ul li.social-link {
    list-style: none;
    display: inline-block;
    margin: 0px 20px;
}

footer a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.75;
}


footer a:hover {
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}

.footer-nav {
    margin-left:0px;
    padding-left:0px;
}

/* ------- FORMS -------*/

label {
    display: block;
    width: 100%;
}

input, textarea, select {
    background-color: #444 !important;
    border-color: #777 !important;
    color: #fff !important;
}

/* --------- Modal / Pop Up ------------*/

.modal-dialog {
}

.modal-content {
}

.modal-body {
}

.modal-body button.close {
}

.modal-text {
}

.modal-text p {
}

.modal-footer {
}

/* ------- MEDIA QUERIES -------- */

@media screen and (min-width: 1499px) {
    .container {
        max-width: 1399px;
    }
}
@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {

    .burger {
        position: relative;
        margin-top: 0px;
    }

}

@media screen and (max-width: 767px) {

    footer ul li {
        
        margin: 0px 10px;
    }
    footer ul li.social-link {
        display: inline-block;
        margin: 0px 15px;
    }

}

@media screen and (max-width: 576px) {
a.navbar-brand img {
    max-width: 80%;
}
    h1, h2 {
        font-size: 1.4rem;
        font-weight: 700;
        overflow: hidden;
        letter-spacing: 2px;
        word-break: break-word;
        padding-left:55px;
    }
    .line {
        margin-top:11px;
        width: 35px;
    }

    a.lang {
        width: 35px;
        height: 16px;
        font-size: 0.8rem;
    }

    a.lang.active {
        color: #1f2021;
        background-color:#fff;
    }

    .btn-register {
        padding: 5px 10px;
        height: 29px;
        font-size: 0.8rem;
        margin-top:0px;
    }

    .navbar-brand {
        width: 100%;
    }

    .open .project-list:hover  {
        height: 20px;
        transition: all ease-in-out 0.5s;
    }
    .open .item-projects.hover {
        height: 75px;
        transition: all 0.5s ease;
    }
    .open .item-projects.hover .project-list  {
        height: 20px;
        transition: all ease-in-out 0.5s;
    }

}

@media screen and (max-width: 390px) {

    h1, h2 {
        font-size: 1.3rem;
        font-weight: 700;
        overflow: hidden;
        letter-spacing: 2px;
    }


    .btn-web {
        width: 100%;
    }
}
@media screen and (max-width: 330px) {

    h1, h2 {
        font-size: 1.2rem;
        font-weight: 700;
        overflow: hidden;
        letter-spacing: 1.3px;
    }
    .line {
        margin-top:9px;
    }
    a.lang {
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 1699px) {
    .container {
        max-width: 1599px;
    }
}

@media screen and (min-width: 1899px) {
    .container {
        max-width: 1799px;
    }
}
