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

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

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

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

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

@media only screen and (max-width: 960px) {
html {
    height: auto;
}
body {
    font-size: 110.1%;
}
/* Layout -------------------------------------- */
.bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	
}
	.responsbild, #rahmen .responsbild {
	display: block;
	}
	.noresponsbild, #rahmen .noresponsbild {
	display: none;
	}
	.responsbild img, #rahmen .responsbild img {
	display: block;
width: 100%;
	height: auto;
}
.bgrechts {
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#navbutton {
    display: none;
}
#navi {
    position: fixed;
    display: block;
    margin: 0 auto;
    width: 100%;
    z-index: 900;
}
#page {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    margin-bottom: 0px;
    background: #fff;
    width: 100%;
    text-align: center;
    z-index: 900;
}
#logo {
    display: block;
    position: relative;
    left: inherit;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    border: 0px solid red;
}
#logo img {
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
#header {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    border: 0px solid red;
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;/*box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);*/
}
#headerright {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0%;
    margin-right: 0px;
    border: 0px solid #000;
}
.contentwrapper:nth-child() {
	border: 0px solid red;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.contentwrapper:nth-child(even) {
	border: 0px solid red;
	background-color: #efefef;
	padding-top: 80px;
	padding-bottom: 80px;
}
.contentwrapper.start {
	margin-bottom: 40px;
	padding: 3%;
	background-color: #efefef;
}

.contentwrapper:last-child {
    padding-bottom: 40px;
}
.containerbreit {
    display: block;
    width: 96%;
    padding: 0%;
    margin: 0 auto 0 auto;
    margin-bottom: 30px;
}
.textlayer {
    display: block;
    position: relative;
    width: 100%;
    right: inherit;
    z-index: 10;
    height: auto;
    margin: 0 auto;
    min-height: inherit;
    border: 0px solid red;
}
.kopfbildstart {
    float: none;
    width: 100%;
	   min-height: 290px;
    margin-bottom: 20px;
	border: 0px solid red;
}
.textlayer.left {
    right: inherit;
    width: 100%;
    left: inherit;
    text-align: center;
    margin: 0 auto;
}
.textlayeroben {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    border: 0px solid red;
}
.textlayerunten {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    bottom: inherit;
    border: 0px solid red;
}
.textlayerinner {
    width: 90%;
    padding: 0px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.table {
    display: table;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0px;
    border-bottom: 0px solid #6c2f2a;
}
.col1-2, .col2-2 {
    display: table-cell;
    width: 50%;
    border: 0px solid red;
}
	.col-a, .col-b {
	display: block;
	position: relative;
	width: 100%;
		margin-bottom: 30px;
}
.col-a {
	float: none;
}
.col-b {
	float: none;
}
.colblock {
    display: block;
    width: 860px;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #0b7fbb;
}
.colbox1-2, .colbox2-2 {
    width: 460px;
    border: 0px solid red;
    vertical-align: bottom !important;
}
.colbox1-2 {
    float: left;
}
.colbox2-2 {
    float: right;
}
.contentrow {
    display: table-column;
    width: 100%;
}
.innerwrapper {
    display: block;
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
}
.bildbox {
    display: block;
	float: none;
    width: 100%;
    vertical-align: top;
	text-align: center;
	margin: 0 auto 0 auto;
	    padding: 3%;
}
	.bildbox img {
	display: block;
	width: 100%;
	height: auto;
		margin: 0 auto 0 auto;
		text-align: center;
}
.textbox {
    display: block;
	float: none;
    width: 100%;
    padding: 30px;
    padding-top: 1%;
    padding-right: 30;
    padding-bottom: 40px;
    vertical-align: top;
    background: #fff;
    border: 0px solid red;
}
.textboxbreit {
    display: block;
    width: 100%;
    padding: 30px;
    padding-top: 1%;
    padding-right: 30;
    padding-bottom: 20px;
    vertical-align: top;
    border: 0px solid red;
}
.mehrspaltig {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0em;
    column-gap: 0em;
}
.contentblock {
	display: block;
	margin-bottom: 40px;
}
.contentblock:nth-child(odd) {
	background-color: #fff;
	padding: 0px;
}
.contentblock:nth-child(even) {
	background-color: #efefef;
	padding: 30px;
}
	.content2wrapper:nth-child(odd) .textbox, .contentwrapper.startseite:nth-child(even) .textbox {
	background-color: #efefef;
	
}
.colbig {
    position: relative;
    float: right;
    width: 60%;
    border: 0px solid #00b0f0;
}
.colsmall {
    position: relative;
    float: left;
    width: 360px;
    border: 0px solid #00b0f0;
}
#footer {
    display: block;
    width: 100%;
    height: 450px;
    position: relative;
    bottom: inherit;
    left: inherit;
    padding-bottom: 0px;
    z-index: inherit;
    background: #fff;
}
#footernavi {
    display: block;
    width: 100%;
    position: relative;
    bottom: inherit;
    left: inherit;
    height: auto;
    line-height: 150%;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #670000;
    color: #fff;
    z-index: inherit;
    margin: 0 auto;
    text-align: center;
}
.hg1 {
    background-color: #f0f0f0; /* hellgrau */
}
.hg2 {
    background-color: #670000; /* rot */
    color: #fff;
}
.hg3 {
    background-color: #000; /* schwarz */
    color: #fff;
}
.hg4 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #efefef; /* mittelgrau */
}
.hg5 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}
.hgb1 {
    min-height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.schatten {
    box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.slides li {
    border-right: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
/* ----- Zeichenformate ---------------------------------------------*/
h1, h2 {
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
h1 {
    display: block;
    font-family: 'Lusitana', 'Open Sans', 'Helvetica', Arial, Verdana, 'sans-serif';
    font-size: 1.0em;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;/*background-color: #670000;*/
}
h1.v1 {
    border: 0;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    text-transform: none;
    line-height: 130%;
    font-size: 16px;
    font-size: 1.2em;
    text-align: left;
}
h1.rubrikheader {
    position: relative;
    display: block;
    text-align: center;
    left: inherit;
    top: inherit;
    font-size: 15px;
    font-size: 0.8em;
    width: 100%;
    padding-bottom: 20px;
    border: 0px solid red;
}
h1.box {
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #000;
    border-bottom: 0;
    font-size: 1.2em;
    margin: 0px;
    letter-spacing: 2px;
    border-left: 0px solid #000;
}
h1.box i.fa, h1.box2 i.fa {
    font-size: 2.0em;
}
h1.box2 {
    position: relative;
    display: block;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
    color: #000;
    font-size: 1.2em;
    letter-spacing: 2px;
    background-color: #efefef;
    border-bottom: 0px solid #ddd;
}
h2 {
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Lusitana', 'Open Sans', 'Helvetica', Arial, Verdana, 'sans-serif';
    font-weight: 400;
    color: #000;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 130%;
    font-size: 16px;
    font-size: 1.2em;
    text-align: left;
    letter-spacing: 1px;
}
.textbox h2:first-child {
    margin-top: 0;
    border: 0px solid red;
}
h2.marken {
    position: relative;
    font-family: 'Open Sans', 'Helvetica', Arial, Verdana, 'sans-serif';
    color: #000;
    line-height: 170%;
    font-size: 16px;
    font-size: 1.0em;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    letter-spacing: 0;
    margin-top: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    border: 0px solid red;
}
h1+h2 {
    margin-top: 0em;
}
h2:first-child {
    margin-top: 0;
    border: 0px solid red;
}
h3 {
    font-size: 16px;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 2.0em;
    margin-bottom: 0.85em;
    line-height: 150%;
}
p {
    line-height: 160%;
    margin-bottom: 0.9em;
    font-size: 15px;
    font-size: 0.8em;
    text-align: left;
}
#footernavi p {
    margin: 0;
    margin-top: 10px;
    line-height: 150%;
    text-align: center;
}
.markentext p {
    text-align: center;
}
.textbox h2 {
    display: block;
    margin-top: 30px;
    color: #fff;
    color: #000;
    font-size: 1.4em;
}
.textbox p {
    color: #fff;
    color: #000;
    font-size: 0.8em;
}
p.bild {
    line-height: 100%;
    margin: 0;
    margin-top: 0.85em;
    margin-bottom: 0.85em;
}
p#topicon {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    margin: 0;
    padding: 0px;
    line-height: 10px;
    border: 0px solid #fff;
    z-index: 900;
}
p#topicon i {
    display: inline-block;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    background-color: #551285; /*violett*/
    background-color: #009bdc; /*blau*/
    line-height: 22px;
    width: 40px;
}
#content ol {
    list-style-type: lower-alpha;
    margin-left: 10px;
    padding-left: 17px;
    margin-bottom: 0.45em;
}
#content li {
    position: relative;
    line-height: 150%;
    padding-left: 40px;
    margin-bottom: 0.45em;
    font-size: 15px;
    font-size: 0.9em;
}
a {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: #000;
    border-bottom: 0px dotted #000;
}
a:hover {
    text-decoration: underline;
    color: #999;
}
#header a {
    border-bottom: 0;
}
.textlayerunten a {
    color: #000;
}

