/*Fonts in Bootstrap.min.css*/

/**************************************************************************************
  General
**************************************************************************************/
html,body {
	color:#737373;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size:19px;
	background-color:white;
	height:100%;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color:#000000;
	font-weight:bolder;
}
h1, .h1 {
	font-size:36px;
	margin-bottom:20px;
}
h2, .h2 {
	margin-top:10px;
	margin-bottom:16px;
}
hr{border-width:1px;border-color:#DA002A;}
a, .pseudolink {
	color:#DA002A;
	text-decoration:underline;
	cursor:pointer;
	transition:color 200ms linear;
}
a:hover, a:focus,
.pseudolink:hover {
	color:#737373;
	transition:color 200ms linear;
}
.pseudolink:hover,
*[onclick]:hover,
*[data-src]:hover {
	cursor:pointer;
}

/**************************************************************************************
   Service Klassen (unterstützend)
**************************************************************************************/
main {margin-top:4%;margin-bottom:4%;}

/*Admin / Memberbereich */
.admin {font-size:16px;}

.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 */
}

/**************************************************************************************
  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:#4d4d4d;
	background-color:#DA002A;
	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;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	color:#DA002A;
	background-color:white;
	border-radius:50%;
	border:1px solid #DA002A;
	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:#DA002A;
	background-color:#DA002A;
	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-left: var(--bs-gutter-x,.75rem);
	margin-right:0;
	height:auto;
	max-width:135px;
}
.navbar	{
	background-color:#FFF;
	border:none;
	border-radius:0;
	font-size:19px;
	color:#DA002A;
	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:#000000;
}
.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:#DA002A;
}
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: #DA002A;
}
.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:#DA002A;
	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 19, 153, 178, 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 0, 0, 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 img{max-width:100%;height:auto;}
.Content ul, .Content  ol {
	/*padding-left:20px;*/
}
.Content li {margin:8px 0;}
.Content img {
	max-width:100%;
	height:auto;
}

/*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;
}

/**************************************************************************************
  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:#DA002A;}

.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 {
	color:white;
	font-size:17px;
	padding:0;
	background-color:#DA002A;
	position:relative;
	padding:20px 0;
}
footer strong{font-weight:normal;}
footer a {
	color:white;
	text-decoration:none;
}
footer a:hover, footer a:focus {
	color:white;
	text-decoration:underline;
	transition: color 200ms linear;
}
footer b {
	display:block;
	margin-bottom:10px;
}
footer input.form-control {
	border-radius:0;
	border:none;
	box-shadow:none;
	/*color:#FFF !important;*/
	height: 35px;
	margin-bottom:5px !important;
	/*max-width:300px;*/
}
footer .fa {
/*	color: #DA002A;*/
	color: #fff;
	border-radius:50%;
/*	border:1px solid #DA002A;*/
	padding:3px 5px 3px 5px;
	transition:border-color 200ms linear;
}
footer .fa:hover {
	border-color:#DA002A;
}
footer input[type="submit"] {
	width:100%;
	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"],
html footer input[type="submit"] {
	border-color:white;
	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:white;}
#Done a {white-space:nowrap}
#Done a:hover {
	color:#535353;
}
/**************************************************************************************
  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 {
	font-size: 1em;
	border-radius:0;
	color:#000;
	margin:1px;
	/*font-size:17px;
	height:auto;*/
	padding: 0.3em;
/*	padding-top:0;
	padding-bottom:0;*/
}
input[type="file"] {
	color: #fff;
	border:1px solid #DDD;
}
.btn, button:not(.navbar-toggler), 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size:17px;
	color:white;
    background-color:#DA002A;
	border:2px solid #DA002A;
	border-radius:0;
    transition: background-color 200ms linear, color 200ms linear;
	padding-top:3px;
	padding-bottom:3px;
}

.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:#DA002A;
	background-color:white;
    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.72rem;
	height:30px;
	padding-top:0;
	padding-bottom:0;
	border-radius: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(19,153,178,.25);
}
/*multi-select MacOS Safari*/
.ui-multiselect-menu {
	min-width:398px;
}

/*::-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; für BS5 entfernt*/
}
.table-hover > tbody > tr {
	transition:background-color 200ms linear;
}
.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:focus {
	background-color:rgba(144, 207, 216,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;
}

/**************************************************************************************
  Seiten
**************************************************************************************/
.pagination > .active > a,
.pagination > .active > a:hover {
	background-color:#DA002A;
	border-color:#DA002A;
}
.pagination > li > a,
.pagination > li > a:hover {
	color:#DA002A;
}

/**************************************************************************************
  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:42px;
	}
	.navbar {height: auto;}
	.navbar-brand {
		max-width:270px;
	}
	.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:48px;}
	
	.navbar-brand {max-width:350px;}
	/*Navigation*/
	.navbar-collapse {padding:0;}
	.nav {
		float:none;
		margin:0 auto;
		width:755px;
		/*max-width:100%;*/
	}
	.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;
		height:75px;
		line-height:75px;
	}
	.navbar-nav > li > a,
	ul.dropdown-menu li {
		font-size:18px;
	}
	/*Submenu*/
	ul.dropdown-menu {
		display:none;
		border:non;
	}
	.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: 0;
		box-shadow: 0px 6px 15px rgba(0,0,0,0.15);
		min-width: 180px;
		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:last-child {
		/*padding-bottom:5px;*/
	}
	.dropdown-menu > li > a {
		color:#737373;
		font-size:0.9em;
		background-color:transparent;
		transition: all 200ms linear;
		padding: 3px 10px;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: #DA002A;
		color: white;
		transition: all 200ms linear;
	}
	
	/*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:58px;}
	.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;
	}
}