/* ================================== */
/* Copyright 2017 Tanja Ruprecht					*/
/* thank you for looking at this code */
/* ================================== */

/* ========== SCHRIFTARTEN IMPORTIEREN ======== */
@import url('https://fonts.googleapis.com/css?family=Ubuntu');


/* ======================= ALLGEMEINE DEFINITIONEN ========================= */

body {
	background:url(bilder/hintergrund_dreiecke_wiir-04.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment:fixed;
	font-family: 'Ubuntu', sans-serif;
}

#container {
	background:rgba(255,255,255,0.7);
	/*border:1px solid #000;*/
	margin:0 auto; /* horizontal zentriert */
	max-width:1020px; /* maximalbreite definieren */
}

div {
	box-sizing:border-box; /* damit border und padding nicht addiert werden */
}

h1, h2, h3, h4 {
	margin:30px 0px 30px 30px ;
}

.inhalt{
	letter-spacing: 1px;
	line-height: 25px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#block{
	float:left;
	height:100%;
}

#inhalt_links{
	letter-spacing: 1px;
	line-height: 25px;
	float:left;
	padding: 15px 30px 30px 30px;
	width:50%;
}

#inhalt_rechts{
	letter-spacing: 1px;
	line-height: 25px;
	float:left;
	padding: 15px 30px 30px 30px;
	width:50%;
}


/* ============================= ALLGEMEINE LINK DEFINITION ====================*/
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
}
a:hover {
	color:#333;
	font-weight: bold;
}
a:active {
	color:#333;
}


/* ================================= LOGO ===================================== */

#hintergrundlogofotografie{
	background:url(bilder/oberhofen_gross.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding-bottom:100px;
	padding-top: 100px;
	position:relative;
}

#hintergrundlogodesign{
	background:url(bilder/jar_of_memories_gross.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding-bottom:100px;
	padding-top: 100px;
	position:relative;
}

#hintergrundlogokontakt{
	background:url(bilder/handshake.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding-bottom:100px;
	padding-top: 100px;
	position:relative;
}

#hintergrundlogo3d{
	background:url(bilder/kueche.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding-bottom:100px;
	padding-top: 100px;
	position:relative;	
}

#hintergrundlogoabout{
	background:url(bilder/tanja.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding-bottom:100px;
	padding-top: 100px;
	position:relative;
}

#hintergrundlogomodul3{
	background:url(bilder/modul3.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding-bottom:100px;
	padding-top: 100px;
	position:relative;
}

#logo {
	left:0;
	position: absolute;
  	top:0;
	}

#logohome{
	background: rgba(0,0,0,0.8);
	padding: 30px 0px 30px 5px;
}

/* ================================ NAVIGATION =============================== */
#burger{
	background: rgba(0,0,0,0.8);
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#burger a{
	color:#fff;
	display: none;
	}

#burger .aktiv {
	background-color:#ffa500;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	}

#titelbutton{
	display: none;
	font-size: 2em;
	}

#hauptnavigation {
	background: rgba(0,0,0,0.8);
	}
		
	#hauptnavigation ul {
		display:table;
		margin:0px;
		padding:0px;
		width:100%;
		}
		
	#hauptnavigation li {
		/*float:left; schwierige Variante */
		display:table-cell;
		list-style-type:none;
		text-align:center;
		padding:20px;
		transition:all 0.2s ease-in-out; /*?????? */
		text-transform:uppercase;	
		width:16.66666666666666666%; /* hier 100% / Anzahl Menüpunkte */	
		}
		
	#hauptnavigation li:hover {
		background:rgba(0,0,0,1);
		transition:all 0.5s ease-in-out;
		}
		
	#hauptnavigation li:last-child {
		/* das letzte Element in dieser Hierarchie */
		border-right:none;	
		}

	#hauptnavigation a:link {
		color:#FFF;
		text-decoration:none;		
		}

	#hauptnavigation a:visited {
		color:#FFF;
		}
		
	#hauptnavigation .aktiv {
		background-color:#ffa500;
		}

/* ================================ HOME =============================== */

#icon{
	/*border: 10px solid #004;*/
	padding-top: 30px;
	display: table;
	width: 100%;
	}

.links_icon{
	/* border: 4px solid #834; */
	border-right: 4px solid #000;
	display: table-cell;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 33.333333333333333%;
	}

.mitte_icon{
	/* border: 4px solid #754; */
	border-right: 4px solid #000;
	display: table-cell;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 33.333333333333333%;
	}

.rechts_icon{
	/*border: 4px solid #154; */
	display: table-cell;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 33.333333333333333%;
	}

