@import url('https://fonts.googleapis.com/css?family=Satisfy');

@font-face {
    font-family: 'apple_chancery';
    src: url('fonts/apple_chancery-webfont.eot');
    src: url('fonts/apple_chancery-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apple_chancery-webfont.woff2') format('woff2'),
         url('fonts/apple_chancery-webfont.woff') format('woff'),
         url('fonts/apple_chancery-webfont.ttf') format('truetype'),
         url('fonts/apple_chancery-webfont.svg#apple_chancerychancery') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Make HTML 5 elements display block-level for consistent styling */
article, aside, canvas, details, embed, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
command, datalist, keygen, mark, meter, progress, rp, rt, ruby, time, wbr {
	display: inline;
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1.2;
}
body, body.htmlarea-content-body {
  background: #040404;
  font-family: 'Satisfy', 'apple_chancery', Georgia, 'Times New Roman', serif;
  color: #cc9826;
  text-align: center;
}
body.htmlarea-content-body {
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: left;
}

/* flexible Medien*/
#wrapper img, embed, object, video {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* ----------------------- Container ---------------------- */

#noscript{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #cc9826;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px;
  width: 100%;
}

#wrapper {
  position: relative;
  z-index: 1;
  min-width: 300px;
  max-width: 1400px;
  padding: 15px;
  margin: 0 auto;
  text-align: left;
}

header {
  position: relative;
  margin-bottom: 25px;
}
#bild_1 {
  float: left;
  width: 47.5%;
  font-size: 1.8rem;
}
#bild_1 span {
  display: block;
}
#logo {
  float: left;
  width: 31%;
  font-size: 1.8rem;
  text-align: center;
}
#logo span {
  display: block;
  margin-bottom: 5px;
}

#bild_2 {
  float: left;
  width: 21.5%;
  text-align: right;
}

nav {
  float: left;
  width: 18%;
  margin-right: 2%;
  margin-bottom: 3%;
}

#content {
  float: left;
  width: 60%;
  margin-right: 2%;
  font-size: 1.6rem;
  line-height: 2rem;
}
#main {
  padding-bottom: 25px;
}
#social .ce-row {
  display: inline-block;
  margin: 3px !important;
}
#social .ce-row img {
  opacity: 0.5;
}
#social .ce-row a:hover img {
  opacity: 1;
}
#social .ce-row:last-child .-image {
  margin-bottom: 10px !important;
}

footer {
  float: left;
  width: 18%;
  font-size: 1.8rem;
  padding: 10px 15px;
  border: 5px solid #703d06;
  border-image: url(gfx/footer_border.png) 5 stretch stretch; /* Aktueller Stand der Spezifikationen (von Opera unterstützt) */
  -moz-border-image: url(gfx/footer_border.png) 5 stretch stretch; /* Firefox/Gecko-Browser */
  -webkit-border-image: url(gfx/footer_border.png) 5 stretch stretch; /* Webkit-Browser */
}
footer p {
  padding-bottom: 10px;
}
footer p b {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #703d06;
  margin-bottom: 5px;
}


#bgimg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

/* ----------------------- Navigation ---------------------- */

nav li > a {
  font-size: 2.4rem;
  border: 3px solid #703d06;
  border-width: 3px 2px 4px 2px; /* Diese Angabe könnte der Firefox auch in seiner -moz-border-image-Eigenschaft unterbringen */
  border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Aktueller Stand der Spezifikationen (von Opera unterstützt) */
  -moz-border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Firefox/Gecko-Browser */
  -webkit-border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Webkit-Browser */

  display: block;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
nav li:hover > a,
nav li.active > a {
  background: #444;
  background: rgba(0,0,0,0.2);
  color: #FFF;
  text-decoration: none;
}
/* Suche */
nav > ul > li:last-child > a {
  background-image: url(gfx/lupe.png);
  background-repeat: no-repeat;
  background-position: right 2px;
}

#nav_button {
  display: none;
  padding: 10px;
  background: #444;
  background: rgba(0,0,0,0.3);
  font-size: 1.8rem;
  color: #eab84b;
  cursor: pointer;
}
#nav_button:after {
  content: ' \25B6';
  font-size: 1.2rem;
  float: right;
  position: relative;
  top: 3px;
}
#nav_button.open:after {
  content: ' \25BC';
}


/* Breadcrumb */
#breadcrumb li {
  float: left;
  border: 3px solid #703d06;
  border-width: 3px 2px 4px 2px; /* Diese Angabe könnte der Firefox auch in seiner -moz-border-image-Eigenschaft unterbringen */
  border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Aktueller Stand der Spezifikationen (von Opera unterstützt) */
  -moz-border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Firefox/Gecko-Browser */
  -webkit-border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Webkit-Browser */
  min-width: 30%;
  text-align: center;
  margin: 0 15px 10px 0;
}
#breadcrumb li > a,
#breadcrumb li.cur > h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  display: block;
  padding: 5px 30px;
}


