/*!
 * Joomla v2.5.x
 *
 * Copyright 2013 die-webdesigner.de
 *
 * Set Joomla styles
 *
 * Farben: #ffed0c
 *    
 */

/***** Global Classes ****/
.highlight {
    background: none repeat scroll 0 0 #ffed0c;
    color: #000000;
}
span.highlight {
    background: none repeat scroll 0 0 #ffed0c;
}
.bold {
    font-weight: bold;
}

.linie50_2p {
height: 2px;
background: #ffed0c; 
width: 50%;
margin-left: auto;
margin-right: auto;
margin-top: 24px;
margin-bottom: 24px;
}

a.a_underline {
    color: #ffed0c;
    text-decoration: underline #ffed0c;
}

a.a_underline:hover,
a.a_underline:active {
    color: #666;
    text-decoration: underline #666;
}

a.a_a_underline {
    color: #bbb;
    text-decoration: underline #bbb;
}

a.a_a_underline:hover,
a.a_a_underline:active {
    color: #666;
    text-decoration: underline #666;
}

/*******************************************************************************/
/* Header */

#HeaderContainer {
background: #fff url(../images/bg-header.jpg) repeat-x left top;
height: 104px;
}

#HeaderLogoLinks a,
#HeaderLogoLinks a:hover,
#HeaderLogoLinks a:active {
color: #000;
}

.logo {
margin-top: 5px;
display: block;
z-index: 10;
}

.logo-ueberschrift {
position: absolute;
top: 2px;
left: 24px;
letter-spacing: 14.0px;
}

.logo-unterschrift {
position: absolute;
bottom: 0px;
left: 24px;
letter-spacing: 1.6px;
}

.logo-ueberschrift,
.logo-unterschrift {
font-size: 20px;
font-weight: 600;
}

/*******************************************************************************/
/* Main Menu */

#MenuContainer {
height: 9px;
}

#MenuContainer .navbar {
border-bottom: 0px solid transparent;
margin-top: -26px;
margin-bottom: 0px;
min-height: 35px;
}

#MenuContainer ul#wm_beton_nav > li > a {
font-size: 18px;
color: #444;
padding: 4px 20px 4px 20px;
border-bottom: 4px solid #fff;
}

#MenuContainer ul#wm_beton_nav > .current > a,
#MenuContainer ul#wm_beton_nav > .active > a {
background: #f1f1f1;
}

#MenuContainer ul#wm_beton_nav > li > a:hover {
background: #e8e8e8;
}

#MenuContainer ul#wm_beton_nav > li.active > a:hover {
background: #f1f1f1;
}

#MenuContainer ul.dropdown-menu {
margin-top: -1px;
text-align: right;
}

#MenuContainer ul.dropdown-menu li.current > a {
border-top: none;
}

#MenuContainer ul.dropdown-menu > .active > a {
color: #333;
}

#MenuContainer .nav .open > a,
#MenuContainer .nav .open > a:hover,
#MenuContainer .nav .open > a:focus {
background-color: transparent;
}

.links ul.nav li.current > a {
border-bottom: 3px solid #ffed0c;
background: #f1f1f1;
}

.links ul.nav li > a:hover {
background: #f1f1f1;
}
/*******************************************************************************/
/* Galerie */

#SliderContainer {
background: transparent url(../images/bg-menu.jpg) repeat top left;
background: #878787 repeat top left;
height: 320px;
margin-bottom: 24px;
}

/*******************************************************************************/
/* Content */

.links, .rechts {
margin-top: 24px;
}

.links {
border-right: 1px solid #f1f1f1;
}
/*******************************************************************************/
/* Search */

h1.page-title {
border-bottom: 1px solid #eee;
margin: 40px 0 20px;
padding-bottom: 9px;
}

#searchForm {
padding-top: 20px;
}

.form-limit,
.phrases-box,
.ordering-box {
margin-bottom: 4px;
}


/*******************************************************************************/
/* Modul Login */

div#form-login-username span.add-on,
div#form-login-password span.add-on {
display: block;
width: 100%
}

div#form-login-username,
div#form-login-password, 
div#form-login-remember,
div#form-login-submit {
margin-bottom: 4px;
}

/*******************************************************************************/
/* Componete  Login */

form#member-registration .control-label,
form#user-registration .control-label,
form.form-validate .control-label {
text-align: left;
}

.alert-message {
background-repeat: repeat-x;
border-color: #F5E79E;
}

.alert-error {
background-color: #F2DEDE;
border-color: #EED3D7;
color: #B94A48;
}

/*******************************************************************************/
/* Button */

input#jform_email, input#jform_name, input#jform_username, input#jform_password1,
input#jform_password2, input#jform_email1, input#jform_email2, input#username, input#password  {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}


/*******************************************************************************/
/* Kontakt */

.contact h3 {
}

div.contact div.contact-form form#contact-form.form-validate fieldset dl dd {
padding-top: 4px;
}

p.contact-position {
font-size: 18px;
}

.contact-image {
float: right;
}

