@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url('https://fonts.googleapis.com/css?family=Biryani:200,300,400,600,700,800,900');
/* ------------------------------------------------------------------
/* Reset
  Adapted from:
  Normalize.css - https://github.com/necolas/normalize.css/
  HTML5 Doctor Reset - html5doctor.com/html-5-reset-stylesheet/
/* ------------------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	float: none;
}

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

audio,
canvas,
video {
   display: inline-block;
}

audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden] { display: none; }

code, kbd, pre, samp {
   font-family: monospace, serif;
   font-size: 1em;
}

pre {
   white-space: pre;
   white-space: pre-wrap;
   word-wrap: break-word;
}

blockquote, q { quotes: &#8220 &#8220; }

blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

ins {
   background-color: #ff9;
   color: #000;
   text-decoration: none;
}

mark {
   background-color: #A7F4F6;
   color: #555;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
   border-bottom: 1px dotted;
   cursor: help;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

/* ------------------------------------------------------------------ */
/* Typo
/* ------------------------------------------------------------------ */

body {
	font-family: 'Biryani', sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #4C4C4C;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background-image: url(../img/global/wappen_bretagne.gif);
	background-size: contain;
	background-repeat: repeat-x;
}


h1, h2, h3, h4, h5, h6 {
	color: #925903;
	font-family: 'ardaghbold', sans-serif;
	font-weight: normal;
	text-shadow: 4px 4px 5px rgba(0,0,0,0.25);
	margin-right: 3vm;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 42px; line-height: 48px; margin-bottom: 12px;}
h2 { font-size: 30px; line-height: 42px; margin-bottom: 6px; }
h3 { font-size: 24px; line-height: 30px; margin-bottom: 12px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 6px; }
h5 { font-size: 18px; line-height: 30px; }
h6 { font-size: 14px; line-height: 30px; }


p { margin: 0 0 30px 0; }
p img { margin: 0; }
p.lead {
   font: 20px/36px 'PT Sans', sans-serif;
   margin-bottom: 18px;
   color: #9FA5AD;
}

#logo{
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'ardaghbold', sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 80px;
	text-shadow: 4px 5px 8px rgba(0,0,0,1.0);
	word-spacing: -5px;
	position: absolute;
	top: 20px;
	margin-top:14px;
}

h1.subhead {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	font-family: 'ardaghbold', sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 30px;
	color: #925903;
	position: relative;
	top: auto;
	margin-top: 30px;
}



p.zitat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 18px;
	margin-top: 10px;
}

p.fett,
span.fett{
	font-weight:700;
}


span.extrafett{
	font-weight:900;
	padding-right:0.3em;
}

span.neg_einzug {
	margin-right:0.6em;
}

p.kleingedrucktes,
p.sternchentext{
	font-size: 80%;
	line-height:1.5em	
}

p.sternchentext::before{
	content:"*";
	margin-left:-1em;
	padding-right:0.5em;
}

/* ------------------------------------------------------------------ */
/* Seitenelemente
/* ------------------------------------------------------------------ */


#topdiv {
}


#header{
	width: 50%;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#headerimg{
	width: 100%;
	/* [disabled]padding-top: 30px; */
}

#subheader{
	width: 50%;
	margin-bottom: 0px;
	margin-top: 0px;
	float: right;
}

.clearfloat{
	clear: both;
	margin:0;
	padding:0;
}

.content{
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
	background-color: #E3EEF6;
	margin-left: 2vw;
	margin-right: 2vw;
	margin-bottom: 20px;
}

.f-left{
	float: left;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
	background-color: #E3EEF6;
	margin-left: 2vw;
	margin-bottom: 20px;
	margin-right: 1vw;
}

.f-left-left{
	float: left;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #E3EEF6;
	margin-left: 1vw;
	margin-bottom: 2vw;
	margin-right: 1vw;
}
.f-right{
	float: right;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
	background-color: #E3EEF6;
	margin-left: 10px;
	margin-right: 3%;
	margin-bottom: 20px;
}
.content p{
	margin-right: 20;
	margin-left: 20;
	padding-right: 20;
	padding-left: 20;
	padding-bottom: 20;
	margin-bottom: 10px;
}

p.content_10{
	margin-right: 20;
	margin-left: 20;
	margin-bottom: 20;
	padding-right: 20;
	padding-left: 20;
	padding-bottom: 20;
	padding-top: 0px;
	margin-top: 0px;
}


p.highlight,
div.highlight {
	margin-left: -40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #F0E6D7;
	width: 75%;
	-webkit-box-shadow: 4px 4px 5px;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.25);
	background-image: -webkit-linear-gradient(235deg,rgba(236,231,200,1.00) 0%,rgba(226,199,152,1.00) 100%);
	background-image: -moz-linear-gradient(235deg,rgba(236,231,200,1.00) 0%,rgba(226,199,152,1.00) 100%);
	background-image: -o-linear-gradient(235deg,rgba(236,231,200,1.00) 0%,rgba(226,199,152,1.00) 100%);
	background-image: linear-gradient(215deg,rgba(236,231,200,1.00) 0%,rgba(226,199,152,1.00) 100%);
}

