/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
	font-family: 'Frank Ruhl Libre', serif;
}
h1{
	font-size: 29px !important; 
}
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.gradient{
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.49)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
padding: 20px;
position: relative;
color: #fff !important;
top: -144px;
    font-family: 'Frank Ruhl Libre', serif;
padding-bottom: 1px;
}
a{
  color: #77a9ca;
}
.gradient h1 a{
	color: #fff !important;
}
.bg-image-full{
	text-align: center;
}
.navx{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
	transform: translate(-50%);
	float: left;
}
.container a{
}
h1 a{
  color: #000;
}
.container a:hover{
	text-decoration: none;
}
.navx li{
	margin: 0 10px;
	float: left;
}
.navx li a{
    color: #000;
    transition: 300ms;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 0 23px;
    letter-spacing: 1px;
}
.navx li a:hover{
	text-decoration: none;
	color: #77a9ca;
}
.subtitle{
	font-family: 'Charm', cursive;
    font-size: 27px;
    line-height: 1.55556;
    max-height: 7.9375rem;
    color: #77a9ca;
    font-style: italic;
    font-weight: 600;
}
.maintitle{
	font-family: 'Allura', cursive;
    font-size: 4.625rem;
    line-height: 1.45946;
}
.clearfix{
	clear: both;
	width: 100%;

}
p{
  font-family: 'Frank Ruhl Libre', serif !important;
}

p span{
  font-family: 'Frank Ruhl Libre', serif !important;
}

.bg-dark{
	background-color: #464646 !important;
}

.onlymobilemenu{
  display: none;
}

@media(min-width: 1120px){
  .onmobile{
    display: none !important;
  }
  .navx{
    display: block !important;
  }
}
@media(max-width: 1120px){
  .onmobile{
    padding: 10px ;
    display: block !important;
  }
  .navx{
    display: none;
  }
  .onlymobilemenu{
    display: inline-block;
    cursor: pointer;
    padding: 8px 12px;
    background: #77a9ca;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #fff;
  }
  .navx li {
    margin: 0 5%;
    float: left;
    width: 90%;
  }
  .msearch{
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    right: auto !important;
    display: none !important;
  }
  .navx li a {
    color: #000;
    transition: 300ms;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0px;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.7803921568627451);
    padding: 8px 22px;
  }
  .linie{
    display: none !important;
  }
}