html {
	font-size: 16px;
}

*[data-toggle="collapse"],
*[data-toggle="modal"] {
	cursor: pointer;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
}
.description h5 {
	font-size: 1rem;
}

a {
    color: #365c96ff;
}
a:hover {
	text-decoration: none;
}

/* Header */

.page-header .col-md-4.float-left {
  text-align: right;
  padding-right: 30px;
}
.page-header .col-md-4.float-left:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 78px;
    height: 120px;
    width: 100%;
    background-color: #65ac4c;
}
.page-header .col-md-4.float-left span {
    font-size: 300px;
    font-weight: 700;
    line-height: 214px;
    color: #fff;
    position: absolute;
    bottom: 146px;
    right: 0px;
}
.page-header .col-md-4.float-left p {
  font-size: 41px;
  line-height: 36px;
  margin-bottom: 20px;
  margin-right: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 80px;
  right: 0px;
  word-spacing: 16px;
}

.page-header .col-md-8.float-right:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 78px;
    height: 120px;
    width: 100%;
    background-color: #fff;
}

.page-header .col-md-8.float-right {
  color: #fff;
}
.page-header .col-md-8.float-right h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-header .col-md-8.float-right h1,
.page-header .col-md-8.float-right h3 {
	margin: 10px 0;
}
.page-header .col-md-8.float-right span {
  word-spacing: 2px;
  display: inline-block;
}
.tile {
	max-height: 10rem;
}
.tile-title {
	font-size: 1.6rem;
	line-height: 2rem;
}
.tile-date {
	font-size: 1rem;
}

#header {
	/* background-color: #54009a; */
	width: 100%;
  height: 100vh;
  height: if(media(orientation: landscape): 100vh; else: 56vw);
	position: relative;
	/* min-height: 660px; */

}

.dashboard {
  /* display: inline-block; */
  text-align: right;
  padding-left: 0px;
  padding-right: 36px;
  /* margin-top: -60px; */
  /* margin-left: -32px; */
  /*margin-right: 140px;
  max-width: 700px;*/
  /* background-color: #54009a; */
  position: absolute;
  bottom: -12px;
  right: 0px;
  /* width: 62%; */
}
/* .dashboard-item {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 22px -40px 22px 10px;
  width: 148px;
}
.dashboard-link {
  font-size: 17px !important;
  font-weight: 600;
  padding-top: 0 !important;color: #fff;
}
.dashboard-link i {
  font-size: 60px !important;
  color: #fff;
  background-color: #3156be;
  max-width: none !important;
  padding-top: 15px !important;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 100%;
  width: 94px;
  height: 94px;
} */

/* Section */

.section {
    padding: 2px 0;
}
.section h2.title {
    margin-bottom: 3rem;
}

/* Separator */

/* .sep::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 48%;
  height: 0;
  border-top-width: 1px;
  top: 50%;
  border-top-style: solid;
  border-color: #3C4858;
}
.sep::after {
  content: "";
  position: absolute;
  right: auto;
  left: 0;
  width: 48%;
  height: 0;
  border-top-width: 1px;
  top: 50%;
  border-top-style: solid;
  border-color: #3C4858;
}
.sep a {
	color: #3C4858
} */

/* Programm */
.nav-tabs .nav-item .nav-link {
	font-size: 18px;
	padding: 10px 8px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: rgb(0, 159, 227) !important;
}
.event-header {
	font-weight: bold;
	color: white;
	background-color: #009fe3ff;
	border-radius: 4px;
}
/* #schedule .info {
  max-width: 720px;
  padding: 0;
}
#schedule .info-horizontal .icon {
  margin-top: 34px;
}
#schedule .section-icon {
  margin-left: 104px;
  width: 32px;
}
#schedule .info .description p,
#schedule .info .description li {
  text-align: justify;
  /*font-weight: bold;*/
  /* color: #3C4858;
}
#schedule .info .description ul {
	padding-left: 20px;
}
#schedule .info .description ol {
	padding-left: 15px;
} */
/*#schedule h4[data-toggle] {
  cursor: pointer;
}*/
#schedule .location {
  font-weight: normal;
}

