.cc {
	width: 1180px;
	margin: 0 auto;
}

.bc {
	margin: 0 -999px;
}

.lc {
	width: 100vw;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}

.hide {
	display: none;
}

.notvisible {
	z-index: 0;
	position: fixed;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
	font-size: 0;
	opacity: 0;
}

.frame-type-text li,
.rte li {
	list-style: none;
	padding: 2px 0 0 23px;
	position: relative;
	text-indent: -17px;
}

.frame-type-text li:before,
.rte li:before {
	content: "\2022";
	color: #4cafe1;
	font-size: 14px;
	padding-right: 11px;
}

.riskinfo .rte li:before {
	color: #323232;
}

.more-wrap {
	overflow-y: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.more-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 15px;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.more-button {
	background: #4cafe1;
	color: #fff;
	display: block;
	font-size: 15px;
	margin: 0 auto 10px;
	padding: 9px 41px;
	text-align: center;
	width: 50px;
	cursor: pointer;
}

.sublabel {
	font-size: 80%;
	display: block;
	padding-top: 3px;
	color: #a8a8a8;
}

.i-loading {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/loading.gif") no-repeat center center;
	background-size: cover;
}


#ui-datepicker-div {
	background: #fff9e6;
	padding: 5px;
	margin: -2px 0 0 6px;
	display: none;
	
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui-datepicker-prev span,
.ui-datepicker-next span,
.ui-datepicker-title span {
	color: #4cafe1;
	font-weight: 700;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: 1px;
	left: 7px;
	font-size: 20px;
	z-index: 20;
	cursor: pointer;
	padding: 2px;
}
.ui-datepicker-prev:hover span,
.ui-datepicker-next:hover span {
	color: #0c384f;
}

.ui-corner-all.ui-state-disabled {
	opacity: 0.4;
}

.ui-datepicker-next {
	left: auto;
	right: 7px;
}

.ui-datepicker-title {
	text-align: center;
	margin-bottom: 8px;
	font-size: 15px;
}

.ui-datepicker-calendar {
	font-size: 14px;
	border-collapse: collapse;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	padding:3px 4px;
	text-align: center;
}

.ui-datepicker-calendar th {
	color: #9d9b94;
	font-size: 11px;
}

.ui-datepicker-calendar tbody tr:first-of-type td {
	padding-top: 4px;
	border-top: 1px solid #9d9b94;
}

.ui-datepicker-calendar td {
	border-left: 1px solid rgba(180,180,180,0.3);
	border-top: 1px solid rgba(180,180,180,0.3);
}

.ui-datepicker-calendar td:first-of-type {
	border-left: none;
}

.ui-datepicker-calendar a {
	text-decoration: none;
}
.ui-datepicker-calendar a:hover {
	color: #4cafe1;
}

.ui-datepicker-calendar .ui-state-disabled {
	opacity: 0.3;
}


header {
	background: #fff;
	float: left;
	width: 100%;
}

#logo {
	float: left;
	margin: 16px;
}

#logo img {
	max-width: 175px;
	height: auto;
}


#service {
	position: relative;
	z-index: 2;
	font-size: 15px;
	color:#fff;
	float: right;
}

#service .f-left {
	margin: 10px 25px 0;
}

#service .f-left a {
	color: #0c384f;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
#service .f-left a:hover,
#service .f-left a:focus {
	border-color: #0c384f;
}

#service .f-right {
	position: relative;
}

#service .f-right > a {
	padding: 10px;
	color: #fff;
	text-decoration: none;
	position: relative;
	background: #0c384f;
	z-index: 4;
	display: inline-block;
}

#service .f-right .user {
	border-bottom-left-radius: 10px;
	padding-right: 0;
}

#service .f-right .user:after {
	content: "";
	width: 1px;
	background: #fff;
	height: 15px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 15px;
}

#service .f-right .language {
	padding-left: 15px;
	border-bottom-right-radius: 10px;
}

#service .f-right > a.cart {
	display: inline-block;
	margin-right: 10px;
}
#service .f-right > a.cart:hover {
	text-decoration: underline;
}

#service .popup {
	background: #fff;
	position: absolute;
	right: 0;
	top: -30rem;
	padding: 33px 12px 12px;
	z-index: 3;
	left: 0;
	border: 2px solid #0c384f;
	border-radius: 15px;
	
	transition: top .2s;
}

#service a:hover + .popup,
#service .popup:hover {
	top: 0;
}

#service .popup .tx-felogin-pi1 ul {
	display: none;
}

#service #login-popup p {
	display: none;
}

#service #login-popup .register-link {
	font-size: 0;
}

#service #login-popup .register-link a {
	color: #0c384f;
	font-size: 15px;
	white-space: nowrap;
	float: right;
	margin-top: 18px;
}

#service #login-popup input {
	border: 1px solid #0c384f;
	border-radius: 7px;
	font-size: 15px;
	height: auto;
	margin-top: 10px;
	padding: 4px 8px;
	width: 100%;
}

#service #login-popup input[type=submit] {
	width: auto;
	background: #0c384f;
	color: #fff;
	text-decoration: none;
	padding: 7.5px 15px;
}
#service #login-popup input[type=submit]:hover {
	background: transparent;
	color: #0c384f;
}

#google_translate_element {
	position: relative;
	min-height: 24px;
	margin: 15px 0 8px;
}

#google_translate_element > .placeholder {
	position: absolute;
	right: 0;
	border: 1px solid #d5d5d5;
	width: 124px;
	height: 14px;
	padding: 4px 6px 4px 42px;
	background: url("/fileadmin/templates/img/icon_google.svg") no-repeat 5px center #fff;
	background-size: auto 80%;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	color: #000;
}

#google_translate_element > .placeholder + div {
	background: #fff;
}

#google_translate_element > *:not(.placeholder) {
	position: relative;
	z-index: 1;
}

#open-nav {
	display: none;
}

#cat-nav {
	padding: 14px 0 0 187px;
	position: relative;
	clear: right;
}

#cat-nav li {
	display: inline-block;
	list-style: none;
	position: relative;
}

#cat-nav li:last-of-type a {
	margin-right: 0;
}

#cat-nav a {
	margin:0 40px 3px 0;
	padding-bottom: 3px;
	display: inline-block;
	font-size: 22px;
	color:#4cafe1;
	text-decoration: none;
	font-weight: 700;
}
#cat-nav a:hover,
#cat-nav .submenu a:hover,
#cat-nav .active > a,
#cat-nav .submenu .active > a {
	color: #0c384f;
}

#cat-nav .hassub > a:after {
	content: "";
	background: no-repeat center center url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUuNiA5LjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtLTIuMyAxMDQxLjl2LTJoOXYtOWgydjExeiIgZmlsbD0iIzRjYWZlMSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09Im1hdHJpeCguNzA3MTA2NzggLjcwNzEwNjc4IC0uNzA3MTA2NzggLjcwNzEwNjc4IDczOC4zNTQwMjcgLTczMy42NjgzMDUpIi8+PC9zdmc+");
	background-size: 100% auto;
	display: inline-block;
	width: 12px;
	height: 8px;
	vertical-align: super;
	top: 3px;
	position: relative;
	margin-left: 6px;
	transition: filter .2s;
}

#cat-nav .submenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #4cafe1;
	z-index: 10;
	padding: 3px 0;
	left: -12px;
	top: calc(100% - 3px);
	transition: opacity .2s;
	min-width: max(120px, calc(100% + 22px));
}

#cat-nav a:hover + .submenu,
#cat-nav .submenu:hover {
	opacity: 1;
	visibility: visible;
}

#cat-nav .submenu li {
	display: block;
}

#cat-nav .submenu li + li:before {
	content: "";
	border-top: 1px solid rgba(255,255,255,.7);
	display: block;
	margin: 0 12px;
}

#cat-nav .submenu a {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 7px 12px;
}

#cat-nav .submenu .hassub > a:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOS4yIDE1LjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMS40IDE1LjYtMS40LTEuNSA2LjQtNi40LTYuNC02LjMgMS40LTEuNCA3LjggNy44eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
	width: 5px;
	height: 9px;
	top: 4px;
	margin-right: 3px;
}
#cat-nav .hassub > a:hover:after,
#cat-nav .hassub.active > a:after {
	filter: brightness(0.23);
}

#cat-nav .submenu .submenu {
	left: calc(100% + 12px);
	top: 1px;
	padding: 0;
}

#cat-nav .submenu .submenu:before {
	content: "";
	position: absolute;
	left: -12px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 12px 19px 0;
	border-color: transparent #4CAFE1 transparent transparent;
}


