/* Overall */
#wpadminbar {
	position: fixed !important;
}
html {
	background: #fff;
}
body {
	overflow: hidden;
	position: relative;
	font-family: "Oxygen", "Raleway", "Open Sans", Arial;
	font-size: 14px;
}
.row-wrap .row,
header .wrap,
footer .wrap {
	max-width: 1100px; /*før sat til 1260px*/
	padding: 0 23px;
	margin: 0 auto;
	box-sizing: border-box;
}
/*brødkrummer tilføjet manuelt i page.php og aktiveret i Yoast plugin i backend*/

.wrapbread {
	background: #edf3f3;
}


.breadcrumbs {
	max-width: 1100px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 23px;
    padding-bottom: 3px;
    padding-top: 2px;
}
.home .breadcrumbs {
	display:none;
} 
.breadcrumbs a {
	color: #698c91;
	text-transform: uppercase;
    font-family: roboto condensed;
}
.breadcrumbs a:hover {
	color: #dc582a;
}
.breadcrumbs p {
	font-size:13px;
	margin:0;
	text-transform: uppercase;
    font-family: roboto condensed;
}
.breadcrumbs p strong {
	font-weight: 700;
} 
.breadcrumb_last {
	color: #90b4b7;
}


footer .wrap {
	padding: 20px 40px;
}
header .wrap {
	padding: 0 23px; /*før 30 px*/
}
.clear {
	clear: both;
	display: block;
}
.item-area-wrap-slug-17-percent {
	float: left;
	width: 16.6666667%
}
.item-area-wrap-slug-20-percent {
	float: left;
	width: 20%
}

/* Text */
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", "Open Sans", Arial;
	hyphens:auto;
}
h1, .entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
	font-size: 38px;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight:700;
	color: #315360;
}
h2, .entry-content h2 {
	font-size: 30px;
	margin-top:10px;
	font-weight:700;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:focus {
	outline: none;
}
a:hover, .entry-content a:hover {
	color:#dc582a;
}

p strong {
	font-weight: 700;
}

.showme{ 
	display: none;
}
	.showhim:hover .showme{
	display : block;
}

/* Header */
header {
	box-shadow: 0 0 5px rgba(98,121,130,0.2); -webkit-box-shadow: 0 0 5px rgba(98,121,130,0.2); -moz-box-shadow: 0 0 5px rgba(98,121,130,0.2);
}
#site-header {
	float: left;
	line-height: 80px;
}
#site-header > a {
	float: left;
	margin-right: 10px;
}
#site-header a img {
	width:90%; /*80%*/
}
header .site-title,
header .tagline {
	float: left;
	line-height: 40px;
	padding: 20px 4px;
	font-size: 22px;
}
header .tagline {
	line-height: 30px;
	font-size: 14px;
	padding-top: 29px;
}
.main-navigation {
	float: right;
}
.main-navigation li {
	display: inline-block;
	border-top: none;
	float:left;
}
.main-navigation a {
	line-height: 40px;
	padding: 0 10px;
}
a.toggle-menu {
	display: none;
}
.dropdown-toggle {
	display: none;
}
.main-navigation .page_item_has_children > a, 
.main-navigation .menu-item-has-children > a {
	padding-right: 32px !important;
}
.main-navigation .page_item_has_children > a:after,
.main-navigation .menu-item-has-children > a:after {
	color: #333;
	font-family:'Glyphicons Halflings';
	content: "\e259";
	font-size: 11px;
	position: absolute;
	right: 0;
	width: 20px;
}
.main-navigation ul ul {
	position: absolute;
	width: 300px;
	background: #2d2929;
	z-index: 999;
	opacity: 0;
	display: block;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main-navigation .menu > ul > li > a {
	padding: 20px 16px;
}
.main-navigation ul ul li {
	display: block;
}
.main-navigation ul ul a {
	color:#edf3f3;
	font-size: 12px;
	border-bottom: 1px solid #303030;
	font-family: Roboto Condensed;
    text-transform: uppercase;
}
.main-navigation ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

/* Banner image */
.entry-thumbnail {
	position: relative;
	overflow: hidden;
	top:0;
}
.entry-thumbnail img {
	position: relative;
	width: 100%;
}

/* Home page */
.home-widgets {
	margin: 0;
	background: #f0f4f6;
}
.home-widgets > div {
	padding: 40px 0;
}

/* Widgets */
.page-widgets {
	margin: 0;
	background: #f0f4f6;
}
.page-widgets > div {
	padding: 40px 0;
}
.widget_stats_widget {
	background: #333;
	color: #fff;
}
.widget_stats_widget .numb {
	color: #16d7e8;
	font-size: 32px;
	font-weight: 100;
}

.bar-container .bar {
	position: relative;
	background: #fff;
	height: 10px;
	margin-top: 10px;
}
.bar-container .percent {
	position: absolute;
	top: 0;
	left: 0;
	background: #16d7e8;
	height: 10px;
	width: 0;
}
.bar-container .percent-tip {
	display: none;
	position: absolute;
	background: #fff;
	margin-top: -30px;
	right: 100%;
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 5px 5px 0 5px; -webkit-border-radius: 5px 5px 0 5px; -moz-border-radius: 5px 5px 0 5px;
}

.icon-block h3 {
	text-align: center;
	margin-bottom: 40px;
}
.icon-block .item-area-wrap {
	text-align: center;
}
.icon-block .icon {
	display: inline-block;
	width: 140px;
	height: 140px;
	line-height: 140px;
	font-size: 40px;
}
.icon-block .icon .glyphicon {
	padding: 50px;
	background: #eaf0f2;
	border-radius: 70px; -webkit-border-radius: 70px; -moz-border-radius: 70px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icon-block a:hover {
	color: #16d7e8;
}
.icon-block a:hover .icon .glyphicon {
	color: #fff;
	background: #16d7e8;
}
.icon-block .text {
	display: block;
	padding: 20px;
}

.circle-container {
	text-align: center;
	padding: 20px 0;
}
.circle-container.left {
	text-align: left;
	float: left;
}
.circle-container.right {
	text-align: right;
	float: right;
}
.circle-container .circle {
	position: relative;
}
.circle-container .percent {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -33px;
	line-height: 60px;
	font-size: 32px;
}

div.widget_image_grid {
	padding: 0;
}
.widget_image_grid > .row {
	max-width: none;
	padding: 0;
	border: none;
	font-size: 0;
}
.widget_image_grid > .row > .item-wrap {
	margin: 0;
	border: none;
}
.imagegrid-container > .row .item-area-wrap {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 !important;
}
.imagegrid-container.tiles {
	background: #303648;
	float: left;
	width: 100%;
}
.imagegrid-container a,
.imagegrid-container.boxes .thumb {
	display: block;
	overflow: hidden;
	position: relative;
} 
.imagegrid-container img {
	position: absolute;
	max-width: none;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.imagegrid-container a:hover img {
	opacity: 0.6;
}
.imagegrid-container.tiles .text {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.imagegrid-container.tiles .text h4 {
	text-transform: uppercase;
}
.imagegrid-container.tiles .text span {
	font-weight: 100;
}

.imagegrid-container.boxes {
	padding: 40px 0;
}
.imagegrid-container.boxes img {
	opacity: 1;
}
.imagegrid-container.boxes .text {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	color: #333;
	font-size: 14px;
}
.imagegrid-container.boxes .text h4 {
	line-height: 18px;
}
.imagegrid-container.boxes .text p {
	margin-bottom: 0;
	color: #b0b6b9;
	padding-top: 10px;
	font-weight: 100;
}

/* Content (page builder) */
.hentry {
	background: transparent;
	padding-top: 0;
}

.row-area-row-wrap,
.std-container {
	padding: 40px 0;
}
.row-wrap.vp-alt-style {
	background: url(../images/dark_edges.png) 0 0 repeat;
	color: #fff;
	padding: 20px 0;
	margin: 20px 0;
}
.page-overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.post-date {
	opacity: 0.7;
	font-size: 12px;
}
.post-meta ::before {
	font-size: 24px;
}
.byline {
	display: none;
}
.post-meta > .row {
	padding-left: 0;
}
/* Sidebar template */
.w-sidebar {
	position: relative;
}
.w-sidebar .row-wrap .row > div,
.w-sidebar .entry-content .row > div {
	padding-right: 30%;
}
.w-sidebar.w-left .row-wrap .row > div,
.w-sidebar.w-left .entry-content .row > div {
	padding-left: 30%;
	padding-right: 0;
}
.w-sidebar .page-widgets .full .row > div,
.w-sidebar .page-widgets .widget_image_grid .row > div {
	padding-left: 0;
	padding-right: 0;
}
.w-sidebar .page-widgets .widget_image_grid .row .boxes {
	padding-right: 30%;
}
.w-sidebar.w-left .page-widgets .widget_image_grid .row .boxes {
	padding-left: 30%;
	padding-right: 0;
}
#custom_sidebar {
	position: absolute;
	width: 100%;
	padding: 40px 0 0;
	margin: 0;
	top: 0;
	left: 0;
	height: 0;
	overflow: visible;
	z-index: 1;
}
#custom_sidebar .row {
	height: 0;
	overflow: visible;
}
#custom_sidebar .sidebar-container {
	position: relative;
	margin-left: 73%;
	margin-bottom:30px;
	width: 27%;
	padding: 20px 25px 20px 25px;
	background: #cbdcdd;
	box-shadow: 2px 2px 10px #d7d7d7;
	overflow: hidden;
}
.sidebar-container .custom-widget h3.widget-title {
	margin:0px 0px 10px;
	font-size:22px;
	line-height:1.4;

}
#custom_sidebar.left .sidebar-container {
	margin-right: 73%;
	margin-left: 0;
}
#custom_sidebar .sidebar-container .custom-widget {
	margin-bottom: 30px;
}
#custom_sidebar .icon-block h3 {
	margin-bottom: 10px;
}
#custom_sidebar .bottom-container {
	position: relative;
	width: 100%;
	padding: 30px;
	background: #f5fafc;
	border-bottom: 4px solid #eaf0f2;
	overflow: hidden;
}
/* Kontaktformular på frivilligsiden */

.kontaktformular.friviliig input {
	border:1px solid #698c91;
	background-color:#fff;
}

input#frivilligsignup.wpcf7-form-control.wpcf7-submit {
	background-color:#dc582a;
	border-radius:25px;
	padding: 10px 15px 10px 15px;
	min-width:150px;
	font-size:16px;
	border:none;
}
input#frivilligsignup:hover {
	background-color: #315360 !important;
	}

/* Footer */
.site-footer {
	/*background: #2d2d2d;*/
	background: #315360;
	color: #fff;
	padding: 20px 0;
	/*border-top:2px solid #f4f4f4;*/
	border-top:none;
}
.site-footer p {
	font-size:14px;
}
#footer {
	padding-top:30px;
	padding-bottom:20px;
}
#some-footer {
	margin-left:8px;
	margin-bottom:-13px !important;
}
.site-footer .row-wrap {
	margin-bottom: 30px;
}
.site-footer .footer-widgets {
	margin-bottom: 0;
}
.site-footer .item-area-wrap {
	text-align: inherit;
}
.site-footer {
	position: relative;
}

h5.footerh5, .site-footer h5 {
	font-size:18px;
	color:#cbdcdd;
}

#footer-organisation p, .footer-kontakt p {
    margin-bottom: 1em;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-weight:100;
}
 #pl-w5be2c6e9b3c5f .so-panel {
    margin-bottom: 16px !important;
}
.footer-image {
	position: absolute;
    z-index: 1;
    top: 20px;
    right: 0;
    bottom: 20px;
    height: 100%;
    opacity: 0.3;
}
.footer-image img {
	width:80%;
}
section.error-404 h1.page-title, section.error-404 p {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		text-align: center;
		font-size:25px;
}
section.error-404 a {
	text-decoration: underline;
	color:#dc582a;
	font-weight: 600;
}