div.full{
	width: 100%;
	margin-bottom: 1em;
}

div.full ul{
	margin-bottom: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

div.full ul li{
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	text-indent: 2em;
}


div.full img.aero{
	width: 100%;
	float: left;
	padding-top: 2em;
	padding-bottom: 2em;
}

.pdf-img{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-top: -1em;
}

#pagetop {
	margin-left: 10px;
	float: right;
	border-color: transparent;
	padding-right: 0px;
	margin-top: 20px;
	font-size: medium;
	position: fixed;
  bottom: 2.25vw;
  right: 2.75vw;
}

#pagetop a {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	line-height: 1;
	text-decoration: none;
	text-rendering: auto;
	padding-left: 10px;
}

#footer{
	margin-left: 2vw;
	margin-right: 2vw;
	border-top: 1px solid #9F9F9F;
}

#footer p{
	float: left;
	font-size: 80%;
	line-height: 180%;
	padding-top: 10px;
}


#wlan {
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: right;
	position: relative;
	width: 135px;
	height: 120px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-align: right;
	margin-right: 5%;

}

.img_r {
	float: left;
	padding-right: 3vw;
	margin-left: -40px;
	max-width: 70vw;
}

.img_r img{
	max-width: 70vw;
	}

.popup-gallery{
	margin-left:-45px;
	float:left;
	padding-right: 2vw;
	}

.popup-gallery a img.th{
	height: 80px;
	}
	
/* ------------------------------------------------------------------ */
/* Preistabellen
/* ------------------------------------------------------------------ */

#preistabellen{
	float: left;
	width: 28vw;
}

#rechte_spalte{
	margin-top: 80px;
	margin-left: 30vw;
	padding-left: 2vw;
	}

.tabellenwechsel_mh,
#preistabelle_mh{
	padding: 1em;
	margin-bottom: 1em;
	background-image: -webkit-linear-gradient(235deg,rgba(236,231,200,1.00) 0%,rgba(226,199,152,1.00) 100%);
	background-image: -moz-linear-gradient(235deg,rgba(236,231,200,1.00) 0%,rgba(226,199,152,1.00) 100%);
	background-image: -o-linear-gradient(235deg,rgba(236,231,200,1.00) 0%,rgba(226,199,152,1.00) 100%);
	background-image: linear-gradient(215deg,rgba(236,231,200,1.00) 0%,rgba(226,199,152,1.00) 100%);
	-webkit-box-shadow: 4px 4px 5px;
	box-shadow: 4px 4px 5px 
	rgba(0,0,0,0.25);
	}
	
.tabellenwechsel_oh,
#preistabelle_oh{
	-webkit-box-shadow: 4px 4px 5px;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.25);
	padding: 1em;
	margin-bottom: 1em;
	background-image: -webkit-linear-gradient(238deg,rgba(212,201,163,0.37) 4.06%,rgba(255,224,179,0.68) 93.90%), url(url);
	background-image: -moz-linear-gradient(238deg,rgba(212,201,163,0.37) 4.06%,rgba(255,224,179,0.68) 93.90%), url(url);
	background-image: -o-linear-gradient(238deg,rgba(212,201,163,0.37) 4.06%,rgba(255,224,179,0.68) 93.90%), url(url);
	background-image: linear-gradient(212deg,rgba(212,201,163,0.37) 4.06%,rgba(255,224,179,0.68) 93.90%), url(url);
	}

#toggle1,
#toggle2{
	padding: 1em;
	}

#preistabelle_oh,
#preistabelle_mh{
	margin-bottom: 1em;
	width: 28vw;
	margin-right: 1vw;
	}
	
	#preise_oh table tbody tr:nth-child(even) td,
	#preise_mh table tbody tr:nth-child(even) td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
	
#preise_oh table tr td.eur_erst.kopf,
#preise_mh table tr td.eur_erst.kopf
 {
	text-align: right;
	padding-right: 0.5em;
	width: 5em;
	line-height:1.5em;
	font-weight:700;
}

#preise_oh table tr td.eur_folge.kopf,
#preise_mh table tr td.eur_folge.kopf
 {
	text-align: right;
	padding-right: 1em;
	width: 5em;
	line-height:1.5em;
	font-weight:700;
}

#preise_oh table tr td.eur_erst:after,
#preise_mh table tr td.eur_erst:after {
	content:"*"
}

#preise_oh table tr td.eur_erst.kopf:before,
#preise_oh table tr td.eur_folge.kopf:before,
#preise_mh table tr td.eur_erst.kopf:before,
#preise_mh table tr td.eur_folge.kopf:before
{
	content:""
}

#preise_oh table tr td.eur_erst:before,
#preise_oh table tr td.eur_folge:before,
#preise_mh table tr td.eur_erst:before,
#preise_mh table tr td.eur_folge:before
{
	content:"€ "
}

