@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');



body{
	letter-spacing: 0.01em;
    animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#logo {
width: 120px;
transition: all .6s;
	}



.h1Tit {
font-size: 1.58em;
font-weight: 700;
transition: all .6s;
}

.right {
	margin-right: 30px;
	
}

.top{
	margin-top: 5px;
	
}

.logoTop{
	margin-top: 30px;
	transition: all .6s;

}

.logoBot {
	margin-bottom: 15px;
	transition: all .6s;
}		


.img {
  margin-right: 20px;
  align-content: center;
  width: 100%;
  transition: all .6s;
  height: auto;
}

.imgInhalt {
	width: 100%;
    min-width: 350px;
	padding-right: 30px;
	margin-left: -10px;
  transition: all .6s;
  height: auto;
}




.hind-light {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hind-regular {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hind-medium {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hind-semibold {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hind-bold {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-style: normal;
}




hr {
  height: 10px /* 10px für 'linear-min', 50px für 'linear-max' */;
  background-image: url( "../images/hr_fcb.svg" );
  background-size: contain;
  align: center;
  width: 100%;
  border: none;
}




a:link {color: #E17412; text-decoration: none; 
text-underline: none; 
letter-spacing: 0.2em;

}
a:visited {color: #E17412; text-decoration: none; 
text-underline: none;
letter-spacing: 0.2em;
}
a:active {color: #E17412; text-decoration: none; 
text-underline: none;
letter-spacing: 0.2em;
}
a:hover {color: #000;text-decoration: none; 
text-underline: none;
letter-spacing: 0.2em;
}



@media (min-width:800px)
	{

.h1Tit	{
font-size: 2.3em;
font-weight: 700;
transition: all .6s;

		}
		
.logoTop {
	margin-top: 40px;
	transition: all .6s;
		}
	
.logoBot {
	margin-bottom: 15px;
	transition: all .6s;
}		

#logo {
width: 155px;
transition: all .6s;
	}	
		
}
