/*Fonts in Bootstrap.min.css*/

/**************************************************************************************
  General
**************************************************************************************/
html,body {
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	background-color:white;
	height:100%;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color:#000;
	font-weight:normal;
}
h1, .h1 {
	font-size:28px;
	margin-bottom:10px;
}
h2, .h2 {
	font-size:26px;
	margin-top:10px;
	margin-bottom:16px;
}
h3, .h3 {
	font-size:24px;
}
hr{border-width:1px;border-color:#043B7B;}
a, .pseudolink {
	color:#043B7B;
	cursor:pointer;
	transition:color 200ms linear;
}
a:hover, a:focus,
.pseudolink:hover {
	color:#043B7B;
	text-decoration:underline;
	text-underline-position: under;
	transition:color 200ms linear;
}
h3 a, .h3 a {
	color:#043B7B;
	text-decoration:none;
}
.pseudolink:hover,
*[onclick]:hover,
*[data-src]:hover {
	cursor:pointer;
}

/**************************************************************************************
   Service Klassen (unterstützend)
**************************************************************************************/
main {margin-top:2%;margin-bottom:4%;}

.dialog .fa {
  padding: .2rem .3rem;
  position: absolute;
  /* You may need to change top and right. They depend on padding/widht of .badge */
  top: 5px;
  right: 5px;
/*  background: grey;
  border-radius: 20%;*/
}

/*Admin / Memberbereich */
.admin {font-size:18px;}

.hyphens,
.hyphens-xs,
.flowrow {
	-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;
}
.date-pick.form-control {display:inline;}
.bg-highlight {
	background-color:rgba(246, 163, 18,0.7);
}

/**************************************************************************************
  Head
**************************************************************************************/
header {background-color:white;}
#Head, #Slider {position:relative;}
#Head:after, #Slider:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6a312+0,f6a312+100&1+0,0+23,0+77,1+100 */
	background: -moz-linear-gradient(left, rgba(246,163,18,1) 0%, rgba(246,163,18,0) 23%, rgba(246,163,18,0) 77%, rgba(246,163,18,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(246,163,18,1) 0%,rgba(246,163,18,0) 23%,rgba(246,163,18,0) 77%,rgba(246,163,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(246,163,18,1) 0%,rgba(246,163,18,0) 23%,rgba(246,163,18,0) 77%,rgba(246,163,18,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a312', endColorstr='#f6a312',GradientType=1 ); /* IE6-9 */
}

.navbar-brand img.img-fluid {
	max-width:100%;
}

/**************************************************************************************
  Home-Events/Termine
**************************************************************************************/
.Events .tbl {
	margin-bottom:15px;
	transition:box-shadow 300ms linear;
}
.Events .tbl:hover {
	box-shadow:0 0 4px 2px rgba(0,0,0,0.1);
	transition:box-shadow 300ms linear;
}
.Events .date {
	width:33%;
	min-width:113px;
	color:#043B7B;
	background-color:#043B7B;
	text-align:center;
	padding:15px;
}
.Events .date span {
	font-size:3em;
	line-height:1em;
	display:block;
}
.Events .txt {
	width:67%;
	background-color:white;
	padding:10px 15px;
	vertical-align:top;
}
.Events .txt a {
	color:#666;
}
.Events .txt a:hover {
	text-decoration:none;
}
.Events .tbl > div > * {
	margin:0;
}

/**************************************************************************************
  Navigation / Lang / Logo
**************************************************************************************/
.companylogo{
	margin:15px;
	width:140px;
	height:auto;
}
.memberImg{
	margin-top:15px;
	margin-bottom:25px;
	max-width: 200px;
}
#Lang {
	position:absolute;
	top:15px;
	right:15px;
	z-index:2;
	width:126px;
	padding:19px 0;
	list-style:none;
	font-size:15px;
}
#Lang li {
	float:left;
	width:27px;
	height:27px;
	line-height:25px;/* Minus 2 x 1px border */
	margin-bottom:5px;
   	margin-left: 15px;
}
#Lang li a {
	width:27px;
	padding:0;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	color:#043B7B;
	background-color:white;
/*	border-radius:50%;*/
	border:1px solid #043B7B;
	transition:color 200ms linear, border-color 200ms linear, background-color 200ms linear;
}
#Lang li a:hover,
#Lang li a:hover,
#Lang li.active a {
	color:white;
	border-color:#043B7B;
	background-color:#043B7B;
	text-decoration:none;
	transition:color 200ms linear, border-color 200ms linear, background-color 200ms linear;
}
#Lang li.active a {cursor:default;}

