/*
CTC Separate Stylesheet
Updated: 2024-12-06 08:53:01
*/

greenbold{
	color:green;
	font-family: "LufgaMedium";
}


/*     menü.   */

#site-header-inner{
  width: 3000px;
  max-width: 95%;
}

.menu-container {
  display: flex;
  justify-content: space-between;
 align-items: center;
}

.menu-contain {
  position: relative;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
  margin: 0em 2em 0em 0em;
}

.logo{
  height: 60px;
  margin: 1em 0em 0em 2em;

}

.hamburger {
  padding: 0px;
  color: #5e5e5e;
  display: flex;
  width: 39px;
  height: 37px;
  z-index: 110;
  position: fixed;
  background-color: #ffffffd1;
  align-items: center;
  backdrop-filter: blur(3px);
  margin-top: -13px;
}

.hamburger svg {
  height: 20px;
  cursor: pointer;
  transition: all 0.6s;
}

.hamburger svg.transformed {
  transform: rotate(90deg);
  height: 20px;
  margin-left: 2px;
  margin-bottom: 4px;
}

#menu {
  list-style-type: none;
  width: 100%;
  max-width: 15em;
  padding: 0;
  margin: 0;
  margin-top: 10.2em;
  position: fixed;
  top: 0;
  right: -17.5em; /* Start außerhalb des Bildschirms */
  background-color: #ffffffd4;
  transition: right 0.5s; /* Animation zum Hereinrutschen */
  display: flex;
  flex-direction: column; /* Menüpunkte untereinander */
  justify-content: flex-start;
  align-items: center;
  z-index: 100;
  backdrop-filter: blur(8px);
  box-shadow: -5px 10px 24px -12px #0000005e;
  zoom: 0.85;
}

#menu.open {
  right: 1em;  /* Menü ist sichtbar */
}

#menu-main{
	margin: 0px 0 0px 0px;
}

#menu li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
	list-style-type: none;
}

#menu li a {
  color: #00387b;
  padding: 15px;
  text-decoration: none;
  display: block;
  width: 100%;
  font-weight: 300;
}

#menu li a:hover {
  background-color: #00387b1c;
}

#menu li a:focus {
    outline: solid 0px !important;
    background-color: #00387b1c;
}

/* Standard-Pfeil nach unten */
.sublink > a:before {
    content: "+";
    font-size: 1em;
    display: inline-block;
	position: relative;
    left: -20px;
}

/* Pfeil nach oben, wenn das Submenü geöffnet ist */
.sublink.open > a:before {
   content: "-";
   font-size: 1em;
}


.sub-menu {
   list-style-type: none;
    display: none;
	margin: 0px;
    border-bottom: 1px solid #69c9ff;
}

.sub-menu li {
  border-bottom: 0px solid #555 !important;
  padding-bottom: 0.5em;
}

.sub-menu li a {
  font-weight: 100 !important;
  padding: 5px !important;
}

.dropdown:hover .submenu {
    display: block;
}

.call{
  padding: 10px;
}

.call a{
	background-color: #00387b;
  border-radius: 5px;
  color: #69c9ff !important;
  padding: 5px !important;
}

.call a:hover{
  color: #fff !important;
	background-color: #00387b !important;
}

/* Geöffnetes Untermenü anzeigen */
.menu-item-has-children.open .sub-menu {
    display: block; /* Sichtbar bei geöffneter Klasse */
}


@media screen and (max-width: 440px) {

#menu-main{
	width: 85%;
}

#menu.open {
  right: 0 !important;
}

#menu {
  max-width: 100% !important;
  margin-top: 7.8em !important;
  right: -33em;
	box-shadow: -5px 10px 24px -12px #00000075;
}
}



/*  ------  Menü minimal  --------

#site-header-inner{
  width:100%;
  max-width:100%;
  display: inline-flex;
  align-items: center;
}

#site-navigation-wrap .dropdown-menu >li >a{
	font-size: 13px !important;
	line-height: 1.3em !important;
	padding: 5px !important;
}

.main-menu{
  display: flex;
  align-items: center;
}

#site-navigation-wrap {
    float: right;
    position: relative;
    right: -15px;
    width: 100%;
    display: flex
;
    justify-content: end;
}

*/

/*   //    Beiträge     //   */

.blog-entry.post .blog-entry-header .entry-title a {
    font-size: 19px !important;
}

.blog-entry-inner ul.meta{
	display: none;
}

.blog-entry.grid-entry .blog-entry-inner {
    text-align: left !important;
}

.single-post .entry-title {
    font-size: clamp(2rem, 5vw, 5rem) !important;
    color: #00387b;
}

.single-post h2.entry-title, .single-post.content-max-width .entry-header{
	text-transform: none !important;
    text-align: left !important;
}

.theme-heading .text::before{
	color: #13aff0 !important;
}

.published{
	display:none;
}


/*       Footer         */

.beratung-text-footer {
  margin-bottom:1.2em !important;
}

.footer-left-head-h5{
	margin-left: -3.3em;
}

.footer-widgets-inner > :nth-child(-n+2) {
  max-width: 100%;
}

.footer-contain{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.google-ranking{
	border-top: 0.5px solid #d5d3d3;
}

.google-ranking .ti-widget{
	display: flex !important;
	justify-content: center;
}

.google-ranking .ti-widget .ti-widget-container{
	max-width: 70em !important;
}