/*
:root{
    --color-foto: rgb(180, 180, 180);
    --color-back: rgb(255, 255, 255);
    --color-back-trans: rgba(255, 255, 255,0.0);
    --color-nav-font:rgb(255, 255, 255);
    --color-nav-border:rgba(0, 0, 0,0.2);
    --color-a: rgb(255, 183, 3);
    --color-b: rgb(251, 133, 0);
    --color-c: rgb(142, 202, 230);
    --color-d: rgb(33, 158, 188);
    --color-e: rgb(2, 48, 71);
    --height-nav:40px;
}

:root {
    --color-foto: rgb(180, 180, 180);
    --color-back: rgb(255, 255, 255);
    --color-back-trans: rgba(255, 255, 255,0.0);
    --color-nav-font: rgb(255, 255, 255);
    --color-nav-border: rgba(0, 0, 0,0.2);
    --color-a: rgb(255, 177, 2);
    --color-b: rgb(0, 56, 91);
    --color-c: rgb(34, 189, 0);
    --color-d: rgb(204, 46, 135);
    --color-e: rgb(2, 48, 71);
    --height-nav: 40px;
}
*/
:root {
    --color-foto: rgb(180, 180, 180);
    --color-back: rgb(255, 255, 255);
    --color-back-trans: rgba(255, 255, 255,0.0);
    --color-nav-font: rgb(255, 255, 255);
    --color-nav-border: rgb(232, 25, 20);
    --color-a: rgb(255, 177, 2);
    --color-b: rgb(0, 56, 91);
    --color-c: rgb(34, 189, 0);
    --color-d: rgb(236, 0, 48);
    --color-e: rgb(2, 48, 71);
    --height-nav: 40px;
}

/* font */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    src: url('../fonts/OpenSans-400-Regular-webfont.woff2') format('woff2'),
    url('../fonts/OpenSans-400-Regular-webfont.woff') format('woff'),
    url('../fonts/OpenSans-400-Regular.ttf') format('truetype');
}

@font-face {
    font-display:swap;
    font-family: 'Open Sans';
    font-style: italic;
    src: url('../fonts/OpenSans-400-Italic-webfont.woff2') format('woff2'),
    url('../fonts/OpenSans-400-Italic-webfont.woff') format('woff'),
    url('../fonts/OpenSans-400-Italic.ttf') format('truetype');
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body, iframe { height: 100%; }

html{
    font-family: 'Open Sans', sans-serif;;
    color: var(--color-e);
}
body{
    height: 100vh;
    background-color: var(--color-back);
}

.wrapper{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.wrapper > nav
{
    min-height: var(--height-nav);
    background-color: rgba(236, 0, 48, 0.84);
}
.wrapper > nav#navTop{top: 0;position: sticky;}
.wrapper > nav#navFooter{bottom: 0;position: relative;}



.sRow
{
    width: 100%;
    display: flex;
    border-top: 1px solid var(--color-back);
    border-bottom: 1px solid var(--color-back);
}

.sRow > .column
{
    width: calc(100% / 3);
}
.sRow > .column:nth-child(2)
{
    display: flex;
}

.sRow > .column:nth-child(1) > div,
.sRow > .column:nth-child(3) > div
{
    height: 100%;
}

.sRow > .column > .content
{
    border-right: 1px solid var(--color-back);
    width: 100%;
}

.sRow > .column > .intro
{
    border-right: 1px solid var(--color-back);
    border-left: 1px solid var(--color-back);
    overflow: hidden;

}
.sRow > .column > .intro > p
{
    top: 200px;
    position: relative;
    transform: rotate(-90deg);
    color: var(--color-back);
    font-size: 55px;
    font-style: italic;
    font-weight: bolder;
    line-break: strict;
    text-shadow: 1px -1px 2px rgba(0,0,0,0.5);
}
.wrapper section.secMain#secContact .sRow > .column > .intro
{
    padding: 30px;
}
.wrapper section.secMain#secContact .sRow > .column > .intro > p:first-child{
    margin-top: 120px;
}
.wrapper section.secMain#secContact .sRow > .column > .intro > p
{
    top: auto;
    transform: none;
    font-weight: normal;
    font-size: inherit;
    text-shadow: none;
    margin: 30px;
}

.wrapper section.secMain#secContact .sRow > .column > .content
{
    background-position: center;
    background-size: cover;
    background-image: url('../img/customer-service.jpg');
}

nav
{
    z-index: 200;
    outline: 1px solid var(--color-nav-border);
    box-shadow: 0 0 20px black;
}


nav ul
{
    width: 100%;
}

nav ul li
{
    float:right;
    list-style: none;
}

nav .sRow{
    border-top: none;
    border-bottom: none;
}

nav .sRow > div > ul > li > a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
/* sections */

.wrapper section{
    overflow: hidden;
}


.wrapper section.secMain
{
    outline: 10px solid var(--color-back);
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--color-back);
    background-image: none;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper section.secMain#secJack
{
    outline: 10px solid rgba(0,0,0,0.0);
    margin-top: 0;
    margin-bottom: 16px;
}


.wrapper section.secMain#secJack,
.wrapper section.secMain#secJack .sRow,
.wrapper section.secMain#secJack .sRow > .column,
.wrapper section.secMain#secJack .sRow > .column > .intro,
.wrapper section.secMain#secJack .sRow > .column > div,
.wrapper section.secMain#secJack + .spacer
{
    background: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.wrapper section.secMain#secJack + .spacer
{
    height: 64px;
}

.wrapper section.secMain#secJack .content header h2,
.wrapper section.secMain#secJack .content header h4
{
    border: 1px solid rgba(0,0,0,0.1);

}
.wrapper section.secMain#secJack .content header h2
{
    border-bottom: none;
    border-color: var(--color-d);
}
/* a[target="_blank"] */
.wrapper section.secMain#secJack .content header h4 span:first-child::after {
    content: url("../img/open_in_new-24px_mod.svg");
    margin: 0 3px 0 5px;
}

.wrapper section.secMain#secJack .content header h4 svg .fillPath{
    fill: var(--color-d);
}

