@charset "utf-8";
@font-face {
  font-family: 'SourceSansPro';
  src: url('SourceSansPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('SourceSansPro-Regular.woff') format('woff'), /* Modern Browsers */
       url('SourceSansPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('SourceSansPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
	width: 80%;
	background-image: url(../images/Hintergrung%200.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-attachment: fixed;
	background-size: 100% auto;
	
}
p {
	padding-left: 40px;
}
.main_title {
	padding-top: 0px;
	width: 49%;
	font-family: SourceSansPro;
	font-style: normal;
	font-weight: 700;
	font-size: 276%;
	top: 11%;
	margin-left: 20px;
	background-color: rgba(255,255,255,0.62);
	color: rgba(70,24,0,1.00);
	letter-spacing: -2px;
	height: auto;
	position: absolute;
}
.parallax1 {
	background-image: url(../images/02.jpg);
	width: 100%;
	height: 100%;
	padding-top: 40%;
	background-attachment: fixed;
	background-size: 91% auto;
	background-position: 0% 38%;
}
.Frei {
	color: #FFFFFF;
	margin-top: 8px;
	font-family: SourceSansPro;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	background-color: rgba(184,137,0,0.36);
}
.navbar {
	overflow-x: hidden;
	background-color: #f1f1f1;
	border-bottom: medium solid #601B0F;
	position: sticky;
	top: 0;
	z-index: 1000;
}
.tablinks{
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	float: left;
}
.navbar button:hover {
	background-color: #872D1D;
	color: rgba(255,255,255,1.00);
}
.navbar button.active {
	background-color: #601B0F;
	color: rgba(255,255,255,1.00);
}
.tabcontent {
	display: none;
	padding: 6px 12px;
	animation: fadeEffect 1s;
	color: rgba(53,24,13,1.00);
	font-family: SourceSansPro;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	min-height: 700px;
}
.language {
	background-color: #872D1D;
	color: rgba(255,255,255,1.00);
}
.features ul li {
	float: left;
	margin-bottom: 0px;
	margin-right: 4%;
	-webkit-box-shadow: 1px 1px 3px -1px;
	box-shadow: 1px 1px 3px -1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 5px;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.dropdown {
	float: right;
	display: flex;
	flex-direction: row-reverse
}
.dropdown-content {
	display: none;
	z-index: 1;
	cursor: pointer;
	background-color: #f1f1f1;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dropdown-content button {
}
.dropdown-content button :hover {
	color: darkred;
}
.show {
	display: block;
}
#pictures img {
	clear: both;
	display: block;
	margin-bottom: 10px;
}
