/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/

html,
body {
  margin: 0;
  padding: 0;
  /*height: 100%;*/
  width: 100%;
  font-family: Montserrat, sans-serif;
}

header {
  margin: 51px 0 0;
  padding: 0;
}

section {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

section p,
section span,
section div,
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  hyphens: inherit;
}

section > div,
section > div > div {
  padding: 25px;
  text-align: justify;
}

section > div > div {
  /*padding: 25px 0;*/
  padding: 25px 10px;
}

abbr {
  text-decoration: none;
}

footer {
  background-color: #0062d1;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

footer h4 {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
}

footer ul {
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

footer p {
  margin: auto 10px 10px;
}

a,
button {
  outline: none !important;
}

textarea {
  resize: vertical;
}

/*
h2 {
  font-size: 3em;
  color: #0062d1;
}
*/

::selection {
  color: #0062d1;
  background: #ccc;
}

::-moz-selection {
  color: #0062d1;
  background: #ccc;
}

/*
#infos table tr td {
  padding: 5px 15px 0 0;
}
*/

#start {
  /*background-image: url('../img/banner_footer.png'), url('../img/banner.jpg');
  background-position: bottom center, top center;*/
  background-image: url('../img/banner.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

#start-medium {
  display: none;
}

#start-small {
  display: none;
}

.start-button {
  background: none !important;
  border: 1px solid #333 !important;
}

.start-button-white {
  background: none !important;
  border: 1px solid #fff !important;
  color: #fff;
}

#start-small button {
  background: none !important;
  border: 1px solid #fff !important;
  color: #fff;
}

div.headings {
  width: 700px;
  padding: 40px 0 0;
}

/*
h2.static-width {
  width: 700px;
  margin: auto;
}
*/

span.heading {
  display: inline-block;
  font-size: 6em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: -0.05em;
}

span.subheading {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
}

ul.dls {
  list-style-type: square;
  margin: 0;
  padding-left: 15px;
}

ul.dls li {
  line-height: 2em;
}

ul.soak {
  list-style-type: square;
  padding-left: 15px;
}

ul.squared {
  list-style-type: square;
}

#dls small {
  color: #b7b7b7;
}

#sre {
  background-image: url('../img/filter3.png'), url('../img/team.jpg');
  background-position: top left, top center;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  background-size: auto, cover;
  color: #fff;
  height: 450px;
}

#day {
  background-image: url('../img/filter3.png'), url('../img/day2.jpg');
  background-position: top left, top center;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  background-size: auto, cover;
  color: #fff;
  height: 550px;
}

#day button {
  background: none !important;
  border: 1px solid #fff !important;
}

#team {
  background-image: url('../img/team.jpg');
  background-position: center center;
  background-repeat: repeat, no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  height: 600px;
}

#program {
  background-image: url('../img/programm.jpg');
  background-position: center top;
  background-repeat: repeat, no-repeat;
  background-size: cover;
  height: 300px;
}

#oneday {
  background-image: url('../img/banner-day.png');
  background-position: center center;
  background-repeat: repeat, no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  height: 600px;
}

#vobewe {
  background-image: url('../img/filter3.png'), url('../img/vobewe.jpg');
  background-position: top left, top center;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  background-size: auto, cover;
  color: #fff;
  height: 250px;
}

#team-banner-bottom {
  background-image: url('../img/filter3.png'),
    url('../img/team-banner-bottom.jpg');
  background-position: top left, top center;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  background-size: auto, cover;
  color: #fff;
  height: 250px;
}

#groups {
  background-image: url('../img/gruppeneinteilung.jpg');
  background-position: center center;
  background-repeat: repeat, no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  height: 300px;
}

section#sponsor > div,
section#sponsor > div > div {
  padding: 10px 0;
}
section#sponsor > div > div > h2 {
  margin-bottom: 25px;
}

