@import url("../../../css/icofont.min.css");
@import url("../../../css/bootstrap-icons.min.css");
@import url("../../../css/bootstrap.css");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Quicksand:wght@300..700&display=swap');
:root {
  --navbildhoehe: 250px;
  --grundfarbe: #0066CC; 
  --seitentitel: #0066CC;  
  --zweitfarbe: #FF6600;   
  --titelschrift: "Poppins", sans-serif;
  --titelschrift_hero: "Josefin Sans", sans-serif;
  --grundfarbe_header: #ffffff;
  --grundfarbe_main_inhalt: #ffffff;
  --grundfarbe_footer_inhalt: #f1f1f1;
  --body_text_farbe: #212529;
  --body_text_schrift: "Open Sans", sans-serif;
  --footer_text_farbe: #212529;
  --link_text_farbe: #710f10;
  --hintergrund_flaeche_farbe: #f6f6f6;
  --hintergrund_section_farbe: #f6f3f2;
  --border_radius: 5px;
  --border_color: #999999;
  --border_schatten: 0px 0px 0px rgba(0, 0, 0, 0.0);
  --grundfarbemenu: #0066CC;
  --grundfarbemenu_hintergrund: #f9f9f9;
  --menuschrift: "Poppins", sans-serif;
}

#header {background-color: var(--grundfarbe_header); height: auto;}
.header-inhalt { background-color: var(--grundfarbe_header);}
#main {background-color:  var(--grundfarbe_main_inhalt);}
.main-inhalt { background-color: var(--grundfarbe_main_inhalt);}
#footer .footer-top {background-color:  var(--grundfarbe_footer_inhalt);}
.footer-top-inhalt { background-color: var(--grundfarbe_footer_inhalt);}
#footer {background-color:  var(--grundfarbe_footer_inhalt);}
.footer-inhalt {background-color:  var(--grundfarbe_footer_inhalt);}

#header.fixed-top {
  background-color: var(--grundfarbe_header);
  border-bottom: 1px solid var(--grundfarbe);
  padding: 0px;
  top: 0px;
}

#header .fixed-top .header-inhalt {
  background-color: var(--grundfarbe_header);
  padding: 0px;
  top: 0px;
}

#header .fixed-top .logo {
    margin-left: 10px;
    margin-top: 10px;
    transition: 0.3s;
}
#header .fixed-top .hidden {
    visibility: hidden;
}
#header .fixed-top .visible {
    visibility: visible;
}

#header .fixed-top .form-wrapper {
    height: 25px;
    margin-top: 8px;
}

#header .fixed-top .sprache {
	margin-top: 3px;
	margin-right: 8px;
}

#header .fixed-top ul#navigation_2 li a {
	margin-right: 8px;	
}

#header .fixed-top ul#navigation li {
	font-size: 95%;
    transition: 0.3s;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 3px 0px;;
}
#header .fixed-top ul#navigation, ul#navigation ul, ul#navigation ul li ul{
	margin-right: 8px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--body_text_schrift);
  color: var(--body_text_farbe);
  overflow-x:hidden!important;
}
.hintergrund { 
 background-image: url(""); 
 float: left; 
 background-repeat:no-repeat;
 background-color: var(--hintergrund_section_farbe);
 background-image: linear-gradient(45deg, var(--hintergrund_flaeche_farbe) 40%, rgba(255, 255, 255, 0.75) 60%);
}
.hr_bold{ 
	border-top: 2px solid var(--body_text_farbe);
	margin-top: 10px;
}
a {
  color: var(--link_text_farbe);
  text-decoration: none;
}

a:hover {
  color: var(--grundfarbe);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--titelschrift);
}

.border-start {
  border-left: 1px solid var(--border_color);
}

.border-bottom {
  border-bottom: 1px solid var(--border_color);
  padding: 15px;
}

.button {
	font-size: 100%;
	font-weight: 700;
	padding: 0px;	
    margin: 0px;
	width: 120px;
	height: 38px;
	color: var(--body_text_farbe);
    border: 1px solid var(--border_color); 
	background-color: #f1f1f1;
    border-radius: var(--border_radius);
}
.button:hover {
	background-color: var(--grundfarbe);
	color: #ffffff;
}
#header.fixed-top ul#navigation li {
	font-size: 95%;
    transition: 0.3s;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 1px 0px;
}
#header.fixed-top ul#navigation, ul#navigation ul, ul#navigation ul li ul{
	font-size: 95%;
}
/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
.logo {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	font-size: 200%;
	width: 100%;    
    transition: 0.3s;
}
.slogan {
	color: #333333;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	font-size: 120%;
    background: transparent;
}