/*Nav*/
.navbar-brand {
/*	padding-right: var(--bs-gutter-x,.75rem);*/
	padding-right: var(--bs-gutter-x,2rem);
/*	padding-left: var(--bs-gutter-x,.75rem);*/
	margin-right:0;
	height:auto;
	max-width:265px;
}
.navbar	{
	background-color:#FFF;
	border:none;
	border-radius:0;
	font-size:19px;
	color:#043B7B;
	margin-bottom:0;
	min-height:1px;
	padding:15px 0;
	height:106px;
}
.navbar-collapse {
	background-color:white;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	z-index:1;
}
.navbar-nav {
	margin-top:0;
}
.nav-link,
.navbar-light .navbar-nav .nav-link {
	color:#043B7B;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show > .nav-link,
.nav-item .nav-link:hover, 
.nav-item .nav-link:focus,
.nav-item .nav-link.show,
.nav-item:hover .nav-link,
.nav-item:focus .nav-link {
	color:#323232;
}
ul.dropdown-menu {
	border:none;
	border-radius:0;
    box-shadow: none;
    /*display: block;  wenn Subnavi eingeklappt sein soll*/
    
    padding: 0;
	margin-left:15px;
    width: calc(100% - 15px);
    min-width: 160px;
    background-clip: padding-box;
	background-color:#FFF;
    list-style: outside none none;
    text-align: left;
    z-index: 1000;
}
.navbar-nav .active ul.dropdown-menu,
.navbar-nav .open ul.dropdown-menu {
	display:block;
	background-color:white;
}
ul.dropdown-menu li {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    width: auto;
    transition: all 200ms linear;
}
.dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > a {
	color:#000;
	background-color:#FFF;
	padding: 3px 15px;
	width:100%;
	text-decoration:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #FFF;
    color: #043B7B;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.navbar-nav .open .dropdown-menu > .active > a,
.navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-nav .open .dropdown-menu > .active > a:focus {
	background-color:#043B7B;
	color: #FFF;
}

/*Toggle*/
.navbar-light .navbar-toggler {
	border:none;
	color:transparent; /*Auch Farbe Outline-Box*/
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 0, 81, 66, 1 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler-icon:hover,
.navbar-light .navbar-toggler-icon:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 243, 146, 0, 1 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/**************************************************************************************
  Content Ansicht
**************************************************************************************/
.Content > h1:first-child,
.Content > h2:first-child {margin-top:0;}
.Content:empty {display:none;}
.Content ul, .Content  ol {
	/*padding-left:20px;*/
}
.Content li {margin:8px 0;}
.Content img {
	max-width:100%;
	height:auto;
}

#cmsContentList #sortable_list tr:hover:not(.disablesortable){
	cursor:move;
	background-color:#eee;
}

table#cmsContentList td[data-href]{
	cursor:pointer;
}

/*Gegensteuer Bootstrap für per Editor erstellte Tabellen*/
.website .Content table td{
	padding: 0 3px 3px 0;
}
.website .Content table td td {
	padding:0;
}
.website form .row  {margin-bottom:15px;}
.website form .row .form-group {margin-bottom:0;}

.website .Content.Anmeldung table td {
    padding-right: 5px;
}

/* Bild in der Höhe beschneiden */
img.cropped-height {
	width:100%;
	height:800px;
	object-fit:cover;
	object-position:0 3%;
}

/* ------------------------------------------------------------------------------------------------------ */ 
/* Module */
/* ------------------------------------------------------------------------------------------------------ */ 
.Module > .row {
/*	margin-right: -10px;
	margin-left: -10px;*/
}
.Modul {
	background-color:#fff;
	border:1px solid #323232;
	border-radius:0;
	transition:background-color 200ms linear;
}
.Modul .card-body {
	padding:10px;
}
.Modul .card-body * {
	color: #323232;
	transition:color 200ms linear, color 200ms linear;
}
.Modul h3 {
	margin: 0px;
}
.Modul p {
	margin:8px 0px 3px 0px;
}
.Modul:hover .card-body *,
.Modul:focus .card-body * {
	color: white;
	transition:color 200ms linear, color 200ms linear;
}
.Modul:hover, .Modul:focus {
/*	opacity: 0.8;*/
/*	background-image: linear-gradient(rgb(54, 109, 88) 0px, rgb(49, 100, 81) 55%, rgb(42, 90, 72) 100%);*/
	background-color: #043B7B;
	transition:background-color 200ms linear, color 200ms linear;
	border:1px solid #043B7B;
}

/**************************************************************************************
  Galerie / Gallery / lightGallery
**************************************************************************************/
#lightgallery.row > div {
	padding-top:15px;
	padding-bottom:15px;
}
#lightgallery .background-slider {
	cursor:pointer;
}
/*new lightgallery with iFrame set height*/
.ifHeight75 .lg-inner .lg-video {
	padding-bottom: 75%;/*56.25%;   Format=16:9*/
}
.ifHeight100 .lg-inner .lg-video {
	padding-bottom: 100%;/*56.25%;   Format=16:9*/
}

