@font-face{
    font-family:Material\ Icons;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/MaterialIcons-Regular-e79bfd.eot);
    src:local("Material Icons") , 
    local("MaterialIcons-Regular") , 
    url(../fonts/MaterialIcons-Regular-570eb8.woff2) format("woff2") , 
    url(../fonts/MaterialIcons-Regular-012cf6.woff) format("woff") , 
    url(../fonts/MaterialIcons-Regular-a37b0c.ttf) format("truetype")
}
/* MiloADAC-Bold */
@font-face {
  font-family: 'MiloADAC';
  font-style: normal;
  font-weight: bold;
  src: url('MiloADAC-Bold.ttf'); /* IE9 Compat Modes */
  src: local('MiloADAC-Bold'),
       url('../fonts/MiloADAC-Bold.ttf') format('truetype');
}
/* MiloADAC-Medium */
@font-face {
  font-family: 'MiloADAC';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/MiloADAC-Medium.ttf'); 
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../fonts/MiloADAC-Medium.ttf') format('truetype'); 
}
/* MiloADAC */
@font-face {
  font-family: 'MiloADAC';
  font-style: normal;
  font-weight: lighter;
  src: url('../fonts/MiloADAC.ttf'); 
  src: local('MiloADAC'), local('MiloADAC'),
       url('../fonts/MiloADAC.ttf') format('truetype'); 
}

/* MiloSlabADAC-Bold */
@font-face {
  font-family: 'MiloSlabADAC';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/MiloSlabADAC-Bold.ttf'); 
  src: local('MiloSlabADAC-Bold'), local('MiloSlabADAC-Bold'),
       url('../fonts/MiloSlabADAC-Bold.ttf') format('truetype'); 
}

#loader_wrap {
    display: none;
}
#loader_wrap {
    position: fixed;
    z-index: 99999;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
    padding-top: 10%;
}
#loader_wrap p {
    color: transparent !important;
}
#loader {
    margin: auto;
/*
    border-top: 13px solid #212048;
    border-right: 13px solid #d31016;
    border-bottom: 13px solid #17838e;
    border-left: 13px solid #dedede;
    border-radius: 50%;
*/
    width: 200px;
    height: 200px;
/*
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
*/
/*    animation: slideInRight 2s linear;*/
}