.telresp {
    text-decoration: none;
    color: #000;
}
#footernavi a, .bewertungen a {
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
}
/* Sonderformate ------------ */
.linkbox {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}
.linkbox p, .linkbox a {
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.linkbox p:last-child {
    margin-bottom: 0;
}
.linkbox a {
    font-size: 1.2em;
}
.hlinie {
    border-top: 1px solid #999;
    margin-top: 25px;
    width: 30%;
    text-align: center;
    display: inline-block;
}
.markenlogo img {
    display: block;
    max-width: 180px;
    height: auto;
    padding-top: 20px;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
}
img.bild {
    display: block;
    width: 100%;
    height: auto;
    border: 0px solid #fff;
}
.produkte, .marken {
    margin: 0 auto;
}
.marken {
    padding-top: 80px;
    padding-bottom: 80px;
}
.markengrid {
    padding-left: 1%;
    padding-right: 1%;
    text-align: left;
    text-align: center;
}
.grid {
    width: 100% !important;
    border: 0px solid red;
    margin: 0 auto;
}
.grid-item {
    width: 48%;
    height: auto;
    padding: 1%;
    margin: 1%;
    border: 1px solid #fff;
}
.grid-item img, .marke img {
    display: block;
    width: 100%;
    height: auto;
}
.produkte .grid-item {
    background-color: #efefef;
    border: 0px solid #670000;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 3%;
}
.produkte .grid-item img {
    box-shadow: 0 0px 7px 1px rgba(0, 0, 0, 0.2);
}
.marke {
    display: inline-block;
    width: 280px;
    min-width: 280px;
    height: auto;
    padding: 0;
    margin: 1%;
    margin-right: 0;
    border: 0px solid #f0f0f0;
    box-sizing: border-box;
}
.marke:hover {
    box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.markenlink {
    display: block;
    font-size: 0.9em;
    color: #000;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 0px;
    border-top: 1px solid #efefef;
    text-decoration: none;
}
.markenlink:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-top: 1px solid #000;
}
/* Bewertungsbox ------------ */

.bewertungen {
    display: block;
    position: relative;
    width: 80%;
    background: rgba(0,0,0,10);
    padding: 20px;
    right: inherit;
    bottom: inherit;
    margin: 0 auto;
    color: #fff;
}
.bewertungen a {
    text-decoration: underline;
}
/* Startseite Slider -------- */

#slider {
    display: block;
    width: 100%;
    height: auto;
    border: 0px solid #ddd;
    margin-bottom: 15px;
    background: none;
}
#carousel {
    margin: 0 auto !important;
    padding-bottom: 20px;
}
#carousel ul.slides {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#carousel ul.slides li img {
    display: block;
    width: 100px !important;
    height: 100px !important;
    border: 0px solid #ddd;
    margin-right: 20px;
    cursor: pointer;
}
/* Sonderformate ------------------- */