/*--------------------------------------------------------------
# Bilderrahmen Partner und Marken
--------------------------------------------------------------*/

 .partner_marken { 
    float: left;
    margin-bottom: 15px; 
    position:relative; 
    display:table; 
    height: 200px; 
    width: 100%; 
    vertical-align: middle; 
    text-align: center; 
    border: 1px solid #CCCCCC;
	border-radius: var(--border_radius);
	box-shadow: var(--border_schatten);
 }
  .partner_marken_home { 
    float: left;
    margin-bottom: 15px; 
    position:relative; 
    display:table; 
    height: 80px; 
    width: 100%; 
    vertical-align: middle; 
    text-align: center; 
    border: 1px solid var(--border_color); 
	border-radius: var(--border_radius);
	box-shadow: var(--border_schatten);
 }
  .innerh { 
    width:100%; 
    display:table-cell; 
    vertical-align:middle; 
    position:relative; 
    text-align:center;
 } 
  
 .inner { 
    width:100%; 
    display:table-cell; 
    vertical-align:middle; 
    position:relative; 
    text-align:center;
 }
 
 .innerh img{ 
    display:inline; 
    vertical-align:middle; 
 } 
 
 .inner img{ 
    display:inline; 
    vertical-align:middle; 
 } 

/*--------------------------------------------------------------
# Seitentitel
--------------------------------------------------------------*/
.seitentitel {
 	margin-top: 10px;
 	margin-bottom: 10px;
	color: var(--seitentitel);  
    font-size: 160%;
	font-weight: 400;  
	text-transform: none;
    font-family: var(--titelschrift);
    line-height: 1.2;

}

/*--------------------------------------------------------------
# Login Kopfbalken
--------------------------------------------------------------*/
.icon_login_kopf {
border: 0.000em solid #ffffff; 
background-color:#ffffff; 
padding: 0.200em 0.400em 0.250em 0.400em;
margin-right: 10px;
margin-left: 10px;
border-top-left-radius: 0.250em;
border-top-right-radius: 0.250em; 
border-bottom-left-radius: 0.250em;
border-bottom-right-radius: 0.250em; 
color: #333333;
    }  
    
.icon_login_kopf:hover {
border: 0.000em solid #ffffff; 
background-color:#ff0000; 
color: #ffffff;
    }   

/*--------------------------------------------------------------
# Quellenhinweis
--------------------------------------------------------------*/
.quelle {
 	margin-top: 10px;
 	margin-bottom: 20px;
	color: var(--seitentitel);  
    font-size: 80%; 
	text-transform: none;
    font-family: var(--titelschrift);

}

/*--------------------------------------------------------------
# Hinweis auf allen Seiten
--------------------------------------------------------------*/
.hinweis {
  background: #fbe6a5;
  padding: 20px 0;
  color: var(--body_text_farbe);
}

/*--------------------------------------------------------------
# Textblock
--------------------------------------------------------------*/
.textblock {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  border: 1px solid var(--border_color);
  border-radius: var(--border_radius);
  background: var(--grundfarbe_main_inhalt);
  box-shadow: var(--border_schatten);
}
.textblock em {
  font-size: 400%;
    margin-left: 17px;
  color: var(--grundfarbe);
}
.textblock-btn {
  display: inline-block;
  background: #ffffff;
  color: #333333;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 18px;
  border-radius: 4px;
  border: solid 2px var(--grundfarbe);
}
.textblock-btn:hover {
  background: var(--grundfarbe);
  color: #ffffff;
}

/*--------------------------------------------------------------
# Drucken im Fussbereich
--------------------------------------------------------------*/
.drucken a {
  font-size: 120%;
  display: inline-block;
  background: #ffffff;
  color: var(--body_text_farbe);
  padding-top: 2px;
  padding-left: 0px;
  margin-left: 10px;
  margin-bottom: 5px;
  border: 0.063em solid var(--border_color);
  border-radius: var(--border_radius);
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  float: right;
}