@media (max-width: 1024px) {
	.main-navigation {
		padding-top: 20px;
	}
	.main-navigation > a {
		padding-right: 0;
	}
	.main-navigation .menu {
		position: absolute;
		right: -250px;
		width: 250px;
		background: #f5fafc;
		top: 0;
		height: 100%;
		z-index: 99999;
	}
	.main-navigation .menu li {
		width: 100%;
	}
	.main-navigation .menu li a {
		/*padding: 14px 20px; udkommenteret pga konflikt med eneglsk menu*/
  		line-height: 30px;
	}
	.main-navigation .menu ul li a {
		/*padding: 14px 20px; udkommenteret pga konflikt med eneglsk menu*/
  		line-height: 45px;
	}
	.main-navigation .current_page_item > a, 
	.main-navigation .current-menu-item > a, 
	.main-navigation .current_page_ancestor > a {
		font-weight: normal;
		background: #eaf0f2;
	}
	.main-navigation .page_item_has_children > a:after, 
	.main-navigation .menu-item-has-children > a:after {
		content: none;
	}
	.dropdown-toggle {
		height: 63px;
		width: 63px;
		top: 0;
		display: block;
		background: transparent !important;
		outline: none !important;
	}
	.main-navigation ul ul {
		display: none;
		opacity: 1;
		visibility: visible;
		position: relative;
		margin: 0;
		width: 100%;
		background: #eaf0f2;
		border-top: none;
	}
	.main-navigation .menu ul ul li a {
		line-height: 17px;
		color: #333;
		background: #eaf0f2 !important;
	}
	.main-navigation .menu ul ul li.current_page_item > a, 
	.main-navigation .menu ul ul li.current-menu-item > a, 
	.main-navigation .menu ul ul li.current_page_ancestor > a {
		 color: #008f98;
	}
	a.toggle-menu {
		display: block;
		vertical-align: top;
	}
	a.toggle-menu .label {
		vertical-align: top;
	}
	.toggle-menu .glyphicon {
		padding-right: 5px;
		line-height: 40px;
		font-size: 28px;
	}
	#page.menuopen {
		position: relative;
	}

	.w-sidebar .row-wrap .row > div,
	.w-sidebar .entry-content .row > div {
		padding-right: 30%;
		/*padding-right: 40%;*/
	}
	.w-sidebar.w-left .row-wrap .row > div,
	.w-sidebar.w-left .entry-content .row > div {
		padding-left: 33%;
		padding-right: 0;
	}
	#custom_sidebar .sidebar-container {
		margin-left: 70%; /*før 63%*/
		width: 30%; /*før 37%*/
	}
	#custom_sidebar.left .sidebar-container {
		margin-right: 63%;
		margin-left: 0;
	}

	.imagegrid-container .item-area-wrap-slug-25-percent {
		width: 50%;
	}
	.imagegrid-container .item-area-wrap-slug-20-percent {
		width: 50%;
	}
	.imagegrid-container .item-area-wrap-slug-17-percent {
		width: 33.3333333%;
	}
}
@media (max-width: 767px) {
	footer .wrap {
		padding: 20px;
	}
	header .wrap, .breadcrumbs {
		padding: 0 15px;
	}
	.row-wrap .row {
		padding: 0 15px; /*før 3px*/
	}
	div.customdatoer {
		padding: 0 15px !important;
	}
	.widget_image_grid > .row {
		padding: 0;
	}
	header .site-title {
		float: none;
		font-size: 16px;
		line-height: 22px;
		padding: 20px 0 0;
		display: block;
	}
	header .tagline {
		float: none;
		font-size: 13px;
		line-height: 19px;
		padding: 0;
		display: block;
	}

	.w-sidebar .row-wrap .row > div,
	.w-sidebar .entry-content .row > div {
		padding-right: 0;
	}
	.w-sidebar.w-left .row-wrap .row > div,
	.w-sidebar.w-left .entry-content .row > div {
		padding: 0px;

	}

	#custom_sidebar {
		position: static;
		height: auto;
		/*background: #f5fafc;*/
	}
	#custom_sidebar .row {
		height: auto;
	}
	#custom_sidebar .sidebar-container {
		margin-left: 0;
		width: 100%;
		border-bottom: none;
	}
	#custom_sidebar.left .sidebar-container {
		margin-right: 0;
	}
	
}
@media (min-width:737px) and (max-width:1023px) {
	.support.da {
	    display:block;
	    -ms-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
	    background: #dc582a;
	    border-radius: 8px;
	    position: fixed;
	    width: 180px;
	    margin-right: -3px;
	    height: 42px;
	    padding-left: 27px;
	    right: -70px;
	    z-index: 10000;
	    padding-top: 20px;
	    margin-top: 39px;
	    box-shadow: 5px 4px 6px #380b0b;
	}
	.support.dd18 {
	    display:block;
	    background: #2d2d2d;
	    border-radius: 8px;
	    position: fixed;
	    width: 180px;
	    height: 42px;
	    padding-left: 15px;
	    right: -70px;
	    z-index: 10000;
	    padding-top: 20px;
	    margin-top: 39px;
	    box-shadow: 5px 4px 6px #380b0b;
	}
	.support img {
		    padding: 12px 10px;
	}
	.support .text {
		font-size: 20px;
	    font-weight: 500;
	    color: #ffffff;
	    position: absolute;
	    top: 13px;
	    line-height: 21px;
	}
	.support.en .text {
		font-size:18px;
	}
}
@media (max-width: 640px) { /* From velocity page */
	.imagegrid-container .item-area-wrap-slug-25-percent,
	.imagegrid-container .item-area-wrap-slug-50-percent,
	.imagegrid-container .item-area-wrap-slug-33-percent,
	.imagegrid-container .item-area-wrap-slug-67-percent,
	.imagegrid-container .item-area-wrap-slug-20-percent,
	.imagegrid-container .item-area-wrap-slug-17-percent {
		width: 100%;
	}
}
@media (max-width: 400px) {
	a.toggle-menu .label {
		display: none;
	}
}

@media (min-width: 737px) and (max-width:1024px){
	
	#buttons-top .panel-grid-cell {
	    -ms-flex: 0 1 23% !important;
	    -webkit-flex: 0 1 23% !important;
	    flex: 0 1 23% !important;
	    margin-right: 0;
	    margin-bottom: 30px;
		}
		#artists .panel-grid-cell:nth-last-child(1) {
			margin: 0 auto;
		}
		#font-frivillig p span {
			font-size: 70px !important;
		}
		#kids .panel-grid-cell:nth-last-child(1) {
			margin:0 auto;
		}
		#font-kids p span {
			font-size: 75px !important;
		}

}





/*desktop dignity.dk*/

	/*Nye baggrundsfarver*/
#tyve, .tyve {
	background: rgba(105, 140, 145, 0.2);
}
#fyrre, .fyrre {
	background: rgba(105, 140, 145, 0.4);
}
#tres, .tres { 
	background: rgba(105, 140, 145, 0.6);
}
#firs, .firs {
	background: rgba(105, 140, 145, 0.8);
}
#hundrede, .hundrede {
	background: rgba(105, 140, 145);
}
#groenblaa, .groenblaa {
	background: rgb(49, 83, 96);
}
#orange, .orange {
	background: rgb(220, 88, 42);
}

#roed, .roed {
	background: rgb(157, 34, 53);
}


.top-header{
	height:40px; /*før 30px*/
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*background: #2d2d2d;*/
    background: #315360;
    color: #fff;
    padding: 10px 0;
}
.top-header .row {
	max-width:1100px;
	margin: 0 auto;
	padding: 0 23px;
}
.top-header .wpml-ls-display {
	/*color:#fff;*/
	font-size:14px;
	color: #cbdcdd;
}
.top-header span.wpml-ls-native {
	font-size:14px;
	color: #cbdcdd;
}
.top-header-links a {
	/*color:#fff;*/
	color: #cbdcdd;
	font-size: 15px;
	text-decoration: underline;
	border-bottom: none !important;
	font-family: Roboto Condensed, sana-serif;
	font-weight:100;
}
.top-header-links a:hover {
	/*color:#fa443f;*/
	color: #cbdcdd;
}
#icl_lang_sel_widget-2 {
   /* position: relative;
    top: -10px;
    float: right;
    padding-right: 0px;
    font-size:12px;*/
    position: relative;
    /*top: -46px;*/
    top: -13px;
    float: right;
    padding-right: 0px;
    font-size: 12px;
    /*margin-right: 190px;*/
}
.top-header #sow-editor-2, .top-header #sow-editor-5 {
	position: relative;
    float: right;
    top:-5px;
}

header {
	height: 130px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-shadow, box-shadow:none;
}

.main-navigation {
	text-align:center;
	/*float:none;*/
	float:right; 
	padding-top:20px;
}

.std-container {
    padding-top: 0;
}
/*header .wrap {
	max-width:1100px;
}*/
#menu-hovedmenu > li > a, .menu > li > a {
	font-size: 15px;
    color: #315360;
    padding: 0 18px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Roboto condensed, sans-serif;
}


#menu-hovedmenu a:hover, #menu-hovedmenu a:active, .menu a:hover, .menu a:active{
	color:#000;
}
#menu-hovedmenu, .menu {
	padding-top:40px;
}
#menu-hovedmenu a:hover, #menu-hovedmenu a:active, #menu-hovedmenu a:focus, .menu a:hover, .menu a:active, .menu a:focus {
    color: #698c91;
    /*border: 2px solid #000;*/
}
.main-navigation ul.sub-menu li {
	float:none; /*ændret fra float:left fordi to af menupunkterne på engelsk stod på én linje;*/
	/*border-bottom: 1px solid #707070;*/
	/*border-bottom: 1px solid #64969a;*/
	text-align:left;
	padding-left:10px;
}

.main-navigation ul ul {
    position: absolute;
    margin: auto;
    width: 100%;
    min-width:200px;
    background: #315360cc;
    z-index: 999;
    opacity: 0;
    display: block;
    visibility: hidden;
    padding-top:10px;
    padding-bottom:20px;
}

.main-navigation ul ul a {
    font-size: 15px;
 }

 #menu-hovedmenu ul li a:hover, #menu-hovedmenu ul li a:active, #menu-hovedmenu ul li a:focus, .menu ul li a:hover, .menu ul li a:active, .menu ul li a:focus {
 	color: #dc582a;
 	border: none;
 }

.main-navigation ul ul a {
	border-bottom:none;
}




#site-header {
	/*position: absolute;*/ /*helt ude i venstre side*/
	position:relative;
    /*left: 30px;*/
    top: 43px;
}
.main-navigation .page_item_has_children > a:after, .main-navigation .menu-item-has-children > a:after {
	color: #315360;
	/*color: #cbdcdd;*/
	font-size:14px;
	width:35px;
	top: -1.5px;
}

.main-navigation .page_item_has_children > a:hover:after, .main-navigation .menu-item-has-children > a:hover:after {
    color: #2d2929;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}
h1, h2, h3, h4, h5, p {
	color:#000;
}

h1 {
	font-size: 42px;
}
h2, .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	font-size:30px;
	margin-top: 25px;
    margin-bottom: 15px;
    line-height:1.2;
    color:#315360;
}
h3.widget-title, .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3, h4.widget-title, .entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4, h4 {
	font-size: 25px;
	margin-top: 25px;
    margin-bottom: 15px;
    color: #315360;
}
h5, .entry-content h5, .entry-summary h5, .page-content h5, .comment-content h5 {
	margin-top:5px;
	margin-bottom: 15px;
}
p, li {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
li {
	color:#2d2929;
	font-size:15px;
}
hr {
	height:1px;
	background-color: #2d2929;
}
.home h1 {
	font-size: 50px;
}

.home-footer {
	display:none;
}
.home .std-container {
    padding-bottom: 0;
}
.home-footer p {
	font-size:12px;
}
.home-footer strong {
	font-weight:600 !important;
}


.overskrift-home h2 {
	font-weight:300;
}

.overskrift-home, .overskrift h1, .temaer {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 20px 40px 20px 40px;
}

.overskrift-home.home {
	padding: 30px 40px 10px 40px;
}

.overskrift h1 {
	padding-top: 30px;
}
/*.overskrift-home:after, .overskrift h1:after, .temaer:after {
    content: "";
    border: 3px solid #fa443f;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    top: 5px;
    left: -10px;
    position: absolute;
}*/

h1.home-small {
	font-size: 30px !important;
	text-transform: none;
}
h2.pub {
	margin-top:10px;
	font-size:20px;
	margin-left:15px;
}

.overskrift-home:after, .overskrift-home, .overskrift h1, .overskrift h1:after{
	background-color: rgba(105, 140, 145, 0.6);
	z-index:-2;
}

#topbanner {
	max-width:1050px;
	margin:0 auto;
}
h1.homestyle {
	color: #fff;
	text-transform: uppercase;
	font-size:40px;
	margin-bottom:0 !important;
}
h2.homestyle {
	color: #fff;
	text-transform: uppercase;
	font-size:25px;
	font-weight:200;
	margin-top:5px !important;
	max-width: 650px;
    line-height: 1.3em;
}
.page-id-51 .overskrift h1, .page-id-51 .overskrift h1:after {
	background:none;
}
a.ow-button-hover {
	font-weight:500;
	font-size: 20px;
}
a#button_factsheets:hover, a#button_factsheets:focus {
	background:#e5e5e5;
	border-bottom:2px solid #000;
}

