@charset "UTF-8";
@import url(smp.min.css);
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../webfonts/roboto-v20-latin-100.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-100.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('../webfonts/roboto-v20-latin-300.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('../webfonts/roboto-v20-latin-regular.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../webfonts/roboto-v20-latin-500.woff2') format('woff2') url('../webfonts/roboto-v20-latin-500.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../webfonts/roboto-v20-latin-700.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url('../webfonts/roboto-v20-latin-900.woff2') format('woff2'), url('../webfonts/roboto-v20-latin-900.woff') format('woff');
}


i {
    margin-right: 10px;
    /*
    font-size: 42px;
    font-size: 2.625rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
     */
}
   

body {
    color: #000;
    font-family: 'Roboto';
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 70%, rgba(255, 255, 255, 1) 100%);
}

a {
    color: #000;
}

h1,
.h1,
h2,
.h2 {
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 90px;
    margin-bottom: 0;
}

h2,
.h2 {
    font-size: 80px;
}

p.copy {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
}

p {
    font-size: 18px;
}

p.sub {
    font-size: 24px;
    font-family: 'Roboto';
}

p.small {
    font-size: 18px;
    font-family: 'Roboto';
}


span.quote {
    font-style: italic;
    font-weight: 700;
}

span.neg {
    color: #000;
    background-color: #f7ecb8;
}

nav {
    position: fixed !important;
    z-index: 9999 !important;
}

nav img {
    max-width: 200px !important;
    padding-left: 31px;
    margin-bottom: 40px;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
    width: 12vw;
    min-width: 220px;
    height: 100vh;
    border-radius: 0 !important;
    padding-top: 25vh;
}

.navbar-default .navbar-nav>li>a {
    min-height: 14px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a.submenu {
    font-size: 16px;
    font-weight: 400;
}


.navbar-collapse .navbar-nav {
    justify-content: space-between;
    flex-direction: column;
	margin-top: -0.5vh;
    display: flex;
    height: 50vh;
    z-index: 100;
    width: 100%;
}

.submenu-wrapper {
    display: block;
}

.submenu-wrapper>li>a {
    padding: 0px 15px;
    line-height: 2.5;
    font-size: 16px;
}

.submenu-wrapper-en>li>a {
    padding: 0px 15px;
    line-height: 2.5;
    font-size: 15px;
}

.submenu-wrapper-pl>li>a {
    padding: 0px 15px;
    line-height: 2.5;
    font-size: 14px;
}

.active>a.submenu,
.active>a.submenu:focus,
.active>a.submenu:hover {
    background-color: transparent;
    color: #1700ff;
    text-decoration: none;
}

a:focus, a:hover {
    background-color: transparent;
    color: #1700ff;
    text-decoration: none;
}



.navbar-nav>li>a {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.navbar-nav>li>a>i {
    background-color: #fff;
    border: 1px solid #000;
    text-align: center;
    border-radius: 1px;
    font-size: 18px;
    height: 25px;
    width: 25px;
}

.navbar-nav>li>a>i::before {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.navbar-nav {
    position: realtive;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: none;
}

.navbar-nav::after {
    transform: translate(-50%, -50%);
    height: calc(100% - 50px);
    background-color: #000;
    position: absolute;
    opacity: 0.3;
    content: "";
    width: 1px;
    left: 50%;
    top: 50%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #1700ff;
}

.navbar-nav>li {
    z-index: 101;
    height: 25px;
}


.navbar-nav>li {
    /* opacity: 0.5; */
    color: #000;
}


.navbar-default .navbar-nav>li>a:hover {
    color: #7f7f7f !important;
}

.navbar-nav>li.active {
    color: #000 !important;
    opacity: 1;
}

.nav>li>a {
    min-width: 200px;
}

#scrollspy>div::before {
    display: block !important;
}

.content-wrap {
    margin: 0 100px 0 300px;
    position: relative;
    height: 100%;
}

.hero {
    height: 100vh;
}

.content-bl {
    position: absolute;
    bottom: 100px;
}

#start {
    background-image: url(../images/magniflex.webp);
    background-position: center;
    background-size: cover;
    background-position: bottom;
    background-position-x: 5vh;
}

#start.en {
    background-image: url(../images/magniflex-en.webp);
    background-position: center;
    background-size: cover;
    background-position: bottom;
    background-position-x: 5vh;
}

