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}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;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}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body,form{margin:0;padding:0}img{border:0;line-height: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{position:relative}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
}

[class*='col-'] {
	float: left;
	padding-right: 20px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing:border-box;
}




.home #container #bgstripes .grid {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin:0;
	overflow: hidden;
}

.grid .mod_article.block{}


.home #container #bgstripes .grid .mod_article.block > *{
	max-width: 1140px;
	/*min-width: 755px;*/
	margin: 0 auto;
	padding:0 20px;
}




.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 20px 0 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 20px;
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

/*@media handheld, only screen and (max-width: 767px) {

	
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
}*/

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

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

 
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
 
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}



.row {
  margin-right: -15px;
  margin-left: -15px;
}


table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../files/charterwelten/layout/scripts/plugins/bootstrap-multiselect/fonts/glyphicons-halflings-regular.eot');
  src: url('../../files/charterwelten/layout/scripts/plugins/bootstrap-multiselect/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../files/charterwelten/layout/scripts/plugins/bootstrap-multiselect/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../files/charterwelten/layout/scripts/plugins/bootstrap-multiselect/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../files/charterwelten/layout/scripts/plugins/bootstrap-multiselect/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-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}



.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}



/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #00AAAD;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #00AAAD;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 8px 2px;
    width: 43px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #00AAAD;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 140px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}

.table-condensed > thead > tr > th.next{}

.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}
/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width:25px; height: 4px; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 3px; }
.slicknav_menu:hover .slicknav_icon-bar, .slicknav_menu .slicknav_open .slicknav_icon-bar{background:#94DDDD;}
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block;float:none;clear:both; }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a, .slicknav_nav li span { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:16px;
}
/* Button */
.slicknav_btn {
	margin: 5px 5px 6px;	
	text-decoration:none;	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
	background-color: #00AAAD;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {	
	color: #FFF;
	font-weight: bold;	
	text-shadow: 0 1px 3px #000;	
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
	background:url(/files/charterwelten/layout/images/theme/footer-logo.png) no-repeat scroll 20px 14px #00AAAD;
	padding:8px 0 5px;
	background-size:255px auto;
}
.slicknav_nav {
	color:#fff;
	margin:0;	
	padding:0;
	font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}

.slicknav_nav a, .slicknav_nav li span{

	margin:0;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
}
.slicknav_nav li >a, .slicknav_nav li > span{
	padding:5px 10px;
}

.slicknav_nav li >a > span{
    display: inline-block;
}
.slicknav_nav .slicknav_item a {
	padding:25px;
	margin:0;
}
.slicknav_nav .slicknav_item:hover, .slicknav_nav li:hover, .slicknav_nav li.active,.slicknav_nav li.trail{
	
}
.slicknav_nav li:hover a, .slicknav_nav li.active span, .slicknav_nav li.trail span, .slicknav_nav li.trail a{
color:#00AAAD;
font-weight:600;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
/* Tab style */
#scrollUp {
	bottom: 0px;
	right: 30px;
	width: 70px;
	height: 70px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	background: url(/files/charterwelten/layout/images/theme/scrolltop_small.png) no-repeat scroll 0 0 transparent;
	text-indent:-9999px;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
}
	#scrollUp:hover {
		margin-bottom: 0px;
	}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
  
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	border-radius:5px 5px 0 0;
	margin-right:3px;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
h2.resp-accordion:hover {
	background-color:#FFFFFF;
}

.resp-tab-content {
    display: none;
    padding: 25px 15px 35px;
}
.resp-tab-item {
	border: 1px solid #c1c1c1;
	border-bottom: none;
    margin-bottom: -1px !important;
}
.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 13px 15px 13px 15px !important;
	color:#00787A;
}
.resp-tab-item:hover {
	color:#00787A;
	background-color:#fff;
	border: 1px solid #c1c1c1;
	padding-bottom:12px;
}

.resp-tab-active, .resp-tab-active:hover {
    border-bottom: none;
    background-color: #fff;
	padding-bottom:13px;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 14px;
    border: 1px solid #c1c1c1;
    margin: 0 0 2px 0;
    padding: 10px 15px;
	position:relative;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    background: transparent url(../../files/charterwelten/layout/scripts/plugins/accordion/images/down.png) no-repeat right center;
	text-indent:-9000px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right:7px;
	margin-top: -13px;
}

h2.resp-tab-active span.resp-arrow {
    background: transparent url(../../files/charterwelten/layout/scripts/plugins/accordion/images/up.png) no-repeat right center;
}
h2.resp-accordion:hover .resp-arrow, h2.resp-accordion.resp-tab-active:hover span.resp-arrow {
	background-position:left center;
}



/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    height: 40px;
    border:1px solid silver;
	border-bottom:none;
    background:none repeat scroll 0 0 #FFFFFF !important;
	color:#00787A;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid silver;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: none !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
	background:none repeat scroll 0 0 #FFFFFF !important;
	border-top: 1px solid silver;
	margin-bottom:2px;
}

h2.resp-accordion:first-child {
    border-top: 1px solid silver !important;
}
.content .toern-1-woche tbody th, .content .toern-2-wochen tbody th {
	width:100px;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1000px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		color:#414141;
		font-weight:600;
    }
	h2.resp-accordion:hover, h2.resp-tab-active{
		color:#00787A;
	}

    .resp-vtabs .resp-tab-content {
        border: 1px solid silver;
    }
	.resp-tab-content-active {
		border-top:none;
	}

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../../files/charterwelten/layout/scripts/plugins/flexslider_alt/fonts/flexslider-icon.eot');
	src:url('../../files/charterwelten/layout/scripts/plugins/flexslider_alt/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../../files/charterwelten/layout/scripts/plugins/flexslider_alt/fonts/flexslider-icon.woff') format('woff'),
		url('../../files/charterwelten/layout/scripts/plugins/flexslider_alt/fonts/flexslider-icon.ttf') format('truetype'),
		url('../../files/charterwelten/layout/scripts/plugins/flexslider_alt/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 40px 0; background: #fff; border:0; position: relative; zoom: 1; height:220px;}

/*.flexslider { margin: 0 0 30px 0; background: #fff; border:0; position: relative; zoom: 1; height:300px;}*/
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

/*.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; height:300px; }
.flexslider .slides li{ zoom: 1; height:300px; } */

.loading .flex-viewport { max-height: 220px; }
.flexslider .slides { zoom: 1; height:220px;overflow:hidden; }
.flexslider .slides li{ zoom: 1; height:220px; }

.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; text-indent: -999999px; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 0px; }
.flex-direction-nav .flex-next { right: 0px; text-align: right; }
.flexslider .flex-prev { opacity: 0.6;}
.flexslider .flex-next { opacity: 0.6; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/*.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

.flex-direction-nav a{
background:url(/files/charterwelten/layout/images/theme/slidernext.png) no-repeat scroll 50% 50% transparent;
background-size:20px;
}

.flex-direction-nav a.flex-prev{
background:url(/files/charterwelten/layout/images/theme/sliderprev.png) no-repeat scroll 50% 50% transparent;
background-size:20px;

}


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 20px;
    display: block;
    height: 10px;
    text-indent: -9999px !important;
    width: 10px;
}
 

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{
 background: none repeat scroll 0 0 #226DAB;
    border: 1px solid #226DAB;
    cursor:pointer;
}

.flex-control-paging li a.flex-active{
cursor: default;
}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}



/* Flexible Slide-to-top Accordion Style*/

.st-accordion{
    width:100%;
    margin: 0 auto;
    /*min-width:315px;*/
}



.st-accordion > ul > li {

    min-height: 40px;
    border: 1px solid rgba(0,0,0,0.12);
    margin-bottom: 4px;
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 2px;

}
.st-accordion > ul li:first-child{
}
.st-accordion > ul li > a{
    display: block;
	position: relative;
    line-height: 20px;
     padding:13px 43px 13px 15px;
	outline:none;
	color:#414141;
	font-weight:600;
}
.st-accordion > ul li > a:hover{
	color:#00787A;
}


.st-accordion > ul li > a span{
	background: transparent url(../../files/charterwelten/layout/scripts/plugins/accordion/images/down.png) no-repeat right center;
	text-indent:-9000px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 7px;
	right:7px;
}
.st-accordion ul li > a:hover span{
	background-position:left center;
  
}

.st-accordion ul li.st-open, .st-accordion ul li > a:hover{
background:white;
}

.st-accordion ul li.st-open > a{
    color: #226DAB;
}
.st-accordion ul li.st-open > a span{
	background: url("../../files/charterwelten/layout/scripts/plugins/accordion/images/up.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	right:7px;
}
.st-accordion ul li.st-open > a:hover span{
	background-position:left center;
}
.mod_news4wardCategories .st-content {
    border-top: 1px solid #C0C0C0;
    padding: 10px;
}


.st-content{padding:5px 0 10px;}

.st-content.sub > ul.clr{
margin-left:15px;
display:table;
}
.st-content.sub > ul.clr li {
	list-style:none;
	margin-left:0;
	padding-right:0;
}


.st-accordion .st-content.sub > ul.clr li a {
    line-height: 1em;
    padding: 5px 12px;
    transition: none 0s ease 0s;
}

.st-accordion .st-content.sub > ul.clr li a:hover {
background:none;
}
.st-content p {
    padding: 0px 15px 0px 15px; 
}
.st-content li{
    padding: 0px 15px 0px 5px; 
    margin-bottom:5px;
	margin-left:45px;
	list-style:outside disc;
}

.st-content.sub p{
margin-bottom:15px;
}

/* .st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}*/

.ws-important-hide{display:none!important;visibility:hidden!important;position:absolute;top:-999999px}.ws-po-box button,.ws-custom-file>button,.ws-capture-file>button{display:inline-block;overflow:visible;position:relative;margin:0;border:0;padding:0;-webkit-appearance:none;appearance:none;font-family:inherit;background:transparent;cursor:pointer;font-size:inherit;line-height:inherit;touch-action:none}.ws-po-box button::-moz-focus-inner,.ws-custom-file>button::-moz-focus-inner,.ws-capture-file>button::-moz-focus-inner{border:0;padding:0}.ws-po-box button[disabled],.ws-custom-file>button[disabled],.ws-capture-file>button[disabled]{cursor:default;color:#888}[hidden]{display:none}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio{display:none;height:0;width:0;overflow:hidden}video{overflow:hidden}video,audio[controls]{display:inline-block;min-height:45px;min-width:40px}audio[controls]{width:300px}.polyfill-mediaelement>iframe{border:0;padding:0;margin:0;width:100%;height:100%}.flashblocker-assumed{min-height:20px;min-width:20px;z-index:99999}.cue-display{position:absolute!important;margin:0;padding:0!important;max-width:100%!important;max-height:100%!important;border:0!important;background:none!important;text-align:center;visibility:hidden;font-family:sans-serif;font-size:12px;white-space:pre-wrap;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cue-display b{font-weight:700}.cue-display i{font-style:italic}.cue-display u{text-decoration:underline}.cue-display span.cue-wrapper{position:absolute;left:0;bottom:0;right:0;display:block;padding:0;margin:0;width:100%;font-size:160%;color:#fff;visibility:visible!important;pointer-events:none}.cue-display .cue-line{display:block}.cue-display span.cue{display:inline-block;padding:3px 5px;background:#000;background:rgba(0,0,0,.7);color:#fff}.cue-display .description-cues{position:absolute;top:-99px;left:-99px;display:block;width:5px;height:5px;overflow:hidden}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}.placeholder-box,.placeholder-text,.details-open-indicator,progress span.progress-value{margin:0;padding:0;border:0;width:auto;background:transparent none}output{position:relative}.webshims-visual-hide{position:absolute!important;top:0!important;left:0!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important}.placeholder-box{position:relative;display:inline-block;zoom:1}.placeholder-box-input{vertical-align:bottom}.placeholder-box-left{float:left}.placeholder-box-right{float:right}.placeholder-text{position:absolute;display:none;top:0;left:0;overflow:hidden;color:#999;line-height:1;cursor:text}.placeholder-visible .placeholder-text,.placeholder-text.placeholder-visible{display:inline-block}.placeholder-box-input .placeholder-text{white-space:nowrap}.placeholder-visible{color:#999}.placeholder-focused.placeholder-visible{color:#ccc}.ws-popover{font-size:13px;display:block;visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;outline:0;padding:0 .92308em;margin:0 0 0 -.92308em;z-index:1100;min-width:3.84615em;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:visibility 400ms ease-in-out;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;direction:ltr;-webkit-tap-highlight-color:transparent}.ws-popover.ws-popover-constrained-width{box-sizing:content-box}.ws-popover.ws-is-rtl{direction:rtl;margin:0 0 0 .92308em}.ws-popover.no-transition{display:none}.ws-popover.ws-po-visible{visibility:visible;display:block}.ws-popinline{position:relative;visibility:visible;display:none}.ws-po-outerbox{position:relative;opacity:0;padding:.84615em 0 .69231em;-webkit-transform:translate(0,-100%);transform:translate(0,-100%);transition:all 400ms ease-in-out}[data-vertical=bottom] .ws-po-outerbox{-webkit-transform:translate(0,100%);transform:translate(0,100%);padding:.30769em 0 .84615em}[data-vertical=middle] .ws-po-outerbox{-webkit-transform:translate(0,0) scale(0.3);transform:translate(0,0) scale(0.3);padding:.30769em 0}.ws-popover.ws-po-visible .ws-po-outerbox,div.ws-popover[data-vertical][data-horizontal].ws-po-visible .ws-po-outerbox{opacity:1;-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}.ws-po-box{border:.07692em solid #ccc;background:#fff;color:#000;padding:.38462em .38462em .23077em}.ws-po-arrow{position:absolute;top:.30769em;left:1.53846em;display:block;width:0;height:0;border-left:.61538em solid transparent;border-right:.61538em solid transparent;border-bottom:.61538em solid #ccc;border-top:0;zoom:1}.ws-is-rtl .ws-po-arrow{left:auto;right:1.53846em}[data-horizontal=center] .ws-po-arrow{left:50%;margin-left:-.30769em}[data-horizontal=right] .ws-po-arrow{left:auto;right:1.53846em}[data-vertical=bottom] .ws-po-arrow{top:auto;bottom:.30769em;border-bottom:0;border-top:.61538em solid #ccc}html .ws-po-arrow{border-left-color:transparent;border-right-color:transparent}html .ws-po-arrow .ws-po-arrowbox{border-left-color:transparent;border-right-color:transparent}[data-vertical=middle] .ws-po-arrow{display:none}.ws-po-arrow .ws-po-arrowbox{position:relative;top:.07692em;left:-.53846em;display:block;width:0;height:0;border-left:.53846em solid transparent;border-right:.53846em solid transparent;border-bottom:.53846em solid #fefefe;border-top:0;z-index:999999999}.ws-is-rtl .ws-po-arrow .ws-po-arrowbox{left:auto;right:-.53846em}[data-vertical=bottom] .ws-po-arrow .ws-po-arrowbox{top:-.61538em;border-bottom:0;border-top:.53846em solid #fefefe}datalist{display:none}input[data-wslist]::-webkit-calendar-picker-indicator{display:none}.datalist-polyfill{position:absolute;text-align:left}.datalist-polyfill .ws-po-box{padding:.38462em 0}.datalist-polyfill .datalist-box{position:relative;max-height:15.38462em;overflow:hidden;overflow-x:hidden!important;overflow-y:auto}.datalist-polyfill .datalist-box ul,.datalist-polyfill .datalist-box li{font-size:100%;list-style:none!important}.datalist-polyfill .datalist-box ul{position:static!important;overflow:hidden;margin:0;padding:.07692em 0;height:auto!important;background-color:#fff;color:#000}.datalist-polyfill .datalist-box li{margin:.07692em 0;padding:.30769em .76923em;overflow:hidden;white-space:nowrap;cursor:default;zoom:1;overflow:hidden;text-overflow:ellipsis;background-color:#fff;transition:background-color 400ms;touch-action:none}.datalist-polyfill .datalist-box mark{font-weight:400;font-style:normal}.datalist-polyfill .datalist-box .option-value{display:block;text-overflow:ellipsis;max-width:100%;color:#000;transition:color 400ms}.datalist-polyfill .datalist-box .option-label{display:none;font-size:90%;color:#666;text-overflow:ellipsis;margin-top:.1em;transition:color 400ms}.datalist-polyfill .datalist-box .has-option-label .option-label{display:block}.datalist-polyfill .datalist-box .hidden-item{display:none!important}.datalist-polyfill .datalist-box .active-item{cursor:default;background-color:#39f}.datalist-polyfill .datalist-box .active-item .option-value{color:#fff}.datalist-polyfill .datalist-box .active-item .option-label{color:#eee}.validity-alert{display:inline-block;z-index:1000000000}.validity-alert .ws-titlevalue{display:block}.ws-errorbox{display:none;border:0;margin:0;padding:0;overflow:hidden;position:relative;clear:both;font-family:sans-serif}.ws-errorbox p{margin:2px 0 3px;padding:0;color:#a94442}progress{position:relative;display:inline-block;width:164px;height:20px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:-.2em}progress.ws-style{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border:1px solid #ddd;background:#f0f0f0}progress.ws-style::-webkit-progress-bar{border:1px solid #ddd;background:#f0f0f0;border:0 none}progress.ws-style::-moz-progress-bar{border:1px solid #ddd;background:#f0f0f0}progress.ws-style::-ms-fill{animation-name:none;border:1px solid #ddd;background:#f0f0f0}progress.ws-style>span.progress-value{left:0}progress.ws-style.ws-is-rtl>span.progress-value{left:auto;right:0}progress.ws-style::-webkit-progress-value{position:absolute;top:0;bottom:0;height:100%;background:#0063a6 url(../../files/charterwelten/layout/scripts/plugins/webshim-gh-pages/js-webshim/minified/shims/styles/progress.png);border:0}progress.ws-style::-moz-progress-bar{position:absolute;top:0;bottom:0;height:100%;background:#0063a6 url(../../files/charterwelten/layout/scripts/plugins/webshim-gh-pages/js-webshim/minified/shims/styles/progress.png);border:0}progress.ws-style::-ms-fill{animation-name:none;position:absolute;top:0;bottom:0;height:100%;background:#0063a6 url(../../files/charterwelten/layout/scripts/plugins/webshim-gh-pages/js-webshim/minified/shims/styles/progress.png);border:0}progress.ws-style>span.progress-value{display:block!important;position:absolute;top:0;bottom:0;height:100%;background:#0063a6 url(../../files/charterwelten/layout/scripts/plugins/webshim-gh-pages/js-webshim/minified/shims/styles/progress.png);border:0}progress.ws-style:indeterminate::-webkit-progress-bar{background-image:url(../../files/charterwelten/layout/scripts/plugins/webshim-gh-pages/js-webshim/minified/shims/styles/progress.gif)}progress.ws-style:indeterminate::-moz-progress-bar{background-image:url(../../files/charterwelten/layout/scripts/plugins/webshim-gh-pages/js-webshim/minified/shims/styles/progress.gif)}progress.ws-style:indeterminate{animation-name:none;background-image:url(../../files/charterwelten/layout/scripts/plugins/webshim-gh-pages/js-webshim/minified/shims/styles/progress.gif)}progress.ws-style.ws-indeterminate>span.progress-value{display:block!important;width:100%;right:0;background-image:url(../../files/charterwelten/layout/scripts/plugins/webshim-gh-pages/js-webshim/minified/shims/styles/progress.gif)}details{overflow:hidden}summary{position:relative}.closed-details-child{display:none!important}.details-open-indicator{margin:-1px 0 0;display:inline-block;margin-right:.4em;width:0;height:0;border-style:solid;border-width:.76923em .38462em 0;border-color:#000 transparent transparent;vertical-align:middle}.closed-details-summary .details-open-indicator{border-width:.38462em 0 .38462em .76923em;border-color:transparent transparent transparent #000}summary.summary-has-focus{outline:1px dotted #aaa;outline-offset:-1px}.ws-custom-file,.ws-capture-file{position:relative;overflow:hidden}.ws-custom-file>button,.ws-custom-file>input,.ws-capture-file>button,.ws-capture-file>input{box-sizing:border-box;cursor:pointer}.ws-custom-file>button,.ws-custom-file>.ws-file-value,.ws-capture-file>button,.ws-capture-file>.ws-file-value{position:relative;z-index:0;display:inline-block;padding:.38462em;border:1px solid #ccc;background:#eee;color:#333;transition:400ms all}.ws-custom-file>button,.ws-capture-file>button{margin-right:.4em;float:left}.ws-capture-file>button{padding-bottom:.30769em;padding-top:.30769em}.ws-custom-file .ws-file-value{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ws-custom-file>input[type=file],.ws-custom-file .ws-coverfile{position:absolute;top:-1%;left:-3%;bottom:-1%;right:-1%;height:102%;width:104%;z-index:9;padding:0;margin:0;border:0 none;color:transparent;background:transparent}.ws-custom-file>input[type=file]{filter:alpha(opacity=0);opacity:.00001}.ws-custom-file>input[type=file][disabled]{cursor:default;cursor:not-allowed}.ws-custom-file .ws-coverfile{background:url(../../files/charterwelten/layout/scripts/plugins/webshim-gh-pages/js-webshim/minified/shims/styles/transparent.png);z-index:10;cursor:pointer}[readonly]+.ws-custom-file .ws-coverfile{cursor:default}[disabled]+.ws-custom-file .ws-coverfile{cursor:default;cursor:not-allowed}.ws-custom-file>.moxie-shim{z-index:20}.ws-custom-file:hover>button,.ws-custom-file.ws-mouseenter>button,.ws-custom-file>input[type=file]:focus~button{background:#fff;border-color:#999;background:#eee linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.ws-custom-file:hover>.ws-file-value,.ws-custom-file.ws-mouseenter>.ws-file-value,.ws-custom-file>input[type=file]:focus~.ws-file-value{border-color:#999}.ws-custom-file.ws-active>button,.ws-custom-file>input[type=file]:active~button{border-color:#000}.ws-custom-file.ws-active>.ws-file-value,.ws-custom-file>input[type=file]:active~.ws-file-value{border-color:#000}.ws-custom-file>input[type=file][disabled]~.ws-file-value,.ws-custom-file>input[type=file][disabled]~button{border-color:#bbb;background:#eee;color:#999}.ws-sticky{top:auto;left:auto!important;right:auto!important;bottom:auto;position:static;position:-webkit-sticky;position:-ms-sticky;position:sticky;float:none!important;margin-left:0;margin-right:0}thead.ws-sticky,tbody.ws-sticky,tfoot.ws-sticky{margin-left:-.8px;margin-right:-1px}.ws-sticky.ws-sticky-on{position:fixed!important}.ws-fixedsticky-placeholder{position:static!important;visibility:hidden!important;padding:0;border:0;margin:0;left:-999px;zoom:1}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */


.streichpreis { color: #ee3a8c; text-decoration: line-through; display: inline !important; font-weight:bold}
.neuerpreis { background-color: #f9d50c; display: inline !important; font-weight:bold}
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
.dk_container,.styled-select {
 
 font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
  color:#333;
  }
  .styled-select {
   background-color: #f5f5f5;
   }
  .dk_container:focus, .styled-select:focus,.styled-select select:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none; }

.dk_toggle {
  border: 1px solid #ccc;
  color: #333;
  padding: 7px 45px 7px 10px;
 font-weight:600;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  position: relative; }
  .dk_toggle:hover, .dk_toggle:focus {
    border-color: #226DAB; }
  .dk_toggle:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B; }

.dk_focus .dk_toggle {
  border-color: #226DAB;
}

.dk_open {
  z-index: 10; }
  .dk_open .dk_toggle {
    background-color: whiteSmoke;
    border-color: #8c8c8c;
    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0; }

.dk_open_top .dk_toggle {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }
.dk_open_top .dk_options, .dk_open_top .dk_options_inner {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0; }

.dk_options {
  background: #fefefe;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    font-weight: 600;

    padding: 8px 10px; }
  .dk_options a:hover, .dk_options:focus,
  .dk_options .dk_option_current a {
    background-color: #226DAB;
    border-bottom-color: #004c72;
    color: #fff !important;
    text-decoration: none;
    }
  .dk_options li:last-child a {
    border-bottom: none; }
  .dk_options .disabled {
    cursor: default; }
    .dk_options .disabled a {
      color: #aaa; }
    .dk_options .disabled:hover, .dk_options .disabled:hover a
    .dk_options .disabled:focus, .dk_options .disabled:focus a {
      cursor: default;
      background-color: #fff;
      border-bottom-color: #999;
      text-shadow: none; }

.dk_options_inner {
  overflow:auto;
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }

.dk_container {
  display: none;


  width:auto;
  }
  .dk_container a {
    outline: 0;
 min-width:100%;
    color:#226DAB;
    overflow:hidden;
     }


  .dk_container a.dk_toggle  {
  color:#333;
  }
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  max-width: 250px;
  zoom: 1; }

.dk_open {
  position: relative; }
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
    color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch; }

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    
   .mod_faqpage.block, #faq.block{
    overflow:visible !important;
    }

/*chainform styles*/

.formholder .ce_form.segelyachten{
display:none;
opacity:0;
}

#chainform.block,#chainform .block, #chainform .chainform{
overflow:visible;
}


.btn-group{
position:relative;
height:33px;
}


#chainform legend,#anfrageformular legend {
    font-size: 16px;
    line-height: 1;
    padding:0;
    margin:0;
    }
    
#chainform legend {
    font-size: 16px;
     padding: 0 0 8px;
}

#chainform .skipperwunsch legend {
   
}
#inline .hiddenform legend {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
}



#inline .result legend,#inline .daten legend{
  padding: 30px 0 25px;
  margin:0;
}

#inline .hiddenform .angebot input {

    margin: 0 0 12px;
}

#inline .hiddenform .angebot input, .home .hiddenform .form_item.textarea textarea{
    border: 1px solid silver;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    padding: 6px 10px;
}

.home .mod_article.angebote.first.block{
overflow:visible;
}
 
 #anfrageformular #inline legend {
   font-size: 15px;
   font-weight:600;
   margin:10px 0px;
   } 
   
   .result span, .result .widget{
   font-size:13px;
   }
      

#chainform .chainform.right .ce_form label {
    display: block;
    opacity: 0;
    font-size: 12px;
    letter-spacing: -0.03em;
    line-height: 12px;
    padding-bottom: 0;
    font-weight:600;
    margin-bottom:10px !important;
    position:relative;
    top:0;
}

#chainform .chainform.right .submit{
cursor:pointer;
}

.home #chainform .formbody > fieldset {
    clear: both;
    display: table-column;
    float: left;
    margin: 0;
    /* padding: 20px 0; */
    padding: 0 0 20px;
    width: 100%;
}


.home #chainform .formbody > fieldset.fieldset.rueckgabehafen, .home #chainform .formbody > fieldset.ausgangshafen {
    clear: none;
    float: left;
    padding:0 0 20px;
     margin-right: 2%;
    width: 48%;
}

.home #chainform .formbody > fieldset.ausgangshafen{
padding:0 0 20px;
}

