/****************EFFECT FORM***************************/

.accordionEffekt a, .accordionEffekt a:hover, .accordionEffekt a:focus, .accordionEffekt a:active {
    text-decoration: none;
    outline: none;
}


.accordionEffekt .cardEffekt:not(:first-of-type) .card-headerEffekt:first-child {
    border-radius: 10px;
}

.accordionEffekt .cardEffekt .card-headerEffekt {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 {
    padding: 0;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 button {
	box-shadow: none;
    font-size: 16px;
    color: #233527;
	position: relative;
	width: 100%;
    text-align: left;
	border: 0;
    background: #f0f0f0;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 button:after {
	color: #233527;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    content: '\f107';
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.effect-items-big .accordionEffekt .cardEffekt .card-headerEffekt h3 button:after {
    color: #233527;
    position: absolute;
    right: -16px;
    bottom: 44%;
    margin-top: 0;
    width: 24px;
    height: 24px;
    content: '\f107';
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.effect-items-big .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
    box-shadow: none;
    font-size: 16px;
    color: #233527;
    position: relative;
    width: 100%;
    text-align: left;
    border: 0;
    background: #f0f0f0;
}

.effect-items-big .accordionEffekt .cardEffekt .card-headerEffekt {
    padding: 0 20px 0 0;
}

.effect-items-big .effectBoxBeregning {
    padding: 0;
    padding-top: 20px;
}

.accordionEffekt .btn-link:focus, .accordionEffekt .btn-link.focus {
    text-decoration: none;
    box-shadow: none;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 button.collapsed {
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 button[aria-expanded="true"]:after {
    content: '\f106';
    color: #233527;
}

.accordionEffekt .cardEffekt .card-bodyEffekt {
    padding-top: 20px;
    font-size: 16px;
}

.card-bodyEffekt p {
    font-size: 1.6rem;
	margin: 0;
}

body .submitPdf {
    width: auto;
    background: #233527;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 30px;
    border-radius: 25px;
}

body .checkPdf input[type="checkbox"] {
    left: 0;
    position: absolute;
    margin-top: 3px;
}

#effektrapporter .h2MarginBot, #effektHjemme .h2MarginBot{
    margin-bottom: 2rem;
}

#effektrapporter .h2MarginTop {
    margin-top: 7rem;
	margin-bottom: 2rem;
}

.formText {
    color: #74af81;
	display: block;
}

body #effektForm .formText .wpcf7-form-control {
    border-bottom: 1px solid;
    border-radius: 0;
    outline: 0;
    padding: 0;
}

#effektForm .wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
}

.theData {
    width: 300px;
}

.mainField {
    position: relative;
	margin: 20px 0;
}

.inputField {
	display: block;
    width: 100%;
    height: 30px;
}

.labelField {
	position: absolute;
    background: #ffffff;
    left: 22px;
    top: -10px;
    font-size: 1.2rem;
    text-transform: capitalize;
    padding: 0 7px;
}

input#submitEffect {
    background: #74af81;
    border: 1px solid #000000;
    font-size: 2rem;
    height: 40px;
    margin: auto;
    text-transform: uppercase;
    color: #fff;
}

/********************Underside effectrapport*********************/

#effektPerspektiv {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
	margin-top: 7rem;
}

#normal-page-header-bg {
    height: 365px;
    position: relative;
    z-index: 1;
}
#normal-page-container #header-effectrapport #color-overlay {
	height: 365px;
    background-color: #00000036;
    top: 0;
    z-index: 3;
}

#normal-page-container #header-effectrapport .normal-page-title h1 {
    top: 273px;
    z-index: 5;
}

.effectBox {
	background: #f0f0f0;
    position: relative;
    padding: 10px;
    z-index: 2;
    margin-bottom: 15px;
    
}

.effectBoxAll {
    position: relative;
    z-index: 2;
}

.effectBoxAll img {
    max-width: 100px;
    width: 100%;
    height: auto;
	filter: saturate(1.5);
}

.effectBoxContent {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 130px;
}

.effectBoxIcon, .effectBoxBeregning {
    padding: 20px;
}