#start.pl {
    background-image: url(../images/magniflex-pl.webp);
    background-position: center;
    background-size: cover;
    background-position: bottom;
    background-position-x: 5vh;
}

#denkmal img {
    height: auto;
    width: 100%;
}

#start .hero {
    background: transparent;
}

#start .hero .content-wrap {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    height: 0;
    top: 40%;
}

#start .content-bl {
    bottom: 0;
}

#start .content-bl img {
    max-width: 50%;
    float: right;
    right: 100px;
}

#wasist h2 {
    margin-top: -20px;
}

.lead {
    font-size: 50px;
    margin-bottom: 0;
}

.text-white {
    color: #fff;
}

.box {
    transform: rotate(-90deg) translateX(50%);
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 4px;
    overflow: hidden;
    font-weight: 800;
	position: absolute;
    width: 220px;
    left: -63px;
    top: -40px;
}

.box p {
    background-color: #4a9fa9;
    word-break: keep-all;
    white-space: nowrap;
    width: fit-content;
	padding: 10px;
	margin: 0;
}

ul.list {
    list-style: none;
    padding: 0;
}

ul.list {
    font-size: 16px;
}

ul.list li::before {
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
    content: "\f101";
}


/*
	Responsive
*/

@media only screen and (max-width: 1900px) {
    h2,
    .h2 {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1600px) {
    h2,
    .h2 {
        font-size: 70px;
    }

    p.lead {
        font-size: 35px;
    }

    p.copy {
        font-size: 22px;
    }

    p {
        font-size: 18px;
    }

    .content-bl {
    bottom: 50px;
}
}

@media only screen and (max-width: 1300px) {
    .content-wrap {
        margin-left: 160px;
    }
    .img-fluid {
        max-width: 200px;
    }
    p.copy,
    ul.list {
        font-size: 18px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    #wasist>div>div>div>div>div.col-lg-12>h2 {
        margin-bottom: 20px;
    }
    .navbar-collapse .navbar-nav {
        margin-top: 0;
    }
    .navbar-collapse {
        padding-left: 15px;
    }

      p.lead {
        font-size: 25px;
    }

    p.copy {
        font-size: 22px;
    }

    p {
        font-size: 18px;
    }

    .content-bl {
    bottom: 50px;}
}

@media only screen and (max-width: 991px) {
    .content-wrap {
        margin-left: 300px;
    }
    .box {
        font-size: 10px;
    }
    #overview>div>div>div>div:nth-child(1)>div {
        margin-bottom: 110px !important;
    }

    .content-bl {
    bottom: 50px;
}

    .content-bl {
            position: relative;
            bottom: unset;
        }
}

@media only screen and ((min-width: 991px) and (max-height:870px)) {
    .h2,
    .h2 {
        font-size: 25px;
    }

      p.lead {
        font-size: 20px;
    }

    p.copy {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }
}


@media only screen and (max-height:870px) {
    .submenu-wrapper>li>a {
    line-height: 1.5;
    }
    
    .content-bl {
        bottom: 25px !important;
    }
}

@media only screen and ((max-width: 1366px) and (max-height:1050px)) {
    .h2,
    .h2 {
        font-size: 25px;
    }

      p.lead {
        font-size: 20px;
    }

    p.copy {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }
}


p {
    word-break: break-word;
    font-weight: 300;
}

.box>p {
    word-break: keep-all;
}

.small>strong {
    font-size: 14px;
}

