:root {
  --textfarbe: #575756;
  --farbeheader: #6F6F6E; /*d1d1d1*/
  --textfarbeheader: #fff;
  --farbefooter: #6F6F6E;
  --textfarbefooter: #fff;

}


@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/cabin-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400; /* ZWINGEND 400 FÜR SOLID */
    font-display: block;
    src: url('../Fonts/fontawesome/5.11.2/webfonts/fa-regular-400.eot');
    src: url('../Fonts/fontawesome/5.11.2/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/fontawesome/5.11.2/webfonts/fa-regular-400.woff2') format('woff2'),
         url('../Fonts/fontawesome/5.11.2/webfonts/fa-regular-400.woff') format('woff'),
         url('../Fonts/fontawesome/5.11.2/webfonts/fa-regular-400.ttf') format('truetype'),
         url('../Fonts/fontawesome/5.11.2/webfonts/fa-regular-400.svg#font-awesome') format('svg');
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400; /* Wichtig für Brands */
    font-display: block;
    src: url('../Fonts/fontawesome/5.11.2/webfonts/fa-brands-400.eot');
    src: url('../Fonts/fontawesome/5.11.2/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/fontawesome/5.11.2/webfonts/fa-brands-400.woff2') format('woff2'),
         url('../Fonts/fontawesome/5.11.2/webfonts/fa-brands-400.woff') format('woff'),
         url('../Fonts/fontawesome/5.11.2/webfonts/fa-brands-400.ttf') format('truetype'),
         url('../Fonts/fontawesome/5.11.2/webfonts/fa-brands-400.svg#font-awesome') format('svg');
}

h1, h2, h3, footer h2, footer h3 {
	font-family: Cabin;
}
.div-name {
	line-height: 1.1;
	  text-align: center;
}
.name {
	font-size: 1.875rem; font-family: Cabin; 
}
.funktion{
	font-size: .75rem; font-family: Cabin; 
}
.headerschmal .name {
	font-size: 1.25rem; 
}
.headerschmal .funktion{
	font-size: .5rem; 
}

.pointer {
	cursor: pointer;
}
/* Zusatzbereiche*/
#medienframe { display: none; }
#ladenframe { display: none; }
#hinweisbox { display: none; }
#sitemap-container { display: none; }

/* Standards */
.h1, h1 {
    font-size: 150%;
}
.h2, h2 {
    font-size: 150%;
	font-weight:bold;
}
.h3, h3 {
    font-size: 125%;
}
.h4, h4 {
    font-size: 1000%;
}
.h5, h5 {
    font-size: 100%;
}
.h6, h6 {
    font-size: 100%;
}
.ce-textpic .ce-gallery {
    padding-top: 10px;
}

.ce-textpic .image-embed-item { width: 100%; height:auto;}


/* Seitenbereiche */
body { 
	font-family: "Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
	font-size: 1rem;
	color: #575756;
}

