@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
@font-face {

    font-family: "DIN W04 Cond Medium";

    src: url("Fonts/5611681/25e31e6b-a3ab-43eb-8532-80e7e21764d6.eot?#iefix");

    src: url("Fonts/5611681/25e31e6b-a3ab-43eb-8532-80e7e21764d6.eot?#iefix") format("eot"), url("Fonts/5611681/9999c76f-4468-426c-8650-65d39b11a7da.woff2") format("woff2"), url("Fonts/5611681/09c7c276-17f4-4e35-81ba-e50beab6964e.woff") format("woff"), url("Fonts/5611681/72819ccb-1515-4d20-9855-821283c6fdbb.ttf") format("truetype");
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    background: #fff;
}

body {
    font-family: 'DIN W04 Cond Medium', sans-serif;
    min-height: 100vh;
    width: 100vw;
    color: #25171c;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bodyactiv {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: var(--color-link);
    outline: none !important;
}
.textblock p a {
    text-decoration: underline;
}
.start {
    background-image: url(02.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.flex {
    display: flex;
    height: auto;
    width: 100vw;
}

.left {
    margin-top: 26vh;
    width: auto;
    display: inline-block;
    float: left;
    cursor: nw-resize;
    position: relative;
}

.left h1 {
    font-size: 2vw;
    text-align: left;
    font-weight: 700;
    color: #25171c;
    opacity: 1;
    padding: 0 20px 0 19vw;
    margin: 0 0 3.7vw 0;
}

.left h2 {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    font-size: 3.2vw;
    display: block;
    opacity: 0;
    margin: 0;
}

.left h1 b.big {
    font-weight: 700;
    margin-right: 0px;
    font-size: 3.2vw;
}

.left h1 b.small {
    font-size: 2vw;
    text-align: left;
    font-weight: 700;
    color: #25171c;
    opacity: 1;
    display: none;
}

#quickcontact {
    background: transparent;
    width: 100%;
    padding: 10px 20px 0 20px;
    text-align: right;
    line-height: 1.6em;
    opacity: 0;
    font-weight: 700;
    letter-spacing: 1.1px;
    transition: opacity 3.8s;
    font-size: 1.2vw;
}

#quickcontact.active {
    opacity: 1 !important;
}

.menu {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin: 27.7vh 0 0 20vw;
    font-size: 2.3vw;
    float: left;
    align-items: flex-start;
}

.menu__item {
    line-height: 1.4;
    text-transform: lowercase;
    letter-spacing: 0em;
    text-indent: -0.025em;
    color: #25171c;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.menu__item span {
    display: block;
    position: relative;
}

.menu__item::before {
    content: '';
    width: 0%;
    height: 30%;
    background: linear-gradient(45deg, #afafb1, #afafb1);
    position: absolute;
    left: 0;
    bottom: 10px;
    transform-origin: 0 0;
    transform: scale3d(1, 1, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.menu__item--showDeco::before {
    width: 0%;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transform: scale3d(1, 1, 1);
}

.menu__item--showDeco:hover::before {
    transition: width 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transform: scale3d(1, 1, 1);
    width: 100%;
}

#menuepkt7 {
    font-size: 1.2vw;
    position: absolute;
    bottom: 18px;
}

#menuepkt8 {
    font-size: 1.2vw;
    position: absolute;
    bottom: 18px;
    left: 7.3vw;
    flex-wrap: nowrap;
}

#menuepkt7::before,
#menuepkt8::before {
    display: none;
}

.content__close {
    position: fixed;
    top: 8vh;
    right: 5vw;
    color: #000;
    border: 2px solid;
    padding: 0;
    margin: 0 0 0 -2em;
    width: 1.6em;
    height: 1.6em;
    font-size: 2.05em;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 10000;
    overflow: hidden;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    display: none;
}

.content__close:focus {
    outline: none;
}

.content__close:hover {
    background: #afafb1;
    border-color: #afafb1;
}

.projekt_close {
    position: fixed;
    top: 8vh;
    right: 5vw;
    color: #000;
    border: 2px solid;
    padding: 0;
    margin: 0 0 0 -2em;
    width: 1.6em;
    height: 1.6em;
    font-size: 2.05em;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 10000;
    overflow: hidden;
    background: #afafb1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    display: none;
}

.projekt_close:focus {
    outline: none;
}

.projekt_close:hover {
    background: #afafb1;
    border-color: #afafb1;
}

#read_back {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 0px;
    transform: translate(-50%, -50%);
    background: #f0f3f8;
    transition: all 0.6s;
    z-index: 2;
    opacity: 0;
}