.effect-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
/*
.effect-items-big {
	width: 33%;
    display: flex;
    flex-wrap: wrap;
    height: 946px;
    align-items: normal;
    padding-left: 13px;
}*/

.effect-items .col-lg-6 {
	flex: 0 0 49%;
    max-width: 49%;
    padding: 0;
}

.displayFlex {
	display:flex;
}
.centerText {
	text-align:center;
}

@media (max-width: 992px) {
	

	
}

@media (max-width: 767px) {
	
	.effect-items .col-lg-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.effect-items {
		column-gap: 0;
	}
	
}

.effectBtn .sectionBtn:hover {
    opacity: unset;
    -webkit-transition: unset;
    transition: unset;
    background: #74AF81;
    border: unset;
}

.effectBoxTitle p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*.effectBoxTitle {
    border-radius: 75px;
    border: 5px solid cadetblue;
    width: 150px;
    height: 150px;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 2px rgb(18 18 18 / 55%);
}*/

.effectBoxTitle {
    border-radius: 75px;
    border: 5px solid white;
    width: 150px;
    height: 150px;
    margin: auto;
    background-color: #ffffff;
}

.effectBoxTitle img {
    width: 90%;
    height: auto;
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.effectBoxUnder h3 {
    min-height: 42px;
    text-align: center;
    display: grid;
    margin: auto;
    align-items: center;
	text-transform: uppercase;
}

.effectBoxUnder hr:first-of-type {
    margin-bottom: 2rem;
}

.effectBoxUnder hr:last-of-type {
    margin-top: 2rem;
}

.effectBtn {
    margin-bottom: 7rem;
    margin-top: 4rem;
}

.effectBtn .sectionBtn {
	display: flex;
    max-width: 330px;
    max-height: 100px;
    height: 100%;
    width: 100%;
    padding: 15px 40px;
	justify-content: space-evenly;
	box-shadow: 0px 1px 8px 2px rgb(0 0 0);
}

.effectBtn a, .effectBtn {
    color: #ffffff;
    text-decoration: none;
    transition: 1s;
	display: block;
    max-width: 300px;
    margin: 4rem auto;
}

.effectBtn a:hover, .effectBtn:hover {
    color: #ffffff;
    text-decoration: none;
    transform: scale(1.05);
    transition: 1s;
}

#normal-page-container .normal-page-wrapper .effectBoxContent p {
	margin:0;
}

#normal-page-container .normal-page-wrapper .effectBtn p {
    color: #4B4B4B;
    margin: auto;
	text-align: center;
}

#normal-page-container .normal-page-wrapper #post-3739 .normal-page-content {
    padding: 7rem 0;
}

/****************** CASES **********************/

.spaceBottom {
    margin-bottom: 7rem;
}


#normal-page-container .normal-page-wrapper .textCal p {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 1.6rem;
    margin: 0;
    text-align: center;
    position: relative;
	font-weight: 400;
}


.textCal .sectionBtn {
    background-color: #74AF81;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    height: auto;
    font-size: 1.7rem;
    font-weight: 400;
    text-transform: none;
    border-radius: 10px;
    border: 1px;
    padding: 15px 15px;
    cursor: pointer;
    display: block;
    margin: auto;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#containerCal {
    top: 346px;
}
/*****************popup**************/

#popupMain {
    position: fixed;
    width: 100%;
    height: 100%;
	z-index: 9;
    background-color: #2b2b2bc2;
}

.popupMainText {
    width: 100%;
    max-width: 780px;
}

.popupMainCode .effectBoxBeregning {
    padding: 0;
}

.popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
    background: transparent;
    width: 100%;
}

.popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button:after {
    margin-top: -9px;
    margin-left: 10px;
	right:unset;
}

.popupMainCode .accordionEffekt .cardEffekt .card-bodyEffekt {
    padding-top: 0;
}

#leftHeader .popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
    color: #74af81;
}

#leftHeader .popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button:after {
    color: #74af81;
}

#effektrapporter h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 5.2rem;
	color: #233527;
	margin-bottom: 50px;
}

