/* ============================================================
  Styles
============================================================ */


/*
  Structure
------------------------------------------------------------ */
body {
    position: relative;
    background-color: #f7f6f3; 
}
main {
    width: 85%;
    height: 100%;
    float: right;
}

section {
    width: 100%;
    position: relative;
    float: left;
}

.container {
    padding: 80px 40px;
    overflow: hidden;
}

/*
  Typo
------------------------------------------------------------ */
h1, h2 {
    font-weight: 600;
    text-transform: uppercase;
    color: #776464;
    font-size: 3.2rem;
}

h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: #776464;
    margin: 15px 0;
    font-size: 2rem;
}
h4 {
    font-size: 1.5em;
    font-size: 30px;
    color: #776464;
    text-align: center;
    margin-bottom: 10px;
}

li {
    list-style: none;
    color: #776464;
}
span, p, a, i, strong {
    color: #776464;
    line-height: 24px;
}
a {
    text-decoration: none;
}


/* ============================================================
  Navigation - Sidebar - Mobile header
============================================================ */
aside {
    position: fixed;
    width: 15%;
    height: 100%;
    background-color: #f7f6f3;
    background-size: auto 100%;
    box-shadow: 5px 5px 20px rgba(0,0,0,.1);
    z-index: 2;
    border-right: 2px solid #a42b47;
}
.logo-mobile {
    display: none;
}
.navigation ul {
    padding: 20px;
}
.navigation a.logo {
    padding-right: 12px;
}
.navigation a.logo.active {
    border-right: none;
    padding-right: 12px;
}
.navigation a.logo:hover {
    border-right: none;
    padding-right: 12px;
}
.navigation img.logo {
    width: 100%;
    max-width: 160px;
    padding: 10px;
}
.navigation a {
    text-transform: uppercase;
    display: block;
    padding: 8px 10px 8px 5px;
    text-align: right;
    font-size: 14px;
    color: #776464;
}
.navigation a:hover {
    padding: 8px 8px 8px 5px;
    border-right: 2px solid #a42b47;
}
.navigation a.active {
    padding: 8px 8px 8px 5px;
    border-right: 2px solid #a42b47;
}
.menu-collapsed {
    display: none;
}


/* ============================================================
  Single Sections
============================================================ */


