/* === FARBEN ===
  Grünlicher Ton:  #e2de02
  Lila:            #37384d
  Hellbraun:       #d59e5b
  Hellbraun Hover: #d9923c
  Hell Grau:       #F0F0F0
*/

/*
   === FONTS ===
      Nexa-Script => "Thüringer Dexterhof" laut Schautafel
*/

@font-face {
  font-family: "Nexa-Script";
  src: url("../fonts/Nexa Script.otf") format("opentype");
}

@font-face {
  font-family: "Nexa-Script";
  font-weight: bold;
  src: url("../fonts/Nexa Script Bold.otf") format("opentype");
}

@font-face {
  font-family: "Lucida-Calligraphy";
  src: url("../fonts/Lucida Calligraphy Font.ttf") format("truetype");
}

.font-lucida-calligraphy {
  font-size: 27px;
  font-family: "Lucida-Calligraphy", "Arial", sans-serif;
  font-weight: bold;
  color: darkgreen;
}

/* === GLOBAL === */

html {
  font-size: 18px;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Arial", sans-serif;
  height: 100%;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

i[class^="icofont"] {
  color: black;
}

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

.active {
  background-color: #d59e5b !important;
  text-shadow: 2px 2px 3px #777 !important;
}

.hidden {
  display: none;
}

.intro-container {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.intro-container > h1 {
  margin: 0px;
}

/* Global Formular Classes */

.full-line-label {
  padding: 0;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.normal-input {
  margin-bottom: 30px;
  line-height: 18px;
  padding: 4px 10px;
  width: 300px;
}

.send-button-Big {
  margin-top: 60px;
  color: #000;
  background-color: #d59e5b;
  padding: 5px 10px;
  border: 1px solid #d9923c;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 300px;
  transition: background-color 0.4s linear;
  font-size: 18px;
  box-shadow: 0 8px 6px -6px black;
}

.send-button-Big:hover {
  background-color: #d9923c;
  transition: background-color 0.4s linear;
}
.red-star {
  color: rgb(230, 52, 52);
}

.success {
  background-color: rgb(160, 255, 106);
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.error {
  background-color: rgb(255, 137, 106);
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 20px;
}

/* DSGVO Accept Text */

.formular-dsgvo-text {
  font-size: 14px;
  padding: 0;
  margin: 40px 0 0 0;
}

.formular-dsgvo-text a {
  color: black;
}

.formular-DSGVO-label {
  padding: 0;
  font-weight: bold;
}

.formular-DSGVO-label a {
  color: black;
}

.formular-DSGVO-input {
  line-height: 18px;
  padding: 4px 10px;
}

/*
    === HEADER-BAR ===
*/

#header-bar {
  width: 100%;
  height: 135px;
  background-color: #37384d;
  border-left: 10px solid #e2de02;
  border-right: 10px solid #e2de02;
  box-shadow: 0 0 15px #37384d;
  z-index: 2;
}

#header-bar-container {
  width: 95%;
  margin: 0px auto;
  position: relative;
  height: 100%;
}

.logo-container,
.heading {
  display: inline-block;
  vertical-align: top;
}

.logo-contrainer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  vertical-align: center;
}

#header-bar a {
  color: #fff;
  text-decoration: none;
}

#header-bar a > img {
  height: 100px;
  border: 3px solid #e2de02;
  border-radius: 50%;
  margin-top: 17.5px;
  border: 2px 2px 3px #22222f;
  transition: transform 1s linear;
  transition: -webkit-animation 1s linear;
  transition: animation 1s linear;
  transition: animation 1s linear, -webkit-animation 1s linear;
}

#header-bar .heading {
  text-shadow: 2px 2px 3px #22222f;
  margin-top: 6.2px;
  margin-left: 25px;
}

#header-bar .header-headline {
  font-size: 55px;
  font-family: "Nexa-Script", "Arial", sans-serif;
  display: inline-block;
}

