
/* theme.css */

/* 1  */ /* ====================================== Color ====================================== */
/* 2  */ h1, h2, h3, h4, #gistab .tabsMenu li.active span, #gistab .tabsMenu li.active:hover span,
/* 3  */ #gistab .tabsMenu li.active span a, #gistab .tabsMenu li.active:hover span a {color:#ffa200;}
/* 4  */ #footer, #header_text {background: #2880bd;}
/* 5  */ #footer, #header_text {background: #2880bd;}
/* 6  */ input:hover, input:focus, textarea:hover, textarea:focus {
/* 7  */ 	border: 1px solid #2880bd!important;
/* 8  */ 	-moz-box-shadow: 0 0 5px #2880bd!important;
/* 9  */ 	-webkit-box-shadow: 0 0 5px #2880bd!important;
/* 10 */ 	box-shadow: 0 0 5px #2880bd!important;
/* 11 */ }
/* 12 */ /* ====================================== Media Queries ====================================== */
/* 13 */ 
/* 14 */ body{background: url(/themes/miniwebsite/Schmallenberg_Sommer_1/images/background.jpg) fixed repeat-x center bottom #3a6392;}
/* 15 */ 
/* 16 */ /* ====================================== Bandrole ====================================== */
/* 17 */ 
/* 18 */ div#bandrole{background: url(/themes/miniwebsite/Schmallenberg_Sommer_1/images/bandrole_schmallenberg.jpg) scroll repeat-x center top #ac1921;}
/* 19 */ div#bandrole{-moz-box-shadow: 0 0 10px #000;-webkit-box-shadow: 0 0 10px #000;box-shadow: 0 0 10px #000;width:100%;height:74px;z-index:1000;top:0;}

/* cookiehint.css */

/* 1  */ /** Das brauchst du nicht **/
/* 2  */ 
/* 3  */ * {
/* 4  */   margin: 0;
/* 5  */   padding: 0;
/* 6  */ }
/* 7  */ 
/* 8  */ /** Alles unterhalb brauchst du **/
/* 9  */ 
/* 10 */ #cookie-hint {
/* 11 */   display: none;
/* 12 */   width: 100%;
/* 13 */   background: #fff;
/* 14 */   position: fixed;
/* 15 */   bottom: 0;
/* 16 */   -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
/* 17 */           box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
/* 18 */   z-index: 99;
/* 19 */   font-family: arial, sans-serif;
/* 20 */   color: #333;
/* 21 */   font-size: 16px;
/* 22 */ }
/* 23 */ 
/* 24 */ .cookie-text {
/* 25 */   display: -webkit-box;
/* 26 */   display: -ms-flexbox;
/* 27 */   display: flex;
/* 28 */   -webkit-box-pack: justify;
/* 29 */       -ms-flex-pack: justify;
/* 30 */           justify-content: space-between;
/* 31 */   -webkit-box-align: center;
/* 32 */       -ms-flex-align: center;
/* 33 */           align-items: center;
/* 34 */ }
/* 35 */ 
/* 36 */ #cookie-hint .container {
/* 37 */   padding: 20px;
/* 38 */   overflow: hidden;
/* 39 */ }
/* 40 */ 
/* 41 */ .cookie-text-float {
/* 42 */   float: left;
/* 43 */   margin: 0;
/* 44 */ }
/* 45 */ 
/* 46 */ .button-wrapper {
/* 47 */   float: right;
/* 48 */   margin-left: 20px;
/* 49 */   min-width: 280px;
/* 50 */ }

/* cookiehint.css */

/* 51 */ 
/* 52 */ .btn {
/* 53 */   float: left;
/* 54 */   padding: 10px 20px;
/* 55 */   color: black;
/* 56 */   text-decoration: none;   
/* 57 */ }
/* 58 */ 
/* 59 */ .btn.btn-color-1 {
/* 60 */   border: 1px solid #d0e9c6;
/* 61 */   margin-right: 20px;
/* 62 */   background-color: #dff0d8; /** Farbe für Button **/
/* 63 */   color: #3c763d;
/* 64 */ }
/* 65 */ 
/* 66 */ .btn.btn-color-3 {
/* 67 */   border: 1px solid #faf2cc;
/* 68 */   background-color: #fcf8e3;
/* 69 */   color: #8a6d3b;
/* 70 */ }

/* main.css */