.home #chainform .formbody > fieldset.ausgangshafen legend,.home #chainform .formbody > fieldset.rueckgabehafen legend{

}

.home #chainform .formbody > fieldset.fieldset.ausgangshafendata{
padding-top:0;
margin-top:0;
}

#chainform .filter{
width:99.6%;
margin-bottom:40px;
}

#chainform .dropdown-menu > li > a{
background:url("/files/charterwelten/layout/images/theme/checkbox_inactive.png") no-repeat scroll 10px center transparent;
background-size:23px auto;
}

#chainform .dropdown-menu > li > a.active{
background:url("/files/charterwelten/layout/images/theme/checkbox_active.png") no-repeat scroll 10px center transparent;
background-size:23px auto;
}

#chainform .multiselect-container > li > a{
padding:0;
}

#chainform .multiselect-container > li > a, #chainform .multiselect-container > li > a > label{
display:block;
width:100%;
margin:0 !important;
outline:none !important;
border:none !important;
}

#chainform .chainform.right .ce_form .multiselect-container > li > a > label{
padding:10px 15px 10px 40px;
 font-size: 14px;
 font-weight:400;
 letter-spacing:inherit;
 margin:0;
top:0;
}

/*Fakeselect*/

#chainform  .form_item.left{
position:relative;
}

#chainform .btn-group{
width:100%;
}

#chainform .dropdown-menu {
max-height:385px;
overflow:auto;
}

#chainform  ul.singleselect { 
    width: 100%;
    -moz-user-select: none;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.42857;
    vertical-align: middle;
    white-space: nowrap;
  
    color:#333;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    text-indent: 0.01px;
    text-overflow: '';
    font-weight:400;
    font-size:14px;
    z-index:0;
    
}
 #chainform ul.singleselect.open{
 z-index:100;
 }

ul.singleselect li { padding: 5px 10px; z-index: 2; }
ul.singleselect li:not(.init) {
    background: none repeat scroll 0 0 #F8F8F8;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    display: none;
    float: left;
    width: 100%;
    position:relative;
    z-index:10;
}

ul.singleselect li:first-child + li {
margin-top:2px;
border-top: 1px solid #CCCCCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


ul.singleselect li:last-child:not(.init) {
    border-bottom: 1px solid #CCCCCC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

ul.singleselect li:not(.init):hover, ul li.selected:not(.init) { background: #226DAB;color:white; }
ul.singleselect li.init {
border-radius: 4px;
    border:1px solid #CCCCCC;
    color: #333333;
     background: #eee;
     position:relative;
     z-index:0;
  }

ul.singleselect li.init:after {
color: #AAAAAA;
    content: url("/files/charterwelten/layout/images/theme/arrowdown.png");
    font: 11px "Consolas",monospace;
    padding: 0 0 2px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 10px;
}

.rueckgabehafen ul.singleselect li.init:after {
content: '';
}

#chainform .rueckgabehafen ul.singleselect{
pointer-events: none;
}

ul.singleselect{
position:absolute;
z-index:1;
}

#chainform input.text, #chainform textarea {
    -moz-appearance: none;
    background: none repeat scroll 0 0 #eee;
    border: medium none;
    border-radius: 5px;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    outline: medium none;
    padding: 4px 8px 6px;
    text-indent: 0.01px;
    text-overflow: "";
    width:100%;
}

#chainform .count input.text {
    margin-right: 10px;
    width: 100%;
}



#chainform label {
    display: block;
    font-size: 12px;
    letter-spacing: -0.03em;
    line-height: 17px;
    margin-bottom: 8px;
}

#chainform .chainform.right .skipper label {
    display: none;
}

#chainform .chainform.right .hinfahrt label, #chainform .chainform.right .rueckfahrt label,#chainform .chainform.right .alternativehinfahrt label, #chainform .chainform.right .alternativerueckfahrt label,  #chainform .chainform.right .multi label{
opacity:1;
font-weight:400;
letter-spacing:0;
}

#chainform .icheckholder, #chainform .icheckholder fieldset {
margin:0;
}

.home #chainform fieldset > fieldset{
margin-top:0;
}


.home #chainform fieldset > fieldset.multi{
/*width:30%;*/
width:100%;
}
.home #chainform fieldset > fieldset.multi button{
width:100%;
}

.home #chainform fieldset > fieldset.multi button:after {
color: #AAAAAA;
    content: url("/files/charterwelten/layout/images/theme/arrowdown.png");
    font: 11px "Consolas",monospace;
    padding: 0 0 2px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 10px;
}


#chainform .checkbox label, #chainform .checkbox_container > span label{
height: 25px;
text-indent: 30px;
width: auto;
margin:0;
display:block;
}
#chainform .checkbox label, #chainform .checkbox_container > span label, #chainform, .dropdown-menu label {
opacity:1 !important;
}
#chainform .btn-group, .btn-group-vertical {
display:block;
}

input[type="checkbox"], input[type="radio"]{display:none;}


/*Verstecktes Formular*/
.hiddenform {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    float: left;
    padding:20px 30px 10px;
    width:100%;
}

/*Sessiondaten*/
.result{
}

.result input,.result label{
display:none;
visibility:hidden;
opacity:0;
width:0;
height:0;
}

.result > .widget{display:block;border-bottom:1px solid #c0c0c0;padding:6px 0;}

.result .skipperwunsch span.map{
/*padding-left:100px;*/
}

/*Felder*/

.hiddenform .daten {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.hiddenform  .icheckholder{}

.hiddenform  .icheckholder > fieldset{
width:100%;
}

.hiddenform .icheckholder > fieldset .newsletter_tooltip{
float:right;
margin:-4px 20px 0 0;
}

.hiddenform .icheckholder > fieldset .newsletter_tooltip:hover{
background:url(/files/charterwelten/layout/images/theme/info_active.png) no-repeat scroll 0 0 transparent;
background-size:30px auto;
}

.hiddenform .icheckholder > fieldset.newsletter span label {
    padding-left: 35px;
    text-indent: 0;
    width: auto;
    float:left;
}

.hiddenform .icheckholder span {
    display: block;
    min-height: 20px;
    position: relative;
}
.hiddenform .icheckholder fieldset{
margin-bottom: 10px;
}
.hiddenform .icheckholder fieldset:last-of-type {
margin:0;
}

#anfrageformular #inline .hiddenform .icheckholder legend{
font-weight:bold;
margin-bottom:5px;
font-size:13px;
}



.hiddenform .icheckholder > fieldset label {
    font-weight: 400;
    margin: 0;
    /*width: 100%;*/
    width:auto;
}


.hiddenform .widget input{
width:100%;
margin:0 0 10px 0;
}

.home .hiddenform .form_item, .home .hiddenform .widget {
 
    width: 49%;
    display:inline-block;
}

.home .hiddenform .result .widget {
width:100%;
margin:0;
}

.home .hiddenform .widget.textarea {
width:100%;
margin:0 0 10px 0;
}

.home .hiddenform .form_item.textarea textarea{
width:100%;
max-width:100%;
min-width:100%;
}

.home .hiddenform .widget.short {
    width: 11%;
}

.home .hiddenform .widget.short.last{

}

.home .hiddenform .widget.long{width:36%;}
.home .hiddenform .widget.last{margin:0;}

.home .hiddenform fieldset > fieldset {
    display: block;
    float: none;
    margin-top: 0;
}

.home .hiddenform .submit_container{
margin:20px 0 0;
}

#chainform .chainform.right .submit_container {
    float: right;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}

/*inputholder*/
.hiddenform h2{
font-size:19px;
margin-bottom:0px;
}

#anfrageformular #inline .angebot .radio_container.left{
max-width:51%;
}

.home #chainform .formbody > .fieldset.charterdetails,.home #chainform .formbody > .fieldset.alternative,.home #chainform .formbody > .fieldset.skipperwunsch{
  clear: none;
    display: inline-block;
    float: left;
    width: auto;
}

.home #chainform .formbody > .fieldset.charterdetails,.home #chainform .formbody > .fieldset.alternative {
    margin: 0 2% 0 0;
    max-width: 100%;
    width: 31.3%;
}

.home #chainform .formbody > .fieldset.skipperwunsch {
    max-width: 100%;
    width: 33%;
}

.home #chainform .formbody > .fieldset.charterdetails .form_item.left, .home #chainform .formbody > .fieldset.alternative .form_item.left {
    margin-right: 12px;
    width: 46.2%;
}

.home #chainform .formbody > .fieldset.charterdetails .form_item.left input, .home #chainform .formbody > .fieldset.charterdetails .form_item.left:last-child, .home #chainform .formbody > .fieldset.alternative .form_item.left:last-child{
margin-right:0;
}

.home #chainform .formbody > .fieldset.skipperwunsch .form_item.left{
width:30%;
}
.home #chainform .formbody > .fieldset.skipperwunsch .form_item.left.count{
width:85%;
}

.home #chainform .formbody > .fieldset.skipperwunsch .form_item.left.count input {
    float: left;
    width: 33%;
}


.skipperwunsch .count legend {
    margin: -42px 0 43px !important;
}

.skipperwunsch legend:last-child{

}
.home .form_item.left.datefinder, fieldset.skipper, fieldset.count {
    width: 45%;
}

.arrow {
    background: url("/files/charterwelten/layout/images/theme/slidernext.png") no-repeat scroll 0 0 / 30px auto rgba(0, 0, 0, 0);
    height: 55px;
    position: absolute;
    right: -40px;
    top: 47%;
    width: 50px;
}


.home fieldset > fieldset.condition_reckruf{
display:none;
}
.display_none{
display:none;
}

.submit a{
color:white;
}

.formholder{
height:auto;
position:relative;
}

.loader {
    background: url("/files/charterwelten/layout/images/theme/ajax-loader.gif") no-repeat scroll 0 0 / 31px auto rgba(0, 0, 0, 0);
    display: none;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 100;
}

.errormsg{
color:red;
}


.checkbox_container.katamarane legend,.checkbox_container.segelyachten legend{
display:none;
}


.webkit #inline.segelyachten .checkbox_container.katamarane {
 
}


.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{
background:#226DAB;
color:white;
}


a.btn,span.btn,div.btn {

  
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    letter-spacing: 0.8px;
   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 2px;
color:#226DAB;
font-weight:700;
text-transform:uppercase;
}

.btn-group .btn {
}


a.btn-default:hover {
color: #ebebeb;
background:#226DAB;
border-color:#226DAB;
}

a.btn-primary,span.btn-primary,.btn-primary,div.btn-primary > a{
color:white;

}
a.btn-primary,span.btn-primary,.btn-primary{
background:#226DAB;
}

div.btn-primary:hover > a{
color:#226DAB;
}
span.btn-primary.text,.btn-primary.text{
margin-top:2rem;
}

span.btn-primary:hover,.btn-primary:hover{
background:white;
color:#5085B0;
border-color:white;
}

span.submit.btn-primary:hover > a, span.btn-primary > a, .btn-primary > a{
color:unset;
}



 .angebote .angebot .dataprotection.checkbox_container > span label{
 height:auto;
 }
 
.home .hiddenform .widget.dataprotection{
width:100%;
display:block;
}

.home .hiddenform .submit_container {

    width: auto;
    clear: none;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border: none;

}

.home #inline .hiddenform .submit_container  input{
border: none;

border-radius: 4px;

box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);

padding: 6px 10px;

}
/*Formular Styling noch zu säubern -> doppelte Einträge*/

/*Style Radio and Checkboxes*/

input[type=checkbox], input[type=radio] {
	visibility: hidden;
}

 .checkbox, .radio_container > span,.checkbox_container > span label {
	width: auto;
	position: relative;
	margin-bottom:15px;
}

.checkbox label, .radio_container > span label,.checkbox_container > span label {
	cursor: pointer;
	position: relative;
	width: auto;
	height: auto;
	top: 0;
  	left: 0;
  	display:block;
  	text-indent:20px;
	background: url("/files/charterwelten/layout/images/theme/checkbox_inactive.png") no-repeat scroll 0 0 / 25px auto rgba(0, 0, 0, 0);
}

.contact .checkbox label, .contact .radio_container > span label{
  	text-indent:20px;
}

.toggler.checkbox_container > span label {
width:auto;
}


.angebote .angebot .checkbox label, .angebote .angebot .radio_container > span label, .angebote .angebot .checkbox_container > span label{
width:355px;
}

.angebote .angebot .icheckholder > fieldset:first-child{
margin-bottom:10px;
}

.angebote .angebot fieldset > fieldset > legend{
margin-bottom:5px;
}

.angebote .angebot .submit_container{
margin:20px 0 0;
}

.angebote .angebot .submit_container input{
margin:0;
/*width:0;*/
}
.checkbox_container > span,.radio_container > span{
display:block;
position:relative;
}

.radio_container > span label {
background: url("/files/charterwelten/layout/images/theme/radio_inactive.png") no-repeat scroll 0 0 / 25px auto rgba(0, 0, 0, 0);
}

#formular .formselect .radio_container > span label, .filter .radio_container > span label {
background-position: 50% 0;
line-height:85px;
 text-indent:0px;
}

.filter .radio_container > span label, .filter .radio_container > span input[type=radio]:checked + label{
background-position: center 0;
}


/**
 * Create the checkbox state for the tick
 */
.checkbox input[type=checkbox]:checked + label,  .checkbox_container > span input[type=checkbox]:checked + label{
		background: url("/files/charterwelten/layout/images/theme/checkbox_active.png") no-repeat scroll 0 0 / 25px auto rgba(0, 0, 0, 0);
}

/**
 * Create the checkbox state for the tick
 */
 .radio_container > span input[type=radio]:checked + label{
 		background: url("/files/charterwelten/layout/images/theme/radio_active.png") no-repeat scroll 0 0 / 25px auto rgba(0, 0, 0, 0);
}
 
 #formular .radio_container > span label,  #formular .checkbox_container > span label{
 display: block;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    text-indent:30px;
 font-weight:600;
 }
 
  #formular .radio_container.small > span label,  #formular .checkbox_container.small > span label{
   text-indent:0;
  }

.boxlabel{
display:inline-block;
margin-left:15px;
}

/* Seitenfilter Schiffe */
.filter {
    height: 125px;
    padding: 20px 0;
}

.filter input{display:table-cell;}
.filter label{display:block;margin-top:10px;}
.itemholder {
    display: block;
    text-align: center;
}



.filter .itemholder {
width:25%;
float:left;
}

.filter .checkbox label, .filter .radio_container > span label, .filter .checkbox_container > span label{
width:100%;
}



/*Home Form*/
.form .teaser {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    height: 100%;
    padding: 35px 25px 0 6px;
    width:32%;
}

#formular .teaser h1{
    font-size: 36px;
    line-height: 1.1em;
    margin-bottom: 20px;
}



/*Checkboxheader Home*/
.formselect {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    padding: 20px 0;
    display:inline-block;
	width:100%;
}

.formselect span {
    display: inline-table;
    vertical-align: middle;
    /*width: 32%;*/
    width:24%;
    height:50px;
    text-align:center;
}

.formselect input {
    display: inline-block;
}
.formselect label {
    display: block;
}

.home fieldset > fieldset.radio_container{
width:100%;
}


/*style selects*/
.styled-select {
   outline:none;
   width: 100%;
   height: 34px;
   overflow: hidden;
   margin-right:15px;
   } 
   
   
   /* The CSS */
#formular select {
    padding:6px 3px;
    margin: 0;
   width:100%;
   height:34px;
    background: #f8f8f8;
    color:#333;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    text-indent: 0.01px;
    text-overflow: '';
    font-weight:400;
    font-size:14px;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333;
    border:none;
    outline:none;
}

#formular input.text, #formular textarea{
 background: #eee;
  display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
       text-indent: 0.01px;
    text-overflow: '';
    font-weight:400;
    font-size:14px;
     padding:4px 8px 6px;
      color:#333;
    border:none;
    outline:none;
    height:34px;
    border-radius: 5px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.styled-select label {position:relative}
.styled-select label:after {
    content:url(/files/charterwelten/layout/images/theme/arrowdown.png);
    font:11px "Consolas", monospace;
    color:#aaa;
    right:12px; top:10px;
    padding:0 0 2px;
   
    position:absolute;
    pointer-events:none;
}
.styled-select label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

/*Startseite Form Counter */
 .counter > .button {
    background: url("/files/charterwelten/layout/images/theme/more.png") no-repeat scroll -102px 0 / 145px auto rgba(0, 0, 0, 0);
    border: none !important;
    box-shadow: none;
    height: 40px;
    min-width: 0;
    padding: 0;
    text-indent: -99999px;
    width: 40px;
    display:inline-block;
    cursor:pointer;
    position:relative;
    top:0;
}

.bestaetigungsseite-anfrage .counter{display:none;}

/*Counter Icon*/
.counter > #minus.button {background-position: -106px -53px;}

.counter > #minus.button:active,.counter > #minus.button:hover{background-position: -2px -53px;}

.counter > #plus.button:active,.counter > #plus.button:hover{background-position: -2px 0;}

 #formular .count input.text {
    margin-right: 10px;
    width: 100%;
}

fieldset > fieldset.count{width:40%;margin-left:10px;}

/*Hilfscontainer Formfeld*/
.form_item{
   width:auto;
   }
 
 /*.home .form_item.left{margin-right:2%;width:31.3%;}*/
 .home .form_item.left{margin-right:2%;width:48%;}
     
.form_item.left > label{opacity:0;}  


#chainform .form_item.left > label, .form_item.left > label.starthafen_hafen, .form_item.left > label.rueckgabehafen_hafen,.form_item.left > label.datefinder.dpd1,.form_item.left > label.datefinder.dpd2{opacity:1;}
    
  
  .home fieldset > fieldset {
    display: inline;
    float: left;
    margin-top: -16px;
	}
	
	.home fieldset.icheckholder.fullwidth > fieldset {
	margin-top:20px;
	float:none;
	display:block;
	}

    fieldset > fieldset > legend{margin:0;}
    
   .form_item.border-bottom{
   border-bottom:1px solid gray;
   padding:10px 0;
   }
   
   .form_item.border-bottom label{
   font-weight:600;
   }
   
   .form_item.border-bottom br{display:none;}
   
   .form_item.border-bottom span.mandatory{display:none;}   
   .formfield {border-bottom:1px solid gray;}
   .formfield .form_item.border-bottom{float:left;margin:0;padding-right:3px;border:none;}

.home .form_item.left.datefinder, fieldset.skipper, fieldset.count{
width:16%;
}

input.datefinder {
    margin-right: 15px;
    width: 104px;
}

input.submit,.submit_container{
clear:both;
}
.submit_container{margin:10px 20px 0 0;float:right;}



fieldset.contact,#formular fieldset.infothek{
  min-width:0;
  
  margin-right:25px;
}

fieldset.contact{
width:51.5%;
}

#formular fieldset.infothek{
padding-left:25px;
border-left:1px solid white;
margin-right:0;
width:45%;
}

.angebot .itemholder, .contact .itemholder{
clear:both;
text-align:left;
white-space:nowrap;
}

.angebot .itemholder > *, .contact .itemholder > *{
white-space:normal;
}

#formular fieldset.contact .form_item.last{
margin-right:0;
}


#formular.gradient{
margin-top:30px;
}


fieldset.col-1-2{
height:100%;
min-height:400px;
border-left:1px solid white;
padding-left:25px;
}

fieldset.col-1-2:first-of-type,fieldset.col-1-2.first-of-type {
border:none;
padding-left:0;
}

#formular.gradient .ce_form.tableless {
    padding: 15px;
    width: 100%;
    min-height:400px;
}



.gradient .ce_form h1{
color:white;
}


fieldset > .headline{
margin-bottom:45px;
}
/*extended checkbox*/

.chex {
  height:180px;
  margin:0 30px 80px 0;
  width:40%;
  min-width:135px;
}

.chex img{
max-height:100%;
width:auto;
}

.chex > .checkbox_container,.chex > .checkbox_container > span,#formular .chex > .checkbox_container > span > label{
height:100%;
width:100%;
}

.chex > .checkbox_container > span{

}

#formular .chex > label {
  color:#333333;
  text-align:left;
  padding-left:65px;
}
#formular .chex > .checkbox_container > span > label{
}

fieldset.toggler{
margin-top:25px;
display:inline-block;
width:100%;
}

.condition_reckruf{
display:none;
}

.gradient .ce_form .grid{
background:white;
}

#main .inside .gradient .ce_form .grid img{
width:auto;
}

#main .inside .gradient .ce_form .grid > .ce_image > .image_container > img{
margin:25px 0 0 25px;
display:block;
}

.formreload {
    background: url("/files/charterwelten/layout/images/theme/prevnews.png") no-repeat scroll 0 center / 30px auto rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 30px 30px;
    text-indent: 35px;
    cursor:pointer;
    float:left;
    clear:both;
    position:absolute;
    left:0;
    bottom:0;
}

.formreload:hover{
    color:#00aaad;
}




input.datefinder, fieldset.skipper .form_item.left{
    margin-right: 15px;
    width: 100%;
}



input.submit,.submit_container{
clear:both;
}

.submit_container{margin:10px 0 0 0;float:right;width:100%;}
.submit_container .submit{float:right;}
.submit_container .error{float:left;}
#form1{
position:relative;
z-index:10;
float:left;
width:100%;
clear:both;
}



/*Session Form*/
.multicontent > .form_item{float:left;}


/*.multicontent .sessiontxt:after{content:','}*/
.multicontent .sessiontxt{padding-right:10px;}

.multicontent .txt{margin-right:10px;}
.chainform{position:relative;width:64%;overflow:hidden;}
form br{display:none;}

.personendaten .form_item.border-bottom{
border:none;
float:left;
}

.personendaten .form_item.border-bottom label{
float:none;
display:block;
font-weight:400;
margin-bottom:8px;
display:none;
}



.home #chainform .formbody > fieldset.icheckholder {
    clear: both;
    float: none;
    margin: 0;
    position: relative;
    padding-bottom:0;
}

.icheckholder label,.icheckbox_minimal-green,.iradio_minimal-green{
float:left;
}

.icheckholder > fieldset {
    width: 295px;
}

.icheckholder > fieldset.radio_container span {
    display: inline-block;
    width: 90px;
}
.icheckholder > fieldset:first-child{margin-right:10px;}

label {
    font-size: 14px;
    line-height: 17px;
}
#formular label {
    display: block;
    font-size: 12px;
    letter-spacing: -0.03em;
    line-height: 17px;
    margin-bottom: 8px;
    min-height: 22px;
}


.icheckholder label, .ichecksingle > span > label{margin-left: 10px;}
legend{font-weight:600;font-size:1em;margin:15px 0 8px;}
.ichecksingle{padding:10px;}

#condition_rueckruf {
    clear: both;
    float: left;
    width: 100%;
}

#formular .ce_form.tableless {
/*  width:103%; */
}



.dropdown-menu {
  
  background-clip:padding-box;
  background-color:#FFFFFF;
  border:1px solid rgba(0, 0, 0, 0.14902);
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  /*-webkit-box-shadow:rgba(0, 0, 0, 0.172549) 0 6px 12px;
  box-shadow:rgba(0, 0, 0, 0.172549) 0 6px 12px;*/
  display:none;
  float:left;
  font-size:14px;
  left:0;
  list-style:none;
  margin:2px 0 0;
  min-width:160px;
  padding:5px 0;
  position:absolute;
  top:100%;
  z-index:1000;
}

#formular .count label, #formular .skipper .form_item > label{
display:none;
}

#formular .count legend, #formular .skipper legend{
margin-bottom:25px;
}


#formular .count .counter{
float:left;
}


.angebot *, .angebot ::after, .angebot ::before, .contact *, .contact ::after, .contact ::before{
box-sizing:inherit;
}

.angebot .submit_container, .contact .submit_container {
  float:right;
  margin:10px 0;
}

.home .ausgangshafendata .form_item.left:last-of-type,.home #chainform .formholder .formbody > fieldset.fieldset.rueckgabehafen{
margin:0;
}

.home .form_item.left,.home #chainform .formholder .formbody > fieldset.ausgangshafen,.home #chainform .formholder .formbody > fieldset.fieldset.rueckgabehafen{
width:49%
}
/*Ajax Bestätigung*/

.ce_form .grid {
    margin: 0 auto;
    max-width: auto;
    min-width: 0;
    overflow: auto;
    width: 100%;
    padding:0;
}


.ce_form .ce_text {
  text-align:center;
}

.ce_form .ce_text br{
display:block;
}

.ce_form .ce_text p {
  font-size:14px;
 line-height:28px;
color: #00aaad;
}

.ce_form .ce_text .image_container{
margin:25px 0;
}

.ce_form .ce_text .image_container img{

}

.ce_form .image_container img{
max-width:100%;
height:auto;
}

p.error{
display:none;
}

input.error{
border:1px solid red;
}
span.error{
color:red;
}
#main .mod_hc_mailchimp_subscribeFormShort span.error {
	width:280px;
	display:inline-block;
}
#main .mod_hc_mailchimp_subscribeFormShort input {
	margin:0 10px 10px 0;
}

.angebote .ce_form{
width:100%;
font-size:13px !important;
}

.angebote .ce_form p{
font-size:13px;
line-height:20px;
}
.angebote .ce_form br{
display:none;
}
.angebote .ce_form .daten legend, .ce_form fieldset.angebot legend {

  font-size:13px;
  font-weight:600;
  padding:15px 0 10px;
}

.ce_form fieldset.angebot legend, .ce_form fieldset.contact legend {
display:none;
}



.angebot .radio_container.left > span,
.contact .radio_container.left > span {
  display:inline-block;
  width:45%;
}


.contact .radio_container.left > span{
}


.angebot .radio_container.left, .angebot .checkbox_container.left, .contact .radio_container.left, .contact .checkbox_container.left{
float: none;

display: inline-block;
}

.widget-radio.left{
float: none;

display: inline-block;
}


.angebot .radio_container > span label, .angebot .checkbox_container > span label, 
.contact .radio_container > span label, .contact .checkbox_container > span label {
  line-height:22px;
  text-indent:32px;
/*  width:auto; */
  font-size:13px;
  background-size:21px !important;
}

.angebot .explanation span,
.contact .explanation span {
  display:block;
  font-size:21px;
  margin-top:5px;
}
.angebot .radio_container.left{
  max-width:40%;
  min-width:20%;
}
.contact .radio_container.left{
width:50%;
}


.angebot .checkbox_container.left{
  max-width:50%;
  min-width:20%;

}

.contact .checkbox_container.left{
width:45%;
}

.angebot .radio_container.left, .angebot .checkbox_container.left,
.contact .radio_container.left, .contact .checkbox_container.left{
float:none;
display:inline-block;
}

.angebot .radio_container.left, .angebot .checkbox_container.left{
float:left;
}

.angebot .form_item.left > label,
.angebot .form_item.left > label{
display:none;
}

.gradient .angebot input, .gradient .angebot textarea{
width:250px;
}

.gradient .angebot textarea{
min-width:512px;
max-width:512px;
border:none;
background:#F8F8F8;
border-radius:5px;
min-height:120px;
}