/* Speakers */

#carouselSpikers {
  margin-bottom: 10px;
}
#carouselSpikers .row {
	margin-right: -12px;
	margin-left: -12px;
}
/*
#carouselSpikers .carousel-control-prev {
  left: -40px;
}
#carouselSpikers .carousel-control-next {
  right: -40px;
}
*/
#carouselSpikers .carousel-control-prev,
#carouselSpikers .carousel-control-next {
/*  width: 3%;
  height: 25%;
  top: 25%;*/
	width: 40px;
	height: 40px;
	top: -90px;
}
.img-lift {
  position: absolute;
  top: -100px;
  width: 100%;
}
#carouselSpikers .card-img-top.rounded-circle,
#speakerModals .card-img-top.rounded-circle {
  /* width: 254px;
  height: 254px; */
  max-width: 200px;
  height: auto;
  /*left: 27px;*/
  box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.carousel .card {
  margin-bottom: 3px;
  margin-top: 100px;
  padding-top: 100px;
}

#speakerModals .modal-dialog {
	max-width: 330px;
}
#speakerModals .img-lift {
	position: relative;
	top: -60px;
	width: 100%;
}
#speakerModals .card-body {
	margin-top: -60px;
}

/* Location */

#location {
  background-color: #fff;
}
#location h2.title {
    margin-bottom: 2rem;
}
#location .nav-link {
	font-size: 18px;
}
#location p {
  font-weight: 400;
  font-size: 22px;
}
#location .tab-space {
	padding-bottom: 0px;
}
#map {
  margin-top: 20px;
  z-index: 5;
  height: 70vh;
}


/* Registration */

#gofreg_form fieldset {
	margin-top: 4px;
}
#gofreg_form legend {
	font-size: 1rem !important;
}

/* ===================================================== */

@media screen and (max-width: 767px) {
  html {
	  font-size: 13px;
  }
  .page-header .col-md-4.float-left {
    display: none;
  }
}

@media screen and (max-width: 1160px) {
  .page-header .col-md-4.float-left span {
    font-size: 186px;
    line-height: 42px;
    bottom: 312px;
  }
  .page-header .col-md-4.float-left p {
    bottom: 160px;
    width: 216px;
  }
  .page-header .col-md-8.float-right:after,
  .page-header .col-md-4.float-left:after {
    bottom: 0px;
    height: 302px;
  }
  #header {
	min-height: 0px;
  }
  .dashboard {
	position: relative;
	bottom: 8px;
	/* max-width: 60%; */
	/* margin-bottom: 0rem; */
  }
  .dashboard-item {
	margin: 16px -40px 10px 10px;
  }
  .dashboard-link {
    /* color: #000; */
  }
  .dashboard-link i {
    margin-bottom: 8px;
  }
  .page-header .col-md-8.float-right h1 {
    font-size: 32px;
  }
}

/* @media screen and (max-width: 410px) {
  #schedule .info-horizontal .icon {
	float: none;
	margin-left: 0;
  }
  #schedule .info .info-title {
	margin-top: 1rem;
  }
} */

@media screen and (max-width: 376px) {
  .page-header .col-md-8.float-right:after {
    height: 456px;
  }
}

@media screen and (max-width: 320px) and (max-height: 480px) {
  .page-header .col-md-8.float-right:after {
    height: 234px;
  }
  .page-header .col-md-8.float-right h1 {
    font-size: 20px;
  }
  .dashboard-item {
    /* width: 100px; */
	margin-top: -26px;
  }
  .dashboard-link {
    font-size: 10px !important;
    line-height: 0px;
  }
  .dashboard-link i {
    font-size: 50px !important;
    padding-top: 6px !important;
    margin-bottom: 0px;
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 320px) {
  h2.title {
	font-size: 1.75rem;
	margin-bottom: 1rem;
	margin-top: 0;
  }
}
@media (max-width: 991px) {
	.carousel .card .card-body {
		min-height: 100px;
	}
    #header {
  		/* height: 696px; */
    }
}
/* @media (min-width: 789px) {
	.dashboard > br {
		display: none;
	}
} */