/* 1   */ /* ====================================== CSS Reset ====================================== */
/* 2   */ 
/* 3   */ center, isindex, menu, dir, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 4   */ a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,
/* 5   */ sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,
/* 6   */ td {
/* 7   */     margin: 0;
/* 8   */     padding: 0;
/* 9   */     border: 0;
/* 10  */     outline: 0;
/* 11  */     list-style: none;
/* 12  */     font-weight: inherit;
/* 13  */     font-style: inherit;
/* 14  */     font-size: 10pt;
/* 15  */     font-family: arial, sans-serif;
/* 16  */     font-variant: inherit;
/* 17  */     vertical-align: baseline;
/* 18  */ }
/* 19  */ 
/* 20  */ :link, :visited, :focus, :active {
/* 21  */     text-decoration: none;
/* 22  */     color: inherit;
/* 23  */     outline: 0;
/* 24  */ }
/* 25  */ 
/* 26  */ /* ====================================== Voreinstellungen ====================================== */
/* 27  */ 
/* 28  */ .clear {
/* 29  */     clear: both;
/* 30  */ }
/* 31  */ 
/* 32  */ html {
/* 33  */     overflow-y: scroll;
/* 34  */     overflow-x: hidden;
/* 35  */ }
/* 36  */ 
/* 37  */ body {
/* 38  */     overflow: hidden;
/* 39  */ }
/* 40  */ 
/* 41  */ body, div {
/* 42  */     color: #333;
/* 43  */ }
/* 44  */ 
/* 45  */ body {
/* 46  */     text-align: center;
/* 47  */ }
/* 48  */ 
/* 49  */ p {
/* 50  */     text-align: justify;

/* main.css */

/* 51  */ }
/* 52  */ 
/* 53  */ strong {
/* 54  */     font-weight: bold;
/* 55  */ }
/* 56  */ 
/* 57  */ h1 {
/* 58  */     font-size: 18pt;
/* 59  */     line-height: 18pt;
/* 60  */     margin: 0 0 0.8em 0;
/* 61  */     font-weight: bold;
/* 62  */     text-shadow: 0 1px 0 #fff;
/* 63  */ }
/* 64  */ 
/* 65  */ h1.given-name, h1.given-name:hover {
/* 66  */     color: #fff;
/* 67  */     line-height: 0;
/* 68  */     text-shadow: none;
/* 69  */ }
/* 70  */ 
/* 71  */ h1.given-name span.stern {
/* 72  */     font-size: 25px;
/* 73  */     text-indent: 10px;
/* 74  */ }
/* 75  */ 
/* 76  */ h2 {
/* 77  */     font-size: 14pt;
/* 78  */     line-height: 28pt;
/* 79  */     font-weight: bold;
/* 80  */     margin: 10px 0 0 0;
/* 81  */     text-shadow: 0 1px 0 #fff;
/* 82  */ }
/* 83  */ 
/* 84  */ h3 {
/* 85  */     font-size: 12pt;
/* 86  */     line-height: 24pt;
/* 87  */     font-weight: bold;
/* 88  */     text-shadow: 0 1px 0 #fff;
/* 89  */ }
/* 90  */ 
/* 91  */ h4 {
/* 92  */     font-size: 11pt;
/* 93  */     line-height: 20pt;
/* 94  */     font-weight: bold;
/* 95  */     text-shadow: 0 1px 0 #fff;
/* 96  */     padding: 10px 0 0 0;
/* 97  */ }
/* 98  */ 
/* 99  */ h5 {
/* 100 */     font-size: 10pt;

/* main.css */

/* 101 */     line-height: 15pt;
/* 102 */     font-weight: bold;
/* 103 */     text-shadow: 0 1px 0 #fff;
/* 104 */ }
/* 105 */ 
/* 106 */ /* ====================================== Grundgeruest ====================================== */
/* 107 */ 
/* 108 */ div#wrapper {
/* 109 */     width: 666px;
/* 110 */     margin: 50px auto;
/* 111 */     text-align: left;
/* 112 */     background: #fff;
/* 113 */     padding: 5px;
/* 114 */     border-radius: 0 0 10px 10px;
/* 115 */     -webkit-border-radius: 0 0 10px 10px;
/* 116 */     -khtml-border-radius: 0 0 10px 10px;
/* 117 */     -moz-border-radius: 0 0 10px 10px;
/* 118 */     -filter-border-radius: 0 0 10px 10px;
/* 119 */     -moz-box-shadow: 0 2px 10px #000;
/* 120 */     -webkit-box-shadow: 0 2px 10px #000;
/* 121 */     box-shadow: 0 2px 10px #000;
/* 122 */ }
/* 123 */ 
/* 124 */ div#header_img {
/* 125 */     margin: 0;
/* 126 */ }
/* 127 */ 
/* 128 */ #header_text {
/* 129 */     width: auto;
/* 130 */     padding: 20px 20px 0 20px;
/* 131 */     height: 142px;
/* 132 */     margin: 0;
/* 133 */     border-radius: 0 0 5px 5px;
/* 134 */     -webkit-border-radius: 0 0 5px 5px;
/* 135 */     -khtml-border-radius: 0 0 5px 5px;
/* 136 */     -moz-border-radius: 0 0 5px 5px;
/* 137 */     -filter-border-radius: 0 0 5px 5px;
/* 138 */     color: #e3e3e3;
/* 139 */     overflow: hidden;
/* 140 */ }
/* 141 */ 
/* 142 */ #header_text ul#information {
/* 143 */ }
/* 144 */ 
/* 145 */ #header_text ul#information li {
/* 146 */     display: inline;
/* 147 */     float: left;
/* 148 */     padding: 0;
/* 149 */     margin: 0 10px 0 0;
/* 150 */     width: 300px;

/* main.css */

