body
{
	background-color: #000000;
	color: #ffffff;
	margin: 0px auto;
	padding: 0;
	font-family: 'archiasemibold';
	overflow: hidden;
    height: 100%;
}

.text::-webkit-scrollbar {
	width: 5px;               /* width of the entire scrollbar */
  }
  .text::-webkit-scrollbar-track {
	background: transparent;        /* color of the tracking area */
  }
  .text::-webkit-scrollbar-thumb {
	background-color: white;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	border: solid 10px transparent;
  }


p {
    margin: 0 0 8px;
    line-height: 1.5;
    font-size: min(max(0.65rem, 1vw), 1rem);
}

a, a:active, a:visited, a:hover
{
	text-decoration: none;
	color: white;
}

strong {
	font-family: 'Erbaum';
	font-weight: 500;
}

a:hover 
{
	text-decoration: underline;
}

.td {
	padding: 0;
}

.text tr td:last-child {
    padding-left: 1em;
    white-space: nowrap;
}

table {
	border-spacing: 0;
	width: 100%;
}


a.icon {
    float: left;
    width: 50px;
    display: block;
    position: relative;
}

a.icon img {
    height: 25px;
}

.kontakt {
    text-align: right;
    margin: 0;
    font-size: 20px;
    position: absolute;
    bottom: 5em;
    right: 10%;
}

.kontakt strong {
	float: right;
}




:root {
    --gridSize: 6;
    --sitepadding: 50px;
    --color-grid: hsla(0,0%,60%,0.3);
}


.Page--inner.grid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.PageGridLines {
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(50% - 100%/var(--gridSize)*8);
    width: calc(16/var(--gridSize)*100% + 1px);
    display: flex;
}

.PageGridLines--line {
    --gridSize: 16;
    width: calc(1/var(--gridSize)*100%);
    height: 100%;
    border-right: 1px solid var(--color-grid);
    flex: 0 0 auto;
}


.portraitBlock {
    width: calc(3.02/var(--gridSize)*100%);
    display: block;
    position: fixed;
    right: calc(-0.8/var(--gridSize)*100%);
    top: 0;
    height: 100vh;
}

.portrait {
    position: relative;
    background-size: cover;
    background-position: center left;
    overflow: hidden;
    background-image: url(../img/Patrick_Sutter.jpg);
    height: 100%;
}

.contentContainer {
    width: calc(1.7/var(--gridSize)*100%);
    position: absolute;
    top: 50%;
    left: calc(1.7/var(--gridSize)*100%);
    transform: translateY(-50%);
    z-index: 3;
}

.content {
    position: relative;
    display: block;
    clear: both;
}

.content p {
    text-align: right;
}

img.logo {
    width: clamp(11em, 20vw, 25em);
    margin-bottom: 4em;
    float: right;
}

img.logo.mobile {
    display: none;
}

#rotate-device {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #0f1010;
    background-image: url(../img/rotate.png);
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}



@media all and (min-width: 1800px) {

.contentContainer {
    left: calc(1/var(--gridSize)*100%);
}

.portraitBlock {
    width: calc(3.78/var(--gridSize)*100%);
}

}


@media all and (max-width: 1300px) {

    .portraitBlock {
        width: calc(3.0/var(--gridSize)*100%);
    }

}


@media all and (max-width: 1200px) {

.contentContainer {
    width: calc(2/var(--gridSize)*100%);
    left: calc(0.8/var(--gridSize)*100%);
}

}


@media all and (max-width: 1000px) {

.portraitBlock {
    width: calc(5.47/var(--gridSize)*100%);
}

img.logo.desktop {
    display: none;
}

img.logo.mobile {
    display: block;
    position: absolute;
    top: clamp(2em, 8vw, 4em);
    left: calc(0.4/var(--gridSize)*100%);
    padding-left: 0;
    margin-bottom: 0;
    float: left;
    width: clamp(10em, 20vw, 20em);
    z-index: 3;
}

.contentContainer {
    top: auto;
    bottom: clamp(2em, 8vw, 4em);
    transform: none;
    left: calc(0.4/var(--gridSize)*100%);
    width: calc(6/var(--gridSize)*100%);
}

.content p {
    text-align: left;
}

.PageGridLines {
    left: calc(50% - 100%/var(--gridSize)*6);
    width: calc(20/var(--gridSize)*100% + 1px);
}

}


@media only screen and (max-device-width: 1024px) and (min-device-width: 668px) and (orientation: landscape) {
	

}

@media only screen and (max-device-width: 760px) and (min-device-width: 20px) and (orientation: landscape) {

	#rotate-device {
    	display: block;
	}

}

@media only screen and (min-width: 760px) and (max-height: 900px)  {



}