/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/
@import url("bootstrap.min.css");

.Hintergrundfarbe_Startseite {
	background-color:#FC0;
}
	

.home_url:after {
	content:"home.php"
}

#home_layout {
	width:100%;
	
}

/* Home Layout table */
/*First column*/
#first_column_home_layout{
	min-width:250px; 
	width:30%;
}
/*Second column*/
#second_column_home_layout{
	min-width:420px; 
	width:40%;
}
/*Third column*/
#third_column_home_layout{
	min-width:250px; 
	width:30%;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration:none;
	color:#C00003;	
}
a:hover { 
   color:#FFAE01;
   font-weight:bold;
   text-decoration:none;
}
	
#inhalt p strong u {
	font-weight: bold;
}
#inhalt p strong {
	font-family: "Arial Black", Gadget, sans-serif;
}

#inhalt {
	color:#373737;
	font-size:18px;
}

hr {
	 border: 1px solid rgb(128, 128, 128);
	 border-color:#FFBB00;
}

.Info_Box {
	border:thick;
	border-color:#7E7E7E;
	padding:10px;
	background-color:#DADADA;
	width:60%;
	margin:auto;
	margin-top:10px;
	
	
	
}

.Start_Image_Box {
	border:thick;
	border-color:#7E7E7E;
	padding:10px;
	background-color:#DADADA;
	
	margin:auto;
	margin-top:10px;
	min-height:415px;
	width:415px;
	top:-5px; 
	position:relative;
}

.Link_Box {
	
	border-color:#FFC64C;
	padding:10px;
	
	text-align:left;
	min-height:415px;
	min-height:300px;
}

.Link_Box_klein {
	text-align:center;
	}

.Link_Box h3 {
	
	text-align:center;

}

@font-face {
	font-family: Kindergarten;
	src: url('../fonts/kindergarten.ttf');
}

.welcome {
	font-family: Kindergarten;
	font-size: 60px;
}

.Link_Box li {
	display: block;
	position:relative;
	left:-13px;
}

.Link_Box li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
	content:"\e135";
    
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    float: left;
    margin-top: -2px;
    margin-left: -27px;  
    color: #000000;
	padding-right:10px;

}

.glyphicon-globe {
	top: 0.17em;
	padding-right:3px;
}


th {
text-align:center;	
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #FFF4B4;
}

.centered-div {
	text-align:left; margin-left:auto; margin-right:auto; width:80%;
}

@media only screen and (max-device-width: 480px) {

.Link_Box {
	
	padding:none;
	width:100%;
}


/* Home Layout table */
/*First column*/
#first_column_home_layout{
	width:100%;
}

#second_column_home_layout{
	width:100%;
}

#third_column_home_layout{
	width:100%;
}


#home_layout td{
	
	display: block; page-break-before: always;
}

#inhalt{
	font-size:300%;
	}
	
h3 {
	font-weight:bold;
	}
	
.Info_Box {
	width:90%;
	}
	


.Link_Box li:before {
font-size:40px;	
}

.Link_Box h3 {
	
	font-size:200%;

}