#read_back.active {
    width: 100vw;
    height: 100vh;
    opacity: 0.99;
}

#read_back.active2 {
    width: 100vw;
    height: 100vh;
    opacity: 1;
}

@-webkit-keyframes herzschlag {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.6);
    }
    100% {
        transform: scale(1);
    }
}

#load {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #afafb1;
    transform: scale(1);
    -webkit-animation: herzschlag 2s;
    /* Safari 4+ */
    -moz-animation: herzschlag 2s;
    /* Fx 5+ */
    -o-animation: herzschlag 2s;
    /* Opera 12+ */
    animation: herzschlag 2s;
    /* IE 10+, Fx 29+ */
    animation-iteration-count: 10;
    opacity: 1;
    transition: opacity 0.4s;
}

.bgimagebox {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
    transition: opacity 0.4s;
}

.bgimagebox_activ {
    opacity: 0.14;
}

.content--reveal {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    display: flex;
}

.content__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    justify-items: center;
    opacity: 1;
    z-index: 0;
    overflow: hidden;
}

.content__inner.active {
    z-index: 1000;
    height: auto;
    overflow: scroll;
    padding-bottom: 100px;
}

.js .content__inner {
    opacity: 0;
    transition: opacity 0.3s;
}

.section {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 80vw;
    max-width: 1200px;
}

#section4 .section {
    width: 90vw;
    max-width: 1600px;
}

.section p {
    font-size: 1.3em;
    line-height: 1.3em;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

.content__title {
    font-size: 8vw;
    margin: 15vh 0 58vh 0;
    color: #25171c;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    font-family: 'DIN W04 Cond Medium', sans-serif;
    font-weight: 900;
    text-shadow: 2px 2px 2px rgba(220, 220, 220, 0.6);
    transition: margin 0.4s;
}

.content__title_activ {
    margin: 25vh 0 10vh 0;
}

.content__subtitle {
    text-align: center;
    font-size: 2.4em;
    padding: 0 60px;
    margin: 0 0 40px;
}

.textblock {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.textblock blockquote {
    font-size: 1.3em;
    font-weight: 100;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}

.zitat blockquote {
    font-size: 1.7em;
    font-weight: 100;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}

.team {
    margin: 30px -1% 60px;
    position: relative;
    float: left;
}

.team_member {
    width: 31.333%;
    margin: 1%;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #afafb1;
    float: left;
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.4);
}

.team_member img {
    width: 100%;
    height: auto;
    transform: translate(0%, 0%);
    opacity: 1;
    float: left;
    transition: all 0.6s;
}

.team_member:hover img {
    opacity: 0;
    transform: translate(100%, 0%);
}

.member_left:hover img {
    opacity: 0;
    transform: translate(-100%, 0%);
}

.team_member div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    transform: translate(100%, 0%);
    opacity: 0.2;
    transition: all 0.6s;
}

.member_left div {
    transform: translate(-100%, 0%);
    opacity: 0.2;
    transition: all 0.6s;
}

.team_member div p {
    font-size: 1.1em;
    line-height: 1.1em;
    width: 100%;
    text-align: center;
}

.team_member:hover div {
    transform: translate(0%, 0%);
    opacity: 1;
}

.projekte {
    margin: 30px 0 60px 0;
    position: relative;
    float: left;
    width: 96%;
}

.projekt {
    width: 31.333%;
    margin: 1%;
    padding: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    background: #afafb1;
    float: left;
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.4);
}

.projekt h2 {
    width: 100%;
    font-size: 1.2em;
    padding: 0;
    height: auto;
    background: transparent;
    color: #26171c;
    z-index: 3;
    float: left;
    margin: 0 0 20px;
}

.projekt img {
    width: 100%;
    height: auto;
    transform: translate(0%, 0%);
    opacity: 1;
    float: left;
    transition: all 0.6s;
}

.projekt:hover img {
    opacity: 0;
    transform: translate(100%, 0%);
}

.projekt_left:hover img {
    opacity: 0;
    transform: translate(-100%, 0%);
}

.projekt div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 20px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    transform: translate(100%, 0%);
    opacity: 0.2;
    transition: all 0.6s;
}

.projekt_left div {
    transform: translate(-100%, 0%);
    opacity: 0.2;
    transition: all 0.6s;
}

.projekt div p {
    font-size: 1em;
    line-height: 1.3em;
    text-align: center;
    width: 100%;
}

.projekte2 .projekt div p {
    display: none;
}

.projekt:hover div {
    transform: translate(0%, 0%);
    opacity: 1;
}

