/*
 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
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


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

#wpadminbar {
    z-index: 999999;
}

#widgetAnwaltde {
display: inline-block!important;
}



/*Groeße der Seite auf 100% 
abzüglich Header (secondary & Main Menue und Footer in px*/

.body {
min-height: calc(100vh - 175px);
}


/*** MAKE SITE WIDER ON SMALLER SCREENS ***/
@media only screen and (max-width: 980px) {
.row-mobile-width {
width: 100%!important; /*** you might need !important ***/
}
}



@media only screen and (max-width: 980px) {
.parent {
  text-align: center;
}
.parent > ul {
  display: inline-block;
}
}

.list li { 
text-align:center; 
list-style-type: none; 
}


/*Öffnungszeiten*/
.result-align {
	float: right;
}

.entry-content ul {
line-height: 1.4em;
}

h1 {
color: #802841;
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
line-height: 1.25;
text-transform: uppercase;
}