@font-face {
    font-family: 'space_monobold';
    src: url('../fonts/spacemono-bold-webfont.woff2') format('woff2'),
        url('../fonts/spacemono-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'space_monobold_italic';
    src: url('../fonts/spacemono-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/spacemono-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'space_monoitalic';
    src: url('../fonts/spacemono-italic-webfont.woff2') format('woff2'),
        url('../fonts/spacemono-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'space_monoregular';
    src: url('../fonts/spacemono-regular-webfont.woff2') format('woff2'),
        url('../fonts/spacemono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'work_sansmedium';
    src: url('../fonts/worksans-medium-webfont.woff2') format('woff2'),
        url('../fonts/worksans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --vio: #491a66;
    --gree: #6fbc84;
    --grey: #f5f5f5;
    --link: #f5f5f5;
    --font-small: 10px;
    --font-middle: 12px;
    --font-big: 16px;
    --lineh: 33px;
}

* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smooting: antialiased;
}

html,
body,
#fullheight {
    min-height: 100% !important;
    height: 100%;
}

#toggle_vis {
    font-size: 13px;
}

body {
    background-color: var(--grey);
    margin: 0px;
    font-family: 'space_monoregular';
    float: left;
    width: 100%;
    color: var(--vio);
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    z-index: 0
}

#cookie_consent_popup {
    border-radius: 20px;
    position: fixed;
    width: calc(100% - 40px);
    height: auto;
    z-index: 400;
    left: 5px;
    overflow: hidden;
    bottom: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    font-size: 17px;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 58%);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 58%);
    z-index: 1500;
}

#cookie_consent_popup p {
    font-size: 17px;
    line-height: 24px;
    width: calc(100% - 70px);
    margin-bottom: 0px;
}

.modal p {
    width: calc(100% - 20px) !important;
    padding-right: 10px;
}

#cookie_consent_popup #ok_cookie_box {
    position: absolute;
    bottom: calc(50% - 30px);
    right: 0px;
    cursor: pointer;
    font-size: 1.6em;
    padding: 10px 20px;
    font-weight: 700;
    color: white;
}

.blur-it {
    filter: blur(4px);
}

.modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(73, 26, 102, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    margin-left: 0px !important;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.modal-wrapper.open + body {
    overflow: hidden;
}

.modal-wrapper div {
    margin-left: 0px !important;
}

.modal-wrapper h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal {
    max-width: 600px;
    height: auto;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    top: 50%;
    left: 50%;
    background: var(--grey);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin-left: 0px !important;
    transform: translate(-50%, 0px);
}

.modal-wrapper.open .modal {
    margin-top: -200px;
    opacity: 1;
    padding-bottom: 1rem;
}

.head-pop {
    width: 90%;
    height: 32px;
    padding: 12px 30px;
    overflow: hidden;
    background: var(--gree);
}

.btn-close {
    font-size: 28px;
    display: block;
    float: right;
    color: #fff;
}

.good-job {
    text-align: center;
    color: var(--gree);
}

.good-job .fa-thumbs-o-up {
    font-size: 60px;
}

.good-job h1 {
    font-size: 45px;
}

.emailregister {
    width: 200px;
    position: fixed;
    top: calc(100% - 165px);
    left: calc(0% - 305px);
    background: #000;
    color: white;
    padding: 10px;
    font-family: 'work_sansmedium';
    font-size: var(--font-middle);
    text-transform: uppercase;
    width: 325px;
    height: 145px;
    z-index: 100;
    background: var(--vio);
    transition: transform .6s ease;
    -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -o-transition: transform .6s ease;
}

.emailregister input {
    width: 275px;
}

.emailregister:hover,
.emailregister:active {
    transform: translate(305px, 0);
}

.abonnieren {
    color: var(--grey);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    position: absolute;
    top: 65px;
    right: -20px;
    cursor: pointer;
}

#newadress {
    color: var(--grey);
}

div#back {
    background: var(--vio);
    opacity: 0.8;
    position: fixed;
    z-index: 2;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}

div#load_screen {
    background: var(--gree);
    opacity: 1;
    position: fixed;
    z-index: 1000;
    top: 0px;
    width: 100%;
    height: 100%;
}

