/* CSS Document */

/* Copyright von Valérie Meister 2017 */
/* Vielen Dank fürs anschauen         */


/* =========================== */
/* Allgemeine Stildefinitionen */
/* =========================== */

body {
	font-family: 'Sintony', Verdana, sans-serif; 
}

html {
	background:linear-gradient(to left, rgb(105,156,160) 25%, rgb(84,129,162) 75%);
	background-size:cover; /* füllt den ganzen Bereich aus */
}

h1 {
	font-size:20px;
	margin-bottom:10px;
	text-transform:uppercase;	
}


h1,h2 {
	color:#5481a2;
	letter-spacing:3px;
}

h2 {
	font-weight:normal; /* Titel ist standardmässig fett definiert */
	font-size:18px;
	margin-bottom:-15px;
}

p {
	line-height:1.8em;
}

a {
	color:#5481a2;
}

div {
	box-sizing:border-box;		
}

/* Pseudoselektoren für Links */

a:link { /* normaler Text */
	font-weight:bold;
}

a:visited { /* wenn besucht */
	background:#5481a2;
}

a:hover { /* bei RollOver */
	/* background:#fff; */
	font-weight:bold;
	text-decoration:underline;
}

a:active { /* beim anklicken */
	text-decoration:none;
}

/* Klassendefinitionen */

/* ============================= */
/* DIV Design der Boxen (Layout) */
/* ============================= */

#adresse {
	margin-bottom:20px;
}

#adresse a {
	color:#000;
	background:none;
	font-weight:normal;
}

#adresse a:hover {
	color:#000;
	text-decoration:underline;
}
	
#container {
	background:rgba(237,237,237,0.7);
	border-radius:10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	float:left;
	margin-left:30px;
	margin-top:30px;
	padding:20px 30px 10px 30px;
	width:80%;
}

#content {
	margin-top:100px;
	}

#logo {
	float:left;
	margin-right:10px;
	width:10%;
}

#logo a {
	text-decoration:none;
}

#bild_rechts {
	float:right;
	margin-top:30px;
	padding-right:20px;
	text-align:right;
	width:15%;
}

#navigation {
	font-size:18px;
	letter-spacing:2px;
	position:relative;
	text-transform:uppercase;
	width:100%;
}

#navigation a {
	border-left:3px solid #ededed;
	float:left;
	padding:10px 10px;
	text-decoration: none;
}

#navigation a:last-child {
	border-right:3px solid #ededed;
} 

#navigation a:hover {
	background:#5481a2;
	color:#ededed;
	padding:10px 10px;
	text-decoration:none;
}

#navigation a.aktiv {
	background:#5481a2;
	color: #ededed;
}

#navigation.unternavi {
	float:left;
	font-size:15px;
	text-transform:none;
	width:85%;
}

#navigation.unternavi a:hover {
	background:#699ca0;
}

#navigation.unternavi a.aktiv {
	background:#699ca0;
}

#mobilenavigation {
	display:none;
}

#inhalt {
	float:left;
	padding:10px;
	margin-bottom:20px; /* drückt die Fusszeile runter */
	margin-top:30px;
	width:100%;
}

#inhalt a {
	background:none;
	text-decoration:none;
}
	
#inhalt img { /* alle Bilder, welche sich im Inhalts Div befinden */
	border:3px solid #ededed;
	border-radius:5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	margin:0px 10px 10px 0px;
	width:18%;	
}

#inhalt img.bild_start {
	width:100%;
}

#inhalt img.muetzen_uebersicht {
	width:45%;	
}

#inhalt img.wolle {
	border:none;
	width:85%;
}

#inhalt img.pflege {
	border:none;
	float:left;
	margin-right:15px;
	width:5%;
}

#inhalt img.bild_links {
	float:left;
	margin-right:20px;
	width:350px;
}

#mobilebilder {
	display:none;
}

#farben {
	float:left;
	width:12%;
}

#farben .farben {
	line-height:1em;
	margin-top:1px;
}

#pflege {
	float:left;
	width:100%;
}

video {
	background:rgba(245,167,118,0.8);
	border:3px solid #ededed;
	float:left;	
	width:100%;
}

/* Formulardefinitionen */

form {
  	background-color:rgba(245,167,118,0.8);
	border:3px dashed #000;
	border-radius:10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	padding:10px; 
	width: 95%; /* Breite des Formulars */	
}