.drucken a:hover {
  background: #ffffff;
  color: var(--grundfarbe);
  text-decoration: none;
  border: 0.063em solid var(--grundfarbe);
}

/*--------------------------------------------------------------
# Bild Navigation
--------------------------------------------------------------*/
.bildnavigation .bereich {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--border_color);
  border-radius: var(--border_radius);
  box-shadow: var(--border_schatten);
  color: var(--body_text_farbe);
  background-color: var(--grundfarbe_main_inhalt);
  width:100%; 
  position:relative; 
}

.bildnavigation .bereich .bereich-img {
  position: relative;
  overflow: hidden;
  height:  130px;
  float:center;
  background-position: center center; 
  background-size: cover;
  background-repeat: no-repeat;
}

.bildnavigation .bereich .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
  padding: 20px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.60);
}

.bildnavigation .bereich .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 10px;
  padding-top: 8px;
  display: inline-block;
}

.bildnavigation .bereich .social a:hover {
  color: var(--grundfarbe);
  padding-top: 8px;
}

.bildnavigation .bereich .social i {
  font-size: 400%;
  color: var(--grundfarbe);
}

.bildnavigation .bereich .bereich-info {
  padding: 25px 15px;
  text-align: center;
}

.bildnavigation .bereich .bereich-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 140%;
  color: var(--body_text_farbe);
}

.bildnavigation .bereich:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news {
  padding: 0px 0px 20px 0px;
}
.news .entry {
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid var(--border_color);
  border-radius: var(--border_radius);
  position: relative;
  background: var(--grundfarbe_main_inhalt);
  box-shadow: var(--border_schatten);
}
.news .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.news .entry .entry-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 5px 0;
}
.news .entry .entry-title a {
  color: var(--body_text_farbe);
  transition: 0.3s;
  font-size: 16px;
}
.news .entry .entry-title a:hover {
  color: var(--grundfarbe);
}
.news .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}
.news .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.news .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.news .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.news .entry .entry-meta a {
  color: #847872;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.news .entry .entry-content p {
  line-height: 24px;
}
.news .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.news .entry .entry-content .read-more a {
  display: inline-block;
  background: var(--grundfarbe_main_inhalt);
  color: var(--body_text_farbe);
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border: 1px solid var(--grundfarbe);
  border-radius: var(--border_radius);
}
.news .entry .entry-content .read-more a:hover {
  color: #ffffff;
  background: var(--grundfarbe);
}
.news .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.news .news-pagination {
  color: #65534c;
}
.news .news-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.news .news-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.news .news-pagination-text {
  color: #000000;
  padding: 6px 12px;
  display: inline-block;
  background: var(--grundfarbe_main_inhalt);
  border-radius: var(--border_radius);
  border: 1px solid var(--grundfarbe);
  font-weight: bold; 
}
.news .news-pagination li a {
  color: var(--grundfarbe);
  padding: 6px 12px;
  display: inline-block;
  background: var(--grundfarbe_main_inhalt);
  border-radius: var(--border_radius);
  font-weight: bold; 
  border: 1px solid var(--grundfarbe);
}

.news .news-pagination li.active, .news .news-pagination li:hover {
  background: #f1f1f1;
  border-radius: var(--border_radius);
}
.news .news-pagination li.active a, .news .news-pagination li:hover a {
  color: #fff;
    background: var(--grundfarbe);
  border-radius: var(--border_radius);
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;

}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
  color: #006fbe;
}
.gallery #gallery-flters li:last-child {
  margin-right: 0;
}
.gallery .gallery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  border: var(--border_color);
  box-shadow: var(--border_schatten);
  border-radius: var(--border_radius);
}
.gallery .gallery-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.gallery .gallery-wrap .gallery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery .gallery-wrap .gallery-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.gallery .gallery-wrap .gallery-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.gallery .gallery-wrap .gallery-links {
  text-align: center;
  z-index: 4;
}
.gallery .gallery-wrap .gallery-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.gallery .gallery-wrap .gallery-links a:hover {
  color: #25a4ff;
}
.gallery .gallery-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.gallery .gallery-wrap:hover .gallery-info {
  opacity: 1;
}
.gallery .gallery-wrap:hover .gallery-info::before {
  top: 15px;
  left: 15px;
}
.gallery .gallery-wrap:hover .gallery-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Neuen Texblock anzeigen
--------------------------------------------------------------*/
.new_text
{
border: 0.063em solid var(--grundfarbe);
padding: 0.313em 0.313em 0.313em 0.313em;
margin:  0.313em 0.000em;
border-radius: var(--border_radius);
}
.new_text_txt
{
	color:#ffffff;
	font-size: 70%;
	background-color: var(--grundfarbe);
	padding: 0.188em 0.188em 0.188em 0.188em;
	margin: -0.513em -0.513em -0.313em -0.513em;
	right: 0.000em;
	float: right;
	border-top-right-radius: 0.250em; 
}
.div_link{
    cursor: pointer;
}
.news_link{
    color:#333333;
}
.news_link:hover{
    color: var(--grundfarbe);
}