/*
  home
------------------------------------------------------------ */
.home {
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-position: bottom;
    background-image: linear-gradient(to top, #38302d88, #524b4788, #6e676388, #8b858188, #a9a4a088),
url('../img/background.jpg');
 
}
.home .container {
    min-height: 600px;
}
.home h2 {
    color: #e7e4df;
    text-align: center;
    margin: 50px auto 100px auto;
    color: #776464;
}
.home .text {
    width: 40%;
    float: left;
}
.home h4 {
    color: #e7e4df;
}
.home .text p {
    color: #e7e4df;
    font-size: 14px;
    line-height: 22px;
    padding: 0 40px 40px 40px;
}
.we-are {
    margin-top: 200px;
    width: 60%;
    float: right;
    position: relative;
}
.we-are .logo {
    margin: 50px auto;
    display: block;
    max-width: 200px;
}
.we-are .ju-jr, 
.we-are .ju-sr {
    width: calc(50% - 4px);
    background-color: #f7f6f3;
    position: relative;
    box-shadow: 15px 10px 45px rgba(0,0,0,.45)
}
.we-are .ju-jr {
    float: left;
    border: 2px solid rgba(164,43, 71, 0.9);
    z-index: 2;
}
.we-are .ju-sr {
    float: right; 
    border: 2px solid #2c3773;
    margin-top: 50px;
}

.we-are p {
    color: #776464;
    font-size: 14px;
    line-height: 22px;
}
.we-are .and {
    font-size: 4em;
    background-color: #f7f6f3;
    padding: 0 18px;
    display: block;
    position:absolute;
    z-index: 3;
    border-radius: 75px;
    color: #a42b47;
    box-shadow: 0 3px 15px rgba(0,0,0,.45);
    left: 45%;
    top: 70px;
    line-height: 80px;
}


/*
  Was wir machen - we-do
------------------------------------------------------------ */

.we-do {
    background-color: #e7e4df;
}
.we-do h2 {
    text-align: center;
    margin-bottom: 40px;
}
.wrapper-we-do {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
}
.we-do-container {
    display: inline-block;
    padding: 30px 10px 10px 10px;
    box-sizing: border-box;
    width: 25%;
}

.we-do li {
    text-align: center;
    font-size: 14px;
    padding: 3px 0;
}
.we-do span {
    padding-bottom: 10px;
    font-size: 18px;
    color: #776464;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.we-do img {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
}


/*
  Maschinenpark - machines
------------------------------------------------------------ */

.machines {
    background-color: white;
}
.machines .slick-slider {
    width: 80%;
    margin: 0 auto;
}
.machines .wrapper-content img {
    max-width: 500px;
    margin: 0 auto;
}
.machines-container {
    min-width: 800px;
    height: inherit;
    max-height: 500px;
}
.machines .text {
    margin-top: 100px;
    min-height: 330px;
    border: 1px solid #fff;
}



/*
  Unsere Kunden - customer
------------------------------------------------------------ */

.customer  h2 {
    text-align: center;
    margin-bottom: 20px;
}
.customer ol {
    display: flex;
    display : -ms-flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.customer ol li {
    background-color: white;
    border: 2px solid #e7e4df;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    width: calc((100% / 4) - 20px);
    margin: 10px;
}
.customer li:hover {
    box-shadow: 0px 1px 10px rgba(119, 100, 100, 0.5);
}
.customer li a {
    display: block;
    border: 1px solid transparent;
}
.customer img {
    width: 80%;
    transition: transform 0.4s;
    max-width: 100%;
    display: block;
    margin: 20% auto;
    position: relative;
}


/*
  Komm ins Team - join-us
------------------------------------------------------------ */

.join-us {
    background-color: #e7e4df;
}
.join-us h2 {
    text-align: right;
    width: calc(30% - 10px);
    float: left;
    margin-right: 10px;
}
.join-us .content {
    float: right;
    width: calc(65% - 10px);
    margin: 0 0 0 10px;
}
.join-us p {
    color: #776464;
    font-size: 14px;
    line-height: 22px;
}
.join-us strong {
    font-size: 20px;
    margin-top: 20px;
    display: block;
}
.join-us li {
    list-style: disc;
    padding: 3px 0;
    font-size: 14px;
}
.join-us ul {
    margin-left: 16px;
}

/*
  Contact
------------------------------------------------------------ */
.contact img {
    width: 100%;
}

/*
  Impressum - imprint
------------------------------------------------------------ */
.imprint-header {
    background-image: url('../img/emotionheader_3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-blend-mode: multiply;
    background-color: #776464;
}
.imprint * {
    box-sizing: border-box;
}

.imprint h3 {
    font-size: 1rem;
    line-height: initial;
}
.imprint span {
    font-weight: 800;
}
.imprint .wrapper-imprint {
    display: flex;
    display : -ms-flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.imprint .column {
    flex: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 4px;
}
.wrapper-external-links {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #776464;
}
.dsgvo {
    max-width: 80%;
    margin-top: 40px;
}
.dsgvo h1 {
    font-size: 1.6rem;
}
.dsgvo h2 {
    margin-top: 20px;
    font-size: 1.4rem;
}
.dsgvo p,
.dsgvo li {
    font-size: 0.8rem;
}
.dsgvo li {
    line-height: 1rem;
    list-style: circle;
}


/*
  Footer
------------------------------------------------------------ */

footer {
    float: left;
    width: 100%;
    background-color: #382f2f;
    color: #f7f6f3;
}
footer .container {
    display: flex;
    display : -ms-flex;
    flex-wrap: wrap;
}
.footer-container {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    width: calc((100% / 3) - 20px);
    margin: 10px;
}
.footer-container.ju {
    border-right: 1px solid #776464; 
}
footer a {
    color: #f7f6f3;
    font-size: 12px;   
}
footer p {
    font-size: 12px;
    padding: 10px 0;
    line-height: 20px;
    color: #f4f4f4;
}
footer .logo {
    width: 100%;
    max-width: 160px;
}
footer .footer-copyright {
    border-top: 1px solid #776464;
}
footer .footer-copyright p {
    text-align: center;
    padding: 15px 0;
}