#preise_oh table tr td.zeitraum,
#preise_mh table tr td.zeitraum {
	text-align: left;
	padding-left:1em;
	line-height:1.5em;
	padding-top:0.6em;
	padding-bottom:0.3em;
	}

#preise_oh table tr td.eur_erst,
#preise_mh table tr td.eur_erst {
	text-align: right;
	padding-right: 0.5em;
	line-height:1.5em;
	vertical-align: bottom;
	padding-top:0.6em;
	padding-bottom:0.3em;
}

#preise_oh table tr td.eur_folge,
#preise_mh table tr td.eur_folge {
	text-align: right;
	padding-right: 1em;
	line-height:1.5em;
	vertical-align: bottom;
	padding-top:0.6em;
	padding-bottom:0.3em;
}


	
/* ------------------------------------------------------------------ */
/* Navigation
/* ------------------------------------------------------------------ */

#cssmenu {
	background-color: #925902;
	width: auto;
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	-webkit-box-shadow: 4px 4px 5px;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.25);
	background-image: -webkit-linear-gradient(3deg,rgba(140,85,1,1.00) 3.58%,rgba(173,105,2,1.00) 100%);
	background-image: -moz-linear-gradient(3deg,rgba(140,85,1,1.00) 3.58%,rgba(173,105,2,1.00) 100%);
	background-image: -o-linear-gradient(3deg,rgba(140,85,1,1.00) 3.58%,rgba(173,105,2,1.00) 100%);
	background-image: linear-gradient(87deg,rgba(140,85,1,1.00) 3.58%,rgba(173,105,2,1.00) 100%);
}

#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  font-family: 'Biryani', sans-serif;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #000000;
	letter-spacing: 0;
	display: block;
	width: 225px;
	padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
	color: #925903;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #AD854B;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #925903;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
	left: 0;
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.35);
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
	width: 225px;
	display: block;
}
#cssmenu > ul > li > ul > li {
	width: 225px;
	display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
  
#header{
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	float: none;
}


#subheader{
	width: 100%;
	margin-bottom: 0px;
	margin-top: -50px;
	float: none;
}

h1.subhead {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	font-family: 'ardaghbold', sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 30px;
	color: #FDFDFD;
	text-shadow: 2px 3px 8px rgba(0,0,0,0.75);
	position: relative;
	bottom: 10px;
}
.tabellenwechsel{
	}
#preistabellen{
	width: 45vw;
}

#preistabelle_oh,
#preistabelle_mh{
	margin-bottom: 1em;
	width: 45vw;
	margin-right: 1vw;
	}
	
#rechte_spalte{
	margin-top: 80px;
	margin-left: 47vw;
	padding-left: 2vw;
	}
}

@media (max-width: 320px){
	
	.content{
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #E3EEF6;
	margin-left: 2vw;
	margin-right: 2vw;
	margin-bottom: 20px;
}
	
	#logo{
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'ardaghbold', sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 60px;
	text-shadow: 4px 5px 8px rgba(0,0,0,1.0);
	word-spacing: -5px;
	position: absolute;
	top: 0px;
	margin-top:14px;
}

.img_r {
	float: none;
	padding-top: 20px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3vw;
	width: 80vw;
	}

.img_r img{
	max-width: 80vw;
	margin-left: -40px;
	}
	
.tabellenwechsel{
	}
	
#preistabelle_oh,
#preistabelle_mh{
	}
	
	#preistabellen{
	float: none;
	width: 100%;
	}
	
	#rechte_spalte{
	float: none;
	margin-top: 0px;
	width: 100%;
	margin-left: 0vw;
	}

	}


/*  Logo-Link  ------------------------------------------------------- */

#logo a, a:visited {
	text-decoration: none;
	outline: 0;
	color: #FFFFFF;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
#logo a:hover, a:focus {
	color: #BFAF73;
}


/*  Links  ------------------------------------------------------- */

p a::before {
	content: "\f0da";
	display: inline-block;
	font-family: 'FontAwesome';
	padding-right: 0.3em;
	font-style: normal;
	font-weight: normal;
	font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale;
}


p a, p a:visited { line-height: inherit; }

a, a:visited {
	padding:5px;
	text-decoration: none;
	font-weight:bold;
	outline: 0;
	color: #4C4C4C;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
a:hover, a:focus {
	color: #925903;
	
}
p a, p a:visited {
	line-height: inherit;
	padding-right: 0px;
}

p a.extlink::before {
	content: "\f08b";
	display: inline-block;
	font-family: 'FontAwesome';
	padding-right: 0.3em;
	font-style: normal;
	font-weight: normal;
	font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale;
}

#back a::before {
	content: "\f0d9";
	display: inline-block;
	font-family: 'FontAwesome';
	padding-right: 0.5em;
	font-style: normal;
	font-weight: normal;
	font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale;
}

.kopf {
}

.pdf_link {
	padding-top: 1em;
}
