/*
Theme Name:     Child theme for Seffner & Schlesier
Theme URI: 		http://www.j5media.de
Description:    Child theme for Seffner & Schlesier
Author:         J5MEDIA
Author URI: 	http://www.j5media.de
Template:       Divi                             
Version:        1
*/

#custom_html-2 {
	float:left;
}

#custom_html-4 {
	float:right;
}

@media (min-width: 768px) {
	#top-header {
		display: none;
	}
	#custom_html-2 {
		float:right;
	}
}

@media (max-width: 767px) {
	#main-content {
		margin-top:45px;
	}
}

#et-info-phone {
	font-size: 16px;
}

.circular img {
	border-radius: 100%;
}

/* Hauptmenü mobilen Breakpoint ändern */
@media (max-width: 1135px) {
   #et_mobile_nav_menu {
      display: block !important;
   } 
   #top-menu {
      display: none;
   }
}

@media only screen and (max-width: 980px) {
#page-container {
	padding-top:71px!important;
}
}

@media only screen and (min-width: 981px) {
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 42px!important;
}
}

