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

body {
	background-color: aliceblue;
}

.ueberschrift {
    padding-top: 10px;
	font-size: 24px;
	font-weight: bold;
}

.clear {
	clear: both;
}

.panel-group .panel+.panel {
	margin-top: 10px;
}


/* Programme */

.panel-programme {
	border-color: #951624;
}

.panel-programme > .panel-heading-programme {
    color: #fff;
    background-color: #951624;
    border-color: #951624;
}

.panel-heading-programme {
    padding: 5px 15px 0px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-body-programme {
    padding: 15px;
	background-color: #F4E2E1;
}

/* Bekanntmachungen */

.panel-infos {
	border-color: #496BA7;
}

.panel-infos > .panel-heading-infos {
    color: #fff;
    background-color: #496BA7;
    border-color: #496BA7;
}

.panel-heading-infos {
    padding: 5px 15px 0px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-body-infos {
    padding: 15px;
	background-color: #D7DEEB;
}

.form-signin {
	max-width: 350px;
	padding: 15px;
	margin: 50px auto;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
}

.form-signin input{
	margin-bottom: 10px;
	height: 40px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin h2 {
	text-align: center;
	color: #5b6574;
    font-size: 24px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dee0e4;
    margin-bottom: 30px;
}

.modal-footer a {
    color: black;
}

.modal-footer a:hover {
    text-decoration: none;
}

.modal-footer .mail a {
    color: gray;
    text-decoration: underline;
}

.modal-footer .mail a:hover {
    
}

/* Gebiet */

.panel-gebiet {
	border-color: #627A4C;
}

.panel-gebiet > .panel-heading-gebiet {
    color: #fff;
    background-color: #627A4C;
    border-color: #627A4C;
}

.panel-heading-gebiet {
    padding: 5px 15px 0px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-body-gebiet {
    padding: 15px;
	background-color: #DAE0D3;
}


/* Kongresse */

.panel-sonstiges {
	border-color: #525252;
}

.panel-sonstiges > .panel-heading-sonstiges {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}

.panel-heading-sonstiges {
    padding: 5px 15px 0px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-body-sonstiges {
    padding: 15px;
	background-color: #DDDDDD;
}