#breadcrumb li.cur,
#breadcrumb li:hover > a {
  background: #444;
  background: rgba(0,0,0,0.2);
  color: #FFF;
  text-decoration: none;
}

/* Kategorie-Navi mit Bildern */
#main ul.media_nav {
  margin: 0;
}
#main ul.media_nav li {
  float: left;
  width: 30.5%;
  margin: 0 1.25% 3%;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  list-style: none;
  background: none;
  padding: 0;
}
#main ul.media_nav li:nth-child(3n+1) {
  clear: left;
}
#main ul.media_nav a {
  text-decoration: none;
}

ul.media_nav li h2:before {
  content: '\2022 ';
  padding-right: 5px;
}
ul.media_nav li h2 {
  font-size: 2.3rem;
  min-height: 75px;
}

#main ul.media_nav li img {
  opacity: 0.9;
}
#main ul.media_nav li:hover img {
  opacity: 1;
}


/* ----------------------- Boxen ---------------------- */
.csc-frame-invisible,
.csc-frame-rulerBefore,
.csc-frame-rulerAfter,
.csc-frame-indent,
.csc-frame-indent3366,
.csc-frame-indent6633,
.csc-frame-frame1,
.csc-frame-frame2 {
  float: left;
  display: inline;
  margin-right: 3.5%;
  margin-bottom: 2%;
}
/* 80-20 */
.csc-frame-invisible { width: 80%; clear: left; }
.csc-frame-rulerBefore { width: 16.5%; margin-right: 0; }

/* 1/3 */
.csc-frame-rulerAfter { width: 31%; }
.csc-frame-indent { width: 31%; margin-right: 0; }
/* 2/3 */
.csc-frame-indent3366 { width: 62%; clear: left; }
.csc-frame-indent6633 { width: 65.5%; margin-right: 0; }
/* 1/2 */
.csc-frame-frame1 { width: 48.25%; clear: left; }
.csc-frame-frame2 { width: 48.25%; margin-right: 0; }


.csc-default {clear: both;}


/* Bild-Rahmen */
.csc-layout-1 div.csc-textpic .csc-textpic-imagewrap img {
  width: 100% !important;
  border: 3px solid #703d06;
  border-width: 3px 2px 4px 2px; /* Diese Angabe könnte der Firefox auch in seiner -moz-border-image-Eigenschaft unterbringen */
  border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Aktueller Stand der Spezifikationen (von Opera unterstützt) */
  -moz-border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Firefox/Gecko-Browser */
  -webkit-border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Webkit-Browser */
}
.csc-layout-1 div.csc-textpic .csc-textpic-imagewrap a:hover img {
  background: #444;
  background: rgba(0,0,0,0.2);
  color: #FFF;
}

/* ----------------------- verschiedenes ---------------------- */

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  overflow: hidden;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
#main ul, #main form, .htmlarea-content-body ul, .contenttable {
  margin: 0 0 15px;
}
p {
  padding: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 10px 0 0;
  font-weight: normal;
  line-height: 1.2em;
}
h1 {
  font-size: 2.6rem;
  padding: 10px 0 10px;
}
h2 {
  font-size: 2.6rem;
  padding: 10px 0 10px;
}
h3 {
  font-size: 2.2rem;
  padding: 10px 0 5px;
}
h4 {
  font-size: 1.8rem;
  padding: 0 0 10px;
}

a {
  color: #cc9826;
  text-decoration: none;
}
a:hover,
#main a, .htmlarea-content-body a {
  text-decoration: underline;
}
#main a:hover,
.htmlarea-content-body a:hover {
  color: #FFF;
}

a:active, a:focus {outline: none;}
a img { border: 0; }

a[href$='.pdf'], a[href$='.PDF'] {
  background: url(gfx/pdf.gif) 0 0 no-repeat;
  padding-left: 25px;
}
a[href$='.doc'], a[href$='.DOC'], a[href$='.docx'], a[href$='.DOCX'] {
  background: url(gfx/word.gif) 0 0 no-repeat;
  padding-left: 25px;
}
a[href$='.xls'], a[href$='.XLS'], a[href$='.xlsx'], a[href$='.XLSX'] {
  background: url(gfx/excel.gif) 0 0 no-repeat;
  padding-left: 25px;
}

*:focus {
  outline: 0;
}