.wrapper section.secMain#secJack .content header h4 a span:hover
{
    color: var(--color-e);
}

.wrapper section.secMain#secJack .content header h4 {
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: -40px;
    padding-top: 20px;
    line-height: 44px;
    padding-left: 40px;
    display: block;
    max-width: 530px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    color: #c90722;
    font-weight: bolder;
    border-color: var(--color-d);
    font-size: 40px;
    padding-bottom: 20px;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.5) ;
}
.wrapper section.secMain#secJack .content header h4 span:last-child{
    font-weight: lighter;
    color: var(--color-d);
}

.wrapper section.secMain#secHome{
    height: calc( 100vh - 299px);
    padding-top: calc( calc( 100vh - 300px) / 3);
    padding-bottom: 100px;
    background-color: rgba(255,255,255,0.0);
    outline: 10px solid var(--color-back-trans);
}

.wrapper section.secMain#secHome .sRow{
    border-top: none;
    border-bottom: none;
}

.wrapper section.secMain#secAbout{
    outline-color: var(--color-a);
    background-size: cover;
    background-position: top;
    background-image: url('../img/draw-table.jpg'); /* background-image: url('../img/about.jpg'); */
}

.wrapper section.secMain#secService{
    outline-color: var(--color-c);
    background-position: center;
    background-image: url('../img/baumeister.jpg');
}
.wrapper section.secMain#secInfo{
    outline-color: var(--color-b);
    background-position: center;
    background-image: url('../img/money.jpg');
}
.wrapper section.secMain#secDraw{
    background-position: center;
    background-image: url('../img/europe-map.png');
    outline-color: var(--color-d);
}
.wrapper section.secMain#secContact{
    background-position: center;
    background-image: url('../img/netz.jpg');
    outline-color: var(--color-a);
}
/* content */

#secService .sRow > .column > .content ul
{
    padding-left: 70px;
    background-image: url('../img/documents.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
#secService .sRow > .column > .content ul li
{
    list-style: disc;
    list-style-position: inside;
}
#secDraw .content h2.link
{
    border: none;
    background: none;
    padding: 20px 0;
    margin: 0;
}
#secDraw .content h2.link a{
    padding: 100px 20px 20px 20px;
    border-radius: 15px;
    background-image: linear-gradient(to top, rgba(255,255,255,1.0) 20%, rgba(255,255,255,0.0)),url("../img/draw-table.jpg");
    background-size: cover,cover;
    background-position: bottom,center;
    box-shadow: 0 0 4px var(--color-nav-border);
    display: block;
    font-size: 21px;
    background-color: white;
    text-align: center;
    width: 100%;
    font-weight: bolder;
    font-style: italic;
    color: var(--color-e);
    text-shadow: 0 0 2px white;
}
#secDraw .content h2.link:hover{
}
#secDraw .content h2.link a:hover{
    box-shadow: 0 0 4px var(--color-nav-border),inset 0 0 15px 200px var(--color-d);
    text-shadow: none;
    color: white;
}