.gradient .angebot input.long{
width:180px;
}

.gradient .angebot input.short{
width:60px;
}

.angebot .long {

  width:140px;
}

.angebot .long.last {
  margin-right:0px;
}

.angebot .short{
width:45px;
  margin-right:10px;
}

.contact input{
width:100%;
margin:0;
}

.contact .form_item.left{
width: calc((100% - 10px) / 2);
margin-right: 10px;
}


.contact .form_item.left.textarea, .contact .form_item.left.textarea textarea{
width:99.5%;
height:180px;
  max-height:180px;
  min-height:180px;
}

.contact .form_item.left.textarea{
margin-bottom:25px;
}

.contact .widget.short{
width:10%;
margin-right:10px !important;
display:inline-block;
}


.contact .widget.long{
width:36.4%;
margin-right:10px;
display:inline-block;
}

.contact .form_item.short input,.contact .form_item.long input {
  width:100%;
}

.angebot input, .contact input{
font-size:13px;
padding:3px;
}

.angebot input, .angebot textarea {
    border: 1px solid silver;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    padding: 6px 10px;
}

.angebot input{
width:195px;
margin-right:10px;
}

.angebot input.last{
margin-right:0px;
}

.angebot input{
margin-bottom:10px;
}
.angebot textarea {
  height:75px;
  max-height:75px;
  max-width:400px;
  min-height:75px;
  min-width:400px;
  width:400px;
  font-size:13px;
padding:3px;
}

#select-multiple-content input {
  display:block;
  opacity:1;
  visibility:visible !important;
  z-index:0;
}

.ce_form .ce_text p br{
display:block;
}

.icheckholder > fieldset.condition_reckruf{
width:100%;
}

.errorpage #wrapper{

}
.errorpage #container{

}

.errorpage #container,.errorpage #bgstripes{

}

.errorpage #bgstripes{

}

.errorpage #main {
    padding: 0 20px;
}

.errorpage #formular.gradient{

}

.errorpage .headlinecontainer{
margin:60px 0;
}

.errorpage .textcontent{
    padding: 30px;
}

.gradient .ce_form h1.errorpage {
    color: #a7d7d7;
    font-size: 65px;
    line-height: 72px;
    text-transform: uppercase;
    font-weight:700;
}

.kontakt .explanation{
margin-top:50px;
}

.angebot input.user-error, .angebot textarea.user-error,#inline .hiddenform .angebot input.user-error, .home .hiddenform .form_item.textarea textarea.user-error{
border:1px solid red;
}
.ie.home #chainform .formbody > fieldset {
display:block;
}

.contact .itemholder.boxes{
 white-space:nowrap;
 }
  .contact .itemholder.boxes > *{
width:50%;
display:inline-block;
vertical-align:middle;
 white-space:normal;
 float:none;
}

 .contact .itemholder.boxes > * > *{
 width:100%;
 }
 
 #formular .contact label{
 opacity:0
 }
 
 #formular .contact .radio_container > span, #formular .contact .checkbox_container{
  margin:0;
 }
#formular .contact .radio_container > span label, #formular .contact .checkbox_container > span label{

 opacity:1 !important;
}

.contact .widget.textarea{
margin-bottom:20px;
}


.contact .widget.textarea textarea {

    width: 99.5%;
    height: 180px;
    max-height: 180px;
    min-height: 180px;

}

.contact .submit_container{
width:auto;
}

.contact .submit_container > input{
text-transform:uppercase;
}

.submit_container.btn{
width:auto;
padding: 6px 16px;

font-size: 14px;

line-height: 1.42857143;

text-align: center;

letter-spacing: 0.8px;

box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);

border-radius: 2px;

color: #226DAB;

font-weight: 700;

text-transform: uppercase;
}

.submit_container.btn > *{
text-transform:uppercase;
font-weight:700;
}

#formular.gradient .ce_form h1{
margin-bottom:20px;
}


/*NEU*/
.angebot .daten{
white-space:nowrap;
}
.angebot .daten > .widget {
    display: inline-block;
    width: 50%;
    white-space: normal;
    float: none;
    vertical-align: top;
}

#anfrageformular #inline .angebot .daten .radio_container.left {

    width: 100%;
    width: auto;
    float: none;
    display: block;
    max-width: none;
    min-width: 0;
    white-space: nowrap;

}

.angebot .radio_container.left, .angebot .checkbox_container.left{
float: none;

max-width: none;

width: 100%;
}

#anfrageformular #inline .angebot .daten .radio_container.left > span{
    display: inline-block;
    position: relative;
    width: 50%;
    white-space: normal;

}

.angebote .angebot .checkbox label, .angebote .angebot .radio_container > span label, .angebote .angebot .checkbox_container > span label {

    width: auto;
    position: relative;
    left: 0;
    top: 0;
    text-indent: 30px;
    display: inline-block;

}

.angebot .widget > label{
display:none;
}

.textarea{
width:100%;
}


.home .hiddenform .widget.textarea textarea{
width:100%;
max-width:none;
min-width:0;
}

.hiddenform h2 {

    font-size: 19px;
    margin-bottom: 0px;
    line-height: 1.65rem;

}

#inline.katamarane .widget-checkbox.katamarane, #inline.segelyachten .checkbox_container.segelyachten{
position: absolute;
display: none;
}

#inline.segelyachten .widget-checkbox.katamarane, #inline.katamarane .widget-checkbox.segelyachten{
display: inline-block;
height: 20px;
position: relative;
top: 7rem;

z-index: 100;
}

#inline.katamarane .widget-checkbox.segelyachten{
top:6rem;
}

fieldset.icheckholder > .widget{
width:100%;
display:block;
}


.angebot .icheckholder .checkbox_container > span label, .angebot .dataprotection .checkbox_container > span label {

    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;

}

.fancybox-wrap, .fancybox-skin {

    background: #226DAB !important;

}
.fancybox-skin{
padding:10px !important;
}
/*NEU*/
/*
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    
font-display: swap;   
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff2') format('woff2'),  /* Super Modern Browsers */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-700.woff2') format('woff2') , /* Super Modern Browsers */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/charterwelten/layout/styles/basic/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}





*{margin:0;padding:0;outline:0;}

/*FixedFooter*/


html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-display:auto;
}


html, body {
min-height: 100%;
width:100%;
}

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -15em;
background:url(/files/charterwelten/layout/images/theme/Form-Gradient-BG.jpg) repeat-y scroll 0 0 transparent;
background-size:contain;

font-size:16px;line-height:28px;color:rgba(0,0,0,0.72)
}

#footer, .push {
height: 22em;

}

body{
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:100%;
line-height:100%;
color:#414141;
}

/*Elements*/
h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', sans-serif;margin:0;}
h1, .h1 {
   /* font-size: 2.3em;*/
   font-size:28px;
    line-height: 28px;
    color: #00787A;
    font-weight:600;
    
}
h2{color: #00787A;line-height: 40px;font-size:28px;font-weight:600;}
h3{line-height: 1.25em;font-size:21px;color: #00787A;}
h4 {
  font-size:18px;
}
h5{}
h6 {
  font-size:0.85em;
  font-weight:600;
}
b, strong, .bold, p a {
	font-weight:700 !important;
}
.content table{
width:100%;

}
.content thead{
}
.content thead th{
font-weight:700 !important;
}
.content tr,.cc_schiffe .details > span{
border-bottom:1px solid rgba(0,0,0,0.12);
}
.content td, .content thead th,.cc_schiffe .details > span {padding: 10px;}
.content tbody th{
	background-color:#CEEFEF;
	padding:10px;
}

.cc_schiffe .details > span{
padding-left:0;
padding-right:0;
}

.cc_schiffe .details > span:last-of-type{
border:none;
}

.cc_schiffe .yacht_item .teaserimage{
padding:0;
}

.txtshadow{
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.teaser .headlinecontainer{
min-height:60px;
}

.image_container{line-height:0;}

/*#container p,#main li,#container a,#container span{font-size:0.95em;line-height:1.35em;}*/
/*p,#main li, a, span{font-size:0.85em;line-height:1.7em;}*/

p,#main li, a, span, th,td{}


p:last-child{margin:0;}


li{list-style-type:0;}

a{text-decoration:none;color:inherit;}

/* Hover's */
.pageheader .mod_breadcrumb a:hover, #right a:hover, .ce_text a:hover, #horizontalTab a:hover, .ce_hyperlink a:hover, td.typ a:hover {
	color:#004278;
}
#right .newsteaser_right a:hover{
	border-bottom:none;
}

.ce_text .teaserlink a:hover{
border-bottom:none !important;
}

.dk_options a:hover {
border-bottom: 1px solid #999 !important;
}

.dk_toggle:hover{
border-bottom:1px solid #8c8c8c !important;
}

#right a.footerlink:hover, #right .newsteaser_right .boxfooter:hover {
	border-bottom: none;
	color:white;
}
#right a.footerlink:hover .boxfooter, #right .newsteaser_right .boxfooter:hover {
	background-color:#66ccce;
}
/* Hover's end */


.ce_text a, p > a, .ce_hyperlink a{}
ul{margin:0;}
th {font-weight:600 !important;}

#main ul{}
#main ol{}
#main ul li{
}

.st-content li{

}

.st-content li:before,#main .ce_text ul li:before{}
#main ol li{}


#main .ce_text ul li,#main .ce_list ul li  {
    list-style: disc outside none;
    margin-left: 35px;
    padding-left: 10px;
}

/*farben: Farbe wird über css klasse zugewiesen*/

.bggreen,.teaserlink a,.teaserlink span.more, .footer_left.halfwidth.right .ce_form input.submit, .ce_form.newsletter_form input.submit{background-color: #00aaad;color:white;}
.bggray, .main_top_navi .mod_navigation ul li.trail span, .main_top_navi .mod_navigation ul li.trail a,.main_top_navi .mod_navigation ul li.active span,.main_top_navi .mod_navigation ul li.active a,.main_top_navi .mod_navigation ul li.active:hover a, .main_top_navi .mod_navigation ul li a:hover{background-color: #414141;color:white;}
.bgwhite,.teaser_content,.header_bottom, #header span, #header a:hover,#header .mod_navigation ul li.trail a {background-color: white;color:#414141;}

.pageheader a:hover, a, .fontgreen, #header .mod_navigation ul li a:hover, #header .mod_navigation ul li.active span,#header .mod_navigation ul li.trail span,#header .mod_navigation ul li.trail a{color: #00787A;}
.filter label,.fontgray{color: #414141;}
.fontwhite,.main_top_navi, #header .mod_navigation ul li a, .main_top_navi a,.gradient,#container .teaser .title{color: white;}
.fontsilver,#footer a, #footer span{color:#969696;}

/*float Klassen*/
.left,.cloud li{float:left;}
.right{float:right;}
.fullwidth{width:100%;}
.halfwidth{width:49.5%;}

 .gradient ,#container .teaser .title{background: url("/files/charterwelten/layout/images/theme/Form-Gradient-BG.jpg") repeat-y scroll 0 0 rgba(0, 0, 0, 0) !important; background-size:100% auto;}
 .newshead.gradient {}
.clr{clear:both;}

/* /////////////////////////////////////tagcloud///////////////////////////////////// */

.cloud li{margin-right:10px;height:25px;}
.cloud a {color:#333;}
.size1 a{font-size:0.8em;font-weight:400;}
.size2 a{font-size:1em;font-weight:400;}
.size3 a{font-size:18px;font-weight:400;}
.size4 a{font-size:1.5em}
.size5{}
.size6{}





/* /////////////////////////////////////Zweispalter///////////////////////////////////// */

.main_top_navi {
  background-color:rgba(174, 200, 224, 0.8);
  height:auto;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.main_top .main_top_navi .grid {
	max-width:1140px;
}
.main_top_navi, .main_top_navi ul li a {
	color:#414141;
	font-weight:600;
}
.main_top_navi .mod_navigation ul li a:hover {
	background-color:rgba(65, 65, 65, 0.1);
	color:#414141;
	font-weight:600;
}
.main_top_navi .mod_navigation ul li.trail a {
	font-weight:600;
}
.main_top_navi ul li.erklaerung {
	padding-right:15px;
}
.main_top_navi ul li.segelyachten a, .main_top_navi ul li.segelyachten span {
	padding-left:50px;
	background:url("/files/charterwelten/layout/images/theme/segelyachten.png") no-repeat 9px 7px;
}
.main_top_navi ul li.motorboote a, .main_top_navi ul li.motorboote span {
	padding-left:50px;
	background:url("/files/charterwelten/layout/images/theme/motorboote.png") no-repeat 9px 7px;
}
.main_top_navi ul li.hausboote a, .main_top_navi ul li.hausboote span {
	padding-left:50px;
	background:url("/files/charterwelten/layout/images/theme/hausboote.png") no-repeat 9px 7px;
}

.zweispalter .main_top{
overflow:hidden;
}

#right{float:right;min-width:242px;}

#right .inside{

}

.col-9-12 > .content{
padding-right:40px;
}

.grid{overflow: hidden;}
/* /////////////////////////////////////Header///////////////////////////////////// */

/*Header top*/

/*TopNavi*/
.mod_navigation{}
.mod_navigation ul{
min-width:960px;
}

.main_navi.mod_navigation ul{
	min-width:inherit;
}

#header .mod_navigation ul li {
  text-align:center;
  border-right:1px solid rgba(255, 255, 255, 0.4);
  font-weight:600;
  text-transform:uppercase;
  width:10%;
  font-size:14px;
  position:relative;
  z-index:2;
  min-width:104px;
}



.main_top_navi ul li a,.main_top_navi ul li > span, #header .mod_navigation ul li a, #header .mod_navigation ul li > span {
  display:block;
  padding:10px;
    width:100%;
}

ul.clr.level_2.subitems li:hover{
background: #226DAB !important;

}
.content ul.clr.level_2.subitems li:hover > *{ 
color:white !important;
}

.mod_navigation ul li a,.mod_navigation ul li span,ul.clr.level_2.subitems li > * {
font-weight:600;
}

.main_navi.mod_navigation ul li span:hover,ul.clr.level_2.subitems li:hover > *{
color:white !important;
}
/*Header Bottom*/

.header_bottom {
  box-shadow:rgba(0, 0, 0, 0.3) 0 -2px 18px -6px;
  position:relative;
  z-index:1;
  min-height:160px;
}


/*Logo*/
.mod_logo, .contactblock{position:relative;}
.mod_logo a{display:block;}


.header_bottom .mod_logo img{
max-width:100%;
height:auto;
}

/*contact header*/
.header_bottom_right {

    text-align: right;
    float: right !important;
    padding-top: 13px;
    line-height: 22px;
    font-size: 14px;

}
.header_bottom_right .image_container{
	padding:7px 0 0 15px;
	height:100px;
}


.contactblock {width:100%;}

.contactblock, .contactblock > div {
  display:inline-block;
}

.contactblock > div {
  left:auto;
  right:0;
  width:100%;
}
.right.image{
margin-left:25px;
}

/*Seitenteaser*/
.seitenteaser{
margin-bottom:25px;
clear:both;
display:inline-block;
height:auto;
width:100%;
}

.seitenteaser [class*="col-"]:last-of-type{
padding-right:20px;
}

/*Main*/

#main, .mod_navigation{

}

#container{
min-height:65vh;
background:#F5F5F5;
}

#bgstripes {
	background:url("/files/charterwelten/layout/images/theme/bgstripes.png") repeat-x;
	padding-top:0;
}


#main{
min-height:400px;
margin-bottom:60px;
padding-left:20px;
padding-top:60px;
font-display:fallback;
}

#main .form > .inside{
min-height:570px;
background:url(/files/charterwelten/layout/images/theme/Form-Gradient-BG.jpg) repeat-y scroll 0 0 transparent;
/*margin-bottom:60px;*/
padding:0 20px 20px 20px;
float:left;
clear:both;
}

.main_top {
    height: 480px;
    position: relative;
    z-index: 0;
}

/*Anpassung für Slider Pagination*/
.home .main_top{
	height:500px;
	/*margin-bottom:50px;*/
}

.home #bgstripes {
    /*margin-top: -50px;*/
}


.main_top .grid{
max-width:1460px;
height:100%;
}

.main_top .inside.grid > div,.flexslider > ul.slides, .flexslider > ul.slides > li{
height:100%;
}

 .ce_flexSlider{} 
 
.flexslider {
    height: 500px;
}

#teaser .mod_customnav li.last{
padding-right:20px;
}

.teaser_content {
    border: 1px solid #C0C0C0;
     text-align: center;
}

#container .teaser .teasertxt {
    padding: 10px 20px;
  
}


/*#container .txt > * {
    font-size: 1.16em;
    font-weight: 400;
    line-height: 1.6em;
}*/


/*More Link*/
.button,.teaserlink span.more,
.teaserlink a, .footer_left.halfwidth.right .ce_form input.submit,.ce_form.newsletter_form input.submit {
  border:1px solid rgba(0, 0, 0, 0.6);
  border-radius:5px;
  box-shadow:rgba(0, 0, 0, 0.5) 0 -11px 24px -11px inset;
  display:inline-block;
  text-align:center;
  padding:5px 10px;
  width:150px;
  height:34px;
  overflow:hidden;
}



#chainform .chainform.right .button{
padding:0;
}
#chainform .chainform.right .button a{
padding:5px 20px;
display:block;
}

#footer .button {
	height:auto;
	width:110px;
}
.button:hover,
.teaserlink span.more:hover,.teaserlink a:hover, .footer_left.halfwidth.right .ce_form input.submit:hover, .ce_form.newsletter_form input.submit:hover {
	/*box-shadow:rgba(0, 0, 0, 0.5) 0 11px 24px -11px inset;
	border-bottom: none; */
	color:rgba(255,255,255,0.6);
}
.checkbox_container.small > span label,
#formular .checkbox_container.small > span label {
width:auto;
font-size:12px;
line-height:130%;
height:auto;
padding-top:4px;
padding-left: 30px;
}
#formular .checkbox_container.small > span label a{
text-shadow:none;
font-size:12px;
line-height:120%;
}
.angebot .checkbox_container.small {
margin-bottom:110px;
}

/*Teaser*/

/*Home Teaser*/
.home .teaser{position:relative;}
.home .teaser span.txt {
color: #414141;
}

.headlinecontainer br{
    display: none;
}

.headlinecontainer.angebote{
    margin-bottom: 25px;
}

.headlinecontainer.angebote h4 {
    color: #414141;
    font-size: 18	px;
    font-weight: 600;
    margin-top: 15px;
}

.home .teaser .teaserlink {
    bottom: 5px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}


.home .teaser_content{height:675px;}
.home .teaser_content p.empty{margin-top:80px;}
.col-1-3.pageteaser .headlinecontainer,.col-1-3.angebotsteaser .headlinecontainer, .col-1-3.newsteaser .headlinecontainer  {
margin-bottom:20px;
}

.pageteaser span.txt, .angebotsteaser span.txt, .newsteaser span.txt {
    min-height: 175px;
    overflow: hidden;
}


.teaser > span{
position:relative;
}
.teaser span{display:block;}
.teaser .image_container img{
max-width:100%;
height:auto;
}


#container .teaser .title{
    display: block;
    padding: 10px;
    width: 100%;
    font-weight:600;  
	font-size:16px;
	padding:5px 10px 7px; 
    text-align:left;
}

.teaser .teaserimg{
overflow:hidden;
width:100%;
position:relative;

}

.teaser .teaserimg img{
width:100%;
height:auto;
}

.teaser .teasertxt {
    margin-bottom: 60px;
    overflow: hidden;
}

.teaser .teasermore{}

.teaserlink a,.teaserlink span.more {
    margin-bottom: 10px;
}


.headlinecontainer.reviere{
margin-left:15px;
display:block;
margin-bottom:10px;
}



/*Footer*/

#footer{padding-top:20px;}

.footer_content{
font-size:0.85em;
}

.footer_top .inside > .content .inside{
background: url(/files/charterwelten/layout/images/theme/Footer-1170.png) no-repeat scroll 0 0 transparent;
height:157px;
background-size:contain;
}
.footer_top .grid-pad{
padding-top:0;
}


.footer_oben .content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#footer ul.level_1 li{
margin-right:10px;
font-weight:400;
text-transform:uppercase;
}



#footer .mod_logo{
margin-right:20px;
}

.footer_bottom{
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.footer_bottom .left, .share{padding-top: 5px;}
.footer_bottom a{font-size:1em;}
.share {
    display: block;
    margin-right:10px;
}

.footer_bottom .right img{
opacity:0.5;
}
#footer .footer_bottom a:hover span {
	color:white;
}
.footer_bottom .right:hover img{
opacity:1;
}

/*Sidebar Boxes*/
.mod_box_items {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C0C0C0;
    margin-bottom: 15px;
   position:relative;
}

.angebote.mod_box_items{ 
overflow:hidden; 
}

.mod_box_items .einklinker{
top:-80px;
}

.boxes4ward_article:last-of-type .mod_box_items:last-child{
margin-bottom:0;
}

.mod_box_items .boxcontent{margin:0;position:relative;min-height:100px;}
.mod_box_items .boxtitle, .mod_box_items .boxfooter{   
	display: block;
    padding: 6px 10px;
    line-height:18px;
}

.mod_box_items .boxtitle span, .mod_box_items.angebote .title {
	font-weight:600;
	font-size:16px;
	padding:0;
	width:auto;
}

.mod_box_items .boxcontent > div{

}

.icon.right{

}
    
.mod_box_items .icon.right{} 
.mod_box_items .boxfooter > a{display:block;}
.mod_box_items .boxheadline{display:block;margin-bottom:10px;width:40%;}
.mod_box_items h1,.mod_box_items h2, .mod_box_items h3, .mod_box_items h4, .mod_box_items h5, .mod_box_items h6, .mod_box_items .boxheadline {
font-weight:600; 
}

.mod_box_items h1,.mod_box_items h2, .mod_box_items h3, .mod_box_items h4, .mod_box_items h5, .mod_box_items h6{
font-size:20px;
line-height:1.35em;
color:#00787A;
display:block;
margin-bottom:10px;
width:70%;
}

.mod_box_items .boxfooter {
   background: url(/files/charterwelten/layout/images/theme/pfeil_inactiv.png) no-repeat scroll 11px center #D6F1F1;
	padding-left:24px;
	border-top: 1px solid #C0C0C0;
}
.mod_box_items a:hover .boxfooter {
	background: url(/files/charterwelten/layout/images/theme/pfeil_hover.png) no-repeat scroll 11px center #D6F1F1;
}
#right .newsteaser_right .boxfooter:hover {
	background: url(/files/charterwelten/layout/images/theme/pfeil_hover.png) no-repeat scroll 11px center #6cccce;
}
#right .newsteaser_right .boxfooter:hover a {
	color:white;
}

.mod_box_items .image_container{
width:100%;
position:relative;
}

.mod_box_items .image_container img{
max-width:100%;
height:auto;
width:100%;
}

/**/

.main_top .captionholder {
    margin: 0 auto;
    max-width: 1140px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.flex-direction-nav{}


.main_navi {
    display:inline-block;
    clear:both;
    margin-bottom: 25px;
    width: 100%;
}

.st-content .teasercontent .column_left{
padding-left:15px;
}
.main_navi li, .st-content.sub > ul.clr li, ul.clr.level_2.subitems li{
margin-right:4px;
margin-bottom:5px;
background:white;
border:1px solid silver;
border-radius:30px;
}

.main_navi li a,.main_navi li span, .st-content.sub > ul.clr li span, .st-content.sub > ul.clr li a, ul.clr.subitems li span, ul.clr.subitems li a {
padding:3px 10px;
display:block;
}


.main_navi li:hover, .st-content.sub > ul.clr li:hover, ul.clr.level_2.subitems li:hover{
border: 1px solid #00787A;
}

.main_navi li.active{
background:#414141 !important;
color:white;
border:1px solid transparent !important;
}






.main_navi li.active span{

}


.main_navi li.active{

}

.mod_newsmenu{
overflow:visible;
}



/* /////////////////////////////////////News///////////////////////////////////// */

.newsheader {
position:relative;
margin-bottom:25px;
}

.headlinecontainer {
  margin-bottom:20px;
  /*width:100%;*/
}

.readerseite .headlinecontainer {
  clear:both;
  margin-bottom:20px;

}

.col-1-3 .headlinecontainer {
margin-bottom:5px;
}



.newsinfo > span{display:block;}
.newsinfo .headline{border-bottom:1px solid silver;padding:15px 100px 15px 0;margin-bottom:10px;font-size:1.1em;font-weight:400;margin-bottom:10px;}
.newsinfo .author {padding-right:100px;}

.newshead {
  height:12px;
  width:100%;
}

.newslabel {
    background: url("/files/charterwelten/layout/images/theme/newslabel.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
  height: 120px;
    position: absolute;
    right: 5px;
    width: 93px;
    z-index:1;
}


.newslabel .inside {
    padding: 15px 0;
    text-align:center;
}

.newslabel  .day {
    font-size: 1.8em;
    line-height: 1em;
    font-weight:200;
}



.newslabel .month{text-transform:uppercase; margin-top:2px;}

.newslabel .year{margin-top:-5px}

.layout_latest{
margin-bottom:30px;
}

.layout_latest:last-child{
margin:0;
}

.newslabel span{
display:block;
}

.newsfooter {
    clear: both;
    float: left;
    margin: 40px 0 10px;
    width: 100%;
}

.newsfooter.cap {
margin:0 0 10px;
}

.newsfooter_right{width:100%; text-align:right;}

#main .inside .col figure{
width:100%;
}

#main .inside .col img{
max-width:100%;
height:auto;
/*min-height:70px;
width:100%; */
}

#main .inside .col form img{
max-width:auto;
height:auto;
min-height:0;
width:auto;
}

.col [class*="col-"]{
padding-left:0;
}

.layout_latest.last{
margin-bottom:10px;
padding-bottom:20px;
}

.newsfooter_left > span{display:block;}
.newsfooter_left > span:first-child{}

/*Newspaginatio*/
.pagination {
    height: auto;
    padding: 0 0 20px;
    border-top:1px solid silver;
    width:100%;
    box-sizing:border-box;
}

.pagination:first-child {
border:none;
}
.pagination a {
color:#BEBEBE; 
display: table-cell;
 height: 40px;
 vertical-align: middle;
}
.pagination a:hover {
	color:#00787a;
}

.pagination a.next {
	background:url(/files/charterwelten/layout/images/theme/prev_inactive.png) no-repeat scroll 0 center transparent;
	padding-left: 38px;
	background-size:30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/prev_inactive.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/prev_inactive.png', sizingMethod='scale')";
}
.pagination a.previous {
	background:url(/files/charterwelten/layout/images/theme/next_inactive.png) no-repeat scroll 100% center transparent;
	padding-right: 38px;
	background-size:30px; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/next_inactive.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/next_inactive.png', sizingMethod='scale')";
}
.newsletter-abonniert .content .textcontent p:last-of-type a:hover, .ce_form.newsletter_form p:last-of-type a:hover,
.pagination a.next:hover {
	background:url(/files/charterwelten/layout/images/theme/prev_active.png) no-repeat scroll 0 center transparent;
	background-size:30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/prev_active.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/prev_active.png', sizingMethod='scale')";
}
.pagination a.previous:hover {
	background:url(/files/charterwelten/layout/images/theme/next_active.png) no-repeat scroll 100% center transparent;
	background-size:30px; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/next_active.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/next_active.png', sizingMethod='scale')";
}