/* 151 */ }
/* 152 */ 
/* 153 */ #header_text ul#information li ul {
/* 154 */ }
/* 155 */ 
/* 156 */ #header_text ul#information li ul li {
/* 157 */     display: block;
/* 158 */     float: none;
/* 159 */     margin: 0;
/* 160 */     padding: 0;
/* 161 */ }
/* 162 */ 
/* 163 */ #header_text ul#information li ul li span {
/* 164 */     color: #fff;
/* 165 */ }
/* 166 */ 
/* 167 */ #header_text ul#information li ul li a,
/* 168 */ #header_text ul#information li ul li a:link,
/* 169 */ #header_text ul#information li ul li a:visited {
/* 170 */     color: #fff;
/* 171 */     background: rgba(000, 000, 000, 0.1);
/* 172 */     line-height: 200%;
/* 173 */     padding: 3px 6px;
/* 174 */     border-radius: 3px;
/* 175 */     -webkit-border-radius: 3px;
/* 176 */     -khtml-border-radius: 3px;
/* 177 */     -moz-border-radius: 3px;
/* 178 */     -filter-border-radius: 3px;
/* 179 */ }
/* 180 */ 
/* 181 */ #header_text ul#information li ul li a:hover {
/* 182 */     background: rgba(255, 255, 255, 0.1);
/* 183 */ }
/* 184 */ 
/* 185 */ div#content {
/* 186 */     padding: 15px;
/* 187 */     margin: 5px 0 0 0;
/* 188 */ }
/* 189 */ 
/* 190 */ #footer {
/* 191 */     color: #fff;
/* 192 */     text-align: right;
/* 193 */     font-size: 0.8em;
/* 194 */     idth: auto;
/* 195 */     padding: 5px 20px;
/* 196 */     height: 36px;
/* 197 */     line-height: 36px;
/* 198 */     margin: 5px 0 0 0;
/* 199 */     border-radius: 5px;
/* 200 */     -webkit-border-radius: 5px;

/* main.css */

/* 201 */     -khtml-border-radius: 5px;
/* 202 */     -moz-border-radius: 5px;
/* 203 */     -filter-border-radius: 5px;
/* 204 */ }
/* 205 */ 
/* 206 */ #footer ul.subnav {
/* 207 */ }
/* 208 */ 
/* 209 */ #footer ul.subnav li {
/* 210 */     float: left;
/* 211 */     margin: 0 0 0 10px;
/* 212 */ }
/* 213 */ 
/* 214 */ #footer ul.subnav li a,
/* 215 */ #footer ul.subnav li a:link,
/* 216 */ #footer ul.subnav li a:visited {
/* 217 */     color: #fff;
/* 218 */ }
/* 219 */ 
/* 220 */ #sign {
/* 221 */     text-align: right;
/* 222 */     margin: 5px 0 0 0;
/* 223 */     border: 1px #ddd solid;
/* 224 */     text-shadow: 0 1px 0 #fff;
/* 225 */     padding: 5px;
/* 226 */     border-radius: 5px;
/* 227 */     -webkit-border-radius: 5px;
/* 228 */     -khtml-border-radius: 5px;
/* 229 */     -moz-border-radius: 5px;
/* 230 */     -filter-border-radius: 5px;
/* 231 */     background: #ddd;
/* 232 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
/* 233 */     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd)";
/* 234 */     background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
/* 235 */     background: -moz-linear-gradient(top, #eee, #ddd);
/* 236 */ }
/* 237 */ 
/* 238 */ #sign span {
/* 239 */ }
/* 240 */ 
/* 241 */ #sign span a {
/* 242 */     color: #DF970D;
/* 243 */ }
/* 244 */ 
/* 245 */ #sign span a:hover {
/* 246 */     color: #FF5300;
/* 247 */ }
/* 248 */ 
/* 249 */ /* ====================================== Head ====================================== */
/* 250 */ 

/* main.css */

/* 251 */ #imageContainer {
/* 252 */     position: relative;
/* 253 */     height: 300px;
/* 254 */     margin: 0 0 5px 0;
/* 255 */     overflow: hidden;
/* 256 */ }
/* 257 */ 
/* 258 */ #imageContainer #se-top {
/* 259 */     height: 300px;
/* 260 */     overflow: hidden;
/* 261 */ }
/* 262 */ 
/* 263 */ /* ====================================== Language Switch Flags ====================================== */
/* 264 */ 
/* 265 */ div#language {
/* 266 */     width: auto;
/* 267 */     margin: -20px 0 0 0;
/* 268 */     background: #fff;
/* 269 */     float: right;
/* 270 */     padding: 5px;
/* 271 */     border-radius: 0 0 5px 5px;
/* 272 */     -webkit-border-radius: 0 0 5px 5px;
/* 273 */     -khtml-border-radius: 0 0 5px 5px;
/* 274 */     -moz-border-radius: 0 0 5px 5px;
/* 275 */     -filter-border-radius: 0 0 5px 5px;
/* 276 */ }
/* 277 */ 
/* 278 */ div#language ul.languageSwitch {
/* 279 */ }
/* 280 */ 
/* 281 */ div#language ul.languageSwitch li {
/* 282 */     float: right;
/* 283 */     margin: 0 3px;
/* 284 */ }
/* 285 */ 
/* 286 */ div#language ul.languageSwitch li a {
/* 287 */     display: block;
/* 288 */     width: 16px;
/* 289 */     height: 11px;
/* 290 */     background: url(/themes/miniwebsite/Schmallenberg_Sommer_1/images/flags.png);
/* 291 */     filter: alpha(opacity=50);
/* 292 */     -moz-opacity: 0.5;
/* 293 */     -khtml-opacity: 0.5;
/* 294 */     opacity: 0.5;
/* 295 */ }
/* 296 */ 
/* 297 */ div#language ul.languageSwitch li a:hover {
/* 298 */     filter: alpha(opacity=75);
/* 299 */     -moz-opacity: 0.75;
/* 300 */     -khtml-opacity: 0.75;

/* main.css */

