/*
Theme Name: ADFAQ-2016 (HighendWP)
Template: HighendWP
Author: Matthias Rudolph / HB-Themes
Author URI: http://www.endoftranslation.com
Description: Active Directory FAQ Blog Theme 2016
Tags: Responsive,Page-Builder,Drag&Drop,Clean,Modern,Corporate,Multi-Purpose,Multi-Color
Version: 1.0.1
Updated: 2016-02-05 16:42:35
Text Domain:  hbthemes
*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/*Font Face*/
@font-face{font-family:'gadget';src:url('css/fonts/gadget.woff') format('woff'),
url('css/fonts/gadget.ttf') format('truetype');font-weight:normal;font-style:normal}


/*NAV - Font Gadget*/
/*#main-nav li a.no-transition{font-family:'gadget';}*/ 
#main-nav li a{font-size:16px;}

/*Fonts - Schriftanpassungen*/
body{font-family:'source_sans_proregular','Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;font-size:16px;color:#222;font-weight:400;line-height:26px;letter-spacing:normal;background:#292929}
h1,h2,h3,h4,h5,h6{font-weight:400;margin-bottom:15px;color:#323436;line-height:1.5;font-family:'source_sans_proregular';font-weight:400;margin-top:0;margin-left:0;margin-right:0}
h1{font-size:30px}
h2{font-size:26px; margin-top:10px; padding-top: 30px}
h3{font-size:22px; margin-top:10px}
h3.hb-heading{font-size:24px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:16px}
p {margin-bottom: 26px} 

/* Single Blog  - Schriftanpassungen*/
article.single h1.title{text-transform:none;font-size:30px;line-height:1.3em;margin-bottom:5px;color:#323436;letter-spacing:0}

/*Erstelldatum*/
.erstelldatum {font-style:italic;font-size:12px;text-align:right;}

/*----------------------------------
 
	Banner für eingeschobene Inhalte

------------------------------------*/


/*--Banner-blau--*/
.banner-blue {
	border: none; 
	color: #ffffff; 
	background-color: #003a93 ; 
	padding-left: 5000px; 
	width: 770x296px; 
	margin-left: -5000px; 
	margin-right: 0px;
}

.banner-blue h3 {
	color: #fff;
	font-weight:800;
	margin:0;
	padding:0 0 20px 0 !important
}

.banner-blue-content {
	display:flex;
	padding: 30px 30px 30px 10px; 
	width: 730x236; 
	margin-bottom: 40px; 
	margin-right: 0px;
	align-items:center; 
}


/*--Banner-grau--*/
.banner-grey {
	border: none; 
	color: inherit; 
	background-color: #ffffff; 
	padding-left: 5000px; 
	width: 770x296px; 
	margin-left: -5000px; 
	margin-right: 0px;
}

.banner-grey h3 {
	color: #000;
	font-weight:800;
	margin:0;
	padding:0 0 20px 0 !important
}

.banner-grey-content {
	display:flex;
	padding: 30px 30px 30px 10px; 
	width: 730x236; 
	margin-bottom: 40px; 
	margin-right: 0px;
	align-items:center; 
}

/*---Banner-Anpassung------*/
* {
  box-sizing: border-box;
}

.banner-column {
  float: left;
  padding: 10px;
}

.banner-left {
  width: 32%;
	margin-left: 20px
}

.banner-right {
  width: 64%;
	margin-left: 10px
	
}
/* Clear floats after the columns */
.banner-row:after {
  content: "";
  display: table;
  clear: both;
}





/*-----------------------------------
   Listen-Anpassung / Bulletpoints
   
   http://hb-themes.com/forum/all/topic/bulleted-lists-problem/
-------------------------------------*/

 

/*display bulleted list and numer list in my website*/
.entry-content> ul {
margin: 0 0 26px 20px;
line-height: 30px;
}

.entry-content ul > li {
padding-left: 5px;
}

.entry-content> ol {
margin: 0 0 26px 20px;
line-height: 30px;
}

.entry-content ol > li {
padding-left: 5px;
}

/*------------------
   Button - Beratung
-------------------*/

 

/* Oranger Beratungs-Button*/

 

.ButtonBeratung {
  background: #ffaa00;
  background-image: -webkit-linear-gradient(top, #ffaa00, #ff9900);
  background-image: -moz-linear-gradient(top, #ffaa00, #ff9900);
  background-image: -ms-linear-gradient(top, #ffaa00, #ff9900);
  background-image: -o-linear-gradient(top, #ffaa00, #ff9900);
  background-image: linear-gradient(to bottom, #ffaa00, #ff9900);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  font-size: 1.1em;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}

 

.ButtonBeratung:hover {
  background: #003a93;
  text-decoration: none;
}

 

.ButtonBeratung:active {
  position: relative;
  top: 1px;
}

 

/* Blauer Beratungs-Button*/

 

.ButtonBeratung2 {
  background: #003a93;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  font-size: 1.1em;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}


#pre-footer-area .hb-button {
  background: #ffaa00;
  background-image: -webkit-linear-gradient(top, #ffaa00, #ff9900);
  background-image: -moz-linear-gradient(top, #ffaa00, #ff9900);
  background-image: -ms-linear-gradient(top, #ffaa00, #ff9900);
  background-image: -o-linear-gradient(top, #ffaa00, #ff9900);
  background-image: linear-gradient(to bottom, #ffaa00, #ff9900);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  font-size: 1.1em;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
	font-size: 22px;
	font-family: Lato;
	box-shadow: none;
	text-transform: none;
	letter-spacing: 0;
}

#pre-footer-area .hb-button:hover {
  background: #003a93;
  text-decoration: none;
}



/*----------------------------------
 	Caldera-Button (Formular)
----------------------------------*/


.caldera-grid .btn {
  background: #ffaa00;
  background-image: -webkit-linear-gradient(top, #ffaa00, #ff9900);
  background-image: -moz-linear-gradient(top, #ffaa00, #ff9900);
  background-image: -ms-linear-gradient(top, #ffaa00, #ff9900);
  background-image: -o-linear-gradient(top, #ffaa00, #ff9900);
  background-image: linear-gradient(to bottom, #ffaa00, #ff9900);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 0;
  color: #fff;
	box-shadow: none;
	margin-top: 28px;
}

.caldera-grid .btn:hover {
  background: #003a93;
  text-decoration: none;
  box-shadow: none;
}




/*----------------------------
 * Bilder IMG
 * --------------------------*/

#main-content .imgshadow {
	-webkit-box-shadow: 7px 5px 5px 0 rgba(168, 168, 168, 0.5);
	-moz-box-shadow: 7px 5px 5px 0 rgba(168, 168, 168, 0.5);
	box-shadow: 7px 5px 5px 0 rgba(168, 168, 168, 0.5); }

 #main-content .imgshadow-white {
	box-shadow: 0px 0px 20px 15px white;}


/*----------------------------
 * Text Formatting
 * --------------------------*/
 #main-content .absatz {
    margin-bottom: 1.1em; }
  #main-content .absatz2 {
    margin-bottom: 0.5em; }
  #main-content .exc-header {
       text-transform: none; }
  #main-content .whitetext {
    color: white; }

/*----------------------------------
 
	Banner für eingeschobene Inhalte

------------------------------------*/


/*--Banner-blau--*/
.banner-blue {
	border: none; 
	color: #ffffff; 
	background-color: #003a93 ; 
	padding-left: 5000px; 
	width: 770x296px; 
	margin-left: -5000px; 
	margin-right: 0px;
}

.banner-blue h3 {
	color: #fff;
	font-weight:800;
	margin:0;
	padding:0 0 20px 0 !important
}

.banner-blue-content {
	display:flex;
	padding: 30px 30px 30px 10px; 
	width: 730x236; 
	margin-bottom: 40px; 
	margin-right: 0px;
	align-items:center; 
}

/*---Banner-Anpassung------*/
* {
  box-sizing: border-box;
}

.banner-column {
  float: left;
  padding: 10px;
}

.banner-left {
  width: 32%;
	margin-left: 20px
}

.banner-right {
  width: 64%;
	margin-left: 10px
	
}

/*------------------
   Sidebar-Anpassung
-------------------*/


/*Überschriften Sidebar*/
h4, .widget-item h4, .content-box h4, .feature-box h4.bold {
    color: #FfaA00;
}

/* Social Icons rechts*/
#hb_soc_net_widget-2 > ul {
	padding-left: 15px;
}

.hb_socials-widget {
	margin: 0 auto;
}



/*------------------
   Kommentare-Anpassung
-------------------*/

/*Anzeige Problem bei Google Captcha*/
#commentform .gglcptch {
    margin: 0 0 10px;
    padding-top: 15px;
    clear: both;
}







/*BlueTable*/

.blue-table {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.blue-table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.blue-table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.blue-table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.blue-table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.blue-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.blue-table tr:hover td{
	
}
.blue-table tr:nth-child(odd){ background-color:#d7e4f7; }
.blue-table tr:nth-child(even){ background-color:#ffffff; }
.blue-table td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.blue-table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.blue-table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.blue-table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.blue-table tr:first-child td{
		background:-o-linear-gradient(bottom, #0047b2 5%, #0047b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0047b2), color-stop(1, #0047b2) );
	background:-moz-linear-gradient( center top, #0047b2 5%, #0047b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0047b2", endColorstr="#0047b2");	background: -o-linear-gradient(top,#0047b2,0047b2);

	background-color:#0047b2;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.blue-table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0047b2 5%, #0047b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0047b2), color-stop(1, #0047b2) );
	background:-moz-linear-gradient( center top, #0047b2 5%, #0047b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0047b2", endColorstr="#0047b2");	background: -o-linear-gradient(top,#0047b2,0047b2);

	background-color:#0047b2;
}
.blue-table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.blue-table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



