

/* Body */
strong {
    font-weight: 500;
}

/* Toggle Menue */

.toggle-bar-btn {
    top: 40px;
    right: 5%;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
	background: white;
	height: 50px;
width: 50px;
} 

#toggle-bar-wrap.toggle-bar-overlay {
	min-height: 100%;
}
.toggle-bar-btn span.ticon {
	    color: #54564e;
  font-size: 25px;
  font-weight: normal;
}

.overlay-menue a{
	color: #f6a11a;
}

.mobile-menue a {
	font-size: 28px;
    line-height: 1.5;
    text-decoration: none;
}


/* Menue */

.mobile-toggle-nav a:hover {
	color: #f6a11a;
}

.header-layer {
  font-size: 60px;
  
  }

/* Kompetenzen */

#kompetenzen-balken p {
	margin: 5px 0;
}

#kompetenzen-balken {
	margin-top: -120px;

}
#unsere-kompetenzen {
	margin-top: -80px;

}

/* Über Uns */

.column {
  float: left;
  width: 50%;
  padding-bottom: 15px;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Portfolio */

.portfolio-entry-title {
	
    font-size: 18px !important;
    font-weight: 400 !important;
}


.overlay-slideup-title span.title {
  font-family: Raleway;
  font-weight: 600;
	padding: 0 10px 0 10px;
  letter-spacing: 0.2rem;

  position: absolute;
  text-transform: uppercase;
  line-height:1.2;

} 

.tablepress td, .tablepress th {
	padding: 8px 8px 8px 0;

}

.portfolio-entry-details {
	background: #ffffff;
}

.overlay-slideup-title.black, .magnifying-hover {
	background: rgba(246,161,26,0.3);
}

.overlay-parent:hover .overlay-slideup-title, .overlay-parent.wpex-touched .overlay-slideup-title {
	opacity: 1;

}
.overlay-title-center {
	background: rgba(246,161,26,0.3);
}

.overlay-title-center {
	font-family: Raleway;
  font-weight: 500;
	padding: 0 50px 0 50px;
  letter-spacing: 0.2rem;
  font-size: 20px;
}



/* Text */

hr {
	margin: 0 0 5px 0;
}



#shadow {
 text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
}

.full-screen-overlay-nav-ul li a {
	color: #54564e;
}

.full-screen-overlay-nav-ul li a:hover {
	color: #f6a11a;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

/* Home */

#kompetenzen-home {
	margin-top: -20%;
	z-index: 888;
}
  
 .overlay-slideup-title span.title {
  font-family: Raleway;
  font-weight: 600;
	padding: 0 30px 0 30px;
  letter-spacing: 0.2rem;
  font-size: 22px;
  position: absolute;
  text-transform: uppercase;
  line-height:1.2;
  

} 
  
}



/* Mobile */


@media only screen and (max-width: 768px) {
  
  
/* Kompetenzen */

#kompetenzen-balken p {
	margin: 5px 0;
  
}
  
#kompetenzen-balken h2 {
    font-size: 24px;
}
  
#kompetenzen-balken h4 {
    font-size: 18px;
}

#kompetenzen-balken {
	margin-top: 20px;

}
#unsere-kompetenzen {
	margin-top: 0px;

}
  
  #kompetenzen-liste p {
	font-size: 20px;

}
 
/* Menue */

.mobile-kontakt {
  
    font-size: 16px;
  
  }
  
 .header-layer {
  font-size: 30px;
  
  } 
 

}

@media (min-width: 739px) {

.overlay-slideup-title span.title {

 top: 20%;
  font-size: 14px;
  line-height: 22px !important;
  

}
  
  
}

@media (min-width: 601px) {
   
  .mobile-projekte {
  font-size: 12px;
  }
  
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  
  .overlay-slideup-title span.title {
    
 top: 20%;
  font-size: 16px;
  line-height: 22px !important;
  

}
 
 
}