/* 301 */     opacity: 0.75;
/* 302 */ }
/* 303 */ 
/* 304 */ div#language ul.languageSwitch li a.active,
/* 305 */ div#language ul.languageSwitch li a.active:hover {
/* 306 */     filter: alpha(opacity=100);
/* 307 */     -moz-opacity: 1;
/* 308 */     -khtml-opacity: 1;
/* 309 */     opacity: 1;
/* 310 */ }
/* 311 */ 
/* 312 */ div#language ul.languageSwitch li a.de {
/* 313 */     background-position: 0 0;
/* 314 */ }
/* 315 */ 
/* 316 */ div#language ul.languageSwitch li a.en {
/* 317 */     background-position: -18px 0;
/* 318 */ }
/* 319 */ 
/* 320 */ div#language ul.languageSwitch li a.nl {
/* 321 */     background-position: -36px -13px;
/* 322 */ }
/* 323 */ 
/* 324 */ div#language ul.languageSwitch li a.pl {
/* 325 */     background-position: -36px 0;
/* 326 */ }
/* 327 */ 
/* 328 */ div#language ul.languageSwitch li a.fr {
/* 329 */     background-position: -18px -13px;
/* 330 */ }
/* 331 */ 
/* 332 */ div#language ul.languageSwitch li a.ru {
/* 333 */     background-position: 0 -14px;
/* 334 */ }
/* 335 */ 
/* 336 */ div#language ul.languageSwitch li a.it {
/* 337 */     background-position: 16px 0;
/* 338 */ }
/* 339 */ 
/* 340 */ div#language ul.languageSwitch li a.es {
/* 341 */     background-position: 16px -13px;
/* 342 */ }
/* 343 */ 
/* 344 */ div#language ul.languageSwitch li a.tr {
/* 345 */     background-position: 0 -26px;
/* 346 */ }
/* 347 */ 
/* 348 */ div#language ul.languageSwitch li a.no {
/* 349 */     background-position: -18px -26px;
/* 350 */ }

/* main.css */

/* 351 */ 
/* 352 */ div#language ul.languageSwitch li a.fi {
/* 353 */     background-position: -18px -39px;
/* 354 */ }
/* 355 */ 
/* 356 */ div#language ul.languageSwitch li a.pt {
/* 357 */     background-position: 16px -39px;
/* 358 */ }
/* 359 */ 
/* 360 */ div#language ul.languageSwitch li a.et {
/* 361 */     background-position: -36px -26px;
/* 362 */ }
/* 363 */ 
/* 364 */ div#language ul.languageSwitch li a.sv {
/* 365 */     background-position: 16px -26px;
/* 366 */ }
/* 367 */ 
/* 368 */ div#language ul.languageSwitch li a.da {
/* 369 */     background-position: 0 -39px;
/* 370 */ }
/* 371 */ 
/* 372 */ div#language ul.languageSwitch li a.el {
/* 373 */     background-position: -36px -39px;
/* 374 */ }
/* 375 */ 
/* 376 */ /* ====================================== Tab Loader ====================================== */
/* 377 */ 
/* 378 */ div.TabLoader {
/* 379 */     text-align: center;
/* 380 */ }
/* 381 */ 
/* 382 */ div.TabLoader img.Tabloader {
/* 383 */ }
/* 384 */ 
/* 385 */ div.TabLoader span.TabLoaderText {
/* 386 */ }
/* 387 */ 
/* 388 */ /* ====================================== Gallery Teaser ====================================== */
/* 389 */ 
/* 390 */ .teaserGalleryWrap {
/* 391 */     float: left;
/* 392 */     height: 154px;
/* 393 */     margin: 0 18px 6px 0;
/* 394 */     position: relative;
/* 395 */     width: 204px;
/* 396 */ }
/* 397 */ 
/* 398 */ .teaserGallery {
/* 399 */     background-color: #FFF;
/* 400 */     height: 150px;

/* main.css */

/* 401 */     left: 0;
/* 402 */     overflow: hidden;
/* 403 */     padding: 2px 0 2px 2px;
/* 404 */     position: absolute;
/* 405 */     top: 0;
/* 406 */     width: 202px;
/* 407 */     z-index: 4;
/* 408 */ }
/* 409 */ 
/* 410 */ .teaserGallery div a {
/* 411 */     background-color: transparent !important;
/* 412 */     display: block;
/* 413 */     float: left;
/* 414 */ }
/* 415 */ 
/* 416 */ .teaserGallery div img {
/* 417 */     height: 150px !important;
/* 418 */     margin-right: 2px;
/* 419 */     width: 200px !important;
/* 420 */ }
/* 421 */ 
/* 422 */ .teaserGalleryWrap .leftSwitch,
/* 423 */ .teaserGalleryWrap .rightSwitch {
/* 424 */     cursor: pointer;
/* 425 */     position: absolute;
/* 426 */     top: 67px;
/* 427 */     z-index: 5;
/* 428 */ }
/* 429 */ 
/* 430 */ .teaserGalleryWrap .leftSwitch {
/* 431 */     left: -11px;
/* 432 */ }
/* 433 */ 
/* 434 */ .teaserGalleryWrap .rightSwitch {
/* 435 */     right: -11px;
/* 436 */ }
/* 437 */ 
/* 438 */ /* ====================================== Menu ====================================== */
/* 439 */ 
/* 440 */ #gistab .tabsMenu {
/* 441 */     /*margin: -76px 0 30px 0;
/* 442 *|     position: relative;
/* 443 *|     z-index: 5;*/
/* 444 */ 
/* 445 */     margin:-45px 0 30px 0;
/* 446 */ }
/* 447 */ 
/* 448 */ #gistab .tabsMenu ul,
/* 449 */ #gistab .tabsMenu li {
/* 450 */     float: left;

