/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*--------------------------------------------------------------
## Custom Font
--------------------------------------------------------------
@font-face {
    font-family: 'marvinround';
    src: url('fonts/marvin-round-webfont.woff2') format('woff2'),
         url('fonts/marvin-round-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4 { font-family: 'marvinround', Arial, sans-serif; } */

h2.entry-title a {font-size: 24px !important;}

a, a:hover {
  text-decoration:none !important;
}

a.vc_gitem-link {
  color:#262e45 !important;
}

/* Formular  */
.frm_left {float: left;width: 49%;margin-bottom: 10px !important;}
.frm_right {float: right;width: 49%;margin-bottom: 10px !important;}
.frm_13 {float:left; width:32.33%;}
.frm_23 {float:right; width:65.66%;}
.frm_full{float:left; width: 100%; clear:left;}

@media (max-width:1350px){
  .frm_left {float:left; width:100%;}
  .frm_right {float:left; width:100%;}

}

input.wpcf7-submit {
    background-color: #01aeff;
    color:#ffffff;
    border: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/
.main-navigation ul ul {
    min-width: 250px !important;
  /*box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3) !important;*/
  box-shadow: 0 6px 18px rgba(0,0,0,0.1) !important;
}

/* widget-title */
h2.wp-block-heading {
    font-size: 28px !important;
}

/* widget-nav */
.widget_nav_menu li {
border-bottom:1px solid #153d64;
padding:5px;
}

.widget_nav_menu li a {
/*color: #ffffff !important;*/
width:100% !important;
display:block;
padding-top:5px;
font-size:15px;
text-decoration:none !important;
}

.widget_nav_menu li.current-menu-item a {
color: #153d64 !important;
}

/* tribe-Styles */
.tribe-events .tribe-events-l-container {
    padding-top: 0px !important;
}

a.tribe-events-widget-events-list__view-more-link {
    padding: 5px !important;
    padding-left:10px !important;
    padding-right:10px !important;
    background:#03B4FF !important;
    color:#ffffff !important;
    border-radius:5px;
}

.tribe-events-widget .tribe-events-widget-events-list__view-more {
    margin-top: 30px !important;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    /*display: none !important;*/
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    padding: 10px !important;
}

/* featured-image caption */
.featured-image .wp-caption-text {
    padding: 10px;
    max-width: 770px;
    margin: auto;
    line-height: 1.4em;
    font-size:14px;
}

/*  Template Themenblock (4) */
h3.aio-icon-title {
    text-align: center !important;
}

/* CTAs */
.quickaccess {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 1000;
  border-radius: 5px;
  /*border-top-right-radius: 0;
  border-bottom-right-radius: 0;*/
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  width: 50px;
}
.quickaccess ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 100%;
}
.quickaccess ul li {
  padding: 0;
  margin: 0;
}
.quickaccess ul li a {
  display: block;
  background: 0;
  color: #262e45;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}
.quickaccess ul li a img {
  height: 20px;
  width: 20px;
  clear: both;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 5px;
}
.quickaccess ul li a span {
  display: block;
  font-size: 8px;
  text-align: center;
  font-weight: bold;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.2em;
  display: none !important;
}
.quickaccess ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  display: block;
}
.quickaccess ul li:last-of-type:after {
  display: none;
}

@media (max-width: 1100px) {
  .quickaccess {
    width: 100%;
    left: 0px;
    bottom: 0px;
    -webkit-transform: none;
            transform: none;
    top: auto;
    border-radius: 3px;
  }
  .quickaccess ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .quickaccess ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    position: relative;
  }
  .quickaccess ul li a {
    padding: 10px 20px;
  }
  .quickaccess ul li a img {
    height: 20px;
    width: 40px;
    margin-bottom: 2px;
  }
  .quickaccess ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
  }
  .generate-back-to-top {
      bottom: 60px !important;
  }
.site-description {
display:none !important;
  }
  .copyright-bar {
      margin-bottom: 35px !important;
  }
  }
  
  /* Mega-Menu */
  @media (min-width: 769px) {
      nav .main-nav .mega-menu {
          position: static;
      }
  
      nav .main-nav .mega-menu > ul {
          position: absolute;
          width: 100%;
          left: 0 !important;
          display: flex;
          flex-wrap: wrap;
      }
  
      nav .main-nav .mega-menu > ul > li > a, nav .main-nav .mega-menu > ul > li > a:hover {
          font-weight: bold;
          color:#272f44 !important;
          cursor:default;
          text-transform: uppercase;
      }
  
      nav .main-nav .mega-menu>ul>li {
          display: inline-block;
          width: 25%;
          vertical-align: top;
      }
  
      nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
          width: 50%;
      }
  
      nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
          width: 33.3333%;
      }
  
      nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
          width: 20%;
      }
  
      nav .main-nav .mega-menu > ul > li:hover > a,
      nav .main-nav .mega-menu > ul > li:focus > a,
      nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
      nav .main-nav .mega-menu ul ul {
          background-color: transparent !important;
          box-shadow: 0 0px 0px rgba(0,0,0,0.0) !important;
          color: inherit;
      }
  
      nav .main-nav .mega-menu ul .sub-menu {
          position: static;
          display: block;
          opacity: 1;
          visibility: visible;
          width: 100%;
          box-shadow: 0 0 0;
          left: 0;
          height: auto;
          pointer-events: auto;
          transform: scale(1);
      }
  
      nav .main-nav .mega-menu ul.toggled-on .sub-menu {
          pointer-events: auto;
      }
  
      nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
          display: none;
      }
  }

/* Team-Ansichten (einzeln) */
.wpmf-gallerys .wpmf-gallery-caption .title {
    color: #272E44 !important;
    font-family: marvinround;
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 2px;
}

.wpmf-gallerys .wpmf-gallery-caption .excerpt {
    font-size: 16px !important;
    color: #272E44 !important;
    font-family: arial;
    letter-spacing: 0px;
}

.table-striped table, table.table-striped {
width:100%;
border:none !important;
table-layout:auto;
vertical-align:top;
padding:2px;
font-size:14px;
}

.table-striped table thead th {
color:#ffffff;
background:#262e45 !important;
border:none !important;
text-align:left;
table-layout:auto;
vertical-align:middle;
font-weight:normal !important;
}

.table-striped table tbody tr:nth-child(odd){background:#eee;border:none !important;}
.table-striped table tbody tr:nth-child(even){background:#fff;}
.table-striped table tbody tr:hover td { background: #585858;color:#dbd7d1 !important; cursor:default; }
.scroll {overflow-x:auto !important;}

