/**
 *
 *screen-css für stockinger-baumanagement.at
 *matthias wagner, falke werbeagentur
 *
 *dunkelgrau:4D4948
 *hellgrau:eeeeee
 *grün:84C225
 *
**/
body{
  font-family:'Verdana', 'Arial', Sans-Serif;
  font-size:14px;
  color:#4D4948;
  hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust:100%;
  word-wrap:break-word;
}
a{
  text-decoration:none;
  color:#4D4948;
}
a:hover{
  text-decoration:underline;
}
a img{
  border:none;
}

.clearer{
  clear:both;
}

h1{
  font-size:20px;
}
h2{
  font-size:14px;
}
h3{
  font-size:13px;
}
h4{
  font-size:12px;
}

/**
 *
 *positioning
 *
**/
#wrap{
  width:98%;
  max-width: 1280px;
  margin:30px auto 5px auto;
}
#navigation{
  /* float:left;
  width:157px;

  margin-top:128px;

  border-top:4px solid #4D4948;
  border-left:4px solid #4D4948;
  border-bottom:4px solid #4D4948;

  position:fixed;
  background-color:#84C225; */
}
#header{
  text-align:right;
  background-color:#fff;
  border-bottom: 6px solid #EEEEEE;
}
#logo{
  margin-top:-18px;
  margin-right:45px;
  margin-bottom:20px;
}
#main{
  border: 4px solid #4D4948;
  /* background-color:#EEEEEE; */
  margin-left: 205px;
  width: 100%;
  width: calc( 100% - 205px );
  /* width: 80%; */
  float:right;
}
#logobereich{
  float:right;

  height:490px;
}
#bmstrlogo{
  margin-right:40px;
  margin-top:25px;
  margin-left:40px;
  height:220px;
}
#content{
  padding: 30px 35px 10px 35px;
  min-height:470px;
  overflow:auto;
}

.home #content, .page-id-73 #content{
  padding: 0px !important;
}


/**
 *
 *seitliches Hauptmenü
 *
**/

#sidemenu {
  float: left;
  width: 205px;
  margin-top: 128px;
  border-top: 4px solid #4D4948;
  border-left: 4px solid #4D4948;
  border-bottom: 4px solid #4D4948;
  position: fixed;
  background-color: #84C225;
  padding-top: 10px;
}

#sidemenu a{
  color: white;
}

.main-menu {
  list-style-type: none !important;
  padding-left: 20px !important;
}

.sub-menu{
  list-style-type: none !important;
  font-size: 12px;
}

#menu-hauptmenue > li {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  color: white;
}

#sidemenu .sub-menu li{
  border-top: 1px solid #EEEEEE;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  color: white;
  list-style-type: none !important;
}

#sidemenu .current-menu-item, #sidemenu .current-menu-ancestor{
  /* list-style-type: square !important; */
  /* margin-left: 20px; */
  padding-left: 10px;
}

#sidemenu .current-menu-item > a:before, #sidemenu .current-menu-ancestor > a:before{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  margin-bottom: 1px;
  color: white;
  background-color: white;
  }

/**
 *
 *menu
 *
**/
#menu{
  list-style-type:none;
  margin:0px;
  padding:10px;
  padding-right:0px;
}
#menu li{
  border-bottom:1px solid #EEEEEE;
  padding-top:3px;
  padding-bottom:3px;
}
#menu li.active{
  border-bottom:1px solid #FFFFFF;
}
#menu-hauptmenue-1 li a{
  color: white;
}
#menu li a img{
  display:none;
}
#menu li a:hover{
  color:#FFFFFF;
  text-decoration:none;
}
#menu li.active a{
  color:#FFFFFF;
}
#menu li.active a img{
  display:inline;
  margin-right:3px;
  margin-left:15px;
  height:8px;
}
#menu li.deep{
  margin-left:15px;
  font-size:11px;
}

/**
 *
 *footer
 *
**/
#footer{
  border-top:5px solid #fff;
  padding: 10px;
  font-size:14px;
  background-color:#84C225;
  color:#EEEEEE;

  text-align:center;
}
#footer a{
  color:#EEEEEE;
}

#absolutefooter{
  width:98%;
  max-width: 1280px;
  margin:0px auto;
}
#absolutefooter:after{
  content: '';
  display: table;
  clear: both;
}
#footerlogo{
  width: 300px;
  max-width: 100%;
  margin:10px 0px 0px 200px;
  float: left;
}
#footerlogo img{
  display: inline;
  margin-bottom: 10px;
  width: 100px;
}
#footermiddle{
  text-align: center;
  width: 500px;
  float: left;
  padding-top: 10px;
}
#footermiddle img{
  width: 235px;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#right{
  float:right;
  text-align:right;
  font-size:10px;
}
#falkelink{
}
#fb_link{
  margin-top:20px;
}
#fb_link a img{
  height:16px;
}

.fb-post-container{
  width: 33.33%;
  float: left;
  border: 5px solid #eee;
  background-color: #fff;
  overflow: hidden;
}
#fb-feed:after{
  content: '';
  clear: both;
  display: table;
}
.fb_iframe_widget_fluid span {
    width: 100% !important;
}
.fb_iframe_widget iframe {
    width: 100% !important;
}

