.modal-content {
  top: 5%;
  padding: 5px 15px 0 15px;
  max-height: 90vh;
}
@media screen and (max-height: 479px) {
  .modal-content {
    top: 0;
    height: 100vh;
  }
}
.modal-body {
  max-height: 25vh;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-body span {
  font-weight: 600;
}
.modal-header {
  border: none;
}
.modal-header i:hover {
  cursor: pointer;
}
.modal-footer {
  border: none;
}
.modal-footer p,
.modal-footer label {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-height: 479px) {
  .modal-footer img {
    display: none;
  }
}
.input-group-addon:first-child {
  border-right: 0;
  width: 38px;
}
.container-fluid {
  max-width: 1200px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.nav li {
  padding: 15px 25px;
}
.nav li a {
  padding: 0;
}
.navbar-collapse {
  float: right;
}
@media screen and (max-width: 1199px) {
  .navbar-collapse {
    background-color: #222;
  }
}
.navbar-inverse {
  height: 90px;
  font-size: 14pt;
}
#bs-example-navbar-collapse-1 {
  margin-left: -50px;
}
@media screen and (min-width: 1000px) {
  #bs-example-navbar-collapse-1 {
    background-color: rgba(255,255,255,0);
  }
}
.navbar-header img {
  margin: -10px;
}
@media screen and (max-width: 399px) {
  .navbar-header img {
    max-width: 100%;
    height: auto;
    margin: 0;
    margin-top: 7pt;
    margin-left: -10px;
  }
}
.navbar-brand {
  max-width: 60%;
  height: auto;
}
.navbar-nav {
  margin: 22.5px;
}
.dropdown-menu {
  background-color: #080808;
  color: #fbfbfb;
}
.dropdown-menu li {
  margin: 0;
  padding: 0;
}
.dropdown-menu li a {
  font-size: 12pt;
  padding: 20pt;
  padding-top: 15pt;
  padding-bottom: 15pt;
  color: #9d9d9d;
}
.dropdown-menu li a:hover {
  background-image: none;
  background-color: #222;
  color: #fbfbfb;
}
.dropdown-menu .divider {
  height: 2px;
  margin: 0px 0;
  overflow: hidden;
  background-color: #9d9d9d;
  padding: 0;
}
.navbar-toggle {
  margin-top: 22.5px;
}
.footer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  position: absolute;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 70px;
  }
}
.footer img {
  max-width: 100%;
  height: auto;
}
.animate-show {
  opacity: 1;
  padding: 5px;
}
.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.animate-show.ng-hide {
  line-height: 0;
  opacity: 0;
  padding: 0 10px;
}
* {
  margin: 0;
}
html {
  position: relative;
  min-height: 100%;
  padding-bottom: 150px;
}
@media screen and (max-width: 399px) {
  html {
    padding-bottom: 70px;
  }
}
body {
  height: 100%;
  padding-top: 90px;
  background-color: #fbfbfb;
  font-size: 14pt;
  font-family: 'Raleway', 'lato';
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12pt;
  }
}
@media screen and (max-width: 399px) {
  body {
    font-size: 11pt;
  }
}
.wrapper {
  min-height: 100%;
  position: relative;
  height: 100%;
  margin: 0 auto -150px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    margin: 0 auto -70px;
  }
}
.push {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .push {
    height: 140px;
  }
}
.divider-vertical {
  position: absolute;
  left: 62%;
  top: 22%;
  bottom: 25%;
  border-left: 1px solid #eaeaea;
}
.floatR {
  float: right;
}
.start-pop-up {
  background-color: rgba(10,10,10,0.5);
  margin-top: -90px;
  height: 100%;
  position: fixed;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-img {
  max-width: 30%;
  height: auto;
}
.cookie-form {
  margin-top: 10pt;
}
#dont-show-again {
  font-size: 13pt;
  font-family: 'Raleway', 'lato';
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #dont-show-again {
    font-size: 11pt;
  }
}
@media screen and (max-width: 399px) {
  #dont-show-again {
    font-size: 10pt;
  }
}
#main-view {
  margin-bottom: -150px;
  min-height: calc(100vh - 90px);
  /*background-image: url("/images/headshot_student_min.png");*/
  background-image: url("../images/front_2023.jpg");
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  /*background-position: center; */
}