/* intro */
.wrapper section.secMain .sRow > .column > .intro{background-color: grey;}

.wrapper section.secMain#secAbout .sRow > .column > .intro{background-color: var(--color-a);}
.wrapper section.secMain#secService .sRow > .column > .intro{background-color: var(--color-c);}
.wrapper section.secMain#secInfo .sRow > .column > .intro{background-color: var(--color-b);}
.wrapper section.secMain#secDraw .sRow > .column > .intro{
    background-color: var(--color-d);
    background-image: url("../img/draw.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.wrapper section.secMain#secContact .sRow > .column > .intro{
    background-color: var(--color-a);
    width: 100%;
}

/* spacer */
.wrapper section.secMain + .spacer
{
    height: 100px;
    border-top:1px solid var(--color-back) ;
    border-bottom:1px solid var(--color-back) ;
}


{
}

.wrapper nav#navTop + .spacer,
.wrapper section.secMain#secHome + .spacer
{
    display: none;
}


.wrapper section.secMain#secContact + .spacer,
.wrapper section.secMain#secDraw + .spacer,
.wrapper section.secMain#secInfo + .spacer,
.wrapper section.secMain#secAbout + .spacer,
.wrapper section.secMain#secService + .spacer
{
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.9);
}

/* column */

.sRow > .column:nth-child(2)
{

}
.sRow > .column:nth-child(2) > div
{
    background-color: rgba(255,255,255,0.0);
}
.sRow > .column:nth-child(2) > .content
{
    background-color: rgba(255,255,255,0.9);
}
.sRow > .column:nth-child(1) > div,
.sRow > .column:nth-child(3) > div
{
    background-color: rgba(255,255,255,0.4);
}

section.secMain#secHome .sRow > .column:nth-child(2)
{
    overflow: visible;
}

section.secMain#secHome .sRow > .column:nth-child(2) > div{
    background: none;
}




/* boxing */
.bButtonA{
    flex: auto;
}
.bButtonA > div{
    cursor: pointer;
    margin: 0 auto;
    width:190px;
    background-color: rgba(0,0,0,0.0);
}

.bButtonA > div:hover
{
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
}

.bButtonA:nth-child(1) > div > div{background-color: var(--color-a);}
.bButtonA:nth-child(2) > div > div{background-color: var(--color-c);}
.bButtonA:nth-child(3) > div > div{background-color: var(--color-b);}
.bButtonA:nth-child(4) > div > div{background-color: var(--color-d);}

