*{
	font-family: Tahoma, Geneva, sans-serif;
	box-sizing:border-box;
}


body{
  margin: auto;
  background-image: url('../img/background/bg3.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-position: 75% 50%;
  background-size: cover;
  background-color:#151515;

}

/*
container#content{
  max-width: 960px;
  display: block;
  margin: auto;
}
*/

header{

  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  /*background-color: #151515;*/
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:-40px;
  z-index:998;
  
  /*
  position:sticky;
z-index:999;
top:0px;
left:0;
right:0;
padding:5px;
background-color:tomato;
  */
}
/*-----------------------Drop down Menu----------------------------*/
nav {
	font-size:20px;
	position:center;
	margin:auto;
	width: 960px;  /*andere Befehl f�r mitte n�tig*/
  /*background-color:#151515;*/
    position:sticky;
z-index:997;
top:-1px;
left:0;
right:0;
padding-bottom:40px;
padding-top:0px;
background-color:#FDF5E6;
border-bottom:solid 3px;
border-left:solid 3px;
border-right:solid 3px;
border-radius:0 0 10px 10px;


}

nav ul {
  list-style-type:none;
  list-style-image:none;
  
}

.topmenu1{
	margin-left:-30px;
}

.topmenu2{
	margin-right:20px;
	
}

.topmenu1 a {
  float:left;
  width:110px;
  text-align:center;
  padding:8px 5px;
  color:#4a4a4a;
  font-weight: lighter;
  text-decoration:none;
  /*background-color:#151515;*/
  margin:0;
  
}

.topmenu2 a {
  float:right;
  width:110px;
  text-align:center;
  padding:8px 5px;
  color:#4a4a4a;
  font-weight: lighter;
  text-decoration:none;
  /*background-color:#151515;*/
  margin:0;
}

nav a:hover {
  color:tomato;
  /*background-color:#4a4a4a;*/
  /*border-radius:30px 30px 30px 30px;*/
}
/*------------------------------------------------------------------*/
/*
footer{
  border:2px solid black;
  border-radius:10px 10px 10px 10px;
  background-color:#FDF5E6;
  width: 960px;
  float: left;
  margin-top: 10px;
  position: center;
  text-align: center;
}
*/

main{
/*  border: 2px solid hotpink;*/
  width: 960px;
  display:block;
  overflow: auto;
  position:center;
  margin:auto;
}

article#index{
  border:2px solid black;
  border-radius:10px 10px 10px 10px;
  background-color:#FDF5E6;
  width: 664px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
article#index h3{
  color: white;
  background-color:#151515;
  padding-left:15px;
  padding-top: 10px;
  padding-right: 159px;
  padding-bottom: 10px;
  width: 490px;
  z-index: 10;
}
section{
  margin: 3px;
  /*border: 2px solid slateblue;*/
}

section h3{
  color: white;

  background-color:#151515;
  padding-left:15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -3px;
  margin-right: -2px;
}
aside{
  border:2px solid black;
    border-radius:10px 10px 10px 10px;
    background-color:#FDF5E6;
  width: 257px;
  float: right;
  margin-right:10px;
  margin-top: 10px;
}
aside section a{
  padding:4px 5px;
  color:#4a4a4a;
  font-weight: lighter;
  text-decoration:none;
  /*background-color:#151515;*/
  margin:0;
}
#server{
  margin: 10px;
}
#box{
  border:2px solid black;
  border-radius:10px 10px 10px 10px;
  background-color:#FDF5E6;
  width: 664px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}



#box iframe{
  margin-top:11px;
  margin-left:11px;
  padding-bottom: 5px;
}
#box h3{
  color: white;
  background-color:#151515;
  padding-left:15px;
  padding-top: 10px;
  padding-right: 159px;
  padding-bottom: 10px;
  width: 150px;
}
#box ul {
	padding:0;
	margin:10px;
	list-style-type:none;
	display:inline-block;
}
#box ul li{

	border:1px solid black;
	float:left;
	margin:0 3px 3px 0;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
}

