/* Add here all your css styles (customizations) */
a {
  color: #000000;
  outline: none; }

a:focus,
a:hover {
  color: #000000; }




div.bg {
/*  background-image: url(../img/bg/blue4.jpg);         /* eartch, chart*/
background-color: #297FB8;        /* #297FB8 */


}



.img-fluid {
max-width: 100%;
height: auto;
	
}


.height {
	height: auto;
}

.message1 {
	background-color: #297FB8;
}








.long
{
	width: 80%;       /* Do You Need That Really? */

}

.center2 {
    margin: auto;
    width: 80%;


}


.center {
    margin: auto;     /*  <div class="center" style="width: 50%; height: 500px; background: lavender;"> */


  
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0, 0, 0, 0.53); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #000000; /* Add a dark-grey background on hover */
}


/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	color: #669C62;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.blink1
{
	color: #CC0000;
}



.cc_container .cc_btn {
background-color: #6CA569 !important; /* Farbe des Buttons */
color: #ffffff !important; /* Textfarbe des Buttons */
}

.cc_container {
background: rgba(0, 0, 0, 0.5) !important; /* Hintergrundfarbe des gesamten Bereichs */    /* rgba(0, 0, 0, 0.5); */
color: #ffffff !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {

color: #ffffff !important; /* Textlink-Farbe "Mehr Infos" */
}



