*{
	margin: 0;
	padding:0;
	text-decoration: none;
	color: #ddddd9;
	font-family: 'SORA';
	box-sizing: border-box;
	scroll-behavior: smooth;
	scroll-margin-top: 120px;
}

body{
	background-color: #232e40;
}
	

/* --- Allgemein -*/

main{
	overflow: hidden;
}

.coral{
	padding-top: 5px;
	color: #f07f74;
  	font-size: 20px;
  	margin-bottom: 20px;
}

p:last-child{
	margin-bottom: 0;
}


/* --- Header -*/

header{
	display:flex;
	position: fixed;
	width: 100%;
	background-color: #1b2432;
	border-radius: 10px;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	box-shadow: inset -4px -4px 8px rgba(0, 0, 0, 0.3),
    		    inset 4px 4px 8px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 40px #ffffff90;
}

header img{
	max-width: 250px;
	height: auto;
	align-self: center;
	transform: translateY(-2px);
}

header nav ul{
	display: flex;
	list-style: none;
}

header nav ul li{
	font-size: 20px;
	margin-left: 30px;
	margin-right: 30px;
	text-transform: uppercase;
	font-weight: 500;	
}

header nav ul li a:hover{
	color:#3e9e98;
	position: relative;
	display: inline-block;
}

header nav ul li a.active{
	color:#3e9e98;
}

.line{
	display: block;
	height: 2px;
	background: #f07f74;
	width: 0;
	transition: width 0.3s;
}

 a:hover .line{
  	width: 38px;
}

header nav ul li .submenu{
	position: absolute;
	display: block;
	padding-top: 60px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

header nav ul li:hover > .submenu{
	display: block;
	opacity: 1;
	visibility: visible;
}

header nav ul li .submenu li{
	margin-left: -25px;
	position: relative;
}

header nav ul li .submenu li a{
	background-color: #232e40;
	border-radius: 10px;
	padding: 20px;
	display: block;
	border-bottom: solid #18202f;
	border-left: solid #18202f;
	box-shadow: 0 0 40px #ffffff22;
	box-shadow: inset -4px -4px 8px rgba(0, 0, 0, 0.3),
    		    inset 4px 4px 8px rgba(255, 255, 255, 0.3);
}

header nav ul li .submenu li .submenu{
	right: 86%;
	padding-top: 0;
	top: 0;
}

/* --- Grid-System -*/

.full{
	margin: 0 -15px; 
}

.medium{
	margin: 0 25px;
}

.small{
	max-width: 1200px;
	margin: auto;
	padding: 0 25;
}

.row{
	display: flex;
	flex-wrap: nowrap;

}

.row + .row{
	margin-top: 60px;
}

.abstand{
	padding: 100px 0;
}

.zentriert{
	text-align: center;
}

.col-12{
	width: 100%;
	padding: 0 15px;
}

.col-6{
	width: 50%;
	padding: 0 15px;
}

.col-4{
	width: 33.33%;
	padding: 0 15px;
}

.col-3{
	width: 25%;
	padding: 0 15px;
}

/* --- Hero -*/

#hero{
	padding: 300px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero-pic {
  background-image: url("images/glowing-brain.jpg");
}

.hero-overlay {
  background-color: rgba(27, 36, 50, 0.6);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
	

  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3),
    		  inset -4px -4px 8px rgba(255, 255, 255, 0.3),
			  inset -4px -4px 8px rgba(0, 0, 0, 0.3),
    		  inset 4px 4px 8px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 40px #ffffff50;
}

.hero-content h1{
  font-size: 3rem;
  margin-bottom: 20px;
  color: #3e9e98;
}

.hero-content p{
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f2f2f2;
}

.cta-button{
  display: inline-block;
  padding: 12px 28px;
  background-color: #f07f74;
  color: #1b2432;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 0 40px #ffffff22;
  box-shadow: inset -4px -4px 8px rgba(0, 0, 0, 0.3),
    		    inset 4px 4px 8px rgba(255, 255, 255, 0.3);
}

.cta-button:hover {
  background-color: #dd665d;
}


/* --- Zuletzt -*/

.zuletzt{
	max-width: 1500px;
    margin: 0 auto;
	background-color: #18202f;
	padding: 40px 40px;
}

.zuletzt titel{
	padding: 40px 40px;
	padding-right: 40;
}

.zuletzt h3{
	color: #3e9e98;
  	font-size: 40px;
  	margin-bottom: 20px;
}


