body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*	-------------------------------------------------------------
	Fonts
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@font-face {
    font-family: 'RotisSansSerifRegular';
    src: url('../../files/sw/fonts/rotissas.eot');
    src: url('../../files/sw/fonts/rotissas.eot') format('embedded-opentype'),
         url('../../files/sw/fonts/rotissas.woff') format('woff'),
         url('../../files/sw/fonts/rotissas.ttf') format('truetype'),
         url('../../files/sw/fonts/rotissas.svg#RotisSansSerifRegular') format('svg');
		 font-weight: normal;
		 font-style:normal;
}
@font-face {
    font-family: 'NewcastleRegular';
    src: url('../../files/sw/fonts/newcastle-regular.eot');
    src: url('../../files/sw/fonts/newcastle-regular.eot') format('embedded-opentype'),
         url('../../files/sw/fonts/newcastle-regular.woff') format('woff'),
         url('../../files/sw/fonts/newcastle-regular.ttf') format('truetype'),
         url('../../files/sw/fonts/newcastle-regular.svg#NewcastleRegular') format('svg');
		 font-weight: normal;
		 font-style:normal;
}

/*	-------------------------------------------------------------
	Basics
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
* {
	margin:0;
	padding:0;
	border:0;
}
html, body {
	overflow:auto;
}

body {
	width:100%;
	margin:0;
	padding:0;
	font-family:'RotisSansSerifRegular', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	font-size:93.75%;
	-webkit-text-size-adjust:93.75%;
	color:#444;
	background:#fff;
}

p {
	font-size:1.05em;
	line-height:18px;
	margin-bottom:18px;
}

h1 {
	font-size:1.2em;
	color:#f39200;
	font-weight:normal;
	line-height:16px;
	margin-bottom:18px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
h1 {line-height:17px !important;}
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#f39200;
}

a:active, a:focus {
	outline:none;
	border:0;
}

*:focus {
	outline:0;
	border:0;
}

img {
	border:0;
	padding:0;
	margin:0;
	vertical-align:top;
}

.clear {
	clear:both;
}

/*	-------------------------------------------------------------
	Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main {
	width:100%;
	background:#fff;
}
#main .inside {
	padding:20px;
	margin:0;
}

.gm {
    position: relative;
    padding-bottom:54%; 
    height:0;
    overflow:hidden;
}
.gm .olMap {
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
}

.left-col {
	float:left;
	width:200px;
}
.right-col {
	float:right;
	width:360px;
}

.spacer {
	width:60px;
	display:inline-block;
	vertical-align:top;
}

body.wunschliste #main {
	background:url("../../files/sw/content/wunschliste.jpg") left top no-repeat;
	/*background-size:100% 100%;*/
}
.form-content {
	max-width:580px;
	margin:0 auto 0 auto;
}

