/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
/* Normalize-CSS für Sibelzahntiger */

/* Reset – basiert auf Reset von Eric Meyer (meyerweb.com) und html5doctor.com;
erweitert für Contao  */

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

/* nächster Punkt: HTML5 display-role Reset für ältere Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

nav ul { list-style: none; }

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

blockquote, q { quotes: none; }

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

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

/* Contao-spezifische Resets */
.mod_article *[class*="ce_"],
.mod_article *[class*="mod_"] { 
	margin-left: 0px;
	margin-right: 0px;
}

.mod_article *[class*="layout_"]>*, 
.mod_article *[class*="event_"]>* {
	margin-left: 0px;
	margin-right: 0px;
}

/* Ausnahmen bei Contao-spez. Reset */

.ce_hyperlink {
    margin-bottom: 1em;
}

/* Entfernt unsichbaren Rand unter img Tags */

img {
	display: block;
	vertical-align: bottom; 
}

/* Farbe, Stil und margin anpassen. */

hr {
	display: block;
	border: 0; 
	border-top: 1px dotted #555555;
	height: 1px;
	margin: 0 0 1em 0;
	padding: 0;
}

input, select { vertical-align: middle; }

/* Ende Reset */
/* Based on
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Layout ändert sich bei 600, 900, 1200 und 1800 Pixel.
 * Zusätzliche Klassengruppe für xl (ab 1800px).
 */
/* Glyphicons */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../files/Theme-Methode-m/fonts/glyphicons-halflings-regular.eot');
  src: url('../../files/Theme-Methode-m/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../files/Theme-Methode-m/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../files/Theme-Methode-m/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../files/Theme-Methode-m/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../files/Theme-Methode-m/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* Bootstrap Grid
* Layout ändert sich bei 600, 900, 1200 Pixel. */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px) {
  .container {
    width: 95%;
  }
}
/*@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}*/
/*@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2 .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,  .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,  .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,  .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,  .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,  .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,  .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,  .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,  .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}


/* 1 Verwendete Farben
   Hellblau = #dff1fd
   Dunkelblau = #475c7a
   Sehr dunkelblau = #233b5d
 */

/* 2 Allgemeines */

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/Theme-Methode-m/fonts/merriweather-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/Theme-Methode-m/fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/Theme-Methode-m/fonts/merriweather-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/Theme-Methode-m/fonts/merriweather-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/Theme-Methode-m/fonts/merriweather-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/Theme-Methode-m/fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}

/* merriweather-sans-300 - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/Theme-Methode-m/fonts/merriweather-sans-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/Theme-Methode-m/fonts/merriweather-sans-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/Theme-Methode-m/fonts/merriweather-sans-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/Theme-Methode-m/fonts/merriweather-sans-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/Theme-Methode-m/fonts/merriweather-sans-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/Theme-Methode-m/fonts/merriweather-sans-v22-latin-300.svg#MerriweatherSans') format('svg'); /* Legacy iOS */
}

html {
	height: 100%;
}

body {
  background-color: #ffffff;
  color: #475c7a;
  font-family: "Merriweather Sans", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
  font-rendering: optimizeLegibility;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  overflow-y: scroll; /* = Erzwingen des Scroll-Balkens, damit Seite nicht springt. */
  height: 100%;
}

@media (min-width:1401px) {

body {
	background-color: #475c7a;
}

}

.wrapper {
	background-color: #dff1fd;
	margin: 0 auto;
	max-width: 1400px;
	height: 100%;
}

