
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

}

html {
  line-height: 1;
    font-family: arial;
}

body {
  line-height: 160%;
  color: black;
  overflow-x: hidden;
  font-weight: 300;
  padding-top: 0 !important;
}

.responsive-menu-page-wrapper {
  min-height: 91vh;
  margin-bottom: 50px;
}

#main {
  background: #fff;
  padding: 20px 20px 60px 20px;
}

em {
  font-style: italic;
}

a {
  color: #578b94;
}

a:hover {
  color: #ff6260;
  text-decoration: none;
}

.content ol, ul {
  padding-left: 20px;
  margin-bottom: 20px;
  list-style: disc;
  font-size: 1.125em;
}

ol li {
  list-style-type: decimal;
}

ul.links.inline {
  padding: 0;
}
ul.links.inline li {
  list-style: none;
}

p,
.views-field-body,
.node__content {
  margin: 0 0 10px 0;
  font-size: 1.125em;
  line-height: calc(1.5em + .2vw);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  color: #555;
}

h1, .h1 {
  font-size: 4em;
   color: #555;
}

h2, .h2, h2 a {
  font-size: 1.5em;
  text-decoration: none;
  color: #555;
}

h3, .h3, h3 a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #555;
}

h4, .h4 {
  font-size: 1em;
}

img {
  max-width: 100%;
}

table, tr, td {

}

td {
  background: #fff;
  vertical-align: top;
}

.content b, .content strong {
  font-weight: bold;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.field-content blockquote,
.node__content blockquote {
  font-size: 1em;
  width:98%;
  margin:30px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before,
.node__content blockquote::before {
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after,
.node__content blockquote::after {
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

/*Variables*/
/*Header*/
/*Menu Color*/
/*Mixins*/
/**
 * @file
 * Styles for system messages.
 */
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

.messages--error p.error {
  color: #a51b00;
}

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
  /*LTR*/
}

form .field-add-more-submit {
  margin: .5em 0 0;
}

/*TABS*/
div.tabs {
  margin: 1em 0;
}

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */
}

.tabs a {
  color: #444;
}

.tabs a.is-active {
  background-color: #fd2626;
  color: #fff;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #ea1616;
  color: #fff;
}


/**
 * Captions.
 */
 
.caption {
  margin-bottom: 1.2em;
}


/*Page title*/

.region-page-title h1 {
  margin: 20px 0;
  text-align: center;
}

/*Footer Widget*/
.footerwidget {
  background: #108441;
  color: #86b59a;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7;
}
.footerwidget h2.title {
  color: #fff;
}
.footerwidget .left {
  float: left;
  margin: 10px 10px 0 0;
}

.copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: .9em;
  background: #000;
  color: #fff;
}
.copyright p {
  margin: 20px 0;
  line-height: 100%;
}

/*Google Map*/

.map-and-address h2.title {
  display: none;
}

.google_map p, .google_map .block {
  margin: 0;
}
.google_map iframe {
  display: block;
}

/*Credit Link*/

.credit-link {
  text-align: left;
}

.credit-link a {
  color: #ff6d5a;
}

/*Social Media*/

.footer-menu {
  margin: 0;
  border: 0;
  background: #4d4d4d;
  color: #fff;
  background-size: cover;
  padding: 80px 0;
}

.social-media {
  margin: 10px 0;
  overflow: hidden;
  text-align: center;
}
.social-media a {
  background: #f07057;
  color: #fff;
  margin: 10px 5px;
  text-align: center;
  line-height: 100%;
  font-size: 1em;
  display: inline-block;
  padding: 13px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.social-media a:hover {
  background: #fff;
  color: #f07057;
}

/*Form*/
input, button, select, textarea {
  padding: 6px;
  border: 1px solid #e3e3e3;
}

.contact-message-form label {
  display: block;
}

.contact-message-form input[type="submit"],
.contact-message-form input[type="checkbox"]  {
  width: auto;
}

#block-mortenholmstrup-content .btn {
  margin: 20px 0;
}

#block-mortenholmstrup-content .btn,
#block-mortenholmstrup-search-form-narrow--2 .btn-primary {
  width: auto;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  background: #7dbe77 !important;
  border: 0;
}