.header-widget {
	position: absolute;
    right: 30px;
    top:50px;
}
.header-widget .some {
	padding-right:15px;
}
.header-widget .row-wrap .row {
	padding: 0;
}
body {
	background:#fff;
}

/*Hvem er vi */
.area-1 p, .area-2 p, .area-3 p {
	font-size:14px;
}
.temaer {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	padding: 15px 15px 6px 6px;
}

a#forside-stoet:hover {
	background: #2d2929;
	border:none;
}
a#forside-stoet {
	border:none;
}
/*signup-formular i footer*/
.signup-form {
	margin:auto;
}
.signup-form  input#mce-EMAIL, .signup-form input#mce-FNAME {
	width:35%;
	float:left;
	margin-right:30px;
}

 .signup-form .widget input[type="submit"] {
	font-size:20px;
}
.signup-form input#mc-embedded-subscribe {
	color: #fa443f;
	border: 2px solid #fa443f;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    width:22%;
    height:63px;
    float:left;
    font-size: 1.6rem;
}
.signup-form input#mc-embedded-subscribe:hover {
	background:#fff;
	color:#fa443f;
}
.signup-form  #mc_embed_signup input[type=text], .signup-form  #mc_embed_signup input[type=email] {
	/*background: #2d2929;*/
	border:1px solid #fff;
	height:62px;
	/*color: #fff;*/
  	font-family: 'Roboto', sans-serif;
  	font-size:20px;
  	padding-left: 25px
}
.signup-form input#mce-FNAME {
	margin-top:24px;
}
.signup-form input#mce-EMAIL {
	margin-top: 46px;
}

#mce-success-response {
	background: #73b54a;
    padding: 7px;
    color: #fff;
}

/*signup til konference*/

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: block;
    background: #f4f4f4;
    max-width: 300px;
    padding: 17px;
    margin: 0 auto;
}
.page-id-26699 input.wpcf7-form-control.wpcf7-submit {
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}
.std-container {
	padding-bottom: 0;
}
.site-footer {
	padding-top:0;
	padding-bottom: 0;
}
.site-footer a {
    color: #fff;
    border-bottom: none;
    font-family: roboto condensed;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: underline;
}
.site-footer a:hover {
	
	color: #90b4b7;
}
#sub-footer {
	padding-bottom:10px;
	padding-top:10px;
	background: #698c91;
}
#sub-footer a, #sub-footer p {
	font-size: 12px !important!
}
/*.site-footer a:hover {
	color:#fa443f;
}*/
#pl-w5ab3a07045acb .so-panel {
	margin-bottom: 5px !important!;
}
.signup-form h5 {
	color: #fff;
	font-size: 26px;
	padding-top:30px;
	text-align: left;
}
#mc_embed_signup {
	text-align: center;
}
.footer-logo {
	margin-top:20px;
}
.site-footer .telefon, .site-footer .adresse {
	min-height:130px;
}

/*nyhedsbrevs signup styling #2020*/

form#mc-embedded-subscribe-form p {
	color:#fff;
	margin-bottom:10px;
}

input#mc-embedded-subscribe {
	background:#dc582a;
	border-radius:25px;
	padding:15px;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
}

label.checkbox.subfield {
	font-family: 'Roboto', sans-serif;
	color:#fff;
}
/*signup til nyhedsbrev - ikke i footer*/
#nyhedsbrev input, #newsletter input{
	margin-bottom: 10px;
}

#nyhedsbrev input.required.email.field, #nyhedsbrev input.required.name.field, #newsletter input.required.email.field, #newsletter input.required.name.field {
	border: 1px solid #f4f4f4;
	background: transparent;
    height:30px;
 	font-family: 'roboto', san-serif;
    font-size: 14px;
    padding-left: 10px;
    color:#fff;
    width:100%;
    float:left;
}
#nyhedsbrev input.nyhedsbrev.submit, #newsletter input.nyhedsbrev.submit {
    width: 100%;
    padding: 5px;
    border-radius: 25px;
    color: #ffffff;
    font-family: 'roboto', san-serif;
    background: #dc582a;
    font-weight: 700;
    height: 35px;
    font-size: 16px;
    margin-top: 20px;
    float: left;
    text-transform:none;
}
#nyhedsbrev input.nyhedsbrev.submit:hover, #newsletter input.nyhedsbrev.submit:hover  {
	background: #fff;
	/*background: #698c91;
	color:#fff;*/
	color:#2d2d2d;
}
#nyhedsbrev input::placeholder, #newsletter input::placeholder {
  color: #fff;
}
.nyhedsbrevstilmelding p strong {
	font-size: 50px;
	text-transform: uppercase;
	color: #fa443f;
}
.nyhedsbrevstilmelding p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px !important;
}

/*Blogindlæg styling*/
.blogpost .entry-content{
    max-width: 800px;
    margin: auto;
 }

.entry-content.row-wrap {
    background: #fff;
}

body.single-post, body.facebook_events-template-default {
	background:  #edf3f3;
}

body.single-post h1.entry-title, body.single-post h1.entry-title:after {
	border: none;
	margin:0;
	text-align: left;
	padding-left:0;
	color:#315360;
}

 .cat-links {
 	font-size:11px;
 }

.post-meta .row {
	max-width:800px;
}

.content-area.blogpost {
	margin-bottom:30px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	padding-top: 0;
	top: -30px;
    position: relative;
}

.content-area.blogpost .entry-content.row-wrap {
	/*border: 1px solid #eaeaea;
    border-top: none;*/
    box-shadow: 10px 11px 20px #d7d7d7;
    padding:10px;
}

.twitter-share-button, .fb-like {
	float:left;
}

/*.twitter-share-button {
	width: 65px !important;
    height: 25px !important;
    padding-top: 2px;
    padding-right: 5px;
}*/
body.single-post .page-widgets.post-meta {
	background: #fff;
	max-width:800px;
	margin: auto;
	padding:10px;
	
}

body.single-post .page-widgets.post-meta {
	position: relative;
	top:-30px;
	border-right: 1px solid #cbdcdd;
	border-left: 1px solid #cbdcdd;
	border-top: 1px solid #cbdcdd;
	background:#cbdcdd;
}

.entry-content a {
	border-bottom:none;
	font-weight:600;
	color:#dc582a; 
}
.entry-content a:hover {
	color:#000;
}
.tags-links > a:hover, .cat-links > a:hover {
	font-weight: 500;
}
.entry-thumbnail {
	text-align: center;
}
.entry-thumbnail img {
	max-width:800px;
} 

.blog-fakta {
	border: 3px solid #fa443f;
    position: relative;
    padding: 15px 15px 0px 15px;
    margin-left:8px;
    margin-bottom:30px;
}

.blog-fakta:after {
	content: "";
    border: 3px solid #fa443f;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    top: 5px;
    left: -10px;
    position: absolute;
}

a#aq6i9vq6g {
	display:none;
}

.blog-fakta.title {
	max-width:480px;
	margin: 5px auto;
}

p.fakta-info {
	font-size:16px;
	margin-bottom: 18px;
    margin-top: 10px;
}

p.faktaoverskrift {
	margin-bottom:10px;
	font-weight:500;
	font-size:20px;
}

h1.entry-title {
	/*border: 3px solid #fa443f;*/
    text-align: center;
    /*position: relative;
    padding: 20px 40px 20px 40px;*/
}


body.home .sow-carousel-item h3 > a {
	font-weight: 500;
    font-size: 15px;
    color: #315360 !important;

}

body.home .sow-carousel-item h3 {
	padding: 15px;
	margin-top:0 !important;
}
body.home .sow-carousel-item {
	background:#fff;
}

body.home .sow-carousel-thumbnail > a {
	border:2px solid #fff;
}

.sow-carousel-item h3 > a {
	font-weight: 600;
    font-size: 16px;
    color: #315360 !important;

}
.sow-carousel-item h3 > a:hover {
	color:#DC582A !important;
}

.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a span.overlay {
	background: #dc582a !important;
}

.sow-carousel-title .sow-carousel-navigation{
	float:none;
}

.sow-carousel-navigation a.sow-carousel-next, .sow-carousel-navigation a.sow-carousel-previous {
	background:none !important;
}

ul.sub-menu a {
	color:#fff;
}

ul.sub-menu li a {
	line-height: 1.5em;
	padding:10px;
}

/*tæller*/

.widget_stats_widget .numb {
    color: #fff;
    font-size:40px;
    text-shadow: 3px 2px #4c0707;
}

 .widget_stats_widget {
    background: transparent;
}

.desc {
	padding-bottom:20px;
}

.numb {
	padding-top:20px;
}

/*blogarkiv archive.php*/

.archive .page-header {
    padding: 2.6923%;
	box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    border:none;
}
.archive .page-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
}
.archive .page-header h1 {
	text-align: center;
}
.archive .entry-content .row {
	max-width:800px;
}

/*custom styling af archive.php til blogkategorivisning*/
body.archive .post-slider, body.archive #facebook-blog{
	display:none;
}
body.archive #main {
	max-width:1100px;
	margin: 0 auto;
}

/*takkeside*/
.page-id-283 .entry-content a {
	text-decoration:underline;
}
.page-id-283 .entry-content a:hover {
	color:#fa443f;
}



/*styling af rehabiliterings temaside*/

body.page-id-18112  #theme-loop span.posted-on, body.page-id-18112  #theme-loop span.posted-on > a {
	color: #fff;
}
#theme-loop .cat-links, #theme-loop .cat-links a, #theme-loop span.posted-on a {
	color: #edf3f3;
}

 span.posted-on a, .content-loop .cat-links a {
	color:#698c91;
}
.content-loop .cat-links::before {
    content: "";
}
.content-loop .cat-links > a {
	position:relative;
}
article.content-loop {
	position:relative;
	transition: .4s;
}
/*article.content-loop:hover {
	transform: scale(1.05);
}*/
.content-loop .cat-links {
	position:absolute;
	bottom:10px;
	font-size:12px;
	margin-right: 0px;
	border-top:1px solid #e2e2e2;
	padding-top:5px;

}
.content-loop span.posted-on::after {
  content: "\A";
  white-space: pre;
}
.posted-on:before {
    /*content: "\f307";*/
    content:none;
}
.posted-on time {
    font-size:13px;
    padding-left:5px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
#theme-loop span.posted-on::before {

    color: #fff;
}
#theme-loop .cat-links a:hover {
	color: #315360;
}
body.page-id-18112 #email-footer {
	display:none;
}
#theme-loop h3 {
	color: #fff;
}
#theme-top h1 {
	margin-top:0px;
}
#theme-lande h2 {
	padding-bottom:10px;
}
.content-list h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform:none;
	font-weight: 400;
}
.content-list .post-meta {
	padding: 5px;
	background:#698c91;
}
article.content-list {
	margin-bottom:10px;
}


a#blog-button:hover span {
	color:#fff;
}
a#blog-button:hover {
	border: 2px solid #fff;
}

.quote {
	border:2px solid #fff;
	padding:15px;
	position:relative;
}

.quote::after{
	content: "";
    border: 2px solid #fff;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    top: 5px;
    left: -10px;
    position: absolute;
}
.quote em, .quote strong {
	color: #fff;
	font-size: 18px;
}
.theme-tabs {
	margin-bottom:40px !important;
}

.theme-tabs .tab_content {
	background: #2d2d2d;
}
.theme-tabs .tab_content .tabs_item {
	padding:20px;
}
.theme-tabs .tab_content .tabs_item p {
	color:#fff;
	margin-bottom: 0px;
}

/*styling af midlertidig temaside*/

h2.theme, h3.theme {
	font-size: 22px !important;
}
h2.small {
	font-size: 22px;
}

