﻿/* Allgemeines */
	body { font-family: Arial, Helvetica, sans-serif; color:#000; background-color: #FFF; font-size:15px; min-width:330px; text-align:center; margin:0; padding:0; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:grayscale; }
	p {}
	td {}
	a:link { color:#FFF; text-decoration:none; }
	a:visited { color:#FFF; text-decoration:none; }
	a:hover { color:#FFF; text-decoration:none; }
	a:active { text-decoration:none; }
	a:focus { outline: none; }
	.master { position:relative; width:85%; max-width:1200px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:75px; text-transform: uppercase; font-family:Georgia, 'Times New Roman', Times, serif; color:#9E8120; }
	.h2 { font-size: 40px; font-family:Georgia, 'Times New Roman', Times, serif; color:#9E8120; }
    .h3 { font-size:25px; font-family:Georgia, 'Times New Roman', Times, serif; color:#9E8120; }
    .h4 { font-size:17px;}
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; }
	#headerContent { line-height: 50px; }
	#Logo { width: 75%; max-width: 250px; }

	#main { position:relative; width:100%; min-height:500px; }

	#firstContentContainer { }
	#firstContent { padding-top:100px; padding-bottom: 80px; }
	
	#secondContentContainer { width:100%; padding-top: 35%; background-image: url('../design/diamondsresort_1.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center;  }
	#secondContent { }

	#thirdContentContainer { }
	#thirdContent { padding-top:100px; padding-bottom:80px; text-align: center; }
	#description_text { width:100%; max-width: 900px; line-height: 200%; margin: auto; }

	#fourthContentContainer { background-color: #F4F4F4; }
	#fourthContent { padding-top: 100px; padding-bottom: 100px; }
	.threecolumn { width:33%; float:left; }
	.roundImage { position: relative; width:70%; padding-top:70%; border-radius: 200px; background-color: #F4F4F4; margin: auto; overflow: hidden; }
	.profileImage { position:absolute; top:0; left:0; width:100%; }

	#imprintContent { padding-top:200px; padding-bottom: 200px; }
	#imprintContent a:link { color:#000; text-decoration:none; }
	#imprintContent a:visited { color:#000; text-decoration:none; }
	#imprintContent a:hover { color:#FFF; text-decoration:none; }
	#imprintContent a:active { text-decoration:none; }
	#imprintContent a:focus { outline: none; }

	#footer { position:relative; width:100%; min-height:150px; padding-top:40px; }
	#footerContent { }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 
		.h1 { font-size: 60px; }
		.h2 { font-size: 35px; }
		.h3 { font-size: 20px; }
	}

	@media only screen and (max-width:768px) { 
		.h1 { font-size: 50px; }
		.h2 { font-size: 30px; }
		.h3 { font-size: 18px; }
	}

	@media only screen and (max-width:600px) { 
		.h1 { font-size: 40px; }
		.h2 { font-size: 28px; }
		.threecolumn { width: 75%; margin: auto; float: none; margin-bottom: 60px; }
	}

	@media only screen and (max-width:450px) { 
		.h1 { font-size: 35px; }
		.h2 { font-size: 25px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_gold { width:80%; max-width:300px; height:44px; border: 2px solid #9E8120; color: #FFF; background-color: #9E8120; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_gold:hover { background-color: transparent; color:#9E8120; }
	.button_gold:focus { outline: none; }
/********/