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{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.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}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* 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}
/*!
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2016 Leo Feyer
 *
 * @license LGPL-3.0+
 */

/**
 * Reset the margin and padding of the block elements
 */

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/**
 * Basic element formatting
 */

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

caption,th,td {
	text-align:left;
	text-align:start; /* see #4596 */
	vertical-align:top;
}

abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}

blockquote,q {
	quotes:none;
}

fieldset,img {
	border:0;
}

ul {
	list-style-type:none;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

del {
	text-decoration:line-through;
}

ins {
	text-decoration:none;
}

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

/**
 * Default font settings
 */
 
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

h1 {
	font-size:1.8333em; /* 22px */
}

h2 {
	font-size:1.6667em; /* 20px */
}

h3 {
	font-size:1.5em;    /* 18px */
}

h4 {
	font-size:1.3333em; /* 16px */
}

table {
	font-size:inherit;
}

caption,th {
	font-weight:bold;
}

/**
 * Default margins
 */

h1,h2,h3,h4,h5,h6 {
	margin-top:1em;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:15px; /* Should match the font size */
}

/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */

img {
	max-width:100%;
	/*
	width: 100%;
	*/
	height:auto;
}

.ie7 img {
	-ms-interpolation-mode:bicubic;
}

.ie8 img {
	width:auto; /* see #5789 */
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:focus,
a:hover {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -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;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #191b27;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #242c43;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* Start: Custom Config */
.row.no-col-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.row.no-col-padding > div {
    padding-left: 0;
    padding-right: 0;
}
/* End: Custom Config */
.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-left: 15px;
  padding-right: 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: 480px) {
	.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: 768px) {
  .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: 992px) {
  .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 (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (max-width: 544px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 544px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 544px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 544px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 544px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------------
 * Globals
 * ----------------------------------------------------------------------------- */

.inside {
	position: relative;
}

/* --------------------------------------------------------------------------------
 * Layout
 * ----------------------------------------------------------------------------- */

#body.is-active {
    overflow: hidden;
}

#contentwrapper {
	background-color: #fff;
    position: relative;
	overflow: hidden;
    z-index: 0;
}

#headeroffset {
    background-color: rgba(255, 255, 255, 0);
    overflow: hidden;
    position: relative;
    width: 100%;
	transition: all 1s ease 0s;
    z-index: 9990;
}

#headeroffset.sticky {
    position: fixed;
}

#headeroffset:not(.is-active).sticky {
    background-color: rgba(255, 255, 255, 0.95);
} 

#top .inside,
#header .inside,
#container .inside,
#container_before .inside,
#container_after .inside,
#teaser_after .inside,
#bottom .inside {
    margin: 0 auto;
	max-width: 1680px;
}

/* --- Top
 * ---------------------------------------- */

#top {
    display: block;
    margin: 0 auto;
    position: relative;
	overflow: hidden;
    z-index: 5100;

    font-size: 12px !important;
    line-height: 16px;	
}

#top,
#top a {
    color: #fff;
}

#top .inside {
	overflow: hidden;
    padding: 0 15px;
}

#logo {
    background-image: url("../../files/theme/layout/logo_multiplot.svg");
    background-repeat: no-repeat;
    display: block;
	margin-top: 45px;
	transition: all 1s ease 0s;
    height: 100px;
    width: 165px;
}

#headeroffset.sticky #logo {
    height: 72px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 120px;
}

#headeroffset.is-active #logo {
    background-image: url("../../files/theme/layout/logo_multiplot_border-white.svg");
}

#logo > a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

#slogan {
    bottom: 0;
    color: rgb(230, 230, 230);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 75px;
    max-width: 45.5357%;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 100%;
}

#headeroffset.sticky #slogan {
	bottom: 30px;
}

#headeroffset.is-active #slogan {
	display: none;
}

#top .link-url {
    
    display: none;
    
    position: absolute;
    color: rgba(175,202,11,1);
    top: 50%;
    right: 100px;
    font-weight: 500;
    font-size: 19px;
    font-size: 1.118rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
}

#headeroffset.is-active #top .link-url {
    color: #fff;
}

/* --- Header
 * ---------------------------------------- */
 
#header {
    display: block;
    margin: 0 auto 0px;
    position: relative;
    z-index: 5000;
}

/*
body.startpage #header {
	margin-top: -60px;
    z-index: 899;
}
*/

#header .inside {
    width: 100%;
}

/* --- Header after
 * ---------------------------------------- */
 
#header_after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#header_after .inside {
    overflow: hidden !important;
}

/* --- Container before
 * ---------------------------------------- */

#container_before {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
	
    background-color: #fff;
}

#container_before .inside {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* --- Container
 * ---------------------------------------- */

#container {
    background-color: #fff;
    margin: 120px auto 0;
    max-width: 1680px;
    position: relative;
    width: 100%;
}

#container_inside {
    overflow: hidden;
}

/*
body.contentpage-sidebar #container_inside {
    margin: 0 -15px;
}
*/

#container_after {
    margin-top: 45px;
    position: relative;
	width: 100%;
}

/* --- Main
 * ---------------------------------------- */

body.contentpage-sidebar #main {
    float: left;
    left: 25%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 75%;
}