#header-bar .header-subline {
  font-size: 30px;
  padding-left: 25px;
  display: inline-block;
}

#header-bar .header-headline-small {
  display: none;
  font-family: "Nexa-Script", "Arial", sans-serif;
  font-size: 40px;
}

@-webkit-keyframes logoAnimation {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes logoAnimation {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

#header-bar a > img:hover {
  -webkit-animation: logoAnimation 1s linear; /* 360deg. Rotate*/
  animation: logoAnimation 1s linear;
}

/*
  === Header-Bar - NAVBAR ===
*/
.header-bar-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

#header-bar ul {
  padding: 0;
  margin: 0;
}

#header-bar ul > li {
  display: inline-block;
}

#header-bar ul > li > a:hover {
  background-color: #d9923c;
}

#header-bar ul > li > a {
  display: inline-block;
  line-height: 55px;
  padding: 0 12px;
  font-size: 18px;
}

#header-bar ul > li > a:link {
  color: #fff;
  text-decoration: none;
}

#header-bar ul > li > a:visited {
  color: #fff;
  text-decoration: none;
}

#header-bar ul > li > a:active {
  color: #f0f0f0;
  text-decoration: none;
}

#header-bar ul > li > a:hover {
  color: #f0f0f0;
  text-decoration: none;
}

/*
    === Header-Bar - NAVBAR (Mobil) ===
*/

#mobile-nav {
  display: none;
}

#mobile-nav-button {
  color: #fff;
  float: right;
  font-size: 32px;
  border-radius: 1px;
  position: relative;
}

#mobile-nav-button:hover {
  cursor: pointer;
}

#mobile-nav-button > div {
  position: absolute;
  right: 10px;
  width: 37px;
  height: 37px;
}

#mobile-nav-button > div > span {
  border: 1px solid #fff;
  padding: 0 10px;
}

#mobile-nav-dropdown {
  position: relative;
  float: right;
  top: -30px;
  right: 10px;
}

#mobile-nav-content {
  position: absolute;
  right: 5px;
  top: 49px;
  /* display: none; hard coded for js to toggle better */
  background-color: #37384d;
  padding-top: 25px;
}

#mobile-nav-content > ul > li {
  display: block;
  height: 35px;
  margin-bottom: 1px;
}

#mobile-nav-content > ul > li > a {
  line-height: 35px;
  padding: 0 10px;
  width: 100%;
  font-size: 17px;
}

/* - toggle mobil menu -> now with js and onclick
#mobile-nav-dropdown:hover > #mobile-nav-content {
  display: block;
}
*/

@media (max-width: 985px) {
  #header-bar {
    height: 175px;
  }

  #header-bar a > img {
    margin-top: 6.2px;
  }

  #header-bar .header-headline {
    display: block;
  }

  #header-bar .header-subline {
    display: block;
  }
}

@media (max-width: 900px) {
  /** Default 715px **/
  #header-bar {
    height: 130px;
  }

  #desktop-nav {
    display: none;
  }

  #header-bar .header-headline {
    font-size: 48px;
  }

  #header-bar .header-subline {
    font-size: 27px;
  }

  #mobile-nav {
    display: block;
  }
}

@media (max-width: 615px) {
  #header-bar {
    height: 110px;
  }

  #header-bar a > img {
    height: 70px;
    margin-top: 17.5px;
  }

  #header-bar .header-headline {
    font-size: 40px;
  }

  #header-bar .header-subline {
    font-size: 23px;
  }

  #mobile-nav-button > div > span {
    padding: 0 8px;
  }

  #mobile-nav-button {
    font-size: 25px;
  }

  #mobile-nav-dropdown {
    top: -30px;
    right: 10px;
  }
}

@media (max-width: 510px) {
  #header-bar a > img {
    display: none;
  }

  #header-bar .heading {
    margin-left: 0;
  }

  #mobile-nav-dropdown {
    top: -15px;
    right: 10px;
  }

  #mobile-nav-content {
    top: 30px;
  }
}