.zuletzt p{
	font-weight: 100;
	font-size: 25px;
	margin-bottom: 30px;
}

.badge-new {
	display: inline-block;
	background-color: #f07f74;
	color: #1b2432;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 4px 4px;
	border-radius: 4px;
	margin-bottom: 25px;
	margin-right: 20px;
}

.videokarte{
	background-color: #18202f;
	padding: 20px 20px;
	max-width: 560px;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}

.einleitung p{
	font-size: 15px;
	font-weight: 100;
	padding: 0px 40px;
	line-height: 25px;
}

.einleitung cta-button{
	padding-left: 0 40px;
}

/* --- Themen -*/
#ot img{
	padding-right: 20px;
}

#ot p{
	margin-top: 20px;
}

.themen{
	background-color: #3e9e98;
	border-radius: 10px;
	width: 200px;
	font-size: 20px;
	font-weight: 100;
	
}

.card {
      background-color: #232e40;
      border-radius: 16px;
	  padding: 30px;
	  margin-right: 50px;
      box-shadow: 6px 6px 12px #121b28, 
		  		-6px -6px 12px #2a3748;
    }

    .card:hover {
     box-shadow: -6px -6px 12px #121b28, 
		  		6px 6px 12px #2a3748;
    }

    .card h3 {
      color: #3e9e98;
      margin-bottom: 15px;
    }

    .card p {
      line-height: 1.5;
      color: #dddddd;
    }

/* --- topics -*/
.einzeln{
		margin-right: 50px;
}

.topics h3{
	background-color: #3e9e98;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	margin-bottom:25px; 
	color: #142A35
}

.topics p{
	line-height: 25px;
  	margin-bottom: 50px;
}

.topics a{
	color: #9E5551;
  	font-size: 20px;
	font-weight: 1000;
	padding: 20px;
	border-radius: 10px;
	text-transform: uppercase;
	box-shadow: 0 0 40px #ffffff22;
	box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3),
    		    inset -4px -4px 8px rgba(255, 255, 255, 0.3);
}

.topics a:hover{
	color: #F07F79;
	transition: .3s;
}

.styl{
	background-color: #232e40;
}

.styl h3{
	padding: 30px;
	margin: 40px;
}

.styl h4{
	padding: 40px;
	font-size: 30px;
	font-weight: 900;
	color: #3e9e98;
	text-align: center;
}

.styl img{
	width: 350px;
}

/* --- Support -*/

.fett{
	font-weight: 900;
	color: #232e40;
}

.support{
	background-color: #9FC6CA;
}

.neumorph-box {
  border-radius: 16px;
  padding: 60px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1),
  			 -6px -6px 12px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}
.neumorph-box:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15),
  			 -4px -4px 10px rgba(255, 255, 255, 0.4);
  transform: scale(1.01);
}

.support h3{
	color: #142A35;
	font-size: 40px;
	font-weight: 1000;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.support h4{
	font-size: 30px;
	color: #232e40;
	font-weight: 1000;
	margin-bottom: 15px;
}

.support p{
	font-size: 20px;
	font-weight: 300;
	color: #232e40;
	padding-bottom: 40px;
	margin-bottom: 15px;
}

.rahmen{
	border: 5px solid #232e40;
	margin: 30px;
	padding: 30px;
	border-radius: 10px;
}

.rahmen-innen{
	margin: 30px;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1), 
    -6px -6px 16px rgba(255, 255, 255, 0.4); 
}

.support {
  max-width: 1500px;
  margin: 0 auto;
}

.support a img{
	max-width: 100%; height: auto; display: block;

	background-color: #9FC6CA;
  	border-radius: 20px;
  	padding: 10px;
  	box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.05),
    			inset -4px -4px 8px rgba(255, 255, 255, 0.3);
}

.support a img:hover{
  	background: #9fc6ca;
  	color: #1b2432;
  	font-size: 50px;
  	padding: 10px;
  	border-radius: 13px;
  	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
			  -8px -8px 16px rgba(255, 255, 255, 0.4);
  	transition: all 0.3s ease;
  	cursor: pointer;
}

#tasse{
	color: #232e40;
	display: flex;
  	justify-content: center;
 	align-items: center;
	  width: fit-content;
  margin: 0 auto;
  padding: 20px;
	font-size: 6rem;
  	border-radius: 13px;
  	padding: 30px;
  	box-shadow:inset 4px 4px 8px rgba(0, 0, 0, 0.05),
    		   inset -4px -4px 8px rgba(255, 255, 255, 0.3);
}

