
#header .moduletable h1 {
	color: white;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 30px !important;
	padding-bottom: 10px;
}
@media (min-width: 576px) {
	h1 {
		font-size: 30px;
	}
}
@media (min-width: 768px) {
	h1 {
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 30px;
	}
}


#header_text .container h2 {
	color: white;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 24px !important;
	padding-bottom: 10px;
}
@media (min-width: 576px) {
	h2 {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	h2 {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	h2 {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	h2 {
		font-size: 24px;
	}
}


h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}



html {
	background-color: #FFFEE2;
}

body {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	background-color: #FFFEE2;
}




.link_button a, .link_button a:visited, .link_button a:focus, .link_button a:active, #submitBtn {
	color: #005B4C;
	text-decoration: none !important;
	text-transform: uppercase;
	border-style: solid;
	border-width: 2px;
	border-color: #005B4C;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;	
	background-color: transparent;
	
	-webkit-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	transition: background-color .4s ease;
	
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
	letter-spacing: 1px;
}
.link_button a:hover, .link_button a:visited:hover, .link_button a:focus:hover, .link_button a:active:hover, #submitBtn:hover {
	color: white !important;
	background-color: #005B4C;
}





.link_button.white a, .link_button.white a:visited, .link_button.white a:focus, .link_button.white a:active {
	color: #fff;
	border-color: #fff;
}
.link_button.white a:hover, .link_button.white a:visited:hover, .link_button.white a:focus:hover, .link_button.white a:active:hover {
	color: #9B9C03;
	border-color: #fff;
	background-color: #fff;
}



#topbar a, #topbar a:visited, #topbar a:focus, #topbar a:active {
	color: #000;
}


#footer .headline {
	font-size: 15px;
	line-height: 18px;
	min-height: 45px;
}
#footer .sub {
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 10px;

}
#footer2 ul li a {
	color: white !important;
	text-decoration: none;
}



.menue,
.untermenue {
	font-size: 16px;
}
.menue ul,
.untermenue ul {
	 list-style:none !important;
}
.menue ul.nav-pills li.nav-link,
.untermenue ul.nav-pills li.nav-link  {
	line-height: 30px;
	padding: 0 15px 0 15px;
	border-radius: 0;
}
.menue > div > ul.nav-pills > li.nav-link:first-child {
	padding: 0 15px 0 0;
}
.menue > div > ul.nav-pills > li.nav-link:last-child {
	padding: 0 0 0 15px;
}

.menue .homeicon img {
	margin-top: -5px;
}
.menue .homeicon span {
	display: none;
}


/*
.menue ul li.parent a::after {
    content: url("img/chevron-down.svg");
    font-size: larger; 
    color: black;
	padding-left: 8px;
}

.menue ul li.parent a::after {
    content: url("img/chevron-down.svg");
    font-size: larger; 
    color: black;
	padding-left: 8px;
}
*/

.menue ul li {
	-webkit-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	transition: background-color .4s ease;
}


.menue ul li:hover a, .menue ul.nav-pills li.nav-link.active {
	background-color: transparent;
}
.menue ul.nav-pills li.nav-link.active a {
	color: #CFCCA9;	/* Menüpunkt ausgewählt */
	/*font-weight: bold;*/
	/*text-shadow: 1px 0 0 white;*/
}
.menue ul li a:hover {
	color: white !important;	/* Menüpunkt hover */
	/*font-weight: bold;*/
	text-shadow: 1px 0 0 white;
}


.dropdown-menu li {
	background-color: #005B4C !important;
}



.menue ul li .dropdown-menu li a, .menue ul.nav-pills li.nav-link.active .dropdown-menu li a {
	color: white !important;
	/*font-weight: bold;*/
	text-shadow: none;
}


.menue ul li .dropdown-menu li.is-level-3-header,
.menue ul li .dropdown-menu li.is-level-3-item a  {
	color: lightgray !important;
}
.menue ul li .dropdown-menu li.is-level-3-item  {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
}
.menue ul li .dropdown-menu li.is-level-3-item a  {
	font-size: 14px;
}