#nav-holidays {
	border-top: 1px solid rgb(76, 175, 225, .8);
	padding-top: 3px;
	float: right;
	position: relative;
}

#nav-holidays:before {
	content: "Ferien";
	position: absolute;
	font-size: 13px;
	font-weight: 400;
	left: 0;
	top: -11.5px;
	background: #fff;
	padding: 0 5px 2px 0;
	color: rgb(76, 175, 225, .8);	
}

#nav-specials {
	float: right;
	clear: right;
}

#nav-specials > li > a {
	font-size: 18px;
}

#nav-specials > .hassub > a:after {
	width: 10px;
}



main {
	border-top: 1px solid #b7dff3;
	clear: both;
	background: #fff;
	padding-bottom: 35px;
	float: left;
	width: 100%;
	min-height: 350px;
}

.l1 main {
	padding-top: 30px;
}



.tx-felogin-pi1 {
	position: relative;
}

.tx-felogin-pi1 label {
	display: none;
}

.tx-felogin-pi1 form {
	max-width: 400px;
}

.tx-felogin-pi1 input {
	margin-top: 7px;
}

.tx-felogin-pi1 input[name=user] {
	float: left;
	width: 48%;
}

.tx-felogin-pi1 input[name=pass] {
	float: right;
	width: 48%;
}

.tx-felogin-pi1 input[type=submit] {
	clear: both;
	margin-top: 14px;
}

#content .tx-felogin-pi1 .register-link {
	display: none;
}

.forgot-pass {
	position: absolute;
	bottom: 8px;
	left: 88px;
}

.back-login {
	/*
	position: absolute;
	bottom: 8px;
	left: 207px;
	*/
	padding-top: 10px;
}

.sublink {
	display: inline-block;
	margin-left: 20px;
}
.sublink a:hover {
	color: #ee4d4d;
}

#tx-srfeuserregister-pi1-fe_users_form .err,
.tx-felogin-pi1 .err {
	display: block;
}


#search {
	height: 540px;
	background: url("../img/search_bg.jpg") no-repeat center center #afaeae;
	background-size: cover;
	margin-bottom: 30px;
}

#search .cc {
	height: 100%;
}

#search form {
	position: absolute;
	top: 60px;
	left: 0;
	padding: 35px 5px 55px 40px;
	background: rgba(255,189,0,0.8);
	width: 500px;
	height: 340px;
}

#search form .border:first-of-type {
	background: #70b2b4;
	height: 10px;
	position: absolute;
	top: 0;
	right: -80px;
	left: 0;
}

#search form:after,
#search form .border:after {
	content: "";
	position: absolute;
	left:100%;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 420px 80px 0 0;
	border-color: rgba(255,189,0,0.8) transparent transparent transparent;
}

#search form .border:after {
	border-top-color: #70b2b4;
	right: -2px;
	border-width: 10px 2px 0 0;
	top: 0;
}

#search form input,
#search form select {
	border:none;
	background-color: #fff9e6;
	padding: 10px 12px 8px;
	height: 50px;
	margin:0 6px 9px 0;
	font-size: 17px;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
}

form[name=campsearch] input::-webkit-input-placeholder {
	color: #a2a09b;
	opacity: 1;
}
form[name=campsearch] input::-moz-placeholder {
	color: #a2a09b;
	opacity: 1;
}
form[name=campsearch] input:-ms-input-placeholder {
	color: #a2a09b;
	opacity: 1;
}

form[name=campsearch] option {
	padding: 3px 12px;
	font-size: 15px;
	color: #323232;
}

form[name=campsearch] .subs optgroup {
	font-size: 13px;
	color:#9d9b94;
	padding: 7px 12px 0;
	font-style: normal;
}

form[name=campsearch] optgroup option {
	margin: 0 -12px;
	padding: 3px 12px 3px 28px;
	color: #323232;
}

form[name=campsearch] optgroup option:first-of-type {
	margin-top: 3px;
}

form[name=campsearch] option:checked,
form[name=campsearch] option:hover {
	color: #fff;
	box-shadow: 0 0 10px 100px #4cafe1 inset;
}

form[name=campsearch] option.placeholder,
form[name=campsearch] option.info {
	color:#9d9b94;
}

#content #search form select {
	padding-left: 9px;
	padding-right: 23px;
	color: #a2a09b;
}

#search input:nth-child(2n),
#search select:nth-child(2n) {
	margin-right: 0;
}

#search input[name="campsearch[starttime]"],
#search input[name="campsearch[endtime]"],
#search select[name="campsearch[country]"],
#search select[name="campsearch[region]"] {
	width: 247px;
	float: left;
	padding-right: 42px;
}

form[name=campsearch] input[name="campsearch[starttime]"],
form[name=campsearch] input[name="campsearch[endtime]"] {
	background-image: url("../img/calendar.png");
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 26px auto;
	cursor: pointer;
}

#search-post form input[name="campsearch[starttime]"],
#search-post form input[name="campsearch[endtime]"] {
	background-position: right 8px center;
	background-size: 22px auto;
	padding-right: 0px;
}

#search form input[name="campsearch[starttime]"]:before,
#search form input[name="campsearch[endtime]"]:before {
	color: #a2a09b;
	content:attr(placeholder);
	white-space: nowrap;
}

#search form input[name="campsearch[starttime]"].notempty:before,
#search form input[name="campsearch[endtime]"].notempty:before {
	content: "";
}

#search form .subs input,
#search form .subs select {
	font-size: 14px;
	padding: 8px 12px 6px;
	height: 43px;
	margin-right: 4px;
	width: 164px;
	float: left;
}

#search form .subs option {
	font-size: 13px;
}

#search form .subs input[name="campsearch[city]"] {
	width: 332px;
}

#search form .subs select[name="campsearch[radius]"],
#search form .subs select[name="campsearch[maxprice]"],
#search form .subs select[name="campsearch[organizer]"] {
	margin-right: 0;
}

#search form input[type=submit] {
	position: absolute;
	bottom: -23px;
	padding: 14px 0;
	left: 40px;
	width: 500px;
	color: #fff;
	text-align: center;
	background: #4cafe1;
}
#search form input[type=submit]:hover {
	background: #0c384f;
}

#search .content {
	position: absolute;
	top: 120px;
	background: rgba(0,0,0,0.3);
	right: 0;
	left: 710px;/*630px;*/
	padding: 35px;
}

#search .content p {
	color: #fff;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.3;
}

#search .content a {
	background: #4cafe1;
	text-decoration: none;
	display: inline-block;
	padding: 14px 27px;
	color: #fff;
	font-size: 15px;
	margin-top: 19px;
}
#search .content a:hover {
	background: #0c384f;
}

#search .second-action-buttons {
	position: absolute;
	right: -15px;
	top: 453px;
}

#search .second-action-buttons a {
	background: rgba(255,189,0,0.8);
	text-align: center;
	padding: 17px 50px;
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	margin-right: 15px;
}
#search .second-action-buttons a:hover {
	background: rgba(255,189,0,1);
}


#search-post {
	background: #b7dff3;
	padding: 25px 25px 20px;
}

#search-post h1 {
	font-size: 18px;
	color: #4cafe1;
	margin-bottom: 17px;
	font-weight: 700;
}

#search-post form {
	text-align: center;
}

#search-post input,
#search-post select {
	border:none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}

#search-post input[type=text],
#search-post input[type=date],
#search-post select {
	width: 15%;
	margin: 0 2% 14px 0;
	float: left;
	padding: 9px 10px;
	height: 42px;
	background-color: #fff;
}

.searchpage #ui-datepicker-div {
	background: #fff;
	margin-left: 3px;
}

.searchpage .ui-datepicker-title {
	font-size: 14px;
	padding-top: 1px;
}

.searchpage .ui-datepicker-calendar th,
.searchpage .ui-datepicker-calendar td {
	padding: 3px;
}

#search-post select {
	padding-right: 25px;
}

#search-post form > *:nth-child(6n) {
	margin-right: 0;
}

#search-post input[type=submit] {
	font-size: 15px;
	margin-top: 9px;
	padding: 10px 30px;
}


#breadcrumb {
	margin-bottom: 18px;
}

#search-post + #breadcrumb {
	margin-top: 12px;
}

#breadcrumb li {
	list-style: none;
	display: inline;
	color: #4cafe1;
	font-size: 13px;
}

#breadcrumb li:after {
	content: ">";
	padding: 0 5px;
	color: #afaeae;
}

#breadcrumb li:last-child:after {
	content: "";
}

#breadcrumb a {
	color:#afaeae;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}


#left-content {
	float: left;
	width: 45%;
}