#block-mortenholmstrup-content .btn a,
#block-mortenholmstrup-search-form-narrow--2 .btn-primary a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

/* BTN FOUR */

.btn-kontakt:hover span {
  transform: scale(1.2, 1.2);
}

.btn-kontakt::before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0.1, 0.1);
}

.btn-kontakt:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-kontakt::after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-kontakt:hover::after {
  transform: scale(0, 0);
  opacity: 0;
}

.btn-kontakt {
	margin: 25px 0;  
}

/* indhold */

.node__content {
	font-size: 19px;
  line-height: 1.6;
  color: #555;
  font-weight: 300;
  /*background: url('/themes/custom/mortenholmstrup/images/welcome.jpg?1487047946') white;*/
  padding-top: 20px;
  font-family: "Atlas Grotesk Web",sans-serif;
}

.node__content h2 {
	font-size: 35px;
	padding: 10px 0;
  color: #555;
  margin-bottom: 1.6rem;
  line-height: 1.1;
}

.node .field--type-image {
  float: none;
  margin: 0;
}

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

/* formular */

#block-kontaktmig,
.contact-form {
	font-size: 19px;
  line-height: 1.6;
  color: #555;
  font-weight: 300;
  /*background: url('/themes/custom/mortenholmstrup/images/welcome.jpg?1487047946') white;*/
  padding-top: 0;
  font-family: "Atlas Grotesk Web",sans-serif;
}

#block-kontaktmig {
	padding: 20px 0;
}

/*Comment*/

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.comment-wrap .author-details {
  float: left;
  width: 20%;
}
.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}
.comment-wrap .author-comments h3 {
  margin-top: 10px;
}
.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%;
}

/*links Inline*/
ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

/*Sidebar Block*/

.sidebar .block {
  border-style: none;
  background: #b8eab1 none repeat scroll 0 0;
  border-width: 0;
  padding: 15px 15px;
  margin: 0 0 20px;
}

.sidebar h2 {
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
  text-shadow: 0;
  font-family: 'Oswald';
  font-size: 30px;
  line-height: 1.2;
}

.sidebar .region h2.title {
  padding: 5px 0;
  margin: 0;
}
.sidebar .region .content {
  padding: 10px 0;
}

.region-content {
  min-height: 300px;
}

.path-frontpage .region-content {
  min-height: auto;
}

/*Markup generated by Form API.*/
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.70em;
  line-height: 150%;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.marker {
  color: #e00;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px;
}

/* Testimonials */
.testimonials-wrap {
  background: #fafafa;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  line-height: 160%;
}

.region-testimonials {
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-pic {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.testimonials-pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-author {
  padding: 0 5px;
  font-size: .75em;
  color: #555;
}

/*Front Page*/

.path-frontpage .feed-icon {
  display: none;
}
 
.path-frontpage .content_layout {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.zero h2,
.four h2 {

}

#block-detgodetilsynwebinarnusomstream img {
	margin-right: 20px;
}

#block-services {
  padding: 20px;
  background: #FFF;
} 
  
#block-forside,
#block-widget2,
#block-widget3,
#block-konsultationer,
#block-workshops,
#block-privatetilsyn {
  margin-bottom: 20px;
  padding-top: 20px;
}

#block-forside p,
#block-widget2 p,
#block-widget3 p,
#block-konsultationer p,
#block-workshops p,
#block-privatetilsyn p,
#tilbyder,
#block-detgodetilsynwebinarnusomstream,
#block-fremhaevet {
  margin-bottom: 20px;
	font-size: 19px;
  line-height: 1.6;
  font-weight: 300;
  /*background: url('/themes/custom/mortenholmstrup/images/welcome.jpg?1487047946') white;*/
  padding-top: 0;
  font-family: "Atlas Grotesk Web",sans-serif;
}