/*******************************************************************************/
/* SlideShow */


/*******************************************************************************/
/* Breadcrump */

#breadcrumbs {
background: #fff;
font-size: 11px;
margin: 24px 0;
}

#breadcrumbs a {
color: #000;
}

#breadcrumbs a:hover {
color: #666;
}

/*******************************************************************************/
/* icons */

[class^="icon-"], [class*=" icon-"] {
    background-image: url("../images/glyphicons-halflings.png");
}

/*******************************************************************************/
/* Content */
 
#ContentContainer {
background: #fff;
padding: 0 12px 12px 12px;
}

#ContentContainer #content {
min-height: 360px;
}

table.anfragen {
width: auto;
}

table.anfragen tr > td {
border-top: 1px solid #fff;
padding: 2px 8px;
}

/*******************************************************************************/
/* download */



/*******************************************************************************/
/* ContainerFooter */



/*******************************************************************************/
/* Footer */

#FooterContainer {
background: #878787;
}

#FooterContainer div.kontakt {
padding-top: 12px;
color: #ddd;
}

#FooterContainer div.kontakt a {
color: #ddd;
}

#FooterContainer div.kontakt a:hover {
color: #ffed0c;
}

#FooterContainer div#suchen {
padding-top: 4px;
text-align: right;
}

/*******************************************************************************/
/* Footer Menu */

#FooterMenu {
padding-top: 36px;
text-align: right;
}

#FooterMenu ul.nav.menu li {
background: url(../images/bg-footermenu.png) no-repeat right center;
display: inline-block;
padding: 0 16px;
}

#FooterMenu ul.nav.menu li.current a, 
#FooterMenu ul.nav.menu li.active a {
color: #ffed0c;
}

#FooterMenu a {
color: #aaa;
padding: 0px 2px;
}

#FooterMenu a:hover {
background: transparent;
text-decoration: underline;
color: #ffed0c;
}


/*******************************************************************************/
/* Wecom */

#WecomContainer {
background: #545454;
height: 88px;
}

#WecomLink {
padding-top: 40px;
color: #878787;
font-size: 11px;
}

#WecomLink a {
color: #aaa;
}

#WecomLink a:hover {
color: #cdcdcd;
}


/*******************************************************************************/
/* Copyright */

#copyright {
padding-top: 56px;
text-align: right;
font-size: 95%;
height: 64px;

}



/*******************************************************************************/
/* Impressum */

label.invalid {
    color: red;
}

.invalid {
    border-color: red !important;
}

table.impressum_table .componentheading {
font-size: 24px;
padding-bottom: 12px;
}

/*******************************************************************************/
/* Top arrow */

#back-top {
    bottom: 120px;
    position: fixed;
    right: 20px;
    z-index: 99;
}
#back-top a {
    -moz-transition: all 0.2s ease 0s;
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 51px;
}
#back-top a span {
    -moz-transition: all 0.2s ease 0s;
    background: url("../images/arrow-top.png") no-repeat scroll center center transparent;
    display: block;
    height: 51px;
    margin-bottom: 7px;
    opacity: 1;
    width: 51px;
}
#back-top a:hover {
    color: #000000;
}
#back-top a:hover span {
    opacity: 0.8;
}

/*******************************************************************************/
/* JCE Media Box */



/*******************************************************************************/
/* System Message */



/*******************************************************************************/
/* Sigplus Images */



/*******************************************************************************/
/* Images */


/*******************************************************************************/
/* Responsive Menu */

/* styles for desktop */

.tinynav_label {
margin-top: 36px;
font-size: 24px;
text-align: center;
}

select#tinynav1 {
margin-top: 12px;
margin-bottom: 12px;
}

/*******************************************************************************/
/* Chronoforms */

.gbs3 .btn-primary {
    background-image: linear-gradient(to bottom, #ffed0c 0%, #cebf00 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #c4b500 !important;
    color: #333 !important;
    text-shadow: none !important; 
}

.gbs3 .form-control:focus {
    border-color: #ffed0c !important;
    box-shadow: none !important;
}

.gbs3 .btn-primary:hover,
.gbs3 .btn-primary:focus {
  background-color: #cebf00 !important;
}

.gbs3 p.chrono_credits{
display: none;
}

.gbs3 p.chrono_credits a {
color: transparent;
}

.gbs3 a {
color: #666 !important;
}

.gbs3 a:hover, .gbs3 a:focus {
color: #333 !important;
}

/*******************************************************************************/
/* Bootstrap Override */

.form-control:focus {
    border-color: #ffed0c;
    box-shadow: none;
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

	#ContentContainer #content {
	    min-height: 40px;
	} 

}

@media (max-width: 992px) {

  #WecomContainer {
    min-height: 160px;
  } 
  
  #MenuContainer {
  height: auto;
  } 
  #MenuContainer .navbar {
  margin-top: 0;
  }
}

@media (max-width: 1199px) {

	#MenuContainer ul#wm_beton_nav > li > a {
		font-size: 16px;
}

}