.full {
  height: 100%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.outer {
  display: table;
  width: 100%;
}

.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.inner-bottom {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  height: 100vh;
}

.logo {
  width: 250px;
  margin: 0 0 25px 0;
}

.love {
  color: red;
  text-shadow: 0px 0px 3px #fff;
}

.blue {
  background-color: #0062d1;
  color: #fff;
}

.sre-blue {
  color: #0062d1;
}

.grey {
  background-color: #434343;
  color: #fff;
}

.lightgrey {
  color: rgba(51, 51, 51, 0.6);
}

.scroll-down {
  margin-top: 50px;
  vertical-align: bottom;
}

.scroll-down-image {
  width: 75px;
}

.pictures-team {
  width: 500px;
}

.spacer {
  margin: 10px 0;
}

.spacer-top {
  margin: 10px 0 0;
}

.spacer-top-big {
  margin: 25px 0 0;
}

.spacer-both {
  margin: 15px 0;
}

.spacer-bottom {
  margin: 0 0 10px;
}

.spacer-footer {
  padding: 0 7px;
}

.subtext-spacer {
  padding: 15px 0;
}

.pad-top {
  padding-top: 25px;
}

.break {
  margin-bottom: 50px;
}

.break-half {
  margin-bottom: 25px;
}

.break-paragraph {
  margin-bottom: 35px;
}

.col-spacing {
  padding-left: 0;
}

.header-margin-both {
  margin: 25px auto 15px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.video-spacer {
  margin-bottom: 20px; /*nav: 50px; youtube-banner:30px;*/
}

.js-warning {
  margin: 75px 0 25px;
  padding: auto 25px;
}

.navbar-brand-icon {
  vertical-align: text-bottom;
  height: 22px;
}

.navbar-label-small {
  display: none;
}

.portrait {
  border: 4px solid #fff;
  border-radius: 1000px;
  display: block; /*inline-block*/
  height: 160px;
  width: 160px;
  margin: 0 auto 10px;
}

.img-sponsored {
  height: 100px;
}

.img-border {
  border: 1px solid #333;
}

.img-subheading {
  display: block;
  margin-top: 25px;
}

.img-contact {
  width: 250px;
}

/*.img-contact.img-responsive,*/
.img-responsive {
  margin: 0 auto;
}

.equal,
.equal > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
}

.table {
  border-bottom: 1px solid #ddd;
}

.ls {
  line-height: 2em;
}

.has-error {
  color: #a94442;
}

.errorbox {
  background-image: url('../img/background404.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.errorbox button {
  background: none !important;
  border: 1px solid #333 !important;
  color: #333;
}

/*
.img-circle {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
*/

.number-big {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
}

.number-text {
  font-size: 30px;
}

.display-table {
  display: table;
  table-layout: fixed;
}

.display-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* circle time */
.circle-box {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #3b3a3f;
  text-align: center;
  color: #fff;
}

.circle-box-border {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 7px solid #333;
  text-align: center;
  color: #333;
}

p {
  margin: 0;
  /*color: #00CE9B;*/
  font-weight: 350;
}

.circle-box-text {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  padding: 35px 0 0;
  font-size: 50px;
  line-height: 30px;
}

.time {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  padding: 30px 0 0;
  font-size: 40px;
  line-height: 30px;
  /*color: #fff;*/
}

.time-big {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  padding: 30px 0 0;
  font-size: 30px;
  line-height: 30px;
  /*color: #fff;*/
}

.hour {
  font-size: 14px;
  /*color: #fff;*/
  text-transform: uppercase;
  font-weight: bold;
}
/* circle time end */

footer h4 i.fa {
  margin-right: 10px;
}

footer a,
footer a:link,
footer a:visited,
footer a:focus,
/*footer a:hover*/
footer a:active {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

caption {
  text-align: right;
  padding: 7px;
}

fieldset {
  border: 1px solid #0163d2;
  padding: 15px 25px 10px;
  margin-bottom: 25px;
}

legend {
  display: block;
  width: auto;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 0.8em;
  line-height: inherit;
  border: 1px solid #0163d2;
}

#helplink {
  cursor: pointer;
  color: #0163d2;
}

#help > div {
  margin-bottom: 20px;
  padding: 15px;
}

#help img,
#help > div {
  border: 1px solid #0163d2;
}

table tr {
  cursor: pointer;
}

/* Mobile */
@media (min-width: 768px) and (max-width: 1500px) {
  #start,
  #start-small {
    display: none;
  }

  #start-medium {
    display: block;
    background-image: url('../img/banner_footer.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
  }

  #smart-medium-container {
    height: 100vh;
    padding: 0;
  }

  .start-medium-left {
    padding: 15vh 7vh 1vh;
    height: 100vh;
  }

  .start-medium-right {
    background-image: url('../img/schild.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /*z-index: -1;*/
  }

  .scroll-down {
    margin-top: 25px;
  }

  span.heading {
    display: inline-block;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: -0.05em;
  }

  span.subheading {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .number-big {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1em;
  }

  .number-text {
    font-size: 25px;
  }

  #sre,
  #day,
  #team,
  #vobewe,
  #team-banner-bottom,
  #oneday {
    background-position: center center;
    /*background-attachment: scroll;*/
  }

  #oneday {
    height: 350px;
  }
}

/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #sre,
  #day,
  #team,
  #vobewe,
  #team-banner-bottom,
  #oneday {
    background-position: center center;
    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  .navbar-label-big {
    display: none;
  }

  .navbar-label-small {
    display: inline;
  }

  section > div > div {
    padding: 25px;
  }

  #start,
  #start-medium {
    display: none;
  }

  span.heading {
    display: inline;
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: -0.04em;
    text-shadow: 0px 0px 5px #333;
  }

  span.subheading {
    display: inline;
    font-size: 1.25em;
    font-weight: bold;
  }

  .number-big {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1em;
  }

  .number-text {
    font-size: 25px;
  }

  #start-small {
    display: block;
    color: #fff;
    background-image: url('../img/banner_footer.png'),
      url('../img/banner_small.jpg');
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-size: auto, cover;
    height: 100vh;
  }

  .start-bottom-text {
    margin-bottom: 13vh; /*25vh*/
  }

  .logo {
    display: none;
  }

  .scroll-down-image {
    width: 45px;
  }

  .scroll-down {
    margin-top: 25px;
  }

  #sre,
  #day,
  #team,
  #vobewe,
  #team-banner-bottom,
  #oneday {
    height: 350px;
    background-position: center center;
    background-attachment: scroll;
  }

  #oneday {
    height: 150px;
  }

  #team {
    height: 225px;
  }
}