#main-view-temp {
  margin-bottom: -150px;
  min-height: calc(100vh - 90px);
  background-image: url("../images/front_2023.jpg");
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
}
#main-view-temp-2 {
  margin-bottom: -150px;
  min-height: calc(100vh - 90px);
  background-image: url("../images/artikel/img2.jpg");
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 399px) {
  #main-view {
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  #main-view {
    background-image: none;
  }
}
.select-search {
  color: #9f9f9f !important;
}
.select-search-bg {
  background-color: #fff !important;
  border-color: #ccc !important;
}
.hero-unit {
  margin-top: 2%;
  right: 45pt;
  position: fixed;
  padding-bottom:20px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .hero-unit {
    background-color: rgba(255,255,255,0.6);
    padding-bottom: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hero-unit {
    right: auto;
    background-color: rgba(255,255,255,0.6);
    padding-bottom: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-height: 599px) {
  .hero-unit {
    position: absolute;
    background-size: cover;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.6);
    padding-bottom: 20px;
    border-radius: 10px;
  }
}
.hero-unit p,
.hero-unit button {
  text-align: center;
}
.hero-unit h2 {
  text-align: center;
  margin-bottom: 10px;
}
.input-group {
  margin-top: 15px;
  margin-bottom: 15px;
}
#login-buttons {
  text-align: center;
}
#terms {
  font-size: 10pt;
  text-align: center;
}
#terms #questionmark {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  height: 10pt;
}
#remember-me {
  display: inline;
  font-weight: 300;
  margin-left: 15px;
  margin-bottom: 15px;
}
#start-button {
  margin-top: 15px;
}
#questionmark {
  display: -webkit-box;
  display: flex;
  padding-top: 3px;
  height: 10px;
}
#questionmark a {
  color: rgba(0,0,0,0.3);
}
#questionmark a :hover {
  color: rgba(0,0,0,0.7);
}
.fa-question {
  margin-left: 10px;
}
.explanation p {
  font-size: 8pt;
  text-align: left;
  margin: 0;
}

#sel3 {
  width: 77.3333333333%;
  padding: 0;
}
#sel32 {
  width: 77.3333333333%;
  padding: 0;
}


.sel3Q {
  padding-left: 10px;
}
#basic-addon1 {
  padding: 0;
}
.select-search-dropdown {
  background-color: #fff !important;
  width: 77.3333333333%;
}
.select-search-dropdown li {
  padding: 0;
}
.select-search-dropdown li a {
  font-size: 11pt;
  padding: 5px;
  color: #000;
}
.btn-closed {
  background-color: #d3d3d3;
  border-color: #a9a9a9;
}
#old-login-view {
  margin-top: -90px;
}
#sponsor-list {
  position: fixed;
  left: 8pt;
}
#sponsor-list div {
  margin-top: 25px;
  margin-right: 25px;
}
#sponsor-list img {
  margin-top: 15pt;
  height: 80vh;
}
#about-content {
  margin-top: 30px;
}
#about-content img {
  max-width: 100%;
  height: auto;
}
#support-mattecoach {
  margin-top: 30px;
}
#support-mattecoach p {
  display: -webkit-inline-box;
  text-align: center;
}
#support-mattecoach .sponsor-btn-area div {
  margin: 20px;
}
#support-mattecoach .sponsor-btn-area div .btn {
  margin-bottom: 10px;
}
#become_coach-content-text {
  padding: 0;
}
.become_partner-content-text {
  padding: 0;
}

.coach-info {
  margin-top: 30px;
}
.coach-info h4 {
  margin-top: 15pt;
  text-align: center;
}
.coach-info p {
  margin: 25px;
}
.circular {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  box-shadow: 0 0 8px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
}
@media screen and (max-width: 767px) {
  .circular {
    width: 200px;
    height: 200px;
  }
}
.elipse {
  border-radius: 100%;
  margin-top: 3%;
  margin-bottom: 3%;
}
.publication-area {
  margin-top: 30px;
}
.publication-area li {
  margin: 20px;
}
h2 {
  margin-top: 30pt;
  margin-bottom: 20pt;
}
#logo {
  margin-top: 50pt;
}
.logo-preview-img img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}
#logo-download-list {
  margin-top: 100pt;
}
.preview-img img {
  max-width: 100%;
  height: auto;
}
.kommunaffischer li {
  margin: 20px;
}
#sponsor-grid li {
  list-style: none;
}
.contact-profile {
  margin-top: 80pt;
}
.contact-profile img {
  width: 270px;
  height: auto;
}
.contact-content {
  margin-bottom: -40pt;
}
#questions div {
  height: 160pt;
}
@media screen and (max-width: 767px) {
  #questions div {
    height: auto;
  }
}

.talkmath {
  font-size:14px;
  background-color: rgba(255, 255, 255, 0.5);
}

.noscroll {
  overflow:hidden;
  overflow-y: hidden;
}


#englishText {
  font-size:13px;
  background-color: rgba(255, 255, 255, 0.8);
  width:660px; 
  margin:0 auto;
  text-align: center
}


#englishText2 {
  font-size:13px;
  /*background-color: rgba(255, 255, 255, 0.8);
  width:660px; */
  margin:0 auto;
  text-align: center;
  margin-top:20px;
}

#videotext {
  font-size:16px;
  /*background-color: rgba(255, 255, 255, 0.8);
  width:660px; */
  margin:0 auto;
  text-align: center;
  margin-top:0px;
  margin-bottom: 10px;
}

#overlay_video {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}


#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  text-align: center;
}
.video-container iframe {
  position: absolute;
  margin-top: 100px;
  left: 15%;
  width: 70%;
  height: 70%;

}