/* Bootstrap Menü Klassen     in extra CSS Datei */
/* Bootstrap Template Klassen in extra CSS Datei */
#banner h2:before, #banner h2:after {
    -moz-transition: width 0.85s ease;
    -webkit-transition: width 0.85s ease;
    -ms-transition: width 0.85s ease;
    transition: width 0.85s ease;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}

.links-50-prozent, .rechts-50-prozent {
    max-width: 49.5%;
    margin-right: 0.5%;
}

.iframe {width: 100%; height: 2000px !important;}
/* Google Schriftarten --------------------------------------------- 
font-family: 'Poiret One', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Hind', sans-serif;
*/

/* CSS-Klassen für die GLOBALE Einstellung des Templates -------------------------------------------*/
* {margin: 0;padding: 0;}
:focus {outline: medium none;}
.link-top{ visibility:hidden;} 

/* Scroll-Leiste -----------------------------------------------------------------------------------*/
::-webkit-scrollbar { width: 0px;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); border-radius: 10px;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); border-radius: 10px;}
::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); }

/* Clearfix -----------------------------------------------------------------------------------*/
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { *zoom:1; clear: both;}

/* -Einstellungen der Website global ---------------------------------------------------------------*/
html {	
    background-color: black;
	display: block;
	height: 100%;
	width: 100%;
	-html-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	margin: 0;
	padding: 0;
	overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}

body {	

	font-family: 'montserratregular', 'montserratmedium' , 'montserratbold' , sans-serif;
	f/ont-family: 'open_sansregular', 'open_sansbold' , 'open_sansextrabold' , sans-serif;
    display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	-w/ebkit-overflow-scrolling: touch;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	background-color: transparent;
 
}

/* fester Hintergrund ohne scroll auch bei Mobilgeräten --------------------------------------------*/


/* fester Hintergrund ohne scroll auch bei Mobilgeräten */
body:after{
	content:"";
	position:fixed; /* stretch a fixed position to the whole screen */
	height:100vh; /* fix for mobile browser address bar appearing disappearing */
	z-index:-1; /* needed to keep in the background */
	top:0;
	left:0;
	right:0;
	background-image: url(../images/page/bg01.jpg);
	background-size: 100%, 100%;
	background-position: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1)  { /* IPAD2 */
	body{ overflow-y:scroll;}
}

.c/over {
	background-attachment: fixed;
	background-repeat: no-repeat;
	-khtml-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 100%;
	max-width: 100%;
}

/* -----https://developer.mozilla.org/de/docs/Web/CSS/mix-blend-mode ----------------------------------------------- */
.blend {
  mix-blend-mode: color-burn;
}
/* Globale Schrift-Arten und evtl. Hintergründe --------------------------------------------------- */
.h1, .h2, .h3, h1, h2, h3 { margin-top: 5px;}

#content .artikel-hg h1 {
    font-family: 'montserratmedium' ;
    letter-spacing: 1px;
    font-size: 200%;
    color: #ff7e00;
    font-weight: 600;
    text-shadow: 0 1px 1px  rgba(0,0,0,0.50);
}

@media screen and (max-width: 768px){
    #content .artikel-hg h1 {
        font-size: 150%;
        color: red;
        text-shadow: 0 1px 1px  rgba(0,0,0,0.50);
    }
} 
	
#content h3 {
    color: rgba(0,67,127,1.0);
	margin-left: 0;
    b/ackground-image: url(../images/schriften/h3_hg.png);
    b/ackground-repeat: no-repeat;
	b/ackground-position: 0px 0px;
}

p{
	f/ont-family: 'Open Sans', sans-serif;
	f/ont-family: 'Source Sans Pro', sans-serif;
}

a {
	f/ont-family: 'Open Sans', sans-serif;
	color: #1711b7;
}

strong {font-weight: 600;}

/* Globale Schrift-Grössen und Abstände -------------------------------------------------------- */

h1 {
	font-size: 1.8em;
	line-height: 1.6em;
	padding-bottom: 10px;
    color: blue;
}

h2 {
    font-size: 1.6em;
	color: rgba(0,67,127,1.0);
}

#content h2:before { /* Zeichen vor der Überschrift */
   font-family: FontAwesome;
   content: "\f1ce";
   display: inline-block;
   padding-right: 5px;
   color: blue;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-left: 3px;
	font-weight: 600;
}

h4 {
	font-weight: 600;}
}

.right-container h3, .left-container h3{
	font-size: 1.3em;
}
.right-container p, .left-container p{
	
}

p{
	font-size: 1.15em;
}