/*støtteformular*/
@media (min-width:1024px) {

	#menu-hovedmenu #menu-item-38338 {
	 	border-radius:25px;
	 	background:#dc582a;
	 	margin-left:10px;
 	}
 	#menu-hovedmenu li#menu-item-38338 a{
	 	font-weight:600;
	 	color: #ffffff;
 	}

 	#menu-hovedmenu li#menu-item-38338 a:after {
 		    color: #ffffff;
 	}

	#formular {
		float:left;
		width:100%;
	}
	.rightcolumn, .leftcolumn {
		width: 48%;
	    float: left;
	}
	.leftcolumn {
		margin-right: 4%;
	}
	.rightcolumn{
		margin-top: 80px;
	}

	.support {
		position: fixed;
	    background: #dc582a;
	    border-radius: 8px;
	    width: 130px;
	    height:47px;
	    right: -25px;
	    padding-left:15px;
	    z-index: 10000;
	    margin-top: 80px;
	    box-shadow: 5px 4px 6px #380b0b;
	}

	.support img {
		    padding: 12px 10px;
	}
	.support .text {
		font-size: 20px;
		font-weight: 500;
		color:#ffffff;
		position: absolute;
	    top: 12px;
	    text-align: left;
	    margin-right:20px;
	    line-height:25px;
	}
	.support.en .text {
		font-size: 18px;
	}
	.facebook_events-template-default.single.single-facebook_events .support {
		display:none;
	}
	
}


#formular input[type=text], #formular input[type=email] {
	font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}
#formular, #formular input {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
#formular input {
	margin-bottom:10px;
}
#formular span, #formular p {
	padding-bottom:15px;
	font-size: 13px;
	font-family: 'Roboto';
}
#formular input {
	border: 1px solid #2d2929;
}
span.persinfo {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	font-weight: 700;
}
#formular input[type=submit]{
	float:right;
	font-weight: 400;
}
#formular input[type=submit]:hover {
	border:none;
}
#formular input[type=tel] {
	padding:5px;
	width:100%;
}
#formular select {
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
#formular div.wpcf7-mail-sent-ok {
    display: inline;
    border: none;
    background: #7fc114;
    font-family: 'Roboto';
    color:#000;
    float:right;
}
div.wpcf7-mail-sent-ok {
	border:0px;
}
div.wpcf7-validation-errors {
    display: inline;
   	background: #fa443f;
   	border:none;
   	font-family: 'Roboto';
   	color:#000;
   	float:right;
}

#formular span.wpcf7-not-valid-tip {
	color:#fa443f;
}


.cookie-politik a:hover {
	color:#fff !important;
	text-decoration: underline;
}

 #formular span {
	color:#000;
}
.tick span.wpcf7-list-item{
	margin-left:0;
}
a.datalov {
	font-weight: 700;
    text-decoration: underline;
}
a.datalov:hover {
 	color:#fa443f;
}
.rightcolumn input#send_stoetteformular {
	background: #dc582a;
	color: #fff;
	border-radius:25px;
	border:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	font-family: 'Roboto';
}
::-moz-placeholder { /* Firefox 19+ */
  	font-family: 'Roboto';
}
:-ms-input-placeholder { /* IE 10+ */
  	font-family: 'Roboto';
}
:-moz-placeholder { /* Firefox 18- */
  	font-family: 'Roboto';
}
/*medarbejdere*/

.staff-first, .staff, .staff-last {
	/*border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding-bottom: 15px;*/
    background-color: #cbdcdd;
    padding:15px;
}
.staff-first p, .staff p, .staff-last p {
	margin-bottom: 5px;
}

.staff img.aligncenter, .staff-first img.aligncenter, .staff-last img.aligncenter {
	margin-bottom:0 !important;
}

a.afdelingslink {
	color: #fff;
	font-size: 13px;
	padding-left: 8px;
	line-height:2em;
}
a.afdelingslink:hover {
	color: #fa443f;
}
a.afdelingslink.sub {
	padding-left: 32px;
}
a.afdelingslink.sub.kat {
	padding-left: 56px;
}
#id.panel-row-style, .panel-row-style #konomi, .panel-row-style #hr{
	border-top:1px solid #cccccc;
}
a.afdelingslink::before {
	content: url(https://stoptortur.dk/wp-content/uploads/right-arrow.png);
	position: relative;
    top: 3px;
    right: 8px;
}
#afdelingslinks a {
	background: #fff;
    padding: 10px;
    color:#315360;
    margin:5px;
  	border: 0.5px solid #315360;
    line-height:3em;
    font-size:14px;
    /*margin-right: 10px;*/
    white-space: nowrap;
}
#afdelingslinks a:hover {
	color:#dc582a;
}
span.orgdiagram {
	color: #ffffff;
    padding: 10px 20px;
    background: #2d2d2d;
}
/*cookie notice*/
#cookie-notice .button.bootstrap {
	background-color: #dc582a;
	background-image: none;
}
#cookie-notice .button.bootstrap:hover {
	background-color: #fff;
	color:#000;
}
#cookie-notice {
	background-color:  rgba(105, 140, 145, 0.8) !important;
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	font-weight:400;
}
.cookie-notice-container {
	min-height:50px;
	padding-top:15px;

}

/*post-slider*/

/*forside nyhedsslider*/




.blog-slider li.sow-carousel-item {
    width: 240px !important;
    border: 1px solid #ded9d9;
    box-shadow: 5px 5px 5px #e8e5e5;
    height:auto;
}
.blog-slider li.sow-carousel-item .carousel-body {
	padding: 18px !important;
	background: #fff;
}

.post-slider li.sow-carousel-item {
	padding: 0;
    width: auto;
    border: 1px solid #ded9d9;
}
.blog-slider .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.sow-carousel-title a.sow-carousel-next, .sow-carousel-title a.sow-carousel-previous {
    font-size: 45px;
    line-height: 35px;
    width: 30px;
    background: none;
}

.sow-carousel-title a.sow-carousel-next {
	margin-left:20px;
}
.sow-carousel-title a.sow-carousel-previous {
	margin-right: 20px;
}
.sow-carousel-title a.sow-carousel-previous {
	margin-right:5px;
}
.sow-carousel-title a.sow-carousel-previous:hover, .sow-carousel-title a.sow-carousel-next:hover {
    background: none;
    color:#315360;
}
.blog-slider .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 { 
	padding:10px;
	font-size: 20px;
    text-align: center;
    color:#2d2929;
    font-weight: 400;
    margin-bottom:20px;
}
.blog-slider li.sow-carousel-item {

}
.blog-slider .sow-carousel-title .widget-title {
    display: block;
}
.post-slider .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item {
    margin-right: 10px;
    min-height:350px;
}
.post-slider .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 { 
	font-size: 15px;
    text-align:center;
    color:#315360;
    font-weight: 400;
    margin-bottom:20px;
    padding:10px;
}
.dato {
	text-align: center;
    font-weight: 300;
    padding: 10px;
    background: #698c91;
    color: #fff;
}
.read {
	margin-bottom:15px;
}
 
 .read {
	text-align:center;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
	background: #698c91;
}

.blog-slider a.sow-carousel-previous{
	float:left;
	margin-right: 5px;
}
.count-number, .count-text  {
	color: #fff;
}
.count-number {
	font-size: 50px;
	margin-bottom: 0px;
}
.count-text {
	font-size: 16px;
	font-weight:300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.count {
	max-width: 250px;
    margin: auto;
}
#counting{
	border-top:2px solid rgba(255, 255, 255, .3);
}
#counting img {
	margin-bottom:-20px;
}
#cta.button a {
	background: #dc582a;
	color:#fff;
	border:none;
	font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto condensed'
}
#henvisningsknapper .ow-button-base a:hover {
 	background:#cbdcdd;
}
#henvisningsknapper .ow-button-base a{
	border:none;
}
.CTA.panel-widget-style {
	max-width:300px;
	margin: auto;
}
.CTA-button span {
	text-transform:uppercase;
}
.CTA-button a {
	border: 2px solid #fa443f !important;
}
.CTA-button a:hover {
	background:#2D2929 !important;
	border:1px solid #fff !important;
}
.CTA h3.widget-title, .CTA p {
	text-align: center;
}
.CTA h3.widget-title {
	padding-bottom: 10px;
	font-size:22px;
}
.forskel-knap .ow-button-base a {
	border-radius:25px;
	background: #fa443f;
	border:1px solid #fa443f;
	color:#fff !important;
}
.forskel-knap .ow-button-base a.ow-button-hover:hover {
	color: #fff !important;
	border:1px solid #fff;
}
.forskel-knap .ow-button-base a.ow-button-hover:hover .sow-icon-fontawesome {
	color: #fff !important;
}
.forskel-celle {
	background:#fff;
    padding: 25px;
}
/*fact sheet styling på health temaside*/
#fact-sheets-health a, a.readmore {
	background: #dc582a;
    border: none;
    border-radius: 25px;
    color: #fff;
    padding: 10px 15px 10px 15px;
}
a.readmore:hover {
	font-weight: 700;
	color: #fff;
}
div.fact-sheet p img {
	border: 1px solid #b8b8b8;
}

div.fact-sheet p {
	margin-bottom:0px;
}

#fact-sheets-health .textwidget {
	/*border: 1px solid #2d2d2d;
	padding:5px;
	background: #fff;
	max-width: 200px;
    margin: 0 auto;*/
}

h1.fact_sheet, h2.fact_sheet, h3.fact_sheet, h4.fact_sheet, h5.fact_sheet {
	font-size:25px;
	margin-top:0;
	text-transform: none;
	font-weight:700;
}
ul.fact_sheet li {
	color: #fff;
}
ol.fact_sheet li {
	color: #558586;
}

.fact-sheets-2 input#signupbutton2 {
	background: #dc582a;
	border-radius:25px;
	text-transform: none;
	font-size:15px;
}
.fact-sheets-2 input#signupbutton2:hover {
	background: #315360;
}

/*fact sheet styling på legals temaside*/

.legal-factsheet {
	background:#cbdcdd;
	padding:10px 10px 25px 20px;
}
.health-factsheet {
	background:#fff;
}

.health-factsheet > .panel-grid-cell > .widget_sow-editor > .so-widget-sow-editor > .siteorigin-widget-tinymce.textwidget{
	background:#edf3f3 !important;
	padding:10px 10px 25px 20px !important;
}
.health-factsheet span.legal_no, .legal-factsheet span.legal_no {
	color:#698c91;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
} 
.health-factsheet p.legal_title, .legal-factsheet p.legal_title {
	color: #315360;
	font-weight:700;
	font-size:14px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
a.download-legal {
	background: #dc582a;
	padding:10px;
	border-radius:25px;
	color: #fff;
}
/*FB events posttypes*/
.organizermain {
	display:none;
	padding:0;
	background:none;
	border:none;
}
p.address {
	margin-bottom:5px !important;
}
.titlemain {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}
.facebook_events-template-default .entry-content a {
	text-decoration: underline;
}
.facebook_events-template-default .entry-content a:hover {
	color:#fa443f;
}
.facebook_events-template-default .map {
	border:none;
	width:60%;
	float:right;
	margin-bottom:20px;
}
.organizermain.library {
	margin-top:20px;
}
.venue {
	width:30%;
	float:left;
}
.facebook_events-template-default .post-meta {
	display:none;
}
/*FB events forside*/

.ife_event .img_placeholder {
	min-height:155px;
}

.ife_event .event_date {
    background-color:#dc582a !important;
}
.ife_event .event_date .month {
    font-size: 1.6em;
    font-family: 'Roboto Condensed', sans-serif;
}
.ife_event .event_desc .event_title {
	font-weight:300;
	color:#edf3f3 !important;
	font-family: 'Roboto Condensed', sans-serif;
}
.ife_event .event_desc {
    padding: 12px 12px;
}
.ife_event .event_details {
	/*background-color: #2D2929;*/
	background-color: #315360;
	/*height: auto;*/
}
.ife_event .event_desc .event_address {
	color:#edf3f3;
	font-family: 'Roboto', sans-serif;
}
#home-events .col-ife-md-4 {
	width:100%;
}
/*projektlist*/

.project-list {
	padding-top:10px;
	border-top: 1px solid #2d2d2d;
}
/*ambassadør side*/

#ambassadors h3.widget-title {
	margin-top:20px; 
	margin-bottom:0;
	font-size: 20px;
	font-weight:700;
	color:#698c91;
	/*border: 3px solid #f9443f;*/
}
#jury h3.widget-title {
	margin-top:10px;
	margin-bottom:0;
	font-size: 16px;
	font-weight:500;
	color:#698c91;
	/*border: 3px solid #f9443f;*/
}
#jury .sow-image-container img {
	border-radius: 50%;
	border: 3px solid #fff;
}
#jury, p {
	font-size: 15px;
}
.jury-banner {
	padding-bottom:20px;
}
#ambassadors .panel-grid-cell .so-panel, #jury .panel-grid-cell .so-panel {
	margin-bottom:10px !important;
}
#ambassadors .panel-grid-cell .so-panel.panel-last-child {
	margin-bottom:20px !important;
}
.sow-testimonial-user {
	width:100%;
}
.faktaboks {
	position:relative;
    padding-right: 20px;
    border: 3px solid #fa443f;
    padding-left: 20px;
    min-height:350px;
}
.faktaboks h2 {
	font-size:26px;
	padding-top: 10px;
}
.faktaboks:after {
	content: "";
    border: 3px solid #fa443f;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    top: 5px;
    left: -10px;
    position: absolute;
}
#smaller-row {
	max-width:1000px;
	margin: auto !important;
	padding:0 !important;

}
#partners h3.widget-title {
	color:#fff;
}
#partners {
	padding-bottom:40px;
}
#partners img {
	margin-top:30px;
}
#pl-508 .panel-grid-cell .so-panel {
	margin-bottom:0 !important;
}