.webinar {
	display: flex;
	align-items: center;
}

.webinar_img {
	width: 40%;
}
 
#block-forside p a,
#block-widget2 p a,
#block-widget3 p a,
.region-homepagemessage p a {
  color: #fff;
  background-color: #59633d;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 5px;
}

.four a,
.webinar a {
  background-color: #578b94;
  color: #fff;
	padding: 5px;
}

/*Region Homepage Message*/

.region-homepagemessage {
  text-align: right;
  font-size: 1em;
}

.region-homepagemessage img {
  margin-right: 40px;
}

.region-homepagemessage p a {
  float: left;
  margin-top: 5px;
}

/*Bottom Widgets*/

.bottom-widgets {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
  background: #27ae60;
  color: #b4dec6;
}
.bottom-widgets .block h2.title {
  margin: 5px 0 10px 0;
  color: #fff;
}
.bottom-widgets .row > div {
  border-right: 1px solid #2ec16c;
}
.bottom-widgets .row > div:last-child {
  border: 0;
}

.path-frontpage .bottom-widgets {
  padding: 20px 0;
}

/* Header og Banner */

.main-header {
  position: relative;
}

.main-header .banner,
.site-branding  {
	flex: 1 1 0;
  margin: 0;
}

/*.site-branding__name {
	width: 100%;
	display: flex;
  align-items: center;
  justify-content: flex-end;
}*/


  #mobiletxt {
		position: absolute;
		z-index: 999;
		text-align: right;
		padding: 18% 10% 0 35%;
    width: 100%;
    height: 100%;
	}
	
	#mobiletxt:before{
		content:"";
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		margin:auto;
		width:100%;
		height:100%;
		background: rgba(70, 72, 82, 0.4);
		z-index:-1;
}
	
	#banner #mobiletxt p {
		font-family: 'Saira Extra Condensed';
		font-size: 1.5em;
		font-weight: 900;
		text-align: center;
	}
	
	#banner #mobiletxt h2 {
		font-size: 2.5em;
		text-align: center;
	}
  

#banner h2 {
	font-size: 2vw;
	color: #fff;
}

.region-header,
.banner_img {
	flex: 1;
	width: 50%;
}

.banner_img_mobile {
	display: none;
}


#banner img {
	vertical-align: middle;
}

.banner_txt {
	font-size: 1.5vw;
	display: flex;
}


#banner {
  position: relative;
  margin-top: 88px;
	display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #6a795f;
  color: #fff;
  font-family: "Abel";
  line-height: initial;
}

#block-mortenholmstrup-tilsynmedhjemmeundervisning {
	padding-left: 20px;
	font-size: 2vw;
}

#block-mortenholmstrup-tilsynmedhjemmeundervisning:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    color: #fff;
    top: 45px;
}

.slide__caption p {
	font-size: 2vw;
}

.fokus {
	color: #ceb6b6;
}

.site-branding__slogan {
	padding-left: 10px;
	color: #6a795f;
}

.site-branding__slogan:before {
    content: "|";
    width: 2px;
    padding-right: 10px;
}

.gradient,
/*#block-views-block-banner-slides-block-1 {
  text-align: center;
  flex-grow: 1;
}*/

.banner img,
#block-onepage-zymphonies-theme-branding img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.banner_txt {
  /*position: absolute;
  text-align: center;
  top: 38%;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;*/
}

.path-frontpage .main-header {
	/*background-position-y: -100px;*/
}

/*.main-header {
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  min-height: 110px;
}*/

.main-header .container,
#about .container {
	display: flex;
	height: 100%;
  align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.main-header .container .row {
  width: 100%;
	margin: 0;
	padding: 0;
}

.title-header {
	margin: 0;
	padding: 0;
}	

.main-header nav {
  border: 0;
  margin: 0;
  position: relative;
  min-height: auto;
  border-radius: 0;
	/*background: linear-gradient(rgba(0.85, 0.85, 0.85, 0.95), transparent);*/
}

