﻿/* global */

body {
  margin: 0;
  }

body, input, select, textarea, table {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 150%;
  }

input:not([type=radio]) {
  line-height: 30px;
  height: 42px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  }

textarea {
  line-height: 30px;
  height: 150px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  resize: vertical;
  min-height: 100px;
  }

select {
  line-height: 30px;
  height: 42px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  }

input:not([type=radio]):focus, select:focus, textarea:focus {
  outline: none;
  border-color: #c00000;
  box-shadow: 0 0 10px rgba(192,0,0,1);
  }

.redBg input:not([type=radio]):focus, .redBg select:focus, .redBg textarea:focus {
  outline: none;
  border-color: #c00000;
  box-shadow: 0 0 10px rgba(255,255,255,1);
  }

@font-face {
  font-family: CornholeFont;
  src: url('../fonts/hey-you-guys.ttf') format('truetype');
  }

h1 {
  font-family: CornholeFont;
  margin: 20px 0 50px 0;
  font-size: 42px;
  font-weight: normal;
  line-height: 46px;
  text-transform: uppercase;
  }

h2 {
  font-family: CornholeFont;
  margin: 0 0 20px 0;
  font-size: 36px;
  font-weight: normal;
  color: #c00000;
  text-transform: uppercase;
  }

hr {
  background-color: rgba(0,0,0,0.2);
  color: rgba(0,0,0,0.2);
  border: none;
  height: 2px;
  margin: 30px 0px;
  }

.redBg hr {
  background-color: rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.5);
  }

.redBg b {
  color: rgba(0,0,0,0.5);
  }

ul li {
  padding-bottom: 10px;
  }

a:link, a:hover, a:visited {
  color: #c00000;
  /*text-decoration: underline;
  text-decoration-style: dotted;*/
  text-decoration: none;
  border-bottom: 1px dashed #c00000;
  }

a:hover {
  border-bottom-style: dotted;
  border-bottom: 0;
  color: #aaa;
  }

.redBg a {
  color: white;
  border-bottom-color: white;
  }

.redBg a:hover {
  color: rgba(255,255,255,0.5);
  color: #000;
  }

.page {
  margin: 0;
  }

div.center {
  margin: 0 auto;
  padding: 20px 25px;
  }

img.toTop {
  border: 0;
  float: right;
  width: 32px;
  height: 32px;
  padding: 15px 0 15px 15px;
  }

.hide {
  display: none;
  }


.redBg {
  background-color: #c00000;
  color: white;
  }

.redBg h1 {
  color: white;
  }

.redBg h2 {
  color: black;
  }

.blackBg {
  background-color: #000;
  color: white;
  }

.blackBg h1 {
  color: #ccc;
  }

.blackBg h2 {
  color: #fff;
  }

.darkGreyBg {
  background-color: #666;
  color: white;
  }

.darkGreyBg h1 {
  color: white;
  }

.darkGreyBg h2 {
  color: black;
  }

.greyBg {
  background-color: #e6e6e6;
  }








/* PAGE 1 - banner en menu */

#page1 {
  background-color: #fff;
  text-align: center;
  padding: 0;
  }

div#banner {
  background-image: url('../images/foto-banner.jpg?v2');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 240px;
  }

.redBg {
  background-color: #c00000;
  }

#menutxt {
  display: none;
  }

#menu {
  text-align: center;
  max-width: 800px;
  padding-top: 200px;
  margin: 0px auto 0 auto;
  font-size: 0;
  }

#menu a {
  border: 0;
  }

#menu img {
  width: 19%;
  height: auto;
  padding: 0;
  border: 0;
  }






/* PAGE 2 - intro */

#page2 {
  padding-top: 50px;
  min-height: 400px;
  color: rgba(255,255,255,0.80);
  border-bottom: 2px solid #c00000;
  padding-bottom: 0;
  }

#page2 b {
  color: white;
  }