#right-content {
	float: right;
	width: 45%;
}



#intro {
	margin-top: -30px;
	margin-bottom: 10px;
	padding: 50px 0;
	position: relative;
	background: url("../img/intro_bg.jpg") no-repeat top center #bee2f4;
	background-size:auto 100%;
	overflow-x: hidden;
}

#intro:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 3000px;
	border-color: transparent transparent #fff transparent;
}

#intro .content {
	width: 48%;
}



footer {
	clear: both;
	color: #fff;
	font-size: 13px;
	padding: 38px 0 30px;
	float: left;
	width: 100%;
}

footer p,
footer a {
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
	color: #fff;
}

footer li {
	list-style: none;
}

footer .cc > div {
	float: left;
}

footer .cc:after {
	content: "";
	display: block;
	clear: both;
}

footer strong {
	display: block;
	padding-bottom: 24px;
}

footer .col-1 {
	padding: 48px 40px 0 0;
}

footer .col-1 img {
	width: 162px;
	height: auto;
}

footer .col-2 p {
	float: left;
}

footer .col-2 p:last-of-type {
	padding: 48px 70px 0 50px;
}

footer .col-4 {
	width: 380px;
	padding-left: 60px;
}

footer .col-4 p {
	max-width: 340px;
}

footer .col-4 .i {
	margin: 11px 15px 0 0;
}
/*
#footer_swm_anmeldung input[type=email] {
	background: #fff;
	font-size: 13px;
	margin: 10px 9px 5px 0;
	width: 160px;
	border-color: #afaeae;
}

#footer_swm_anmeldung input[type=submit] {
	font-size: 13px;
	padding: 10px 9px 9px;
	background: #0c384f;
}

#swm_anmeldung label[for="u_EMail"] {
	display: inline-block;
	margin-right: 15px;
}

#swm_anmeldung #u_EMail {
	display: inline-block;
	max-width: 300px;
}
*/

.nl-subscribe {
	display: inline-block;
	font-size: 13px;
	padding: 6px 13px;
	background: #0c384f;
	text-decoration: none;
	border-radius: 4px;
	margin-top: 6px;
}


#cookies {
	clear: both;
	text-align: center;
	background: #7dc7ec;
	padding: 12px;
	margin-top: 30px;
	color: #323232;
	line-height: 1.2;
}

#cookies a {
	line-height: 1.2;
	color: #323232;
	text-decoration: underline;
}

#dsgvobanner {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.2);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: scroll;
}

#dsgvobanner > div {
	padding: 35px 40px;
	width: 94%;
	max-width: 500px;
	box-sizing: border-box;
	background: #fff;
	color: #323232;
	text-align: center;
}

#dsgvobanner p {
	color: #323232;
	text-align: left;
	margin-bottom: 7px;
} 

#dsgvobanner p.functions {
	display: none;
	background: #4cafe1;
	padding: 4px;
	color: #fff;
}

#dsgvobanner p a {
	color: #323232;
	text-decoration: underline;
}

#dsgvobanner button {
	padding: 11px 20px;
	margin: 15px 10px 0;
}

#dsgvobanner button.reject {
	background: #fff;
	padding: 10px 19px;
	border: 1px solid #4cafe1;
	color: #4cafe1;
}

 

.maincartlink {
	color: #4cafe1;
	margin: -30px auto 25px;
	background: #4cafe1;
	padding: 20px 10px;
}

.searchpage .maincartlink {
	margin-top: 0;
}

.l4.searchpage .maincartlink {
	margin-bottom: 0;
}

