@font-face {
  font-family: "FuturaPT-Book"; 
  src: url("../Fonts/3004C4_0_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/3004C4_0_0.woff2") format("woff2"), url("../Fonts/3004C4_0_0.woff") format("woff"), url("../Fonts/3004C4_0_0.ttf") format("truetype")

}

font-face {
  font-family : calibri;
}

body {
    padding-top: 7rem;
    font-family: 'FuturaPT-Book', Calibri;
    font-size: 18px;
    color: #000;
  }

  /* Fonts - h1 - p */

  h1, h2, h3, h4, h5, h6, p {
    font-family : 'FuturaPT-Book;'
  }
  
  h1 {
    font-size: 26px;
    margin-top: 22px;
    }

  h2 {
    margin-top: 22px;
    font-size: 24px;
  }

  h3 {
    margin-top: 22px;
    font-size: 22px;
  }
    
  h4  {
    margin-top: 22px;
    font-size: 20px;
  } 

  h4.kardinal {
    font-family: 'FuturaPT-Book';
    font-size: 22px;
    padding-top : 12px;
  }

  h5 {
    margin-top: 22px;
    font-size: 18px;
  }

  h6 {
    margin-top: 22px;
    font-size: 16px;
  }


  
  h1.underline {
    font-size: 26px;
    border-bottom-style: solid;
    border-color: #843b2a;
    border-width: 2px;
    margin-top: 22px;
    }

  h2.underline{
    font-size: 24px;
    border-bottom-style: solid;
    border-color: #843b2a;
    border-width: 2px;
    margin-top: 22px;
  }  

  h3.underline {
    font-size: 22 px;
    border-bottom-style: solid;
    border-color: #843b2a;
    border-width: 1px;
    margin-top: 22px;
  }

 h4.underline {
    font-size: 20 px;
    border-bottom-style: solid;
    border-color: #843b2a;
    border-width: 1px;
    margin-top: 22px;
  }  

   h5.under {
    font-size: 18px;
    border-bottom-style: solid;
    border-color: #843b2a;
    border-width: 1px;
    margin-top: 22px;
  }

  h6.underline {
    font-size: 16 px;
    border-bottom-style: solid;
    border-color: #843b2a;
    border-width: 1px;
    margin-top: 22px;
  }


/* h5 für RTE */
  h5.rte {
    font-size: 18 px;
    border-bottom-style: solid;
    border-color: #843b2a;
    border-width: 1px;
    margin-top: 22px;
  }

  h5.center {
    font-size: 18 px;
    border-bottom-style: solid;
    border-color: #843b2a;
    border-width: 1px;
    margin-top: 22px;
    text-align: center;
  }

   
  h1.redback {
    font-size: 26px;
    background-color: maroon !important;
    color : #fff;
    padding: 5px;
    padding-left: 15px;
    margin-top: 22px;
  }

  h2.redback {
    font-size: 24px;
    background-color: maroon !important;
    color : #fff;
    padding: 5px;
    margin-top:22px;
  }

  h3.redback {
    font-size: 22px;
    background-color: maroon !important;
    color : #fff;
    padding: 5px;
    margin-top: 22px;
  }

  h1.greenback {
    font-size: 26px;
    background-color: rgba(137, 201, 81) !important;
    color : #000;
    padding: 5px;
    padding-left: 15px;
    margin-top: 22px;
    }

  h2.greenback {
    font-size: 24px;
    background-color: rgba(137, 201, 81) !important;
    color : #000;
    padding: 5px;
    padding-left: 15px;
    margin-top: 22px;
  }

  h2.greenbackcenter {
    font-size: 24px;
    background-color: rgba(137, 201, 81) !important;
    color : #000;
    padding: 5px;
    text-align: center;
    margin-top: 22px;
    
  }

  h3.greenback {
    font-size: 22px;
    background-color: rgba(137, 201, 81) !important;
    color : #000;
    padding: 5px;
    padding-left: 15px;
    margin-top: 22px;
  }

    h4.greenback {
    font-size: 20px;
    background-color: rgba(137, 201, 81) !important;
    color : #000;
    padding: 5px;
    padding-left: 15px;
    margin-top: 6px;
  }

    h5.greenback {
    font-size: 18px;
    background-color: rgba(137, 201, 81) !important;
    color : #000;
    padding: 5px;
    padding-left: 15px;
    margin-top: 6px;
  }

  h3.greenbackcenter {
    font-size: 22px;
    background-color: rgba(137, 201, 81) !important;
    color : #000;
    padding: 5px;
    text-align: center;
    margin-top: 22px;
    
  }

  h1.maroonback {
    font-size : 26px;
    background-color: maroon !important;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    margin-top: 22px;
  }

  h2.maroonback {
    font-size : 24px;
    background-color: maroon !important;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    margin-top: 22px;
  }  

  h3.maroonback {
    font-size : 22px;
    background-color: maroon !important;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    margin-top: 22px;
  }  

  h3.leerelinie {
    padding-top :  10px;
    padding-bottom : 15px;
  }

   /* h6 für Akkordeon 
  h6.accordeon {
    font-size: 22px;
    margin-top: 0px;
    border-bottom-style: solid;
    border-color: #843b2a;
    border-width: 2px;
  }  */



  li {
    font-family : 'FuturaPT-Book;'
  }
  
  body.layout-pagets__1colslider {
    padding-top: 76px;
    margin-top: 20px;
  }
  
  @media (min-width: 992px) {
    body {
      padding-top: 8rem;
    }
  }
  
    
  .navbar>.container, .navbar>.container-fluid {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    color: #000;
  }
  
  header.slider {
        margin-bottom: 2rem;
  }
  
  .footercontent {
    background-color: #424632;
    padding: 5px 0;
    padding-top: 18px;
    color: #fff!important;
    margin-top: 0;
  }

