@charset "UTF-8";
/*!
Theme Name: basketballcamps
Theme URI: http://underscores.me/
Author: wpGO
Author URI: https://wpgo.de
Description: Balling, doing this since my calling
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: basketballcamps
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

basketballcamps is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Grautöne */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a: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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

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-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'MrAlex-Light';
  src: url("framework/fonts/MrAlex-Light-webfont.woff2") format("woff2"), url("framework/fonts/MrAlex-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MrAlex-Regular';
  src: url("framework/fonts/MrAlex-Regular-webfont.woff2") format("woff2"), url("framework/fonts/MrAlex-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MrAlex-Bold';
  src: url("framework/fonts/MrAlex-Bold-webfont.woff2") format("woff2"), url("framework/fonts/MrAlex-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #505050;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  clear: both;
  color: #f18700;
  font-family: "MrAlex-Bold"; }

.eapps-instagram-feed-title {
  font-weight: bold;
  color: #f18700;
  font-family: "MrAlex-Bold"; }

h1 {
  font-size: 2rem;
  margin-bottom: 2rem; }

h2 {
  font-size: 1.5rem; }

.h3, h3 {
  font-size: 1.3rem; }

.h4, h4 {
  font-size: 1rem; }

h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Topbar */
.top-nav {
  line-height: 35px;
  height: 35px;
  background: #f18700; }

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

.top-nav ul li {
  display: inline-block; }

.top-nav ul li a {
  padding-right: 1rem;
  color: white; }

/* Social */
.top-nav .header-social ul {
  float: right; }

.top-nav .header-social ul li a {
  font-size: 1.3rem;
  padding-right: 0;
  padding-left: 0.75rem;
  color: white; }

.top-nav .header-social ul li a:hover {
  opacity: 0.5; }

/* Header */
header nav {
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

header .logo {
  position: absolute;
  z-index: 10;
  top: 15px; }

/* Banner */
#banner {
  line-height: 120px;
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  background-image: url(/wp-content/themes/basketballcamps/framework/img/basketballcamps-headerbanner.jpg);
  background-size: cover; }

#banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(241, 135, 0, 0.8); }

#banner .banner-title {
  font-family: "MrAlex-Bold";
  font-size: 1.5em; }

#banner p {
  margin: 0;
  padding: 0;
  color: white; }

/* Breadcrumbs */
#banner #breadcrumbs {
  float: right; }

#banner #breadcrumbs a {
  text-decoration: none;
  color: white; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/* List Nav */
.list-nav {
  max-width: 40%;
  margin: 30px 0;
  padding: 0;
  list-style: none; }

.list-nav li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2; }

.list-nav li:last-child {
  border-bottom: none; }

.list-nav li::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 10px;
  content: "\f105"; }

/* List Check */
ul.check {
  list-style: none;
  padding: 0; }

ul.check li::before {
  font-family: FontAwesome;
  display: inline-block;
  color: #f18700;
  padding-right: 10px;
  content: "\f00c"; }

/* List Cross */
ul.cross {
  list-style: none;
  padding: 0; }