/*
body.contentpage-sidebar #main .inside {
    padding-right: 16.6667%;
}
*/

/* --- Left
 * ---------------------------------------- */

body.contentpage-sidebar #left {
    float: left;
    left: -75%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
	margin-left: 0;
}

/* --- Right
 * ---------------------------------------- */

body.contentpage-sidebar #right {
    float: left;
	position: relative;
    width: 33.3333%;
}
 
/* --- Footer
 * ---------------------------------------- */

#footer {
    display: block;
    margin: 50px auto 0;
    position: relative;
	
    background-color: #fff;
}

#footer .mod_article {
    margin: 0 auto;
	max-width: 1680px;
}

#footer,
#footer a {
    color: #000;
}

#footer a:hover {
    color: #fff;
}

#footer_before a:hover {
    color: #b4b4b4;
}

/* --- Bottom
 * ---------------------------------------- */
 
#bottom {
    display: block;
    margin: 0 auto;
    position: relative;
	
    background-color: #fff;
}

#bottom,
#bottom a {
    color: #333;
}

#bottom .inside {
    padding: 80px 15px;
}

/* --- Equalize
 * ---------------------------------------- */

.row.equalize > div {
    display: table;
	table-layout: fixed;
}

.row.equalize > div > div,
.row.equalize .inside {
    display: table-cell;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.valign-middle > div > div,
.valign-middle .inside {
    vertical-align: middle!important;
}

.valign-bottom > div > div,
.valign-bottom .inside {
    vertical-align: bottom!important;
}

/* Temp Fix ---------- */

.equalize-box {
    position: relative;
}

.equalize-box > h5.ce_headline {
	font-size: 32px;	
	font-size: 2rem;
	text-transform: uppercase;
	/*
	color: rgb(230,230,230);
	*/
	color: rgba(175, 202, 11, 0.5);
    bottom: 0;	
    position: absolute;
}

.equalize-box > .ce_text.leading {
    visibility: hidden;
}

.equalize-box > .ce_text.leading > .h1 {
    color: #000;
    display: block;
	font-size: 27px;
	font-size: 1.588rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 15px;
    margin-top: 1em;
}

/* --- Overlay
 * ---------------------------------------- */
 
#overlay {
    background-color: #afca0b;
	background-color: rgba(175,202,11,0.9);
    display: none;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

#overlay.is-active {
	display: block;
}

#overlay,
#overlay a {
    color: #595959;
}

#overlay > #overlay_container {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 145px;
}

#overlay .inside {
    margin: auto;
    max-width: 1680px;
    padding-left: 15px;
    padding-right: 15px;
}

#overlay .mhce_columns {
    margin-top: 90px;
}

/* --------------------------------------------------------------------------------
 * Article
 * ----------------------------------------------------------------------------- */

/* Artikel ---------- */

.article-wrapper.article-wrapper-boxed.two-third {
    margin-top: 30px;
}

.article-wrapper.article-wrapper-boxed > .mod_article {
    padding: 0 15px;
	margin: auto;
}

body.contentpage-sidebar #main .article-wrapper.article-wrapper-boxed > .mod_article {
	padding-left: 0;
	padding-right: 17.0732%; /* 16.6667% + 15px */
}

body.contentpage-sidebar #left .article-wrapper.article-wrapper-boxed > .mod_article {
    padding: 0;
}

body.contentpage-sidebar #main .article-wrapper.article-wrapper-boxed.two-third > .mod_article {
	padding-left: 0;
	padding-right: 34.1463%; /* 33.3333% + 15px */
}

.article-wrapper.article-wrapper-fullwidth > .mod_article {
    padding: 50px 0;
	max-width: 100%;
}

.article-wrapper.article-wrapper-background.background-v1 {
	 background-color: rgb(242,242,242);
}

.article-wrapper.article-wrapper-background.background-v2 {
	 background-color: rgba(175,202,11,1);
}

/* Module ---------- */

/* --------------------------------------------------------------------------------
 * Responsive Design
 * ----------------------------------------------------------------------------- */
 
/* --- Large devices - Desktop
 * ---------------------------------------- */

