:root {

	--cassiopeia-color-primary: #0072b0;
	--cassiopeia-color-link: #0073b2;
	--cassiopeia-color-hover: #5C85AD;

	--cassiopeia-font-family-body: "Roboto", sans-serif;
	--cassiopeia-font-family-headings: "Roboto", sans-serif;
	--cassiopaia-font-color: #000000;

	--blue: #0d6efd;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #d63384;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #198754;
	--teal: #20c997;
	--cyan: #0dcaf0;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--gray-100: #f8f9fa;
	--gray-200: #e9ecef;
	--gray-300: #dee2e6;
	--gray-400: #ced4da;
	--gray-500: #adb5bd;
	--gray-600: #6c757d;
	--gray-700: #495057;
	--gray-800: #343a40;
	--gray-900: #212529;
	--primary: #0d6efd;
	--secondary: #6c757d;
	--success: #198754;
	--info: #0dcaf0;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #212529;
	--primary-rgb: 13, 110, 253;
	--secondary-rgb: 108, 117, 125;
	--success-rgb: 25, 135, 84;
	--info-rgb: 13, 202, 240;
	--warning-rgb: 255, 193, 7;
	--danger-rgb: 220, 53, 69;
	--light-rgb: 248, 249, 250;
	--dark-rgb: 33, 37, 41;
	--white-rgb: 255, 255, 255;
	--black-rgb: 0, 0, 0;
	--body-color-rgb: 33, 37, 41;
	--body-bg-rgb: 255, 255, 255;
	---font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --body-font-family: var(--cassiopeia-font-family-body);
    --body-font-size: 1.5rem;
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --body-color: #383838;
    --body-bg: #efefef;
}


body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5rem;
	accent-color: #0073b2;
	
}

body.site {
	background: transparent;
	background-image: url(https://sele-bonn-rhein-sieg.de/images/background/background.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.card {
    background: transparent;
	padding-bottom: 2em;
}

.container-header {
	background: transparent;
	background-image: url(https://sele-bonn-rhein-sieg.de/images/background/background.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border: none;
}

.position-sticky {
  	position: sticky !important;
}
.container-nav {
	justify-content: center !important;
}
.navbar-brand {
	margin: auto;
}


.container-header .metismenu > li.active > a::after {
	background: #0072b0;
	align-content: center;
	text-align: center; 
	line-height: auto;
	border-radius: 0.5rem;
	border-color: #000000;
  	height: 0.2rem;
}

.container-header .metismenu > li > a:hover {
	filter: brightness(1.3); 
}

.container-header .metismenu > li > a::after {
	border-radius: 0.5rem;
	border-color: #000000;
  	height: 0.2rem;
    background: #0072b0;
}

.metismenu.mod-menu .metismenu-item > a {
	align-items: center;
	margin: auto;
	padding: auto;
    width: auto;
	text-align: center;
	font-size:2rem;
    line-height: 65px;
	text-shadow:  0.5px  0.5px 0.5px black,
                  0.5px -0.5px 0.5px black,
                 -0.5px  0.5px 0.5px black,
                 -0.5px -0.5px 0.5px black;
	color: #0072b0;
}

.container-header .navbar-toggler {
	align-items: center;
	position: center;
	margin: auto;
	padding: 0 20px;
	height: 50px;
    width: auto;
    background-image: none;
	text-align: center;
	font-size: auto;
	color: #0072b0;
	
}

.container-banner .banner-overlay .overlay {
    height: 50vh;
	color: #000;
	background-image: no-repeat;
	background-color: unset;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: bottom;
    background-size: cover;
}

.mylogo.card {
 	border: none;
	line-height: 65px;
	border-radius: 15px;
	margin: auto;
    max-width: 400px;
  	height: 150px;
	transition: filter 0.9s;
}

.mylogo.card:hover { 
	filter: brightness(1.3);
}


._access-icon {
	top: 300px;
}

._access-menu {
	top: 300px;
	resize: vertical; 
}

.top-a.card {
	border: none;
}

.container-icons {
	display: table;
	width: 90%;
	padding-bottom: 5vh;
	margin: auto auto;
	z-index: -1;
  }
  .content {
	display: table-cell;
	text-align: center;
	font-size: 2rem;
	text-shadow: 0.5px 0.5px 0.5px black, 0.5px -0.5px 0.5px black,
	  -0.5px 0.5px 0.5px black, -0.5px -0.5px 0.5px black;
	color: #0073b2;
	vertical-align: middle;
	transition: filter 0.9s;
	z-index: -3
  }
  
  .content:hover {
	filter:brightness(1.2);
  }
  
  .icon-container {
	position: center;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 205px
  }
  
  .icon {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 203px;
	height: 203px;
	margin-left: 12px;
	margin-right: 12px;
	border-radius: 30px;
	overflow: hidden;
  }
  .icon::before,
  .icon::after {
	content: "";
	position: absolute;
	float: center;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.25s ease;
	border-radius: 205px;
	background-position: center;
	background-repeat: no-repeat;
  }
  
  .icon i {
	position: relative;
	font-size: 2rem;
	margin-top: 30px;
	transition: all 0.25s ease;
  }
  
  .icon::after {
	box-shadow: inset 0 0 0 -203px #0072b0;
	transition: filter 0.9s;
  }
  
  .icon::before {
	box-shadow: inset 0 0 0 10px #0072b0;
  }
  .icon:hover::before {
	box-shadow: inset 0 0 0 -200px #0072b0;
  }
  
  .icon-news:before {
	background-image: url(https://sele-bonn-rhein-sieg.de/images/buttons/Aktuelles_button.png);
  }
  
  .icon-ziele:before {
	background-image: url(https://sele-bonn-rhein-sieg.de/images/buttons/Ziele_button.png);
  }
  
  .icon-whois:before {
	background-image: url(https://sele-bonn-rhein-sieg.de/images/buttons/Whois_button.png);
  }
  
  .icon-angebote:before {
	background-image: url(https://sele-bonn-rhein-sieg.de/images/buttons/Angebote_button.png);
  }
  
  .icon-projects:before {
	background-image: url(https://sele-bonn-rhein-sieg.de/images/buttons/Projekte_button.png);
  }
  
  .icon-contact:before {
	background-image: url(https://sele-bonn-rhein-sieg.de/images/buttons/Kontakt_button.png);
  }



.h1 {
	font-size: 1.7rem;
}


.footer {
	color: #000000;
	background: transparent;
    border: none;
	font-size: 20px;
	text-align: left;
}

.myfooter {
	color: #000000;
	background: transparent;
    border: none;
	position: left;
	font-size: 20px;
}


.myfooter-menu li > a:hover {
	color: #000000;
	background: transparent;
	background-attachment: fixed;
    border: none;
	font-size: 20px;
	psition: absolute;
	bottom: 0;
	width: 100%;
	height: 2em;
}


.footer2 {
	background: transparent;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: none;
}