#oeffnungszeiten {
    position: absolute;
    display: none;
    width: 94%;
    z-index: 950;
    top: 150px;
    right: 3%;
    padding: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background: #fff;
    color: #000;
    box-shadow: 0 0px 10px rgba(68, 80, 83, 0.8);
}
#oeffnungszeiten .bild {
    float: left;
    margin-right: 30px;
}
#oeffnungszeiten .zeiten {
    float: left;
    text-align: left;
}
#oeffnungszeiten p {
    font-size: 1.0em;
    line-height: 140%;
}
#oeffnungszeiten p.schliessen {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    font-size: 1.4em;
}
.zeiten {
    display: block;
    width: 100%;
    margin-top: 20px;
}
	/* Zusatzinfos - u.a. fuer SEO --- */
.zusatzinfos h2 {
text-align: center;
	margin-bottom: 1.5em;
}

.zusatzinfos {
padding: 20px;
	font-size: 90%;
}
.zusatzinfostext {
column-count: 1;
}
	
	.zweispaltig {
	column-count: 1;
}
#gridspezial {
	/* It is split into 3 columns */
	column-count: 1;

	/* The space between columns */
	column-gap: 0rem;
	text-align: left;
	margin-top: 30px;
}
	
	.spezialinfo h2 {
	font-size: 1.4em;
	margin-top: 1.0em;
	margin-bottom: 10px;
}
.spezialinfo article:first-child h2 {
	margin-top: 0;
}
.spezialinfo h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 10px;
}
.spezialinfo p, .spezialinfo li {
	font-size: 0.9em;
	margin: 0;
	line-height: 140%;
}
	/* Terminbuchung ------------------ */
