/** CSS für alle **/

body {
	
	background-color: #393939;

}
.footer
{
	background:#000000;
}

#logo { 
	float: left; 
	width: 100%;
}
#leiste { 
	float: left; 
	width: 96%;
	padding: 2px 0 2px 50px ;
	background-color:#5cb130;
	margin:0px;
	
}
#divider { 
	float: left; 
	width: 96%;
	height: 25px;
}
#feld_1 { 
	float: left; 
	width: 95%;
	height: 230px;
	margin:15px;
	color:#d3d3d3;
}

#feld_2 { 
	float: left; 
	width: 95%;
	height: 120px;
	margin:0px;
	color:#efefef;
	font-family: Arial, sans-serif;
	padding: 15px;
	font-weight: 300;
	color: #ffffff;
	font-size: 14pt;
	line-height: 1.75em;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

img {
  border: 0px solid #ddd;
  border-radius: 8px;
  max-width: 95%;
  max-height: 220px;
  
}


@media only screen and (min-width: 600px ) {
	#feld_1, #feld_2 { 
		width: 45%;
		
	}
}

@media only screen and (min-width: 980px ) {
	#feld_1, #feld_2 { 
		width: 30%;
	}
}

@media only screen and (min-width: 1260px ) {
	#feld_1, #feld_2 { 
		width: 17%;
	}
}
.button4_a {
  background-color: #686868;
  color: #ffffff;
  border-radius: 3px;
  border: 2px solid #e7e7e7;
  
}

.button4 {
  background-color: #e7e7e7;
  color: black;
  border-radius: 3px;
  border: 2px solid #e7e7e7;
  
}

.button4:hover {background-color: #ffffff;}

.button {
    padding: 5px 10px;
    text-align: center;
    transition-duration: 0.4s;
    margin: 5px -2px !important;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
	float: left;
}

.txt_10w {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
.txt_12w {
	font-size: 12pt;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
.txt_14w {
	font-size: 14pt;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
.txt_16w {
	font-size: 16pt;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
.txt_18w {
	font-size: 18pt;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
.txt_20w {
	font-size: 20pt;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
.txt_20w {
	font-size: 20pt;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}

/** CSS für alle


.img-who {
	height: 100%;
	width: auto;
}

.img-land {
    height: 25%;
    width: auto;
}

.embed-player {
    border-radius: 10px;
    background-color: transparent;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 10%;
width: 80%;
height: 80%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; 
padding-top: 0px;
height: 0;
overflow: hidden;
}

.imprint{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.mof {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 1.3rem;
	font-family: Arial, Helvetica, sans-serif;
	
}

.sale {
	color: #82FA58;
	font-weight: 600;
	font-size: 2rem;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	
}

.newsletter {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 2rem;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}

.sold {
	color: #fe2e2e;
	font-weight: 600;
	font-size: 2rem;
	font-family: Arial, Helvetica, sans-serif;
	
}

#wrapper.fade-in:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
	background: #1e252d;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

body.is-loading #wrapper.fade-in:before {
	opacity: 1;
}


#navPanelToggle {
    display: none;
}

	#nav {
		color: #ffffff;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-transition: -moz-transform 1s ease, opacity 1s ease;
		-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
		-ms-transition: -ms-transform 1s ease, opacity 1s ease;
		transition: transform 1s ease, opacity 1s ease;
		background: rgba(255, 255, 255, 0.175);
		height: 4rem;
		line-height: 4rem;
		margin: -4rem auto 0 auto;
		overflow: hidden;
		padding: 0 2rem 0 0;
		position: relative;
		width: calc(100% - 4rem);
		max-width: 72rem;
		z-index: 2;
	}

		#nav ul.divided li {
			border-top-color: #ffffff;
		}

		#nav ul.icons li a.icon:hover:before {
			color: #18bfef;
		}

		#nav ul.icons.alt li .icon:before {
			box-shadow: inset 0 0 0 2px #ffffff;
		}

		#nav ul.icons.alt li a.icon:hover:before {
			box-shadow: inset 0 0 0 2px #18bfef;
		}

		#nav input, #nav select, #nav textarea {
			color: #ffffff;
		}

		#nav a {
			color: #ffffff;
			border-bottom-color: rgba(255, 255, 255, 0.5);
		}

			#nav a:hover {
				border-bottom-color: transparent;
				color: #18bfef !important;
			}

		#nav strong, #nav b {
			color: #ffffff;
		}

		#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
			color: #ffffff;
		}

		#nav blockquote {
			border-left-color: #ffffff;
		}

		#nav code {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
		}

		#nav hr {
			border-bottom-color: #ffffff;
		}

		#nav ul.links {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			font-family: "Source Sans Pro", Helvetica, sans-serif;
			font-weight: 900;
			letter-spacing: 0.075em;
			list-style: none;
			margin-bottom: 0;
			padding-left: 0;
			text-transform: uppercase;
		}

			#nav ul.links li {
				display: block;
				padding-left: 0;
			}

				#nav ul.links li a {
					-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					display: block;
					font-size: 0.8rem;
					outline: none;
					padding: 0 2rem;
				}

					#nav ul.links li a:hover {
						color: inherit !important;
						background-color: rgba(255, 255, 255, 0.1);
					}

				#nav ul.links li.active {
					background-color: #ffffff;
				}

					#nav ul.links li.active a {
						color: #1e252d;
					}

						#nav ul.links li.active a:hover {
							color: #18bfef !important;
						}

		#nav ul.icons {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			margin-bottom: 0;
		}

		@media screen and (max-width: 980px) {

			#nav {
				display: none;
			}

		}
		
	 **/