

@charset "UTF-8";
/* CSS Document */

body { background: url("img/bg.jpg") no-repeat; background-position: 0% 100px; }
.alternativ { background: url("img/bg_alternativ.jpg") no-repeat; background-position: 0% 100px; } 
p { font-size: 150%; }
h1 { font-family: 'Dancing Script', cursive; font-size: 700%; color: #483B69; font-weight: 600; }
.bjldate { margin: 150px 0 0 0; }

.b_content { padding: 20px 0 50px 0; }
		
		
.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 26%;
position: relative;
border-top: 20px solid #99D6EA;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

		

		
.topnav {
  overflow: hidden;
  background-color: #483b69;
			max-width: 85em;
			margin: 0 auto;
}
		
#navigation { background: #483b69; border-top: 5px solid #99D6EA; } 

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

.topnav a:hover {
  background-color: #7f82ad;
  color: #fff;
}

.topnav a.active {
  background-color: #7f82ad;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
	
	
}


#logo { margin-top: 2em; }
		
#timer { margin: 0 auto 5em auto;  }


span {
  display: block;
  font-size: 20px;
  color: #000;
	font-weight: normal;
}

#days {
  font-size: 100px;
  color: #483b69;
	display: inline-block;
  line-height: 1;
  padding: 20px;
	font-weight: bold;
}
#hours {
  font-size: 100px;
  color: #483b69;
	display: inline-block;
  line-height: 1;
  padding: 20px;
	font-weight: bold;
}
#minutes {
  font-size: 100px;
  color: #483b69;
	display: inline-block;
  line-height: 1;
  padding: 20px;
	font-weight: bold;
}
#seconds {
  font-size: 50px;
  color: #7f82ad;
	display: inline-block;
  line-height: 1.2;
  padding: 20px;
}
		
		.back-to-top {
 background:#9ad5e9;
 position: fixed;
 bottom:20px;
 right:20px;
 padding:1em 1.5em 1em 1.5em;
 z-index: 100;
 color: #fff;
}
		.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

[data-ripple] {
  position: relative;
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 9999px;
  animation: ripple-animation 2s;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}

.aks-accordion {
  width: 100%;
  margin: 0 auto;
}
.aks-accordion-row {
}
.aks-accordion-item {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 12px;
  padding-left: 5px;
  cursor: pointer;
}
.aks-accordion-item-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aks-accordion-item-icon {
  width: 25px;
  height: 25px;
  background: #483B69;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  text-align: center;
}
.aks-accordion-item-icon svg {
  width: 15px;
  fill: white;
  margin: 0 auto;
}
.aks-accordion-item-title {
  width: 90%;
  text-align: left;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.aks-accordion-item-title h4 {
  margin: 0;
}
.aks-accordion-item-content {
  display: none;
  width: 100%;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 42px;
  overflow: hidden;
  word-break: break-word;
  width: 88%;
  text-align: left;
  line-height: 1.5;
}

.aks-accordion-item.opened .aks-accordion-item-icon-open {
  display: none;
}
.aks-accordion-item-icon-close {
  display: none;
}
.aks-accordion-item.opened .aks-accordion-item-icon-close {
  display: block;
}


		
		
@media screen and (max-width: 500px) {
	
	.nv {margin-bottom: 35px; }
	
  .aks-accordion {
    width: 100%;
  }
  .aks-accordion-item-content {
    padding-left: 11px;
    width: 92%;
  }
 
	
	.bjldate img { max-width: 50%; height: auto;  }
	h1 { font-size: 230%; margin: 10px 0 0 0; font-weight: bold; }
	body { background-position: 0% 0%;  }
	.bjldate { margin: 0; }
	#logo img {max-width: 100%; height: auto; }
	#timer { margin: 1em auto 0 auto;  }
	
	.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}
	
	span {
  display: block;
  font-size: 10px;
  color: #000;
}

#days {
  font-size: 37px;
  color: #483b69;
  display: inline-block;
  line-height: 1.2;
  padding: 10px;
}
#hours {
  font-size: 37px;
  color: #483b69;
	display: inline-block;
  line-height: 1.2;
  padding: 10px;
}
#minutes {
  font-size: 37px;
  color: #483b69;
	display: inline-block;
  line-height: 1.2;
  padding: 10px;
}
#seconds {
  font-size: 30px;
  color: #7f82ad;
	display: inline-block;
  line-height: 1.2;
  padding: 10px;
}
}
