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

#main p img {
   width: 100%;
}

div.prjMain {
    padding: 0px 20px 20px 20px;
}
#logoBox img {
padding-right: 10px;
}
#topTool, #topNav {
    padding-left: 10px;
}
#topTool li.lang ul {
    top: -10px;
}
#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 25px;
}

#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;
    /*! list-style-type: none; */
    /*! min-width: 133px; */
    /*! margin-left: -133px; */
    /*! border-left: 1px solid #ccc; */
        /*! border-right: 1px solid #ccc; */
    /*! list-style: none; */
    /*! top: 1px; */
    /*! box-shadow: 0 5px 5px -7px black; */
    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 {
    width: 110%;
    z-index: 1000;
    padding-right: 0;
}

#topTool {
    background-repeat: no-repeat;
    background-color: #efefef;
    background-position: center;
    position: fixed;
    z-index: 1000;
    height: 32px;
    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 a {
    color: black;
}

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

#topTool > ul li {
    padding: 0 0 0 0;
}

#topTool li span.titel {
    display: inline-block;
}

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

body.index #main {
    margin-top: 15px;
}
#main {
    padding: 0 20px;
}
.autoProjekt #main {
    padding:0;
}
.autoProjekt .pager, body.index .pager {
    left: 10px;
    width: 50%;
}

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

.autoProjekt .cycle-overlay, body.index .cycle-overlay {
    right: 10px;
    width: 50%;
}


#auftraggeber ul {
   flex-direction: column;
   align-items: center;
   padding-top: 1em;
}

#auftraggeber h3 {
    display: none
}

footer div.row { 
   text-align: left;
   align-content: center;
   flex-wrap: wrap;
   /*! padding-top: 1em; */
}
footer div.row + div.row {
    padding-top: 2.5em
        
}
footer h3 {
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
}

#share {
   padding: 0 0 0 0;
    margin-right: 10px;
}
footer .iconList {
    margin-top: 15px;
}
#copyright {
   margin: auto;
   flex-direction: column;
   align-items: center;
}
.homePage img.mapOfAustria {
    width: 100%;
}