/*Headerpagination*/

.title.gradient > .pagina {
    height: auto;
    padding: 0;
    border:none;
    display:inline-block;
    margin-left:5px;
}

.title.gradient .pagina li{
    display:inline-block;
}


.title.gradient .pagina li span.index, .title.gradient .pagina li a{
padding:0 4px;
color:#CCC;
}

.angebote.parent_charterwelten .title.gradient .pagina li a, .angebote.parent_charterwelten .title.gradient .pagina li span{
padding:0 8px;
}



.title.gradient .pagina li span.current, .title.gradient .pagina li.active span.index, .title.gradient .pagina li:hover span.index,.angebote.parent_charterwelten .title.gradient .pagina li a:hover{
color:white;
}

.title.gradient .pagina li.next, .title.gradient .pagina li.last, .title.gradient .pagina li.first, .title.gradient .pagina li.previous{
display:none;
}


.catheader {
    display: block;
    font-size: 1.3em;
    margin-bottom: 30px;
    width: 100%;
}

.newsinfo{

}

.mod_newsreader .teaser [class*="col-"]:last-of-type {
padding-right:20px;
}

.image_container .caption {
  color:#333333;
  font-size:12px;
  font-style:italic;
  font-weight:400;
  line-height:1.8em;
  margin-bottom:10px;
  margin-top:10px;
}


#main .inside .mod_article > .block{
margin-bottom:28px;
}

#main .inside .mod_article > .block:last-child{

}


.mod_newsreader .newscontent img{max-width:100%;height:auto;}
.float_above{margin-bottom:10px;}
.float_left{margin:6px 0px 0 0;max-width:100%;}

.mod_linkslist_list li > *, .mod_newscategories li > *, .mod_tagcloudnews li > *{line-height:1.8em;}

#right .mod_box_items .downloadhead{
font-weight: 600;
    font-size: 20px;
    margin-bottom: 21px;
    display: block;
}

#right .mod_box_items .downloadcontent {
    display: inline-block;
    min-height: 100%;
    width: 100%;
    margin:0;
}
#right .mod_box_items .downloadcontent .downloadimage {
width:40%;
margin-right:5%;
}

/*Angebote Right*/


#main > .inside .downloadcontent {
  display:inline-block;
  height:100%;
  padding:10px;
  width:100%;
}

.downloadcontent > div{
height:100%;
float:none !important;
display:table-cell;
vertical-align:top;
}

.downloadinfo .headline{
max-width:340px;
}

.downloadcontent > div.downloadtext {
  display:inline-block;
  padding:0 50px;
  width:46%;
}
.downloadimage{margin-right:15px;width:32%;}
.downloadimage img{max-width:100%;}

.downloadinfo {
  width:40%;
}

.downloadinfo > span > span{
font-size:1em;
}

#main .inside .downloadcontent > div.downloadtext {
  display:inline-block;
 
  padding:0 2%;
  width:32%;
}
.downloadinfo > span > span:first-child + span{text-align:left;}

#right .mod_box_items .downloadinfo{width:50%;font-size:13px;padding-left:5px;}

#main > .inside .downloadinfo {
  width:32%;
}


.footerlink{
display:block;
font-weight:600;
}

.downloadinfo > span {
    border-bottom: 1px solid #C0C0C0;
    display: block;
    font-size: 14px;
   margin-bottom:3px;
  padding:0 0 3px;
}

.type{
text-transform:capitalize;
}

.mod_box_items .boxcontent > div.ce_text.image {
  margin:0;
}

.boxcontent .float_above {
  line-height:0;
  margin:0;
}

.image .textcontent {
  display:inline-block;
  margin:10px 20px 30px;
}

.boxcontent .headlinecontainer{
margin-bottom:10px;
clear:none;
}
.boxcontent .flexslider{
height:200px;
margin:0;
}

.boxcontent .grid {
min-width:100%;
}

.boxcontent .ce_dlh_googlemaps {
  height:200px;
}

.boxcontent .newslabel {
  top:-35px;
  width:90px;
  z-index:1;
}

.boxcontent .float_left, .boxcontent .float_right, .boxcontent .float_above{
margin:0;
}

.boxcontent .caption {
  font-size:0.8em;
  margin:5px 10px 10px;
}

.boxcontent .textcontent > span {
display:block;
margin-bottom:8px;
font-weight:400;
}
.boxcontent .textcontent > span:last-child {
margin:0;
}

/*.boxcontent .textcontent > span.h3 {
  font-size:1.15em;
  font-weight:600;
  line-height:1.3em;
}*/

.boxcontent .textcontent > span.h3 {
  font-size:18px;
  font-weight:600;
  line-height:23px;
}


.boxcontent .textcontent .headline {
  color:#333333;
  font-size:0.85em;
  font-weight:600;
  line-height:1.2em;
}
.boxcontent .layout_latest.last{
padding:0;
}



.main_top .dlh_googlemap{min-width:100%;}
.mod_article{margin-bottom:28px;}
.mod_article.last{margin-bottom:0;clear:both;}
.mod_article [class*="col-"]:last-of-type {
  padding-right:20px;
}

.xtratxt{
text-align:center;
margin-bottom:10px;
}

.statetoggler{
clear:both;
float:right;
margin:15px 0;
}

.statetoggler li:first-child{
margin-right:20px;
}

.statetoggler li a{
color:silver;
}

.mod_faqpage .gradient {
  height:75px;
  margin-bottom:40px;
  padding:20px;
}

/*Pagefilter*/

.acc_item{display:block;border-bottom:1px solid rgba(0,0,0,0.12);padding:20px 0;}




#hausboot {
	
    left: 0;
    position: absolute;
    top: 0;
    width: 96.3%;
}


.pageheader {
  float:left;
  padding-bottom:30px;
  width:100%;
}

.pageheader a{
color:#333;
}

.pageheader .right{text-align:right; float:left;}

.mod_wf_extendedBreadcrumb li, span.breadcrumbtxt, .mod_breadcrumb li{display:inline-block;}
.mod_wf_extendedBreadcrumb h6, .mod_breadcrumb h6{
  float:left;
  font-weight:400;
  line-height:23px;
}
.mod_wf_extendedBreadcrumb ul, .mod_breadcrumb ul{
  float:left;
  margin-left:10px;
}

.mod_breadcrumb li:after{
content: ' / ';
}

.mod_breadcrumb li:last-child:after{
content: none;
}
.pageheader .mod_breadcrumb a {
	color:#00787A;
}

.pageheader .left{
overflow:visible;
}

.pageheader .left a{
	background:url(/files/charterwelten/layout/images/theme/arrow_back_inactive.png) no-repeat scroll 0 center transparent;
    padding: 7px 0 7px 38px;
      background-size:30px;  
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/arrow_back_inactive.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/arrow_back_inactive.png', sizingMethod='scale')";
}

.pageheader .left a:hover{
background:url(/files/charterwelten/layout/images/theme/arrow_back_active.png) no-repeat scroll 0 center transparent;
 background-size:30px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/arrow_back_active.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/arrow_back_active.png', sizingMethod='scale')";
}

/*Schiffslist*/

.mod_news4wardCategories.mod_news4wardList .st-content table,.mod_news4wardCategories.mod_news4wardList .st-content table tbody tr{
width:100%;
}
.mod_news4wardCategories.mod_news4wardList .st-content table{margin:0;}
.mod_news4wardCategories.mod_news4wardList .st-content table tbody > tr{
height:80px;
display:table-row;
padding:0;
}

.mod_news4wardCategories.mod_news4wardList .st-content table tbody > td{
display:table-cell;
}


.mod_news4wardCategories.mod_news4wardList .st-content table tbody tr:hover{
background:whiteSmoke;
}

.mod_news4wardCategories.mod_news4wardList .st-content table .counter,.mod_news4wardCategories.mod_news4wardList .st-content table .laenge,.mod_news4wardCategories.mod_news4wardList .st-content table .details{
  text-align:center;
  vertical-align:middle;
}
.mod_news4wardCategories.mod_news4wardList .st-content table .counter{
width:8%;
}

.mod_news4wardCategories.mod_news4wardList .st-content table .laenge,.mod_news4wardCategories.mod_news4wardList .st-content table .details{
width:15%;
min-width:65px;
}

.mod_news4wardCategories.mod_news4wardList .st-content table th,.mod_news4wardCategories.mod_news4wardList .st-content table td{vertical-align:middle;}
.mod_news4wardCategories.mod_news4wardList .st-content table td{font-size:inherit; color:#414141;}
.mod_news4wardCategories.mod_news4wardList .st-content table .hersteller{width:30%;min-width:120px;}
.mod_news4wardCategories.mod_news4wardList .st-content table .typ{}
.mod_news4wardCategories.mod_news4wardList .st-content table .laenge{}
.mod_news4wardCategories.mod_news4wardList .st-content table .details{text-align:center;}

.mod_news4wardCategories.mod_news4wardList .st-content table .details a{
display:block;
background: url(/files/charterwelten/layout/images/theme/lupe_inactive.png) no-repeat scroll 50% 50% transparent;
text-indent:-9999px;
background-size:22px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/lupe_inactive.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/lupe_inactive.png', sizingMethod='scale')";

}
.mod_news4wardCategories.mod_news4wardList .st-content table .details a:hover{
background: url(/files/charterwelten/layout/images/theme/lupe_active.png) no-repeat scroll 50% 50% transparent;
background-size:22px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/lupe_active.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/lupe_active.png', sizingMethod='scale')";
}

.mod_news4wardCategories.mod_news4wardList .st-content img {
  height:auto;
  width:50%;
	min-width:120px;
}

.detailtable .left:first-child{
margin-right:30px;
}
.detailtable .left{
width:185px;
}

.detailtable .acc_item {
padding: 8px 0;
}

.detailtable .acc_item .td{
font-size:13px;
}
.detailtable .acc_item .td:first-child {
    display: inline-block;
    width: 85px;
}

.detailcontent{
float:left;
clear:both;
margin:10px 0;
}

.detailcontent .teasertext{
margin-bottom:20px;
}

.fancybox-inner .headlinecontainer{
margin-bottom:25px;
}

.fancybox-inner .headlinecontainer h3{
margin-bottom:5px;
font-size:23px;
}

.navhead{
font-weight:600;
margin-bottom:20px;
display:block;
}


.warning {
  display:block;
  font-size:13px;
  margin-bottom:10px;
  padding:0 25px;
}

.warning span{
display:block;
}
.warning span.bold{
display:inline-block;
font-weight:600;
}

.pageheader.level_3{
display:none;
}
.pageheader.level_3:first-child{
display:block;
}

.border{
border:1px solid silver;
}

.layout_latest.angebote{
margin-top:30px;
text-align:center;
}

.angebote .title {
  padding:10px 20px;
  width:100%;
  position:relative;
  z-index:3;
  text-align:left;
}

.angebote .title span.titlename{
  font-size:17px;
  display:inline-block;
  padding:0;
}

.angebote .teasercontent{
padding:0 100px 20px;
text-align:center
position:relative;
}

.angebote .teaser span.button{
display:inline-block;
  clear:both;
  margin-top:30px;
}

#main .angebote .pagination{
text-align:center;
}
#main .angebote .pagination ul{}

#main .angebote .pagination ul li{
display:inline-block;
margin:0 6px;
  zoom:1;
}


#main .angebote .pagination ul li span, #main .angebote .pagination ul li a{
  display:block;
height:15px;
  text-indent:-9999px !important; 
  width:15px;
  border-radius:20px;
  background-color:white; 
  border:2px solid #00AAAD;
}

#main .angebote .pagination ul li span, #main .angebote .pagination ul li a:hover{
  border:2px solid #00AAAD;
  background:#00AAAD;
}


#main .angebote .pagination ul li.next, #main .angebote .pagination ul li.previous{
margin:-80px 0 0 ;
  position:absolute;
  top:45%;
  height:80px;
}

#main .angebote .pagination ul li.next{
right:0;
}

#main .angebote .pagination ul li.previous{
left:0;
}

#main .angebote .pagination ul li a.next, #main .angebote .pagination ul li a.previous{
  height:90px;
  width:80px;
  border-radius:0;
  background: url(/files/charterwelten/layout/images/theme/pagiarrow_next.png) no-repeat scroll 50% 50% transparent;
  border:none;
  background-size:auto 90px;
  opacity:0.4;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/pagiarrow_next.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/pagiarrow_next.png', sizingMethod='scale')";
}

#main .angebote .pagination ul li a.next:hover, #main .angebote .pagination ul li a.previous:hover{

 opacity:1;
}
 #main .angebote .pagination ul li a.previous{
  background: url(/files/charterwelten/layout/images/theme/pagiarrow_prev.png) no-repeat scroll 50% 50% transparent;
  background-size:auto 90px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/pagiarrow_prev.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/pagiarrow_prev.png', sizingMethod='scale')";

 }

#main .angebote .pagination p, #main .angebote .pagination ul li.last, #main .angebote .pagination ul li.first{display:none;}

.angebote .einklinker {
  background:url(/files/charterwelten/layout/images/theme/angebote.png) no-repeat scroll 100% 0 transparent;
  background-size:105px auto;
  height:180px;
  top:75px;
  position:absolute;
  right:0;
  width:120px;
	   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/angebote.png', sizingMethod='scale');
   		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/angebote.png', sizingMethod='scale')";
  z-index:2;
}
#right .angebote .einklinker {
	top:-3px;
	 background-size:75px auto;
	
}

.home .angebotsteaser .einklinker {
top:35px;
}

.price{
margin-top:30px;
}

.price.rabatt{

}

.price span{
display: inline-block;
font-size:16px;
font-weight:600;
}

.streichpreis{
color:#ee3a8c;
}

.streichpreis .crossed{
text-decoration:line-through;
}

.angebotspreis{
background:#f9d50c;
letter-spacing:0;
  margin-left:8px;
  padding:2px 10px;

}

/*preise rechts*/

#right .teaserlink a{
margin-top:10px;
width:220px;
}

#right .mod_box_items.angebote .boxcontent{
text-align:center;
}

#right .price {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

#right .price span{}

#right .price span.streichpreis{
display:block;
margin-bottom:5px;
}

#right .angebotspreis{

}

/*fancybox form*/

.angebote #inline{
background-color:white;
  min-height:540px;
  overflow:auto;
  padding:20px;
  width:460px;
}


.angebote .pagination .title, .angebote .pagination .index{
display:none !important;
}

.textcontent{
/*margin:25px 0 50px;*/
}

.gradient .ce_form .ce_text p{
font-size:16px;
}

.slicknav_menu{display:none;}

.xtratxt_holder{
min-height:15px;
margin-bottom:15px;
display:table;

}



.xtratxt_holder .btn{
float:right;
}
/*Tooltip*/
#powerTip p{
font-size:13px;
line-height:18px;
margin-bottom:10px;
}

.newsletter_tooltip{
cursor:pointer;
background:url(/files/charterwelten/layout/images/theme/info_inactive.png) no-repeat scroll 0 0 transparent;
background-size:30px auto;
text-indent:-99999px;
display:inline-block;
width:30px;
height:30px;
margin-left:5px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/info_inactive.png', sizingMethod='scale');
   		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/info_inactive.png', sizingMethod='scale')";

}

.newsletter_tooltip:hover{
background:url(/files/charterwelten/layout/images/theme/info_hover.png) no-repeat scroll 0 0 transparent;
background-size:30px auto;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/info_hover.png', sizingMethod='scale');
   		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/info_hover.png', sizingMethod='scale')";

}

/*Newsletterform footer*/
.footer_left.halfwidth.right {
vertical-align: middle;
float: none;
display: table-cell;
    text-align:right;
}

.footer_oben .content{

display: table;

table-layout: fixed;

text-align: right;
}


#footer .footer_left .mod_logo{
position: relative;

float: none;
 vertical-align: middle;
display: inline-block;
}


#footer .footer_left ul{
margin:0;
display:inline-block;
 vertical-align: middle;
}

.footer_left.left.halfwidth {

  text-align:left;
    float: none;

    display: table-cell;
    width: 100%;
    vertical-align: middle;

}
.footer_left.halfwidth.right .newsletter{
width:100%;
}

.footer_left.halfwidth.right .newsletter form{
float:right;
}
.footer_left.halfwidth.right .newsletter span.fontwhite{
float:left;
}
.footer_left.halfwidth.right .ce_form {
    float: right;
    text-align: right;
    width: 60%;
}

.ym-fbox-text input{
background-color:#777777;
color:white;
font-size:13px;
border-radius:5px;
padding:4px 10px;
border:1px solid #7c7c7c;
width:100%;
}

.ym-fbox-text label{
display:none;
}


.type-text.ym-fbox-text, .type-button.ym-fbox-button{
float:left;
margin-left:10px;
}


.footer_left.halfwidth.right .ce_form input.submit, .ce_form.newsletter_form input.submit{
color:white;
}

/*Newsletter regular*/

#main .type-text.ym-fbox-text {
    margin-left: 0;
    max-width: 250px;
    width: 62%;
}

#main .ym-fbox-text input{
background-color: #F5F5F5;
    border: 1px solid silver;
    border-radius: 5px;
    color: #333;
    font-size: 13px;
    padding: 7px 10px;
    width: 100%;
    box-shadow:1px 2px 5px -3px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow:1px 2px 5px -3px rgba(0,0,0,0.5) inset;
    -moz-box-shadow:1px 2px 5px -3px rgba(0,0,0,0.5) inset;
    -khtml-box-shadow:1px 2px 5px -3px rgba(0,0,0,0.5) inset;
    -ms-box-shadow:1px 2px 5px -3px rgba(0,0,0,0.5) inset;
}

#main .ym-fbox-text input:focus{
background-color: white;
border: 1px solid #7C7C7C;
}

#main #hc_mailchimp_subscribe_form_short, .mod_hc_mailchimp_unsubscribeForm {
    display: block;
    float: left;
    margin:0 0 30px;
    width:100%;
}
#main .inside #newsletter-abonnieren.mod_article .ce_text,#main .inside #newsletter-abmelden.mod_article .ce_text{
margin-bottom:30px;
}

#main .hc_mailchimp_error{
color:red;
font-size:12px;
margin-bottom:12px;
}

#footer .hc_mailchimp_error{
display:none;
}

.newsletter-abonniert .content .textcontent p:last-of-type a, .ce_form.newsletter_form p:last-of-type a{
background:url(/files/charterwelten/layout/images/theme/prev_inactive.png) no-repeat scroll 0 center transparent;
	background-size:30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/prev_inactive.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/files/charterwelten/layout/images/theme/prev_inactive.png', sizingMethod='scale')";
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 30px 0 0px;
    text-indent: 35px;
    color:gray;
}

.newsletter-abonniert .content .textcontent p:last-of-type a:hover, .ce_form.newsletter_form p:last-of-type a:hover {
color: #00787a;
border:none;
}

.closer {
    display: block;
    float: right;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 3px;
    width: 20px;
}

.closer .fancybox-close {
    display: block;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
}



.kontakt .ce_form .textcontent {
    margin-bottom: 30px;
}

/*ScrollTop*/

.scrolltop {
    
    height: 60px;
    width: 60px;
    text-indent:-9999px;
    opacity:0.5;
	position:fixed;
	right:30px;
	bottom:0;
}

.scrolltop:hover{
opacity:0.7;
}
.level3bild {
	min-width:280px;
	margin-right:15px;
}
.level3bild img {
	min-width:280px;
	height:auto;
	max-width:100%;
}



.column_left.left.col-1-2.level_3_bild{
margin-bottom:0;
margin-top:0;
max-width:100%;
float:left;
width:50%;

}

.column_left.left.col-1-2.level_3_bild img{
max-width:100%;
height:auto;
min-width:280px;
margin-top:0;
margin-bottom:0;
}


/* Mailchimp */
.hc_mailchimp_archivelist li {
	border-bottom: 1px solid #C0C0C0;
}
.hc_mailchimp_archivelist li a {
	display:block;
	padding:3px 5px;
	font-size:13px;
	color:#414141;
}
.hc_mailchimp_archivelist li a:hover {
	background-color:#fff;
	color:#00787A;
	border:none;
}
#newsletter-abonnieren h4 {
	border-top:1px solid #C0C0C0;
	margin-top:40px;
	padding-top:40px;
	margin-bottom:20px;
	color:#00787A;
}


.resp-tab-content .block{
overflow:auto;
}


.filter fieldset > div{
 float: left;
    height: 110px;
    padding: 10px 0 10px 10px;
    text-align: center;
    width: 100%;
}

#footer ul.level_1 li.last{
margin:0;
}

#faq article{
margin-bottom:25px;
}

#footer span.error {
    bottom: -4px;
    color: #CA0707;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    position: relative;
    text-align: right;
    z-index:0;
    width:100%;
}

.type-text.ym-fbox-text, .type-button.ym-fbox-button{
position:relative;
z-index:1;
}

.content .ce_downloads{}
.content .ce_downloads li{
background: none repeat scroll 0 0 #efefef;
    margin-bottom: 2px;
}

.content .ce_downloads li:last-of-type{
margin-bottom:0;
}

.content .ce_downloads li a{
display:block;
padding:10px 10px 8px;
color:#333;
}
.content .ce_downloads li:hover{
background:white;
}
.content .ce_downloads li:hover a{
color:#00787a;
}


.content .ce_downloads li a img {
    position: relative;
    top: 3px;
    margin-right:15px;
}

.xtndholder{
	clear:both;
}
.xtndlabel{
	color:#333;
	padding-left:28px;
	text-indent:0;
	line-height:16px;
	display:block;
	font-weight:400;
	padding-top: 4px;
	text-shadow:none;
display:none;
}
body.kontakt .footer_top {
	display:none;
}
body.angebote #main,
body.kontakt #main {
	padding-right:20px;
}

.title .title{
display:none;
}




.mod_newsreader .layout_latest .block{
margin-bottom:35px;
}

.hiddenform .explanation {
    float: left;
    margin-top: 35px;
    color:gray;

}

.hiddenform .explanation p{
    font-size:12px;
}

.home .hiddenform .submit_container {
width:auto;
clear:none;
}

hr{
color: #c0c0c0;
}
.glyphicon {
	font-size:30px;
}

/*Ergänzung 26062015*/
.home .mod_article{
clear:both;
}

#main .imageblock{
/*padding:0 20px;*/
}

.home #main .imageblock{
white-space: nowrap; 
}

#main .imageblock > *{
width:50%;
white-space: normal;
}

#main .imageblock .textholder.not_left, #main .imageblock .textholder.not_right  {
  display:table;
 
  width:auto;
}

#main .imageblock .textholder.not_right{
  width:50%;
  margin-left:0;
	float:none;
	display:inline-block;
	    vertical-align:middle;
}

#main .imageblock > .image_container.float_right {
	float:none;
	display:inline-block;
    width: 50%;
    vertical-align:middle;

}

h2 > img {
    height: auto;
    margin-bottom: 10px;
    max-width: 40%;
}

#main .imageblock .teaserlink.text{
float:left;
margin-top:30px;
display:block;
}

.header_bottom .imageblock {
    float: right;
    width: auto;
}

.header_bottom .textholder.not_right{
float:none;
display:inline-block;
vertical-align:top;
}

.header_bottom .image_container.float_right {
display:inline-block;
vertical-align:middle;
}

.faq .grid{
overflow:visible;
}

.home #main{
padding:0;
}

.home .mod_article{
margin:0;
}


.home .grid .mod_article.block {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 20px;
}
.home .grid #anfrageformular.mod_article {
padding-top:30px;
}

.home .mod_article{
	background:url("/files/charterwelten/layout/images/theme/bgstripes.png") repeat-x;
	padding-top:0;
}


.preheadline{
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}


#main .imageblock .textholder.not_right .teaserlink.text{
float:left;
}

.home .hiddenform .formbody{
display:table;
}

.home .hiddenform fieldset.icheckholder{
clear:both;
}


/*Relaunch 2018*/
#main .form > .inside{
	background:#FAFAFA;	
}

#formular .teaser h1.fontwhite{
color:#00787A;
font-size:30px;
}

#formular .teaser p.fontwhite{
color:inherit;
}

#formular .teaser.txtshadow {

    text-shadow: none;

}

.arrow{
display:none;
}

.form .teaser{
border:none !important;
}

.button, .teaserlink a, .teaserlink span.more, .footer_left.halfwidth.right .ce_form input.submit, .ce_form.newsletter_form input.submit {

    background-color: #226DAB;
    color: white;

}


.button, .teaserlink span.more, .teaserlink a, .footer_left.halfwidth.right .ce_form input.submit, .ce_form.newsletter_form input.submit {

    border: none;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.5) -1px 0px 2px 0px;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    width: 150px;
    height: 34px;
    overflow: hidden;
    text-transform: uppercase;

}

.button:hover, .teaserlink span.more:hover, .teaserlink a:hover, .footer_left.halfwidth.right .ce_form input.submit, .ce_form.newsletter_form input.submit {
	box-shadow: rgba(0, 0, 0, 0.5) -1px 0px 5px 0px;
}


 .teaser .teaserlink {
	border-top:1px solid rgba(0,0,0,0.1);
    bottom: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
height:2.8rem;
}


 .boxcontent .teaser .teaserlink {
 position:relative;
 }
 
#container .boxcontent .teaser .textcontent > .title {
    background: none !important;
    color: inherit;
    font-size: 1rem;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

 


.teaser .teaserlink > .more:hover{
border:none !important;
box-shadow: none !important;
}

.header_bottom_left{
padding-top:40px;
}
 
 
 #wrapper{
 background:#779ABD;
 }
 #footer .fontsilver, #footer a, #footer span,
 footer,.footer.bggray{
color:rgba(255,255,255,0.8);

}

#footer .footer_left.right a{
color:#226DAB;
}

.footer.bggray{
background:rgb(0, 66, 122);
}

.boxcontent .textcontent > span.teaser,.boxcontent .textcontent > span.h3{
text-align:left;
}


.mod_boxes4ward .footerlink > *{
background: transparent;
box-shadow: none;
color: inherit;
width: 100%;
text-align: center;
margin: 0;
}

 #container .boxcontent .teaser .teaserlink > .more, .mod_boxes4ward .footerlink span.boxfooter{
background: transparent !important;
text-transform:uppercase;
box-shadow: none;

color: inherit;

display: block;

margin: 0;
color:rgb(34, 109, 171);
width: 100%;
font-weight: 700;
font-size:14px !important;
padding:15px 10px;
height:auto;
line-height:1;
letter-spacing:0.8px;

}

.mod_boxes4ward .teaser .teaserlink{
height:auto;
}

.mod_box_items .boxcontent > .title {
margin-bottom:10px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;

}