/*######################################Blog und News#############################################################*/

.blog-section{
	width:100%
}

.blog-section .section-content{
	width:93%;
	margin:20px auto;
}

.blog-section .section-content .title{
	width:60%;
	text-align: center;
	margin:auto;
}

.blog-section .section-content .title h2{
	font-size:40px;
	color:#23d25d;
	text-transform:uppercase;
}

.blog-section .section-content .title p{
	font-size:18px;
	color:#6a6a6a;
	margin-top:20px;
}

.blog-section .section-content .cards{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 50px;
	margin:25px auto;
}

.blog-section .section-content .cards .card{
	width:100%;
	background-color:#FDF5E6;
	position:relative;
}

.blog-section .section-content .cards .card img{
	width: 100%;
	height:auto;
	
}

.blog-section .section-content .cards .card .article{
	padding: 0px 20px;
}

.blog-section .section-content .cards .card .article-voll{
	padding: 0px 20px;
}

.blog-section .section-content .cards .card .article h4{
	font-size: 24px;
	color:#4a4a4a;
}

.blog-section .section-content .cards .card .article-voll h4{
	font-size: 24px;
	color:#4a4a4a;
}
.blog-section .section-content .cards .card .article p{
	font-size: 16px;
	margin: 10px 0px;
	color:#6a6a6a;
	
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
.blog-section .section-content .cards .card .article-voll p{
	font-size: 16px;
	margin: 10px 0px;
	color:#6a6a6a;

}
.blog-section .section-content .cards .card a{
	text-decoration:none;
	display: inline-block;
	/*background-color:#151515;*/
	padding:4px 4px;
	margin-left:20px;
	color:tomato;
	margin-bottom:20px;
	border-radius:5px;
}

.blog-section .section-content .cards .card .posted-date p{
	font-weight:600;
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	background-color:#151515;
	color:#fff;
	padding: 6px 15px;
	
}

@media screen and (max-width: 664px){
	.blog-section .section-content .cards{
	grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width: 330px){
	.blog-section .section-content .cards{
	grid-template-columns: 1fr;
}
}

/*######################################Footer#############################################################*/

.f-container{
	max-width:1170px;
	margin:auto;
}

.f-container h5{
	text-align:center;
	color:#ffffff;
}
.f-row{
	display:flex;
	flex-wrap:wrap;
}
.f-footer-col ul{
	list-style:none;
	padding:5px;
}

.f-footer{
	background-color:#24262b;
	padding:5px 0;
	margin-top:10px;
	border-top: solid 1px
	
}

.f-footer-col{
	width:25%;
	padding: 20px 15px;
}

.f-footer-col h4{
	font-size: 18px;
	color:#ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight:500;
	position:relative;
}

.f-footer-col h4::before{
	content:'';
	position:absolute;
	left:0;
	bottom: -10px;
	background-color:tomato;
	height:2px;
	box-sizing:border-box;
	width:50px;
}

.f-footer-col ul li:not(:last-child){
	margin-bottom:10px;
}

.f-footer-col ul li a{
	font-size:16px;
	text-transform:capitalize;
	color:#ffffff;
	text-decoration:none;
	font-weight:300;
	color: #bbbbbb;
	display:block;
	transition: all 0.3s ease;
}

.f-footer-col ul li a:hover{
	color:#fffff;
	padding-left:8px;
}

.f-footer-col .f-sozial-links a{
	display: inline-block;
	height: 20px;
	width:60px;
	/*background-color:rgba(255,255,255,0.2);*/
	margin: 0 5px 5px 0;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	/*color:#ffffff;*/
	transition: all 0.5s ease;
	text-decoration:none;
}

.f-footer-col .f-sozial-links a:hover{
	/*color: #24262b;
	background-color:#ffffff;*/
}

/*----------responsive---------------*/

@media screen and (max-width: 767px){
.f-footer-col{
	width:50%;
	margin-bottom: 30px;
}
}	

@media screen and (max-width: 574px){
.f-footer-col{
	width:100%;
}
}