.colordummy {
    color: #4d4d4d;
    color: #0a1624;
    color: #ffffff;
    color: #d3d3d3;
    color: #ff0000;
    color: #c80102;
    
    color: #69acdf;
    color: #01935e;
    color: #ffa070;
    color: #ff5991;
    color: #ffcf70;
    color: #D7E283;
    color: #337cb1;
    color: #87bce5;
  
}	 
:root {
  --w480menuh: -56px;
  --color_bg: #fff;
  --color_bg_html: #e4e3e8;
  --color-winered: #6c1c1f;
  --color-beige: #d0ae92;
  --color-darkgrey:#0a1624;
  --color_lightblue: #69acdf;
}

a.jumpmenu, a.jumpmenu:hover,a.jumpmenu:link,a.jumpmenu:visited, a.jumpmenu:active 
{ float:left; width:auto; height:0; padding:0; margin:0 0 0 0.5em; overflow:hidden; ; color: #EFEFEF; }
a.jumpmenu:focus {  color: #333333; width:auto;height:auto;}
a.contenttop {float:right;display:none;}

.onlyprint {  display: none !important; }
.mobileonly {display:none;}
.nodisplay {display:none !important;}

.content {
    background-color: var(--color_bg);
    opacity:0.9;
    min-height:680px;
}



body {
    margin:0 !important;
    padding:0 !important;
}
html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: var(--color_bg_html);

}
@font-face {
    font-family: 'ayar';
    src: url('../fonts/ayar_juno.ttf') format('truetype');
}
input#hamburg {display:none}
label.hamburg {display: block;position: relative;background: #918f90;width: 75px;height: 48px;border-bottom: 0;}
.line {position: absolute;left:10px;height: 4px; width: 55px;background: #fff; border-radius: 2px;display: block;transition: 0.5s;transform-origin: center;}
.line:nth-child(1) {top: 12px; }
.line:nth-child(2) {top: 24px; }
.line:nth-child(3) {top: 36px; }
#hamburg:checked + .hamburg .line:nth-child(1){transform: translateY(12px) rotate(-45deg);}
#hamburg:checked + .hamburg .line:nth-child(2){opacity:0;}
#hamburg:checked + .hamburg .line:nth-child(3){transform: translateY(-12px) rotate(45deg);}

.XXXouterGrid {hidden;position:relative;width: 100%;}
.XXXinnerGrid {position: relative;transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;width: 100%;}

/* -------------------------------- 
      Primary style
      -------------------------------- */
*, *::after, *::before {
		 -webkit-box-sizing: border-box;
		 box-sizing: border-box;
	     }

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    color: #2c343b;
   /*background-color: #f2f2f2;*/
    /*    opacity:1;*/
}

a {
    color: #d44457;
    text-decoration: none;
}

img, video {
    max-width: 100%;
}

.u-row::after, .u-row::before {content: "";display: table; }
*, *::after, *::before {box-sizing: inherit; }
.u-row::after {clear: both;}
.u-row::after, .u-row::before { content: ""; display: table;}
*, *::after, *::before {box-sizing: inherit;}

.u-row {clear: both;margin-left: 4px;margin-right: 4px;}

.Base-line--bold {
   border-top: 8px solid var(--color-beige);
   border-left: 180px solid var(--color-winered);
    margin: 8px 0;
}

.Base-line--boldr {
   border-top: 8px solid var(--color-winered);
   border-left: 180px solid var(--color-beige);
    margin: 8px 0;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    display: block;
    height: 1px;
    padding: 0;
    box-sizing: content-box;
    overflow: visible;
}


.Base-theme--blue .Base-categoryHeadline {
}
.Base-categoryHeadline {
    font-size: 0.875em;
}
.Base-categoryHeadline {
    border-top: 2px solid var(--color-darkgrey);
    
    /*color: var(--color_bg);*/
    display: block;
    font-family: "FS Elliot Web",sans-serif;
    font-weight: 800;
    padding-bottom: 1em;
    padding-top: 1em;
    text-transform: uppercase;
}

.Base-ul--unstyled {
    font-family: "FS Elliot Web",sans-serif;
    font-size: 1em;
    font-weight: 400;
    list-style: outside none none;
    margin-bottom: 1em;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}
.Base-theme--blue .Base-link--unstyled {
/*    color: var(--color_bg);*/
}
.Base-link--unstyled {
    font-weight: 400;
    outline: 0 none;
    transition: color 0.25s ease 0s;
}

/* */
h1 {font-size: clamp(32px,5.5vw,48px);margin:0.1em 0;} /* 32px */
h2 {font-size: clamp(24px,4vw,36px);} /* 24px */
h3 {font-size: clamp(18px,3.5vw,32px);} /* 18.72px */
h4 {font-size: clamp(16px,2.5vw,30px);} /* 16px */
h5 {font-size: clamp(13px,1.8vw,28px);} /* 13.28px */
h6 {font-size: clamp(13px,1.5vw,24px);} /* 13.28px */

blockquote {
    position: relative;
    line-height: inherit;
    font-weight: 400;
    font-size: 16px;
    color: #313030;
    quotes: none;
    color: inherit;
    margin: 0 0 1.6rem;
    padding: 0 0 0 2.5rem;
    font-weight: 400;
    font-size: 32px;
    font-size: clamp(20px,4.5vw,28px);
    font-family: Larsseit-Bold,sans-serif;
    line-height: 1.15;
    margin:40px;
    letter-spacing: -.015em;
    border: none;
    text-align: justify;
}
blockquote::before {
    position: absolute;
    display: inline-block;
    content: '“';
    font-family: Larsseit-Bold,sans-serif;
    top: -22px;
    left: -20px;
    font-weight: 400;
    font-size: 120px;
    font-size: clamp(80px,8vw,100px);
    line-height: 1;
}
blockquote::after {content: none;}
blockquote div.blockquote_author {
    color: #969694;
    transition: .15s color ease-out;
    font-size: 19px;
    font-size: clamp(16px,2.5vw,20px);
    margin-top: 0;
    margin-bottom: .8rem;
    font-family: Larsseit-Bold,sans-serif;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
}

p {
    color: #313030;
    font-size: clamp(16px,2vw,24px);
    line-height: 1.6;
    text-align: justify;
    
}
p:first-child::first-letter {
    font-family: Larsseit-Bold, sans-serif;
    font-weight: 400;
    font-size: clamp(40px,4vw,60px);
    line-height: 1;
    float: left;
    padding-right: 10px;
    padding-left: 2px;
    text-transform: uppercase;
}



/* Farben */
.red {color:#ff0000 !important}
.blue {color:blue}
.bold {font-weight:bold}



.back-to-top {
    background: #eeeeee;
    position: fixed;
    bottom: 25px;
    right: 5px;
    padding: 1em;
    z-index: 9999;
}


@media screen and (min-width: 1px) and (max-width:1099px) {
    :root {
	--mfontsize: 1em;
	--mbgcolor: #eeeeee;
	--mbordercolor: #000000;
	--mbbackbgcolor: #ffff;
    }
    ul.sf-menu span.fwrd {display:block}
    ul.sf-menu label.fwrd {display:block}
    ul.sf-menu span.back {display:block}
    ul.sf-menu label.back {display:block}
    ul.sf-menu {}
    ul.sf-menu,ul.sf-menu ul {float:left;position: absolute;top:0}
    ul.sf-menu,ul.sf-menu ul {display:inline;padding:0;margin:0;width:100%}
    ul.sf-menu,ul.sf-menu ul {list-style-type:none;padding:0}
    
    ul.sf-menu li ul {position:absolute}
    ul.sf-menu li ul {display:none;padding:0;position:absolute;top:0;left:0}
    
    ul.sf-menu li {width:100%}
    ul.sf-menu li a {display:block;padding:20px;float:left;background-color:var(--mbgcolor);border-bottom:1px solid var(--mbordercolor)}
    ul.sf-menu li label {display:block;float:left;padding:23px;;border-bottom:1px solid var(--mbordercolor);background-color:var(--mbgcolor);border-left:2px solid var(--mbordercolor)}
    
    ul.sf-menu span.fwrd {content:'';display:block;height:12px;width:12px;border:1px solid var(--mbordercolor);border-bottom:none;border-right:none;transform: rotate(135deg);left:10px;position:relative}
    ul.sf-menu span.back {content:'';display:block;height:12px;width:12px;border:1px solid var(--mbordercolor);border-bottom:none;border-right:none;transform: rotate(-45deg);position:relative}
    ul.sf-menu p.back {padding:5px}
    ul.sf-menu label.back {background-color: var(--mbbackbgcolor);border-bottom:none}
    ul.sf-menu input.anicheck {display:none}
    ul.sf-menu input.anicheck:checked + a + label + ul {display:block}
    ul.sf-menu input.anicheck + a + label + ul {display:none}

    ul.sf-menu {display:none;}

    div.mnlimb {display:block;position:fixed;top:6px;right:0}
}

@media screen and (min-width: 1100px) {
    div.mnlimb {display:none}
    ul.sf-menu {display:block !important;margin:0 auto;}
    :root {
	--fontsize: 1em;
	--itemwidth:16%;
	--hovcolebene1: #d89c5d;
	--borbotcolebene: #242324;
	--bkground: #fefefe;
	--fontcolor: #0a1624;
	--fontshadowcolor: rgba(0,0,0,0.3);
    }
    
    .anicheck,li.back,label.fwrd {display:none;}
    .skip-link {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;}
    
    .sf-menu{border-top:none;height: 36px;z-index: 100;}
    .sf-menu, .sf-menu * {margin:0;list-style:none;}
    .sf-menu ul {position:absolute;top:-999em;}
    .sf-menu li {background: var(--bkground);background-repeat: repeat-x;clear: left;float:left;position:relative;width: 20%;text-align: center;}
    .sf-menu li:hover {background-color: var(--hovcolebene1);visibility:inherit; /* fixes IE7 'sticky bug' */}
    .sf-menu a {font-size: var(--fontsize);color:  var(--fontcolor);display:block;text-decoration: none;text-shadow: 0 1px 1px var(--fontshadowcolor);font-weight: bold;padding: 17px 0;}
    
    .sf-menu li li li a{text-indent: 4px;}
    .sf-menu li li li li a{text-indent: 6px;}
    
    .sf-menu li {clear:none;width:var(--itemwidth);border-top: 1px solid var(--bkground);border-bottom: 1px solid var(--borbotcolebene);}
    .sf-menu li li:last-child {border-bottom:none;}
    .sf-menu li li li:last-child {border-bottom:1px solid var(--borbotcolebene);}
    .sf-menu li li:nth-of-type(2) {border-top:1px solid var(--borbotcolebene);}
    
    .sf-menu li li{background: var(--bkground);background-repeat: repeat-x;clear: left;width: 100%;}
    .sf-menu li li a, .sf-menu li li li a, .sf-menu li li li li a{width: 100%;}
    .sf-menu li li a {text-indent: 2px;}
    .sf-menu li li,.sf-menu li li:hover, sf-menu li li:active{background: none;background-image: none;background-color: var(--bkground);text-align: left;text-align: center;}
    
    .sf-menu li:hover ul{background: var(--bkground);left: auto;position: absolute;top: 54px;width: 100%;z-index: 100;}
    .sf-menu li:hover ul {top:auto;position:relative;}
    
    .sf-menu li:hover li ul {position: absolute;top:-999em;}
    .sf-menu li li:hover ul {top:auto;position:relative;}
    .sf-menu li li:hover li ul {position: absolute;top:-999em;}
    .sf-menu li li li:hover ul {top:auto;position:relative;}
    .sf-menu li li:hover ul{background:var(--bkground);position:absolute;top:-1px;left:100%;}
    .sf-menu li li li:hover ul{background:var(--bkground);position:absolute;top:-1px;left:100%;}


    div.menu {background-color:white;opacity:0.9;width:100%;margin-top:60px}
}

.header .headertitle h1 {font-size:clamp(20px,5.6vw,74px);}
.header .headertitle h2 {font-size:clamp(10px,3vw,24px);}
.header .headercol1 h1 {font-size:clamp(10px,3vw,24px)}
.header .headercol2 h2 {font-size:clamp(10px,2vw,24px)}
.header .headercol3 h2 {font-size:clamp(10px,2vw,24px)}

@media screen and (min-width: 1100px)  {
    .header {background-color: var(--color_bg_html); background-position: center;position:relative;height:180px;border-radius: 0 120px 0 0;background-repeat: no-repeat;background-image:url("../gfx/bgs/header_800.jpg");}
    .header {background-position-y:0 !important;}
    .header {background-position:right;}
    .headertopnav {border-bottom: 2px solid var(--color_bg);background-color:var(--color-winered);font-weight:bold;height:36px;padding:8px;display:block;}
    .header .headertitle h1 {margin:0;color:#6c1c1f;text-shadow: 3px 3px #d0ae92;}
    .header .headertitle h2 {color:#6c1c1f;text-shadow: 2px 2px #d0ae92;margin:0}
    .header .headercol2 {text-align:right;}
    .header .headercol3 {text-align:right;}
    .header .headercol1 h1 {font-weight: 800;margin-bottom:0;margin-top:0;font-family: 'ayar';color:var(--color-winered);}
    .header .headercol2 h2 {line-height: 1.15;;margin-bottom:0;margin-top:0;font-family: 'ayar';color:#6c1c1f;text-shadow: 1px 1px #d0ae92;xxxcolor:var(--color-winered);margin-top:0.5em;xxxbackground-color:var(--color_bg_html);display:inline;margin:0}
    .header .headercol3 h2 {line-height: 1.15;;margin-bottom:0;margin-top:0;font-family: 'ayar';color:#6c1c1f;text-shadow: 1px 1px #d0ae92;xxxcolor:var(--color-winered);margin-top:0.5em;xxxbackground-color:var(--color_bg_html);display:inline;margin:0}
    .header header {background-color:#fefefe;margin-top:0.5em;position:relative;z-index:60;}
    
    footer {border-radius: 0 0 0 120px;background-color: var(--color-beige);color:black;}

    div.menu {position:absolute;top:60px;right:0;z-index:10000}
}



@media screen and (max-width: 480px) {
    .u-row {display:none;}
    
    header.header {z-index:1000;position:fixed;height:60px;background-color: var(--color_bg_html);}
    header.header .headertitle h1{margin:2px 0 4px 0;}
    header.header .headertitle h2{display:none}
    header.header .headercontact {margin-top: -5px}
    header.header .headercontact h2{font-size:12px;margin:0 0 0 8px}
    header.header .headercontact h2{font-size:12px;margin:0 0 0 8px}
    .content {padding-top:60px;}
    div.menu {position:absolute;top:60px;right:0;z-index:10000;width:100%;}
}

@media only screen and (min-width: 481px) and (max-width: 1099px) {
    .header {background-color: var(--color_bg_html); background-position: center;position:relative;height:100px;border-radius: 0 120px 0 0;background-repeat: no-repeat;background-image:url("../gfx/bgs/header_800.jpg");}
    .header {background-position-y:0 !important;}
    .header {background-position:right;}
    .headertopnav {border-bottom: 2px solid var(--color_bg);background-color:var(--color-winered);font-weight:bold;height:36px;padding:8px;display:block;}
    .header .headertitle h1 {margin:0;color:#6c1c1f;text-shadow: 3px 3px #d0ae92;}
    .header .headertitle h2 {color:#6c1c1f;text-shadow: 2px 2px #d0ae92;margin:0}
    .header .headercol2 {text-align:right;}
    .header .headercol3 {text-align:right;}
    .header .headercol1 h1 {font-weight: 800;margin-bottom:0;margin-top:0;font-family: 'ayar';color:var(--color-winered);}
    .header .headercol2 h2 {line-height: 1.15;;margin-bottom:0;margin-top:0;font-family: 'ayar';color:#6c1c1f;text-shadow: 1px 1px #d0ae92;xxxcolor:var(--color-winered);margin-top:0.5em;xxxbackground-color:var(--color_bg_html);display:inline;margin:0}
    .header .headercol3 h2 {line-height: 1.15;;margin-bottom:0;margin-top:0;font-family: 'ayar';color:#6c1c1f;text-shadow: 1px 1px #d0ae92;xxxcolor:var(--color-winered);margin-top:0.5em;xxxbackground-color:var(--color_bg_html);display:inline;margin:0}
    .header header {background-color:#fefefe;margin-top:0.5em;position:relative;z-index:60;}

    div.menu {position:absolute;top:104px;right:0;z-index:10000;width:40%;}
    .header .headercontact {padding-top:10px;}
}

@media only screen and (min-width: 1280px) {
    XXXhtml {
	XXXbackground: url(../gfx/bg/bg1600/bg_nordsee_kutter.jpg) no-repeat center center fixed !important;
    }
    .header {background-image:url("../gfx/bgs/header_1600.jpg") !important;}/*../gfx/Logo_DelphinApotheke640.png*/
    .header .headercontact {padding-top:10px;}
}
@media only screen and (min-width: 1500px) {
}

@media only screen and (min-width: 1600px) {

}
@media only screen and (min-width:481px) and (max-width: 760px) {
    .headertitle {width:60% !important;text-align:left;float:left;}
    .headercontact {width:30% !important;float:left;clear:none !important;}
}
@media only screen and (min-width:481px) and (max-width: 1024px) {
    label.hamburg {top:50px;right:20px;}
    div.menu {position:absolute;top:104px;right:20px;z-index:10000}
}
@media only screen and (min-width: 1025px) {
    label.hamburg {top:50px;right:50px;}
}


