/* (A) FIXED WRAPPER */
.hwrap {
  overflow: hidden; /* HIDE SCROLL BAR */
  background-color: #2c2c2c;
}

/* (B) MOVING TICKER WRAPPER */
.hmove { display: flex; }

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-family: calibriregular!important;
  color: white;
  font-size: 20px;
}

/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickerh {
  0% { transform: translate3d ( 25%, 0, 0); }
  100% { transform: translate3d(-310%, 0, 0); }
}
.hmove { animation: tickerh linear 75s infinite; }
.hmove:hover { animation-play-state: paused; }

@media only screen and (max-width: 768px) {
  .hmove { animation-duration: 75s; }

  .hitem {
    font-size: unset!important;
  }
}

p.topnum {
    text-align: right;
    font-size: 20px;
    font-family: montserratultralight!important;
}
p.topadd {
    text-align: right;
    font-size: 20px;
    font-family: montserratultralight!important;
}
.footerwidgetscont {
    background-color: #2c2c2c;
}

div#ui-id-4 {
    height: auto!important;
}
div#ui-id-2 {
    height: auto!important;
}
div#ui-id-6 {
    height: auto!important;
}
div#ui-id-8 {
    height: auto!important;
}
div#ui-id-10 {
    height: auto!important;
}
div#ui-id-12 {
    height: auto!important;
}
div#ui-id-14 {
    height: auto!important;
}
h3#ui-id-13 {
    font-family: geoslabmedium!important;
    font-weight: 400;
    font-size: 20px;
}
h3#ui-id-11 {
    font-family: geoslabmedium!important;
    font-weight: 400;
    font-size: 20px;
}
h3#ui-id-7 {
    font-family: geoslabmedium!important;
    font-weight: 400;
    font-size: 20px;
}
h3#ui-id-9 {
    font-family: geoslabmedium!important;
    font-weight: 400;
    font-size: 20px;
}
h3#ui-id-1 {
    font-family: geoslabmedium!important;
    font-weight: 400;
    font-size: 20px;
}
h3#ui-id-3 {
    font-family: geoslabmedium!important;
    font-weight: 400;
    font-size: 20px;
}
h3#ui-id-5 {
    font-family: geoslabmedium!important;
    font-weight: 400;
    font-size: 20px;
}
.dokumenter-contents p {
    font-family: geoslabmedium!important;
    font-weight: 400;
    font-size: 20px;
	margin: 0 auto;
}
.dokumenter-contents p a {
	text-decoration: none;
}
.dokumenter-contents p a:hover {
	text-decoration: underline!important;
	color: #ce9933!important;
}
.kontakt-map {
    margin-top: 40px;
/*    padding: 0 20px;*/
}
.fagtekster-contents {
    margin-top: 40px;
    padding: 0 20px;
}
.fagtekster-contents p {
    font-size: 24px;
}
.fagtekster-contents ul li {
    font-size: 24px!important;
}
.kontakt-map iframe {
    width: 100%;
    border-top: 10px!important;
    border-color: #d5d5d5!important;
    border-top-style: solid!important;
}
.dokumenter-contents {
    margin-top: 40px;
    padding: 0 20px;
}
.historie-contents {
    margin-top: 40px;
    padding: 0 20px;
	text-align: center;
}
.historie-contents img {
    width: 50%;
    height: auto;
	margin: 0 auto;
}
.produkt-contents {
    margin-top: 40px;
    padding: 0 20px;
	text-align: center;
}
.produkt-contents img {
    width: 50%;
    height: auto;
	margin: 0 auto;
}
.fagtekster-contents {
    width: 1200px;
    margin: 0 auto;
	padding-top: 40px;
}
/*.dokumenter-contents {
    width: 1366px;
    margin: 0 auto;
	padding-top: 40px;
}*/
.ui-state-active {
    background: #ce9933!important;
    border: 1px solid #ce9933!important;
}
.fagtekster-col2 img {
    width: 100%;
}
.fagtekster-col1 {
    float: left;
    width: 50%;
}
.fagtekster-col2 {
    float: left;
    width: 50%;
}
.dokumenter-col1 {
    float: left;
    width: 59%;
	margin-right: 1%;
}
.dokumenter-col2 {
    float: left;
    width: 39%;
    margin-left: 1%;
}
.dokumenter-col2 img {
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    padding: .475em .5em .475em .7em!important;
}
@media only screen and (max-width: 1256px) {
.fagtekster-contents {
    width: unset!important;
    margin: unset!important;
}
/*.dokumenter-contents {
    width: unset!important;
    margin: unset!important;
}*/
}
@media screen and (max-width: 768px) {
.fagtekster-col1 {
    float: unset!important;
    width: unset!important;
}
.fagtekster-col2 {
    float: unset!important;
    width: unset!important;
}
.dokumenter-col1 {
    float: unset!important;
    width: unset!important;
    margin: unset!important;
}
.dokumenter-col2 {
	padding-top: 40px;
    float: unset!important;
    width: unset!important;
    margin: unset!important;
}
}
@media only screen and (max-width: 500px) {
.historie-contents img {
    width: 100%!important;
}
.produkt-contents img {
    width: 100%!important;
}
}