/*	-------------------------------------------------------------
	Formular
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.ce_form.tableless {
	margin:30px 0 30px 0;
	padding:0;
	width:100%;
}
.ce_form.tableless .headline {
	font-family:'RotisSansSerifRegular', sans-serif;
	font-size:1.2em;
	color:#f39200;
	line-height:16px;
	margin:18px 0 18px 0;
	display:block;
}

.ce_form fieldset {
	border:0;
}
.ce_form fieldset legend {
    padding-left:12px;
}

.ce_form label {
	width:30%;
	display:block;
	float:left;
	padding-left:12px;
	margin:10px 10px 0 0;
	font-size:1em;
}

.ce_form input.text {
	font-family:'RotisSansSerifRegular', sans-serif;
	width:45%;
	font-size:1em;
	color:#4d4d4d;
	margin:4px 10px 26px 0px;
	padding:6px 12px 6px 12px;
	border:#c8c8c8 1px solid;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
}
.ce_form input.text:focus {
	background-color:#f0f0f0;
}

.ce_form textarea {
	font-family:'RotisSansSerifRegular', sans-serif;
	float:left;
	width:77%;
	height:60px;
	font-size:1em;
	color:#4d4d4d;
	margin:4px 10px 10px 12px;
	padding:6px 12px 6px 12px;
	border:#c8c8c8 1px solid;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
}
.ce_form textarea:focus {
	background-color:#f0f0f0;
	border:#c8c8c8 1px solid;
}

.ce_form .explanation {
	padding-left:12px;
	width:100%;
	font-size:1em;
}
.ce_form .explanation p {
	margin:20px 0 0 0;
	font-size:1em;
}

.ce_form.tableless p.error {
	margin-top:4px;
	margin-bottom:0;
	font-size:0.9em;
	padding-left:12px;
	color:#c80000;
}

.ce_form span.mandatory {
	color:#c80000;
	padding-left:3px;
}

.ce_form .checkbox_container {
	margin:0;
	padding:0;
}
.ce_form .checkbox_container legend {
  width: 30%;
  display: block;
  float: left;
  padding-left: 12px;
  margin: 10px 10px 0 0;
  font-size: 1em;
}
.ce_form .checkbox_container label {
	display:inline;
	margin:6px 0;
	padding:0;
	width:30%;
}
.ce_form .checkbox_container span.mandatory {
	display: inline !important;

}
.ce_form input.checkbox {
	margin:10px 10px 0 0;
	float:left;
}
.ce_form .checkbox_container span {
	width:auto;
	display:block;
}

.ce_form .radio_container {
	margin:0;
	padding:0;
}
.ce_form .radio_container label {
	display:inline;
	margin:8px 0;
	padding:0;
	width:10%;
}
.ce_form input.radio {
	margin:10px 5px 0 12px;
	float:left;
}
.ce_form .radio_container span {
	display:block;
}

.ce_form select {
	font-family:'RotisSansSerifRegular', sans-serif;
	width:50%;
	font-size:1em;
	color:#4d4d4d;
	margin:4px 10px 26px 0px;
	padding:6px 12px 6px 12px;
	border:#c8c8c8 1px solid;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
    background:#fff;
    display:inline-block;
    appearance:none;
    cursor:pointer;
}

.ce_form input.captcha {
	width:20px;
	font-size:1em;
	text-align:center;
	color:#4d4d4d;
	margin:4px 0 4px 0;
	padding:4px 12px 4px 12px;
	border:#c8c8c8 1px solid;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
}
.ce_form input.captcha:focus {
	background-color:#f0f0f0;
}
*:first-child+html .ce_form input.captcha:hover {
	background-color:#f0f0f0;
}
.ce_form span.captcha_text {
	font-family:'RotisSansSerifRegular', sans-serif;
	font-size:1em;
	color:#4d4d4d;
	top:9px;
	left:12px;
	position:relative;
	vertical-align:top;
}
*:first-child+html .ce_form span.captcha_text {
	top:8px;
}

.ce_form button.submit {
	float:left;
	width:140px;
	height:30px;
	line-height:26px;
	font-size:1em;
	color:#fff;
    padding:0 5px 0 5px;
	margin:20px 0 0 35%;
	border:#c8c8c8 1px solid;
    display:inline-block;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
    cursor:pointer;
	background:#f39200;
}
.ce_form button.submit:hover, .ce_form button.submit:focus {
	background:#5ec7f2;
	color:#fff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.ce_form button.submit {
	height:29px;
	}
}

/*-------------Media Querys-----------------*/

@media only screen and (min-width: 1024px){
#wunschliste {
	max-width:520px;
	margin:0 auto 0 auto;	
}
#blank {
	max-width:580px;
	margin:0 auto 0 auto;	
}
}
/* iPad Landscape */
@media only screen and (min-width: 850px) and (max-width: 1024px) {
}
/* iPad Portrait */
@media only screen and (min-width: 680px) and (max-width: 850px) {
.content-inner {
	position:relative !important;
	margin:20px;
	width:96%;
	padding:2%;
}
.right-col {
	float:left;
}
}
/* iPhone Landscape */
@media only screen and (max-width: 680px) {
body {
	font-size:90%;
	overflow:hidden;
}
#main {
	padding-bottom:0;
}
.content-inner {
	position:relative !important;
	margin:20px;
	width:96%;
	padding:2%;
}
.right-col {
	float:left;
}
}
/* iPhone Portrait */
@media screen and (max-width: 480px) {
html, body {
	overflow:auto;
}
body {
	font-size:80%;
	overflow:hidden;
}
.ce_form label {
	width:91%;
	float:left;
}
.ce_form input.text {
	padding:0;
	margin:0;
	width:98%;
}
.ce_form textarea {
	width:98%;
	margin:0;
}
.ce_form fieldset legend {
    margin-top:12px;
}
.ce_form span.captcha_text {
	width:100%;
	float:left;
}
.ce_form button.submit {
	width:100px;	
	margin:20px 0 0 0;
}
.right-col {
	float:left;
	width:100%;
}
.spacer {
	width:100%;
}
}
