@font-face {
	font-family: 'MontserratRegular';
	src: url('fonts/Montserrat-Regular.ttf')  format('truetype')
  }
  @font-face {
	font-family: 'MontserratLight';
	src: url('fonts/Montserrat-Light.ttf')  format('truetype')
  }
  @font-face {
	font-family: 'MontserratThin';
	src: url('fonts/Montserrat-Thin.ttf')  format('truetype')
  }
  @font-face {
	font-family: 'MontserratBold';
	src: url('fonts/Montserrat-Bold.ttf')  format('truetype')
  }
  @font-face {
	font-family: 'CaveatReg';
	src: url('fonts/Caveat-Regular.ttf')  format('truetype')
  }
  @font-face {
	font-family: 'CaveatBold';
	src: url('fonts/Caveat-Bold.ttf')  format('truetype')
  }


html, body{
	font-size: 14px;
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
}
body{
	overflow-y: scroll;
}

a, a:hover, a:active a.text-muted{
	font-weight: bold;
	color: rgba(26,126,247,1) !important;
}
a.foot-link{
	color: rgba(255,255,255,1) !important;
}
a.text-info{
	font-size: 80%;
}
.titled{
	font-size: 2rem;
}
.citated{
	font-size: 3rem;
	font-weight: bold;
	font-family: CaveatBold;
	margin-top: 3rem;
	margin-bottom: 3rem;
	background-image: linear-gradient( rgba(0,99,246,1) 10%, rgba(255,255,255,1) 50%, rgba(0,99,246,1) 90%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color:  rgba(0,99,246,1);
}
.citated2{
	background-image: none;
	-webkit-text-fill-color: rgba(237,36,54,.7);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color:  rgba(237,41,57,1);
}

.bordered-light{
	border: 1px solid rgba(0, 0, 0, .2);
}

.motto{
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.motto1{
	font-weight: bold;
	font-size: 2rem;
	font-family: CaveatBold;
	color: rgba(237,41,57,1);
}
.motto2{
	font-size: 2rem;
	font-family: CaveatBold;
	font-weight: bold;
	background-image: transparent;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color:  rgba(237,41,57,1);
}

body{
	margin-top: 5rem;
	margin-bottom: 6rem;
}

#cookieAlert{
	position: fixed;
	right: 0rem;
	bottom: -10rem;
	left: 0rem;
	height: 3rem;
	background-color: rgba(2,28,116,1);
	color: rgba(255,255,255,1);
	z-index: 1031;
}
.preloader{
	display: none;
}

#fsCarusel{
	display: none;
}
.carousel-item{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	min-height: 25%;
}
.cslide-0{ background-image: url("assets/c0.png"); }
.cslide-1{ background-image: url("assets/c1.png"); }
.cslide-2{ background-image: url("assets/c2.png"); }
.cslide-3{ background-image: url("assets/c3.png"); }
.carousel-control-prev,
.carousel-control-next{
	width: 5%;
	opacity: .2;
	transition: opacity .15s ease;
}
.carousel-control-prev-icon{ background-image: url("assets/arrow-left-circ.svg"); }
.carousel-control-next-icon{ background-image: url("assets/arrow-right-circ.svg"); }
.carousel-caption{
	background-color: rgba(2, 28, 116, .6);
	border: .2rem solid rgba(2, 28, 116, 1);
	border-radius: 12rem 0rem 12rem 0rem;
	width: auto;
	max-width: 50%;
	left: auto;
	right: 1%;
	bottom: 12%;
	padding: 1rem 4rem 1rem 4rem;
}
.carousel-indicators li{
	height: .75rem;
	width: 1.5rem;
	border: 1px solid rgba(2,28,116,1);
	border-radius: .75rem 0rem .75rem 0rem;
}

#mainMnu{
	position: fixed;
	top: 0rem;
	right: 0rem;
	left: 0rem;
	z-index: 1030;
}
.main-mnu{
	font-size: 1.2rem;
	padding: .5rem 3rem .5rem 3rem !important;
	border-radius: 3rem 0rem 3rem 0rem;
	border: 1px solid transparent;
	margin-left: 2rem;
	margin-right: 2rem;
	transition: border-color .5s ease, background-color 1s ease, color 1s ease;
}