ul, li {
  list-style: none;
}
#main li, .htmlarea-content-body li {
  background: url(gfx/li.png) 0 7px no-repeat;
  padding-left: 20px;
}
#main li.csc-textpic-image,
#main .csc-form-element {
  background: none;
  padding: 0;
}
#main .csc-form-element {
	margin-bottom: 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0 0;
  font-size: 1em;
}
table p {
  padding-bottom: 0;
}
.contenttable th, .htmlarea-content-body th,
.contenttable td, .htmlarea-content-body td {
  padding: 5px 10px;
  vertical-align: top;
  border: 2px solid #703d06;
}

nav.form-navigation {
  border: 0;
}

#main > #c2, #main > #c42 {
  float: left;
  width: 48%;
  margin-right: 2%;
  clear: none;
}

.form-group {
  margin-bottom: 15px;
}

fieldset {
  border: 0;
}
select,
textarea,
input {
  background: #555;
  color: #FFF;
  border: 1px solid #cc9826;
  padding: 8px;
  width: 95%;
  font-family: 'Times New Roman', serif;
  font-size: 1.4rem;
}
form textarea:focus,
form input[type="text"]:focus,
form select:focus {
  border: 1px solid #ddd;
}
.csc-mailform-field label {
  display: block;
  padding: 0 0 5px;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
  margin-bottom: 2%;
}

/* Radioboxen */
.csc-mailform-field input.csc-mailform-radio {
  background: none;
  border: 0;
  margin: 6px 3px 0 0;
  width: 20px;
  float: left;
}
span.csc-mailform-radio label {
  display: inline;
  width: auto;
  text-align: left;
}
/* Checkboxen */
input[type="checkbox"] {
  width: 30px;
  margin: 10px 0;
}
.csc-mailform div.csc-mailform-checkbox {
  min-height: 25px;
}
.csc-mailform-checkbox input.csc-mailform-check {
  float: left;
  margin: 0px 10px 0 0 !important;
  background: none;
  border: 0;
  width: 16px;
  height: 16px;
  padding: 0;
}
.csc-mailform-checkbox label {
  text-align: left;
}
div.csc-mailform li label {
  float: none;
}
.csc-mailform div.csc-mailform-checkbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.csc-mailform-submit,
button.btn-primary,
#content input[type="submit"] {
  border: 1px solid #cc9826;
  padding: 8px;
  background: #cc9826;
  margin: 10px 0 0 0%;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  color: #FFF;
}
.csc-mailform-submit:hover,
button.btn-primary:hover,
#content input[type="submit"]:hover {
  box-shadow: 0 0 5px #000;
}

.csc-uploads > div {
  margin-bottom: 10px;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

/* Anfahrt */
iframe {
  margin-bottom: 10px;
}

input#saddr {
  float: left;
  padding: 9px;
  width: 37%;
  margin: 0 2% 2% 0;
}

#content input#addr_submit {
  margin-top: 0;
}



/* Suche */
.tx-indexedsearch table {
  border: 0;
  font-size: 1em !important;
  margin: 0;
}

.tx-indexedsearch td {
  padding: 3px 10px 3px 0;
}
.tx-indexedsearch-searchbox td input,
.tx-indexedsearch-searchbox td select {
  font-size: 1em;
}

#content input.tx-indexedsearch-searchbox-sword,
#content input.tx-indexedsearch-searchbox-button {
  padding: 5px;
  width: 45%;
  margin: 0 10px 0 0;
}


.tx-indexedsearch-searchbox form p,
.tx-indexedsearch-whatis,
.tx-indexedsearch-result-number   {
  display: none; /* erweiterte Suche ausblenden */
}

.tx-indexedsearch-res table tr {
  background: none;
}


.tx-indexedsearch-noresults {
  font-style: italic;

}
.tx-indexedsearch-title a {
  color: #FFF;
}
.tx-indexedsearch-percent {
  color: #FFF;
}

.tx-indexedsearch-info {
  color: #999;
  font-style: italic;
}
.tx-indexedsearch-path a {
  color: #999;
  text-decoration: underline;
}

.tx-indexedsearch-browsebox ul {
  padding-bottom: 20px;
}
#main .tx-indexedsearch-browsebox li {
  background: none;
  padding: 0;
  float: left;
  display: inline;
  margin-right: 8px;
}
.tx-indexedsearch-browsebox a {
  display: block;
  background: #f2f8f9;
  padding: 2px 8px;
  text-decoration: none;
}
.tx-indexedsearch-browsebox a:hover,
.tx-indexedsearch-browselist-currentPage a {
  background: #00a2b5;
  color: #FFF;
  text-decoration: none;
}