.notjustshoesimg3-2 img {
    border: 3px solid #2c2c2c;
	opacity: 0.9;
}

.notjustshoesimg3-2 img:hover {
	opacity: 1!important;
    border: 3px solid #ce9933!important;
}

body {
           margin: 0;
      font-family: geoslabmedium;
}
.topbar {
   background-color: #2c2c2c;
	overflow: hidden;
	border-bottom: 5px solid #996c1f;
	display: none;
}


.primarymenusection {
  overflow: hidden;
  background-color: #996c1f;
}

.primarymenusection a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.primarymenusection a:hover {
  background-color: #ddd;
  color: black;
}

.primarymenusection a.active {
  background-color: #4CAF50;
  color: white;
}

.primarymenusection .icon {
  display: none;
}

h1.AlfredsRuleH1 {
				font-family: firasanslight;
				font-weight: bold;
				  font-size: 1.5em;
				}

h2.AlfredsRuleH2 {
				font-family: firasanslight;
				font-weight: lighter;
				  font-size: 1.1em;
				}

div.case-container {
	text-align:  center;
	font-size:   1.5em;
	font-family: calibriregular;
}

p.case-author {
    text-align: right;
    font-size:  0.75em;
    font-family: calibrilight;
}

p.case-heading {
	text-align: left;
	font-size:  1.1em;
	/* font-weight: bold; */
	font-family: calibriregular;
}

p.case-heading-stor {
	text-align: left;
	font-size:  1.2em;
	font-weight: bold;
	font-family: calibriregular;
}

p.case-bread {
    text-align: left;
    font-size:  1.1em;
    font-family: calibrilight;
}

.gemmer {
	font-size: 0.1em;
	color: #fbfbfb;
	display: none;
}

@media screen and (max-width: 768px) {
  .primarymenusection a {display: none;}
  .primarymenusection a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .primarymenusection.responsive {position: relative;}
  .primarymenusection.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .primarymenusection.responsive a {
    float: none;
    display: block;
    text-align: center;
	border-bottom: 1px solid #fff;
  }
  .primarymenusection {
    padding: 0px 0px!important;
  }

.slidetext {
    font-size: 1em!important;
    background-color: #00000090!important;
	padding: 10px 20px!important;
}
#myBtn {
    bottom: 10px!important;
    right: 10px!important;

    padding: 0px 10px!important;
}
.logosectioncol {
    width: 100%!important;
	float: unset!important;
    text-align: center!important;
	margin-bottom: 15px!important;
}
.searchbarcol {
    float: unset!important;
    width: 100%!important;
    top: unset!important;
    bottom: unset!important;
    position: unset!important;
}
img.logosectionlogo {
    width: 30%!important;
}
}
@media all and (max-width: 1117px) and (min-width: 930px) {
.searchbarcol {
    width: 30%!important;
    top: 45px!important;
}
img.logosectionlogo {
    width: 20%!important;
}
.logosectioncol {
    width: 70%!important;
}
}

@media all and (max-width: 929px) and (min-width: 769px) {
.searchbarcol {
    width: 40%!important;
    top: 35px!important;
}
img.logosectionlogo {
    width: 25%!important;
}
.logosectioncol {
    width: 60%!important;
}
}


.toprightsidecol {
   width: 40%;
	float: right;
	padding: 15px;
}
.topleftsidecol {
   width: 60%;
}

.logosectioncol {
    width: 50%;
    float: left;
}
img.logosectionlogo {
    width: 55%;
}
input.topsearch {
float: left;
    padding: 6px;
    font-size: 16px;
    border: 2px solid #f5f5f5;
    width: 70%;
	font-family: geoslabmedium!important;
	box-sizing: border-box!important;
}
.searchbarcol button {
width: 30%;
    float: right;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	font-family: geoslabmedium!important;
	background: #2c2c2c;
	color: white;
}
.logosection {
    display: flex;
}
.logosection-row {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0;
}

.toprightsidecol a {
  border-right: 1px solid #fff;
  float: left;
  display: block;
  color: white;
  padding: 0 20px;
  text-decoration: none;
  font-size: 16px;
  font-family: geoslabmedium!important;
}
.primarymenusection a {
  color: white;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 16px;
  font-family: newsgothbt!important;
}
.toprightsidecol a:hover {
  color: #996c1f;
}
.toprightsidecol a.icon:hover {
  color: #996c1f;
}
.toprightsidecol .icon {
  display: none;
}
.primarymenucont {
    background-color: #996c1f;
	border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
}
.primarymenusection {
	padding: 0px 20px;
	width: 1200px;
    margin: 0 auto;
}
a.alast {
    border: none!important;
}

@media screen and (max-width: 600px) {
  .toprightsidecol a {display: none!important;}
  .toprightsidecol a.icon {
    float: right!important;
    display: block!important;
  }
.toprightsidecol {
   width: 100%!important;
	float: unset!important;
	padding: unset!important;
}
.topleftsidecol {
   width: unset!important;
   display: none!important;
}
.toprightsidecol a {
  border-right: none!important;
  padding: 10px 20px!important;
}

}

