html ,body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}

/* Google-Fonts lokal einbinden */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


section {
	min-height: 100%;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

h1, h2, h3, a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	/*color: #494949;*/
	color: #081407;
	text-transform: uppercase;
}

h3 {
	font-size: 40px;
	padding-top: 8%;
	margin-bottom: 5px;
	margin: 0;
}

h4, p {
	font-family: 'Roboto Slab', serif;
	color: #494949;
}

hr {
	width: 30px;
	height: 3px;
	background: #494949;
	border: 0;
	margin: 0 auto 40px auto;
}


li, #logo, .fa-bars, .button {
	transition: all 300ms; 
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.fa-bars {
	display:none;
}

.fa-bars:hover {
	opacity: 0.5;
}


/*   HEADER   **********************************/
header {
	width: 100%;
	height: 85px;
	position: fixed;
	top: 0;
	left: 0;
	/*background: #999966;*/
	background: #cccc99;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

#logo {
	width: 80px;
	float: left;
	margin: 1px 0 0 50px;
}

#logo:hover {
	opacity: 0.5;
}

#logo img {
	width: 100%;
}

header nav {
	float: right;
	margin: 10px 50px 0 0;
}

header nav ul li{
	float: left;
	margin-left: 25px;
}

header nav ul li a {
	font-size: 16px;
}

header nav ul li:hover {
	padding-top: 5px;
}

/*   HOME   **********************************/
#home {
	background: url(../images/header-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

#home h1 {
	margin: 240px 0 auto 0;
	font-size: 50px;
	font-weight: bold;
}

#aktuelles {
	text-align: justify;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	height:auto;
	width: 60%;
	background:rgba(255,255,255,0.5);
	background-clip: padding-box;
}

#aktuelles h4 {
	padding: 0;
}

/*   ABOUT   **********************************/
#about {
	background-color: #c9d691;
}

#about p{
	text-align: justify;
	padding-left: 10%;
	padding-right: 10%;
}

#about p:last-child {
	padding-bottom: 20px;
	margin-bottom: 0;
}

/*   WORK   **********************************/
#work {
	background-color: #f0f0f0;
}

#work p{
	text-align: justify;
	padding-left: 10%;
	padding-right: 10%;
}

#work p:last-child {
	padding-bottom: 20px;
	margin-bottom: 0;
}

#work li {
	list-style-type: none;
	text-align: justify;
	padding-left: 10%;
	padding-right: 10%;
	font-family: 'Roboto Slab', serif;
    color: #494949;
}

/*   Projects   **********************************/



/*   GALLERY   **********************************/
#gallery {
	/*background-color: #c9d691;*/
	background: url(../images/bg-gallery-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

/*   Pictures   **********************************/
#pictures {
	width: 900px;
	margin: 0 auto 0 auto;
}

#pictures ul {
	padding: 0;
	margin-bottom: 0;
}

#pictures ul li {
	width: 33.3%;
	float: left;
	margin-bottom: 15px;
}

#pictures img {
	width: 280px;
	height: 170px;
	border-radius: 5px;
}

#pictures img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: 0 5px 5px rgba(0,0,0,1.3);
	
}


/*   CONTACT   **********************************/
form input, textarea {
	font-family: "Roboto-Slab", serif;
	font-size: 15px;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 2px solid;
	border-color: #494949;
}

form input:first-child {
	margin-top: 10px;
}

form input {
	width: 552px;
	height: 30px;
}

form textarea {
	width: 550px;
	height: 200px;
	resize: none;
}

.input-txt {
	color: #494949;
	padding-left: 10px;
}

.button {
	background-color: #f0f0f0;
	color: #494949;
	width: 566px;
	height: 50px;
}

.button:hover {
	background-color: #494949;
	color: #f0f0f0;
}

#contact {
	background-color: #f0f0f0;
}

/*   Miscellaneous   **********************************/
#miscellaneous {
	background-color: #c9d691;
	background: url(../images/bg-misc-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

#links {
	text-align: center;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	width: 60%;
	background:rgba(255,255,255,0.5);
	background-clip: padding-box;
}

