@charset "utf-8";
/* CSS Document */


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66%; }
.span_1_of_3 { width: 32%; }



/* RESPONSIVE GRID SYSTEM =============================================================================  */

/*  IMPORT FONTS  ============================================================================= */

@font-face {
    font-family: 'GoudyBookletter1911Regular';
    src: url('/fonts/goudy_bookletter_1911-webfont.eot');
    src: url('/fonts/goudy_bookletter_1911-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/goudy_bookletter_1911-webfont.woff') format('woff'),
         url('/fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'),
         url('/fonts/goudy_bookletter_1911-webfont.svg#GoudyBookletter1911Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 	
color : #000; 
text-align: center;
background: #fff url(/images/bodyback.png) left top;
}

button, 
input, 
select, 
textarea { 
font-family : 'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  'Oswald', MuseoSlab300, 'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 10px;
font-weight:300;
}

h1 { 
font-family:  'Oswald', LeagueGothicRegular, 'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
color: #fff;
margin-bottom : 0.2em;
font-size : 2.2em; 
line-height : 1.4;
font-weight:800;
}

h2 { 
color: #22fff;
margin-bottom : .5em;
margin-top : .6em;
font-size : 2.0em; /* 40 / 16 */
line-height : 1.2;
font-weight:400;
}

h3 { 
color: #fff;
margin-bottom : 0.3em;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #fff;
margin-bottom : 0.5em;
font-size : 1.4em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }


.clear{

clear:both;
}




/*  TOGGLE BOX  ============================================================================= */

  /* Verstecke die Checkbox */
  .toggle-checkbox {
    display: none;
  }

  /* Stil für den Link/Header */
  .toggle-label {
    cursor: pointer;
    color: #fff; /* Typische Linkfarbe */
    text-decoration: none;
	font-size:1.4em;
	
	
	display: flex;
	align-items: flex-start;
  	gap: 10px;
	background-color:#01316a;
	padding:10px;
	margin:0 auto 10px auto;
	width:90%;}

  /* Inhalt standardmäßig verstecken */
  .toggle-content {
    display: none;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:0;
	margin-left:auto;
	margin-right:auto;
    margin-top: -15px;
	margin-bottom: 10px;
    background-color: #012f65;
	font-size:1.1em;
	border-radius: 10px;
	border-top:1px solid #024492;
	border-left:1px solid #024492;
	border-bottom:2px solid #011f42;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
	width:90%;
  }

  /* Zeige den Inhalt, wenn die Checkbox gecheckt ist */
  .toggle-checkbox:checked + .toggle-label + .toggle-content {
    display: block;
  }

  /* Optional: Änderung des Labels (z.B. Pfeil) */
  .toggle-label::before {
    content: "▶";
  display: inline-block;
  transition: transform 0.3s ease;
  
  /* NEU: Verhindert, dass der Pfeil schrumpft */
  flex-shrink: 0;
  width: 1em; /* Feste Breite für exakte Ausrichtung */
  text-align: center;
  background-color:#01316a;
  }

  .toggle-checkbox:checked + .toggle-label::before {
    transform: rotate(90deg); /* Pfeil nach unten drehen */
  }


/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.4em; 
font-size : 1.1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-family:  'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 1.7em; 
color: #333;
line-height: 1.4em;
margin-bottom: 0.5em;
}


p.handwritten {
font-family: 'Gloria Hallelujah', cursive;
font-size: 1.375em; /* 24 / 16 */
line-height: 1.5em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}


ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #00a5db;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #00a5db; }

a:focus { 
outline : thin dotted; 
color : #00a5db; }

a:hover, 
a:active { 
outline : 0;
color : #61c2ff;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 1em 0 0; }
img.floatright { float: right; margin: 0 0 0 1em; }


img.circular { border-radius: 50%; }


.intro-benefits img { margin:10px 8px 0 0 ; }

/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
font-weight:300;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }


/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }


/* Grundstruktur */
#nav { 
    background: #00224b url(/images/bodyback.png); 
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2); 
    width: 100%; 
    position: fixed; 
    z-index: 9; 
    text-align: center;
    display: flex;
    flex-direction: column; /* Stapelt die ULs am Desktop untereinander */
}

