@font-face {
    font-family: "texgyreadventor";
    src: url("../fonts/texgyreadventor-regular-webfont.eot");
    src: url("../fonts/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor-regular-webfont.woff2") format("woff2"), url("../fonts/texgyreadventor-regular-webfont.woff") format("woff"), url("../fonts/texgyreadventor-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "texgyreadventor";
    src: url("../fonts/texgyreadventor-bold-webfont.eot");
    src: url("../fonts/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor-bold-webfont.woff2") format("woff2"), url("../fonts/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgyreadventor-bold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "texgyreadventor";
    src: url("../fonts/texgyreadventor-italic-webfont.eot");
    src: url("../fonts/texgyreadventor-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor-italic-webfont.woff2") format("woff2"), url("../fonts/texgyreadventor-italic-webfont.woff") format("woff"), url("../fonts/texgyreadventor-italic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?brifbt");
    src: url("../fonts/icomoon.eot?brifbt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?brifbt") format("truetype"), url("../fonts/icomoon.woff?brifbt") format("woff"), url("../fonts/icomoon.svg?brifbt#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-upload:before {
    content: "\e908";
}

.icon-search:before {
    content: "\e901";
}

.icon-chevron-thin-down:before {
    content: "\e903";
}

.icon-chevron-thin-left:before {
    content: "\e904";
}

.icon-chevron-thin-right:before {
    content: "\e905";
}



.icon-chevron-right:before {
    content: "\e905";
    font-weight: bold;
    font-size: 1.5em;
}
.icon-chevron-left:before {
    content: "\e904";
    font-weight: bold;
    font-size: 1.5em;
}


.icon-chevron-thin-up:before {
    content: "\e905";
}

.icon-xing:before {
    content: "\e907";
}

.icon-twitter:before {
    content: "\e902";
}

.icon-facebook:before {
    content: "\e900";
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a,
i,
li,
.nav-drop,
.search-form button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

.nav-opener,
.nav-drop li a,
.popup li a,
.open,
.search-form button,
.btn-prev,
.btn-next {
    line-height: 54px;
    display: block;
}

.nav-opener:hover,
.nav-drop li a:hover,
.popup li a:hover,
.open:hover,
.search-form button:hover,
.btn-prev:hover,
.btn-next:hover {
    background: #92989b;
    color: #000e1a;
}

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

body {
    color: #333;
    background: #000;
    font: 14px/1.357 "texgyreadventor", "Arial", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 27px;
}

.content h2 {
    font-size: 16px;
}

h3,
.h3 {
    font-size: 24px;
}

.content h3 {
    font-size: 14px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #fff;
    text-decoration: none;
}

.content a {
    text-decoration: underline;
}
.content #lade a {text-decoration: none;}

i {
    font-family: "Flaticon";
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #92989b;
    padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #92989b;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #92989b;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #92989b;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #92989b;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #92989b;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

#header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    /* background: rgba(0, 14, 26, .75); */
    z-index: 10;

}

#main {
    overflow: auto;
}

.resultwrapper {
    height: 59vh;
    margin-left: 4%;
    overflow:auto;

}

.search_results {
    width:80%;
    margin: 5px 5px 0 0;
    float: left;
}


.middle {
    background: rgba(0, 14, 26, 0.75);
    height: 54px;
    width: calc(100% - 202px);
}

.middle-full, .middle-projekte {
    background: rgba(0, 14, 26, 0.75);
    height: 54px;
    width: calc(100% - 52px); /* 100% */
}

.image-holder {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 60vh;
}

#contactform {
    margin-top: 1%;
    height: 58vh;
    overflow: auto;
}

#contactform div {
    padding-bottom: 10px;
}

#contactform input, #contactform textarea {
    width: 90%;
}

#contactform textarea {
    height: 70px;
}

.profile {
    overflow: auto;
}

.content {
    background: #333;
    /*background: #000e1a;*/
    color: #fff;
    padding: 15px 10px 35px;
}

.content h1 {
    margin-bottom: 50px;
}

.content p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 21px;
}
.content ul {padding-left:2em;}

.content li {
    color: #fff;
    margin-bottom: 15px;
    line-height: 21px;
    list-style-type:square;
}

.content p:last-child {
    margin-bottom: 70px;
}

#nav.nav-extended .nav-drop {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    right: auto;
    left: 0;
}

