ol.a {list-style-type: armenian;}
ol.b {list-style-type: cjk-ideographic;}
ol.c {list-style-type: decimal;}
ol.d {list-style-type: decimal-leading-zero;}
ol.e {list-style-type: georgian;}
ol.f {list-style-type: hebrew;}
ol.g {list-style-type: hiragana;}
ol.h {list-style-type: hiragana-iroha;}
ol.i {list-style-type: katakana;}
ol.j {list-style-type: katakana-iroha;}
ol.k {list-style-type: lower-alpha;}
ol.l {list-style-type: lower-greek;}
ol.m {list-style-type: lower-latin;}
ol.n {list-style-type: lower-roman;}
ol.o {list-style-type: upper-alpha;}
ol.p {list-style-type: upper-latin;}
ol.q {list-style-type: upper-roman;}
ol.r {list-style-type: none;}
ol.s {list-style-type: inherit;}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-left: 20px;
    font-family: "Roboto", sans-serif;
    color: #4B4B4B;
    font-size: 1.6rem;
}

#mainPageContainer {
  position: relative;
  min-height: 100vh;
}

.footer-bot {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 27.9rem;            /* Footer height */
}


.h1Style h1 {
    font-family: "Work Sans", sans-serif;
    color: #4B4B4B;
    font-size: 5.2rem;
    line-height: 5.8rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.wrap {
    padding-top: 100px;
    position: relative;
}

.imageDef img {
    width: 100%;
    height: auto;
}

/*.bgGray {
    background-color: #E6E7E9;
    width: 100%;
    padding-top: 1px;
}*/

.casesMenuItem, .newsMenuItem, .pressMenuItem {
    display: none;
}
/*
.normaleEbook .section-ebook-bg {
    background-color: #E6E7E9;
    padding-top: 0;
}*/

.navigation__nav .language-container {
    margin-bottom: 2.5rem;
}


body p {
	font-size: 1.8rem;
	margin: 0;
    padding-bottom: 2rem;
}
/************* Kontakt Form ******************/

body div#wpcs_content_main_308 {
    opacity: 0;
    position: fixed;
    overflow-y: hidden;
    width: 500px;
    max-width: 100%;
    height: auto;
    background: transparent;
    color: black;
    top: unset;
    right: -500px;
    padding: 0px;
    margin: 0px;
    z-index: 9999999;
    bottom: 0;
}

body div#wpcs_close_slider_308 {
    top: 0px;
    left: 0px;
    position: absolute;
    bottom: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #74af81;
    padding: 0px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

body div#wpcs_content_inner_308 {
    display: none;
    max-width: 100%;
    min-height: 100%;
    background: #74af81;
    padding: 20px 20px 20px 20px;
    margin: 31px 31px 0 0;
    color: #4b4b4b;
    border: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: -2.8em 0.5em 1em;
    border: 0;
    border-color: transparent;
}


div#wpcs_overlay_308{
	z-index:991!important;
}


/************* HEADER NAVIGATION **************/
/*
.navbar-container {
    display: none;
}

.navigation__background {
    top: 26px;
}

.navigation__button {
    top: 26px;
}

.navigation {
    display: flex;
    align-items: center;
	height: 85px;
}

.language-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0rem;
    position: relative;
    right: initial;
    margin-right: initial;
    margin-top: initial;
    padding: initial;
    border-radius: initial;
    background-color: initial;
    box-shadow: none;
    position: initial;
}
*/
.headerTitle {
    position: absolute;
    margin-left: 200px;
}

.headerTitle p {
    padding: 0;
    margin: 0;
    font-size: 4.5rem;
    font-weight: 500;
	letter-spacing: 1.5px;
    color: #818183;
}

.loginButtons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
}

/********************* LOGIN *****************/
.button-einloggen {
	background-color: #74af81;
    color: #ffffff;
    border-radius: 6px;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: 3rem 0rem;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
	margin: auto;
}

/********************* NAVIGATION ************/


.btnClicked{
	left:0;
	z-index: 1500;
	opacity: 1;
	width: 100%;
	transition: 1s;
}
.btnClicked2 {
	-webkit-transform: scale(120);
	transform: scale(120);
}

.btnClicked3 {
	
	background-color: transparent;
}

