
html {
  font-size: 65%;
}

img {
  box-shadow: 0px 0px 5px #555;
  border-radius: 5px;
}

.banner_r {
	margin: 10px;
	right: -165px;
	top: 0px;
	position: fixed;
	}
/*#banner img {
    width: 100%;
    height: auto;
	}*/
.section {
  margin: 20px 0px;
  padding: 10px 30px;
  text-align: center;
  box-shadow: 0 0 3px;
  /* background: #8e8e8e; */
  background: #ffffff;
}

.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

.showcase-img {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}

body {
  font-family: 'Lato', sans-serif;
  /* background-color: #414141; /* #aaa; */
  background-color: #00aaff;
}

div {
  border-style: dashed;
  border-width: 0px;
  border-color: black;
}

.top {
}

.heading {
}

.image {
  position: relative;
  margin-bottom: 20px;
}


#plakatverweis {
  position: absolute;
  left: 9%;
  top: 11%;
  -moz-transform:rotate(-10deg); /* Firefox 3.6 Firefox 4 */
  -webkit-transform:rotate(-10deg); /* Safari */
  -o-transform:rotate(-10deg); /* Opera */
  -ms-transform:rotate(-10deg); /* IE9 */
  transform:rotate(-10deg); /* W3C */
  text-shadow: 4px 4px 7px #000;
  padding: 6px;
}

#plakatverweis a {
  color: white;
}

.motto {
  /* background: #e3f4fe; */
  color: #342d2d;
  /* font-style: italic; */
  font-family: 'Dancing Script', cursive;
  text-shadow: 1px 1px 3px #aaa;
  letter-spacing: 0.025em;
}

#remainingSlots {
  /* font-size: larger; */
}

.progressBar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 10px;
  color: white;
}

.progressBarOuter {
  background: hsl(103, 44%, 48%);
  margin-bottom: 10px;
}

.progressBarInner {
  background: #4584b0;
}

.progressBarRest {
  border-radius: 0;
}

#remainingSlotsNumber {
  font-weight: 900;
}

#turnierformBezeichnung {
  font-size: larger;
}

.navi {
  text-align: center;
}

.navigation {
  list-style-type: none;
  margin: 0px;
  overflow: hidden;
}

.navigation li{
  display: inline-block;
  margin-bottom: 0px;
  border-right: solid 2px #bfbfbf;
}

.navigation li:last-child {
  border-right: none;
}

.navigation a {
  padding: 10px;
  text-decoration: none;
}

.navigation a:hover {
  text-decoration: underline;
}

.navigation a:link {
  color: #000;
}

.navigation a:visited {
  color: #000;
}

.navigation a:active {
  text-decoration: underline;
}

#infobox {
  display: flex;
  flex-wrap: wrap-reverse;
  text-align: left;
}

#datenschutz {
  display: flex;
  flex-wrap: wrap-reverse;
  text-align: justify;
  hyphens: auto;
}

#infotext {
}

.bulletlist {
  margin: 20px 0px;
  font-size: 1.2em;
}


#infobox #bild {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.callToAction {
  /* font-size: 30px; */
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 8px;
  background: #3292a3;
}

#hinweis {
  font-style:italic;
  /* font-size: 16px; */
  background: hsl(29, 21%, 38%);
  background: -webkit-linear-gradient(left top, hsla(29, 21%, 38%, 1), hsla(29, 21%, 38%, 1));
  background: -o-linear-gradient(bottom right, hsl(29, 21%, 38%), hsl(29, 21%, 38%));
  background: -moz-linear-gradient(bottom right, hsl(29, 21%, 38%), hsl(29, 21%, 38%));
  background: linear-gradient(to bottom left, hsl(29, 21%, 38%), hsl(29, 21%, 38%));
  padding: 10px;
  box-shadow: 0px 0px 10px black;
  color: white;
  text-align: left;
}

#anmeldeformular {
  margin-top:8px;
  text-align: left;
}

.explaination {
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}

.eingabebereich {
  margin-top: 4px;
  padding: 8px 12px;
}

#anmerkungfeld {
}

#abschicken {
  /* color: #FFFFaa;
  font-weight: bold;
  margin-top: 4px;
  width: 100%;
  background: blue; */
}

.required {
  /* border-color: red; */
}

.optional {
  border-color: #FFFFaa;
}

.verticallyCentered {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.img_winner {
  max-width: 250px;
}

.scrollable {
  overflow: auto;
}

/*
 *  STYLE 1
 */

.scrollable::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollable::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.scrollable::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.recaplist li {
  /* font-size: 20px; */
  font-weight: bold;
}

.bild_klein {
  /* border-radius: 20px; */
  width: 300px;
  float: right;
}

#turnierbeschreibung {
  text-align: left;
}

#impressum {
  text-align: left;
}

#faq {
  text-align: left;
}

.footer {
  background-image: url(../Bilder/bouleboden.jpg);
}

#displayUserCount p {
  /* border-radius: 20px; */
  background-color: #c0dc89bb;
  margin: 10px;
  padding: 10px;
}

.rot {
  /* color: #d96666; */
}

.gruen {
  color: #74e674;
}

.blau {
  color: blue;
}