/*--------------------------------------------------------------
# Sitemap
--------------------------------------------------------------*/
.nav_sitemap {
	background-color: transparent; 
}

.navigation_sitemap {
	padding-left: 10px; 
    margin: 0px;
    width: 100%;
	text-decoration: none; 
	position: relative; 
	z-index: 1; 
	background-color: transparent;
	margin-left: 0px; 
    overflow: hidden;
}
.navigation_sitemap ul li {
    display: block;
	margin-left: 0px;      
    width: 100%;
}
.navigation_sitemap  a {
    display: block;
	background-color: #f1f1f1; 
	padding-top: 7px; 
	padding-bottom: 7px; 
	padding-left: 10px; 
	padding-rigt: 7px;
	margin-left: 0px;  
	margin-bottom: 4px; 
	text-decoration: none; 
    color: var(--body_text_farbe);
    font-weight: 100%;
    border: solid 1px #f1f1f1;
    border-radius: var(--border_radius);

}
.navigation_sitemap  a:hover {
	background-color: #ffffff; 
    color: var(--body_text_farbe);
    font-weight: 100%;
    text-decoration: none;
    border: solid 1px #999999;
}

/*--------------------------------------------------------------
# Suche
--------------------------------------------------------------*/
   .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .form-wrapper {
        width: 100%;
        padding: 0px;
        margin-top: 12px;
        margin-bottom: 3px;
        margin-right: 12px;
        background: transparent;
    }
    
    .form-wrapper input {
        width: 80%;
        height: 30px;
        padding: 10px 5px;
        float: left;    
        border: 0.063em solid var(--border_color);
        background: #eeeeee;
        border-top-left-radius: var(--border_radius);  
        border-bottom-left-radius: var(--border_radius); 
        border-top-right-radius: 0;  
        border-bottom-right-radius: 0; 
		color: var(--body_text_farbe);
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
    }

    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 30px;
        width: 20%;
        color: #ffffff;
        text-transform: uppercase;
        background: var(--grundfarbe);
		border: 0.063em solid var(--border_color);
        border-top-right-radius: var(--border_radius);  
        border-bottom-right-radius: var(--border_radius); 
        border-top-left-radius: 0;  
        border-bottom-left-radius: 0; 
    }   
      
    .form-wrapper button:hover{		
        background: var(--grundfarbe); 
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: var(--grundfarbe);    
    }
    
    .form-wrapper button:before {
        content: "";
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent var(--grundfarbe) transparent;
        top: 6px;
        left: -8px;
    }
    
/*--------------------------------------------------------------
# Textblock Gestaltungshilfe
--------------------------------------------------------------*/
.textblock1  {
  padding: 10px;
  margin-bottom: 10px;
  border: 0.063em solid var(--border_color);
  border-radius: var(--border_radius);
  box-shadow: var(--border_schatten);
  color: var(--body_text_farbe);
  background-color: var(--grundfarbe_main_inhalt);
  width:100%; 
  position:relative; 
	
}

.textblock1-title {
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--seitentitel);
  font-family: var(--titelschrift);
  line-height: 2.5;
}
.textblock1-title span {
  color: var(--seitentitel);
  font-size: 16px;
  font-weight: 400;
}
.textblock1-body {
  padding: 0 20px 20px 20px;
}

.textblock1-img-overlay {
  background-color: var(--grundfarbe_main_inhalt);
}

/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
.icon {
  font-size:300%;
  margin-top: -10px;
  color: var(--grundfarbe);
}