.btnClicked3::after {
	top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.btnClicked3::before {
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	top: 0;
}

.navigation__button:hover .navigation__icon {
    transform: scale(1.2);
}

/***************** FOOTER ******************/

.footerLinks a {
    color: #ffffff;
    font-weight: 600;
}

.footerLinks a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-logo-container img {
    width: 100%;
    height: auto;
    max-width: 200px;
    position: relative;
}

.footer-logo-container {
    margin-top: auto;
    margin-bottom: auto;
}

footer {
    padding: 3rem 0 3rem 0;
	background-color: #334D3D;
}

section#block-7 {
    width: 100%;
}

body #block-7 .is-layout-flex {
    justify-content: center;
}


/***************** HERO ******************/

body .hero-text p {
	color: #ffffff;
}

body .hero-text h1 {
    font-size: 6.5rem;
    font-weight: 700;
    margin: 0;
    padding-bottom: 2rem;
	color:#ffffff;
}

body .hero-text h2 {
    font-size: 3rem;
    margin: 0;
    padding-bottom: 2rem;
	color:#ffffff;
}

body .hero-text h3 {
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 1.3;
	color:#ffffff;
}


/*********** TESTEN, TRAINIEREN, ANALYSIEREN ***********/

.section-bg .section-2 .section-2-wrapper h1 {
    color: #74af81;
}

.section-bg {
    background-color: #ffffff;
}

.feature-text {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
    min-height: 212px;
}

/*********** PARTNER section-7 ***********/

.partner-logo.col-md-12.col-xs-12 img {
    width: 100%;
    height: auto;
	max-width: 250px;
}

.section-7 .partners-items {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
	grid-gap: 35px 10px;

}

.section-7 .partners-items .partner-logo {
    padding: 0;
}

.section-7 {
    padding-bottom: 0;
	margin-top: 7rem;
}

/*********** TEAM ***********/
.section-3 .section-3-wrapper {
    margin-top: 11rem;
}

/*********** VISION ***********/
.section-5 .section-5-wrapper {
    margin-top: 11rem;
}

.bgGray {
    background-color: #e6e7e9;
    padding-top: 1px;
}


/*********** VALUE ***********/
.section-1 .value-items .col-lg-6 .value-item {
    display: grid;
    grid-template-rows: auto 170px auto;
    justify-items: center;
}

/*********** EBOOK ***********/
.section-ebook-bg .section-6 .section-6-wrapper {
    padding-top: 11rem;
}

/*********** POSTS ***********/
#normal-page-container .normal-page-wrapper #post-277 h1 {
    max-width: 700px;
    top: 289px;
}

/***************privat liv **************/

.privatTable {
    font-size: 1.8rem;
}

.privatTable tbody tr td:first-of-type {
    width: 30%;
}

#normal-page-container .normal-page-wrapper .normal-page-content {
    margin-bottom: 5rem;
}


/*************** AGB **************/

.agbPunkt {
    font-size: 1.6rem;
    padding-left: 40px;
}

.agbForm {
    border: 1px solid;
    padding: 5px;
}

.agbForm hr {
    margin-bottom: 5rem;
    margin-top: 3rem;
    border-top: 1px solid rgb(0 0 0 / 21%);
    width: 80%;
    margin-left: 5px;
}

/************* digiprevention **************/
#digipreventionsSide .col-md-6 ul li:before {
    content: url(/wp-content/uploads/2021/05/arrow_right.svg);
	height: 35px;
    width: 35px;
    position: absolute;
    left: -45px;
    top: -5px;
}

#digipreventionsSide .col-md-6 li {
    position: relative;
	margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.3;
	display:block;
}

#digipreventionsSide .col-md-6 ul li::marker {
display:none;
}

.img-responsive {
    width: 100%;
    height: auto;
}

#digipreventionsSide .img-responsive {
    width: 100%;
    height: auto;
	max-width: 500px;
}

#digipreventionsSide {
    display: flex;
}

div#digipreventionsSide h3 {
    color: #74AF81;
    font-weight: 700;
    font-style: italic;
    font-size: 32pt;
}

#digipreventionsSide strong {
    font-weight: 300;
    font-size: 20pt;
}

#digipreventionsSide a {
    color: #ffffff;
    font-size: 16pt;
    font-weight: 400;
    border-radius: 15px;
    margin: 70px auto 0;
    display: table;
    width: auto;
    background: #74af81;
    text-transform: uppercase;
    border: 2px solid #74af81;
    line-height: 1.3;
    min-width: 200px;
    padding-bottom: 13px;
    padding-top: 13px;
    padding: 0 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
	transition: 1s;
}

#digipreventionsSide a:hover {
    text-decoration: none;
    transform: scale(1.1);
    transition: 1s;
}


