.material-icons {
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

body {
  padding-top: 0rem;
  font-family: 'Lato', sans-serif !important;
  min-height: 100%;
  position: relative;
  background: #fff;
}

a:hover {
	text-decoration: none;
}

/* Vis dropdown når man hover */

@media only screen and (min-width: 768px) {
  /* For mobile phones: */
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: -10px;
  }
  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
   }

   .centerVertical {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 100px;
  padding: 40px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
}
  .mailWidth {
		width: 30rem;
	}

}



 #map {
 	    z-index: 0;
        min-height: 50vh;
        width: : 100%;
      }


.CenterWrap {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.HeaderTitle {
	font-size: 48px;
	margin-bottom: 40px;
}

.SubHeaderTitle {
	font-size: 38px;
}

.Contact-Info {
	text-align: left;
    display: inline-block;
    font-size: 28px;
    font-weight: 300;
}

.ContactTitle {
	font-size: 30px;
	font-weight: 500;
	margin-top: 30px;
}

.roundfull {
	border-radius: 50px;
	min-height: 50px !important;
}

.form-dark {
	width: 100%;
	padding: .375rem .75rem;
	color: white;
	-webkit-transition: all 0.30s ease-in-out !important;
	-moz-transition: all 0.30s ease-in-out !important;
	-ms-transition: all 0.30s ease-in-out !important;
	-o-transition: all 0.30s ease-in-out !important;
}

.form-dark:focus {
/*	border: solid 2px red !important; */
box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
border: 1px solid rgba(81, 203, 238, 1) !important;
outline: none !important;
}

/*input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out !important;
  -moz-transition: all 0.30s ease-in-out !important;
  -ms-transition: all 0.30s ease-in-out !important;
  -o-transition: all 0.30s ease-in-out !important;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1) !important;
} */

.pagecard a:hover {
  color: rgba(0,0,0,0);
}


.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.navbar-toggler {
    border-color: rgba(0,0,0,0) !important;
}


.navbar a{
	font-size: 15px;
	text-align: center;
}

.navbar li{
    padding-left:11px;
   }

.main {
	min-height: 100vh;
}

.starter-template {
  padding: 5rem 1.5rem;
  text-align: center;
  transform:skew(0deg,-5deg);
  -ms-transform:skew(0deg,-10deg); /* IE 9 */
  -webkit-transform:skew(0deg,0deg); /* Safari and Chrome  */
  /*background: #eff7f8; */
}

.centerdiv {
	text-align: center;
	width: 1260px;
	background-color: red;
	margin: auto;
}

.homepage {
	text-align: center;
	margin-right: auto;
}

.Header {
	background: #fff;
	color: #111;
}

.lead {
	max-width: 650px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.0em;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.centerCol {
	margin: auto;
}

.card-deck .card {
   min-width: 350px;
   border-color: rgba(0,0,0,0) !important;
}

.pagecard {
	color: #fff;
	background-color: cyan;
	margin: auto;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
	height: 450px;
	width: 350px;
	/*width: 350px;
	/*height: 506.2px; */
	background-size: cover;
	box-shadow: 0 10px 25px 0 rgba(50,94,128,.5);
	border-radius: 3px;
	padding-top: 0rem;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}

.pagecard:hover {
	background-image: none;
	background-color: black;
	transition: all 1s ease-in-out;
}

.Pagecard-title {
}

.Pagecard-description {
	font-weight: 300;
	font-size: 20px;

}

.pageIcon {
/*	display: block;
    margin-left: auto;
    margin-right: auto; */
    padding-top: 33px;
    padding-bottom: 80px;
}

.Pageinfo {
	margin-top: 0px;
	background-color: none;
    padding: 2rem 3.5rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.clearLink {
	border-radius: 50px;
	border-width: 2px;
	border-style: solid;
	padding: 8px 30px;
	display: inline-block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: white;

}

.clearLink:hover {
	border-radius: 50px;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	padding: 8px 30px;
	display: inline-block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: black;
	background-color: white;
	transition: 1s;
}

.bg-coupleHeader {
	background-image: url("images/Couple.jpg");
}

.workshop {
   /* background-image: linear-gradient(60deg,#5a40d8,#d84add); */
    background-image: linear-gradient(-40deg,#1767ef,#14c4ff);
}

.feuerstein {
	background-image: linear-gradient(-40deg,#2f86d7,#1cf5ba);
}

.mentorForDig {
   /* background-image: linear-gradient(-40deg,#03a143,#4cd964); */
   background: linear-gradient(-40deg, rgba(13,163,130,1), rgba(103,228,78,1));
}

.SharedHeader {
	background-color: #eff7f8;
	text-align: center;
	padding: 7rem 1rem;
	color: white;
}

.HeaderFeuerstein {
	/*background-image: linear-gradient(-40deg,#2f86d7,#1cf5ba); */
    background: linear-gradient(-40deg,#2f86d7,#1cf5ba);
}

.HeaderMentor {
	/*background-image: linear-gradient(-40deg,#03a143,#4cd964); */
	 background: linear-gradient(-40deg, rgba(13,163,130,1) 0%, rgba(103,228,78,1) 100%);

}

.PostContent {
	padding: 4rem 1rem;
	font-size: 20px;
	max-width : 655px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	color: 111;
	line-height: 1.5em;
}

.PostContent img {
display: block;
max-width: 665.5px;
width: auto;
height: auto;
padding: 2rem 0;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.marginNow {
	margin-top: 13%;
}

.Post-Card {
    background: rgba(222,228,237,.4);
	margin: auto;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 450px;
	/*width: 350px;
	/*height: 506.2px; */
	background-size: cover;
	border-radius: 3px;
	padding-top: 0rem;
}

.Post-Actions {
margin: 0rem 0;
text-align: center;
}

.Post-Actions a {
background: rgba(222,228,237,.4);
display: inline-block;
border: 0;
border-radius: 4px;
font-size: 14px;
line-height: 1.4em;
font-weight: 500;
text-transform: uppercase;
padding: 1rem 1.4rem;
margin: 1rem;
transition: all .15s cubic-bezier(.645,.045,.355,1);
}

.Post-Prices {
font-size: 18px;
display: block;
max-width: 765.5px;
width: auto;
height: auto;
padding: 2rem 0;
position: relative;
left: 50%;
transform: translateX(-50%);
}

ul {
	font-size : 18px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #eff7f8;
}

.modal-footer {
	border: none !important;
}


/* Mailchimp */

.mc-field-group {
	margin-bottom: 20px;
	min-height: 40px !important;
}




/* MOBILE */

@media all and (max-width: 768px) {
	h1 {
		font-size: 2.0rem;
	}

	.Contact-Info {
		font-size: 22px;
	}

	.centerVertical {
	  z-index: 100;
	  position: absolute;
	  max-height: 50%;
	  width: 90%;
	  top: 50%;
	  left: 50%;
	  padding: 3vh;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
	  background-color: white;
}
.mailWidth {
 max-width: 90vw;
}
}
