/*
 Theme Name: Divi-Mastermind-Child-Theme
 Theme URI: https://www.divimastermind.com/
 Description: Dies ist ein <b>ready-to-start</b> Child-Theme f&uuml;r Divi. Entwickelt und bereitgestellt von den Divi Masterminds. Dieses Theme beinhaltet alle notwendigen Dateien, um den schnellen und einfach Start zu erm&ouml;glichen.
 Author: Divi Mastermind - Benny Hozjan und Frank Oschatz
 Author URI: https://divimastermind.com/
 Template: Divi
 Version: 1.0.0
 Tag: divi, child-theme, rawbone, easy-to-use, mastermind, german-group, 
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */


@charset "UTF-8";

.mce-toolbar-grp.mce-container.mce-panel.mce-stack-layout-item {position:sticky;top:0};

/*CSS 404 PAGE*/

.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}

.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}

/*CSS 404 PAGE*/

.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}

.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}


/* EXPAND TASTE CSS */

/* Taste ausklappen */
.hide {
  display:none;
}
.degrade {
  transition:background-color 1300ms ease 0ms,border 1300ms ease 0ms;
}
.degrade.close > *:after {
  content:"";
  position:absolute;
  top:0;
  display:block;
  width:100%;
  height:calc(100% - 32px);
}
/* Style hier Deine Taste */
.button {
  display:block;
  max-width:150px;
  cursor:pointer;
  padding:4px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  text-align:center;
  color:#fff;
  margin-top:20px;
  transition: background-color 300ms ease 0ms,border 300ms ease 0ms;
}
.button:hover {
  box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);
}

/* Hintergrundfarbe Deiner Taste */
.background-taste {
  background:#2da1db;
}

/* style hier die Hover Farbe Deiner Taste */
.background-taste:hover {
  background:#000;
  color: #2da1db;
  border: solid 1px #2da1db;
}