/*theme.css for SSIS Radio Player Updated: 19.06.2018 */ 
/* Updated: 04.05.2020 */
body {
font-family: Arial, Helvetica, sans-serif;
color: black;
text-decoration: none; 
}

figure { 
  margin: 10px 10px 80px 10px; 
  position: relative; 
  float: left; 
  border: 0px #000000 solid; 
} 

figure img { 
  vertical-align: top; 
} 

figure figcaption { 
  margin-top: 0px;
  background-color: #83bee6; 
  color:black; 
  max-width: 177px; 
  font-size: medium; 
  display: block; 
  float: left; 
  position:absolute; 
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  text-align:left; 
  border: 0px #000000 solid; 
  width: 100%; 
  height: 80px; 

  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
} 

.fig {
margin-top: 5px;
margin-left: 5px;
}
/* test for link-list */
.linkfig {
/* margin-top: 5px;
margin-left: 5px; */
}

.internet, a:visited {
position: relative;
/* margin-top: 50px; */
color: black;
}

.country {
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: bold;
}

.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

/* Buttons CSS Style */

.button {
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button2:visited {
  background-color: #126884;
  color: white;
}

.button2:focus {
  outline:none; 
}

ul {
  list-style-image: url(/images/smile.png);
}

li {
 padding: 10px;
}

/* text wrapping also long urls */
.url {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	width: 700px;
	}

a:visited,hover {
color:blue;
} 

div#uhr {
font-family: 'RocknRoll One';
font-size: 32px;
}

/* rocknroll-one-regular - latin */
@font-face {
  font-family: 'RocknRoll One';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/rocknroll-one-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/rocknroll-one-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/rocknroll-one-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/rocknroll-one-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/rocknroll-one-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/rocknroll-one-v4-latin-regular.svg#RocknRollOne') format('svg'); /* Legacy iOS */
}