.maincartlink p {
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.maincartlink a {
	color: #fff;
}



.i {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center
}

.i-tel {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjQgMiAxOCAxNyI+CjxwYXRoIGQ9Ik0xNi41NTYyIDEyLjkwNjJMMTYuMTAwNyAxMy4zNTlDMTYuMTAwNyAxMy4zNTkgMTUuMDE4MSAxNC40MzU1IDEyLjA2MzEgMTEuNDk3MkM5LjEwODEyIDguNTU5MDEgMTAuMTkwNyA3LjQ4MjU3IDEwLjE5MDcgNy40ODI1N0wxMC40Nzc1IDcuMTk3MzhDMTEuMTg0MSA2LjQ5NDg0IDExLjI1MDcgNS4zNjY5MSAxMC42MzQyIDQuNTQzNDhMOS4zNzMyNiAyLjg1OTA4QzguNjEwMjggMS44Mzk5MiA3LjEzNTk2IDEuNzA1MjkgNi4yNjE0NSAyLjU3NDgzTDQuNjkxODUgNC4xMzU1MkM0LjI1ODIzIDQuNTY2NjggMy45Njc2NSA1LjEyNTU5IDQuMDAyODkgNS43NDU2MUM0LjA5MzA0IDcuMzMxODIgNC44MTA3MSAxMC43NDQ3IDguODE1MzYgMTQuNzI2NkMxMy4wNjIxIDE4Ljk0OTIgMTcuMDQ2OCAxOS4xMTcgMTguNjc2MyAxOC45NjUxQzE5LjE5MTcgMTguOTE3MSAxOS42Mzk5IDE4LjY1NDYgMjAuMDAxMSAxOC4yOTU0TDIxLjQyMTcgMTYuODgzQzIyLjM4MDYgMTUuOTI5NSAyMi4xMTAyIDE0LjI5NDkgMjAuODgzMyAxMy42MjhMMTguOTcyOCAxMi41ODk0QzE4LjE2NzIgMTIuMTUxNSAxNy4xODU4IDEyLjI4MDEgMTYuNTU2MiAxMi45MDYyWiIgZmlsbD0iIzFDMjc0QyIvPgo8L3N2Zz4=");
	background-size: 100% auto;
	width: 15px;
	height: 16px;
	margin-right: 6px;
	vertical-align: top;
}

.i-account {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0ibTUgNS41YzAtMS4zODA3MSAxLjExOTI5LTIuNSAyLjUtMi41czIuNSAxLjExOTI5IDIuNSAyLjUtMS4xMTkyOSAyLjUtMi41IDIuNS0yLjUtMS4xMTkyOS0yLjUtMi41eiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTcuNSAwYy00LjE0MjE0IDAtNy41IDMuMzU3ODYtNy41IDcuNSAwIDQuMTQyMSAzLjM1Nzg2IDcuNSA3LjUgNy41IDQuMTQyMSAwIDcuNS0zLjM1NzkgNy41LTcuNSAwLTQuMTQyMTQtMy4zNTc5LTcuNS03LjUtNy41em0tNi41IDcuNWMwLTMuNTg5ODUgMi45MTAxNS02LjUgNi41LTYuNSAzLjU4OTkgMCA2LjUgMi45MTAxNSA2LjUgNi41IDAgMS44NDk1Ni0uNzcyNSAzLjUxODctMi4wMTI1IDQuNzAyNC0uMTUxLTEuNzkzOC0xLjY1NDctMy4yMDI0LTMuNDg3NS0zLjIwMjRoLTJjLTEuODMyNzYgMC0zLjMzNjU1IDEuNDA4Ni0zLjQ4NzUzIDMuMjAyNC0xLjIzOTk2LTEuMTgzNy0yLjAxMjQ3LTIuODUyODQtMi4wMTI0Ny00LjcwMjR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+");
	background-size:auto 100%;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	vertical-align: top;
}

.i-translate {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSI0Mi42NyA4NS4zMyA0MjYuNjcgNDA1LjMzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00MjYuNjY2NjY3IDg1LjMzMzMzMzN2MjU1Ljk5OTk5OTdoLTY0LjA0MDM2NWwuMDQwMzY1IDY0LTEwNi42NjY2NjctNjRoLTg1LjMzMzMzM3YtMjU1Ljk5OTk5OTd6bS0xNzAuNjY2NjY3LTg1LjMzMzMzMzN2NjRoLTEwNi42NjY2NjdsLS4wMDAzMzMgMjA0LjgtODUuMzMzIDUxLjIuMDQwMzY0OC02NGgtNjQuMDQwMzY0OHYtMjU2em01NS4xOTg2ODMgMTQ5LjMzMzMzM2gtMjQuOTMxNTQ2bC00Ny4zMzM4MDQgMTI4aDIyLjQ5MjU5bDEzLjA5ODA5NS0zNi42NzQ2NjRoNDguMDU2NDU3bDEzLjE4ODQyNiAzNi42NzQ2NjRoMjMuODQ3NTY2em0tMTIuNjQ2NDM2IDIxLjQwODYxYzEuOTQ5NjU4IDYuNTMzOTkyIDQuMDE0NTg0IDEyLjk3NTc3IDYuMTk0Nzc3IDE5LjMyNTMzNWwuOTQxNDI2IDIuNzE1NTk3IDEwLjc0OTQ3IDMwLjM1MTQ0NmgtMzUuODYxNjc5bDEwLjc0OTQ3MS0zMC4zNTE0NDZjMy4wMTEwNTYtOC4zNzA3MzcgNS40MTk5MDEtMTUuNzE3NzE0IDcuMjI2NTM1LTIyLjA0MDkzMnptLTE4MS41MjEyOTgtMTM2LjIwMjgyNzNoLTIxLjMzMzMzMzJsLS4wMDAyNTgyIDEwLjY2Ni01My4zMzMwNzUxLjAwMDY2Njd2MjEuMzMzMzMzM2w3OS42MzE0MzM1LjAwMDk2OTFjLTEuMjc5MzQ4IDE4LjE2ODQwMS01Ljg4ODc2IDM0LjUzMzI2MTItMTMuODIxNTI2IDQ5LjE5MzkxNDItOC42MTMzOTgtMTEuODQ2NTI0LTE0LjU0Njk0My0yNS4wODc4NTU3LTE3LjgzNjkzMTctMzkuODA2MTgwNmwtLjIxMDgxNjktLjk2MTk4NTYtMjAuODU3NjUxMiA0LjQ3OTg5OTIgMS41NjQ5NzM5IDYuNTEyNTU2NWM0Ljc0OTc3NTggMTcuODI4Mjg0NSAxMi45NDQ0ODk5IDMzLjg5MzQxOTUgMjQuNTQ0ODgzNyA0OC4xMDM2Mzc1LTEyLjU4MTc5MDMgMTMuNTc2NzY4LTMwLjYxMTc4MjEgMjMuMDk5ODI1LTU0LjQyMTM1MDUgMjguNTI3MDY2bC0uOTA2OTM5Ny4yMDQxMjggNC42Mjc4NDk4IDIwLjgyNTMyNCA2LjM2Nzk3OTktMS41MzI2NjVjMjQuODUwODQ1NC02LjQ1NTY5NCA0NC42ODQxNDA0LTE3LjM1NTc5NSA1OS4yNDQzNTI3LTMyLjczMzkzMSAxMC4yMDQ3NjkgOC44MDE1NjggMjIuODUwNTc3IDE3LjEyMTUzNiAzNy45MzQwNDIgMjUuMDAyNjczbDEuMTA4MDE5LjU3NTg4Ni0uMDAwMTUyLTI0LjI5Mjk1NWMtMTAuMzIxMDE2LTUuOTQ1MjU5LTE5LjAyNDIzOC0xMi4wNTgwMzctMjYuMTExMzk5LTE4LjMxNDQ5OSAxMS43NjMyODktMTkuMTE2MzQgMTguNDUzNTAxLTQwLjcyODYxNzggMjAuMDgzMDAyLTY0LjY5MTk4NDRsLjA3MDU4My0xLjA5MDg2MjYgNS45NTc3MjMtLjAwMDk5MDN2LTIxLjMzNGgtMzIuMzAyeiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Mi42NjY2NjcgODUuMzMzMzMzKSIvPjwvc3ZnPg==");
	background-size:auto 100%;
	width: 16px;
	height: 15px;
	margin-left: 3px;
	vertical-align: top;
}

.i-Facebook {
	background-image: url("../img/icon_facebook.png");
	height: 26px;
	width: 12px;
}

.i-YouTube {
	background-image: url("../img/icon_youtube.png");
	height: 26px;
	width: 22px;
}



.frame-space-before-extra-small {
	padding-top: 10px;
}

.frame-space-before-small {
	padding-top: 20px;
}

.frame-space-before-medium {
	padding-top: 40px;
}

.frame-space-before-large {
	padding-top: 50px;
}

.frame-space-before-extra-large {
	padding-top: 70px;
}


.frame-space-after-extra-small {
	padding-bottom: 10px;
}

.frame-space-after-small {
	padding-bottom: 20px;
}

.frame-space-after-medium {
	padding-bottom: 40px;
}

.frame-space-after-large {
	padding-bottom: 50px;
}

.frame-space-after-extra-large {
	padding-bottom: 70px;
}



legend {
	display: none;
}

label {
	line-height: 1.2;
	font-size: 15px;
	display: inline-block;
}

form .row {
	clear: both;
	padding-top: 15px;
	float: left;
	width: 100%;
}

form .l-col label[for] {
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
}

form .l-col {
	display: table;
	float: left;
	height: 33px;
	width: 33%;
}

.no-height .l-col {
	height: auto;
}

form .r-col {
	float: right;
	width: 63%;
}

.err {
	padding-bottom: 4px;
	color: #fa4e6b;
	display: none;
}
.err:empty {
	padding-bottom: 0;
}

.suc {
	padding-bottom: 4px;
	color: #86cc00;
	display: none;
}


.tablebox {
	text-align: center;
}

.tablebox .boxheadline {
	background: #4cafe1;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 15px;
	padding: 8px;
}

.tablebox .row {
	float: left;
	width: 100%;
	background: #f9fbfb;
	padding: 17px 20px 15px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tablebox .row:nth-child(odd) {
	background: #edf9f9;
}

.tablebox p {
	font-size: 13px;
	padding-bottom: 2px;
}

.tablebox .linkafter,
.tablebox .linkbefore {
	background: #4cafe1;
	color: #fff;
	font-size:15px;
	padding: 10px 35px;
	display: inline-block;
	text-decoration: none;
	margin:18px 6px 0;
}
.tablebox .linkafter:hover,
.tablebox .linkafter:focus,
.tablebox .linkafter:active,
.tablebox .linkbefore:hover,
.tablebox .linkbefore:focus,
.tablebox .linkbefore:active {
	background:#0c384f;
}

.tablebox .linkbefore {
	margin: 0 6px 18px;
}



.more-box {
	padding-top: 15px;
}

.more-box button {
	color: #fff;
	background: #4cafe1;
	padding: 11px 15px;
	font-size: 15px;
	cursor: pointer;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.more-box button:hover,
.more-box button:focus,
.more-box button:active {
	background: #0c384f;
}

.more-box .content {
	display: none;
}

.more-box .content button {
	margin-top: 15px;
}


/*** CAMPS ***/
.camps-list .camp {
	clear: both;
	padding-top: 35px;
}

.camps-list .camp-image img {
	float: left;
	max-width: 370px;
	max-height: 250px;
	height: auto;
	width: auto;
}

.camps-list .camp .content {
	border-top: 1px solid #ccc;
	margin-left: 435px;
	padding-top: 16px;
}

.camps-list .f-left {
	max-width: 70%;
}

.camps-list h3,
.camps-calendar h3 {
	font-size: 18px;
	text-align: left;
}

.camps-list h3 a,
.camps-list em a,
.camps-calendar a {
	color: #4cafe1;
	text-decoration: none;
}
.camps-list h3 a:hover,
.camps-list h3 a:focus,
.camps-list h3 a:active,
.camps-list em a:hover,
.camps-list em a:focus,
.camps-list em a:active,
.camps-calendar a:active,
.camps-calendar a:hover,
.camps-calendar a:focus {
	color:#0c384f;
}

.camps-list em {
	font-style: normal;
	padding-bottom: 9px;
	display: inline-block;
}

.camps-list .highlights {
	padding-top: 20px;
	clear: both;
}

.camps-list .highlights:empty {
	padding-top: 0;
}

.camps-list .f-right {
	max-width: 29%;
}

.camps-list .camp-organizer-image {
	max-height: 70px;
	width: auto;
	height: auto;
	max-width: 100%;
}

.camps-list .no-offers,
.camps-list .facts {
	font-size: 14px;
	padding-top: 18px;
	display: block;
	text-align: right;
}

.camps-list .no-offers {
	text-align: left;
}

.camps-list .price {
	color: #87cd03;
	display: block;
	font-size: 33px;
	margin: 20px 0 25px;
}

.camps-list .details,
.camps-calendar .details {
	background: #4cafe1;
	color: #fff;
	text-decoration: none;
	padding: 10px 36px;
	display: inline-block;
}

.camps-list .details:hover,
.camps-calendar .details:hover {
	background:#0c384f;
	color: #fff;
}

.highlights ul li {
	padding-left: 31px;
	text-indent: -31px;
	list-style: none;
}

.highlights ul li:before {
	/*content: "\2713";
	color: #86cc00;
	font-size: 15px;*/
	content: "";
	background: url("../img/icon_thumb_up.png") no-repeat center center;
	height: 17px;
	width: 18px;
	display: inline-block;
	margin: 0 3px 0 -3px;
	position: relative;
	top:2px;
}

.highlights ul.dates li:before {
	background: url("../img/icon_calendar_green.svg") no-repeat center center;
	background-size: 16px auto;
}


.camps-ansicht-logo {
	margin: 10px auto;
	display: block;
	max-height: 90px;
	width: auto;
}

#camps-ansicht-auswahl {
	text-align: center;
	padding-bottom: 20px;
}

#camps-ansicht-auswahl a {
	display: inline-block;
	width:120px;
	margin: 20px;
	background: #4cafe1;
	border:10px solid #4cafe1;
	padding: 20px 5px;
	height: 90px;
	text-decoration: none;
	color: #fff;
	border-radius: 15px;
	position: relative;
}
#camps-ansicht-auswahl a.act,
#camps-ansicht-auswahl a:hover,
#camps-ansicht-auswahl a:focus {
	border-color: #0c384f;
}

