body {
	background-image: url(../bilder/backgraound-gray.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-color: #ffffff;
}
@font-face {
	font-family: "Michroma";
	src: url("../fonts/Michroma/Michroma.ttf");
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto/Roboto-Regular.ttf");
}
.blog {
	color: #000;
	font-family: 'Michroma', cursive;
	font-size: 21px;
}
.blog_w {
	color: #fff;
	font-family: 'Michroma', cursive;
	font-size: 21px;
	text-align: center;
}

	
.blog_wb {	
		color: #fff;
		font-family: 'Michroma', cursive;
		font-size: 28px;
	}

h4 {text-shadow: 0 0 5px rgba(0,0,0,0.9) }

.blog_s {
	color: #fff;
	font-family: 'Michroma', cursive;
	font-size: 21px;
	text-align: center;
	word-spacing: 6px;
}

.h_w {
	color: #fff;
	font-family: 'Michroma', cursive;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.i1 {
	color: #000;
	font-family: 'Michroma', cursive;
	font-size: 14px;
	word-spacing: 4px;
	
	text-align: justify;
}
.i1_w {
	color: #fff;
	font-family: 'Roboto', cursive;
	font-size: 19px;
	word-spacing: 3px;	
	text-align: justify;
}
.i2_w {
	color: #fff;
	font-family: 'Roboto', cursive;
	font-size: 19px;
		
	
}

.carousel-down {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
	margin-bottom: 50px;
}
.carousel-item {
	height: 100vh;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	transition: -webkit-transform 1.5s ease;
	transition: transform 1.5s ease;
	transition: transform 1.5s ease, -webkit-transform 1.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ci-h {
	height: 260px;	
}

.carousel-indicators {margin-top: -100px;}

.carousel-inner {
	background-color: rgba(0,0,0,1);
	background-color: transparent;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition: 2.5s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousell-fade .active.carousel-item-left, .carousell-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-active, .carousel-fade .active.carousel-item-left, .carousel-fade active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
	opacity: .5;
	transition: opacity .25s ease;
}
h1 {
	font-family: 'Michroma', cursive;
	font-size: 28px;
	font-weight: bold;
	color: rgba(204,204,204,1);
	background-color: rgba(0,0,0,0.6);
	line-height: justify;
	padding: 5px;
}
h2 {
	font-family: 'Michroma', cursive;
	font-size: 22px;
	font-weight: bold;
	color: rgba(204,204,204,1);
	background-color: rgba(0,0,0,0.6);
	line-height: justify;
	padding: 5px;
	word-spacing: 15px;
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.logo_top {
	position: absolute;
	top: -10px;
	width: 200px;
}
.nav-link {
	text-align: center;
}
.box-w {
	background-color: rgba(255,255,255,0.05);
	padding: 15px;
}


.carousel-caption_b1 {
	position: absolute;
	right: 5%;
	bottom: 20px;
	top: 60px;
	left: 60%;
	z-index: 10;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}
.carousel-caption_b3 {
	position: absolute;
	right: 10%;
	bottom: 20px;
	top: 60px;
	left: 50%;
	z-index: 10;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}
.pad_25 {padding-top: 25px;}
.pad_80 { padding-top: 80px;}
.pad_0 {padding: 0;}
.pad_l_15 {padding-left: 100px;}
.let { padding-top: 25px; padding-left: 15px;}
.bw {
	background-image: url(../bilder/bw.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-light {
	background-color: #cbcdcf !important;
}
.rotondoweb {
	background-image: url(../bilder/rotondoweb.jpg);
	background-size: cover;
}
.box {
	margin-top: 50px;
	margin-bottom: 25px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 25px;
	border-color: rgba(255,255,255,0.7);
	border-style: solid;
	padding: 25px;
}

.box_l {
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 25px;
	border-color: rgba(255,255,255,0.7);
	border-style: solid;
	padding: 25px;
}

.l-r {
	text-align: right;
	padding-top: 40px;
	padding-bottom: 25px;
}

.bg-dark2{
	transition: all 1s;
	}

.rob-i {margin-left:85px;
position:fixed;}

.rob-ig {margin-left:-30px;
position:fixed;}

.left-o {margin-left: -125px;}

.btn-dark {
	color: #fff;
	/*background-color: rgba(0,0,0,0.2);
	border-color: #343a40; */
}

.dunkel {
	color: #fff;
	/*background-color: rgba(0,0,0,0.2);
	border-color: #343a40; */
	padding: 5px;
	text-align: center;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(255,255,255,.4);
}

/*
.navbar-dark {
	opacity: 0;
	
	}



.logo_top {opacity: 0;
transition: all 1s;}


.navbar-dark{ opacity: 0;}
*/
/* Animation BG */

.welle {
	width: 100%;
	margin: 0;
	height: 350px;
	background-image: url(../bilder/dot1.png), url(../bilder/dot2.png);
	background-position: 120% 0px, 0px 0px;
	background-repeat: repeat-x, repeat-x;
	position: relative;
	margin-top: -350px;
	animation: slide 50s infinite reverse linear;
	z-index: 1;
}
.welle2 {
	width: 100%;
	margin: 0;
	height: 350px;
	background-image: url(../bilder/dot4.png), url(../bilder/dot1.png);
	background-position: 120% 0px, 0px 0px;
	background-repeat: repeat-x, repeat-x;
	position: relative;
	margin-top: -350px;
	animation: slide2 25s infinite linear;
	z-index: 1;
}
.rak {
	width: 100%;
	margin: 0;
	height: 300px;
	background-image: url(../bilder/weltr.jpg);
	background-position: 120% 0px, 0px 0px;
	background-repeat: repeat-x, repeat-x;
	position: relative;
	animation: rak 120s infinite linear;
	z-index: 1;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: rgba(204,204,204,0.5);	
}
.rak2 {
	width: 100%;
	margin: 0;
	height: 300px;
	background-image: url(../bilder/mo.png);
	background-position: 120% 0px, 0px 0px;
	background-repeat: repeat-x, repeat-x;
	position: relative;
	animation: rak2 50s infinite linear;
	z-index: 1;
}
 @keyframes slide {
 from {
background-position: 0 0, 0 0;
}
to {
	background-position: -1360px 0, 800px 0;
}
}
 @keyframes slide2 {
 from {
background-position: 0 0, 0 0;
}
to {
	background-position: -1360px 0, 1360px 0;
}
}
 @keyframes rak {
 from {
background-position: 0 0;
}
to {
	background-position: -3200px 0;
}
}
@keyframes rak2 {
 from {
background-position: 0 0;
}
to {
	background-position: -3200px 0;
}
}
.ani {
	-webkit-animation: mover 12s infinite alternate;
	animation: mover 24s infinite alternate;
}
 @keyframes mover {
 0% {
transform:translate(0, 0) scale(1, 1);
}
 20% {
transform: translate(0,0) scale(1, 1);
}
 50% {
transform: translate(0, 45px) scale(1.2, 1.2);
}
 80% {
transform: translate(0, 45px) scale(1.2, 1.2);
}

 100% {
transform:translate(0, 0) scale(1, 1);
}
}
 @media (max-width: 575.98px) {



h1 {
	font-family: 'Michroma', cursive;
	font-size: 16px;
	font-weight: bold;
	color: rgba(204,204,204,1);
	background-color: rgba(0,0,0,0.6);
	line-height: justify;
	padding: 5px;
}
h2 {
	font-family: 'Michroma', cursive;
	font-size: 12px;
	font-weight: bold;
	color: rgba(204,204,204,1);
	background-color: rgba(0,0,0,0.6);
	line-height: justify;
	padding: 5px;
	word-spacing: 15px;
}
.carousel-caption_b1 {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 40%;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.box {
	margin-left: 15px;
	margin-right: 15px;
	padding: 25px;
	background-image:url(../bilder/rob-i-sp.jpg);
	background-size:cover;
}
.l-r {
	text-align: center;
}

.rotondoweb {
	background-image: url(../bilder/rotondoweb5.jpg);
	background-size: cover;
}





}
 @media (min-width: 576px) and (max-width: 767.98px) {
h1 {
	font-family: 'Michroma', cursive;
	font-size: 18px;
	font-weight: bold;
	color: rgba(204,204,204,1);
	background-color: rgba(0,0,0,0.6);
	line-height: justify;
	padding: 5px;
}
h2 {
	font-family: 'Michroma', cursive;
	font-size: 14px;
	font-weight: bold;
	color: rgba(204,204,204,1);
	background-color: rgba(0,0,0,0.6);
	line-height: justify;
	padding: 5px;
	word-spacing: 15px;
}
.carousel-caption_b1 {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 40%;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.l-r {
	text-align: center;
}

.rob-i {margin-left:0px;
position:fixed;}

.left-o {margin-left: 0px;}

.box {

	padding: 25px;
	background-image:url(../bilder/rob-i-sp.jpg);
	background-size:cover;
}

.rotondoweb {
	background-image: url(../bilder/rotondoweb4.jpg);
	background-size: cover;
}

}
 @media (min-width: 768px) and (max-width: 991.98px) {
	 
	 .rob-i {margin-left:-113px;
position:fixed;}

.left-o {margin-left: 0px;}

.rotondoweb {
	background-image: url(../bilder/rotondoweb3.jpg);
	background-size: cover;
}

	 
}
 @media (min-width:992px) {
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
.rotondoweb {
	background-image: url(../bilder/rotondoweb2.jpg);
	background-size: cover;
}

	 .rob-i {margin-left:-55px;
position:fixed;}

.left-o {margin-left: -40px;}

}
 @media (min-width:1200px) {
}
 @media (max-width: 768px) {
}



a.foo:link {
	color: rgba(204,204,204,1);
}
a.foo:hover {
	color: rgba(255,204,102,1);
}
a.visited {
	color: rgba(204,204,204,1);
}

.icon:hover{
	cursor:pointer;
	filter:invert(.9) sepia(7) saturate(6) hue-rotate(20deg);
}


.c {
	text-align: center;
}

.ri:hover {
	cursor: pointer;
	background-color: rgba(0,0,0, .4);
	border-size: solid;
	border-radius: 50%;
	background-image:url(../bilder/funke.svg);
	background-size: cover;
	padding: 0;

	}