#block-views-block-banner-slides-block-1 {
	padding: 0;
}

.slide__content::after {
    content: "";
    display: none;
    clear: both;
}

.slide__caption {
	padding: 0;
}

.slide__description {
  padding: 10%;
font-size: 19px;
}

.main-header .block {
  margin: 0;
}

.main-header a {
  color: #fff;
}







/*Search Form*/

.search-block-form {
  margin: 0 auto;
}

.region-search {
  clear: both;
  padding: 6px 0;
}

#search-block-form {
  display: table;
  width: 100%;
}
#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
}
#search-block-form input.form-submit {
  background: url('../images/search.png?1452238644') no-repeat center #d65339;
  font-size: 0;
  width: 100%;
  height: 30px;
  vertical-align: top;
}
#search-block-form input {
  width: 100%;
  height: 30px;
}

/*Breadcrumb*/

.breadcrumb {
  font-size: .85em;
  padding: 3px 10px;
  margin: 0;
  background: #fff;
  display: inline-block;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:last-child span {
  display: none;
}

/* top */

.region-primary-menu {
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  align-items: center;
}

#block-sitebranding {
	flex-grow: 1;
  text-align: left;
  margin-bottom: 0;
}

#block-responsivemenumobileicon-2 {
	flex: 1 1 0;
	max-width: 100px;
	margin-bottom: 0;
}

.region-header .brand {

}

.region-header .brand a {
	font-size: 10vw;
  padding: 3px;
  display: inline-block;
}

.region-header .brand a img {
  vertical-align: middle;
}

.region-header .brand .site-branding__slogan {
  font-size: 3vw;
  font-weight: 900;
  color: #fff;
  float: left;
  width: 100%;
  padding: 0px 0px 0px 6px;
}

.site-branding__name a {
  margin: 0;
  color: #8a7980;
    font-style: normal;
    font-weight: normal;
	text-decoration: none;
}

.region-contact-email .block {
  margin: 5px 0;
}
.region-contact-email p {
  margin: 0;
  line-height: 120%;
}

.top-menu {
	padding: 0;
  text-align: left;
  display: flex;
  position: relative;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding-left: 50px;
}

#block-kontakt {
  color: #fff;
  width: 100%;
  float: left;
  padding-top: 38px;
}

#block-kontakt p,
#block-kontakt span {
  font-size: 20px;
  line-height: 14px;
}

#block-kontakt span {
  margin-right: 5px;
}

#block-kontakt .content {
  float: right;
  width: auto;
  text-align: left;
}

.kontakt {
	position: fixed;
	width: 100%;
	padding: 20px;
	z-index: 1;
	right: 0;
	top: 0;
	background: #fff;
}

.mm-menu_opened .kontakt {
	z-index: 1;
	right: 0;
	top: 0;
	width: 100%;
}

.kontakt.scroll {
	background: #fff;
}

#block-kontakt {
  height: 80px;
}

/* overskrifter */

#block-overskrifttilkommunerogskolerforside,
#block-overskrifttilprivateforside {
	margin-bottom: 0;
}

#block-overskrifttilkommunerogskolerforside h2,
#block-overskrifttilprivateforside h2 {

}

.overskrift1,
.overskrift2 {
	background: #8c8c8c;
	color: #fff;
	font-size: 2em;
	color: #fff;
  font-weight: 700;
}

.overskrift1 .container,
.overskrift2 .container {
	text-align: center;
}

.overskrift1 h2,
.overskrift2 h2 {
	color: #fff;
}

/*Menu*/

.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
}
.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none;
}

#block-horizontalmenu {
	margin: 0;
	text-align: center;
}

.horizontal-menu > li > a {
  font-size: 1vw;
  color: #fff;
  text-transform: uppercase;
  background: none;
  padding-bottom: 0;
  margin: auto;
  text-decoration: none;
}

.horizontal-menu > li:last-child > a {
  padding-right: 0;
}

nav h2 {
  /*display: none;*/
}

