/* inter-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/inter-v18-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/inter-v18-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	margin: 0;
	padding: 0;
	background: #272829 url(/images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#logo {
	width: 100px;
	height: auto;
}
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 75dvh;
}
h1 {
    margin-top: 2em;
    font-size: 2em;
    font-weight: 200;
    letter-spacing: .2em;
}
h2 {
    font-size: .8em;
    font-weight: 400;
    margin: 0 0 .7em;
    color: #57EAA3;
    letter-spacing: .1em;
}
h1 span {
    display: block;
}
h1 span.smaller {
    font-size: 0.5em;
    margin-bottom: .4em;
    color: #57EAA3;
}
.bottom-row {
    display: flex;
    flex-direction: row;
    height: 25dvh;
    width: 100%;
}
.column {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-content: center;
    width: 50%;
}
.column > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    padding: 0 20px;
    transition: all .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.column > a > div {
    height: 30px;
}
.column img,
.column svg {
    display: block;
    height: 100%;
    margin-top: .4em;
}
.column.left > a > div {
    height: 35px;
    margin-bottom: -.15em;
}
.column.left img {
    margin-top: .3em;
}
.column.left {
    background-color: rgba(0, 0, 0, 0.2);
}
.column.right {
    background-color: rgba(0, 0, 0, 0.1);
}
.column.left > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.column.right > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1023px) {
    main {
        height: 65dvh;
    }
    h1 {
        margin-top: 1em;
    }
   .bottom-row {
        flex-direction: column;
        height: auto;
        width: 100%;
        height: 35dvh;
    } 
    .column {
        height: 100%;
        width: 100%;
    }
    #logo {
	    width: 25dvw;
    }
    body {
        font-size: 30px;
        zoom: 1.5;
    }

    .column img.dotplex {
        height: 45px;
    }
    .column img.wurfkreis {
        height: 40px;
    }
    h2 {
        margin: -10px 0 .3em;
    }
}