/*************** TEXT  **************/
.section-bg .feature-info, .section-bg .section-2 .section-2-wrapper p, .section-5 .section-5-wrapper p, .section-1 .section-1-wrapper p {
    text-align: justify;
    text-align-last: center;
}

/*************** BLOG  **************/
.blog-page-container .wrap {
    padding-top: 0;
}

.blog-page-container {
    padding-top: 84px;
}

.entry-header img {
    max-height: 400px;
    vertical-align: middle;
}

div#blog-list-container .entry-more a {
    max-width: fit-content;
}

/*************** FOOTER  **************/
/*
#digiPrevention-footer footer{
    position: absolute;
    bottom: 0;
}*/

/*************** COOKIES **************/
.cookie-notice-container {
    font-size: 2rem;
}

.cn-button.bootstrap {
    color: #fff;
    background: #74AF81;
}

.cc-window {
    z-index: 999999999999;
}

/*************** KONTAKT form **************/


.wpcf7 form .wpcf7-response-output {
    margin: -3.5em 0.5em 1em;
	border-color: transparent;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}
.grecaptcha-badge { visibility: hidden; }


/*************** NEWS PLACE **************/

.news-container {
	max-width: 960px;
	position: relative;
    min-height: 80vh;
}


.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-container .entry-title {
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: 3rem;
}

.blog-list-text-container {
    display: grid;
    grid-template-rows: auto auto auto;
    width: 73%;
}

.blog-list-text-container .entry-title {
    text-transform: uppercase;
}

.socialandtime {
    display: grid;
    grid-template-columns: auto auto;
    padding: 5px 0;
}

.theDate {
    justify-self: end;
    font-size: 1rem;
}

.heateor_sss_sharing_container {
	padding-bottom:0;
}


.blog-list-img {
    width: 100%;
    max-width: 225px;
    height: 100%;
    max-height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    align-self: center;
}
/*************** DIGI MOVE **************/

.container-image {
    height: 641px;
    background-position: 0 36%;
    background-size: cover;
}

.digi-move {
    margin: 5rem 0;
}

.digi-move h1 {
    font-family: "Work Sans", sans-serif;
    color: #4B4B4B;
    font-size: 5.2rem;
    line-height: 5.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #4B4B4B;
    text-align: center;
    color: #74AF81;
}

.digi-move p {
    font-family: "Roboto", sans-serif;
    color: #4B4B4B;
    font-size: 2rem;
    text-align: center;
    margin-top: 3rem;
	margin-bottom: 3rem;
}

.digi-move .container p {
    margin-top: 0;
	text-align: justify;
}

.video-presentation {
    margin-bottom: 3rem;
}

.container_img img {
	border-color: #818183;
    -webkit-box-shadow: 0 5px 12px 0 rgb(0 0 0 / 15%);
    box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 88%);
	width:100%;
}



@media (max-width: 1400px) {
    
	.headerTitle p {
		font-size: 2.3rem;
	}
	
    .headerTitle {
		margin-left: 159px;
	}
}


@media (max-width: 1200px) {
    
	.feature-text {
		min-height: 242px;
	}
	
	.hero-text {
		max-width: 600px;
	}
	
	.hero-text h1 {
		font-size: 5.8rem;
	}
}

@media (max-width: 991px) {
    


	
	.section-7 .partners-items {
		grid-template-columns: auto;
   		max-width: 300px;
    	grid-template-rows: auto;
	}
	
	.section-1 .value-items .col-lg-6 .value-item {
		grid-template-rows: auto auto auto;
	}
	
	.feature-text {
		min-height: 145px;
	}
	/*
	#digiPrevention-footer footer {
		position: relative;
	}*/
	
	.blog-list-text-container {
		width: 100%;
	}
    
}

@media (max-width: 767px) {
    


	
	.headerTitle p {
		font-size: 2.5rem;
	}
	
	body div#wpcs_tab_308 {
    	z-index: 1000;
	}

	
	.section-1 .value-items .col-lg-6 .value-item p, .section-bg .section-2 .feature-items .col-lg-4 .feature-item p, .section-bg .feature-info, .section-3 .team-items .col-lg-4 .team-item p, .section-3 .team-items .col-lg-6 .team-item p, .section-5 .checklist-items .col-lg-4 .checklist-item p {
		font-size: 2rem;
	}
	
	.section-1 .value-items .col-lg-6 .value-item h4, .section-bg .section-2 .feature-items .col-lg-4 .feature-item h4, .section-3 .team-items .col-lg-4 .team-item h5, .section-3 .team-items .col-lg-6 .team-item h5 {
		font-size: 2.6rem;
	}
	
	.section-5 .section-5-wrapper p, .section-ebook-bg .section-6 .section-6-wrapper p {
		font-size: 2.2rem;
	}
	/*.hero-text h1 {
		margin-bottom: 1.2rem;
	}*/
	#digipreventionsSide {
		margin-top: 3rem;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	#digipreventionsSide .col-md-6 ul li:before {
		height: 30px;
		width: 30px;
		left: -35px;
		top: -6px;
	}
	
	.h1Style h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
}
	#digiPrevention-footer footer {
    position: unset;
    bottom: unset;
}
	.news-container {
		min-height: 65vh;
	}
}