.single_projekt {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translate(-100%, 0%);
    background: transparent;
    transition: all 0.6s;
    z-index: 2000;
    opacity: 1;
    overflow: scroll;
    transition: all 0.6s;
}

.single_projekt_active {
    transform: translate(0%, 0%);
    background: #e9eef2d4;
}

.projektcontent {
    display: block;
    position: relative;
    width: 90%;
    max-width: 1220px;
    height: auto;
    min-height: 100vh;
    padding: 0px;
    background: #afafb1;
    text-align: center;
    padding-bottom: 80px;
}

.projektcontent p {
    font-size: 1.3em;
    line-height: 1.3em;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

.projektcontent p.text-right {
    text-align: right;
}

.projektcontent h2 {
    font-size: 4.0vw;
    margin: 4vh 0 4vh 0;
    color: #0c0c0c;
    /* text-transform: lowercase; */
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    font-family: 'DIN W04 Cond Medium', sans-serif;
    font-weight: 700;
}

.projektcontent img {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
}
img.videovorschau {
    margin: 0;
    position: absolute;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
}
img.inner {
    padding: 0 60px 20px;
    margin: 0;
}

#zuladen {
    display: inline-block;
}

#zuladen .textblock {
    display: inline-block;
    margin-bottom: 60px;
    padding: 0 60px;
}

.textblock p.text-center {
    text-align: center;
}

.columns3 {
    background: transparent;
    padding: 0px;
    margin-bottom: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -moz-column-rule: 0px dotted #fff;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    -webkit-column-rule: 0px dotted #fff;
    column-count: 3;
    column-gap: 50px;
    column-rule: 0px dotted #fff;
}

.columns2 {
    background: transparent;
    padding: 0px;
    margin-bottom: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -moz-column-rule: 0px dotted #fff;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    -webkit-column-rule: 0px dotted #fff;
    column-count: 2;
    column-gap: 50px;
    column-rule: 0px dotted #fff;
}

.columns2 p,
.columns3 p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    text-align: justify !important;
}

.video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 60px;
    width: 100%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videovorschau {
    margin: 0px;
    width: 100%;
    height: auto;
}

.vimeotext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0px;
    background-image: url(video2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12% auto;
    cursor: pointer;
    transition: all 0.4s;
}

.vimeotext p {
    opacity: 1;
    transition: all 0.4s;
    font-size: 1em;
}

.vimeotextcontent {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px 60px;
    background: #000000e6;
    transform: translate(0%, 100%);
    transition: all 0.4s;
}

.vimeotext:hover .vimeotextcontent {
    transform: translate(0%, 0%);
    transition: all 0.4s;
}

.zweier {
    display: block;
    position: relative;
    float: left;
    width: 102%;
    padding: 0 60px 20px;
    margin: 0 -1%;
}

.zweier div {
    display: block;
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
}

.zweier div p,
.zweier div h2,
.zweier div h3,
.zweier div h4 {
    display: block;
    margin: 17px 0 0;
    float: left;
    width: 100%;
}

.dreier {
    display: block;
    position: relative;
    float: left;
    width: 102%;
    padding: 0 60px 20px;
    margin: 0 -1%;
}

.dreier div {
    display: block;
    position: relative;
    float: left;
    width: 31.333%;
    margin: 1%;
}

.dreier div p,
.dreier div h2,
.dreier div h3,
.dreier div h4 {
    display: block;
    margin: 17px 0 0;
    float: left;
    width: 100%;
}

.zweier div img,
.dreier div img {
    margin: 0;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1140px) {
    .team_member,
    .projekt {
        width: 48%;
    }
    .dreier div {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin: 1%;
        text-align: center;
    }
    .dreier div p, .dreier div h2, .dreier div h3, .dreier div h4 {
        display: block;
        margin: 17px 0 0;
        float: none;
        width: 100%;
        text-align: center !important;
    }
    .single_projekt {
        display: block;
    }
    .projekt_close {
        width: 5vw;
        height: 5vw;
        right: 4vw;
        font-size: 3vw;      
    }
}

