/*--------------  01 Reset  ---------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none!important;
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

/*--------------  02 Basics  ---------------*/

html,
body {
    height: 100%;
}

body {
    line-height: 1.6;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
}

body.fixed {
    overflow-y: hidden;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.clearfix {
    clear: both;
    display: block;
}


/*--------------  03 Typografie  ---------------*/

/* titillium-web-regular - latin */

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium-web-v6-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
    url('../fonts/titillium-web-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/titillium-web-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/titillium-web-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/titillium-web-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/titillium-web-v6-latin-regular.svg#TitilliumWeb') format('svg');
    /* Legacy iOS */
}

/* titillium-web-700 - latin */

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/titillium-web-v6-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
    url('../fonts/titillium-web-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/titillium-web-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/titillium-web-v6-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/titillium-web-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/titillium-web-v6-latin-700.svg#TitilliumWeb') format('svg');
    /* Legacy iOS */
}

.schrift {
    text-transform: none;
}

a {
    text-decoration: none;
}

p {
    margin: 0 0 15px 0;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
    font-weight: 700;
}

h1,
h2 {
    font-size: 35px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 18px;
    color: #0074b2;
    margin: 30px 0 10px 0;
}

.btn {
    padding: 10px;
    border: 2px solid #FFF;
    display: inline-block;
    -webkit-transition: background linear 0.6s;
    -o-transition: background linear 0.6s;
    transition: background linear 0.6s;
    color: #FFF;
    text-decoration: none;
}

.btn:hover {
    background: #FFF;
    color: #005b8b;
    border: 2px solid #005b8b;
    -webkit-transition: background linear 0.6s;
    -o-transition: background linear 0.6s;
    transition: background linear 0.6s;
}

.wrap {
    width: 1100px;
    margin: auto;
}

.flex-container {
    display: flex;
}

.top-bar {
    background: #0074b2;
    padding: 8px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #FFF;
    font-size: 13px;
    z-index: 99999;
}

.top-bar ul {
    float: right;
}

.top-bar ul li {
    display: inline;
    margin: 0 0 0 20px;
}

.top-bar ul li a {
    color: #FFF;
    text-decoration: none;
}

.header-banner {
    background: url(../images/professionelles-schweissen-fluid-technik.jpg) no-repeat center center / cover;
    height: 88vh;
    width: 100%;
    -webkit-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
    transition: height 0.6s linear;
}

.header-banner .text-container {
    background: rgba(0, 91, 139, 0.8);
    position: absolute;
    right: 10%;
    width: 35%;
    bottom: 200px;
    padding: 35px 25px;
    text-align: center;
    color: #FFF;
    font-size: 17px;
}

.header-banner .text-container p:last-of-type {
    margin: 0;
}

.header-banner .text-container p:first-of-type {
    font: 700 35px/40px 'Titillium Web', sans-serif;
    text-transform: uppercase;
}

.header-banner .text-container p span {
    font: 700 61px/65px 'Titillium Web', sans-serif;
    text-transform: uppercase;
}

.nav-container {
    background: #FFF;
    padding: 20px 0;
    -webkit-transition: all ease-in 0.8s;
    -o-transition: all ease-in 0.8s;
    transition: all ease-in 0.8s;
    position: relative;
    z-index: 100;
}

.nav-container.pull-out.sticky {
    height: 100%;
}

.nav-container.pull-out,
.nav-container-2.pull-out {
    height: 100%;
    -webkit-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    -o-transform: translateY(-85%);
    transform: translateY(-85%);
    position: fixed;
    z-index: 1;
    width: 100%;
}

.nav-container.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all ease-in 0.8s;
    -o-transition: all ease-in 0.8s;
    transition: all ease-in 0.8s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.nav-container .flex-container,
.nav-container-2 .flex-container {
    justify-content: space-between;
    align-items: center;
}

.nav-container-2 {
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
    padding: 20px 0;
    z-index: 999999;
}

nav ul li {
    display: inline;
    margin: 0 15px 0 0;
}

nav ul li a {
    font-weight: 700;
    text-decoration: none;
    color: #0674b2;
    text-transform: uppercase;
    -webkit-transition: padding 0.6s linear;
    -o-transition: padding 0.6s linear;
    transition: padding 0.6s linear;
}

