/* %%%%%%%%%%%%%fonts %%%%%%%%%%%%%%%*/

/* tilt-neon-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tilt Neon';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/tilt-neon-v6-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/tilt-neon-v6-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* cormorant-infant-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Infant';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cormorant-infant-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/cormorant-infant-v17-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* cormorant-infant-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Infant';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cormorant-infant-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/cormorant-infant-v17-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* caudex-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caudex';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/caudex-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/caudex-v15-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* caudex-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caudex';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/caudex-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/caudex-v15-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* hepta-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hepta Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/hepta-slab-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/hepta-slab-v17-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* hepta-slab-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hepta Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/hepta-slab-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/hepta-slab-v17-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}







/* %%%%%%%%%%%%% stuff %%%%%%%%%%%%%%%*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    
}
body {
    font-family: 'Tilt Neon', cursive;
    font-size: 1.1em;
    cursor: url("../images/cursor.html"),default;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    hyphens: auto;
}
a:link , a:active, a:focus, a:visited{
    color: #CF1D0F;
    text-decoration: none;
}
a:hover {
    color: #ADC223;
}


.container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    /*! box-shadow: 5px 5px 5px #cd1d0d; */
    border: #cd1d0d solid thin;
    padding-bottom: 13px;
}


header {

 
  
    
}
.fett {
    font-weight: bold;
    font-size: 3.5rem;
    transform: rotate(-5deg);
    padding-left: 12%;
    padding-bottom: 4%;
    color: #A8C020;
}
.fetter {
      font-family: 'Hepta Slab';
  font-style: normal;
  font-weight: 700;

      font-size: 3rem;
      padding-left: 23%;
      transform: rotate(5deg);
}
.fettest {
    font-family: 'Caudex';
    font-style: normal;
    font-size: 2rem;
    padding-left: 5%;
    transform: rotate(-10deg);
    margin-top: -3%;
    color: #cd1d0d;
}

.skew {
    position: relative;
}

.skew:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
   
    transform: skewY(-5deg);
    padding-top: 32%;
 
    border-bottom: thin solid #CD1D0D;
    -webkit-box-shadow: 0px 10px 8px #CF1A0C;
    box-shadow: 0px 10px 8px #CF1A0C;

}

.content {
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
    padding-top: 11px;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.logo {
    flex: 1 1 50%;
    /*! background-color: #A4FDD2; */
    /*! padding-left: 20px; */
}
.logo img {
    width: 70%;
}


.green {
    color: #A8C020;
    transform: rotate(-5deg);
    font-size: 4.4vw;
    /* [disabled]padding-top: 15%; */
    flex: 1 1 50%;
    padding-top: 15%;
}
   
nav {
    display: flex;
    justify-content: flex-end;
    
    /*! margin-bottom: 19px; */
}

/*navigation mit frdl. unterstützung: https://www.w3schools.com/howto/howto_js_topnav_responsive.asp
*/
.topnav {
  
  overflow: hidden;

}

.topnav a {
  float: left;
  display: block;
  /*! color: #000; */
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

section {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5%;
}
aside {
    /*! background-color: #FFAFB1; */
}
article {
    /*! background-color: #86E2F9; */
}
.bild-horizontal-zentriert {
    text-align: center;
}
.margin-top {
    margin-top: 10%;
}
hr {
    width: 80%;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
hr.new1 {
  border-top: 1px solid #CD1D0D;
}
.toppfeil  {
    width: 18px;
    position: relative;
    top: -10px;
    left: 5%;
}
.h1zentriert {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
article ul {
    list-style-type: none;
}
article ul li  {
    width: 100%;
    height: 85px;
    display: block;
    text-align: center;
    border-bottom-width: thin;
    border-bottom-style: dotted;
    margin-bottom: 27px;
}
article ul li img {
    vertical-align: middle;
    margin-left: 7%;
}
#france {
    padding-top: 10px;
}



@media screen and (max-width: 600px) {

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
    width: 100%;
    margin-top: 15px;
    background-image: url(../images/face-2023.png);
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    padding-left: 54%;
    /*! border-radius: 0px 0px 0px 20px; */
/*! box-shadow: 5px 5px 5px red; */
    background-position: 10% 45%;
    border: none;
}

    
    
    
#top   {
    /*! background-color: #0C3EFF; */
    border-radius: 0px 0px 0px 20px;
    box-shadow: 5px 5px 5px #cd1d0d;
    margin-bottom: 10px;
    padding-right: 34%;
}

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

}
/* hamburger hier: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_menu_icon_js
*/

.hamburger {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}


.linehight {
    line-height: 1.35rem;
}
}
@media (min-width:601px){
section {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5%;
    display: flex;
}
aside {
    /*! background-color: #FFAFB1; */
    flex: 1 1 50%;
    padding-left: 10px;
    padding-right: 10px;
}
article {
    /*! background-color: #86E2F9; */
    flex: 1 1 50%;
    padding-left: 10px;
    padding-right: 10px;
}
#france {
    padding-top: 0px;
}




}

@media (min-width:1240px){
.green {

    font-size: 55px;

}
.container a {
}

}

@media screen{
}