/* ================================ FORMULAR =============================== */

 #formular {
	 		/* border: 10px solid #004; */
	 		float: left;
	  		letter-spacing: 1px;
			line-height: 25px;
	 		margin: 0px 0px 30px 30px;
            max-width: 600px;
	 		width: 70%;
        }
	
        .form-item {
            display: block;
            margin-bottom: 10px;
        }

        .form-item label {
            display: block;
        }

        .form-item input[type=text], .form-item textarea, .form-item input[type=submit] {
            box-sizing: border-box;
			width: 80%;  
        }

        .form-item input[type=submit]:hover {
            background-color: #DCDCDC;
            color: white;
        }

        .form-item select {
            margin: 0;
            padding: 0;
			width: 80%;
        }

        /* Formularfelder gestalten */
        .formular_feld {
            background: #DCDCDC;
            border: 1px solid #DCDCDC;
           	border-radius: 5px; 
            /*color: #000000; */
            font-size: 1em;
            padding: 5px;
        }

        .formular_radio {
            background: #FFFFFF;
            border: 1px solid #fff;
            border-radius: 5px;
            font-size: 1em;
        }

#adresse {
	/* border: 10px solid #004; */
	float:left;
	font-size:1em;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 30px 30px 0px 0px;
	text-align:left;
	width: 30%;
}


/* ================================= GALERIE ================================ */


#bildergalerien{
	/*border: 10px solid #004;*/
	display: table;
	width: 100%;
	}

.bildtitel{
	/*border: 4px solid #004;*/
	position: absolute;
	top:40%;
	text-align: center;	
	width:100%;
	}

.bildtiteltext {
	background: rgba(0,0,0,0.75);
	/* border: 4px solid #934;*/
	color: #fff;
	display:inline-block;
	font-size: 1em;
	padding:10px;
	}

.links_fotos{
	/* border: 4px solid #834; */
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 33.333333333333333%;
	}

.mitte_fotos{
	/* border: 4px solid #754; */
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 33.333333333333333%;
	}

.rechts_fotos{
	/*border: 4px solid #154; */
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 33.333333333333333%;
	}



/* ================================ About =============================== */





/* ================================ FUSSZEILE =============================== */

#fusszeile {
	background: rgba(0,0,0,0.8);
	color: #fff;
	clear:both; /* damit links und rechts nichts schwebt */
	font-size:1em;
	letter-spacing: 1px;
	line-height: 25px;
	padding-top:20px;
	padding-bottom: 10px;
	text-align:center;
	}

	#socialmedia ul {
		background:rgba(0,0,0,0.8);
		color:#fff;
		display:table;
		margin:0px;
		margin-top: 30px;
		max-height: 970px;
		padding:0px;
		width:100%;
		}

	#socialmedia li{
		display:table-cell;
		list-style-type:none;
		line-height:2em;
		padding:5px;
		text-align:center;
		transition:all 0.2s ease-in-out; /*?????? */
		}

	#socialmedia .fa {
		color:#ccc;
		}

	#socialmedia .fa:hover {
		background:rgba(0,0,0,1);
		}

 	#fusszeile a:link {
		color:#fff;
		text-decoration-line: underline;
		}
	#fusszeile a:visited {
		color:#fff;
		}
	#fusszeile a:hover {
		color:#fff;
		font-weight: bold;
		text-decoration-line: underline;
		}
	#fusszeile a:active {
		color:#fff;
		}

/* ================================ RESPONSIVE 850PX =============================== */

@media screen and (max-width:850px){
	.links_icon{
		border-right: none;
		border-bottom: 4px solid #000;
		display: block;
		width: 100%;
	}

	.mitte_icon{
		border-right:none;
		border-bottom: 4px solid #000;
		display: block;
		width: 100%;
	}

	.rechts_icon{
		display: block;
		width: 100%;
	}
	
}

/* ================================ RESPONSIVE 920PX =============================== */

@media screen and (max-width:960px){
	
	.links_fotos{
		display: block;
		margin-bottom: 30px;
		width: 100%;
		}

	.mitte_fotos{
		display: block;
		margin-bottom: 30px;
		width: 100%;
		}

	.rechts_fotos{
		display: block;
		margin-bottom: 30px;
		width: 100%;
		}	
	
	#adresse {
		margin-left: 30px;
		margin-bottom: 30px;
		width: 100%;
		float:left;
		text-align:left;
		}
	
	#block {
		text-align:justify;
		}	
	
	#inhalt_links, #inhalt_rechts {
		display:block;
		width:100%;
		}
		
	#formular {
	 	width: 100%;
        }
}

/* ================================ RESPONSIVE 600PX =============================== */

@media screen and (max-width:600px){

	#titelbutton{
		display: block;
	}
	
	#burger a{
		display: block;
	}
	
	#hauptnavigation{
		display:none;
	}
	
	.links_fotos{
		display: block;
		width: 100%;
		}

	.mitte_fotos{
		display: block;
		width: 100%;
		}

	.rechts_fotos{
		display: block;
		width: 100%;
		}

	.links_icon{
		display: block;
		width: 100%;
	}

	.mitte_icon{
		display: block;
		width: 100%;
	}

	.rechts_icon{
		display: block;
		width: 100%;
	}
	#adresse {
		margin-left: 30px;
		margin-bottom: 30px;
		width: 100%;
		float:left;
		text-align:left;
	}
		
	#formular {
	 	width: 100%;
        }
	
	
}
	
	

	
	