#camps-ansicht-auswahl a.act {
	background: #0c384f;
}

#camps-ansicht-auswahl a:after {
	content:"";
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	display: inline-block;
	margin: auto;
}

#camps-ansicht-auswahl a.list:after {
	content:"\2630";
	font-size: 85px;
	top: 29px;
}

#camps-ansicht-auswahl a.calendar:after {
	width:53px;
	height: 53px;
	background: url("../img/icon_calendar_white.svg") no-repeat center center;
	top:55px;
}


.camps-calendar .camps-week {
	clear: both;
}

.camps-calendar h2 {
	background: #4cafe1 url("../img/icon_calendar_white.svg") no-repeat 10px center;
	background-size: 24px auto;
	margin-bottom: 20px;
	padding: 7px 10px 7px 48px;
	color: #fff;
}

.camps-calendar h2 strong {
	display: inline-block;
	padding-right: 3px;
	font-size: 105%;
}

.camps-calendar .camp {
	float: left;
	width: 22%;
	margin: 0 0 50px 4%;
	text-align: center;
}

.camps-calendar .camp:nth-child(4n + 2) {
	margin-left: 0;
	clear: both;
}

.camps-calendar img {
	max-width: 100%;
	height: auto;
}

.camps-calendar .facts {
	text-align: right;
	padding-top:15px;
	font-size: 14px;
}

.camps-calendar .price {
	color: #87cd03;
	display: block;
	text-align: right;
	font-size: 28px;
	margin: 5px 0 20px;
}



/*
.rte li {
	list-style: none;
	padding: 2px 0 0 23px;
	position: relative;
	text-indent: -17px;
}
.rte li:before {
	content: "\2022";
	color: #4cafe1;
	font-size: 14px;
	padding-right: 11px;
}
*/


/*** CAMP DETAIL ***/
#camp-header {
	color: #4cafe1;
	padding-bottom: 14px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 9;
}

#camp-header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 10px;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#camp-header.fix {
	position: fixed;
	width: 1180px;
	left: 50%;
	margin-left: -590px;
	top: 0;
}

#camp-header .camp-title {
	display: table;
	width: 100%;
}

#camp-header .camp-title > div {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

#camp-header h1 {
	font-size: 25px;
	padding-top: 5px;
}

#camp-header p {
	font-size: 18px;
	padding: 2px 0 16px;
}

#camp-header .camp-title .f-right {
	text-align: right;
}

#camp-header .camp-title img {
	padding: 5px 0 16px 50px;
	max-height: 120px;
	max-width: 300px;
	width: auto;
	height: auto;
	
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#camp-header.fix .camp-title img {
	max-height: 70px;
	padding-bottom: 10px;
}

#camp-header .camp-navigation {
	display: table;
	width: 100%;
	border-left: 1px solid #4cafe1;
}

#camp-header .camp-navigation a {
	display: table-cell;
	border: 1px solid #4cafe1;
	border-left: none;
	padding: 12px 8px;
	color: #4cafe1;
	text-align: center;
	font-size: 15px;
	margin: -1px 0 0 0;
}
#camp-header .camp-navigation a:hover {
	background: #4cafe1;
	color: #fff;
}

#camp-header .camp-navigation .only-small {
	display: none;
}

#camp-header .providerlink {
	color: #4cafe1;
	text-decoration: none;
}
#camp-header .providerlink:hover,
#camp-header .providerlink:focus,
#camp-header .providerlink:active {
	text-decoration: underline;
}

#camp-details {
	padding-top: 210px;
}

#camp-details .f-left,
#offer > .f-right {
	width: 52%;
}

#camp-bilder .main-image {
	width: 100%;
	text-align: center;
	position: relative;
	height: 410px;
	background: url("../img/loading.gif") no-repeat center center;
}

#camp-bilder .main-image .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	background: url("../img/gallery_arrow.png") no-repeat center center;
	background-size: 50% auto;
	
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#camp-bilder .main-image .arrow:hover {
	opacity: 1;
}

#camp-bilder .main-image .arrow-left {
	left: 0;
	
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#camp-bilder .main-image .arrow-right {
	right: 0;
}

#camp-bilder .main-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

#camp-bilder .thumbnails {
	padding: 20px 26px;
	height: 140px;
	margin-bottom: 22px;
	position: relative;
	width: 100%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#camp-bilder .thumbnails ul {
	overflow-x: scroll;
	white-space: nowrap;
	padding-bottom: 13px;
}

#camp-bilder .thumbnails li {
	list-style: none;
	margin-right: 15px;
	display: inline-block;
	cursor: pointer;
}

#camp-bilder .thumbnails li:last-of-type {
	margin-right: 0;
}

#camp-bilder .thumbnails li img {
	max-height: 100px;
	max-width: 100px;
	height: auto;
	width: auto;
}

#camp-bilder .thumbnails div {
	position: absolute;
	left: 0;
	top: 20px;
	bottom: 20px;
	width: 26px;
	background: #fff;
	cursor: pointer;
	z-index: 2;
	overflow: hidden;
}

#camp-bilder .thumbnails div:after {
	content: "\3008";
	position: absolute;
	top: 25px;
	font-size: 45px;
	color: #4cafe1;
	right: 7px;
	cursor: pointer;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#camp-bilder .thumbnails div:hover:after {
	color:#0c384f;
}

#camp-bilder .thumbnails .scroll-right:after {
	content: "\3009";
	right: auto;
	left: 7px;
}

#camp-bilder .thumbnails .scroll-right {
	left: auto;
	right: 0;
}

#camp-details .f-right,
#offer > .f-left {
	width: 46%;
}

#camp-details .highlights {
	margin: -6px 0 20px;
}

#camp-details .offers,
#camp-details .additional {
	padding-top: 20px;
	display: table;
	width: 100%;
	font-size: 15px;
}

#camp-details .row,
#camp-details .row-head {
	display: table-row;
	background:#edf9f9;
}

#camp #camp-details .row.o {
	display: none;
}

#camp-details .row:nth-child(2n) {
	background: #e7efef;
}

#camp-details .row-head {
	background: #4cafe1;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

#camp-details .td {
	vertical-align: middle;
	display: table-cell;
	padding: 11px 0;
	max-width: 230px;
}

#camp-details div.offers .td:first-of-type {
	padding-left: 3%;
	text-align: left;
	width: 15%;
}

#camp-details .offers .td:nth-child(2) p {
	font-size: 14px;
	padding-top: 3px;
}

#camp-details .td strong {
	line-height: 1.2;
}

#camp-details .offers .td:nth-child(3) {
	text-align: center;
}

#camp-details .offers .td:last-of-type {
	text-align: right;
	padding-right: 3%;
	padding-left: 1%;
}

#camp-details .offers .row-head .td {
	text-align: center;
	padding-right: 0;
	font-weight: 700;
}

.state-on,
.state-off,
.state-waiting {
	background: #86cc00 url("../img/emoji_happy.png") no-repeat center center;
	background-size: 22px auto;
	height: 30px;
	width: 30px;
	position: relative;
	display: inline-block;
	margin: 0 6px;
}

.state-off {
	background-color: #fa4e6b;
	background-image: url("../img/emoji_sad.png");
}

.state-waiting {
	background-color: #ffbd00;
	background-image: url("../img/icon_sand_clock.svg");
	background-size: auto 22px;
}

.offers-less-available {
	background: #ffbd00;
	font-weight: bold;
	color: #fff;
	padding: 3px 5px;
	display: inline-block;
	margin-top: 3px;
}

#camp-details .offers a {
	background: #4cafe1;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px;
}
#camp-details .offers a:hover {
	background: #0c384f;
}

