/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Noto+Sans|Mulish|Cinzel);

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Trebuchet MS", Verdana, "sans-serif";
	scroll-behavior: smooth
}

   html, body { 
      scroll-behavior: smooth
    }

section {
	align-content: center;
}

.section1 {
	white-space: normal;
	position: relative;
	display: flex;
	justify-content: center;
	min-height: 34rem;
	background: #161623;
	overflow: visible;
	background-attachment: inherit;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 1px #3E6287,0 0 13px 0 black;
	transition: 0.4s;
}

.section2 {
	white-space: normal;
	position: relative;
	display: flex;
	justify-content: center;
	min-height: 45vh;
	box-shadow: 0 0 2px #3E6287,0 0 3px 0 black;
}

/* .section1::before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background: radial-gradient(circle, rgb(44, 266, 244) 0%, rgb(45, 84, 253) 100%);
	object-fit: contain;
	object-position: center;
 ;
} */

.main {
	position: absolute;
	z-index: 20vw;
	
	max-height: 75%;
	height: auto;
	
	width: 79vw;
	color: #172954;
	top: 0%;
	margin: 60px;
	transform: translateY(-0%);
	padding: 70px;
	background: rgba(255, 255, 255, 0.18);
	box-shadow: 0 5px 47px rgba(0, 0, 0, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(225, 225, 225, 0.5);
	border-right: 1px solid rgba(225, 225, 225, 0.5);

	-webkit-backdrop-filter: blur(0.2em);
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	transition: 0.4s;
	
}

.main:hover {
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: 0.4s;
	box-shadow: 0 7px 47px rgba(80, 80, 80, 0.82);
}

h1 {
	margin: 20px;
	font-size: 34px;
	text-decoration: overline;
	text-transform: uppercase;
	text-shadow: 0 1px 4px #9DBDBF;
	white-space: nowrap;
}

h2 {
	margin: 20px;
	font-size: 34px;
	text-shadow: 0 1px 4px #9DBDBF;
	white-space: normal;
	text-align: center;
	font-family: 'Noto Sans' SemiBold;
}

p {
	text-align: center;
	padding: 2px;
}


.button {
	margin: 1px;
	width: 115%;
	height: 10%;
	text-align: center;
	font-family: 'Noto Sans';
	text-shadow: 0 0 0px seashell;
	
	box-shadow: 0 0 0px #3B3B3B;
	border-radius: 7%;
    background: linear-gradient(45deg, rgba(0,0,0,1) 5%, rgba(75,75,75,1) 74%, rgba(111,121,121,0.96) 100%);
	background-repeat: repeat;
	color: white;
	transition: transform 0.4s, box-shadow 0.8s, text-shadow 0.5s;
	border: none;
	text-decoration: none;
	scroll-behavior: smooth;	
}

.button:hover {
	box-shadow: 0 0 5px #3B3B3B;
	background-position: 20px 20px;
	transition: 0.33s;
	transform: scale(102%);
	text-shadow: 0 0 1.0px seashell;

}	

.button:active {
	background-position: 200%;
	text-shadow: 0 0.1px 1.8px seashell;
	transition: 0.14s;
}



.flexbox-container {
	display:flex;
	justify-content: CENTER;
	flex-wrap:wrap;
	align-items: center;

}

.flexbox-item {
	width: 350px;
	margin: 12px;
	background-color: #D1CFCF;
	transition: 0.34s;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 280px;
}

.flexbox-item:before {
	content: attr(data-hover);
	visibility: hidden;
	width: 100%;
	height: 30px;
	background-color: #282828;
	
	font-size: 17px;
	text-shadow: 0 0px 20px white;
	color: #fff;
	text-align: center;
	font: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	padding: 0px 0px;
	
	opacity: 0.3;
	transition: height 0.55s, text-shadow 0.2s;
	
	position: absolute;
	z-index: 1;
	left: 0%;
	top: 0%;
	align-items: center;
	align-content: center;
	
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 280px;
	
}

.flexbox-item:hover:before {
	opacity: 0.6;
	visibility: visible;
	height: 100%;
	text-shadow: 0 0px 1px white;
}

.flexbox-item:hover {
	box-shadow: 0 0 20px 0px black;
	background-position: 15%;
	transform: scale(1.07);	
}




.flexbox-item-1 {
	min-height: 350px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 280px;
	
}

.flexbox-item2 {
	border: 0px ridge black;
	margin: 30px;
	transition: 0.34s;
	text-align: center;	
	flex-shrink: 1;
	flex-grow: 1;
	flex-basis: 280px;
}

.portrait {
	width: 240px;
	min-height: 240px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	border-collapse: inherit;
}

.wappen{
	background-repeat: no-repeat;
	background-size: cover;	
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
}

.button1{
  display: block;
  width: 170px;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  font-family: sans-serif;
  text-decoration: none;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
}

.button1 span{
  position: relative;
  z-index: 2;
}

.button1:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #c41013;
  transition: all .45s;
}

.button1:hover{
  color: #fff;
	transform: scale(102%);
}

.button1:hover:after{
  width: 100%;
}

.untenlinks {
	 display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-family: sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  border: 0px groove #fff;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  transition: all .35s;	
	margin: 0px 20px;
}

.untenlinks span{
  position: relative;
  z-index: 2;
}

.untenlinks:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: blue;
  transition: all .35s;
}


.untenlinks:hover {
	color: #fff;
}

.untenlinks:hover:after {
	width: 100%;
}

.smallhover {
	font-size: 100%;
	transition: 1s;
}

.smallhover:hover {
	font-size: 105%;
	text-shadow: 0px 0px 7px lightblue;
	transition: 1s;
}

.grid-gz {
   display: grid;
  gap: 5px;
  grid-auto-rows: minmax(30px, auto);
grid-auto-columns: min-content;
	align-content: center;
	text-align: center;
}


.hs1 {
transform: scale(100%);
		transition: 1s;
}
.hs1:hover {
transform: scale(107%);
	transition: 1s;
}


/*
.bubbleback {
	height: 220px;
	width: 220px;
	border-radius: 80%;
	background-color: BLUE;
	position: absolute;
	animation: bubble2 4s ease-in-out infinite alternate;
	filter: blur(80px);
}

@keyframes bubble2 {
	0% {transform: translatex(0%); transform: scale(106%); opacity: 80%}
	50% {transform: translatey(9%)}
	70% {transform: translatex(-5%); opacity: 100%}
	100% {transform: translatex(40%); transform: scale(90%); opacity: 93%}
}

.bubble1 {
	height: 250px;
	width: 250px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	transition: 1s;
	opacity: 95%;background: rgba(0, 0, 0, 0.38);
	box-shadow: 0 5px 12px rgba(225, 225, 225, 0.82); 
}

.bubble1:hover {
	transform: translateY(-4px);
	transition: 1s;
}
*/