.menu-base-theme {
  background: none;
}

.menu-base-theme ul {
  background: none;
}

.menu-base-theme li a {
  color: white;
  border-bottom: 1px solid #383737;
  line-height: 100%;
  padding: 17px 15px;
  text-transform: uppercase;
  font-size: 1em;
  background: none;
}

.menu-base-theme li a:hover, 
.menu-base-theme li a:focus, 
.menu-base-theme li a:active, 
.menu-base-theme li a.highlighted {
  background: none;
  color: #ff6260;
  line-height: 100%;
  padding: 17px 15px;
}
.menu-base-theme li a.sub-arrow {
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
}
.menu-base-theme li a span.sub-arrow {
  line-height: 120%;
  font-size: 2em;
}

  .responsive-menu-toggle-icon span.label {
    top: 4px;
    color: #000;
  }
  
.region-primary-menu,
.navbar-expand-lg  {
  text-align: right;
  background: #7dbe77;
  margin: 0 auto;
  border-top: 5px solid #ffa500;
  height: 52px;
  width: 100%;
}

.offcanvas-body .region-primary-menu,
.offcanvas-body .navbar-expand-lg  {
  height: auto;
  background: none;
  border-top: 0;
}

  
  .responsive-menu-toggle-icon span.icon,
  .responsive-menu-toggle-icon:after,
  .responsive-menu-toggle-icon:before {
    background: #000;
  }
  
.menu-base-theme li {
 float: none;
}

/*Footer Menu*/

.region-footer-menu ul {
  margin: 10px 0;
  padding: 0;
}
.region-footer-menu nav li {
  display: inline-block;
}
.region-footer-menu nav li a {
  display: block;
  padding: 2px 15px 2px 0;
}


/*Top Menu*/

.top-menu {

}

.region-top-menu ul {

}
.region-top-menu nav li {
  display: inline-block;
}
.region-top-menu nav li a {
  display: block;
  padding: 2px 10px;
  background: #3ad47b;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.region-top-menu nav li a:hover {
  background: #23b962;
}
.region-top-menu nav li:last-child a {
  background: #f00;
}
.region-top-menu nav li:last-child a:hover {
  background: #f11818;
}

/*Demo Typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

/* highlight */

.highlight {
  background-color: #f7f7f9;
}
.highlight pre {
  border: 0;
  background: none;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}
.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}
.bd-example-type .table tr:first-child td {
  border-top: 0;
}

/* parallax */

.admin.parallax-widget {
  padding: 0;
}

.parallax-widget.one {
  padding: 20px 0 80px 0;
}

.path-frontpage .one .container {
	padding-top: 40px;
}

body.admin .parallax-widget.zero,
body.user-logged-in .parallax-widget.zero {
  padding: 0;
}

body .parallax-widget.one,
body.user-logged-in .parallax-widget.one {
  padding: 100px 0;
}

.parallax-widget.zero {
  padding: 0;
}

.parallax-widget h2.title {
}

/* topwidget */

#about .col-sm-12 {
  padding: 0;
}

.topwidget {
 /* padding: 10px;*/
}

.region-featured-bottom-first {
  padding: 40px 20px;
}

.region-featured-bottom-second {
  background: #31323c;
  color: #fff;
  padding: 40px 20px;
}

.region-featured-bottom-third {
  padding: 40px 20px;
}

.topwidget p {
  margin-bottom: 10px;
}
.topwidget h2.title {
  display: none;
}
}

.topwidget svg {
  color: #6a795f;
}

.four svg {
  color: #578b94;
}

.topwidget .fa {
  font-size: 4em;
  color: #ff6260;
}

.region-topwidget-first img,
.region-topwidget-second img,
.region-topwidget-third img {
  width: 100%;
  max-height: 228px;
 /* filter: sepia(100%);*/
}

.region-topwidget-first img:hover,
.region-topwidget-second img:hover,
.region-topwidget-third img:hover {
  filter: none;
}