@media (max-width: 415px) {
  #header-bar .header-headline,
  #header-bar .header-subline {
    display: none;
  }

  #header-bar .header-headline-small {
    display: block;
  }

  #header-bar #mobile-nav-dropdown {
    top: -60px;
  }
}

/*
    === Index.php Eindrücke Sektion ===
*/

#Eindrücke {
  width: 100%;
  background-color: #eee8d2;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px #37384d;
}

#Eindrücke .eindrücke-img-container {
  width: 100%;
  text-align: center;
}

#Eindrücke .eindrücke-img-container > img {
  width: auto;
  height: 400px;
  margin: 0px auto;
  box-shadow: 0 0 6px #37384d;
}

#Eindrücke .right > img {
  float: right;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

#Eindrücke .left > img {
  float: left;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

/*
  === Media Querrys für Eindrücke Sektion ===
    (Bilder deaktivieren je nach Browser Breite)
*/

@media (max-width: 865px) {
  #Eindrücke .container > .row > .col-2:last-of-type {
    display: none;
  }

  #Eindrücke .container > .row > .col-2 {
    width: 50%;
  }

  #Eindrücke .right > img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    float: inherit;
  }
}

@media (max-width: 610px) {
  #Eindrücke .container > .row > .col-2:first-of-type,
  #Eindrücke .container > .row > .col-2:last-of-type {
    display: none;
  }

  #Eindrücke .container > .row > .col-2 {
    width: 100%;
  }

  #Eindrücke .left > img,
  #Eindrücke .right > img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    float: inherit;
  }
}

/*
  === Main Section mit Hintergrund Bild ===

*/

#main-banner {
  width: 100%;
  /* background: url("../img/Hintergrundbild.jpg") no-repeat; ->> Media Querrys
  background-size:cover;
  background-position:center center;
  background-attachment: fixed; */
  color: #fff;
  padding-top: 25px;
  padding-bottom: 35px;
}

@media (max-width: 590px) {
  #main-banner {
    background: url("../img/Hintergrundbild600.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

@media (min-width: 591px) and (max-width: 990px) {
  #main-banner {
    background: url("../img/Hintergrundbild1000.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

@media (min-width: 991px) and (max-width: 1390px) {
  #main-banner {
    background: url("../img/Hintergrundbild1400.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

@media (min-width: 1391px) and (max-width: 1590px) {
  #main-banner {
    background: url("../img/Hintergrundbild1600.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

@media (min-width: 1591px) and (max-width: 1990px) {
  #main-banner {
    background: url("../img/Hintergrundbild2000.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

@media (min-width: 1991px) and(max-width: 2490px) {
  #main-banner {
    background: url("../img/Hintergrundbild2500.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

@media (min-width: 2491px) and (max-width: 3990px) {
  #main-banner {
    background: url("../img/Hintergrundbild4000.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

@media (min-width: 3991px) {
  #main-banner {
    background: url("../img/Hintergrundbild.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

#main-banner .container {
  background-color: rgba(55, 56, 77, 0.62);
  padding-top: 7px;
  box-shadow: 0 0 4px #37384d;
}

#main-banner [class*="col-"] {
  padding: 0.4rem;
}

#main-banner .intro-container {
  text-align: center;
}

#main-banner .intro-container > h1 {
  margin: 10px 0;
}

/*
  === Unsere Betrieb Bereich ===
*/

#unsere-betrieb {
  margin-bottom: 50px;
}

#unsere-betrieb .col-6 > p {
  text-align: center;
}

/*
  === Dexter Rasse Info Breich ===
*/

#dexter-rasse-info .col-3 > h2 {
  margin: 10px;
}

#dexter-rasse-info .col-3 > p {
  padding: 0 20px;
  text-align: justify;
}

/*
  === Media Querrys für
                    Main-Banner
                    Unsere Betrieb (index.php)
                    Dexter Rasse Info (index.php)
  ===
*/

@media (max-width: 885px) {
  #main-banner .intro-container > h1 {
    font-size: 25px;
  }

  #dexter-rasse-info .col-3 > h2 {
    font-size: 20px;
  }

  #unsere-betrieb .col-6 > p,
  #dexter-rasse-info .col-3 > p {
    font-size: 16px;
    padding: 0 12px;
  }
}

@media (max-width: 768px) {
  #main-banner .intro-container > h1 {
    margin: 0;
  }
  #dexter-rasse-info .col-3 > h2 {
    margin: 7px;
  }
}

/*
  === Impressum/Datenschutz (Impressum.html) ===
*/

#impressum,
#datenschutz {
  padding: 0 5px;
}

#impressum h2,
#datenschutz h2 {
  margin-left: 5px;
}

#impressum h3,
#datenschutz h3 {
  margin-left: 20px;
}

