/****************
	Core elements
*****************/

// mail-adresse verstecken!
#method1 b {
display:none;
}

html,body {
	height: 100%;
}

body {
	background: rgb(255,255,255);
}

img {
	margin-bottom: 35px;
}

/* login logout admin bereich */
#login {
	padding-top: 7px;
	height: 10px;
	border: none;
	margin-right: 30px;
	text-transform: none;
}

/***************
	Main Content
****************/

#main-content {
	position: relative;
	margin-top: -70px;
	//z-index: -1;
	font-family: 'Roboto', serif; //font-family: 'Vollkorn', serif;
	font-weight: 300;
	font-size: 110%;
	line-height: 150%;
	//border: 2px solid yellow; 
	//float: right;
}

.contentarea {
	margin-top: 40px;
	padding-top: 20px;
	background: transparent; //rgba(255,255,255,1.0);
}

#section1, #section2, #section {
	margin-bottom: -70px;	
}

.contentarea h2 {
  font-family: 'Roboto', sans-serif; //'Muli', sans-serif;
  font-weight: 300;
  color: gray;
  clear: both;
}
@media only screen and (min-width : 992px) {
	.contentarea {
	padding-top: 30px;
	}
@media only screen and (min-width : 992px) {
@media only screen and (max-width : 991px) {
	#main-content {
	//padding-top: 30px;
	}
}


/********************
	Response Messages
*********************/
.error {
	color: red;
}

.success {
	color: green;
}

/********
	Navbar
********/
/* Navigationsleiste oben, bei min 992px */
.navbar {
	height: 125px;
	margin: 0;
	border: none;
	clear: both;
	//border: 2px solid blue;
	background: #fff;
}

.navbar ul li {
	text-transform: capitalize;
}

.navbar-brand {
}

.navbar-brand h1 {
	display: inline;
	margin-top: 0;
	padding-top: 0;
	font-size: 150%;
	color: rgb(255,255,255);
}

.navbar-brand h2 {
	display: none;
	margin-top: 0;
	padding-top: 0;
	font-size: 130%;
	font-style: italic;
	margin-left: 15px;
	color: rgb(255,255,255);
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
	.navbar-brand h2 {
		display: inline;
	}
}


/***********
	Jumbotron
************/

.jumbotron {
	position: relative;
	background: none; 
	width: 100%;
	height: 300px;
	margin-bottom: 0;

}

#jumbotron-content {
	display: none;
	background: rgba(0,0,0,0.5);
	margin-top: 40px;
	color: white;
	border: none;
	overflow-y:  scroll;	
	max-height: 90%;
			
}



#jumbotron-content a {
	color: white;
	text-decoration: underline;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.jumbotron {
		height: 500px;
	}

	#jumbotron-content {
		margin-top: 100px;
		max-height: 80%;
		overflow-y: auto;
	}
}

/********************
	Homepanel Settings
*********************/

#homePanel { 
	display: none;
	background: antiquewhite;
}

#homePanel img {
	border-radius: 3px;	
}

/*********
	Navbox
**********/

.navbox {
	position: relative;
	min-height: 200px;
	text-align: center;
	padding: 0;
	margin-top: 40px;
	margin-bottom: -20px;
}

.navbox img {
	height: auto;
	width: 100%;
}

.navbox h3 {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 10px 0 0 0;
}

.navbox:hover h3 {
	text-decoration: underline;
}

/**********
	Sidebar
***********/
@media (max-width: 991px) {
  .sidebar {
    width: 100%;
  }
}
/* enthält Links und Kontakttext */
.sidebar {
	z-index: 1000;
	text-align: left;
	background: #fff;
}
.sidebar a {
	font-family: 'Roboto', sans-serif;
	font-size: 18pt;
	font-weight: 100;
}
.sidebar p {
	font-family: 'Roboto', sans-serif;
}
.sidebar h3 {
	font-weight: 100;
	font-size: 18pt;
}

.sidebar form {
	margin-top: 20px;
}
/* enthält RBA */ 
.titel {
	width: 100%;
	background-color: #fff;
	font-family: 'Roboto', sans-serif; //'Montserrat', sans-serif;
	font-size: 20pt;
	margin-top: -32px;
	//padding-top: 60px; 
	padding-bottom: 45px;
	padding-right: 16px; //32
	margin-left: -5px;
	//height: 50px;
	text-align: center;
	//border: 2px solid yellow;
}
.titel a {
	color: #6699cc; //#336699;
	font-size: 22pt;
}

/* Medium Devices, Desktops ddd */
@media only screen and (min-width : 992px) {
	.sidebar {
		margin-top: 0;
		text-align: right;
	}
	.titel {
		text-align: right;
		padding-top: 60px;
	}
	.titel a {
		color: #6699cc !important;
	}
}
@media only screen and (max-width : 991px) {
	.titel a {
	color: #6699cc !important;		
	}
}
#subside {
	//background: gray;
	margin-top: 150px;
}
@media only screen and (max-width : 991px) {
	#subside {
		display: none;
	}
}

/*********
	Footer
**********/

footer {
	width: 100%;
	background: #fff; //steelblue;
	margin: 0;
	padding: 10px auto;
}

footer ul {
	margin: 10px auto 0 auto;
	padding: 10px auto;
}

footer ul li {
	display: block;
	margin: 10px 20px 10px 20px;
	padding: 10px auto;
}

footer a {
	color: rgb(50,50,50);
	font-weight: bold;
}

footer a:hover {
	color: white;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.footer-right {
		text-align: right;
	}		
}
