﻿/*
    Darkblue: #1a1a8c;
    shadowgray: #a9a9a9;
    lila: #8d09d4;
    lightgray: #cfcfd3;
*/


html {
    width: 100%;
    min-height: 100vh;
    margin: 0px;
    padding: 0px;
    font: 14px Arial,sans-serif;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    background: url(../images/sliderImages/Fotolia_145406035_1920.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

header {
    width: 100%;
    height: 105px;
    background-color: white;
    top: 0px;
    position: fixed;
    z-index: 10;
}

    header .logobar {
        width: 100%;
        height: 70px;
        line-break: strict;
        background-color: white;
    }

        header .logobar::after {
            content: '';
            border-bottom: solid 1px #a9a9a9;
            width: 100%;
            display: block;
        }

        header .logobar .logo {
            height: 60px;
            margin-top: 5px;
            float: right;
        }

        header .logobar .slogan {
            height: 60px;
            margin-top: 5px;
            float: left;
            line-height: 60px;
            color: #1a1a8c;
            font-size: 18px;
            font-style: italic;
        }

    header .container {
        height: 65px;
    }

nav {
    width: 100%;
    height: 40px;
    background-color: #cfcfd3;
}

    nav::after {
        content: '';
        border-bottom: solid 1px #1a1a1a;
        width: 100%;
        display: block;
    }

    nav ul {
        margin: 0px;
        padding: 2px;
    }

    nav li {
        height: 25px;
        float: left;
        margin: 2px;
        list-style: none;
        text-align: center;
        line-height: 25px;
    }

        nav li:hover {
            color: #8d09d4;
            /*background-color: #cfcfd3;*/
        }

        nav li a {
            padding: 5px 15px;
            width: 100%;
            height: 100%;
            cursor: pointer;
            text-decoration: none;
            color: inherit;
            font-weight: bold;
        }

    nav ul .current {
        border-radius: 2px;
        border-bottom: 2px solid #1a1a8b;
        margin-bottom: 0px;
    }

        nav ul .current::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            margin-left: calc(50% - 7px); /*3px half triangle + 2*2px padding*/
            margin-top: -4px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #1a1a8b;
        }

footer {
    /*width: calc(1024px - 30px);
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.81);
    margin-top: 15px;
    margin-bottom: 20px;*/
    font-size: 10px;
    width: 100%;
    background-color: white;
    padding-bottom: 20px;
    height: 65px;
    text-align: center;
    bottom: 0px;
    position: fixed;
    z-index: 10;
}

    footer .links {
        width: auto;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

        footer .links a {
            margin-top: 10px;
            width: 100px;
            height: 20px;
            border: 2px solid #1a1a8b;
            border-radius: 4px;
            display: inline-block;
            line-height: 20px;
            text-decoration: none;
            color: #1a1a8b;
            transition: 1s;
            font-size: 12px;
            cursor: pointer;
        }

            footer .links a:hover {
                color: white;
                background-color: #1a1a8b;
            }


        footer .links img {
            width: 80px;
            height: auto;
        }

        footer .links .linkedin {
            height: 16px;
            margin-top: calc(9px - 16px / 2);
            width: 96px;
            padding: 1px;
        }

        footer .links .xing {
            height: 16px;
            margin-top: calc(9px - 16px / 2);
            width: 96px;
            padding: 1px;
        }

        footer .links .mechatronikcluster {
            height: 16px;
            margin-top: calc(9px - 16px / 2);
            width: 96px;
            padding: 1px;
        }

        footer .links .VBU {
            height: 16px;
            margin-top: calc(9px - 16px / 2);
            width: 96px;
            padding: 1px;
        }


        footer .links .maschbaude {
            height: 16px;
            margin-top: calc(9px -16px / 2);
            width: 96px;
            padding: 1px;
        }
        footer .links .Impressum {
            height: 16px;
            margin-top: calc(9px -16px / 2);
            width: 96px;
            padding: 1px;
        }

.copy {
    margin-top: 0px;
    text-align: center;
}



h1 {
    font-family: 'Helvetica Neue UltraLight','Helvetica Neue Light','Helvetica Neue','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
    font-weight: normal;
}



.container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.contentWrapper {
    min-height: calc(100vh - 140px - 20px);
    margin-top: 105px;
    margin-bottom: 80px;
    overflow: auto;
}

    .contentWrapper section {
        width: calc(1024px - 30px);
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.81);
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .contentWrapper section h1 {
            font-size: 24px;
            color: #1a1a8c; /*#120845;*/
        }

        .contentWrapper section h1spezial {
            font-size: 24px;
            color: #1a1a8c; /*#120845;*/
        }

        .contentWrapper section Anhang {
            font-size: 12px;
            color: #454545; /*#120845;*/
        }

        .contentWrapper section img {
            width: 100%;
            height: auto;
        }


        .contentWrapper section li {
            list-style: disc;
            margin-left: 10px;
        }

            .contentWrapper section li.doInside {
                list-style: circle;
                margin-left: 30px;
            }


        .contentWrapper section .titleimg {
            float: right;
            height: 150px;
            width: auto;
        }

        .contentWrapper section .titleimgspezial {
            float: right;
            height: 60px;
            width: auto;
        }

        .contentWrapper section .box {
            border: 1px solid #efefef;
            padding: 15px;
            margin-bottom: 15px;
        }

            .contentWrapper section .box h1 {
                font-size: 16px;
                color: #1a1a8c;
                font-family: 'Open Sans';
                margin: 0px;
            }

            .contentWrapper section .box h2 {
                font-size: 18px;
                color: black;
                font-weight: bold;
                font-family: 'Open Sans';
                margin: 0px;
            }
            .contentWrapper section .box h3 {
                font-size: 12px;
                color: black;
                font-weight: bold;
                font-family: 'Open Sans';
                margin: 0px;
            }

            .contentWrapper section .box p {
                margin: 0px;
                color: #454545;
            }

        .contentWrapper section .nomargin {
            margin: 0px;
        }

        .contentWrapper section .contactarea {
        }

            .contentWrapper section .contactarea .impressum {
                background-color: #1a1a8b;
                margin-left: 50px;
                padding: 5px;
                color: white;
                width: calc(50% - 120px);
                float: left;
            }

            .contentWrapper section .contactarea .contactlinks {
                padding: 5px;
                color: white;
                width: calc(50% - 20px);
                float: right;
                text-align: center;
            }

                .contentWrapper section .contactarea .contactlinks a {
                    margin-top: 10px;
                    width: 180px;
                    height: 50px;
                    border: 2px solid #1a1a8b;
                    border-radius: 4px;
                    display: inline-block;
                    line-height: 50px;
                    text-decoration: none;
                    color: #1a1a8b;
                    transition: 1s;
                    font-size: 18px;
                    cursor: pointer;
                }

                    .contentWrapper section .contactarea .contactlinks a:hover {
                        color: white;
                        background-color: #1a1a8b;
                    }


                .contentWrapper section .contactarea .contactlinks img {
                    width: 140px;
                    height: auto;
                    margin-top: 10px;
                }

                .contentWrapper section .contactarea .contactlinks .linkedin {
                    height: 24px;
                    margin-top: calc(25px - 24px / 2);
                }

                .contentWrapper section .contactarea .contactlinks .xing {
                    height: 41px;
                    margin-top: calc(25px - 41px / 2);
                }

                .contentWrapper section .contactarea .contactlinks .mechatronikcluster {
                    height: 39px;
                    margin-top: calc(25px - 39px / 2);
                }

                .contentWrapper section .contactarea .contactlinks .VBU {
                    height: 39px;
                    margin-top: calc(25px - 39px / 2);
                }


                .contentWrapper section .contactarea .contactlinks .maschbaude {
                    height: 33px;
                    margin-top: calc(25px - 33px / 2);
                }

        .contentWrapper section .competence {
            padding: 5px;
            color: white;
            width: calc(50% - 20px);
            float: left;
        }


            .contentWrapper section .competence .competencebackground {
                margin-bottom: 10px;
                background-color: #cfcfd3;
                font-size: 14px;
                border-radius: 5px;
                height: 40px;
                border: solid 1px #1a1a1a;
            }

                .contentWrapper section .competence .competencebackground .competenceforeground {
                    background-color: #1a1a8b;
                    padding: 10px;
                    border-radius: 5px;
                    line-height: 20px;
                    border-left: solid 1px #1a1a1a;
                    border-top: solid 1px #1a1a1a;
                    border-bottom: solid 1px #1a1a1a;
                }

                .contentWrapper section .competence .competencebackground .percent50 {
                    width: calc(50% - 20px);
                }

                .contentWrapper section .competence .competencebackground .percent75 {
                    width: calc(75% - 20px);
                }

                .contentWrapper section .competence .competencebackground .percent80 {
                    width: calc(80% - 20px);
                }

                .contentWrapper section .competence .competencebackground .percent90 {
                    width: calc(90% - 20px);
                }

                .contentWrapper section .competence .competencebackground .percent100 {
                    width: calc(100% - 20px);
                    border-right: solid 1px #1a1a1a;
                }

        .contentWrapper section .certificate {
            padding: 0px;
            width: calc(50% - 10px);
            float: right;
        }

            .contentWrapper section .certificate h2 {
                font: inherit;
                color: #1a1a8c;
                font-weight: bold;
                font-size: 16px;
            }
            .contentWrapper section .certificate h3 {
                font: inherit;
                color: #1a1a8c;
                font-weight: bold;
                font-size: 14px;
            }

            .contentWrapper section .certificate .slideshowcontainer {
                padding: 10px;
                float: right;
                width: calc(100% - 20px);
            }

                .contentWrapper section .certificate .slideshowcontainer .slider {
                    display: none;
                }

                    .contentWrapper section .certificate .slideshowcontainer .slider img {
                        height: 225px;
                        width: auto;
                        float: left;
                        z-index: 9;
                    }

                    .contentWrapper section .certificate .slideshowcontainer .slider h3 {
                        color: #1a1a8b;
                        font-size: 14px;
                        font-weight: bold;
                        padding-top: 20px;
                        padding-right: 60px;
                        width: 40%;
                        float: right;
                    }

                        .contentWrapper section .certificate .slideshowcontainer .slider h3 span {
                            color: #1a1a8b;
                            font-size: 14px;
                            font-weight: normal;
                        }

                .contentWrapper section .certificate .slideshowcontainer .preactive {
                    margin-right: calc(-1 * (100%));
                    margin-left: 100%;
                    top: -225px;
                    position: relative;
                    display: block;
                    transition: 1s;
                }

                .contentWrapper section .certificate .slideshowcontainer .active {
                    display: block;
                }

        .contentWrapper section .references {
            text-align: center;
            width: inherit;
            padding-top: 50px;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            min-height: 500px;
        }

            .contentWrapper section .references .horizontal {
                flex: 1;
                display: flex;
                width: inherit;
            }

                .contentWrapper section .references .horizontal img {
                    width: 150px;
                    height: auto;
                }

                .contentWrapper section .references .horizontal a {
                    cursor: pointer;
                }

            .contentWrapper section .references .flex1 {
                flex: 1;
                min-height: 100px;
            }

            .contentWrapper section .references .flex2 {
                flex: 2;
                min-height: 100px;
            }

            .contentWrapper section .references .flex3 {
                flex: 3;
                min-height: 100px;
            }


.dashedborder {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    border: dashed 1px white;
    padding: 10px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}

nav .mobileReplace {
    display: none;
}

.totop {
    background-color: #DFDFDF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    position: fixed;
    bottom: 90px;
    right: calc((100% - 1024px) / 2 - 60px);
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: unset;
    color: #1a1a8c;
    transition: color linear 0.5s;
}

    .totop a {
        width: 40px;
        height: 40px;
        text-decoration: none;
        color: inherit;
    }

    .totop:hover {
        color: white;
    }

@media (max-width: 970px) {
    .totop {
        right: 10px;
    }
}

@media only screen and (max-device-width: 480px) {
    nav {
        height: auto;
    }

        nav .mobileReplace {
            display: block;
            width: 100%;
            height: 70px;
            text-align: center;
            line-height: 70px;
            font-size: 20px;
            font-weight: bold;
        }

        nav::after {
            display: none;
        }

        nav .mobileactive {
            display: block;
        }

        nav .mobileinactive {
            display: none;
        }

        nav ul {
            width: 100%;
            height: 100%;
        }

        nav:focus ul {
            display: initial;
        }

        nav li {
            font-size: 18px;
            height: 50px;
            float: left;
            margin: 2px;
            list-style: none;
            text-align: center;
            line-height: 50px;
            width: 100%;
        }

            nav li:hover {
                color: inherit;
                /*background-color: #cfcfd3;*/
            }

        nav ul .current {
            border-radius: 2px;
            border-bottom: 2px solid #1a1a8b;
            margin-bottom: 0px;
            background-color: white;
        }

            nav ul .current::after {
                display: none;
            }

    .contentWrapper section .competence {
        width: calc(100% - 20px);
        margin: 0px;
        float: left;
        display: inline-block;
    }

    .contentWrapper section .certificate {
        width: calc(100% - 20px);
        height: auto;
        margin: 0px;
        float: left;
        display: inline-block;
    }

        .contentWrapper section .certificate .slideshowcontainer .slider img {
            height: 400px;
        }

        .contentWrapper section .certificate .slideshowcontainer .slider h3 {
            font-size: 18px;
        }

    .contentWrapper section .contactarea .impressum {
        font-size: 20px;
        width: 80%;
        height: auto;
        margin-left: 10%;
        margin-right: 10%;
    }



    .contentWrapper section .contactarea .contactlinks {
        float: left;
        width: 100%;
    }

        .contentWrapper section .contactarea .contactlinks a {
            margin-top: 30px;
            transform: scale(1.5);
            width: 50%;
        }
}