a#back {
	border:none;
	text-decoration: none;
}
a#back:hover {
	background:#2d2929;
}
.site-footer .send-knap {
	position: relative;
    top: -14px;
    word-wrap: break-word;
}

/*landingpage Thure*/
.underskriftindsamling input {
	max-width:300px;
	border: 1px solid #2d2929;
}
.skriv-under {
	margin-bottom:30px;
}
#wpcf7-f652-p653-o3 div.wpcf7-mail-sent-ok {
    background: #fff !important; 
    font-family: 'Roboto', sans-serif;
    border: 2px solid #fa443f !important;
    float: left !important;
    font-size: 22px !important;
}
.skriv-under input {
	padding: 10px 30px !important;
	background: #dc582a;
	border-radius: 25px;
	font-size: 18px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight:400;
	margin:0 auto;
}
.check .wpcf7-list-item{
	margin-left: 0 !important;
}
.check .wpcf7-list-item-label {
	font-size:13px;
}
.micro-donation {
	
	border: 3px solid #fa443f;
}
.micro-donation p {
	margin-bottom:10px;
}

div#search-4 > item-wrap > h3.widget-title {
	display:none;
}

.top-header h3.widget-title {
	display:none;
}

/*#search-5 h3.widget-title {
	display:none;
}*/

#panel-16453-1-1-0 {
	margin-bottom:0px !important;
}
/*landingpage 30.000*/
body.home #headliner h1 { 
    background: #2d2d2d9e;
    padding: 10px;
 	/*max-width:575px;*/
 	line-height: 60px;
 	text-align: center;
}
body.home #headliner_en h1 {
	background: #000000b5;
    padding: 10px;
 	max-width:830px;
 	line-height: 60px;
 	font-size:38px;
}
h3.homenyheder {
	font-size:35px !important;
	font-weight: 100;
	padding-top:15px;
}
h2.subheader span {
	font-size:18px;
	text-transform:uppercase;
}
h2.subheader {
	margin-top:0;
	padding-top:10px;
	padding-bottom:17px;
}
body.home #subheader h2 {
    /*text-align: left;
    background: #fa443f;
    padding: 10px;
    max-width: 682px;*/
    line-height: 40px;
    margin-top: 0;
}
#subheader_en {
    border: 6px solid #fa443f;
    padding-left: 20px;
    padding-bottom: 20px;
    max-width: 400px;
}
ul#menu-blogkategorier  {
	padding-top:10px;
}
ul#menu-blogkategorier > li > a, ul#menu-stillingsopslag >li > a {
	padding-left:0px;
	padding-right: 0px;
	color: #315360;
}
ul#menu-blogkategorier > li > a:hover, ul#menu-stillingsopslag > li > a:hover {
	color: #dc582a;
}
/*blogkategori menu på engelsk blogside*/
ul#menu-categories {
	padding-top:15px;
}
ul#menu-categories > li > a {
	padding-left:0px;
	padding-right: 0px;
	color: #315360;
}
ul#menu-categories ul.sub-menu > li > a {
	color: #315360;
}
ul#menu-categories ul.sub-menu > li > a:hover, ul#menu-categories ul.sub-menu > li > a:hover {
	color: #dc582a;
}



#byomraader{
	/*border-radius: 50%;*/
	height:350px;
	width:350px;
	margin: 0 auto;
	padding-bottom:20px;
	padding-top:20px;
	background-image: url(https://www.dignity.dk/wp-content/uploads/urbanhome.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#faengsler{
	/*border-radius: 50%;*/
	height:350px;
	width:350px;
	margin: 0 auto;
	margin-bottom:20px;
	background-image: url(https://www.dignity.dk/wp-content/uploads/detention-home.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#rehabhome{
	/*border-radius: 50%;*/
	height:350px;
	width:350px;
	margin: 0 auto;
	background-image: url(https://www.dignity.dk/wp-content/uploads/rehab-home.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#temaer a{
	background: #dc582a;
    color: #fff;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 20px 10px 20px;
}

#byomraader p, #faengsler p, #rehabhome p, #byomraader h3, #rehabhome h3, #faengsler h3, #byomraader a, #faengsler a, #rehabhome a{
	color:#fff !important;
	font-family: 'Roboto Condensed', sans-serif;

}

#byomraader h3, #faengsler h3, #rehabhome h3 {
	font-weight:100;
	text-transform: uppercase;
	text-decoration: underline;
}

#byomraader p, #faengsler p, #rehabhome p{
	font-size:14px;
}
/*menu på fact sheets siderne*/

ul#menu-fact-sheets-health.menu > li > a {
    padding: 0;
    font-size: 14px;
    color:#698c91;
}
ul#menu-fact-sheets-health.menu {

	padding-top: 20px;

	}
/*landingpage DIGNITY DAY 2018*/
a.dd18button:hover, a.dd18button:focus, .page-template-page-dd18 .entry-content a:hover, .page-template-page-dd18  .entry-content a:focus {
	border-bottom: 2px solid;
}

div.textbox {
	padding: 0px 15px;
	background: #fff;
    position: relative;
    top: -40px;
    border: 1px solid #e4e4e4;
 }
div.program > p {
	font-size: 14px !important;
    line-height: 1.7;
}
 div.smallboxes {
 	max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 5px 20px 15px 20px;
    position: relative;
    border-right:1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    top: -25px;
 }
 #madogdrikke h3.widget-title {
 	color: #fff;
    font-size: 16px;
    padding-top: 15px;
 }

#loop-row {
	background:#00000078;
	border: 1px solid #ffffff6e;

}

#loop-row #loop hr {
    height: 4px;
    background-color: #ffffff6e;
    margin-bottom:10px;
}
 /*søgefunktion search i top header*/
.top-header input.search-field {
	width: 157px;
    top: -10px;
    position: relative;
    float: right;
    margin-right: -23px;
	background: #315360;
	border:1px solid #cbdcdd;
	font-family: 'Roboto', sans-serif;
	color:#cbdcdd;
	font-size:14px;
	height: 25px;
	margin-top:7px;
}
#search-5 {display:none;}
.top-header .search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f4f4f4;
  font-size:12px;
}
.top-header .search-form ::-moz-placeholder { /* Firefox 19+ */
  color: #f4f4f4;
}
.top-header .search-form :-ms-input-placeholder { /* IE 10+ */
  color: #f4f4f4;
}
.top-header .search-form :-moz-placeholder { /* Firefox 18- */
  color: #f4f4f4;
}

/*syling af søgeresultatsiden*/

body.search #content {
	margin-bottom: 50px;
}

 section.content-area.search {
 	max-width:800px;
 	margin:0 auto;
 }

 section.content-area.search header.page-header {
 	padding:30px !important;
 	height:auto;
 	box-shadow:none;
 	border-bottom: none;
 }
  section.content-area.search header.page-header h1 {
  	margin-bottom:0;
  }
 section.content-area.search {
 	height:auto;
 	padding:25px;
 	border:none;
 }
 section.content-area.search header h1 {
 	margin-top:0;
 	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
 }
 section.content-area.search header h2 > a {
 	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #dc582a;
    font-weight: 700;
 }
  section.content-area.search header h2 > a:hover {
    color: #2d2d2d;
 }
 section.content-area.search header h2 {
 	margin-top:0;
 	margin-bottom:5px;
 }
 section.content-area.search article {
 	width:98%;
 	box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid #ededed;
    margin-top:20px;
    margin-bottom: 10px;
    margin-right:1%;
    margin-left:1%;
    float:left;
 }
 section.content-area.search article > header.entry-header {
 	height:auto;
 }
  section.content-area.search article header, section.content-area.search article .entry-summary, section.content-area.search article .entry-footer  {
  	padding:10px;
  }
  section.content-area.search article a.post-thumbnail {
  	margin-bottom:0;
  	display:none;
  }
/*Indholdsløkker - styling */

article.content-loop {
	width:24%;
    float: left;
    margin-bottom: 20px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 2px 2px 10px #d7d7d7;
    height: 500px;
    margin-right:1%;
}
article.content-loop .comments-link {
	display:none;
}

 
/*en 1/3 dels visning af indholdsløkker på blogsiden/news*/
body.page-id-51 article.content-loop, body.page-id-21638 article.content-loop{
	width:32%;

}
article.content-loop:nth-child(4n+0) { 
	margin-right: 1%;
}

article.content-loop h4 {
	font-size:15px;
	/*text-align: center;*/
	margin-top:10px;

}
article.content-loop .row {
	padding:5px 10px;
}
article.content-loop p {
	font-size:12px;
	/*text-align: center;*/
}
article.content-loop .post-meta {
    background: #edf3f3;
    margin: auto;
    /*padding: 5px;
    border-bottom: 1px solid #2d2d2d;*/
}
article.content-loop a.readmore.small {
	border: none;
    color: #fff;
    /*color: #dc582a;
    font-size:16px;*/
}
/*article.content-loop span.posted-on a, article.content-loop .cat-links a  {
	color: #698c91;
}*/

article.content-loop .std-container {
	padding-left:5px !important;
}
.entry-thumbnail.content-loop img {
	width:100%;
	height:160px;
}
article.content-loop .read {
	text-align:left;
}
/*Indholdsløkker til relaterede projekter - styling */

article .content-related {
	width:48%;
	min-height:280px;
    float: left;
    margin-bottom: 20px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 2px 2px 10px #d7d7d7;
    height: auto;
    margin-right:1%;
}
article .entry-content.content-related h5 {
	margin-top:30px;

}
article .content-related h5.entry-title {
	font-size:18px;
}
article .content-related a.readmore {
	float:left;
}
article .content-related a.readmore:hover {
	color:#fff;
}
h2.subtitel-project {
	font-size: 20px;
}
/* PRESSERUM*/
body.page-id-16746 .site-content a{
	color: #0073aa;
}
body.page-id-16746 .site-content a:hover{
	border-bottom: 2px solid #0073aa;
}
body.page-id-16746 hr {
	background: #fff;
	height:1px;
}
#spokespersons img {
	border: 0px solid #2d2929;
    border-radius: 50%;
}
a.download {
	
    padding: 10px 20px;
    color: #fff;
    background:#dc582a;
    border-radius:25px;
}
a.download:hover {
	color: #000;
}
a.call {
	border: 1px solid #fa443f;
    padding: 5px 10px 5px;
    color: #dc582a;
}
a.call:hover {
	border: 1px solid #000;
    padding: 5px 10px 5px;
    color: #000;
}
a.pressnumber {
	font-size: 20px;
	color: #fa443f;
	border: 1px solid #fa443f;
    padding: 5px 20px 5px;
}
a.pressnumber:hover {
	color:#fff;
	border: 1px solid #ffffff;
}


