@charset "UTF-8";
/* 
     robilin.de

    Created on : 26.09.2025
    Author     : roby
*/

.ueberschrift {
 text-align: center;
 color: darkblue;
}

.ytplayernbuttons {
	display: flex;
	flex-direction: row;
	}

.ytplayer {
}

.ytbuttons {
}

.ytlinkliste {
  list-style: none;
}

.yttext {
	padding-left: 1em;
	padding-right: 1em;
  font-size: larger;
}


@media screen and (max-width:900px){
 .ytplayernbuttons {
  	flex-direction: column;
  } 

.ytbuttons {
}  
  
.ytlinkliste li {
  display: inline;
}

}