.parallax-widget {
  /*background-size: cover;
  background-color: #585858;
  min-height: 500px;*/
}
.parallax-widget .parallax-region {
  background: #f3e4e4;
  width: 100%;
  margin: 0 auto;
  background: #fff;
/*  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eeeeee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eeeeee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eeeeee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eeeeee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eeeeee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eeeeee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);*/
}

#about.parallax-widget.zero:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  /*background: url("/themes/onepage_zymphonies_theme/images/welcome.jpg") no-repeat center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-attachment: cover;
  /*background-image: url("/themes/onepage_zymphonies_theme/images/welcome.jpg");*/
  background-position: center;
}

.parallax-widget.zero .parallax-region {
  padding: 0;
}

.parallax-widget.highlight {
  background-size: cover;
  background-color: #f1f1f1;
  background-attachment: fixed;
}

.parallax-widget.one {
  background-size: cover;
  background-image: url("/themes/onepage_zymphonies_theme/images/tilbyder_bg.png");
  background-color: #f3e4e4;
  background-attachment: fixed;
}

.parallax-widget.one .parallax-region,
.parallax-widget.two .parallax-region {
	padding: 20px;
  margin: 20px 0;
}

.parallax-widget.two {
  background-size: cover;
}

.parallax-widget.three {
  background: url("/themes/onepage_zymphonies_theme/images/presse_bg.png");
  background-attachment: fixed;
}

.parallax-widget.two .parallax-region {
  background: black;
  background: rgba(255, 255, 255, 0.9);
}

.not-front .parallax-region {
  max-width: 1000px;
}

.region-services img {
	padding: 0 0 0 20px;
}

/* baggrund */

.baggrund,
.region-tilbyder .views-row {
  float: left;
}

.baggrund img,
.region-tilbyder img {
  float: left;
  padding-right: 20px;
  max-width: 230px;
  min-height: 140px;
  /*filter: sepia(100%);*/
}

.baggrund img:hover,
.region-tilbyder img:hover {
  filter: none;
}

/*----------------------------
	Contact page
-----------------------------*/
.contact-message-feedback-form {
  margin: 0 auto;
  border: 1px solid #E9E8ED;
  padding: 10px 20px;
  background: #FDFDFD;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

/*----------------------------
	User Login Form
-----------------------------*/
.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd;
}
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text,
.user-pass .form-email {
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #999;
  font-style: italic;
}

/*----------------------------
	Maintainance
-----------------------------*/
.maintenance-page {
  background: url('../images/maintenance-bg.png?1451969854') #66cbff center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000;
}
.maintenance-page .brand,
.maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle;
}
.maintenance-page .site-name a {
  color: #404040;
}
.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
  display: none;
}

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: #f2f4cf;
  background: rgba(242, 244, 207, 0.88);
  -webkit-box-shadow: 5px 5px 0px white;
  -moz-box-shadow: 5px 5px 0px white;
  box-shadow: 5px 5px 0px white;
}
.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold;
}

/*----------------------------
	Profile Page
-----------------------------*/
.path-user .profile > div {
  display: inline-block;
}
.path-user .profile .label {
  display: block;
  color: #333;
}

/*----------------------------
	Clients page
-----------------------------*/
.node--type-clients h2,
.node--type-services h2 {
  display: none;
}

.field--name-field-clients-logo .owl-item {
  padding: 5px;
  border: 2px dotted #ddd;
  text-align: center;
}
.field--name-field-clients-logo .owl-item img {
  display: inline-block;
  width: auto;
}

.field--name-field-service .owl-item {
  background: #ff6260;
  padding: 5px 10px;
}
.field--name-field-service .owl-item * {
  color: white;
}

.content-image {
  float: left;
  margin: 0 10px 5px 0;
}

/* tester ? */

#block-tester123 {
  font-size: 1.3em;
  width: 100%;
  padding: 20px 20px 0 20px;
}

#block-tester123:after {
 content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 80%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 1px dotted #ddd; /* This creates the border. Replace black with whatever color you want. */

}