.main_navi li.active{
background:#226DAB !important;
}

.main_navi li:hover, .st-content.sub > ul.clr li:hover, ul.clr.level_2.subitems li:hover{
border-color:#226DAB !important;
}

.main_navi li:hover > *, .st-content.sub > ul.clr li:hover > *, ul.clr.level_2.subitems li:hover > *,.pageheader .mod_breadcrumb a,.resp-tab-item:hover,.resp-tab-active {

color:#226DAB !important;
}

.downloadtext .button {

    width: auto;
    display: block;
    float: right;

}
#right .downloadcontent > div {

    height: 100%;
    float: none !important;
    display: table-cell !important;
    vertical-align: top;
	
}


#main > .inside .downloadcontent {

    display: table;
	table-layout:fixed;
	width:100%;
	box-sizing:border-box;

}


#main > .inside .ce_download{
   display:table;
    padding: 20px;
    width: 100%;
    }
    
    
    #main .inside .downloadcontent > div.downloadtext{
    vertical-align:bottom;
    padding-left:30px;
    }
    
    .downloadimage{
    width:21%;
    }
    
.downloadinfo span.title {

    display: block;
    color: #00787A;
    margin-bottom: 20px;
    border-bottom: none;
    font-weight: 600;
    font-size: 17px;

}


.downloadimage {

    width: 20%;

}


#main > .inside .downloadcontent > .downloadinfo{
width:80%;
padding:0 0 0 20px;
}



#main > .inside .downloadcontent_inner > .downloadinfo{
padding-right:30px;
float:none;
}

#main > .inside .downloadcontent_inner .xtratxt {

    text-align: left;
    margin-bottom: 20px;
margin-top:20px;
}


 a{
    color: #226DAB;
}

a:hover{
color:#004278;
}


.fancybox-wrap{
background: #226DAB !important;
}

.fancybox-skin{
padding: 20px !important;
}

.gradient{
background:#fafafa !important;
}

.mod_news4wardCategories{
background:#fafafa;
    padding: 20px 20px 40px;
    margin: 0;
}


#filter-segelyachten, #katamarane-filter,#motorboote-filter{
margin:0;
}

#faq > .mod_faqpage{
box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.3);

padding: 20px;

background: #fafafa;
}


.mod_faqpage .gradient {

    height: 75px;
    margin-bottom: 0;
    padding: 0;

}

.newshead.gradient{
background:silver;
height:2px;
}

.home .teaser .teaserlink {
bottom:0;
display:block;
margin:0;
height:auto;
left:0;
}
.home .teaser .teaserlink span.more{
bottom:0;

background:transparent;
box-shadow:none;

color: rgb(34, 109, 171);
bottom: 0;
width:auto;
width: 100%;

font-weight: 800;

display: inline-block;

vertical-align: bottom;
margin: 0px;
padding: 15px;
}

.home #container .teaser {
text-align:left;
}

.home #container .teaser .titel {
color:rgba(0,0,0,0.75);
text-transform:uppercase;
font-weight:600;
letter-spacing:0.8px;
font-size:14px;
}

.home .teaser_content{
text-align:left;
}

.home .price.rabatt {
    text-align: center;
}

.angebote .layout_latest .title {
background:gray !important;
}

#formular.gradient{
color:#333;
margin:0.5rem;
}

#formular.gradient .txtshadow{
text-shadow:none;
}

#formular.gradient .ce_form h1{
color: #00787A;
}

#formular.gradient fieldset.infothek {

 
    border-left: 1px solid rgba(0,0,0,0.1);


}

footer a.button.bggreen, .slides a.button.bggreen{

background: whiteSmoke;

color: #226DAB !important;
}


#formular input.text, #formular textarea,#chainform input.text{
border:1px solid rgba(0,0,0,0.2);
}

.button, .teaserlink a span{
width:auto;
min-width:150px;
font-weight:700 !important;
}

footer a.button.bggreen, .slides a.button.bggreen{
color: #00787A;
width:auto !important;
}

.main_navi li:hover{
background: rgb(34, 109, 171);

}
.main_navi li:hover > a{
color:white !important;
}


.mod_box_items .boxcontent > div.mod_newscategories{
margin:0 -20px;
}

.mod_box_items .boxcontent > div.mod_newscategories li > *{
padding:5px 20px;
display:block;
font-weight:700;
}

.mod_box_items .boxcontent > div.mod_newscategories li:hover > *, .mod_box_items .boxcontent > div.mod_newscategories li.active > * {

    background: rgba(0,0,0,0.12);
    color: #226DAB;

}

.mod_box_items{
background:#FAFAFA;
}


.mod_box_items a.download {

    display: block;
    margin: 0 10px;
    font-size: 15px;
    line-height: 1;
    padding: 10px;

}

.noborder .boxfooter{
border:none;
}

.ce_text a, p > a, .ce_hyperlink a {

    font-weight: 600;

}

h3 {

    line-height: 38px;
    font-size: 24px;
    color: #00787A;
    font-weight: 600;

}

.button, .teaserlink span.more, .teaserlink a, .footer_left.halfwidth.right .ce_form input.submit, .ce_form.newsletter_form input.submit{
width:auto;
height:auto;
}

.mod_linkslist_list li, .cats a,.tags a,.mod_breadcrumb li {
    font-weight: 600;
}

#hometeaser span{

}

#hometeaser span.h1{
font-size:20px;
line-height:28px;
}

.seitenteaser h1 {

    font-size: 28px;
    margin: 0;
    line-height: 40px;

}

.resp-tabs-list li{
font-weight:700;
}

.content td.col_last{
font-weight:600;
text-align:center;
}


.ce_table.attribute.table td{
text-align:left;
}

.ce_table.attribute.table td.col_last{
font-weight:normal;	
}


.content td.col_last a{
color:rgba(74,74,74,0.7);
letter-spacing:0.03rem;
}


.content td.col_last a:hover{
color:#226DAB;
border:none !important;
}

.content .resp-tabs-container td.col_last{
text-align:left;
font-weight:normal;

}




.resp-tab-content, #horizontalTab .resp-tabs-list li{
font-size:14px;
}

.material-icons{
display:inline-block;
vertical-align:bottom;
}



.resp-tab-content-active,.resp-tab-active, .resp-tab-active:hover{
background:#FAFAFA !important;
}

.content tr:hover {

    background:white;
}

.subtitle{
text-transform:uppercase;
font-weight:600;
margin-bottom:10px;
font-size:14px;
line-height:1;
}

.mod_wf_extendedBreadcrumb h6, .mod_breadcrumb h6,.mod_wf_extendedBreadcrumb ul, .mod_breadcrumb ul{
float:none;
display:inline-block;
vertical-align:middle;	
}

.st-accordion > ul > li{
background:#FAFAFA;
}

.st-accordion > ul > li:hover{
background:white;

}

.st-accordion > ul li:hover > a{
color:#226DAB;
}

.mod_box_items .boxcontent > .title{
font-size:14px;
}

.faqcontent figure{
text-align:center;
}

.faqcontent figure.float_below{
margin-top:20px;
}


.yacht_item {


}

.yacht_item  .itemholder  span{
display:block;
}



.yacht_item .itemholder {

    text-align: left;
    background: white;
    padding: 10px 20px;

}
.yacht_item a{
color:unset;
}
.yacht_item .kategorie {
    text-transform: uppercase;
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
}
.yacht_item .itemholder span.yachtname {
   font-weight: 600;
color:#00787A;
font-size:24px;
}
.customelement_grouped{

width:100%;


}
.content.table{
width:100%;
table-layout:fixed;
display:table;
}
.content.table .tablerow{
display:table-row;
border-bottom:1px solid gray;	
}

.content.table .tablerow.last{
border:none;
}

.content.table .tablerow > *{
display:table-cell	;
}

.mod_customcatalogfilter input[type="checkbox"],.mod_customcatalogfilter  input[type="radio"] {

    visibility: visible;

}

.mod_customcatalogfilter .filter input[type="checkbox"], .mod_customcatalogfilter .filter input[type="radio"]{
display: inline-block;
}

.mod_customcatalogfilter .filter label{
border:none;
display: inline-block;

margin-top: 0;
}


.mod_customcatalogfilter .filter fieldset > div{
float: none;

height: auto;

padding: 0;

text-align: left;
margin-bottom: 0.5rem;
width: 100%;
}

.clear_filters.submit_container{
margin-top:2rem;
}

.clear_filters.submit_container .submit, .clear_all_filters.submit_container .submit{
float:none;
}

.yacht_item, .grid-sizer,.grid-item { width: 48%; float:left; }
.yacht_item, .grid-item{
margin-bottom:20px;
}

.yacht_item .teaserimage{
display:block;
line-height:0;
}

.submit_container.clearall > input,.submit_container.clear_filters > input {
    color: white;
    padding: 10px 15px;
    border: none;
    background: #00aaad;
    float: none;
    display: block;
    font-weight: 700;
}

.mod_customcatalogfilter .widget.filter{
height:auto;
overflow:visible;
}


	

#chainform .form > .inside, .home #container #hometeaser li > span, .card{
/*,.mod_customcatalogfilter.cc_schiffe  { */
border-radius:2px;
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);

box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);

}

.resp-tabs-container{
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
 margin: .5rem 0 1rem 0;
}


.mod_article.block{
overflow:visible;
}
.innerholder.pageteaserholder{
display:table;
}

.innerholder.pageteaserholder > ul{
margin-right:-20px;
}


.col-1-3.pageteaser .headlinecontainer, .col-1-3.newsteaser .headlinecontainer,.col-1-3.angebotsteaser .headlinecontainer{
margin-bottom:8px;
}

#main .inside .mod_article.last > .card.block{
margin-bottom:0.5em;
}

.mod_boxes4ward.block{
overflow:visible;
}

.main_top > .inside, .main_top > .inside > *, .main_top  .ce_dlh_googlemaps, .main_top  .ce_dlh_googlemaps >*{
height:100%;
}

.mod_contentbox.ce_content > .boxcontent{
padding:20px;
}

.boxcontent .btn{
width: 100% !important;
white-space:inherit;
max-width: none;

display: block;

margin-top: 20px;
}

.detailtable span{
font-size:14px;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{
background: none repeat scroll 0 0 #226DAB;

border: 1px solid #226DAB;

cursor: pointer;
}

ul.cloud{
display:initial;
display:inline-block;

}

.cloud li a{
color:#226DAB;
}

#main > .inside .mod_newslist .layout_latest .headlinecontainer{
margin-bottom:25px;
padding-right:6rem;
}


.newshead.gradient {

    background: rgba(0,0,0,0.12) !important;

}


.service #main > .inside .ce_download{
white-space: nowrap;
}

.service #main > .inside .downloadcontent{
display: table;
table-layout: fixed;
width: 100%;
box-sizing: border-box;
}

.service #main > .inside .downloadcontent > div{
float:none;
display:inline-block;
vertical-align:top;
white-space: normal;
}

.downloadbox{
display:block;
margin-bottom:-10px;
width:100%;
}

#left{
padding-right:4rem;
}

.mod_customcataloglist p{
float:left;
padding:5px 0;
}

.mod_customcataloglist .pagination ul{
float:right;
}

.mod_customcataloglist .pagination ul > li{
display:inline-block;
vertical-align:middle;
}

.mod_customcataloglist .pagination ul > li.next, .mod_customcataloglist .pagination ul > li.previous{
display:none;
}

.mod_customcataloglist .pagination ul > li > *{
display:block;
padding:5px;
}


.mod_customcataloglist .pagination{
margin-top:40px;
}

.btn > input{
background:none;
border:none;
}

.filterform.block,.mod_customcatalogfilter{
overflow:visible;
}

.filterform .count{
font-weight:400;
font-size:14px;
}


.mod_customcatalogfilter .filter label{
font-size:16px;
font-weight:400;
}

.mitsegeln .col-9-12 > .content{
padding:0;
}

.masonry.yacht-liste{
margin-right:-20px;
}

.mod_customcataloglist{
overflow:visible;
}

.yacht_item .content.table{
table-layout:inherit;
font-size:14px;
}



.tablehead .tablecell, .yacht_item  .content.table .tablerow > * {


    padding: 5px 0;

}
.tablehead .tablecell{
    font-weight: 600;
    }
    
    #horizontalTab.ce_wrapper{
    opacity:0;
    }
    
    
 .ce_tabelle_mit_bild .table td, .ce_tabelle_mit_bild .table th{
 background:transparent !important;
 }
 
 
.clr.level_1.subitems {
    display: table;
    margin-bottom: 2rem;
}
.ueber-uns #main .imageblock > .textholder {
width:100%;
} 

.ce_form .ce_text .image_container img {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
    background: transparent;

}

.mod_customcatalogfilter .filter label {

    font-size: 16px;
    font-weight: 400;
    width: 70%;
    text-align: left;
    white-space: nowrap;

}

.mod_customcatalogfilter .filter fieldset > div.subitem{
margin-left:10px;
}

.content.table .tablerow.lastrow{

}

.teaserfooter {

    white-space: nowrap;
    width: 100%;
    text-align: right;
	margin-top:2rem;
}

.teaserfooter > span {
    display: inline-block !important;
    width: 50% ;
    white-space: normal;
    vertical-align: middle !important;
margin:0 !important;
}
.teaserfooter > span.moredates {
	text-align:left;
	font-size:14px;
	}

.teaserfooter > span{
display:inline-block;
width:50%;
}

.ce_page_teaser a,.ce_page_teaser span{
display:block;

}

.ce_page_teaser .teaser_content{
border-radius: 2px;
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);

}

.ce_page_teaser .teasertxt{
padding:1rem 2rem 0;

}

.ce_page_teaser .teasertxt .txt{
/*padding:0 4rem;*/
}

.ce_page_teaser .headlinecontainer{
margin-bottom: 15px;
}


.ce_page_teaser .teaserlink {
    color: #226DAB;
    text-transform: uppercase;
    padding: 30px 0;
        padding-bottom: 40px;
    padding-bottom: 30px;
    font-weight: 700;
    letter-spacing: 0.03rem;
}

.ce_page_teaser .h1{
font-size: 20px;

line-height: 28px;
}

.ce_hyperlink.btn {
margin-top:3rem;
display:inline-block;
}

.ce_wrapper.center{
text-align:center
}

.home .ce_page_teaser .teaser_content{
height:auto;
text-align:center;
}

.btn-primary a, label.btn-primary{
color:white;
}




.headlinecontainer.col{


}



.headlinecontainer.col-3-12 + div {
  margin-left: 0%;
}


.mod_customcatalogreader > .ce_wrapper, .mod_customcatalogreader > .yachtreader > .ce_wrapper {
	width:100%;
    display: table;
    float: none;
    clear: both;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);

}

.contentwrap > * > .content{
white-space:nowrap;
}


.contentwrap > * > .content > *{
white-space:normal;
}

.ce_tabelle_mit_bild .ce_table.attribute.table{
width:80%;
padding-right:2rem;
}

.ce_tabelle_mit_bild .ce_table.attribute.table, .ce_tabelle_mit_bild .ce_table.attribute.table + div{
display:inline-block;
vertical-align:middle;
float:none;
}

div.ce_image.attribute.image.float_right{
width:20%;
}

.headlinecontainer.col.col-3-12 > h2, .contentwrap.col.col-9-12 .headlinecontainer h2{
font-size: 24px;
color: #333333;
letter-spacing: 0.9px;
line-height: 33px;
}

.contentwrap.col.col-9-12 .headlinecontainer h1, .contentwrap.col.col-9-12 .headlinecontainer h2{
color: #00787A;
}

.masonry.grid li > a, .masonry.grid li > a > span, .masonry.grid li span{
display:block;
}

.masonry.grid li{
margin-bottom:20px;
}

.masonry.grid .grid-item{
width:32%;
}


.masonry.grid .grid-sizer{
width:31.6%;
}



.ce_tabelle_mit_bild .ce_textarea,.ce_tabelle_mit_bild, .contentwrap > .block{
margin-bottom:2rem;
}

.ce_tabelle_mit_bild .col_0{
padding-left:0;
}

.contentwrap.col.col-9-12 .ce_gallery{
display:table;
width:100%;
margin-bottom:2rem;
}

.customelement_grouped_charter .tablerow > *{
padding:10px 0;
}

.mod_customcatalogreader .st-content{
padding:0 43px 20px 15px;
}

.mod_customcatalogreader .toggler{
font-size:16px;
font-weight:600;
}

.mod_customcatalogreader .linkfooter{
text-align: center;

padding: 4rem 0 0;
}

.mod_customcatalogreader .linkfooter .back{
margin-top:2rem;
}

#main .textcontent ul{
margin: 1rem 0;
}

#left .mod_navigation {}

#left .mod_navigation ul, #left .filterinclude ul{
min-width:0;
display:block;
}

#left .mod_navigation li, #left .filterinclude li{
	float:none;
	display:block;
}


#left .mod_navigation li.submenu{}

#left .mod_navigation li.submenu > ul, #left .filterinclude li.submenu > ul {

    padding-left: 20px;

}
#left .mod_navigation li.submenu > a, #left .mod_navigation li.submenu > span{
margin-bottom:8px;
display:block;
}

#left .mod_navigation li a{
color:inherit;
display:block
}

#left .mod_navigation li.active > span, #left .mod_navigation li.trail > a{
	color:#226DAB;
}

#left .mod_navigation li{

    line-height: 1.4;
    margin-bottom: 15px;

}

#left .mod_navigation > ul > li ul{
	display:none;
}

#left .mod_navigation li.active > ul, #left .mod_navigation li.trail > ul{
display:block;
}

.ce_wrapper.yacht .ce_table{

margin-bottom:4rem;
}


.ce_wrapper.yacht .ce_table.image{
white-space:nowrap;
}




.ce_wrapper.yacht .ce_table > *{

}

.ce_wrapper.yacht .ce_table.image > *{
display:inline-block;
vertical-align:middle;
width:50%;
white-space:normal;
padding-right:2rem;
}

.ce_wrapper.yacht .ce_table > .ce_image{
padding-left:2rem;
padding-right:0;
}


.tableholder{

}

.tableholder .table{
display:table;
margin
}


.tableholder .table .tablerow {
    display: table-row;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.tableholder .table .tablerow > .tablecell{
	display:table-cell;
}

.tableholder .table .tablerow > .tablecell{
padding:5px 10px;
}

.tableholder .table .tablerow > .tablecell.item_0{
/*border-right:1px solid rgba(0,0,0,0.2);*/
padding-left:0;
font-weight:600;
}

.contentwrap.col.col-9-12 .impressions .ce_gallery{
margin-bottom:0;
}

.ce_wrapper.leistungen .textcontent h1, .ce_wrapper.leistungen .textcontent h2, .ce_wrapper.leistungen .textcontent h3, .ce_wrapper.leistungen .textcontent h4, .ce_wrapper.leistungen .textcontent h5, .ce_wrapper.leistungen .textcontent h6{
margin-bottom:10px;
margin-top:1.5rem;
}


.ce_wrapper.leistungen .textcontent h1:first-of-type, .ce_wrapper.leistungen .textcontent h2:first-of-type, .ce_wrapper.leistungen .textcontent h3:first-of-type, .ce_wrapper.leistungen .textcontent h4:first-of-type, .ce_wrapper.leistungen .textcontent h5:first-of-type, .ce_wrapper.leistungen .textcontent h6:first-of-type{
margin-top:0;
}

.yacht_item .itemholder span.more{
float:right;
margin-bottom:10px;
}

.terminuebersicht .ce_table.attribute.table, .terminuebersicht .ce_table.attribute.table table{
width:100%;
background:transparent;
}
.terminuebersicht .ce_table.attribute.table td,.terminuebersicht .ce_table.attribute.table th{
background-color:transparent !important;
padding: 5px 10px;

}


.terminuebersicht .ce_table.attribute.table td{
border-bottom: 1px solid rgba(0,0,0,0.2);
}

.terminuebersicht .ce_table.attribute.table td.col_0, .terminuebersicht .ce_table.attribute.table .head_0{
padding-left:0;
}

.terminuebersicht .ce_table.attribute.table tr{
border-bottom: 1px solid rgba(0,0,0,0.2);
}

.dataTables_length{
display:inline-block;
width:49.5%;
margin-bottom:1rem;
}

.dataTables_filter{
display:inline-block;
width:49.5%;
text-align:right;
margin-bottom:1rem;
}

.dataTables_paginate{
display:block;
text-align:right;
margin-top:2rem;
}

.previous{
display:none;
}

.disabled{}

.dataTables_paginate a {
    display: inline-block;
    width: auto;
    background: silver;
    padding: 8px 10px;
    line-height: 1;
    margin-right: 5px;
    color: white;
    font-weight: 600;
}

.dataTables_paginate a.current{
background:#00787A;
}

.dataTables_paginate a.next, .dataTables_paginate a.previous{
display:none;
}

li.visible{
color:blue;
}

.dataTables_length{
display:none !important;
}

.dataTables_filter{
width:100%;
}
.dataTables_filter input{
padding: 5px 10px;

display: block;
}


.dataTables_filter label{
display:block;
text-align:left;
}

.dataTable .col_0{
width:20%;
}

.dataTable .col_2{
width:30%;
}

.ce_image.fullsize{
height:100%;
width:100%;
}


.fullsize .captions.table {
    display: table;
    line-height: 1.3;
    height: 100%;
    margin: 0;
}

.fullsize .captions.table > .table-row {
    display: table-row;
}

.fullsize .captions.table > .table-row > .table-cell{
    display: table-cell;
    vertical-align:middle;
	text-align:center;
}


.fullsize .captions.table > .table-row > .table-cell > .inside{
max-width: 690px;
margin: 0 auto;
color: white;
}

.fullsize .captions.table .headlinecontainer_h1 {

border: 2px solid white;

display: inline-block;
margin-bottom:3rem;

}

.fullsize .captions.table .headlinecontainer_h1 > * {

    border: 2px solid white;
    margin: 4px;
    display: inline-block;
    padding: 0px 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.3;

}

.fullsize .captions.table .fullsizehead{
margin-bottom:20px;
}

.fullsize .captions.table .textcontent{
font-size:18px;
}

.fullsize .captions.table .fullsizehead h4{
font-size: 26px;
}


.gewinnspiel .radio_container > *{
float:left;
}

.gewinnspiel .radioholder {

    display: table;

    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;

}

.gewinnspiel fieldset {

    clear: both;
    width: 100%;
    box-sizing: border-box;
    display: table-row;

}

.gewinnspiel .radio_container > span label {

    padding-top: 40px;
    text-align: center;
    text-indent: 0;
    font-size: 1rem;
    line-height: 1.6;

}

.gewinnspiel .radio_container > span label {

    background: url("/files/charterwelten/layout/images/theme/radio_inactive.png") no-repeat scroll 50% 0 / 25px rgba(0, 0, 0, 0);

}


.gewinnspiel .radio_container > span input[type="radio"]:checked + label {
    background: url("/files/charterwelten/layout/images/theme/radio_active.png") no-repeat scroll 50% 0 / 25px auto rgba(0, 0, 0, 0);
}

.gewinnspiel .questionitem.left{
text-align:center;
float:none;
}

.gewinnspiel .questionhead {

    font-size: 28px;
    font-weight: 600;
    margin-bottom: 2rem;
    display: block;

}

.gewinnspiel .radio_container > * {

    float: none;
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
    line-height: 1.6rem;
    text-align: center;
	min-width:150px;
}

.gewinnspiel #frage_1.radio_container > * {

    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    line-height: 1.6rem;
    text-align: center;
    width: 49.5%;

}


.gewinnspiel .questionhead .learnmorelink {

    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    color: inherit;

}

.gewinnspiel .question {
    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding: 3rem 0;
}


.gewinnspiel .question.question_3{
border:none;
}

.gewinnspiel #main .inside.col.col-9-12{
width:100%;
}

.gewinnspiel #right{
display:none;
}


.gewinnspiel .first_step > legend {

    font-weight: 600;
    font-size: 1em;
    margin: 15px 0 8px;
    margin: 0 auto;
    text-transform: uppercase;
    }
    
    
    .gewinnspiel .senden{
    display:table:
    width:100%;
    }
    
    
    
   .gewinnspiel .submit_container {

    margin: 10px 0 0 0;
    float: none;
    width: 100%;
    text-align: center;
    font-weight: 600;

}

.gewinnspiel .submit_container > *, .gewinnspiel .submit_container .submit {

    float: none;
    display: block;
    margin: 0 auto;
    font-weight: 700;

}

.gewinnspiel .submit_container > *, .gewinnspiel .submit_container .submit {

    float: none;
    display: inline-block;
    margin: 0 auto;
    width:auto;

}

.gewinnspiel .submit_container > a{
display:block;
margin-top:1rem;
}
    .gewinnspiel .submit_container .submit {
    margin-bottom: 1rem;
    padding: 10px 50px;
    width: auto;
}

.gewinnspiel  .mod_article{
margin-top:5rem;
margin-bottom: 0;
}

.gewinnspiel  .mod_article.first{
margin-top:0;
}
     
.gewinnspiel .warning{     
     color: red;

font-size: 15px;

text-align: center;

margin-bottom: 0;  
           }
           
           
   .gewinnspiel #fragen{
   display:none;
   
   }
       
       
       
        .parent_gewinnspiel #formular.gradient {

    margin-top: 30px;
    background: transparent !important;

}    
           .parent_gewinnspiel fieldset.row, .parent_gewinnspiel .widget-radio > fieldset{
           margin:0 -10px;
           }     
           
           .parent_gewinnspiel .widget.half,  .parent_gewinnspiel fieldset.half, .parent_gewinnspiel .contact .form_item.left{
           display:inline-block;
           width:calc( (100% - 20px)/2);
           padding:0 10px;
           }
           
           

           
          .parent_gewinnspiel  .contact .widget.long {

    width: calc(70% - 5px);
    margin-right: 10px;
    display: inline-block;

}

.parent_gewinnspiel .contact .widget.short {

    width: calc(30% - 10px);
    margin-right: 0;
    display: inline-block;
    margin-left: 0;

}
    
    .parent_gewinnspiel fieldset.half{
    white-space:nowrap;
    }       
           
         .parent_gewinnspiel  #formular input.text, #formular textarea {
border:2px solid rgba(0,0,0,0.3);
    background: #eee;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    font-weight: 400;
    font-size: 14px;
    padding: 4px 8px 6px;
    color: #333;

    outline: none;
    height: 34px;
    border-radius: 5px;

}

 .parent_gewinnspiel fieldset.checkboxes{
margin: 2rem 0;
}

 .parent_gewinnspiel .radio_container > span label {

    padding-top: 0;
    text-align: center;

    font-size: 1rem;
    line-height: 1.6;

}

 .parent_gewinnspiel #formular .radio_container > span label{
 text-align: left;
 }
 
 .parent_gewinnspiel .radio_container > span label {

    background: url("/files/charterwelten/layout/images/theme/radio_inactive.png") no-repeat scroll 0 0.2rem / 25px rgba(0, 0, 0, 0);
        background-size: 25px auto;

}

