.modular-hero{
	min-height: 75vh;
}

.left{
		text-align: left;
		padding-right: 1rem !important;
}
table{
		margin-bottom: 1rem;
}
table td:first-child{
	white-space: nowrap;
}

ul {
		margin-top: -1.2rem !important;
}
ul li {
		margin-top: 0.2rem;
}
blockquote {
		color: #ffffff;
}

.col-6 col-md-12 h2 {
		margin-top: 0rem !important;
}

h2.modultitle{
		margin-top: 1px;
}

table td{
		padding-right: 2em;
		vertical-align: top;
}

h1.modultitle{
	font-size: 2.5rem;
	margin-top: 1px;
	margin-bottom: 30px;
}
h1.modultitle span{
	white-space: nowrap;
}
/* Workshop Liste | https://www.w3schools.com/css/css3_borders.asp*/

.courseBox {
	border-radius: 25px;
	border: 2px solid #e1edfd!important;
	margin: 5px;
	padding-left: 4px;
	padding-right: 4px;
	min-height: 250px;
	/* min-width: 320px; */
}
div.feature-icon{
	height: 50px !important;
}
.courseDetails{
	margin-bottom: 0.7em;
	font-size: 0.7rem;
}
.courseDetails span {
	white-space:nowrap;
}

.ausgebucht {
	background-image: url("ausgebucht.png");
}

/* Color */
.bg-secondary {
	background: #d4e8e8!important;
	/*#f0cc98*/
}

.mainlogo {
	width: 20vw;
	height: 20vw;
 	border-radius: 50%;
 	background: #ffffffa6;
}
/* NAVI https://a-vista-studios.de/blog/webdesign/mobile-menue-ohne-javascript/ */
@media (max-width: 840px) {

		ul.navigation {
			margin: 0;
			padding: 8.1em 0 0 0;
			height: 100vh;
		}
		 
		ul.navigation li {
			list-style: none;
			margin: 0;
			display: inline-block;
			width: 100%;
			height: 10%;
		}
		 
		ul.navigation li a {
			color: #eab365;
			position: relative;
			padding: 0 0 0.5em 0;
			display: inline-block;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 5vw;
		}
		 
		ul.navigation li a:hover {
			color: #e49d39;
			border-bottom: 2px solid #e49d39;
		}
		.mainlogo {
		width: 25vw;
		height: 25vw;
		border-radius: 50%;
		background: #ffffffa6;
}
}
/* END NAVI */
/* Desktop Navi*/
.header-dark #header .dropmenu ul li a{
	color: #eab265!important;
}

.header-dark #header .dropmenu ul li a.active{
	color: #e49d39!important;
}

/* IMAGES */
.modular-text img {
	filter: grayscale(1);
}
#mapLupe img {
	filter: none;
}

/* footer */
#footer .container{
	background-color: #efefef;
	text-align: -webkit-center;
	font-size: small;
	color: #3085ee;
}
#footer .container div{
	width: 350px;
	text-align: left;
	padding: 0 10px;
	display: flex;
    align-items: center;
}
#footer .container div.logo{
	padding: 10px;
}
#footer .container div span:first-child{
	width: 100px;
	color: darkslategray;
}
#footer .container img{
	width: 90px;
	margin-right: 5px;
}
#footer .container a{
	margin-left: 5px;
	margin-right: 5px;
	color: #3085ee;
}
