/*
 Theme Name:   AIROTIX BOARDS
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  AIROTIX BOARDS Child Theme
 Author:       AIROTIX BOARDS
 Author URI:   http://www.airotix.de
 Template:     vantage
 Version:      1.4.2
 License:      GNU General Public License 2.0
 License URI:  
*/

@import url("../vantage/style.css");

/* Ab hier Theme code */


/* =Reset
-------------------------------------------------------------- */
/*----------------------------------------------------------------------Position-HeaderHeadline*/

#masthead .hgroup #header-sidebar aside.widget {
  margin-bottom: -60px;
 }

#masthead .hgroup #header-sidebar aside.widget:last-child {
	margin-right: 15px
}

/*------------------------------------------------------------------Strich-Headline*/

.widget_headline-widget .decoration {
	border-top: 1px solid #000;
  	position: relative;
  	height: 1px;
  	margin: 20px 60px 20px 60px;
}



/* --------------------------------------------------------------------Navi-Background */

.main-navigation {
	background: #fcfcfc;
	position: relative;
	left: -45%;
	float: right;
	opacity: 0.7;	
}



.main-navigation ul li:hover > a {
	background: none;
}


/* --------------------------------------------------------------------------Main-Navi */

#menu-can li:hover > a {
	background: none !important;
}



/* ---------------------------------------Icons-Navi------------------------------------------------------- */
/*--------------------------------------------------------------------------------HOME-ICON*/
#menu-item-959 {
	background: url("/wp-content/uploads/icon-Home.png") no-repeat center center ;
	height:100%;
	padding: 20px 5px 5px 5px;
}

#menu-item-959:hover {
	background: url("/wp-content/uploads/icon-Home-Hover.png") no-repeat center center ;
}

#menu-item-959.current-menu-item {
	background: url("/wp-content/uploads/icon-Home-Current.png") no-repeat center center ;
}

/*----------------------------------------------------------------------------------------BOARDS-ICON*/

#menu-item-1035 {
	background: url("/wp-content/uploads/icon-Boards.png") no-repeat center center ;
	height:100%;
	padding: 20px 5px 5px 5px;
}

#menu-item-1035:hover {
	background: url("/wp-content/uploads/icon-Boards-Hover.png") no-repeat center center ;
}

#menu-item-1035.current-menu-item {
	background: url("/wp-content/uploads/icon-Boards-Current.png") no-repeat center center ;
}

/*----------------------------------------------------------------------------------------------ÜBER-ICON*/

#menu-item-1147 {
	background: url("/wp-content/uploads/icon-Über.png") no-repeat center center ;
	height:100%;
	padding: 20px 5px 5px 5px;
}

#menu-item-1147:hover {
	background: url("/wp-content/uploads/icon-Über-Hover.png") no-repeat center center ;
}

#menu-item-1147.current-menu-item {
	background: url("/wp-content/uploads/icon-Über-Current.png") no-repeat center center ;
}
/*---------------------------------------------------------------------------------------------KONTAKT-ICON*/

#menu-item-956 {
	background: url("/wp-content/uploads/icon-Kontakt.png") no-repeat center center ;
	height:100%;
	padding: 20px 5px 5px 5px;
}

#menu-item-956:hover {
	background: url("/wp-content/uploads/icon-Kontakt-Hover.png") no-repeat center center ;
}

#menu-item-956.current-menu-item {
	background: url("/wp-content/uploads/icon-Kontakt-Current.png") no-repeat center center ;
}

.main-navigation ul li {
    background: #999 none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-size: 16px;
    position: relative;
}
#menu-item-1166 {
    margin-left: 130px;
    margin-top: 10px;
    position: absolute;
}

#menu-item-1166 a{
  color:#000;
}