form a {
	color:#000;
}

label {
	display:block;
	float:left;
	margin-bottom:20px;
	padding:5px;
}

.labelfarbe {
	margin-bottom:5px;
}

.title {
	clear:left;
	float:left;
	font-weight:bold;
	width:20%;	
}

input[type=text] {
  	background-color:#ededed;
  	border: 1px solid #8c8c8c;
	border-radius:5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	font-family: 'Sintony', Verdana, sans-serif; 
	font-size:16px;
	margin-bottom:20px;
	padding:5px;
	width:75%;
}

input[type=email] {
  	background-color:#ededed;
  	border: 1px solid #8c8c8c;
	border-radius:5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	font-family: 'Sintony', Verdana, sans-serif; 
	font-size:16px;
	margin-bottom:20px;
	padding:5px;
	width:75%;
}

input:focus {
  	background-color:#D5D5D5;
}

input[type=radio] {
	cursor:pointer;
	float:none;
}

input[type=checkbox] {
	clear:left;
	cursor:pointer;
	display:inline-block;
	float:none;
}

select {
	clear:left;
	margin-bottom:30px;
	padding:5px;
}

textarea {
  	background-color:#ededed;
  	border: 1px solid #8c8c8c;
	border-radius:5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
  	font-family: 'Sintony', Verdana, sans-serif; 
	font-size:16px;
	height:7em;
 	margin-bottom:30px;
	padding:5px;
	width:96%;
}

textarea:focus {
  	background-color:#D5D5D5;
}

input#submit {
	background-color:#D5D5D5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	cursor:pointer;
	font-family: 'Sintony', Verdana, sans-serif; 
	font-size:16px;
	font-weight:bold;
	margin-bottom:40px;
	margin-top:20px;
	padding:10px;
  	width:40%; 
}

input#submit:hover {
	background-color:#DE7E60;
}

input#send {
	background-color:#D5D5D5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	cursor:pointer;
	font-family: 'Sintony', Verdana, sans-serif; 
	font-size:16px;
	font-weight:bold;
	margin-bottom:40px;
	margin-top:20px;
	padding:10px;
  	width:40%; 
}

input#send:hover {
	background-color:#DE7E60;
}

/* Fusszeilendefinitionen */

#fusszeile {
	border-top:1px dashed #555;
	clear:both; /* damit links und rechts nichts kommt */
	font-size:12px;
	padding:5px;
}

#fusszeile_links {
	float:left;
	width:50%;
}

#fusszeile_mitte {
	float:left;
	margin:0 auto;
	width:25%;
}

#fusszeile_rechts {
	float:left;
	text-align:right;
	width:25%;
}

#fusszeile a {
	color:#5481a2;
	background:none;
	font-weight:normal;
	text-decoration:none;
}

#zumanfang {
	display:none;
	}

/* ============================= */
/* Responsive Design für Tablets */
/* ============================= */


@media screen and (max-width:1024px) {
#container {
	margin:0 2%;
	margin-top:20px;
	padding:2%;
	width:96%;
}
	
body {
	margin:0;
}

#bild_rechts {
	display:none;
}

#logo {
	width:12%;
}

#navigation {
	/* background:rgba(237,237,237,0.7); */
	/* float:left; */
	font-family: 'Sintony', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	margin:0 auto; /* zentriert diese DIV */
	position:relative;
	text-transform:uppercase;
	width:100%;
}

#navigation a {
	border-left:3px solid #ededed;
	float:left;
	color: #5481a2;
	padding:10px 10px;
	text-decoration: none;
}

#navigation a:last-child {
	border-right:3px solid #ededed;
} 

#navigation a:hover {
	background:#5481a2;
	color: #ededed;
	padding:10px 10px;
	text-decoration:none;
}

#navigation a.aktiv {
	background:#5481a2;
	color: #ededed;
}

#navigation.unternavi {
	float:left;
	font-size:14px;
	text-transform:none;
	width:83%;
}

#navigation.unternavi a:hover {
	background:#699ca0;
}

#navigation.unternavi a.aktiv {
	background:#699ca0;
}

#inhalt img { 
	border:3px solid #ededed;
	margin:0px 10px 10px 0px;
	/* padding:1px; */
	width:20%;	
}	