#impressum p,
#datenschutz p,
#impressum li,
#datenschutz li {
  padding-left: 35px;
  font-size: 17px;
}

#impressum a:link,
#datenschutz a:link {
  color: #fff;
  text-decoration: none;
}

#impressum a:visited,
#datenschutz a:visited {
  color: #fff;
  text-decoration: none;
}

#impressum a:active,
#datenschutz a:active {
  color: #f0f0f0;
  text-decoration: none;
}

#impressum a:hover,
#datenschutz a:hover {
  color: #f0f0f0;
  text-decoration: none;
}

/*
  === Media Querrys für
                    Impressum (impressum.html)
                    DAtenschutz (impressum.html)
  ===
*/

@media (max-width: 885px) {
  #impressum h1 #datenschutz h1 {
    font-size: 25px;
  }

  #impressum h2,
  #datenschutz h2 {
    font-size: 22px;
  }

  #impressum h3,
  #datenschutz h3 {
    font-size: 20px;
    margin-left: 15px;
  }

  #impressum p,
  #datenschutz p,
  #impressum li,
  #datenschutz li {
    font-size: 15px;
    padding: 0 25px;
  }
}

/*
    === Footer ===
*/

#footer {
  width: 100%;
  background-color: #37384d;
  border-left: 10px solid #e2de02;
  border-right: 10px solid #e2de02;
  box-shadow: 0 0 15px #37384d;
  font-size: 15px;
  color: #fff;
  padding: 8px 0;
}

.cookieBanner-FooterFix {
  padding-bottom: 18px !important;
}

#footer .col-6 {
  padding: 0;
}

#footer #user-counter-container,  /* User Counter (index.php) */
#footer #admin-login-contrainer {
  /* Admin Button (impressum.php) */
  margin: 0px auto;
  margin-bottom: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#footer #user-counter,   /* User Counter (index.php) */
#footer #admin-counter {
  /* Admin Button (impressum.php) */
  border: 1px solid #e2de02;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 6px 10px;
}

#footer #footer-nav,
.footer-text {
  /* Footer Nav */
  display: inline-block;
}

#footer #footer-nav {
  /* Footer Nav */
  float: right;
}

#footer #footer-nav > a:link {
  color: #fff;
  text-decoration: none;
}

#footer #footer-nav > a:visited {
  color: #fff;
  text-decoration: none;
}

#footer #footer-nav > a:active {
  color: #f0f0f0;
  text-decoration: none;
}

#footer #footer-nav > a:hover {
  color: #f0f0f0;
  text-decoration: none;
}

#footer .Admin-Login {
  /* (Impressum.php) */
  color: #fff;
  text-decoration: none;
}

#footer .Admin-Login:link {
  color: #fff;
  text-decoration: none;
}

#footer .Admin-Login:visited {
  color: #fff;
  text-decoration: none;
}

#footer .Admin-Login:active {
  color: #f0f0f0;
  text-decoration: none;
}

#footer .Admin-Login:hover {
  color: #f0f0f0;
  text-decoration: none;
}

/*
  === Footer FIX ===
    Fix damit der Footer unten ist,
    wenn Content zu wenig Inhalt hat.
    Eingesetzt auf folgenden Seiten:
      ~ Admin-Login.php
*/