nav ul li:last-child {
    margin: 0;
}

nav ul li:hover a,
nav ul li a.active {
    background: url(../images/nav-icon.png) no-repeat bottom center;
    padding: 0 0 15px 0;
    -webkit-transition: padding 0.6s linear;
    -o-transition: padding 0.6s linear;
    transition: padding 0.6s linear;
}

nav ul {
    padding-left: 20px;
}

#ueber-uns {
    background: #005b8b;
    background-size: contain;
    padding: 115px 0 300px 0;
    color: #FFF;
    position: relative;
    overflow-x: auto;
}

#ueber-uns:after {
    position: absolute;
    content: "";
    background: url(../images/leistungen-before.svg) no-repeat bottom center / cover;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#ueber-uns .symbol {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 50px;
}

#leistungen {
    width: 100%;
    padding: 110px 0;
    background: url(../images/leistungen-bg.svg) left bottom no-repeat;
}

#leistungen .flex-item {
    flex-basis: 45%;
    padding: 0 2.5%;
}

#leistungen .flex-item:first-of-type {
    justify-content: flex-end;
    display: inline-flex;
}

#leistungen h2 {
    color: #005b8b;
}

#leistungen .ueberschrift {
    margin: 0 0 0 47.5%;
}

/*Tabs + Accordions*/

.ui-accordion h3.ui-accordion-header {
    border: 2px solid #0074b2;
    margin: 8px 0 0 0;
    font-size: 18px;
    color: #005b8b;
    background: url(../images/open-icon.png) 97% 45% no-repeat;
}

.ui-accordion h3.ui-accordion-header.ui-state-active {
    background: url(../images/close-icon.png) 97% 45% no-repeat;
}

.ui-accordion .ui-accordion-content {
    background: #0074b2;
    color: #FFF;
}

.team-bereich-text {
    display: table;
    width: 100%;
    position: relative;
}

.team-bereich-text:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/team-before.svg) no-repeat center bottom / cover;
    width: 100%;
}

.team-bereich-text .box-l,
.team-bereich-text .box-r {
    display: table-cell;
    width: 50%;
}

.team-bereich-text .box-l {
    position: relative;
    background: url(../images/team-fluid-technik.jpg) no-repeat center center / cover;
}

.team-bereich-text .box-r {
    padding: 150px 10% 150px 2.5%;
    background: #e6e6e6;
}

.team-bereich-text .box-r h2 {
    color: #005b8b;
}

.stellenangebot {
    position: absolute;
    right: 0;
    top: 100px;
    width: 190px;
    background: #0074b2;
    padding: 20px;
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

.stellenangebot:after {
    content: "";
    background: url(../images/stoerer-bg.png);
    right: -20px;
    height: 100%;
    position: absolute;
    width: 20px;
    top: 0;
}

.team-bereich-vorstellung {
    background: #0074b2;
    padding: 110px 0;
    color: #FFF;
}

.team-bereich-vorstellung h2 {
    text-align: center;
    font-weight: 400;
}

.slick-slider {
    display: flex;
}

.slick-slider button {
    border: none;
    cursor: pointer;
}

.slick-prev {
    background: url(../images/prev-icon.png) no-repeat;
    height: 86px;
    width: 25px;
}

.slick-next {
    background: url(../images/next-icon.png) no-repeat;
    height: 86px;
    width: 25px;
}

.slick-prev,
.slick-next {
    text-indent: -9999px;
}

.profilbild img {
    border: 8px solid #e6e6e6;
}

.profilbild {
    margin: 0 20px 0 0;
}

.slick-slide {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.slick-slide h3 {
    color: #FFF;
    margin: 0;
}

.slick-slide p:first-of-type {
    text-transform: uppercase;
}

.svg-inline--fa {
    margin: 0 5px 0 0;
}

.slick-slide a {
    text-decoration: none;
    color: #FFF;
}

.slick-dots {
    display: none !important;
}

#referenzen {
    padding: 120px 0;
    position: relative;
}

#referenzen h2,
#qualitaetsmanagement h2 {
    color: #005b8b;
}

#referenzen h3 {
    font-size: 23px;
}