@media (max-width: 575px) {
    


	.headerTitle {
		margin-left: 160px;
	}
    
	.section-7 .partners-items {
    	grid-template-columns: auto;
	}
	
	.youtube-video-link {
		height: 34rem;
	}
	
}


@media (max-width: 480px) {
    

	.headerTitle {
		margin-left: 0;
		bottom: 5px;
	}
	
	.navigation {
		height: 85px;
	}
	
	body div#wpcs_content_main_308 {
		width: auto;
		bottom: 0;
		min-width: 210px;
		margin: 0;
	}
	.hero-text {
		width: 100%;
		left: 50%;
		padding: 0 1rem;
		transform: translate(-50%);
	}
	
	.youtube-video-link {
		max-width: 39rem;
		height: 29rem;
	}
    .video-presentation .ipad-mockup {
		max-width: 45rem;
	}
	
	.embed-youtube-link {
		width: 36rem;
		height: 29rem;
	}
	
	.back-to-top{
		right: 15px;
	}
	
	#digipreventionsSide .col-md-6 ul li:before {
		height: 20px;
		width: 20px;
		left: -24px;
		top: -1px;
	}
	
	.socialandtime {
		grid-template-columns: 100%;
	}
	.theDate {
		justify-self: left;
		font-size: 1.4rem;
	}
}

@media (max-width: 414px) {
    

}



/******************************** GRUPPETRÆNING ***********************************/


:root {
	--greenLogo: #74af81;
	--greenDark: #334D3D;
	--black5P: rgb(0 0 0 / 5%);
	--black12P: rgb(0 0 0 / 12%);
	--black50P: #000000;
	--greenAccent: #43a15b;
	--blueAccent: #4faadb;
	--redAccent: #d15252;
	--yellowAccent: #d9a655;
	--emailLink: #000000;
	--menuColor: rgba(67, 161, 91, 0.75);
	--btnColorBGcolor: rgb(67 161 91 / 75%);
	--iconOrange: #D9A655;
}

body .primeColorFontDarkGreen {
	color: var(--greenDark);
}

body .primeColorBgDarkGreen {
	background-color: var(--greenDark);
}

body .primeColorBgLightGreen {
	background-color: var(--greenLogo);
}

body .primeColorBgYellowAccent {
	background-color: var(--yellowAccent);
	border-radius: 16px;
	margin: 0 0 4.5rem 0;
	padding: 5.5rem;
}

body .primeColorBgGreenAccent {
	background-color: var(--greenAccent);
	border-radius: 16px;
	margin: 0 0 4.5rem 0;
	padding: 5.5rem;
}

body .primeColorBgBlueAccent {
	background-color: var(--blueAccent);
	border-radius: 16px;
	margin: 0 0 4.5rem 0;
	padding: 5.5rem;
}

body .primeColorBgRedAccent {
	background-color: var(--redAccent);
	border-radius: 16px;
	margin: 0 0 4.5rem 0;
	padding: 5.5rem;
}

body .primeColorBgNoneAccent {
	padding: 0 5.5rem 4.5rem 5.5rem;
    margin: 0;
}

.col-no-12, .col-no-11, .col-no-10, .col-no-9, .col-no-8, .col-no-7, .col-no-6, .col-no-5, .col-no-4, .col-no-3, .col-no-2, .col-no-1 {
	position: relative;
}
.col-no-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.col-no-11 {
   flex: 0 0 91.66667%;
   max-width: 91.66667%;
}
.col-no-10 {
   flex: 0 0 83.33333%;
   max-width: 83.33333%;
}
.col-no-9 {
   flex: 0 0 75%;
   max-width: 75%;
}
.col-no-8 {
   flex: 0 0 66.66667%;
   max-width: 66.66667%;
}
.col-no-7 {
   flex: 0 0 58.33333%;
   max-width: 58.33333%;
}
.col-no-6 {
   flex: 0 0 50%;
   max-width: 50%;
}
.col-no-5 {
   flex: 0 0 41.66667%;
   max-width: 41.66667%; 
}
.col-no-4 {
   flex: 0 0 33.33333%;
   max-width: 33.33333%;
}
.col-no-3 {
   flex: 0 0 25%;
   max-width: 25%;
}
.col-no-2 {
   flex: 0 0 16.66667%;
   max-width: 16.66667%;
}
.col-no-1 {
   flex: 0 0 8.33333%;
   max-width: 8.33333%;
}