@media only screen and (max-width: 1199px) {
	body.test #header, body.test #container { background-color: rgba(255, 0, 0, 0.1); }

	#logo {
		height: 100px;
		margin-top: 45px;
		width: 167px;
	}

	#slogan {
		font-size: 25px;
		font-size: 1.563rem;
	}

	#container {
		margin-top: 105px;
	}
	
	#overlay.sticky > #overlay_container {
		top: 102px;
	}
		
	#f2 {
		margin-top: 60px;
	}
	
}

 
/* --- Medium devices - Tablet
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {
	body.test #header, body.test #container { background-color: rgba(255, 255, 255, 1); }

	#logo {
		height: 85px;
		margin-top: 30px;
		width: 143px;
	}
	
	#main,
	body.contentpage-sidebar #main {
		float: none;
		width: 100%;
		left: 0;
	}

	#container {
		margin-top: 90px;
	}

	#left,
	body.contentpage-sidebar #left {
		float: none;
		left: 0;
		margin-bottom: 30px;
		margin-top: 45px;
		width: 100%;
	}
	
	#right,
	body.contentpage-sidebar #right {
		float: none;
		width: 100%;
	}
	
	body.contentpage-sidebar #main .article-wrapper.article-wrapper-boxed > .mod_article {
		padding-right: 0;
	}
	
}

/* --- Small devices - Phone
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {
	body.test #header, body.test #container { background-color: rgba(0, 0, 255, 0.1); }

	#logo {
		height: 70px;
		margin-top: 15px;
		width: 118px;
	}

	#headeroffset.sticky #logo {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	#headeroffset.sticky #slogan {
		bottom: 15px;
	}	

	#container {
		margin-top: 60px;
	}

	#overlay.sticky > #overlay_container {
		top: 102px;
	}

	body.contentpage-sidebar #main .article-wrapper.article-wrapper-boxed.two-third > .mod_article {
		padding-right: 16.6667%;
	}	
	
}

/* --- Extra small devices - Phone
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {
	body.test #header, body.test #container { background-color: rgba(255, 255, 0, 0.1); }

	#logo,
	#headeroffset.sticky #logo {
		margin-bottom: 25px;
		margin-top: 25px;
		height: 50px;
		width: 84px;
	}
	
	#slogan {
		font-size: 20px;
		font-size: 1.25rem;
		padding-left: 15px;
		bottom: 15px;
	}

	#container {
		margin-top: 30px;
	}

	body.contentpage-sidebar #main .inside {
		padding-right: 0;
	}

	body.contentpage-sidebar #main .article-wrapper.article-wrapper-boxed.two-third > .mod_article {
		padding-right: 0;
	}
	
	#overlay > #overlay_container {
		top: 100px;
	}

}

@media only screen and (max-width: 544px) {

	#slogan {
		font-size: 16px;
		font-size: 1rem;
		margin-bottom: 3px;
		width: 100px;
	}

	#slogan {
		display: none;
	}
	
}


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

#overlay .mod_navigation {
    text-align: right;
}

#overlay .mod_navigation a {
    color: #fff !important;
}

#overlay .mod_navigation {
    line-height: 1;
}

#overlay .mod_navigation li > a:hover,
#overlay .mod_navigation li > span:hover {
    padding-right: 5px;
    transition: all 0.5s ease 0s;
}

#overlay .mod_navigation ul.level_1 > li {
    margin: 20px 0;
}

#overlay .mod_navigation ul.level_1 > li > a,
#overlay .mod_navigation ul.level_1 > li > span {
    font-size: 34px;
	font-size: 2rem;
}

#overlay .mod_navigation ul.level_2 {
    margin: 15px 0 0;
}

#overlay .mod_navigation ul.level_2 > li {
    display: inline-block;
    margin-left: 15px;
}

#overlay .mod_navigation ul.level_2 > li > a,
#overlay .mod_navigation ul.level_2 > li > span {
    font-size: 21px;
	font-size: 1.2353rem;
}

/* --------------------------------------------------------------------------------
 * Sidebar Navigation
 * ----------------------------------------------------------------------------- */
 
/* --------------------------------------------------------------------------------
 * Custom Navigation
 * ----------------------------------------------------------------------------- */

.menu_bottom .mod_customnav {
    text-align: right;
}

.mod_customnav li {
    display: inline-block;
    position: relative;
}

.mod_customnav:not(.social-icons) a {
    background-image: url("../../files/theme/layout/icon_arrow-default.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    margin-right: 16px;
    padding-right: 24px;
}

#footer .mod_customnav.quicklinks ul {
    margin: 0 -15px;
    overflow: hidden;
}

#footer .mod_customnav.quicklinks li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

#footer .mod_customnav:not(.social-icons) a:hover,
#footer .mod_customnav:not(.social-icons) a:active {
    background-image: url("../../files/theme/layout/icon_arrow-white.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 32px;
}

#footer .mod_customnav.social-icons {
    margin-top: 30px;
}

#footer .mod_customnav.social-icons li {
	margin-right: 8px;
}

/* --------------------------------------------------------------------------------
 * Navigationspfad
 * ----------------------------------------------------------------------------- */
 
/* --------------------------------------------------------------------------------
 * Mobile Navigation
 * ----------------------------------------------------------------------------- */

.c-hamburger {
	position: absolute;	
	top: 50%;	
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999;	
}

.c-hamburger {
	background-color: transparent;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 22px;
	left: 24px;
	right: 8px;
	height: 4px;
	background: #595959;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #595959;
	content: "";
}

.c-hamburger span::before {
    left: -16px;
    right: 0;
    top: -10px;
    width: auto;
}

.c-hamburger span::after {
    bottom: -10px;
    left: -8px;
    right: 0;
    width: auto;
}

.c-hamburger--htx {
	background-color: transparent;
}

.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	background-color: transparent;
}