.parent_gewinnspiel .radio_container > span input[type="radio"]:checked + label {

    background: url("/files/charterwelten/layout/images/theme/radio_active.png") no-repeat scroll 0 0.2rem / 25px auto rgba(0, 0, 0, 0);
        background-size: 25px auto;

}


.parent_gewinnspiel .submit_container {

    margin: 10px 0 0 0;
    float: none;
    width: 100%;
    text-align: center;
    font-weight: 600;
    box-shadow: none;
    background: transparent;
    padding: 0;

}

.parent_gewinnspiel .ce_form fieldset.contact{
width:100%;
}

.parent_gewinnspiel .ce_form fieldset.contact > legend {
display:block;
margin:0 auto 2rem;
text-transform:uppercase;
}

.parent_gewinnspiel .submit_container .submit, .parent_gewinnspiel  #main .inside .mod_article > .block:last-child{
margin-bottom:0;
}

.gewinnspiel #main, .parent_gewinnspiel .gewinnspiel #main, .fullsize .captions.table > .table-row > .table-cell > .inside{
padding-right:20px;
padding-left:20px;
}

.parent_gewinnspiel #formular .radio_container > span label, .parent_gewinnspiel #formular .checkbox_container > span label{
text-indent:0;
padding-left:35px;
}

.st-accordion .toggler, .submit, .button{
cursor:pointer;
}

.gewinnspiel .stoerer {

    width: 250px;
    position: absolute;
    margin-left: calc(-1*((100vw - 980px) / 2));
    left: 100%;
    top: 100%;
    margin-top: -125px;

}

.gewinnspiel .stoerer img{
width:100%;
height:auto;
}

.gewinnspiel #main{
max-width:860px;
}

.gewinnspiel.zweispalter .main_top{
overflow:visible;
}

.gewinnspiel .st-content{
padding: 5px 15px 10px;
}

.gewinnspiel .st-content p{
padding:0;
}

.gewinnspiel .st-content .image_container {
margin-bottom:20px;
}

.gewinnspiel .st-content .image_container > img{
max-width: 100%;

height: auto;
}
.gewinnspiel p object {

    width: 18px;
    margin: 0 0.1rem 0;
    display: inline-block;
    vertical-align: initial;

}

.parent_gewinnspiel .explanation p{
font-size: 12px;

}
.parent_gewinnspiel .explanation{
margin-top: 1rem;
}

.gewinnspiel fieldset{
position:relative;
}


.parent_gewinnspiel input[type=checkbox], .parent_gewinnspiel input[type=radio] {
    visibility: visible;
    display: inline-block;
    position: absolute;
    z-index: 0;
   opacity: 0; 
    width: 20px;
    height: 20px;
}
.taghead {
	color:rgba(0,0,0,0.72);
	font-size: 0.8em;
font-weight: 400;
margin: 10px 0;
display:inline-block;
}
.mod_customcataloglist.cc_yachten h1 {
	color:rgba(0,0,0,0.72);
	font-size: 1em;
	font-weight: 400;
	margin: 0;
}

.anfragelink{
margin: 2rem 0 4rem;
text-align: right;
text-align:center;
}


.revieranfrage fieldset.contact{
width:100%;
}

#formular input.text, #formular textarea, #chainform input.text {
    border: 1px solid rgba(0,0,0,0.2);
}

fieldset.reisedaten{
margin-bottom:2rem;
}

.ce_form fieldset.contact fieldset.reisedaten > legend {

    display: block;
    margin-bottom: 1rem;

}

#formular label {

    clear: both;
    float: none;

}


#formular .form_item.left input{
width:100%;
}

#formular .ce_form fieldset.contact fieldset.reisedaten label{
display:none;
}

.condition_reckruf{
margin-bottom:2rem;
}

.slicknav_menu .mod_logo{
max-width:180px;
}


.slicknav_menu .mod_logo img{
width:100%;
height:auto;
}


.revieranfrage .contact .submit_container{
padding:0;
}

.revieranfrage .contact .submit_container input{
padding:10px 20px;
}

.terminuebersicht table.dataTable tbody tr{
background:transparent;
}


.terminuebersicht  .dataTables_wrapper .dataTables_filter input{
margin:0;
margin-top:1rem;
}

.ce_text .image_container.float_right{

float: right;
padding: 0 0 20px 20px;
}

.image_container.default.float_left{
float:left;
padding: 0 20px 20px 0px;
}

.image_container.default.float_left, .image_container.default.float_right{
width: 50%;
}

.image_container.default.float_left  img, .image_container.default.image_container.float_right img{
max-width:100%;
height:auto;
}

 .nav > li {
position:relative;
}

/* Menu Dropdown */
 .nav > li > div {
    position: absolute;
    display: block;
    width: 1140px;
    top: 47px;
    left: 50%;
 	margin-left:-570px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    color:inherit;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
	z-index: 20;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}


 .nav > li.reviere:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}


.mod_navigation.grid.mega{
overflow:visible;

}

.mod_navigation.grid.mega .grid {

    max-width: 1140px;
    padding: 1rem 0 2rem 20px;

}


#header .mod_navigation ul.level_2 li a{
color: #414141;
}

 #header .mod_navigation ul li{
position:unset;
width:auto;
}



 #header .mod_navigation.mega ul.level_2 {

display:table;
width: 100%;

max-width: 1140px;
margin:0 auto;
}


 #header .nav .nav-column {
    float: left;
    width: 22%;
    text-align: left;
    margin-right:1.5rem;
    margin-bottom:20px;
}

 #header .nav .nav-column:last-of-type{
margin:0;
}
 
 
 
#header .nav .nav-column h3,
#header .nav .nav-column .h3 {
    margin: 20px 0 0 0;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px;
    color: #372f2b;
    text-transform: uppercase;
   
}

#header .mod_navigation ul li h3 a,#header .mod_navigation ul li h3 span,
#header .mod_navigation ul li .h3 a,#header .mod_navigation ul li .h3 span{
 padding:0 0 10px;
color: #00787A;
}
 
#header .nav .nav-column h3.orange,
#header .nav .nav-column .h3.orange { color: #ff722b; }
 
 #header .nav .nav-column li a {
    display: block;
    line-height: 26px;
    font-size: 13px;
    color: #888888;
}

 #header .mod_navigation ul{
min-width:0;
}
 
 #header .nav .nav-column li a:hover { color: #666666; }

 #header .mod_navigation ul.level_2 li, #header .mod_navigation ul.level_3 li{
text-align:left;
}

 #header .mod_navigation ul.level_3 li{}


 #header .mod_navigation ul li ul li{
text-align:left;
}

#header .mod_navigation ul.level_4 li > a, #header .mod_navigation ul.level_4 li > span {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    text-transform: none;
    font-weight: normal;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
}

#header .mod_navigation ul.level_4 li > span {

}

 #header .mod_navigation ul.level_4 li.trail > a, #header .mod_navigation ul.level_4 li:hover > a, #header .mod_navigation ul.level_4 li:hover > span,  #header .mod_navigation ul.level_4 li > span{
	background:whiteSmoke;
}

#responsivenav{
display:none;
}

.others{
display:table;
width:100%;
}

.others div.btn {
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    letter-spacing: 0.8px;
    border-radius: 0;
    border:none;
    font-weight: 700;
    text-transform: uppercase;
}


.others div.btn a{
color:#226DAB !important;
background-color:white !important;
}

.partner_item{
width: calc((100% - (6 * 10px)) / 3);
float: left;
    margin: 10px;
}

.autocomplete_results{
background:transparent;
border:none;
}

.partner_item .partnername {

    display: block;
    background: whitesmoke;
    padding: 10px;
    text-align: center;
    border-top: 1px solid silver;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.08rem;

}

.partner_item .teaserimage {

    display: block;
    line-height: 0;
    text-align: center;
    padding: 20px 2rem;

}

.cc_partners .yacht_item,.cc_partners .grid-sizer,.cc_partners .grid-item {

   width: calc((100% - (2 * 20px)) / 3);
    float: left;

}

.ce_gallery li img{
max-width:100%;
height:auto;
}


.parent_partner .ce_gallery{
margin-top:2rem;
}

ul.cols_4 li{
width:calc((100% - (3 * 20px)) / 4 );
margin:0 20px 20px 0;
}

.revier_partner{
margin:2rem 0;
}


ul.reviere li {

    display: inline-block;
    padding: 10px 20px;
    margin-right: 3px;
    border-radius: 8px;
    line-height: 1;
    border: 1px solid #CECECE;

}

.mod_customcataloglist > h1{
margin-bottom:2rem;
}

.partner #left{
padding-top:2rem;
}
.mod_customcatalogfilter .filter.landzuordnung label {
white-space: normal;
width:86%;
}


.home .not_item_left{
margin-left: calc(50% + 10px);
}


.home .not_item_right{
float:left;
}

.mod_boxes4ward .teaser_content img{
max-width:100%;
}

.mod_boxes4ward .teaser_content .teasertxt {
    padding: 0 20px 20px;
    text-align: left;
}


.mod_boxes4ward .teaser_content{
border:none;
margin:0;
border-radius:0;
background-color: #fff;
    -webkit-transition: none;
    transition:none;
    transition:none;
    transition: none;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;

}


.tableholder{
display:table;
width:100%;
box-sizing:border-box;
margin-bottom:1rem;
margin-top:2rem;
}


.tableholder > .row{
display:table-row;
}


.tableholder > .row > * {

    display: table-cell;
    float: none !important;
    vertical-align: top;
    width: 50%;

}

.tableholder .textholder.not_right{
padding-right:40px;
}


.tableholder .textholder.not_left{
padding-left:40px;
}
img{
max-width:100%;
height:auto;
}

#maintwocol{
clear:both;
padding-right:20px;
}

#maintwocol table {

    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;

}

#maintwocol table tr{
display:table-row;
}

#maintwocol table td,#maintwocol table th{
width:100%;
border: 2px solid silver;



padding: 10px;

vertical-align: middle;

display: table-cell;
}

#maintwocol table th{
background:transparent;
font-weight:600;
text-transform:uppercase;
}

#maintwocol table tbody tr:nth-child(even) {background: transparent}
#maintwocol table tbody tr:nth-child(odd) {background: #EBEBEB;}


#maintwocol  .mod_article{
border-bottom:1px solid silver;
padding-bottom:2rem;
margin-bottom:2rem;
}

#maintwocol  .mod_article.last{
border:none;
padding-bottom:0;
margin-bottom:0;
}
.ce_hyperlink.anfragelink a {
padding: 6px 16px;
font-size: 14px;
line-height: 1.42857143;
text-align: center;
letter-spacing: 0.8px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
border-radius: 2px;
background-color: #226DAB;
font-weight: 700;
text-transform: uppercase;
color:white;
display:inline-block;
}
.st-content h3 {
padding-left:15px;
}

/*
.mod_customcatalogfilter.cc_schiffe {
    padding: 20px;
    display: table;
    width: calc(100% - 5px);
    box-sizing: border-box;
	border:1px solid rgba(0,0,0,0.1);
}

.mod_customcatalogfilter.cc_schiffe .widget.filter {

    width: calc((100% - 40px) / 2);
    margin-right: 20px;
    float: left;
    padding: 0;
    margin-bottom: 20px;

}

.mod_customcatalogfilter.cc_schiffe .widget.filter .dk_container a.dk_toggle{
background:whiteSmoke;
}


mod_customcatalogfilter.cc_schiffe .widget.filter legend {

    margin: 0;

    margin-bottom: 10px;

}


.mod_customcatalogfilter.cc_schiffe .widget.filter .dk_container {
    margin: 0;
}
*/

.schiffsfilter .grid{
overflow:visible;
}


.submit_holder {
    text-align: right;
    display: table;
    float: none;
    clear: both;
    width: 100%;
}

.submit_holder > *{
display: inline-block;
float: none;
width: auto;
margin-left:10px;
}


.submit_holder a.btn, .submit_holder span.btn, div.btn{
padding: 10px 20px;
}


.cc_schiffe .yacht_item.l4.m4,.cc_schiffe .grid-sizer,.cc_schiffe .grid-item.l4.m4 {

    width: calc((100% - 4rem) / 3);
    float: left;

}


.mod_customcatalogreader.cc_schiffe .back{
text-align:center;
padding:20px;
}


.mod_customcatalogreader.cc_schiffe .back.first{
  /*  text-align: left; */
}
.ce_wrapper.yacht.cc_schiffe > .contentwrap > *:first-of-type > .tableholder{
margin-top:0;
}

span.btn-primary.disabled, .btn-primary.disabled{

    background: 

white;

color:
#5085B0;

border-color:

    white;

}

.yacht_item .itemholder span.hersteller{
display:table;
width:100%;
}


.yacht_item .itemholder span.hersteller > .logo{

height:20px;
margin-bottom:20px;
}

#main .inside .col.yacht_item .itemholder span.hersteller > .logo img{
height:100%;
width:auto;
}

.mod_customcatalogreader.cc_schiffe .logo{
margin-top:20px;
}

.ce_html{
    position:relative;
    
}

.ce_html .holder {
    height: 450px;
    width: 100%;
    display: table;
    box-sizing: border-box;
}

.ce_html .holder > .row {
      display: table-row;  
}

.ce_html .errorbox{ 
    display: table-cell;
vertical-align: top;
}

.ce_html .errorbox iframe{
   display:none;
}

.ce_html .errorbox .btn {
    display: inline-block;
    text-decoration: none;
}

#main .formselect{
    border:none;
}

body .slicknav_nav ul{
    margin:0;
    padding:0;
}



body .slicknav_nav .slicknav_item a, .slicknav_nav li.trail span {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.slicknav_nav li.trail > a, .slicknav_nav li.active > span {
    padding: 5px 10px;
    display: block;
}

.slicknav_nav .level_2 {
    background: rgba(0,0,0,0.1);
}

.slicknav_nav .level_2 > li{
   border-bottom: 1px solid rgba(255,255,255,0.2); 
}

.slicknav_nav .level_2 > li.last{
    border:none;
}

.slicknav_nav .level_2 li > a, .slicknav_nav .level_2 li > span {
    padding: 5px 20px;
    display: block;
    text-transform: none;
}

body .slicknav_nav .slicknav_arrow{
    font-size: 0.8em;
margin: 0;
display: inline-block;
vertical-align: middle;
padding: 0;
}


body .slicknav_nav > li > .slicknav_item:hover,body .slicknav_nav > li.trail > a, .slicknav_open > a {
    background: rgba(0,0,0,0.2) !important;
}

body .slicknav_nav > li:hover{
    background: none;
}

body .slicknav_nav li:hover a,body .slicknav_nav li.active span,body .slicknav_nav li.trail span, body .slicknav_nav li.trail a {
    color: white;
    font-weight: 600;
}

.slicknav_nav > li{
    border-bottom: 1px solid rgba(255,255,255,0.2); 
}

.slicknav_nav .level_2 li > span.active, .slicknav_nav .level_2 li > a:hover {
    background: rgba(0,0,0,0.2);
}


.selectholder{
    display: none;
}

footer .landingpages{
    display: table;
   
}

#main{
    box-sizing: border-box;
}

.mod_customcatalogfilter .widget.filter.partnername{
    margin-top:2rem;
    padding-top:2rem;
}

.partner-detail #main{
    box-sizing: border-box;
    width: 100%;
    padding: 020px;
}

.newsfooter_right {
    width: 100%;
    text-align: right;
    margin-bottom: 2rem;
}

iframe .slides{}


.footer_content .logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
.footer_content figure {
    display: inline-block;
}

#mc_embed_signup {
color:white;
padding:2rem 1rem;
background: #779ABD;
background-size: contain;
margin-bottom:2rem;
}
#mc_embed_signup h3 {
color:white;
padding-bottom:1.5rem;
}
.clear {
clear:both;
}
.col-2-2 {
width:50%;
}
.content__gdpr p,
.legalsmall {
font-size:12px;
line-height:130%;
}
.legalsmall {
padding-top:1rem;
font-size:10px;
}
.anker {
background: url(/files/charterwelten/layout/images/theme/Footer-1170.png) no-repeat;
background-size: contain;
margin:1rem;
height:7rem;
}
#mc_embed_signup .checkbox_container > span label {
text-indent:0;
padding-left:30px;
}
.content__gdpr p {
margin:1rem 0;
}
#mc_embed_signup .submit_container {
float:left;
}
#mc_embed_signup input[type="email"] {
color:#414141;
padding:10px;
}
.call {
position:fixed;
bottom:30px;
right:100px;
width:240px;
z-index:300;
}
.call:hover {
opacity:0.85;
}


.mod_customcatalogfilter.cc_schiffe .filter.hersteller fieldset > div > div{
  max-width: calc((100% - 20px) / 2);
  float: left;
  width: auto;
  margin: 5px;
  background: white;
}

.mod_customcatalogfilter.cc_schiffe .filter.hersteller input[type="radio"] {
  display: none;
}

.mod_customcatalogfilter.cc_schiffe .filter.hersteller label {
  border: 1px solid rgba(0,0,0,0.3);
  padding: 5px;
  display: table;
  position: relative;
 
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    width: 100%;
}

.mod_customcatalogfilter.cc_schiffe .filter.hersteller label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #00aaad;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.mod_customcatalogfilter.cc_schiffe .filter.hersteller label img {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.mod_customcatalogfilter.cc_schiffe .filter.hersteller :checked+label {
  border-color: #00aaad;
}

.mod_customcatalogfilter.cc_schiffe .filter.hersteller :checked+label::before {
  content: "✓";
  background-color: #00aaad;
  transform: scale(1);
    z-index: 2;
}

.mod_customcatalogfilter.cc_schiffe .filter.hersteller :checked+label img {
  transform: scale(0.9);
  z-index: -1;
}

.hersteller fieldset{
  /* margin: -5px;*/
}

.mod_customcatalogfilter .filter fieldset > div.reset {
  float: none;
  clear: both;
  display: table;
     margin-top: 2rem;
}

.mod_customcatalogfilter.cc_schiffe .filter.hersteller fieldset > div.reset > span {
  max-width: none;
  float: none;
  display: table;

}


.mod_customcatalogfilter.cc_schiffe label.btn{
    border: none;
}

.btn {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  letter-spacing: 0.8px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  border-radius: 2px;
  color: #226DAB;
  font-weight: 700;
  text-transform: uppercase;
}

.empty{
   /* display: none;*/
}

.teaser .image_container{
    margin-bottom: 2rem;
    line-height: 0;
}




.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mod_customcatalogreader.cc_schiffe .disclaimer {
  font-size: 12px;
  margin-top: 6rem;
  line-height: 1.85;
  color: gray;
}


.mod_customcatalogfilter .filter fieldset.radio_container > div{
float: none;

height: auto;

padding: 0;

text-align: left;
margin-bottom: 0.5rem;
width: 100%;
}



.mod_customcatalogfilter .filter fieldset.radio_container > div.filterholder, .radio_container .filterholder { 
  display: flex; 
  flex-flow: column wrap; 
  align-content: space-between; 
  height: 400px; 
}

.radio_container .filterholder::before, 
.radio_container .filterholder::after { 
  content: ""; 
  flex-basis: 100%; 
  width: 0; 
  order: 2; 
}

.mod_customcatalogfilter .filter fieldset.radio_container > div > div{
    max-width: none;
float: none;
width: 50%;
margin: 5px;
background: white;
     width: 50%; 
  margin-bottom: 2%; 
 
     box-sizing: border-box; 
}


.radio_container .filterholder > div {
 
}

.radio_container .filterholder > div:nth-child(2n+1) { order: 1; } 
.radio_container .filterholder > div:nth-child(2n+2) { order: 2; } 
/*.radio_container .filterholder > div:nth-child(3n) { order: 3; }*/

.mod_customcatalogfilter .filter fieldset.radio_container > div{
    margin-top: 20px;
}
#mc_embed_signup .submit_container.btn .btn {
	padding:0;
box-shadow: none;
border-radius: 0;
color: #FFFFFF;
}
#mc_embed_signup .submit_container.btn .btn:hover {
color: #226DAB;
}

 #main .linkset ul li{
     float: left;
     list-style: none;
     margin-left: 20px;
padding-left: 0;
     margin-top: 0;
     margin-bottom: 0;
}

#main .linkset ul li:first-of-type{
    margin-left: 0;
}

.xtratxt .linkset{
    display: table;
    width: 100%;
}

#newsreader .linkset {
  margin-top: 2rem;
  margin-bottom: 3rem;
  clear: both;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 2rem;
  background: white;
    text-align: center;
}

#newsreader .linkset ul{
    display: table;
   margin: 0 auto;
}

#newsreader .ce_text .image_container.float_left{
    width: auto;
    float: left;
    max-width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

#newsreader .ce_gallery h3{
    margin-bottom: 2rem;
}

td.unvisible{
    opacity: 0;
}


.stuetzpunkte td span.btn{
    padding: 5px 10px;
    font-size: 12px;
    margin: 0;
}
.news-detail .ce_html .holder {
height:auto;
}
video {
	width: 100%;
	height: auto;
}

.removeCookie {
	cursor:pointer;
	font-size: 1.5rem;
	color:#0055a3;
	text-decoration:underline;
}

.clearCookie span {

    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 50px;
    background: white;
    border-radius: 10px;
    height: 50px;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;

}


.map-error-box{
height: 350px;

width: 100%;

border: 1px solid;

background: whitesmoke;

padding: 15% 15%;
}



.wsCookie * {
    box-sizing: border-box
}

.wsCookie *::before,.wsCookie *::after {
    box-sizing: inherit
}

.wsCookie label,
.layout2019 .wsCookie label{
font-size:14px;
text-transform:none;
}

.youtube-error-box {
width:100%;
background-color:rgba(255,255,255,0.7);
padding:20px;
margin-top:20px;
text-align:center;
display:block;
}
.youtube-error-box h5{
font-size:20px;
margin-bottom:20px;
}


.wsCookie * div,.wsCookie * span,.wsCookie * h1,.wsCookie * h2,.wsCookie * h3,.wsCookie * h4,.wsCookie * h5,.wsCookie * h6,.wsCookie * p,.wsCookie * a,.wsCookie * em,.wsCookie * img,.wsCookie * small,.wsCookie * strike,.wsCookie * strong,.wsCookie * sub,.wsCookie * sup,.wsCookie * b,.wsCookie * u,.wsCookie * i,.wsCookie * center,.wsCookie * ol,.wsCookie * ul,.wsCookie * li,.wsCookie * fieldset,.wsCookie * form,.wsCookie * label,.wsCookie * legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.wsCookie * label{
    background-color: transparent;
}

.ws-hide {
    display: none
}

.ws-position-fix {
    position: initial!important;
    transform: unset!important
}


.ws-btn-cookie-preference {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    padding: .5em 1em;
    text-decoration: none;
    transition: background-color 125ms linear
}

.wsCookie .cursor {
    cursor: pointer
}

.wsCookie .text-left {
    text-align: left!important
}

.wsCookie .text-center {
    text-align: center!important
}

.wsCookie .text-right {
    text-align: right!important
}

.wsCookie table.ws th {
    text-align: left
}

.wsCookie table.ws td,.wsCookie table.ws th {
    padding: .3rem
}

.wsCookie .ws-responsive-table {
    min-height: .01%;
    overflow: auto
}

.wsCookie .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .wsCookie .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .wsCookie .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .wsCookie .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .wsCookie .container {
        max-width:1140px
    }
}

.wsCookie .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.wsCookie .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.wsCookie .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.wsCookie .no-gutters>.col,.wsCookie .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.wsCookie .col-1,.wsCookie .col-2,.wsCookie .col-3,.wsCookie .col-4,.wsCookie .col-5,.wsCookie .col-6,.wsCookie .col-7,.wsCookie .col-8,.wsCookie .col-9,.wsCookie .col-10,.wsCookie .col-11,.wsCookie .col-12,.wsCookie .col,.wsCookie .col-sm-1,.wsCookie .col-sm-2,.wsCookie .col-sm-3,.wsCookie .col-sm-4,.wsCookie .col-sm-5,.wsCookie .col-sm-6,.wsCookie .col-sm-7,.wsCookie .col-sm-8,.wsCookie .col-sm-9,.wsCookie .col-sm-10,.wsCookie .col-sm-11,.wsCookie .col-sm-12,.wsCookie .col-sm,.wsCookie .col-md-1,.wsCookie .col-md-2,.wsCookie .col-md-3,.wsCookie .col-md-4,.wsCookie .col-md-5,.wsCookie .col-md-6,.wsCookie .col-md-7,.wsCookie .col-md-8,.wsCookie .col-md-9,.wsCookie .col-md-10,.wsCookie .col-md-11,.wsCookie .col-md-12,.wsCookie .col-md,.wsCookie .col-lg-1,.wsCookie .col-lg-2,.wsCookie .col-lg-3,.wsCookie .col-lg-4,.wsCookie .col-lg-5,.wsCookie .col-lg-6,.wsCookie .col-lg-7,.wsCookie .col-lg-8,.wsCookie .col-lg-9,.wsCookie .col-lg-10,.wsCookie .col-lg-11,.wsCookie .col-lg-12,.wsCookie .col-lg,.wsCookie .col-xl-1,.wsCookie .col-xl-2,.wsCookie .col-xl-3,.wsCookie .col-xl-4,.wsCookie .col-xl-5,.wsCookie .col-xl-6,.wsCookie .col-xl-7,.wsCookie .col-xl-8,.wsCookie .col-xl-9,.wsCookie .col-xl-10,.wsCookie .col-xl-11,.wsCookie .col-xl-12,.wsCookie .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.wsCookie .col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%
}