div#load_screen>div#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-60%);
    margin-left: -125px;
    width: 250px;
    height: 250px;
}

#login {
    background: var(--vio);
    margin: 10px auto 0;
    padding: 10px;
    width: 100%;
    max-width: 345px;
}

#gallery {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(73, 26, 102, 0.8);
    z-index: 99;
    cursor: pointer;
    display: none;
}

#gallery_pic {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    max-height: 90%;
    max-width: 90%;
}

#popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.blur {
    -webkit-filter: blur(10px);
    filter: url('/media/blur.svg#blur');
    filter: blur(10px);
}

#skew {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(2deg);
    background: var(--gree);
    margin-left: auto;
    margin-right: auto;
    max-height: 90%;
    max-width: 90%;
}

#content {
    font-family: 'work_sansmedium';
    font-weight: 300;
    color: #000;
    font-size: 25px;
    display: block;
    transform: skew(-2deg);
    /* UNSKEW */
    background: var(--grey);
    margin: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    padding-left:
        hyphens: none;
    text-align: center;
}

#spenden {
    width: 450px;
    align-items: center;
}

#close {
    position: fixed;
    right: 10px;
    top: 10px;
    height: 50px;
}

.header {
    position: fixed;
    top: 0;
    background: var(--gree);
    width: 100%;
    overflow: hidden;
    margin: 0px;
    z-index: 2;
    transition: max-height 0.6s ease-out; // note that we're transitioning max-height, not height!
    border-bottom: 10px solid var(--gree);
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.5);
}

.inhalt .img_left {
    clear: both;
    float: right;
    width: 400px;
    padding: 5px;
    margin: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-right: -150px;
    background: var(--gree);
}

.headerbg {
    position: fixed;
    top: 40px;
    background: var(--gree);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    overflow: hidden;
    margin: 0px;
    z-index: 2;
    border-bottom: 10px solid var(--gree);
}

nav {
    margin-left: 280px;
    margin-top: 10px;
    float: left;
    width: calc(100% - 310px);
}

.title {
    width: calc(100% + 10px);
}

.lng {
    float: right;
    width: 170px;
}

#groesserli {
    width: 40px;
}

#groesser {
    font-size: 18px;
}

.navigationsubli {
    width: auto;
}

.navigationsubliright {
    width: auto;
    position: fixed;
    right: 0px;
    background: var(--gree);
    padding: 0px;
}

.navigation {
    float: left;
    height: auto;
    width: 150px;
    position: relative;
    z-index: 40;
}

.overnavigation {
    height: auto;
}

.navig {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 90px;
    margin-top: 5px;
}

.navigationsub ul {
    width: 1000px;
}

nav ul {
    white-space: nowrap;
    width: 1000px;
}

nav li {
    display: inline-block;
    white-space: nowrap
}

nav ul li {
    padding: 5px 10px 5px 0px;
    float: left;
    width: calc(100% - 10px);
}

.head ul li {
    font-size: var(--font-middle);
    list-style: none;
    width: auto;
}

.head li {
    padding-left: 20px;
    padding-top: 5px;
}

.green {
    background: var(--gree);
    color: var(--grey);
    padding-left: 10px;
}

.notgreen {
    margin-left: 10px;
}

.navigation a {
    font-family: 'work_sansmedium';
    font-size: var(--font-middle);
    padding: 0 0 10px 25px;
    color: var(--grey);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    white-space: nowrap;
    text-decoration: none;
    z-index: -moz-hyphens:none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

#over_menu::before {
    border-color: transparent transparent #202226;
    border-color: transparent transparent var(--gree);
    border-style: solid;
    border-width: 0 8px 8px;
    content: '';
    height: 0;
    right: 95px;
    position: absolute;
    top: -7px;
    width: 0;
}

#over_menu .kategorie {
    font-family: 'work_sansmedium';
    font-size: var(--font-middle);
    padding: 0;
    color: var(--grey);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration: none;
}

.too_much {
    display: none;
}

.navigation li {}

.navigationsub a {
    font-family: 'work_sansmedium';
    font-size: var(--font-middle);
    padding: 0 0 10px 25px;
    color: var(--vio);
    font-weight: 600;
    text-transform: uppercase;
    transition: all .25s ease;
    text-decoration: underline;
    white-space: nowrap;
    text-decoration: none;
}

