/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri.woff") format("woff");
}
/* overwrites
*/

body {
  width: 100%;
  font-family: Calibri, "Calibri", Arial, sans-serif;
  overflow-x: hidden;
  background-color: #fff;
}
body.toggled,
html.toggled {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
#wrapper {
  padding-left: 0;
  width: 100%;
}
#wrapper.toggled {
  overflow: hidden;
}
#container {
  background-color: #f6f6f6;
}

.navbar {
  height: 60px;
  width: 100%;
  z-index: 100;
  left: 0;
  margin-bottom: 0;
  border: 0;
  background-color: #fbc10f;
  border-radius: 0 !important;
}

/* 

Footer

*/

footer {
  background-color: rgb(235, 235, 235);
  padding: 20px 0px;
}

footer ul {
  list-style-type: none;
  list-style-position: initial;
  list-style-image: initial;
  margin: 0;
  padding: 0;
  float: left;
}
footer ul li {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 10px;
}
footer ul li a {
  cursor: pointer;
  color: inherit;
  vertical-align: top;
  text-decoration: none;
  transition-property: color;
  -webkit-transition-property: color;
  transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-delay: initial;
  -webkit-transition-delay: initial;
  font-weight: bold;
  color: #032c58;
}

footer ul li a.ext:after {
  content: "";
  display: inline-block;
  background: url("../images/extlink.png") no-repeat top right;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  top: 10px;
}
footer p {
  float: right;
}

#logo {
  margin-left: -33px;
  display: block;
}

#logo img.normal {
  width: 283px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#logo img.normal.scrolled {
  opacity: 0;
  transform: translate(0, -160px);
  -webkit-transform: translate(0, -160px); /** Chrome & Safari **/
  -o-transform: translate(0, -160px); /** Opera **/
  -moz-transform: translate(0, -160px); /** Firefox **/
}
#logo img.widelogo {
  width: 283px;
  position: fixed;
  z-index: 13;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#logo img.widelogo.scrolled {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.jumbotron {
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: 80% bottom;
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 0;
}
.jumbotron.yellow {
  background-color: #fbc10f;
}
.jumbotron img {
  width: 100%;
}

p.blue {
  color: #032c58;
}
p.bold {
  color: #032c58;
  font-weight: bold;
}

.stagetext {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 85px;
  font-family: "OpenSansRegular", sans-serif;
}
.stagetext h1 {
  width: 50%;
  float: right;
  text-align: right;
  margin: 10px 0;
}

.stagetext h1 span {
  color: #fbc10f;
}
.jumbotron button {
  position: absolute;
  right: 6%;
  top: 60%;
  background-color: #fbc10f;
  padding: 10px 15px;
  border: 0;
  font-size: 1.5em;
  font-weight: normal;
  color: #032c58;
}
.jumbotron button:hover {
  background-color: #032c58;
  color: #ffffff;
}
.jumbotron .stagetext.stage1 button {
  top: 60%;
}
.jumbotron .stagetext.stage2 button {
  top: 66%;
}

.stagetext p {
  width: 50%;
  clear: both;
  right: 20%;
  height: auto;
  position: absolute;
  bottom: 0;
  font-size: 1.4em;
  pointer-events: none;
  background-color: rgba(3, 44, 88, 0.8);
  padding: 30px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-bottom: 85px;
}
@media (max-width: 1320px) {
  .stagetext p {
    margin-bottom: 0 !important;
    right: 0;
    border-bottom-right-radius: 0;
    width: 75%;
  }
}
@media (max-width: 1000px) {
  .stagetext {
    padding: 50px;
  }

  .stagetext h1 {
    font-size: 50px;
    width: 85%;
  }
  .jumbotron button {
    right: 50px;
    top: 50%;
  }
}

@media (max-width: 800px) {
  .stagetext {
    position: relative;

    padding: 20px 40px;
  }

  .stagetext h1 br {
    display: none;
  }
  .jumbotron button {
    position: relative;
    width: 100%;
    top: initial;
    right: initial;
  }
  .stagetext h1 {
    color: #333;
    text-align: left;
    width: 100%;
    font-size: 40px;
  }
  .stagetext p {
    position: relative;
    font-size: 1.25em !important;
    left: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    background: none !important;
    color: #032c58;
    width: 100% !important;
  }
}
@media (max-width: 680px) {
}

/************************************************************

 INPUT


*************************************************************/

input.required,
button.required {
  border: 1px solid red !important;
}

