/* vim: set expandtab tabstop=4 shiftwidth=4: */

/**
 * This is the global stylesheet for the module
 *              ROOM MANAGEMENT
 * 
 * @author      Tobias Macharon <macharon@redsyntax.de>
 * @package     Raumverwaltung der Akademie
 * @author      Ulrich Weber <uweber@alp.dillingen.de>
 * @copyright   Copyright (c) 2010 ALP Dillingen
 */

body {
	scrollbars: auto;
	height: 100%;
}

* {
	box-sizing: border-box;
}

#main-content {
	background-color: white;
	border-radius: 10px;
	box-shadow: 3px 3px 3px 1px #444;
	opacity: 0.9;
	margin: 0 20px;
	padding: 3px;
	min-width: 880px;
	height: 85%;
}

#main-content p {
	margin: 0px;
	padding: 10px;
}

#main-content form {
	margin: 0px;
}

.main-content-heading {
	margin-top: -14px;
	margin-bottom: -9px;
	background-color: #B8E5ED;
}

#main-content h1 {
	background-image: url(../img/bg_headline.jpg);
	margin: 10px 0px 15px 0px;
	padding: 8px 12px;
	color: #FFF;
	text-align: left;
	font-weight:normal;
	font-size: 1.3em;
}

#main-content h2 {
    border-bottom: solid 2px #003984;
    margin: 10px 0px 15px 0px;
    padding: 8px 0 3px 12px;
    text-align: left;
    font-weight:normal;
    font-size: 1.3em;
}

#main-content h1 {
	border-radius: 8px 8px 0 0;
	margin-top: 0px;
 	height: 34px;
}

#main-content h1 p, #main-content h2 p {
	padding: 0;
}

.menubox {
	float: left;
	width: 200px;
	min-height: 150px; 
	border: 2px #297FB8 solid;
	background-color: #EBF4F9;
	border-radius: 10px;
	margin: 10px 20px;
	font-size: 0.85em;
}

.menubox .title {
	background-image: url(../img/bg_headline.jpg);
	height: 26px;
	color: #FFF;
	padding: 2px 0 0 10px;
}

.menubox ul {
	list-style-type: disc;
	margin: 0;
	padding: 5px 10px 5px 25px;
}

.menubox .title img {
	float: right;
	margin-top: -3px;
}


/******************* ready for use of round boxes with images ******************/

#main-content-m {
	background-color: #FFF;
	margin: 0;
}

#main-content-top, #main-content-bottom {
    height: 8px;
	width: 100%;
	display: block;
}

#main-content-tc, #main-content-bc {
	background-color: #FFF;
	float: left;
	margin: 0;
	height: 8px;
}

#main-content-tl,#main-content-tr,#main-content-bl,#main-content-br {
    height: 8px;
	width: 8px;
}

#main-content-tl {
	background-image: url(../img/bg_content_tl.png);
	background-repeat:no-repeat;
	float: left;
	height: 8px;
}

#main-content-tr {
	background-image: url(../img/bg_content_tr.png);
	background-repeat:no-repeat;
	float: right;
	height: 8px;
}

#main-content-bl {
	background-image: url(../img/bg_content_bl.png);
	background-repeat:no-repeat;
	float: left;
	height: 8px;
}

#main-content-br{
	background-image: url(../img/bg_content_br.png);
	background-repeat:no-repeat;
	float: right;
	height: 8px;
}

#survey p {
	padding: 0px;
}

/******************* Veränderungen Januar 2023 ******************/

.jumbotron {
	padding: 0 0 !important;
}


.jumbotron-image {
	background-image: url(../img/fibs_news_tn.jpg);
	background-repeat:no-repeat;
	background-position: left;
}

.jumbotron-news {
	min-height: 150px;
}

.grafikabstand {
	padding-left: 220px;
}

.red_alert {
	padding: 1rem 1.5rem;
	background-color: #c21313;
	color: whitesmoke;
}

.head {
	padding: 3rem 0;
}

.card-footer {
	overflow: hidden;
}

.modal-dialog {
	max-width: 95%;
	margin: 30px auto; }

/******************* Comming-Soon Seite ******************/

body, html {
	height: 100%;
}

* {
	box-sizing: border-box;
}

.bg-image {
	background-image: url(../img/fibs-logo_claim_transparent_rgb.png);
	/* blur effekt */
	filter: blur(8px);
	-webkit-filter: blur(8px);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-text h1 {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 3rem;
	word-wrap:break-word;
}

.bg-text p {
	font-weight: lighter;
	font-size: 2rem;
	word-wrap:break-word;
}

.bg-text {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	color: white;
	font-weight: bold;
	border: 3px solid #f1f1f1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 80%;
	padding: 20px;
	text-align: center;
}
