@charset 'UTF-8';
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://neckar-apotheke-heilbronn.de/wp-content/themes/individuell/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://neckar-apotheke-heilbronn.de/wp-content/themes/individuell/slick/fonts/slick.eot);
src: url(https://neckar-apotheke-heilbronn.de/wp-content/themes/individuell/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://neckar-apotheke-heilbronn.de/wp-content/themes/individuell/slick/fonts/slick.woff) format('woff'), url(https://neckar-apotheke-heilbronn.de/wp-content/themes/individuell/slick/fonts/slick.ttf) format('truetype'), url(https://neckar-apotheke-heilbronn.de/wp-content/themes/individuell/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}*{
margin: 0;
padding: 0;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
}
html, body {
height:100%;
}
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body{
line-height: 1.8rem;
font-size:16px;
color:#333;
}
body,textarea{
font-family:'Alegreya Sans', Verdana, Geneva, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
line-height: 1.3em;
font-family: 'Alegreya Sans', serif;
color:#0075bc;
font-weight:400;
text-transform: uppercase;
letter-spacing: 2px;
}
#datenschutz h2{
display: block;
}
.mapsframe{
width: 100% !important;
}
.oezeiten{
width: 450px;
}
a{
text-decoration:none;
color: #0075bc;
}
b, strong{
color:#0075bc;
font-weight: 700;
}
img{
border:0px;
max-width:100%;
}
menu,
ol,
ul {
padding: 0 0 0 40px;
}
iframe{
border:0px;
}
.pr50{
padding-right: 50px;
}
.j{
text-align: justify;
}
.bgcolor{
background-color: rgba(206,206,206,0.25);
}
hr{
border:none;
background-color:#dadada;
height: 3px;
}
.map {
width: 100%;
height: 450px;
}
.slick-prev::before, .slick-next::before {
color: rgba(178,25,23,1) !important;
} .pos, .wrap{
position:relative;
}
.ovhi{
overflow: hidden;
}
.pos{
width:100%;	
}
.wrap{
width:1200px;
margin: 0 auto;
}
#Vorbestellung .wrap{
width: 100% !important;
}
#Angebote img{
width: 600px;
}
#Angebote .spalte1{
text-align: center;
}
#kontaktformular .spalte1{
width: 80%;
margin: 0 auto;
}
.spalte2, .spalte3, .spalte14, .spalte34, .spalte13, .spalte23{
float:left;
position:relative;
}
.spaltenbox.keinabstand .spalte2{
width:50%;
}
.spaltenbox.keinabstand .spalte13{
width:33.3333%;
}
.spaltenbox.keinabstand .spalte23{
width:66.6666%;
}
.spaltenbox .spalte2{
width:48%;
}
.spaltenbox:not(.keinabstand) .spalte2:nth-child(2n +1){
margin-right:2%;
}
.spaltenbox:not(.keinabstand) .spalte2:nth-child(2n +2){
margin-left:2%;
}
.spaltenbox.keinabstand .spalte3{
width:33.3333%;
}
.spaltenbox .spalte3{
width:31.3333%;
}
.spaltenbox:not(.keinabstand) .spalte3:nth-child(3n +1){
margin-right:2%;
clear: both;
}
.spaltenbox:not(.keinabstand) .spalte3:nth-child(3n +2){
margin-left:1%;
margin-right:1%;
}
.spaltenbox:not(.keinabstand) .spalte3:nth-child(3n +3){
margin-left:2%;
}
.spaltenbox.keinabstand .spalte14{
width:25%;
}
.spaltenbox .spalte14{
width:24%;
}
.spaltenbox.keinabstand .spalte34{
width:75%;
}
.spaltenbox .spalte34{
width:74%;
}
.spaltenbox:not(.keinabstand) .spalte34:nth-child(2n +1){
margin-right:1%;
}
.spaltenbox:not(.keinabstand) .spalte34:nth-child(2n +2){
margin-left:1%;
}
.spaltenbox:not(.keinabstand) .spalte14:nth-child(2n +1){
margin-right:1%;
}
.spaltenbox:not(.keinabstand) .spalte14:nth-child(2n +2){
margin-left:1%;
}
.spalte34{
}
.spaltenbox:not(.keinabstand) .spalte13{
width:32%;
margin-right:2%;
}
.spaltenbox:not(.keinabstand) .spalte23{
width:64%;
margin-right:2%;
}
.spaltenbox:not(.keinabstand) .spalte13:nth-last-child(2),
.spaltenbox:not(.keinabstand) .spalte13:nth-child(3n),
.spaltenbox:not(.keinabstand) .spalte23:nth-last-child(2){
margin-right:0;
}
.spaltenbox .spalte13:nth-child(3n + 4){
clear:left;
}
.spalteheight{
height:350px;
}
.readtxt{
font-size:16px;
line-height:1.8em;
}
[class*="openclose_"]:not(#menu){
height:0;
overflow:hidden;
}
[class*="openclose_"].openclose_tabmenu{
width:0;
float:left;
overflow:hidden;
}
[class*="openclose_"].openclose_tabmenu.divopen{
height:auto !important;
}
.plus{
background: rgba(71,7,22, 0);
border: 1px solid #470716;
cursor: pointer;
display: block;
padding: 0 30px;
position: relative;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
margin-bottom:20px;
}
.plus.klickopen, .plus:hover {
background: #f3f4f6;
}
.plus:after {
content: "+";
display: block;
font-size: 24px;
height: 20px;
position: absolute;
right: 10px;
top: 10px;
width: 20px;
}
.plus.klickopen:after {
content: "-";
font-size: 30px;
top: 7px;
}
.scrollbtn,
.klickbtn{
cursor:pointer;
}
.spalte ul, .spalte2 ul, .spalte3 ul, .spalte23 ul, .spalte14 ul
{
list-style-type: none;
padding: 0 0 0 20px;
}
.spalte:not(.datenschutz) li::before, .spalte2:not(.angebote) li::before, .spalte3 li::before, .spalte23:not(.angebote) li::before, .spalte14 li::before, .spalte3:not(.app) li::before{
content: "";
background-color: #999999;
border-radius: 3px;
display: block;
height: 3px;
left: -15px;
position: relative;
top: 16px;
width: 3px;
}
#content {
margin-bottom: 150px;
} .white{
color: white;
}
.l{ text-align:left;}
.c{ text-align:center;}
.r{ text-align:right;}
.j{ text-align:justify;}
.bl{position:relative;float:left;margin:0 10px 5px 0;}
.br{position:relative;float:right;margin:0 0 5px 10px;}
.nb{white-space:nowrap}
.maxh{height:100%;}
.color{color:#999999;}
.bcolor{background:#999999;}
.bcolorw{background:#fff;}
.colorw{color:#fff;}
.colorw a{color:#fff;}
.gruen{color:#43a13b;}
.transition{-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;}
.clear{clear:both;}
.list li{margin-bottom:20px;}
.w80{width:80px;display:inline-block;}
.w120{width:120px;display:inline-block;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt22{margin-top:22px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mb0{margin-bottom:0px !important;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml40{margin-left:40px;}
.ml60{margin-left:60px;}
.mr0{margin-right:0px!important;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}
.mr60{margin-right:60px;}
.p10{padding:10px;}
.p20{padding:20px;}
.p40{padding:40px;}
.p50{padding:50px;}
.pt20{padding-top:20px;}
.pl20{padding-left:20px;}
.pr20{padding-right:20px;}
.pb20{padding-bottom:20px;}
.pr40{padding-right:40px;}
.pl40{padding-left:40px;}
.pt0{padding-top:0px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}
.pt80{padding-top:80px;}
.pb80{padding-bottom:80px;}
.pb0{padding-bottom:0;}
.flr{float:right;}
.fll{float:left;}
.di{display:inline;}
.dib{display:inline-block;}
.db{display:block;}
.hide{display:none;}
.bb1{border-bottom:1px solid #999999;}
.b1{border:1px solid #999999;}
.s12{font-size:12px;}
.s14{font-size:14px;}
.s16{font-size:16px;}
.s18{font-size:18px;}
.s20{font-size:20px;}
.s24{font-size:24px;}
.lh0{line-height:0;}
.vam{vertical-align:middle;}
.noto{font-family: 'Open Sans', serif;}
.kontaktzeileoben{
letter-spacing: 3px;
color: #fff;
}
.socialicon{
width: 22px;
margin-right: 10px;
margin-top: -3px;
}
.oeffnungsicon{
width: 22px;
margin-right: 10px;
margin-bottom: -6px;
}
.telefonicon{
width: 32px;
margin-right: 10px;
margin-bottom: -12px;
}
.reservierenbox{
width: 180px;
}
.reservierenbox a{
color: #fff;
display: block;
padding:10px 15px;
text-transform: uppercase;
background-color: #0075bc;
line-height: 1.4rem;
} #mantel{
position:absolute;
width:100%;
min-height:100%;
}
#mantel_innen{
position:relative;
float:left;
width:100%;
}
#header1 {
padding: 40px 0 40px 0;
}
.telefon a{
color:#fff
}
.absolute{
position: fixed;
z-index: 99;
top: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.verlauf{ background: -moz-linear-gradient(top,  #818181dc  20%, rgba(178,25,23,0) 70%); background: -webkit-linear-gradient(top,  #818181dc  20%, rgba(178,25,23,0) 70%); background: linear-gradient(to bottom,  #818181dc  20% ,rgba(178,25,23,0) 70%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
#logobox {
line-height: 0;
width: 200px;
}
.kastenlinks {
position: absolute;
width: 100%;
bottom: 100px;
z-index: 99;
}
.partnerapo {
width: 340px;
}
.partnerapo a {
display: block;
line-height: 0;
float: left;
width: 170px;
}
.partnerapo span{
background-color: #0075bc;
letter-spacing: 2px;
text-align: center;
color: #fff;
text-transform: uppercase;
display: block;
padding: 5px 0px;
}
.lage{
line-height: 1.2rem !important;
padding: 10px 16px;
text-align: left;
color: #fff;
display: block;
text-transform: uppercase;
background-color: #0075bc;
line-height: 0;
letter-spacing: 2px;
}
.partnerapotheke {
background-color: #fff;
padding: 10px 15px;
}
.fixheader #logo{
width:67px;
}
.verlauf.fixheader{
background: #0075bc;
}
.fixheader#header1 {
padding: 10px 0 10px 0;
}
.fixheader .reservierenbox a{
background-color: #fff;
color:#0075bc
}
.fixheader .lage{
display: none;
} #kontaktleiste .icon,
#desktopkontakt .icon{
width:25PX;
fill:#fff;
vertical-align:middle;
margin-right:5px;
}
#kontaktleiste{
padding:10px 85px;
display:none;
}
#kontaktleiste a{
margin-right:19px;
display:inline-block;
}
#kontaktleiste .h2 a {
margin-right: 0px;
}
#kontaktleiste .h2{
font-size:16px;
}
.whitebox {
background-color: #fff;
padding: 15px;
margin: 2%;
float:left;
width: 46%;
}
.cvertikal {
display: flex;
align-items: center;
} #footer{
height:350px;
width:100%;
bottom:0px;
font-size:14px;
background-attachment: scroll;
background-size: auto;
color:#fff;
background-color: #0075bc;
padding: 20px 0;
}
.footerlogo{
width: 200px;
}
#footer a{
color:#fff;
}
#footer .bordertop{
border-top: 1px solid #fff;
margin-top: 50px;
}
#footer .bordertop div{
margin-top: 15px;
}
.headline1 {
padding: 10px 15px;
border: 1px solid #0075bc;
color: #0075bc;
display: inline-block;
font-size: 18px;
letter-spacing: 1px;
}
.headline1 h3{
color: #0075bc;
}
.leistungen .mittig{
margin-bottom: 0 !important;
}
.leistungen1 img{
object-fit: cover;
width: 100%;
height: 550px;
object-position: 50% 100%;
}
.leistungen2 {
background: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/leistungen/medikationsmanagement.jpg) no-repeat center center,rgba(255, 255, 255, 0.5);
background-size: auto, auto;
background-size: cover;
height: 550px;
}
.leistungen3 {
background: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/leistungen/kosmetik.jpg) no-repeat center center,rgba(255, 255, 255, 0.5);
background-size: auto, auto;
background-size: cover;
height: 550px;
}
.leistungen4 {
background: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/leistungen/abholfaecher.jpg) no-repeat center center,rgba(255, 255, 255, 0.5);
background-size: auto, auto;
background-size: cover;
height: 550px;
}
.leistungen5 {
background: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/leistungen/verleih.jpg) no-repeat center center,rgba(255, 255, 255, 0.5);
background-size: auto, auto;
background-size: cover;
height: 550px;
}
.leistungen6 {
background: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/leistungen/kompression.jpg) no-repeat center center,rgba(255, 255, 255, 0.5);
background-size: auto, auto;
background-size: cover;
height: 550px;
} #menu{
position:fixed;
z-index:999;
width: 400px;
overflow:hidden;
height:100%;
margin-left: 0;
margin-top: 0;
background-color: #cecece;
right: 0;
top:0;
}
#menu ul {
padding-left:0px;
padding-top: 100px;
padding-bottom: 40px;
background-color:#cecece;
}
#menu li,
#menu li a {
display: block;
text-align:left;
margin:0;
width: 100% !important;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;
background-color: #484848;
}
#menu li a {
padding: 20px 20px 20px 65px;
border-bottom: 2px solid #cecece;
}
#menu li a:hover{
background-color: #0075bc !important;
border-top:2px solid #0075bc;
border-bottom:2px solid #0075bc;
}
#menu ul li::before{
content: "";
float: left;
margin-left: 15px;
margin-top: 15px;
clear: both;
width: 35px;
height: 45px;
background-repeat: no-repeat;
}
.mp1::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/home.png);
background-size: 100% auto;
}
.mp2::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/impressionen.png);
background-size: 100% auto;
}
.mp3::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/aktuelles.png);
background-size: 100% auto;
}
.mp4::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/serviceleistungen.png);
background-size: 100% auto;
}
.mp5::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/team.png);
background-size: 100% auto;
}
.mp6::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/beratungsclips.png);
background-size: 100% auto;
}
.mp7::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/news.png);
background-size: 100% auto;
}
.mp8::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/notdienst.png);
background-size: 100% auto;
}
.mp9::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/karriere.png);
background-size: 100% auto;
}
.mp10::before{
background-image: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/menu/kontakt.png);
background-size: 100% auto;
}
#mobil_menu {
position: relative;
display: inline-block;
width: 22px;
height: 22px;
margin: 9px 20px 9px 0;
vertical-align: middle;
}
#mobil_menu.klickopen .mobil_menu2{
opacity: 0;
}
#menu #mobil_menu {
margin-top: 33px;
margin-left: 22px;
}
#mobil_menu span {
background: #fff;
display: block;
height: 2px;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-ms-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
width: 22px;
position: absolute;
}
.line1 {
top: 2px;
}
.line2 {
top: 10px;
}
.line3 {
top: 18px;
}
.line4 {
top: 24px;
opacity: 0;
}
#mobil_menu:hover:not(.klickopen) .line1 {
opacity: 0;
top: -2px;
}
#mobil_menu:hover:not(.klickopen) .line2 {
top: 2px;
}
#mobil_menu:hover:not(.klickopen) .line3 {
top: 10px;
}
#mobil_menu:hover:not(.klickopen) .line4 {
top: 18px;
opacity: 1;
}
#mobil_menu.klickopen .line1, 
#mobil_menu.klickopen .line4 {
opacity: 0;
}
#mobil_menu.klickopen .line1, 
#mobil_menu.klickopen .line2 {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
#mobil_menu.klickopen .line3, 
#mobil_menu.klickopen .line4 {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
#mobil_menu.klickopen .line2, 
#mobil_menu.klickopen .line3 {
top: 10px;
}
#menu ul ul {
display: block;
position: relative;
background: none;
min-width: 100%;
right: auto;
left: auto;
top: auto;
}
#menu ul ul li {
padding-left:40px;
}
#menu ul ul {
padding-top: 0;
}
#menu ul ul li a.on, #menu ul ul li a:hover {
background-color: transparent;
color: #000;
}
.burger-menu {
cursor: pointer;
border: none;
background: transparent;
display: flex;
flex-direction: column;
justify-content: space-around;
width: 40px;
height: 30px;
z-index: 9999999999;
position: relative;
}
.burger-menu.active {
color: #33333300;
}
.burger-menu span {
display: block;
height: 3px;
width: 100%;
background: #fff;
border-radius: 10px;
transition: all 0.3s ease;
}
.burger-menu.active span:nth-child(1) {
transform: translateY(12px) rotate(45deg);
}
.burger-menu.active span:nth-child(2) {
opacity: 0;
}
.burger-menu.active span:nth-child(3) {
transform: translateY(4px) rotate(-45deg);
}
button {
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;
}
#footer ul li{
list-style:none;
display:inline-block;
margin-left:0px;
position:relative;
}  @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 100;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 100;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100italic.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100italic.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100italic.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100italic.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100italic.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-100italic.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 300;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 300;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300italic.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300italic.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300italic.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300italic.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300italic.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-300italic.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-regular.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-regular.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-regular.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-regular.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-regular.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-regular.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 400;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-italic.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-italic.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-italic.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-italic.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-italic.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-italic.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 500;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 500;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500italic.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500italic.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500italic.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500italic.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500italic.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-500italic.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 700;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 700;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700italic.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700italic.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700italic.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700italic.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700italic.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-700italic.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 800;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 800;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800italic.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800italic.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800italic.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800italic.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800italic.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-800italic.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 900;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900.svg#AlegreyaSans) format('svg'); } @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 900;
src: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900italic.eot); src: local(''),
url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900italic.eot?#iefix) format('embedded-opentype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900italic.woff2) format('woff2'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900italic.woff) format('woff'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900italic.ttf) format('truetype'), url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/fonts/alegreya-sans-v21-latin-900italic.svg#AlegreyaSans) format('svg'); } .tabmenue > div{
display:inline-block;
}
.tabmenue > div:not(:last-child){
margin-right:18px;
}
[id*="tabmenu_"]:not(.klickopen){
color:#666;
}
.openclose_kontakt > div,
.openclose_aktuelles > div{
background:#fff;
border:1px solid #999999;
padding:40px;
}
#beratungsclipsiframe{
margin:0 auto;
width:100%;
max-width:575px;
display:block;
height:550px;
}
#reservierungsiframe{
width:100%;
display:block;
height:820px;
}
.bgw{
background:rgba(255,255,255,.5);
}
.mittig{
margin: 0 auto 40px auto !important;
float: none;
clear: both;
}
.datenschutz h1{
display:none;
}
.button {
display: inline-block;
background: #0075bc;
padding: 5px 10px;
color: #fff;
} input, textarea{
background:rgba(206,206,206,0.25);
padding:16px;
color:#333;
font-size:14px;
width:100%;
border:0;
}
input[type="checkbox"]{
width:auto;
}
input[type="submit"]{
margin: 30px 0 0 0;
clear:both;
float: right;
width:auto;
display:inline-block;
background:#0075bc;
color:#fff !important;
padding:10px 30px 10px 30px;
text-transform:uppercase;
overflow:hidden;
font-weight:500;
letter-spacing: 1px;
cursor: pointer;
font-family: 'Alegreya Sans', Verdana, Geneva, sans-serif;
}
textarea{
height:100px;
}
.info{
text-align:right;
margin: 20px 0 0 0;
font-size:12px;
width:100%;
color:#999;
}
.formtext{
width:48%;
float:left;
margin-bottom:20px;
}
.mr4,
.formbox .formtext:nth-child(2n + 1){
margin-right:4%;
} .news{
margin-bottom: 30px;
clear: both;
}
.news_bild{
float: right;	
width:300px;
margin: 0 0 10px 35px;
font-style: italic;
font-size:.8em;
line-height: 1rem;
}
.news_ueberschrift{
padding:0 0 0 0;
font-size:1.3em;
font-weight: 700;
color:#0075bc;
}
.news_headline, #news_ueberschrift{
font-size:20px !important;
color: #0075bc;
font-weight: 400;
padding: 10px 0px;
margin-top: 20px;
}
.news_content{
text-align:justify;
}
.news_author{
font-style: italic;
font-size:.8em;
}
.news_content .bodytext b{
display:block;
line-height:4em;
}
.ApothekenNotdienstCSSTabellenUeberschrift{
background-color: rgba(178, 25, 23, 0.05) !important;
padding: 20px 0;
} .teamposition{
width: 30px !important;
height: 30px;
display: inline-block !important;
margin-right: 5px;
margin-bottom: -5px;
}
.slider-description2 img{
width: 40px !important;
display: inline-block !important;
margin-right: 5px;
}
.spalteslider{
width:80%
}
.spalteslider2{
width:40%
}
.slide{
background:url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/header-neckar.jpg) no-repeat center center;
background-attachment: fixed;
background-size:100% auto;
height:850px;
background-color: #0075bc;
}
.slide {
position: relative;
height: 850px;
background-color: #fff;
overflow: hidden;
background-size: 100% auto;
}
.slide::before,
.slide::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: 100% auto;
background-position: center center;
transition: opacity 2s ease-in-out;
}
.slide::before {
background: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/header-neckar.jpg) no-repeat center center;
animation: fadeSliderBefore 10s infinite;
z-index: 1;
opacity: 1;
background-size: 100% auto;
}
.slide::after {
background: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/header-neckar2.jpg) no-repeat center center;
animation: fadeSliderAfter 10s infinite;
z-index: 2;
opacity: 0;
background-size: 100% auto;
}
@keyframes fadeSliderBefore {
0%, 45% {
opacity: 1;
}
55%, 100% {
opacity: 0;
}
}
@keyframes fadeSliderAfter {
0%, 45% {
opacity: 0;
}
55%, 100% {
opacity: 1;
}
}
.team{
display: none;
}
.slidertext{
color:#fff;
background-color:rgba(0, 117, 188, 0.75);
padding: 20px;
width: 100%;
position: absolute;
font-size: 15px;
line-height: 1.3rem;
bottom: 0px;
z-index: 9;
}
.slidertext a{
color:#fff;
} .slider-nav .slick-track{
background-color: #0075bc;
} 
.slider-nav img{
opacity:0.6;
-webkit-transition: all 0.5s ease;
-moz-transition: all  0.5s ease;
-ms-transition: all  0.5s ease;
-o-transition: all  0.5s ease;
transition: all  0.5s ease;
}
.slider-nav .slick-slide {
border: 1px solid #fff;
}
.slider-nav .slick-current img, .slider-nav .slick-track img:hover{
opacity:1;
-webkit-transition: all  0.5s ease;
-moz-transition: all  0.5s ease;
-ms-transition: all  0.5s ease;
-o-transition: all  0.5s ease;
transition: all  0.5s ease;
}
.slider-description {
display: inline-block;
color: #0075bc;
position: absolute;
top: 30px;
right: 30px;
font-size: 22px;
text-align: right;
background-color: rgba(255, 255, 255, 0.65);
padding: 10px 30px;
}
.slick-slide img {
display: block;
width: 100%;
}
.slider-description h4{
font-size: 28px;
}
.slider-description2 {
display: inline-block;
color: #fff;
position: absolute;
bottom: 30px;
left: 0px;
background-color: rgba(0, 117, 188,0.8);
padding: 10px 30px;
}
.slick-prev::before, .slick-next::before {
font-size: 30px;
color: #fff !important;
}
.slick-prev {
left: 20px;
opacity: 1;
z-index: 1;
}
.slick-next {
right: 20px;
opacity: 1;
z-index: 1;
}
.prlx {
height: 500px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position:relative;
}
.parallax1 {
background: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/0079_adler_apotheke_heilbronn.jpg) no-repeat center center;
background-size: 100% auto;
background-attachment: fixed;
height: 500px;
}
.parallax2 {
background: url(//neckar-apotheke-heilbronn.de/wp-content/themes/individuell/bilder/parallax-aktuelles.jpg) no-repeat center center;
background-size: 100% auto;
background-attachment: fixed;
height: 500px;
}
.border-left{
border-left: 1px solid #dadada;
}
.accordion {
cursor: pointer;
padding: 18px 18px 5px 18px;
width: 100%;
border: none;
border-bottom: 1px solid #dadada;
transition: 0.4s;
margin-bottom: 20px;
outline: none;
text-align: left;
background: none;
font-size: 18px;
color:#727272
}
.active, .accordion:hover {
color:#000
}
.accordion:after {
content: '\002B';
color: #931913;
font-weight: bolder;
float: right;
margin-left: 5px;
font-size: 30px;
}
.active:after {
content: "\2212";
}
.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.kontaktbox1 {
line-height: 2.2rem;
}
.kontaktbox1 img{
margin-bottom: -9px;
margin-right:5px;
} #heilpflanzenlexikon{
width: 90%;
height: 700px;
} .weiterlesen{
padding: 5px 15px;
background-color: #cecece;
color: #fff;
margin-top: 10px;
margin-bottom: 10px;
display: inline-block;
}
.weiterlesen:hover{
background-color: #242424;
} #arrowup.showup {
right: 50px;
}
#arrowup {
position: fixed;
bottom: 50px;
right: -150px;
color: #f5f5f5;
background: #0075bc;
padding: 5px;
cursor: pointer;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
z-index: 99;
font-size: 24px;
width: 40px;
height: 40px;
text-align: center;
} @media (min-width: 481px) {
.show480{
display:none;
}
}
@media (min-width: 781px) {
.show780{
display:none;
}	
}
@media (min-width: 981px) {
.show980{
display:none;
}
}
@media (min-width: 1281px) {
.show1200{
display:none;
}
}
@media (max-width: 1420px) {
.wrap{
width:1140px;
}
.slide {
height: 750px;
}
#menu {
width: 280px
}
#menu li a {
padding: 18px 20px 18px 65px;
}
}
@media (max-width: 1280px) {
.hide1200{
display:none
}
.wrap{
width:930px;
}
.spaltenbox.keinabstand .spalte23 {
width: 62.6666%;
}
.spaltenbox.keinabstand .spalte13 {
width: 37.3333%;
}
.spaltenbox.keinabstand .spalte13.p40 {
padding-bottom:0;
}
.spaltenbox.keinabstand .spalte34 {
width: 66.6666%;
}
.spaltenbox.keinabstand .spalte14 {
width: 33.3333%;
}
#reservierungsiframe{
height:1020px;
}
.slide {
height: 650px;
}
.slidertext {
font-size: 14px;
}
.slidertext .mr20 {
margin-right: 10px;
}
#menu {
width: 250px;
overflow-y: scroll;
}
#menu li a {
padding: 12px 8px 12px 45px;
}
#menu ul li::before {
margin-left: 8px;
margin-top: 7px;
width: 28px;
height: 35px;
}
#menu li, #menu li a {
letter-spacing: 2px;
}
.parallax2 .spalte2{
width: 60%;
}
.spaltenbox .spalte2 {
margin-bottom: 50px;
}
#arrowup.showup {
right: 10px;
}
.spalteslider2{
width:70%
}
.spaltenbox.keinabstand.leistungen .spalte2.mittig{
width: 75%;
}
.spaltenbox.keinabstand.leistungen .spalte2 {
margin-bottom: 0;
}
.leistungen1, .leistungen2, .leistungen3, .leistungen4, .leistungen5, .leistungen6, .leistungen7, .leistungen8, .leistungen1 img{
height: 420px;
}
.heilpflanzen.keinabstand .spalte23 {
width: 100%;
}
.slider-description h4 {
font-size: 26px;
}
.slider-description {
font-size: 16px;
}
#logobox, .partnerapo {
width: 170px;
}
.partnerapo img {
padding:10px 30px;
}
.lage {
padding: 5px 8px;
}
.partnerapo {
width: 300px;
}
.partnerapo img {
padding: 10px 15px;
}
.partnerapo a {
width: 150px;
}
}
@media (max-width: 980px) {
.oezeiten{
width: auto;
display: inline;
}
.hide980{
display:none
}
.wrap{
width:740px;
}
.spaltenbox.mb40 [class*="spalte"]{
margin-bottom:0;
}
.openclose_tabmenu .spalte23{
width:100%;
position:relative;
}
.openclose_tabmenu .spalte13{
width:100%;
}
.spaltenbox:not(.keinabstand) .spalte13.leistungspunkt{
width:48%;
}
.spaltenbox:not(.keinabstand) .spalte13:nth-child(3n).leistungspunkt{
margin-right: 2%;
}
.spaltenbox:not(.keinabstand) .spalte13:nth-child(2n).leistungspunkt{
margin-left: 2%;
margin-right: 0;
}
.spaltenbox .spalte13:nth-child(3n+4).leistungspunkt {
clear: right;
}
.spaltenbox .spalte13:nth-child(2n+3).leistungspunkt {
clear: left;
}
.spaltenbox .spalte23,
.spaltenbox .spalte13{
margin-right:0 !important;
margin-left:0 !important;
width:100% !important;
}
.spaltenbox .spalte23:not(:nth-last-child(2)),
.spaltenbox .spalte13:not(:nth-last-child(2)){
margin-bottom:40px;
}
.formbox .formtext:nth-child(2n+1) {
margin-right: 0;
}
.formtext {
width:100%;
}
.spalteheight,
.spalteheight .s14{
font-size:14px;
}
.spalteheight{
padding:40px;
height: auto;
min-height: 270px;
}
#reservierungsiframe{
height:1090px;
}
.spalte13.r{
text-align: left;
} .spaltenbox.keinabstand .spalte3 {
width: 100%;
}
#kontaktleiste {
text-align:center;
background-color: rgba(178,25,23, 1);
padding: 10px 20px;
display:block;
}
#kontaktbox, #oeffnungszeitenbox, #formularbox{
background-color: #fff;
}
h2 {
font-size: 28px;
}
.parallax1, .parallax2,  .prlx {
background-size: cover;
background-attachment: scroll;
height: 300px;
}
.parallax2{
height: 500px;
}
.slide {
height: 650px;
background-attachment: scroll !important;
}
#header1 {
padding: 20px 0 0px 0;
}
.slidertext{
text-align: center;
line-height: 2.3rem;
padding: 10px;
}
.slidertext .fll, .slidertext .flr{
float: none;
}
.spaltenbox .spalte3{
width:100%;
margin-left:0;
margin-right:0 !important;
}
.spaltenbox .spalte3:not(.mb80){
margin-bottom:20px;
}
.spaltenbox .spalte3{
width:100% !important;
}
.spaltenbox .spalte2 {
width: 100%;
margin-right:0 !important;
margin-left:0 !important;
margin-bottom: 50px;
}
#logobox, .partnerapo  {
width: 160px;
}
.partnerapo  {
font-size: 15px;
}
.kastenlinks {
bottom: 160px;
}
.spaltenbox .p50 {
padding:30px;
}
.slidertext {
background-color: #0075bc;
}
.headline1 h3 {
font-size: 21px;
letter-spacing: 2px;
}
.headline1 {
padding: 5px 10px;
}
.spaltenbox.keinabstand.leistungen .spalte2.mittig {
width: 92%;
margin-left: 4% !important;
margin-right: 4% !important;
}
.leistungen .j{
text-align: left;
}
.leistungen1, .leistungen2, .leistungen3, .leistungen4, .leistungen5, .leistungen6, .leistungen7, .leistungen8, .leistungen1 img {
height: 360px;
}
.leistungen{
line-height: 1.6rem;
}
h1{
font-size: 28px;
}
.slider-description h4 {
font-size: 22px;
}
.slider-description{
line-height: 1.4rem;
font-size: 15px;
}
#kontaktformular .spalte1{
width: 100%;
}
.partnerapo {
width: 240px;
}
.partnerapo img {
padding: 5px 10px;
}
.partnerapo a {
width: 120px;
}
.teamposition {
width: 25px !important;
height: 25px;
margin-bottom: -3px;
}
}
@media (max-width: 780px) {
h1{
font-size: 26px;
}
.spalteslider, .spalteslider2{
width:100%
}
#news_bild, .news_bild {
float: none !important;
width: 100% !important;
margin: 0 !important;
}
.hide780{
display:none
}
.partnerapotheke{
width: 230px;
}
.wrap, .leistungen{
width:450px;
}
.leistungen{
margin: 0 auto;
}
.absolute {
position: absolute;
} .changespalten {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
.slide {
height: 550px;
}
.wrap.pt80 {
padding-top: 50px;
}
#logo {
width: 100px;
}
.parallax2 {
height: 730px;
}
.whitebox {
width: 260px;
margin: 0 auto;
margin-bottom: 0px;
margin-bottom: 15px;
float: none;
}
h2 {
font-size: 24px;
}
.spaltenbox .p50 {
padding:20px;
}
.slidertext{
position: relative;    
padding: 0;
line-height: 1.5rem;
font-size: 13px;
}
#footer{
font-size: 13px;
}
.slidertext .mr20 {
margin-right: 0;
}
.footerlogo {
width: 160px;
}
#footer .bordertop {
margin-top: 20px;
border:none;
}
#footer .bordertop2 {
border-top: 1px solid #fff;
}
.slide {
background-position-y: bottom;
}
#header1{
background-color: #0075bc;
padding: 10px 0 10px 0px;
}
.reservierenbox a{
border: 1px solid #fff;
}
.reservierenbox{
font-size: 14px;
}
.reservierenbox {
width: 160px;
}
.telefon {
text-align: left;
float: left;
margin-left: 20px;
}
.telefonicon {
margin-right: 1px;
}
.slide {
height: 500px;
position: relative;
background-color: #0075bc;
}
.team{
margin-top: -30px;
display: block;
}
#menu #mobil_menu {
margin-top: 18px;
}
#menu ul {
padding-top: 80px;
}
.cvertikal {
display: block;
}
.spaltenbox.leistungen .spalte2 {
width: 100%;
}
.leistungen1, .leistungen2, .leistungen3, .leistungen4, .leistungen5, .leistungen6, .leistungen7, .leistungen8, .leistungen1 img{
display: none;
}
.bgcolor.leistungen .mittig{
padding: 20px 0px;
}
.slider-description {
position: relative;
right: 0px;
font-size: 16px;
text-align: left;
top: 0;
margin-top: 5px;
}
.slider-description2{
padding: 5px 15px;
width: 100%;
position: relative;
bottom: auto;
margin-top: 5px;
margin-bottom: 5px;
}
.slick-prev, .slick-next{
top:25%;
}
.verlauf{
background: #0075bc;;
}
.burger-menu {
width: 30px;
height: 25px;
}
.burger-menu.active span:nth-child(3) {
transform: translateY(6px) rotate(-45deg);
}
.slide::before{
background-position: bottom center;
}
.slide::after{
background-position: bottom center;
}
}
@media (max-width: 480px) {
.hide480{
display:none
}
.wrap, .leistungen{
width:320px;
}
#header{
overflow:hidden;
}
#footer {
height: 380px;
}
#logobox {
width: 110px;
}
.reservieren{
margin-left: 5px;
margin-right: 5px;
}
.reservierenbox a {
padding: 5px 10px;
}
.reservierenbox {
width: 130px;
font-size: 14px;
}
.kontaktzeileoben {
letter-spacing: 2px;
}
.telefonicon {
margin-right: -3px;
margin-left: -13px;
}
.reservierenbox a {
padding: 5px 10px;
}
.telefon {
margin-right: 0px;
width: 180px;
margin-left: 25px;
margin-top: 12px;
}
.slide {
height: 358px;
position: relative;
}
#mobil_menu {
margin: 4px 28px 9px 0;
}
}