/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.11.2017, 00:03:17
    Author     : internet_2
*/

div.bodywrapper {
        border-left: 1px solid;
        border-color: lightgrey;
        margin-top: 0em;
        heigth: 1200px;
        width: auto;
        max-width: 960px;
        background: #fff;
        -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}


div.content {
/*border-color: #C00; */
/*border-style:double;  */
	
	z-index:1000;
	font-family: 'Encode Sans Condensed', sans-serif;		
}

.start {
    padding-top: 0em; /*40em; */
}

.start.smaller {
    padding-top: 0em; /*20em;*/
}
.nonstart {
    padding-top: 0em; /*24em;*/
}

ul.accordionContents {
	list-style: none;
}

/* Bootstrap-Definition */
/* Accordion */
.panel-default > .panel-heading {
    color: #333;
    border-color: #ddd;
    background-color: rgba(226,226,104);
}

.panel-default > .panel-heading > .active {
    background-color: rgb(212, 215, 0);
}
/* .panel-default {
    background-color:#fff;
}

.panel-heading .active {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgb(212, 215, 0);
} */

.carousel-caption {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 8px 8px 8px 8px;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.35);
    color: white;
    max-width: 40%;
    max-height: 30%;
}