:root {
    --anthrazit: #293133;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    margin: 0 auto;
}

/********* Fonts  **********/

/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v30-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-900 - 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: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v30-latin-900.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v30-latin-900.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v30-latin-900.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/***** Schrift*****/
h1,
h2,
h3,
h4,
h5,
p,
strong,
b,
em,
a,
li h1,
h2,
h3,
h4 {
    font-family: "Roboto", sans-serif;
    color: var(--anthrazit);
}

h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 64px;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.8rem;
    font-weight: 500;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
}

a {
    font-size: 1em;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 32px;
    font-weight: 400;
    line-height: 37.5px;
}

b {
    font-size: 1rem;
    font-weight: 500;
}

i {
    font-size: 1rem;
}

strong {
    font-size: 1rem;
    font-weight: 500;
}

/******** a-Tags ********/

a.button {
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    color: white;
    padding: 10px 15px;
    background-color: #444;
    border: 1px solid transparent;
}

a.button i {
    margin-right: 10px;
}

/******** NAV ********/

.header_section {
    overflow-x: hidden;
    background-color: var(--anthrazit);
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}

.header_section .user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_section .user_option a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_section .user_option a img {
    min-width: 20px;
    height: 20px;
    margin-right: 5px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    color: white;
    text-align: center;
}

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.custom_nav-container form {
    padding-top: 7px;
}

.navbar-brand {
    margin-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand img {
    width: 35px;
    margin-right: 5px;
}

.navbar-brand span {
    font-weight: bold;
    color: white;
    font-size: 24px;
}

.custom_nav-container {
    z-index: 99999;
    padding: 0;
    height: 70px;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 30px;
    width: 32px;
    height: 32px;
}

.lg_toggl-btn {
    background-color: transparent;
    border: none;
    outline: none;
    width: 56px;
    height: 40px;
    cursor: pointer;
}

.lg_toggl-btn:focus {
    outline: none;
}

#navbarSupportedContent {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#navbarSupportedContent.lg_nav-toggle {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.custom_menu-btn button {
    margin-top: 12px;
    outline: none;
    border: none;
    background-color: transparent;
}

.custom_menu-btn button span {
    display: block;
    width: 34px;
    height: 4px;
    background-color: white;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
}

.custom_menu-btn .s-2 {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 17px;
    margin-left: auto;
}

.menu_btn-style button .s-1 {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
}

.menu_btn-style button .s-2 {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.menu_btn-style button .s-3 {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
}


/*************   welcome  **************/
.welcome {
    background-color: var(--anthrazit);
}

.welcome p,
.welcome span,
.welcome div,
.welcome h1 {
    color: #fff;
}

.profile {
    width: 150px;
    height: 150px;
}


/*************   Galerie  **************/

.gallery {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 8px;
}

.gallery .content>img {
    max-width: 100%;
    border-radius: .3rem;
    box-shadow: 0 0 16px #333;
    transition: all 1.5s ease;
}

.gallery .content>img:hover {
    box-shadow: 0 0 32px #333;
}

.gallery .content {
    padding: 4px;
}

.gallery .gallery-item {
    transition: grid-row-start 300ms linear;
    transition: transform 300ms ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.gallery .gallery-item:hover {
    transform: scale(1.025);
}

.modal-content {
    overflow-x: hidden;
}

.modal-body img {
    max-width: 100%;
    margin: -1rem 0 -1rem -1rem;
    transition: all 1.5s ease;
}

.modal-dialog {
    max-width: 50%;
}

@media (max-width: 600px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
}

@media (max-width: 400px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
}

@-moz-keyframes zoomin {
    /* 0% {
        max-width: 50%;
        transform: rotate(-30deg);
        filter: blur(4px);
    }

    30% {
        filter: blur(4px);
        transform: rotate(-80deg);
    }

    70% {
        max-width: 50%;
        transform: rotate(45deg);
    } */

    100% {
        max-width: 100%;
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zoomin {
    /* 0% {
        max-width: 50%;
        transform: rotate(-30deg);
        filter: blur(4px);
    }

    30% {
        filter: blur(4px);
        transform: rotate(-80deg);
    }

    70% {
        max-width: 50%;
        transform: rotate(45deg);
    } */

    100% {
        max-width: 100%;
        transform: rotate(0deg);
    }
}

@-o-keyframes zoomin {
    /* 0% {
        max-width: 50%;
        transform: rotate(-30deg);
        filter: blur(4px);
    }

    30% {
        filter: blur(4px);
        transform: rotate(-80deg);
    }

    70% {
        max-width: 50%;
        transform: rotate(45deg);
    } */

    100% {
        max-width: 100%;
        transform: rotate(0deg);
    }
}

@keyframes zoomin {
    /* 0% {
        max-width: 50%;
        transform: rotate(-30deg);
        filter: blur(4px);
    }

    30% {
        filter: blur(4px);
        transform: rotate(-80deg);
    }

    70% {
        max-width: 50%;
        transform: rotate(45deg);
    } */

    100% {
        max-width: 100%;
        transform: rotate(0deg);
    }
}



/******** Footer **********/

footer h2,
footer h3,
footer h4,
footer h5,
footer p,
footer a,
footer em,
footer strong {
    color: white;
}

footer {
    width: 100%;
    padding: 50px;
    height: auto;
    background-color: var(--anthrazit);
    bottom: 0px;
}

/**********  Front Übergang  *******************/
body {
    overflow: hidden;
}

.front {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--anthrazit);
    z-index: 99999999;
}

.front .container {
    position: relative;
    height: 100%;
}

.front-mid {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);

}

.front-mid .row {
    margin-bottom: 50px;
    align-items: flex-end;
}

.front h1 {
    color: #32A6DE;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.front p {
    color: #fff;
}

.logo {
    text-align: right;
}

.front img {
    width: 360px;
    height: auto;
    margin-bottom: 8px;
    margin-right: 56px;
}

.front-footer {
    position: relative;
    bottom: 66px;
}

.front-footer p {
    color: #A4A4A4;
    font-size: 24px;
    line-height: 28px;
}

/*********** MEDIA QUERIES **********/

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1400px) {}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:1080px) {
    .content {
        width: 100%;
        padding: 35px;
    }
}

@media only screen and (max-width:991px) {
    .front img {
        width: 300px;
    }

    .front h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .front p {
        font-size: 24px;

        line-height: 24px;
    }

    .front-footer p {
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (max-width:767px) {
    .front-mid .row:first-child {}

    .claim {
        margin-bottom: 1rem;
        display: block;
        margin: auto;
    }

    .logo {
        display: block;
        text-align: left;
        margin: auto;
        margin-bottom: 2rem;

    }

    .claim h1,
    .logo img {
        display: block;
        margin: auto;
        width: 315px
    }

    .front p {}

}

@media only screen and (max-width:500px) {}