@media (min-width:1401px) {

.wrapper {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

}

/* 3 Links */

.no-forwarding .more { display: none; }

/* 4 Typo */

h1, h2, h3, h4, h4, h5, h6 {
  font-family: "Merriweather Sans", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

@media (max-width:699px) {

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3125;
  margin-top: 0;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

@media (max-width:699px) {

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3125;
  margin-top: 0;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

}

h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

@media (max-width:699px) {

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3125;
  margin-top: 0;
  margin-bottom: 11px;
  margin-bottom: 1.6875rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media (max-width:699px) {

h4, h5, h6 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

}

p {
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
}

.textbreite {
	max-width: 750px;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

blockquote {
	font-size: 32px;
	font-size: 2rem;
}

@media (max-width:899px) {

blockquote {
	font-size: 24px;
	font-size: 1.5rem;
}

}

blockquote em {
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	float: right;
}

@media (max-width:599px) {

blockquote {
	text-align: center;
}

}

.ce_divider hr {
	margin: 32px 0 56px 0;
	margin: 2rem 0 3.5rem 0;
}

/* Links */

a {
	color: #233b5d;
}

a:visited {
	color: #475c7a;
}

a:hover {
	color: #000000;
}

a:active {
	color: #ab0039;
}

/* 5 Bilder und Videos */

.flexible, .flexible img, .ce_image img {
	height: auto;
	max-width: 100%;
}

.image_container {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.main .image_container {
	background: #ffffff;
	border: 1px solid #475c7a;
	padding: 8px;
	padding: 0.5rem;
}

.caption {
	font-style: italic;
	padding-top: 4px;
	padding-top: 0.25rem;
}

/* Galerie */

.ce_gallery, .ce_gallery ul {
	display: block;
	overflow: hidden;
}

.ce_gallery ul li {
	float: left;
	list-style-type: none;
}

.ce_gallery .image_container {
	position: relative;
	margin: 0 5px 5px 0;
}

.ce_gallery .col_first {
	clear: both;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}
 
.video-wrapper iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 6 Buttons */

input.button, .button a {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-family: "Merriweather Sans", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
	letter-spacing: 0.5px;
	letter-spacing: 0.03125rem;
  line-height: 1.42857143;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input.button, .button a {
  color: #ffffff;
  background-color: #475c7a;
  border-color: #233b5d;
}
input.button:focus,
input.button.focus,
.button a:focus {
  color: #ffffff;
  background-color: #233b5d;
  border-color: #11233d;
}
input.button:hover,
.button a:hover {
  color: #ffffff;
  background-color: #233b5d;
  border-color: #11233d;
}
input.button:active,
input.button.active,
.button a:active {
  color: #ffffff;
  background-color: #475c7a;
  border-color: #233b5d;
}
input.button:active:hover,
input.button.active:hover,
input.button:active.focus,
input.button.active.focus {
  color: #ffffff;
  background-color: #233b5d;
  border-color: #11233d;
}
input.button:active,
input.button.active {
  background-image: none;
}

/* 7 Header */

.header {
	background-color: #ffffff;
}

/* Hintergrundbilder */

.header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/header-image-marianneyoga.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #475c7a;
	height: 200px;
	/*height: 21.875rem;*/
}

@media (min-width:600px) {
.header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/header-image-marianneyoga.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #475c7a;
	height: 350px;
	height: 21.875rem;
}
}

.index .header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/header-image-start.jpg);
	background-position: left top;
	height: 580px;
	height: 36.25rem;
}

.projekte .header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/der-koerper-im-fluss-2014.jpg);
	background-position: left bottom;
}

.unterricht .header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/header-image-unterricht.jpg);
	background-position: right top;
}

.yoga .header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/Panorama-Pfalz.jpg);
	background-position: right top;
}

.tanz .header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/marianne-tanzt-solo-erhobene-Arme-1440px_web.jpg);
	background-position: right top;
}

.yota .header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/yota-gruppe-tanzt-1440px_web.jpg);
	background-position: right top;
}

.vita .header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/header-vita-web.jpg);
	background-position: right top;
}

.id-2019 .header-image, .id-2016 .header-image, .id-2014 .header-image, .id-2013 .header-image, .id-2011 .header-image, .id-2010 .header-image, .id-2009 .header-image {
	background-image: url(../../files/Theme-Methode-m/images/header-images/header-presse-web.jpg);
	background-position: right top;
}

/* Logo */

.header-image img {
	margin-top: 32px;
	margin-top: 2rem;
	width: 480px;
	width: 30rem;
}

@media (max-width:1199px) {
.header-image img {
	width: 400px;
	width: 25rem;
}
}

@media (max-width:899px) {
.header-image img {
	width: 320px;
	width: 20rem;
}
}

@media (max-width:599px) {
.header-image img {
	display: none;
}
}

.top-logo {
	display: none;
}

@media (max-width:599px) {
.top-logo {
	display: block;
}

.top-logo img {
	margin: 32px 0;
	margin: 2rem 0;
	width: 270px;
	width: 16.875rem;
}

}

@media (max-width:390px) {
.top-logo img {
	width: 230px;
	width: 14.375rem;
}

}

@media (max-width:350px) {
.top-logo img {
	margin: 32px auto;
	margin: 2rem auto;
}

}

.wordcloud {
	color: #ffffff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 300;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: right;
	text-transform: uppercase;
}

@media (max-width:599px) {

.wordcloud {
	color: #ffffff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	margin-top: 256px;
	margin-top: 16rem;
	text-align: center;
}

.wordcloud p {
	margin-bottom: 0.875rem;
}

}

/* 8 Main */

.main {
	background-color: #dff1fd;
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 48px;
	padding-top: 3rem;
	padding-bottom: 96px;
	padding-bottom: 6rem;
}