#footer-height-fix-Div {
  position: relative;
  min-height: 100%;
}

.smallFooter-minContent-Fix {
  position: absolute;
  bottom: 0;
}

/*
  === COOKIE ===
*/

#CB-small {
  background-color: rgb(213, 158, 91);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  bottom: 0px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  left: 48px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  position: fixed;
  transform: matrix(1, 0, 0, 1, 0, 22.8436);
  transition-delay: 0s;
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease;
  z-index: 999;
  display: none;
}

.CB-small_trans-to-big {
  transform: matrix(1, 0, 0, 1, 0, 1) !important;
}

#CB-small_more-info:link {
  color: #000;
  text-decoration: none;
}

#CB-small_more-info:visited {
  color: #000;
  text-decoration: none;
}

#CB-small_more-info:active {
  color: #000;
  text-decoration: none;
}

#CB-small_more-info:hover {
  color: #000;
  text-decoration: underline;
}

#CB {
  width: 100%;
  background-color: #a06646;
  border-top: 2px solid #955d3e;
  font-size: 15px;
  color: #000;
  padding: 8px 0;
  z-index: 999;
  position: fixed;
  bottom: 0;
}

#CB-inner {
  padding: 7px 30px 7px 30px;
  width: 100%;
}

#CB-more {
  display: none;
}

#CB-more .DatenschutzLink {
  color: #000;
  text-decoration: underline;
}

#CB-more .DatenschutzLink:link {
  color: #000;
  text-decoration: underline;
}

#CB-more .DatenschutzLink:visited {
  color: #000;
  text-decoration: underline;
}

#CB-more .DatenschutzLink:active {
  color: #000;
  text-decoration: underline;
}

#CB-more .DatenschutzLink:hover {
  color: #2a2828;
  text-decoration: underline;
}

#CB-left {
  float: left;
  display: inline-block;
}

#CB_more-info {
  margin-left: 15px;
}

#CB_more-info:link {
  color: #000;
  text-decoration: underline;
}

#CB_more-info:visited {
  color: #000;
  text-decoration: underline;
}

#CB_more-info:active {
  color: #000;
  text-decoration: underline;
}

#CB_more-info:hover {
  color: #2a2828;
  text-decoration: underline;
}

#CB-right {
  float: right;
  display: inline-block;
}

#CB-Ablehnen-Button {
  color: #000;
  text-decoration: none;
}

#CB-Ablehnen-Button:link {
  color: #000;
  text-decoration: none;
}

#CB-Ablehnen-Button:visited {
  color: #000;
  text-decoration: none;
}

#CB-Ablehnen-Button:active {
  color: #000;
  text-decoration: none;
}

#CB-Ablehnen-Button:hover {
  color: #000;
  text-decoration: underline;
}

#CB-Annehmen-Button {
  color: #000;
  text-decoration: none;
  background-color: #d59e5b;
  border-radius: 5px;
  padding: 7px 12px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: bold;
}

#CB-Annehmen-Button:link {
  color: #000;
  text-decoration: none;
}

#CB-Annehmen-Button:visited {
  color: #000;
  text-decoration: none;
}

#CB-Annehmen-Button:active {
  color: #000;
  text-decoration: none;
}

#CB-Annehmen-Button:hover {
  background-color: #d9923c;
  color: #000;
  text-decoration: none;
}

@media (max-width: 715px) {
  #CB-left {
    float: inherit;
    display: block;
    padding-bottom: 15px;
  }
}

/*
  === Footer Media Querry ===
*/

@media (min-width: 1100px) {
  #footer {
    font-size: 17px;
  }
}

/*
  === Galerie.php ===
*/
#Galerie {
  width: 100%;
  background-color: #eee8d2;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px #37384d;
}

#galerie-container img {
  max-width: 100%;
}