a, a:link, a:visited, a:hover, a:active, a:focus  { text-decoration: underline; color: #575756;  }


/* Header */
body > header { background-color: #6F6F6E; position: fixed; width:100%; height: auto; z-index: 1500; top: 0; }
body > header a, body > header a:link, body > header a:visited, body > header a:hover, body > header a:active, a:focus  { text-decoration: none; color: #fff;  }

/* Sloagen oben links */
.col-slogan-links { color: #fff; height: 0; overflow: hidden; font-weight: 700; }

/* Menü oben rechts */
.div-menu-top-rechts { text-align:right;}


/* Footer */
body > footer { background-color: #6F6F6E; color: #fff; font-size: 90%;}
body > footer a, body > footer a:link, body > footer a:visited, body > footer a:hover, body > footer a:active, a:focus  { text-decoration: underline; color: #fff;  }


.hg-adresse { background-color: #fff; }
.madeby { text-align: right; }

body {
	background-image: url("/fileadmin/template/Design/Resources/Public/Images/world.svg");
	background-repeat:no-repeat;
	background-size: contain;
	background-attachment: fixed;
	background-position:center
}



/* Logo*/
.div-logo { text-align: left; }
#logo { height: 50px; padding: 10px 0 ; transition:all 0.4s; }



/* Menü oben rechts*/
.row-menu-top-rechts {
	height: 25%;
}
.col-menu-top-rechts .nav > li > a {
    border-radius: 0;
    padding: 2px 0 0 10px;
    font-size: 80%;
	color: #fff;
}
.row-slogan {
	height: 25%;
}
.row-hauptmenu {
	height: 0;
    overflow: hidden;
}

.nav-top { line-height: 26px;}


/* Hauptmenü oben */
.nav-hauptmenu { background-color: #fff; border-bottom: 1px solid #999; padding-top: 10px; padding-bottom: 10px; }
.kap-menu li { cursor: pointer; }
.kap-menu{ z-index: 1200;}
.header-schmall .kap-menu{ transition: margin-top 1s; }

.kap-menu > ul { float: left; padding-left:40px; margin-bottom: 0; width: 100%; margin-top: 9px; }
.kap-menu > ul > li { float: left; list-style: none; padding: 5px 0 8px 0; margin: 0 0.5% 15px 0.5%; border-style: solid; width: 24%; text-align:center; line-height: 1.3;  border-width: 0 0 4px 0; border-radius: 0; }
.kap-menu > ul > li:first-child { float: left; list-style: none; margin: 0 0.5% 15px 0; border-style: solid;  }
.kap-menu > ul > li:last-child { float: left; list-style: none; margin: 0 0 15px 0.5%; border-style: solid;}
.kap-menu  > ul > li.active, .kap-menu  > ul > li:hover, .kap-menu  > ul > li:focus { background: #CE143C; border-radius: 0; }

.kap-menu > ul > li > a { color: #575756 !important; font-size:100%; text-decoration: none; font-weight:600;}
.header-schmall .kap-menu ul > li > a { font-size:100%; transition: font-size 1s;}
.kap-menu > ul > li.active > a { padding-bottom: 15px; border-bottom: 0 solid #aa2322;}
.kap-menu > ul > li { padding-top: 0; }

.kap-menu #elem_9{ background: #FFF; border-color: #575757; }
.kap-menu #elem_2{ background: #FFF; border-color: #D48A10; }
.kap-menu #elem_3{ background: #FFF; border-color: #CE143C; }
.kap-menu #elem_4{ background: #FFF; border-color: #C9C745; }
.kap-menu #elem_5{ background: #FFF; border-color: #575757; }


.kap-menu #elem_3 > a { color: #575756 !important; }
.kap-menu #elem_2 > a { color: #575756 !important; }
.kap-menu #elem_5 > a { color: #575756 !important; }
.kap-menu #elem_4 > a { color: #575756 !important; }
.kap-menu #elem_9 > a { color: #575756 !important; }

.kap-menu #elem_3.active, .kap-menu #elem_3:hover, .kap-menu #elem_3:focus { background: #FFF; border-width: 0 0 8px 0; border-color: #FFF); border-color: #CE143C;  }
.kap-menu #elem_2.active, .kap-menu #elem_2:hover, .kap-menu #elem_2:focus { background: #FFF; border-width: 0 0 8px 0; border-color: #FFF); border-color: #D48A10;   }
.kap-menu #elem_5.active, .kap-menu #elem_5:hover, .kap-menu #elem_5:focus { background: #FFF; border-width: 0 0 8px 0; border-color: #FFF); border-color: #575757;  }
.kap-menu #elem_4.active, .kap-menu #elem_4:hover, .kap-menu #elem_4:focus { background: #FFF; border-width: 0 0 8px 0; border-color: #FFF); border-color: #C9C745;  }
.kap-menu #elem_9.active, .kap-menu #elem_9:hover, .kap-menu #elem_9:focus { background: #FFF; border-width: 0 0 8px 0; border-color: #FFF); border-color: #575757;  }

.kap-menu #elem_3.active > a, .kap-menu #elem_3:hover > a, .kap-menu #elem_3:focus > a { color: #CE143C !important;}
.kap-menu #elem_2.active > a, .kap-menu #elem_2:hover > a, .kap-menu #elem_2:focus > a { color: #D48A10 !important; }
.kap-menu #elem_5.active > a, .kap-menu #elem_5:hover > a, .kap-menu #elem_5:focus > a { color: #575757 !important; }
.kap-menu #elem_4.active > a, .kap-menu #elem_4:hover > a, .kap-menu #elem_4:focus > a { color: #C9C745 !important; }
.kap-menu #elem_9.active > a, .kap-menu #elem_9:hover > a, .kap-menu #elem_9:focus > a  { color: #575757 !important; }

.kap-menu #elem_4 a:focus { background: #C9C745; color: #fff !important; }



/* Sidenav */
.sidemenu #elem_3 > a { background: #CE143C; border-color: #CE143C; }
.sidemenu #elem_2 > a { background: #D48A10; border-color: #D48A10; }
.sidemenu #elem_5 > a { background: #575757; border-color: #575757; }
.sidemenu #elem_4 > a { background: #C9C745; border-color: #C9C745; }
.sidemenu #elem_9 > a { background: #575757; border-color: #575757; }

.sidemenu #elem_3, .sidemenu #elem_3 a { color: #FFF !important; background: #CE143C; }
.sidemenu #elem_2, .sidemenu #elem_2 a { color: #FFF !important; background: #D48A10; }
.sidemenu #elem_5, .sidemenu #elem_5 a { color: #FFF !important; background: #575757; }
.sidemenu #elem_4, .sidemenu #elem_4 a { color: #FFF !important; background: #C9C745; }
.sidemenu #elem_9, .sidemenu #elem_9 a { color: #FFF !important; background: #575757; }

.sidemenu #elem_3 a:focus,
.sidemenu #elem_3 a:hover,
.sidemenu #elem_3.act li.act > a   { color: #CE143C !important; background: #fff; }

.sidemenu #elem_2 a:focus,
.sidemenu #elem_2 a:hover,
.sidemenu #elem_2.act li.act > a { color: #D48A10 !important; background: #fff; }

.sidemenu #elem_5 a:focus,
.sidemenu #elem_5 a:hover,
.sidemenu #elem_5.act > a,
.sidemenu #elem_5.act li.act > a { color: #575757 !important; background: #fff; }

.sidemenu #elem_4 a:focus,
.sidemenu #elem_4 a:hover,
.sidemenu #elem_4.act li.act > a { color: #C9C745 !important; background: #fff; }

.sidemenu #elem_9 a:focus,
.sidemenu #elem_9 a:hover,
.sidemenu #elem_9.act li.act > a { color: #575757 !important; background: #fff; }

.sidemenu > li > a { border-radius: 0;}
.sidemenu > li > ul > li > a { border-radius: 0;}
.sidemenu > li { border-radius: 5px;}

.sidemenu-icon { width: 40px; margin-right: 20px; background-color: #fff; margin-left: -60px; border: 5px solid #fff; border-radius: 5px; }






.kap-menu > ul > li > div > img { margin: 5px 0 0 0; width: 40px; }
.kap-menu .menu-icons { 
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom: 5px;
	border-radius: 0;
}
.headerschmal .kap-menu .menu-icons { display: none; }

.kap-menu  > ul > li.active .menu-icons, .kap-menu  > ul > li:hover .menu-icons, .kap-menu  > ul > li:focus .menu-icons { border-radius: 5px 5px 0 0; }

.kap-menu > ul > li >  ul.lvl-1 { visibility: hidden; opacity: 0; transition: visibility 0.5s, opacity 0.5s linear; margin-left: 0; margin-top: 16px; padding-left: 0; }
.kap-menu > ul > li:hover > ul.lvl-1 { visibility: visible;opacity: 1; }

.kap-menu > ul > li > ul.lvl-1  { 
	float: none; 
	position:absolute; 
	border-radius: 0 0 5px 5px; 
	color: #fff !important; 
	background-color: #545353; 
	border: 1px;
	border-style: solid; 
	padding-top: 14px;
	padding-bottom: 14px;
	min-width: 11.625%;
}


#elem_3 ul.lvl-1{ border-color: #CE143C; background-color: #CE143C; }
#elem_2 ul.lvl-1{ border-color: #D48A10; background-color: #D48A10; }
#elem_5 ul.lvl-1{ border-color: #575757; background-color: #575757; }
#elem_4 ul.lvl-1{ border-color: #C9C745; background-color: #C9C745; }
#elem_9 ul.lvl-1{ border-color: #575757; background-color: #575757; }


.kap-menu > ul > li >  ul.lvl-1 > li { float: none; list-style: none; padding: 10px 20px; margin-right: 0; text-align: left; }
.kap-menu > ul > li >  ul.lvl-1 > li > a {   font-weight:normal; font-size: 100%; white-space: nowrap; }

#elem_3 ul.lvl-1 > li.active, #elem_3 ul.lvl-1 > li:hover, #elem_3 ul.lvl-1 > li:focus { color: #CE143C !important; background-color: #fff; }
#elem_2 ul.lvl-1 > li.active, #elem_2 ul.lvl-1 > li:hover, #elem_2 ul.lvl-1 > li:focus { color: #D48A10 !important; background-color: #fff; }
#elem_5 ul.lvl-1 > li.active, #elem_5 ul.lvl-1 > li:hover, #elem_5 ul.lvl-1 > li:focus { color: #575757 !important; background-color: #fff; }
#elem_4 ul.lvl-1 > li.active, #elem_4 ul.lvl-1 > li:hover, #elem_4 ul.lvl-1 > li:focus { color: #C9C745 !important; background-color: #fff; }
#elem_9 ul.lvl-1 > li.active, #elem_9 ul.lvl-1 > li:hover, #elem_9 ul.lvl-1 > li:focus { color: #575757 !important; background-color: #fff; }

/* ICONS */
.far, .fas { font-size:200%; }
.actualites-nav-svg,
.catalogue-nav-svg{ height: 50px;}


/* Galerie */
.hg-galerie { min-height: 0; }

/* Buttons allgemein */
.btn { border: 2px solid;  margin: 0 20px 0 0; font-size: 0.875rem; }

/* Buttons Header */

#button-top-content { display: none; }
#button-menu-ein { display: none; }

.div-menu-button .btn { margin: 0 0 5px 0; }

.actualites-nav-svg,
.catalogue-nav-svg{ height: 35px; transition: all 0.4s;}
#button-down-content,
#button-top-content,
#sidebarCollapse { margin-top: 0; transition: all 0.4s;}

.headerschmal .actualites-nav-svg,
.headerschmal .catalogue-nav-svg{ height: 35px; transition: all 0.4s;}
.headerschmal #button-down-content,
.headerschmal #button-top-content,
.headerschmal #sidebarCollapse { margin-top: 0; transition: all 0.4s;}



/* Seitenüberschriften */
.seitenueberschrift { 
	text-align:center;
	font-weight: 400;
	border-top: 4px solid #575756;
	border-bottom: 4px solid #575756;
	border-left: 0px solid #575756;
	border-right: 0px solid #575756;
	color: #575756; 
	padding-left: 15px;
	padding-right: 15px;
	padding: 5px 0;
	border-radius: 0;
	font-size: 175%;
}

/* Footer */
footer a { text-decoration: underline; }
.hg-container-footer ul { padding-left: 0; list-style-type:none;}


/* FLEXSLIDER */
.flexslider {
    margin: 0 0 30px  0;
	border: none;
}

.flexslider .caption-text {
    position: absolute;
    width: auto;
    top: auto;
	bottom: 0;
    text-align: center;
		
	font-size:125%;
	left: 30% !important;
    right: 30%;
	padding: 5px 10px;
	background: #CE143C;
}
.flexslider .caption-text p {
	margin: 0;
}
.flexslider .caption-link  {
	left: 10%;
	width:80%;
	bottom: 0;
	height: 100%;
}


.bereich0  .flexslider .caption-text { background: #CE143C; color: #fff; }
.bereich0  .wsflexslider-style2 .caption-text { background: #D48A10; color: #fff; }
.bereich0  .wsflexslider-style3 .caption-text { background: #575757; color: #fff; }
.bereich0  .wsflexslider-style4 .caption-text { background: #C9C745; color: #fff; }



@media screen and (min-width: 861px) {
  .flexslider .caption-align-left.caption-wrapper {
    left: initial;
  }
  .slides li div.caption-wrapper {
    position: initial;
    width: initial;
    top: initial;
    bottom: initial;
    background: initial;
  }
}



/* LINK Button */
a.button { padding: 5px 10px; border-radius: 2px; border: 2px; border-style:solid; }
.bereich4 a.button { border-color: #C9C745; background: #C9C745; color: #fff !important; }

.bereich4 a:hover.button, .bereich4 a:focus.button { background: #fff; color: #C9C745 !important; }



/* Symbole */
.symbole-mitte { text-align: center; }
.symbole-mitte .btn { margin: 0 5px 0 5px; }
.symbole-rechts { text-align: right; }
.symbole-rechts .btn { margin: 0 0 0 10px; }


/* Header verkleinern */
.row-top { }
.headerschmal #logo { height: 45px; padding: 10px 0 ; transition:all 0.4s; }
.headerschmal .div-menu-button .btn {  margin-bottom: 0; }
.headerschmal .kap-menu .menu-icons { display: none; }
.headerschmal .kap-menu > ul  {  margin-top: 5px; }
.headerschmal .kap-menu > ul > li {  border-radius: 0 ; padding-top: 5px; padding-bottom: 5px;}
.headerschmal .kap-menu > ul > li > a { font-size: 1rem; }



section {     margin-top: 98px; }

/*.headerschmal section {     margin-top: 100px; }*/

/*
#button-prev-page { display: none;}
#button-next-page { display: none;}
*/
.frame-boxgew { background-color: #D48A10; color: #FFFFFF !important; margin-bottom: 20px; }
.frame-boxgew a { color: #FFFFFF !important; text-decoration: none; }
.frame-boxgew header { padding-top:10px; }
.frame-boxgew header h2 { font-size: 140%; }
.frame-boxgew .ce-bodytext { padding-left:10px; padding-right: 10px; }

.frame-boxeve { background-color: #CE143C; color: #FFFFFF !important; margin-bottom: 20px; }
.frame-boxeve a { color: #FFFFFF !important; text-decoration: none; }
.frame-boxeve header { padding-top:10px; }
.frame-boxeve header h2 { font-size: 140%; }
.frame-boxeve .ce-bodytext { padding-left:10px; padding-right: 10px; }

.frame-boxrei { background-color: #C9C745; color: #FFFFFF !important; margin-bottom: 20px; }
.frame-boxrei a { color: #FFFFFF !important; text-decoration: none; }
.frame-boxrei header { padding-top:10px; }
.frame-boxrei header h2 { font-size: 140%; }
.frame-boxrei .ce-bodytext { padding-left:10px; padding-right: 10px; }

.frame-boxakt { background-color: #575757; color: #FFFFFF !important; margin-bottom: 20px; }
.frame-boxakt a { color: #FFFFFF !important; text-decoration: none; }
.frame-boxakt header { padding-top:10px; }
.frame-boxakt header h2 { font-size: 140%; }
.frame-boxakt .ce-bodytext { padding-left:10px; padding-right: 10px; }


sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

.bold, strong, b { font-weight: 800; }
.align-left, .text-left { text-align: left; }
.align-center, .text-center { text-align: center; }
.align-right, .text-right { text-align: right; }
.align-justify, .text-justify { text-align: justify; }

blockquote { border-left: 4px solid; font-style: italic; padding-left: 20px; margin-bottom: 10px; }
blockquote p:last-child { padding-bottom: 0; }

.color-rot { color: red; }

.farbbutton {
    padding: 5px 10px;
    border-radius: 5px !important;
    border: 0;
	margin-top: 5px;
    border-style: solid;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
}
.bereich1 .farbbutton { background-color: #CE143C; }
.bereich2 .farbbutton { background-color: #D48A10; }
.bereich3 .farbbutton {	background-color: #575757; }
.bereich4 .farbbutton {	background-color: #C9C745; }
.bereich5 .farbbutton {	background-color: #575757; }

.bereich1 .farbbutton:hover { background-color: #d94665; }
.bereich2 .farbbutton:hover { background-color: #D48A10; }
.bereich3 .farbbutton:hover {	background-color: #888787; }
.bereich4 .farbbutton:hover {	background-color: #d3d27b; }
.bereich5 .farbbutton:hover {	background-color: #888787; }


#button-down-content { display: none; }


.frame-layout-1 figure.image,
.frame-layout-2 figure.image,
.frame-layout-3 figure.image{
  position: relative; /* Zwingend erforderlich für die Positionierung des Icons */
  display: inline-block;
  margin: 0;
}

.frame-layout-1 figure.image > a,
.frame-layout-2 figure.image > a,
.frame-layout-3 figure.image > a{
  display: block;
  position: relative;
  text-decoration: none;
}

.frame-layout-1 figure.image .image-embed-item,
.frame-layout-2 figure.image .image-embed-item,
.frame-layout-3 figure.image .image-embed-item{
  display: block;
  max-width: 100%;
  height: auto;
}

.frame-layout-1 figure.image > a::after{
  content: "\f167" / "Video auf YouTube ansehen";
  font-family: "Font Awesome 5 Brands";
}
.frame-layout-2 figure.image > a::after{
	content: "\f16d" / "Video auf Instagram ansehen";
	font-family: "Font Awesome 5 Brands";
}
.frame-layout-3 figure.image > a::after{
	content: "\f16d" / "Video auf Instagram ansehen";
	font-family: "Font Awesome 5 Brands";
}
.frame-layout-1 figure.image > a::after,
.frame-layout-2 figure.image > a::after,
.frame-layout-3 figure.image > a::after{

  font-weight: 400;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 2.5rem;
  border-radius: 5%;
  font-size: 3rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}



.frame-layout-1 figure.image > a:hover::after,
.frame-layout-2 figure.image > a:hover::after,
.frame-layout-3 figure.image > a:hover::after{
  transform: scale(1.1);
}