.mnavigationsubli {
    padding: 0px;
}

.navigationsubli {
    padding-top: 0px;
}

#over_menu ul li {
    list-style: none;
    padding: 5px;
}

.msubkategorie {
    font-family: 'work_sansmedium';
    font-size: var(--font-middle);
    color: var(--vio);
    font-weight: 600;
    text-transform: uppercase;
    transition: all .25s ease;
    text-decoration: none;
}

.navigationsub li {}

.lng li {
    float: left;
}

.lng a {
    font-family: 'work_sansmedium';
    font-size: var(--font-big);
    padding: 0 0 10px 25px;
    color: var(--vio);
    text-transform: uppercase;
    transition: all .25s ease;
    text-decoration: underline;
    white-space: nowrap;
}

.navig a {
    font-family: 'work_sansmedium';
    font-size: var(--font-middle);
    padding: 0;
    margin: 0 0 10px 25px;
    color: var(--vio);
    font-weight: 600;
    text-transform: uppercase;
    transition: all .25s ease;
    text-decoration: underline;
    white-space: nowrap;
    text-decoration: none;
}

.arrows {
    width: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    cursor: pointer;
}

.navig li {
    background: none;
    padding: 0px;
    float: right;
}

.navigpoint li {
    background: none;
    padding: 0px;
    float: left;
}

/*.navig img {
    width:25px;
    margin-top: -2px;
}*/

#menu_but {
    margin-left: 25px;
}

nav img {
    width: 20px;
    margin-top: 9px;
}

.navwraper {
    float: left;
    white-space: nowrap;
}

input[type="submit"] {
    width: auto;
    padding: 5px 18px;
    line-height: 25px;
    text-shadow: none;
    cursor: pointer;
    box-shadow: none;
    background: var(--grey);
    color: var(--vio);
}

#but_upload {
    width: 325px;
    padding: 5px 18px;
    line-height: 25px;
    text-shadow: none;
    cursor: pointer;
    box-shadow: none;
    background: var(--grey);
    color: var(--vio);
}

input {
    font-size: var(--font-middle);
    padding: 7px;
    margin-bottom: 10px;
    outline: 0;
    border: 0;
    width: 325px;
    background: var(--grey);
    color: var(--vio);
    border-radius: 1px;
}

.error {
    color: var(--gree);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

label {
    text-transform: uppercase;
    color: var(--grey);
}

#login #logo {
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logout {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: var(--vio);
    padding: 10px;
    padding-top: 20px;
    z-index: 300;
}

.arbeitsfläche {
    min-width: 375px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

blockquote {
    background: var(--gree);
    color: var(--grey);
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
}

blockquote h2 {}

.workboard {
    position: fixed;
    left: 1300px;
    top: 50px;
    width: 50px;
}

img:hover .close-thik {
    opacity: 1;
}

.workboard_img {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-family: 'work_sansmedium';
    font-size: var(--font-middle);
    text-transform: uppercase;
    width: 325px;
    height: 165px;
    z-index: 100;
    background: var(--vio);
    z-index: 85;
}

.workboard_img input {
    font-size: var(--font-middle);
    padding: 10px;
    margin-bottom: 10px;
    outline: 0;
    border: 0;
    width: 305px;
    background: var(--grey);
    color: var(--vio);
    border-radius: 1px;
}

.workboard_img input[type="submit"] {
    width: 325px;
}

.categorie {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-family: 'work_sansmedium';
    font-size: var(--font-middle);
    text-transform: uppercase;
    width: 325px;
    height: 90px;
    z-index: 100;
    background: var(--vio);
    z-index: 85;
}

.categorie input {
    font-size: var(--font-middle);
    padding: 10px;
    margin-bottom: 10px;
    outline: 0;
    border: 0;
    width: 305px;
    background: var(--grey);
    color: var(--vio);
    border-radius: 1px;
}

.categorie input[type="submit"] {
    width: 325px;
}

.close-thik:after {
    color: #fff;
    font: 50px/100% arial, sans-serif;
    position: relative;
    right: -48%;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: -60px;
    display: block;
    content: '✖';
    margin-bottom: -50px;
    pointer: cursor;
    display: none;
}

#pictures {
    margin-top: 0px;
    margin-bottom: 100px;
    width: 330px;
    height: auto;
    overflow-y: auto;
    z-index: 100;
    padding: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
    background: var(--vio);
    margin-left: -10px;
    float: left;
}

#alert_bg {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

}

