	body {
		background: url('../img/kkimk_bg.jpg') center top fixed;
	}

	.bg-white {
    	background: rgba(255, 255, 255, 0.9) !important;
	}

	.bg-light {
    	background: rgba(255, 255, 255, 1) !important;
	}

	.footer {
 		background-color: #63717b;
  		bottom: 0;
		position: relative;
  		width: 100%;
	}

	h3,.h3 {
	color: #00a19a;
	}

	h4,.h4 {
	color: #00a19a;
	}

	.footer a {
		color: #ffffff;
		text-decoration: none;
	}

	.footer a:hover {
		text-decoration: underline;
	}
	
	.opacity {
    	-webkit-filter: opacity(.8);
	    filter: opacity(.8);
	}

    .bd-placeholder-img {
        	font-size: 1.125rem;
        	text-anchor: middle;
        	-webkit-user-select: none;
        	-moz-user-select: none;
        	-ms-user-select: none;
        	user-select: none;
      }

      @media (min-width: 768px) {
		  
        	.bd-placeholder-img-lg {
          		font-size: 3.5rem;
        	}
      }

	.cc_container .cc_btn {
		background-color: #e4e4e4 !important; /* Farbe des Buttons */
		color: #000 !important; /* Textfarbe des Buttons */
	}
 
	.cc_container {
		background: #63717b !important; /* Hintergrundfarbe des gesamten Bereichs */
		color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
	}
 
	.cc_container a {
		color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
	}