#darksiteOverlay {
    position: fixed;
    width: 100%;
    height: 100%;

    top: 0px;
    left: 0px;
    background-color: #ffffff;

    text-align: center;
    overflow: auto;

    z-index: 10000;
}

#overlayContainer {
	max-width: 1250px;
	margin: 0 auto;

	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#darksiteOverlay h2 {
	margin-top: 30px;
	font-size: 24px;
	font-weight: 500;
}

#darksiteOverlay .overlayTextContainer {
	margin-top: 30px;
}

#darksiteOverlay .overlayTextContainer>div {
	display: inline-block;
	min-width: 200px;
	max-width: 410px;

	text-align: left;
}

#darksiteOverlay .overlayTextContainer p {
	line-height: 1.7;
}

#darksiteOverlay .overlayTextContainer .overlayTextContainerEN,
#darksiteOverlay .overlayTextContainer .overlayTextContainerDE {
	margin-right: 40px;
}

#closeDarksiteOverlay {
	display: inline-block;
	margin-top: 20px;
}

.overlayTextContainer p {
	margin-bottom: 10px;
}

#darksiteOverlay .external-link-new-window:after {
    content: "\00a0\00a0\00a0\00a0";
     background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%225.6842mm%22%20width%3D%225.6873mm%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%2020.151879%2020.141083%22%3E%3Cg%20transform%3D%22translate(-258.5%20-425.15)%22%3E%3Cpath%20style%3D%22stroke-linejoin%3Around%3Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-width%3A1.2%3Bfill%3Anone%22%20d%3D%22m266.7%20429.59h-7.5029v15.002h15.002v-7.4634%22%2F%3E%3Cpath%20style%3D%22stroke-linejoin%3Around%3Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-width%3A1.2%3Bfill%3Anone%22%20d%3D%22m262.94%20440.86%2015.002-15.002%22%2F%3E%3Cpath%20style%3D%22stroke-linejoin%3Around%3Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-width%3A1.2%3Bfill%3Anone%22%20d%3D%22m270.44%20425.86h7.499v7.499%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
     background-size:contain;
     background-repeat: no-repeat;
     background-position:center center;
     margin: 0 0.5% 0 1.5%;
     font-size:94%;
 }

#darksiteOverlay .external-link-new-window:hover:after {
    content: "\00a0\00a0\00a0\00a0";
     background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%225.6842mm%22%20width%3D%225.6873mm%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%2020.151879%2020.141083%22%3E%3Cg%20transform%3D%22translate(-258.5%20-425.15)%22%3E%3Cpath%20style%3D%22stroke-linejoin%3Around%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-width%3A1.2%3Bfill%3Anone%22%20d%3D%22m266.7%20429.59h-7.5029v15.002h15.002v-7.4634%22%2F%3E%3Cpath%20style%3D%22stroke-linejoin%3Around%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-width%3A1.2%3Bfill%3Anone%22%20d%3D%22m262.94%20440.86%2015.002-15.002%22%2F%3E%3Cpath%20style%3D%22stroke-linejoin%3Around%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-width%3A1.2%3Bfill%3Anone%22%20d%3D%22m270.44%20425.86h7.499v7.499%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
     background-size:contain;
     background-repeat: no-repeat;
     background-position:center center;
     margin: 0 0.5% 0 1.5%;
     font-size:94%;
}

#bullshit .none-existant {
    color: red;
}