.menue ul li .dropdown-menu li a:hover, 
.menue ul.nav-pills li.nav-link.active .dropdown-menu li a:hover,
.menue ul.nav-pills li.nav-link.active .dropdown-menu li.active a {
	color: #CFCCA9 !important;
	/*font-weight: bold;*/
	text-shadow: none;
}


.dropdown-toggle::after {
	display: none !important;
}

b.caret {
	width: 10px;
	height: 10px;
	display: inline-block;
	
	background-image: url("img/down-white.svg");
	background-size: cover;
	background-repeat:no-repeat;
		
}
li.active  b.caret {
	background-image: url("img/down.svg");
}
a:hover b.caret {
	background-image: url("img/down-white.svg");
}




.untermenue ul li:hover, .untermenue ul.nav-pills li.nav-link.active {
	background-color: white;
}
.untermenue ul li:hover a, .untermenue ul.nav-pills li.nav-link.active a {
	color: #9B9C03 !important;
	/*font-weight: bold;*/
	text-shadow: 1px 0 0 #9B9C03;
}

.menue ul li , .menue ul a, .menue ul a:visited,
.untermenue ul li , .untermenue ul a, .untermenue ul a:visited  {
	text-decoration: none;
	color: white;
}
.menue ul li a:hover, .menue ul li a:active, .menue ul li.active a,
.untermenue ul li a:hover, .untermenue ul li a:active, .untermenue ul li.active a  {
	color: white;
}
.untermenue ul  {
	background-color: #EFEFEF;
}


.menue.menue_untermenue nav {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}
.menue.menue_untermenue nav ul {
	padding-left: 0 !important;
}	
.menue.menue_untermenue nav ul ul li.active a {
	font-weight: bold;
}	




ul.nav.nav-tabs {
	border-bottom: 0;
	padding-bottom: 30px;
}

/* Tab bei Artikel */
ul.nav.nav-tabs li a {
	text-decoration: none;
	font-weight: bold;
}
ul.nav.nav-tabs li a:hover {
    color: #9B9C03;
}
ul.nav.nav-tabs li a::after {
    content: " "; /*url("img/chevron-down.svg");*/
	padding-left: 8px;
}
ul.nav.nav-tabs li a::after, 
ul.nav.nav-tabs li a {
    color: black;
	padding-right: 30px;
}
ul.nav.nav-tabs li a:last-child {
	padding-right: 0;
}



ul.nav.nav-tabs li a.active::after, 
ul.nav.nav-tabs li a.active {
    color: #9B9C03;
}
ul.nav.nav-tabs li a.active::after {
    /* content: url("img/chevron-up-green.svg"); */
}









* {
	box-sizing: border-box;
}

img {
	width: 100%;
}



.slideshowck  {
	margin-bottom: 0 !important;
}
.slideshowck .camera_pag {
	margin-top: -60px;
}
	
.number_in_circle_box {
	margin-bottom: 15px;
}

.number_in_circle {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 30px;
	background-color: white; 
	width: 46px; 
	height: 46px; 
	top: 23px; 
	left: 23px; 
	border: 1px solid black; 
	text-align: center; 
	border-radius: 46px;
	margin:0 auto;
}


#header {
	padding-top: 132px;
}

@media only screen and (min-width: 1200px) {
	#header {
		padding-top: 168px;
	}
}





#topbar {
	background-color: #CFCCA9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topbar img {
	width: 15px;
	height: 15px;
}

#topbar_menu {
	margin-top: 20px;
	margin-bottom: 20px;
}

.top_logo {
	/* max-width: 180px; */
	padding-top: 15px;
	padding-bottom: 15px;
}


.uk-sticky {
	background-color: #005B4C;
}
.uk-sticky #topbar_menu .menue {
	margin-top: 20px;	
}

.uk-sticky:not([class*="uk-sticky-fixed"]) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.uk-sticky.uk-sticky-fixed {
	/* height: 50px; */
}


.uk-sticky.uk-sticky-fixed {
	/* height: 50px; */
}