#nav_biolust { 
    background: #182600 url(/images/bodyback.png); 
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2); 
    width: 100%; 
    position: fixed; 
    z-index: 9; 
    text-align: center;
    display: flex;
    flex-direction: column; /* Stapelt die ULs am Desktop untereinander */
}

#nav_biobalance { 
    background: #000000 url(/images/bodyback.png); 
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2); 
    width: 100%; 
    position: fixed; 
    z-index: 9; 
    text-align: center;
    display: flex;
    flex-direction: column; /* Stapelt die ULs am Desktop untereinander */
}


#nav ul { list-style: none; margin: 0; padding: 0; }
#nav li { display: inline-block; }

#nav_biolust ul { list-style: none; margin: 0; padding: 0; }
#nav_biolust li { display: inline-block; }

#nav_biobalance ul { list-style: none; margin: 0; padding: 0; }
#nav_biobalance li { display: inline-block; }


#nav a { 
    display: block; 
    padding: .9em 1.5em; 
    font-size: 1em; 
    font-family: 'Oswald'; 
    font-weight: bold; 
    color: #fff; 
    text-decoration: none; 
}

#nav_biolust a { 
    display: block; 
    padding: .9em 1.5em; 
    font-size: 1em; 
    font-family: 'Oswald'; 
    font-weight: bold; 
    color: #fff; 
    text-decoration: none; 
}

#nav_biobalance a { 
    display: block; 
    padding: .9em 1.5em; 
    font-size: 1em; 
    font-family: 'Oswald'; 
    font-weight: bold; 
    color: #fff; 
    text-decoration: none; 
}


/* Spezifisches Styling für die 2. Zeile (optional) */
.secondary-nav {
    background: rgba(0, 0, 0, 0.2); /* Etwas dunkler abgesetzt */
	border-top:1px solid #000a17;
}

.secondary-nav_biolust {
    background: rgba(0, 0, 0, 0.2); /* Etwas dunkler abgesetzt */
	border-top:1px solid #090e00;
}

.secondary-nav_biobalance {
    background-color: #242424;
	border-top:1px solid #2f2f2f;
}

.secondary-nav a {
    font-size: 0.9em !important; /* Etwas kleiner */
    padding: .5em 1.5em;
}

.secondary-nav_biolust a {
    font-size: 0.9em !important; /* Etwas kleiner */
    padding: .5em 1.5em;
}

.secondary-nav_biobalance a {
    font-size: 0.9em !important; /* Etwas kleiner */
    padding: .5em 1.5em;
}

#nav a:hover { color: #4b9dff; }
#nav a.active { background: #fff; color: #000; border-bottom:2px solid #4b9dff;}

#nav_biolust a:hover { color: #72b500; }
#nav_biolust a.active { background: #fff; color: #000; border-bottom:2px solid #6aa703;}

#nav_biobalance a:hover { color: #b4b4b4; }
#nav_biobalance a.active { background: #fff; color: #000; border-bottom:2px solid #858585;}

/* Hamburger Verstecken */
#menu-toggle, .hamburger, .hamburger_biolust, .hamburger_biobalance { display: none; }

