<Style>
.related-ul.related-big.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.related-ul.related-big.row .col4 {
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 0 0 33.3333%;
}

.related-ul.related-big.row .col4 figure {
    width: 100%;
    height: 200px; /* vaste hoogte */
    overflow: hidden;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.related-ul.related-big.row .col4 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-ul.related-big.row .col4 .rel-ent,
.related-ul.related-big.row .col4 .re-entry {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* vult de resterende ruimte */
    min-height: 120px; /* minimale hoogte tekstblok zodat korte teksten niet te klein zijn */
}

.related-ul.related-big.row .col4 .rel-ent p,
.related-ul.related-big.row .col4 .re-entry p {
    flex-grow: 1;
    margin-bottom: 10px;
}

.related-ul.related-big.row .col4 .rel-ent .button,
.related-ul.related-big.row .col4 .re-entry .button {
    margin-top: auto; /* Read More altijd onderaan */
}

/* Responsive */
@media (max-width: 900px) {
    .related-ul.related-big.row .col4 { flex: 0 0 50%; }
}

@media (max-width: 600px) {
    .related-ul.related-big.row .col4 { flex: 0 0 100%; }
}

</style>
<!DOCTYPE html>
<html lang="de-DE">
<head>
    <link rel="author" href="/humans.txt">
<link rel="llms" href="/llms.txt" type="text/plain">
    <meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="icon" href="/favicon.ico" sizes="32x32">
	<link rel="preload" href="https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/webfonts/Muli-Bold.woff2" as="font" type="font/woff2" crossorigin>
	<link rel="preload" href="https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/webfonts/Muli-ExtraBold.woff2" as="font" type="font/woff2" crossorigin>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="alternate" hreflang="en" href="https://www.anglingescapes.co.uk/tag/river-fishing-in-france/" />
<link rel="alternate" hreflang="de" href="https://www.anglingescapes.de/tag/flussangeln-in-frankreich/" />
<link rel="alternate" hreflang="es" href="https://www.anglingescapes.es/tag/pesca-fluvial-en-francia/" />
<link rel="alternate" hreflang="nl" href="https://www.anglingescapes.nl/tag/riviervissen-in-frankrijk/" />
<link rel="alternate" hreflang="x-default" href="https://www.anglingescapes.nl/tag/riviervissen-in-frankrijk/" />

<style id="ae-critical-css">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {box-sizing: border-box;}
html, body {
    min-height: 100%;
    overflow: auto;
}
body {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  background-color: #fff;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
-moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 position: relative;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  max-width:100%;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
iframe,video {
  max-width:100%;
  height:auto;
}
img {
  border: 0;
  max-width:100%;
  height:auto;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
label,legend {
    font-size: 14px;
    font-weight: 700;
  line-height: 28px;
  display:block;
}
input[type="text"],input[type="password"],input[type="url"],input[type="email"],input[type="tel"],input[type="search"], textarea,select {
  display:block;
  padding: 18px 20px;
  color: #121212;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid transparent;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder { 
  color: #757575;
}
::-moz-placeholder { 
  color: #757575;
}
:-ms-input-placeholder { 
  color: #757575;
}
:-moz-placeholder { 
  color: #757575;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="url"]:focus,
input[type="email"]:focus,input[type="tel"]:focus,input[type="search"]:focus, textarea:focus,select:focus {
  border: 1px solid #c7c7c7;
}
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 {
  border: none;
  margin: 0 0 20px;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize:vertical;
  max-width: 100%;
  width: 100%;
  max-height: 218px;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}
td,
th {
  padding: 0;
}
strong,b {font-weight:700;}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 15px;
  color: #121212;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
h1,.h1 {  
  font-size: 100px;
}
h2,.h2 {
  font-size: 40px;
  line-height: 1.25;
}
h3,.h3 {
  font-size: 30px;
  line-height: 1.33;
}
h4,.h4 {
  font-size: 24px;
}
h5,.h5 {
  font-size: 20px;
}
h6,.h6 {
  font-size: 18px;
  line-height: 1.56;
}
p {
  line-height: 1.75;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
ul {
  margin-bottom: 20px;
  padding-left: 1em;
  list-style:square;
}
li {
  line-height: 1.75;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
}
a {
  color: #121212;
  text-decoration:none;
}
a:hover {
  color: #35666f;
  text-decoration:underline;
}
address {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display:block;
  font-style:normal;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
em,i {font-style:italic;}
strong,b {font-weight:700;}
blockquote {
  padding: 30px 0 36px 44px;
    border-left: 7px solid #d9e3e3;
    margin: 56px 0 56px 30px;
}
blockquote p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  margin: 0;
 }
*:focus {
  outline: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
[class^="icon-"], [class*=" icon-"],.fa {
  
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dropdown:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],.button {
  -webkit-appearance: none;
  cursor: pointer;
  border-radius:0;
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ff7900;
  border: 1px solid transparent;
  color:#000;
  transition: all .2s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,.button:hover {
  background-color: transparent;
  color: #ff7900;
  border: 1px solid #ff7900;
  text-decoration: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
.container {
  margin: 0 auto;
  padding:0 15px;
  width:100%;
  max-width:1215px;
    min-height: 1px;
  contain: layout !important;

}
.container-fluid {
  width: 100%;
  padding: 0 80px;
}
#masthead .container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.d-flex {
  display:flex;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}
.row>div {
  padding-left: 15px;
  padding-right: 15px
}
.col6 {
  width: 50%
}
.col7 {
  width: 58.34%
}
.col9 {
  width: 75%
}
.col12 {
  padding: 0 15px;
  width: 100%
}
.align-center {
  align-items: center
}
.justify-between {
  justify-content:space-between;
}
.container-left {
  margin-left: auto;
  padding-left: 15px;
}
header#masthead {
  width:100%;
  position:relative;
  z-index:999;
  background: #fff;
}
header#masthead.abs-header {
  position: absolute;
}
header#masthead.light-header {
  background: none;
}
.top-header {
  border-bottom: 1px solid #dddddd;
  padding:15px 0;
}
.top-header .right-header {float:right;display:flex;align-items: center;}
.top-header .right-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.top-header .right-header ul.social-icons {
  margin-left: 16px;
  padding-left: 32px;
  border-left: 1px solid #dddddd;
}
ul.social-icons li {
  display:inline-block;
  padding:0 7px;
}
ul.social-icons li a {
  font-size: 18px;
}
ul.social-icons li a:hover {
  opacity:.8;
  text-decoration: none;
}
.light-header .top-menu a,
.light-header ul.social-icons li a {
  color: #fff;
}
.primary-header {
  position:relative;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.light-header .primary-header {
  box-shadow: none;
}
.primary-header .nav-brand {
  float:left;
  max-width:20%;
  padding:27px 0 15px;
}
.primary-header .header-nav {
  float:right;
  max-width:79%;
  position: relative;
}
@media (min-width:1200px) {
.primary-header nav.header-nav {
    display: flex !important;
    align-items: center;
  }
}
::-webkit-input-placeholder { 
  color: #757575;
}
::-moz-placeholder { 
  color: #757575;
}
:-ms-input-placeholder { 
  color: #757575;
}
:-moz-placeholder { 
  color: #757575;
}
.toggle-mnu {
  width: 28px;
  height: 22px;
  margin-left: 20px;
  position:relative;
  z-index:3;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 1px;
  background-color: #121212;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.light-header .toggle-mnu span,.light-header .toggle-mnu span:after,.light-header .toggle-mnu span:before {
  background-color: #fff;
}
.mobile-toggle {
  display: none;
}
.light-header .toggle-mnu span:last-child:before,
.light-header .toggle-mnu span:before,
.light-header .toggle-mnu span:first-child:before {
    width: 20px;
}
@media (max-width: 1599px) {
.container-fluid {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width:1199px) {
.mobile-toggle {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    float: right;
    padding: 15px 0;
  }
.mobile-toggle .button {
    padding: 10px 18px;
    line-height: 22px;
  }
.primary-header .nav-brand {
      max-width: 50%;
      padding: 22px 0 10px;
  }
.primary-header .header-nav {
    display: none;
  }
.primary-header .header-nav {
      float: none;
      max-width: 100%;
      position: absolute;
      top: 100%;
      background: #fff;
      left: 0;
      width: 100%;
      z-index: 9;
      display: none;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 991px) {
.light-header .top-menu a, .light-header ul.social-icons li a {
    color: #000;
  }
}
.home-hero {
  padding: 250px 0 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;

  align-items: center;
  justify-content: center;
  position: relative;
}
.home-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(18,18,18,.25);
}
.home-hero .container {
  position: relative;
  z-index: 1;
}
.home-hero h1 {
  color: #ffffff;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  width:100%;
  text-align:center;
}
.home-hero p {
  font-size: 26px;
  color: #fff;
line-height: 1.46;
}
.home-hero .col9 {
 width:100%;
}
.search-fld {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  padding: 12px 28px;
  height: 100%;
}
.search-fld .icon-dropdown {
  position: absolute;
  right: 27px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
.home-hero h1 {
    color: #ffffff;
    font-size: 70px;
    line-height: 74px;
    margin-bottom: 26px;
  }
.home-hero p {
    font-size: 22px;
  }
}
.visvakanties-wrap .col3 h2,
.advice-block h2,
.home-videos-wrap h2,
.big-post-bg .h3,
.vacations-destinations h5,
.main-footer h6.h5,
.vacations-list .tp span b,
.vacations-list.style2 .uht-slider .PriceTablePrice,
.load-btn-wrap .button,
.advice-block1 .h3,
.advice-block .contact-details a b,
.vaction-text .h2,
.show-all-img span,
#about-vacation .col8 .h3,
.PriceTablePrice,
.reviews-list .button,
.related-vacation .h3,
.related-vacation .PriceTablePrice,
.vacation-post .button,
.related-vacation .button.btn-unfill,
.btm-filter button ,
.vac-summery .button,
.back-button,
.review-form .h3,
.form-grp input[type="submit"],
#author-blogs .h3 {
  font-family: "Muli-extra-bold";
}
.single-banner {
  background-color: #fee6c5;
  padding: 50px 0;
  position: relative;
}
.entry-thumb {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-banner .row > .col6.post-entries {
  padding-right: 40px;
}
.single-banner span {
  font-size: 14px;
  font-weight: 600;
      vertical-align: middle;
}
.entry-title {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 32px;
}
.back-button {
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  background-color:rgb(18 18 18 / 40%);
  padding: 7px 22px;
  display: inline-block;
  margin-bottom: 50px;
      font-weight: 700;
      cursor:pointer;
}
.back-button i {
  font-size: 10px; 
  margin-right: 10px;
}
.back-button:hover {
  background-color: #ff7900;
  color:#fff;
  text-decoration: none;
}
.entry-cat {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff;
  color: #35666f;
  margin-right: 15px;
  padding: 5px 16px;
}
.entry-author img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
      vertical-align: middle;
}
.post-author-share {
  padding-top: 30px;
}
.inner-hero {
  padding: 260px 0 88px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.6);
}
.inner-hero .h2,
.inner-hero p,
.inner-hero .hero-info,
.inner-hero .hero-info p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.inner-hero p,
.inner-hero .hero-info,
.inner-hero .hero-info p {
  font-size: 20px;
  line-height: 30px;
}
/* .hero-info wrapt $info_text uit ACF/term_description om invalid
   nested <p><p>...</p></p> te voorkomen. Reset margin op nested <p>
   zodat de wrapper geen dubbele paragraaf-spacing krijgt. */
.inner-hero .hero-info p {
  margin: 0;
}
.inner-hero .hero-info p + p {
  margin-top: 0.5em;
}
.blog-hero {
  position: relative;
  padding-bottom: 136px;
}
.country-flg {
  margin-right: 30px;
  display: flex;
  align-items: center;
  color: #fff;
}
.country-flg img {
  margin-right: 10px;
  width: 22px;
height: 22px;
border-radius: 50%;
}
.play-video {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.play-video:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 68px;
height: 68px;
line-height: 68px;
text-align: center;
display: block;
  transform: translate(-50%,-50%);
  background-color: rgba(105,143,150,.8);
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
}
.inner-hero.contact-hero {
    padding: 260px 0 215px;
}
.top-sec {
  margin-bottom: 60px;
}
.country-flg + span a {
  font-size: 14px;
  color: #35666f;
}
.vacationbanner-imagesd-flex {
  display: flex;
  flex-wrap: wrap;
}
.vacationbanner-imagesd-flex .col6 {
  padding: 0 5px;
}
.vacationbanner-imagesd-flex img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.one-ing-big {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.one-ing-big img,.tw-img img,.tw-img img {
  height: 100%;
  max-width: fit-content;
      object-fit: cover;
}
.one-ing-big img {
  width: auto;
}
.vaction-text .country-flg + span a {
  color: #fff;
  border-left: 1px solid rgba(255,255,255,.5);
  padding-left: 15px;
  margin-left: 5px;
  text-decoration: underline;
}
.one-img-port,.tw-img {
  height: 50%;
  overflow: hidden;
  max-height: 365px;   
}
.tw-img {
  margin: 0 -2.5px;
}
.tw-img >div {
  width: 50%;
  padding: 5px 2.5px 0;
  overflow: hidden;
}
.show-all-img {
  position: relative;
}
.show-all-img span {
  display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 2.5px;
    background: rgba(0,0,0,.5);
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    cursor:pointer;
}
.tw-img .play-video {
  height: 100%;
}
.vacation-banner {
  position: relative;
  min-height: 310px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.vaction-text {
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.vaction-text .container-left {
  height: 100%;
}
.vaction-text .col12 {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}
.vaction-text .h2 {
  color: #fff;
}
@media (max-width: 1599px) {
.search-fld {
    padding: 12px 17px;
  }
.search-fld .icon-dropdown {
    font-size: 12px;
  }
.country-flg {
      margin-right: 10px;
      font-size: 14px;
  }
}
@media (max-width: 1199px) {
h2, .h2 {
    font-size: 36px;
    line-height: 1.25;
  }
h3, .h3 {
      font-size: 26px;
      line-height: 1.33;
  }
.home-hero h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 12px;
  }
.home-hero {
    padding: 250px 0 225px;
  }
}
@media (max-width: 991px) {
.search-fld .icon-dropdown {
    font-size: 10px;
    right: 12px;
  }
.inner-hero .col7 {
    width: 78%;
  }
.inner-hero p,
.inner-hero .hero-info,
.inner-hero .hero-info p {
    font-size: 18px;
    line-height: 26px;
  }
.d-none-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
h3, .h3 {
    font-size: 22px;
    line-height: 1.33;
  }
h2, .h2 {
    font-size: 24px;
    line-height: 1.25;
  }
h5, .h5 {
      font-size: 18px;
  }
.container-fluid {
      width: 100%;
      padding: 0 15px;
  }
blockquote {
      padding: 20px 0 26px 34px;
      border-left: 7px solid #d9e3e3;
      margin: 36px 0 38px 0;
  }
blockquote p {
    font-size: 18px;
  }
.home-hero h1 {
      color: #ffffff;
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 20px;
  }
.home-hero p {
      font-size: 16px;
  }
.top-header {
    display: none;
  }
.home-hero {
    padding: 134px 0 0;
    min-height: 0;
  }
.home-hero .col9 {
    width: 100%;
  }
.search-fld {
    padding: 12px 20px 10px;
  }
.play-video:before {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
  }
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="tel"], input[type="search"], textarea, select {
      display: block;
      padding: 16px 20px;
      font-size: 16px;
  }
.container-left {
    padding-right: 15px;
  }
.inner-hero .col7 {
      width: 100%;
  }
.inner-hero {
      padding: 110px 0 82px;
  }
.single-banner .col6 {
    width: 100%;
  }
.entry-thumb {
    position: static;
  }
.single-banner {
    background-color: #fee6c5;
    padding: 20px 0 0 0px;
    position: relative;
  }
.back-button {
      font-size: 12px;
      padding: 5px 15px;
      margin-bottom: 33px;
  }
.entry-title {
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 22px;
  }
.entry-thumb {
      position: static;
      height: 200px;
      margin-top: 25px;
  }
.inner-hero.contact-hero {
    padding: 100px 0 172px;
  }
.top-sec {
      margin-bottom: 30px;
  }
.d-desktop {
    display: none;
  }
.mobile-toggle .button {
      padding: 4px 7px;
      line-height: 22px;
      font-size: 15px;
  }
.about-us-hero.inner-hero {
      padding: 101px 0 24px;
  }
.vacationbanner-imagesd-flex .col6 {
      padding: 0 2px;
      width: 100%;
  }
.vaction-text {
      display: block;
      height: 340px;
      width: 100%;
  }
.one-ing-big {
    height: 340px;
  }
.one-ing-big +.col6 {
    display: flex;
  }
.one-img-port {
    width: 33.3%;
    min-height: 90px;
    padding: 2px 3px 0 0;
  }
.tw-img { width:66.6%;min-height: 90px; }
.one-ing-big +.col6 img {
    height: 100%;
      max-width: fit-content;
  }
.show-all-img span {
    text-align: center;
    font-size: 12px;
  }
.vacation-banner {
    background: none;
  }
.vaction-text .col12 {
      padding-left: 0;
      padding-right: 0;
  }
.country-flg img {
      width: 18px;
      height: 18px;
  }
.search-fld .icon-dropdown {
      font-size: 12px;
      right: 20px;
  }
.vaction-text .h2 {
      font-size: 24px;
  }
.inner-hero.blog-hero .h2 {
      font-size: 24px;
  }
.inner-hero.blog-hero p {
      font-size: 16px;
      line-height: 26px;
  }
.inner-hero.blog-hero {
      padding: 110px 0 100px;
  }
.about-us-hero h1.h2 {
    font-size: 24px;
  }
.about-us-hero p,
  .about-instagram p {
    font-size: 16px;
  }
.contact-hero p {
    font-size: 16px;
  }
.contact-hero .h2 {
    font-size: 24px;
  }
.back-button i {
      margin-right: 8px;
  }
.toggle-mnu {
      width: 24px;
  }
p {
      line-height: 26px;
  }
}
.container-left {
  padding-left: 20px !important;
}
@media (max-width: 767px) {
.container-left {
      padding-left: 15px !important;
  }
.container {
    margin: 0 !important;
    padding: 5px !important;
}
}
.vacation-banner .one-ing-big img {
  width: 100%;
  max-width: initial;
}
.vacation-banner .play-video {
  border-radius: 0;
}
.vacationbanner-imagesd-flex img {
  height: 100%;
}
@media (max-width: 767px) {
.vacation-banner .vaction-text .col12 {
      padding-top: 43px;
  }
.vacation-banner .one-ing-big {
      height: 382px;
  }
.vacation-banner .one-ing-big+.col6 img {
      max-width: initial;
      height: 80px;
  }
.vacation-banner .one-img-port {
      padding: 0;
  }
.vacation-banner .tw-img {
      padding-top: 0px;
      min-height: 80px;
      margin: 0;
  }
.vacation-banner .tw-img>div {
      padding: 0;
  }
.vacation-banner .show-all-img span {
      top: 0;
  }
.vacationbanner-imagesd-flex .col6 {
      padding: 0;
  }
.vacation-banner .vacationbanner-imagesd-flex .col6:last-child {
      padding-top: 5px;
  }
.vacation-banner .tw-img .video-orimg {
      padding: 0 5px;
  }
}
.single-banner {
  padding: 50px 0 39px;
}
@media (max-width: 767px) {
.single-banner {
      padding: 20px 0 0px;
  }
.inner-hero.contact-hero {
      padding: 106px 0 166px;
  }
.site-content .logo img {
      max-height: 27px;
  }
.inner-hero.blog-hero {
      padding: 105px 0 94px;
  }
.about-us-hero.inner-hero {
      padding: 104px 0 24px;
  }
}
@media (max-width: 1199px) {
.primary-header .header-nav {
      position: fixed;
      top: 136px;
      height: calc(100vh - 136px);
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991px) {
.primary-header .header-nav {
      top: 74px;
      height: calc(100vh - 74px);
  }
}
@media (max-width: 767px) {
.primary-header .nav-brand .logo img {
      max-height: 22px;
  }
.primary-header .header-nav {
      top: 62px;
      height: calc(100vh - 62px);
  }
}
.single-banner .play-video {
width: 68px;
height: 68px;
}
@media (max-width: 767px) {
.single-banner .play-video {
  width: 40px;
  height: 40px;
}
}
.home-hero .container {
z-index: 100;
}
.logo a img {
  width:366px;
  height:100%;
}
@media (max-width: 768px) {
.container-left {
  padding-left:15px !important;
}
}
html, body {
  overflow: visible; 
}
.gallery-images {
  display:none;
 }
@media (max-width: 768px) {
.container {
   padding: 0 10px !important;
}
}</style>
<script>
(function (w) {
    w.dataLayer = w.dataLayer || [];
    function gtag(){ w.dataLayer.push(arguments); }
    var stored = null;
    try {
        var raw = localStorage.getItem('ae_consent_v1');
        if (raw) stored = JSON.parse(raw);
    } catch (e) {}
    var granted = stored && stored.choice === 'accept';
    gtag('consent', 'default', {
        'ad_storage':              granted ? 'granted' : 'denied',
        'ad_user_data':            granted ? 'granted' : 'denied',
        'ad_personalization':      granted ? 'granted' : 'denied',
        'analytics_storage':       granted ? 'granted' : 'denied',
        'personalization_storage': granted ? 'granted' : 'denied',
        'functionality_storage':   'granted',
        'security_storage':        'granted',
        'wait_for_update':         500
    });
    w.aeConsentStored = stored;
})(window);
</script>
    
	<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Flussangeln in Frankreich - Angling Escapes</title>
	<link rel="canonical" href="https://www.anglingescapes.de/tag/flussangeln-in-frankreich/" />
	<meta property="og:locale" content="de_DE" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Flussangeln in Frankreich - Angling Escapes" />
	<meta property="og:url" content="https://www.anglingescapes.de/tag/flussangeln-in-frankreich/" />
	<meta property="og:site_name" content="Angling Escapes" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"CollectionPage","@id":"https:\/\/www.anglingescapes.de\/tag\/flussangeln-in-frankreich\/","url":"https:\/\/www.anglingescapes.de\/tag\/flussangeln-in-frankreich\/","name":"Flussangeln in Frankreich - Angling Escapes","isPartOf":{"@id":"https:\/\/www.anglingescapes.de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.anglingescapes.de\/tag\/flussangeln-in-frankreich\/#primaryimage"},"image":{"@id":"https:\/\/www.anglingescapes.de\/tag\/flussangeln-in-frankreich\/#primaryimage"},"thumbnailUrl":"https:\/\/eub5dofeuim.exactdn.com\/wp-content\/uploads\/visvakanties\/frankrijk\/river-lot-special\/karper-bootvissen-rivier-de-lot-grote-karper-openbaarwater-1-1.jpg?strip=all&quality=60&webp=65&sharp=1","breadcrumb":{"@id":"https:\/\/www.anglingescapes.de\/tag\/flussangeln-in-frankreich\/#breadcrumb"},"inLanguage":"de"},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.anglingescapes.de\/tag\/flussangeln-in-frankreich\/#primaryimage","url":"https:\/\/eub5dofeuim.exactdn.com\/wp-content\/uploads\/visvakanties\/frankrijk\/river-lot-special\/karper-bootvissen-rivier-de-lot-grote-karper-openbaarwater-1-1.jpg?strip=all&quality=60&webp=65&sharp=1","contentUrl":"https:\/\/eub5dofeuim.exactdn.com\/wp-content\/uploads\/visvakanties\/frankrijk\/river-lot-special\/karper-bootvissen-rivier-de-lot-grote-karper-openbaarwater-1-1.jpg?strip=all&quality=60&webp=65&sharp=1","width":1200,"height":710},{"@type":"BreadcrumbList","@id":"https:\/\/www.anglingescapes.de\/tag\/flussangeln-in-frankreich\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.anglingescapes.de\/"},{"@type":"ListItem","position":2,"name":"Flussangeln in Frankreich"}]},{"@type":"WebSite","@id":"https:\/\/www.anglingescapes.de\/#website","url":"https:\/\/www.anglingescapes.de\/","name":"Angling Escapes","description":"","publisher":{"@id":"https:\/\/www.anglingescapes.de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.anglingescapes.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.anglingescapes.de\/#organization","name":"Angling Escapes","url":"https:\/\/www.anglingescapes.de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.anglingescapes.de\/#\/schema\/logo\/image\/","url":"https:\/\/eub5dofeuim.exactdn.com\/wp-content\/uploads\/website\/logo\/beeldmerk-logo-2019-oranje.png?strip=all&quality=60&webp=65&sharp=1","contentUrl":"https:\/\/eub5dofeuim.exactdn.com\/wp-content\/uploads\/website\/logo\/beeldmerk-logo-2019-oranje.png?strip=all&quality=60&webp=65&sharp=1","width":712,"height":776,"caption":"Angling Escapes"},"image":{"@id":"https:\/\/www.anglingescapes.de\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/anglingescapes\/"]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//eub5dofeuim.exactdn.com' />
<link rel='preconnect' href='//eub5dofeuim.exactdn.com' />
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<link rel="preconnect" href="https://connect.facebook.net" crossorigin>
<link rel="preconnect" href="https://googleads.g.doubleclick.net" crossorigin>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W3375JLN');</script>
    <style id="ae-freescout-hide-launcher">
    /* Verberg standaard FreeScout launcher button visueel maar laat
       hem in normale DOM-positie staan. De widget heeft hem nodig
       voor zijn interne click-logica - een geprogrammeerde click
       erop opent het chat-paneel. */
    #freescout-w-button,
    .freescout-w-button,
    [id^="freescout-w-button"],
    [class*="freescout-w-button"],
    [id*="freescout"][id*="button"]:not([id*="window"]),
    [class*="freescout"][class*="button"]:not([class*="window"]),
    .fsc-launcher,
    .fsc-w-button,
    .fsc-w-launcher {
        opacity: 0 !important;
        pointer-events: none !important;
    }
</style>
    <style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link rel='stylesheet' id='fonts-css' href='https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/webfonts/fonts.css?ver=1778760881' type='text/css' media='all' />
<link rel='stylesheet' id='base-css' href='https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/css/base.css?ver=1778760880' type='text/css' media='all' />
<link rel='stylesheet' id='template-archivephp-css' href='https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/css/templates/archive.css?ver=1778760881' type='text/css' media='all' />
<link rel='stylesheet' id='footer-css' href='https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/css/footer.css?ver=1778760880' type='text/css' media='all' />
<link rel='stylesheet' id='ae-zoekbalk-shared-css' href='https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/css/zoekbalk.css?ver=1778760880' type='text/css' media='all' />
<link rel='stylesheet' id='ae-advice-block-css' href='https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/css/components/advice-block.css?ver=1778760881' type='text/css' media='all' />
<link rel='stylesheet' id='ae-datepicker-css' href='https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/css/ae-datepicker.css?ver=1778760880' type='text/css' media='all' />
<link rel='stylesheet' id='ae-lightbox-css' href='https://www.anglingescapes.de/wp-content/themes/anglingescapes/assets/css/ae-lightbox.css?ver=1778760880' type='text/css' media='all' />
<script type="text/javascript" id="wpml-cookie-js-extra">
/* <![CDATA[ */
var wpml_cookies = {"wp-wpml_current_language":{"value":"de","expires":1,"path":"/"}};
var wpml_cookies = {"wp-wpml_current_language":{"value":"de","expires":1,"path":"/"}};
//# sourceURL=wpml-cookie-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://www.anglingescapes.de/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=492100" id="wpml-cookie-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="wpml-xdomain-data-js-extra">
/* <![CDATA[ */
var wpml_xdomain_data = {"css_selector":"wpml-ls-item","ajax_url":"https://www.anglingescapes.de/wp-admin/admin-ajax.php","current_lang":"de","_nonce":"215519f4f5"};
//# sourceURL=wpml-xdomain-data-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://www.anglingescapes.de/wp-content/plugins/sitepress-multilingual-cms/res/js/xdomain-data.js?ver=492100" id="wpml-xdomain-data-js" defer="defer" data-wp-strategy="defer"></script>
<meta name="generator" content="WPML ver:4.9.2.1 stt:23,2,6,4;" />
<meta property="og:image" content="https://eub5dofeuim.exactdn.com/wp-content/uploads/visvakanties/frankrijk/river-lot-special/karper-bootvissen-rivier-de-lot-grote-karper-openbaarwater-1-1.jpg?strip=all&#038;quality=60&#038;webp=65&#038;sharp=1" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="710" />
<meta property="og:image:alt" content="Flussangeln in Frankreich" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://eub5dofeuim.exactdn.com/wp-content/uploads/visvakanties/frankrijk/river-lot-special/karper-bootvissen-rivier-de-lot-grote-karper-openbaarwater-1-1.jpg?strip=all&#038;quality=60&#038;webp=65&#038;sharp=1" />
<error>
    <code>internal_server_error</code>
    <title><![CDATA[WordPress › Fehler]]></title>
    <message><![CDATA[&lt;p&gt;Es gab einen kritischen Fehler auf deiner Website.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wordpress.org/documentation/article/faq-troubleshooting/&quot;&gt;Mehr über die Problembehandlung in WordPress erfahren (engl.).&lt;/a&gt;&lt;/p&gt;]]></message>
    <data>
        <status>500</status>
    </data>
</error>