#tasse:hover{
	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-size: 6rem;
	width: fit-content;
 	 margin: 0 auto;
  	border-radius: 13px;
  	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
			  -8px -8px 16px rgba(255, 255, 255, 0.4);
  	transition: all 0.3s ease;
  	cursor: pointer;
}


/* --- Kontaktbereich -*/

#kontaktbereich{
	background-color: #18202f;
	padding: 20px;

}

#kontaktbereich img{
	padding: 40px;
	width: 350px;
}

#kontaktbereich h3{
	color: #3e9e98;
  	font-size: 40px;
	font-weight: 100;
  	margin-bottom: 10px;
}

#kontaktbereich ul{
	list-style: none;

}

#kontaktbereich a:hover{
	color: #3e9e98;
  	font-size: 20px;
	font-weight: 100;
	transition: .3s;
}

.zeilenhoch{
	line-height: 30px;
}


/*--- Footer -*/

footer nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 15px 0;
}

footer nav ul li a{
	padding: 0 35px;
	font-size: 15px;
	color: #8C8C8C;
}

footer nav ul li a:hover{
	color:#F07F79;
  	font-size: 16px;
	transition: 0.3s;
}


/*--- scroll to top -*/

#scroll2top{
	background-color: #3e9e98;
	position: fixed;
	right: 40px;
	bottom: 40px;
	padding: 15px ;
	font-size: 50px;
	box-shadow: 0 0 40px #00000011;
	border-radius: 10px;
	box-shadow: inset -4px -4px 8px rgba(0, 0, 0, 0.3),
    		    inset 4px 4px 8px rgba(255, 255, 255, 0.3);
	transition: 0.3s;
}

#scroll2top:hover{
	background-color: #3e9e98;
  	box-shadow: -8px -8px 16px rgba(0, 0, 0, 0.1),
			    8px 8px 16px rgba(255, 255, 255, 0.1);
	transition: 0.3s;
	cursor: pointer;
}




/*------------- Responsiv -----*/



@media (max-width: 1600px){
	
	
}





@media(max-width: 1200px){
	
	.row {
    flex-wrap: wrap;
  }
	
			/*--- Grid-System -*/

	
	.col-3{
		width: 58%;
	}
	
	.col-3:nth-child(1), .col-3:nth-child(2){
		margin-bottom: 40px;
	}	
	
	
	.support .col-6 {
		width: 100%;
		margin-bottom: 40px;
	}

	.support a img {
		max-width: 80%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	#tasse {
		font-size: 6rem;
		padding: 20px;
	}
	
	
		/*--- Header -*/
	
	header nav{
		margin-top: 20px;
	}
	
	header nav ul li{
		margin-left: 0;
		margin-right: 20px;
	}
	
	/*--- Titelbild -*/

	.tb-1{
		background-position-x: -62px; 
	}
	
	/*--- Grid-System -*/
	
	.col-6{
		width: 100%;
	}
	
	.col-6:nth-child(1){
		margin-bottom: 40px;
	}
	
	
	
	
}


@media(max-width: 900px){
	
	/*--- Noch kleinere Tasse für kleinere Screens ---*/
	#tasse {
		font-size: 6rem;
		padding: 15px;
	}

	/*--- Optional: Textgröße anpassen ---*/
	.support h4 {
		font-size: 24px;
	}
	
	.support p {
		font-size: 18px;
	}
	
	
		/*--- Grid-System -*/
	.col-4{
		width: 50%;
	}
	
	.col-4:nth-child(1), .col-4:nth-child(2){
		margin-bottom: 40px;
	}
}


@media(max-width: 600px){
	
	/*--- Feinschliff auf sehr kleinen Screens ---*/

	#tasse {
		font-size: 4rem;
		padding: 10px;
	}

	.support .rahmen-innen {
		padding: 20px;
		margin: 15px;
	}

	.support h4 {
		font-size: 20px;
	}
	
	.support p {
		font-size: 16px;
	}
}
	
	

@media (max-width: 768px) {
  .col-6 {
    width: 100%;
  }

  #tasse {
    font-size: 6rem;
    padding: 15px;
  }
	
  .support .row {
    flex-direction: column;
  }

  .support .neumorph-box {
    margin-bottom: 40px;
}
	
	
	
	
}















