.wsCookie .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.wsCookie .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.wsCookie .col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.wsCookie .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.wsCookie .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.wsCookie .col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.wsCookie .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.wsCookie .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.wsCookie .col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.wsCookie .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.wsCookie .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.wsCookie .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
    .wsCookie .col-12 {
        max-width: 375px;
    }
}
@media (min-width: 576px) {
    .wsCookie .col-sm {
        flex-basis:0%;
        flex-grow: 1;
        max-width: 100%
    }

    .wsCookie .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .wsCookie .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .wsCookie .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .wsCookie .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .wsCookie .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .wsCookie .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .wsCookie .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .wsCookie .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .wsCookie .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .wsCookie .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .wsCookie .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .wsCookie .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .wsCookie .col-md {
        flex-basis:0%;
        flex-grow: 1;
        max-width: 100%
    }

    .wsCookie .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .wsCookie .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .wsCookie .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .wsCookie .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .wsCookie .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .wsCookie .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .wsCookie .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .wsCookie .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .wsCookie .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .wsCookie .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .wsCookie .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .wsCookie .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .wsCookie .col-lg {
        flex-basis:0%;
        flex-grow: 1;
        max-width: 100%
    }

    .wsCookie .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .wsCookie .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .wsCookie .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .wsCookie .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .wsCookie .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .wsCookie .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .wsCookie .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .wsCookie .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .wsCookie .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .wsCookie .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .wsCookie .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .wsCookie .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .wsCookie .col-xl {
        flex-basis:0%;
        flex-grow: 1;
        max-width: 100%
    }

    .wsCookie .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .wsCookie .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .wsCookie .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .wsCookie .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .wsCookie .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .wsCookie .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .wsCookie .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .wsCookie .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .wsCookie .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .wsCookie .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .wsCookie .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .wsCookie .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.wsCookie .d-block {
    display: block!important
}

.wsCookie .d-flex {
    display: flex!important
}

@media (min-width: 576px) {
    .wsCookie .d-sm-block {
        display:block!important
    }

    .wsCookie .d-sm-flex {
        display: flex!important
    }
}

@media (min-width: 768px) {
    .wsCookie .d-md-block {
        display:block!important
    }

    .wsCookie .d-md-flex {
        display: flex!important
    }
}

@media (min-width: 992px) {
    .wsCookie .d-lg-block {
        display:block!important
    }

    .wsCookie .d-lg-flex {
        display: flex!important
    }
}

@media (min-width: 1200px) {
    .wsCookie .d-xl-block {
        display:block!important
    }

    .wsCookie .d-xl-flex {
        display: flex!important
    }
}

.wsCookie .flex-row {
    flex-direction: row!important
}

.wsCookie .flex-fill {
    flex: 1 1 auto!important
}

.wsCookie .justify-content-between {
    justify-content: space-between!important
}

.wsCookie .align-items-start {
    align-items: flex-start!important
}

.wsCookie .align-items-end {
    align-items: flex-end!important
}

.wsCookie .align-items-center {
    align-items: center!important
}

.wsCookie .align-items-baseline {
    align-items: baseline!important
}

.wsCookie .align-items-stretch {
    align-items: stretch!important
}

@media (min-width: 576px) {
    .wsCookie .flex-sm-row {
        flex-direction:row!important
    }

    .wsCookie .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .wsCookie .justify-content-sm-between {
        justify-content: space-between!important
    }

    .wsCookie .align-items-sm-start {
        align-items: flex-start!important
    }

    .wsCookie .align-items-sm-end {
        align-items: flex-end!important
    }

    .wsCookie .align-items-sm-center {
        align-items: center!important
    }

    .wsCookie .align-items-sm-baseline {
        align-items: baseline!important
    }

    .wsCookie .align-items-sm-stretch {
        align-items: stretch!important
    }
}

@media (min-width: 768px) {
    .wsCookie .flex-md-row {
        flex-direction:row!important
    }

    .wsCookie .flex-md-fill {
        flex: 1 1 auto!important
    }

    .wsCookie .justify-content-md-between {
        justify-content: space-between!important
    }

    .wsCookie .align-items-md-start {
        align-items: flex-start!important
    }

    .wsCookie .align-items-md-end {
        align-items: flex-end!important
    }

    .wsCookie .align-items-md-center {
        align-items: center!important
    }

    .wsCookie .align-items-md-baseline {
        align-items: baseline!important
    }

    .wsCookie .align-items-md-stretch {
        align-items: stretch!important
    }
}

@media (min-width: 992px) {
    .wsCookie .flex-lg-row {
        flex-direction:row!important
    }

    .wsCookie .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .wsCookie .justify-content-lg-between {
        justify-content: space-between!important
    }

    .wsCookie .align-items-lg-start {
        align-items: flex-start!important
    }

    .wsCookie .align-items-lg-end {
        align-items: flex-end!important
    }

    .wsCookie .align-items-lg-center {
        align-items: center!important
    }

    .wsCookie .align-items-lg-baseline {
        align-items: baseline!important
    }

    .wsCookie .align-items-lg-stretch {
        align-items: stretch!important
    }
}

@media (min-width: 1200px) {
    .wsCookie .flex-xl-row {
        flex-direction:row!important
    }

    .wsCookie .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .wsCookie .justify-content-xl-between {
        justify-content: space-between!important
    }

    .wsCookie .align-items-xl-start {
        align-items: flex-start!important
    }

    .wsCookie .align-items-xl-end {
        align-items: flex-end!important
    }

    .wsCookie .align-items-xl-center {
        align-items: center!important
    }

    .wsCookie .align-items-xl-baseline {
        align-items: baseline!important
    }

    .wsCookie .align-items-xl-stretch {
        align-items: stretch!important
    }
}

.wsCookie .w-25 {
    width: 25%!important
}

.wsCookie .w-50 {
    width: 50%!important
}

.wsCookie .w-75 {
    width: 75%!important
}

.wsCookie .w-100 {
    width: 100%!important
}

.wsCookie .w-auto {
    width: auto!important
}

.wsCookie .h-25 {
    height: 25%!important
}

.wsCookie .h-50 {
    height: 50%!important
}

.wsCookie .h-75 {
    height: 75%!important
}

.wsCookie .h-100 {
    height: 100%!important
}

.wsCookie .h-auto {
    height: auto!important
}

.wsCookie .mw-100 {
    max-width: 100%!important
}

.wsCookie .mh-100 {
    max-height: 100%!important
}

.wsCookie .min-vw-100 {
    min-width: 100vw!important
}

.wsCookie .min-vh-100 {
    min-height: 100vh!important
}

.wsCookie .vw-100 {
    width: 100vw!important
}

.wsCookie .vh-100 {
    height: 100vh!important
}

.wsCookie .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.wsCookie .animated.infinite {
    animation-iteration-count: infinite
}

.wsCookie .animated.delay-1s {
    animation-delay: 1s
}

.wsCookie .animated.delay-2s {
    animation-delay: 2s
}

.wsCookie .animated.delay-3s {
    animation-delay: 3s
}

.wsCookie .animated.delay-4s {
    animation-delay: 4s
}

.wsCookie .animated.delay-5s {
    animation-delay: 5s
}

.wsCookie .animated.fast {
    animation-duration: 800ms
}

.wsCookie .animated.faster {
    animation-duration: 500ms
}

.wsCookie .animated.slow {
    animation-duration: 2s
}

.wsCookie .animated.slower {
    animation-duration: 3s
}

@media (print),(prefers-reduced-motion) {
    .wsCookie .animated {
        animation: unset!important;
        transition: none!important
    }
}

.wsCookie.ws-switch-consent {
    align-items: center;
    display: inline-flex;
    font-size: inherit
}

.wsCookie .ws-title {
    display: inline-block;
    vertical-align: middle
}

.wsCookie .ws-title::before {
    content: "|";
    display: inline-block;
    margin: 0 .25rem 0 0
}

.wsCookie .ws-checkbox {
    color: inherit;
    cursor: pointer;
    display: block;
    padding-left: 2em;
    position: relative
}

.wsCookie .ws-checkbox input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.wsCookie .ws-checkbox input:checked~.ws-checkbox-indicator::after {
    display: block
}

.wsCookie .ws-checkbox input:disabled~.ws-checkbox-indicator::after {
    display: block
}

.wsCookie .ws-checkbox .ws-checkbox-indicator {
    border-style: solid;
    border-width: 2px;
    padding: 0!important;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    transition: .25s
}

.wsCookie .ws-checkbox .ws-checkbox-indicator::after {
    content: "";
    display: none;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    position: absolute;
    left: 5px;
    top: 1px;
    height: 11px;
    width: 6px;
    transform: rotate(45deg)
}

.wsCookie .ws-btn-switch {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 50px;
    height: 26px;
    vertical-align: middle
}

.wsCookie .ws-btn-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.wsCookie .ws-btn-switch input:checked+.ws-slider {
    background-color: #00aaad
}

.wsCookie .ws-btn-switch input:checked+.ws-slider:before {
    transform: translateX(24px)
}

.wsCookie .ws-btn-switch .ws-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00aaad;
    -webkit-transition: .4s;
    transition: .4s
}

.wsCookie .ws-btn-switch .ws-slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.wsCookie .ws-btn-switch-status {
    display: inline-block;
    margin: 0 .25rem;
    vertical-align: middle
}

.wsCookie .ws-btn-switch-status span:last-child {
    display: none
}

#wsCookieBox .animated {
    visibility: visible
}

#wsCookieBox .container {
    background: inherit;
    display: block;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    position: inherit
}

#wsCookieBox .ws-bar .container {
    max-height: 100vh;
    overflow: auto!important;
    width: auto!important
}

#wsCookieBox .ws-box .container {
    max-height: 100vh;
    overflow: auto!important;
    width: auto!important
}

#wsCookieBox .container::before {
    display: initial
}

#wsCookieBox .container::after {
    content: " ";
    display: block;
    height: 2px
}

#wsCookieBox .container .row {
    display: flex;
    min-width: 1px;
    width: auto
}

#wsCookieBox .container .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
}

#wsCookieBox .container .row::before,#wsCookieBox .container .row::after {
    display: initial
}

#wsCookieBox .bcac-item {
    margin: .5em 0;
    padding: .5em
}

#wsCookieBox .bcac-item h4 {
    font-size: 1.25em;
    margin: 0 0 .25em 0
}

#wsCookieBox .bcac-item p {
    font-size: .875em
}

#wsCookieBox .bcac-item h4,#wsCookieBox .bcac-item p,#wsCookieBox .bcac-item span {
    color: inherit
}

#wsCookieBox>div {
    display: none
}

#wsCookieBox>div.show-cookie-box {
	display: flex;
    justify-content: center;
}

#wsCookieBox>div:not(.ws-block-content) {
    position: absolute;
    width: 100%;
    z-index: 999999
}

#wsCookieBox>div:not(.ws-block-content).top-left {
    top: 0
}

#wsCookieBox>div:not(.ws-block-content).top-center {
    top: 0
}

#wsCookieBox>div:not(.ws-block-content).top-right {
    top: 0
}

#wsCookieBox>div:not(.ws-block-content).middle-left {
    top: 50%
}

#wsCookieBox>div:not(.ws-block-content).middle-center {
    top: 50%
}

#wsCookieBox>div:not(.ws-block-content).middle-right {
    top: 50%
}

#wsCookieBox>div:not(.ws-block-content).bottom-left {
    bottom: 0
}

#wsCookieBox>div:not(.ws-block-content).bottom-center {
    bottom: 0
}

#wsCookieBox>div:not(.ws-block-content).bottom-right {
    bottom: 0
}

#wsCookieBox h3 {
    color: inherit;
    font-family: inherit;
    font-size: 1.625em;
    line-height: 1.125em;
    word-break: break-all
}

#wsCookieBox ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style: none;
    margin: .9375em 0;
    padding: 0
}

#wsCookieBox ul li {
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.25em;
    list-style: inherit;
    margin: 0 .9375em .375em 0
}

#wsCookieBox ul li:last-child {
    margin: 0
}

#wsCookieBox ul li::before {
    content: "\25cf";
    margin: 0 4px 0 0
}

#wsCookieBox p {
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.25em;
    margin: .9375em 0
}

#wsCookieBox p:last-child {
    margin: 0;
	margin-top: 10%;

}

#wsCookieBox .ws-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    background:whiteSmoke;
    padding:10px;
	margin-bottom:10px;
}

#wsCookieBox .ws-flex-center p {
    margin-bottom: 0
}

#wsCookieBox .ws-actions {
    display: inline
}

#wsCookieBox .ws-accept {
    font-family: inherit;
    text-align: center
}

#wsCookieBox .ws-block-content {
    background: rgba(0,0,0,0);
    left: 0;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 999999
}

#wsCookieBox .ws-block-content.ws-bg-animation {
    transition: background-color 250ms linear
}

#wsCookieBox .ws-block-content.ws-bg-dark {
    background: rgba(0,0,0,.6)
}

#wsCookieBox .ws-branding {
    font-family: inherit;
    font-size: .75em;
    margin: 0
}

#wsCookieBox .ws-branding a {
    text-decoration: none
}

#wsCookieBox .ws-branding img {
    max-height: 16px;
    max-width: 16px;
    vertical-align: middle
}

#wsCookieBox .ws-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1;
    padding: .75em 2em;
    text-decoration: none;
    transition: background-color 125ms linear
}

#wsCookieBox .cookie-logo {
    max-width: 48px;
    padding: 0 8px 0 0;
    vertical-align: middle;
    width: 100%
}

#wsCookieBox .ws-legal {
    font-family: inherit;
    font-size: .75em;
    text-align: center
	
}

#wsCookieBox .ws-manage {
    font-family: inherit;
    font-size: .75em;
    text-align: center;
	display: none;
}

#wsCookieBox .ws-refuse {
    font-family: inherit;
    font-size: .75em;
    text-align: center
	 display: flex;

}

#wsCookieBox .ws-refuse a {
    color: black
}

#wsCookieBox .ws-refuse-btn {
    font-family: inherit;
    font-size: .875em;
    text-align: center
}

#wsCookieBox .ws-refuse-btn a {
    font-size: inherit;
    color: inherit
}

#wsCookieBox .ws-refuse-btn a:hover {
    color: inherit
}

#wsCookieBox .top-left {
    align-items: flex-start;
    justify-content: flex-start
}

#wsCookieBox .top-center {
    align-items: flex-start;
    justify-content: center
}

#wsCookieBox .top-right {
    align-items: flex-start;
    justify-content: flex-end
}

#wsCookieBox .middle-left {
    align-items: center;
    justify-content: flex-start
}

#wsCookieBox .middle-center {
    align-items: center;
    justify-content: center
}

#wsCookieBox .middle-right {
    align-items: center;
    justify-content: flex-end
}

#wsCookieBox .bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

#wsCookieBox .bottom-center {
    align-items: flex-end;
    justify-content: center
}

#wsCookieBox .bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

#wsCookieBox .ws-box,#wsCookieBox .ws-bar {
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    padding: 15px 0
}

#wsCookieBox .ws-bar-wrap {
    display: block;
    max-width: 100%;
    width: 100%;
    z-index: 1000000
}

#wsCookieBox .ws-bar-wrap.ws-position-fixed {
    
    bottom: 0;
}

#wsCookieBox .ws-bar.ws-bar-slim .cookie-box p {
    margin: 0
}

#wsCookieBox .ws-bar.ws-bar-slim .ws-actions-mobile {
    display: none
}

#wsCookieBox .ws-bar h3 {
    margin: 0 0 .5em 0
}

#wsCookieBox .ws-bar ul {
    justify-content: center;
    margin: .5em 0
}

#wsCookieBox .ws-bar .ws-separator::before {
    content: "|";
    display: inline-block;
    margin: 0 2px
}

#wsCookieBox .ws-bar .cookie-logo {
    max-width: 64px;
    padding: 0 8px 0 0;
    vertical-align: middle;
    width: 100%
}

#wsCookieBox .ws-bar .ws-legal {
    text-align: center
}

#wsCookieBox .ws-box-wrap {
    display: block;
    max-width: 375px;
    width: 100%;
    z-index: 1000000
}

#wsCookieBox .ws-box-wrap.ws-position-fixed {
    position: relative;
    bottom: 0;
}

#wsCookieBox .ws-box.ws-box-slim>.container .ws-manage {
    margin: 0
}

#wsCookieBox .ws-box.ws-box-slim>.container .ws-refuse {
    margin: .5em 0 0 0
}

#wsCookieBox .ws-box .ws-separator::before {
    content: "|";
    display: inline-block;
    margin: 0 2px
}

#wsCookieBox .cookie-preference .container.not-visible {
    height: 0
}

#wsCookieBox .cookie-preference .cookie-logo {
    max-width: 100%
}

#wsCookieBox .cookie-preference table {
    margin: 1em 0 0 0;
    width: 100%
}

#wsCookieBox .cookie-preference table tr td,#wsCookieBox .cookie-preference table tr th {
    border-bottom: 1px solid
}

#wsCookieBox .cookie-preference table tr:last-child td,#wsCookieBox .cookie-preference table tr:last-child th {
    border-bottom: 0
}

#wsCookieBox .cookie-preference table th {
    text-align: left;
    width: 40%
}

#wsCookieBox .cookie-preference table td {
    text-align: left
}

#wsCookieBox .cookie-preference table td,#wsCookieBox .cookie-preference table th {
    font-size: .875em;
    padding: .25em .5em
}

#wsCookieBox .cookie-preference .ws-accept {
    text-align: left
}

#wsCookieBox .cookie-preference .ws-btn {
    font-size: 1em;
    margin: 0 0 .9375em 0;
    padding: .75em 1.5em
}

#wsCookieBox .cookie-preference .ws-legal {
    text-align: right
}

#wsCookieBox .cookie-preference .ws-pp-url {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 0
}

#wsCookieBox .cookie-preference .ws-refuse {
    margin: 0 0 .9375em 0;
    text-align: right
}

#wsCookieBox .cookie-preference .ws-separator::before {
    content: "|";
    display: inline-block;
    margin: 0 2px
}

#wsCookieBox .ws-bar-advanced ul,#wsCookieBox .ws-box-advanced ul {
    justify-content: space-between
}

#wsCookieBox .ws-bar-advanced ul li,#wsCookieBox .ws-box-advanced ul li {
    line-height: 1.375em;
    margin: 0 .9375em .875em 0
}

#wsCookieBox .ws-bar-advanced ul li::before,#wsCookieBox .ws-box-advanced ul li::before {
    content: "";
    margin: 0
}

.wsCookie .ws-content-blocker {
    line-height: 1.25em
}

.wsCookie .ws-content-blocker .ws-caption {
    padding: 1em
}

.wsCookie .ws-content-blocker .ws-caption label {
    color: inherit
}

.wsCookie .ws-content-blocker .ws-caption label input {
    vertical-align: middle;
    width: auto
}

.wsCookie .ws-content-blocker .ws-caption label small {
    vertical-align: middle
}

.wsCookie .ws-content-blocker .ws-caption p {
    margin-bottom: 1em
}

.wsCookie .ws-content-blocker .ws-caption p:last-child {
    margin: 0
}

.wsCookie .ws-content-blocker .ws-caption small {
    font-size: .875em
}

.wsCookie .ws-content-blocker .ws-default {
    background: #efefef;
    margin-bottom: 1em;
    padding: 1em;
    text-align: center
}

.wsCookie .ws-content-blocker .ws-default label input {
    vertical-align: middle;
    width: auto
}

.wsCookie .ws-content-blocker .ws-default p {
    margin-bottom: 1em
}

.wsCookie .ws-content-blocker .ws-default p:last-child {
    margin: 0
}

.wsCookie .ws-content-blocker .ws-default small {
    font-size: .875em
}

.wsCookie .ws-content-blocker .ws-embed {
    margin-bottom: 1em;
    position: relative;
    display: inline-block
}

.wsCookie .ws-content-blocker .ws-embed .ws-thumbnail {
    display: block;
    max-width: 100%
}

.wsCookie .ws-content-blocker .ws-embed .ws-caption {
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    transform: translateY(-50%)
}

.wsCookie .ws-content-blocker .ws-embed .ws-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.wsCookie .ws-content-blocker .ws-embed .ws-btn.ws-icon-play-black::before {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23000000'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23000000' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    content: " ";
    display: inline-block;
    margin-right: 4px;
    height: 1.142857143em;
    width: .857142857em
}

.wsCookie .ws-content-blocker .ws-embed .ws-btn.ws-icon-play-white::before {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ffffff'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ffffff' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    content: " ";
    display: inline-block;
    margin-right: 4px;
    height: 1.142857143em;
    width: .857142857em
}

.wsCookie .ws-content-blocker .ws-btn {
    display: inline-block;
    font-family: inherit;
    padding: .5em 1em;
    text-decoration: none;
    transition: background-color 125ms linear
}

.ws-fluid-width-video-wrapper {
    padding: 56.2963% 0 0 0;
    position: relative;
    width: 100%
}

.ws-fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .wsCookie {
    top: 0;
    left: 0;
    position: absolute
}

.wpb_video_widget .wpb_video_wrapper .wsCookie {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpb_wrapper .fb_type_standard {
    height: auto
}

@media (max-width: 424px) {
    #wsCookieBox .ws-bar.ws-bar-slim .ws-separator::before {
        content:"";
        display: block;
        margin: 0
    }
}

@media (min-width: 576px) {
    #wsCookieBox .ws-bar ul.show-cookie-logo {
        margin:.5em 0 0 16.6666666667%
    }
}

@media (max-width: 767px) {
    #wsCookieBox .ws-bar.ws-bar-slim p {
        margin:0 0 .5em 0
    }

    #wsCookieBox .ws-bar.ws-bar-slim .ws-actions {
        display: none
    }

    #wsCookieBox .ws-bar.ws-bar-slim p.ws-actions-mobile {
        display: block;
        margin: .9375em 0;
        text-align: center
    }

    #wsCookieBox .ws-bar .align-items-center {
        align-items: flex-start!important
    }

    #wsCookieBox .cookie-preference .ws-accept,#wsCookieBox .cookie-preference .ws-refuse {
        text-align: center
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

#wsCookieBox * {
    font-family: inherit
}

#wsCookieBox .ws-bar,#wsCookieBox .ws-box {
    background: rgba(255,255,255,1);
    border-radius: 4px;
    color: #555;
    font-size: 14px
}

#wsCookieBox a {
    color: #00aaad;
}

#wsCookieBox a:hover {
    color: #00aaad;
}

#wsCookieBox .ws-btn {
    background: #f7f7f7;
    border-radius: 4px;
    color: #555
}

#wsCookieBox .ws-btn:hover {
    background: #e6e6e6;
    border-radius: 4px;
    color: #555
}

#wsCookieBox .ws-refuse-btn a {
    background: #f7f7f7;
    border-radius: 4px;
    color: #555
}

#wsCookieBox .ws-refuse-btn a:hover {
    background: #e6e6e6;
    border-radius: 4px;
    color: #555
}

#wsCookieBox .ws-btn-accept-all {
    background: #00aaad;
    border-radius: 4px;
    
         color: #fff
}

#wsCookieBox .ws-btn-accept-all:hover {
    background: #00aaad;
    border-radius: 4px;
   color: #000
}


#wsCookieBox .ws-legal {
    color: black
}

#wsCookieBox .ws-legal a {
    color: inherit
}

#wsCookieBox .ws-legal a:hover {
    color: #aaa
}

#wsCookieBox .ws-branding {
    color: #000
}

#wsCookieBox .ws-branding a {
    color: inherit
}

#wsCookieBox .ws-branding a:hover {
    color: inherit
}

#wsCookieBox .ws-manage a {
    color: #00aaad;
}

#wsCookieBox .ws-manage a:hover {
    color: #00aaad;
}

#wsCookieBox .ws-refuse {
    color: #888
}

#wsCookieBox .ws-refuse a:hover {
    color: #888
}

#wsCookieBox ul li::before {
    color: #00aaad;
}

#wsCookieBox .cookie-box .ws-btn {
    width: 100%
}

.wsCookie .ws-btn-switch .ws-slider {
    background-color: #bdc1c8
}

.wsCookie .ws-btn-switch input:checked+.ws-slider {
    background-color: #00aaad;
}

.wsCookie .ws-btn-switch .ws-slider::before {
    background-color: #fff
}

.wsCookie .ws-btn-switch input:checked+.ws-slider:before {
    background-color: #fff
}

.wsCookie .ws-checkbox .ws-checkbox-indicator {
    background-color: #fff;
    border-color: #00aaad;
    border-radius: 4px
}

.wsCookie .ws-checkbox input:checked~.ws-checkbox-indicator {
    background-color: #00aaad;
    border-color: #00aaad;
}

.wsCookie .ws-checkbox input:checked~.ws-checkbox-indicator::after {
    border-color: #fff
}

.wsCookie .ws-checkbox input:disabled~.ws-checkbox-indicator {
    background-color: #e6e6e6;
    border-color: #e6e6e6
}

.wsCookie .ws-checkbox input:disabled~.ws-checkbox-indicator::after {
    border-color: #999
}

#wsCookieBox .bcac-item {
    background-color: #f7f7f7;
    border-radius: 0;
    color: #555
}

#wsCookieBox .cookie-preference table {
    background-color: #fff;
    border-radius: 0;
    color: #555
}

#wsCookieBox .cookie-preference table {
    background-color: #fff;
    border-radius: 0;
    color: #555
}

#wsCookieBox .cookie-preference table tr td,#wsCookieBox .cookie-preference table tr th {
    background-color: #fff;
    border-color: #eee
}

.wsCookie .ws-btn-switch .ws-slider {
    border-radius: 34px
}

.wsCookie .ws-btn-switch .ws-slider::before {
    border-radius: 50%
}

.wsCookie .ws-content-blocker {
    font-family: inherit;
    font-size: 14px
}

.wsCookie .ws-content-blocker .ws-caption {
    background: hsla(0,0%,0%,.8);
    color: #fff
}

.wsCookie .ws-content-blocker .ws-caption a {
    color: #28a745
}

.wsCookie .ws-content-blocker .ws-caption a:hover {
    color: #30c553
}

.wsCookie .ws-content-blocker a.ws-btn {
    background: #28a745;
    border-radius: 4px;
    color: #fff
}

.wsCookie .ws-content-blocker a.ws-btn:hover {
    background: #30c553;
    color: #fff
}

a.ws-btn-cookie-preference {
    background: #00aaad !important;
    border-radius: 4px!important;
    color: #fff!important;
}

a.ws-btn-cookie-preference:hover {
    background: #00aaad !important;
    color: #fff!important
}

#wsCookieBox h3 {
    font-size: 1.3em!important;
    color: #00aaad;
}

.wsCookie .ws-facebook {
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    max-width: 516px;
    padding: 3px 0
}

.wsCookie .ws-facebook a.ws-btn {
    background: #4267b2;
    border-radius: 2px
}

.wsCookie .ws-facebook a.ws-btn:hover {
    background: #3b5998
}

.wsCookie .ws-google-maps a.ws-btn {
    background: #4285f4;
    border-radius: 3px
}

.wsCookie .ws-google-maps a.ws-btn:hover {
    background: #fff;
    color: #4285f4
}

.wsCookie .ws-instagram {
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    max-width: 516px;
    padding: 3px 0
}

.wsCookie .ws-instagram a.ws-btn {
    background: #3897f0;
    border-radius: 4px
}

.wsCookie .ws-instagram a.ws-btn:hover {
    background: #117ee4
}

.wsCookie .ws-twitter {
    border: 1px solid #e1e8ed;
    border-radius: 3px;
    max-width: 516px
}

.wsCookie .ws-twitter a.ws-btn {
    background: #1da1f2;
    border-radius: 0
}

.wsCookie .ws-twitter a.ws-btn:hover {
    background: #fff;
    color: #1da1f2
}

.wsCookie .ws-video-vimeo a.ws-btn {
    background: #00adef;
    border-radius: 20px
}

.wsCookie .ws-video-vimeo a.ws-btn:hover {
    background: #fff;
    color: #00adef
}

.wsCookie .ws-video-vimeo a.ws-btn.ws-icon-play-white:hover::before {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%2300adef'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%2300adef' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    content: " "
}

.wsCookie .ws-video-youtube a.ws-btn {
    background: red;
    border-radius: 20px
}

.wsCookie .ws-video-youtube a.ws-btn:hover {
    background: #fff;
    color: red
}

.wsCookie .ws-video-youtube a.ws-btn.ws-icon-play-white:hover::before {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ff0000'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ff0000' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    content: " "
}

