@import "ps/photoswipe.css";
@import "ps/default-skin/default-skin.css";

/* @import "fontawesome.css"; */
@import "../fontawesome/css/fontawesome.css";
@import "../fontawesome/css/brands.css";
@import "../fontawesome/css/solid.css";

::-moz-selection {
    /* Code for Firefox */
    background-color: #3e75ba;
    color: #fff;
}

::selection {
    background-color: #3e75ba;
    color: #fff;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300;
}

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

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

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

body {
    font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

.btn {
    border: none;
    font-family: inherit;
    font-size: 0.85em;
    color: inherit;
    background: transparent;
    cursor: pointer;
    padding: 0.8em 1em;
    letter-spacing: 1px;
    display: inline-block;
    margin: 25px 0;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn i {
    color: #3e75ba;
    transition: all 0.3s;
}

.btn-1 {
    border: 5px solid #3e75ba;
    border-radius: 15px;
    color: #3e75ba;
}

.btn-1c:hover,
.btn-1c:active {
    color: #fff;
    background-color: #3e75ba;
}

.btn-1c:hover i,
.btn-1c:active i {
    color: #fff;
    transition: 0.3s all;
    transform: translateX(4px);
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: color 0.3s;
    /* Safari */
    transition: color 0.3s;
}

a:hover {
    color: #3e75ba;
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    /* Safari */
    transition: color 0.3s;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2.1em;
    padding-bottom: 15px;
    display: block;
    width: 100%;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.container {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.container-padding {
    padding: 5.5em 0 6em 0;
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 2em;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1300px;
    }
}

#dark-layer {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 44, 44, 0.91);
}

#light-layer {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.81);
}

a .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.header-top {
    font-size: 12px;
    padding: 8px;
    background-color: #3e75ba;
}

.header-top a,
.header-top span {
    color: #fff;
}

.header-top ul li {
    display: inline-block;
    margin-right: 30px;
}

.header-top .header-top-left i {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover i {
    color: #cecece;
}

.header-top .header-top-right {
    text-align: right;
}

.header-top .header-top-right a {
    margin-right: 10px;
    color: #fff;
}

.header-top .header-top-right a:hover {
    color: #fff;
    text-decoration: underline;
}

.header-top .lnr {
    display: none;
}

.main-menu {
    padding-top: 15px;
    padding-bottom: 10px;
}

#header {
    padding: 0px 0px 0px 0px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff !important;
    -webkit-box-shadow: 0 2px 5px rgba(57, 63, 72, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(57, 63, 72, 0.1);
    box-shadow: 0 2px 5px rgba(57, 63, 72, 0.1);
}

#header.header-scrolled {
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;
}

#header #logo {
    width: auto;
    display: block;
    position: relative;
}

#header #logo img {
    position: relative;
    width: auto;
    max-height: 40px;
    display: block;
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #000;
    padding-left: 10px;
    border-left: 4px solid #fab700;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 28px;
    }

    #header #logo img {
        max-height: 40px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
    text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 9px 0px 15px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-weight: 600;
    letter-spacing: 0.02rem;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu a:hover {
    color: #3e75ba;
}

.nav-menu a i {
    padding-right: 10px;
    padding-left: 0px;
}

.nav-menu>li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 22px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    color: #fab700;
}

.nav-menu>li.menu-active a {
    font-weight: 500;
    color: #00a300;
}

.nav-menu>li.menu-active a i {
    padding-right: 0;
    padding-left: 10px;
}

.nav-menu ul ul {
    margin: 0;
}

.nav-menu .nav-menu-jobs-desktop {
    display: block;
}

.nav-menu .nav-menu-jobs-mobile {
    display: none;
}

main,
#main {
    display: block;
    position: relative;
    margin-top: 82px;
    background-color: #fff;
}

main .home-bg,
#main .home-bg {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../img/bg22.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1;
}

main .home-bg .container.containerhome,
#main .home-bg .container.containerhome {
    position: relative;
    height: 100%;
    min-height: 61vh;
    min-height: calc(61vh);
}

main .home-bg .welcome,
#main .home-bg .welcome {
    padding-top: 22vh;
    font-size: 38px;
    color: #3e75ba;
    font-family: 'Avenir Next';
    font-weight: 600;
    max-width: 68%;
}

