/*
Theme Name:   Divi-Child Theme Röser MEDIA Multisite
Theme URI:    -
Description:  -
Author:       -
Author URI:   -
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
*/

/* Divi Resets */

#et-info-email:hover,
#et-secondary-menu > ul > li > a:hover,
#top-menu-nav > ul > li > a:hover,
.et-social-icons a:hover,
#top-menu a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#top-menu li li {
  display: block;
  padding: 0;
}

#top-menu li li a {
  width: 100%;
}

.et_pb_widget {
  margin-top: 18.54%;
}

.et_pb_widget:first-child {
  margin-top: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.icon-list {
  list-style: none;
  padding: 0px;
}

.icon-list li:before {
  display: none;
}

#footer-widgets .footer-widget .icon-list li,
.icon-list > li {
  position: relative;
  list-style: none;
  padding-left: 25px;
}

.icon-list [class*="fa-"] {
  position: absolute;
  left: 0;
  top: 3px;
}

/* auskunft style onepager */

body{
	font-family: -apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
	line-height: 1.428571429;
	font-size: 16px;
	color: rgb(51, 51, 51);
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.3;
	font-weight: 400;
	color: #333;
}


h4, h5, h6{
	font-weight: 700;
}

h1 {
    font-size:2.1em;
	word-wrap: break-word;
}
h2 {
    font-size:1.5em
}
h3 {
    font-size:1.25em
}
h4{
	font-size: 1.125em;
}
h5 {
    font-size:1em
}
h6 {
    font-size:.875em
}
@media (max-width:991px) {
 h1 {
  	font-size:1.785em
 }
 h2 {
  	font-size:1.275em
 }
 h3 {
  	font-size:1.125em
 }
 h4 {
  	font-size:1em
 }
}

.et_pb_section{
	padding: 0 !important;
}

.header{
	aspect-ratio: 4 / 1;
}

.logo-container{
	padding: 0 !important;
}

.logo-wrapper img{
	margin-top: -60%;
	border-radius: 50%;
	max-width: 220px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
}

.et_menu_container .logo_container *{
	display: none !important;
}

.et_menu_container .logo_container{
	height: 20px !important;
}

.headline{
	padding: 0 !important;
}

.headline *{
	text-align: center;
}

.headline > *{
	padding: 0 !important;
}

.headline h2{
	color: #777;
	font-size: .875em;
}

.kontakt .et_pb_module * {
	text-align: center;
}

.kontakt .et_pb_main_blurb_image{
	margin-bottom: 20px;
}

.kontakt .et_pb_blurb_description{
	font-size: 16px;
	color: #333;
}

.content h2{
	font-weight: 700;
}

.content a{
	text-decoration: underline;
	color: #0e5098 !important;
}

.content table{
	border: none !important;
	margin-top: 20px;
}

.content table *{
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-left: none !important;
	border-right: none !important;
}

.content table tr td{
	text-align: right;
}

.content table tr:first-child td{
	border-top: none !important;
}

.content table tr td:first-child{
	text-align: left;
}

.et_pb_widget_area_left{
	border: none;
	margin-left: -20px;
}

.content .et_pb_column:first-child{
	border-right: 1px solid rgb(219, 219, 219);
	padding-right: 2.5%;
}

#et-top-navigation{
	display: none !important;
}

@media screen and (max-width: 980px){
	
	.content .et_pb_column:first-child{
		border-right: none;
	}
	.content .et_pb_row,
	.gallerie .et_pb_row{
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}
	.et_pb_widget_area_left{
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.logo-wrapper img{
		max-width: 140px;
		border: 10px solid #fff;
	}
	
	#main-header{
		height: 20px !important;
		overflow: hidden;
		padding: 0 !important;
	}
}