.selectbox button {
  padding: 10px 12px !important;
  border: 1px solid #ccc !important;
}
.selectbox .form-control {
  height: 41px;
}
.form-control,
.btn {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.btn-default {
  background: #fff !important;
  box-shadow: 0px 0px !important;
  border-color: #fff;
}

.caret {
  background-color: #fff;
  height: 100%;
  width: 40px;
  top: 2px !important;
  right: 0 !important;
  border: none;
  border-bottom: none !important;
  border-left: 1px solid #ccc;
}
.caret:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #333333;
  top: 23px;
  left: 11px;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  transform-origin: bottom right;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.caret:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #333333;
  top: 22px;
  left: 10px;
  -webkit-transform: rotate(125deg);
  -moz-transform: rotate(125deg);
  -o-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  transform: rotate(125deg);
  transform-origin: bottom right;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

label.formlabel {
  font-weight: normal;
  margin-top: 15px;
}
input[type="text"].disabled,
input[type="email"].disabled,
button.disabled,
button.disabled .caret {
  color: #888 !important;
  background-color: #ebebeb !important;
}
input[type="text"],
input[type="email"] {
  display: block;
  padding: 10px 5px;
  width: 100%;
  clear: both;
  font-size: 14px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-appearance: none;
}

input[type="submit"] {
  background-color: #1466a4;
  border: none;
  color: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 25px;
}
input[type="submit"]:hover {
  background-color: #032c58;
}
input[type="submit"].disabled {
  opacity: 0.75;
}
p.require {
  color: #666;
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
#login {
  margin-top: 30px;
}

#error {
  color: red;
  margin-top: 10px;
}
#success {
  color: green;
  margin-top: 10px;
}
#success2 {
  font-weight: bold;
  font-size: 1.5em;
}
#success3 {
  margin-top: 10px;
  color: #000000;
  margin-top: 10px;
}
/*
checkcbox
*/

input.styled[type="checkbox"],
input.styled[type="radio"] {
  float: left;
  padding: 5px 10px;
  margin: 0 0 18px 0;
  width: 100%;
  height: 41px;
  font-size: 1.1em;
  color: #333333;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: "OpenSansRegular", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;

  display: block;
  clear: both;
  float: left;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

input.styled[type="checkbox"] {
  display: block;
  clear: both;
  float: left;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.check-box,
.radio-box {
  clear: both;
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.check-box label:nth-of-type(1) {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
}
.radio-box label:nth-of-type(1) {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 20px/20px;
  -webkit-border-radius: 20px 20px;
  border-radius: 20px/20px;
}

.check-box.required label:nth-of-type(1),
.radio-box.required label:nth-of-type(1),
button.required {
  border: 1px solid #ff0000 !important;
}
.check-box.disabled,
.radio-box.disabled {
  pointer-events: none;
}
.check-box label:nth-of-type(1):after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.radio-box label:nth-of-type(1):before {
  opacity: 0;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  top: 4px;
  left: 4px;
  -moz-border-radius: 20px/20px;
  -webkit-border-radius: 20px 20px;
  border-radius: 20px/20px;
  background-color: #333;
}

.check-box.disabled label:nth-of-type(1):after,
.check-box.disabled label:nth-of-type(1):before {
  border: 2px solid #888;
  border-top: none;
  border-right: none;
}

.check-box input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.check-box input[type="radio"]:checked + label:before {
  opacity: 1;
}
.radio-box input[type="radio"]:checked + label:before {
  opacity: 1;
}

.radio-box input[type="radio"].disabled + label:nth-of-type(1),
.check-box input[type="checkbox"].disabled + label:nth-of-type(1) {
  background-color: #ebebeb !important;
}

.check-box label:nth-of-type(2) {
  display: block;
  width: auto;
  margin: 0px 10px 5px 30px;
  cursor: pointer;
}
.check-box label.checkterms {
  font-weight: normal;
}
.check-box:nth-of-type(3) {
  margin-bottom: 20px;
}

.radio-box input[type="text"] {
  float: right !important;
  clear: none !important;
  /*width: calc(100% - 30px);*/
}

#absenden {
  width: 100%;
}
.input-group-radio {
  position: relative;
  display: table;
  border-collapse: separate;
  width: auto;
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 30px);
  float: right;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: auto;
  margin: 0;
  padding-left: 0;
  width: 100%;
  float: right;
}
.input-group-addon {
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
}

input[type="text"].disabled + .input-group-addon {
  background-color: #ebebeb !important;
}

.input-group-addon a {
  color: #333;
}
.input-group-addon:last-child {
  width: 40px;
}

@media (min-width: 1200px) {
  .container {
    width: 800px;
  }
}

@media (max-width: 1120px) {
  #wrapper {
    padding-left: 0px;
  }

  .jumbotron {
    /*background-position:95% bottom;
		background-size:50%;*/
    padding: 0 0 0 0;
  }

  .navbar {
    top: 0px;
  }
  #logo img.widelogo {
    display: none;
  }
  #logo img.normal {
    display: none;
  }
}
@media (min-width: 1121px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 840px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer p {
    clear: both;
    float: none;
  }
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 24px;
  }

  .jumbotron.yellow h1 {
    font-size: 28px;
  }
  .jumbotron p {
    font-size: 14px;
  }
  .countdown p {
    font-size: 12px;
  }
}
