/* -----------------------------------------------------------------------------------------------*/ 
.topbar{
	background: rgba(204,204,204,0.0); 
	border-bottom: 1px solid rgba(204,204,204,0.5);     /* grau */
	}

.border      { border: 1px solid red; min-height: 50px;}




/* COL-HIDE für rechte und linke Spalte, wenn nicht vorhanden -------------------------------------*/ 
.col-hide{display: none; width: 0%;padding: 0; margin-0;}

[class*="col-"] {
	min-height: 0;
}

.container {
	width: 100%;
	max-width: 1400px; /* Breite Content */
	margin: 0 auto;    /* Zentrierung */
	padding-left: 20px;
	padding-right: 20px;
    b/order: 1px solid yellow;
}

.container_fluid {
    margin-left: 20px;
    margin-right: 20px;
}

.container_news{
	padding: 15px 25px 15px 25px;
	border-radius: 6px;
  	border: 1px solid rgba(0,0,0,0.2);
  	border: 2px solid red;
	margin: 2px;
}

.abstand-oben {
	margin-top: 113px; /* Abstand oben wegen H1 Überschrift */
}

#wrapper, .wrapper{ /* mindesthöhe der Seite */ 
	max-width: 100% !important; 	
	height: auto !important; 	
	min-height: 100.0% !important; 
    background-color: rgba(255,255,255,0.0);
    overflow-x: hidden;
    b/order: 3px solid yellow;
}



.content-container, .right-container, .left-container{
	text-align: justify;
    b/order: 1px solid yellow;

	}

.right-container, .left-container{
	margin-top: 55px;
	padding-left: 15px;
	padding-right: 15px;
	}

#content-top-full{
	padding-top:25px;
	padding-bottom:25px;
	}

#breadcrumb{
	margin-bottom: 0;
	background-color: #02CFFC;
	border-radius: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	}

#footer{
    width: 100%;
	background-color: rgba(0,0,0,0.3);
    b/ackground-image: url(../images/bg_footer.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
	}

#f/ooter-widgets .row [class*="col-"] {
    padding: 15px 10px 15px 15px;
}

#footer-widgets h3{
	font-weight:100;
	font-size: 1.2em;
	padding: 0px;
}

#footer-widgets h4{
	font-size: 1.0em;
	padding: 0px;
}

#footer-widgets address .fa{
    padding-right: 5px;
}

#footer-widgets li:before {
    content: '\f105';
    font: 400 16px/24px "FontAwesome";
    padding-right: 8px;
}

#footer   li	        {list-style: none; }
#footer-widgets  li{ list-style: none; color: #a9afb5;}
#footer   a:visited,
#footer   a:active {color:     #a9afb5;}
#footer   li>a:visited     {color:     #a9afb5;}
#footer-copyright{
	border-top:1px solid rgba(0,0,0,0.1); 
}

a , a:active, a:visited{
 color:     #a9afb5;   
}

a.leer:visited{
 color:     green;   
}

#footer-copyright p{
	margin: 0;
	padding: 10px; 
}

.footer-menu {text-align:right; }
.footer-menu a{color: black;}

/* Flex-Container für Euqual High */
.flex-container {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    bo/rder: 1px solid yellow;
    display: inline-flex;
}

/* flex-item ist das jeweilige col- */
/* flex-footer widgets */
#footer-widgets .flex-container > div[class*='col-']{
    padding: 5px 20px; 
}
@media only screen and (min-width : 1024px) {
    #footer-widgets .flex-container > div[class*='col-']{
        border-right: 1px solid rgba(255,255,255,0.1);
    }

    #footer-widgets .flex-container > div[class*='col-']:last-child {
         border-right: 0px;
    }
}

/* flex-container col content */
.f/lex-container > div[class*='col-']{ /* abstand innerhalb des col- */
     padding: 15px; /* hack adjust for wrapping */
	 padding-left: 3px; 
     padding-right: 3px; 
}