main .home-bg .home-bg-mini,
#main .home-bg .home-bg-mini {
    margin-left: 1%;
    background-position: left;
    background-image: url(../img/bg2.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 30%;
    max-width: 32%;
    min-height: 48vh;
}

main .home-bg .jobs,
#main .home-bg .jobs {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: block;
    transition: 0.4s;
}

main .home-bg .jobs:hover,
#main .home-bg .jobs:hover {
    transition: 0.4s;
    background-color: rgba(0, 163, 0, 0.9);
}

main .home-bg .jobs a,
#main .home-bg .jobs a {
    color: #00a300;
    text-decoration: none;
    position: relative;
    transition: 0.4s;
    font-weight: 500;
    font-size: 1em;
}

main .home-bg .jobs a i,
#main .home-bg .jobs a i {
    padding-left: 6px;
    font-size: 1.1em;
    transition: 0.4s;
    color: #00a300;
}

main .home-bg .jobs a:hover,
#main .home-bg .jobs a:hover {
    text-decoration: none;
    color: #fff;
}

main .home-bg .jobs a:hover i,
#main .home-bg .jobs a:hover i {
    transition: 0.4s;
    transform: translateX(6px);
    color: #fff;
}

main .home-bg .jobs .jobs-inner,
#main .home-bg .jobs .jobs-inner {
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
    font-size: 1em;
}

main .home-bg .schrage,
#main .home-bg .schrage {
    display: none;
    transform: skewY(2deg);
    overflow: hidden;
    z-index: 99;
    background-color: #fafafa;
    width: 100%;
    height: 90px;
    /*border-left: 0px solid transparent;
            border-right: 100vw solid transparent;
            border-bottom: 110px solid #FAFAFA;
            border-bottom: 80px solid #FAFAFA;*/
    position: absolute;
    bottom: -55px;
}

main .kompetenzen,
#main .kompetenzen {
    z-index: 101;
    position: relative;
    background-color: #FAFAFA;
    padding-top: 4em;
}

main .kompetenzen .kompetenzen-items.row,
#main .kompetenzen .kompetenzen-items.row {
    padding-top: 33px;
}

main .kompetenzen .kompetenzen-items.row .item,
#main .kompetenzen .kompetenzen-items.row .item {
    width: 33.33%;
    display: block;
    text-align: center;
}

main .kompetenzen .kompetenzen-items.row .item h3,
#main .kompetenzen .kompetenzen-items.row .item h3 {
    color: #111;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

main .kompetenzen .kompetenzen-items.row .item p,
#main .kompetenzen .kompetenzen-items.row .item p {
    padding: 1.2em 1.2em 0 1.2em;
    padding-top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

main .kompetenzen .kompetenzen-items.row .item .svg,
#main .kompetenzen .kompetenzen-items.row .item .svg {
    display: block;
    width: 100%;
    fill: #111;
}

main .kompetenzen .kompetenzen-items.row .item .svg svg,
#main .kompetenzen .kompetenzen-items.row .item .svg svg {
    width: 30%;
    min-width: 45px;
    max-width: 65px;
}

main .kompetenzen p,
#main .kompetenzen p,
main .kompetenzen ul li,
#main .kompetenzen ul li {
    font-size: 1.2em;
    color: #777777;
}

main .kompetenzen ul,
#main .kompetenzen ul {
    padding: 5px;
    margin: 0;
    line-height: 1.8;
}

main .kompetenzen ul li,
#main .kompetenzen ul li {
    list-style: circle inside;
}

main .produkte,
#main .produkte {
    background-color: #fff;
}

main .produkte p,
#main .produkte p,
main .produkte ul li,
#main .produkte ul li {
    font-size: 1.2em;
    color: #777777;
}

main .produkte ul,
#main .produkte ul {
    padding: 5px;
    margin: 0;
    line-height: 2.5;
    font-size: 1.15em;
}

main .produkte ul li,
#main .produkte ul li {
    list-style: circle inside;
}

main .service,
#main .service {
    position: relative;
    display: block;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: #333;
}

main .service .services-wrapper,
#main .service .services-wrapper {
    padding: 2em 0 0 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    column-count: 2;
}

