/*!
* Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/

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

html {
	width: 100%;
	height: 100%;
}

.container {
	transition: all 500ms ease-in-out;
}

@media (min-width:768px) {
.no-padding {
	padding: 0px;
}
}

@media (min-width:768px) {
	.container-big {
		transition: all 500ms ease-in-out;
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width:992px) {
	.container-big {
		transition: all 500ms ease-in-out;
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width:1200px) {
	.container-big {
		transition: all 500ms ease-in-out;
		width: 1170px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* NAVIGATION - BUTOON - TOGGLE */
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 14px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 5px;
}
.navbar-toggle {border-radius: 0px; margin-top: 15px; margin-right: 15px; padding: 12px 9px;}

.navbar-default .navbar-toggle .icon-bar{background-color:#fff}
.navbar-toggle:hover .icon-bar { background-color: #fff;}

.navbar-default .navbar-toggle {border-color: #1074a6;transition: all 500ms ease-in-out;}
.navbar-toggle {background-color:#1074a6;transition: all 500ms ease-in-out;}
.navbar-default .navbar-toggle:hover {border-color: #283f50;transition: all 500ms ease-in-out;}

.navbar-default .navbar-toggle:hover{background-color:#283f50;transition: all 500ms ease-in-out;}
.navbar-default .navbar-toggle:focus{background-color:#1074a6;transition: all 500ms ease-in-out;}
.navbar-default .navbar-toggle:focus{border-color:#1074a6;transition: all 500ms ease-in-out;}
.navbar-default .navbar-toggle:focus .icon-bar{background-color:#fff}


/* NAVIGATION */
.navbar-default {
	background-color: #fff;
	border: none;
	box-shadow: 0 -10px 25px 5px #999999;
}

.navbar-default .navbar-collapse {
	border: none;
}


li.navigationitem.current{
	background-color: #e3e3e3;
	transition: all 500ms ease-in-out;
}

.navbar-default .navbar-nav > .current > a, 
.navbar-default .navbar-nav > .current > a:focus, 
.navbar-default .navbar-nav > .current > a:hover {
	color: #fff;
	background-color: #1074a6;
	transition: all 500ms ease-in-out;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
	color: #fff;
	background-color: #1074a6;
	transition: all 500ms ease-in-out;
}



.navbar-default .navbar-nav>.open> a, 
.navbar-default .navbar-nav>.open> a:focus, 
.navbar-default .navbar-nav>.open> a:hover {
	color: #fff;
	background-color: #1074a6;
	transition: all 500ms ease-in-out;
}

@media (min-width:0px) {
	.navbar-nav {
		float: none;
		margin: 0px -7px;
		text-transform: uppercase;
	}

	.navbar-default .navbar-nav > li > a {
		color: #4a494b;
		transition: all 500ms ease-in-out;
		margin-right: 0px;
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0;
		text-transform: uppercase;
	}

	.navbar-default .navbar-nav > li > a {
		color: #4a494b;
		transition: all 500ms ease-in-out;
		margin-right: 0px;
	}
}

@media (min-width:992px) {
	.navbar-default .navbar-nav > li > a {
		color: #4a494b;
		transition: all 500ms ease-in-out;
		margin-right: 0px;
	}
}

/* NAVIGATION - LOGO */
@media (min-width:0px) {
	.navbar-brand {
		float: none !important;
		padding: 15px 15px;
		font-size: 18px;
		line-height: 20px;
		margin: 20px auto 10px !important;
		display: table;
		height: 36px;
		width: 262px;
		background:url(../../images/ccr_logo.svg) no-repeat;
		background-size: 262px 36px;
		text-indent: -99999px;
		transition: all 500ms ease-in-out;
	}
}

@media (min-width:768px) {
	.navbar-brand {
		float: left;
		padding: 15px 15px;
		font-size: 18px;
		line-height: 20px;
		height: 45px;
		width: 350px;
		background:url(../../images/ccr_logo.svg) no-repeat;
		background-size: 350px 45px;
		transition: all 500ms ease-in-out;
	}
}

/*========== DROPDOWN BUTTON ==========*/
@media(min-width:0px) {
	.dropbtn {
		color: #4a494b;
		background: #fff;
		display: inline-block;
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: left;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		padding: 10px 15px;
		margin: 0px 0px 0px 0px;
		transition: all 500ms ease-in-out;
		border: none;
	}

	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		right: 25px;
		vertical-align: middle;
		border-top: 6px dashed;
		border-top: 6px solid;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position: absolute;
		top: 18px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: #1074a6;
		padding-left: 30px;
	}
}

@media(min-width:768px) {
	.dropbtn {
		color: #4a494b;
		background-color: noen;
		display: inline-block;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: none;
		padding: 15px 15px;
		margin: 0px 0px 0px 0px;
		transition: all 500ms ease-in-out;
	}

	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		left: 5px;
		top: -1px;
		vertical-align: middle;
		border-top: 5px solid;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		position: relative;
	}

	.dropdown {
		position: relative;
		margin-right: 0px;
	}
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #1074a6;
	color:#fff;
	outline: none;
	transition: all 500ms ease-in-out;
}

.open > .dropdown-menu {
	display: block;
	transition: all 500ms ease-in-out;
}

.navbar-right .dropdown-menu {
	right: 0;
	left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 250px;
	padding: 0px 0;
	margin: 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 4px solid #1074a6;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	transition: all 500ms ease-in-out;
}

.dropdown-menu > li > a {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: 600;
	font-size:13px;
	line-height: 1.42857143;
	color: #4a494b;
	white-space: nowrap;
	outline: none;
	transition: all 500ms ease-in-out;
	border-top: 1px solid rgba(174, 174, 174, 0.4);
	border-bottom: 1px solid rgba(174, 174, 174, 0.4);
}

.dropdown-menu > li a:before {
    width: 8px;
    height: 8px;
    left: 10px;
    content: "►";
    top: 0px;
    transform: rotate(0deg);
    -webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
   	transition: all 0ms ease-in-out;
	    padding-right: 10px
}

.dropdown-menu > li > a:hover {
	color: #fff;
	background: #1074a6;
	outline: none;
	transition: all 500ms ease-in-out;
}



.caret-right {
	display: inline-block;
	width: 0;
	height: 0;
	right: 0px;
	top: -2px;
	vertical-align: middle;
	border-top: 5px solid transparent;
	border-left: 10px solid;
	border-bottom: 5px solid transparent;
	position: relative;
	padding-right: 10px;

}


/* Home Page Carousel */
@media (min-width:0px){
	header.carousel, header.carousel-small {
		height: 200px;
		padding: 0px 0px 0px 0px;
		margin-bottom: 60px;
		margin-top: 140px;
		transition: all 500ms ease-in-out;
	}

	header.carousel-small {
		height: 150px;
	}

	.carousel-control.left {
		top: 25%;
		height: 100px;
		width: 30px;
		background: #000;
		margin-left: 0px;
		transition: all 500ms ease-in-out;
	}

	.carousel-control.right {
		top: 25%;
		height: 100px;
		width: 30px;
		background: #000;
		margin-right: 0px;
		transition: all 500ms ease-in-out;
	}

	.slider-text { display: none;}

	.new-caption-area {
		display: block;
		padding: 15px;
		background: linear-gradient(to bottom,#1d2f3c,#283f50);
		height: auto;
		transition: all 500ms ease-in-out;
		margin-top: -60px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.slider-text-solo  { 
		display: block; 
		padding-top: 15px;
		transition: all 500ms ease-in-out;
	}
}

@media (min-width:768px){
	header.carousel, header.carousel-small {
		height: 350px;
		padding: 0px 0px 0px 0px;
		margin-bottom: 60px;
		margin-top: 200px;
		transition: all 500ms ease-in-out;
	}

	header.carousel-small {
		height: 200px;
	}

	.carousel-control.left, .carousel-control.right {top: 35%;transition: all 500ms ease-in-out;}

	.slider-text { display: block; padding: 7% 0% 0% 0%;transition: all 500ms ease-in-out;}

	.slider-text-solo {
		display: table-cell;
		transition: all 500ms ease-in-out;
		width: auto;
		padding-top: 80px;
		padding-left: 15px;
	}

	.new-caption-area { display: none;}
}

@media (min-width:992px){
	header.carousel, header.carousel-small {
		height: 450px;
		padding: 0px 0px 0px 0px;
		margin-bottom: 60px;
		transition: all 500ms ease-in-out;
	}

	header.carousel-small {
		height: 300px;
	}

	.carousel-control.left, .carousel-control.right {top: 40%;transition: all 500ms ease-in-out;}

	.slider-text { 
		display: block; 
		padding: 10% 0% 0% 0%;
		transition: all 500ms ease-in-out;
	}

	.slider-text-solo {
		display: table-cell;
		transition: all 500ms ease-in-out;
		width: auto;
		padding-top: 180px;
		padding-left: 15px;
	}
}

@media (min-width:1200px){
	.slider-text { 
		display: block; 
		padding: 10% 0% 0% 0%;
		transition: all 500ms ease-in-out;
	}
}



header.carousel .item, header.carousel-small .item,
header.carousel .item.active, header.carousel-small .item.active,
header.carousel .carousel-inner, header.carousel-small .carousel-inner {
	height: 100%;
}

header.carousel .fill, header.carousel-small .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #78b3d4;
	border: 1px solid #1074a6;
}

.carousel-indicators li:hover {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	border: 1px solid #1074a6;
	border-radius: 10px;
}



.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
}

.carousel-control .icon-prev{margin-left: -15px;}
.carousel-control .icon-next{margin-right: -15px;}


/* CONTENT-HOME */
.standard-section {
	padding-top: 0px;
	padding-bottom: 60px;
	height: auto;
	text-align: left;
	background: #fff;
}

.calltoaction-section {
	padding-top: 30px;
	height: auto;
	text-align: center;
	background:url(/images/slider/calltoaction.jpg ) no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 60px;
}

/* CONTENT-ABOUT */

.verpflichtungen-section {
	padding-top: 30px;
	height: auto;
	text-align: left;
	background:url(../../images/pattern.png) top center repeat;
	padding-bottom: 50px;
	margin-bottom: 60px;
}

.verschwiegenheit-section {
	padding-top: 30px;
	height: auto;
	text-align: center;
	background:url(../../images/pattern_blue.png) repeat;
	background-position: center;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

@media (min-width:0px) {
	.gesetze {
		background: #e3e3e3;
		height: auto;
		width: 100%;
		border-bottom: 5px solid #1074a6;
		transition: all 500ms ease-in-out;
	}
}

@media (min-width:768px) {
	.gesetze {
		background: #e3e3e3;
		height: 250px;
		width: 100%;
		border-bottom: 5px solid #1074a6;
		transition: all 500ms ease-in-out;
	}
}

@media (min-width:992px) {
	.gesetze {
		background: #e3e3e3;
		height: 270px;
		width: 100%;
		border-bottom: 5px solid #1074a6;
		transition: all 500ms ease-in-out;
	}
}

/* AUFLISTUNGEN */
ul.auflistung {
	margin-left: -40px;
}

.auflistung li {
	text-decoration: none;
	list-style: none;
	padding: 0px 0px 5px 15px;
	border-bottom: none !important;
}

.auflistung li::before {
    width: 8px;
    height: 8px;
    position: relative;
    left: -10px;
    content: "►";
    top: 0px;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blue-text, span.blue-text, p.blue-text, li.blue-text {
	color: #1074a6;
}
.grey-text { color:#58585a; }
.kompass-text { color:#0180c3; }

/* BUTTON */
.btn {
	display: inline-block;
	padding: 15px 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background-color: rgba(49, 49, 49, 0.4);
	border: 1px solid #fff;
	border-radius: 0px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 500ms ease-in-out;
}

.btn:hover {
	color: #fff;
	background-color: #283f50;
	border: 1px solid #fff;
	transition: all 500ms ease-in-out;
} 

.btn-grey {
	width: 100%;
	text-transform: uppercase;
	display: inline-block;
	color: #313131;
	font-weight: 400;
	background: #e3e3e3;
	border-left: none;
	border-right:none;
	border-top:none;
	border-bottom: 5px solid #1074a6;
	border-radius: 0px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 500ms ease-in-out;
}

.btn-grey:hover {
	color: #fff;
	background-color: #78b3d4;
	border-left: none;
	border-right:none;
	border-top:none;
	border-bottom: 5px solid #1074a6;
	transition: all 500ms ease-in-out;
}

@media (min-width:0px) {
	.btn-grey {
		padding: 15px 20px;
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
}

@media (min-width:768px) {
	.btn-grey {
		padding: 15px 20px;
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (min-width:992px) {
	.btn-grey {
		padding: 15px 20px;
		font-size: 15px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media (min-width:1200px) {
	.btn-grey {
		padding: 15px 50px;
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.btn-theme-colored {
	width: 100%;
	background: #1074a6;
}
/* ====== FOOTER ====== */
.footer {
	margin:60px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #fff;
	min-height:300px;
	color:#4a494b;
	text-align:center;
	box-shadow: 0 5px 25px 5px #999999;
}

p.footer-text {
	margin:80px 0px;
	padding: 0px 5px 0px 5px;
	font-weight:200 !important;
	font-size: 16px;
	color: #4a494b;
	transition: all 500ms linear;
	text-align:center;	
}

p.footer-text a {
	color: rgba(0,0,0,0.6);
	transition: all 500ms linear;
	outline: none;	
}

p.footer-text a:hover {
	color: #1074a6;
	transition: all 500ms linear;
	cursor:pointer;
	text-decoration:none;
}

.copyright {
	width: 100%;
	margin-top: 0px;
	background: #c1c1c1;
	height: auto;
	padding: 15px 0px;
}

.copyright p {
	font-size: 14px;
	color: #4a494b;
	padding-top: 25px;
}

.copyright a {
	font-size: 14px;
	color: #4a494b;
	text-decoration:underline;
	transition: all 500ms linear;
}

.copyright a:hover {
	color: #1074a6;
	transition: all 500ms linear;
}

/* ====== FOOTER ====== */
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	border-radius: 0;
	transition: all 500ms ease-in-out;
	text-decoration: none;
	color: #fff;
	background-color: #1074a6;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.scrollup:hover {
	background: #283f50;
	border-radius: 0;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.glyphicon-chevron-up {
	color: #fff;
	font-size: 25px;
	padding-left: 9px;
	padding-top: 5px;
	transition: all 500ms ease-in-out;
}

.glyphicon-chevron-up:hover {
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 0;
	transition: all 500ms ease-in-out;
}

.img-box {
	position: relative;
	margin-bottom: 20px;
}

.img-full {
	left: 0;
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 1px 1px #ccc;
}

.img-box .caption {
	background-color: rgba(16,116,166,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
	left: 0;
}

.img-box .simple-caption {
	height: 35px;
	width: 100%;
	display: block;
	bottom: 0px;
	line-height: 25pt;
	text-align: center;
}

.bw-klient {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-webkit-filter: grayscale(100%);
}

.bw-klient:hover {
	-webkit-filter: grayscale(0%);
	cursor: pointer;

}

.bw-klient a {
	outline: none;
}

.form-control::-moz-placeholder {
	color: #555;
	opacity: 1;
}

.kontakt-section a {
	color: #4a494b;
	transition: all 500ms linear;
	outline: none;	
}

.kontakt-section a:hover {
	color: #1074a6;
	transition: all 500ms linear;
	cursor:pointer;
	text-decoration:none;
}


/* TERMINE */
.btn-circle, .btn-circle:focus,
.btn-circle-2, .btn-circle-2:focus  {
	display: inline-block;
	padding: 10px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background-color: #1074a6;
	border: 1px solid #fff;
	border-radius: 0px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 500ms ease-in-out;
	text-decoration: none;
}

.btn-circle:hover, 
.btn-circle-2:hover{
	color: #fff;
	background-color: #283f50;
	border: 1px solid #fff;
	transition: all 500ms ease-in-out;
	text-decoration: none;
} 

.termine-table a.btn {
	margin:0;
	padding: 0.25em 1em;
	display:block;
}

.glyphicon-plus {
	margin-left: 10px;
}
/*

tr.termine-header th {
font-weight: bold;
}

.termine-table {
border-collapse: collapse;
}


@media (min-width:768px) {
.termine-table {
width: 100%;
border: none;
border-collapse: collapse;
border-top: 1px solid #CCC;
margin: 0.5em 0 1em 0;
}

.termine-table td {
border-bottom: 1px solid #CCC;
padding: 5px 15px 5px 0px;
float: none;
}

.termine-table th {
padding: 6px 0px 6px 0px;
vertical-align: middle;
text-align: left;
border-bottom: 1px solid #CCC;
}
}

@media (min-width:992px) {
.termine-table th {
padding: 6px 0px 6px 0px;
vertical-align: middle;
text-align: left;
border-bottom: 1px solid #CCC;
}
}

@media (min-width:1200px) {
.termine-table th {
padding: 6px 0px 6px 0px;
vertical-align: middle;
text-align: left;
border-bottom: 1px solid #CCC;
}
}
*/
/* ======== GRIDS IMAGE HOVER ======== */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 500ms ease-in-out;
}

.grid figure:hover figcaption, .grid figure:hover figcaption > a {
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(255,255,255, 0.8);
	transition: 500ms ease-in-out;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}



.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	color: #fff;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-01 {
	background: #000;
}

figure.effect-01 img {
	opacity: 1;
	transition: 500ms ease-in-out;
}

figure.effect-01:hover img {
	filter: blur(5px) grayscale(100%);
	transition: 500ms ease-in-out;
	transform: scale(1.2)
}

figure.effect-01 h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 0px 10px 0px;
	background-color: rgba(16,116,166,1);
	width: 100%;
	text-align: center;
	transition: 500ms ease-in-out;
}

figure.effect-01:hover h2 {
	color: rgba(16,116,166,1);
	background: none;
	transition: 500ms ease-in-out;
}

figure.effect-01 p, figure.effect-01 h3 {
	padding: 0 10px 0 0;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
	transition: 500ms ease-in-out;
}

figure.effect-01:hover p, figure.effect-01:hover h3  {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transition: 500ms ease-in-out;
}

figure.effect-01 p {width: 100%;}
figure.effect-01 h3 {width: 100%;}
figure.effect-01:hover p, figure.effect-01:hover h3{color: #000;padding: 0px;text-align: center;hyphens: auto;}

@media (min-width:0px) {
	figure.effect-01 p, figure.effect-01 h3 {display:none;}
}

@media (min-width:480px) {
	figure.effect-01 p, figure.effect-01 h3 {display:block;}
}

@media (min-width:768px) {
	figure.effect-01 p, figure.effect-01 h3 {display:block; font-size: 10px; text-align: center;}
}

@media (min-width:992px) {
	figure.effect-01 p, figure.effect-01 h3 {display:block; font-size: 16px; text-align: center;}
}

table.dataTable td, table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid lightgrey;
	padding: 5px 20px 5px 10px;
}

table.dataTable thead>tr>th.sorting_asc, 
table.dataTable thead>tr>th.sorting_desc, 
table.dataTable thead>tr>th.sorting, 
table.dataTable thead>tr>td.sorting_asc, 
table.dataTable thead>tr>td.sorting_desc, 
table.dataTable thead>tr>td.sorting {
    padding: 5px 40px 5px 10px;
	color:#fff;
	background:#1074a6;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    font-weight: bold;
    width: 100%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 0px !important;
    left: 0px !important;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 0px !important;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #1074a6 !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: red !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1074a6;
    border-color: #1074a6;
	transition: all 500ms ease-in-out;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #23527c;
    border-color: #23527c;
	transition: all 500ms ease-in-out;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1074a6;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #1074a6;
		transition: all 500ms ease-in-out;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border: 1px solid #1074a6;
}

legend {display: none;}

.error {color: red;}

/* ======== ACCORDION ======== */
.accordion {
  max-width: 100%;
  margin: 0 auto 0px;
  border-top: 1px solid lightgrey;
	padding: 0px;
}
.accordion li {
  border-bottom: 1px solid lightgrey;
  position: relative;
  list-style:  none;
}
.accordion li p { 
  color: #4a494b;
  font-size: 14px; 
}
.accordion h2 {
  width: 100%;
  display: block;
  cursor: pointer;
  color: #808080;
  font-size: 20px;
  user-select: none;
	transition: all 500ms ease-in-out;
	padding-right: 20px;
}

.accordion h2:hover {
	color: #4a494b;
	text-decoration: none;
	font-size: 20px;
	transition: all 500ms ease-in-out;
}

.accordion h2.active {
	color: #1074a6;
	transition: all 500ms ease-in-out;
}

.accordion h2:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #4a494b;
  border-bottom: 2px solid #4a494b;
  position: absolute;
  right: 10px;
  content: " ";
  top: 7px;
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.accordion p {
  color: #4a494b;
  font-size: 14px;
  line-height: 1.3;
}

h2.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.fortbildunginfo{display:none; padding-top: 10px;}

.btn-grey-small {
    width: auto;
    text-transform: uppercase;
    display: inline-block;
    color: #313131;
    font-weight: 400;
    background: #e3e3e3;
    border:none;
    border-radius: 0px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 500ms ease-in-out;
    padding: 10px;
    font-size: 14px;
    float: right;
    margin: 10px 0px 0px 0px;
}

.btn-grey-small:hover {
	color: #fff;
	background-color: #78b3d4;
	border:none;
	transition: all 500ms ease-in-out;
}

.btn-grey-small.back {
	margin-top:0;
	float:none;
}
hr.blue.mb-0 {
	margin-bottom:0;
	padding-bottom:0;
}
hr.blue {
	border: 2px solid #1074a6;
	margin-top: 60px;
	
}

hr.grey {
	border: 1px solid #c1c1c1;
	margin-top: 30px;
	
}

.onpage-info {
    background: #fff;
    padding: 30px;
    text-align: center;
    border: 2px solid #1074a6;
    margin-top: 40px;
    margin-bottom: 60px;
    box-shadow: 0px 0px 15px 5px #d1d1d1;
}