@media only screen and (max-width: 1366px) {
    #gedenkstaette>div>div>div>div>div p.small {
        font-size: 14px;
    }
    h3 {
        font-size: 20px;
    }
    .content-wrap {
        margin: 0 70px 0 300px;
    }
    .content-bl {
        bottom: 80px;
    }
    #wasist>div>div>div>div>div.col-lg-10>ul {
        font-size: 12px;
    }
    #wasist>div>div>div>div p.copy {
        font-size: 12px;
    }
    #wasist>div>div>div>div>div.col-lg-12>h2:nth-child(3) {
        margin-bottom: 0;
    }
    #gedenkstaette>div>div>div {
        bottom: 20px;
    }
    .small>strong {
        font-size: 12px;
    }
}

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

    .navbar-default {
        display: none;
    }

    #start,
    #start>div,
    #start>div>div {
        height: 600px !important;
        overflow: hidden !important;
        max-height: 600px !important;
    }
    .content-wrap {
        margin: 0 50px;
        max-height: unset;
        height: auto;
    }
    p.copy {
        font-size: 16px !important;
    }
    .content-bl {
        bottom: 0;
    }
    .piktogramm {
        display: none;
    }
    #gedenkstaette>div>div>div>div:nth-child(1)>div.col-lg-2.col-xl-3 {
        margin-bottom: 30px;
    }
    section,
    section>div,
    section>div>div {
        height: auto !important;
        max-height: unset;
        min-height: unset;
    }
    section {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    #start {
        margin-top: 0;
    }
    .small>strong {
        font-size: 18px;
    }
    #wasist>div>div>div>div p.copy,
    #wasist>div>div>div>div>div.col-lg-10>ul,
    #literatur p {
        font-size: 16px !important;
    }
    .box {
        transform: unset;
        position: absolute;
        left: 50%;
        bottom: 50%;
    }
    .box+img {
        max-width: 150px !important;
    }
    #overview>div>div>div>div:nth-child(1)>div {
        margin-bottom: 30px !important;
    }
}

#full-nav>li:nth-child(16)>a>i {
    border-color: #4a9fa9 !important;
}

#full-nav>li:nth-child(16)>a>i::before {
    filter: invert(58%) sepia(34%) saturate(546%) hue-rotate(138deg) brightness(90%) contrast(95%);
}

#start>div>div>div>img {
    position: absolute;
    bottom: 0;
}

#start>div>div>div {
    position: unset;
}

#start>div>div {
    position: relative;
}

@media only screen and (min-width: 1600px) {
    p.copy,
    ul.list {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1366px) {
    .box {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .img-responsive {
        max-width: 100%;
    }

    .mt-100 {
    margin-top: 50px;
}
}

.footer {
    justify-content: space-between;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 15px 20px;
    margin-top: 20px;
    display: flex;
    width: calc(100% - 30px);
    bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 991px) {
    .footer {
        display: block;
        text-align: center;
    }
    .footer>div:not(:last-of-type) {
        margin-bottom: 10px;
    }
    #start {
        background-image: url(../images/magniflex-mobile.webp) !important;
        background-position: center;
        background-size: cover;
    }
    #start.pl {
        background-image: url(../images/magniflex-mobile-pl.webp) !important;
        background-position: center;
        background-size: cover;
    }
    #start.en {
        background-image: url(../images/magniflex-mobile-en.webp) !important;
        background-position: center;
        background-size: cover;
    }
}

.datenschutz i,
.impressum i {
    position: relative !important;
    transform: unset !important;
    left: unset;
    top: unset;
}

.btn {
    transition-duration: 0.3s;
    background-color: #000;
    padding: 15px;
    color: #fff;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #333;
    color: #fff;
}

.btn i {
    font-size: 16px;
}

#denkmal>div>div>div>div>div {
    max-height: 80vh;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav {
        display: none !important;
    }
}

/* Language Switcher */

.language-switcher>div {
	position: fixed;
	z-index: 10;
	right: 20px;
	top: 20px;
}

.language-switcher>div>a>img {
    margin-left: 9px;
    margin-top: 2px;
    float: right;
	width: 24px;
}

.language-switcher>div>a>img {
    border: 1px solid #000;
}

.language-switcher.active>div>a>img {
    border: 1px solid #fff;
}

.language-switcher>.en {
	right: 100px;
}

.language-switcher>.pl {
	right: 180px;
}


.language-switcher>div>a {
	transition-duration: 0.3s;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	display: block;
	padding: 10px;
}

.language-switcher.active>div>a {
	transition-duration: 0.3s;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	display: block;
	padding: 10px;
}

.language-switcher>div>a:hover {
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

.language-switcher>div>a>i {
	position: relative;
	margin-left: 5px;
	font-size: 16px;
	display: unset;
	bottom: -2px;
	right: 0;
	left: 0;
	top: 0;
}

.language-switcher>div>div {
    max-width: fit-content;
	min-width: fit-content;
    width: fit-content;
    position: fixed;
	box-shadow: none;
    padding: 16px;
    bottom: unset;
    right: 20px;
    left: unset;
    top: 70px;
}

.language-switcher>div>div>a {
	padding: 0 10px;
}

.language-switcher>div>div>a:hover {
	color: #000;
}