#camp-details .offers .link-off a {
	opacity: 0.5;
}


#offers-navigation,
#additional-navigation,
.camps-navigation {
	font-size: 15px;
	color: #4cafe1;
	display: none;
	padding: 15px 0;
}

#offers-navigation.a,
#additional-navigation.a,
.camps-navigation.a {
	display: block;
}

#offers-navigation span,
#additional-navigation span,
.camps-navigation span {
	display: inline-block;
	font-size: 16px;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#offers-navigation .offers-prev,
#additional-navigation .offers-prev,
.camps-navigation .prev {
	margin-right: 12px;
	cursor: pointer;
}

#offers-navigation .offers-next,
#additional-navigation .offers-next,
.camps-navigation .next {
	margin-left: 12px;
	cursor: pointer;
}
#offers-navigation .offers-prev:hover,
#offers-navigation .offers-next:hover,
#additional-navigation .additional-prev:hover,
#additional-navigation .additional-next:hover,
.camps-navigation .prev:hover,
.camps-navigation .next:hover {
	color: #0c384f;	
	cursor: pointer;
}

#camp-details #offers-navigation .off,
#camp-details #additional-navigation .off,
#provider .camps-navigation .off {
	opacity: 0.5;
	text-decoration: none;
	cursor: default;
	color: #4cafe1;
}

#offers-navigation .offers-pages,
#additional-navigation .additional-pages,
.camps-navigation .camps-pages {
	float: right;
}


#camp-details .additional {
	display: block;
	width: auto;
	margin-top:30px;
}

#camp-details .additional .row {
	display: block;
	padding: 18px 3%;
	position: relative;
}

#camp-details .additional .row-head {
	padding: 11px 3%;
	display: block;
}

#camp-details .toggle + p {
	padding-left: 32px;
}

#camp-details .additional strong,
#camp-details .food strong {
	padding-right: 30px;
}

#camp-details .toggle,
#provider .toggle {
	display: inline-block;
	float: left;
	height: 27px;
	position: absolute;
	cursor: pointer;
	right: 0;
	left: 10%;
}

#camp-details .toggle:after,
#provider .toggle:after {
	content: "";
	position: absolute;
	left: 5px;
	top:7px;
	width: 0;
	height: 0;
	border-style: solid;
	cursor: pointer;
	border-width: 9px 7px 0 7px;
	border-color: #4cafe1 transparent transparent transparent;
}

#camp-details .additional .toggle:after {
	left:-7%;
}

#camp-details .toggle.act:after,
#provider .toggle.act:after {
	border-width: 0 7px 9px 7px;
	border-color: transparent transparent #4cafe1 transparent;
}

#camp-details .toggle-content,
#provider .toggle-content {
	display: none;
	padding: 6px 0 0 32px;
}

#camp-details .transfer,
#camp-details .riskinfo,
#provider .riskinfo {
	position: relative;
}

#camp-details .transfer > .toggle {
	left: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	cursor: pointer;
	float: none;
}

#camp-details .riskinfo > .toggle,
#provider .riskinfo > .toggle {
	height: 44px;
	left: 0;
}

#camp-details .transfer > .toggle-content,
#camp-details .riskinfo > .toggle-content,
#provider .riskinfo > .toggle-content {
	padding: 6px 0 0 16px;
}

#camp-details .food {
	margin: 6px 0;
}

#camp-details section {
	clear: both;
	padding-top: 20px;
}

#camp-beschreibung {
	padding-bottom: 25px;
}

#camp-details .one-row {
	padding-top: 5px;
}

#camp-details .one-row > * {
	display: inline-block;
}

#camp-details section h2 {
	color: #4cafe1;
	font-weight: 700;
	padding: 0 5px 3px 0;
	font-size: 15px;
}

#camp-details section#camp-kinderschutzkonzept h2:before,
.camps-list h3.childprotectionconcept:after,
.camps-calendar h3.childprotectionconcept:after {
	content: "";
	display: inline-block;
	height: 17px;
	width: 17px;
	background: url("../img/icon_check_white.svg") #4cafe1 no-repeat center center;
	background-size: 75%;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: sub;
}

.camps-list h3.childprotectionconcept:after,
.camps-calendar h3.childprotectionconcept:after {
	margin: 0 0 -1px 5px;
	vertical-align: initial;
}

#camp-details .offerlink,
.campsoverviewlink,
.btnlink {
	margin: 25px 0 5px;
	display: inline-block;
	padding: 9px 10px;
	background: #4cafe1;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	float: left;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#camp-details .offerlink:hover,
#camp-details .offerlink:focus,
.campsoverviewlink:hover,
.campsoverviewlink:focus,
.btnlink:hover,
.btnlink:focus {
	background: #0c384f;
	color: #fff;
}

.btnlink {
	margin: 0;
	float: none;
}

.searchpage .campsoverviewlink {
	margin: 15px auto;
	float: none;
	display: table;
}

#camp-details .campsoverviewlink {
	margin-top: 45px;
}

#camp-details .social {
	margin-left: 70px;
	float: left;
}

#camp-details .social img {
	height: 44px;
	width: auto;
	margin: 21px 19px 0 0;
	opacity: 0.8;
	
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#camp-details .social a:hover img, #camp-details .social a:focus img, #camp-details .social a:active img {
	opacity: 1;
}

#camp-details #map {
	height: 444px;
	background: #f0ede5;
	display: none;
	margin: 12px 0 13px;
	position: relative;
}

#camp-details #map:empty:after {
	content: "Um die Karte anzeigen zu können, müssen Sie bitte unsere Drittanbieter-Cookies akzeptieren.";
	position: absolute;
	text-align: center;
	width: 90%;
	line-height: 1.2;
	top: 35%;
	margin: auto;
	font-size: 14px;
	padding: 5%;
}

#camp-details .showmap {
	text-decoration: underline;
	cursor: pointer;
	font-size: 15px;
	display: inline-block;
	margin-left: 5px;
}
#camp-details .showmap:hover {
	color: #4cafe1;
}

#camp-details .showmap:after {
	content: " anzeigen";
}

#camp-details .showmap.open:after {
	content: " ausblenden";
}

#camp-campstandort .anfahrt {
	padding-top: 8px;
	clear: both;
	display: block;
}

#camp-details .food .row {
	display: block;
	padding: 10px;
	max-width: 400px;
}

#camp-details #camp-verpflegung > p > strong {
	padding-top: 8px;
	display: inline-block;
}

#camp-details .transfer,
#camp-details .riskinfo,
#provider .riskinfo {
	max-width: 500px;
	font-size: 15px;
	background: #edf9f9;
	margin: 20px 5% 8px 0;
	float: left;
	width: 45%;
}

#camp-details .riskinfo,
#provider .riskinfo {
	max-width: none;
	width: 100%;
	margin:0 0 30px;
	background: #ffe5e9;
}

#camp-details .transfer:nth-of-type(2n+1) {
	clear: both;
}

#camp-details .transfer > .toggle:after,
#camp-details .riskinfo > .toggle:after,
#provider .riskinfo > .toggle:after {
	border-color:#fff transparent transparent transparent;
	top: 18px;
	left:15px;
}

#camp-details .transfer > .toggle.act:after,
#camp-details .riskinfo > .toggle.act:after,
#provider .riskinfo > .toggle.act:after {
	border-color: transparent transparent #fff transparent;
}

#camp-details .transfer:nth-of-type(1),
#camp-details .transfer:nth-of-type(2) {
	margin-top: 5px;
}

#camp-details .transfer:nth-of-type(2n) {
	margin-right: 0;
}

#camp-details .transfer h3,
#camp-details .riskinfo h3,
#provider .riskinfo h3 {
	background: #4cafe1;
	padding: 11px 3% 11px 43px;
	text-align: left;
	color: #fff;
	font-weight: 700;
}

#camp-details .riskinfo h3,
#provider .riskinfo h3 {
	background:#fa4e6b;
}

#camp-details .transfer > .toggle-content > .rte,
#camp-details .riskinfo > .toggle-content > .rte,
#provider .riskinfo > .toggle-content > .rte {
	padding: 8px 3% 13px 0;
}

#camp-details .transfer > .toggle-content > ul > li {
	background:#e7efef;
	padding: 10px 3% 10px 10%;
	position: relative;
	list-style: none;
}

#camp-details .transfer > .toggle-content > ul > li:nth-child(2n) {
	background: #edf9f9;
}

#camp-details .transfer > .toggle-content > ul > li:before {
	content: "";
	position: absolute;
	left: 5%;
	width: 3px;
	top: 0;
	bottom: 0;
	background: #4cafe1;
}