ul.cross li::before {
  font-family: FontAwesome;
  display: inline-block;
  color: red;
  padding-right: 10px;
  content: "\f00d"; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# VC Styles
--------------------------------------------------------------*/
/* Iconbox */
.iconbox {
  background: #f2f2f2;
  text-align: center;
  padding: 25px;
  margin-bottom: 35px; }

.iconbox a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #505050; }

.iconbox .iconbox-headline {
  margin-top: 0;
  color: #505050;
  margin-bottom: 0.5rem; }

.iconbox .iconbox-headline a {
  color: #505050; }

.iconbox .iconbox-desc {
  margin-bottom: 0; }

.iconbox:hover {
  background: #f18700; }

.iconbox:hover a, .iconbox:hover .iconbox-headline {
  color: white !important; }

/* Timeline */
.timeline {
  position: relative; }

.timeline-year {
  background: #f18700;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: white;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 25px; }

.timeline-year::after {
  background: #f2f2f2;
  height: 100%;
  width: 3px;
  display: block;
  position: relative;
  content: "";
  position: absolute;
  left: 23px; }

.timeline-content {
  padding-left: 70px; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.tp-dottedoverlay {
  background: url(/wp-content/themes/basketballcamps/framework/img/gridtile.png) !important; }

/* #content {
    background: url(/wp-content/themes/basketballcamps/framework/img/basketball.png) no-repeat right bottom;
} */
.woocommerce-cart #content,
.woocommerce-checkout #content {
  background: none; }

.sidebar-legende {
  padding: 0;
  list-style: none; }

.sidebar-legende li span {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  position: relative; }

.sidebar-legende li span::after {
  content: "";
  width: 10px;
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 8px; }

.sidebar-legende li {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600; }

.sidebar-legende li span.status-green::after {
  background: #43ac34; }

.sidebar-legende li span.status-red::after {
  background: #da1414; }

.sidebar-legende li span.status-yellow::after {
  background: #f9e005; }

.sidebar-legende li span.status-grau::after {
  background: #cccccc; }

.entry-header {
  display: inline-block; }

.social-buttons {
  float: right; }

.home .content-area {
  padding: 0; }

.content-area {
  padding: 50px 0; }

/* Slider */
.slider-headline {
  font-family: "MrAlex-Bold" !important; }

/* Counter */
#counter {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px; }

.counter-ribbon {
  position: absolute;
  top: 90px;
  right: -180px;
  width: 600px;
  padding: 16px;
  transform: rotate(45deg);
  text-align: center;
  color: #f0f0f0;
  background-color: #43ac34;
  font-family: "MrAlex-Bold";
  font-size: 22px; }

.counter-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  font-weight: 700;
  color: white;
  background-image: url(/wp-content/themes/basketballcamps/framework/img/counter.jpg);
  background-attachment: fixed;
  background-size: cover; }

.counter-wrapper .counter-title {
  font-family: "MrAlex-Bold" !important;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: white; }

.counter-wrapper .counter-text {
  font-size: 1.5rem; }

.counter-wrapper .counter-numb {
  font-size: 40px;
  font-weight: 700; }

.counter-wrapper .counter-fact p {
  font-weight: 700;
  margin: 0;
  padding: 0; }

/* Galerie */
#gallery {
  padding-bottom: 100px; }

/* Karte */
#campmap {
  height: 500px;
  width: 100%; }

/* WooCommerce */
.woocommerce .woocommerce-ordering select {
  display: none; }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-item .blog-category a {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  padding: 3px 8px;
  cursor: pointer;
  opacity: 0.9;
  color: white;
  background: #f18700;
  z-index: 10; }

.blog-item .blog-category a:hover {
  opacity: 1; }

.blog-item .blog-thumbnail {
  position: relative; }

.blog-item .blog-thumbnail a {
  display: block;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer; }

.blog-item .blog-thumbnail:hover .blog-img::after {
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #f18700; }

.blog-item .entry-title a {
  color: #f18700; }

.blog-item {
  margin: 0 0 60px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #f2f2f2; }

.blog-item .entry-meta {
  font-size: 14px; }

.blog-item .entry-meta a {
  color: #f18700; }

.blog-item .entry-title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Social Media */
.shariff li {
  margin: 0 5px 15px 0 !important; }

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
/* Gallery */
.camp-gallery {
  clear: both;
  display: inline-block; }

.camp-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.camp-gallery ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.camp-gallery ul li a {
  position: relative;
  display: block;
  cursor: pointer; }

.camp-gallery ul li a::before {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }

.camp-gallery ul li a:hover::before {
  font-family: FontAwesome;
  font-size: 1.5em;
  line-height: 150px;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "\f00e";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-align: center;
  color: white;
  background: rgba(241, 135, 0, 0.8); }

/* Galerie Box */
.galeriebox {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }

.galeriebox a {
  display: block;
  cursor: pointer; }

.galeriebox img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.galeriebox:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.galeriebox::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background: rgba(0, 0, 0, 0.2); }

.galeriebox:hover::before {
  background: rgba(0, 0, 0, 0.35); }

.galeriebox .galeriebox-title {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: white;
  font-family: "MrAlex-Bold"; }

/* Wrapper */
.galeriebox-wrapper {
  margin-top: 50px;
  margin-bottom: 50px; }

.galeriebox-wrapper .galeriebox .galeriebox-title {
  font-size: 1.5rem; }

/* Fancybox */
.fancybox-download:before {
  top: 14px;
  left: 22px;
  height: 12px;
  border-left: 2px solid #fff; }

.fancybox-download:after {
  bottom: 18px;
  left: 23px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: 0 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: transparent; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(241, 135, 0, 0.8); }

/* Post Gallery */
.gallery-item {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  width: auto !important; }

/* Accordion */
.bb-card-header button:hover {
  text-decoration: none;
  background: #f18700;
  color: white; }

.bb-card-header button {
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
  color: #505050;
  text-decoration: none;
  border-radius: 0;
  margin-bottom: 15px;
  font-weight: bold;
  white-space: inherit; }

/*--------------------------------------------------------------
# VC
--------------------------------------------------------------*/
/* Toggle */
.vc_toggle {
  margin: 0 0 10px !important;
  background: #f2f2f2; }

.vc_toggle:hover {
  background: #e5e5e5; }

.vc_toggle_title {
  padding: 10px 10px 10px 35px !important; }

.vc_toggle_title h4 {
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #505050; }

.vc_toggle .vc_toggle_icon {
  border: 1px solid #f18700 !important;
  background: #f18700 !important;
  margin-left: 10px !important; }

.vc_toggle .vc_toggle_icon::before {
  border: 1px solid #f18700 !important; }

.vc_toggle .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
  background: #f18700 !important; }

.vc_toggle .vc_toggle_content {
  padding: 0 25px 5px 35px !important; }

/* Widgets */
.wpb_heading.wpb_widgetised_column_heading {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: inherit;
  font-weight: bold;
  color: #505050; }

/*--------------------------------------------------------------
# Presse
--------------------------------------------------------------*/
.presse-item {
  clear: both;
  background: #f2f2f2;
  margin-bottom: 30px; }

.presse-title {
  font-weight: 700;
  margin: 0; }

.presse-content {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px; }

.presse-content .entry-content {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px; }

.presse-content .entry-content p {
  margin-bottom: 10px; }

.presse-thumbnail .presse-img {
  display: block;
  cursor: pointer; }

.presse-title {
  font-size: 20px;
  font-weight: 700; }

.presse-thumbnail img {
  width: 100%; }

.presse-thumbnail {
  position: relative; }

.presse-thumbnail a:hover::before {
  font-family: FontAwesome;
  font-size: 1.5em;
  line-height: 150px;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "\f00e";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-align: center;
  color: white;
  background: rgba(241, 135, 0, 0.8); }

.presse-thumbnail a {
  display: block;
  cursor: pointer;
  position: relative; }

/*--------------------------------------------------------------
# Downloads
--------------------------------------------------------------*/
.download-item {
  clear: both;
  background: #f2f2f2;
  margin-bottom: 30px; }

.download-title {
  font-weight: 700;
  margin: 0; }

.download-content {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px; }

.download-content .entry-content {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px; }

.download-content .entry-content p {
  margin-bottom: 10px; }

.download-thumbnail .download-img {
  display: block;
  cursor: pointer; }

.download-title {
  font-size: 20px;
  font-weight: 700; }

.download-thumbnail img {
  width: 100%; }

.download-thumbnail {
  position: relative; }

.download-thumbnail a:hover::before {
  font-family: FontAwesome;
  font-size: 1.5em;
  line-height: 150px;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "\f00e";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-align: center;
  color: white;
  background: rgba(241, 135, 0, 0.8); }

.download-thumbnail a {
  display: block;
  cursor: pointer;
  position: relative; }

/*--------------------------------------------------------------
# Partner
--------------------------------------------------------------*/
.partner-item {
  margin-bottom: 30px; }

.partner-img {
  display: block;
  cursor: pointer; }

.partner-thumbnail {
  text-align: center; }

/* Owl Slider */
#partner {
  background: #f18700 url(/wp-content/themes/basketballcamps/framework/img/shadow.png) no-repeat center bottom;
  padding-top: 50px;
  padding-bottom: 50px; }

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  opacity: 0.5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  opacity: 1; }

.owl-item .item {
  text-align: center; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

/* Comments */
#commentform .form-submit input[type="submit"] {
  background: #f18700;
  color: white;
  padding: 12px 35px;
  border: none;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 20px; }
  #commentform .form-submit input[type="submit"]:hover {
    background: #d87900; }

/* Buttons */
.btn-primary {
  background: #f18700;
  border-color: #f18700;
  color: white !important;
  font-family: "MrAlex-Bold";
  font-size: 1.2rem; }

.btn-primary:hover {
  background: #be6a00;
  border-color: #be6a00; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/* CF7 */
.wpcf7-form-control-wrap {
  display: block; }

.wpcf7-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 20px; }

.wpcf7-form-control-wrap input {
  background: #f2f2f2;
  padding: 10px;
  border: none;
  width: 100%;
  font-weight: normal;
  border-radius: 0; }

.wpcf7-form-control-wrap textarea {
  background: #f2f2f2;
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 0;
  font-weight: normal; }

.wpcf7-form-control.wpcf7-submit {
  padding: 12px 35px;
  background: #43ac34;
  line-height: 20px;
  font-size: 16px;
  color: white;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px; }

.wpcf7-form-control.wpcf7-submit:hover {
  background: #348528; }

.wpcf7-list-item input {
  width: auto; }

span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 25px; }

/* CF7 Response */
div.wpcf7-response-output {
  margin: 0;
  padding: 1.2em 1em; }

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background: #f7e700; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #43ac34;
  background: #43ac34;
  color: white; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #f18700; }
  a:visited {
    color: #be6a00; }
  a:hover, a:focus, a:active {
    color: #be6a00; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Navbar */
header .navbar {
  padding: 1rem; }

header .navbar .navbar-nav li a {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase; }

header .navbar .navbar-nav .navcta {
  border-radius: 3px;
  background: #43ac34; }

header .navbar .navbar-nav .navcta:hover {
  background: #f18700; }

header .navbar .navbar-nav .navcta:hover a {
  color: white !important; }

header .navbar .navbar-nav .navcta a {
  color: white; }

header .navbar .navbar-nav .current-menu-item {
  border-color: #43ac34 !important; }

header .navbar .navbar-nav .menu-item:hover {
  color: #43ac34; }

header .navbar > .nav-link, .navbar .nav-link.active, .navbar .nav-link.show, .navbar .show > .nav-link, .navbar .nav-link:focus, .navbar .nav-link:hover {
  color: #43ac34 !important; }

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  background: #43ac34 !important;
  color: white !important; }

header .navbar .navbar-nav .navcta .nav-link.active {
  color: white !important; }

header .fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }

header .fixed .logo img {
  max-width: 55px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }

header .fixed .logo {
  top: 7px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }

/* Dropdown */
.dropdown-menu.show {
  padding: 0;
  border-radius: 0; }

.dropdown-item {
  text-transform: inherit !important;
  color: #505050 !important; }

.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: none;
  color: white !important;
  background-color: #f18700; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.edit-link a {
  display: inline-block;
  padding: 5px 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#sidebar section.widget {
  margin-bottom: 25px; }

#sidebar .instashow-gallery {
  margin-bottom: 25px; }

.content-area .widget .widget-title {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: inherit;
  font-weight: bold;
  color: #505050;
  position: relative; }

.widget-title {
  margin-top: 0; }

.content-area .widget .widget-title::after {
  background: #f18700;
  width: 60px;
  height: 3px;
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  bottom: -10px; }

/* Widget Nav Menu */
.content-area .widget_nav_menu .menu {
  padding: 0;
  list-style: none; }

.content-area .widget_nav_menu .menu li {
  position: relative;
  margin-bottom: 2px;
  background: #f2f2f2; }

.content-area .widget_nav_menu .menu li.current_page_item {
  background: #f18700; }

.content-area .widget_nav_menu .menu li.current_page_item a {
  color: white; }

.content-area .widget_nav_menu .menu li:hover {
  background: #f18700; }

.content-area .widget_nav_menu .menu li:hover a {
  color: white; }

.content-area .widget_nav_menu li:hover a::after {
  color: white; }

.content-area .widget_nav_menu .menu li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #505050; }

.content-area .widget_nav_menu .menu li a::after {
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  right: 15px;
  display: block;
  content: "\f105";
  color: #333; }

/* Widget Categories */
.content-area .widget_categories ul {
  padding: 0;
  list-style: none; }

.content-area .widget_categories ul li {
  position: relative;
  margin-bottom: 2px;
  background: #f2f2f2; }

.content-area .widget_categories li:hover {
  background: #f18700; }

.content-area .widget_categories li:hover a {
  color: white; }

.content-area .widget_categories li:hover a::after {
  color: white; }

.content-area .widget_categories ul li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #505050; }

.content-area .widget_categories ul li a::after {
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  right: 15px;
  display: block;
  content: "\f105";
  color: #333; }

/* Widget News */
.content-area .widget_recent_entries ul {
  padding: 0;
  list-style: none; }

.content-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 2px;
  background: #f2f2f2; }

.content-area .widget_recent_entries li:hover {
  background: #f18700; }

.content-area .widget_recent_entries li:hover a {
  color: white; }

.content-area .widget_recent_entries li:hover a::after {
  color: white; }

.content-area .widget_recent_entries ul li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #505050; }

.content-area .widget_recent_entries ul li a::after {
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  right: 15px;
  display: block;
  content: "\f105";
  color: #333; }

/* Campinfo */
.campinfo ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.campinfo ul li i {
  color: #f18700;
  width: 35px; }

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.basic-switch-woocommerce-deposits {
  display: none; }

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
  padding: 0;
  margin: 0; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  width: 50%; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 15px;
  margin: 0;
  text-align: left;
  border-radius: 3px;
  display: inline-block;
  background: #f2f2f2; }

.woocommerce form.login, .woocommerce form.register {
  min-height: 300px; }

.wgm-tax.product-tax {
  display: none; }

.woocommerce-checkout input[type="text"],
.woocommerce-checkout select,
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"] {
  border: none !important;
  border-radius: 0;
  padding: 5px 10px;
  height: 45px;
  background: white;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc !important;
  margin: 0 !important;
  -moz-appearance: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.woocommerce-checkout .select2-container--default .select2-selection--single {
  background: white;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc !important;
  height: 45px;
  border-radius: 0; }

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding: 0px 10px; }

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 15px; }

.select2-search--dropdown .select2-search__field {
  background: transparent !important;
  border: 1px solid #ccc !important;
  height: 35px; }

.woocommerce-checkout .select2-dropdown {
  border: 1px solid #ccc;
  border-radius: 0;
  background: white;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25); }

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f18700; }

/* Error */
.woocommerce form .form-row {
  position: relative;
  display: block; }

.wizard > .content > .body label.error {
  margin: 5px 0 0 0; }

/* Wizard Steps */
.wizard > .steps .number {
  font-size: inherit; }

.wizard > .steps .done a:active {
  background: #be6a00 !important; }

/* Wizard Steps */
.wizard > .actions > ul > li {
  margin: 0 0px 0 20px; }

.wizard > .actions a,
#wizard form.login input.button,
#wizard .checkout_coupon .button,
#wizard .woocommerce-Button {
  background: #43ac34;
  color: #ffffff; }

.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #f18700 !important; }

/* Kasse */
.wizard > .content {
  margin: 25px 0 0 0; }

.wizard > .content > .body label {
  font-weight: 500;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  width: 100%; }

.modal-trigger {
  float: right; }

#wizard .actions {
  margin-top: 25px; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 50%; }

.woocommerce form .form-row {
  margin: 0 0 0px;
  width: 50%;
  float: left;
  min-height: 75px;
  clear: inherit;
  margin-bottom: 10px; }

.woocommerce form .form-row.terms {
  width: 100% !important;
  float: none !important;
  display: block;
  max-width: 100%; }

.woocommerce form .form-row.terms label {
  font-size: 16px;
  font-weight: bold; }

.form-row.place-order {
  width: 100% !important;
  padding: 0 !important;
  margin: 25px 0 !important; }

.wc_payment_methods {
  padding: 0 !important; }

.wizard > .steps .done a:hover {
  background: #be6a00; }

.attendee_container.open {
  display: inline-block; }

.attendees-container h2 .closed {
  color: #ccc; }

.attendees-container h2 .open {
  color: #f18700; }

.attendees-container h2 .open::before {
  content: "\f058";
  margin-right: 10px;
  font-family: FontAwesome; }

.attendees-container h2 a:hover {
  text-decoration: none;
  color: #f18700; }

.attendees-container h2 .open:hover::before {
  content: "\f057";
  margin-right: 10px;
  font-family: FontAwesome;
  color: red; }

.attendees-container h2 .open:hover {
  color: red; }

.attendee_container .form-row {
  width: 33.333333% !important; }

.attendee_container .form-row-first {
  width: 66.666666% !important; }

.attendee_container,
.woocommerce-billing-fields__field-wrapper {
  background: #f2f2f2;
  display: inline-block;
  padding: 15px; }

.woocommerce-checkout-review-order-table {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 0 !important;
  border: none !important; }

.birthday-select::after {
  content: "\f073" !important;
  position: absolute;
  z-index: 10;
  right: 15px;
  font-size: 15px;
  color: #ccc;
  top: 33px;
  font-family: FontAwesome; }

/* Checkout */
.order-total {
  font-size: 24px;
  color: #f18700; }

.shop_table.woocommerce-checkout-review-order-table .fee th, .shop_table.woocommerce-checkout-review-order-table .fee td {
  font-weight: 500; }

.woocommerce-checkout-review-order-table .wgm-tax.product-tax {
  display: none; }

/* Thank You */
.woocommerce-order-details .wc-item-meta {
  padding: 0; }

/* Versicherung */
.versicherung-trigger {
  width: 100%;
  float: right;
  text-align: right; }

/* Anmeldung */
#product-list tr td {
  padding: 5px 0px; }

.bbcamp-checkout-info {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px; }

.bbcamp-checkout-info .checkout-info-title {
  margin-bottom: 5px; }

/* Fancybox */
.checkout-pop {
  max-width: 750px; }

.checkout-pop p {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 10px; }

.checkout-pop td {
  padding: 5px 10px;
  font-size: 14px; }

.checkout-pop-close {
  background: #f18700;
  color: white;
  padding: 8px 20px;
  border-radius: 3px;
  font-weight: bold;
  display: inline-block; }

.checkout-pop-close:hover {
  text-decoration: none;
  color: white;
  background: #be6a00; }

/* Warenkorb */
.woocommerce a.button.alt,
.single_add_to_cart_button.alt,
.woocommerce ul.products li.product .button {
  background: #43ac34 !important;
  color: white !important;
  width: 100%;
  border-radius: 3px; }

.woocommerce a.button.alt:hover,
.single_add_to_cart_button.alt:hover,
.woocommerce ul.products li.product .button:hover {
  background: #348528 !important;
  color: white !important; }

button.add_selection.ajax_add_to_cart {
  background: #43ac34 !important;
  color: white !important;
  border-radius: 3px;
  font-size: 1.2rem;
  float: right; }

button.add_selection.ajax_add_to_cart:hover {
  background: #348528 !important;
  color: white !important; }

.payment_box.payment_method_bacs p {
  margin: 0 0 10px 0; }

.payment-tab-contents .form-row {
  width: 100% !important; }

.wgm-info.woocommerce_de_versandkosten {
  display: none; }

/* Ähnliche Camps */
.related.products,
.up-sells.upsells.products {
  clear: both; }

/* Single */
.camp-info {
  clear: both;
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 3px; }

.woocommerce div.product .product_title {
  margin-bottom: 0px; }

.camp-info .camp-info-headline {
  margin-top: 0; }

.camp-info .camp-info-details {
  list-style: none;
  margin: 0;
  padding: 0; }

.camp-info .camp-info-details li {
  margin: 0;
  padding: 0; }

.camp-info .camp-info-details li i {
  color: #f18700;
  margin-right: 10px; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #43ac34;
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: bold; }

.woocommerce ul.products li.product .price {
  color: #43ac34;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: bold; }

/* Archive */
.woocommerce .camp-zeitraum {
  font-weight: bold; }

.woocommerce ul.products li.product a img {
  display: none; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 15px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 3px;
  transition: 0.2s ease all; }

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  background: #f18700;
  color: white; }

.woocommerce span.onsale {
  font-size: 12px;
  height: 20px;
  width: 70px;
  line-height: 20px;
  min-width: 70px;
  min-height: 20px;
  padding: 0;
  background: #f18700;
  margin: 0 !important;
  top: 0px !important;
  right: 0px !important;
  border-radius: 0;
  left: 0; }

.woocommerce ul.products li.product .price del {
  color: red; }

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover .price,
.woocommerce-page ul.products li.product:hover .price {
  color: white; }

.woocommerce ul.products li.product .woocommerce-LoopProduct-link, .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
  font-size: 1.5rem; }

.woocommerce ul.products li.product > p:empty, .woocommerce-page ul.products li.product > p:empty {
  display: none; }

.woocommerce ul.products li.product .button {
  width: 100%; }

/* Product List */
.product-list-camps .camp-price {
  color: #43ac34; }

.product-list-camps .sale-price {
  color: #f18700; }

.product-list-camps .camp-price {
  color: green; }

.product-list-camps .camp-title a,
.product-list-camps .camp-title a:visited {
  color: #505050; }

.product-list-camps .camp-price:before {
  color: green; }

.product-list-camps td::before {
  color: #505050 !important; }

#product-list tr td,
#product-list tr th {
  padding: 3px 10px; }

.control {
  display: inline;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  margin: 0; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: relative;
  height: 24px;
  width: 24px;
  border: 2px solid black;
  background: white; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #43ac34;
  border-color: #43ac34; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #348528; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #dee2e6; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

/* Validation */
input.wrong,
input.error {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

/* Fix Single Page */
.single-product .wc-deposits-payment-description {
  display: none !important; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Footer Social */
footer .footer-social {
  background: #f18700; }

footer .footer-social ul {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

footer .footer-social li {
  display: inline-block; }

footer .footer-social li a {
  font-size: 2.5rem;
  padding: 10px;
  color: white; }

footer .footer-social li a:hover {
  opacity: 0.5; }

/* Footer Widgets */
footer .footer-widgets {
  padding: 50px;
  color: white;
  background: #f18700; }

footer .footer-widgets .widget-title {
  margin-bottom: 1rem;
  color: white; }

footer .footer-widgets ul {
  padding: 0; }

footer .footer-widgets li {
  list-style: none; }

footer .footer-widgets li a {
  display: inline-block;
  color: white; }

footer .footer-widgets li::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 10px;
  content: "\f105"; }

/* Footer Navigation */
footer .footer-nav {
  padding: 25px; }

footer .copyright {
  color: #f18700; }

footer .footer-nav .menu {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none; }

footer .footer-nav .menu li {
  display: inline-block; }

footer .footer-nav .menu li a {
  display: block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  cursor: pointer;
  color: #f18700; }

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
/* Extra small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  /* Slider */
  .tp-leftarrow, .tp-rightarrow {
    display: none; }
  header .navbar .navbar-nav .navcta a {
    padding-right: 15px;
    padding-left: 15px;
    color: white !important; }
  header .navbar {
    padding: 0rem; }
  header .dropdown-menu {
    margin: 0; }
  header .navbar-nav .nav-link {
    padding-left: 15px;
    border-bottom: 1px solid #f2f2f2; }
  header .navbar-nav li:last-child .nav-link {
    border-bottom: 0; }
  header .navbar > .nav-link, .navbar .nav-link.active, .navbar .nav-link.show, .navbar .show > .nav-link, .navbar .nav-link:focus, .navbar .nav-link:hover {
    /* color: white !important; */ }
  header .logo {
    padding: 15px; }
  header .navbar-light .navbar-toggler {
    margin: 15px; }
  header .navbar .navbar-nav .navcta {
    border-radius: 0; }
  header .dropdown-menu.show {
    border: none; }
  header .top-nav .header-social ul {
    float: none;
    text-align: center; }
  header .top-nav .header-social ul li a {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  header .header-navigation {
    display: none; }
  /* Presse */
  .presse-content {
    padding: 15px; }
  .presse-thumbnail img {
    width: inherit; }
  /* Partner */
  .partner-thumbnail img {
    width: 100%; }
  /* Banner */
  #banner {
    line-height: inherit;
    height: 80px; }
  #banner #breadcrumbs {
    float: left; }
  #banner .banner-title {
    font-size: 1.2em;
    padding-top: 15px; }
  #banner #breadcrumbs {
    display: none; }
  /* Footer Navigation */
  footer .footer-widgets .widget {
    margin-bottom: 25px; }
  footer .footer-widgets {
    padding: 0; }
  footer .footer-nav {
    text-align: center; }
  footer .footer-nav .menu {
    float: none; }
  footer .footer-nav .menu li {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background: #f18700; }
  footer .footer-nav .menu li a {
    padding: 0.5rem;
    color: white; }
  /* Sidebar */
  .wpb_widgetised_column {
    margin-top: 50px;
    padding-top: 25px; }
  /* VC */
  .timeline-content {
    padding-left: 0;
    text-align: left; }
  .timeline-year {
    display: inline-block; }
  .timeline {
    text-align: center; }
  .timeline-year:after {
    display: none; }
  /* Counter */
  .counter-wrapper .counter-fact {
    padding-bottom: 25px; }
  .counter-wrapper .counter-title {
    font-size: 30px;
    line-height: 30px; }
  .counter-wrapper {
    padding-top: 50px;
    padding-bottom: 50px; }
  /* Gallery */
  .camp-gallery ul li {
    max-width: 108px !important; }
  .camp-gallery ul li:nth-child(3n) {
    margin-right: 0px !important; }
  .camp-gallery ul li a:hover::before {
    line-height: 108px !important; }
  .camp-gallery ul li:nth-child(7n) {
    margin-right: 10px !important; }
  /* WooCommerce */
  .attendee_container .form-row,
  .attendee_container .form-row-first,
  .woocommerce form .form-row {
    width: 100% !important;
    margin-bottom: 0px !important; }
  .versicherung-trigger {
    text-align: left;
    float: none; }
  .woocommerce ul.order_details {
    padding: 0; }
  .woocommerce ul.order_details li {
    border: none;
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    float: none; }
  button.add_selection.ajax_add_to_cart {
    width: 100%;
    float: none;
    padding: 15px 0;
    font-size: 16px; }
  /* Products List */
  thead tr {
    display: none; }
  .product-list-camps td {
    display: flex; }
    .product-list-camps td:before {
      content: attr(data-label) ": ";
      flex: 0 0 6.5em;
      font-weight: bold;
      margin-right: 50px; }
  .product-list-camps {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 15px;
    display: block; }
  #product-list tr td {
    padding: 0; }
  .product-list-camps .status.status-red {
    margin-top: 5px; }
  #product-list .table-bordered,
  #product-list .table-bordered td,
  #product-list .table-bordered th {
    border: none; }
  /* Woo Login */
  .woocommerce form.login, .woocommerce form.register {
    min-height: inherit; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%; } }

@media (min-width: 767px) {
  header .navbar .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  #banner .banner-title {
    padding-left: 180px; }
  /* Sidebar */
  #sidebar {
    position: relative;
    height: 100%;
    padding-left: 30px;
    border-left: 1px solid #f2f2f2; }
  .counter-border > [class*="col-"]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    content: " ";
    background: rgba(255, 255, 255, 0.35); }
  .counter-border > [class*="col-"]:first-child:before {
    display: none; }
  /* Product List */
  .product-list-camps .camp-title {
    font-weight: bold; } }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
  /* Header */
  header .logo {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0 15px; }
  header .fixed .logo {
    top: 0;
    margin: 0;
    padding: 0 15px; }
  header .logo img {
    max-width: 50px; }
  #banner .banner-title {
    padding-left: 0; }
  .counter-ribbon {
    display: none; } }

/* Large devices (desktops, less than 1200px) */
@media (min-width: 1199px) {
  .camp-gallery ul li:nth-child(7n) {
    margin-right: 0px; } }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1024px) {
  /* Gallery */
  .camp-gallery ul li {
    max-width: 124px; }
  .camp-gallery ul li:nth-child(7n) {
    margin-right: 0px; }
  .camp-gallery ul li a:hover::before {
    line-height: 124px; } }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.3333333333%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.6666666667%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.2857142857%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.1111111111%; }

.gallery-caption {
  display: block; }
