﻿/* index4info.css */

/* Start - Hinweis für Erreichbarkeit */
.alert {
  padding: 20px;
  /* Farben siehe auch auf https://wiki.selfhtml.org/wiki/Grafik/Farbe/Farbpaletten#Farbnamen */
  background-color: Gold;
  color: black;
}

.alert h2{
  color: red;
}

.closebtn {
  margin-top: 1px;
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 32px;
  line-height: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/* Ende - Hinweis für Erreichbarkeit */
