<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Design
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 10px;
  background-color: #7F191A;
  color: #FFEEDB;
  font-family: Helvetica, Tahoma, Verdana, sans-serif;
  font-size: 12pt;
}

@media only screen and (max-width: 575px) {
    body &gt; .container {
  		padding: 70px 15px 50px;
	}
}

@media only screen and (min-width:576px) and (max-width: 991px) {
    body &gt; .container {
  		padding: 150px 15px 50px;
	}
}

@media only screen and (min-width: 992px) {
    body &gt; .container {
  		margin-top: 184px;
  		padding: 0px 15px 50px;
	}
	.navmain {
		 background-image: url('../img/header.jpg');
		 background-repeat: no-repeat;
	}
	.navbar-collapse {
		padding-top: 125px;
	}
	.logo {
		position: absolute; top: 100px;
	}
}

a:link, a:visited {
    color: #7F191A;
    text-decoration: none;
}

a:hover, a:active {
	color: #7F191A;
	text-decoration: underline;
}

ul {
	list-style-image: url('../img/list1.png');
}

h1 small {
    font-weight: 400;
    line-height: 1;
    color: #7F191A;
}

h2, h3, .h2, .h3, .h4 {
    font-weight: 300;
    line-height: 1;
    color: #7F191A;
}

strong {
	color: #7F191A;
	/*font-size: 12pt;*/
}

.main {
  background-color: #FFEEDB;
  color: #4E2E28;
  border: 2px solid #FFEEDB;
  box-shadow: 0px 2px 4px #424242;
}

/* Navbar Start */

@media only screen and (max-width: 765px) {
    .logo {
        /*margin-top: 67px;*/
        max-width: 75px;
    }
    .navbar-header {
    	min-height: 75px;
    }
}

.logo {
	border: 1px solid #C42225;
}

.navbar-toggler {
	background-color: #FFEEDB;
}

.navbar-collapse {
	min-height: 125px;
}

.fixed-top {
	border-width: 0px 0px 0px;
	min-height: 30px;
}

.navbar-light {
    background-color: #7F191A;
    border-color: #7F191A;
}

.navbar {
	padding-top: 20px;
	padding-bottom: 0px;
	min-height: 0px;
}

a.nav-link {
	background-color: #7F191A;
	color: #FFEEDB;
    text-decoration: underlined;
}

.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:focus, .nav-pills &gt; li.active &gt; a:hover {
	color: #FFEEDB;
	background-color: #C42225;
	border-radius: 0px;
}

.nav-pills &gt; li &gt; a:hover, .nav-pills &gt; li &gt; a:focus {
	color: #FFEEDB;
	background-color: #C42225;
	border-radius: 0px;
}

/* Navbar End */

/* Footer Start */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
}

.footer &gt; .container {
  padding-right: 15px;
  padding-left: 15px;
  line-height: 2;
  background-color: #7F191A;
  border-top: 1px solid #FFEEDB;
}

.footer &gt; .container a:hover {
	color: #FFEEDB;
    text-decoration: underlined;
}

.footer &gt; .container a:focus {
	color: #FFEEDB;
    text-decoration: underlined;
}

.footer &gt; .container a {
	color: #FFEEDB;
    text-decoration: underlined;
}

/* Footer End */

.page-header {
    border-bottom: 1px solid #7F191A;
    color: #7F191A;
    padding-bottom: 9px;
	margin: 40px 0 20px;
}

.btn-outline-secondary {
  color: #7F191A;
  border-color: #7F191A;
}

.btn-outline-secondary:hover {
  color: #FFEEDB;
  border-color: #7F191A;
  background-color: #7F191A;
}

.card {
  background: none;
  border: none;
}

.presse {
  padding-top: 0;
  padding-bottom: 0;
}

.modal {
	font-size: 12pt;
	color: black;
}

.modal-dialog {
  border: none;
	/*border: 1px solid #C42225;*/
	box-shadow: 0px 1px 2px #424242;
}

.modal-header {
	background-color: #FFEEDB;
	border-bottom: 1px solid #7F191A;
}

.modal-body {
	background-color: #FFEEDB;
}

.modal-footer {
	background-color: #FFEEDB;
  border-top: 1px solid #7F191A;
}

.img-thumbnail {
	background-color: #FFEEDB;
	border: none;
}

.img-thumbnail a &gt; img, .img-thumbnail &gt; img, img.img-thumbnail {
  /*border: 1px solid #C42225;*/
  /*margin: 0 auto;*/
  border-radius: 8%;
  border: none;
  margin-bottom: 1px;
  margin-left: 1px;
}

.border-text {
	border-top: 1px solid #7F191A;
}

/* Course Months Navigation */

.kurse:link, .kurse:visited {
	display:block;
	width:24.7%;
	min-width:180px;
	text-align:center;
	float:left;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:20px;
	background-color:#971d1f;
	color:#fff;
	padding:3px 0px 3px 0px;
	margin-left:1px;
}
.kurse:hover, .kurse:active {
	background-color:#c42225;
	text-decoration:none;
	color: #fff;
}

.kurse_aktiv:link {
	display:block;
	width:24.7%;
	min-width:180px;
	text-align:center;
	float:left;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:20px;
	color:#fff;
	padding:3px 0px 3px 0px;
	margin-left:1px;
	background-color:#c42225;
	text-decoration:none;
}

.kurse_aktiv:hover, .kurse_aktiv:active, .kurse_aktiv:visited {
	background-color: #c42225;
	text-decoration: none;
	color: #fff;
}

.fett {
	font-size:12pt;
	font-weight:bold;
}

.inline-gallery-container {
  width: 100%;
  height: 600px;
  position: relative;
}

.lg-backdrop, .lg-outer .lg-thumb-outer {
  background-color: #FFEEDB;
}

.lg-counter {
  color: #000;
}

.lg-prev, .lg-next {
  background-color: #FFEEDB;
}

.lightGallery-captions {
  color: #7F191A;
  background-color: #FFEEDB;
}
</pre></body></html>