/* --- Mobile Ansicht --- */
@media screen and (max-width: 768px) {
    .hamburger {
        display: block;
        font-size: 2em;
        color: #fff;
        padding: 10px;
        cursor: pointer;
    }

	.hamburger_biolust {
        display: block;
        font-size: 2em;
        color: #ffd700;
        padding: 10px;
        cursor: pointer;
    }
	
	.hamburger_biobalance {
        display: block;
        font-size: 2em;
        color: #d7a029;
        padding: 10px;
        cursor: pointer;
    }


    /* Beide Listen standardmäßig verstecken */
    #nav ul {
        display: none;
        width: 100%;
        background-color: #00224b;
    }

    #nav li {
        display: block;
        width: 100%;
    }
	
	#nav_biolust ul {
        display: none;
        width: 100%;
        background-color: #182600;
    }

    #nav_biolust li {
        display: block;
        width: 100%;
    }
	
	
	#nav_biobalance ul {
        display: none;
        width: 100%;
        background-color: #252525;
    }

    #nav_biobalance li {
        display: block;
        width: 100%;
    }
	

    /* WICHTIG: Wenn Checkbox an, zeige BEIDE Listen */
    #menu-toggle:checked ~ ul {
        display: block;
    }

    #nav a {
        border-top: 1px solid rgba(255,255,255,0.1);
    }
	
	#nav_biolust a {
        border-top: 1px solid rgba(255,255,255,0.1);
    }
	
	#nav_biobalance a {
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    
    /* In der mobilen Ansicht die 2. Zeile optisch trennen */
    .secondary-nav {
        border-top: 2px solid #4b9dff;
		
    }
	
	.secondary-nav_biolust {
        border-top: 2px solid #7cc401;
		
    }
	
	.secondary-nav_biobalance {
        border-top: 2px solid #858585;
		
    }
	
	
	.secondary-nav li{
		 background: hsla(0, 0%, 100%, 0.3);
    }
	
	.secondary-nav_biolust li{
		 background: hsla(0, 0%, 100%, 0.3);
    }
	
	.secondary-nav_biobalance li{
		 background: hsla(0, 0%, 100%, 0.3);
    }
	
}





/*#nav { background:#00224b url(/images/bodyback.png); box-shadow:0px 2px 4px rgba(0,0,0,0.2); float:left; width:100%; position:fixed; z-index:9; }
	#nav ul, #nav li { display:inline-block; margin:0; padding:0; }
	#nav a { display:block; padding:.9em 1.5em; font-size:1em; font-family:'Oswald'; font-weight:bold; color:#fff; }
		#nav a:hover {  color:#4b9dff; }
		#nav a.active, #nav a.active:hover { background:#fff; color:#000; }
		#nav a.button { color:#fff; padding:.6em .75em; }*/
		
/*#nav_biolust { background:#182600 url(/images/bodyback.png); box-shadow:0px 2px 4px rgba(0,0,0,0.2); float:left; width:100%; position:fixed; z-index:9; }
	#nav_biolust ul, #nav_biolust li { display:inline-block; margin:0; padding:0; }
	#nav_biolust a { display:block; padding:.9em 1.5em; font-size:1em; font-family:'Oswald'; font-weight:bold; color:#fff; }
		#nav_biolust a:hover {  color:#86c223; }
		#nav_biolust a.active, #nav_biolust a.active:hover { background:#fff; color:#000; }
		#nav_biolust a.button { color:#fff; padding:.6em .75em; }*/


/*#nav_biobalance { background:#000000 url(/images/bodyback.png); box-shadow:0px 2px 4px rgba(0,0,0,0.2); float:left; width:100%; position:fixed; z-index:9; }
	#nav_biobalance ul, #nav_biobalance li { display:inline-block; margin:0; padding:0; }
	#nav_biobalance a { display:block; padding:.9em 1.5em; font-size:1em; font-family:'Oswald'; font-weight:bold; color:#fff; }
		#nav_biobalance a:hover {  color:#a5a5a5; }
		#nav_biobalance a.active, #nav_biolust a.active:hover { background:#fff; color:#000; }
		#nav_biobalance a.button { color:#fff; padding:.6em .75em; }*/


