body {
  font-family: arial, sans-serif;
  margin: 0;
}


a {
  font-family: arial, sans-serif;
  color: black;
}

.mail {
  text-decoration: underline;
  color: blue;
}

a:link, a:visited {
  text-decoration: none;
  text-align: center;
  color: white;
}
.link {
  color: blue;
  text-decoration: underline;
}
.link:link, .link:visited {
  color: purple;
  text-decoration: underline;

}

ul#horizontal {
	list-style: none;
	padding-top: 20px;
}

ul#horizontal li {
	display: inline;
}

.col-background {
  background-image: url("teampics/grey.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.col-logo {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.col-button {
  font-family: arial, sans-serif;
  border: none;
  outline: 0;
  display: inline-block;
  padding: 20px 40px;
  color: black;
  background-color: white;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.col-selected {
  font-family: arial, sans-serif;
  border: none;
  outline: 0;
  display: inline-block;
  padding: 20px 40px;
  color: white;
  background-color: #012A7A;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.col-logo button:hover {
  background-color: #012A7A;
  color: white;
}
.footer {
   position: absolute;
   width: 100%;
   background-color: #012A7A;
   color: white;
   text-align: center;
   padding-left: 50px;
   padding-top: 10px;
   padding-bottom: 10px;
   justify-content: center;
}

.history {
  font-family: arial, sans-serif;
  text-align: center;
  text-decoration: none;
  margin-left: 190px;
  margin-right: 190px;
  font-size: 20px;
}

.list {
  font-family: arial, sans-serif;
  text-align: left;
  text-decoration: none;
  margin-left: 190px;
  margin-right: 190px;
  font-size: 20px;
}

.highlight {
	font-family: arial, sans-serif;
	text-align: center;
	text-decoration: none;
	margin-left: 190px;
	margin-right: 190px;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	color: #012A7A;
}

.courtesy {
  font-family: arial, sans-serif;
  font-size: 15px;
  text-align: left;
  margin-left: 190px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}
.anmelde {
  font-family: arial, sans-serif;
  text-align: center;
  text-decoration: none;
  margin-left: 190px;
  margin-right: 190px;
  font-size: 20px;
}

body, html {
  height: 100%;
  width: 100%;
}

h1 {
  position: static;
  text-align: center;
  font-size: 40px;
}

h2 {
  font-size: 30px;
  text-align: left;
  position: static;
  margin-left: 100px;
}
h3 {
  font-size: 20px;
  text-align: left;
  position: static;
  margin-left: 100px;
}
h4 {
  font-size: 30px;
  text-align: center;
  position: static;
}

.menu {
	display: table;
	margin: auto;
  text-align: inherit;
}

.row {
  display: flex;
  margin-left: auto;
  margin-right: auto;

}
.column {
  position: relative;
  width: 100%;
  padding: 5px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.selec {
  text-align: left;
  padding-left: 70px;
  font-family: arial, sans-serif;
  font-size: 15px;
}
.match {
  font-family: arial, sans-serif;
  font-size: 20px;
  text-align: left;
  margin-left: 50px;
}

.accordion.active,
.accordion:hover {
    color: white;
}

.accordion--bluer.active,
.accordion--bluer:hover {
    background: #012A7A;
}
.accordion--blue.active,
.accordion--blue:hover {
    background: #0061ff;
}

.accordion--green.active,
.accordion--green:hover {
    background: #199900;
}

.accordion--purple.active,
.accordion--purple:hover {
    background: #8800c7;
}

.accordion--red.active,
.accordion--red:hover {
    background: #ba0000;
}

.accordion--int.active,
.accordion--int:hover {
    background: #137200;
}

.panel {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    max-height: 0;
    will-change: max-height;
    transition: max-height 0.5s;
}

.panel.is-active {
    max-height: 2000px;
    display: block;
}
.panelr {
    padding: 0;
    background-color: white;
    overflow: hidden;
    max-height: 0;
    will-change: max-height;
    transition: max-height 0.5s;
}

.panelr.is-active {
    max-height: 2000px;
    display: block;
}

.bild {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #012A7A;
}
.overlays {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #8800c7;
}
.overlaya {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ba0000;
}
.overlayt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #137200;
}

.column:hover .overlay {
  opacity: 0.8;
}
.column:hover .bild {
  opacity: 0.8;
}
.column:hover .overlays {
  opacity: 0.8;
}
.column:hover .overlaya {
  opacity: 0.8;
}
.column:hover .overlayt {
  opacity: 0.8;
}

.cv {
  color: white;
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.column:hover .cvt {
  opacity: 1;
}
.galerie {
  position: absolute;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
.bilder {
  justify-content: center;
  position: static;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.col-partner {
  display: block;
  text-align: center;
  justify-content: center;
}
.part {
  height: 220px;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0%;
}

.scroll {
  position: fixed;
  margin-top: 300px;
  padding-bottom: 50px;
  left: 50%;
  height: 0%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: white;
  text-decoration: none;
  transition: opacity .3s;
  text-align: center;
  justify-content: center;
}

.scroll:hover {
  opacity: .5;
}

#section01 .scroll {
  padding-top: 60px;
}

#section01 .scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  justify-content: center;
}

.form {
  background-color: white;
  font-family: arial, sans-serif;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  width: 60%;
}


* {
    box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .history {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 10px 10px 0px;
    font-size: 20px;
  }
	.list {
    	margin-left: 0px;
    	margin-right: 0px;
    	padding: 10px 10px 10px 0px;
    	font-size: 20px;
  		font-family: arial, sans-serif;
  		text-align: left;
  		text-decoration: none;
	}
	.highlight {
	margin-left: 00px;
	margin-right: 0px;
}
  .anmelde {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }
  .part {
    height: 133px;
  }
  .match {
    font-size: 18px;
    margin-left: 5px;
  }

  .bilder {
    width: 100%;
    max-width:100%;
    text-align: left;
    display:inline-block;
  }

}
@media only screen and (max-width: 1000px) {

    [class*="col-"] {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .scroll {
      margin-top: 400px;
      text-align: center;
      justify-content: center;
    }
    .crest {
      width: 60%;
      padding-left: 10px;
      padding-right: 10px;
    }
    .history {
      margin-left: 0px;
      margin-right: 0px;
      padding: 0px 0px 10px 0px;
      text-align: center;
      font-size: 12px;
    }
	.list {
    	margin-left: 0px;
    	margin-right: 0px;
    	padding: 10px 10px 10px 0px;
    	font-size: 20px;
  		font-family: arial, sans-serif;
  		text-align: left;
  		text-decoration: none;
	}
	.highlight {
	margin-left: 00px;
	margin-right: 0px;
}
    .anmelde {
      margin-left: 10px;
      margin-right: 10px;
      font-size: 15px;
    }
    .form {
      width: 100%;
    }
    .courtesy {
      text-align: left;
      margin-left: 10px;
      font-size: 8px;
    }
    .part {
      height: 170px;
    }
    .accordion {
        cursor: pointer;
        padding: 5px;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
    .panelr {
        padding: 0px;
        width: 100%;
    }
    .panel {
        padding: 0px;
        width: 100%;
    }
    body {
      width: 100%;
    }
    h2 {
      font-size: 23px;
      text-align: left;
      position: static;
      margin-left: 0px;
    }
    h3 {
      font-size: 23px;
      text-align: left;
      position: static;
      margin-left: 20px;
    }
    h4 {
      font-size: 20px;
      text-align: center;
      position: static;
      margin-left: 10px;
      margin-right: 10px;
    }
    .hide {
      display: none;
    }

    .footer {
      padding-left: 0px;
    }
    img .bild {
      width: 100%;
    }

}
@media only screen and (max-width: 500px) {
  .scroll {
    margin-top: 300px;
    padding-bottom: 0px;
    display: inline-block;
    text-align: center;
    justify-content: center;
  }
	.list {
    	margin-left: 0px;
    	margin-right: 0px;
    	padding: 10px 10px 10px 0px;
    	font-size: 20px;
  		font-family: arial, sans-serif;
  		text-align: left;
  		text-decoration: none;
	}
	.highlight {
	margin-left: 00px;
	margin-right: 0px;
}
  .part {
    height: 90px;
  }
}