#SquareLinks > div {
	padding-bottom:15px;
}
#SquareLinks .tblbox {
	width:100%;
	padding-bottom:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
	margin-bottom:30px;
}

#SquareLinks #lightgallery div {
	margin-bottom:30px;
}
#SquareLinks #lightgallery a,
#SquareLinks #lightgallery .Bilderrahmen,
#Carousel #lightgallery div img, 
#Carousel #lightgallery a img {
	display:block;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	text-shadow:0 0 3px #000;
	
	background-color:rgba(255,255,255,0);
	transition:	background-color 200ms linear;
}
#SquareLinks #lightgallery a:hover,
#SquareLinks #lightgallery .Bilderrahmen:hover,
#Carousel #lightgallery div img:hover,
#Carousel #lightgallery a img:hover {
	background-color:rgba(255,255,255,0.6);
    transition:	background-color 200ms linear;
}
#SquareLinks #lightgallery img {
	width:100%;
}
.tblbox > div {
	position:absolute;
	width:100%;
	height:100%;
	text-shadow:0 0 3px #000;
	
	background-color:rgba(255,255,255,0);
	transition:	background-color 200ms linear;
	
}
.tblbox > div:hover {
	background-color: rgba(255,255,255,0.6);
	transition:	background-color 200ms linear;
}
.tblbox > div > div {
	display:table;
	width:100%;
	height:100%;
}
.tblbox a {
	font-weight:bold;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:95%;
	height:95%;
	padding:5%;
}
#SquareLinks .tblbox a small {
	font-size:65%;
}
#SquareLinks .tblbox a,
#SquareLinks .tblbox h2{
	color:#FFF;
	text-decoration:none;
}

/**************************************************************************************
  Blog
**************************************************************************************/
td.blogFilter {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.bimg {cursor:pointer;margin-bottom:15px;}
.lgIcon {
	background-color:#ddd;
	border-radius: 4px;
	line-height:1.42857;
	color:#000;
	white-space:nowrap;
}
.Blog .blogTxt {
	padding:12px 15px;
	transition:background-color 200ms linear;
	margin-top:5px;
}
.Blog .blogTxt.active,
.Blog .blogTxt:hover,
.Blog .blogTxt:focus {
	background-color: #F0F0F0;
	transition:background-color 200ms linear;
}
.Blog h1,
.Blog h2 {
	margin-top:0;
}
.Blog .h3 {
	margin:0;
}
.Blog h2 a, .Blog h2 a:hover, .Blog h2 a{
	color:#666;
	text-decoration:none;
}
.Blog .autor {color:#043B7B;}

.Blog .date {
	font-size:15px;
}
.admin .Blog > .row {margin-bottom:30px;}
/**************************************************************************************
  Suche / Search
**************************************************************************************/
#Search.pull-right {
	margin-top:19px;
}
/**************************************************************************************
  Gruppe / Team
**************************************************************************************/
.tblOrgPic table {height:450px;}
.tblOrgPic table tr:last-child td {vertical-align:top;}

.tblOrgNoPic table {
	background-color: #FFF;
	height:152px;
	margin-bottom:30px;
}
#Content .tblOrgNoPic table td{
	padding:0 5px 0 15px;
}
#Content table p {
	margin-bottom:15px;
}
.arbGruppe > div .subGruppe {
	display:none;
}
.arbGruppe > div:hover .subGruppe {
	display:block;
	z-index:1;
}
.subGruppe {
	position:absolute;
	background-color:#FFF;
	box-shadow:0 3px 5px rgba(0,0,0,0.5);
}
.subGruppe label {font-weight:normal;}