body {
    padding-top: 0px;
    font-size: 1.7em;
    font-family: 'MiloADAC', sans-serif;
    font-weight: lighter;
    background-color: #eee;
     overflow-y: scroll;
    background-image: url('../campimg/bg_camping.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    color: rgba(0, 0, 0, 0.9);
}
p {
    color: rgba(0, 0, 0, 0.9);
}
/*
h1 {
font-size: 2.2rem;
    line-height: 2.5rem;
    background-color: #297fc0;
    padding: 15px;
    color: #fff;
    width: auto;
    display: block;
    margin-bottom: 20px;
    border: 2px solid #fff;
    text-shadow: 3px 3px 7px rgba(255,255,255,.5);
    font-weight: bold;
    text-align: center;
}
*/
h1 {
    font-family: MiloSlabADAC;
}
h2,h3,h4,h5,h6 {
    font-family: MiloADAC;
    font-weight: bold;
}
h2 {
    color: #666;
    font-size: 1.4em;
    text-align: center;
}
span.alternativ {
    font-size: 1.4em;
    color: rgba(0, 0, 0, 0.6);
    background: rgb(255, 204, 0);
    padding: 5px 15px;
    text-align: left;
    line-height: inherit;
    font-weight: bold;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
h3 {
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.2em;
}
.container {
    position: relative;
    margin-top: 50px;
}
header {
/*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgb(255, 204, 0);
/*    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);*/
    z-index: 1502;
    /* border-bottom: 1px solid #fff; */
}
header svg {
    height: 40px;
    margin: 21px 0px;
}
header .container, footer .container {
    margin-top: 0px;
}
footer .container {
    position: inherit;
}
header ul, footer .footer_links ul {
    float: right; 
    margin-top: 20px;
}
footer p {
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
footer ul {
    float: none;
    padding-left: 0px;
}
footer .footer_links ul {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
header ul li, footer .footer_links ul li {
    display: inline;
    margin-left: 15px;
}
footer ul li {
    display: block;
}
header ul li i {
    margin-right: 4px;
}
header ul li a, footer ul li a {
    color: #333;
    font-size: .85em;
    font-family: 'MiloADAC';
    font-weight: lighter;
}
header ul li a:hover {
    color: #333;
}
/*
footer {
    background: #fff;
}
*/
footer .footer {
/*    background: #fff;*/
/*    border-top: 1px solid rgb(255, 204, 0);*/
    padding: 15px;
}
footer .footer_links {
    background: rgb(255, 204, 0);
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
footer .footer .routenlinks-footer ul {
    column-count: 4;
}
@media (max-width: 576px) {
    footer .footer .routenlinks-footer ul {
        column-count: 1;
    }
}
footer .footer .routenlinks-footer ul li {
    line-height: 1.42857143;
}
footer .footer .routenlinks-footer ul li:first-child {
    display: none;
}
.details .container {
    position: inherit;
}
.details h1, h1 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 2.2em;
    /* text-shadow: 3px 3px 7px rgba(255,255,255,.5); */
    background: rgb(255, 204, 0);
    padding: 5px 15px;
    margin-bottom: 20px;
    display: block;
    text-align: inherit;
    line-height: inherit;
    font-weight: bold;
}
.details .highlights, .details .karte {
/*    display: table;  */
    padding-top: 20px;
}
.details .highlights .highlights {
    padding-top: 0px;
}
.details .highlights h2 {
    display: table-caption;
    margin-top: 0px;
}
.details .highlights .high_img {
    border: solid 2px #2381be;
    width: 100px;
    border-radius: 100px;
    height: 100px;
    text-align: center;
    padding-top: 5px;
    display: table-cell;
    float: left;
    margin-top: 0px;
    margin-right: 15px;
}
.details .highlights .high_img img {
    width: 70px;
}
.details .highlights .high_text {
    display: table-cell;
    vertical-align: middle;
}
.details .highlights .high_text h3,
.details .highlights .high_text span,
.details .more span,
.details .karte h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.details .highlights .high_text span,
.details .more span {
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.2em;
    font-weight: bold;
}
.details .tourfacts img {
    width: 25px;
    height: 25px;
    margin: 0 3px;
    vertical-align: -2px;
}
h5 {
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
}
h6.info {
    font-size: 14px;
}
a {
    color: rgb(51, 163, 220);
    text-decoration: none;
}
.details h2 {
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.2em;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
iframe {
    width: 100% !important;
}
a:hover {
    color: rgb(51, 163, 220);
    text-decoration: none;
}
#loader_wrap {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
    padding-top: 10%;
}
#loader {
    margin: auto;
    width: 200px;
    height: 200px;
}
#no_result {
    display: none;
    color: rgba(0, 0, 0, 0.6);
    background: rgb(255, 204, 0);
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 10px;
}
#no_result p {
    margin-bottom: 0px;
}

table.dataTable {
    width: 100% !important;
}
.dataTables_info {
    background-color: rgba(255,255,255,.9);
    margin: 0 0 10px 0;
    padding: 10px;
    float:none !important;
    text-align:center;
}
table.dataTable tbody tr {
    background-color: transparent;
}
table.dataTable.display tbody td {
    border-top: none;
    padding: 1px 10px;
}
table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.even {
    background-color: transparent;
}
/*
table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.even {
    width: 50%;
    float: left;
}
*/
table.dataTable.display tbody tr td {
    padding-left: 0px;
    padding-right: 0px;
}
table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover {
    background-color: transparent;
}
table.dataTable.no-footer {
    border-bottom: none;
}
.camping_result {
/*    min-height: 430px;*/
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    background-color: #fff;
    margin-bottom: 10px;
}
.camping_result p.rout {
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.camping_result .image {
    margin-bottom: 10px; 
/*    height: 185px;*/
    width: 100% !important;
    overflow: hidden;
}
.image img {
    width: 100%;
    height: auto;
}
.camping_result .content {
    padding: 0 25px;
    position: relative;
    min-height: 230px;
}
.camping_result .content img.meilen-tage {
    width: 25px;
    height: 25px;
    vertical-align: text-bottom;
}
.inhalt {
    margin-top: 20px;
}
/*.camping_result ul,*/
.inhalt ul {
    display: block;
    width: 100%;
    padding: 0px; 
    margin: 0 0 10px 0;
}
.camping_result ul, .inhalt  ul {
    padding-left: 20px;
}
/*.camping_result ul li, */
/*
.inhalt  ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}
*/
/*
.camping_result ul li:first-child {
    margin-left: 0px;
}
*/
/*
.inhalt ul li:first-child {
    margin-left: 10px;
}
*/
.camping_result ul li i.fas,
.camping_result ul li i.far,
.inhalt ul li i.fas,
.inhalt ul li i.far {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.search, .new_search {
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}
.new_search .info_search {
    padding-top: 10px;
    background: rgba(255,255,255,.85);
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.new_search .info_search p {
    margin-bottom: 0px;
}
.button.search, .button.new_search {
    display: inline-block;
    padding: 5px 10px;
    line-height: 40px;
    float: none;
    position: relative;
}
.button.search:hover, .button.new_search:hover {
    cursor: pointer;
}
.button.search {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
}
.bg_white {
    background-color: #fff;
    padding: 20px 6px 10px;
    /* position: relative; */
    margin: 0;
    z-index: -1;
}
.details .bg_white,
footer .bg_white {
    position: inherit;
}
.info {
    float: right;
/*    padding: 5px 0px;*/
    font-size: 1.3em;
    margin-top: 10px;
}
.info img {
    width: 35px !important;
    height: 35px !important;
    margin-right: 5px;
/*    display: none;*/
}
.info img:last-child {
    margin-right: 0px;
}
.info img.grey {
    opacity: .15;
}
.info img.none {
    display: none;
}
.info img.ziel:not(.europa),
.info img.ziel:not(.weltweit) {
    opacity: .15;
}
.info img.ziel.europa,
.info img.ziel.weltweit,
.info img.ziel.inspi {
    opacity: 1;
}
.perfect {
    top: 10px;
    padding: 15px;
    color: #fff;
    /* position: absolute; */
    margin-left: 20px;
    z-index: 999;
    transform: rotate(-4deg);
}
.perfect.green {
    background-color: #1ECE53;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,.7);
}
.perfect.yellow {
    background-color: #F6CD22;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,.7);
}
.perfect.orange {
    background-color: #EA9534;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,.7);
}
.info i {
    margin-right: 10px;
    color: orange;
}
.info i:last-child {
    margin-right: 0px;
}
.info.green > i {
    color: green;
}
.info.yellow > i {
    color: yellowgreen;
}
.info.orange > i {
    color: orange;
}
.info.red > i {
    color: red;
}
.inhalt h2 {
    margin: 20px 0;
}
/* Formatierungen Filter */
.filter {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 25px 25px 0px 25px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    background-color: rgba(255,255,255,.9);
    color: #000000;
    max-width: 100%;
/*
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadein;
    animation: 1.5s ease 0s normal forwards 1 fadein;
*/
}
.filter.fadeOutUp {
    position: relative;
    z-index: -1;
} 
.filter .row {
    min-height: 130px;
}
.filter .row.search {
    min-height: inherit;
}
.ergebnisse {
    position: absolute;
    top: 150px;
    width: 96%;
}
.ergebnisse.none {display: none;}

.filter h2, .filter h3,.filter span.title {
    display: block;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
}
.filter span.title {
    margin-top: 20px;
    margin-bottom: 10px;
}
.Dropdown {
    background-color: transparent;
    padding: 0px;
}
.custom-control.custom-checkbox .custom-control-label::before
{border-radius:.25rem}
.custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label::after
{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}
.custom-control {
    display: block;
    float: left;
    width: auto;
    padding-right: 10px;
}
.custom-control-input.hidden + label {
    color: #00cc00;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #417abf;
    background-color: #417abf;
}
.custom-control-input:checked~.custom-control-label {
    color: #417abf;
}
.dropdown-item {
    color: #999;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #417abf;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #417abf;
}
.row.filter_zurueck {
    display: block;
    height: 90px;
    padding: 25px 0px;
}
.filter .btn-outline-primary {
    margin: 0px;
}
#resetFilter,
#resetFiltermobil {
    display: none;
}

.btn-outline-primary {
    background: transparent;
    box-shadow: none;
    color: orange;
    font-size: 1em;
    padding: 0;
    margin: 0;
/*
    border-radius: 2px;
    padding: 0 15px;
    line-height: 50px;
    position: absolute;
    bottom: 20px;
    right: 20px;
*/
}
p a.btn-outline-primary {
    color: #fff;
    background-color: rgb(51, 163, 220);
    border-color: rgb(51, 163, 220);
    text-decoration: none;
    border-radius: 2px;
    padding: 0 10px;
    line-height: 40px;
    float: right;
    margin-bottom: 20px;
/*    position: absolute;*/
    right: 0;
    bottom: 0px;
}
.details p a.btn-outline-primary {
    float: left;
}
.bg_white .btn-outline-primary {
    position: relative;
    bottom: 0px;
    right: 0px;
}
.btn-outline-primary:hover {
    color: #2381be !important;
    background-color: #90cff0;
    border-color: transparent !important;
    box-shadow: none;
}
/*
.btn-outline-primary.back:hover {
    color: #2381be !important;
    background-color: transparent !important;
}
*/
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none;
}

.error {
    display: none;
    border: 1px solid #cc0000;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}
.error p {
    margin: 0px; 
    padding: 0px;
    font-size: 1.3em;
}
.naturHL, .sightsHL, .eventsHL, .kinderHL {display: none;}


:focus,
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
    height: auto !important;
}
.tourfacts {
	background: #eeeeee;
    padding: 5px 10px 0 0;
    margin-bottom: 15px;
}
.tourfacts .row {margin: 0 0 20px 0;}
.tourfacts .icon img{
width:35px;
}

.tourfacts .icon{
   margin: 0 10px 10px ;
    display: block;
    float: left;
}
.tourfacts p{
    margin: 10px 13px;
}
.tourfacts span {
    display: inline-block;
    margin: 0 10px;
}
.tourfacts span.fact {
    margin: 0px;
}
.tourfacts span.fact span span {
    margin: 0px;
}
.tourfacts span.grey {
    opacity: .35;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #279641;
    background-color: #279641;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #279641), color-stop(100%, #3ca654));
    background: -webkit-linear-gradient(top, #279641 0%, #3ca654 100%);
    background: -moz-linear-gradient(top, #279641 0%, #3ca654 100%);
    background: -ms-linear-gradient(top, #279641 0%, #3ca654 100%);
    background: -o-linear-gradient(top, #279641 0%, #3ca654 100%);
    background: linear-gradient(to bottom, #279641 0%, #3ca654 100%);
}

span.btn-next,
span.btn-previous {
    height: 100%;
    padding: 0px;
    width: 70px;
    min-width: 70px;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #279641 !important;
    padding-top: 130px;
}

/*Galerie*/
.carousel-control {
    opacity: 1;
}
.carousel-control.right {
    background-image: none;
    /* background-image: linear-gradient(to right,rgba(255,204,1,.00001) 0,rgba(255,204,1,.8) 100%); */
}
.carousel-control.left {
    background-image: none;
    /* background-image: linear-gradient(to right,rgba(255,204,1,.8) 0%,rgba(255,204,1,.00001) 100%); */
}
.carousel-control .fa-chevron-right, 
.carousel-control .fa-chevron-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .fa-chevron-right:before, 
.carousel-control .fa-chevron-left:before {
    color: rgba(255,204,1,1);
}
.carousel-inner .item.active img {
    width: 100%;
}

.liright {
    text-align: right;
    list-style-position: inside;
    /* direction: rtl; */
}

/* Icons */
span.schonend:not(:checked) > input,
span.normal:not(:checked) > input,
span.egal:not(:checked) > input,
span.natur:not(:checked) > input,
span.sights:not(:checked) > input,
span.event:not(:checked) > input,
span.kinder:not(:checked) > input,
span.berge:not(:checked) > input,
span.wasser:not(:checked) > input,
span.stadt:not(:checked) > input,
span.flach:not(:checked) > input,
span.heiss:not(:checked) > input,
span.warm:not(:checked) > input,
span.mild:not(:checked) > input,
span.kuehl:not(:checked) > input,
span.kalt:not(:checked) > input,
span.reisezeit7:not(:checked) > input,
span.reisezeit14:not(:checked) > input,
span.reisezeit21:not(:checked) > input {
 display: None;
}

span.schonend:not(:checked) > label,
span.normal:not(:checked) > label,
span.egal:not(:checked) > label,
span.natur:not(:checked) > label,
span.sights:not(:checked) > label,
span.event:not(:checked) > label,
span.kinder:not(:checked) > label,
span.berge:not(:checked) > label,
span.wasser:not(:checked) > label,
span.stadt:not(:checked) > label,
span.flach:not(:checked) > label,
span.heiss:not(:checked) > label,
span.warm:not(:checked) > label,
span.mild:not(:checked) > label,
span.kuehl:not(:checked) > label,
span.kalt:not(:checked) > label,
span.reisezeit7:not(:checked) > label,
span.reisezeit14:not(:checked) > label,
span.reisezeit21:not(:checked) > label,
span.reisemonat,
span.reiseziel {
/* float: right;*/
 width: 2em;
 padding: 0 .1em;
 overflow: Hidden;
 white-space: Nowrap;
 cursor: Pointer;
 font-size: 200%;
 line-height: 1.2;
 color: #D0D0D0;
 transition: all .5s;
}
span {
    display: inline-grid;
    /* text-align: center; */
}
.var {
    display:flex;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    align-content: baseline;
}
.details p.var {
    margin-left: 15px;
    text-align: left;
    margin-bottom: 5px;
}
.var span, .details .var span {
    text-align: center;
    float: left;
    display: inline-block;
    width: auto;
/*    padding: 0 40px;*/
}
.details .var span {
    width: 120px;
}
.var img {
    height: 30px;
    vertical-align: -2px;
    width: 30px;
}
span.natur:not(:checked) > label,
span.sights:not(:checked) > label,
span.event:not(:checked) > label,
span.kinder:not(:checked) > label,
span.berge:not(:checked) > label,
span.wasser:not(:checked) > label,
span.stadt:not(:checked) > label,
span.flach:not(:checked) > label,
span.reisezeit7:not(:checked) > label,
span.reisezeit14:not(:checked) > label,
span.reisezeit21:not(:checked) > label {
    width: 2.2em;
    float: none;
}
span.heiss:not(:checked) > label,
span.warm:not(:checked) > label,
span.mild:not(:checked) > label,
span.kuehl:not(:checked) > label,
span.kalt:not(:checked) > label,
span.reisemonat,
span.reiseziel {
    width: 1.55em;
    float: left;
}
span.reisemonat,
span.reiseziel {
    margin-right: 5px;
}
span.reiseziel img {
    width: 1.35em;
}
span.normal > input:checked ~ label,
span.schonend > input:checked ~ label,
span.egal > input:checked ~ label,
span.natur > input:checked ~ label,
span.sights > input:checked ~ label,
span.event > input:checked ~ label,
span.kinder > input:checked ~ label,
span.berge > input:checked ~ label,
span.wasser > input:checked ~ label,
span.stadt > input:checked ~ label,
span.flach > input:checked ~ label,
span.heiss > input:checked ~ label,
span.warm > input:checked ~ label,
span.mild > input:checked ~ label,
span.kuehl > input:checked ~ label,
span.kalt > input:checked ~ label,
span.reisezeit7 > input:checked ~ label,
span.reisezeit14 > input:checked ~ label,
span.reisezeit21 > input:checked ~ label {
    border: 2px solid rgb(51, 163, 220);
    border-radius: 35px;
    width: 65px !important;
    height: 65px;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
span.sights > input:checked ~ label {
    background-position: 5px 0px;
}

span.heiss > input:checked ~ label,
span.warm > input:checked ~ label,
span.mild > input:checked ~ label,
span.kuehl > input:checked ~ label,
span.kalt > input:checked ~ label {
    width: 55px !important;
    height: 55px;
    background-position: 5px 0px;
}

span.normal:not(:checked) > label:hover,
span.normal:not(:checked) > label:hover ~ label,
span.egal:not(:checked) > label:hover,
span.egal:not(:checked) > label:hover ~ label,
span.schonend:not(:checked) > label:hover,
span.schonend:not(:checked) > label:hover ~ label,
span.natur:not(:checked) > label:hover,
span.natur:not(:checked) > label:hover ~ label,
span.sights:not(:checked) > label:hover,
span.sights:not(:checked) > label:hover ~ label,
span.event:not(:checked) > label:hover,
span.event:not(:checked) > label:hover ~ label,
span.kinder:not(:checked) > label:hover,
span.kinder:not(:checked) > label:hover ~ label,
span.berge:not(:checked) > label:hover,
span.berge:not(:checked) > label:hover ~ label,
span.wasser:not(:checked) > label:hover,
span.wasser:not(:checked) > label:hover ~ label,
span.stadt:not(:checked) > label:hover,
span.stadt:not(:checked) > label:hover ~ label,
span.flach:not(:checked) > label:hover,
span.flach:not(:checked) > label:hover ~ label,
span.heiss:not(:checked) > label:hover,
span.heiss:not(:checked) > label:hover ~ label,
span.warm:not(:checked) > label:hover,
span.warm:not(:checked) > label:hover ~ label,
span.mild:not(:checked) > label:hover,
span.mild:not(:checked) > label:hover ~ label,
span.kuehl:not(:checked) > label:hover,
span.kuehl:not(:checked) > label:hover ~ label,
span.kalt:not(:checked) > label:hover,
span.kalt:not(:checked) > label:hover ~ label,
span.reisezeit7:not(:checked) > label:hover,
span.reisezeit7:not(:checked) > label:hover ~ label,
span.reisezeit14:not(:checked) > label:hover,
span.reisezeit14:not(:checked) > label:hover ~ label,
span.reisezeit21:not(:checked) > label:hover,
span.reisezeit21:not(:checked) > label:hover ~ label {
    width: 65px !important;
    height: 65px;
    background-size: 65px 65px;
    background-position: center;
}
span.heiss:not(:checked) > label:hover,
span.heiss:not(:checked) > label:hover ~ label,
span.warm:not(:checked) > label:hover,
span.warm:not(:checked) > label:hover ~ label,
span.mild:not(:checked) > label:hover,
span.mild:not(:checked) > label:hover ~ label,
span.kuehl:not(:checked) > label:hover,
span.kuehl:not(:checked) > label:hover ~ label,
span.kalt:not(:checked) > label:hover,
span.kalt:not(:checked) > label:hover ~ label {
    width: 55px !important;
    height: 55px;
}

span.reisemonat i,
span.reiseziel i {
    font-size: 1.3em;
}
span.schonend:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/budget_schonend.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
span.egal:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/budget_egal.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
span.normal:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/budget_normal.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.natur:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/natur_baum.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.sights:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/sights.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.event:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/events.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.kinder:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/kinder.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.berge:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/berge.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.wasser:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/wasser.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.stadt:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/staedte.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.flach:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/flachland.svg');
    background-repeat: no-repeat;
      background-size: 50px 50px;
    background-position: 5px 5px;
}
.heiss:not(:checked) > label {
    width: 55px !important;
    height: 55px;
    background-image: url('../campimg/svg/heiss.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.warm:not(:checked) > label {
    width: 55px !important;
    height: 55px;
    background-image: url('../campimg/svg/warm.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.mild:not(:checked) > label {
    width: 55px !important;
    height: 55px;
    background-image: url('../campimg/svg/mild.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.kuehl:not(:checked) > label {
    width: 55px !important;
    height: 55px;
    background-image: url('../campimg/svg/kuehl.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.kalt:not(:checked) > label {
    width: 55px !important;
    height: 55px;
    background-image: url('../campimg/svg/kalt.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.reisezeit7:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/reisedauer_a.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.reisezeit14:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/reisedauer_b.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.reisezeit21:not(:checked) > label {
    width: 65px !important;
    height: 65px;
    background-image: url('../campimg/svg/reisedauer_c.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 5px 5px;
}
.tooltip > .tooltip-inner {
    background-color: #2381be;
    font-size: 1.1em;
    color: #fff;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #2381be;
}

@media screen and (max-width: 990px) {
    table.dataTable.display tbody tr.odd, table.dataTable.display tbody tr.even {
        width: 100%;
        float: none;
    }

    .wizard-card .tab-content {
        min-height: 370px;
    }
}

/*
@media (min-width: 576px) {
.filter {
    max-width: 510px;
}
}
*/

@media (min-width: 768px) {
    .container {
        width: 95%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/*
@media (min-width: 992px) {
.filter {
    max-width: 930px;
}
}
@media (min-width: 1200px) {
.filter {
    max-width: 1110px;
}
}
*/
@media (max-width: 860px) {
    .info {
        float: none;
    }
}
@media (max-width: 795px) {
    .var {
        display: inline-block;
        justify-content: unset;
    }
    .var span {
        width: 30%;
        margin-bottom: 15px;
    }
    .ergebnisse {
        width: 92%;
    }
}

@media (max-width: 576px) {
    .details .container, .container.main {
        margin-top: 0px;
    }
    header {
        height: 120px
    }
    header ul {
        float: none;
        padding-left: 0px;
        margin-top: 0px;
    }
    header ul li:first-child {
        margin-left: 0px;
    }
    .filter {
        margin-top: 0px;
    }
.camping_result .content {
    min-height: 500px;
}
    p a.btn-outline-primary {
        position: relative;
    }
    .perfect {
        top: 0;
        left: 0;
        padding: 10px;
        position: relative;
        transform: none;
    }
#info-box {
  font-size: 12px;
}
.var span {
    width: 50%;
}
.details .var span {
    width: 25%;
}
.details p.var {
    margin-left: 15px;
    text-align: left;
    margin-bottom: 5px;
}
/*
    .details .highlights, .details .highlights h2 {
        display: block;
        text-align:center;
    }
*/
.details .highlights .high_img {
    border: solid 2px #2381be;
    width: 100px;
    border-radius: 100px;
    height: 100px;
    text-align: center;
    padding-top: 5px;
    display: block;
    margin: auto;
    float: none;
}
    .details .highlights .high_text h3 {
        margin-top: 15px;
    }
/*
    .details .highlights ul {
        padding-left: 0px;
    }
*/
/*
    .details .highlights ul li {
        list-style-position: inside;
    }
*/
}
@media (max-width: 444px) {
.details .var span {
    width: 50%;
}
}
@media (min-width: 1200px) {
.col-lg-offset-1 {
    margin-left: 6.333333% !important;
}}

button.totop {
    background: rgb(255, 204, 0);
    border-radius: 5px;
    box-shadow: navajowhite;
    color: #fff;
    font-size: 12px;
    -ms-flex-pack: center;
    padding: 0;
    padding: 10px;
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
}
button .Icon {
    display: block;
    font-size: 25px;
    margin: 0 0 2px;
}
.Icon--material:before {
    font-family: Material\ Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    content: attr(data-iconname);
    vertical-align: middle;
    font-size: 1em;
    margin-bottom: 2px;
}

p.einbett {
    padding: 20px;
    border: 2px solid #ccc;
}