main .service .services-wrapper .item,
#main .service .services-wrapper .item {
    display: block;
    width: 100%;
    font-size: 2em;
    margin: 0;
    padding-left: 50px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1em;
    color: #333;
}

main .service .services-wrapper .item h3,
#main .service .services-wrapper .item h3 {
    color: #333;
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 0px;
}

main .service .services-wrapper .item h3 span,
#main .service .services-wrapper .item h3 span {
    color: #333;
    position: absolute;
    width: 40px;
    margin: 0;
    margin-left: -50px;
}

main .service .services-wrapper .item h3 span img,
#main .service .services-wrapper .item h3 span img {
    width: 100%;
    display: block;
}

main .service .services-wrapper .item ul,
#main .service .services-wrapper .item ul {
    display: block;
    padding: 2px;
    margin: 0;
    font-size: 18px;
    list-style: none;
}

main .service .services-wrapper .item ul li,
#main .service .services-wrapper .item ul li {
    list-style: none inside;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    position: relative;
    font-weight: 500;
}

main .service .services-wrapper .item ul li:first-child,
#main .service .services-wrapper .item ul li:first-child {
    padding-top: 0;
}

main .service .services-wrapper .item ul li:before,
#main .service .services-wrapper .item ul li:before {
    content: "-";
    padding-right: 5px;
}

main .service .services-wrapper .item ul li ul li,
#main .service .services-wrapper .item ul li ul li,
main .service .services-wrapper .item .ul-small li,
#main .service .services-wrapper .item .ul-small li {
    padding-top: 0px;
    list-style: none;
    position: relative;
}

main .service .services-wrapper .item ul li ul li:before,
#main .service .services-wrapper .item ul li ul li:before,
main .service .services-wrapper .item .ul-small li:before,
#main .service .services-wrapper .item .ul-small li:before {
    position: absolute;
    top: 0px;
    left: -15px;
    vertical-align: middle;
    display: inline-block;
    content: "-";
}

main .service .services-wrapper .item ul li ul,
#main .service .services-wrapper .item ul li ul {
    font-size: 14px;
    padding-left: 36px;
}

main .service .services-wrapper .item .ul-small,
#main .service .services-wrapper .item .ul-small {
    font-size: 16px;
    padding-left: 18px;
    list-style: none;
}

main .service .services-wrapper .item .ul-small li,
#main .service .services-wrapper .item .ul-small li {
    list-style: none;
    position: relative;
}

main .service .services-wrapper .item .ul-small li:before,
#main .service .services-wrapper .item .ul-small li:before {
    position: absolute;
    top: 0px;
    left: -15px;
    vertical-align: middle;
    display: inline-block;
    content: "-";
}

main .produkte,
#main .produkte {
    background-color: #fff;
}

main .produkte p,
#main .produkte p,
main .produkte ul li,
#main .produkte ul li {
    font-size: 1.2em;
    color: #777777;
}

main .produkte ul,
#main .produkte ul {
    padding: 5px;
    margin: 0;
    line-height: 2.5;
    font-size: 1.15em;
}

main .produkte ul li,
#main .produkte ul li {
    list-style: circle inside;
}

main .bilder,
#main .bilder {
    background-color: #FAFAFA;
}

main .bilder .my-gallery figure,
#main .bilder .my-gallery figure {
    height: 25vh;
    min-height: 100px;
    max-height: 200px;
    display: block;
    position: relative;
    padding: 10px 10px 0 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
}

main .bilder .my-gallery figure img,
#main .bilder .my-gallery figure img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

main .map,
#main .map {
    background-color: #fff;
}

main .map .responsive_map,
#main .map .responsive_map {
    position: relative;
}

main .map .responsive_map iframe,
#main .map .responsive_map iframe {
    height: 100vh;
    max-height: 400px;
    width: 100%;
    display: block;
}

main .map .kontakt,
#main .map .kontakt {
    width: 100%;
}

main .map .kontakt .kontakt-item,
#main .map .kontakt .kontakt-item {
    width: 50%;
    display: block;
    padding: 10px 5px 0 0;
}

main .map .kontakt .kontakt-item span,
#main .map .kontakt .kontakt-item span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    padding: 0 0 0.3em 0;
}

