@charset "UTF-8";
/* CSS Document */

body{
  font-family: 'Trebuchet MS', Arial, sans-serif;
	overflow-x: hidden;
}

h1{
  color: #004795;
  font-size: 30px;
  line-height: 34px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  margin: 20px 0px;
}

h2{
  color: #004795;
  font-family: 'Trebuchet MS', Arial, sans-serif;
}

p{
  font-size: 16px;
  margin: 30px 0px;
  font-weight: 300;
}

h3{
  font-size: 20px;

}

h4{
  font-size: 20px;
  margin-top: 20px;
}


ul {
	list-style-type: none;
}


section {
  width: 600px;
}

label {
  display: block;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}


input {
  font-size: 16px !important;
}

select {
  width: 65%;
  height: 50px;
  font-size: 16px !important;
}

small {
  display: block;
  font-size: 13px !important;
  color: #004795;;
}

.postnr-container {
  width: 120px;
  display: inline-block;
  margin-bottom: 40px;
}

.postnr {
  width: 70px !important;
  display: block;
}

.poststed-container {
  width: 300px;
  display: inline-block;
}

.poststed {
  width: 260px; !important;
  display: block;
}

.bursdag {
  width: 180px !important;
}


.header h1{
  color: #fff;
  margin-bottom: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;


}

.header h2{
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 100px;

}

.footer{
	background-color:#262626;
	color:#fff;
	padding:40px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
}

.footer h1{
	color:#fff;
	font-size: 20px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  text-align: center;
}

.footer a{
  color:#43b632;
  text-decoration: none;
}

.footer a hover{
  color:#43b632;
  text-decoration: none;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:50%;
    width:100%;
    position:absolute;
}


.map{
  margin-top:50px;
}


.form{
  height:100%;
  width:100%;
	display: inline-block;
}


form input {
  height:50px;
  width:400px;
  border-radius:3px;
  border:rgba(0,0,0,.3) 2px solid;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:20px;
  margin-top:10px;
  color: #000000;
}


input[type=checkbox] {
  appearance: none;
  width: 30px !important;
  height: 30px !important;
  margin: 5px !important;
  padding: 0 !important;
}

.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
   background-color: #084993;
}

.regular-checkbox:checked {
  background-color: #084993;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
  color: #084993;
}

input[type=checkbox]:focus {
  outline: none;
}

checkbox-container {
  max-width: 300px;
  display: block;
}


#check-label {
  margin-left: 40px;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 20px 5px;
  max-width: 500px;
}


.radio-container {
  margin-top: 26px;
  margin-bottom: 24px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #084993;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #084993;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




.button{
  height:50px;
  width:150px;
  border-radius:0;
  border:rgba(0,0,0,.3) 0px solid;
  box-sizing:border-box;
  padding:5px;
  margin-top: 20px;
  margin-bottom: 30px;
  background:#004795;
  color:#FFF;
  font-weight:bold;
  font-size: 18px;
  transition:background .4s;
  cursor:pointer;
  text-decoration: none;
  display: block;
}

.button:hover{
  background:#79c7db;
  text-decoration: none;
  color: #fff;

}


.col-centered{
    float: none;
    margin: 0 auto;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}


.img-responsive{
  margin: 0 auto;
  width:60%;
  margin-top: 20px;
}


.logo {
  margin: 5em 0;
  display: block;
  width: 50%;
}


/* Placeholder text */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}



label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    *overflow: hidden;
}


/* Responsive */
@media (max-width: 800px) {

  section {
    width: 100% !important;
    padding: 1em 4em;
  }

  #mobil-input {
    height:50px;
    width:80%;
  }

  #email-input {
    height:50px;
    width: 80%;
  }

  .bursdag, .postnr-container, .poststed {
    height:50px;
    width: 80%;
  }

  .logo {
    margin: 2em auto !important;
    display: block;
    width: 50%;
  }
}