/* main.css */

/* 451 */     list-style: none;
/* 452 */ }
/* 453 */ 
/* 454 */ #gistab .tabsMenu ul {
/* 455 */     margin: 0;
/* 456 */     padding: 0 0 0 10px;
/* 457 */     float: left;
/* 458 */     overflow: visible;
/* 459 */ }
/* 460 */ 
/* 461 */ #gistab .tabsMenu li {
/* 462 */     cursor: pointer;
/* 463 */     margin: 0 5px 0 0;
/* 464 */     padding: 0 9px;
/* 465 */     height:25px;
/* 466 */     line-height:25px;
/* 467 */     border-radius: 5px 5px 0 0;
/* 468 */     -webkit-border-radius: 5px 5px 0 0;
/* 469 */     -khtml-border-radius: 5px 5px 0 0;
/* 470 */     -moz-border-radius: 5px 5px 0 0;
/* 471 */     -filter-border-radius: 5px 5px 0 0;
/* 472 */     display: block;
/* 473 */     background: rgba(000, 000, 000, 0.1);
/* 474 */ }
/* 475 */ 
/* 476 */ #gistab .tabsMenu li:hover {
/* 477 */     background: rgba(255, 255, 255, 0.1);
/* 478 */ }
/* 479 */ 
/* 480 */ #gistab .tabsMenu li span,
/* 481 */ #gistab .tabsMenu li span a {
/* 482 */     cursor: pointer;
/* 483 */     color: #eee;
/* 484 */     font-size: 12px;
/* 485 */     font-weight: bold;
/* 486 */ }
/* 487 */ 
/* 488 */ #gistab .tabsMenu li:hover span,
/* 489 */ #gistab .tabsMenu li:hover span a {
/* 490 */     color: #fff;
/* 491 */ }
/* 492 */ 
/* 493 */ #gistab .tabsMenu li.active {
/* 494 */     background: #FFF;
/* 495 */ }
/* 496 */ 
/* 497 */ #gistab .tabsMenu li.active span,
/* 498 */ #gistab .tabsMenu li.active span a {
/* 499 */ }
/* 500 */ 

/* main.css */

/* 501 */ #gistab .tabsMenu li.active:hover span,
/* 502 */ #gistab .tabsMenu li.active:hover span a {
/* 503 */ }
/* 504 */ 
/* 505 */ /* ====================================== Frontpage Content ====================================== */
/* 506 */ 
/* 507 */ #gistab .tab {
/* 508 */     padding: 0;
/* 509 */     position: relative;
/* 510 */     width: 630px;
/* 511 */     z-index: 9;
/* 512 */ }
/* 513 */ 
/* 514 */ #gistab #googleMap a {
/* 515 */     background-color: transparent;
/* 516 */ }
/* 517 */ 
/* 518 */ #gistab .tab .content {
/* 519 */     margin: 0;
/* 520 */     padding: 0;
/* 521 */     float: none;
/* 522 */     width: auto;
/* 523 */ }
/* 524 */ 
/* 525 */ #gistab .tab .content p {
/* 526 */     margin: 0em 0em 0.5em 0em;
/* 527 */ }
/* 528 */ 
/* 529 */ #gistab .tab .content ul {
/* 530 */ }
/* 531 */ 
/* 532 */ #gistab .tab .content ul li {
/* 533 */     list-style-image: url(/themes/miniwebsite/Schmallenberg_Sommer_1/images/list_icon.png);
/* 534 */     margin: 0 0 0 20px;
/* 535 */     padding: 2px 0;
/* 536 */ }
/* 537 */ 
/* 538 */ #gistab .tab ul#saisons {
/* 539 */ }
/* 540 */ 
/* 541 */ #gistab .tab ul#saisons li {
/* 542 */     float: left;
/* 543 */     margin: 0 20px 0 0;
/* 544 */     padding: 5px;
/* 545 */     border-radius: 5px;
/* 546 */     -webkit-border-radius: 5px;
/* 547 */     -khtml-border-radius: 5px;
/* 548 */     -moz-border-radius: 5px;
/* 549 */     -filter-border-radius: 5px;
/* 550 */     border: 1px #ddd solid;

/* main.css */

/* 551 */     list-style: none;
/* 552 */ }
/* 553 */ 
/* 554 */ #gistab .tab ul#saisons li span {
/* 555 */     display: block;
/* 556 */     border: 1px #ddd solid;
/* 557 */     margin: -6px -6px 6px -6px;
/* 558 */     text-shadow: 0 1px 0 #fff;
/* 559 */     padding: 5px;
/* 560 */     border-radius: 5px 5px 0 0;
/* 561 */     -webkit-border-radius: 5px 5px 0 0;
/* 562 */     -khtml-border-radius: 5px 5px 0 0;
/* 563 */     -moz-border-radius: 5px 5px 0 0;
/* 564 */     -filter-border-radius: 5px 5px 0 0;
/* 565 */     background: #ddd;
/* 566 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
/* 567 */     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd)";
/* 568 */     background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
/* 569 */     background: -moz-linear-gradient(top, #eee, #ddd);
/* 570 */ }
/* 571 */ 
/* 572 */ #gistab .tab ul#saisons li ul {
/* 573 */ }
/* 574 */ 
/* 575 */ #gistab .tab ul#saisons li ul li {
/* 576 */     float: none;
/* 577 */     margin: 0;
/* 578 */     padding: 0;
/* 579 */     border-radius: 0;
/* 580 */     -webkit-border-radius: 0;
/* 581 */     -khtml-border-radius: 0;
/* 582 */     -moz-border-radius: 0;
/* 583 */     -filter-border-radius: 0;
/* 584 */     border: 0;
/* 585 */ }
/* 586 */ 
/* 587 */ #gistab .tab ul#childPrice {
/* 588 */ }
/* 589 */ 
/* 590 */ #gistab .tab ul#childPrice li {
/* 591 */     float: left;
/* 592 */     margin: 0 20px 15px 0;
/* 593 */     padding: 5px;
/* 594 */     border-radius: 5px;
/* 595 */     -webkit-border-radius: 5px;
/* 596 */     -khtml-border-radius: 5px;
/* 597 */     -moz-border-radius: 5px;
/* 598 */     -filter-border-radius: 5px;
/* 599 */     border: 1px #ddd solid;
/* 600 */     list-style: none;

