/*
 Theme Name:   Sommer Kranverleih
 Theme URI:    https://attentus.com/
 Description:  Child Theme  
 Author:       Janic
 Author URI:   https://attentus.com/
 Template:     Divi
 Version:      1.0.0
 License:  GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html   
*/


/* catamaran-regular - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../divi-child/fonts/catamaran-v17-latin/catamaran-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../divi-child/fonts/catamaran-v17-latin/catamaran-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* catamaran-700 - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../divi-child/fonts/catamaran-v17-latin/catamaran-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../divi-child/fonts/catamaran-v17-latin/catamaran-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* catamaran-800 - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../divi-child/fonts/catamaran-v17-latin/catamaran-v17-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../divi-child/fonts/catamaran-v17-latin/catamaran-v17-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* +++++++ WORDPRESS UI +++++ */

/* DIVI toolbar sticky at scroll */
.mce-top-part {
    position: sticky !important;
    top: -60px;
}


/* +++++++ INHALT DER SEITE +++++ */

/* Mobil */
@media screen and (max-width: 981px) {
    .mobile_nav.opened .mobile_menu_bar:before {
        content:"\4d";
    }
    .container.clearfix.et_menu_container {
        width: 90%;
        max-width: 90%;
    }    
    .et_mobile_menu {
        border-top: 0px solid white;
    }
    #mobile_menu {
        background-color:  #f3f1ee !important;
    }
    .et_pb_text_inner p, .et_pb_text_inner span, .et_pb_text_inner b, .et_pb_text_inner strong, .et_pb_text_inner td, .et_pb_text_inner a {
        font-size: 16px;
    }
}

/* Allgemein */
body, #main-content {
    overflow-x:  hidden;
}
#main-header.et-fixed-header {
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}
#top-menu li a {
    font-weight: normal;
}