/* Mobile */
@media screen AND (max-width: 800px) {
	/* Custom Class Color Section to Full Height Content */
	.avia-section.tabsbottom .post-entry {
		position: relative;
		max-width: 100% !important;
		margin: auto;
	}
	.avia-section.tabsbottom .container {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0;
	}
	/* Tab Inhalt */
	.avia-tabbottom-container > div.einzeltab {
		width: 250px !important;
	}
	.avia-tabbottom-container > div.einzeltab .tabbottom_content {
		display: none;
	}
	.avia-tabbottom-container > div.einzeltab header {
		padding: 20px;
		margin: 10px 0;
		background-color: #555759;
	}
}

/* PC */
@media screen AND (min-width: 801px) {
	/* Custom Class Color Section to Full Height Content */
	.avia-section.tabsbottom .av-content-full {
		text-align: center;
	}
	.avia-section.tabsbottom .post-entry {
		height: inherit;
		position: relative;
		max-width: 90% !important;
		margin: auto;
	}
	.avia-section.tabsbottom .container {
		max-width: 100% !important;
		padding: 0;
	}

	/* Tabs selbst */
	.tabsonbottom {
		overflow: hidden;
	}
	.avia-tabbottom-container {
		position: absolute;
		bottom: 0;
		text-align: left;
		width: 100%;
	}
	.avia-tabbottom-container > div.einzeltab {
		display: inline-block;
		margin: 0px 5px;
		vertical-align: bottom;
	}
	.avia-tabbottom-container > div.einzeltab header {
		padding: 25px 10px 25px 15px;
		background-color: #555759;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #4A4449;
	}
	.avia-tabbottom-container > div.einzeltab header h4 {
		min-height: 44px;
	}
	.avia-tabbottom-container > div.einzeltab .tabbottom_content {
		padding: 0;
		background-color: #555759;
	}
	.avia-tabbottom-container > div.einzeltab .tabbottom_content > div {
		padding: 5px 10px 5px;
	}

	/* Titel der Tabs */
	.avia-tabbottom-container > div.einzeltab header .av_tabbottom_title {
		font-weight: 400;
	}

	/* Animation CSS */
	.avia-tabbottom-container > div.einzeltab .tabbottom_content {
		opacity: 0.01;
		max-height: 0px;
		transition: max-height 0s;
	}
	.avia-tabbottom-container > div.einzeltab:hover .tabbottom_content {
		opacity: 1;
		max-height: 999px;
		transition: max-height 1s;
	}

	/* Weiter Icon */
	.avia-tabbottom-container > div.einzeltab .tabbottom_content .av_font_icon {
		border: 1px solid white;
		width: 30px;
		height: 30px;
		line-height: 30px !important;
		border-radius: 15px;
		text-align: center;
		float: unset !important;
		margin: 20px 0;
	}
	.avia-tabbottom-container > div.einzeltab .tabbottom_content .av_font_icon .av-icon-char {
		line-height: 28px !important;
		text-decoration: none !important;
	}
}



