body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.42857;
    color: #000;
}

input::placeholder {
    font-style: italic;
    color: #ccc !important;
}

.row {
    padding-left: 30px;
    padding-right: 30px;
}

h1 {
    font-size: 2.2em;
}

footer, main, #about {
    padding-top: 20px;
    padding-bottom: 20px;
}

#imprint {
    background: #D4DAE0;
    padding-top: 40px;
    padding-bottom: 40px;
}

#imprint a,
#links a {
    color: #000;
}

#imprint a:hover,
#links a:hover {
    text-decoration: underline;    
}

.kontakt-letter {
    display: inline-block;
    width: 25px;
}

.link-list {
    list-style: none; 
    padding-left: 0px;    
}

.link-list li {
    margin-bottom: 4px;
}

p.teaser {
    font-size: 1.75em;
}

.header {
    background: #D4DAE0;
}


#home,
.carousel-item {
    height: 500px;
    text-align: center;
}
  

.type {
    display: inline-block;
    margin-right: 5px;
    width: 70px;
}

.form-label {
    font-weight: bold;
    margin-bottom: 0px;
}

#kursevent-container {
    min-height: 860px;
}

.container-xxl {
    max-width: 1600px;
}
.kursevent-item  {
	padding: 15px 5px 5px;
    border: 1px solid lightgray;
    border-radius: 2px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    box-shadow: 4px 4px 4px 4px rgba(48, 76, 89, 0.10); 
    display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;	
}

.kursevent-img-container {
	padding: 0px;
}

.kursevent-img-container img {
	width: 100%;
	height: 180px;	
	object-fit: contain;
}

.kursevent-img-container img.portrait {
	object-fit: contain;
}

.kursevent-img-container a {
    color: #000;
	text-decoration: none;
}


.kursevent-img-container-info {
	font-size: 1.4em;
	font-weight: bold;
	height: 60px;
	padding: 0px 10px;
}

.kursevent-type-image img {
    height: 80px;
}

.kursevent-body {
	padding: 10px 20px 10px 10px;
	margin-top: 10px;
}

.kursevent-footer {
	margin-top: auto;
	padding: 10px 10px;
}

.kursevent-footer  a {
	padding: 6px 25px 3px 25px;
	box-shadow: 1px 1px 1px gray;
}

.kursevent-info {
	position: absolute;
	z-index: 5;
	background: transparent;
	display: block;
	color: rgba(48, 76, 89, 0.75);
	font-size: 1.8em;
	transform: rotate(315deg);
	bottom: 100px;
	right: 0px;
	font-weight: bold;
	text-align: center;
}

.kursevent-ausgebucht {
	color: rgba(99, 99, 99, 0.5);
    display: none;
}

.kursevent-webinar {
    display: none;
}

.kursevent-btn {
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    background-color: #53849b;
    background-image: linear-gradient(to bottom, #53849b, #304c59);
    box-shadow: 0px 1px 1px 0px #ccc;
    border: 0px;
}

.kursevent-btn:hover, .kursevent-btn:active, .kursevent-btn:focus-visible  {
    color: #fff !important;
    background-color: #304c59;
    background-image: linear-gradient(to bottom, #53849b, #53849b);
    text-decoration: none;    
}

#btnLoadMore {
    padding: 6px 25px 3px 25px;
}


#head {
    position: relative;
    overflow: hidden;
    height: 400px;
    width: 100%;    
}

#head img {   
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: 100%;
    min-width: 960px;
    max-width: 2200px;
}

#head .caption {
    position: absolute;
    bottom: 50px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 100%;
}


