/* migushield css 2022 */

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('fonts/DINNextLTPro-Regular.eot');
    src: local('fonts/DIN Next LT Pro Regular'), local('fonts/DINNextLTPro-Regular'),
        url('fonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DINNextLTPro-Regular.woff2') format('woff2'),
        url('fonts/DINNextLTPro-Regular.woff') format('woff'),
        url('fonts/DINNextLTPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('fonts/DINNextLTPro-Medium.eot');
    src: local('fonts/DIN Next LT Pro Medium'), local('fonts/DINNextLTPro-Medium'),
        url('fonts/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/DINNextLTPro-Medium.woff2') format('woff2'),
        url('fonts/DINNextLTPro-Medium.woff') format('woff'),
        url('fonts/DINNextLTPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('fonts/DINNextLTPro-Light.eot');
    src: local('fonts/DIN Next LT Pro Light'), local('fonts/DINNextLTPro-Light'),
        url('fonts/DINNextLTPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/DINNextLTPro-Light.woff2') format('woff2'),
        url('fonts/DINNextLTPro-Light.woff') format('woff'),
        url('fonts/DINNextLTPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* colors */
:root {
  --red : #e62f20;
  --blue : #1d4b7e;
  
}

* {
    box-sizing: border-box;
}

html {
    font-family: 'DIN Next LT Pro';
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4;
    scroll-behavior: smooth;
}

body {
}

#logo {
    position: fixed;
    top: 40px;
    right: 40px;
}

#logo img {
    width: 350px;
}

#banner {
    border: 16px solid #fff;
    height: 100vh;
    width: 100%;
    background: url('../images/MIGUA-Wueste.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#banner img {
    width: 22%;
}

#banner h1 {
    margin: 2em 0 0;
}

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

h1 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 500;
}

p, ul {
    font-size: 1.4em;
    font-weight: 300;
}

ul {
    padding-left: 1em;
}

strong {
    font-weight: 500;
}

.uc {
    text-transform: uppercase;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.square {
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;

}

.square .col {
    width: calc(50%);
    aspect-ratio: 1 / 1;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 16px solid #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#categories {
    border-bottom: 16px solid #fff;
    background: var(--red);
}

#categories h1 {
    font-weight: normal;
}

#categories h2 {
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

#categories img {
    width: 50%;
}

#image,
#contact,
#categories header {
    border-left: 16px solid #fff;
    border-right: 16px solid #fff;
    border-bottom: 16px solid #fff;
    border-top: 0;
    padding: 1em 1em 1em 10%;
}

.quarter .col {
    width: calc(25% - 4px);
    aspect-ratio: 1 / 1;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
}

.quints {
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
}

.quints .col {
    width: calc(20%);
    aspect-ratio: 1 / 1;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
}

#about .col,
#categories .col,
#migushield .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#migushield .col  {
    padding: 5em;
}

#contact {
    background: url('../images/MIGUA-Wueste.jpg') no-repeat center -140px;
    background-size: cover;
    text-align: center;
    display: inline-block;
    padding: 3em 0;
    width: 100%;
}

.button {
    display: inline-block;
    border-radius: 10px;
    padding: 10px 2em 2px;
    transition: all .3s ease-in;
    font-weight: 300!important;
}

#footerimg .button,
#contact .button {
    border: 2px solid #fff;
    background: var(--red);
}

#footerimg .button:hover,
#contact .button:hover {
    color: var(--red);
    background: #fff;
}

#team .button {
    border: 2px solid #fff;
    background: transparent; 
}
#team .button:hover {
    color: var(--blue);
    background: #fff; 
    
}

#image {
    min-height: 85vh;
    background: url(../images/Migushield-Louvers-03.jpg) no-repeat center;
    background-size: cover;
}

#team {
    background: var(--blue);
    border-left: 16px solid #fff;
    border-right: 16px solid #fff;
    border-bottom: 16px solid #fff;
}

footer .col,
#team .col {
    padding: 3em 5em;
}

#team .col-50 {
    width: calc(50% + 8px);
    border-right: 16px solid #fff;
}

#team .col-25 {
    width: calc(25% - 4px);
}

#team .col:last-child {
    border-left: 16px solid #fff;
}

#person {
    background: url(../images/MIGUA-Team-Kienberger.jpg) no-repeat center;
    background-size: cover;
}


#about {
    background: var(--blue);
}

#about .col {
    width: 50%;
    padding: 5em;
}

#footerimg {
    padding: 3em 0;
    text-align: center;
    background: url('../images/MIGUA-Wueste.jpg') no-repeat center -140px;
    background-size: cover;
    border-left: 16px solid #fff;
    border-right: 16px solid #fff;
    
}

footer {
    border: 16px solid #fff;
    background: var(--blue);
    position: relative;
}

footer .flex {
    justify-content: flex-start;
}

footer .col {
   width: 30%;
}

footer .col:last-child  {
    margin-left: auto;
    text-align: right;
}
footer .col:last-child a {
    display: block;
}

#gotop {
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 80px; right: 30px;
    background: url(../images/icon-up.svg) no-repeat center;
    background-size: 40px;
    cursor: pointer;
}

@media only screen and (max-width: 1340px) {
    
    #team .col:last-child {
        padding-left: 2em;
        padding-right: 2em;
    }
    
}

@media only screen and (max-width: 1240px) {
    
    #logo img {
        width: 300px;
    }
    
    #banner img {
        width: 30%;
    }  
    
    footer .col,
    #team .col,
    #team .col:last-child,
    #migushield .col,
    #about .col {
        padding: 3.5em;
    }

    
    h1 {
        font-size: 1.7em;
    }
    
    p,ul {
        font-size: 1.2em;
    }
    
}

@media only screen and (max-width: 1040px) {
    
    .flex {
        flex-direction: column;
    }
    
    .quints .col,
    #team .col,
    #about .col,
    .square .col {
        width: 100%;
        aspect-ratio: auto;
        min-height: 30vh;
    }
    
    footer .col {
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    footer .col:last-child {
        margin-left: 0;
        text-align: left;
    }
    
    #migushield .flex:last-child {
        flex-direction: column-reverse;
    }
    
    #team .col-50 {
        border-right: none;
    }
    
    #team #person {
        border-top: 16px solid #fff;
        border-bottom: 16px solid #fff;
        aspect-ratio: 1 / 1;
    }
    #team .col:last-child {
        border-left: none;
    }
    
    #categories .col {
        border-bottom: 16px solid #fff;
    }
    
    #categories .col:last-child {
        border-bottom: none;
    }
    
    #categories img {
        width: 20%;
    }
    
    footer,
    #footerimg,
    #contact {
        background-position-y: center;
    }
    
}

@media only screen and (max-width: 600px) {
    
    #logo img {
        width: 200px;
    }    
    
    #banner img {
        width: 65%;
    }   
    
    #banner h1 {
        font-size: 1.2em;
    }
    
    h1 {
        font-size: 1.4em;
        margin: 1.5em 0 1em 0;
    }
    
    #footerimg h1,
    #contact h1 {
        margin: 1em;
    }
    
    footer .col,
    #migushield .col,
    #team .col,
    #team .col:last-child,
    #about .col {
        padding: 1em 2em 2em;
    }
    
    #person {
        height: 100vw;
    }
    
}