#page2 h1 {
  color: white;
  }

#page2 img.inzet {
  display: none;
  }

#page2 img.mobiel {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
  border: 1px solid #999;
  }

#page2 p.uitbreiding {
  background-image: url('/images/nieuwe-leden-4.svg');
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: left 5px;
  padding-left: 70px;
  }






/* PAGE 3 - onze borden */

#page3 {
  background-color: #ddd;
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
  min-height: 400px;
  border-bottom: 2px solid #bbb;
  }

#page3 h1 {
  color: #c00000;
  }

#page3 h2 {
  color: #999;
  }

ul.leden {
  margin: 0;
  padding: 0;
  }

ul.leden li {
  display: inline-block;
  width: 35%;
  max-width: 200px;
  padding: 5%;
  text-align: center;
  }

ul.leden li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 500px;
  background-color: #c00000;
  border: 4px solid #c00000;
  margin-bottom: 10px;
  }





/* PAGE 4 - how it's made */

#page4 {
  min-height: 400px;
  color: rgba(255,255,255,0.75);
  }

#page4 b {
  color: white;
  }

#page4 h1 {
  color: black;
  }

#page4 h2 {
  }

div.flyer {
  text-align: center;
  margin-bottom: 30px;
  }

div.flyer img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
  }

div.flyer a {
  border: 0;
  }

img.foto_concert {
  width: 100%;
  cursor: pointer;
  }

div.fotosborden {
  text-align: center;
  }

div.fotosborden a {
  text-decoration: none;
  border: none;
  }

div.fotosborden img {
  width: 26vw;
  height: 26vw;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.5);
  }

div.redBg div.fotosborden img {
  border: 1px solid rgba(255,255,255,0.5);
  }

#formTicketsTMOM span.fn {
  display: block;
  padding-top: 15px;
  }

#formTicketsTMOM input[type=text], #formTicketsTMOM textarea, select#via_lid {
  width: 100%;
  }

#formTicketsTMOM input[type=radio] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  }

#formTicketsTMOM input#dag_zo::before {
  content: "\A";
  white-space: pre;
  }


#formTicketsTMOM .sendBtn {
  display: inline-block;
  width: 100%;
  text-align: right;
  }

#formTicketsTMOM .sendBtn hr {
  margin: 20px 0;
  }

#formTicketsTMOM .hidemobile {
  display: none;
  }

#formTicketsTMOM span.dag {
  display: block;
  }

#aant_volw, #aantal_kind, #totaal {
  padding: 10px 0;
  }



/* PAGE 5 - prijzen */

#page5 {
  min-height: 400px;
  color: rgba(0,0,0,0.80);
  }

#page5 h1 {
  color: #c00000;
  }

#page5 hr {
  margin: 15px 0px;
  }



/* PAGE 6 - spelregels */

#page6 {
  min-height: 400px;
  color: rgba(255,255,255,0.75);
  }

#page6 b {
  color: white;
  }

#page6 h1 {
  color: #c00000;
  }

#page6 h2 {
  color: #fff;
  }




/* PAGE 7 - contact */

#page7 h1 {
  color: #000;
  }

#contactform span.fn {
  display: block;
  padding-top: 15px;
  }

#contactform input, #contactform textarea {
  width: 100%;
  }

.sendBtn {
  display: inline-block;
  width: 100%;
  text-align: right;
  }

.sendBtn hr {
  margin: 20px 0;
  }

#contactform .hidemobile {
  display: none;
  }






/* PAGE 9 - footer */

#page9 {
  background: #ffffff; /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-top: 200px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-align: right;
  color: #aaa;
  font-size: 15px;
  }

#page9 a {
  color: #aaa;
  border-color: #aaa;
  }





/* PAGE bedankt.html - form ok */

#formok {
  text-align: center;
  padding-top: 20%;
  }

#formok #logo-bot {
  height: 400px;
  }