/* Galerie-Navigation */
#Galerie .pageNav {
  margin: 0px auto;
  text-align: center;
}

#Galerie .pageNav a {
  text-decoration: none;
  color: #000;
  background-color: #d59e5b;
  padding: 5px 10px;
  border: 1px solid #d9923c;
}

@media (max-width: 768px) {
  #Galerie .hr-row {
    display: none;
  }
  #Galerie .hr-col2 {
    display: inherit;
  }
}

@media (min-width: 768px) {
  #Galerie .hr-col2 {
    display: none;
  }
  #Galerie .hr-row {
    display: inherit;
  }
}

/*
  === Fleischverkauf & Kontakt ===
*/

#Fleischverkauf,
#Kontakt {
  width: 100%;
  background-color: #eee8d2;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px #37384d;
}

#Fleischverkauf fieldset,
#Kontakt fieldset {
  padding: 15px 25px;
}

#Fleischverkauf .fleischverkauf-intro {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: justify;
}

#Fleischverkauf .fleischverkauf-flyer {
  text-align: center;
  margin-top: 20px;
}

#Fleischverkauf .fleischverkauf-flyer img {
  max-height: 300px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.21), 0 6px 6px rgba(0, 0, 0, 0.25);
}

#Fleischverkauf .fleischverkauf-flyer a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#Fleischverkauf table {
  border-collapse: collapse;
  text-align: center;
  margin: 10px 0 15px 0;
}

#Fleischverkauf table td,
#Fleischverkauf table th:not(:first-child) {
  border: 2px solid black;
  padding: 4px 10px;
  margin: 0;
}

#Fleischverkauf table input {
  max-width: 80%;
  text-align: center;
  width: 50px;
}
#Fleischverkauf textarea {
  max-width: 500px;
  width: 100%;
}
#Fleischverkauf .fleischverkauf-pausiert {
  border-radius: 10px;
  padding: 5px 0;
  text-align: center;
  margin-top: 20px;
}
#Fleischverkauf legend {
  padding: 30px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 600px) {
  #Fleischverkauf_form legend {
    font-size: 16px;
  }

  .full-line-label {
    margin-bottom: 4px;
    font-size: 16px;
  }
  #Fleischverkauf_form .normal-input {
    margin-bottom: 25px;
    line-height: 17px;
    padding: 4px 10px;
    width: 250px;
  }

  #Fleischverkauf table {
    font-size: 16px;
  }

  #Fleischverkauf table td,
  #Fleischverkauf table th:not(:first-child) {
    border: 2px solid black;
    padding: 2px 8px;
    margin: 0;
  }
}

@media (max-width: 400px) {
  #Fleischverkauf_form .normal-input {
    margin-bottom: 25px;
    line-height: 17px;
    padding: 4px 5px;
    width: 180px;
  }
}

/*
  === admin-login.php ===
*/

.admin-login-success {
  background-color: rgb(160, 255, 106);
  padding: 5px 10px;
}

.admin-login-error {
  background-color: rgb(255, 137, 106);
  padding: 5px 10px;
}

/*
  === Global Admin Pages ===
*/
.toAdminCP-Link {
  text-decoration: none;
  color: #000;
  background-color: #d59e5b;
  padding: 5px 10px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #d9923c;
}

.toAdminCP-Link:hover {
  background-color: #d9923c;
}

/*
  === Admin-Galerie-edit.php ===
*/

.editButton {
  text-decoration: none;
  color: #000;
  background-color: #d59e5b;
  padding: 5px 10px;
  float: left;
}

.saveButton {
  text-decoration: none;
  color: #000;
  background-color: rgb(160, 255, 106);
  padding: 5px 10px;
  float: left;
}

.deleteButton {
  text-decoration: none;
  color: #000;
  background-color: rgb(255, 137, 106);
  padding: 5px 10px;
  float: right;
}

#imageEditDiv {
  margin: 0px auto;
  text-align: center;
}

#imageEditDiv img {
  margin-top: 20px;
}