#topbar_menu .menue .dropdown-menu {
	padding-top: 10px;
	border-width: 0;
	background-color: #005B4C;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);	
}
#topbar_menu .menue .dropdown-menu .flex-sm-fill.text-sm-center {
	text-align: left!important;
	line-height: 1;
	padding-bottom: 10px;
	padding-top: 10px;	
}


/*.uk-sticky.uk-sticky-fixed {*/
#topbar_wrapper {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 10px;
}

.uk-sticky.uk-sticky-fixed #topbar_menu {
	margin-top: 10px;
	margin-bottom: 10px;
}

.uk-sticky.uk-sticky-fixed .top_logo {
	padding-top: 5px;
	/* width: 119px; */
	/* height: 84px; */
}
.uk-sticky.uk-sticky-fixed #topbar {
	display: none;
}
.uk-sticky.uk-sticky-fixed #topbar_menu .menue {
	margin-top: 24px;	/* 15px; */
}
.uk-sticky.uk-sticky-fixed #topbar_menu .navbar.navbar-light {
	margin-top: -27px;
}


#topbar a, #footer a {
	text-decoration: none;
}
#topbar a:hover, #footer a:hover {
	/*font-weight: bold;*/
	color: white !important;
	text-shadow: 1px 0 0 white;
}


em {
    color: inherit!important;
}


.color_white {
	color: white;
}

/*
#topbar_wrapper #topbar_menu .menue .moduletable > div > ul > li:last-child {
	padding-right: 0;
	margin-right: -10px;
}
*/

#footer ul.nav-pills li.nav-link  {
	padding: 0 40px 0 40px;
}
#footer .moduletable_menu {
	float: left;
}


#topbar ul.nav-pills li.nav-link  {
	padding: 0 10px 0 10px;
}
#topbar .moduletable_menu {
	float: right;
}

#topbar .moduletable_menu ul.nav li,
#topbar .moduletable_menu ul.nav li.current,
#footer .moduletable_menu ul.nav li,
#footer .moduletable_menu ul.nav li.current,
#footer2 .moduletable_menu ul.nav li.current {
	background-color: transparent;
}
#topbar .moduletable_menu ul.nav li a,
#footer .moduletable_menu ul.nav li a {
	color: #005B4C;
}
#topbar .moduletable_menu ul.nav li.current a,
#footer .moduletable_menu ul.nav li.current a {
	color: #B11433;
}
#footer2 .moduletable_menu ul.nav li.current a {
	color: #CFCCA9 !important;
}
#footer2 .moduletable_menu ul.nav li a:hover {
	text-shadow: 1px 0 0 white;
}

#topbar_menu .menue.menue_untermenue ul.small li {
	/* padding: 0 10px 0 10px !important; */
	padding-top: 0 !important;
	/* padding-right: 10px !important; */
	padding-bottom: 0 !important;
	/* padding-left: 10px !important; */
}
	
.menue ul.nav-pills li.nav-link.active.dark_bg a {
	color: #005B4C;	/* Menüpunkt Burger Zusatzpunkte ausgewählt */
}
.menue ul.nav-pills li.nav-link.dark_bg {
	background-color: #CFCCA9;	/* Menüpunkt Burger Zusatzpunkte */
}

.row a {
	color: #005B4C;
	text-decoration: underline;
	
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
.row a:hover {
	color: black;
}




.icon_search {
	cursor: pointer; 
}
.icon_search.small {
	background-image: url(img/lupe.png);
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	float: right;
}
.icon_search.small:hover {
	background-image: url(img/lupe_white.png);
}
.icon_search.big {
	width: 32px;
	height: 32px;
}


/* SEO - Error pages */
#forseo_error_page_content {
	padding-top: 45px;
}
#forseo_error_page_content ul.forseo_error_page_suggested {
	list-style: none;
	padding: 0;
}
#forseo_error_page_content ul.forseo_error_page_suggested li {
	display: inline;
	padding-right: 5px;
}
#forseo_error_page_content ul.forseo_error_page_suggested li a {
	padding: 5px;
	font-size: 13px;
}	
