/**
 * @author Björn Urban
 * @package luette-kummedie-geschichte
 * @subpackage 
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */



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

body::after{
  content: "";
  /*background-image: url("../images/konfetti2.png");*/
  opacity: 0.8; 
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}


#headerDiv{
	background-color:rgb(236, 153, 255);
	width:100% !important;
	max-width:100%;
	height:250px;
}

#imageDiv{
	background-image: url("../images/background.png");
	width:100% !important;
	max-width:100%;
	height:200px;
	opacity:1;
}

#content{
	padding-top: 2em; 
	background-color:#fff;
	padding-bottom:3em;
}
#logoImage{
	position:relative;
	height:90%;
	top:5%;
}

.navbar-nav .nav-item .nav-link{
	color:#fff;
}
.active{
	text-decoration: underline;
}

.rowHistory{
	margin-bottom: 30px;
}
.yearBubble{
	background-color: #9e00c1;
	text-align: center;
	color:white;
}

.bg-lila{
	background-color: #9e00c1;
	color:#fff;
}

.bubbleSize1{
	width:130px;
	height:130px;
	line-height: 130px;
	font-size: 2.2em;
}

.bubbleSize2{
	width:100px;
	height:100px;
	margin-left:15px;
	line-height: 100px;
	font-size: 1.5em;
}

.bubbleSize3{
	width:70px;
	height:70px;
	margin-left:30px;
	line-height: 70px;
	font-size: 1.2em;
}

.yearText{
	
}

.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}

.rowImages{
	margin-top:2em;
	margin-bottom: 2em;
}

#demo{
	/*width:1000px;*/
}

.terminELE{
	margin-top:2em;
	margin-bottom: 2em;
}
.terminTitle{
	font-size: 1.2em;
}
.terminDate{
	background-color: #444;
	color:#fff;
}
.terminDes{
	min-height:100%;
	color:green;
}




#event{
	margin-top:3em;
	border-radius:10px;
	color:#000;
	border:1px solid rgb(236, 153, 255);
	overflow:hidden;
	margin-bottom: 3em;
}
#titleRow{
	min-height:3em;
	background-color: rgb(236, 153, 255);
}

#dateRow{
	min-height: 3em;
	border-bottom:1px solid rgb(236, 153, 255);
}

#beschreibungsRow{
	margin-top:1em;
	min-height:12em;
	margin-bottom:1em;
}

#placeRow{
	height:2em;
	background-color: rgb(236, 153, 255);
}

.rowImages img.img-fluid{
	max-height: 200px;
	margin:0px auto;
}
.form{
	background-color:#f6ccff;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;
}
.kontaktdaten{
	background-color:rgb(236, 153, 255);
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
}
.profilBild{
	margin-top:10px;
	margin-bottom:10px;
}
.btn-primary{
	background-color:#e9ecef;
	border-color:#ced4da;
	color:#495057;
}
