/*
 Theme Name:   Alante-Child
 Description:  Das Child-Theme von Alante
 Author:       Simone Wolf
 Template:     alante
 Version:      1.0.0
 
*/


/*Hintergrund Überschriften*/
#intro.option1, h1.page-title, #intro-core {
	background-color: #DAE1EB;
}

#intro.option1 #intro-core {
	background-color: #DAE1EB;
	border: none;
}

.action-shadow {
	display: none;
}

/*Überschriften*/
h1, h2, h3, h4, h5, h6 #header-links.main-navigation, #header.menu li a {
	color: #27234D;
}

/*Text*/
p, li {
	color: #27234D;
	font-size: 14px;
}

span {
	color: #27234D;
}

/*links*/
a {
	color: #27234D;
}

a:hover {
	text-decoration: underline;
	color: #DAE1EB;
}

.pag li a:hover,
.pag li.current span {
	color: #FFF;
	background: #27234D;
	border-color: #27234D;
}

img {
	padding: 10px;
}

/*Buttons*/
.themebutton {
	color: #27234D;
	background-color: #DAE1EB;
}

.themebutton2,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #27234D;
	background-color: #DAE1EB;
}

a.themebutton2 {
	color: #27234D;
}


.button.style1:hover,
.button.style2:hover,
.button.style3:hover,
.button.style4:hover {
	background: #DAE1EB;
}

/*Links Kernelemente Startseite*/
.services-builder.style1 .iconmain .iconurl a {
	color: #27234D;
}

.menu-item menu-item-type-post_type menu-item-object-page a:hover {
	color: #DAE1EB;
}

.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links span.current {
	color: #fff;
	background: #DAE1EB;
	border-color: #DAE1EB;
}
/*Menü*/
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a {
	color: #DAE1EB;
}

#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li.menu-hover > a,
#header .menu > li > a:hover {
	-webkit-box-shadow: inset 0 3px 0 0 #DAE1EB;
	-moz-box-shadow: inset 0 3px 0 0 #DAE1EB;
	-ms-box-shadow: inset 0 3px 0 0 #DAE1EB;
	-o-box-shadow: inset 0 3px 0 0 #DAE1EB;
	box-shadow: inset 0 3px 0 0 #DAE1EB;
}

#header .menu > li.current_page_item > a span:first-child, 
#header .menu > li.current-menu-ancestor > a span:first-child,
#header .menu > li.menu-hover > a span:first-child,
#header .menu > li > a:hover span:first-child {
	color: #DAE1EB;
}

/*Tabellen*/
table {
	border-left:  none;
	border-right: none;
}

td {
	border: none;
}

/*Kontaktformular*/
#contact-form-senden {
	background-color: #DAE1EB;
	color: #27234D;
}


/*Footer*/
#sub-footer { 
	background-color: #FFFFFF;
}

.copyright {
	color: #CFCFCF;
}

#sub-footer-core a:hover {
	color: #CFCFCF;
	text-decoration: none;
}