
body {
	font-family:Calibri,Arial, Helvetica, sans-serif;
	color:#000;
	font-size:20px;
	background-color:#FFF;
}
.h1, .h2, .h3, h1, h2, h3 {
    color:#005B82;
}
a, .pseudoLink {
	color:#005F80;
	text-decoration:underline;
}
a:hover, a:focus, .pseudoLink:hover {
	color:#005F80;
	text-decoration:underline;
	cursor:pointer;
}
hr {
    margin-bottom: 10px;
    margin-top: 15px;
	border-width: 2px 0 0;
}
.hyphens {
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}
.breakword {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
.text-danger, .text-success {font-weight:bold;padding:3px 8px;}
.blockXS {display:block;}

/*Head*/
#Head {
	height:150px;
	overflow:hidden;
	position:relative;
}
#Head img {
	position:absolute;
	top:50%;
	transform: translate(0, -50%);
	width: 100%;
}
#Main{
	padding-top:50px;	
}/* Kacheln / Tiles */

.homeTiles{
	margin-top:-8%;/*-150px;*/
}
.homeTiles .item {
    height: auto;
    background-color: #f2f2f2;
	border:2px solid #f2f2f2;
    cursor: pointer;
    overflow: hidden;
    padding: 12%;
    transition: all 200ms linear 0s;
    z-index: 1;
}
.homeTiles .item:hover {
	border-color:#005B82;
	transition:all 200ms linear;
}
.homeTiles h3 {
    text-align:center;
	color:#005B82;
	font-size:36px;
	margin-top:15px;
	margin-bottom:25px;
}
.homeTiles h3 a,
.homeTiles h3 a:hover {
	text-decoration:none;
}
.homeTiles .text {
    text-align:center;
	font-size:18px;
}
.homeTiles img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:40%;
}
span.newstitle { color:#005B82;font-weight:bold;}

/*Navigation*/
#navbar-collapse{
	border:none;
	padding-bottom:0;
}
.navbar{
	margin-bottom:0; 
	border-radius: 0;
}
.navbar-default {
    background-color: #fff;
    border: none;
}
.container > .navbar-header, 
.container-fluid > .navbar-header, 
.container > .navbar-collapse, 
.container-fluid > .navbar-collapse {
	background-color:#F2F2F2;
	padding-bottom:15px;
}
.navbar-nav {
	background-color:#FFF;
	margin-bottom:0;
}
.navbar-default .navbar-nav > li > a {
	color: #005B82;
	font-size:23px;
	font-weight:bold;
	background-color: #fff;
    transition: all 200ms linear 0s;
	text-decoration:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #fff;
    color: #000;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    color: #000;
}

/*SubNavi*/
.navbar-nav > li > .dropdown-menu {
	display:block;
	border-radius:0;
	box-shadow:none;
	position:static;
	top:auto;
	left:auto;
	width:100%;
	width:calc(100% - 30px);
	border-color:#fff;/*#005B82*/
	margin-left:15px;
}
.dropdown-menu > li > a {
	text-decoration:none;
	color:#005B82;
}
.dropdown-menu > li {
	float:left;
}

/*Brand*/
.navbar-brand {
	position:absolute;
	top:0;
	left:0;
}

