*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "Ubuntu",sans-serif;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}




a {
	text-decoration: none;
}

li {
	list-style-type: none;
}





#home{
	height: 10vh;
	min-height: 250px;
	background: url("../../images/wurf/a-wurf/bg.jpg") no-repeat center;
	background-size: cover;
}


#home .inner-width{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}

#home .content h1{
	padding-top: 45%;
	font-size: 400%;
	color: #f2f2f2;
}



	
	

#parents {
    background: #17191C;
}
#parents .inner-card {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#parents .inner-card a {
    padding-left: 50px;
    padding-right: 50px;
}
#parents .inner-card img {
	width: 350px;
	margin: 40px 0;
	border-radius: 5px;
}
#parents p {
	font-family: 'Roboto', sans-serif;
	padding: 30px;
	font-size: 25px;
	color: #A2A2A2;
	text-align: center;
	padding-bottom: 3%;
}





#table {
    background: #212529;
	padding: 2% 0;
	display: block;
	overflow-x: auto;
}

.content-table {
	border-collapse: collapse;
	font-size: 0.9em;
	min-width: 400px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-right: auto;
}

.content-table thead tr {
	background-color: #454545;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.content-table th,
.content-table td {
	padding: 12px 40px;
	color: #fff;
}

.content-table tbody tr {
	background-color: #252525;
}

.content-table tbody tr:nth-of-type(even) {
	background-color: #151515;
}

.content-table tbody tr.active-row {
	font-weight: bold;
	color: #fff;
}

#table::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: transparent;
 }
  
#table::-webkit-scrollbar-track {
	background-color: #2b2a2a;
 }
  
#table::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #555555;
 }


#galerie{
	background: #17191C;
	padding: 60px;
}

#galerie h3 {
	font-weight: 1000;
	color: #fff;
	font-size: 40px;
	text-align: center;
}

#galerie h4 {
	font-weight: 1000;
	color: #fff;
	font-size: 25px;
	text-align: center;
}

hr.miniline-2 {
	width: 40px;
	height: 3px;
	background: #494949;
	border: 0;
	margin: 0px auto 40px auto;
}

.galerie-section .galerie{
	display: flex;
	flex-wrap: wrap-reverse;
 	justify-content: center;
}

.galerie-section .image{
	flex: 25%;
  	overflow: hidden;
 	cursor: pointer;
	border-radius: 15px;
}

.galerie-section .image img{
	padding: 10px;
	width: 100%;
  	height: 100%;
	transition: 0.4s;
	border-radius: 25px;
}



.galerie-section .image img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}




@media screen and (max-width:960px) {
  .galerie-section .image{
    flex: 33.33%;
  }
}

@media screen and (max-width:768px) {
  .galerie-section .image{
    flex: 50%;
  }
}

@media screen and (max-width:480px) {
	.galerie-section .image{
		flex: 100%;
	}
	#parents .inner-card a {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (max-width:420px) {
	#parents .inner-card img {
		width: 250px;
	}
}




#aktuelles h3 {
	font-weight: 1000;
	color: #fff;
	padding-top: 1%;
	font-size: 40px;
	text-align: center;
}

hr.miniline {
	width: 50px;
	height: 3px;
	background: #494949;
	border: 0;
	margin: 0px auto 40px auto;
}

#aktuelles {
	background: #17191C;
}

#aktuelles p {
	font-family: 'Roboto', sans-serif;
	padding: 25px 30px 25px 30px;
	font-size: 18px;
	color: #A2A2A2;
}

#aktuelles a {
    padding-right: 10px;
}
#aktuelles img {
	width: 200px;
	margin: 30px 0;
	border-radius: 5px;
}

.line {
	width: 97%;
	height: 1.5px;
	background: #494949;
	border: 0;
	margin: 0px auto 10px auto;
}