/*--------------------------------------------------------------
# Tabelle
--------------------------------------------------------------*/
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--body_text_farbe);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--body_text_farbe);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--body_text_farbe);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  color: var(--body_text_farbe);
  vertical-align: bottom;
  border-color: var(--border_color);
  margin: 0px;
}


/*--------------------------------------------------------------
# Medienmitteilungen
--------------------------------------------------------------*/
.kategorieabstand {
  font-size: 95%;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Suche
--------------------------------------------------------------*/
.kategorieabstand {
  font-size: 95%;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Titel
--------------------------------------------------------------*/
.titel {
  font-weight: 400;
  font-size: 110%;
  text-transform: none;
  color: var(--seitentitel);
}

/*--------------------------------------------------------------
# Generell Bilder-Zoom
--------------------------------------------------------------*/
div.imagezoom {
	overflow: hidden;
}
div.imagezoom img {
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div.imagezoom img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}







/*--------------------------------------------------------------
# bis hier zu KEAS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Referenzen
--------------------------------------------------------------*/

.karterahmen {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: 000000;
    background-color: transparent;
	min-height: 160px;
	position: relative;
}

.kartef {
  min-height: 165px;
  background: #ffffff;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: var(--border_schatten);
  transition: 0.3s;
  transition: ease-in-out 0.2s;
  border: 1px solid var(--border_color);
  border-radius: var(--border_radius);
  color: var(--body_text_farbe);
  width: 100%;
}
.kartefg {
  min-height: 165px;
  background: #f1f1f1;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: var(--border_schatten);
  transition: 0.3s;
  transition: ease-in-out 0.2s;
  border-radius: var(--border_radius);
  border: 1px solid var(--border_color);
  color: var(--body_text_farbe);
  width: 100%;

}
.kategorie {
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-size: 75%;	
	font-weight: bold;
	color: var(--body_text_farbe);
}
.linkf {
	color: #333333;
	font-size: 55%;
	text-decoration:none;
}
.linkf:hover {
	color: var(--grundfarbe);
	text-decoration:none;
}
.imgf {
	padding-top: 5px;
	padding-right: 5px;
}
.adressef {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 75%;
	color: var(--body_text_farbe);
}
.firmaf {
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 15px;
}
.diva {
	cursor: hand;
}
.diva:hover {
	border: 1px solid var(--grundfarbe);
	color: var(--grundfarbe);
}
.suchef {
	border: 1px solid var(--border_color);
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: 000000;
	background-color:#e1e1e1;
	font-size: 75%;

}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    float: left;
    margin-bottom: 0px; 
	padding: 0px;
	padding-top: 0px;
    position:relative; 
    width: 100%; 
    vertical-align: middle; 
	overflow: visible;
	
}
.services a {
  color: var(--body_text_farbe);
}
.services a:hover {
  color: var(--grundfarbe);
}

.services .icon-box {
  padding: 50px 20px 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid var(--border_color);
  border-radius: var(--border_radius);
  height: 200px;
  position: relative;
  background: var(--grundfarbe_main_inhalt);
  box-shadow: var(--border_schatten);
}
.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 72px;
  height: 72px;
  background: var(--grundfarbe_main_inhalt);
}
.services .icon em {
  color: #fff;
  font-size: 28px;
  margin-left: 7px;
}
.services .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 110%;
  text-transform: none;
}

li  {
  line-height: 1.2.seiten
  margin-bottom: 10px;
    margin-left: -5px;
}

/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.services .title a {
  color: var(--seitentitel);
}

.services .kategorie {  
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 115%;
  text-transform: none;
  color: var(--seitentitel);
}
.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid var(--grundfarbe);
}
.services .icon-box:hover .icon em {
  color: var(--grundfarbe);
}
.services .icon-box:hover .title a {
  color: var(--grundfarbe);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}
.services  .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.services .read-more a {
  display: inline-block;
  background: #ffffff;
  color: var(--body_text_farbe);
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  border: solid 2px var(--grundfarbe);
}
.services .read-more a:hover {
    color: #ffffff;
    background: var(--grundfarbe);
}