/*Toggle*/
.navbar-default .navbar-toggle {
	background-color:#F2F2F2;
	border-radius:0;
	border-color:#F2F2F2;
	margin:15px 15px 0 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:#005B82;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#005B82;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color:#FFF;
}
/**************************************************************************************
  Cookie Accept
**************************************************************************************/
.navbar-fixed-bottom {
	background-color: #005B82;
}
.navbar-fixed-bottom > .container {
	display: flex;
    align-items: center;
}
#cookie_accept {
	padding: 2rem;
}
#cookie_directive_container p {
    color: white;
	font-size: 20px;
    margin-bottom: 0;
    max-width: 85%;
}
#cookie_directive_container a {
    color: white;
	text-decoration: underline;
}
#cookie_directive_container a.pull-right {
	background-color: white;
    padding: 10px;
    color: #005B82;
	text-decoration: none;
    border: none;
}
/**************************************************************************************
  Team Ansicht
**************************************************************************************/
.teamitem {
	margin-bottom:20px;
	display:block;
	cursor:pointer;
	opacity:1;
	-webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.teamitem h2 {
	font-size:19px;
}
.teamitem img{
	width:100%;
}
.teamitem .inner{
	min-height:40px;
	background: rgba(0,91,130,0.8);
	color:#fff;
}
a.teamitem:hover {
	opacity:0.8;
	-webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.teamitem .inner,
.teamitem .text{	
	position:absolute;
	font-size:19px;
	bottom:20px;
	left:0;
	right:0;
	margin: 0 15px;
	padding:0 20px 10px 20px; /*0 20px 10px 20px*/
	overflow:hidden;
}
.text .h1{
	margin-top:10px;	
	margin-bottom:-13px;
	color:#fff;
	font-weight:bold;
}
.teamitem.team {
	cursor:default;
}
.teamitem.team .contact {
    display:none;
}
.teamitem.team:hover .contact {
    display:block;
}
.teamitem.team:hover .text,
.teamitem.team:hover .inner {
    top:0;   
}
.teamitem.team .iconlinks {
    padding:20px;
}
.teamitem.team .iconlinks a{
    color:#fff;
    display:inline-block;
    width:53px;
}
.teamitem.team .iconlinks a img {
    width:100%;
}
.teamitem.team .iconlinks a:hover {
    text-decoration:none;
}
.teamitem.team .iconlinks a:first-child {
    margin-right:30px;
}
#Content .dropdown button,
#Content .dropdown .btn:focus, #Content .dropdown .btn.focus {
	width:100%;
	background-color:#f2f2f2;
	color:#005B82;
	font-size:19px;
	font-weight:bold;
	border:none;
	margin-top:15px;
}
#Content .dropdown .btn:hover {
	color:#005B82;
	background-color:#e2e2e2;
}
#Content .dropdown .dropdown-menu {
	width:100%;
	width:calc(100% - 30px);
	font-size:19px;
	background-color:rgba(226,226,226,0.8);
	border:none;
	border-radius:0;
	box-shadow:none;
	margin-left:15px;
	margin-top:0;
}
#Content .dropdown .dropdown-menu a {
	font-weight:bold;
	text-align:center;
}

/*lightGallery iFrame Box*/
.lgHeight100 .lg-inner .lg-video {
	padding-bottom:100%;
}
/*Update für iPhone iFrame Scrolling JC*/
.lg-has-iframe .lg-video,
.lg-outer.ifHeight100 .lg-video,
.lg-outer.lgHeight100 .lg-video {
   -webkit-overflow-scrolling: touch;
   overflow: auto;
}

/* ------------------------------------------------------------------------------------------------------ */ 
/* Kontakt */
/* ------------------------------------------------------------------------------------------------------ */ 
.Kontakt .row > * {
	border-bottom:1px solid #005F80;
}

/* ------------------------------------------------------------------------------------------------------ */ 
/* Footer */
/* ------------------------------------------------------------------------------------------------------ */ 
footer {
    background-color: #005B82;
    color: #fff;
    min-height: 130px;
    text-align: left;
}
footer a{
    color: #fff;
	text-decoration:none;
}
footer a:hover{
	color: #fff;
	text-decoration:underline;
}	

.footerContent {
    bottom: 0;
    position: absolute;
	font-size: 17px;
}
.footerContainer {
    position: relative;
	padding:0px;
	height: 100px;
}
/* ------------------------------------------------------------------------------------------------------ */ 
/* Done */
/* ------------------------------------------------------------------------------------------------------ */ 
#Done {
	margin:15px 180px 0px 220px;
}
#Done p, #Done td { 
	font:normal 11px Arial, Helvetica, Sans;
	color:#abaaaa;
}
#Done a, #Done a:link, #Done a:visited {
	color:#abaaaa;
	text-decoration: none;
}
#Done a:hover {
	color:#3f3f3f;
}