#nav.nav-extended .nav-drop a {
    padding: 0;
    font-size: 18px;
}

#nav.nav-extended .nav-opener {
    right: 0;
    border: none;
}

#nav.nav-extended .popup-holder {
    position: static;
    width: auto;
    height: 54px;
    background: transparent;
}

#nav.nav-extended .open {
    border: none;
    padding-right: 15px;
}

#nav.nav-extended .flaticon-arrows {
    margin-left: 5px;
}

#nav.nav-extended .flaticon-arrows:after {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: "\f105";
    -webkit-transform: translate(-20px);
    -ms-transform: translate(-20px);
    transform: translate(-20px);
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#nav.nav-extended .flaticon-arrows:before {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    content: "\f102";
}

#nav.nav-extended .popup-active {
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 35%;
    right: auto;
    left: 0;
    border-right: 1px solid #fff;
}

#nav.nav-extended .popup-active .flaticon-arrows {
    margin-right: -20px;
}

#nav.nav-extended .popup-active .flaticon-arrows:after {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

#nav.nav-extended .popup-active .flaticon-arrows:before {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#nav.nav-extended .popup-active .popup {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    overflow-y: scroll;
}

#nav.nav-extended .popup-container {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    width: calc(100vw - 100%);
    top: 0;
    left: calc(100% + 1px);
    height: 100%;
    text-align: right;
    right: auto;
    min-height: 150px;
}

#nav.nav-extended .popup {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
    width: auto;
    height: 100%;
}

#nav.nav-extended .popup li {
    width: 100%;
}

#nav.nav-extended .popup li a {
    width: auto;
}

.logo {
    display: inline-block;
    /*text-align: center;*/
    width: calc(100% - 52px);
    background: rgba(0, 14, 26, 0.75);
}

.logo a {
    margin: 0;
    font-size: 16px;
    text-align: center;
    max-height: 50px;
}

.logo a img {
    height: 51px;
    max-height: 54px;
    margin:0;
    border:0;
}

.nav-opener {
    text-align: center;
    position: absolute;
    right: 50px;
    top: 0;
    width: 50px;
    height: 54px;
    margin-right: 1px;
    margin-left: 1px;
    background: rgba(0, 14, 26, .75);
}

.nav-opener:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 12px;
    background: #fff;
    box-shadow: 0 8px 0 0 #fff, 0 16px 0 0 #fff;
    width: 26px;
    height: 4px;
}

.nav-opener i {
    vertical-align: top;
}

.nav-drop {
    opacity: 0;
    position: absolute;
    bottom: 55px; /*100%;*/
    right: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 120;
    background: rgba(0, 14, 26, .75);
}

.nav-drop li {
    border-right: none;
    margin-left: -5px;
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 0px;

}


.nav-drop li:first-child {
    border-top: 1px solid #fff;
}

.nav-drop li a {
    font-size: 21px;
    font-weight: bold;
    padding: 0 35px;
    width: auto;
    text-align: center;
}

.nav-active .nav-opener {
    background: #92989b;
}

.nav-active .nav-drop {
    visibility: visible;
    opacity: 1;
}

.popup-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    z-index: 10;
}