#camp-details .transfer > .toggle-content > ul > li:first-of-type:before {
	top: 21px;
}

#camp-details .transfer > .toggle-content > ul > li:last-of-type:before {
	bottom:auto;
	height: 21px;
}

#camp-details .transfer > .toggle-content > ul > li > p:before {
	content: "";
	position: absolute;
	left: 5%;
	height: 9px;
	width: 9px;
	background: #4cafe1;
	top: 21px;
	margin: -4px 0 0 -3px;
	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

#camp-details .transfer > .toggle-content > ul > li:last-of-type > p:before {
	height: 13px;
	width: 13px;
	margin: -6px 0 0 -5px;
}

#camp-details .transfer .toggle-content,
#camp-details .riskinfo .toggle-content,
#provider .riskinfo .toggle-content {
	font-size: 14px;
}

#camp-details .transfer .map {
	display: block;
	margin: 7px 0;
	text-decoration: none;
}
#camp-details .transfer .map-img:empty:before {
	content: "Die Karte kann nur mit Ihrer Zustimmung für unsere Drittanbieter-Cookies angezeigt werden. Klicken Sie hier um zur direkten Ansicht auf Google Maps zu gelangen.";
	color: #777;
	line-height: 1.3;
	font-size: 13px;
}

#camp-details .transfer .map img {
	max-width: 100%;
	height: auto;
}



/*** PROVIDERS ***/
#providers .row {
	display: table;
	border-bottom: 1px solid #cdcccc;
	width: 100%;
}

#providers .provider {
	float: left;
	display: table-cell;
	width: 50%;
	border-right: 1px solid #cdcccc;
	padding: 18px 0 0;
	text-decoration: none;
	font-size: 15px;
}

#providers .provider:nth-child(2n) {
	margin: 0 -1px;
	border-right: none;
	border-left: 1px solid #cdcccc;
}

#providers .provider > span {
	display: table-cell;
	vertical-align: top;
}

#providers  .td1 {
	width: 135px;
	padding: 10px 25px 18px 15px;
}

#providers img {
	max-height: 135px;
	max-width: 135px;
	height: auto;
	width: auto;
}

#providers .provider strong {
	display: block;
	font-size: 17px;
	margin-right: 10px;
	line-height: 1.2;
}

#providers .provider .description {
	display: block;
	line-height: 1.3;
	margin: 9px 10px 18px 0;
}

#providers  .td2 img {
	margin: -9px 9px 18px 0;
	display: inline-block;
	width: 32px;
	height: 32px;
}


#provider .f-left {
	width: 50%;
}

#provider .head {
	display: table;
	padding: 15px 0 20px;
	width: 100%;
}

#provider .head > div {
	display: table-cell;
	vertical-align: top;
	max-width: 300px;
}

#provider .head .td1 p {
	padding-bottom: 7px;
}

#provider .head .td1 img {
	padding: 9px 9px 0 0;
	width: 32px;
	height: 32px;
}

#provider .head .td2 {
	text-align: right;
	padding: 0 11% 0 3%;
	max-width: 22%;
}

#provider .head .td2 img {
	max-width: 100%;
	max-height: 135px;
	width: auto;
	height: auto;
}

#provider .social {
	float: left;
	width: 50%;
}

#provider .social img {
	height: 44px;
	width: auto;
	margin-right: 19px;
	opacity: 0.8;
	
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#provider .social a:hover img, #provider .social a:focus img, #provider .social a:active img {
	opacity: 1;
}

#provider h2 {
	color: #4cafe1;
	padding: 25px 0 10px;
	font-weight: 700;
}

#provider .camps {
	font-size: 15px;
	clear: both;
	padding: 33px 0 5px;
}

#provider .camps h2 {
	padding: 12px 3%;
	background: #4cafe1;
	color: #fff;
	text-align: center;
}

#provider .camps .row {
	padding: 18px 3%;
	background:#e7efef;
}

#provider .camps .row.o {
	display: none;
}

#provider .camps .row:nth-child(2n) {
	background: #edf9f9;
}

#provider .camps a {
	text-decoration: none;
}

#provider .f-right {
	width: 38%;
}

#provider .f-right img {
	padding-bottom: 18px;
	max-width: 100%;
	height: auto;
}

#kontaktformular h2 {
	font-size: 17px;
	padding-bottom: 2px;
}

#kontaktformular form {
	padding-bottom: 8px;
}

#kontaktformular input[type=text],
#kontaktformular input[type=email],
#kontaktformular textarea {
	background: #f1f2f5;
	padding: 16px 3%;
	border:none;
	margin-bottom: 10px;
	height: 51px;
}

#kontaktformular input,
#kontaktformular textarea {	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#kontaktformular textarea {
	height: 160px;
}

#kontaktformular input[type=submit] {
	float: right;
	padding: 16px 65px;
}

#provider .partnerlogos,
#camp .partnerlogos {
	clear: both;
	padding-top: 40px;
	text-align: center;
}

#provider .partnerlogos .line,
#camp .partnerlogos .line {
	margin: 0 auto;
	height: 1px;
	width: 500px;
	max-width: 70%;
	border-top: 1px dotted #4cafe1;
}

#provider .partnerlogos img,
#camp .partnerlogos img {
	padding: 17px 20px;
}

#provider #faq,
#provider #agb {
	clear: both;
	padding-top: 10px;
}



.titlebox {
	border-bottom: 1px solid #4cafe1;
	text-align: right;
	padding-top: 30px;
	clear: both;
}

.titlebox h2 {
	color: #4cafe1;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	float: left;
	margin-top: -2px;
}

.campslider .titlebox .tabs {
	display: inline-block;
}

.campslider .titlebox .tab {
	display: inline-block;
	background: #4cafe1;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 6px 15px;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 -1px 2px;
	border: 1px solid #4cafe1; 
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.campslider .titlebox .tab:hover,
.campslider .titlebox .tab.act {
	color: #4cafe1;
	background: #fff;
}


.campslider .sliderbox {
	margin: 0 -12px;
	padding: 30px 0;
	display: none;
	clear: both;
}

.campslider .sliderbox.act {
	display: block;
}

.campslider .slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	/*height: 277px;*/
}

.campslider ul {
	white-space: nowrap;
	position: relative;
}

.campslider li {
	list-style: none;
	padding: 0 12px;
	display: inline-block;
	position: relative;
}

.campslider a {
	display: block;
	overflow: hidden;
}

.campslider img {
	max-width: 100%;
	height: auto;
	width: 277px;
	max-height: 277px;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.campslider a:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.campslider .headliner {
	position: absolute;
	top: 13px;
	color: #fff;
	text-transform: uppercase;
	min-width: 128px;
	text-align: center;
	padding: 8px;
	left: 0;
	background: #4cafe1;
	font-size: 13px;
	font-weight: 600;
	z-index: 2;
}
.campslider .headliner.color-yellow {
	background: #ffbd00;
}
.campslider .headliner.color-green {
	background: #4bab44;
}
.campslider .headliner.color-darkblue {
	background: #0c384f;
}

.campslider .text,
.campslider .cat {
	position: absolute;
	right: 31px;
	background: rgba(255,255,255,0.7);
	padding: 6px 9px;
	color: #0c384f;
	font-size: 14px;
}

.campslider .text {
	bottom: 89px;
	max-width: 50%;
	white-space: normal;
	line-height: 1.15;
}

.campslider .cat {
	font-weight: 600;
	text-transform: uppercase;
	bottom: 53px;
}

.campslider .price {
	color: #fff;
	position: absolute;
	background: #4cafe1;
	bottom: 17px;
	right: 31px;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 9px;
}

.campslider .slide-left,
.campslider .slide-right {
	cursor: pointer;
	background: #4cafe1;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 5;
	text-align: center;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.campslider .slide-left:hover,
.campslider .slide-right:hover {
	background: #0c384f;
}

.campslider .slide-left {
	left: 0;
}

.campslider .slide-right {
	right: 0;
}

.campslider .slide-left:before,
.campslider .slide-right:before {
	content:"\25B6";
	color: #fff;
	display: inline-block;
	font-size: 21px;
	margin-top: 10px;
}

.campslider .slide-left:before {
	content: "\25C0";
}


#foot {
	background: url("../img/foot_bg.jpg") no-repeat bottom center;
	background-size:cover;
	padding-top: 85px;
	bottom: -38px;
	margin-top: -38px;
	position: relative;
}

.footerboxes .footerbox {
	width: 30%;
	float: left;
	margin: 0 5% 35px 0;
	position: relative;
}

.footerboxes .footerbox:nth-child(3n) {
	margin-right: 0;
}

.footerboxes .footerbox h2 {
	color: #4cafe1;
	font-size: 17px;
	padding-bottom: 7px;
	font-weight: 600;
}

.footerboxes .footerbox img {
	position: absolute;
	left: 0;
	max-width: 150px;
	max-height: 105px;
}

.footerboxes .footerbox .text {
	font-size: 14px;
	min-height: 68px;
	padding-bottom: 5px;
	line-height: 1.3;
	margin-left: 180px;
}

.footerboxes .footerbox a {
	background: #4cafe1;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-left: 180px;
	padding: 9px 13px;
	text-decoration: none;
	line-height: 1.2;
}
.footerboxes .footerbox a:hover,
.footerboxes .footerbox a:focus,
.footerboxes .footerbox a:active {
	background: #0c384f;
}

#foot hr {
	clear: both;
	border-bottom: 1px solid #4cafe1;
	margin: 0 auto;
	max-width: 60%;
}