#pressphone h3.phone {
	margin-bottom:25px;
}
p.titel {
	font-size:14px;
}
.talsperson {
	padding: 20px 20px 20px 20px;
	max-width:400px;
	margin:0 auto;
	border:1px solid rgba(105, 140, 145, 0.3);
}
.talsperson .pers {
	padding: 20px;
    background: rgba(105, 140, 145, 0.3);
}
.talsperson .pers strong {
	font-family:'Roboto Condensed', sans-serif;
	font-size:18px;
}
.talspersoner h3 {
	font-size: 40px;
}
.talspersoner h4 {
	font-size: 25px;
}
.press-menu h1, .press-releases h2 {
	color: #0073aa;
	border-bottom: 1px solid #0073aa;
}
.press-menu p {
	margin-bottom: 12px;
}
.press-releases h2 {
	font-size: 20px;
}
.press-releases p:before {
	content: url('https://stoptortur.dk/wp-content/uploads/file-4.png');
	padding-right: 10px;
    position: relative;
    top: 5px;
}
.pressefoto img {
	margin-bottom:0px;
}
/*.soua-main .soua-accordion .soua-accordion-title {
	background-color: rgba(105, 140, 145, 0.8) !important;
}
.soua-main .soua-accordion .soua-accordion-icon-right {
	color: #edf3f3;
}*/
a.soua-accordion-title  {
	font-size:16px;
}
.sow-icon-fontawesome {
	color:#fff;
}
.soua-main .soua-accordion .soua-accordion-title .bg {
	color:#fff;
}
.soua-main .soua-accordion .soua-accordion-title .bg:hover {
	color:#fff;
	background:#698c91;
}
.soua-main .soua-accordion .soua-accordion-content p {
	padding-left:15px !important;
}
h3.person {
	font-size:20px;
}
#visitkort .panel-row-style {
		max-width:600px;
}
#visitkort-navn {
	padding-right: 15px;
	border-right: 1px solid #fff;
}
#visitkort-navn img {
	margin-top: 0em;
    margin-bottom: 0em;
    border: 0px solid #2d2d2d;
    border-radius: 50%;
}
#visitkort-navn p strong {
	font-size:20px;
	font-weight: 100;
}
#visitkort-tekst li {
	color: #fff;
}
#visitkort-tekst p:first-child {
	margin-bottom: 8px;
}
#wide-row {
	max-width:1400px;
	margin:0 auto !important;
}
/*fys-side Anne-Mette*/
body.page-id-25290 #breadcrumbs {
	display: none ;
}
body.page-id-25290 .soua-accordion-content {
	margin-left:20px;
	margin-right:20px;
}
.post-password-form {
	margin-top:60px;
	max-width:300px;
}

/*side om dignitys arbejde*/
.inner-box {
	background: rgba(255, 255, 255, 0.88);
	/*background: rgba(105, 140, 145, 0.8);*/
	padding:15px;
	min-height:345px;
	border:1px solid #2d2d2d63;
	transition: transform .4s;
}
.inner-box:hover {
	transform: scale(1.1);
}
.inner-box a {
	text-align: center;
    color: #000;
  /*color: #fff;
    padding: 10px 20px;
    background: #dc582a;
    border-radius: 25px;*/
}
.inner-box h5{
	color:#000;
	/*color: #fff;*/
	font-size:18px;
	margin-bottom:10px;
	margin-top:20px;
	font-weight: 600;
}
.inner-box h5 span {
	color: #000000;
	/*color: #3ffff;*/
    border-bottom: 1.5px solid #000;
    padding: 5px
}
.inner-box a#henvisning {
	font-size:13px;
	text-decoration: underline;

}
.inner-box a#henvisning:hover {
	background: none;
	color: #fa443f;
	/*color: #dc582a;*/	
}
.inner-box a:hover {
	color:#fa443f;
	/*color: #dc582a;*/	
  	border-bottom:1px solid #fa443f;
  	/*border-bottom:1px solid #dc582a;*/	
}
.inner-box a:focus {
	border: 1.5px solid #000;
}
.inner-box h3 {
	font-size:17px;
	margin-top: 5px !important;
	/*color: #315360;*/
}
.inner-box h3 span {
    text-transform: uppercase;
}
.inner-box p span {
	font-weight:700;
}
.innerbox-small {
	/*min-height: 400px;
    background: #cbdcdd;
    border: 1px solid #315360;
    box-shadow: 2px 2px 19px #d7d7d7;
    padding: 20px 20px 20px 20px;*/
	min-height: 280px;
    background: #fff;
    box-shadow: 2px 2px 10px #8a8a8a;
    padding: 0px 20px 20px 20px;
 }



#gennemsigtig {
	opacity:0.94;
	border:1px solid #2d2d2d;
}
/*forside 25. november*/
#video-toggle a.soua-accordion-title, #publication-toggle a.soua-accordion-title, #media-toggle a.soua-accordion-title {
	font-size: 13px;
}
#video-toggle a.soua-accordion-title .bg, #publication-toggle a.soua-accordion-title .bg, #media-toggle a.soua-accordion-title .bg{
	padding: 10px 10px 10px 20px;
}

h3.temaerhome {
	font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #2d2d2d;
    border-left: 4px solid #fa443f;
    padding-left: 14px;
}
h1.newhome {
	font-size:34px;
}
h2.valueprop {
	font-size:16px;
	font-weight:100;
	text-transform: uppercase;
	color: #fff;
	line-height:1.5em;
	margin-top:0px;
	padding-bottom:25px;
}
.budskab p {
	text-align: center;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.4em;
}
.caseuddrag {
	opacity: 0.8;
	padding: 20px;
	background: #f3f3f3 !important;
}
 .caseuddrag p, .caseuddrag p em {
 	font-size:18px;
 	font-weight: 400;
 }

.knap {
    padding-bottom: 30px;
}

.nyhedsoverskrift hr {
	margin-bottom: 0;
}

@media (max-width: 860px) {
	
	.site-footer #mc-embedded-subscribe-form {
	    max-width: 300px;
	    margin: 0 auto;
	}

	.signup-form input#mce-EMAIL, .signup-form input#mce-FNAME {
		width:80%;
		float:left;
		margin-right:0;
		float:none;
	}
	.signup-form input#mc-embedded-subscribe {
		width:80%;
		float:none;
		margin-top:24px;
		margin-top:0;
	}
	.archive-event .wepa_event {
    height: 380px;
	}

	.img_placeholder {
	    min-height: 280px;
	}
}
/*mobilmenu*/

@media (max-width:1024px){

	#menu-hovedmenu, .menu {
		padding-top:0px;
	}
	.main-navigation ul .toggled-on {
    	display: block;
	}
	.main-navigation ul ul {
	    display: none;
	    opacity: 1;
	    visibility: visible;
	    position: relative;
	    margin: 0;
	    width: auto;
	    border-top: none;
	    right:0;
	    /*margin-top: 20px;*/
	}
	.main-navigation ul ul li a {
		text-align: left;
		font-size:16px;
	}
	#menu-hovedmenu > li > a, .menu > li > a {
	    font-size: 18px;
	    color:#e1e8e9;
	    text-transform: uppercase;
	    font-style: bold;
	    padding: 0 20px;
	    margin: 0;
	    font-weight: 700;
	    border:none;
	    letter-spacing: 1px;
	    text-align: left
	}
	#menu-hovedmenu > li, .menu > li {
		/*margin-bottom:20px;*/
		padding-top: 20px;
	}
	.main-navigation .menu {
		/*background: #2d2929;*/
		background:#315360cc;

	}
	#menu-hovedmenu a:hover, #menu-hovedmenu a:active, #menu-hovedmenu a:focus, .menu a:hover, .menu a:active, .menu a:focus {
     	color: #fa443f; 
    	border: none;
	}
	.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
		background:#315360;
		/*background: #698c91;*/	
	}
	.main-navigation .current-menu-item > a {
		color:#dc582a;
	}
	#menu-hovedmenu .sub-menu li, .menu .sub-menu li {
    	margin-bottom: 0;
    	padding-left:20px;
	}
	.toggle-menu {
		float:right;
    	padding-top: 30px !important;
	}
	a.toggle-menu .label {
    	font-family: 'Roboto', sans-serif;
    	text-transform: uppercase;
    	font-size: 18px;
    	font-weight: 500;
    	color: #698c91;
	}
	.glyphicon-menu-hamburger:before {
	    color: #698c91;
	    
	}
	.header-widget {
	    position: absolute;
    	right: 40.5%;
	}
	.dropdown-toggle {
	    height: 65px;
	    width: 65px;
	    top:-1px;
	}
	.dropdown-toggle:after {
    	/*color: #fa443f;*/
    	color: #90b4b7;
	}
	article.content-loop {
		width:48%;
		margin-right: 1%;
	    margin-left: 1%;
	    min-height: 500px;
	    margin-bottom: 1%;
	}
	article.content-loop:nth-child(3n+0) { 
		margin-right: 0;
	}
	article.content-loop:nth-child(2n+0) { 
		margin-right: 1%;
	}

	body.home article.content-loop:nth-child(2n+0), body.home article.content-loop:nth-child(3n+0) {
    margin-right: 1%;
	}
	.entry-thumbnail.content-loop img {
	    width: 100%;
	    height: 200px;
	}
}

@media (max-width:860px) {
	.site-footer .send-knap{
		top:0px;
	}
}
@media (max-width: 780px) {

	#pg-w589874debe104-0 .panel-grid-cell {
	    float: left !important;
	    width: auto;
	}

	#pg-w589b25ff08466-0 .panel-grid-cell {
	    float: left !important;
	}
	.header-widget .some {
		display:none;
	}
	
}
@media (max-width:736px) {

	article.content-loop:nth-child(2n+0) {
	    margin-right: 1%;
	    /*margin-left:1%;*/
	}
	article.content-loop {
   	 width: 48%;
	}
	article.content-loop:nth-child(2n+0) {
	    margin-right: 3%;
	    /*margin-left: 1%;*/
	}
	body.home article.content-loop {
	    height:485px;
	}
	.so-widget-toggles-toggles-style-0ab7adc5bb1c .soua-main .soua-accordion-title {
		line-height:1.5;
	}
	.so-widget-toggles-toggles-style-0ab7adc5bb1c .bg {
    	padding: 10px 10px 10px 10px;
	}
}
@media (min-width:415px) and (max-width: 736px) {
		article.content-loop {
    		width: 48%;
		}

	
}

@media (min-width:375px) and (max-width: 520px) {

	.top-header #sow-editor-2, .top-header #sow-editor-5 {
		position: relative;
    	top: -6px;
	}
	.top-header input.search-field {
    	width: 133px;
    	margin-right: -19px;
 	}
 		.sow-carousel-title a.sow-carousel-previous{
     	display: block !important;
		}

		.sow-carousel-title a.sow-carousel-next{
		     display: block !important;
		}


}



@media (min-width:320px) and (max-width: 376px) {

	.top-header input.search-field {
    	width: 133px;
    	margin-right: -19px;
 	}
 	#icl_lang_sel_widget-2 {
	    position: relative;
	    /*top: -46px;*/
	    top: -13px;
	    float: left;
	    padding-right: 0px;
	    font-size: 12px;
	    /*margin-right: 190px;*/
	    padding-left:0;
	}
	/*.top-header-links {
		display: none;
	    top: -40px;
	    position: relative;
	    margin-left: 50px;
	}*/
	.top-header-links a:first-child {
	    display: none;
	    top: -32px;
	    position: relative;
	    margin-left: 20px;
	}

}

@media (min-width:375px) and (max-width: 520px) {

		/*.top-header-links {
			display: block;
		    top: -72px;
		    position: relative;
		    margin-left: 70px;
		}*/
		.top-header-links a:first-child {
	    	display: none;
		}
		.top-header-links {
		    display: block;
		    /*top: -29px;*/
		    top: 3px;
		    position: relative;
		    margin-left: 27px;
		}

		#icl_lang_sel_widget-2 {
			top: -13px;
    		float: left;
		}
	}

@media (min-width:320px) and (max-width:415px){

	article.content-loop:nth-child(2n+0) {
    	margin-right: 0%;
	}
	article.content-loop {
    	width: 100%;
    	height:570px;
	}
	body.home article.content-loop {
		width:96%;
		margin-right:2%;
		margin-left:2%;
	    height:500px;
	}
	.top-header .row {
	    max-width: 1100px;
	    margin: 0 auto;
	    padding: 0 12px;
	}
	.top-header #sow-editor-2, .top-header #sow-editor-5  {
    	float: left;
	}

	
	#site-header{
		max-width: 215px;
	}
	 	body.page-id-23148 img.alignleft, body.page-id-23148 img.alignleft {
 		width:100% !important;
	}

}
@media (min-width:320px) and (max-width:480px){
		body.home article.content-loop {
    		width: 100%;
    		height:570px;
		}

		body.home article.content-loop.event {
    		width: 100%;
    		height:auto;
		}
		
	}

@media (min-width:320px) and (max-width:736px){
		.site-footer .panel-grid-cell {
			text-align: center !important;
		}
		#mc_imbed_signup {
			margin-left: 12%;
		}
		.site-footer {
			padding:20px;
		}
		article .content-related {
			width:98%;
		    float: none;
		    margin-bottom: 20px;
		    border-right: 1px solid #eaeaea;
		    border-left: 1px solid #eaeaea;
		    border-bottom: 1px solid #eaeaea;
		    box-shadow: 2px 2px 10px #d7d7d7;
		    height: auto;
		    margin-right:1%;
		    margin-left:1%;
		}
		.eventsignup, .eventvenue, .eventdate {
			min-height:0 !important;
			width:100% !important;
		}
		.panel-grid-cell {
			width:100% !important; /*grid-cellerne bliver nogle gange 25-30 procent af en grund*/
		}
}
@media (min-width:1280px) {
	body.home article.content-loop, body.projekter-template-default article.content-loop{
    width: 24%;
	}
	body.home article.content-loop:nth-child(4n+0) { 
		margin-right: 1%;
	}
}


