.modal:nth-of-type(even) {
    z-index: 1059 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1058 !important;
}

.dsgvo_text {
    font-size:95%;
}
.dsgvo_text h2 {
    font-size:125%;
}

.masthead {
    min-height: 100vh;
    background-image: url(../images/bg_1920.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.left-bg {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 25vh;
}

.display-4 {
    font-size: calc(1.125rem + 2.75vw);
    font-weight: 200;
    line-height: 1.2;
    text-shadow: 2px 2px 6px black;
}

.display-5 {
    font-size: calc(1.0rem + 0.5vw);
    font-weight: 200;
    line-height: 1.2;
}

.h-100 {
    height: 100vh !important;
}

.h-80 {
    height: 80vh;
}

.h-20 {
    min-height: 20vh;
}

.h-20 h2 {
    font-size: calc(2rem + 1vh);
}

@media only screen and (max-width: 767px) {
    .masthead {
        background-image: url(../images/bg.jpg);
    }
    .navbar-dark .navbar-nav {
        background: #004659;
        padding: 0.5rem;
        border-radius: 1rem;
        width: 103%;
        margin: 0 auto;
        margin-left: -0.4rem !important;
    }
    .navbar-light .navbar-nav {
        background: white;
        padding: 0.5rem;
        border-radius: 1rem;
        width: 103%;
        margin: 0 auto;
        margin-left: -0.4rem !important;
    }
    .h-20 h2 {
        font-size: calc(1rem + 1vh);
    }
}

.hero {
    padding-top: 18vh;
}

.navbar {
    transition: 500ms ease;
    background: transparent;
    font-size: 1.25rem;
}

.navbar-light {
    border-bottom: 1px solid #666;
}

.navbar.scrolled {
    background: #fff;
    box-shadow: 0px 1px 8px #5c656e;
}

.brand-img {
    src: url(../images/logo_white.svg);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5) !important;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9) !important;
}

.scrollAnim {
    position: absolute;
    z-index: 90;
    left: calc(50vw - 12px);
    bottom:80px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #ffffff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 25px;
    margin-left: -15px;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}


/** THUMBNAILS **/

.thumbnails {
    display: flex;
    flex-wrap: wrap;
}

.thumbnails figure {
    flex-grow: 1;
    height: 315px;
    margin: 2px;
    border-radius: 0px;
    overflow: hidden;
}

.thumbnails img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.thumbnails figure:hover img {
    transform: scale(1.05);
}

.modal-footer {
    justify-content: center !important;
    font-size: 1.1em;
}

.modal-footer ul {
    display: inline-root;
    flex-direction: row;
    justify-content: flex-start;
}

.modal-footer ul li {
    margin: 0;
    list-style-type: square !important;
    margin-right: 0;
    display: inline-flex;
    margin-top: 0.2em;
    font-size: 17px !important;
}

ul.badge-list>li {
    background-color: #004659;
    color: #fff;
    border-radius: 5px !important;
    border-color: #004659;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/*footer*/

.col_white_amrc {
    color: #fff;
}

footer {
    width: 100%;
    background-color: #6c757d;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #fff;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid rgba(6, 26, 82, 0.4);
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.disclaimer {
    padding-top: 10px;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    margin: 17px auto;
    padding: 0;
    list-style-type: none;
}

.social_footer_ul li {
    padding: 10px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #fff;
    border: 1px solid #CCC;
    padding: 8px 11px;
}

.social_footer_ul li a:hover {
    color: #000;
    border: 1px solid #000;
    padding: 8px 11px;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.footer * a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}