.bButtonA > div > div > span
{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.bButtonA > div > div > span:nth-child(1)
{
}
.bButtonA > div > div > span:nth-child(2)
{
    width: 190px;
    height: 265px;
    margin-left: -10px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    background-position: center;
    background-repeat: no-repeat;
}
.bButtonA > div > div > span:nth-child(2)
{
    text-align: right;
}



#secHome .bButtonA:nth-child(1) > div > div > span:nth-child(2){background-image: url("../img/shake.jpg");}
#secHome .bButtonA:nth-child(2) > div > div > span:nth-child(2){background-image: url("../img/paper.jpg");}
#secHome .bButtonA:nth-child(3) > div > div > span:nth-child(2){background-image:url("../img/coins.jpg");}
#secHome .bButtonA:nth-child(4) > div > div > span:nth-child(2){background-image: url("../img/crown.jpg");}


.content
{
    background-color: rgba(255,255,255,0.9);
    padding: 15px;
}

.content header h2,
.content header h4
{
    font-size: 17px;
    font-style: italic;
    font-weight: lighter;
    background-color: white;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: left;
}

.content header h2
{
    margin-left: -25px;
    padding: 10px 15px 10px 30px;
    display: inline;
    width: auto;
    border-bottom: none;
}
.content header h4
{
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: -40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 10px;
    display: block;
    width: calc(100% + 40px);
}
.content h2
{
    font-weight: lighter;
    margin: 20px 0;
}
.content li{
    margin-left: 15px;
}

.progressBar
{
    padding: 20px 0;
    width: 100%;
}
.progressBar .bar
{
    width: 100%;
    height: 30px;
    background-color: white;
    border-radius: 7px;
    overflow: hidden;
}
.progressBar .bar > div{
    background-color: var(--color-a);
    text-align: right;
    line-height: 30px;
    padding-right: 4px;
    border-radius: 7px;
    color: white;
    text-shadow: 1px 1px 2px black;
}

h2.link
{
    background-color: white;
    padding: 23px;
    border:1px solid var(--color-e);
}

.wrapper {
    /* The image used

    background-image: url("../img/istockphoto-1163911639-1024x1024.jpg");
    background-image: url("../img/istockphoto-499806232-1024x1024.jpg");
    background-image: url("../img/bruce.jpg");
    background-image: url("../img/istockphoto-1126452151-1024x1024.jpg");
     */
    background-color: var(--color-d);




    background-image: url("../img/bruce.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: cover;
}



/* Extra small devices (portrait phones, less than 576px) */
body
{
    font-size: 16px;
}

.content header h4
{
    font-size: 30px;
}
.content h2
{font-size: 20px;}

.sRow{display: block;}
.sRow > .column > .intro{width:50px;}
.sRow > .column > .content{width:100%;}
.sRow > .column:nth-child(2)
{
    display: flex;
    width: 100%;
    overflow: hidden;
}

.sRow > .column:nth-child(2){
    min-width: 10px;
    width: 100%;
}

.sRow > .column:nth-child(1) > div,
.sRow > .column:nth-child(3) > div
{display: none;}

body p{
    text-align: justify;
}
.intro,
section#secHome{
    display: none;
}

.progressBar > div{
    margin-top: 20px;
}
.bButtonA > div > div{
    width: 150px;
    overflow: hidden;
    height: 345px;
    color: var(--color-nav-font);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    margin-left: 20px;
}

nav .sRow > div > ul > li
{
    width: calc(100vw / 3);
}
nav .sRow > div > ul > li:nth-child(3),
nav .sRow > div > ul > li:nth-child(6)
{
    width: calc(calc(100vw / 3) - 1px)  ;
}
nav#navFooter{
    min-height: auto;
}

nav#navFooter .sRow > div > ul{
    display: flex;
}
nav#navFooter .sRow > div > ul > li
{
    border-top: 1px solid var(--color-back);
}
nav#navFooter .sRow > div > ul > li > a
{
    text-align: center;
}

nav .sRow > div > ul > li > a
{
    padding:5px;
    display: block;
    color: var(--color-nav-font);
    font-style: italic;
    border-left:1px solid var(--color-nav-border);
    border-right:1px solid var(--color-nav-border);
    margin-right: -1px;
    border-bottom:1px solid var(--color-nav-border);
    text-align: center;
}
nav .sRow > div > ul > li > a:hover
{
    box-shadow: inset 0 0 5px var(--color-nav-border);
}
.modalContainer{
    display: block;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: auto;
    z-index: 9999;
}
.modalContainer.isClosed{
    display: none;
    z-index: -1;
}
.modalContainer > div
{
    max-width: 900px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.9);
    padding: 15px;
}
.modalContainer > div li{
    list-style-position: inside;
}

.modalContainer a{
    text-decoration: none;
    border-radius: 7px;
    padding: 5px;
    margin: 5px;
    color: var(--color-e);
    border:1px solid var(--color-e);
}
.modalContainer a:hover{
    cursor: pointer;
}
.modalContainer h5,
.modalContainer h4
{
    font-size: 18px;
    margin: 20px 0 10px 0;
}
.modalContainer li
{
    margin: 5px 0 5px 0;
}
/* hotline */
.hotlineButton{
    display: block;
    word-wrap: break-word;
    height: calc( var(--height-nav) - 0px );
    line-height: calc( var(--height-nav) - 0px );
    /* margin: 3px; */
    padding-right: 7px;
    padding-left: 7px;
    border: none;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    font-style: italic;
    color: white;
    background-color: var(--color-d);

}

/* contact form */
div.formContact{
    width: 100%;
}
div.formContact h2{
    width: 100%;
    background-color: rgba(255,255,255,0.8);

}
div.formContact *[name],
div.formContact button
{
    outline: 3px solid rgba(255,255,255,0.8);
    line-height: 36px;
    font-size: 16px;
    border: 1px solid var(--color-d);
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.8);
}
div.formContact *[name]:focus,
div.formContact *[name]:hover{
    background-color: rgba(255,255,255,1.0);
}
div.formContact button:hover{
    background-color: var(--color-d);
    color: white;
}