.no-bullet{
	list-style: none;
}

.bi{
	width: 1rem;
	height: 1rem;
}

.kontakt-list > li{
	font-size: 1.5rem;
	margin-bottom: 1.8rem;
}
.kontakt-list > li > svg{
	width: 1.5rem;
	height: 1.5rem;
}

.footer{
	position: fixed;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
	min-height: 3rem;
	background-color: rgba(2, 28, 116, 1);
	color: rgba(255,255,255,1);
	z-index: 1030;
}

.gal-slide{
	cursor: pointer;
}

.is-invalid{
	color: rgba(237,41,57,1);
}

.image-div{
	max-width: 1100px;
	max-height: 800px;
	width: 100%;
}

.contact-icon{
	display: inline-block;
	width: auto;
	height: 3rem;
	margin: 1rem;
}
.contact-icon-img{
	width: 3rem;
	height: 3rem;
	color: rgba(2, 28, 116, 1);
	display: inline;
}
.contact-icon-text{
	display: inline;
	margin-left: 1rem;
}
.contact-icon:hover>.contact-icon-text{
	font-weight: bold;
	color: rgba(237,41,57,1) !important;
}

.map-div{
	width: 100%;
	height: 100%;
	min-height: 34rem;
}

.gallery-link{
	display: block;
	width: inherit;
	margin: 0rem;
}
.gallery-link:hover{
	box-shadow: 2px 2px 6px 1px rgba(2, 28, 116, .5);
}
.gallery-thumb-container{
	position: relative;
	width: inherit;
}
.gallery-thumb-img{
	width: inherit;
}
.gallery-thumb-fold{
	position: absolute;
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
	background-color: rgba(0,0,0,.6);
	display: none;
}
.gallery-thumb-fold-text{
	color: rgba(255,255,255,1);
	position: absolute;
	right: 0rem;
	bottom: 0rem;
	margin: 1rem;
}
.gallery-thumb-fold-text-icon{
	width: 2rem;
	height: 2rem;
}

.gallery-thumb-fold:hover, .gallery-thumb-img:hover + .gallery-thumb-fold{
	display: block;
}

.gal-img{
	width: 100%;
}

.swimm-list{
	padding: 0rem;
}
.list-img{
	width: 2rem !important;
	height: 2rem !important;
}

.alert-title{
	font-variant: small-caps;
}
.alert-icon{
	width: 4rem;
	height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.alert-icon-info{ background-image: url('assets/info.svg'); }
.alert-icon-warning{ background-image: url('assets/warning.svg'); }
.alert-icon-error{ background-image: url('assets/error.svg'); }
.alert-icon-success{ background-image: url('assets/success.svg'); }
.alert-text{
	margin: 1rem;
	font-weight: bolder;
}
/* Breakppoints */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#mainMnu{
		position: fixed;
		top: 0rem;
		right: 0rem;
		left: 0rem;
	}
	body{
		margin-top: 5rem;
	}
	.main-mnu:hover, .main-mnu:active, .main-mnu.active{
		border-color: transparent;
		background-color: transparent;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#mainMnu{
		position: fixed;
		top: 0rem;
		right: 0rem;
		left: 0rem;
	}
	body{
		margin-top: 5rem;
	}
	.main-mnu:hover, .main-mnu:active, .main-mnu.active{
		border-color: transparent;
		background-color:transparent;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#mainMnu{
		position: relative;
	}
	body{
		margin-top: 0rem;
	}
	.navbar-brand{
		display: none;
	}
	#fsCarusel{
		display: block;
	}
	.main-mnu:hover, .main-mnu:active, .main-mnu.active{
		border-color: rgba(2,28,116,1);
		background-color: rgba(2,28,116,.4);
		color: rgba(255,255,255,1) !important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#mainMnu{
		position: relative;
	}
	body{
		margin-top: 0rem;
	}
	.navbar-brand{
		display: none;
	}
	#fsCarusel{
		display: block;
	}
	.main-mnu:hover, .main-mnu:active, .main-mnu.active{
		border-color: rgba(2,28,116,1);
		background-color: rgba(2,28,116,.4);
		color: rgba(255,255,255,1) !important;
	}
}