.no-padding{
	padding:0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
	width: auto;
}

body p {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

body a {
	color: var(--greenLogo);
	font-family: "Roboto", Sans-serif;
	font-size: 1.8rem;
	font-weight: 300;
	margin-right: 1rem; 
}

body .post-edit-link {
	color:red;
}

 span.page-numbers.current {
	color: var(--greenLogo);
	font-family: "Roboto", Sans-serif;
	font-size: 1.8rem;
   	margin-right: 1rem; 
}


body p:last-of-type {
    margin: 0;
	padding: 0;
}

body p:first-of-type {
    padding: 0;
	margin-top:0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.5rem;
	
}

body .large {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-size: 22px;
	font-weight:300;
	overflow: auto;
}

body .colorBlack {
	color: #000000;
}


body li {
    margin-left: 1.9rem;
    font-family: "Roboto", Sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}

body .colorWhite, body .colorWhite p {
	color: #ffffff;
}
body #sub_hero_text_large p {
	font-family: "Roboto", Sans-serif;
	font-size: 22px;
	font-weight:300;
}

body #sub_hero_text h1 {
	font-size: 32px;
}

#normalPageNoBG .casesPageBox {
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: auto;
}

#normalPageNoBG {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

body .colorGreen{
	color: #43a15b;
}

body h1, body h2, body h3, body h4, body h5 {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-weight:300;
}

body .colorWhite h1, body .colorWhite h2, body .colorWhite h3, body .colorWhite h4, body .colorWhite h5 {
	color: #ffffff;
}

.colorWhite {
	color:#ffffff;
}
body h1 {
	font-size: 5rem;
	padding-bottom: 2rem;
	margin:0;
}

body h2 {
	font-size: 4rem;
	padding-bottom: 2rem;
	margin:0;
}

body h3 {
	font-size: 3rem;
	padding-bottom: 2rem;
	margin:0;
}

body h4 {
	font-size: 2rem;
	padding-bottom: 2rem;
	margin:0;
}

body h5 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 2rem;
	margin:0;
}

body h6 {
	font-size: 1.8rem;
	padding: 0;
	margin:0;
	color: var(--greenLogo);
}


body h7 {
	font-size: 1.8rem;
	padding-bottom: 2rem;
	margin:0;
	font-weight: 600;
	color: var(--greenLogo);
}
.sectionHeader {
	position: relative;
	background-color: rgb(0 0 0 / 5%);
	justify-content: space-around;
}

.flexMax1980 {
    display: flex;
    justify-content: space-around;
}

.sectionFooter {
    position: relative;
}

body .primeColorFontDarkGreen {
	color: var(--greenDark);
}

body .primeColorBgDarkGreen {
	background-color: var(--greenDark);
}

body .primeColorBgLightGreen {
	background-color: var(--greenLogo);
}

body .primeColorBgYellowAccent {
	background-color: var(--yellowAccent);
	border-radius: 16px;
}


/******************************* Gruppe page **************************************/


.normalPage {
    position: relative;
    padding-top: 5.5rem;
    min-height: 86vh;
}


#casesPage {
    padding-bottom: 5.5rem;
}

.sectionHeader {
    position: relative;
    background-color: rgb(0 0 0 / 5%);
    justify-content: space-around;
}

.casesPageTop {
    min-height: 430px;
    background-size: cover;
    background-position: center;
    background-position-y: 33%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 40%);
    box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 40%);
}

#section-containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: auto;
    margin: 0 15% 0 15%;
}

.casesPageContainer {
    min-height: 430px;
    justify-content: center;
}

.section-containers-flexCol {
    flex-direction: column;
}

span.edit-link {
    position: absolute;
    left: 2%;
    z-index: 100;
}

body .casesPageText {
    position: relative;
    z-index: 3;
	text-align: center;
    color: #ffffff;
}

body .casesPageText h1, body .casesPageText h3, body .casesPageText p {
	text-align: center;
    color: #ffffff;
}