@media screen and (max-width: 600px) {
  .toprightsidecol.responsive {position: relative!important;}
  .toprightsidecol.responsive .icon {
    position: absolute!important;
    right: 0!important;
    top: 0!important;
  }
  .toprightsidecol.responsive a {
    float: none!important;
    display: block!important;
    text-align: center!important;
  }
}

.mySlides {display: none}
img.slideimg {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
/*  max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #00000070;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slidetext {
  color: #f2f2f2;
  font-size: 1em;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  background-color: #00000070;
  font-family: geoslabmedium!important;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 3px solid #bbb;
}

.active, .dot:hover {
  background-color: #fff;
  border: 3px solid #2d2d2d;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.slidetext {font-size: 0.9em}
}

h2.meetourteam {
    font-family: robotolight!important;
    font-size: 50px;
    text-align: center;
letter-spacing: 10px;
    font-weight: normal;
	margin-bottom: 25px;
}
h2.notjustshoes {
    font-family: geoslab703mdbt!important;
    font-size: 50px;
    text-align: center;
    letter-spacing: 4px;
	margin-bottom: 0px;
}
h3.notjustshoes-sub {
	font-family: georgiaitalic!important;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}
p.notjustshoes-p {
    text-align: center;
    font-family: calibriregular!important;
    font-size: 20px;
    letter-spacing: 1px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.notjustshoessection .column {
    width: 50%;
    float: left;
}
.notjustshoessection2 .column {
    width: 50%;
    float: left;
}
.ourteamsection .column1 {
    width: 47%;
    float: left;
    margin-right: 3%;
}
.ourteamsection .column2 {
    width: 47%;
    float: left;
    margin-left: 3%;
}
.ourteamsection .column3 {
    width: 47%;
    float: left;
    margin-right: 3%;
}
.ourteamsection .column4 {
    width: 47%;
    float: left;
    margin-left: 3%;
}
.teamimg1 {
    margin: 0 20px;
	position: relative;
}
.teamimg2 {
    margin: 0 20px;
	position: relative;
}
.teamimg3 {
    margin: 0 20px;
	position: relative;
}
.notjustshoesimg1 {
    margin: 0 20px;
}
.notjustshoesimg2 {
    margin: 0 20px;
}
.notjustshoesimg3 {
    margin: 0 20px;
}
.notjustshoesimg1-2 {
    margin: 0 20px;
}
.notjustshoesimg2-2 {
    margin: 0 20px;
}
.notjustshoesimg3-2 {
    margin: 0 20px;
}
.teamimg-text h4 {
    text-align: center;
font-family: nexabold!important;
    margin: 15px 0 5px 0;
	color: black;
	font-size: 24px;
    font-weight: 600;
	letter-spacing: 1px;
}
.notjustshoesimg-text h4 {
    text-align: left;
font-family: gidoleregular!important;
	color: black;
	font-size: 30px;
    /*font-weight: 600;*/
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.notjustshoesimg-text p {
    text-align: left;
font-family: calibriregular!important;
	color: #000;
	letter-spacing: 1px;
		font-size: 22px;
		margin-bottom: 30px;
}
.notjustshoesimg-text-2 h4 {
    text-align: left;
font-family: gidoleregular!important;
	color: black;
	font-size: 30px;
    /*font-weight: 600;*/
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.notjustshoesimg-text-2 p {
    text-align: left;
font-family: calibriregular!important;
	color: #000;
	letter-spacing: 1px;
		font-size: 22px;
		margin-bottom: 40px;
}
.teamimg-text h5 {
    text-align: center;
font-family: newsgothbt!important;
margin: 10px 0 5px 0;
	color: black;
	font-size: 18px;
    font-weight: 400;
	letter-spacing: 1px;
}
.teamimg-text p {
    text-align: center;
font-family: calibriregular!important;
    margin: 0 0 15px 0;
	color: black;
	letter-spacing: 1px;
}
.teamimg-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
	width: 100%;
	background-color: #ce9933e3;
	border-bottom: 12px solid #2c2c2c;
}
.notjustshoesimg-text {
	width: 100%;
}
.notjustshoesimg-text-2 {
	width: 100%;
}
.notjustshoessection {
    width: 1080px;
    margin: 0 auto;
}
.notjustshoessection2 {
    width: 1080px;
    margin: 0 auto;
}
.footerwidgetsarea {
    margin-top: 80px;
}
.footerwidgetscont .row {
	display: flex;
	padding: 20px;
  width: 1150px;
  margin: 0 auto;
}
.footerwidgetsarea .column {
    float: left;
    width: 33.3%;
}

/*.footer1st {
    padding: 20px;
}
.footer2nd {
    padding: 20px;
}
.footer3rd {
    padding: 20px;
}
.footer4th {
    padding: 20px;
}*/

.footer1st h3 {
    color: white;
	font-family: georgiaregular!important;
	font-weight: normal;
    font-size: 26px;
	letter-spacing: 1px;
}
.footer2nd h3 {
    color: white;
	font-family: georgiaregular!important;
	font-weight: normal;
    font-size: 26px;
	letter-spacing: 1px;
	    margin-bottom: 18px;
}
.footer3rd h3 {
    color: white;
	font-family: georgiaregular!important;
	font-weight: normal;
    font-size: 26px;
	letter-spacing: 1px;
}
.footer3rd a {
    padding-bottom: 8px;
    padding-top: 8px;
	padding-right: 8px;
    color: #2c2c2c;
    font-size: 16px;
	font-family: montserratregular!important;
}
.footer4th h3 {
    color: white;
	font-family: geoslabmedium!important;
	font-weight: 400;
    font-size: 26px;
	letter-spacing: 1px;
}
.footer2nd a {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
    color: #ce9933;
    font-size: 16px;
	width: 90%;
	font-family: montserratregular!important;
}
.footer1st span {
    font-size: 16px;
	color: white;
   font-family: montserratregular!important;
   letter-spacing: 1px;
}
.footer1st p {
    line-height: 1.5em;
}
.footersection {
    background-color: #ce9933;
    padding: 30px;
}
p.footercopy {
    text-align: center;
	font-family: georgiaregular!important;
	font-size: 16px;
	margin: 0;
	color: white;
}
hr.hrseptline {
    margin: 0 20px;
    border-style: solid;
    border-bottom: 0;
    border-color: lightgrey;
}
.footer3rd h4 {
    font-size: 20px;
    color: white;
    font-family: geoslabmedium!important;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.footer3rd p {
    font-size: 16px;
    color: white;
    font-family: montserratregular!important;
    letter-spacing: 1px;
    margin-bottom: 0px;
	padding-right: 10px;
  line-height: 1.5em;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: #2c2c2c;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #fff!important;
}

#myBtn:hover {
    background-color: #996c1f!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}
button:hover {
    background-color: #ce9933!important;
}
.primarymenusection a:hover {
    padding: 20px 20px!important;
/*    border-right: none!important;*/
    background-color: #ce9933!important;
}

@media only screen and (max-width: 1366px) {
  .whatourpatientssay {
      height: 437px!important;
  }
}

@media only screen and (max-width: 1405px) {
.logosection {
    width: unset!important;
}
}
@media only screen and (max-width: 1422px) {
.primarymenusection {
    width: unset!important;
}
}
@media only screen and (max-width: 768px) {

h2.meetourteam {
    font-size: 40px!important;
    letter-spacing: 5px!important;
}
h2.notjustshoes {
    font-size: 40px!important;
    letter-spacing: 5px!important;
}
h3.notjustshoes-sub {
    font-size: 24px!important;
    letter-spacing: 1px!important;
}
}
@media only screen and (max-width: 1209px) {
.ourteamsection .column {
    width: unset!important;
    float: unset!important;
}
}
@media only screen and (max-width: 1152px) {
.footerwidgetsarea .column {
    float: unset!important;
    width: unset!important;
}
.footerwidgetscont .row {
    display: block!important;
	padding: 20px 20px 40px 20px!important;
}
}

@media all and (max-width: 1097px) and (min-width: 807px) {
  .ourteamsection .column1 {
    width: 50%!important;
  }
  .ourteamsection .column2 {
    width: 50%!important;
  }
  .ourteamsection .column3 {
    width: 50%!important;
  }
  .ourteamsection .column4 {
    width: 50%!important;
  }
}


@media only screen and (max-width: 806px) {
.notjustshoessection .column {
    width: unset!important;
    float: unset!important;
}
.notjustshoessection2 .column {
    width: unset!important;
    float: unset!important;
}
.ourteamsection .column1 {
  width: unset!important;
  float: unset!important;
  width: 100%!important;

}
.ourteamsection .column2 {
  width: unset!important;
  float: unset!important;
  width: 100%!important;
}
.ourteamsection .column3 {
  width: unset!important;
  float: unset!important;
  width: 100%!important;
}
.ourteamsection .column4 {
  margin-top: 40px;
  width: unset!important;
  float: unset!important;
  width: 100%!important;
}
.footer3videos .column {
    width: unset!important;
    float: unset!important;
}
.aboutseb-breaker {
    padding: 10px!important;
}
}

@media only screen and (max-width: 1097px) {
  .notjustshoessection {
    width: unset!important;
    margin: unset!important;
  }
  .notjustshoessection2 {
    width: unset!important;
    margin: unset!important;
  }
.ourteamsection {
  width: unset!important;
  margin: unset!important;
}
.footer3videos {
    width: unset!important;
    margin: unset!important;
}
.ourteamsection .column1 {
  margin-right: unset!important;
}
.ourteamsection .column2 {
  margin-left: unset!important;
}
.ourteamsection .column3 {
  margin-right: unset!important;
}
.ourteamsection .column4 {
  margin-left: unset!important;
}
.ourteamsection .column2 p.aboutsebp {
    margin: 20px;
}
.ourteamsection .column2 h3.aboutsebh3 {
    margin: 20px;
}
}
.firstheading {
    padding: 0 20px;
}
.secondheading {
    padding: 0 20px;
}
.notjustshoesimg1 iframe {
    width: 100%!important;
    border: none!important;
}
.notjustshoesimg2 iframe {
    width: 100%!important;
    border: none!important;
}
.notjustshoesimg3 iframe {
    width: 100%!important;
    border: none!important;
}

/* Slideshow container */
.testimonialslideshow-container {
  position: relative;
  top: 220px;
  padding: 0 40px;
}
.testimonialslideshowM-container {
  position: relative;
  top: unset!important;
  padding: 0 40px;
}

/* Slides */
.testimonialmySlides {
  display: none;
  text-align: center;
}
.testimonialmySlidesM {
  display: none;
  text-align: center;
}
/* The dot/bullet/indicator container */
.testimonialdot-container {
    text-align: center;
    top: 120px;
    position: relative;
}
.testimonialdotM-container {
    text-align: center;
    top: unset!important;
    position: relative;
}

.testimonialdot.active, .testimonialdot:hover {
    background-color: #fbf7ee;
    border: 2px solid #996c1f;
    height: 8px!important;
    width: 8px!important;
}
.testimonialdotM.active, .testimonialdotM:hover {
    background-color: #fbf7ee;
    border: 2px solid #996c1f;
    height: 8px!important;
    width: 8px!important;
}

.testimonialdot {
    border: 2px solid #996c1f;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #996c1f;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.testimonialdotM {
    border: 2px solid #996c1f;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #996c1f;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

div.patient {
    position: absolute; /* Position the background text */
    bottom: 30%; /* At the bottom. Use top:0 to append it to the top. Her bruger jeg 40% til at løfte blokken lidt op i billedet, 0 kan bruges uden enheds angivelse, andre værdier skal have en enhedsangivelse som % eller px */
    right: 0;
    /* background: rgb(0, 0, 0); */  /* Fallback color */
    /* background: rgba(0, 0, 0, 0.1); '/ /* Black background with 0.1 opacity */
    color: #000000; /* Black text */
    width: 30%;
    padding: 0 5% 0 0; /* Some padding */
}

.whatourpatientssay .column1 {
    width: 60%;
    float: left;
}
.whatourpatientssay .column2 {
    width: 40%;
    float: right;
}
.testimonialmySlides p {
    font-family: geoslabmedium!important;
    color: black!important;
    font-size: 18px;
}
.testimonialmySlidesM p {
    font-family: geoslabmedium!important;
    color: black!important;
    font-size: 18px;
}
.whatourpatientssay h3 {
    text-align: center;
    font-size: 2.2em;
    font-family: newsgothbt!important;
/*    margin-top: 10px;
    margin-bottom: 20px;*/
}
.testimonialslideshow-tabmob h3 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    font-family: 'newsgothbt';
    margin-bottom: 0;
/*    margin-top: 10px;
    margin-bottom: 20px;*/
}
.testimonialslideshowM-container {
    display: none;
}
.whatourpatientssay-tabmob {
    display: none;
}
.testimonialdotM-container {
    display: none;
}
@media all and (max-width: 1600px) and (min-width: 1367px) {
  .testimonialmySlides p {
      font-size: 22px!important;
}
.whatourpatientssay h3 {
    font-size: 36px!important;
}
}

@media only screen and (max-width: 768px) {
  img.logosectionlogo {
    width: 70%!important;
}
  .whatourpatientssay {
      display: none!important;
  }
  .testimonialslideshowM-container {
      display: block!important;
  }
  .whatourpatientssay-tabmob {
      display: block!important;
  }
  .testimonialslideshow-tabmob {
      background-color: #eddab3!important;
  }
  .testimonialdotM-container {
      display: block!important;
  }
  .footerwidgetscont .row {
    width: unset!important;
    margin: unset!important;
  }
  .notjustshoessection {
    width: unset!important;
    margin: unset!important;
  }
  .notjustshoessection2 {
    width: unset!important;
    margin: unset!important;
  }
  .footer2nd a {
    width: 100%!important;
}
  p.topnum {
    text-align: center!important;
  }
  p.topadd {
    text-align: center!important;
  }
  .testimonialslideshow-tabmob h3 {
    margin-top: 0!important;
  }
  .testimonialslideshow-tabmob {
    padding: 40px 0px!important;
}
}
@media all and (max-width: 768px) and (min-width: 700px) {
  .whatourpatientssay-tabmob {
      height: 408px!important;
  }
}
@media all and (max-width: 699px) and (min-width: 501px) {
  .whatourpatientssay-tabmob {
      height: 317px!important;
  }
}
@media only screen and (max-width: 500px) {
  .whatourpatientssay-tabmob {
      height: 263px!important;
  }
}
.ourteamsection {
    width: 980px;
    margin: 0 auto;
}
.ourteamsection .column2 h3.aboutsebh3 {
font-size: 28px;
font-family: gidoleregular;
}
.ourteamsection .column2 p.aboutsebp {
font-size: 20px;
/*text-indent: 30px;*/
text-align: justify;
font-family: calibrilight;
}
.footer3videos {
    width: 1150px;
    margin: 0 auto;
}
.footer3videos .column {
    width: 33.3%;
    float: left;
}

/*Modal Sebastian*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {/*opacity: 0.8;*/}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 40%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/*Modal Ursula*/
#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg2:hover {/*opacity: 0.8;*/}

/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content2 {
  margin: auto;
  display: block;
  width: 40%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption2 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content2, #caption2 {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close2 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content2 {
    width: 100%;
  }
}