.footergeo {
    padding-bottom: 0.5rem;
    margin: 0;
    color: #000;
    background-color: rgba(137, 201, 81) !important;
  }

  .frame-padding {
    padding: 2rem;
    background: #eee;
  }
  
  .bg-dark,
  .bg-dark .dropdown-menu {
    background-color: rgba(137, 201, 81)!important;
    color: #000!important;
  }

  .text-white {
    color : #fff!important;
  }
  
  .text-kgsgreen {
    color: #313772!important;
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .dropdown-item {
    color: #000!important;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #e6ecd7;
    color: #000;
  }

  #navbarNavDropdown li a.current {
    color: #000;
  }

  #navbarNavDropdown li a.active {
    font-style: italic;
    color: #000;
  }  
  
  ul.metaMenu {
    list-style-type: none;
    margin: 0;
    color: #000;
  }
  
  ul.metaMenu li {
    display: inline-block;
    color: #000;
  }
  
  ul.metaMenu a, ul.metaMenu a:visited {
    color: #000;
  }
  
  ul.metaMenu a:hover {
    color: #000;
  }

  /* Adjustments for fluid_styled_content */
  img {
    max-width:100%;
    height: auto;
  }

  .ce-intext [data-ce-columns="1"] {
    width: 100%;
  }
  
  @media screen and (min-width: 768px){
    .ce-intext [data-ce-columns="1"] {
      width: 50%;
    }
  }
  
  @media screen and (min-width: 991px){
    .ce-intext [data-ce-columns="1"] {
      width: 33.3333%;
    }
  }
  
  .ce-center [data-ce-columns="3"] .ce-column,
  .ce-right [data-ce-columns="3"] .ce-column,
  .ce-left [data-ce-columns="3"] .ce-column {
    margin-right: 1%;
    width: 32.33333%;
  }
  
  .ce-center [data-ce-columns="2"] .ce-column,
  .ce-right [data-ce-columns="2"] .ce-column,
  .ce-left [data-ce-columns="2"] .ce-column {
    margin-right: 1%;
    width: 49%;
  }

  .ce-center [data-ce-columns="4"] .ce-column,
  .ce-right [data-ce-columns="4"] .ce-column,
  .ce-left [data-ce-columns="4"] .ce-column {
    margin-right: 1%;
    width: 24%;
  }
  
  .ce-center [data-ce-columns="5"] .ce-column,
  .ce-right [data-ce-columns="5"] .ce-column,
  .ce-left [data-ce-columns="5"] .ce-column {
    margin-right: 1%;
    width: 19%;
  }
  
  .ce-center [data-ce-columns="6"] .ce-column,
  .ce-right [data-ce-columns="6"] .ce-column,
  .ce-left [data-ce-columns="6"] .ce-column {
    margin-right: 1%;
    width: 15.666667%;
  }
  
  .ce-gallery figure.video {
    display: block;
  }

  .ce-gallery figure.video {
    display: block;
  }
  .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
  
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
  }
  
  /* Workaround fuer Responsive Videos in Verbindung mit fluid_styled_content */
  
  .frame-layout-5 .ce-center .ce-inner {
    position: relative;
    float: none;
    right: -50%;
  }
  
  .frame-layout-5 .ce-textpic, .frame-layout-5 .ce-image, .frame-layout-5 .ce-nowrap .ce-bodytext, .frame-layout-5 .ce-gallery, .frame-layout-5 .ce-row, .ce-uploads li, .frame-layout-5 .ce-uploads div {
    overflow: visible;
  }
  
  .frame-layout-5 .ce-left .ce-gallery, .frame-layout-5 .ce-column {
    float: none;
  }
  
  .frame-layout-5 .ce-gallery figure {
    display: block;
    margin: 0;
  }
  
  .frame-layout-5 .ce-center .ce-outer {
    position: relative;
    float: none;
    right: 50%;
  }
  