/* 10 Main Content */

.main-content {
	padding-right: 24px;
	padding-right: 1.5rem;
}

@media (max-width:599px) {

.main-content {
	padding-right: 15px;
}

}

.main-content p {
	line-height: 1.8125;
}

/* Grid Themenboxen, z.B. für Unterricht */

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 1rem;
}

.themebox {
	border: 1px solid #475c7a;
	border-radius: 2px;
	padding: 1rem;
}

.themebox h1, .themebox h2, .themebox h3, .themebox h4, .themebox h5, .themebox h6 {
  font-size: 24px;
  font-size: 1.5rem;
}

.tanz {
	border-top: 7px solid;
	border-top-color: #000357;
}
.yoga {
	border-top: 7px solid;
	border-top-color: #4A93C0;
}
.yota {
	border-top: 7px solid;
	border-top-color: #045CB5;
}

/* Sonstige Boxen */

.blockbox {
	border: 1px solid #475c7a;
	border-radius: 2px;
	padding: 1rem;
	margin-bottom: 1.5rem;
}


/* Akkordeon */

.text-akkordeon .toggler {
	font-weight: 700;
	margin-bottom: 1rem;
	text-decoration: underline;
}

.text-akkordeon .ui-state-default:before {
	content: "+";
	text-decoration: none;
}

.text-akkordeon .ui-state-active:before {
	content: "-";
	text-decoration: none;
}

/* Aktuell (Nachrichten-Archiv) */

.layout_latest {
	border-bottom: 1px dotted #475c7a;
	margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}

.info {
	font-size: 0.875em;
	font-style: italic;
}

/* Aside */

.aside {
	padding-left: 24px;
	padding-left: 1.5rem;
}

@media (max-width:599px) {

.aside {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-top: 32px;
	padding-top: 2rem;
}

}

.aside .mod_article {
	border-bottom: 1px dotted #475c7a;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
}