/**************************************************************************************
  Footer
**************************************************************************************/
footer {
	font-size:20px;
	color:white;
	padding:0;
/*	background-image: linear-gradient(rgb(54, 109, 88) 0px, rgb(49, 100, 81) 55%, rgb(42, 90, 72) 100%);*/
	background-color: #043B7B;
	position:relative;
	padding:20px 0;
}
footer strong{font-weight:normal;}
footer a {
	color:white;
	text-decoration:none;
}
footer a:hover, footer a:focus {
	color:rgba(255,255,255,.6);
	transition: color 200ms linear;
}
footer input.form-control {
	border-radius:0;
	border:none;
	box-shadow:none;
	/*color:#FFF !important;*/
	margin-bottom:5px !important;
	/*max-width:300px;*/
}
html footer input[name="member"],
html footer input[name="logout"] {
	min-width:49%;
	width:175px;
	max-width:100%;
	margin-bottom:3px;
}
footer .btn,
html footer input[type="button"],
footer input[type="submit"] {
	background-color:#043B7B;
	color:white;
}

/* Sticky Footer */
body {
  display: flex;
  min-height: 100vh;
  margin: 0 auto;
  flex-direction: column;
}
.page-wrap {
  flex: 1 0 auto;
}
footer {
	flex-shrink: 0;
}

/*Cookie Banner*/
#cookie_directive_container > * {
	background-color:rgba(0,0,0,0.8);
	color:#FFF;
	padding-top:17px;
}
#cookie_directive_container a[href="#"] {
	padding:6px 12px;
	margin: 0 12px 6px 0;
}
#cookie_directive_container .credit a:hover,
#cookie_directive_container .credit a:focus {color:inherit;}

/**************************************************************************************
  Done
**************************************************************************************/
#Done {opacity:0.4;font-size: 14px;}
/*#Done, #Done a {color:#535353;}*/
#Done a {white-space:nowrap}
#Done a:hover {
	color:#535353;
	text-decoration:none;
}
/**************************************************************************************
  Formulare
**************************************************************************************/
.comment{
	margin-top:15px;
}
label {font-size:0.8rem;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
textarea,
input[type="password"],
select,
.form-control,
.form-select {
	border-radius:0;
	border: 2px solid #d2d2d2;
	background-color: #f5f5f5;
	color:#323232;
	margin:5px;
	/*font-size:17px;
	height:auto;
	padding-top:0;
	padding-bottom:0;*/
}
.form-select {
	font-size:0.8rem;
	padding:4px 8px;
	min-height:28px;
	/*BS5 Gegensteuer*/
	padding-right:1rem;
	background-position: right .25rem center;
}
.form-control {
	font-size:0.8rem;
	padding:4px 8px;
	min-height:28px;
	border: 2px solid #d2d2d2;
	background-color: #f5f5f5;
}
input[type="file"] {
	border:1px solid #DDD;
}
.btn, button:not(.navbar-toggler), 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size:17px;
	min-height:36px;
	color:white;
	text-align:center;
	text-transform:uppercase;
    background-color:#043B7B;
	border:1px solid transparent;
/*	border-radius:30px;*/
	border-radius:0;
    transition: background-color 200ms linear, color 200ms linear;
/*	padding:0 15px;*/
}
.btn:not(.btn-sm):after, button:not(.navbar-toggler):not(.btn-sm):after {
    content: ' \2192';
}
.Blog .btn{
	margin-top:10px;
}
.btn:hover,
button:not(.navbar-toggler):hover, 
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#043B7B;
    transition: background-color 200ms linear, color 200ms linear;
}
.btn-sm,
.btn-group-sm > .btn,
input[type="submit"].btn-sm,
input[type="button"].btn-sm,
.input-sm,
select.input-sm {
	font-size:0.8rem;
	min-height:28px;
/*	padding-top:0;
	padding-bottom:0;*/
}
.btn-group > .btn:not(:first-child) {
	border-left:1px solid rgba(255,255,255,0.3);
}
input[disabled], input[readonly] {
	background-color:#EEE;
	border-style:dotted;
	border:none;
}
/*für iOS Safari wichtig*/
input[type="radio"] {border-radius:8px;}
input[type="radio"]:checked{background-color:#000;}

input#Code {
	margin-top:0;
}
.input-group-addon {
	min-width:111px;
	padding-bottom:5px;
}
.form-control:focus,
.form-select:focus {
	border-color:#ccc;
	box-shadow:0 0 0 .25rem rgba(0,81,66,.25);
}
/*multi-select MacOS Safari*/
.ui-multiselect-menu {
	min-width:398px;
}
.ui-multiselect-header {
	background-color: #ccc !important;
}
/* Tooltip Schriftgrösse */
.ui-widget {
	font-size: 0.9em !important;
	font-family: "URW Grotesk T W01 Light", Arial, Helvetica, sans-serif !important;
}