@media(min-width:1024px) {
	/*body.home {
		height:100vh;
	}*/
	#menu-hovedmenu, .menu {
    padding-top: 45px;
	}
	.menu-nyhedskategorier-container #menu-nyhedskategorier.menu {
		padding-top: 5px
	}

} 

@media (min-width:1280px) and (max-width:1439px){
	
	#menu-hovedmenu, .menu {
    padding-top: 0px;
	}
	.main-navigation {
    padding-top: 65px;
	}


}

@media (min-width:10px) and (max-width:480px) {

	.venue {
    	width: 100%;
	}
	.facebook_events-template-default .map {
    	border: none;
    	width: 100%;
	}
	#site-header {
    	left: 5px; /*før 15px*/
	}
	.main-navigation a {
	    padding: 0 24px;
	    top: 10px;
	}

	/*styling af presserum på Iphone 4*/ 
	#faq a.soua-accordion-title > div {
		padding-left:5px !important;
	}
	#faq a.soua-accordion-title {
    	font-size: 13px;
	}
}

@media(max-width:800px) {
	.header-widget {
    right: 8px;
    top:-10px;
	}

}
@media (min-width:768px) and (max-width:850px){
	.press-releases.panel-widget-style {
		min-height:365px !important;
	}

}
@media (min-width:850px) and (max-width:1024px) {
	
		.site-footer .panel-grid-cell {
			    flex: 0 1 25% !important;
		}
		#some-footer h5 {
			text-align:left !important;
		}
	}
/*iphone 6 plus vandret*/
@media (max-width:736px)  {

	.overskrift-home {
		padding: 20px 15px 20px 15px;
	}
	.overskrift-home h1 {
		font-size: 22px;
	}
	.overskrift-home h2 {
		font-size:18px;
	}
	.support {
		bottom: 5px;
		right:5px;
		font-weight:500;
    	position: fixed;
    	z-index: 1000;
    	color: #fff;
    	background: #2d2d2d;
    	padding: 10px;
    	border-radius: 3px;
    	box-shadow: 5px 4px 6px rgba(45, 45, 45, 0.31);
	}
	.support.dd18 {
		bottom: 10px;
		right:10px;
		
		background: #fa443f;
		height: 46px;
    	width: 78px
	}
	.dropdown-toggle { 
	  top: 0px;
	}
	.main-navigation .menu ul li a {
    line-height: 30px;
    padding-bottom: 15px;
	}
	.main-navigation ul .toggled-on {
		margin-top:10px;
	}
	
}
@media (max-width:667px) {
	.dropdown-toggle {
   		 top: 10px;
	}
	ul.sub-menu.toggled-on li a {
		padding-left:5px;
	}
	body.home #headliner h1, body.home #headliner_en h1 { 
	    background: #2d2d2d9e;
	    padding: 10px;
	 	max-width:300px;
	 	line-height: 30px;
	}
	
	body.home #subheader h2 {
		line-height: 30px;
	}
	body.home #headliner {
		margin-left:20px;
	}
}
@media (min-width:768px) and (max-width:1025px){
	.press-menu.panel-widget-style {
		border-bottom:1px solid #000;
	}
	#presse-top .panel-grid-cell {
		margin-bottom:0px !important;
	}
	#presse-top {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.press-menu {
		padding-left:30px;
	}
	.site-footer .telefon {
    border-left: none;
	}
	.rkke > .panel-grid-cell:nth-last-child(1){
		margin: 0 auto !important;
		width:100% !important;
	}
	
	
}
/*ipad på højkant*/
@media (max-width:768px) {

	#formular input[type=submit] {
	    float: none;
	    width:100%;
	}
	.ife_event .img_placeholder {
    	min-height: 300px;
	}
	.archive-event .ife_event {
    	height: 400px;
	}
	h1, .entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
		font-size: 36px;
		
	}
	#nyhedsbrev input.nyhedsbrev.submit {
		margin-top:0;
	}
	
	#visitkort-navn{
		border-right: none;
		padding-bottom:10px;
		border-bottom:1px solid #fff;
	}

	#faq a.soua-accordion-title {
    	font-size: 13px;
	}
	#facebook-blog .col-ife-md-4 {
		width: 100% !important;
	}
	body.page-id-51 article.content-loop {
		width:48%;
		margin-bottom: 2%;
	}
	ul#menu-nyhedskategorier > li > a, ul#menu-stillingsopslag >li > a {
		font-size:13px;
	}
}
/*iphone 4 på højkant*/
@media (min-width:320px) and (max-width:480px) {
	h1 {
		font-size:28px !important;
	}
	h2 {
		font-size:25px !important;
	}
	
	h3 {
		font-size:22px !important;
	}
	
	article.content-loop h4 {
    	font-size: 16px;
	}
	article.content-loop p, article.content-loop a.readmore.small {
    	font-size: 13px;
	}
	/*undtagelser i presserummet*/
	.talspersoner h3 {
		font-size: 35px !important;
	}
	h3.person {
		font-size:18px !important;
	}
	#pgc-w5a168a6390732-5-0 {
		margin-bottom:0px !important;
	}
	header .wrap {
    padding: 0 10px;
	}
	
}
@media (min-width:1025px) and (max-width:1300px) {
	#menu-hovedmenu > li > a, .menu > li > a {
	    font-style: bold;
	    padding: 0 10px;
	    margin: 0 4px;
	    letter-spacing: 0px;
	}

	#site-header img {
		max-width:230px;
	}

}

/*iphone 6 plus på højkant*/
@media (max-width:414px) {
	.archive-event .wepa_event {
    	height: 230px;
	}
	.ife_event .img_placeholder {
  	  min-height: 150px;
	}
	.archive-event .ife_event {
	    height: 200px;
	    margin-bottom: 60px;
	}
	

}
@media (min-width:320px) and (max-width:568px) {
	
	article.content-related {
	    width: 98%;
	    margin-left: 1%;
	}
	article.content-related .std-container{
		padding: 0 20px 0 20px;
	}
}
@media (min-width:568px) and (max-width: 736px) {

	article.content-related {
	    width: 48%;
	    margin-left: 1%;
	}
	article.content-related .std-container{
		padding: 0 20px 0 20px;
	}
}
@media (min-width:769px) {
	#facebook-blog .col-ife-md-4 {
		width: 50%;
		float:left;
	}
}

/*@media (min-width:1025px) {
	#menu-item-17788 a {
	border: 1.5px solid #fa443f;
	}
	#menu-item-17788 a:hover {
	border: 1.5px solid #2d2d2d;
	}
}*/
.custom-widget.row.widget_icl_lang_sel_widget { display:block;}

.wpml-ls-legacy-list-horizontal {
	text-align:center;
}
.wpml-ls-display {
	font-weight: 600;
}
.toggle-menu {
	top:15px;
}
a.pdflink {

	font-size:18px;

}
.doner {
	background: #315360;
}
#doner input[type="text"], #doner select {
	background: #315360;
	border:2px solid #fff;
}
#doner select {
	width:200px;
}
#doner option, #doner .tag {
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    display: block;
    color:#fff;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
#doner .wpcf7-list-item-label {
	color:#fff;
}
#doner ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#doner::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#doner :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#doner :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.page-template-page-nofooter .site-footer {
	display:none;
}


h1, h2, h3, h4, h5, h6, a, p {
    word-wrap: normal !important;
}

#row-1, #row-2, #row-3 {
	margin-bottom: 30px !important;
}
/*custom post type til ledige stillinger*/

body.single-ledige_stillinger .stilling h1.entry-title, body.single-ledige_stillinger .stilling h1.entry-title:after {
	border: 0px;
}
body.single-ledige_stillinger .stilling h1.entry-title {
	text-align: left;
	padding-left:0px;
	margin-bottom: 0px;
	border-top: 1px solid #e2e2e2;
}
body.single-ledige_stillinger .stilling .job-teaser h2{
	font-size: 18px;
    margin-top: 10px;
}

div.customdatoer  {
	max-width: 1100px;
    padding: 0 23px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
p > span.partners {
	text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color:#fff;
    font-weight: 600;
}



/*Kontaktformular til fact sheets*/

input#name, input#name2 {

	max-width:300px;
	padding-top:10px;
	padding-bottom:10px;

}
.fact-sheets-1 {
	max-width:300px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding:0;
    border:none;
    color: #398f14;
    font-weight:600;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {

	font-family: 'Roboto', sans-serif;
}

/*kontaltformular til charity galla 2019 landingpage*/


div.charity.galla span.wpcf7-form-control-wrap input {
	background:none;
	border:1px solid #fff;
}

div.charity.galla span.wpcf7-form-control-wrap input::placeholder {
	color: #fff;
}

div.charity.galla span.wpcf7-form-control-wrap input[type=text] {
	color: #fff;
	font-family:roboto;
}

span.check.galla .wpcf7-list-item-label{
	font-size:10px;
	-webkit-hyphens: none;
  	-ms-hyphens: none;
  	hyphens: none;
}
div.charity.galla p {
    margin-bottom: 1em;
}

.img-galla p img {
	border: 3px solid #fff;
}

/*listevisning af ledige stillinger*/

article.content-ledige-stillinger .std-container {
	padding-right: 0% !important;
}

article.content-ledige-stillinger .entry-content.content-ledige-stillinger {
	border: 1px solid #f2f2f2;
	margin-bottom:20px;
}

article.content-ledige-stillinger .read {
	text-align:right;
}

@media (min-width:768px) {

			/*Event visning i sidemenu*/
		.upcoming-events .col-ife-md-4.archive-event {
			width:100%;
			margin-bottom: 20px;
		}
		.upcoming-events .ife_event .img_placeholder {
		    min-height: 120px;
		}

		.upcoming-events .ife_event .event_date {
		    padding: 5px 5px 5px 5px;
		    text-align: left;
		    width: 100%;
		    height:auto;
		}

		 .upcoming-events .ife_event .event_date .month, .upcoming-events .ife_event .event_date .date {
		    float: left;
		}
		.upcoming-events .ife_event .event_desc {
			width: 100% !important;
		    background: #2d2d2d;
		}
		.upcoming-events .ife_event .event_date .month, .upcoming-events .ife_event .event_date .date, .upcoming-events .ife_event .event_desc .event_title {
		    font-size: 14px;
		    line-height: 1em;
		    width:100%;
		    float:left;
		}

		.upcoming-events .ife_event .event_desc .event_address {
			font-size: 11px;
		}

		.upcoming-events .ife_event .event_desc {
		    width: calc( 100% - 55px );
		}
		.upcoming-events  .archive-event .ife_event {
		    height: auto;
		    padding-bottom: 20px;
		}
}
@media (min-width:667) and (max-width:736px) {
		body.archive.category article.content-loop {
    	width: 48%;
    	margin-right: 1%;
    	margin-left: 1%;
    	min-height:500px;

	}
	.entry-thumbnail.content-loop img {
	    width: 100%;
	    height: 150px;
	}
}
@media (min-width:375px) and (max-width:667px) {
	/*body.archive.category article.content-loop {
    	width: 97%;
	}
	body.archive.category article.content-loop {
    	margin-right: 1%;
    	margin-left: 1%;
	}*/
	.entry-thumbnail.content-loop img {
	    width: 100%;
	    height: auto;
	}
}
@media (min-width:736px) and (max-width: 1024px){
	body.archive.category article.content-loop {
    	width: 48%;
    	margin-right: 1%;
    	margin-left: 1%;
    	min-height:500px;
	}
	.entry-thumbnail.content-loop img {
	    width: 100%;
	    /*height: 150px;*/
	    height:auto;
	}


}


@media (min-width:768px) and (max-width: 1024px) {
	.entry-thumbnail.content-loop img {
	    width: 100%;
	    height: auto;
	}
	article.content-loop {
    	width: 23.5%;
	    height: 530px;
	    margin-right: 0.5%;
	    margin-left: 0.5%;
	    margin-bottom:3%;
	}
	article.content-loop.event {
    	width: 31%;
	    min-height: 700px;
	    margin: 0.5%;
	}

	body.single-events article.content-loop.event {
   		 width: 49%;
   	}
	

	/*styling af temabokse på forsiden*/
	

	#pg-2-2 .panel-grid-cell {
	    /*-ms-flex: 0 1 32%;
	    -webkit-flex: 0 1 32%;
	    flex: 0 1 32%;*/
	    margin-right: 0;
	    height: auto;
	}
	#pgc-2-2-1.panel-grid-cell {
		padding-left:0px !important;
	}
	#pgc-2-2-0.panel-grid-cell {
		padding-right: 0px !important;
	}
	.count-row .panel-grid-cell {
		width:32%;
		  -ms-flex: 0 1 33% !important;
		  -webkit-flex: 0 1 33% !important;
		  flex: 0 1 33% !important; 
	}
	.count-row .panel-grid-cell:nth-child(odd) {
		padding-right: 0 !important;
	}
	.count-row {
		padding: 10px 0px 0px 0px !important;
	}
	.eventdate, .eventsignup, .eventvenue {
		min-height: 150px !important;
	}

}
@media (min-width:1024px) {
	body.archive.category article.content-loop {
    	width: 24%;
    	min-height:500px;
    	margin-right: 0.5%;
    	margin-left: 0.5%;
	}
}