#links ul {
	padding: 5px;
}

#links ul li:hover {
	background-color: #081407;
	color: #f0f0f0;
}


/*   FOOTER   **********************************/
footer {
	width: 100%;
	height: 70px;
	/*background-color: #3f3f3f;*/
	background: #cccc99;
	
}

footer div {
	font-size: 12px;
	padding-top: 20px;
}

footer a {
	/*color: #f0f0f0;*/
	color: #081407;
}


/*   Impressum   **********************************/
#impressum {
	background-color: #c9d691;
}

#impressum p{
	text-align: justify;
	padding-left: 10%;
	padding-right: 10%;
}

#impressum h2, h4, h5 {
	text-align: justify;
	padding-left: 10%;
}

/*   MEDIA-QUERIES   **********************************/

/*   TABLETS    */
@media screen and (max-width: 1024px) {
	header {
		height: auto;
	}
	
	#logo {
		width: 40px;
		margin-top: 5px;
	}
	
	header nav {
		margin-top: 0;
	}
	
	header nav ul li {
		font-size: 12px;
	}
	
	#home h1 {
		font-size: 30px;
		margin-top: 200px;
	}

	h2 {
		font-size: 25px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	#pictures {
		width: auto;
	}
	
	#pictures ul li {
		width: 100%;
		float: none;
	}

	#pictures ul li:last-child{
		padding-bottom: 20%;
		margin-bottom: 0;
	}
	
	#pictures img {
		width: 55%;
		height: auto;
	}
	
	form input, form textarea {
		width: 60%;
	}
	
	.button {
		width: 62%;
	}

/*   MOBILES    */
@media screen and (max-width: 480px) {
	#logo {
		width: 40px;
		margin-left: 5px;
	}
	
	header nav {
		margin: 0;
		float: none;
	}
	
	.fa-bars {
		font-size: 17px;
		display: inline-block;
		width: 100%;
		cursor: pointer;
		text-align: right;
		float: right;
		margin: -25px 30px 0 0;
		
	}

	header nav ul{
		height: 0;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	header nav ul.open {
		height: auto;
	}
	
	header nav ul li {
		width: 100%;
		padding: 5px 0;
		margin: 0;
		font-size: 11px;
		border-top: 1px solid #dddddd;
	}
	
	header nav ul li:hover {
		background-color: #eeeeee;
	}
	
	#home h1 {
		font-size: 20px;
	}
	
	h2 {
		font-size: 15px;
	}
	
	h3 {
		font-size: 15px;
		padding-top: 150px;
	}
}

/* ----------- iPad alle Generationen ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 
	#home {
	background: url(../images/header-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
}	
	#gallery {
	background: url(../images/bg-gallery-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
	
	#miscellaneous {
	background-color: #c9d691;
	background: url(../images/bg-misc-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
}

/* ----------- iPhone 6, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
	and (min-device-width : 375px) 
	and (max-device-width : 667px) {
	 #home {
	background: url(../images/header-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
	
	#gallery {
	background: url(../images/bg-gallery-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
	
	#miscellaneous {
	background-color: #c9d691;
	background: url(../images/bg-misc-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    #home {
	background: url(../images/header-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
}	
	#gallery {
	background: url(../images/bg-gallery-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
	
	#miscellaneous {
	background-color: #c9d691;
	background: url(../images/bg-misc-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	#home {
	background: url(../images/header-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
	
	#gallery {
	background: url(../images/bg-gallery-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
	
	#miscellaneous {
	background-color: #c9d691;
	background: url(../images/bg-misc-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
}

/* ----------- iPhone 11 pro max----------- */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) {
		#home {
	background: url(../images/header-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}	
	
	#gallery {
	background: url(../images/bg-gallery-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
	
	#miscellaneous {
	background-color: #c9d691;
	background: url(../images/bg-misc-op-comp.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	}
}