/*::-webkit-input-placeholder { color:#999 !important ;}
::-moz-placeholder { color:#999 !important ; } /* firefox 19+ * /
:-ms-input-placeholder { color:#999 !important ;} /* ie * /
input:-moz-placeholder { color:#999 !important ; }*/

/**************************************************************************************
  Listen-, Tabellen-Ansicht
**************************************************************************************/
.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:lightgray;
	/*border-bottom: 1px;*/
}
.table-hover > tbody > tr {
	transition:background-color 200ms linear;
}
.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:focus {
	background-color:rgba(224, 154, 105,0.1);
	opacity:1 !important;
	transition:background-color 200ms linear;
}
.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;}
td.back a{color:#FFF;background-color:rgba(217,0,0,0.9); display:block;line-height:85px;margin-bottom:10px;}
.admin td.back a {line-height:70px;}

.tbl {display:table; width:100%;}
.tbl > .trow {display:table-row;}
.tbl > *,
.tbl > .trow > * {
	display:table-cell;
}
.admin .tbl > *,
.admin .tbl > .trow > * {
	vertical-align:middle;
	padding:3px 6px;
}

.h1selectGrid {
	padding-top:20px;
	text-align:right;
}
/*Entgegensteueren von Bootstrap*/
.table-responsive {border:none;font-size:17px;}
.table-responsive > .table > tbody > tr > td {white-space:normal;}
.hyphens {
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}

.bg_pruefung {
	background-color: #fff;
/*	opacity: 0.8;*/
	background-size: 10px 10px;
/*	background-image: repeating-linear-gradient(45deg, #043B7B 0, #043B7B 1px, #fff 0, #fff 50%);*/
	background-image: repeating-linear-gradient(45deg, rgba(0,81,66,0.1) 0, rgba(0,81,66,0.1) 1px, #fff 0, #fff 50%);
}

/**************************************************************************************
  Seiten
**************************************************************************************/
.pagination > .active > a,
.pagination > .active > a:hover {
	background-color:#043B7B !important;
	border-color:#043B7B !important;
}
.pagination > li > a,
.pagination > li > a:hover {
	color:#043B7B;
}

/**************************************************************************************
  Admin/Editor
**************************************************************************************/
.CuteEditorGroupMenuCell img {/*Gegensteuer BS für Icons in Editor-Bar*/
	box-sizing:content-box;
}
#CE_Editor1_ID {
	width:100% !important;
	line-height:initial;
	font-size:12px;
}
.CuteEditorToolBarContainer {/*Gegensteuer BS für Dropdown-Menu in Editor-Bar (H1 etc).*/
    line-height: 0.9em;
}
/*lightGallery PopUp individuell definierte Höhe per gesetzer CSS-Class*/
.lg-outer.ifHeight75 .lg-video{padding-bottom:75%;}
.lg-outer.ifHeight100 .lg-video{padding-bottom:100%;}
.lg-outer.ifHeight90vh .lg-video{padding-bottom:90vh;}
.lg-outer.ifHeight90vh .lg-item {padding-top:47px;}/*damit Lightgallery Balken mit Close-Button iFrame nicht überlappt*/

@media (min-width:768px){
	h1, .h1 {
		font-size:32px;
	}
	h2, .h2 {
		font-size:28px;
	}
	.navbar {height: auto;}
	.navbar-brand {
		max-width:270px;
		padding-bottom:5px;
	}
	.navbar > .container .navbar-brand {margin-left:0;}
	
	.min-gutter .form-group ::-webkit-input-placeholder { color:#FFF !important ;}
	.min-gutter .form-group ::-moz-placeholder { color:#FFF !important ; } /* firefox 19+ */
	.min-gutter .form-group :-ms-input-placeholder { color:#FFF !important ;} /* ie */
	.min-gutter .form-group input:-moz-placeholder { color:#FFF !important ; }
	
	
	/*Footer*/
	footer .row > div {/*padding-right:10px*/}
	footer .row > div:last-child > div {float:right;}
}
@media (min-width:992px){
	h1, .h1 {font-size:38px;}
	
	/*Navigation*/
	.navbar	{
		align-items:flex-end;
	}
	.navbar-collapse {padding:0;}
	.nav {
		float:none;
		margin:0 auto;
		width:755px;
		/*max-width:100%;*/
		text-transform:uppercase;
	}
	.nav > li {
		border-bottom:none;
	}
	.nav > li {
		border-bottom:none;
		margin-left:15px;
	}
	.nav > li:first-child {
		margin-left:0;
	}
	.navbar-nav > li > a {
		font-size:16px;
		padding:0;
		/*Update JC 16.12.2022
		height:75px;
		line-height:75px;*/
	}
	.navbar-nav > li > a,
	ul.dropdown-menu li {
		font-size:18px;
		text-decoration:none;
	}
	/*Submenu*/
	ul.dropdown-menu {
		display:none;
/*		border:1px solid #043B7B;*/
	}
	.website ul.dropdown-menu {padding-top:30px;}
	
	.navbar-nav > li:hover > ul.dropdown-menu,
	.navbar-nav > li:focus > ul.dropdown-menu,
	.navbar-nav > li > ul.dropdown-menu.show {
		display:block;
		background-color:transparent;
/*		border-radius: 5px;*/
		box-shadow: 2px 5px 10px rgba(0,0,0,.08);
		min-width: 220px;
		margin:0;
		z-index: 1000;
	}
	.navbar-nav .active ul.dropdown-menu, 
	.navbar-nav .open ul.dropdown-menu {
		display:none;
	}
	li:hover ul.dropdown-menu,
	li.active ul.dropdown-menu {
		color:#000;
		background-color:transparent;
		transition: all 200ms linear;
	}
	/*li.active ul.dropdown-menu*/
	.navbar-nav .active ul.dropdown-menu {
		display:none;
		color:transparent;
		transition: all 200ms linear;
	}
	ul.dropdown-menu li {
		float:none;
		font-size:16px;
		background-color: #FFF;
	}
/*	ul.dropdown-menu li:first-child {
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}
	ul.dropdown-menu li:last-child {
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
	}*/
	.dropdown-menu > li > a {
		color:#043B7B;
		background-color:transparent;
		transition: all 200ms linear;
		padding: 3px 10px;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: rgba(0,0,0,.04);
		color: #323232;
		transition: all 200ms linear;
	}
	ul.dropdown-menu li:first-child a {
		padding-top:10px;
	}
	ul.dropdown-menu li:last-child a {
		padding-bottom:10px;
	}
	
	/*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;
	}
}
@media (min-width:1200px){
	h1, .h1 {font-size:32px;}
	.nav {width:100%;}
/*	.navbar-nav > li > a,
	ul.dropdown-menu li {font-size:21px;}*/
}
@media (min-width: 1400px) {
/*	.navbar-brand {
		width:calc((100vw - 1320px - 14.25px - 14.25px) / 2); /* Browserfensterbreite - .container-Breite - 2x .container-padding */
/*		min-width:184px;
	}*/
	.navbar-collapse {
		padding-left:0.5rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link,
	.dropdown-menu > li > a {
		padding-right:0.6rem;
		padding-left:0.6rem;
	}
}