/* main.css */

/* 601 */ }
/* 602 */ 
/* 603 */ #gistab .tab ul#childPrice li span {
/* 604 */     margin: 0;
/* 605 */     padding: 0;
/* 606 */ }
/* 607 */ 
/* 608 */ #gistab .tab ul#childPrice li span.age {
/* 609 */     padding: 0 5px 0 0;
/* 610 */     border-right: 1px #ddd solid;
/* 611 */ }
/* 612 */ 
/* 613 */ #gistab .tab ul#childPrice li span.rabat {
/* 614 */     padding: 0 0 0 5px;
/* 615 */ }
/* 616 */ 
/* 617 */ /* ====================================== Trivago ====================================== */
/* 618 */ 
/* 619 */ #gistab .tab .programm .trivago_widget_landscape {
/* 620 */     border: 1px solid #ddd !important;
/* 621 */     text-shadow: 0 1px 0 #fff;
/* 622 */     background: #ddd !important;
/* 623 */     padding: 5px !important;
/* 624 */     border-radius: 5px;
/* 625 */     -webkit-border-radius: 5px;
/* 626 */     -khtml-border-radius: 5px;
/* 627 */     -moz-border-radius: 5px;
/* 628 */     -filter-border-radius: 5px;
/* 629 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd') !important;
/* 630 */     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd)" !important;
/* 631 */     background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)) !important;
/* 632 */     background: -moz-linear-gradient(top, #eee, #ddd) !important;
/* 633 */ }
/* 634 */ 
/* 635 */ #gistab .tab .programm .trivago_widget_landscape .trivago_no_certificate,
/* 636 */ #gistab .tab .programm .trivago_widget_landscape .trivago_rating {
/* 637 */     background: #eee !important;
/* 638 */     border: 1px #ddd solid;
/* 639 */     border-radius: 5px;
/* 640 */     -webkit-border-radius: 5px;
/* 641 */     -khtml-border-radius: 5px;
/* 642 */     -moz-border-radius: 5px;
/* 643 */     -filter-border-radius: 5px;
/* 644 */ }
/* 645 */ 
/* 646 */ #gistab .tab .programm .trivago_widget_landscape .trivago_claim,
/* 647 */ #gistab .tab .programm .trivago_widget_landscape .trivago_link,
/* 648 */ #gistab .tab .programm .trivago_widget_landscape .trivago_partner_head,
/* 649 */ #gistab .tab .programm .trivago_widget_landscape .trivago_partner {
/* 650 */     color: #333 !important;

/* main.css */

/* 651 */ }
/* 652 */ 
/* 653 */ /* ====================================== Ausstattung Tab ====================================== */
/* 654 */ 
/* 655 */ #ausstattung {
/* 656 */     width: auto;
/* 657 */     height: auto;
/* 658 */     padding: 20px;
/* 659 */     border: 1px #ddd solid;
/* 660 */     background: #ddd;
/* 661 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
/* 662 */     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd)";
/* 663 */     background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
/* 664 */     background: -moz-linear-gradient(top, #eee, #ddd);
/* 665 */     margin: 20px -15px -15px -15px;
/* 666 */     border-radius: 5px;
/* 667 */     -webkit-border-radius: 5px;
/* 668 */     -khtml-border-radius: 5px;
/* 669 */     -moz-border-radius: 5px;
/* 670 */     -filter-border-radius: 5px;
/* 671 */ }
/* 672 */ 
/* 673 */ #ausstattung h2 {
/* 674 */     text-shadow: 0 1px 0 #fff;
/* 675 */ }
/* 676 */ 
/* 677 */ #ausstattung div.ausstattung {
/* 678 */     min-height: 20px;
/* 679 */     overflow: hidden;
/* 680 */     float: left;
/* 681 */     width: 29%;
/* 682 */     background: #fff;
/* 683 */     margin: 1%;
/* 684 */     padding: 1%;
/* 685 */     border-radius: 5px;
/* 686 */     -webkit-border-radius: 5px;
/* 687 */     -khtml-border-radius: 5px;
/* 688 */     -moz-border-radius: 5px;
/* 689 */     -filter-border-radius: 5px;
/* 690 */     border: 1px #ddd solid;
/* 691 */ }
/* 692 */ 
/* 693 */ #ausstattung div.ausstattung img.ico {
/* 694 */     margin: -2px 5px 0 -2px;
/* 695 */     float: left;
/* 696 */ }
/* 697 */ 
/* 698 */ #ausstattung div.ausstattung span {
/* 699 */     vertical-align: middle;
/* 700 */     text-shadow: #fff 0 1px 0;

