/*
Theme Name: child Divi
Description: Childtheme SAM Business
Author: SAM Business
Author URI: http://www.sam-business.de
Template: Divi
Version: 1.1
Tags:
*/

img {
    border-radius: 6px;
    
}
#main-footer {
	position: fixed;
	z-index:100;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333333;
    color: white;
    text-align: center;
}

/*Divi Header Schatten entfernen CSS */

#main-header{
    -webkit-box-shadow:#ff000 !important;
    -moz-box-shadow:#ff000 !important;
    box-shadow:none !important;
}

/*Damit beim angepassten Header beim Scrollen nicht plötzlich wieder ein Schatten erscheint, muss zusätzlich noch folgenden Code in die style.css eingefügt werden:
Divi angepasster Heder: Schatten entfernen CSS */
#main-header.et-fixed-header {
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}

/*Linie Seitebar entfernen CSS */
.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

/*----------Custom Back To Top Button----------*/
 
.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
 
.et_pb_scroll_top.et-pb-icon {
    right: 15px;
    bottom: 35px;
    border-radius: 25px;
    background-color: rgba(255, 0, 0, 0.7);
    padding: 10px;
}
 
 
.et_pb_scroll_top.et-pb-icon:hover {
    background: #ff0000;
}
 
.et_pb_scroll_top:before {
    content: "\21";
}


/*
.et_pb_section{
	width: 1150px;
	margin:40px auto;
	background-color: rgba(255,255,255, 0.95);
	border-radius: 6px;
}

.et_pb_row {
    position: relative;
    width: 95%;
    max-width: 1080px;
    margin: auto;
}


#top-menu a {
    display: block;
    position: relative;
    color: #ff0000;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
*/