/* hintergründe für die Cusom Blocks */ 
.bg01 {
    b/ackground-image: url(../images/page/bg01.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg02 {
	color: white;
    background: url(../images/page/bg02.jpg);
    background-size: 100% auto;
	background-position:center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}


.bg03 {
    color: #ccc;
    background-image: url(../images/page/bg03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg04 {
    color: #ccc;
    background-image: url(../images/page/bg04.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg05 {
    b/ackground: rgba(0,0,0, 0.15);
}

.bg-kontakt {
    color: #ccc;
    background-image: url(../images/page/bg-kontakt.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.abstand-oben {
		margin-top: 54px; /* Abstand oben wegen H1 Überschrift */
	}

	.bg02 {
		color: white;
		background: url(../images/page/bg02-1024.jpg);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: 100% 100%;
		background-position:center center;
	}
    
	.bg04 {
		color: #ccc;
		background-image: url(../images/page/bg04.jpg);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: 100% 100%;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.a/bstand-oben {
		margin-top: 54px; /* Abstand oben wegen H1 Überschrift */
	}
    
	.bg02 {
		
		background: url(../images/page/bg02-1024.jpg);
		background-repeat: no-repeat;
		b/ackground-attachment:fixed;
		background-size: 100% 100%;
		background-position:center center;
	}

	
}

@media only screen and (max-width : 1024px) {
	.abstand-oben {
		m/argin-top: 56px; /* Abstand oben wegen H1 Überschrift */
        margin-top: 88px; /* Abstand oben wegen slider Navbar mit sprachwahl */
	}
	.bg02 {
		background: url(../images/page/bg02-test.jpg);
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-size: 100% auto ;
		background-position:center center;
	}
}
@media only screen and (min-width : 1025px) {
	.abstand-oben {
		margin-top: 94px; /* Abstand oben wegen H1 Überschrift */
	}
}
@media only screen and (max-device-width : 414px) {
    .s/paceAfterCP {
        max-height: 50px;
        border: 1px solid red;
    }

}

/* -------------------------------------*/ 
/* Optik & Größe Karten Google Maps  */
.map, #map {
  width: 100%;
  height: 270px;
  background: rgba(0,0,0, 0.1);
  border: 2px solid rgba(0,0,0, 0.1);
  border-radius: 6px;
}

/* CSS-Klassen für die GLOBALE Einstellung des Templates */
/* ----verschiedene Container ---------------------------------------------------------- */
/* generell / Container / Inhalte ------------------------------------------------------*/


.overlay-schwarz {
    background-color: rgba(0,0,0,0.2);
}
.overlay-schwarz-dark {
    background-color: rgba(0,0,0,0.8);
}
.overlay-grau {
    background-color: rgba(28,28,28,0.9);
}

.artikel-hg{
	margin-left:  15px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 10px 15px 10px 15px;
	border-radius: 6px;
    background-color: rgba(204,204,204,0.3); /* #ccc */
    border: 1px solid rgba(0,0,0,0.2);
	o/verflow: hidden;
	c/lear:both;
}

.artikel-rahmen{
	margin-left:  15px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 15px 25px 15px 25px;
	border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.0); /* #ccc */
	c/lear:both;
}


.feed-artikel-hg {
	margin-bottom: 15px;
	padding: 15px 15px 5px 15px;
	border-radius: 6px;
    background-color: rgba(204,204,204,0.0); /* #ccc */
    border: 1px solid rgba(0,0,0,0.2);
}

.feed-hg {
	margin-bottom: 15px;
	padding: 15px 15px 5px 15px;
	border-radius: 6px;
    background-color: rgba(204,204,204,0.0); /* #ccc */
    border: 1px solid rgba(0,0,0,0.2);
}

/* CSS-Klassen Rechte und Linke Spalte */


.right-container .carousel h3, .left-container .carousel h3{
	font-size: 1.1em;
}

.right-container .carousel-control, .left-container .carousel-control{
	display:none;
	v/isibility:hidden;
	}

.panel-hg { /* Accordion Content */
	background: rgba(0,0,0,0.5);
}

/* CSS-Klassen Farben */

.yellow{
	padding: 15px;
	border-radius: 6px;
	background: rgba(255,248,220,0.8);
	}

	
/* CSS-Klassen Bootstrap Panel */
.panel { /* Accordion Content */
	background: transparent;
	border-color: rgba(0,0,0,0.0);
    margin-bottom: 5px;
}

.panel-default>.panel-heading { /* Accordion Button */
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    border-color: transparent;
}

.panel-title{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color:   white;
}

h3.panel-title {
    margin: 0;
    padding: 0;
}

.panel-heading {
	height: 100%;
    margin: 0;
    border-radius: 6px;
}

.panel-default>.panel-heading a:hover {
    color:   #CCC;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
 	margin-left: 10px;
	margin-right: 10px;
   	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid rgba(0,0,0,0.5);
}


/*- RSS Feed Standdard---------------------------------------------------------------------------- */
/*- RSS Feed Bildzeitung ist im Template definiert ----------------------------------------------- */
.feed{
	text-align: justify;
	margin-top: 30px;
	}
	
.feed h2{
	color: red;
	font-weight:bold;
	f/ont-size: 1.4em;
	}
	
.feed li{
	list-style: none;
	margin-bottom: 15px;
	padding: 10px;
	background: rgba(30, 63, 83,0.1);
	border: 1px solid rgba(128,128,128,0.4);
	border-radius: 6px;
	}	
	
.feed ul li ul li{
	border: 1px solid transparent;
	margin-bottom: 0px;
	padding: 0px;
	background: rgba(30, 63, 83,0.0);
	}
/*- Ende RSS Feed Standdard -------------------------------------------------------------------------------------- */
/*- Fehler 404              -------------------------------------------------------------------------------------- */
.fehler_imagetext{
}
.fehler-404{
	width: 100%;
	margin: 0;
    padding: 0;
	font-size: 1.2em;
	height: 800px;
	background-image:    url(../images/page/Fehler-404-02.jpg);
    b/ackground-image:    url(../video/classic-project-404-bg.mp4);
    background-position: center center;
    background-repeat: no-repeat;
    b/ackground-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fehler-404-2 {
    	height: 800px;

}

.fehler-404 .image-text{ 
	height: 100%;		
	padding:30px; 
	background: rgba(255, 255, 255,0.7);
 	border: 4px solid red;
	border-radius: 6px;
}
.fehler-404 .image-text h3{ 
	font-size: 1.8em;
	color: red;
}


/*- ENDE Fehler 404     ------------------------------------------------------------------------------------------ */
blockquote {
    text-align: justify;
    padding: 10px 10px 10px 10px;
    margin: 20px 12% 20px 12%;
    border-left: 5px solid #eee;
}
.center {
	text-align:center;
	}

.btn-circle {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 4px 8px;
    border: 2px solid white;
    border-radius: 100% !important;
    font-size: 24px;
    color: white;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

/*- BS - Cards -Version 01 -----------------------------------------*/
/* Breite wird durch col- bestimmt! */

.card {
	position: relative;
	float: left;
	width: 100%;
	m/ax-width: 49.6%;
    height: auto;
    padding: 0;
	background: rgba(255,255,255,0.5);
	m/argin:  0.2%;
}

.card-text {
	padding: 10px 10px 0px 10px;
}

.card .card-img-top {
    width: 100%;
    height: 100%;
}

.card-01-content {
    p/osition: relative;
    height: 100%;
    padding: 0;
	background: white;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-01-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
    padding: 0;
    margin: 0;
}

.card-01-img img {
	width: 100%;
	height: auto;
	display: block;
}

#content .card-01-img span  h3 { /* Bildunterzeile ImageSpacial */
	position: absolute;
    top: 15px;
    left: 15px;
    background: hsl(208,56%,11%, 0.3);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    t/ransform: translate(-50%,-50%);
    
    font-size: 12px;
    margin:0;
    padding:15px 20px;
    line-height: 0;
    color: white;
}

.card-01-desc {
	padding: 1.25rem;
}

.card-01-desc p {
    text-align: justify;
	color: #747373;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 40px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

.card-01-content .btn-card-01{
    position: absolute;
    bottom: 15px;
    right: 15px;
	background-color: hsl(135,8%,72%,0.8);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .60rem 2.0rem;
    font-size: 0.80em;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: 3px;
    cursor: pointer;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-card-01:hover {background: grey;}
a.btn-card-01 {
    text-decoration: none;
    color: black;
}

/* BS-Cards Version 02 --------------------------------------------------------------------------------- */
.card02 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    
    width: auto;
    height: 100%;
    padding-left: auto;
    padding-right: auto;
    min-height: 400px;
    margin-top: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: .25s box-shadow;
    transition: .25s box-shadow;  
}

.card-img-top {
    m/argin-top: 10px;
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card02-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card02-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0,0,0,.125);
}
.text-muted {
    color: #636c72!important;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}

/*
<div class="col-xs-12 col-md-6 col-lg-3">
    <div class="card02">
        <img class="card-img-top" src="http://placehold.it/250x150" alt="Card image cap">
        <div class="card-block">
            <h4 class="card-title">Card title.</h4>
            <p class="card-text">
            T   his is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer..
            </p>
        </div>
        <div class="card-footer">
            <small class="text-muted">Last updated 3 mins ago</small>
        </div>
    </div>
</div>
*/
/* BS-Cards Version 03 --------------------------------------------------------------------------------- */
.card-03 {

    height: 100%;
    display: block; 
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;

    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 

}
.card-03:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card-03 {
  width: 100%;
  height:auto;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  overflow: hidden;

}
.img-card-03 img{
  width: 100%;
  height:auto;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-03-content {
  float: left;
  padding: 25px 25px 25px 20px;
  te/xt-align: justify;
  min-height: 360px;
  width: 100%;
  border-right: border: 1px solid rgba(0,0,0,.125);
  border-left: border: 1px solid rgba(0,0,0,.125);
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  background: rgba(70,80,82,0.6);
}
@media only screen and (min-width : 990px) and (max-width : 1025px){
  .card-03-content {
        min-height: 324px;
    }  
}
.card-03-content p{
  font-size: 1.2em;
  letter-spacing: 0.00em;
    

}
.card-03-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.35em;
  
}
.card-03-title a {
  c/olor: #000;
  color: rgba(224,156,127,1.0);
  text-decoration: none !important;
}
.card-03-read-more {
    float: left;
    width: 100%;
    min-height: 43px;
    border-top: 0px solid #D4D4D4;

    d/isplay: none;
}
.card-03-read-more a {
  b/ackground: white;
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  t/ext-transform: uppercase;


}

/*
<div class="col-xs-12 col-sm-12 col-md-4">
    <div class="card-03">
        <a class="img-card-03" href="{URL}"[URL_TARGET] target="{URL_TARGET}"[/URL_TARGET]>
            <img src="{THUMB_REL}" class="image-thumb" alt="@@Bild@@: [CAPTION]{CAPTION} [ALT]({ALT})[/ALT][/CAPTION] " title="{CAPTION}">
        </a>
        <div class="card-03-content">
            <h4 class="card-03-title"><a href="{URL}"[URL_TARGET] target="{URL_TARGET}"[/URL_TARGET]>[CAPTION]<span><h3>{CAPTION}</h3></span>[/CAPTION]</a></h4>
            <p class="">[INFOTEXT]{INFOTEXT}[/INFOTEXT]</p>
        </div>
        <div class="card-03-read-more">
            [URL]<a class="btn btn-link btn-block" href="{URL}"[URL_TARGET] target="{URL_TARGET}"[/URL_TARGET]>@@mehr lesen@@</a>[/URL]
        </div>
    </div>
</div>
*/
/* ------------------------------------------------------------------------------------------------------------ */

/* Ende Bootstrap Custom Einstellungen  ------------------------------------------------------------*/