/*
- Body
- Generelle Struktur
- Schriftarten & Ueberschriften
- Links
- Buttons
- Header
- Navigation
- Contentbereich
- Tabulatoren
- Formulare & Inputs & Labels
- Footer
- Misc
- Aenderungen an jquery-ui
- Carousel
 */
 
  
 /*Media Queries*/
 /*
 @media (min-width: 760px) {
.klassenname {	
	}
}

@media (max-width: 1200px) {
.klassenname {	
	}
}

 @media (min-witdh: 990px) and(max-width: 1200px) {
.klassenname {	
	}
}
*/
 

/*Body
-------------------------------------------------------------------*/

html {
	
	background-color: rgba(249, 248, 242, 1.0);
}

body{
		
		background-color: rgba(249, 248, 242, 1.0);
		
}

.page-container {
/*-----ist das hier noch aktiv???? War als id angeben .... -----*/

	width:90%;	
	max-width:1200px;
	margin:auto;
}


/*-----Hintergrund-----*/
body.custom-background {
	background-image: none;
	/* background-color:#f9f8f2; */
	background-color: rgba(249, 248, 242, 1.0);
}

/*----- Navigationsleite Oben -----*/


.drei_linien{
		
		top: 16px;
}
	



.ohne_abstand_unten{
	margin-bottom: -4px;
}

.ohne_abstand_oben{
	margin-top: -4px;
}

.abstand_unten_xxs{
	margin-bottom: 2px;
}

.abstand_unten_xs{
	margin-bottom: 4px;
}

.abstand_unten_s{
	margin-bottom: 8px;
}

.abstand_unten_m{
	margin-bottom: 16px;

}

.abstand_unten_l{
	margin-bottom: 26px;

}

.abstand_unten_xl{
	margin-bottom: 36px;

}

.abstand_unten_xxl{
	margin-bottom: 90px;

}

.abstand_unten_xxxl{
	margin-bottom: 240px;

}

.abstand_unten_s_neg{
	margin-bottom: -4px;
}

.abstand_unten_m_neg{
	margin-bottom: -8px;
}

.abstand_oben_s_neg{
	margin-top: -4px;
}

.abstand_oben_m_neg{
	margin-top: -8px;
}


.abstand_oben_xxs{
	margin-top: 2px;

}


.abstand_oben_xs{
	margin-top: 4px;

}


.abstand_oben_s{
	margin-top: 8px;
}



.abstand_oben_sm{
	margin-top: 12px;

}

.abstand_oben_m{
	margin-top: 16px;

}

.abstand_oben_l{
	margin-top: 26px;

}

.abstand_oben_xl{
	margin-top: 46px;

}

.abstand_oben_xxl{
	margin-top: 90px;

}

.abstand_oben_xxxl{
	margin-top: 140px;

}

.abstand_oben_xxxxl{
	margin-top: 240px;

}

.abstand_links_s{
	margin-left: 5px;

}

.abstand_links_m{
	margin-left: 10px;

}

.abstand_links_l{
	margin-left: 20px;

}



.abstand_rechts_s{
	margin-right: 6px;
}

.abstand_rechts_m{
	margin-right: 10px;
}

.abstand_rechts_l{
	margin-right: 20px;
}

.abstand_rechts_xl{
	margin-right: 36px;
}


.nach_rechts{
	float: right;
}



/*Schriftarten & Ueberschriften
-------------------------------------------------------------------*/
/*--- Benutzte Farben:
schwarbraun:#1e1711
braun:#7f7870 für Schrift
braun dunkler: #5e564e für normale Schrift
braun heller: #a29b94 --- oder: #b5aa9e für kleine Schrift
tuerkis-Schrift:#376c70
tuerkis-Flächen:#6daca3
tuerkis-Flächen Hell:#cae7e3
hellgrau hintergrund: #f9f8f2
hellgrau dunkler: #ebe8d7 (z.B. für Knöpfe)
weiss: #fefdfb
Überschriften: Cartoonist, Bold, 16px, schwarzbraun, braun
Titel, Knoepfe: Roboto, medium, 11px, schwarzbraun
Variable Angaben: Roboto, bold, 11px, tuerkis
Text: Roboto, light, 11px, braun
*/

a {
    color: #3f5784;
	text-decoration: none;
}

a:visited {
	color: #3f5784;
    text-decoration: none;
}


a:hover {
    color: #cd2828;
	 text-decoration: underline;
}



body{

	font-family: "Garamond";
	font-weight: normal;
	font-size:18px;
	color:#5e564e;

}

p{
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;

}



/*--Ueberschriften--*/
h1,h2,h3 { 
	font-family: "Garamond";
	font-weight: bold;
	color:#1e1711;
	
	}

h1 { 
	font-size:24px;
	margin-top: 0px;	
	margin-bottom: 10px;
}

h2 { 
	font-size:24px; 
	margin-top: 0px;	
	margin-bottom: 10px;
}

h3 { 
	font-size:20px; 
	margin-top: 0px;
	
}

h4 { 
	font-size:14px; 
	margin-top: 0px;
	margin-bottom: 0px;
	
}

button {
	background-color:#ebe8d7;
}



.txt_normal{
	font-family: "Garamond";
	font-weight: normal;
	font-size:14px;
	color:#5e564e;
	
}


.txt_mini{
	font-family: "Garamond";
	font-weight: normal;
	font-size:8px;
	color:#a29b94;
	line-height: 16px;
	/* color:#b5aa9e; */
	
}

.txt_mono{
	font-family: "Courier New";
	font-weight: normal;
	font-size:14px !important;
	color:#5e564e;
	line-height: 18px;
	/* color:#b5aa9e; */
	
}

.bild_txt_hell{

	color:#fefdfb;
	/* background-color: rgba(100,94,87,0.4); */
	padding-top:8px;
	padding-right:4px;
	padding-bottom:8px;
	padding-left:12px;
}

.hinten_halb_grau{

	color:#fefdfb;
	background-color: rgba(100,94,87,0.4);
}

.bild_txt_dunkel{

	color: rgba(48,44,40,1.0);
	background-color: rgba(254,253,251,0.4);
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	padding-left:12px;
}


.txt_titel{
	font-family: "Garamond";
	font-weight: bold;
	font-size:10px;
	color:#1e1711;
}

.dick_im_text{
	font-family: "Garamond";
	font-weight: bold;
	font-size:10px;
	color:#1e1711;
}

.txt_label{
	font-family: "Garamond";
	font-weight: bold;
	font-size:8px;
	color:#7f7870;
}

.txt_edit{
	font-family: "Garamond";
	font-weight: normal;
	font-size:10px;
	color:#6daca3;
	
}

.txt_edit_sehr_fett{
	font-family: "Garamond";
	font-weight: bold;
	font-size:10px;
	color:#6daca3;
	
}

.txt_edit_noch_fetter{
	font-family: "Garamond";
	font-weight: bold;
	font-size:14px;
	color:#6daca3;
	
}





.txt_fett_preis{
	font-weight: bold;
	font-size:18px;
	
}


.txt_dick{
	font-weight: bold;
	font-size:10px;
	/* color:#a29b94; */
	/* line-height: 16px; */
	/* color:#b5aa9e; */
	
}

.txt_rechts{
	text-align: right;
}

.txt_unten{
	vertical-align: bottom;
}



/*Footer
-------------------------------------------------------------------*/
/*----- -----*/

/*Misc
-------------------------------------------------------------------*/