.popup {
    background: rgba(0, 14, 26, .75);
    z-index: 10;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    text-align: center;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.popup li {
    display: inline-block;
    vertical-align: top;
    border: none;
}

.popup li a {
    text-align: center;
    width: 50px;
    height: 50px;
    margin-left: -4px;
}

.popup li i {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.popup li i:before {
    position: absolute;
    top: 0;
    left: 12px;
    width: auto;
    height: auto;
    font-size: 26px;
    line-height: 50px;
}

.popup .form-holder {
    display: block;
    border-bottom: 1px solid #fff;
}

.popup-container {
    position: absolute;
    overflow: hidden;
    bottom: 100%;
    right: 0;
    width: 100vw;
    height: 100px;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: visibility .3s ease-in-out;
    transition: visibility .3s ease-in-out;
}

.open {
    height: 54px;
    text-align: center;
    /*    background: rgba(0, 14, 26, 0.75); */
}

.open .icon-chevron-thin-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.open .icon-upload {
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    line-height: 1;
    margin-top: 10px;
}

.popup-active .popup-container {
    visibility: visible;
}

.popup-active .popup {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.popup-active .open {
    background: #92989b;
    color: #000e1a;
}

.popup-active .open .icon-chevron-thin-right {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-form {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.search-form input {
    float: left;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 16px 10px;
    outline: none;
    vertical-align: top;
    width: calc(100% - 52px);
    line-height: 18px;
}

.search-form button {
    color: #fff;
    float: left;
    background: transparent;
    border-radius: 0;
    border: none;
    width: 52px;
    height: 50px;
}

.search-form button i {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.search-form button i:before {
    position: absolute;
    top: 0;
    left: 6px;
    width: auto;
    height: auto;
    font-size: 26px;
    line-height: 50px;
}

.socials {
    text-align: center;
}

.slide {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.slide a {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
}

.btn-prev,
.btn-next {
    display: none;
    position: absolute;
    bottom: 51px;
    right: 0;
    width: 50px;
    height: 54px;
    z-index: 15;
    text-align: center;
    background: rgba(0, 14, 26, .75);

}

.btn-prev i,
.btn-next i {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.btn-prev i:before,
.btn-next i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    font-size: 26px;
    line-height: 1;
    margin-top: 2px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.linkset-holder {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.link-holder {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.link-holder a {
    width: 100%;
    height: 100%;
    display: block;
}

.link-holder a:hover p {
    top: 0;
}

.link-holder a p {
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    background: rgba(0, 14, 26, .75);
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    width: 100%;
    height: auto;
    line-height: 28px;
    font-size: 21px;
    padding: 11px 25px;
}

.btn-prev {
    right: 50px;
    margin-right: 1px;
    background: rgba(0, 14, 26, .75);
}

/* slideshow basic styles */

div.slideshow {
    position: relative;
    height: 100%;
}

div.slideshow div.slide {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

div.slideshow div.slide.active {
    z-index: 3;
}

div.slideshow.not-enough-slides a.btn-prev,
div.slideshow.not-enough-slides a.btn-next {
    visibility: hidden;
}

#lade {
    display:none;
}


@media (orientation: landscape) {
    .link-holder {
        height: 100%;
    }
}


@media (max-width: 500px) {
    .logo a img {
        width: 90%;
        height: 90%;
    }

}

@media (min-width: 768px) {


    .resultwrapper {
        height: 90vh;
        overflow: auto;
    }

    #lade {
        display: block;
        position: relative;
        left: -40px;
        top: 42%;
    }

    #contactform {
        margin-top: 4%;
        height: auto;
        overflow: auto;
    }

    #contactform div {
        padding-bottom: 20px;
    }

    #contactform input, #contactform textarea {
        width: 70%;
    }
    #contactform textarea {
        height: 100px;
    }

    #main {
        overflow: hidden;
    }

    .image-holder {
        width: 55%;
        height: 100vh;
        float: left;
    }

    .profile {
        overflow: hidden;
        max-height: 100%;
        height:100%;
    }

    .content {
        max-height: 100%;
        overflow: auto;
        padding: 35px 15px 35px 35px;
        float: right;
        width: 45%;
        height: 100vh;
    }

    #lade {
        left: -35px;

    }

    #nav.nav-extended .nav-drop a {
        padding: 0 30px;
        font-size: 21px;
    }

    #nav.nav-extended .open {
        padding-right: 15px !important;
        max-height: 54px;
    }

    #nav.nav-extended .flaticon-arrows:after {
        content: "\f101";
    }

    #nav.nav-extended .flaticon-arrows:before {
        content: "\f100";
    }

    #nav.nav-extended .popup-active {
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        margin-right: 0;
        width: 100%;
        border-right: none;
    }

    #nav.nav-extended .popup-active .flaticon-arrows {
        margin-right: 0;
    }

    #nav.nav-extended .popup-active .popup {
        overflow-y: hidden;
    }

    #nav.nav-extended .popup-container {
        height: auto;
        width: 100vw;
        left: 0;
        min-height: 0;
        bottom: calc(100% + 1px);
        top: auto;
    }

    #nav.nav-extended .popup {
        width: 100%;
    }

    .logo {
        display: block;
        float: left;
        width: auto;
        max-width: none;
        background: transparent;
    }

    .logo a {
        font-size: 13px;
        text-align: left;
        padding: 0;
        border-top: none;
    }

    .nav-opener {
        border-left: none;
        right: 150px;
        background-color: rgba(0, 14, 26, 0.75);
    }

    .nav-drop {
        bottom: 55px;
        text-align: center;
        background-color: rgba(0, 14, 26, 0.75);
    }

    .nav-drop li {
        display: inline-block;
        border: none;
        background-color: transparent;
    }

    .nav-drop li:first-child {
        border-top: none;
    }

    .popup-holder {
        bottom: 0;
        right: 100px;

    }

    .popup {
        width: 100%;
        height: 50px;
        border-bottom: none;
    }

    .popup .form-holder {
        display: inline-block;
        border: none;
    }

    .popup-container {
        right: -50px;
        height: 50px;
        width: 500px;
        top: auto;
        bottom: 55px;
        z-index: -50;
    }

    .open {
        margin-right: 2px;
        /*background: rgba(0, 14, 26, 0.75);*/
    }

    .open .icon-chevron-thin-right {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 15px;
    }

    .popup-active .open .icon-chevron-thin-right {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .search-form {
        width: auto;
        border-bottom: none;
    }

    .search-form input {
        width: 295px;
        padding-left: 20px !important;
    }

    .socials {
        float: right;
    }

    .btn-prev,
    .btn-next {
        bottom: 0;
        display: block;
    }

    .link-holder {
        width: 50%;
        height: 25%;
    }


    .popup-holder {
        margin-bottom: 0px;
    }

    .btn-prev, .btn-next {
        margin-bottom: 0px;
    }


}