/*Modal Davor*/
#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg3:hover {/*opacity: 0.8;*/}

/* The Modal (background) */
.modal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content3 {
  margin: auto;
  display: block;
  width: 40%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption3 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content3, #caption3 {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close3 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content1 {
    width: 70%!important;
  }
  .modal1 {
    padding-top: 80px!important;
  }
  .modal-content2 {
    width: 70%!important;
  }
  .modal2 {
    padding-top: 80px!important;
  }
  .modal-content3 {
    width: 70%!important;
  }
  .modal3 {
    padding-top: 80px!important;
  }
}
@media only screen and (max-width: 1089px){
.gallery {
  padding-bottom: 20px!important;

}
.gallery-container {
    margin-bottom: 120px!important;
}
}

.gallery {
    margin: 10px 40px;
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;

}

.gallery img {
    width: 275px;
    height: 375px;
    transition: 1s;
    padding: 40px;
}

.gallery img:hover {
    filter: drop-shadow(4px 4px 6px gray);
    transform: scale(1.1);
}

.gallery a {
    color: white;
}
@media only screen and (max-width: 1206px) {
  .gallery {
      width: unset!important;
      margin: unset!important;
  }
  .kontaktbannersect {
    width: unset!important;
    margin: unset!important;
  }
  .textandformcontent .column {
    width: unset!important;
    float: unset!important;
    padding: unset!important;
  }
  .textandformcontent {
    width: unset!important;
    margin: unset!important;
    padding: 0 20px!important;
  }
  .film1stsect{
    width: unset!important;
    margin: unset!important;
  }
  .film2ndsect{
    width: unset!important;
    margin: unset!important;
    display: none!important;
  }
  .film2ndsect-mobile{
    width: unset!important;
    margin: unset!important;
    display: unset!important;
  }
  .film3rdsect{
    width: unset!important;
    margin: unset!important;
    padding: unset!important;
  }
  .filmbotspace {
    padding-bottom: 20px!important;
}
  .film1stsect .column {
      width: unset!important;
      float: unset!important;
  }
  .film2ndsect .column {
    width: unset!important;
    float: unset!important;
  }
  .film3rdsect .column {
    width: unset!important;
    float: unset!important;
  }
  .filmboxessect {
    width: unset!important;
    margin: unset!important;
    padding-top: 80px;
  }

  .film1stsect h3 {
    padding: 0 20px!important;
    text-align: unset!important;
  }
  .film1stsect p {
    padding: 0 20px!important;
    text-align: unset!important;
  }
  .film2ndsect h3 {
    padding: 0 20px!important;
    text-align: unset!important;
  }
  .film2ndsect p {
    padding: 0 20px!important;
    text-align: unset!important;
  }
  .film2ndsect-mobile h3 {
    padding: 0 20px!important;
    text-align: unset!important;
  }
  .film2ndsect-mobile p {
    padding: 0 20px!important;
    text-align: unset!important;
  }

  .film3rdsect h3 {
    padding: 0 20px!important;
    text-align: unset!important;
  }
  .film3rdsect p {
    padding: 0 20px!important;
    text-align: unset!important;
  }

  .ourhistorysection2 {
      z-index: 2;
      position: relative;
      width: unset!important;
      margin: unset!important;
      padding: 0 20px!important;
  }
  .ourhistoryimages .row {
      margin-top: -40px!important;
  }
  .ourhistorysection4 {
    width: unset!important;
    margin: unset!important;
    padding-top: 80px;
}
.ournewssection4 {
  width: unset!important;
  margin: unset!important;
  padding: 0 20px!important;
}
.ourhistorybotimages {
  width: unset!important;
  margin: unset!important;
  }
.ourhistorysection4 .column1 {
    width: unset!important;
    float: unset!important;
    margin: unset!important;
          padding: 0 20px!important;
}
.ourhistorysection4 .column2 {
    width: unset!important;
    float: unset!important;
    margin: unset!important;
          padding: 0 20px!important;
}
.ourhistorysection4 {
    padding-top: 40px!important;
}
.produkttopgridcont {
    width: unset!important;
    margin: unset!important;
}
.prodsecondbanner {
    padding: 0!important;
    background-image: none!important;
    background-repeat: unset!important;
    background-size: unset!important;
}
img.prodsecondbannerimg {
    display: unset!important;
}
img.prodthirdbannerimg {
    display: unset!important;
}
img.gridundergrid3img {
    display: unset!important;
    border-bottom: 12px;
    border-color: #2c2c2c;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none;
}
.gridundergrid3 .row {
    display: none!important;
}
.prodsecondbanner h1 {
  color:black!important;
  font-size: 40px!important;
  padding: 0  20px!important;

}
.prodsecondbanner p {
  color:black!important;
  padding: 0 20px!important;
}
.produkttopgrid .column2 img#produkttopgridcol1img {
    margin-bottom: 6.5px!important;
}
.produkttopgrid .column2 img#produkttopgridcol2img {
    margin-top: 6.5px!important;
}
.prodthirdbanner {
    background-image: none!important;
    background-repeat: unset!important;
    background-size: unset!important;
    margin-top: 80px;
    padding: 0!important;
}
.prodthirdbanner .row {
    display: none!important;
}
.prodthirdbanner h2 {
    font-size: 30px!important;
    color: black!important;
      padding: 0 20px!important;
}
.prodthirdbanner p {
    color: black!important;
    font-size: 22px!important;
      padding: 0 20px!important;
}
.gridundergrid2 p {
  text-indent: 20px!important;
}
.gridundergrid3 {
  background-image: none!important;
  background-repeat: unset!important;
  background-size: unset!important;
  margin-top: 80px;
  padding: 0!important;
  border-bottom: none!important;
  border-style: none!important;
  border-top: none;
  border-right: none;
  border-left: none;
}
h2#prodthirdbannerh2 {
display: block!important;
}
p#prodthirdbannerp {
display: block!important;
}
h2#gridundergrid3h2 {
    display: block!important;
    margin-top: 33.2px!important;
}
p#gridundergrid3p {
    display: block!important;
}
.prodthirdbanner .row {
    display: none;
}

}
h2#prodthirdbannerh2 {
    display: none;
}
p#prodthirdbannerp {
    display: none;
}
h2#gridundergrid3h2 {
    display: none;
}
p#gridundergrid3p {
    display: none;
}
.filmboxessect {
  width: 1150px;
  margin: 0 auto;
  padding-top: 80px;
}
.kontaktbannersect {
    padding-top: 80px;
    width: 1150px;
    margin: 0 auto;
}
.textandformcontent {
    padding-top: 20px;
    width: 1150px;
    margin: 0 auto;
}
.textandformcontent .column {
    width: 50%;
    float: left;
    padding: 0px 0 60px;
}
.textandformcontent p {
font-size: 22px;
font-family: montserratlight;
}
.textandformcontent h3 {
font-size: 30px;
font-family: gidoleregular;
}
.textandformcontent h2 {
font-size: 30px;
font-family: gidoleregular;
}
input#name {
    width: -webkit-fill-available;
    padding: 10px;
    border-radius: 15px;
    background-color: white;
    font-size: 22px;
    border-style: solid;
    border-width: 0.5px;
    margin-bottom: 8px;
    font-family: gidoleregular;
}
input#name:focus {
border-radius: 10px!important;
}
input#email:focus {
border-radius: 10px!important;
}
input#subject:focus {
border-radius: 10px!important;
}
textarea#body:focus {
border-radius: 10px!important;
}
input#email {
    width: -webkit-fill-available;
    padding: 10px;
    border-radius: 15px;
    background-color: white;
    font-size: 22px;
    border-style: solid;
    border-width: 0.5px;
    margin-bottom: 8px;
    font-family: gidoleregular;
}
input#subject {
    width: -webkit-fill-available;
    padding: 10px;border-radius: 10px;
    border-radius: 15px;
    background-color: white;
    font-size: 22px;
    border-style: solid;
    border-width: 0.5px;
    margin-bottom: 8px;
    font-family: gidoleregular;
}
textarea#body {
    width: -webkit-fill-available;
    padding: 10px;
    border-radius: 15px;
    background-color: white;
    font-size: 22px;
    margin-bottom: 3px;
    font-family: gidoleregular;
}
button#formbutton {
  width: -webkit-fill-available;
  padding: 10px;
  border-radius: 15px;
  background-color: #ce9933!important;
  font-size: 26px;
  color: black!important;
  border-style: solid;
  font-family: gidoleregular;
}
body {
    background-color: #fbfbfb;
	font-size: 1em;
}
.film1stsect .column {
    width: 50%;
    float: left;
}
.film1stsect{
  width: 1150px;
  margin: 0 auto;

}
.film2ndsect .column {
    width: 50%;
    float: left;
}
.film2ndsect {
  width: 1150px;
  margin: 0 auto;
    padding-top: 80px;
}
.film3rdsect .column {
    width: 50%;
    float: left;
}
.film3rdsect {
  width: 1150px;
  margin: 0 auto;
    padding-top: 80px;
}
.film1stsect h3 {
font-size: 32px;
text-align: left;
margin-top: 0;
padding-left: 10%;
font-family: gidoleregular;
letter-spacing: 1px;
}
.film1stsect p {
font-size: 24px;
line-height: 1.5em;
text-align: justify;
text-indent: 25%;
padding-left: 10%;
font-family: calibriregular;
}
.film2ndsect h3 {
font-size: 32px;
text-align: right;
margin-top: 0;
padding-right: 10%;
font-family: gidoleregular;
letter-spacing: 1px;
}
.film2ndsect p {
font-size: 24px;
line-height: 1.5em;
text-align: justify;
text-indent: 25%;
padding-right: 10%;
font-family: calibriregular;
}
.film2ndsect-mobile h3 {
font-size: 32px;
text-align: left;
margin-top: 0;
padding-left: 10%;
font-family: gidoleregular;
letter-spacing: 1px;
}
.film2ndsect-mobile p {
font-size: 24px;
line-height: 1.5em;
text-align: justify;
text-indent: 25%;
padding-left: 10%;
font-family: calibriregular;
}

