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

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

.display-3 {
    font-weight: 300;
    line-height: 1.2;
    text-shadow: 2px 2px 6px black;
}

@media only screen and (min-width: 768px) and(orientation:portrait) {
	.display-3 {
		font-size: calc(2.5rem + 2vw);
		font-weight: 300;
		line-height: 1.2;
		text-shadow: 2px 2px 6px black;
	}
}


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

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

.h100 {
	height:1005;
}

.h-80 {
    height: 80vh;
}
.h-40 {
    min-height: 420px;
}

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

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

.bg-wand {
    background-image: url('/mann_an_der_wand.jpg');
    background-size: cover;
    background-position: center top;
}

@media only screen and (max-width: 767px) and (orientation : portrait) {
    .masthead {
        background-image: url(../bg_orange.jpg);
    }
    .navbar-dark .navbar-nav {
        background: 128410;
        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);
    }
}

ul.av-uebersicht, ul.accordion-ul {
    list-style-type: none;
    margin: 16px 0;
}

ul.av-uebersicht li, ul.accordion-ul li {
    padding: 0.5em 0 0em 1.6em;
    text-indent: -1.6em;
}

ul.av-uebersicht li::before {
    font-family: "FontAwesome";
    color: #ffffff;
    content: "\f00c";
    float: left;
    width: 1.6em;
}

ul.accordion-ul li::before {
    font-family: "FontAwesome";
    color: var(--bs-danger);
    content: "\f05e";
    float: left;
    width: 1.6em;
}

.hero {
    padding-top: 33vh;
}

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

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

.navbar.scrolled {
    background: #fff;
}

.brand-img {
    src: url(../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;
    width: 24px;
    height: 24px;
    left: calc(100vw / 2);
    bottom: 90px;
}

.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: #fff;
}

.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: "Helvetica Neue", "Helvetica", 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: #061a52;
    color: #fff;
    border-radius: 5px !important;
    border-color: #061a52;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.snip1273 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    margin: 10px;
    color: #ffffff;
    text-align: left;
    background-color: #000000;
    font-size: 16px;
}

.snip1273 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.snip1273 img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
}

.snip1273 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
}

.snip1273 figcaption:before,
.snip1273 figcaption:after {
    width: 1px;
    height: 0;
}

.snip1273 figcaption:before {
    right: 0;
    top: 0;
}

.snip1273 figcaption:after {
    left: 0;
    bottom: 0;
}

.snip1273 h3,
.snip1273 p {
    line-height: 1.5em;
}

.snip1273 h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.snip1273 p {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 15px;
}

.snip1273 a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
    position: absolute;
    content: '';
    background-color: #ffffff;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0.8;
}

.snip1273:before,
.snip1273:after {
    height: 1px;
    width: 0%;
}

.snip1273:before {
    top: 0;
    left: 0;
}

.snip1273:after {
    bottom: 0;
    right: 0;
}

.snip1273:hover img,
.snip1273.hover img {
    opacity: 0.4;
}

.snip1273:hover figcaption,
.snip1273.hover figcaption {
    opacity: 1;
}

.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
    height: 100%;
}

.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
    width: 100%;
}

.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
    opacity: 0.1;
}


/*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;
}