/* Rootline navigation */
  
  ul.rootline {
    margin: 0 0 1rem 0;
    padding: 0 0 .5rem 0;
    list-style-type: none;
    font-size: 90%;
    border-bottom: 1px solid #468641;
  }
  
  ul.rootline li {
    display: inline-block;
  }
  
  ul.rootline a,
  ul.rootline a:visited {
    margin: 0;
    padding: 0;
    color: #666;
  }

  ul.rootline a:hover {
    text-decoration: underline;
  }
  
  ul.rootline span {
    color: #999;
  }
  
  ul.rootline a:after {
    display: inline-block;
    content: "/";
    margin: 0 .5rem;
  }
  
  /* Language Menu */
  ul.languageMenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 90%;
  }
  
  ul.languageMenu li {
    display: inline-block;
    margin: 0 .5rem 0 0;
  }
  
  ul.languageMenu a,
  ul.languageMenu a:visited {
    color: #fff;
  }
  ul.languageMenu a:hover {
    color: rgba(255,255,255,.75);
  }
  
  /* felogin */
  .tx-felogin-pi1 h3 {
    display: none;
  }

  .tx-felogin-pi1 label {
    display: block;
  }
  
  .tx-felogin-pi1 fieldset div {
    margin: 0 0 .5rem 0;
  }
  
  .tx-felogin-pi1 input[type=text],
  .tx-felogin-pi1 input[type=password] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
  .tx-felogin-pi1 input[type=submit] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #424632;
    background-color: #424632;
    color: #fff;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
  }

  h5.teaser-text a {
    font-family: 'FuturaPT-Book';
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    color: #000;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }

  a {
    font-family: 'FuturaPT-Book';
    color: #000;
    text-decoration: none;
  }
    
    a:hover {
      color: #843b2a;
      text-decoration: underline;
    }

    /*News*/

    h5.teaser-text {
      font-family: 'FuturaPT-Book';
      font-size: 14px;
      font-weight: normal;
      margin : 0;
      padding: 3px;
      color: #000;
    }

    h6.news-text {
      font-family: 'FuturaPT-Book';
      font-size: 17px;
      font-weight: normal;
      padding : 0;
      margin: 0;
      color: #000;
    }

    p.lead {
      font-family: 'FuturaPT-Book';
      font-size: 12px;
      font-weight: normal;
    }

    li.list-group-item {
      font-family: 'FuturaPT-Book';
      font-size: 16px;
      font-weight: normal;
      position: relative;
      display: block;
      padding: 0;
      margin-bottom: -1px;
      background-color: #fff;
      border-color: #fff;
      border-bottom: 2px;
      border-bottom-color: #843b2a;
  }

  

  .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #000!important;
    font-weight: bold;
}


#kesearch_results .result-list-item .result-teaser {
  color: #707070;
} 



/*Mitgliederbereich*/
div.tx-felogin-pi1 {
  font-family: 'FuturaPT-Book';
}
 
div.morelink  a {
  font-family: 'FuturaPT-Book';

}


/* KGSInfoCard und Kgsprofilcard */
div.borderkgs {
  border: 0;
  padding : 0px;
  margin-bottom: 10px;
}

div.headerkgs {
  background-color:#424632;
  color: #fff;
  text-align: center;
  padding: 0px;
  margin-bottom: 0px;
}

div.infoheaderkgs {
  background-color:#843b2a;
  color: #fff;
  text-align: center;
  padding: 0px;
}


div.textkgs {
  color: #000;
  margin-top: -12px;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 0px;
  font-size: 14px;
  font-family: calibri;
  text-align: right;
}

div.kgscardimage {
  text-align: center;
  width: 100%;
}

h3.infocard {
  font-size: 18px;
  margin-top: 0px;
  border-bottom : 0;
}

/* Ende Infocard und Profilcard */


.ui-accordion-header a{
  text-decoration: none;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
  font-size: 100%;
  background-color: #fff!important;
  text-decoration: none;
}
.ui-accordion .ui-accordion-content {
  border: 1px solid #843b2a;
  padding: 1em 2.2em;
  border-top: 0;
  color: #000;
  background-color: #fff!important;
	overflow: auto;
}

