/*startseite*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Nunito:wght@500&family=Roboto+Mono:wght@500&display=swap');

body{

}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, a:visited, a:hover, a:active, a:focus {
  color: #8a97a4 !important;
  text-decoration: none !important;
  outline: none !important;
}

h1{
	color: #0e0e0e;
	text-decoration: none;
  font-size: 25px;
  font-family: sans-serif;
  font-weight: 400;
	padding: 10px;
}

h2{
	color: #0e0e0e;
	text-decoration: none;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 400;
	padding: 5px;
}

h3{
	color: #0e0e0e;
	text-decoration: none;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 400;
	padding: 5px;
}

.text{
	color: #101010;
	text-decoration: none;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
	padding: 10px;
  line-height: 1.5;
}

.author{
	color: #101010;
	text-decoration: none;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 600;
	padding: 5px;
  line-height: 1.5;
}

.btn{
  color: rgba(90,86,86,.5);
  background: white;
  border: 1px solid rgba(120,116,116,.5);
  border-radius: 3px;
  transition: all 0.5s;
	padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.btn:hover {
  color: rgba(90,86,86,.7);
  background: white;
  border: 1px solid rgba(120,116,116,.8);
  border-color: rgba(120,116,116,.8);
}

#background{
  background: rgb(238, 238, 238);
  display: grid;
  place-items: center;
	grid-auto-flow: row;
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.radial-gradient{
  background: radial-gradient(#ffffff, rgb(238, 238, 238)); /*background: radial-gradient(#5d5b5b, #1a3e75) radial-gradient(#686868, #071935)radial-gradient(#848484, #000); radial-gradient(#f0f0f0, #5d78a4); background: radial-gradient(#d7d7d7, #db7777);background: radial-gradient(#d7d7d7, #f7eeee);*/
}

#start{
	width: 100%;
	display: grid;
	justify-items: center;
	grid-template-columns: repeat(1fr, 1fr);
	gap: 10px;
}


#mitte{
	position: absolute;
  place-items: center;
	background: rgba(255,255,255,0.75);
	width: 50%;
	max-width: 600px;
	padding: 20px;
  border-radius: 5px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	max-height: 80%;
  overflow-y: auto;
}

#content{
	text-align: center;
}

#logo{
  display: grid;
  grid-template-columns: 1fr;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


#links{
	margin-top:20px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	font-family: Helvetica;
	color: #797979;
	padding: 10px;
}

#textschrift{
  text-decoration: none;
}


@media only screen and (max-width: 600px) {
	#mitte{
		width: 80%;
		min-width: 300px;
	}

	#canvas1{
		width: 100%;
		min-width: 260px;
	}

	#text{
    font-size: 17px;
	}
}

@media only screen and (max-width: 600px) {
	#content{
		width: 100%;
		min-width: 260px;
	}

	#canvas1{
		width: 100%;
		min-width: 260px;
	}

	#text{
    font-size: 17px;
	}
}

/*webdesign*/


@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&family=Nunito:wght@500&family=Roboto+Mono:wght@500&display=swap');

body{

}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, a:visited, a:hover, a:active, a:focus {
   color: #8a97a4 !important;
   text-decoration: none !important;
   outline: none !important;
}

#canvas1{
	/*background: radial-gradient(#5d5b5b, #1a3e75) radial-gradient(#686868, #071935)radial-gradient(#848484, #000); radial-gradient(#f0f0f0, #5d78a4); background: radial-gradient(#d7d7d7, #db7777);background: radial-gradient(#d7d7d7, #f7eeee);*/
}


#logo-container{
  margin: 20px;
  padding-top: 10px;
  padding-bottom: 50px;
  width: 50%;
  background: white;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#logo{
  display: grid;
  grid-template-columns: 1fr;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#logo-schrift{
  display: grid;
  grid-template-columns: 1fr;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#logo-untertitel{
  text-align: center;
  font-size: 34px;
  font-family: 'Fira Sans', sans-serif;
  color: #333;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

@media only screen and (max-width: 600px) {
	#logo-container{
		padding-top: 20px;
		padding-bottom: 40px;
		width: 80%;
		min-width: 260px;
	}

	#cju{
		font-size: 98px;
	}

	#du > span{
		margin-left:-3px;
	}

	#du{
		font-size: 98px;
		margin-top: -118px;
	}

	#logo-untertitel{
		font-size: 17px;
	}
}