#alert_box {
    background: #fff;
    padding: 10px;
    border: 10px solid var(--main);
    width: 300px;
}

#alert {
    float: right;
    width: 70%;
    height: 70%;
    position: fixed;
    bottom: 0px;
    right: 0px;
}

#pictures img {
    object-fit: cover;
    width: 158px;
    height: 148px;
    margin: 0px;
    margin-right: 7px;
}

#progressbox {
    border: 1px solid #000000;
    padding: 1px;
    position: fixed;
    top: 470px;
    left: 1290px;
    width: 270px;
    border-radius: 3px;
    margin: 10px;
    display: none;
    text-align: left;
}

#output {
    position: fixed;
    top: 470px;
    left: 1290px;
    width: 270px;
}

#progressbar {
    height: 20px;
    background-color: #000;
    width: 1%;
}

#statustxt {
    top: 3px;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #000;
}

.button {
    position: relative;
    background: var(--main);
    width: 700px;
    left: 0;
    top: 0px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    margin-left: auto;
    margin-right: auto;
}

.head .button {
    font-family: 'cutivemono-regular';
    cursor: pointer;
    position: relative;
    background: var(--main);
    width: 390px;
    left: 0;
    top: 0px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.button a {
    font-family: 'work_sansmedium';
    color: var(--gree);
    cursor: pointer;
    width: 200px;
    padding: 12px 48px;
    text-align: center;
    border: 5px double var(--gree);
    z-index: 1;
}

.post {
    font-family: 'work_sansmedium';
    font-size: var(font-big);
    margin-top: 20px;
    margin-bottom: 20px;
}

.posts {
    width: 100%;
}

.posts div {
    font-family: 'work_sansmedium';
    font-size: var(--font-big);
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 0px;
    margin-right: 5px;
    max-width: 600px;
}

.backgroundcont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(73, 26, 102, 0.8);
    z-index: 99;
    cursor: pointer;
    overflow-y: scroll;
}

.background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
    overflow-y: scroll;
}

.backgroundcontcat {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(73, 26, 102, 0.8);
    z-index: 99;
    cursor: pointer;
    overflow-y: scroll;
}

.backgroundcat {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
    overflow-y: scroll;
}

.post:hover .button {
    opacity: 1;
}

.post_head:hover .button {
    opacity: 1;
}

#head {
    width: 100%;
    height: 100px;
    background: var(--gree);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2;
}

a {
    color: var(--vio);
}


.green a {
    color: var(--link);
}

.logo-animation {
    width: 200px;
    display: block;
    margin-left: -30px;
    margin-top: 5px;
}

#clickfield {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 150px;
    height: 150px;
    cursor: pointer;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 300px 0 0;
    border-color: #491a66 transparent transparent transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4;
    pointer-events: none;
}

.triangle-shadow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 300px 0 0;
    border-color: #000 transparent transparent transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 3;
    pointer-events: none;
}

#over_menu {
    background: var(--gree);
    width: auto;
    height: auto;
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    padding: 10px;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 0, 0);
    width: 180px;
}

.menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 200px;
    z-index: 5;
    pointer-events: none;
    height: 100%;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.inhalt {
    float: left;
    background-color: var(--grey);
    margin: 30px;
    margin-left: 40px;
    margin-right: 0px;
    width: calc(100% - 370px);
    min-width: 435px;
    line-height: var(--lineh);
}

.inhalt h1 {
    font-family: 'space_monobold';
    margin-bottom: 0px;
    font-size: 23px;
    padding-top: 10px;
}

.ueber {
    padding-left: 10px;
    color: var(--gree);
}

.inhalt h2 {
    font-family: 'space_monobold';
    margin-bottom: 0px;
    font-size: var(--font-big);
}

.inhalt p {
    font-family: 'work_sansmedium';
    width: 100%;
    font-size: var(--font-big);
    color: var(--vio);
    margin-top: 5px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-top: 10px;
}