@media screen and (max-width: 1000px) {
    #quickcontact {
        font-size: 0.9em;
    }
    .left h1 b.big {
        font-size: 1.3em;
    }
    .left h1 b.small {
        font-size: 1.3em;
    }
    .left h1 {
        font-size: 1.8em;
        padding: 0 20px 0 10vw;
        margin-bottom: 7vw;
    }
    .left h2 {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 2.3em;
        display: block;
        opacity: 0;
    }
    .menu {
        font-size: 1.4em;
    }
    #menuepkt7,
    #menuepkt8 {
        font-size: 0.7em;
        position: relative;
        bottom: 0;
        left: auto;
        flex-wrap: wrap;
    }
    .projekt h2 {
        font-size: 1.1em;
    }
    .projekt div p {
        font-size: 0.8em;
    }
    .content__close {
        top: 2vh;
        right: 2vw;
        width: 1.4em;
        height: 1.4em;
        font-size: 1.85em;
    }
    .team_member div p {
        font-size: 1em;
        line-height: 1.1em;
        margin: 10px 0;
        width: 100%;
    }
    .box_flex {
        height: auto;
        min-height: auto;
        margin-top: 40px;
    }
    .txt_maps {
        display: flex;
        position: relative;
        width: 100%;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: left;
        justify-content: left;
        padding: 40px;
        text-align: center;
    }
    .txt_maps div {
        width: 100%;
        text-align: center;
    }
    .txt_maps div p {
        width: 100%;
        text-align: center;
    }
    .txt_maps div p a {
        font-weight: 700;
        text-decoration: underline;
    }
    .map2 {
        display: none;
    }
    .projekte2 .projekt {
        width: 33.333%;
        margin: 0;
        padding: 4px;
    }
}

@media screen and (max-width: 920px) {
    .form_left,
    .form_right {
        width: 100%;
    }
    .projekt div {
        padding: 20px 20px 20px;
    }
    .projekt_close {
        width: 6vw;
        height: 6vw;
        right: 3vw;
        font-size: 3.2vw;      
    }
    .zweier div {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin: 1%;
        text-align: center;
    }
    .zweier div p, .dreier div h2, .dreier div h3, .dreier div h4 {
        display: block;
        margin: 17px 0 0;
        float: none;
        width: 100%;
        text-align: center !important;
    }
}
@media screen and (max-width: 800px) {
    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }
    .projekt_close {
        top: 40px;
    }
}
@media screen and (max-width: 660px) {
    .team_member {
        width: 100%;
        margin: 1% 0;
    }
    .team_member div p {
        font-size: 1.2em;
        line-height: 1.2em;
        margin: 20px 0;
        width: 100%;
    }
    .projekt {
        width: 100%;
        margin: 1% 0;
    }
    .flex {
        display: table;
    }
    .left {
        margin-top: 10vh;
        width: 100%;
        text-align: center;
    }
    .left h1 {
        margin: 0 0 2vh 0;
        padding: 0 20px 0 20px;
        text-align: center;
    }
    .left h2 {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 2.3em;
        display: block;
        opacity: 0;
        width: 100%;
        text-align: center;
    }
    #quickcontact {
        text-align: center;
        position: relative;
        bottom: auto;
    }
    .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
    }
    .content__title {
        font-size: 3em;
    }
    .content__subtitle {
        font-size: 1.6em;
        margin-bottom: 40px;
    }
    .team_member div {
        padding: 10px 20px;
    }
    .section p,
    .single_projekt div p {
        font-size: 1.1em;
        text-align: left;
    }
    .team_member div p.desc {
        display: none;
    }
    .team_member div p {
        font-size: 1.1em;
    }
    .txt_maps {
        padding: 20px;
    }
    .txt_maps h4 {
        font-size: 1.5em;
    }
    .swiper-container {
        margin-bottom: 4vh;
    }
    .single_projekt div h2 {
        font-size: 1.4em;
        margin: 2vh 0 5vh 0;
    }
    .projekte2 .projekt {
        width: 50%;
        margin: 0;
        padding: 4px;
    }
}

@media screen and (max-width: 480px) {
    .projektcontent {
        width: 100vw;
        padding: 60px 30px 60px 30px;
    }
    .galerieprojekt {
        width: 100%;
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .projekt_close {
        left: auto;
        right: 0px;
        margin: 0 0 0 0;
        top: 16px;
        border: none;
        width: 30px;
        height: 30px;
        font-size: 25px;
    }
    .content__close {
        top: 2vh;
        right: 0vw;
        border: none;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    .left h1 b.big {
        width: 100%;
        display: block;
    }
    .projekt div p {
        display: none;
    }
    .textblock {
        margin: 0;
    }
    .content__subtitle {
        font-size: 1.6em;
        margin-bottom: 20px;
        padding: 0;
    }
    #zuladen div {
        padding: 0 !important;
    }
}

@media screen and (max-width: 380px) {
    .txt_maps div p {
        font-size: 1em;
    }
    .txt_maps h4 {
        font-size: 1.3em;
    }
    .content__close {
        width: 1.1em;
        height: 1.1em;
        font-size: 1.65em;
    }
}

@media screen and (max-height: 490px) {
    #quickcontact {
        display: none;
    }
    .menu {
        margin-top: 10vh;
    }
}
