/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-page {
overflow:hidden;
}

label {
    display: none !important;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

/*.fl-page-header.fl-page-header-primary.fl-page-nav-right.fl-page-nav-toggle-button {
    display: none;
}

.fl-page-bar-text.fl-page-bar-text-1 img {
    max-width: 60px !important;
}*/

.fl-page-header-primary .fl-logo-img {
    max-width: 425px;
}

#menu-hauptmenue-1 {
    width: 100% !important;
}


.fl-full-width .container {
    width: 100%;
padding:0;
}

@media all and (min-width:992px){
.fl-page-bar {
    display: none;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-52 {
float: right;
}
}
@media all and (max-width:992px){
.fl-page-nav-col .col-md-8 .col-sm-12{
display:none;
}
.fl-logo-img {
    max-width: 90% !important;
}
.fl-node-58192fc71dfae.fl-module-icon {
    margin-left: -45px;
}
.fl-page-nav-wrap {
    display: none;
}
#title-alba h1{
font-size:1.2em;
text-align: center;
margin: 0;
}
#title-alba .fl-module-content {
    margin: 0 20px;
}
}

.fl-icon-text a {
color:#fff;
}
@media all and (min-width:981px){
#callbook{
display:none;
}
}

.menu-item-52 a{
font-size:1.8em !important;
}

.fl-page {
    overflow: hidden;
}