main .map .kontakt .kontakt-item span:first-child,
#main .map .kontakt .kontakt-item span:first-child {
    padding: 0 0 0.8em 0;
}

main .map .kontakt .kontakt-item span a,
#main .map .kontakt .kontakt-item span a {
    color: #333;
}

main .map .kontakt .kontakt-item span a:hover,
#main .map .kontakt .kontakt-item span a:hover {
    color: #3e75ba;
    text-decoration: none;
}

main .map .kontakt .kontakt-item span i,
#main .map .kontakt .kontakt-item span i {
    font-size: 1.4em;
}

main .map .kontakt .kontakt-item .span-half,
#main .map .kontakt .kontakt-item .span-half {
    line-height: 0.64;
}

main .map .kontakt .kontakt-item .k-color,
#main .map .kontakt .kontakt-item .k-color {
    padding: 3em 0;
    display: block;
    width: 100%;
    background-color: #fafafa;
}

main .map .kontakt .kontakt-item2,
#main .map .kontakt .kontakt-item2 {
    padding: 10px 0 0 5px;
}

footer,
#footer {
    background-color: #3e75ba;
    width: 100%;
    display: block;
    padding: 20px 0 15px 0;
    color: #fff;
    text-align: center;
    font-size: 0.85em;
}

footer p,
#footer p {
    margin-bottom: 5px;
}

footer a:hover,
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.datenschutz-impressum {
    padding-top: 3.5em;
    padding-bottom: 2em;
}

.datenschutz-impressum a {
    color: #3e75ba;
}

.datenschutz-impressum h1 {
    letter-spacing: 1px;
    font-size: 2em;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 1%;
}

.datenschutz-impressum h2 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 7px;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 2em;
    font-size: 1.4em;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: none;
}

.datenschutz-impressum p.info {
    padding-top: 2%;
    font-size: 1.05em;
}

body#service main .service,
body#service #main .service {
    color: #333 !important;
    position: relative;
    display: block;
    background-image: none;
    background-color: #fff;
}

body#service main .service .services-wrapper,
body#service #main .service .services-wrapper {
    padding: 2em 0 0 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
}

body#produkt .produkte {
    width: 100%;
}

body#produkt .produkte .produkt-item {
    width: 48%;
    width: calc(48%);
    display: block;
    text-align: left;
    padding: 2em 0;
    padding-right: 2%;
    padding-right: 2em;
}

body#produkt .produkte .produkt-item h3 {
    font-weight: 500;
    font-size: 1.3em;
    text-transform: uppercase;
}

body#produkt .produkte .produkt-item .produkt-img {
    width: 15%;
    max-width: 64px;
    display: block;
    padding-bottom: 0.5em;
}

body#jobs main,
body#jobs #main {
    margin-top: 50px;
}

body#jobs .bild-ausbildung {
    background-image: url(../img/ps/5.jpg);
    background-position: right;
    background-size: cover;
}

body#jobs .bild-ausbildung #dark-layer {
    background-color: rgba(11, 11, 11, 0.72);
}

body#jobs .bild-ausbildung .container.containerhome {
    min-height: 48vh;
    min-height: calc(48vh);
}

body#jobs .bild-ausbildung .container.containerhome h1 {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 2.8em;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0.15em;
}

body#jobs .bild-ausbildung .container.containerhome h3 {
    color: #fff;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 1.8em;
}

body#jobs .main.container {
    padding: 3.5em 15px;
}

body#jobs .main.container h2 {
    font-weight: 600;
    font-size: 2em;
    border-bottom: 0;
    margin-top: 2.5em;
}

body#jobs .main.container h2:first-child {
    margin-top: 0;
}

body#jobs .main.container p {
    margin: 18px 0 0 0;
    font-weight: 500;
    font-size: 1.1em;
}

body#jobs .main.container p:first-child {
    margin-top: 0;
}

body#jobs .main.container p.small {
    margin: 0;
    font-weight: 400;
    font-size: 0.95em;
}

body#jobs .main.container a {
    color: #333;
    transition: color 0.3s;
}

body#jobs .main.container a:hover {
    color: #3e75ba;
    transition: color 0.3s;
    text-decoration: none;
}

body#jobs .main.container h4 {
    padding-top: 2.5em;
    font-size: 1.2em;
    line-height: 1.5;
    color: #3e75ba;
}