#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
		background: url(../../main/images/bg_start.png) no-repeat center 20px;
		animation: einfliegenOben 0.5s ease-out forwards;
		opacity: 0;
		background-color: #012e65;
		
	}

	@keyframes einfliegenOben {
	  from {
    	transform: translateY(-50px); /* Startet 50px oberhalb der Endposition */
    	opacity: 0;     			/* Startet unsichtbar */
  	}
  	to {
    	transform: translateY(0);    /* Endet an der originalen Position */
    	opacity: 1;					/* Vollständig sichtbar */
  	}
}
	
	

	

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.95em; /* 13 / 16 */
			max-width: 760px;
			margin: 0 auto;
			padding: 160px 0px 30px 0px;
			position: relative;
			color: #fff;
			text-align: center;
		}
 
   			header h2 { margin:0 0 1em 0;  font-weight:300; }
			.twitter-share-button { margin-top:.5em; }
			header a.button { font-size:1.5em; margin:2em 0 1.5em 0; }
			
	#maincontentcontainer {
		width: 100%;
		background-color:#00224b;
	}
	
	#maincontentcontainer_ludwigsluster {
		width: 100%;
		background-image: linear-gradient(to right, #221b47, #004c8c, #221b47);
	}
	
	
	#maincontentcontainer_biolust {
		width: 100%;
		/*background-color:#365700;*/
		background-image: linear-gradient(to right,
                    #1d2a0F, 
                    #76b73a,
                    #1d2a0F);
	}

	#maincontentcontainer_biobalance {
		width: 100%;
		/*background-color:#1b1b1b;*/
		background-image: linear-gradient(to right, #000000, #383838, #000000);
	}	

		.standardcontainer {
			
		}
				
		.standardcontainer_biolust {border-top:1px #45a102 solid;}		
		.standardcontainer_biolust a {color:#50bb02;}		
		.standardcontainer_biolust a:hover {color:#5dd703;}


		.standardcontainer_biobalance {border-top:1px #7f807f solid;}		
		.standardcontainer_biobalance a {color:#a8a9a8;}		
		.standardcontainer_biobalance a:hover {color:#fff;}
		
		
		
		.image-container {
 		 display: flex;				/* Aktiviert Flexbox */
		 flex-wrap: wrap;			/* Ermöglicht den Zeilenumbruch */
		 justify-content: center;   /* Zentriert die Bilder horizontal */
		 align-items: center;       /* Zentriert die Bilder vertikal (optional) */
		 gap: 5px;                  /* Erzeugt einen gleichmäßigen Abstand zwischen den Bildern */
}

		.image-container img {
		 max-width: 100%;          /* Sorgt dafür, dass Bilder nicht den Container sprengen */
		 height: auto;
		 border-radius: 5px;
}

.frame_container {
    display: flex;
    justify-content: center; /* Zentriert horizontal */
    align-items: flex-start; /* Hält das iframe oben fest */
    width: 100%;             /* Nutzt die volle Breite des Elternelments */
    max-width: 1310px;       /* Optional: Begrenzt die maximale Breite */
    margin: 0 auto;          /* Zentriert den Container selbst auf der Seite */
  }

  #lfw_ludwigsluster {
    width: 100%;             /* Das iframe füllt den Container komplett aus */
    min-width: 100%;
    border: none;            /* Entfernt den Rahmen sauber */
    display: block;
	overflow: hidden;
  }

 #lfw_ludwigsluster_ausbildung {
    width: 100%;             /* Das iframe füllt den Container komplett aus */
    min-width: 100%;
    border: none;            /* Entfernt den Rahmen sauber */
    display: block;
	overflow: hidden;
  }


/* Die Klasse deines Bildes */
.bildeinblenden {
  /* Startzustand: Unsichtbar und leicht nach unten verschoben */
  opacity: 0;
  transform: translateY(50px);
  
  /* Definition der Animation */
  view-timeline-name: --revealing-image;
  view-timeline-axis: block;

  /* Verknüpfung der Animation mit dem Scrollvorgang */
  animation: fade-in linear forwards;
  animation-timeline: --revealing-image;
  
  /* Wann die Animation starten und enden soll (Eintritt in den Viewport) */
  animation-range: entry 20% cover 40%;
}

/* Die eigentlichen Keyframes */
@keyframes fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Definition der Animation */
@keyframes slideIn {
  0% {
    /* Start: 100% links außerhalb des Bildschirms und unsichtbar */
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    /* Ende: Ursprüngliche Position und voll sichtbar */
    transform: translateX(0);
    opacity: 1;
  }
}

/* Zuweisung zum Bild */
.slide-in-left {
  width: 1007px; /* Oder eine beliebige Größe */
  animation: slideIn 1s ease-out forwards;
}





		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.33);
		}
		
		.standardcontainer, .darkcontainer, .lightcontainer { border-top:1px #0054ba solid; }
		
		.want-a-website { margin-top:-1px;background:#fff; border-top:6px #2dbbe9 solid; }
		.er-logo { background:#f2f7f8; border:1px #e3f1f5 solid; padding:6.75em 1em; margin:0; text-align:center; }
		
		.want-a-website a.button { background:#2dbbe9; color: #fff; }
		.want-a-website a { color:#2dbbe9; }
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.9em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #fff;
				line-height: 1.5em;
				position: relative;
			}

	#footercontainer {
		width: 100%;	
		border-top: 1px solid #000;
		background: #222 url(../../main/images/footerback.png) left top;
		
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 0px 0px 5px 0px;
			color: #999;
			text-align:center;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


		footer a:link, footer a:visited { color: #999; text-decoration: none; }
		footer a:hover { color: #fff; text-decoration: underline; }
		
		footer a:link.button {text-decoration: none;}

		#tweets {
			margin: 1em auto;
			text-align: center;
			width: 60%;
			}

		
		#twitter_feed_rgt {
			text-align: center;
			}		
			
		.tweet {
			clear: both;
			margin: 1em 0;
			}


		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}
	

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}
			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 1em;
	margin: 0 0 1em 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
	background:#444; color:#fff;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #fff;
	padding: 1em 0;
	text-align:center;
}



/*  SAMPLE  ============================================================================= */

#sample .col {
	background: #fff;
	padding: 1em 0;
	text-align:center;
}

#sample .col .col {
	padding: 0;
}

/*  PADDED  ============================================================================= */

.padded {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);
	padding: 1em;

}