.c-hamburger.is-active span {
	background: #fff;
    left: 8px;
    right: 8px;
    width: auto;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
	background-color: #fff;
    left: auto;
    right: auto;
	width: 100%;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

/* --------------------------------------------------------------------------------
 * Responsive Design
 * ----------------------------------------------------------------------------- */
 
/* --- Large devices - Desktop
 * ---------------------------------------- */

@media only screen and (max-width: 1199px) {
	
	.menu_bottom p,
	.menu_bottom .mod_customnav {
		text-align: center;
	}
	
}
 
/* --- Medium devices - Tablet
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {
	
}

/* --- Small devices - Phone
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {

}

/* --- Extra small devices - Phone
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {

	#overlay .mod_navigation ul.level_1 > li {
		margin: 10px 0;
	}

	#overlay .mod_navigation ul.level_2 > li {
		display: block;
		margin: 5px 0;
	}

}
 
/* --------------------------------------------------------------------------------
 * Globals
 * ----------------------------------------------------------------------------- */

@font-face {
	font-family: "RockSolid Icons";
	src: url("../../files/theme/fonts/rocksolid-icons.eot");
	src: url("../../files/theme/fonts/rocksolid-icons.eot?#iefix") format('eot'), url("../../files/theme/fonts/rocksolid-icons.woff") format('woff'), url("../../files/theme/fonts/rocksolid-icons.ttf") format('truetype'), url("../../files/theme/fonts/rocksolid-icons.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	/*
    font-size: 16px;
	*//*
	temporäre Einstellung
	*/
    font-size: 17px;
}

body {
    font-family: "futura-pt",sans-serif;
    font-size: 17px;
	font-size: 1rem;
    font-weight: 400;
	line-height: 1.4;
	color: #808080;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25;
	color: #000;
}

h1 {
	font-size: 27px;
	font-size: 1.588rem;
    font-weight: 600;
	color: #595959;
}

h2 {
	font-size: 26px;
	font-size: 1.529rem;
	font-weight: normal;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: normal;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
}

h5.ce_headline {
    color: #595959; 
	font-size: 27px;
	font-size: 1.588rem;
    font-weight: 600;
}

#main h5.ce_headline {
    margin-bottom: 30px;
    margin-top: 60px;
}

#main h5.ce_headline.first {
    margin-top: 0;
}

#footer h5.ce_headline {
	color: #000;
}

[class^="teaser-boxes-item-icon"],
[class*=" teaser-boxes-item-icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'RockSolid Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
	color: rgb(175, 202, 11);
}

a:hover,
a:focus {
	color: inherit;
    text-decoration: none;
}

.ce_text ol,
.ce_list ol {
	list-style-type: decimal;	
	padding-left: 1.5rem;
}

.ce_text ul,
.ce_list ul {
	list-style-type: disc;
	padding-left: 1.5rem
}

.ce_text.leading {
    margin-bottom: 50px;
}

.ce_text.leading.small-margin {
    margin-bottom: 15px;
}

.content-slider .ce_text.leading,
#slider .ce_text.leading {
    margin-bottom: 0;
}

.ce_text.leading > p,
.ce_text.leading li {
    color: #b4b4b4;
	font-size: 22px;
	font-size: 1.294rem;
}

body.startpage .ce_text.leading > p {
    padding-right: 16.6667%;
}

body.contentpage #main .col-lg-9 > .ce_text {
    padding-right: 16.6667%;
}

.ce_text .icon-adresse,
.ce_text .icon-telefon,
.ce_text .icon-email {
    padding-left: 48px;
}

.ce_text .icon-adresse {
    background-image: url("../../files/theme/layout/icon_marker.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.ce_text .icon-telefon {
    background-image: url("../../files/theme/layout/icon_telefon.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 24px 24px;
	font-weight: 500;
}

.ce_text .icon-email {
    background-image: url("../../files/theme/layout/icon_email.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

#left .ce_image,
#container_after .mod_article.marken .ce_image {
    border: 1px solid #e6e6e6;
    display: inline-block;
}

#container_after .mod_article.marken .ce_text {
	margin-bottom: 0;
    padding-right: 17.0732%;
}

.mod_article.marken .item-marke {
    clear: both;
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
}

.mhce_columns .ce_hyperlink {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.ce_hyperlink > a {
    font-size: 19px;
	font-size: 1.118rem;
}

.hyperlink.back {
    padding-left: 15px;
    padding-right: 15px;
}

.hyperlink.back > a {
    color: #000;
}

.ce_dlh_googlemaps + .ce_text,
.ce_dlh_googlemaps + .ce_headline,
.ce_dlh_googlemaps + .ce_list,
.ce_dlh_googlemaps + .ce_table {
    margin-top: 50px;
}

/* --- Accordion
 * ---------------------------------------- */

div + .ce_accordion {
    margin-top: 30px;
}

.ce_accordion > .ui-accordion-header {
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    cursor: pointer;
    font-size: 1.375rem;
    line-height: 1;
    padding: 30px 45px;
    transition: all 0.5s ease 0s;
}

.ce_accordion > .ui-accordion-header:hover {
    background-color: rgb(175, 202, 11);
}

.ce_accordion > .ui-accordion-header.active {
    background-color: rgb(175, 202, 11);
    border-bottom: 1px solid transparent;
}

.ce_accordion > .ui-accordion-header > .ui-accordion-header-icon:after {
    color: #000;
    content: "\002B";
    float: right;
}

.ce_accordion > .ui-accordion-header.active > .ui-accordion-header-icon:after {
    color: #fff;
    content: "\2012";
    float: right;
}

.ce_accordion .ui-accordion-content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;	
}

.ce_accordion .ui-accordion-content.ui-accordion-content-active {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.ce_accordion .ui-accordion-content > div {
	padding: 30px 45px;
}

/* --- Tabs
 * ---------------------------------------- */
 
#tabs .ui-tabs-nav {
    list-style-type: unset;
    padding: 0;
}

#tabs .ui-tabs-tab {
    background-image: url("../../files/theme/layout/icon_link.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px 32px;
	list-style: none;
}

#tabs .ui-tabs-active,
#tabs .ui-tabs-tab:hover {
    background-image: url("../../files/theme/layout/icon_link-active.svg");
}

#tabs .ui-tabs-tab a:hover {
	color: inherit;
}