/*Medias*/

@media (max-width: 1010px) {
    .partner_item {
  width: calc((100% - (4 * 10px)) / 2);
  float: left;
  margin: 10px;
}
}



@media (min-width: 769px) and (max-width: 1024px) {

.gewinnspiel .radio_container > *{
min-width:0;
}
.mod_navigation ul li.first {
    margin-left: 0px;
}

.header_bottom_left{
min-width:380px;
}

.header_bottom_right {
  float:right !important;
  
  width:49%;
}

.header_bottom_right p br{
display:block;
}

.contactblock > div{
top:0;
}

.contactblock > div .right {
    width: 80%;
}

.flexslider {
    height: 400px;
}
.home .main_top {
	height:380px;
}
}

@media (max-width: 1079px) {
    
    .nav > li > div {

    width: 100%;
    left: 50%;
    margin-left: -50%;
    opacity: 0;
   
}
	.col-9-12 {
    width: 72%;
	padding-right:0 !important;
}
body.kontakt #main {
	padding-left:0;
	padding-right:0;
}
	
}

@media (min-width: 790px) { 
#right .mod_box_items .downloadinfo{
width:50%;
}



}

@media (min-width: 860px) { 
.column_left.left.col-1-2.level_3_bild{

margin-bottom:0;

}
    

}

@media (max-width: 780px) { 
.ce_textGrid .row > *{
display:table-header-group;
}

.ce_textGrid .row > .textholder{
display:table-footer-group;
}


}


@media (max-width: 1000px) { 
.schiffsfilter #left.col-3-12,
.partner #left.col-3-12,
.mitsegeln #left.col-3-12 {
width:100%;
    box-sizing: border-box;
    padding:0;
    margin-bottom:2rem;
}
    
    
    
 .schiffsfilter #left.col-3-12 {
  overflow: hidden;
  padding: 20px 20px 0 0;
}
    
    
    #dk_container_yachtbezeichnung{
        margin:0;
    }
    
    .main_top .captionholder {
    margin: 0 auto;
    max-width: none;
    overflow: unset;
    padding: 20px 4rem;
    padding-top: 10px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

    .flex-caption{
        bottom:20px;
    }
    
.col-9-12,.parent_mitsegeln .col-3-12 {
    width: 100%;
	/*padding-right:20px !important;*/
}
#right{
	margin-top:15px;
	}
	
.col-9-12 > .content{
	padding-right:0;
}
	
#right .downloadimage{
	width:95px;
}
	
#right .mod_box_items .downloadinfo{
	width:auto;
}
	
#right .mod_box_items .downloadcontent{

}
.footer_left.halfwidth.right{
	margin-top:20px;
}
#right{
width:100%;
}
#right .mod_box_items .downloadcontent .downloadimage {
    margin-right: 0;
    width: auto;
}

#right .mod_box_items .downloadinfo {
    float: right;
    width: 80%;
}
#right .mod_contentbox .boxcontent .layout_latest {
    text-align: center;
}

#right .angebote .einklinker{
background-size: 105px auto;
}

.form.col-1-1 {
	padding-right:0 !important;	
}
.home #main {
	padding-left:0;
}
.home .first.teaser{

}

.home ul#hometeaser{
	padding-left:20px;
}

.caption_title_line{margin:0;}
.caption_link {
  margin-right:0;
}
.newscontent .column_left.left.col-1-2 {
	max-width:300px;
}
.newscontent .teaser.col-1-2 {
	width:60%;
}
.mod_box_items .image_container {
	width:400px;
	margin:0 auto;
}
.footer_left.left.halfwidth,
.footer_left.halfwidth.right {
	float:none;
	margin:0 auto;
	clear:both;
}
.footer_left.halfwidth.right {
	padding-top:20px;
}
.footer_top .grid-pad .col-1-1 {
	padding-left:20px;
}
#footer, .push {
    height: 17em;
}
}

@media (max-width: 812px) { 
.masonry.grid .grid-sizer,.masonry.grid .grid-item {

    width: 48%;

}
}

@media (max-width: 790px) { 


    
.submit_holder > *{
display:block;
margin-bottom:35px;
}

.mod_customcatalogfilter.cc_schiffe .widget.filter{
width:100%;
}

.cc_schiffe .yacht_item.l4.m4.s12,.cc_schiffe .grid-sizer,.cc_schiffe .grid-item.l4.m4.s12,
.yacht_item.s12{
width:100%;
float:none;
text-align:center;
}

.masonry.yacht-liste{
margin-right:0;
}
}
@media (max-width: 590px) { 
#right .mod_box_items .downloadinfo {
    float: left;
    padding-left:2%;
}

.masonry.grid .grid-sizer,.masonry.grid .grid-item {

    width: 100%;

}


#main .inside .col .masonry.grid .grid-item img{
width:100%;
}

.footer_left.left.halfwidth{
width:100%;
display:table;
text-align:center;
}
#footer .footer_left ul {

    margin: 0;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: 20px auto;

}



#footer ul.level_1 li {

    margin-right: 10px;
    font-weight: 400;
    text-transform: uppercase;
    float: none;
    margin-bottom: 10px;

}
.footer_left.halfwidth.right {

    min-width: 298px;
    width: 100%;
    display: block;
    text-align: center !important;
    display: table;

}

#footer .footer_left.right a{
float:none !important;
}
}

@media (max-width: 750px) {
.col-6-12{
width:100%;
padding:0 !important;
}

.home.mitsegeln #container #bgstripes .grid .mod_article.block > * {
padding:0;
}
    
    
    .main_navi{
      
    }
    .selectholder{
        display: block;
    }
}

@media (max-width: 538px) { 
#right .mod_box_items .downloadinfo {
width:78%;
}
.col-2-2 {
width:100%;
}
}

@media (max-width: 518px) { 
#right .mod_box_items .downloadimage, .mod_box_items .downloadimage,.mod_box_items .downloadinfo,#main > .inside .mod_box_items .downloadinfo,#main .inside .downloadcontent > div.downloadtext {
    text-align: center !important;
    width: 100% !important;
    display:block;
}

    #right > .inside > *{
        margin:0 20px;
    }
    
#maintwocol{
padding:20px;
}
#main {

    min-height: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-top: 30px;

}

#main > .inside.col.col-9-12,.grid-pad > [class*="col-"]:last-of-type{
padding:0 !important; 
}

#main > .inside > .content{

}

.header_bottom_left.col-1-2{
width: 100%;

text-align: center;

margin-top: 20px;
display:none;
padding: 10px !important;
}


.home #container #bgstripes .grid .mod_article.block > *{
padding:0;
}

.service #main > .inside .downloadcontent > div {

    display: block;
    margin: 0;
    padding: 10px 0;

}
#main > .inside .downloadcontent_inner .xtratxt{
text-align:center;
}

#main > .inside .ce_download{
padding:0 20px;
}
    
    #left {
    padding-right: 4rem;
    
}
}

@media (max-width: 455px) { 
.footer_bottom .right,
.left.fontsilver {
    float: none;
	clear:both;
    width: 180px;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
}
.footer .share {
	display:none;
}
    footer .landingpages{
    text-align: center;
        margin:0 auto;
   
}

}

@media (max-width: 618px) { 
.button, .teaserlink a, .footer_left.halfwidth.right .ce_form input.submit, .ce_form.newsletter_form input.submit{
padding: 5px 10px;
font-size:13px;
}

#main .ym-fbox-button .button{
padding: 5px 20px;
font-size:16px;
}

.footer_left.halfwidth.right .newsletter form{
float:none;
clear:both;
}
.footer_left.halfwidth.right .type-text.ym-fbox-text{
margin:0;
}
.footer_left.halfwidth.right .newsletter span.fontwhite{
margin-bottom:15px;
}
.footer_left.halfwidth.right {
    min-width: 298px;
	width:auto;
}

#wrapper{
 margin: 0 auto -22em;
}

#footer, .push {
    height: 22em;
} 

.st-content.sub{
padding-bottom:120px;
}

}


@media (max-width: 860px) { 
    #main{
    padding: 20px;
}
    .main_top .captionholder p:nth-child(2) {
    display: none;
}
    .header_bottom{
         min-height: 0;
    }
    
    .header_bottom_left .mod_logo{
        padding:0;
        max-width: 230px;
    }
    
   .header_bottom [class*="col-"] {
   
    padding: 0;
    margin: 0;
}
    
    .header_bottom > .inside{
        padding:20px;
    }
    
    .header_bottom .grid-pad > [class*="col-"]:last-of-type{
        padding:0 !important;
    }
        
    
    .header_bottom_right .ce_text {
    font-size: 12px;
    line-height: 1.75;
}


.ce_text.teaserimg .image_container.default.float_left, .ce_text.teaserimg.image_container.default.float_right {
    width: 100%;
    float:none;
    padding:0;
}
    
    .home .not_item_left{
        margin-left: 0;
    }
    
.ce_text.teaserimg{
display:table-row;
}

#main .ce_text.imageblock .textholder.not_right{
display:table-footer-group;
     float:none;
    width:100%;
}

#main .ce_text.imageblock > .image_container.float_right {
display:table-header-group;
     float:none;
    width:100%;
}

.ce_text.teaserimg .image_container.float_right{
display:table-header-group;
    float:none;
    width:100%;
}


.home .teaser .headlinecontainer .h1{
font-size:26px;
}

.column_left.left.col-1-2.level_3_bild, .newscontent .column_left.left.col-1-2{
max-width:300px;
}
.newscontent .column_left.left.col-1-2 img{
	padding-right:20px;
}
.newscontent .teaser.col-1-2, .imageblock > * {
	width:100%;
}

#main .imageblock > .image_container {
    float: none !important;
    margin: 0 auto 30px;
  width:100%;
}

.home #main .imageblock{
padding-top:0;
padding-bottom:0;
}


#main .imageblock .textholder.not_left, #main .imageblock .textholder.not_right  {
  display:block;
 
  width:auto;
}


#main .form > .inside{
margin-bottom:30px;
}

.pageteaser span.txt, .angebotsteaser span.txt, .newsteaser span.txt{
min-height:85px;
}

.teaser .teaserimg {
	/*width:400px;*/
	margin:0 auto;
}


.home .teaser_content, .pageteaser span.txt, .angebotsteaser span.txt, .newsteaser span.txt,.pageteaser span.teasertxt, .angebotsteaser span.teasertxt, .newsteaser span.teasertxt{
height:auto;
}

.header_bottom_right{
	padding-top:28px;
}
.home .teaser {
	width:100%;
}

.home ul#hometeaser{
	padding-left:0;
}

.grid-pad > [class*="col-"]:last-of-type {
    padding-left: 0;
}

}


@media (max-width: 768px) { 

.ce_text.col-1-2, .ce_text .col-1-2{}
.ce_text.col.col-1-3 {
padding-right:0;
}

.header_bottom_right{
float:right !important;
margin-top:-10px !important;
padding-left:0 !important;
}
.header_bottom_right .image_container {
	height:auto;
}

.header_bottom_left{
float:left;
margin-top:-10px;	

}


.ce_text .float_left{
/*float:none !important;
clear:both !important;
padding:0 !important; */
}


}
 @media (max-width: 940px) {
  
 /*hide header show responsive nav*/ 
  #header{display:none;}
.slicknav_menu{display:block;}
     .main_top {
    display: none;
}
.mod_logo, .contactblock {

    padding: 20px;

}
}
 
@media (max-width: 725px) {
  
 /*hide header show responsive nav*/ 

/*schiffe*/ 
.mod_news4wardCategories.mod_news4wardList .st-content table .hersteller {
    padding-right: 20px;
    width: 30%;
}
  
td.laenge, th.laenge{
  display:none;
}
  
td.typ span.hide{
  display:inline-block !important;
  margin-left:5px;
}
  
.grid .header_bottom_left.col-1-2{
	display:none !important;
}





.header_bottom{
min-height:0;
}
}
 
@media (max-width: 745px) { 
 
 
 .mod_customcatalogreader > .ce_wrapper, .mod_customcatalogreader > .yachtreader > .ce_wrapper{
 padding: 10px 0;
 }
 
.contactblock > div .right{
	width:45%;
}

.contactblock > div .right.image {
    width: auto;
}

.ce_wrapper.yacht .ce_table.image > *{
width:auto;
display:block;
float:none;
padding:0;
}


.ce_wrapper.yacht .ce_table.image .tableholder .table .tablerow > .tablecell{
	display:block;
	width:100%;
	padding: 3px 0;
}
}

@media (min-width: 861px) and (max-width: 1065px) {
.home .teaser .headlinecontainer .h1{
font-size:19px;
}

}

@media (min-width: 861px) { 
.form .teaser{
min-height:530px;
}

}

@media (max-width: 860px) { 
   #formular .teaser h1.fontwhite {
    font-size: 25px;
    margin: 0;
}
    
    .col-1-3 .headlinecontainer {
    margin-bottom: 20px;
}
    
    #container .teaser .teasertxt {
    text-align: center;
}
    
    .home .grid .mod_article.bloc, .home .grid #anfrageformular.mod_article{
        padding:20px 20px 40px;
    }
    #main .form > .inside{
        padding:20px;
    }
    
    #chainform .form > .inside{
        margin:0;
    }
    
    .home #container #bgstripes .grid .mod_article.block > * {
        padding:0;
    }
    
    
    .teaser .headlinecontainer{
        min-height:0;
    }
 #header .nav .nav-column{
width:calc((100% - (3 * 1.5rem)) / 3);
}

.dataTables_filter,.dataTables_length, .dataTables_filter input,.dataTables_length select{

display:block;
text-align:left;
}

#footer{
height:auto;
}


.ce_wrapper.termine .block{
overflow:auto;
}

.mod_customcatalogreader > .ce_wrapper, .mod_customcatalogreader > .yachtreader > .ce_wrapper{
display:inline-block;
}
.grid {
		min-width:0;
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	[class*='col-'] {
		
		/*float: none; */
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.footer_left.halfwidth.right,.footer_left.left.halfwidth, #footer .footer_left .mod_logo{
	min-width:0;
	width:auto;
	max-width:100%;

	}
    
    .ce_text.teaserimg .image_container img{
        margin-bottom:20px;
    }
    
    .preheadline{
        margin-bottom:0;
    }
	
	.mod_logo, .contactblock{
	padding:20px;
	}
	
	footer .footer_left .mod_logo img{
	max-width:200px;
	height:auto;
	}
}

@media (max-width: 769px) {
.gewinnspiel .radio_container > *{
width:50%;
display:block;
float:left;
margin-bottom:2rem;
}
}

@media (max-width: 680px) { 
  table td {
    display: block;
    padding: 0;
      width: 100% !important;
      text-align:left;
}
 table thead{
        display: none;
    }
    table > tbody > tr > td:before{
        font-weight: 700;
        margin-right:5px;
        display: block;
    } 
    
    table > tbody > tr > td.details:before{
        display:none;
    }
    
table tr {
    padding: 10px 0 !important;
    display: block !important;
    height: auto !important;
}
    .mod_news4wardCategories.mod_news4wardList .st-content table .counter, .mod_news4wardCategories.mod_news4wardList .st-content table .laenge, .mod_news4wardCategories.mod_news4wardList .st-content table .details{
        text-align:left;
    }
    
    .mod_news4wardCategories.mod_news4wardList .st-content table .details a {
        background:none !important;
        text-align:right;
    }
    
}

@media (min-width: 300px) and (max-width: 860px) { 

/*contactform home*/
[class*="col-"]{
padding-left:0;
}
.form.col-1-1{
/*padding:0 !important;*/
}


#main .form > .inside{
height:auto;
float:left;
}

.filter{
padding:10px 0 0 0;
border-top: 1px solid white;
}
    
    .filter:first-of-type{
        border: none;
        padding-top: 0;
    }

    
.filter:first-of-type legend{
    margin-top: 0;
    }

.inside .form .teaser{
border-right:none;
padding:0;
width:100%;
text-align:center;
}

.inside .form .teaser .arrow {
    background: url("/files/charterwelten/layout/images/theme/sliderdown.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -54px;
    height: 55px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    right: 0;
    top: auto;
    width: 75px;
    z-index: 10;
    background-size:auto 30px; 
}

#formular .teaser h1{
font-size:28px;
}

#formular .teaser p{
width:100%;
}

.inside .chainform{
	overflow: hidden;
    position: relative;
    width: 100%;
	float:none;
}

.formselect > fieldset{
width:100%;
}

.home fieldset.formselect > fieldset{
margin-top:0;
}
.formselect > fieldset > span{
float:left;

}

.form_item{

}
.home .hiddenform .form_item{
margin-bottom:0;
}
.form_item.left{

}

.charterdetails .form_item.left {
    margin-right: 4%;
    width: 46%;
}


.charterdetails .form_item.left input.text{
 width:100%;
 }
 
 
 .home fieldset > fieldset.skipper,  .home fieldset > fieldset.skipper > .form_item.left{
 width:100%;
 float:none;
 }



.form_item .styled-select{
width:97%;
margin:0;
}

#formular label{
margin:0 !important;
}

.home #chainform .formbody > fieldset {
	/*padding:10px 0;*/
}

fieldset.charterdetails > fieldset.count {
    width: 50%;
}

/*contactform contact*/
fieldset.contact {
  border-bottom:1px solid white;
  margin-bottom:30px;
  min-width:0;
  padding-bottom:30px;
}

#formular fieldset.infothek, fieldset.contact {
width:100%;
border-left:0;
padding-left:0;
}

.contact .form_item.left{
margin-right:1%;
width:49.5%;
}

.contact .form_item.left.long{
width:38.2%
}
.contact .form_item.left.short{
width:10%;
margin-right:1% !important;
}
.main_top .flex-caption, .form .teaser{
text-align:center;
}

.main_top .caption_link{
	width:100%;
	margin-top:0;
}
.caption_title_line.col-9-12 {
	width:100%;
	padding-right:0;
}
.header_bottom_left{
	padding-left:20px !important;

}

.form.col-1-1 {
	padding-left:0;
}
.footer_content {
	padding-left:20px !important;
	padding-bottom:60px;
}
}

@media (max-width: 650px) {
.gewinnspiel .radio_container > *{
width:100%;

}

.gewinnspiel .question{
padding-bottom:0;
}

.gewinnspiel .main_top{
height: 480px;
}

.parent_gewinnspiel .widget.half, .parent_gewinnspiel fieldset.half, .parent_gewinnspiel .contact .form_item.left{
width:100%;
display:block;
}
}

@media (max-width: 480px) {
    

    
.home #formular .radio_container > span label {
    line-height: 17px;
    padding-top: 40px;
}

.filter .radio_container > span label strong {
    line-height: 15px !important;
    position: relative;
    top: 35px;
}

.filter{
padding:20px 0;
height:125px;
}

.filter fieldset > div{
}
.filter .radio_container > span label{
line-height:25px;
}
.filter .itemholder {
    float: left;
    padding: 0;
    width: 25%;
}

.filter .itemholder:first-child{} 

.newscontent .column_left.left.col-1-2, .teaser.col-1-2{
max-width:100%;
width:100%;
padding-right:0 !important;
}
.newscontent .column_left.left.col-1-2 img{
	padding-right:0;
}

.home #chainform .formbody > fieldset.fieldset.rueckgabehafen, .home #chainform .formbody > fieldset.ausgangshafen{
width:98%;
}
}

@media (max-width: 420px) {
.parent_gewinnspiel .contact .widget.short,.parent_gewinnspiel .contact .widget.long {

    width: 100%;
    margin-right: 0;
    display: block;
    margin: 0 !important;
    padding:0;

}

.parent_gewinnspiel .widget-checkbox{
margin-bottom:1rem;
}
.parent_gewinnspiel .radio_container > *{
padding:0;
}

.parent_gewinnspiel #formular.gradient .ce_form.tableless{
padding:0;
}
.parent_gewinnspiel .widget.half, .parent_gewinnspiel fieldset.half, .parent_gewinnspiel .contact .form_item.left {

    width: 100%;
    display: block;
    padding: 0;

}

.parent_gewinnspiel fieldset.contact{
padding:0;
margin:0;
border:0;
}

.parent_gewinnspiel fieldset.row, .parent_gewinnspiel .widget-radio > fieldset{
margin:0;
}
}

@media (max-width: 385px) { 
.mod_news4wardCategories.mod_news4wardList .st-content table .hersteller{
padding-right:15px;
}

.mod_news4wardCategories.mod_news4wardList .st-content img{
min-width:90px;
}

.mod_news4wardCategories.mod_news4wardList .st-content table .laenge, .mod_news4wardCategories.mod_news4wardList .st-content table .details{
display:none;
}
}

@media (max-width: 618px) { 
	.footer_left.halfwidth.right .newsletter span.fontwhite {
		float:none;
		width:195px;
		display:block;
		margin:0 auto;
	}
	.footer_left.halfwidth.right .newsletter form {
		margin:0 auto;
		width:320px;
	}
}

@media (max-width: 580px) { 
.home #chainform .formbody > .fieldset.charterdetails, .home #chainform .formbody > .fieldset.alternative, .home #chainform .formbody > .fieldset.count,.home #chainform .formbody > .fieldset.skipperwunsch{
clear:both;
width:100%;
}
.home #chainform .formbody > .fieldset.charterdetails .form_item.left, .home #chainform .formbody > .fieldset.alternative .form_item.left{
margin-right:2%;
width:47.8%;
}
}

@media (min-width: 300px) and (max-width: 705px) { 


#chainform .chainform.right .ce_form .form_item.left label{
    display: none;
}

#chainform .chainform.right .ce_form .form_item.left:first-of-type legend{
padding-top:10px;
}


#main .form > .inside{
margin-bottom:0;
}


#main .imageblock > .image_container.float_right {

   margin-bottom:0;
}

#chainform .filter{
margin-bottom:1rem;
}

#chainform .chainform.right .ce_form .form_item.left legend{
padding:30px 0 8px;
}

#chainform .chainform.right .submit_container{
padding:0;
}
#main .form > .inside {
	
}
.pageheader .left {
margin-bottom:10px;
}

.mod_breadcrumb {
float:left;
margin-top:10px;
}

.pageheader .left,.pageheader .right, .mod_breadcrumb h6{
width:100%;
text-align:left;
}

.mod_breadcrumb h6 {
    font-weight: 600;
    margin: 0;
}

.pageheader .right ul{
margin:0;
}
.home #chainform fieldset > fieldset.multi{
/*margin-top:10px;*/
}
.form_item.datefinder, .alt_datefinder{
margin-bottom:0;
}
.charterdetails legend, .alternative legend{

}

.home fieldset .form_item.left,.home #chainform fieldset fieldset.multi{
width:100%;
}
.home #chainform .formbody > fieldset{
width:98%;
}

.home #chainform .formbody > fieldset.fieldset.rueckgabehafen, .home #chainform .formbody > fieldset.ausgangshafen{
/*width:47.8%; */
}

.header_bottom_right .textcontent p br{
display:block;
}

.main_navi{
	margin-bottom:15px;
}
.main_navi.mod_navigation ul{min-width:0;}

.header_bottom_right .textcontent{
padding-top:0;
}

.header_bottom_left{
float:left;
width:390px;
margin-top:-30px;
padding-left:20px !important;
}


.flex-caption p, .flex-caption h2 {
	font-size:14px;
	line-height:120%;
}
.header_bottom_left{
	width:85%;
	margin-top:-20px;
	padding-left:20px !important;
}
.header_bottom_right {
	padding-top:0;
	width:100%;
}
.header_bottom_right p, .header_bottom_right a {
	font-size:11px;
	line-height:1.6;
}
.header_bottom_right img {
	width:40px;
	height:auto;
}
.header_bottom_right .image_container {
	padding:0 0 0 8px;
}
.flexslider {
    height: 270px;
}
.home .main_top {
	height:250px;
}
.flex-direction-nav {
	/*display:none;*/
}
.column_left.left.col-1-2.level_3_bild {
	width:300px;
}
#main .angebote .pagination li.previous, #main .angebote .pagination li.next {
	display:none;
}
.angebote .teasercontent {
	padding:0 20px 20px 20px;
}
.call {
left:50%;
margin-left:-100px;
width:200px;
bottom:10px;
}

}

@media (max-width: 500px) { 
.ce_text.col-1-2, .ce_text .col-1-2{
width:100%;
padding:0;
}

.header_bottom {
	min-height:10px;
}
.caption_title_line.col-9-12 {
	padding:0 !important;
}
.main_top_navi ul li.segelyachten a, .main_top_navi ul li.segelyachten span {
	padding-left:36px;
	padding-right:5px;
	background:url("/files/charterwelten/layout/images/theme/segelyachten.png") no-repeat 7px 9px;
	font-size:11px;
	background-size:25px auto;
}
.main_top_navi ul li.motorboote a, .main_top_navi ul li.motorboote span {
	padding-left:36px;
	padding-right:5px;
	background:url("/files/charterwelten/layout/images/theme/motorboote.png") no-repeat 7px 9px;
	font-size:11px;
	background-size:25px auto;
}
.main_top_navi ul li.hausboote a, .main_top_navi ul li.hausboote span {
	padding-left:36px;
	padding-right:5px;
	background:url("/files/charterwelten/layout/images/theme/hausboote.png") no-repeat 7px 9px;
	font-size:11px;
	background-size:25px auto;
}
#footer .mod_logo { 
	width:150px;
	margin:0 auto;
	display:block;
	float:none;
}
.footer_left ul {
	width:244px;
	margin:0 auto;
	clear:left;
	float:none;
}
.footer_left.left.halfwidth {
	min-width:0;
	width:100%;
}
.main_top .captionholder p:nth-child(2) {
	display:none;	
}
.seitenteaser [class*="col-"]:last-of-type{
padding:0;
}
.column_left.left.col-1-2.level_3_bild {
	width:100%;
	max-width:100%;
}
.main_top .ce_dlh_googlemaps  {
	display:none;
}
.main_top {
    height: 43px;
}
}




@media (max-width: 984px) { 
.footer_top .inside > .content .inside{
background: url(/files/charterwelten/layout/images/theme/Footer-984.png) no-repeat scroll 0 0 transparent;
background-size:contain;
}
}
@media (max-width: 570px) { 
.footer_top .inside > .content .inside{
background: url(/files/charterwelten/layout/images/theme/Footer-570.png) no-repeat scroll 0 0 transparent;
background-size:contain;
}
}
@media (max-width: 340px) { 
.footer_top .inside > .content .inside{
background: url(/files/charterwelten/layout/images/theme/Footer-320.png) no-repeat scroll 0 0 transparent;
background-size:contain;
height:70px;
}
#footer .button {
	width:80px;
}
.footer_left.halfwidth.right .newsletter form {
	width:280px;
}
}
@media (max-width: 440px) { 
.teaser .teaserimg {
	width:100%;
}
.mod_box_items .image_container {
	width:100%;
}
}

@media (max-width: 465px) { 
.gradient .ce_form h1.errorpage { 
	    font-size: 34px;
    line-height: 42px;
}

.errorpage .headlinecontainer {
margin:30px 0;
}
}

@media (max-width: 854px) { 


}


