/*
Theme Name: WNStarter
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wnstarter
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WNStarter is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/* BEGIN Google Fonts */
@font-face {
    font-family: 'Cabin';
    font-weight: 400;
    src: url('./webfonts/Cabin/Cabin-Regular.ttf') format('truetype'),
}

@font-face {
    font-family: 'Cabin';
    font-weight: 500;
    src: url('./webfonts/Cabin/Cabin-Medium.ttf') format('truetype'),
}

@font-face {
    font-family: 'Cabin';
    font-weight: 700;
    src: url('./webfonts/Cabin/Cabin-Bold.ttf') format('truetype'),
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    src: url('./webfonts/Roboto/Roboto-Light.ttf') format('truetype'),
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url('./webfonts/Roboto/Roboto-Regular.ttf') format('truetype'),
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url('./webfonts/Roboto/Roboto-Medium.ttf') format('truetype'),
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: url('./webfonts/Roboto/Roboto-Bold.ttf') format('truetype'),
}

/* END Google Fonts */

.map-wrapper iframe {
    border: 0;
    width: 100%;
    height: 300px;
}

iframe.vc-map {
    border: 0;
    width: 100%;
    height: 540px;
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Cabin', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:focus,
a:hover {
    outline: 0 !important;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

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;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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;
}

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: lighter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.clearfix {
    clear: both;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #404040 none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    font-size: 1rem;
    line-height: 1;
    padding: 0.6em 2em;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #e7e7e7 #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 10px;
    text-transform: inherit;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
    text-transform: uppercase;
}

select {
    border: 1px solid #e7e7e7;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

@media (max-width: 500px) {
    .page-id-1504 h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

.hero {
    position: relative;
    min-height: 80px;
}

.hero .hero-image {
    width: 100%;
}

.site-content {
    margin-top: 40px;
}

.vc_row {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .vc_row {
        margin-bottom: 80px;
    }
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo-wrapper {
    position: absolute;
    z-index: 98 !important;
    top: 50vh;
    left: 50vw;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 70vw;
    display: none;
}

@media screen and (min-width: 768px) {
    .logo-wrapper {
        height: 40vw;
        width: 40vw;
    }
}

.logo-wrapper h1 {
    bottom: 16vw;
    color: #fff;
    font-size: 4.4vw;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .logo-wrapper h1 {
        bottom: 9vw;
        font-size: 2.4vw;
    }
}

.logo-wrapper h1 span {
    font-size: 4.45vw;
    font-weight: bold;
    line-height: 0.8;
}


.logo {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/wnstarter/img/logo_grau.svg") repeat scroll 0 0 / 23vw 23vw;
    height: 23vw;
    left: 23.5vw;
    position: absolute;
    top: 11vw;
    width: 23vw;
}

@media screen and (min-width: 768px) {
    .logo {
        background: rgba(0, 0, 0, 0) url("/wp-content/themes/wnstarter/img/logo_grau.svg") repeat scroll 0 0 / 13vw 13vw;
        height: 13vw;
        width: 13vw;
        top: 8vw;
        left: 13.5vw;
    }
}

.logo-big {
    position: absolute;
    background-image: url('/wp-content/themes/wnstarter/img/stegmueller-logo.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.logo-menu {
    position: relative;
    background-image: url('/wp-content/themes/wnstarter/img/stegmueller-logo-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5vh 0;
    height: 20vh;
    display: block;
}

.box1, .box2 {
    border: 1px solid #e7e7e7;
    height: 65vw;
    position: absolute;
    top: 2.5vw;
    left: 2.5vw;
    width: 65vw;
}

@media screen and (min-width: 768px) {
    .box1, .box2 {
        height: 35vw;
        width: 35vw;
    }
}

.box2 {


}

/* Logo Wrapper Small */
.logo-wrapper-small {
    top: 18.5vw;
    width: 20vw;
    height: 20vw;
}

.logo-wrapper-small .box1,
.logo-wrapper-small .box2 {
    border: 1px solid #e7e7e7;
    height: 18vw;
    position: absolute;
    top: -0.5vw;
    left: 1vw;
    width: 18vw;
}

.logo-wrapper-small h1 {
    font-size: 1.4vw;
    top: 5vw;
    bottom: inherit;
}

.page-id-205 .logo-wrapper-small h1 {
    top: 4vw;
}

.logo-wrapper-small h1 span {
    font-size: 2.45vw;
}


@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 17s linear infinite;
    -moz-animation: rotating 17s linear infinite;
    -ms-animation: rotating 17s linear infinite;
    -o-animation: rotating 17s linear infinite;
    animation: rotating 17s linear infinite;
}


@-webkit-keyframes rotating-two /* Safari and Chrome */
{
    from {
        -ms-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    to {
        -ms-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotating-two {
    from {
        -ms-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    to {
        -ms-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.rotating-two {
    -webkit-animation: rotating 25s linear infinite;
    -moz-animation: rotating 25s linear infinite;
    -ms-animation: rotating 25s linear infinite;
    -o-animation: rotating 25s linear infinite;
    animation: rotating 25s linear infinite;
}


.entry-header {
    display: none;
}

.small-row {
    padding: 0 5%;
}

/* Fünf Spalten */

.five-columns.vc_row .vc_col-sm-2 {
    float: left;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .five-columns.vc_row .vc_col-sm-2 {
        float: left;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .five-columns.vc_row .vc_col-sm-2 {
        float: left;
        width: 18.8%;
        padding: 0;
        margin-right: 1.5%;
        min-height: 0;
    }

    .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
        margin-right: 0;
    }
}


/* Color Change */


.color-change img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s ease all;

}

.icon-link-wrapper:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: translateY(-2px);
}

.icon-link-wrapper {
    position: relative;
}

.icon-links {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.icon-link-wrapper img {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    padding: 5px;
}


.icon-link-wrapper:hover img {
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 5px;
}


.icon-link-wrapper h3 {
    font-size: 0.9rem;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    margin: 50px 0 60px;
}


.icon-link-wrapper h3::before {
    background: #e7e7e7 none repeat scroll 0 0;
    content: " ";
    height: 1px;
    left: 20%;
    margin: 15px 0;
    position: absolute;
    top: -35px;
    width: 60%;

}

.icon-link-wrapper h3::after {
    background: #404040 none repeat scroll 0 0;
    content: " ";
    height: 1px;
    left: 45%;
    margin: 20px 0;
    position: absolute;
    top: -40px;
    width: 10%;
    transition: 0.3s ease all;
}


.icon-link-wrapper:hover h3::after {
    width: 60%;
    left: 20%;
}


.number-wrap {
    /*
  margin-top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  display: block;*/
    position: relative;
    padding-left: 50px;
}

.number-wrap-blank {
    padding-left: 0;
}

.number-left {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    border-right: 1px solid black;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    padding: 0 20px 0 0;
    transform: translateY(-45%);
    z-index: 2;

    position: absolute;
    left: 8px;
    top: 45%;
}

.number-left-icon {
    top: 35%;
    left: -35px;
    height: 30px;
    transform: none;
}

.number-left-icon img {
    position: relative;
    top: -15px;
    left: 15px;
    height: 60px;
    opacity: 0.8;
}

.number-left-blank {
    left: -5px;
    height: 30px;
    padding: 0;
    transform: translateY(-45%);
}

.number-right {
    border-left: 1px solid #e7e7e7;
    display: inline-block;
    padding: 0 0 0 25px;
    z-index: 1;
    margin-left: -5px;
}

.number-right h2 {
    font-size: 19px;
}

@media screen and (min-width: 480px) {
    .number-right h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 400px) {
    .stellen .number-right h2 {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 345px) {
    .stellen .number-right h2 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 345px) {
    .stellen p {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .page-id-1354 .wpb_video_widget {
        padding-left: 0 !important;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .stellen .vc_column-inner {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 991px) {
    .number-right h2 {
        font-size: 30px;
    }
}

h2 {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
    Font-size: 30px;
    font-family: 'roboto', sans-serif;
}


h2 span {
    font-weight: bold;
}

/*** Contact Footer ***/

#contact-footer {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-bottom: 30px;
    font-family: 'roboto', sans-serif;
}

.contact-infos {
    display: inline-block;
    float: left;
    margin-right: 2%;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .contact-infos {
        width: 38%;
    }
}

@media screen and (min-width: 991px) {
    .contact-infos {
        width: 28%;
    }
}

.map-wrapper {
    display: inline-block;
    height: 300px;
    width: 100%;
    background: #eee;
}

@media screen and (min-width: 768px) {
    .map-wrapper {
        width: 60%;
    }
}

@media screen and (min-width: 991px) {
    .map-wrapper {
        width: 70%;
    }
}

#map-footer {
    height: 100%;
    width: 100%;
}

#map-vc {
    height: 540px;
    width: 100%;
}

.contact-infos > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.contact-infos h4 {
    line-height: 0;
    margin: 40px 0 25px;
    padding: 0;
    text-transform: uppercase;
}

.tel-icon {
    margin-left: 40px;
    display: block;
    margin-bottom: 8px;
}

.tel-icon::before {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/wnstarter/img/phone.svg") repeat scroll left center / cover;
    content: " ";
    height: 40px;
    margin-left: -45px;
    margin-top: -10px;
    position: absolute;
    width: 40px;
}

.mail-icon {
    margin-left: 40px;
    display: block;
}

.mail-icon::before {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/wnstarter/img/mail.svg") repeat scroll left center / cover;
    content: " ";
    height: 40px;
    margin-left: -45px;
    margin-top: -10px;
    position: absolute;
    width: 40px;
}

/*** Stegmüller Slider (Arrows) ***/
.stegmueller-slider {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.stegmueller-slider .slick-slide {
    margin: 0 0 !important;
}

@media screen and (min-width: 1024px) {
    .stegmueller-slider .slick-slide {
        margin: 0 120px !important;
    }
}

.stegmueller-slider .slick-arrow {
    margin-top: -50px;
    height: 92px;
    width: 112px;
    z-index: 9;
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .stegmueller-slider .slick-arrow {
        display: inline-block !important;
    }
}

.stegmueller-slider .slick-arrow i {
    height: 92px;
    width: 112px;
    display: block;
}

.stegmueller-slider .slick-arrow i:before {
    content: '';
    height: 100%;
    display: block;
}

.stegmueller-slider .slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.stegmueller-slider .slick-prev i:before {
    background: url("./img/arrow.svg");
}

.stegmueller-slider .slick-next {
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.stegmueller-slider .slick-next i:before {
    background: url("./img/arrow.svg");
}

.wpcf7-form-control-wrap.files input {
    line-height: 1;
}

/*** Footer **/

.site-footer {
    background: #404040 none repeat scroll 0 0;
}

.site-info {
    color: white;
    font-family: roboto;
    font-size: 13px;
    position: relative;
    text-align: center;
    padding: 15px 0;
}

.site-info a, .site-info a:visited, .site-info a:active, .site-info a:focus {
    color: white;
    text-decoration: none;
}

.site-info a:hover {
    color: white;
    text-decoration: underline;
}


.vc_gitem-zone.vc_gitem-zone-b.vc-gitem-zone-height-mode-auto.vc_gitem-is-link::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;


}

.referenz-name {
    position: relative;
    top: -80px;
    text-transform: uppercase;
}

.referenz-ort {
    position: relative;
    top: -80px;
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.plus-icon::after {
    background: black none repeat scroll 0 0;
    content: " ";
    height: 2px;
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: 5%;
    margin-top: -1px;
}


.plus-icon::before {
    background: black none repeat scroll 0 0;
    color: black;
    content: " ";
    height: 60px;
    left: 50%;
    margin-left: -1px;
    margin-top: -30px;
    position: absolute;
    width: 2px;
}

.referenz-back {
    margin: 15px 0 10px !important;
}

.referenz-back .ubtn-data.ubtn-text {
    padding-left: 15px;
}

.referenz-all {
    margin: 25px 0 !important;
}

.referenz-all .ubtn-data.ubtn-text {
    padding-right: 15px;
}

/* Formular */
.form-wrapper {
    margin-top: 30px;
}

.form-wrapper input, .form-wrapper textarea {
    box-shadow: none !important;
}

.form-left, .form-right {
    width: 100%;
}

.form-left {
    margin-bottom: -23px;
}

@media screen and (min-width: 768px) {
    .form-wrapper {
        margin-top: 0;
    }

    .form-left, .form-right {
        float: left;
        width: 48%;
    }

    .form-left {
        margin-right: 4%;
        margin-bottom: 0;
    }
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text {
    width: 100%;
    border-radius: 0;
    border: 1px solid #eee;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.wpcf7-form-control.wpcf7-textarea {
    -webkit-appearance: none;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus, .wpcf7-form-control.wpcf7-text:focus, textarea:focus {
    border: 1px solid #404040;
    color: #404040;
}

.wpcf7-form-control.wpcf7-text {
    width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
    float: right;
}

.kontakt-number-wrap {
    margin-left: 10%;
}

.captcha-image {
    margin: 10px 0;
}

.captcha-image .cf7ic_instructions span {
    color: #4993c3 !important;
}

.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
    border: 2px solid #4993c3 !important;
}


.vc_gitem-animate-fadeIn .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 15px !important;
    left: 15px !important;
    bottom: 15px !important;
    right: 15px !important;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #4993c3;
}

a:visited {
    color: #4993c3;
}

a:hover,
a:focus,
a:active {
    color: #4993c3;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#page {
    overflow: hidden;
}

#masthead {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 75px;
    /*z-index: 10;*/
    z-index: 100;
    display: inline-block;

    -webkit-box-shadow: 0px 0px 3px 0px rgba(56, 56, 56, 0.28);
    -moz-box-shadow: 0px 0px 3px 0px rgba(56, 56, 56, 0.28);
    box-shadow: 0px 0px 3px 0px rgba(56, 56, 56, 0.28);

    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

#masthead .container {
    display: none;
}

@media screen and (min-width: 768px) {
    #masthead .container {
        display: block;
    }
}

#masthead .mobile-logo {
    position: relative;
    margin-left: 8vw;
    width: 75px;
    display: inline-block;
    opacity: 0.8;
}

@media screen and (min-width: 768px) {
    #masthead .mobile-logo {
        display: none;
    }
}

#masthead .mobile-logo img {
    width: 100%;
}

.quereinsteiger-wrapper {
    position: fixed;
    width: 140px;
    height: 140px;
    right: 50px;
    bottom: 50px;
    z-index: 99;
}

@media (max-width: 768px) {
    .quereinsteiger-wrapper {
        width: 100px;
        height: 100px;
        right: 20px;
        bottom: 20px;
    }
}


.quereinsteiger-wrapper a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.quereinsteiger-wrapper svg {
    width: 100%;
    height: 100%;
}

.home .site-header {
    opacity: 0;
}

.home .header-display {
    opacity: 1;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    height: 80px;
}

.main-navigation ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    padding-bottom: 35px;
}

.main-navigation a {
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    border-left: 1px solid #313232;
    color: #313232;
    display: block;
    line-height: 1;
    margin-right: 20px;
    padding: 0 0 0 7px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

@media screen and (min-width: 991px) {
    .main-navigation a {
        margin-right: 35px;
        padding: 0 0 0 12px;
    }
}

.main-navigation .sub-menu {
    background: rgba(255, 255, 255, 0.95);
    top: 45px;
}

.main-navigation .sub-menu li {
    margin-top: 10px;
    padding-bottom: 10px;
}

.main-navigation .sub-menu li a {
    border-left: 0;
    padding-left: 20px;
    margin-right: 0;
    text-align: left;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #4993c3;
}

/*.main-navigation .current-menu-item > a {*/
/*    color: #4993c3;*/
/*}*/

.home .main-navigation .menu-item-227 > a {
    color: #313232 !important;
}

.main-navigation .menu-item-227 .sub-menu li a {
    width: 250px;
    line-height: 17px;
}

.small-logo {
    background-image: url("/wp-content/themes/wnstarter/img/logo_black.svg");
    background-repeat: no-repeat;
    background-size: 65px 60px;
    height: 70px;
    margin-right: 10px;
    text-indent: -10000px;
    width: 75px;
    border: none;
    top: -25px;
}

@media screen and (min-width: 991px) {
    .small-logo {
        margin-right: 35px;
    }
}

.small-logo a {
    border: none;
    position: relative;
    top: 10px;
    margin-right: 10px;
    height: 42px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Referenzen
--------------------------------------------------------------*/

.reference-title {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    margin-bottom: 0 !important;

    -webkit-transition: padding 0.5s ease !important;
    -moz-transition: padding 0.5s ease !important;
    -o-transition: padding 0.5s ease !important;
    transition: padding 0.5s ease !important;
}

.referenz-title-name,
.referenz-title-ort {
    display: inline-block;
}

.referenz-title-ort {
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    margin-left: 5px;
}

.vc_is-hover .reference-title,
.reference-grid .vc_is-hover .vc_gitem-zone-a .vc_gitem-zone-mini .vc_gitem-row-position-bottom {
    padding-top: 100% !important;
    color: transparent;
}

.reference-info {
    position: absolute;
    background: transparent;
    color: #404040;
    padding: 0 20px 20px;
    margin-bottom: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: normal;
}

.reference-plus-icon {
    height: 120px;
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
    .reference-plus-icon {
        display: none;

    }
}

.reference-grid .vc_gitem-zone.vc_gitem-zone-b.vc-gitem-zone-height-mode-auto.vc_gitem-is-link::before {
    background: transparent !important;
}

.reference-grid .vc_gitem-zone-a .vc_gitem-zone-mini .vc_gitem-row-position-bottom {
    background: rgba(255, 255, 255, 0.8);

    -webkit-transition: padding 0.5s ease !important;
    -moz-transition: padding 0.5s ease !important;
    -o-transition: padding 0.5s ease !important;
    transition: padding 0.5s ease !important;
}

.reference-grid .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

@media screen and (max-width: 768px) {
    .reference-plus-icon {
        display: none;
    }
}


/*--------------------------------------------------------------
## Menü: Primary Slide Toggle
--------------------------------------------------------------*/

.menu-switch {
    position: fixed;
    top: 14px;
    right: 12vw;
    color: #fff;
    text-transform: uppercase;
    word-wrap: break-word;
    width: 36px;
    cursor: pointer;
    z-index: 999;
    display: block;
}

.menu-switch-dark {
    color: #404040;
}

.menu-switch-dark .line {
    background: #404040 !important;
}

@media screen and (min-width: 768px) {
    .menu-switch {
        position: absolute;
        top: 10vh;
        display: block;
    }

    .menu-switch-dark {
        color: #fff;
    }

    .menu-switch-dark .line {
        background: #fff !important;
    }
}

.menu-switch .cross-icon {
    text-align: center;
    margin: 0;
    padding: 2px 8px 3px;
    line-height: 1;
    height: 42px;
    display: none;
}

.menu-switch.menu-open .cross-icon {
    display: block;
}

.menu-switch .cross-icon:before,
.menu-switch .cross-icon:after {
    background: #404040;
    content: '';
    display: inline-block;
    height: 35px;
    width: 2px;
}

.menu-switch .cross-icon:before {
    position: relative;
    left: 1px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-switch .cross-icon:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-switch .text {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 5px 7px;
}

.menu-switch.menu-open .text {
    display: none;
}

.menu-switch .line {
    background: #fff;
    height: 2px;
    width: 100%;
    display: block;
}

.menu-switch.menu-open .line {
    background: #404040;
    margin-bottom: 0;
}


/* ---- Menu Wrapper ---- */

#menu-wrapper {
    position: fixed;
    top: 0;
    right: -1000px;
    bottom: 0;
    width: auto;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 10vh;
    padding-left: 15vw;
    padding-right: 12vw;
    overflow: scroll;
    text-align: right;
    z-index: 100;

    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

@media screen and (min-width: 768px) {
    #menu-wrapper {
        padding-top: 20vh;
    }
}

#menu-wrapper.menu-slide-in {
    right: 0;
}

#menu-wrapper #menu-title {
    color: #404040;
    text-align: right;
    font-family: 'roboto', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0;
}

#menu-wrapper .small-logo {
    display: none;
}

#menu-wrapper .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-wrapper .menu li {
    text-align: right;
    padding: 10px 0;
}

#menu-wrapper .menu li a {
    font-family: 'roboto', sans-serif;
    font-size: 18px;
    color: #404040;
    text-decoration: none;
    text-transform: uppercase;
}

#menu-wrapper .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-wrapper .sub-menu li {
    padding: 0;
    line-height: 16px;
}

#menu-wrapper .sub-menu li a {
    font-family: 'roboto', sans-serif;
    font-size: 12px;
    color: #404040;
    text-decoration: none;
    text-transform: uppercase;
}

#menu-wrapper .menu-divider {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 40px 0 50px;
    height: 1px;
    width: 50%;
    float: right;
}

#menu-wrapper .menu-divider:after {
    background: #404040;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    content: '';
    display: block;
}

