@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto+Slab');

body {
	
	background: #E8F2FB;
	font-family: 'Roboto Condensed', sans-serif;
	color: #3E3E3E;

}

header {

	height: 400px;
	background: url(../images/header.png) center center no-repeat;
	background-size: cover;
	text-align: center;
	

}

header.gelassenheitsweg1 {

	background: url(../images/header_gelassenheitsweg1.jpg) center center no-repeat;
	background-size: cover;

}

header.wochenende {

	background: url(../images/wochenende.jpg) center center no-repeat;
	background-size: cover;

}

header.veranstaltungen {

	background: url(../images/veranstaltungen.jpg) center center no-repeat;
	background-size: cover;

}

header.seminar {

	background: url(../images/header-seminar.jpg) center center no-repeat;
	background-size: cover;

}

header.kongress {

	background: url(../images/header_kongress.jpg) center center no-repeat;
	background-size: cover;
	height: auto;

}

header.freystadt {

	background: url(../images/freystadt.jpg) center center no-repeat;
	background-size: cover;

}

header.velburg {

	background: url(../images/header_velburg.jpg) center center no-repeat;
	background-size: cover;

}

header.home {

	background: none;

}

header .carousel {

	position: absolute;
	z-index: -1;
	height: 400px;
	width: 100%;

}

header .carousel .item {

	height: 400px;
	background-size: cover;

}

header .carousel .item.slider1 {

	background: url(../images/header_slider_1.jpg) center center no-repeat;
	background-size: cover;

}

header .carousel .item.slider2 {

	background: url(../images/header.png) center center no-repeat;
	background-size: cover;

}

header .carousel .item.slider3 {

	background: url(../images/freystadt.jpg) center center no-repeat;
	background-size: cover;

}

header .logo {

	padding: 20px;
	background: rgba(255,255,255,0.8);
	text-align: center;
	border-bottom: 3px #FBA551 solid;

}

header div.nav {

	background: rgba(13, 34, 38, 0.28);

}

header .navbar {

	background: none;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: auto;

}

header .navbar-default .navbar-toggle .icon-bar {

	background-color: #fff;

}

header .text-kongress {

	padding-bottom: 100px;

}

@media (min-width: 768px) {

	header, header .carousel, header .carousel .item {

		height: 600px;

	}

	header .navbar {

		display: inline-block;
		float: none;
		vertical-align: top;

	}

	header .text-kongress {

		text-align: left; 
		padding-top: 20px; 
		padding-bottom: 20px;

	}

	header .text-kongress img {

		max-width: 40%;

	}

	header.kongress {

		height: 600px !important;

	}

}

.navbar-collapse {

	text-align: center;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {

	background: none;
	color: #fff;

}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {

	border-right: 1px #fff solid;
	text-transform: uppercase;
	color: #fff;
	height: auto;
	padding: 0px 15px;
	font-size: 15px;

}

.navbar-default .navbar-nav>li.last>a {

	border: none;

}

@media (min-width: 768px) and (max-width: 992px) {

	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {

		font-size: 10px;

	}

}

content .headerBox {

	background: #fff;
	max-width: 810px;
	margin: -80px auto 50px auto;
    padding: 30px 20px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);

}

content .headerBox h1 {

	color: #FD9000;
	font-family: 'Roboto Slab', serif;
	text-align: center;
	margin-bottom: 10px;


}

content .headerBox h3 {

	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;


}

content .headerBox .zitat {

	padding-top: 20px;
	font-size: 18px;
	color: #FD9000;
	font-family: 'Roboto Slab', serif;
}

content .container.small {

	max-width: 850px;
	font-size: 100%;

}

content h2 {

	font-family: 'Roboto Slab', serif;
	color: #0D2258;
	font-size: 36px;
	margin-bottom: 20px;

}

content h2 img {

	margin-top: -5px;

}

content h3 {

	font-family: 'Roboto Slab', serif;
	color: #0D2258;
	margin-bottom: 20px;

}

content .fullsizeBox {

	background: #fff;
	margin-top: 50px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);

}


content .fullsizeBox .content, content .boxWithImage .content {

	padding: 0px 10%;

}

content .smallBox {

	background: #fff;
    padding: 30px 10%;
    height: 100%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);

}

content .boxWithImage {

	background: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);

}

.list-group-item:first-child, .list-group-item:last-child {

	border-radius: 0px;

}

content .btn, .list-group-item {

	color: #fff;
	background: #0D2258;
	padding: 5px 10px;
	border-radius: 0px;
	border: 1px #0D2258 solid;
	margin-top: 20px;

}

content .btn:hover, content .btn:active, content .btn:focus {

	color: #0D2258;
	background: #fff;
	padding: 5px 10px;
	border-radius: 0px;

}

content span.btn {

	cursor: not-allowed;

}

content .list-group-item a, content .list-group-item a:hover, content .list-group-item a:active, content .list-group-item a:focus {

	color: #fff;
	text-decoration: none;
	display: block;

}

content .orange {

	color: #FBA551;

}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

@media (min-width: 768px) {

	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	  align-items: center;
	}

	.row-eq-height-only {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}

}

footer {

	background: #0D2258;
	margin-top: 50px;
	padding: 20px 0px 20px 0px;
	color: #fff;

}

footer a {

	font-weight: bold;
	color: #FD9000;

}

footer h3 {

	color: #FD9000;
	font-size: 15px;
	font-weight: bold;

}