.casesPageBoxBG {
    min-height: 430px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--greenDark);
    opacity: 0.7;
    z-index: 2;
}

.cleanTop {
    display: block;
    height: 85px;
}

#normalPageNoBG .casesPageBox h4 {
    color: var(--greenDark);
}

.videoContainer {
	text-align: center;
}

.videoPlayBtn {
	width: 100%;
	z-index: -1;
}

.videoBtn {
	background-color: #666;
	border: medium none;
	color: #fff;
	display: block;
	font-size: 18px;
	left: 0;
	margin: 0 auto;
	padding: 8px 16px;
	position: absolute;
	right: 0;
	top: 50%;
  z-index:100;
}

.videoBtn:hover {
	background-color: #e05a00;
}

.videoBox {
    margin: auto;
    margin-bottom: 5.5rem;
    width: 100%;
    max-width: 533px;
	padding: 0;
}

.videoOverlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #74af81;
    z-index: 1;
    border: 1px solid #000000;
}

.showHideOverlay {
	display:none;
}

.videoBtn {
    position: relative;
    top: 47%;
    transform: translate(0, -53%);
}

i.fa-solid.fa-play:hover {
    background-color: #e05a00;
    cursor: pointer;
}

i.fa-solid.fa-play {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 2rem;
	padding-left: 2.5rem;
    color: #ffffff;
    font-size: 2rem;
    margin: 1rem;
}

body .um a.um-button, body .um a.um-button.um-disabled:active, body .um a.um-button.um-disabled:focus, body .um a.um-button.um-disabled:hover, body .um input[type=submit].um-button, body .um input[type=submit].um-button:focus {
    background: #74af81;
}

body .um a.um-link {
    color: #74af81;
}

.um .um-cover-add:hover, body #main .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, body #main .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, body #main .um .um-item-meta a, body #main .um .um-member-less a:hover, body #main .um .um-member-more a:hover, body #main .um .um-member-name a:hover, body #main .um .um-members-pagi a:hover, body #main .um .um-profile-subnav a.active, body #main .um .um-tip:hover, body #main .um-account-name a:hover, body #main .um-account-nav a.current, body #main .um-account-side li a.current span.um-account-icon, body #main .um-account-side li a.current:hover span.um-account-icon, body #main .um-dropdown li a:hover, body #main i.um-active-color, body #main span.um-active-color {
    color: #74af81;
}

body .normal-page-content .um .um-cover-add:hover, body .normal-page-content .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, body .normal-page-content .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, body .normal-page-content .um .um-item-meta a, body .normal-page-content .um .um-member-less a:hover, body .normal-page-content .um .um-member-more a:hover, body .normal-page-content .um .um-member-name a:hover, body .normal-page-content .um .um-members-pagi a:hover, body .normal-page-content .um .um-profile-subnav a.active, body .normal-page-content .um .um-tip:hover, body .normal-page-content .um-account-name a:hover, body .normal-page-content .um-account-nav a.current, body .normal-page-content .um-account-side li a.current span.um-account-icon, body .normal-page-content .um-account-side li a.current:hover span.um-account-icon, body .normal-page-content .um-dropdown li a:hover, body .normal-page-content i.um-active-color, body .normal-page-content span.um-active-color {
    color: #74af81;	
}

body #main .um-profile.um .um-profile-edit-a.active, body #main .um-profile.um .um-profile-headericon a:hover {
    color: #74af81;
}

body .um a.um-button:hover, body .um input[type=submit].um-button:hover {
    background-color: #334D3D;
}

body footer p {
	color: #ffffff;
}

#color-overlay {
    height: calc(100vh - 85px);
}

.hero-image {
    height: calc(100vh - 85px);
}

.hero-image-container {
    height: calc(100vh - 85px);
}

body .button-einloggen a {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
}

body #main .um a.um-link-hvr:hover, body #main .um a.um-link:hover {
    color: #334D3D!important;
}

.videoBox video {
    max-width: 533px;
    max-height: 300px;
    width: 100%;
    height: 100%;
}

.um-account-name a {
    display: none;
}

.um-account-meta-img.uimob800-hide a {
    pointer-events: none;
}
img.gravatar.avatar.avatar-120.um-avatar.um-avatar-gravatar {
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 14px 0px rgb(0 0 0 / 54%) !important;
}

.hero-text {
    max-width: 750px;
}


/**************** SOREN **************/
.um-directory .um-members-overlay {
  display: none!important;
}