@media (min-width: 1025px) {

    #header {
        margin-bottom: 21px;
    }

    .logo a img {
        height: auto;
    }

    .btn-prev, .btn-next {
        margin-bottom: 21px;
    }


    .nav-drop {
        bottom: 55px;
    }

    .link-holder a p {
        top: -100%
    }


}


@media (min-width: 1024px) {

    .popup-holder {
        margin-bottom: 0px;
    }


    .logo {
        margin-bottom: 0px;
        background-color: transparent;
    }

    .search_results {
        width: 42%;
    }

    .image-holder {
        width: 70%;
    }

    .content {
        width: 30%;
    }

    .content {
        padding: 75px 50px 40px 45px;
    }

    #nav.nav-extended .nav-drop {
        width: 100%;
    }

    #nav.nav-extended .popup-container {
        height: 50px;
    }

    #nav.nav-extended .popup li {
        width: auto;
    }

    .link-holder {
        height: 33.32%;
        width: 33.32%;
    }



}

@media (min-width: 1200px) {



    .middle-full, .middle-projekte {
        width: 100%;
    }

    #nav.nav-extended {
        position: absolute;
        right: 0;
        width: 880px;
    }

    #nav.nav-extended .nav-drop {
        text-align: right;
        visibility: visible;
        opacity: 1;
    }

    #nav.nav-extended .nav-opener {
        display: none;
    }

    #nav.nav-extended .popup-container {
        width: 100%;
    }

    #nav.nav-extended .popup {
        float: right;
        width: auto;
    }

    .nav-drop {
        width: auto;
        right: 305px;
        bottom: 0;
        background-color: transparent;
    }

    .nav-drop li {
        background: transparent;
    }

}

.content.turned {
    white-space: nowrap;
    padding: 20px 20px 0 45px;

}

h1.turned {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin:0 !important;
    font-size: 24px;

}

h1.turned:before{
    content:''; padding:5% 0; display:block; position:relative; top:20px;
}


#contactform {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 15px 25px;
    background-color: rgba(0,0,0,0.5);
    text-align: left;
    max-height: 95%;

}

#contactform input, #contactform textarea {
    background-color: rgba(255,255,255,0.7);
}


#contactform label {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 110px;
}
#contactform label.error {
    color: #dd8b8b;
    display: block;
    font-size: 11px;
    font-style: italic;
    height: 25px;
    margin-bottom: -25px;
    padding-left: 75px;
    width: 100%;
}
#contactform input.error {
    background: #f8eded none repeat scroll 0 0;
    border: 1px dotted #f4cbcb;
}
#contactform textarea {
    max-width: 90%;
}

.search_results {

    background-color: rgba(0,0,0,0.8);
    display: inline-block;
    padding:5px;
}

.suche {
    background: rgba(0, 14, 26, .75);
    z-index: 10;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.suche .search-form input {
    width: 75%;
}