#tabs #kontakt-2.ce_form,
#tabs #kontakt-3.ce_form {
	display: none;
}

/* --------------------------------------------------------------------------------
 * Module
 * ----------------------------------------------------------------------------- */

.row .mod_newslist .empty {
    padding-left: 15px;
    padding-right: 15px;
}

.mod_newslist.items-per-row-2 > .layout_latest,
.mod_newslist.items-per-row-3 > .layout_latest,
.mod_newslist.items-per-row-4 > .layout_latest {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.mod_newslist.items-per-row-2 > .layout_latest {	
    width: 50%;
}

.mod_newslist.items-per-row-3 > .layout_latest {	
    width: 33.3333%;
}

.mod_newslist.items-per-row-4 > .layout_latest {	
    width: 25%;
}

.mod_newslist .layout_latest .content_container {
    overflow: hidden;
}

.mod_newslist h2 > a {
	color: #000;
}

.mod_newslist > h2,
.mod_newsarchive > h2,
.mod_eventlist > h2,
.mod_eventarchive > h2 {
	font-size: 27px;
	font-size: 1.588rem;
    font-weight: 600;
	color: #595959;
	margin-top: 1em!important;
}

.more > a,
.event .more {
    font-size: 19px;
	font-size: 1.118rem;
}

.back {
    margin-top: 30px;
}

/* Teaser v1 ---------- */

.mod_newslist .layout_latest h2 {
    margin-top: 40px;
}

/* Teaser v2 ---------- */

.mod_newslist.newslist_teaser-v2 .layout_latest {
    margin-bottom: 45px;
}

.mod_newslist.newslist_teaser-v2 .layout_latest .image_container {
    float: left;
    padding-right: 15px;
    width: 50%;
}

.mod_newslist.newslist_teaser-v2 .layout_latest .image_container > picture {
    border: 1px solid transparent;
    display: block;
}

.mod_newslist.newslist_teaser-v2 .layout_latest.border-green .image_container > picture {
    border: 1px solid #AFCA0B;
    display: block;
}

.mod_newslist.newslist_teaser-v2 .layout_latest.border-green .image_container img {
    -webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}

.mod_newslist.newslist_teaser-v2 .layout_latest .content_container {
    padding-left: 15px;
}

.mod_newslist.newslist_teaser-v2 .layout_latest h2 {
    margin-top: 20px;
}

/* Teaser v3 ---------- */

.mod_newslist.newslist_teaser-v3 .layout_latest .image_container {
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
}

.mod_newslist.newslist_teaser-v3 .layout_latest .content_container {
	border: 1px solid #e6e6e6;
}

.mod_newslist.newslist_teaser-v3 .layout_latest .content_container > .inside {
	margin: 30px !important;
}

.mod_newslist.newslist_teaser-v3 .layout_latest h2 {
    margin-top: 20px;
}

/* Teaser v4 / featured ---------- */

.mod_newslist.newslist_teaser-v4 .layout_latest > a,
.mod_newslist.featured .layout_latest > a {
    border: 1px solid #e6e6e6;
	color: inherit;
	display: block;
}

.mod_newslist.newslist_teaser-v4 .layout_latest > a:hover,
.mod_newslist.featured .layout_latest > a:hover {
    background-color: rgba(175, 202, 11, 0.9);
    transition: all 0.5s ease 0s;
}

.mod_newslist.newslist_teaser-v4 .layout_latest > .image_container,
.mod_newslist.featured .layout_latest > .image_container {
    border: 1px solid #e6e6e6;
	display: block;
	margin-top: -1px;
}

.mod_newslist.newslist_teaser-v4 .layout_latest .content_container,
.mod_newslist.featured .layout_latest .content_container {
    margin: 30px;
}

.mod_newslist.newslist_teaser-v4 .layout_latest h2,
.mod_newslist.featured .layout_latest h2 {
    margin-top: 0;
}

.mod_newslist.newslist_teaser-v4 .layout_latest > a:hover,
.mod_newslist.featured .layout_latest > a:hover {
	color: #000;
}

/* Newsreader ---------- */

#header .mod_newsreader .layout_full .info {
    float: left;
    padding-right: 15px;
    width: 24.5454%; /* 25% - 15px */
}

#header .mod_newsreader .layout_full .image_container {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 12.7273%;
    width: 75.4545%;
}

#main .mod_newsreader .ce_image {
    margin-top: 25px;
}

#main .mod_newsreader .ce_gallery {
    padding-right: 20%;
}

/* Pagination ---------- */

.pagination li {
    display: inline;
}

.pagination li > a,
.pagination li > span {
    padding: 5px;
}

/* Newsmenü ---------- */

.mod_newsmenu li.year > a {
    color: #000;
	font-size: 26px;
	font-size: 1.529rem;
}

