	@media (max-width: 1000px) {
	.hidden-xs {
	display: none !important;
	}
	.screenPhone{
		height: 90vh;
		padding-top: 30vh;
		font-size: 60vw;
	}

}
@media (min-width: 1000px) {
.hidden-Button {
	display: none !important;
}

}
	body,
	html {
		overflow-x:hidden;
	}

	body {
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 1.5;
		color: #1c1b1b;
	}

	ul {
		padding: 0;
		margin: 0;
	}

	ul li {
		list-style: disc;
		font-size: 17px;
		line-height: 1.59;
	}

	a {
		text-decoration: none;
		color: #2f2f2f;
	}

	a:hover,
	a:focus {
		outline: none;
		text-decoration: none;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
	}


	h2 {
		font-size: 32px;
		line-height: 1.13;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

	 img {
		border: none;
		max-width: 100%;
	}



	blockquote {
		background-color: #f8f8f8;
		border-radius: 0 4px 4px 0;
		padding: 5px 15px;

	}

	blockquote p {
		margin-top: 10px;
	}


	#ws-header {
		background: #33ccff;
		float: left;
		width: 100%;
		background-position: center center
		background-repeat: no-repeat;
		background-size:cover;
		background-attachment:fixed;
		/* background-image: url("bilder/FahrzeugvermietungWebsiteBackground.jpg") */

	}

	.ws-header-overlay {
		display: block;
		/* float: left; */
		opacity: 1.0;
		width: 100%;
	}

	.ws-header-featured-area {
		display: inline;
		float: left;
		padding: 10vw 0;
		width: 100%;

	}


	.ws-header-featured-content {
		display: inline;
		float: none;
		text-align: center;
		max-width: 100%;


	}
	.ws-header-featured-content h1 {
		font-size: 5vw;
		color: #fff;
		font-weight: 300;
		text-align:  center;
	}

	.ws-header-featured-content p{
		color: #fff;
		font-size: 3vw;
		text-align: center ;
	}



	#ws-footer {
		background-color: #f8f8f8;
		display: inline;
		float: left;
		width: 100%;
	}

	.ws-footer-area{
		display: inline;
		float: left;
		padding: 1vh 0;
		text-align: center;
		width: 100%;
	}

	.ws-copy-right {
		margin-bottom: 10px;
	}

	.ws-copy-right a {
		font-weight: 600;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ws-body{
		background-color: white;
	}

	.ws-body-featured-area{
		display: inline;
		float: left;
		padding: 1vw 0;
		width: 100%;
	}
	.ws-body-featured-content{
		display: inline;
		float: none;
		text-align: center;
		max-width: 100%;
		text
	}
	hr {
	  width: 0%;
	  min-width: 80%;
	  max-width: 100%;
		padding-top:20px;
	  border: none;
	  border-bottom: 1px solid #666;
	  position: relative;
	  transition: box-shadow 200ms ease-in-out;
	  box-shadow: 0px 0px 0px 0px #f9f9f9;
	}
		.ws-body-featured-content p{
			text-align: left;
			margin-top: 50px;
			padding-bottom: 10px;
		}

		img {
			padding-top: 20px;
			float: right;
			overflow: scroll;
		}
		.high{
			height: 150px;
			width: 200px;

		}
		.small{
			height: 150px;
			width: 175px;
		}
		.maxi{
			width: 200px;
			height: 150px;
		}
 /* --------------------------------------------------------------------------- */

	@media(max-width: 1200px) {
		.ws-body-area h1{
			font-size: 6vw;
			text-align: left;
			padding: 10px 3px;
		}
		.ws-body-area p{
			font-size: 3vw;
			text-align: left;
			padding: 10px 5px;
		}
		.ws-footer-area p{
			font-size: 3vw;
		}
		img {
			padding-top: 1px;
			float: right;
			overflow: scroll;
		}
		.high{
			height: 10%;
			width: 30%;

		}
		.small{
			height: 10%;
			width: 30%;
		}
		.maxi{
			height: 10%;
			width: 30%;
		}
	}