#content ul  {
	font-size: 1.2em;
	list-style: circle;
    padding-left: 6%;
	}

#content dl, ol, ul {
    m/argin-top: 25px;
}

.nav_list_sidebar{
	 margin-top: 0;
}

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

/* Globale Schrift-Farben ------------------------------------------------------------- */
h1 {
    color: #1b6a9e;
}
	
h3 {
	color: rgba(0,67,127,1.0);
}

h5 {
	font-size: 1.3em;
    font-weight: bold;
	margin-left: 0px;	
    padding-top: 10px;
	padding-bottom: 0px;
	color: blue;
}

strong{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

	
p{
	c/olor: white;
}

a {
	c/olor: white;
}

ul li {
	c/olor: white;
}

/* ENDE -Globale Schrift-Arten, Schrift-Grössen und Schriift Farben -------------------------- */
/* -Tooltip ---------------------------------------------------------------------------------- */
#tooltip {
    background-color: rgba(204,204,204,0.9);
    border: 1px solid rgba(6,7,50,0.9);
	border-radius: 15px;
	color: rgba(6,7,50,1.0);
    padding: 5px 12px;
	z-index: 99999;
}
/* GO TO TOP Button unten rechts  -------------------------------------------------------------*/

.gototop{
	position: fixed;
	display:none; 
	align-items: center;
    justify-content: center;
	animation: color-change-background 2s linear infinite;
}

/* Animation Button */

@keyframes color-change-background {
  0%,100%  { background-color: rgba(255, 255, 255, 0.2)}
	75%    { background-color:  rgba(138, 43, 226, 0.8)}
}
.gototop{
	bottom: 198px; 
	right: 10px;
	font-size: .90em;
	padding: 0.2em 0.85em 0.5em 0.85em;
	border: 2px solid;
	border-color: #ffffff90;	
	border-radius: 50%;
	align-items: center;
    justify-content: center;
}

/* Pfeil in Button */
.gototop i{ color: #ffffff90;}

/* ENDE -GO TO TOP Button unten rechts  ------------------------------------------------------------*/
/* Farben  -----------------------------------------------------------------------------------------*/
.yellow{
	background: rgba(255,248,220,0.8);
	}

.black{
	background: rgba(0,0,0,0.2);
	}

.red{
	p/adding-top: 15px;
	background: rgba(255,0,0,0.2);
	}
	
.green {
	background: rgba(0,255,0,0.2);
    }

.linear-gradient {
	background-image: repeating-linear-gradient(-45deg , rgba(12,28,42,0.3) 34%, rgba(69,96,118,1.3) );
    }

#content .linear-gradient h3{ 
	margin-bottom: 20px; color: white; 
	}

/* ---Styles für animiertes Modal (Bootstrao 3.5 für Social Network Teilen   ----------------------------------------------------------------*/
.modal-dialog {
	width: auto;
	height: auto;
	max-width: 650px;
	max-height: 80%;
	margin: 30px auto;
}

.animated-modal {
	width: auto;
	height: auto;
	border-radius: 4px;
	overflow: hidden;
	transform: translateY(-50px);
	transition: all .7s;
}