/**
 *
 *2018: Responsive Ergänzung
 *
**/
*{
  box-sizing:border-box;
}
img:not(.spacer){
  max-width: 100%;
  height: auto !important;
}
@media all and (min-width: 1024px){
  body{
    /* background-image: url('../assets/Logo_Stockinger_BM_sw_rgb.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain; */
  }
  .mobileNav,
  .mobileNavToggle{
    display: none !important;
  }
}
@media all and (min-width: 1650px){
  body{
    background-size: auto;
  }
}
#fixedNav,
.mobileNav,
.mobileNavToggle{
  display: none;
}
@media all and (max-width: 1023px){
  body{
    margin: 10px;
  }
  #navigation{
    display: none;
  }
  #wrap{
    width: auto;
    margin: 30px auto;
    float: none;
  }
  #main,
  #absolutefooter{
    width: 100%;
    margin-left: 0;
  }
  #absolutefooter{
    padding-bottom: 35px;
  }
  #absolutefooter:after{
    content: '';
    display: table;
    clear: both;
  }

  #footerlogo{
    margin-left: 0;
    width: 25%;
  }

  #footerlogo img{
    margin: 0;
    float: left;
    width: 50%;
  }

  #footermiddle{
    width: 65%;
  }

  #right{
    width: 10%;
  }

  #header{
    position: relative;
  }
  .mobileNavToggle,
  .scrollToTop{
    display: block;
    position: absolute;
    left: 20px;
    bottom: 10px;

    text-decoration: none;
    font-size: 3em;
    color: #84C225;
  }
  #header .mobileNav.active ul{
    text-align: left;
    /* padding-bottom: 50px; */
  }
  #header #menu-hauptmenue-1{
    padding-bottom: 70px;
  }
  #header #menu-hauptmenue-1 li {
    margin: 0 !important;
  }
  #header .mobileNav.active li{
    border-bottom: none;
  }
  #header .mobileNav.active li.deep{
    margin-left: 25px;
  }
  #header .mobileNav.active li a img{
    display: none;
  }
  #header .mobileNav.active li a{
    display: block;
    padding: 3px;
    color: #4D4948;
  }
  #header .mobileNav.active li a:before{
    content: '_';
    color: #fff;
    font-size: 1.1em;
    background-image: url('../assets/kastl.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: .5em;
    margin-right: .5em;
  }
  #header .mobileNav.active li.active a{
    color: #84C225;
  }

  #fixedNav{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 1px 3px #4D4948;
    text-align: right;
  }
  #fixedNav #logo{
    margin: 10px;
    width: 180px;
  }
  #logobereich{
    display: none;
  }
  #content{
    padding: 60px 15px 15px 15px;
  }




}

@media all and (min-width: 1023px) and (max-width: 1123px){
  #footerlogo{
    width: 210px;
  }
}


@media all and (max-width: 749px){
  .fb-post-container{
    width: 50%;
  }
  .fb-post-container:nth-of-type(3){
    width: 100%;
  }

  .referenzen_img_container{
    min-height: 120px !important;
    width: 35% !important;
  }
}
@media all and (max-width: 629px){
  #logo{
    margin-top: -3%;
    margin-bottom: 3%;
    margin-right: 5px;
    width: 75%;
  }

  #footerlogo img{
    float: none;
    width: 60%;
  }

  #footermiddle{
    margin-top: 20px;
  }

  .page-id-64 .e-gallery-container{
    width: 250px;
  }

}
.fotoSidebar.mobile{
  display: none;
}
@media all and (max-width: 549px){
  table,
  thead,
  tbody,
  tr,
  td{
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .fotoSidebar{
    display: none;
  }
  .fotoSidebar.mobile{
    display: block;
    float: none;
  }

  #checkboxes div.leftcol{
    float: none;
    width: auto;
  }
  div.referenzen_title{
    margin-left: 0;
    padding-left: 0;
    color: #84C225;
    clear: both;
    background-color: transparent;
    border-width: 0;
  }
  a.referenzen_preview p{
    margin-left: 0;
    margin-bottom: 25px;
  }
  .fb-post-container{
    width: 100%;
  }
}
@media all and (max-width: 400px){
  .mobileNavToggle{
    font-size: 2em;
  }
}


/* Unternehmen-Seite */

.falke-guene-aufzaelung ul{
  list-style-type: square;
  color: #84C225;
}

.falke-guene-aufzaelung ul p{
  color: #4D4948;
}


/* Referenzen */

.referenzen_img_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 140px;
  width: 25%;
}

.referenzen_preview {
  display: flex;
  text-decoration: none !important;
  border: 2px solid var( --e-global-color-primary );
  margin-bottom: 20px;
}

.referenzen-content{
  width: 75%;
  padding: 10px 20px;
}

.referenzen-content h2{
  font-size: 16px;
  font-weight: bold;
}

.referenzen-content p{
  font-size: 13px;
}

.referenzen-date{
  margin: 0px;
  text-align: right;
}

.referenzen-read-more{
  color: var( --e-global-color-primary );
  font-weight: bold;
}

.nav-links{
  text-align: center;
}


.nav-links .page-numbers{
  padding: 5px 10px;
  background-color: #84C225;
  font-size: 16px;
  text-decoration: none !important;
}

.nav-links .page-numbers.next, .nav-links .page-numbers.prev{
  background-color: transparent;
}

.nav-links .page-numbers.current{
  border: 2px solid #4D4948;
}


.elementor-social-icons-wrapper .elementor-grid-item{
  margin-bottom: 10px !important;
}


.search-results .entry-readmore a{
	color: #84C225 !important;
}
