/*
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... */

.header-subtitel {
  text-align: center;
  font-size: 20px;
}
.fl-node-59bbd528d5580 .fl-col {
  box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.15) !important;
  padding: 25px;
  margin: 15px;
  max-width: 100%;
  width: auto;
}

.fl-node-59c26fba0b1f9 .fl-col-content {
  height: 20px;
}

.fl-builder-content .fl-node-59bbe0642526e a {
  line-height: 22px;
  font-size: 16px;
}

.fl-node-59c12e7713c23 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  max-width: 100%;
}

.fl-node-59c3a2926f221 .my-post-content {
  display: table-row;
}
.fl-node-59c3a2926f221 .fl-post-title {
  margin-top: 10px;
}

.home-icon img {
  height: 44px;
  width: auto;
}

/* Team */

.mitarbeiter {
  width: 100%;
  height: auto;
  float: left;
  margin: 1.5%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  min-height: 330px;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 480px) {
.mitarbeiter {
	width: 45%;
}
}
@media only screen and (min-width: 768px) {
.mitarbeiter {
	width: 30%;
}
}
@media only screen and (min-width: 1090px) {
.mitarbeiter {
	width: 22%;
}

}

.mitarbeiter h3 {
  font-size: 20px;
}
.mitarbeiter p,
.mitarbeiter a {
	font-size: 14px;
}
.mitarbeiter p {
    margin-bottom: 15px;
    /*height: 40px;*/
    line-height: 1.3;
}

/* Partner */
.partner-container .uabb-infobox-text {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-direction: row;
}
.partner {
    position: relative;
    border: dotted 1px #bebebe;
    width: calc((100% / 4) - 20px);
    height: 150px;
    margin: 10px;
    text-align: center;
}
.partner-logo {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.partner img {
    max-width: 80%;
    max-height: 80%;
    margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .partner img {
		max-width: 30vmin;
	}
.partner img[src$=".svg"] {
    max-width: 50%;
  }
}

@media screen and (max-width: 920px) {
.partner {
	width: calc((100% / 2) - 20px);
}
}

@media screen and (max-width: 480px) {
.partner {
	width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
}

@media (min-width: 992px){
.col-md-4.fl-page-header-logo-col {
  width: 20%;
}
.col-md-8.fl-page-nav-col {
  width: 80%;
}
.fl-node-59bbd528d5580 .fl-col {
  width: 30% !important;
  margin: 1.5%;
}
#menu-main-nav-1 .menu-item-131 {
  border: 1px solid #e95a0c !important;
  border-radius: 100px !important;
  width: 100px;
  margin-left: 0;
  text-align: center;
}
#menu-main-nav-1 .menu-item-131 a {
  color: #e95a0c !important;
}
}


@media (min-width:1150px){
#menu-main-nav-1 .menu-item-131 {
  margin-left: 10px;
	width: 150px;
}
}

@media (min-width:1280px){
#menu-main-nav-1 .menu-item-131 {
  width: 200px;
  margin-left: 100px;
}
}


#menu-main-nav-1 a:hover,
#menu-main-nav-1 .current-menu-item > a,
#menu-main-nav-1 .current-menu-parent > a {
  color: #e95a0c !important;
}

.fl-builder-content-154 .uabb-cta-button a {
  border: 1px solid #e95a0c !important;
}
.fl-node-59c3862ea0742 .uabb-cta-button {
  padding-top: 0;
}
.fl-node-59c3862ea0742 .uabb-cta-title {
  padding-bottom: 0;
}
.fl-node-59c4bd899f1a6 .uabb-button i:before,
.fl-node-59c3862ea0742 .uabb-button i:before {
  font-size: 20px;
  vertical-align: middle;
 /* margin-top: -10px;*/
  position: absolute;
}
.uabb-infobox-text ul {
  padding-left: 0;
}
.uabb-infobox-text li {
  list-style-type: none;
  border-bottom: 1px solid #E8ECEF;
  padding-top: 15px;
  padding-bottom: 15px;
}

.fl-post-gallery-post {
  /*height: auto !important;*/
  margin-bottom: 20px;
  overflow: visible;
}

.fl-post-gallery-post {
  width: 33% !important;
  padding: 15px !important;
}

input[type=submit],
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:visited {
  font-size: 16px;
line-height: 18px;
padding: 12px 24px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
background: #e95a0c;
border: 1px solid #dd4e00;
color: #fff;
}

.gfield label {
  color: #7fa7bd;
}

.widgettitle {
  font-family: 'Nunito Sans';
  color: #063754;
  margin-top: 17px;
  font-size: 24px;
  font-weight: 600;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  right: 6px !important;
}

.footer_links .widget_nav_menu,
.footer_links .widget_nav_menu a {
  font-family: Nunito;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.footer_links .fl-widget ul li {
  margin-bottom: 0;
}
.footer_links .widget_nav_menu ul.sub-menu {
  display: none;
}

.fl-node-59c26fa2d4705 > .fl-module-content {
  margin-top: 32px;
}
.footer_links .uabb-infobox-title {
  margin-bottom: 0 !important;
}

.page-id-31 .footer_links {
  margin-top: -1px;
}

@media (max-width: 768px){
.fl-node-59c26fa2d4748 > .fl-module-content,
.fl-node-59c26fa2d478a > .fl-module-content,
.fl-node-59c26fa2d47ce > .fl-module-content {
  /*margin-left: 20px;*/
}
.fl-node-59c26fa2d456b .fl-col-small {
  max-width: 100%;
}
}

@media (max-width: 992px){
.fl-node-59c26fa2d456b .fl-col {
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}
.fl-post-gallery-post {
  width: 50% !important;
}
}

@media (max-width: 700px){
.fl-post-gallery-post {
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
}

/* Footer  service mobile fix */
.fl-node-59f816dd1c707{
    margin-left: 0;
}
