/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
	height: 100%;
}

html {
    width: 100%;
    
}

.navbarCus{
	background: #ff9900;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.services_col{
	text-align: center;
}

.services_col p{
	margin: 20px;
	padding: 20px;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}

.container{
}

.container p{
	text-align: center;
	padding: 30px;
}
.intro-section {
    height: 100%;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: 100%;
    text-align: left;
    background: #eee;
    padding-bottom: 40px;
    font-size: 18px;
}

.services-section {
	height: 100%;
	padding: 10px;
}

.lecturers-section {
    height: 100%;
    text-align: left;
    background: #eee;
    padding-bottom: 40px;
    padding-top: 20px;
}
.lecturers-section p{
	text-align: left;
	padding: 0px;
	padding-top: 20px;
	padding-bottom:  40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ff9900;
}
.contact-section {
    height: 100%;
    text-align: left;
    background: #fff;
    padding-bottom: 40px;
}
.contact-section a{
    color: #ff9900;
}
.contact-section label{
     font-weight: bold;
}
.contact-section h1{
	text-align: center;
}
.contact-section p{
	text-align:  left;
}

.quiz-section{
	height: 100%;
	background: #eee;
	padding-bottom: 40px;
}
.quiz-section a{
	color: #ff9900;
	text-decoration: none;
}
.quiz-section a:hover{
	color: #cf7a00;
	text-decoration: none;
}
.quiz-section .row{
	position: relative;
}

.quiz-section .row .col{
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 5px 5px 10px #5e5e5e;
	text-align: left;
}
.quiz-section .row .col .row{
	background: #ffffff;
	box-shadow: 5px 5px 10px #fff;
	text-align: left;
	margin: 5px;
}

.quiz-section .row .col .row .col-sm-2{
	padding: 10px;
	
}
.quiz-section .row p{
	padding: 10px;
		border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	
}
.quiz-section .row .col .row .col-sm-8{
	padding: 10px;
}
.quiz-section .row .col .row .col-sm-2{
	padding: 10px;
}
.quiz-section p{
	padding: 10px;
	text-align: left;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}
.solution{
	#background: rgba(255,153,0,0.4);
	#border: 1px solid rgba(255,153,0,1);
}
.solution p{
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
}
#solution_out{
	position: fixed;
	background: #6c6c6c;
	bottom: 0;
   width: 100%;
   color: white;
   visibility: hidden;
}
#solution_center{
	margin: 0px auto;
	max-width: 1180px;
	padding: 20px;
}


.impressum-section {
    height: 100%;
    text-align: left;
    background: #fff;
}
.footer{
    background: #353432;
}
.footer a{
		color: #fff;
}






