@charset "UTF-8";
/* CSS Bea Engels */
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Dosis', sans-serif;
    overflow-x: hidden;
}
hr
{
    border-top: 0.01em solid  #5c4c95;
    margin-bottom: 50px;
    margin-top: 50px;
}

/* Container */
@media screen  and (max-width: 768px) {
#c76, #c75
{
    visibility: hidden;
    height: 0px;
}
#c87
    {
        padding-top: 50px;
    }
}

#c70 img
{
    padding-left: 0px;
}
.col-md-6 img,
.col-12 img
{
    _padding-top: 15px;
}
.mitte img
{
    margin-bottom: 50px;
}
.dummy
{
    height:16.0vw;
}
.symbol
{
    max-width: 30vw;
    width: 100%!important;
    height: auto;
    position: relative;
    float: right;
    right:0px;
    min-width: 350px;
}
@media screen  and (max-width: 768px) {
.symbol
{
    width: 100%!important;
    height: auto;
}
}
/* Bilder */

/* Abstand unter Bild */
#c37, #c19, #c79
{
    padding-bottom: 50px;
}
#c70
{
    padding-top: 50px;
}
img
{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    padding: 0px;
     border-radius:50px!important;
}
/* Navbar */
.bg-light
{
    background-color: transparent!important;
}
/* Bilder */
.col-md-6 img, .col-12 img
{
    width: 100%;
    height: auto;
    margin: 0px;
}

.logo img
{
    width: 20%;
    height: auto;
    min-width:4em;
    box-shadow: none!important;
}
.navbar-brand .logo
{
    box-shadow: none!important;
}


/* Navigation */

#mainNavi a
{
    color: #FFF!important;
	padding-left:20px;
    font-size: 1em;
	font-weight:bold;
    text-decoration: none;
    display: block;
    float: left;
    clear: left;
}
#mainNavi a:hover
{
    background-color: #FFF;
    color: #4A676A!important;
}
.navigation__list
{
   word-break: break-all;
   width:1em; 
   font-size: 2em; 
}
/* Container */
.oben
{
    padding-left: 30px!important;
    _margin-top: -100px;
}

/* Schriften */
.navbar-brand
{
    font-family: 'Kanit', sans-serif;
    font-size: 3em!important;
    font-weight: 600!important;
    color: #0A43D5;
}
.nav-item a
{
    color: #000!important;
    z-index: 999999;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Dosis', sans-serif;
    font-weight: 500!important;
    color: #5c4c95;
}
h1
{
    font-size: 1.8em;
    padding-bottom: 0px;
    padding-top: 0px; 
}
h2
{
    font-size: 2em;
}
h3
{
    font-size: 1.8em;
    padding-top: 20px;

}
p
{
    font-size: 1.6em;
    color: #5c4c95;
    font-weight: 200!important;
    line-height: 2em;
}
li
{
    font-size: 1.5em;
    color: #5c4c95;
    padding-left: 10px;
    list-style-type: circle;
    margin-left: 50px;
    font-weight: 300!important;
}

/* Video */
video
{
    width: 100%;
    height: auto;
}
/* Background */
body
{
	background: linear-gradient(-45deg, #F3D103, #F3FF00, #F9AA00, #EBF3F5 );
	background-size: 400% 400%;
	_animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.menu a
{
    font-size: 2em!important;
    font-family: 'Kanit', sans-serif;
    color: #FF0004;
    z-index: 99999;
}

/* Footer */
.fusszeile
{
    background-color:#F9AA00;
    color: #0800F2;
    padding: 0px;
}
.footer p
{
    color: #0800F2;
    text-decoration: none;
    font-size: 1.2em;
}
.footer a
{
    color: #0800F2;
    text-decoration: none;
    font-size: 1em;
}

/* Hamburger Neu */

.navigation__checkbox {
    display: none;
}

.navigation__button {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    height: 5rem;
    width: 5rem;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 300;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

@media screen  and (min-width: 768px) {
    .navigation__button {
        top: 4rem;
        _right: 4rem;
        height: 7rem;
        width: 7rem;
    }
}

.navigation__background {
    position: fixed;
    top: 2rem;
    right: 2rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: #F9AA00;
    background-size: cover;
    background-position: center;
    z-index: 100;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

@media screen and (min-width: 768px) {
    .navigation__background {
        top: 4.5rem;
        right: 2.5rem;
        height: 6rem;
        width: 6rem;
    }
}

.navigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 200;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
    /*@include center;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    list-style: none;
}

.navigation__item {
    margin: 1rem;
    margin-left: -20px;
    list-style: none;
}

.navigation__link:link,
.navigation__link:visited {
    display: inline-block;
    _padding: 1rem 2rem;
    text-transform: uppercase;
    color: #5c4c95;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all .2s;
}

@media(min-width: 768px) {
    .navigation__link:link,
    .navigation__link:visited {
        font-size: 2rem;
    }
}

.navigation__link span {
    margin-right: 1.5rem;
    display: inline-block;
}

.navigation__link:hover {
    color: #C1D0D0;
    transform: scale(1.1);
}

.navigation__checkbox:checked~.navigation__background {
    transform: scale(80)
}

.navigation__checkbox:checked~.navigation__nav {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.navigation__icon {

    position: relative;
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .navigation__icon {
        margin-top: 3.5rem;
    }
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
    display: inline-block;
    width: 2.2rem;
    height: 2px;
    background-color: #4A676A;
}

@media (min-width: 768px) {
    .navigation__icon,
    .navigation__icon::before,
    .navigation__icon::after {
        width: 3rem;
    }
}

.navigation__icon::before,
.navigation__icon::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 200ms;
}

.navigation__icon::before {
    top: -.8rem;
}

.navigation__icon::after {
    top: .8rem;
}

.navigation__button:hover .navigation__icon::before {
    top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
    top: 1rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
    background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}
.nav-item a
{
    font-size: 3em;
    color: #FFF!important;
}

/* Parallax */

.parallax_home {
  /* The image used */
  background-image: url("/fileadmin/img/home_liege.jpg");

  /* Set a specific height */
  min-height: 600px;
margin-left: -30px;
    width: 110%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {

.parallax_home_991
    {
        visibility: hidden;
        height: 0px;
    }
}
@media screen and (max-width: 992px) {
#c86
        {
        visibility: hidden;
        height: 0px;
    }
#c87
    {
        visibility:visible!important;
    }
.parallax_home_991
      {
        visibility:visible!important;
        height: 0px;
        width: 100%;
        height: auto;
    }  

}