﻿/* Allgemeines */
	body { font-family:'Times New Roman', Times, serif; font-size:17px; 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:1100px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:65px; text-transform: uppercase; font-weight: bold; }
	.h2 { font-size:30px; }
    .h3 { font-size:25px; }
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
	.font_2 { font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
/**************/

/* Inhalte */
	#header { position:fixed; top:0; width:100%; height:100px; background-color: rgba(0, 0, 0, 0.9); z-index: 300; }
	#headerContent { color: #FFF; line-height: 100px; text-align: left; }

	#main { position:relative; width:100%; min-height:500px; background-color:#FFF; z-index: 100; }

	#firstContentContainer { background-image: url('../design/museum_1.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#firstContent { padding-top:10%; color: #FFF; height:60%; min-height:500px; }
	
	#secondContentContainer { background-color: #191919; }
	#secondContent { color: #FFF; padding-top: 100px; padding-bottom: 100px; }

	#thirdContentContainer { padding-bottom: 75px; padding-top: 75px; background-image: url('../design/museum_2.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#thirdContent { color: #FFF; padding-top: 75px; padding-bottom: 100px; background-color: rgba(0, 0, 0, 0.8); }

	#fourthContentContainer { background-color: #191919; }
	#fourthContent { color: #FFF; padding-top: 75px; padding-bottom: 100px; }

	#fifthContentContainer { background-color: #000; }
	#fifthContent { color: #FFF; padding-top: 75px; padding-bottom: 100px; }

	#sixthContentContainer { padding-bottom: 75px; padding-top: 75px; background-image: url('../design/museum_4.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#sixthContent { color: #FFF; padding-top: 75px; padding-bottom: 100px; background-color: rgba(0, 0, 0, 0.85); }

	#imprintContent { padding-top:50px; height:70%; min-height:500px; }
	#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; background-color:#000; }
	#footerContent { color: #FFF; }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 

	}

	@media only screen and (max-width:768px) { 

	}

	@media only screen and (max-width:576px) { 
		.h1 { font-size:45px; }
		.h2 { font-size:25px; }
    	.h3 { font-size:20px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_white { width:80%; max-width:300px; height:44px; border: 2px solid #FFF; color: #FFF; background-color: transparent; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_white:hover { border-color: transparent; background-color: #000; }
	.button_white:focus { outline: none; }
/********/