article.projekt-visning .project-related {
    	min-height:300px;
}
article.projekt-visning .read {
	text-align:left;
}

article.projekt-visning .read a.readmore {
    font-weight: 700;
    padding: 5px 14px 5px 15px;
    color:#fff;
    background: #dc582a;
}

.panel-grid-cell div.nocell.panel-cell-style .panel-widget-style{
	min-height:320px;
}
.panel-grid-cell div.nocell.panel-cell-style .panel-widget-style a {
	text-decoration: underline;
}
span.no {
	font-size:24px;
	color:#cbdcdd;
	font-weight: 600;
}
body.page-id-23148 h5 {
	font-size:20px;
	text-transform: none;
	margin-top:0;
}

body.page-id-23148 h2, body.page-id-23148 h3 {
	font-size:25px;
	margin-top:20px;
	color:#315360 ;
}

.publication {
	background: #315360;
	padding:20px !important;
	padding-bottom:30px !important;
}
.publication p{
	color: #edf3f3;
}
.publication a, .position a, .download a{
	color: #fff;
	font-size:13px;
	background: #dc582a;
	padding: 10px 20px; 
	border-radius:25px;
}
.position .titel {
	font-size:16px;
	color:#698c91;
}
#timeline .timecell, #timeline .timecellbottom {
	position:relative;
	border:2px dashed #698c91;
	/*height:320px !important;*/
	width:100% !important;
	min-height:200px;
}
#timeline .timecell:after, #timeline .timecellbottom:after {
    /* z-index: -1; */
    position: absolute;
    top: 40%;
    left: 100%;
    /* margin-left: -16%; */
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #698c91;
}

#timeline h4 {
	margin: 0 !important;
}
#timeline p {
	font-size:12px !important;
}
#timeline hr {
	margin: 10px !important;
	background: #b8b8b8;
}
#values p {
	margin-bottom:0.2em !important;
}



/*search demo*/

input.input {
	outline: none;
}
input.input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: roboto, sans-serif;
	font-size:13px;
}
input.input::-webkit-search-decoration,
input.input::-webkit-search-cancel-button {
	display: none; 
}


input.input[type=search] {
	background: #315360 url(https://dignity.dk/wp-content/uploads/search-icon.png) no-repeat 9px center;
	/*border: solid 1px #fff;*/
	/*padding: 9px 10px 9px 32px;*/
	width: 55px;
    top: -10px;
    position: relative;
    float: right;
    margin-right: -23px;
    height: 25px;
    /*margin-top: 7px;*/
	
	/*-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	*/
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input.input[type=search]:focus, input.input[type=search]:hover {
	width: 130px;
	background-color: #2d2d2d;
	border-color: #fff;
	
	/*-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);*/
}


input.input:-moz-placeholder {
	color: #999;
}
input.input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */

#demo-2 input[type=search] {
	width: 15px;
	padding-left: 20px;
	color: transparent;
	cursor: pointer;
	    margin-right: 0;
}
#demo-2 input[type=search]:hover {
	background-color: #315360;
	z-index: 100;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 40px;
	color: #fff;
	background-color: #315360;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
#jan-grarup {
	margin-top:-60px !important;
}

/*show hide på forside*/
.textanim-container {
  position: relative;
  min-height: 300px;
  /*padding:15px;*/
  margin: auto;
  max-width: 350px;
  /*border: 1px solid #ccc;*/
  overflow: hidden;
}
.texttop {
  margin-top: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top:50px;
  padding-top:20px;
  padding-left:15px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.texttop.blue { 
	background: rgba(49, 83, 96, 0.8);
}
.texttop.red { 
	background: rgba(49, 83, 96, 0.8);
}
.texttop.orange { 
	/*background: rgba(220, 88, 42, 0.8);
	background: rgba(157, 34, 53, 0.8);*/
	background: rgba(49, 83, 96, 0.8);
}
h3.textanim-title {
  color: #fff;
  font-size:30px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  font-family: 'Roboto Condensed', sans-serif;
}
p.subtitle {
	color: #fff;
	font-size:16px;
	text-transform: uppercase;
	text-align: left;
	 font-weight: 100;
	 font-family: 'Roboto Condensed', sans-serif;
	 margin-bottom:10px;
}
@media (hover: hover) { 

	.textanim-container:hover .textanim-title {
	  transform: translateY(0);
	}

	.textanim-hidden {
	  position: absolute;
	  top: 400px;
	  color: #fff;
	  transition: 0.8s;
	  max-width: 340px;
	  left: 0;
	  background: rgba(49, 83, 96, 0.9); 
	  font-size:14px;
	  padding: 20px 15px 45px 15px;
	}

	.textanim-container:hover .textanim-hidden {
	  top: 73%;
	  transform: translateY(-50%);
	}
	.textanim-container:hover .textanim-title {
	  top:0;
	}

 }
@media (hover: none) { 

	.textanim-hidden {
		position: absolute;
	    top: 117px;
	    color: #fff;
	    transition: 0.8s;
	    max-width: 352px;
	    background: rgba(49, 83, 96, 0.9);
	    font-size: 14px;
	    padding: 20px 15px 57px 15px;
	}

 }

.textanim-hidden.rehab {
	padding: 4px 15px 45px 15px;
}



/*custom post type event*/
body.single-events {
	background: #edf3f3;
}
body.single-events .std-container {
	padding-right: 30px;
	padding-left:30px;
}

.single-events .std-container.eventloop {
	padding-left:15px !important;
	padding-right:15px;
}
div.event-information {
	max-width: 800px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.events-template-default .content-area.blogpost .entry-content.row-wrap {
	border:none;
	box-shadow:none;
}
.events-template-default .row-wrap .row, .events-template-default .content-area.blogpost .entry-content.row-wrap {
	padding:0;
}
.events-template-default .content-area.blogpost h1.entry-title {
	text-align:left;
}
.eventdate, .eventsignup, .eventvenue {
	padding: 15px;
    background: #cbdcdd;
    float: left;
    font-size: 18px;
    color: #698c91;
    min-height:140px;
}

.eventdesc p, body.single-events p {
	font-size:16px;
}
.eventvenue {
	padding: 15px;
    background: #edf3f3;
    float: left;
    font-size: 18px;
    color: #698c91;
    margin-bottom:20px;
    width:55%;
}
.eventvenue p, .eventdate p, .eventsignup p {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	color: #698c91;
	text-decoration:underline;
	margin-bottom:0;
}
#custom_bottombar {
	max-width: 800px;
    margin: auto;
    padding:30px;
    background:#fff;
}
#custom_bottombar .col-ife-md-4.archive-event {
    width: 50%;
}

/*post-loop med ny custom event post type*/
.eventdate.loop {
	padding: 5px;
    background: #cbdcdd;
    float: none;
    font-size: 16px;
    color: #698c91;
    min-height:auto !important;
    width:100%;
}
.eventdate.loop > p {
    font-size: 16px;
    color: #698c91;
    padding-left:10px;
    text-decoration: none;
    margin-bottom:0;
}
article.content-loop.event {
	height:auto;
}

article.content-loop.event h3.entry-title { 
	font-size: 20px;
    line-height: 1em;
}

.eventdate {
	width:25%;
}
.eventsignup {
	width:20%;
}

.fb_knap_event {
	margin-bottom:40px;
}

.entry-thumbnail.content-loop.event img {
    width: 100%;
    height: auto;
}
.event_type p {
	font-size:22px !important;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
	background:#315360;
	color:#fff;

}

.event_type.loop p {
	font-size:13px !important;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
}
.event_type.loop {
	background:#315360;
}

article.content-loop.event .read {
	margin-bottom:40px !important;
}
article.content-loop.event .row{
	padding:0px;
}
article.content-loop.event .std-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
   	min-height: 300px;
    margin-bottom: 1%;
}
.grecaptcha-badge {
	display:none;
}

/*høringssvar*/

body.page-id-29142 .entry-content a {
	text-decoration: underline;
}

/*projeksiderne*/
div.project-box {
	border-top: 6px solid #90b4b7;
}
div.project-box.afsluttet {
	border-top: 6px solid #9d2235;
}
div.project-box p:first-of-type {
	font-size:18px;
	line-height: 1.3em;
	font-weight: 600;
	color:#315360;
}
div.project-box h5, div.project-box strong {
	color:#698c91;
	border-bottom: 1px dashed #90b4b7;
	padding-bottom:3px;
}
div.project-box a {
	text-decoration:underline;
}
div.project-button {
	background: #315360;
}
img.aligncenter.small-arrow {
	margin-bottom:0px !important;
}
#menu-ledige-stillinger.menu > li > a {
	color: #315360;
}
#menu-ledige-stillinger.menu > li > a:hover {
	color: #dc582a;
}
#partner-logos img.aligncenter {
	margin-top:0 !important;
	margin-bottom:0 !important;

}
#pl-55 .so-panel {
    margin-bottom: 0 !important;
} 

body.page-id-29990 h3 {
	margin-top:0px !important;
	padding-left:10px !important;
}
#topslider1, #topslider4 {
	background:rgba(105, 140, 145, 0.8);
	padding:25px;
}
#topslider2 {
	background:rgba(157, 34, 53, 0.8);
	padding:25px;
}
#topslider3 {
	background:rgba(49, 83, 96, 0.8);
	padding:25px;
}

#topslider1 a, #topslider2 a, #topslider3 a, #topslider4 a {
	background:#dc582a;
	padding:10px 20px 10px 20px;
	border-radius: 25px;
	color:#fff;
}


.broed {
	font-size:17px;
	color:#315360;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-top:15px;
	margin-bottom:15px;
}
#topslider1 p, #topslider2 p, #topslider3 p, #topslider4 {
	margin-bottom:35px;
}

ul#menu-nyhedskategorier > li > a, ul#menu-nyhedskategorier ul.sub-menu li > a {
	font-size: 15px;
    color: #315360;
    padding: 0 6px 0 0;
    font-weight: 400;
    letter-spacing: 1px
}

body.page-id-23148 strong, body.page-id-22756 strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	font-size:17px;
	text-transform:uppercase;
}

body.page-id-23148 img, body.page-id-22756 img {
	border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 2px 2px 10px #9c9c9c;
}
#pg-23148-9 img, #site-header img, .top-header img, #masthead img, .wpml-ls-link img{
	border:none;
	box-shadow:none;
}

.comments-wrapper.section-inner {
	max-width:700px;
	margin: 0 auto;
	margin-bottom:50px;
}
#comments.comments-area {
	background-color:#e1e8e9 !important;
}
h2.comments-title{
	display:none;
}

.comment-form-url, #reply-title {
	display:none;
}

.comments-wrapper input[type="submit"] {
	border-radius:25px;
	padding:15px;
	background: #dc582a;
	max-width:250px;
	font-size:16px;
	color:#ffffff;
}

.comments-wrapper ol.children .comment {
	padding-left:20px;

}

.comment-list .reply a.comment-reply-link {
	color:#000000;
	font-size:13px;
	margin-top:1em;

}

.comment-list + .comment-respond {
	padding-top:0;
}

#minimenu p a {
	text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-weight:300;
    color:#315360;
}

#minimenu p a:hover {
	text-decoration:underline;
    color:#dc582a;
}

#minimenu .widget_sow-editor .panel-widget-style {
	border-radius:25px;
}

#minimenu .widget_sow-editor .panel-widget-style:hover {
	background-color:#fff;
}