.animated-modal h3,
.animated-modal p {
	transform: translateY(-50px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: .4s;
}

.animated-modal h3{
	text-align: center;
	padding-bottom: 25px;
}

.share_link{ /* für Anzeige des Links im Modal */
	margin-top: 35px;
	overflow: hidden;
	white-space:nowrap;
	border-bottom: 1px solid #d7d7d7;
	text-align:left;
	padding: 0 0 0 5px;
}

.share-button{ /* Button im Artikel (für die Button ist Font Awesome nötig)  */
	border: 1px solid black;
	border-radius: 3px;
	padding: 4px 6px 2px 6px;
	background: rgba(205,255,255,0.6);
}

.modal-content{
	margin-top: 200px;
	min-height: 250px;
	padding: 10px;
	}
	
.modal-body{
	padding-top: 30px;
	text-align: center;
	}

/* --BUTTON Bootstrap---------------------------------------------------------------------------------------------- */
.kontakt-button{
	position: relative;
	margin: 40px  6%  40px  6%;
	opacity: 1.0;
}

.kontakt-button img{
	width: 90px;
	height: 90px;
	opacity: 0.8;
}

.kontakt-button img:hover{
	opacity: 1.0;
}

.btn-share {
	color: white;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
	}

.btn-facebook {
	background-color: #4C67A1;
}

.btn-facebook:before { /*  */
   font-family: FontAwesome;
   content: "\f09a";
   display: inline-block;
   padding-right: 5px;
   color: white;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #405D9B;
}

.btn-facebook:focus {
	color: #fff;
}

.btn-twitter {
    background: #1da1f2;
}

.btn-twitter:before { /*  */
   font-family: FontAwesome;
   content: "\f099";
   display: inline-block;
   padding-right: 5px;
   color: white;
}

.btn-twitter:hover {
	color: #fff;
	background-color: #405D9B;
}

.btn-twitter:focus {
	color: #fff;
}

.btn-google {
    background: #d24130;
}

.btn-google:before { /*  */
   font-family: FontAwesome;
   content: "\f0d5 ";
   display: inline-block;
   padding-right: 5px;
   color: white;
}

.btn-google:hover {
	color: #fff;
	background-color: #aa0719;
}

.btn-google:focus {
	color: #fff;
}

tag { /* Button im Artikel (für die Button ist Font Awesome nötig)  */
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	padding: 0;
}

tag img{ /* Button im Artikel (für die Button ist Font Awesome nötig)  */
	width: 30px;
	height: 30px;
	border: 0 solid green;
	border-radius: 3px;
	padding: 0;
	margin: 0;
}

/* -----------------------------------------------------------------------------------------------*/
.box-shadow {box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); }
/* https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
/* - Video -------------------------------------------------------------------------------------*/
/* [youtube]vmfVplm4idE[/youtube]  /inc_script/frontend_redner/youtube.php */
/*  Integrierte Variante für Videos, ungeeignet! */
.video-player {
	position: relative;
	float: left;
	padding-right: 15px;
    p/adding-left: 15px;
}

.video-container-wrapper {
    position: relative;
	float: left;
	max-width: 669px;
	width: 50.0%;
	left: 0;
	right:0;
    background-color: #ccc;
    background-clip: border-box;
	margin :  0 10px 0 0;
}

.left-container .video-container-wrapper, .right-container .video-container-wrapper {
		width: 100.0%;
		padding: 10px 0 10px 0;
}

@media only screen and (max-width : 768px) { 
	.video-container-wrapper {
			max-width: 100%;
			width: 100.0%;
	}
}

.video-container {
    position: relative;
    padding-bottom: 56.284%; /* -      - */
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video [class*="col-"] {
	padding-bottom: 10px ;
}

.video-im-text {
    padding: 0;
	margin-bottom: -5px;
    width: 100%;
    height: 100%;
    border: 0 solid red;
}

.img-fluid {width: 100%;height: auto;}
/* - Video -------------------------------------------------------------------------------------*/
/* [youtube_fancybox]vmfVplm4idE[/youtube_fancybox]  /inc_script/frontend_redner/ */
.video-image {width: 100%; height: 100%;}
.video-card {
    position: relative;
	width: 100.0%;
	height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ccc;
    background-clip: border-box;
	border: 1px solid rgba(0,0,0,0.2);
}
.video-card p{
	margin: 0;
}

.video-card-img-top {
    width: 100%;
	height: 272px;
	overflow: hidden;
}

.video-img-wrapper{
    width: 100%;
	max-height: 60%;
	margin:0;
	overflow: hidden;
	border: 0 solid red;
}

.video-card img{
	top: 0;
    width: 100%;
    margin-top: -9%;
    margin-bottom: -9%;
}

.video-img-fluid {
    max-width: 100%;
    height: auto;
	border: 10px solid yellow;
}

.video-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/* Flexbox */

/* Flex-Container für Euqual High */
.flex-container {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  border: 0 solid black;
}

/* flex-item ist das jeweilige col- */
/* flex-footer widgets */
#footer-widgets .flex-container > div[class*='col-']{
     padding: 5px 15px; 
}

@media screen and (min-width: 768px){
        .mitte.col-sm-4 {
			width: 32.333%;
			margin-right: 0.5%;
			margin-left: 0.5%;
        }
    
         .mitte.col-sm-6 {
			width: 49.00%;
			margin-left: 1.0%;
        }  
  
         .mitte.col-md-4 {
			margin-right: 0.5%;
			margin-left: 0.5%;
        }   
    
        .rechts.col-sm-4 {
			width: 32.333%;
            margin-left: 1.0%;
        }     
    .flexbox {
        display: flex;
     }
}  

.image-center { margin: 0 auto; text-align: left; vertical-align: middle;}
.image-left {float: left; margin-right: 28px;  padding-bottom: 10px; w/idth: 100%; max-width: 100%; height: auto;} 
.image-right {float: right; margin-left: 28px; padding-bottom: 10px; w/idth: 100%; max-width: 100%; height: auto;} 