#referenzen article {
    -webkit-columns: 3;
    -moz-columns: 3;
    -o-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
}

.stoerer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px;
    background: #0074b2;
    padding: 20px;
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

.stoerer:before {
    content: "";
    background: url(../images/stoerer-bg2.png);
    left: -20px;
    height: 100%;
    position: absolute;
    width: 20px;
    top: 0;
}

#qualitaetsmanagement {
    padding: 80px 0 300px 0;
    position: relative;
}

.col-50 {
    width: 50%;
}

#qualitaetsmanagement .flex-container {
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

#qualitaetsmanagement li {
    margin: 0 20px 0 0;
    border: 8px solid #e6e6e6;
    position: relative;
    -webkit-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
    transition: all linear 0.6s;
}

#qualitaetsmanagement li img {
    max-width: 100%;
    height: auto;
    display: block;
}

#qualitaetsmanagement li:last-of-type {
    margin: 0;
}

#qualitaetsmanagement .overlay {
    display: none;
    opacity: 0;
}

#qualitaetsmanagement li:hover > .overlay {
    display: inline-flex;
    background: rgba(0, 91, 139, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 1;
    -webkit-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
    transition: all linear 0.6s;
}

.overlay span {
    display: block;
}

.overlay a {
    color: #FFF;
    font-size: 30px;
    text-decoration: none;
}

.overlay span {
    font-size: 18px;
}

#qualitaetsmanagement:after {
    content: "";
    background: url(../images/footer-before.svg) no-repeat bottom center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

}

footer {
    background: #005b8b;
    color: #FFF;
    padding: 50px 0 110px 0;
}

footer h2,
footer h3,
footer a {
    color: #FFF;
}

footer .flex-item {
    flex-basis: 50%;
    margin: 0 2.5%;
}

ul.list {
    margin: 0 0 0 15px;
}

ul.list li {
    list-style-image: url(../images/list-symbol.png);
}

#team div.team-bereich-text div.box-r article {
    position: relative;
    z-index: 99;
}

.col {
    width: 50%;
    position: relative;
    z-index: 99;
}

.ui-tabs .ui-tabs-nav {
    text-align: right;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    color: #0074b2;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
    font-weight: 700;
}

.ui-tabs .ui-tabs-nav li {
    display: block;
    float: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.kontaktformular {
    width: 100%;
    height: 700px;
    border: none;
}

.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.white-popup-block h2 {
    color: #005b8b;
}

.popup-modal-dismiss {
    color: #FFF;
    display: inline-block;
    padding: 8px;
    background: #0074b2;
}

#popup_open {
    padding: 10px;
    border: 2px solid #FFF;
    display: inline-block;
    -webkit-transition: background linear 0.6s;
    -o-transition: background linear 0.6s;
    transition: background linear 0.6s;
    color: #FFF;
    text-decoration: none;
}

a#popup_open:hover {
    background: #FFF;
    color: #005b8b;
    border: 2px solid #005b8b;
    -webkit-transition: background linear 0.6s;
    -o-transition: background linear 0.6s;
    transition: background linear 0.6s;
}

a#popup_open {
    color: #fff;
    padding: 10px;
    text-decoration: none;
}

.box_wrap {
    display: none;
}

#popup_form, #popup_form2 {
    padding: 30px;
}

#popup_form p, #popup_form2 p {
    margin: 0 0 18px 0;
}

.middle {padding: 15px 0}

/*--------------  Media Querries (Desktop first)  ---------------*/