/* fremhævet */

#block-fremhaevet img {

}

#block-fremhaevet img {

}



/* butik */

#block-tidligerekursusdeltageresiger {
  float: left;
  width: 100%;
}

.product_body {
  float: left;
  width: 65%;
  margin-bottom: 20px;
}

.product_img {
  float: right;
  width: 35%;
  margin-bottom: 50px;
}

.product_kh {
  float: left;
  width: 90%;
}

.kh_container {
  float: left;
  width: 100%;
  padding: 10px;
}

.img_left {
  float: left;
  width: 13%;
  padding-right: 10px;
  max-width: 170px;
  margin-bottom: 10px;
}

.text_right {
  float: left;
  width: 80%;
}

.prod_facts {
  float: left;
    width: 97%;
    background-color: #f9f9f9;
    border: 1px solid #dedfe0;
    padding: 10px 15px;
    margin: 20px;
}

.prod_pris {
  float: left;
  width: 100%;
  padding: 0;
}

.product_price {
  font-size: 36px;
  font-weight: 700;
  color: #505763;
}

.prod_facts ul {
  margin-bottom: 0;
}

.product_buy,
.product_price,
.product_icons {
  text-align: center;
}

form.commerce-order-item-add-to-cart-form input[type="submit"] {
    color: #fff;
    width: 200px;
    background-color: #ec5252;
    border: 1px solid transparent;
    padding: 16px 12px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
  display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
}

#edit-login-register-name--description,
#edit-login-register-password--description {
  font-size: 15px;
}

#edit-login {
    overflow: inherit;
}

.checkout-pane .form-item .password-suggestions {
  font-size: 14px;
}

/* videoer */

.field--name-field-video iframe {
  margin-top: 50px;
}

.user-logged-in .field--name-field-adgang-til-denne-side-krae {
  display: none;
}

.field--name-field-video .field--name-name {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 300;
  margin-top: 40px;
  color: #579462;
  font-size: 1.7em;
}

/* webinar block */

.field--name-field-media-document {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

/* blog */

.blog .views-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog .views-field-body,
.blog .views-field-title {
  float: left;
  width: 80%;
}

.blog h2,
.region-tilbyder h2 {
  margin-top: 0;
}

.blog .views-field-field-image {
  float: left;
  width: 19%;
  padding-right: 20px;
}

.region-tilbyder .views-field-view-node {
  padding-top: 20px;
}

.blog-forside .views-field-title h3 {
  margin-top: 0;
}


.region-tilbyder .views-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.region-tilbyder .views-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.region-tilbyder h2.title {
  display: none;
}

/* tilsyn */ 

#block-professioneltilsynmedhjemmeundervisning {
  padding: 20px;
  background: #79796f;
  color: #fff;
}

#block-professioneltilsynmedhjemmeundervisning img {
    position: absolute;
    right: 0;
    bottom: 0;
	max-width: 200px;
}

#block-professioneltilsynmedhjemmeundervisning h2,
#block-professioneltilsynmedhjemmeundervisning a {
  color: #fff;
}

#block-professioneltilsynmedhjemmeundervisning a {
  text-decoration: underline;
  font-weight: bold;
}

/* blocks */

  .region-topwidget-first .content,
  .region-topwidget-second .content {
  	display: flex;
  	justify-content: center;
  }
  
  .region-topwidget-first .block ul,
  .region-topwidget-second .block ul {
  	padding: 0 0 10px 0;
  	text-align: center;
  }
  
  .region-topwidget-first .block ul li,
  .region-topwidget-second .block ul li {
  	list-style: inside;
  }
  
  .region-tilbyder {
  	padding: 0 20px;
  }
  
  .blog-forside header {
  	padding: 10px 0 40px 0;
  }
  
  .blog-forside .field-content {
  	display: flex;
  }

/* fix */

body .simple-responsive-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 0;
    white-space: normal;
    text-align: left;
}

.node--unpublished {
  background-color: transparent;
}