/* main.css */

/* 701 */ }
/* 702 */ 
/* 703 */ #ausstattung div.certBox {
/* 704 */     min-height: 24px;
/* 705 */     overflow: hidden;
/* 706 */     float: left;
/* 707 */     width: 28%;
/* 708 */     border: 0;
/* 709 */     background: #fff;
/* 710 */     margin: 1%;
/* 711 */     padding: 1%;
/* 712 */     border-radius: 5px;
/* 713 */     -webkit-border-radius: 5px;
/* 714 */     -khtml-border-radius: 5px;
/* 715 */     -moz-border-radius: 5px;
/* 716 */     -filter-border-radius: 5px;
/* 717 */ }
/* 718 */ 
/* 719 */ #ausstattung div.certBox img.ico {
/* 720 */     margin: 0 5px 0 0;
/* 721 */     float: left;
/* 722 */ }
/* 723 */ 
/* 724 */ #ausstattung div.certBox span {
/* 725 */     vertical-align: middle;
/* 726 */     color: #333;
/* 727 */ }
/* 728 */ 
/* 729 */ /* ====================================== Google Maps ====================================== */
/* 730 */ 
/* 731 */ #googleMap form br {
/* 732 */     display: none;
/* 733 */ }
/* 734 */ 
/* 735 */ #googleMap form input {
/* 736 */     border-radius: 3px;
/* 737 */     -webkit-border-radius: 3px;
/* 738 */     -khtml-border-radius: 3px;
/* 739 */     -moz-border-radius: 3px;
/* 740 */     -filter-border-radius: 3px;
/* 741 */     border: 1px solid #ddd;
/* 742 */     color: #666666;
/* 743 */     cursor: pointer;
/* 744 */     height: 20px;
/* 745 */     padding-bottom: 4px;
/* 746 */     width: 180px !important;
/* 747 */     text-shadow: #fff 0 1px 0;
/* 748 */     background: #ddd;
/* 749 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
/* 750 */     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd)";

/* main.css */

/* 751 */     background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
/* 752 */     background: -moz-linear-gradient(top, #eee, #ddd);
/* 753 */ }
/* 754 */ 
/* 755 */ #googleMap form input:hover {
/* 756 */     color: #333;
/* 757 */ }
/* 758 */ 
/* 759 */ #googleMap form input#saddr {
/* 760 */     border-radius: 3px;
/* 761 */     -webkit-border-radius: 3px;
/* 762 */     -khtml-border-radius: 3px;
/* 763 */     -moz-border-radius: 3px;
/* 764 */     -filter-border-radius: 3px;
/* 765 */     background: none repeat scroll 0 0 #FFFFFF;
/* 766 */     color: #414141;
/* 767 */     cursor: text;
/* 768 */     font-weight: normal;
/* 769 */     height: 10px;
/* 770 */     margin-bottom: 5px;
/* 771 */     padding: 3px;
/* 772 */     text-transform: none;
/* 773 */     width: 172px !important;
/* 774 */ }
/* 775 */ 
/* 776 */ #googleMap form input#saddr:hover,
/* 777 */ #googleMap form input#saddr:focus {
/* 778 */     color: #666666;
/* 779 */     text-shadow: none;
/* 780 */ }
/* 781 */ 
/* 782 */ div.gmnoprint div div {
/* 783 */     height: auto;
/* 784 */ }
/* 785 */ 
/* 786 */ div.gmnoprint div div div {
/* 787 */     overflow: visible;
/* 788 */ }
/* 789 */ 
/* 790 */ div.gmnoprint div div div form {
/* 791 */     overflow: hidden;
/* 792 */ }
/* 793 */ 
/* 794 */ div.gmnoprint div div div form br {
/* 795 */     display: none;
/* 796 */ }
/* 797 */ 
/* 798 */ div.gmnoprint div div div form input {
/* 799 */     color: #ddd;
/* 800 */     border: 0;

/* main.css */

/* 801 */     border-radius: 5px;
/* 802 */     -webkit-border-radius: 5px;
/* 803 */     -khtml-border-radius: 5px;
/* 804 */     -moz-border-radius: 5px;
/* 805 */     -filter-border-radius: 5px;
/* 806 */     cursor: pointer;
/* 807 */     font-weight: bold;
/* 808 */     height: 28px;
/* 809 */     padding-bottom: 4px !important;
/* 810 */     text-transform: uppercase;
/* 811 */     width: 200px !important;
/* 812 */     -filter-border-radius: 5px;
/* 813 */ }
/* 814 */ 
/* 815 */ div.gmnoprint div div div form input:hover {
/* 816 */     -moz-box-shadow: 0 0 5px #666;
/* 817 */     -webkit-box-shadow: 0 0 5px #666;
/* 818 */     box-shadow: 0 0 5px #666;
/* 819 */     color: #fff;
/* 820 */ }
/* 821 */ 
/* 822 */ div.gmnoprint div div div form input.search {
/* 823 */     border-radius: 5px;
/* 824 */     -webkit-border-radius: 5px;
/* 825 */     -khtml-border-radius: 5px;
/* 826 */     -moz-border-radius: 5px;
/* 827 */     -filter-border-radius: 5px;
/* 828 */     background: none repeat scroll 0 0 #FFFFFF;
/* 829 */     color: #414141 !important;
/* 830 */     cursor: text;
/* 831 */     font-weight: normal;
/* 832 */     height: auto !important;
/* 833 */     margin-bottom: 5px !important;
/* 834 */     padding: 3px !important;
/* 835 */     text-transform: none;
/* 836 */     width: 200px !important;
/* 837 */ }
/* 838 */ 
/* 839 */ div.gmnoprint div div div form input.search:hover,
/* 840 */ div.gmnoprint div div div form input.search:focus {
/* 841 */     color: #666666 !important;
/* 842 */     text-shadow: none;
/* 843 */ }
/* 844 */ 
/* 845 */ .content a {
/* 846 */     color: red;
/* 847 */     text-decoration: underline
/* 848 */ }
/* 849 */ 
/* 850 */ .content a:hover {

/* main.css */

/* 851 */     text-decoration: none
/* 852 */ }