.mod_newsmenu ul.level_2 {
    margin-top: 15px;
}

.mod_newsmenu ul.level_2 > li > a {
    color: #000;
    font-weight: 500;
}

/* --- Events
 * ---------------------------------------- */
 
.row .mod_eventlist .empty {
    padding-left: 15px;
    padding-right: 15px;
}

.mod_eventlist.items-per-row-2 > .layout_upcoming,
.mod_eventlist.items-per-row-3 > .layout_upcoming,
.mod_eventlist.items-per-row-4 > .layout_upcoming {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.mod_eventlist.items-per-row-2 > .layout_upcoming {	
    width: 50%;
}

.mod_eventlist.items-per-row-3 > .layout_upcoming {	
    width: 33.3333%;
}

.mod_eventlist.items-per-row-4 > .layout_upcoming {	
    width: 25%;
}

.mod_eventlist > .layout_full {
    margin-bottom: 60px;
}

.mod_eventlist > .layout_upcoming .inside {
    border: 1px solid #e6e6e6;
    padding: 30px;
	transition: all ease 0.5s;
}

.mod_eventlist > .layout_upcoming > a:hover .inside {
	background-color: rgba(175, 202, 11, 0.9);
	transition: all ease 0.5s;
}

.mod_eventlist > .layout_upcoming time {
    float: left;
	text-align: center;
    width: 60px;
}

.mod_eventlist > .layout_full time,
.mod_eventreader > .layout_full time  {
    border: 1px solid #e6e6e6;
    left: 0;
    padding: 15px;
    float: left;
	position: relative;
    text-align: center;
    width: 90px;
}

.mod_eventlist time > span,
.mod_eventreader time > span {
	display: block;
	font-size:37px;
	font-size:2.3125rem;
	line-height: 1;
	color: #808080;
}

.mod_eventlist time > span.endDate,
.mod_eventreader time > span.endDate {
	font-size: 17px;
    font-size: 1rem;
    font-weight: 500;
}

.mod_eventlist time > span.year,
.mod_eventreader time > span.year {
	font-size: 17px;
    font-size: 1rem;
    font-weight: 500;
}

.mod_eventlist > .layout_upcoming .content_container {
    overflow: hidden;
    padding-left: 30px;
}

.mod_eventlist >.layout_full .content_container,
.mod_eventreader >.layout_full .content_container {
    float: left;
	margin-left: -90px;
    overflow: hidden;
    padding-left: 120px;
    padding-right: 45px;
    width: 80.8824%;
}

.mod_eventlist > .layout_full .location_container,
.mod_eventreader > .layout_full .location_container {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 19.1176%;
}

.mod_eventlist > .layout_full .location_container > .location,
.mod_eventreader > .layout_full .location_container > .location {
    color: #000;
    font-weight: 500;
}

.mod_eventlist .ce_accordion,
.mod_eventreader .ce_accordion {
    margin-bottom: 15px;
    margin-top: 15px;
}

.mod_eventlist .ce_accordion > .ui-accordion-header,
.mod_eventreader .ce_accordion > .ui-accordion-header {
    color: rgb(175, 202, 11);
    font-weight: 500;
    font-size: 17px;
	font-size: 1rem;
    border: 0 none;
    padding: 0;
}

.mod_eventlist .ce_accordion > .ui-accordion-header:hover,
.mod_eventlist .ce_accordion > .ui-accordion-header.active,
.mod_eventreader .ce_accordion > .ui-accordion-header:hover,
.mod_eventreader .ce_accordion > .ui-accordion-header.active {
	background-color: rgba(0,0,0,0)
}

.mod_eventlist .ce_accordion .ui-accordion-content,
.mod_eventlist .ce_accordion .ui-accordion-content.ui-accordion-content-active,
.mod_eventreader .ce_accordion .ui-accordion-content,
.mod_eventreader .ce_accordion .ui-accordion-content.ui-accordion-content-active {
	border: none;
}

.mod_eventlist .ce_accordion .ui-accordion-content > div,
.mod_eventreader .ce_accordion .ui-accordion-content > div {
	padding: 0;
}

.mod_eventlist h2,
.mod_eventreader h2 {
	margin-top: 0;
}

.mod_eventlist a,
.mod_eventreader a {
	color: #000;
}

.mod_eventlist .location,
.mod_eventreader .location {
	margin-bottom: 0;
}

.mod_eventlist .more {
	color: rgb(175, 202, 11);
}

/* Eventmenü ---------- */

.mod_eventmenu li.year > a {
    color: #000;
	font-size: 26px;
	font-size: 1.529rem;
}

.mod_eventmenu ul.level_2 {
    margin-top: 15px;
}

.mod_eventmenu ul.level_2 > li > a {
    color: #000;
    font-weight: 500;
}

/* --- Galerie
 * ---------------------------------------- */

.ce_gallery > ul {
    list-style-type: none;
    padding-left: 0;
}

.ce_gallery > ul li {
    padding: 15px;
}

.ce_gallery > ul.cols_2 li {
	width: 50%;
}

.ce_gallery > ul.cols_3 li {
	width: 33.3333%;
}

.ce_gallery > ul.cols_4 li {
	width: 25%;
}

.ce_gallery > ul.cols_5 li {
	width: 20%;
}

.ce_gallery .image_container {
    border: 1px solid #e6e6e6;
}

.row .ce_gallery h3 {
	padding-left: 15px;
	padding-right: 15px;
}

#cboxContent {
    margin-top: 0 !important;
}