.services .services-pagination {
  color: #65534c;
}
.services .services-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.services .services-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.services .services-pagination-text {
  color: #000000;
  padding: 7px 12px;
  display: inline-block;
  background: #f1f1f1;
  border-radius: 4px;
  font-weight: bold; 
}
.services .services-pagination li a {
  color: var(--grundfarbe);
  padding: 7px 12px;
  display: inline-block;
  background: #f1f1f1;
  border-radius: 4px;
}

.services .services-pagination li.active, .services .services-pagination li:hover {
  background: #f03c02;
  border-radius: 4px;
}
.services .services-pagination li.active a, .services .services-pagination li:hover a {
  color: #fff;
  background: var(--grundfarbe);
  border-radius: 4px;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content .icon-box {
  margin-top: 0px;
  color: var(--body_text_farbe);
}
.about-us .content .icon-box p {
  font-size: 15px;
  color: var(--body_text_farbe);
  margin-left: 60px;
}

.about-us .content .icon-box h4  {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box em {
  font-size: 48px;
  float: left;
  color:   var(--grundfarbe);
}

.about-us .content .icon-box p {
  font-size: 15px;
  margin-left: 60px;
}
.about-us .image {    
    display: flex; 
    justify-content: center; 
    align-items: center;
  height: 450px;
  overflow: hidden; 
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: var(--border_radius);
  background: var(--hintergrund_flaeche_farbe);
  box-shadow: var(--border_schatten);
  min-height: 310px;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h2 {
  font-weight: 900;
  font-size: 24px;
  color: var(--body_text_farbe);
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--body_text_farbe);
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--body_text_farbe);
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}
.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# icofont button
--------------------------------------------------------------*/

.icofont_top {
	margin-top: 10px;
	margin-bottom: 10px;
}

.icofont_top a {
	color: #ffffff;
	font-size: 130%;
    background-color: var(--grundfarbe);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 2px;
	margin-right: 2px;
	border-top-left-radius: 0.200em;
 	border-top-right-radius: 0.200em;
	border-bottom-left-radius: 0.200em;
 	border-bottom-right-radius: 0.200em; 
}
.icofont_top a:hover {
	color: #000000;
    background-color: var(--grundfarbe);
}
.icofont {
	color: #ffffff;
	font-size: 250%;
    background-color: var(--grundfarbe);
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 13px; 
    padding-right: 2px; 
	border-top-left-radius: 1.000em;
 	border-top-right-radius: 1.000em; 
	border-bottom-left-radius: 1.000em;
 	border-bottom-right-radius: 1.000em; 
}
.icofont2 {
	color: var(--grundfarbe);
	font-size: 250%;
    background-color: transparent;
    padding-top: 10px; 
    padding-bottom: 10px; 
}
.icofontklein {
	color: var(--grundfarbe);
	font-size: 150%;
    background-color: #ff0000;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: var(--border_schatten);
  border: 1px solid var(--border_color);
  border-radius: var(--border_radius);
  
  
      float: left;
    margin-bottom: 20px; 
	padding: 30px;
    position:relative; 
    width: 100%; 
    vertical-align: middle; 
	overflow: visible;
  }
.contact .info {
    
  background: transparent;
  
}
.contact .info i {
  font-size: 20px;
  color: var(--grundfarbe);
  float: left;
  width: 50px;
  height: 50px;
  background: var(--border_schatten);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
    

  border-radius: 50%;
  border: 2px solid var(--grundfarbe);


  text-align: center;   
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--seitentitel);
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--body_text_farbe);
}
.contact .info:hover i {
  background: var(--grundfarbe);
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  padding: 0px;
  background: transparent;
  border-radius: var(--border_radius);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: var(--border_color);
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #f03c02;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #fd5c28;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 30px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #ffffff;
  border-radius: var(--border_radius);
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: var(--body_text_schrift);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;    
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: -20px;
  color: var(--seitentitel);
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: var(--seitentitel);
}

.faq .faq-list a.collapsed:hover {
  color: var(--grundfarbe);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Testimonials Kundenmeinungen
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: var(--border_schatten);
  position: relative;
  background: #fff;
  border-radius: var(--border_radius);
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: var(--border_color);

  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--seitentitel);
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: var(--seitentitel);
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 35px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Top Bar Kopfbalken
--------------------------------------------------------------*/
#topbar {
  background: var(--hintergrund_flaeche_farbe);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
     
}

#topbar .contact-info a {
  line-height: 1;
  color: var(--body_text_farbe);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: var(--grundfarbe);
}

