/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/

.fusion-main-menu>ul>li>a {
	color: #FFF;
}

/* Layout des Sliders */
div#sliders-container {
	background-color: #cccccc;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* Korrektur der Responsivität des Sliders */
div#wrapper div#sliders-container div#rev_slider_1_1_wrapper {
	max-width: 960px;
}

/* Rahmen zum header hinzufügen */
div.header-wrapper {
	border-bottom: 3px solid #ffffff;
}

/* Position der Top-Navigation korrigieren */
div.avada-row {
	position:relative;
}
nav#nav {
	position:absolute;
	bottom:0px;
	right:0px;
}
.fusion-main-menu {
	margin-top: 100px;
}

/* Korrektur des Abstandes des Teaser-Textes auf der Startseite zum Image */
div.ssc_start_teaser div div.imageframe-align-center  span {
	margin-bottom: 1em;
}

/* Korrektur der Position der titlebar */
body div.page-title-container {
	margin-top:-50px;
}

/* Korrektur der Images auf der Seite Ansprechpartner */
span.ssc_ansprechpartner {
	display: block;
}

/* Korrekturen für 2-spaltige Tabellen im content */
td.ssc_tabelle_21 {
	width: 67.5%;
}
td.ssc_tabelle_22 {
	text-align: right;
}

/* Korrektur für Großformatbild > Berichte */
img#ssc_schwimmer {
	width:100%;
	height:auto;
}

/* Korrekturen für die Aktuelles-Seite */

/* Korrektur der Überschriften (Aktuelles) */
body.page-id-300 h4.entry-title {
	line-height: 27px;
	font-size: 22px;
}

/* Korrektur der Image-Größen (Aktuelles) */
body.page-id-300 img {
	width: 170px;
	height: 122px;
	margin-top: 0;
}

.fusion-is-sticky .fusion-sticky-menu-1 .fusion-sticky-menu {
  margin-top: 20px;
}

div#sliders-container {
  padding: 0;
}

#lbBottomContainer {
  z-index: 0 !important;
}

.fusion-main-menu>ul>li>a {
    color: #FFF;
}