#effektrapporter #leftHeader h1 {
	color: #ffffff;
	font-weight: 400;
    font-size: 40px;
}

#effektrapporter h2, #effektHjemme h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #233527;
	
}

#effektrapporter #leftHeader h2 {
	color: #ffffff;
}

#effektrapporter p, #effektHjemme p {
	font-size: 16px;
	color: #233527;
}

#effektrapporter #leftHeader p {
	color: #ffffff;
}

#effektHjemme {
	background: #f0f0f0;
	padding: 7rem 0;
}


.popupContent {
    background: #ffffff;
    width: 90%;
    height: 77%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
}

#normal-page-container .normal-page-wrapper .sectionHeader p {
    padding-bottom: 5rem;
    text-align: center;
    margin: 0;
}

.mainEffect {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

#kommunePopup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 15px;
    width: 99%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

#popupMain .dropbtn {
    padding: 1.1rem 3rem;
    background-color: #233527;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 25px;
    display: inline;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    text-align: center;
    width: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1;
    width: 100%;
    top: 30px;
	overflow: scroll;
    max-height: 220px;
    overflow-x: hidden;
}

.dropdown-content #optionEffect {
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color: #4B4B4B;
    font-size: 16px;
}

.dropdown-content #optionEffect:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

#header-effectrapport {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    top: 0;
    height: 600px;
}

#header-effectrapport #normal-page-header-bg {
    height: auto;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
	background-image: url(/wp-content/uploads/Borger_SOSU_edit_forlaenget-scaled.jpg);
}

.popupContent img {
    position: absolute;
    max-width: 160px;
    height: auto;
    width: 100%;
    top: 40px;
    right: 40px;
	z-index: 10;
}

#leftHeader {
    background-color: #233527;
	display: flex;
}

#leftHeaderText {
    margin: auto;
    margin-left: 55px;
    margin-right: 20px;
}

#effektHjemme .wp-block-button__link {
    color: #233527;
    background-color: #ffffff;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 16px;
    font-weight: 700;
}

.containerWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.containerWrap .imgWrap {
    text-align: center;
}

#effektHjemme .imgWrap img {
    max-width: 280px;
    width: 100%;
    height: auto;
}

.effect-items-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.effect-items-big .cardEffekt {
    width: 100%;
    display: flex;
}

.effect-items-big .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

 .collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
   transition: all 1s ease; }

/****************** PRINT PDF **********************/

@media print{
  .col-lg-6 hr {
    display: none;
}
	
	#header-effectrapport {
		top: 0;
	    height: auto;
	  	display: block;
	}
	.navbar-container, footer, .wpcs_tab, #back-to-top, .h2MarginTop  {
		display:none!important;
	}
	.mainEffect {
		margin-top: 0;
		width: 100%;
		max-width: 95%;
	}
	.collapse:not(.show){
		display:block;
	}
	
	#effektForm, #effektHjemme{
		display:none;
	}
	
	.accordionEffekt .cardEffekt .card-bodyEffekt {
		min-height: 200px;
	}
	.effectBoxContent {

		
	}
	
	.effectBox:first-of-type {
		
	}
	#effektPerspektiv {

		
	}

	#header-effectrapport #normal-page-header-bg {
		display: none;
	}

	#leftHeader .popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
		display: none;
	}

	#leftHeader hr {
		display:none;
	}

	#leftHeader .accordionEffekt .cardEffekt .card-headerEffekt {
		display: none;
	}

	#effektrapporter #leftHeader p {
		color: #233527;
		margin-bottom: 0;
	}
	#leftHeader {
		background-color: transparent;
	}

	#effektrapporter #leftHeader h1 {
		color: #233527;
		text-align: center;
		margin-bottom: 20px;
	}

	#effektPerspektiv {
		margin-top: 2rem;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.effectBoxIcon, .effectBoxBeregning {
		padding: 0;
		padding-bottom: 5px;
	}
	.effectBoxAll img {
		max-width: 70px;
	}

.effectBoxContent {
    min-height: 150px;
}

#leftHeaderText {
    margin: 30px;
}
	
}