#topbar .contact-info i {
  color: var(--body_text_farbe);
  padding-right: 5px;
  font-size: 16px;
  margin-left: 0px; 
  vertical-align: middle
}

#topbar .contact-info .icofont-phone {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid var(--border_color);
}
#topbar .contact-info .icofont-ui-social-link  {
  padding-left: 0px;
  margin-left: 0px;
  color: var(--hintergrund_flaeche_farbe);
 
}

/*--------------------------------------------------------------
# Copy Fussbalken
--------------------------------------------------------------*/
#copybar {
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  vertical-align: middle
     
}
#copybar .contact-info img {
  padding-right: 5px;
  margin-left: 0px; 
}



/*--------------------------------------------------------------
# Clients Referenzen
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid var(--border_color);
  border-left: 1px solid var(--border_color);
  box-shadow: var(--border_schatten);
}
.clients .client-logo {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
  overflow: hidden;
  background: #ffffff;
  height: 100px;
}
.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}
.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Texte die nicht freigegebn sind
--------------------------------------------------------------*/
.erscheinen {
  font-size: 100%;
  color: #ff0000;
  background-color: #FFE8E8;
}

/*--------------------------------------------------------------
# Mitglieder Login
--------------------------------------------------------------*/
.mitglieder {
	padding-top: 5px;
	padding-bottom: 0px;
    text-align:right;
	margin-top: 8px;
    float: right;
}
.mitglieder a {
	color: #000000;
	font-size: 80%;
	margin-right: 4px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid var(--border_color);
	border-radius: var(--border_radius);
	box-shadow: var(--border_schatten);
}
.mitglieder_icon {
	color: #000000;
	font-size: 120%;
	margin-left: 4px;
	margin-right: 4px;
}
.mitglieder a:hover {
	color: var(--grundfarbe);
	border: 1px solid var(--grundfarbe);
}
/*--------------------------------------------------------------
# Sprache
--------------------------------------------------------------*/
.sprache {
	padding-top: 5px;
	padding-bottom: 0px;
    text-align:right;
	margin-top: 7px;
    float: right;
}

.sprache a {
	color: #000000;
	font-size: 100%;
	margin-right: 0px;
	margin-left: 4px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid var(--border_color);
	border-radius: var(--border_radius);
	box-shadow: var(--border_schatten);
}
.sprache a:hover {
	border: 1px solid var(--grundfarbe);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .social-links a {
  font-size: 100%;
  display: inline-block;
  background: #ffffff;
  color: var(--body_text_farbe);
  padding-top: 3px;
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  border: 0.063em solid var(--border_color);
  border-radius: var(--border_radius);
  text-align: center;
  width: 33px;
  height: 33px;
  transition: 0.3s;
  float: right;
}

#header .social-links a:hover {
  background: #ffffff;
  color: var(--grundfarbe);
  text-decoration: none;
  border: 0.063em solid var(--grundfarbe);
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: var(--footer_text_farbe);
  font-size: 90%;
  padding: 30px 0px 10px 0px;
}

#footer .footer-top {
  padding: 0px 0 0px 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 10px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 0px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  color: var(--footer_text_farbe);
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--titelschrift);
  color: var(--footer_text_farbe);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--footer_text_farbe);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul em {
  padding-right: 2px;
  color: var(--grundfarbe);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--footer_text_farbe);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffffff;
    float: right;
}


#footer .social-links a {
  font-size: 120%;
  display: inline-block;
  background: #ffffff;
  color: var(--body_text_farbe);
  padding-top: 2px;
  padding-left: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 0.063em solid var(--border_color);
  border-radius: var(--border_radius);
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  float: left;
}

#footer .social-links a:hover {
  background: #ffffff;
  color: var(--grundfarbe);
  text-decoration: none;
  border: 0.063em solid var(--grundfarbe);
}

#footer a {
  color: var(--footer_text_farbe);
}

