#wpadminbar {
    position: fixed !important;
}

body {
    overflow-x: hidden;
}


.carousel-control-next, .carousel-control-prev {
    z-index: 20;
}

@media only screen and (max-width: 782px) {
    .admin-bar > header > nav {
        margin-top: 46px;
    }
}

/*sm*/
@media (max-width: 768px) {
    .content {
        width: 100%;
        text-align: justify;
        padding: 20px;
    }

    .desktop {
        display: none;
    }
	
	.egsf-title {
		font-size: 20px;
		line-height: 25px;
	}

#cookieChoiceInfo {
	top: inherit!important;
	bottom: 57px;
}

    .desktop-hide {
        display: none !important;
    }

    .mobile {
        display: inherit;
    }

    .mobile-show {
        display: inherit !important;
    }

    .mobile-margin {
        margin-bottom: 57px;
    }

    main {
        margin-top: 88px;
    }

    .news-more {
        display: block;
    }

    .parallax {
        min-height: 150px;
    }

    .animation-text {
        font-size: 30px;
    }
}

/*md*/
@media (min-width: 768px) {
    .content {
        width: 100%;
        text-align: justify;
        padding: 20px;
    }

    .desktop {
        display: none;
    }
	
#cookieChoiceInfo {
	top: inherit!important;
	bottom: 57px;
}
	
	.egsf-title {
		font-size: 20px;
		line-height: 25px;
	}

    .desktop-hide {
        display: none !important;
    }

    .mobile {
        display: inherit;
    }

    .mobile-show {
        display: inherit !important;
    }

    .mobile-margin {
        margin-bottom: 57px;
    }

    main {
        margin-top: 88px;
    }

    .news-more {
        display: block;
    }

    .parallax {
        min-height: 150px;
    }

    .animation-text {
        font-size: 30px;
    }
}

/*lg*/
@media (min-width: 992px) {
    .content {
        width: 100%;
        text-align: justify;
    }

    .desktop {
        display: inherit;
    }

#cookieChoiceInfo {
	top: inherit!important;
	bottom: 0;
}
    .desktop-hide {
        display: none !important;
    }

    .mobile {
        display: none;
    }
	
	.egsf-title {
		font-size: 25px;
		line-height: 25px;
	}

    .mobile-margin {
        margin-bottom: 0px;
    }

    main {
        margin-top: 128px;
        min-height: 640px;
    }

    .news-more {
        display: inline-block;
    }

    .parallax {
        min-height: 300px;
    }

    .animation-text {
        font-size: 30px;
    }
}

/*xl*/
@media (min-width: 1200px) {
    .content {
        width: 80%;
    }

    .desktop {
        display: inherit;
    }

    .desktop-hide {
        display: none !important;
    }

    .mobile {
        display: none;
    }

#cookieChoiceInfo {
	top: inherit!important;
	bottom: 0;
}
	
	.egsf-title {
		font-size: 25px;
		line-height: 25px;
	}
    .mobile-show {
        display: none !important;
    }

    .mobile-margin {
        margin-bottom: 0px;
    }

    main {
        margin-top: 128px;
        min-height: 640px;
    }

    .news-more {
        display: inline-block;
    }

    .parallax {
        min-height: 300px;
    }

    .animation-text {
        font-size: 40px;
    }
}


/*xxl*/
@media (min-width: 1400px) {
    .content {
        width: 80%;
    }

    .desktop {
        display: inherit;
    }

    .desktop-hide {
        display: none !important;
    }

    .mobile {
        display: none;
    }
	
#cookieChoiceInfo {
	top: inherit!important;
	bottom: 0;
}
	.egsf-title {
		font-size: 25px;
		line-height: 25px;
	}

    .mobile-show {
        display: none !important;
    }

    .mobile-margin {
        margin-bottom: 0px;
    }

    main {
        margin-top: 128px;
        min-height: 640px;
    }

    .news-more {
        display: inline-block;
    }

    .parallax {
        min-height: 300px;
    }

    .animation-text {
        font-size: 50px;
    }
}

.admin-bar > header > nav {
    margin-top: 32px;
}


.nav-link {
	color: black!important;
}

.nav-link:hover {
    color: #08A65C !important;
}

.dropdown-item:hover {
    color: #08A65C !important;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #08A65C;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2308A65C'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg)
}

.accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.accordion-button {
    box-shadow: none;
    color: black;
}


.text-justify {
    text-align: justify !important;
}

.egsf-title-1 {
    font-size: 17px;
    line-height: 20px;
}

.mobile-nav-wrapper {
    margin-left: 35px;
    max-height: calc(100vh - 87px);
    overflow-y: auto;
}

.mobile-nav-item {
    color: black;
}

.news-wrapper {
    background-color: #EFEFEF;
    margin: 20px 0;
}

.news-cards {
    padding-bottom: 30px;
}

.news-header {
    size: 24px;
    line-height: 28px;
    font-size: 25px;
    padding: 25px 0;
    font-weight: lighter;
}

.news-more {
    margin-top: 10px;
    border: 2px solid #08A65C;
    padding: 5px 15px;
    color: #08A65C;
    font-weight: bold;
}

.news-more:hover {
    cursor: pointer;
    color: #046231FF;
    border: 2px solid #046231FF;
}

.news-footer {
    border-top: none !important;
    margin-bottom: 10px;
}


.news-title {
    font-size: 25px;
    font-weight: lighter;
    display: block;
    color: #08A65C;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}

.news-image {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.news-date-wrapper {
    padding: 5px 5px 5px 0;
    width: fit-content;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #b2b2b2;
}

.news-date {
    padding-left: 5px;
    padding-right: 8px;
}

.date-image {
    margin-top: -2px;
}

.cert-wrapper {
    margin: 20px 0;
    padding-bottom: 30px;
    background-color: #EFEFEF;
}

.self-created-content-wrapper {
    margin: 20px 0;
    padding-bottom: 30px;
    background-color: #d8efeb;
}

.partner-wrapper {
    margin: 20px 0;
    padding-bottom: 30px;
    background-color: rgba(11, 12, 47, 0.22);
}

.movie-wrapper {
    margin: 20px 0;
    padding-bottom: 30px;
    background-color: rgba(11, 12, 47, 0.22);
}

.image-placeholder {
    padding-bottom: 50px;
}

.post-wrapper {
    margin-bottom: 50px;
    padding-bottom: 30px;
    background-color: #EFEFEF;
}

.right {
    float: right;
}

.not-found-wrapper {
    margin-bottom: 50px;
    padding-bottom: 30px;
    background-color: #EFEFEF;
}

.search-wrapper {
    margin-bottom: 50px;
    padding-bottom: 30px;
    background-color: #EFEFEF;
}

.search-item {
    color: #4f4f4f
}

.search-item:hover {
    cursor: pointer;
    color: #08A65C;
}

.archive-title {
	width: 20em;
}

.flex-basis-33 {
	flex-basis: 33%
}

.flex-basis-66 {
	flex-basis: 66%
}

.archive-image {
	width: 22em;
}

.mobile-links {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    padding: 15px 0;
    box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%);
    z-index: 9999;
}

.greetings-wrapper {
    margin: 50px 0;
    padding-bottom: 30px;
}

div.animation {
    font-weight: bold;
    height: 100%;
    color: white;
    text-align: center;
    z-index: 10;
    position: absolute;
    bottom: 0;
    top: 70%;
    right: 0;
    left: 0;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes spaceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes spaceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.spaceInDown {
    -webkit-animation-name: spaceInDown;
    animation-name: spaceInDown;
}