#cboxTitle,
#cboxCurrent {
    display: none !important;
}

/* Logo Section ---------- */

#logo-section.ce_gallery {
    border: 1px solid #e6e6e6;
    padding: 15px;
}

#logo-section.ce_gallery > ul {
    margin: 0 -3px;
    text-align: center;
}

#logo-section.ce_gallery > ul li {
	background-color: #fff;
	float: none;
	display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
    width: 16.66666%; /*12,5 */
}

#logo-section img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}
 
/* --- Slider
 * ---------------------------------------- */

#slider .ce_sliderStart {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}

.slider-control {
    display: none;
}

.slide_item_content_inner p {
    color: #b4b4b4;
	font-size: 22px;
	font-size: 1.294rem;
	padding-right: 16.6667%;
}

/* --- Google Maps
 * ---------------------------------------- */

.ce_dlh_googlemaps {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.dlh_googlemap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --- Cookie-Hinweis
 * ---------------------------------------- */

.cookiebar {
    padding: 0.5em 1em;
}

.cookiebar__text {
    max-width: 1020px;
}

.cookiebar__message {
    margin-right: 0;
}

.cookiebar__button {
    font-weight: 500;
    padding: 0.25em 0.5em;
}

.cookiebar__button,
.cookiebar__button:focus,
.cookiebar__button:hover {
    background-color: rgba(175,202,11,1);
}

/* --------------------------------------------------------------------------------
 * Formulare
 * ----------------------------------------------------------------------------- */

.widget {
    margin-bottom: 10px;
}

fieldset {
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 15px;
}

label {
    width: 100%;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input:not([type]),
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;
	box-shadow: none;
    padding: 5px;
	width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input:focus:not([type]),
textarea:focus {
    background-color: #fff;
}

input.disabled {
    background-color: rgba(255, 255, 255, 0.3);
    color: #7e7e7e;
    pointer-events: none;
}

input[type="submit"] {
	background: none;
    background-image: url("../../files/theme/layout/icon_arrow-default.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 32px;
    border-radius: 0;
	border: 0 none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-image: url("../../files/theme/layout/icon_arrow-green.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 32px;
}

.widget.widget-checkbox span {
    display: block;
    margin: 5px 0;
}

.widget.widget-checkbox input {
    margin-right: 5px;
}

.widget-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}

.widget.strasse,
.widget.ort {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
}

.widget.hausnummer,
.widget.plz {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

.widget-explanation > p {
    color: #b4b4b4;
}

#footer .datenschutz a {
    color: rgb(175, 202, 11);
}

/* Kontakt Fußzeile ---------- */

#footer form {
	margin-top: 75px;
}

#footer form .col_left,
#footer form .col_right {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 54.4715%;
}

#footer form .col_right {
    width: 43.0894%;
}

#footer #btn_rm_kontakt {
    color: #b4b4b4 !important;
    display: block;
    margin: 5px;
}

#footer #btn_rm_kontakt::after {
    content: "+";
    float: right;
}

#footer #btn_rm_kontakt:hover,
#footer #btn_rm_kontakt:focus {
    color: #b4b4b4 !important;
}

#footer form .submit_container {
	margin-bottom:10px;
}

/* Buttons ---------- */

/* --------------------------------------------------------------------------------
 * Custom Elements
 * ----------------------------------------------------------------------------- */

/* --- Columns
 * ---------------------------------------- */

.mhce_columns {
    margin-bottom: 30px;
    margin-top: 30px;
}

#slider .mhce_columns {
    margin-bottom: 0;
    margin-top: 0;
}

/* --- Boxes
 * ---------------------------------------- */

.mhce_teaser-boxes.boxes-per-row-2 > div,
.mhce_teaser-boxes.boxes-per-row-3 > div,
.mhce_teaser-boxes.boxes-per-row-4 > div {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.mhce_teaser-boxes.boxes-per-row-2 > div {
	width: 50%;
}

.mhce_teaser-boxes.boxes-per-row-3 > div {
	width: 33.3333%;
}

.mhce_teaser-boxes.boxes-per-row-4 > div {
	width: 25%;
}

/* --- Kontakt Box
 * ---------------------------------------- */

/* --- Ansprechpartner
 * ---------------------------------------- */

/* --------------------------------------------------------------------------------
 * Responsive Design
 * ----------------------------------------------------------------------------- */
 
/* --- Large devices - Desktop
 * ---------------------------------------- */

@media only screen and (max-width: 1199px) {

	html {
		font-size: 16px;
	}
	
	body {
		line-height: 1.3;
	}

	#footer form .col_left {
		width: 77.8656%;
	}
	
	#footer form .col_right {
		width: 22.1344%;
	}

	.mod_newslist.newslist_teaser-v4.items-per-row-4 > .layout_latest,
	.mod_newslist.featured.items-per-row-4 > .layout_latest {
		margin-bottom: 30px;
		width: 50%;
	}
	
	.mod_newslist.items-per-row-4.featured > .layout_latest.arc_2 {
		display: none;
	}

	.mod_eventlist > .layout_upcoming .inside {
		padding: 15px;
	}

	.mod_eventlist > .layout_upcoming time {
		width: 45px;
	}

	.mod_eventlist > .layout_upcoming .content_container {
		padding-left: 15px;
	}
	
	.mod_eventlist h2,
	.mod_eventreader h2 {
		font-size: 20.5px;
		font-size: 1.28125rem;
	}
		
	#logo-section.ce_gallery > ul li {
		width: 14.2857%;
	}

}
 