[data-borlabs-cookie-wrap] [data-borlabs-cookie] {
    max-width: 620px !important;
}

/*Job Listing*/

.single_job_listing .job_application {
    display: inline-block;
    color: #666 !important;
    border-color: #EBEBEB;
    background-color: #EBEBEB;
    border-radius: 3px;
    font-size: 1rem;
    line-height: 1;
    padding: 0.6em 2em;
    text-decoration: none;
    text-transform: uppercase;
}

.single_job_listing .job_application a {
    color: #666 !important;
    text-decoration: none;
}

.job_listings li .company_logo {
    display: none;
}

.job_application .application_button {
    padding: 5px !important;
}

.job_listings li a .position {
    padding-left: 0 !important;
}

.job_listings li a .meta .job-type {
    display: none !important;
}

.single_job_listing .google_map_link {
    color: #999 !important;
    text-decoration: none;
}

.single_job_listing .location {
    display: none;
}

.single-job_listing .post-navigation {
    display: none;
}

.job_listings ul li .position h3 {
    font-family: 'roboto', sans-serif !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    color: #404040 !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
    padding: 20px 0 !important;
}

ul.job_listings li.job_listing {
    position: relative;
    margin-bottom: 50px !important;
    border-left: 1px solid #e7e7e7 !important;
    border-bottom: none !important;
}

ul.job_listings li.job_listing:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    left: -1px;
    background: #404040;
    top: 50%;
    transform: translateY(-50%);
}

ul.job_listings {
    border-top: none;
}

@media (max-width: 767px) {
    .job_listings ul li .position h3 {
        width: 130%;
        font-size: 14px !important;
    }
}

.single_job_listing .job_description ul {
    padding-left: 0 !important;
}

@media (max-width: 767px) {
    .single_job_listing .job_description ul {
        margin-left: 15px !important;
    }
}

@media (max-width: 767px) {
    .single_job_listing .job_description h2 {
        font-size: 20px !important;
    }
}

.single_job_listing .application .application_button {
    font-size: 14px !important;
}

.single_job_listing .job_application {
    padding: 10px !important;
}

.single_job_listing .meta {
    display: none;
}

ul.job_listings li.job_listing a {
    padding: 1em !important;
}

.job_listings .location {
    display: none;
}

.job_listings .date {
    position: absolute;
    left: 20px;
    bottom: 0;
}

.job_listing {
    margin-left: 45px !important;
}