.spezialinfo h2 {
	font-size: 1.0em;
	margin-top: 1.0em;
	margin-bottom: 10px;
}
.spezialinfo article:first-child h2 {
margin-top: 0;
}
#terminbuchung {
	margin: 0 auto;
	margin-top: -20px;
	max-width: 800px;
	background: #fff;
	padding: 10px;
	}
	
	/* Form design  */
label {
	display: block;
	border: 0px solid #AF8728;
	text-align: left;
	width: 100%;
	border-bottom: 0px solid #FFA078;
}

.form {
	display: block;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0px;
	text-align: left;
	color: #000;
	font-weight: normal;
	height: 35px !important;
	line-height: 35px;
}
.form2 {
	display: inline-block;
	font-family: 'Open Sans', 'Arial', 'Verdana', 'Helvetica', Sans-Serif;
	background-color: #670000;
	color: #fff;
	text-decoration: none;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0px;
	cursor: pointer;
	border: 0;
	font-size: 0.95em;
}
.form2:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

textarea#Nachricht {
	height: 100px !important;
}
/* offcanvas - navi einblenden --- */
#navirespons {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #670000;
    height: 35px;
    line-height: 35px;
    z-index: 980;
}
.naveins, .navzwei {
    display: block;
}
p.navaus a, p.navein a {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    background: url(../images/navi.png);
    background-repeat: no-repeat;
    background-position: center right;
	border: 0;
}
.aktiv-eins p.navein {
    display: none;
}
p.navaus {
    display: none;
}
.aktiv-eins p.navaus {
    display: block;
}
p.navaus a {
    background: url(../images/navi-aus.png);
    background-repeat: no-repeat;
    background-position: center right;
}
#navi {
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
}
.js #navi {
    position: fixed;
	display: none;
    background-color: #fff;
    right: 0;
    width: 0%;
    top: 30px;
    z-index: 0;
    border: 0px solid red;
}
.aktiv-eins #navi {
    position: absolute;
	display: block;
    margin: 0 auto;
    width: 100%;
    padding: 4%;
    z-index: 990;
    right: 0;
    top: 80px;
}
.aktiv-eins #header #logo, .aktiv-eins #header .nav3, .aktiv-eins #header #oeffnungszeiten, .aktiv-eins #rahmen, .aktiv-eins .contentwrapper1, .aktiv-eins .content2wrapper, .aktiv-eins .contentwrapper, .aktiv-eins .containerbreit, .aktiv-eins #footer, .aktiv-eins #footernavi {
    display: none;
}
	
}