/* --- Medium devices - Tablet
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {

	#footer form {
		margin-top: 15px;
	}

	.mod_newslist.newslist_teaser-v2.items-per-row-2 > .layout_latest {
		margin-bottom: 30px;
		width: 100%;
	}

	.mod_eventlist.items-per-row-4 > .layout_upcoming {
		margin-bottom: 30px;
		width: 50%;
	}

	.mod_eventlist > .layout_full .content_container,
	.mod_eventreader > .layout_full .content_container {
		padding-left: 105px;
	    margin-left: -75px;
		width: 100%;
	}
			
	.mod_eventlist > .layout_full time,
	.mod_eventreader > .layout_full time {
		width: 75px;
	}

	.mod_eventlist time > span,
	.mod_eventreader time > span {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.mod_eventlist > .layout_full .location_container,
	.mod_eventreader > .layout_full .location_container {
		margin-top: 15px;
		padding-bottom: 0;
		padding-left: 105px;
		padding-right: 45px;
		width: 100%;
	}

	#slider .row.equalize > div {
		height: 100% !important;		
	}
	
	#slider .row.equalize > div,
	#slider .row.equalize > div > div {
		display: block;
	}

	#slider .ce_sliderStart {
		bottom: auto;
		margin-top: 40px;
		position: relative;
	}	
		
	#logo-section.ce_gallery > ul li {
		width: 20%;
	}

}

/* --- Small devices - Phone
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {

	.widget.strasse, .widget.ort {
		width: 66.6667%;
	}
	
	.widget.hausnummer, .widget.plz {
		width: 33.3333%;
	}

	#footer form .col_left,
	#footer form .col_right,
	#footer form .col_left > .inner,
	#footer form .col_right > .inner {
		height: 100% !important;
		width: 100%;
	}

	.mod_newslist .layout_latest:not(.last) {
		margin-bottom: 40px;
	}

	.mod_newslist.items-per-row-2 > .layout_latest,
	.mod_newslist.items-per-row-3 > .layout_latest,
	.mod_newslist.items-per-row-4 > .layout_latest {
		width: 100%;
	}

	.mod_newslist.newslist_teaser-v4.items-per-row-4 > .layout_latest,
	.mod_newslist.featured.items-per-row-4 > .layout_latest {
		width: 100%;
	}

	.mod_newslist.newslist_teaser-v2 .layout_latest .image_container {
		float: none;
		padding: 0;
		width: 100%;
	}
	
	.mod_newslist.newslist_teaser-v2 .layout_latest .content_container {
		padding-left: 0;
	}
	
	.mod_newslist.newslist_teaser-v2 .layout_latest h2 {
		margin-top: 40px;
	}

	#header .mod_newsreader .layout_full .info {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	#header .mod_newsreader .layout_full .image_container {
		padding: 0;
		width: 100%;
	}
	
	#logo-section.ce_gallery > ul li {
		width: 25%;
	}

}

/* --- Extra small devices - Phone
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {

	#main h5.ce_headline {
		margin-top: 30px;
	}

	.ce_accordion > .ui-accordion-header {
		padding: 15px 30px;
	}

	.ce_accordion .ui-accordion-content > div {
		padding: 30px;
	}

	.widget-wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	.widget.strasse,
	.widget.ort,
	.widget.hausnummer,
	.widget.plz {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.mod_newslist .layout_latest:not(.last) {
		margin-bottom: 20px;
	}
	
	.mod_newslist.newslist_teaser-v4 .layout_latest .content_container,
	.mod_newslist.featured .layout_latest .content_container,
	.mod_newslist .layout_latest .content_container {
		height: auto !important;
	}

	.mod_eventlist.items-per-row-4 > .layout_upcoming {
		width: 100%;
	}

	.mod_eventlist > .layout_full time,
	.mod_eventreader > .layout_full time {
		padding: 10px;
		width: 65px;
	}

	.mod_eventlist time > span,
	.mod_eventreader time > span {
		font-size: 26px;
		font-size: 1.529rem;
	}

	.mod_eventlist > .layout_full .content_container,
	.mod_eventreader > .layout_full .content_container {
		padding-left: 80px;
		padding-right: 15px;
		margin-left: -65px;
	}

	.mod_eventlist > .layout_full .location_container,
	.mod_eventreader > .layout_full .location_container {
		padding-left: 80px;
		padding-right: 15px;
	}

	#slider .row.equalize > div,
	#slider .row.equalize > div > div {
	    height: auto !important;
	}
	
	.equalize-box > .ce_text.leading > p {
		display: none;
	}
	
	#slider .ce_sliderStart {
		margin-top: 20px;
	}

	#logo-section.ce_gallery > ul li {
		padding-left: 5px;
		padding-right: 5px;
		width: 33.3333%;
	}

}
