/*
 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, Frank Oschatz und Levent Emektar
 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 =====================================================
	==================================================================  */


/* Secondary menu alignment */
#et-info {
float: none !important;
text-align: center;
}

/** Startseite ** Header **/

.blue-background-090 {
background-image: linear-gradient(145deg,rgba(34, 42, 111, 0.9),rgba(34, 42, 111, 0.9)70%),url(/wp-content/uploads/2018/10/strassenzug.jpg)!important;
}





/*Header Position*/

div.et_pb_section.et_pb_section_8 {
	background-position: center top!important;
}

.drop_menu ul {right: 0px !important;}

#top-menu li li a {
width: 290px;
}

.nav li ul {
width: 330px;
}

p {
line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
color: #222a6f!important;
}

@media only screen and (max-width: 980px) {
h1, h2 {
font-size: 1.3em!important;
}
}

#top-menu li li a:hover {
color: #222a6f!important;
} 


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


/* Error Seite - 404 */
.page-id-43797 .html.js.js.csstransitions {
background: pink;
}

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


/*STICKY BOTTOM RIGHT*/


/*This places the button where we want it*/
#ds-sticky-button {
position: fixed;
right: -152px !important; /*Positions the button to the right of the page*/
bottom: 50vh; /*Sets the distance of the button from the bottom of page*/
width: 192px !important; /*Sets dimensions of the button*/
height: 25px !important; /*Sets dimensions of the button*/
z-index:99999; /*Keeps the button on top*/
}

/*Styles the link text to make it look like a button - You can edit all these values to match your design*/
#ds-sticky-button a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  border: 0px solid #fff;
  color: #ffffff;
  font-size: 24px;
  background: #222a6f;
  padding: 7px 7px 7px 7px;
  text-decoration: none;
}

/*Styles the button on hover - You can edit all these values to match your design*/
#ds-sticky-button a:hover {
  background: #aca062;
  text-decoration: none;
}

/*Hides the button on smaller screens*/
@media only screen and (min-width: 767px) { /*adjust the max width value to hide the button on the screen sizes of your choice*/
#ds-sticky-button {
display: none;
}
}