
.profileImg {
	/*width: 50%; */
	margin: auto;
	height: 18vw;
}

/* .carousel-background_sub{
	width: 50%;
} */

.logoImg {
	width:50%;
}

.logoSmall{
	width: 17%;
	float: left;
	margin-bottom: -5%;
}

.navbar-default {
    background: #5c8282 !important;
}

.picdown {
	margin-top: 12%;
}

@media screen and (max-width: 650px) {

	.picdown {
		margin-top: 0% !important;
	}
}


.downloadAppfromStore{
	width: 180px;
}



.cookieAcceptBar {
  display:block;
  position: fixed;
  margin-top: 5%;
  left:0;
  right: 0;
  text-align: center;
  background-color: #3333337a;
  color: #fff;
  padding: 20px 0;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#cookieAcceptBarConfirm {
	display: inline-block;
	width: 20%;
	margin-left: 2%;
  cursor: pointer;
  border: none;
  background-color: #2387c0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

#cookieText{
	display: inline-block;
	width: 40%;
}

.btn-group, .btn-group-vertical {
    margin-bottom: 4%;
}

/* Video */
.btn-group .button {
/*
    background-color: #2387c0;
    border: 1px solid #8892ff;
    color: white;
    padding: 5px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float: left;
    width: 24%;
    */
}

.btn-group .button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-group .button:hover {
  background-color: #8b90c5;
}

.button_selected {
    background-color: #dddededb !important;
}


.video{
	display:none;
}

.mediumpic{
	width: 95%;
}

.cursiv_instructions {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 2%;
}

#bam{
	/* margin-top: 14%; */
}



/* ---- Button css ----- */


/* CSS */
.button-30 {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

