/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#main, .fusion-page-title-bar {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media screen and (max-width: 550px) {
#main, .fusion-page-title-bar {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
}

.fusion-page-title-bar h3, div.textwidget {
  font-family: "Cinzel",Arial,Helvetica,sans-serif !important;
}

#main {
  position: relative;
}

/* Sticky Header */

.fusion-is-sticky .fusion-secondary-main-menu a  {
  color: #999 !important;
}
.fusion-is-sticky .fusion-secondary-main-menu a:hover  {
  color: #555 !important;
}

/* Mobile Navigation */

@media screen and (max-width: 420px) {
.fusion-header {
  padding-left: 20px;
}
.fusion-header-v5.fusion-logo-center .fusion-logo {
  text-align: left;
}
}

.fusion-mobile-menu-icons {
  position: absolute;
  top: 12px;
  right: 0;
}

@media screen and (max-width: 800px) {
.fusion-logo {
  float: none !important;
}

.fusion-logo img {
  max-width: 250px;
}
}

/* Page Titel Bar */
@media screen and (max-width: 800px) {
  .fusion-body .fusion-page-title-bar {
    min-height: auto !important;
  }
  .fusion-body .fusion-page-title-bar h1, .fusion-body .fusion-page-title-bar h3 {
    color: #555;
    text-align: center;
  }
}

.contentmainimg {
  position: relative;
  margin-top: -65px;
  margin-left: 25px;
  top: -20px;
  right: 0px;
  border: 9px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.contentimg {
  position: relative;
  border: 9px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.foto_kai_grenzer .wp-caption {
  margin-left: 19px;
}
.foto_kai_grenzer .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

@media screen and (max-width: 1100px) {
  .contentmainimg {
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
.contentmainimg {
  width: 100%;
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  margin: 0 0 20px 0;
  top: 0;
}
}

#wrapper {box-shadow: 0 0 10px #bbb;}

.fusion-columns .fusion-column {float: left; width: 20% !important;}

#text-3 .textwidget img {margin-left: 20px;}

@media screen and (max-width: 950px) {
.fusion-columns {position: relative;}
.fusion-columns .fusion-column {margin-bottom: 150px !important; text-align: center;}
.fusion-footer-widget-area .fusion-column:first-child {
  position: absolute;
  bottom: 40px;
  }
#text-3 .textwidget img {margin-left: 0px;}
}

/* Leistungen */

@media screen and (min-width: 801px) {
.accordion:nth-child(odd) {
  float: left;
  width: 48%;
}
.accordion:nth-child(even) {
  float: right;
  width: 48%;
}
.accordion .accordion-content {
  display: block !important;
}
}
.accordion .accordion-title {
  font-size: 20px;
  color: #852302;
  padding: 8px 12px;
  background: #f4f4f4;
  cursor: pointer;
  margin: 0px;
}
.accordion .accordion-content {
  padding: 8px 12px;
}

/* Kontaktformular */

.cf_half {
  float: left;
  width: 48%;
  padding: 0 25px;
}

.wpcf7-form input[type="submit"] {
  color: #fff !important;
}

@media screen and (max-width: 800px) {
.cf_half {
  float: none;
  width: 100%;
}
}