/**************************************************************************************
  Formulare
**************************************************************************************/
input, input.form-control,
textarea, textarea.form-control,
select, select.form-control {
	font-size:15px;
	padding:6px;
	border-color: #000;
}
.form-control, .btn, .input-group-addon {border-radius:0;}
label{
	font-weight:400;
	font-size:16px;
	margin-bottom:0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
textarea,
select {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin:1px;
	border:1px solid #000;
}
input[type="file"] {
	border:1px solid #000;
	padding:0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
input[type="file"]:focus {
	border-color:rgb(0, 91, 130);
	box-shadow: 0 0 5px rgba(0, 91, 130, 0.75);
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
	font-weight:inherit;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	
	color:#FFF;
    background-color:rgb(0, 91, 130);
	border:1px solid rgb(0, 91, 130);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.btn:hover, .btn:focus, .btn.focus {
	color:#FFF;
	background-color:rgba(0, 91, 130,0.6);
	border-color:rgb(0, 91, 130);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
input[disabled], .form-control[disabled],
input[readonly], .form-control[readonly],
fieldset[disabled] .form-control {
	background-color:#eee;
	border:1px dotted #000;
}
input#Code {
	margin-top:0;
	z-index:0;
	border-right:none;
}
.input-group-addon {
	min-width:111px;
	padding-bottom:5px;
	border-color:#000;
}
/**************************************************************************************
  Listen-, Tabellen-Ansicht, Pagination
**************************************************************************************/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border-color:#000;
}
.table-hover > tbody > tr:hover {
	background-color:#ddd;
}
.table > thead > tr > th.listicon,
.table > tbody > tr > th.listicon,
.table > tfoot > tr > th.listicon,
.table > thead > tr > td.listicon,
.table > tbody > tr > td.listicon, 
.table > tfoot > tr > td.listicon {
	padding-left:0;
	padding-right:0;
	text-align:center;
}
td.back {text-align:center;}
.pagination > li > a, 
.pagination > li > span {
	color:#000;
	border-color:#817f80;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
	color:#000;
	border-color:#817f80;
	background-color:#817f80;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	color:#FFF;
	background-color:#000;
	border-color:#000;
}
.tbl {width:100%;display:table; table-layout:fixed;}
.tbl > * {display:table-cell;vertical-align:top;}/**************************************************************************************
  Admin
**************************************************************************************/
.CuteEditorGroupMenuCell img {
	box-sizing:content-box;
}
#CE_Editor1_ID {
	width:100% !important;
	line-height:initial;
	font-size:12px;
}

@media (min-width:768px){
	#Head {height:350px;}
	.homeTiles{margin-top:-150px;}
	.homeTiles h3 {font-size:23px;}
	.blockXS {display:inline;}
	
	/*Navigation*/
	#navbar-collapse{
		min-height:120px;	
	}
	.navbar{
		margin-bottom:0px;
		min-height:120px;
	}
	.navbar-default {
		background-color: #fff;
		border-color: #fff;
	}
	.container > .navbar-header, 
	.container-fluid > .navbar-header, 
	.container > .navbar-collapse, 
	.container-fluid > .navbar-collapse {
		background-color:#FFF;
	}
	.navbar-default .navbar-nav > li > a {
		color: #005B82;
		font-size:20px;
		font-weight:bold;
		margin-top:60px;
		background-color: #fff;
		color: #005B82;
		transition: all 200ms linear 0s;
		padding-right:0;
		padding:15px 15px;
	}
	
	/*Subnavi*/
	.navbar-nav > li > .dropdown-menu {
		position:absolute;
		top:100%;
		left:0;
		display:none;
	}
	.navbar-nav > li:hover > .dropdown-menu {
		display:block;
	}
	.dropdown-menu > li {
		float:none;
	}
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus {
		color:#005B82;
		background-color:#f2f2f2;
	}
	.dropdown-menu > li.active > a,
	.dropdown-menu > li.active > a:hover,
	.dropdown-menu > li.active > a:focus {
		color:#000;
		background-color:#f2f2f2;
	}
	
	/*Brand*/
	.navbar-brand {
		position:static;
		top:auto;
		left:auto;
	}
	.navbar-brand > img {
		margin-top: 46px;
	}
}
@media (min-width:992px){
	.homeTiles h3 {
		font-size:30px;
	}
	/*Impressum*/
	.flowrow {
		width:100%;
		-webkit-column-count: 2;
   		-moz-column-count: 2;
		column-count:2;
		-webkit-column-gap: 3em;
     	-moz-column-gap: 3em;
        column-gap: 3em;
	}
	.flowrow .pagebreak {
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */
	}
}
@media (min-width:1200px){
	.homeTiles h3 {
		font-size:36px;
	}
}

iframe{
	padding:20px;
	background-color:white;
}

#TeamPhoto img{
	width:200px;
}
#TeamTitle{
	background-color:#f2f2f2;
	padding:10px;
}

#TeamDetail table td:nth-child(1){
	background-color:#f2f2f2;
	min-width:190px;
}

#TeamDetail table tr{
	background-color:transparent;
	border:8px solid white;
	margin-left:10px;
}

#TeamDetail table td{
	padding-left:10px;
}

#TeamDetail table tr ul{
	padding-left:15px;
}