body#jobs .main.container p.kontakt a {
    font-size: 0.9em;
}

@media screen and (max-width: 64em) {

    main .bilder .my-gallery figure,
    #main .bilder .my-gallery figure {
        height: 135px;
    }
}

@media screen and (max-width: 830px) {
    #dark-layer {
        padding: 3em 0;
    }

    .nav-menu li:first-child,
    .nav-menu li:first-child {
        display: none;
    }

    .nav-menu .nav-menu-jobs-desktop {
        display: none;
    }

    .nav-menu .nav-menu-jobs-mobile {
        display: block;
    }

    main .kompetenzen .kompetenzen-items.row .item,
    #main .kompetenzen .kompetenzen-items.row .item {
        width: 50%;
        padding: 1em 0;
    }

    main .kompetenzen .kompetenzen-items.row .item p,
    #main .kompetenzen .kompetenzen-items.row .item p {
        max-width: 340px;
        margin: 0 auto;
    }

    main .service .services-wrapper,
    #main .service .services-wrapper {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        column-count: 1;
    }

    main .bilder .my-gallery figure,
    #main .bilder .my-gallery figure {
        width: 50%;
        height: auto !important;
        max-height: 800px;
    }

    main .map .kontakt .kontakt-item,
    #main .map .kontakt .kontakt-item {
        width: 100%;
    }

    main .home-bg .welcome,
    #main .home-bg .welcome {
        font-size: 32px;
    }

    main .home-bg .schrage,
    #main .home-bg .schrage {
        border-bottom: 50px solid #FAFAFA;
    }

    .container.containerhome {
        height: 22vh;
        height: calc(22vh);
        min-height: 320px;
    }
}

@media screen and (max-width: 560px) {
    .kompetenzen {
        padding-top: 1em !important;
    }

    h2,
    .h2 {
        font-size: 1.5em;
    }

    main .kompetenzen p,
    #main .kompetenzen p,
    main .kompetenzen ul li,
    #main .kompetenzen ul li {
        font-size: 1em;
        text-align: justify;
    }

    main .home-bg .schrage,
    #main .home-bg .schrage {
        border-bottom: 40px solid #FAFAFA;
    }

    main .home-bg .welcome,
    #main .home-bg .welcome {
        font-size: 1.2rem;
    }

    #header #logo img {
        max-width: 100px;
    }

    main,
    #main {
        margin-top: 56px;
    }

    .header-top {
        display: none;
    }

    main .home-bg .jobs .jobs-inner,
    #main .home-bg .jobs .jobs-inner {
        font-size: 0.8em;
    }

    main .kompetenzen .kompetenzen-items.row .item,
    #main .kompetenzen .kompetenzen-items.row .item {
        width: 100%;
    }

    main .kompetenzen .kompetenzen-items.row .item p,
    #main .kompetenzen .kompetenzen-items.row .item p {
        max-width: 340px;
        text-align: center;
        margin: 0 auto;
    }

    .container-padding {
        padding: 4.5em 0 2.8em 0;
    }

    .main-menu.container {
        padding: 1em 1em;
    }

    main .home-bg .container.containerhome,
    #main .home-bg .container.containerhome {
        height: 56vh;
        min-height: 380px;
    }

    .datenschutz-impressum {
        padding: 2em 1em !important;
    }

    .datenschutz-impressum h1,
    .datenschutz-impressum h2 {
        font-size: 120%;
    }

    .datenschutz-impressum p {
        font-size: 0.8em;
        text-align: justify;
    }

    .datenschutz-impressum p.info {
        font-size: 0.9em;
    }

    .container {
        padding: 0 1em;
    }

    main .produkte p,
    #main .produkte p {
        font-size: 1em;
        text-align: left;
    }

    main .produkte ul li,
    #main .produkte ul li {
        font-size: 0.8em;
    }

    body#jobs .bild-ausbildung .container.containerhome {
        height: 22vh;
        height: calc(22vh);
        min-height: 120px;
    }

    body#jobs .bild-ausbildung .container.containerhome h1 {
        font-size: 2.1em;
    }

    body#jobs .bild-ausbildung .container.containerhome h3 {
        font-size: 1.7em;
    }
}