.film3rdsect h3 {
font-size: 32px;
text-align: left;
margin-top: 0;
padding-left: 10%;
font-family: gidoleregular;
letter-spacing: 1px;
}
.film3rdsect p {
font-size: 24px;
line-height: 1.5em;
text-align: justify;
text-indent: 25%;
padding-left: 10%;
font-family: calibriregular;
}

.ourhistoryimages .column1 {
  width: 32.3%;
      float: left;
      margin-right: 1%;
}
.ourhistoryimages .column2 {
  width: 32.3%;
  float: left;
  margin: 0 0.5%;
}
.ourhistoryimages .column3 {
  width: 32.3%;
      float: left;
      margin-left: 1%;
}
.ourhistoryimages .row {
    margin-top: -180px;
}
.ourhistorysection1 {
    z-index: 1;
    position: relative;
    padding-top: 80px;
}
.ourhistorysection2 {
    z-index: 2;
    position: relative;
    width: 1150px;
    margin: 0 auto;
}
.ourhistorysection4 {
    width: 1150px;
    margin: 0 auto;
    padding-top: 80px;
}
.ournewssection4 {
    width: 1150px;
    margin: 0 auto;
    padding-top: 0px;
}
.ourhistorytexts h2 {
    font-size: 50px;
    text-align: center;
    font-family: calibrilight;
}
.ourhistorytexts h3 {
    font-size: 40px;
    text-align: left;
    font-family: calibrilight;
}
.ourhistorytexts p {
    text-align: justify;
    font-size: 24px;
    font-family: calibrilight;
}
.ourhistorysection3 .column {
    width: 50%;
    float: left;
}
.ourhistorysection4 .column1 {
    width: 48.5%;
    float: left;
    margin-right: 1.5%;
}
.ourhistorysection4 .column2 {
    width: 48.5%;
    float: left;
    margin-left: 1.5%;
}
.ourhistorytexts {
    margin-bottom: 80px;
}
.ourhistorysection4 h2 {
    font-size: 50px;
    text-align: center;
    font-family: calibrilight;
}
.ourhistorysection4 p {
    text-align: justify;
    font-size: 24px;
    text-indent: 20%;
    font-family: calibrilight;
}
.ournewssection4 h2 {
    font-size: 50px;
    text-align: center;
    font-family: calibrilight;
}
.ournewssection4 p {
    text-align: justify;
    font-size: 24px;
    font-family: calibrilight;
}
.ourhistorybotimages .column1 {
  width: 32.3%;
      float: left;
      margin-right: 1%;
      padding-bottom: 60px;
}
.ourhistorybotimages .column2 {
  width: 32.3%;
  float: left;
  margin: 0 0.5%;
  padding-bottom: 60px;
}
.ourhistorybotimages .column3 {
  width: 32.3%;
      float: left;
      margin-left: 1%;
      padding-bottom: 60px;
}
.ourhistorybotimages {
    width: 1150px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.produkttopgridcont {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 60px;
}
.produkttopgrid {
  padding: 40px;
  background-color: #efefef;
}
.produkttopgrid .row {
  display: flex;
}
.produkttopgrid .column1 {
      margin-right: 2%;
      width: 57.7%;
      float: left;
}
.produkttopgrid .column2 {
      width: 38.3%;
      float: left;
      margin-left: 2%;
}

.prodsecondbanner h1 {
  font-size: 60px;
  color: white;
  text-align: center;
    font-family: gidoleregular!important;
}
.prodsecondbanner p {
  font-size: 26px;
  text-align: center;
  color: white;
  font-family: calibriregular!important;
}
.prodthirdbanner h2 {
  font-size: 40px;
  color: white;
  text-align: center;
      font-family: gidoleregular!important;
}
.prodthirdbanner p {
  font-size: 26px;
  text-align: center;
  color: white;
    font-family: calibriregular!important;
}
.prodthirdbanner .column1 {
    width: 50%;
    float: left;
}
.prodthirdbanner .column2 {
    width: 50%;
    float: right;
}
.produkttopgrid2 {
    padding: 40px;
    background-color: #efefef;
    margin-top: 80px;
}
.produkttopgrid2 .row {
  display: flex;
}
.produkttopgrid2 .column1 {
      margin-right: 2%;
      width: 31%;
      float: left;
}
.produkttopgrid2 .column2 {
      width: 65%;
      float: left;
      margin-left: 2%;
}
.gridundergrid2 p {
  font-size: 24px;
  text-align: justify;
  color: black;
  text-indent: 120px;
      font-family: calibriregular!important;
}
.gridundergrid2 h2 {
  font-size: 40px;
  text-align: center;
  color: black;
  margin-top: 0px;
        font-family: gidoleregular!important;
}
.gridundergrid2 {
    background-color: #efefef;
    padding: 0 40px 40px 40px;
    background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 125% );
}

.gridundergrid3 p {
  font-size: 26px;
  text-align: center;
  color: black;
        font-family: calibriregular!important;
}
.gridundergrid3 h2 {
  font-size: 40px;
  text-align: center;
  color: black;
  margin-top: 0px;
          font-family: gidoleregular!important;
}
.gridundergrid3 .column1 {
    width: 60%;
    float: left;
}
.gridundergrid3 .column2 {
    width: 40%;
    float: right;
}
