#topNav #menuBox {
    display: none;
    flex-direction: column;
    min-width: 130px;
    margin-left: -100px;
    margin-top: 32px;
    position: absolute;
    border-left: 1px solid #ccc;
    list-style: none;
    top: 0;
    box-shadow: 0 5px 5px -3px black;
    background-color: #fff;
    font-weight: 100;
    font-size: 13px;
}

#topNav li a {
       display: block;
}

#topNav nav {
    
    background-image: url(icon_menu.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-color:  	#E3001B;
    background-position: center;
    height: 32px;
    width: 32px;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 1000;
    border-left: 1px solid #e3e3e3;
}

#topNav nav:hover #menuBox {
    display:flex;
}

#topNav nav:hover #menuBox li.subM a:hover {
    color: #E3001B;
    background-image: url(arrow-left.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    height: 26px;
}

#topNav nav:hover #menuBox li.nSubM a:hover {
    background-image: none;
    color: #E3001B;
}

#topNav #menu li.subM:hover {
    position: relative;
    background-image: none;
}

#topNav nav ul li a {
    background-position: left 50%;
    background-image: none;
    padding: 0 0px 0 20px;
}

#topNav #menu li {
    margin: 0px 0px 0px 0px;
    display: block;   
}

#topNav #menu li.subM {
    position: relative;
    background-image: url(arrow-down.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    height: 26px;
    margin-left: 0px;
}
#topNav #menu li.subM:hover ul{
    position: absolute;
    top: 0;
    border-top: 1px solid #eee;
    min-width: 150px;
    left: -150px;
    box-shadow: 0px 6px 7px -6px black;
    border-left: 1px solid #eee;
    /*! border-right: 1px solid #000; */
    z-index: 10;
}
#topNav #menu li:hover li {
    display: flex;
    flex-direction: column;
    /*! width: 120px; */  
    
}

#topNav #menu ul li {
    display: none;
 // left: -9999px;
    background-color: #fff;
    font-weight: 100;
    font-size: 13px;
    flex-direction: column;
    width: 100%;
}

#topNav #menu ul li a {
     background-image: none;
     text-align: left;
}

#topTool li.lang ul {
    top: -10px;
}
#topTool {
    background-repeat: no-repeat;
    background-color: #efefef;
    background-position: center;
    position: fixed;
    z-index: 1000;
    height: 33px;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    
    border: 1px solid #eee;
    background: linear-gradient(to bottom,#f7f7f7 0,rgba(255,255,255,1) 100%)!important;
    color: #666;

}
#topTool li .titel {
    padding-right: 15px;
}
#topTool li.lang .titel {
    padding-right: 20px;
}

#topTool a {
    color: black;
}

#topTool > ul {
    /*! margin-left: 20px; */
}

#topTool > ul li {
    padding: 0 0 0 0;
}
#topTool > ul li:first-child {
    padding-left: .25em;
}

#logoBox {
    max-width: 180px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.homePage #main > .text > h2 {
    line-height: 1.1em;
}
.homePage #main > .slideBox + .text h2 {
    margin-top: 1.8em;
}
body.index #main {
    margin-top: 15px;
}
.homePage {
    padding: 0;
}
#main {
    padding: 0 20px;
}
.autoProjekt #main {
    padding:0;
}
.autoProjekt .pager, body.index .pager {
    /* left: 20px; */
    padding-left: 10px;
}

.autoProjekt .pager .slidePage,
body.index .pager .slidePage {
    width: 20px;
}

.autoProjekt .cycle-overlay,
body.index .cycle-overlay {
    /*! right: 10px; */
    /* bottom: -2em; */
    padding: 0 10px;
    height: 3.5em;
    /* width: 100%; */
    /*! text-align: left; */
}
.autoProjekt .cycle-overlay .title,
body.index .cycle-overlay .title {
 /*
 position: relative;
    top:0;
    text-align: left;
    width: 100%;
    */
}


#auftraggeber ul {
   flex-direction: column;
   align-items: center;
   padding-top: 1em;
}
#auftraggeber li {
    padding: .7em 0
}
footer #share,
#kontakt {
    width: 100%
}
footer div.row { 
   text-align: center;
   align-content: center;
   flex-wrap: wrap;
    flex-direction: column;
}


footer div.row + div.row {
    padding-top: 2.5em
}
footer h3 {
    border-bottom: 1px solid lightgray;
    margin-bottom: 1em;
    padding-bottom: .5em;
}

#share {
   /*! padding: 30px 0 0 20px; */
    margin-right: 10px;
}
#share h3 {
    padding-top: 3em;
}
footer .iconList {
    margin-top: 15px;
}
#copyright {
   margin: auto;
   flex-direction: column;
   align-items: center;
}

form.cert li {
    padding: 0 0;
}
form.cert .basicBox .item {
    padding-left: 0;
}
form.cert .itemName {
    max-width: 1px;
}
form.cert .nGrp,
form.cert .aktPoints,
form.cert .maxPoints {
display: none;
}
form.cert .itemTitle .helpBox,
form.cert .label .helpBox {
 width: 100% !important;;
}
#main .cert .item {
    min-height: 30px;
}



/* autoProjekt */
h3.info, h3.bilder {
    font-size: .9em;
}
div.prjContent > article {
    flex-direction: column;
    display: inherit;
}
div.prjContent {
    padding: 0 0px 0 20px;
}
div.prjSide,
div.prjMain {
    width: 100%;
    padding-top: 1.5em;
}
div.prjSide {
    background-color: #fff;
    border: none;
    padding: 20px 20px 20px 0;
}
div.bigSlide {
    padding-top: 50px;
}
div.bigSlide .closeBox .closeBoxContent {
    top: 5px;
    right: 5px;    
}

.homePage img.mapOfAustria {
    width: 100%;
}