#footer a:hover {
  color: var(--grundfarbe);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--grundfarbe);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.2s;
  color: #ffffff;
}
.back-to-top:hover {
  background: var(--grundfarbe); 
  color: var(--grundfarbe);
}
.back-to-top em {
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  margin-left: 0px;
}
.back-to-top em:hover {
  color: #ffffff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Hero Section Navbild
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: var(--navbildhoehe);
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.0);
  padding-top: 0px;
  padding-bottom:0px;
  margin-bottom: 3%;
  border-left: 0px solid var(--grundfarbe);
  border-radius: var(--border_radius);
  margin-left: 10%;
  margin-right: 10%;
  color: var(--seitentitel);
}
#hero h1 {
  margin: 0 0 0px 0;
  font-size: 300%;
  font-family: var(--titelschrift_hero);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 0px 4px #000000;
  margin-bottom: -5%;
}
#hero h2 {
  color: var(--seitentitel);
  font-size: 160%;
  font-family: var(--titelschrift_hero);
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px #000000;
}

#hero p {
  margin: 0 auto 0px auto;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-inner h1 {
  font-size: 300%;
  font-family: var(--titelschrift_hero);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 0px 4px #000000;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  font-size: 200%;
  line-height: 0;
  background: var(--grundfarbe);
  border-radius: var(--border_radius);
  transition: 0.3s;
  color: rgba(255, 255, 255, 1.0);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: var(--grundfarbe);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #ffffff;
  overflow: hidden;
  border: 0;
  width: 40px;
  height: 6px;  
  border-radius: var(--border_radius);
  opacity: 1.6;
  transition: 0.3s;   
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--grundfarbe);
}
#hero .btn-get-started {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--border_radius);
  transition: 0.5s;
  line-height: 1;
  color: #ffffff;
  background: transparenet;
  border: 2px solid var(--grundfarbe);
}
#hero .btn-get-started:hover {
  background: var(--grundfarbe);
  color: #ffffff;
}


/*--------------------------------------------------------------
# Anzeige auf den verschiedenen Ausgabegeräten
--------------------------------------------------------------*/
/* Großes Display */
@media (min-width: 1200px) {
        body {
         font-size: 100%;
        }
        .seitentitel {
         font-size: 180%;
        }
		.bildnavigation .bereich .bereich-info h4  {
         font-size: 120%;
        }
		#hero h1 h2 {
		font-size: 100%;
		}
		#hero .container {
		 font-size:100%;
		}
		.ausblenden {
		display:none;
		}
}
@media (max-width: 1200px) {
        body {
         font-size: 100%;
        }
        .seitentitel {
         font-size: 180%;
        }
		.bildnavigation .bereich .bereich-info h4  {
         font-size: 120%;
        }
		#hero h1 h2 {
		font-size: 100%;
		}
		#hero .container {
		 font-size:100%;
		}
		.ausblenden {
		display:none;
		}
}

 /* Tablet (Landschaft) */
@media (max-width: 1024px) {
        body {
         font-size: 100%;
        }
        .seitentitel {
         font-size: 170%;
        }
		.bildnavigation .bereich .bereich-info h4  {
         font-size: 110%;
        }
		#hero h1 h2 {
		font-size: 80%;
		}
		#hero .container {
		 font-size:80%;
		}
}
@media (max-width: 992px) {
        body {
         font-size: 100%;
        }
        .seitentitel {
         font-size: 170%;
        }
		.bildnavigation .bereich .bereich-info h4  {
         font-size: 110%;
        }
		#topbar  {
         font-size: 80%;
        }
		#hero h1 h2 {
		font-size: 70%;
		}
		#hero .container {
		 font-size:70%;
		}
}

/* Smartphones - Tablets */
@media screen and (max-width: 768px) {
        body {
         font-size: 100%;
        }
        .seitentitel {
         font-size: 170%;
        }
		.bildnavigation .bereich .bereich-info h4  {
         font-size: 100%;
        }
		#hero h1 h2 {
		font-size: 70%;
		}
		#hero .container {
		 font-size:70%;
		}
		.ausblenden {
		display:contents;
		}
}

@media (max-width: 640px) {
        body {
         font-size: 100%;
        }
        .seitentitel {
         font-size: 140%;
        }
		.bildnavigation .bereich .bereich-info h4  {
         font-size: 100%;
        }
		#hero h1 h2 {
		font-size: 60%;
		}
		#hero .container {
		 font-size: 60%;
		}
}
/* Smartphones und weniger */
@media (max-width: 575px) {
        body {
         font-size: 100%;
        }
}


@media (max-width: 480px) {
        body {
         font-size: 100%;
        }
}