/* jquery.lightbox-0.5.css */

/* 1   */ /**
/* 2   *|  * jQuery lightBox plugin
/* 3   *|  * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
/* 4   *|  * and adapted to me for use like a plugin from jQuery.
/* 5   *|  * @name jquery-lightbox-0.5.css
/* 6   *|  * @author Leandro Vieira Pinho - http://leandrovieira.com
/* 7   *|  * @version 0.5
/* 8   *|  * @date April 11, 2008
/* 9   *|  * @category jQuery plugin
/* 10  *|  * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
/* 11  *|  * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
/* 12  *|  * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
/* 13  *|  */
/* 14  */ #jquery-overlay {
/* 15  */ 	position: absolute;
/* 16  */ 	top: 0;
/* 17  */ 	left: 0;
/* 18  */ 	z-index: 90;
/* 19  */ 	width: 100%;
/* 20  */ 	height: 500px;
/* 21  */ }
/* 22  */ #jquery-lightbox {
/* 23  */ 	position: absolute;
/* 24  */ 	top: 0;
/* 25  */ 	left: 0;
/* 26  */ 	width: 100%;
/* 27  */ 	z-index: 100;
/* 28  */ 	text-align: center;
/* 29  */ 	line-height: 0;
/* 30  */ }
/* 31  */ #jquery-lightbox a img { border: none; }
/* 32  */ #lightbox-container-image-box {
/* 33  */ 	position: relative;
/* 34  */ 	background-color: #fff;
/* 35  */ 	width: 250px;
/* 36  */ 	height: 250px;
/* 37  */ 	margin: 0 auto;
/* 38  */ }
/* 39  */ #lightbox-container-image { padding: 10px; }
/* 40  */ #lightbox-loading {
/* 41  */ 	position: absolute;
/* 42  */ 	top: 40%;
/* 43  */ 	left: 0%;
/* 44  */ 	height: 25%;
/* 45  */ 	width: 100%;
/* 46  */ 	text-align: center;
/* 47  */ 	line-height: 0;
/* 48  */ }
/* 49  */ #lightbox-nav {
/* 50  */ 	position: absolute;

/* jquery.lightbox-0.5.css */

/* 51  */ 	top: 0;
/* 52  */ 	left: 0;
/* 53  */ 	height: 100%;
/* 54  */ 	width: 100%;
/* 55  */ 	z-index: 10;
/* 56  */ }
/* 57  */ #lightbox-container-image-box > #lightbox-nav { left: 0; }
/* 58  */ #lightbox-nav a { outline: none;}
/* 59  */ #lightbox-nav-btnPrev, #lightbox-nav-btnNext {
/* 60  */ 	width: 49%;
/* 61  */ 	height: 100%;
/* 62  */ 	zoom: 1;
/* 63  */ 	display: block;
/* 64  */ }
/* 65  */ #lightbox-nav-btnPrev { 
/* 66  */ 	left: 0; 
/* 67  */ 	float: left;
/* 68  */ }
/* 69  */ #lightbox-nav-btnNext { 
/* 70  */ 	right: 0; 
/* 71  */ 	float: right;
/* 72  */ }
/* 73  */ #lightbox-container-image-data-box {
/* 74  */ 	font: 10px Verdana, Helvetica, sans-serif;
/* 75  */ 	background-color: #fff;
/* 76  */ 	margin: 0 auto;
/* 77  */ 	line-height: 1.4em;
/* 78  */ 	overflow: auto;
/* 79  */ 	width: 100%;
/* 80  */ 	padding: 0 10px 0;
/* 81  */ }
/* 82  */ #lightbox-container-image-data {
/* 83  */ 	padding: 0 10px; 
/* 84  */ 	color: #666; 
/* 85  */ }
/* 86  */ #lightbox-container-image-data #lightbox-image-details { 
/* 87  */ 	width: 70%; 
/* 88  */ 	float: left; 
/* 89  */ 	text-align: left; 
/* 90  */ }	
/* 91  */ #lightbox-image-details-caption { font-weight: bold; }
/* 92  */ #lightbox-image-details-currentNumber {
/* 93  */ 	display: block; 
/* 94  */ 	clear: left; 
/* 95  */ 	padding-bottom: 1.0em;	
/* 96  */ }			
/* 97  */ #lightbox-secNav-btnClose {
/* 98  */ 	width: 66px; 
/* 99  */ 	float: right;
/* 100 */ 	padding-bottom: 0.7em;	

/* jquery.lightbox-0.5.css */

/* 101 */ }