.footerlogos {
	text-align: center;
}

.footerlogos > * {
	padding: 17px 35px;
	display: inline-block;
}


#offer h1 {
	font-size: 25px;
	padding-top: 5px;
	color: #4cafe1;
}

#offer h2 {
	font-size: 18px;
	padding: 2px 0 16px;
	color: #4cafe1;
}

#offer .bookedup {
	color: #fa4e6b;
	margin: -14px 0 25px;
	font-size: 22px;
}

#offer .waitinglistonly {
	background: #ffbd00;
	margin: -5px 0 25px;
	display: inline-block;
	padding: 5px 10px;
}

#offer .waitinglistonly p {
	font-size: 18px;
}

#offer .waitinglistonly a,
#offer .waitinglistonly input[type=submit] {
	color: #323232;
	background: #fff;
	display: inline-block;
	padding: 10px 24px;
	text-decoration: none;
	margin: 11px 0 5px;
	font-size: 16px;
	border: 2px solid #323232;
	border-radius: 0;
	white-space: normal;
	line-height: 1.2;
}
#offer .waitinglistonly a:hover,
#offer .waitinglistonly a:focus,
#offer .waitinglistonly input[type=submit]:hover,
#offer .waitinglistonly input[type=submit]:focus {
	background: #323232;
	color: #fff;
}

#offer .facts {
	max-width: 420px;
	padding-top: 5px;
}

#offer .facts .f-left {
	width: 140px;
}

#offer time {
	font-size: 18px;
	position: relative;
	top: 2px;
}

#offer .valid {
	font-size: 80%;
}

#offer .price {
	color: #87cd03;
	font-size: 30px;
	line-height: 1;
}

#offer .links {
	clear: both;
	padding: 20px 0;
}

#offer .links a,
#offer .links input[type=submit],
#offer .links span {
	display: inline-block;
	font-size: 16px;
	padding: 10px 24px;
	border: 1px solid #4cafe1;
	text-decoration: none;
	border-radius: 0;
}

#offer .links form {
	display: inline;
}

#offer .links .primary {
	color: #fff;
	background: #4cafe1;
	margin-right: 33px;
}
#offer .links span.primary {
	opacity: 0.3;
}

#offer .links a.primary:hover,
#offer .links a.primary:focus,
#offer .links a.primary:active,
#offer .links input.primary:hover,
#offer .links input.primary:focus,
#offer .links input.primary:active {
	background: #0c384f;
	border-color: #0c384f;
}

#offer .links .secondary {
	color: #4cafe1;
}
#offer .links .secondary:hover,
#offer .links .secondary:focus,
#offer .links .secondary:active {
	color: #fff;
	background:#4cafe1;
}

#offer .details {
	clear: both;
	padding-bottom: 24px;
}

#offer .details h2 {
	font-size: 15px;
	font-weight: 700;
	padding: 23px 0 3px;
}


#news {
	padding-top: 20px;
	clear: both;
}

#news li {
	width: 48%;
	display: table;
	padding-bottom: 30px;
	float: left;
}

#news li:nth-child(2n) {
	margin-left: 4%;
}

#news .text,
#news img {
	display: table-cell;
	vertical-align: top;
}

#news h3 {
	color: #4cafe1;
	font-size: 18px;
	font-weight: 600;
} 

#news img {
	padding-left: 15px;
}

#news p.sub {
	padding-top: 0;
}

#news p {
	padding-top: 5px;
}

#news p a {
	text-decoration: none;
	color: #4cafe1;
	font-weight: 600;
	display: inline-block;
	padding-top: 3px;
}
#news p a:hover {
	text-decoration: underline;
}

#newsdetail > div {
	display: table-cell;
	vertical-align: top;
}

#newsdetail .content {
	width: 50%;
}

#newsdetail h1 {
	color: #4cafe1;
	font-size: 25px;
}

#newsdetail p.sub {
	font-size: 18px;
	color: #4cafe1;
	padding-top: 2px;
}

#newsdetail .text {
	padding-top: 15px;
}

#newsdetail .img {
	width: 45%;
	padding-left: 5%;
}

#newsdetail .img img {
	max-width: 100%;
	height: auto;
}

#newsdetail .back {
	background: #4cafe1;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	padding: 9px 12px;
	margin-top: 25px;
	text-decoration: none;
}
#newsdetail .back:hover {
	background: #0c384f;
}


.download a {
	color: #4cafe1;
}

.download {
	padding: 20px 0 10px;
	display: table;
}

.download span {
	color: #4cafe1;
	font-size: 30px;
	border-bottom: 3px solid #4cafe1;
	padding: 0 7px 6px;
	display: inline-block;
	margin-right: 13px;
	vertical-align: super;
}

.download a {
	text-decoration: none;
	font-weight: 600;
	vertical-align: middle;
	display: table-cell;
	line-height: 1.3;
}

.download a:hover,
.download a:focus {
	text-decoration: underline;
}


.faq {
	padding-top: 40px;
}


.pagination-info {
	text-align: center;
	color: #fff;
	clear: both;
	margin-bottom: -30px;
}
	
.pagination-info span {
	font-size: 16px;
	display: inline-block;
	margin-top: 45px;
	letter-spacing: 1px;
	padding: 2px 10px;
	background: rgba(255,189,0,.8);
}

.pagination,
.pagination-big {
	clear: both;
	text-align: center;
	padding: 30px 0 10px;
}

.pagination-big {
	padding-top: 45px;
}

.pagination li,
.pagination-big li {
	list-style: none;
	display: inline;
}

.pagination-big li {
	font-size: 19px;
}

.pagination li a,
.pagination-big li a {
	display: inline-block;
	text-decoration: none;
	width: 32px;
	text-align: center;
	padding: 6px 0;
	margin: 0 4px 6px;
	color: #fff;
	background: #4cafe1;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pagination li a:hover,
.pagination-big li a:hover,
.pagination .act a,
.pagination-big .act a {
	background: #0c384f;
}

.pagination-big li a {
	width: 43px;
	padding: 8px 0;
	font-weight: 700;
}


#cleverreachsubscription label {
	width: 85px;
}

#cleverreachsubscription input {
	width: 240px;
	margin: 5px 0 10px;
}

#cleverreachsubscription button {
	margin-top: 10px;
}

#c227 #cleverreachsubscription .editable_content > div:not(.submit_container) {
	display: none;
}

form[name=coupons_buy] .l-col {
	width: 130px;
}

form[name=coupons_buy] .r-col {
	float:left;
}

input[name="coupons_buy[user_email]"] {
	width: 229px;
}

select[name="coupons_buy[value]"] {
	width: 152px;
}

input[name="coupons_buy[own_value]"] {
	display: none;
	text-align: right;
	width: 73px;
}



.voting {
	font-size: 0;
}

.voting li {
	position: relative;
	list-style: none;
	display: inline-block;
	width: 33.33%;
	max-width: 400px;
	vertical-align: top;
	padding: 20px 20px 60px;
	box-sizing: border-box;
}

.voting h3 {
	position: absolute;
	left: 10px;
	top: 0;
	color: #fff;
	text-transform: uppercase;
	min-width: 128px;
	max-width: 83%;
	text-align: center;
	padding: 8px;
	background: #ffbd00;
	font-size: 15px;
	font-weight: 600;
}

.voting img,
#votingcandidate img {
	max-width: 100%;
	height: auto;
}

.voting .btnlink {
	margin: 10px auto 0;
	display: table;
}

#votingcandidate .f-left,
#votingcandidate .f-right {
	width: 48%;
}

#vote-by-email input {
	margin-bottom:10px;
}

.votingsponsors {
	max-width: 100%;
	height: auto;
}
