/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #ffffff;
  text-shadow: none; /* Prevent inheritance from `body` */
  font-weight: bold;
  background-color: #FC5200;
  border: .05rem solid #FC5200;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
  color: #FC5200;
  font-weight: bold;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

#loading{
  	display: none;
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	background: rgba(0,0,0,0.75) url(red-spinner.gif) no-repeat center center;
  	z-index: 10000;
}

#responsive-image { width: 100%; height: auto;} 

/*
form {
  background: white;
  width: 100%;
}
*/

.form-field {
  position: relative;
  border: 0;
  padding: 0;
}

.container {
  padding: 60px;
  display: flex;
  justify-content: space-around;
}

@media(max-width: 500px) {
  .container {
    padding: 0;
  }
}

.title {
  font-size: 1.5rem;
  color: #5f6988;
  font-weight: 300;
  border-bottom: 1px solid #dbe3ec;
  padding-bottom: 5px;
  margin: 0 0 40px 0;
}

.form-wrapper {
  background: white;
  width: 100%;
  box-shadow: 0 0 5px rgba(65, 67, 144, 0.1);
  padding: 20px;
}

label {
  font-size: .8em;
  color: #5f6988;
  margin-bottom: 3px
  display: block;
  font-weight: 300;
}

input, textarea, select {
  padding: 10px 13px;
  margin-bottom: 15px;
  width: -webkit-fill-available;
  width: -moz-available;
  border-radius: 10px;
  border: 1px solid #d4d9e3;
  font-weight: 600;
  color: #4d5060;
  font-family: 'Poppins', sans-serif;
  transition: all .3s ease-out;
  font-size: .8em;
  outline-color: transparent;
  outline-style: none;
}

select {
  -webkit-appearance: none;
}

select::after {
  content: "hello";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  display: block;
  border-top: 20px solid #f00;
}

input[type="text"]::placeholder {
  color: #d4d9e3;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
  border-color: #5eb9d7;
  background: #d9f6ff;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background: white;
  border-color: #5eb9d7;
  box-shadow: unset;
}



/*
LAST EDIT
*/
input[type="submit"],
button {
	/*
  background: #5eb9d7;
  */
  background: #A9A9A9;
  color: white;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 600;
  border: 1px solid #5eb9d7;
  line-height: 1;
  transition: all .3s ease-out;
}

{#
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
  background: white;
  /*
  color: #5eb9d7;
  */
  color: #A9A9A9;
  padding: 13px !important;
#}

.success-wrapper {
  background: white;
  width: 350px;
  box-shadow: 0 0 5px rgba(65, 67, 144, 0.1);
  padding: 50px;
}

.errors {
    list-style: none;
    margin: -15px 0 20px;
    font-size: .8em;
    text-align: left;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #fae7ea;
    padding: 9px 15px;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    border: 1px solid #e1c5c5;
    color: #8d7575;
    height: fit-content;
}

.error {
  margin-bottom: 5px;
}

.error:last-of-type {
  margin-bottom: 0;
}

i {
  height: 15px;
  color: #8d7575;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 150px;
  margin-left: 150px;
  font-size: .9em;
}

.g-recaptcha div {
  margin: auto;
}

.preference_buttons {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

#map {
  width: 800px;
  height: 600px;
}

.center-of-map:before {
  position: absolute;
  content: "\271B";
  z-index: 990;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 4rem;
}

.crosshair {
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 10000;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #222;
    text-shadow: 1px 1px 3px #fff;
}

.center-of-map-description {
  background: #fff;
  margin: 0 !important;
  padding: 2px 10px;
}

{#
.komfind_id
{
  display: none;
}
#}