.ui-accordion .ui-accordion-header :active {
  border: 1px solid #843b2a;
}

.ui-helper {
	 background-color: #fff;
}

.ui-icon {
  visibility:none!important;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #843b2a;
	background: #fff; /*-- url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
	font-weight: normal;
	color: #000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #000;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #843b2a;
	background: #fff; /* url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;*/
	font-weight: normal;
	color: #000;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #000;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #843b2a;
	background: #ffffff; /*url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;*/
	font-weight: normal;
	color: #000;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #fff;
	background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}



.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #843b2a; text-decoration: none; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #843b2a; text-decoration: none; }


/*Seite Suchen*/

span.resetbutt {
  float:left;
  margin-top: 20px;
  margin-right: 50px;
 }


span.submitbutt {
  float:left;
  margin-top: 20px;
  }


  button.btn.btn-primary {
    background: #424632;

    }


  span.news-list-date {
    color: #000;
    font-size: 15px;
  }

  p.adresse {
    font-family : calibri;
    color : #fff;
    font-size: 16px;
    text-align: center;
  }

  
  .btn1 {
    font-size: 12 px;
    margin-top: 0px;
  }

  .btn1-link {
    font-size: 12 px;
    color: #000;
    text-decoration: none;
  }

  .card-header {
    padding: 0;
    margin: 0;
    background: #fff;
    border-style: solid;
    border-color: #fff;
    border-width: 4px;
  }

  .card {
    background : #fff;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(137, 201, 81);
    
  }

 
  

  h2.mb-0 {
    padding : 0px;
    margin: 0;
  }


    
 .copyright {
   position: absolute;
   top: 0;
   left: 0;
   background: rgba(255, 255, 255, 0.6);
   font-family: 'FuturaPT-Book', Calibri;
   font-size: 10px;
   padding: 2px 8px;
   color: #000;
   overflow: hidden;
   max-height: 2.5em;
 }

 figcaption {
   margin-top: -20;
 }

 .newscopyright {
  position: relative;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  font-family: 'FuturaPT-Book', Calibri;
  font-size: 14px;
  padding: 0px 0px;
  padding-left: 5px;
  padding-top: 5px;
  color: #000;
  overflow: hidden;
  max-height: 3em;
  text-align: right;
}

.newscopyright_alt {
  position: relative;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  font-family: 'FuturaPT-Book', Calibri;
  font-size: 14px;
  padding: 2px 14px;
  color: #000;
  overflow: hidden;
  max-height: 3em;
}

.bildunter {
  position: relative;
  top: 0;
  left: 0;
  margin-top: -10;
  background: rgba(255, 255, 255, 0.6);
  font-family: 'FuturaPT-Book', Calibri;
  font-size: 16px;
  padding: 0px 0px;
  color: #000;
  overflow: hidden;
  max-height: 3em;
}

.bildunter_alt {
  position: relative;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  font-family: 'FuturaPT-Book', Calibri;
  font-size: 16px;
  padding: 4px 12px;
  color: #000;
  overflow: hidden;
  max-height: 3em;
}

.copyunten {
   position: absolute;
   top: 20;
   left:20;
   background: rgba(255, 255, 255, 0.6);
   font-family: 'FuturaPT-Book', Calibri;
   font-size: 10px;
   padding: 2px 8px;
   color: #000;
   overflow: hidden;
   max-height: 2.5em;
 }

 .descriptiontest {
  position: absolute;
  top: 15;
  left:0;
  font-family: 'FuturaPT-Book', Calibri;
  font-size: 16px;
  padding: 2px 12px;
  color: #000;
  overflow: hidden;
  max-height: 3em;
  
}

.bottomline{
  border-bottom-style : solid;
  border-bottom-width: 1px;
  border-bottom-color: #843b2a;
  }

  .bottomlinegreen{
    border-bottom-style : solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(137, 201, 81);
    }

  .bottomline3{
    border-bottom-style : solid;
    border-bottom-width: 3px;
    border-bottom-color: #843b2a;
    } 

    .bottomline3green{
      border-bottom-style : solid;
      border-bottom-width: 3px;
      border-bottom-color: rgba(137, 201, 81);
      } 

      .bottomline10{
        border-bottom-style : solid;
        border-bottom-width: 10px;
        border-bottom-color: #843b2a;
        } 




  td {
    font-family: 'FuturaPT-Book';
    font-size: 20px;
    border-bottom-style : solid;
    border-bottom-width: 1px;
    border-bottom-color: #843b2a;
  }



  