#inhalt img.wolle {
	width:100%;
}

#inhalt img.muetzen_uebersicht {
	width:40%;	
}

video {
	background:none;
	border:3px solid #ededed;
	display:block;
	width:100%;
}

#pflege {
	float:left;
	width:100%;
}

#pflege .pflege {
	line-height:1.2em;
	margin-top:0px;
	width:100%;
}

#farben {
	margin-right:10px;
	width:15%;
}

p .farben {
	line-height:1em;
	margin-top:1px;
}


}	

/* ============================= */
/* Responsive Design Smartphones */
/* ============================= */

@media screen and (max-width:600px) {
#container {
	margin:0 2%;
	margin-top:10px;
	padding:2%;
	width:96%;
}
	
body {
	margin:0;
}

p {
	line-height:1.4em;
}

p.beschriftung {
	font-size:11px;
	line-height:1em;
	padding-bottom:10px;
}

p.pflege {
	float:left;
	line-height:1em;
}

#inhalt img.muetzen_uebersicht {
	width:100%;	
}

#inhalt img.bild_links {
	float:left;
	margin-right:20px;
	width:100%;
}

#bild_rechts {
	display:none;
}

#logo {
	float:left;
	margin-bottom:10px;
	width:25%;
}

#inhalt {
	margin-top:10px;
}

#inhalt img { 
	border:3px solid #ededed;
	display:block;
	margin:0px 10px 10px 0px;
	/* padding:1px; */
	width:100%;	
}	

#inhalt img.wolle {
	width:100%;
}

#inhalt img.pflege {
	border:none;
	float:left;
	margin-right:10px;
	width:25%;
}

#pflege {
	float:left;
	width:100%;
}

#pflege .pflege {
	margin-top:0px;
	width:70%;
}

#farben {
	margin-right:10px;
	width:45%;
}

p .farben {
	line-height:1em;
	margin-top:1px;
}

/* Navigation */

#navigation a{
	display:none;
}

#mobilenavigation {
	display:block;
	float:left;
	font-family: 'Sintony', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	width:100%;
}

#mobilenavigation a {
	border-left:3px solid #ededed;
	display:block;
	padding:5px 5px 5px 8px;
	text-decoration:none;
}
 
#mobilenavigation a:hover {
	background:#5481a2;
	color: #ededed;
	text-decoration:none;
}

#mobilenavigation a.aktiv {
	background:#5481a2;
	color: #ededed;
}

#mobilenavigation #untermenu {
	font-size:12px;
	text-align:left;
	text-transform:none;
	position:relative;
	width:100%;
}

#mobilenavigation #untermenu a:hover {
	background:#699ca0;
}

#mobilenavigation #untermenu a.aktiv {
	background:#699ca0;
}

#screenbilder {
	display:none;
}

#mobilebilder {
	display:block;
}

video {
	background:none;
	border:3px solid #ededed;
	display:block;
	width:100%;
}

/* Formulardefinitionen */

form {
  	background:none;
	border:none;
	padding:0px;
	width: 95%; /* Breite des Formulars */	
}

label {
	display:block;
	float:left;
	margin-bottom:0px;
	padding:0px;
	width:95%;
}

.title {
	margin-bottom:0px;
	width:100%;
}

.radio {
	margin-bottom:10px;
	width:50%
}

.beschreibung {
	width:100%;
}

input[type=text] {
	margin-bottom:10px;
	padding:5px;
	width:95%;
}

input[type=email] {
	margin-bottom:10px;
	padding:5px;
	width:95%;
}
textarea {
 	margin-bottom:20px;
	padding:0px;
	width:98%;
}

input#submit {
	margin-bottom:20px;
	margin-top:10px;
	padding:10px;
  	width:60%; 
}

/* Fusszeile */

#fusszeile_links {
	width:50%;
}

#fusszeile_mitte {
	text-align:right;
	width:50%;
}

#fusszeile_rechts {
	display:none;

}

/* ----- zum Anfang: ----- */

#zumanfang {
	display:block;
	}
		
.zumanfang {
	float:left;
	font-size:13px;
	margin-bottom:20px;
	padding:5px;
	/* position:fixed; */
	width:100%;
	}
	
a.zumanfang {
	text-decoration:none;
	}

}	
	