@media screen and (max-width: 1150px) {
    nav ul {
        display: none;
    }
    .burger-menu.menu-on + ul {
        display: block;
        text-align: center;
    }
    .burger-menu {
        position: absolute;
        width: 45px;
        height: 45px;
        cursor: pointer;
        right: 5%;
        top: 20px;
    }
    .burger-menu:after {
        position: absolute;
        content: "Menü";
        top: 40px;
        color: #0074b2;
        font-weight: 700;
        left: 3px;
    }
    .burger {
        position: absolute;
        background: #0074b2;
        width: 100%;
        height: 6px;
        top: 50%;
        right: 0px;
        margin-top: -5px;
        opacity: 1;
    }
    .burger::before {
        position: absolute;
        background: #0074b2;
        width: 45px;
        height: 6px;
        top: 15px;
        content: "";
        display: block;
    }
    .burger::after {
        position: absolute;
        background: #0074b2;
        width: 45px;
        height: 6px;
        bottom: 15px;
        content: "";
        display: block;
    }
    .burger::after,
    .burger::before,
    .burger {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    .burger-menu.menu-on .burger::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        bottom: 0px;
    }
    .burger-menu.menu-on .burger::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 0px;
    }
    .burger-menu.menu-on .burger {
        background: rgba(111, 111, 111, .0);
    }
    .nav-container.pull-out .flex-container {
        justify-content: inherit;
        align-items: flex-start;
        flex-direction: column;
    }
    nav {
        display: block;
        width: 100%;
        margin: 50px 0 0 0;
    }
    nav ul li {
        display: block;
        margin: 0 0 25px 0;
    }
    nav ul li a {
        font-size: 20px;
    }
    nav ul li:hover a {
        background: none;
    }
}

@media screen and (max-width: 1100px) {
    .wrap {
        width: 100%;
        padding: 0 5%;
        margin: auto;
    }
}

@media screen and (max-width: 960px) {
    .header-banner .text-container {
        left: 10%;
        width: 80%;
    }
    #ueber-uns .symbol {
        width: 40%;
    }
    .col {
        width: 100%;
    }
    #leistungen .ueberschrift {
        margin: 0;
    }
    #tabs.flex-container {
        flex-wrap: wrap;
        flex-direction: column;
    }
    #leistungen .flex-item:first-of-type {
        justify-content: flex-start;
    }
    #leistungen .flex-item {
        flex-basis: 100%;
        padding: 0;
    }
    .ui-tabs .ui-tabs-nav {
        text-align: left;
        padding: 0;
    }
    .ui-tabs .ui-tabs-nav li {
        display: inline-block;
        margin: 0 25px 0 0;
    }
    .team-bereich-text .box-l {
        width: 30%;
    }
    .team-bereich-text .box-r {
        width: 70%;
    }
    .stellenangebot {
        top: 400px;
    }
    #referenzen article {
        -webkit-columns: 2;
        -moz-columns: 2;
        -o-columns: 2;
        columns: 2;
    }
    .slick-slide {
        display: inherit !important;
        padding: 0 25px;
    }
    footer .flex-container {
        flex-wrap: wrap;
    }
    footer .flex-container .flex-item {
        flex-basis: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .team-bereich-text {
        display: block;
    }
    .team-bereich-text .box-l,
    .team-bereich-text .box-r {
        display: block;
    }
    .team-bereich-text .box-l {
        height: 300px;
        background-position: top center;
        width: 100%;
    }
    .team-bereich-text .box-r {
        width: 100%;
        padding: 5% 5% 35% 5%;
    }
    .stellenangebot {
        top: 30px;
    }
    .stellenangebot:after {
        display: none;
    }
    #referenzen article {
        -webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;
    }
    .overlay a > span {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #qualitaetsmanagement li {
        flex-basis: 45%;
        margin: 0 2.5% 2.5% 0;
    }
    #qualitaetsmanagement .flex-container {
        flex-wrap: wrap;
    }
    #qualitaetsmanagement li:hover > .overlay {
        display: none;
    }
    .top-bar ul li {
        display: block;
        text-align: right;
    }
    .nav-container.sticky {
        top: 20px;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        margin: 0 0 10px 0;
        padding: 5px 8px;
        background: #0074b2;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        color: #FFF !important;
    }
    .ui-tabs .ui-tabs-nav li {
        display: inline-block;
        border: 2px solid #0074b2;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 5px 8px;

    }
    .nav-container.pull-out {
        -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
        -o-transform: translateY(-80%);
        transform: translateY(-80%);
    }

}

@media screen and (max-height: 650px) {
    .header-banner {
        height: 400px;
        -webkit-transition: height 0.6s linear;
        -o-transition: height 0.6s linear;
        transition: height 0.6s linear;
    }
    .header-banner .text-container {
        position: relative;
        width: 90%;
        padding: 35px 25px;
        top: 60px;
        left: 0;
        margin: auto;
    }
}