.adress {
  font-family: "Merriweather Sans", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

@media (min-width:600px) {

.index .adress {
	border-top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

}

.adress p {
	margin: 0 0 8px 0;
	margin: 0 0 0.5rem 0;
}

@media (max-width:599px) {

.adress {
	border-top: 1px dotted #475c7a;
	border-bottom: 1px dotted #475c7a;
  margin-top: 32px;
  padding-top: 2rem;
  text-align: center;
}

}
/* 11 Footer */

.footer {
	background-color: #dff1fd;
	border-top: 1px dotted #475c7a;
	padding-top: 32px;
	padding-top: 2rem;
	padding-bottom: 96px;
	padding-bottom: 6rem;
}

.footer-content {
}

.footer-nav-container {
	text-align: right;
	text-transform: uppercase;
}

.footer-nav-container p {
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}

.footer-nav-container p, .footer-nav-container nav {
	display: inline-block;
}

@media (max-width:600px) {

.footer-nav-container p, .footer-nav-container nav {
	display: block;
}

}

@media (max-width:599px) {

.footer-nav-container { text-align: center; }
.footer-logo img {
	margin: 0 auto 32px auto;
	margin: 0 auto 2rem auto;
	width: 250px;
	width: 15.625rem;
}

}

/* Formulare */

form {
	margin-top: 2rem;
}

.ce_form {
  font-family: "Merriweather Sans", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.widget {
	margin-bottom: 1.5rem;
}

.ce_form label, .ce_form input {
	display: block;
}

.ce_form label {
	font-size: 0.9375rem;
	font-style: italic;
}

.ce_form input[type="text"],
.ce_form input[type="email"],
.ce_form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    background-clip: padding-box;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    padding: 10px 10px 9px 10px;
    padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
    box-shadow: inset 0 1px 1px #b9cddb;
    background: #ffffff;
    border: 1px solid #475c7a;
    text-align: left;
}

/* 9 Navigation */

nav li {
	float: left;
	text-transform: uppercase;
}

nav a, nav a:visited {
	color: #475c7a;
	text-decoration: none;
}

nav a:hover, nav:active {
	color: #777777;
	text-decoration: none;
}

.main-nav {
	padding-top: 16px;
	padding-top: 1rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.main-nav {
	font-size: 20px;
	font-size: 1.25rem;
}

.main-nav ul {
	margin: 0;
	padding: 0;
}

.main-nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

.main-nav li:after {
	content: "/";
	font-weight: 300;
	padding-right: 14px;
	padding-right: 0.875rem;
	padding-left: 14px;
	padding-left: 0.875rem;
}

.main-nav li.last:after {
	content: "";
	padding-right: 0;
	padding-right: 0;
}

.main-nav li.active {
	font-weight: 700;
}

@media (max-width:599px) {

.sub-nav {
	display: none;
}

}

.sub-nav {
	margin-bottom: 64px;
	margin-bottom: 4rem;
}

.sub-nav li {
	border-bottom: 1px dotted #475c7a;
	float: none;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.25px;
	letter-spacing: 0.015625rem;
	padding: 16px 0;
	padding: 1rem 0;
	text-transform: none;
}

.sub-nav li.first {
	padding-top: 0;
}

.sub-nav li.last {
	border-bottom: 0;
}

.sub-nav li.active, .sub-nav span.active {
	font-weight: 700;
}

.sub-nav .level_2 {
	margin-left: 1rem;
	margin-top: 1rem;
}

.sub-nav a {
	display: block;
	font-weight: 300;
}

.footer-nav li {
	padding-left: 16px;
	padding-left: 1rem;
}

.footer-nav li:before {
	content: "/";
	padding-right: 14px;
	padding-right: 0.875rem;
}

@media (max-width:599px) {

.footer-nav li {
	float: none;
	padding-left: 0px;
	padding-left: 0rem;
}
.footer-nav li:before, .footer-nav li.first:before {
	content: "";
	padding-right: 0px;
	padding-right: 0rem;
}
}

@media (min-width:600px) and (max-width:824px) {

.footer-nav li.first:before {
	content: "";
	padding-right: 22px;
	padding-right: 1.375rem;
}
}

.footer-nav li.active, .footer-nav span.active {
	font-weight: 700;
}

.mod_mobile_menu {
	position: absolute;
	top: 44px;
	top: 2.75rem;
	right: 15px;
	right: 0.9375rem;
}

@media (max-width:350px) {

.mod_mobile_menu {
	position: relative;
    left: 80%;
    top: -16px;
    top: -1rem;
}

}

.mobile_menu {
	cursor: pointer;
	display: block;
	z-index: 5000;
}

.mobile_menu .inner {
	height: 100%;
	overflow-y: auto;
}

.mobile_menu_trigger { cursor: pointer; }

.mobile_menu_trigger .nav-icon {
	cursor: pointer;
	height: 45px;
	position: relative;
	width: 50px;
}

.mobile_menu_trigger .nav-icon span {
	background: #475c7a;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	height: 2px;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	width: 50px;
}

.mobile_menu_trigger .nav-icon span:nth-child(1) { top: 0px; }

.mobile_menu_trigger .nav-icon span:nth-child(2) { top: 15px; }

.mobile_menu_trigger .nav-icon span:nth-child(3) { top: 30px; }

.mobile_menu_trigger.active .nav-icon span:nth-child(1) {
	background: #475c7a;
	top: 10px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.mobile_menu_trigger.active .nav-icon span:nth-child(2) { display: none; }

.mobile_menu_trigger.active .nav-icon span:nth-child(3) {
	background: #475c7a;
	top: 10px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.mobile_menu_overlay .background { background: rgba(255,255,255,0.6) !important; }

.mobile_menu .inner {
    background: #dff1fd;
    background-color: rgba(223, 241, 253, 0.95);
    height: 100%;
    padding-top: 3rem;
    overflow-y: auto;
}

.mobile_menu nav {
	font-size: 20px;
	font-size: 1.25rem;
}

.mobile_menu ul {
	text-align: center;
	text-transform: uppercase;
}

.mobile_menu .level_2 li {
	border-bottom: 0;
	text-transform: none;
}

.mobile_menu li {
	border-bottom: 1px dotted #475c7a;
	float: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.mobile_menu .mobile-nav-start li.first { border-top: 1px dotted #475c7a; }

.mobile_menu a, .mobile_menu a:visited, .mobile_menu a:hover, .mobile_menu a:active {
	display: block;
	text-decoration: none;
}

.mobile_menu li.active a, .mobile_menu li.active span {
	display: block;
	font-weight: 700;
}

.mobile_menu li.active .level_2 a, .mobile_menu li.active .level_2 span {
	font-weight: 300;
}

@media (max-width:599px) {

.main-nav-container {
	display: none;
}

}

/* Z Hilfsklassen */

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

.block:before,
.block:after {
  content: "";
  display: table;
}

.block:after {
  clear: both;
}

.invisible {
  display: none;
}

.invisible {
  border: 0 none;
  clip: rect(0px, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

/* Cookiebar */

#cookiebar {
    background-color: #dff1fd;
    border-top: 1px solid #ffffff;
    color: #475c7a;
}
 
#cookiebar button {
    background-color: #475c7a;
}
 
#cookiebar a {
    color: #475c7a;
}