.inhalt div {
    padding-bottom: 10px;
    transition: 1s;
}

.head {
    position: relative;
    background-color: var(--grey);
    margin: 0px;
    margin-top: 260px;
    margin-left: 0px;
    padding: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 290px;
    z-index: 1;
    float: left;
    border-right: 2px solid var(--gree);
}

.head div {
    margin-left: 60px;
}

.head p {
    width: 100%;
    font-size: var(--font-middle);
    color: var(--gree);
    margin-top: 5px;
    margin-bottom: 30px;
}

.head p b {
    font-family: 'space_monobold';
}

.head h2 {
    font-family: 'space_monobold';
    width: 100%;
    margin-bottom: 10px;
    font-size: 21px;
    color: var(--gree);
}

ul li {
    font-size: var(--font-big);
    padding: 0 0 10px 25px;
    //list-style: none;
}

ul {
    padding: 0px;
    margin-left: 0px;
}

.inhalt ul li {
    font-family: 'work_sansmedium';
    padding: 0 0 10px 25px;
    background: url(../img/nav/arrow.png) 3px 4px no-repeat;
    background-size: 13px;
    list-style: none;
}

.green ul li {
    font-family: 'work_sansmedium';
    color: var(--grey);
    padding: 0 0 10px 25px;
    background: url(../img/nav/arrowg.png) 3px 4px no-repeat;
    background-size: 13px;
    list-style: none;
}

.inhalt ul {
    font-family: 'work_sansmedium';
    padding: 0px;
    margin: 0px;
    margin-left: 5%;
    width: 95%;
    color: var(--vio);
}


@media (max-width: 1150px) {
    .wrapper {
        display: flex;
        float: left;
        width: 100%;
        flex-direction: column;
    }

    .inhalt {
        width: 100%;
        //min-width: calc( 100% - 250px);
        margin-left: 100px;
        margin-top: 90px;
        order: 1;
        float: left;
    }

    .inhalt .img_left {
        clear: both;
        float: right;
        width: 300px;
        padding: 5px;
        margin: 10px;
        margin-bottom: 0px;
        margin-top: 5px;
        margin-right: 10px;
        background: var(--gree);
    }

    .head {
        width: calc(100% - 110px);
        border-right: none;
        float: right;
        padding-left: 0px;
        margin-left: 100px;
        margin-top: 0px;
        padding-top: 30px;
        padding-bottom: 0px;
        z-index: 1;
        order: 2;
        float: left;
    }

    .head div {
        margin: 0px;
    }

    nav {
        float: right;
        margin-right: 10px;
        z-index: 100;
    }

    .navwraper {}

    .button {
        width: 300px;
        opacity: 1;
    }

    .logo-animation {
        width: 80px;
        display: block;
        margin: auto;
        margin-top: auto;
        margin-left: auto;
        margin-top: 10px;
        margin-left: -5px;
    }

    #clickfield {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 5;
        width: 100px;
        height: 100px;
        cursor: pointer;
    }

    .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 150px 150px 0 0;
        border-color: #491a66 transparent transparent transparent;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 4;
        pointer-events: none;
    }

    .triangle-shadow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 150px 150px 0 0;
        border-color: #000 transparent transparent transparent;
        position: fixed;
        top: 0px;
        left: 0px;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        z-index: 3;
    }

    nav {
        width: calc(100% - 200px);
        margin-left: 160px;
    }
}

@media (max-width: 770px) {
    .inhalt .img_left {
        clear: both;
        width: calc(100% - 20px);
        margin-bottom: 10px;
        margin-top: 10px;
        background: var(--gree);
    }

    .inhalt {
        width: calc(100% - 250px);
        min-width: calc(100% - 20px);
        margin-left: 10px;
        margin-top: 160px;
        position: relative;
        margin-bottom: 0px;
    }

    .head {
        width: calc(100% - 450px);
        min-width: calc(100% - 85px);
        padding: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        position: relative;
        margin-left: 20px;
        margin-top: 0px;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    #lng {
        float: left;
        width: 170px;
        margin-left: 155px;
        margin-top: 0px;
    }

    blockquote {
        background: var(--gree);
        color: var(--grey);
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        width: calc(100% + 5px);
    }

}