/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #000;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('gfx/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('gfx/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('gfx/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('gfx/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('gfx/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('gfx/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* kleine Bildschirme */
@media (max-width: 1140px) {
  #logo {
    font-size: 1.6rem;
    font-weight: normal;
  }
  nav li > a,
  #breadcrumb li > a,
  #breadcrumb li.cur > h1,
  ul.media_nav li h2 {
    font-size: 2rem;
  }
  footer {
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  nav {
    width: 23%;
  }
  #content {
    width: 75%;
    margin-right: 0;
  }
  footer {
    clear: left;
    float: none;
    width: auto;
  }
  footer p {
    float: left;
    width: 30%;
    margin: 0 1.5%;
  }
}
@media (max-width: 850px) {
  #bild_1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 800px) {
  #content {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  h1 { font-size: 2.4rem; padding-bottom: 10px; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.6rem; }
}
@media (max-width: 700px) {
  #logo {
    font-size: 1.2rem;
  }
  nav {
    float: none;
    width: 100%;
    margin-right: 0;
    border: 3px solid #703d06;
    border-width: 3px 2px 4px 2px; /* Diese Angabe könnte der Firefox auch in seiner -moz-border-image-Eigenschaft unterbringen */
    border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Aktueller Stand der Spezifikationen (von Opera unterstützt) */
    -moz-border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Firefox/Gecko-Browser */
    -webkit-border-image: url(gfx/nav_border.png) 3 2 4 2 stretch stretch; /* Webkit-Browser */
  }
  #nav_button {
    display: block;
  }
  nav > ul {
    display: none;
    border-top: 2px solid #703d06;
    background: #444;
    background: rgba(0,0,0,0.3);
    padding: 10px 0;
  }
  nav li > a {
    font-size: 1.6rem;
    border: none;
    margin-bottom: 0;
    padding: 3px;
    color: #eab84b;
  }
  nav li:hover > a,
  nav li.active > a {
    background: none;
  }
  #breadcrumb li {
    min-width: 0;
  }
  #breadcrumb li > a,
  #breadcrumb li.cur > h1 {
    font-size: 1.6rem;
  }
  #main ul.media_nav li {
    width: 48%;
    margin: 0 1% 2%;
  }
  #main ul.media_nav li:nth-child(2n+1) {
    clear: left;
  }
  #main ul.media_nav li:nth-child(3n+1) {
    clear: none;
  }
  #content {
    width: 100%;
  }
  .csc-frame-invisible,
  .csc-frame-rulerBefore {
    width: 100%;
    margin-right: 0;
  }
  .csc-frame-rulerBefore .csc-textpic-imagerow {
    float: left;
    margin-right: 15px;
  }

  #social .csc-textpic-imagerow {
    margin: 2px !important;
  }
  #main > #c2, #main > #c42 {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
@media (max-width: 600px) {
  body, a {
    color: #d3a33b;
  }
  header {
    margin-bottom: 2%;
  }
  #logo {
    font-size: 1.6rem;
  }
  #logo {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #logo img {
    width: 75%;
  }

  #bild_1 {
    margin-top: 50%;
    width: 68.5%;
    /**/
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  #bild_1 img {
    max-width: 125%;
  }
  #bild_1 span {
    padding-bottom: 5px;
  }

  #bild_2 {
    display: none;
    background: #444;
    background: rgba(0,0,0,0.3);
    margin-top: 38%;
    width: 31.25%;
    padding-left: 0.3%;
  }
  #bild_1 img, #bild_2 img {
    background: #444;
    background: rgba(0,0,0,0.3);
    display: block;
  }
  footer {
    background: #444;
    background: rgba(0,0,0,0.3);
  }
  #social img {
    width: 20px;
    height: auto;
  }

}
@media (max-width: 480px) {
  html {
  }
  #wrapper {
    padding: 10px;
  }
  nav > ul {
    display: none;
  }
  ul.media_nav li h2 {
    font-size: 1.6rem;
  }
  #main .csc-frame-rulerAfter,
  #main .csc-frame-indent,
  #main .csc-frame-indent3366,
  #main .csc-frame-indent6633,
  #main .csc-frame-frame1,
  #main .csc-frame-frame2 {
    float: none;
    display: block;
    margin: 0;
    width: 100%;
   }
  .csc-mailform-field label {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  select,
  textarea,
  input,
  input#saddr {
    width: 99%;
    margin-right: 0;
  }
  .csc-mailform-checkbox input.csc-mailform-check  {
    margin: 0 5px 2% 0% !important;
  }
  .csc-mailform-submit,
  #content input[type="submit"] {
    width: 99%;
    margin: 0;
  }
  footer p {
    width: 50%;
    margin: 0;
  }
  footer p:last-child {
    clear: left;
    float: none;
    width: 100%;
    padding-top: 10px;
  }

}

@media (max-width: 400px) {
  div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  div.csc-textpic-intext-right .csc-textpic-imagewrap > *{
    margin: 0 auto !important;
  }
}