/*  DIVIDE AND CONQUER  ============================================================================= */

#divideandconquer .span_1_of_4:nth-child(4n+1) { clear:left; margin-left: 0; }


/*  CALCULATIONS  ============================================================================= */

#calculator { padding-bottom:1em; }

#calculated .col {
	background: #fff;
	padding: 1em 0;
	text-align:center;
}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}


.siteimage:hover {
	background: #999 url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	-webkit-transform: scale(1.2);
	-webkit-transform-origin: 50% 50%;
	-moz-transform: scale(1.2);
	-moz-transform-origin: 50% 50%;
	-o-transform: scale(1.2);
	-o-transform-origin: 50% 50%;
	-ms-transform: scale(1.2);
	-ms-transform-origin: 50% 50%;
	transform: scale(1.2);
	transform-origin: 50% 50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
		
}

.logos:hover {opacity: 0.5;transition: all 0.5s ease-in-out;}


/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Oswald', MuseoSlab300, 'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-weight: 300;
	background: #007408;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.2em;
				
}
.button:hover, .button:active {
	background: #01910b;
	color: #fff;
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.button:visited { 
	color : #fff;
}


/*********************
 TESTIMONIALS BUBBLES
***********************/

.speechbubble {
	position:relative;
	padding:0.5em 1em;
	margin:1em 0 1em 0;
	color:#000;
	background:#fff; /* default background for browsers without alpha */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: rgba(255, 255, 255, 0.25);
}

.speechbubble p {
	margin-bottom: 0.5em;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.speechbubble + p {margin:1em 0 2em 85px; font-style:italic; text-align: left;}

/* creates the triangle */
.speechbubble:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-50px;
	left:50px;
	width:0;
	height:0;
	border-width:0 20px 50px 0px;
	border-style:solid;
	border-color:transparent #fff;
	border-color:transparent rgba(255, 255, 255, 0.25);
}


/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; scroll-padding-top: 106px; scroll-behavior:smooth; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

.flex-item-left {
  background-color: #f1f1f1;
  padding:20px;
  flex: 32%;
  padding:20px;
  margin: 1% 0 1% 1%;
}

.flex-item-right {
  background-color: dodgerblue;
  padding:20px;
  flex: 32%;
  margin: 1% 0 1% 1.5%;
}


@media (max-width: 800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; flex:100%; }
	
}

