body, html {
  height: 100%;
  margin: 0;
  font-family: 'Lato', sans-serif;
	font-weight: 300;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 1.0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("img/Fotolia_87447662_M-ret.jpg");
  min-height: 400px;
}

.bgimg-2 {
  background-image: url("img/Fotosearch_k31723382.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("img/Fotolia_121457961_M.jpg");
  min-height: 400px;
}

/*---   Zwischentitel Seiten  ---*/
.caption{
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #000;
	line-height: 60px;
}

.caption span.border {
background-color: #333;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
	border: 0px solid #dee2e6 !important;
}

.caption span.border-2 {
  background-color: #333;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
	border: 0px solid #dee2e6 !important;
}

/*---   MENUE .  -------------------------------------------*/
.navbar-brand img {
	width: 232px;
	height: 41px;
}

.navbar-nav {
	justify-content: flex-end
}

.nav-link {
	text-transform: uppercase;
}


/*---   Textbereiche  -----------------------------------------*/



.textbox {
	position: relative;
}

.textbox_style {
	color:#ddd;
	background-color:#44444f;
	text-align:left;
	padding: 100px 80px;
	font-size: 20px;
/*	text-align: justify; 
*/
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

h3.head {
	text-align: center;
	font-weight: 300;
	color: #777;
	border-bottom: 1px solid #666;
	padding-bottom: 22px;
	margin-bottom: 22px;
}

.intro {
	color: #777;
	background-color:white;
	text-align:left;
	padding: 120px 80px;
	font-size: 20px;
/*	text-align: justify;
*/}

.zwischentitel {
	background-color:transparent;
	font-size:25px;
	color: #f7f7f7;
}


.intro-profession {
	font-size: 85%;
}


/*---   EVENTS .  -----------------------------------*/

.events  {
	margin: 0 auto;
	display: flex;
  	flex-wrap: nowrap;
	flex-grow: 1;
  	justify-content: space-around; 
	align-items: stretch;
    padding: 15px;
}

.an_event {
/*	border: 1px solid yellow;
*/	font-weight: 300;
	padding: 15px 20px;
}

.an_event h4{
	background-color: #f47ca4;
	padding: 5px 15px;
	font-weight: 700;
	color: #282E34;
}

.date {
	color:#99A1AE;
	font-weight: 600;
}

.time {
	color:#99A1AE;
	font-weight: 600;
}

.thema {
	
}

h5.referenten {
	background-color: #87777f;
	padding: 5px 15px;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 30px;
	color: #282E34;
}

.referenten {
	
}

.nr {
	color: #f47ca4;
	font-weight: 600;
}

.ort {
	
}


/*---   FOOTER .  -----------------------------------*/

.footer {
	color: #777;
	background-color: #fff;
	text-align: left;
	padding: 20px 80px;
}

.adresses {
	margin: 0 auto;
	display: flex;
  	flex-wrap: nowrap;
	flex-grow: 1;
  	justify-content: space-around; 
	align-items: stretch;
    padding: 15px;
}


.an_adress {
/*	border: 1px solid yellow;
*/	font-size: 16px;
	font-weight: 100;
	line-height: 20px;
	padding: 15px 20px;
	display: block;
	text-align: left;
	
}

.adress_name {
	color: #666;
	font-weight: 700;
}


/* impressum */
.intro h4 {
	color: #DF013A;
}



/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}


/* Kleine Geraete kleiner als 1024px */
@media (max-width:1024px){
	
	.events, .adresses {
		width: 100%;
		padding: 15px 0;
	}
	
	.an_event h4 {
		font-size: 18px;
	}
}

/* Kleine Geraete kleiner als 768px */
@media (max-width:768px){
	
		.events, .adresses {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		flex-direction: column;
	    width: 80%;
    	padding: 15px 15px 60px 15px;
	}
	
	.caption {
		top: 15%;
	}
	.caption span.border {
		font-size: 18px;
	}
	
	.intro, .textbox_style, .footer {
		padding: 40px;
		font-size: 16px;
	}
	
	
	.bgimg-1, .bgimg-2, .bgimg-3 {
		min-height: 260px;
	}
	
	.events, .adresses {
		width: 100%;
		padding: 15px 0;
	}
	
	.an_event h4 {
		font-size: 16px;
	}
	
	.intro h1.head {
		font-size: 20px;
	}
	
	.intro h4 {
		font-size: 16px;
	}
	
	
}