div.formContact div.state.success,
div.formContact div.state.error,
div.formContact div.state.wait,
div.formContact div.state.ready{
    position: relative;
    top: 0;
}
div.formContact div.state.success,
div.formContact div.state.error,
div.formContact div.state.wait
{
    padding: 30px;
    border: 1px solid var(--color-d);
    border-radius: 13px;
    margin: auto 0;
    width: 100%;
    background-color: white;
    display: none;
    z-index: -1;
}

@media (max-height: 870px) {
    .wrapper section.secMain#secHome{
        height: calc( 100vh );
    }

}


@media (max-width: 359.98px) {
    nav#navTop .sRow > div > ul > li:first-child
    {
        display: none;
    }
}


@media (max-width: 767.98px) {

    nav#navTop .column:nth-child(2) > ul,
    nav#navTop .column:nth-child(2) > a,
    nav#navTop .column:nth-child(2)
    {
        display: block;
    }
    nav#navTop .column:nth-child(2) > ul,

    nav#navTop .column:nth-child(2) > ul li{
        float: right;
    }
    nav#navTop .column:nth-child(2) > a
    {
        clear:right;
    }

    .wrapper{
        background-position: -50px center;
    }
    .wrapper > nav#navTop{
        margin-top:calc(100vh - 89px);
        z-index: 201;
    }


    .wrapper section.secMain#secAbout{
        margin-top: 500px;
    }


    .wrapper section.secMain#secService .sRow > .column > .content ul
    {
        background-size: 80px;
    }
    .content header h2
    {
        font-size: 15px;
    }
    .wrapper section.secMain#secJack + .spacer
    {
        display: none;
    }
    .wrapper section.secMain#secJack
    {
        margin-top: -360px;
    }
    .wrapper section.secMain#secJack .content header h4{
        font-size: 30px;
    }


    .wrapper section.secMain#secContact .sRow > .column:nth-child(2) {display: block;}
    .wrapper section.secMain#secContact .sRow > .column > .intro > p,
    .wrapper section.secMain#secContact .sRow > .column > .intro > p:first-child{
        margin: 15px 0;
    }
    .wrapper section.secMain#secContact .sRow > .column > .intro {
        padding: 15px;
    }
    .wrapper section.secMain#secContact .intro{
        display: block;
    }

    nav#navTop .column:nth-child(2) > ul{
        /* margin-top: calc( var(--height-nav) - 18px ); */
    }
    .hotlineButton{
        /*position: absolute;
        right: 0;*/
        height: calc( var(--height-nav) - 18px );
        line-height: calc( var(--height-nav) - 18px );
        /* border-bottom: 1px solid var(--color-d); */
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .content header h4
    {
        font-size: 40px;
    }
    .content h2
    {
        font-size: 30px;
    }

    .intro,
    section#secHome{
        display: block;
    }

    .sRow{
        display: flex;
    }
    .sRow > .column:nth-child(1) > div,
    .sRow > .column:nth-child(3) > div
    {
        display: block;
    }
    .sRow > .column {
        width: calc(100% / 3);
    }

    .sRow > .column > .intro {
        width: 130px;
    }

    .sRow > .column:nth-child(2) {
        min-width: 768px;
    }

    nav .sRow > div > ul{
        display: inline;
    }
    nav .sRow > div > ul > li,
    nav .sRow > div > ul > li:nth-child(3),
    nav .sRow > div > ul > li:nth-child(4),
    nav .sRow > div > ul > li:nth-child(6),
    nav#navFooter .sRow > div > ul > li
    {
        width: auto;
        border-top: none;
    }
    nav .sRow > div > ul > li > a
    {
        display: block;
        line-height: calc(var(--height-nav));
        padding: 0 15px;
        font-style: italic;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid var(--color-nav-border);
        border-right: none;
        text-align: left;
    }
    nav .sRow > div > ul,
    nav .sRow > div > ul > li
    {
        min-height: var(--height-nav);
        line-height: var(--height-nav);
    }
    nav#navFooter{
        min-height: var(--height-nav);
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .bButtonA > div > div{
        width: 170px;
        overflow: visible;
    }
    .bButtonA > div > div > img
    {
        margin-left: -10px;
    }

    .sRow > .column > .intro{width: 230px;}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sRow > .column:nth-child(2){min-width: 1000px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .sRow > .column:nth-child(2)
    {
        min-width: 1200px;
    }
}