.node__content .field--name-field-image img {
  height: auto;
  padding-bottom: 20px;
}

.contextual-links a {
	color: #000 !important;
}

#main-wrapper .container {
  max-width: 100%;
}

#block-mortenholmstrup-horizontalmenu.block,
#block-mortenholmstrup-responsivemenumobileicon.block {
  margin: 0;
}

#block-mortenholmstrup-tilsynmedhjemmeundervisning {
  padding: 20px 40px;
}

#block-mortenholmstrup-tilsynmedhjemmeundervisning p {
  margin: 0;
  font-size: 1.5vw;
}

a.btn-kontakt {
  margin: 20px 0;
}

.toolbar-fixed .kontakt  {
  margin-top: 40px;
}

.main-header .col-md-12 {
  padding: 0;
}

#block-views-blockfaq-om-tilsyn-block-1 .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #6a795f;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.accordion-body {
  margin: 20px 0 0 0;
}

#block-views-blockfaq-om-tilsyn-block-1 .accordion-button:focus,
#block-views-blockfaq-om-tilsyn-block-1 .accordion-button:not(.collapsed){
  border-color: #6a795f;
  color: #6a795f;
  box-shadow: #6a795f; 
}

.views-field-view-node {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
}

.page-node-47 .views-element-container h2 {
  padding: 40px 0;
}

.page-node-47 .views-element-container h2.accordion-header {
  padding: 0;  
}

.views-element-container .accordion-button:not(.collapsed),
.views-element-container .accordion-item:first-of-type .accordion-button,
.views-element-container .accordion-button,
.views-element-container .accordion-button:focus {
  font-size: 0.7em;
  color: #6b6b6b;
  background-color: #f3f3f3;
  box-shadow: 0 0 0 0 #6a795f; 
}

#headingviews-bootstrap-faq-om-tilsyn-block-22 {
scroll-margin-top: 4rem;
}

#edit-submit,
#edit-preview {
  color: #fff;
}

#navbar-top,
#header {
  background-color: #c2f7ba;
  max-width: 100%;
}

.navbar {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #7dbe77;
}

.region-primary-menu li {
  text-align: left;
  background: #7dbe77;
}

.region-primary-menu li a:active {
  background: #7dbe77;
}

.region-primary-menu ul ul li a {
  font-size: 1rem;
  display: block;
}

.region-primary-menu ul ul li a:active {
  background: #7dbe77;
}

.region-primary-menu li a {
  padding: 0;
}

#block-mortenholmstrup-banner {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

#block-mortenholmstrup-banner img {
  vertical-align: bottom;
}

.views-field-created {
  font-style: italic;
  font-size: 0.8em;
  margin: 0.5rem 0;
}

.views-field-field-tags {
  margin: 0.5rem 0;
}

.views-field-body {
  display: inline-block;  
}

.views-field-field-image {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
}

.views-field-title h2 a{
  color: #000000;
  text-decoration: none;
  font-size: 3rem;
}

.views-row {
  display: flex;
  flex-direction: row;
  margin: 0 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.pagination {
  flex-wrap: wrap;
}

#block-maisha-views-block-mest-populaere-block-1--2 .views-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}

.region-top-header {
  width: 100%;
  display: flex;
  justify-content: center;
}

.navbar {
  --bs-navbar-padding-x: none !important;
}

.align-left {
  padding: 10px 20px 20px 0;
}

.align-center {
  padding: 0 0 20px 0;
}

.tags {
  padding: 10px 0;
}

.dropdown-menu {
  --bs-dropdown-link-hover-bg: #7dbe77 !important;
  --bs-dropdown-link-active-bg: #7dbe77 !important;
}

.region-primary-menu li ul li {
  padding: 10px 10px 10px;
  border-bottom: 1px solid #6e685c;
}

.dropdown {
  display: block;
}
.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-item.active {
  /*Without this, clicking will make it sticky*/
  background-color: #7dbe77 !important;
  color: #000 !important;
}

.dropdown-menu li.active>a {
  color: #000 !important;
}