#imageEditDiv textarea {
  width: 100%;
  margin: 20px 0;
  font-size: 17px;
  font-family: "Arial", sans-serif;
  padding: 5px 10px;
  max-width: 100%;
}

#imageEditDiv .saveButton {
  text-align: center;
  margin: 0px auto;
  float: none;
}

#imageEditDiv .deleteButton {
  text-align: center;
  margin: 0px auto;
  float: none;
}

/*
  === Admin-Galerie-create.php
*/

#ImageEdit .cropper-crop {
  display: none;
}

/* #ImageEdit .cropper-bg {

} */

#ImageEdit #image {
  max-width: 100%;
}

#ImageEdit .upload-img-label {
  background-color: gray;
  padding: 10px 5px;
  color: #fff;
  cursor: pointer;
}

#ImageEdit .img-div {
  margin: 0px auto;
  max-height: 650px;
}

#ImageEdit #crop-buttons {
  text-align: center;
}

#ImageEdit #imageText {
  margin: 20px auto 15px;
  padding: 5px 10px;
  width: 300px;
}

/*
  === Admin-cp.php ===
*/

#Admin-CP {
  width: 100%;
  background-color: #eee8d2;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px #37384d;
}

#Admin-CP .logout-button {
  background-color: rgb(255, 137, 106);
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  margin: 10px 0px;
  border-radius: 10px;
}

#Admin-CP .logout-button:hover {
  background-color: rgb(240, 101, 65);
  color: #000;
  text-decoration: underline;
}

#Admin-CP .col-3 fieldset {
  padding: 20px 20px 15px 20px;
  margin-bottom: 20px;
}

#Admin-CP legend {
  font-size: 36px;
  font-weight: bold;
  padding: 0 10px;
}

#Admin-CP .col-3 a:first-of-type {
  margin-right: 15px;
}

#Admin-CP .Content-Button {
  text-decoration: none;
  color: #000;
  background-color: #d59e5b;
  padding: 5px 10px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #d9923c;
}

#Admin-CP .Content-Button-Button:hover {
  background-color: #d9923c;
}

#Admin-CP .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

#Admin-CP .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#Admin-CP .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

#Admin-CP .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

#Admin-CP input:checked + .slider {
  background-color: rgb(119, 240, 50);
}

#Admin-CP input:focus + .slider {
  box-shadow: 0 0 1px rgb(119, 240, 50);
}

#Admin-CP input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
#Admin-CP .slider.round {
  border-radius: 34px;
}

#Admin-CP .slider.round:before {
  border-radius: 50%;
}

/* Fleischverkauf Container */
#AdminCP-Fleischverkauf table {
  border-collapse: collapse;
  text-align: center;
}

#AdminCP-Fleischverkauf table td,
#AdminCP-Fleischverkauf table th:not(:first-child) {
  border: 2px solid black;
  padding: 4px 10px;
  margin: 0;
  text-align: left;
}

#AdminCP-Fleischverkauf table .input-small {
  max-width: 80%;
  text-align: center;
  width: 50px;
}

#AdminCP-Fleischverkauf table td label i {
  cursor: pointer;
}

#AdminCP-Fleischverkauf table td input {
  font-size: 16px;
  text-decoration: none;
  color: black;
}

#AdminCP-Fleischverkauf table .td-spacer {
  padding: 10px 0;
  border: 0;
}

.tableLineStyle tr:nth-of-type(odd) td {
  background-color: rgba(178, 178, 178, 0.6);
}

/*
    === GRID-SYSTEM ===
*/

.container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

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

[class*="col-"] {
  float: left;
  min-height: 1px;
  padding: 0.8rem;
}

.col-1 {
  width: 16.666%;
}
.col-2 {
  width: 33.333%;
}
.col-3 {
  width: 50%;
}
.col-4 {
  width: 66.666%;
}
.col-6 {
  width: 100%;
}

@media (max-width: 1024px) {
  .col-1 {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .col-1 {
    width: 50%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
}
