/* === FARBEN ==== */

/*
PGS-Farbe:          #a0ce4e
Grauer Schrift:     #8c8989
Grauer Hintergrund: #363839
*/

/* === FONTS ==== */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans Regular'), local('JosefinSans-Regular'),
       url('../fonts/josefin-sans-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-italic - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Josefin Sans Italic'), local('JosefinSans-Italic'),
       url('../fonts/josefin-sans-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Josefin Sans Bold'), local('JosefinSans-Bold'),
       url('../fonts/josefin-sans-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-700italic - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Josefin Sans Bold Italic'), local('JosefinSans-BoldItalic'),
       url('../fonts/josefin-sans-v12-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v12-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}











/* === GLOBAL ==== */

body {
  margin:0;
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

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










/* === NAVIGATION ==== */

.active {
  background-color: #a0ce4e !important;
}

nav {
  width: 100%;
  height: 50px;
  background-color: #363839;
  position: relative;
  top:0;
  border-top:#a0ce4e solid 2px;
  font-family: 'Josefin Sans', sans-serif;
}

nav img {
  height: 40px;
  width: auto;
  float :left;
  margin-top: 5px;
}

nav ul {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color:#8c8989;
  height: 100%;
  float: right;
}

nav ul > li {
  display: inline-block;
  height: 100%;
  padding: 0 5px 0 5px;
}

nav ul > li > a {
  display: inline-block;
  margin-top: 15px;
}

nav ul > li > a:link {
  color:#FFF;
  text-decoration: none;
}
nav ul > li > a:hover {
  color:#8c8989;
  text-decoration: none;
}
nav ul > li > a:active {
  color:#8c8989;
  text-decoration: none;
}
nav ul > li > a:visited {
  color:#FFF;
  text-decoration: none;
}
nav ul > li > a:visited:hover {
  color:#8c8989;
  text-decoration: none;
}

nav .col-6 {
  padding-top: 0;
  padding-bottom: 0;
}

nav .container,
nav .row,
nav .col-6 {
  height: 100%;
}

/*  === NAVIGATION MOBIL ===*/

.mobile-nav-button {
  float: right;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.mobile-nav-button > span > img {
  width: 40px;
  height: 40px;
}

.mobile-nav-content > ul {
  border-bottom: #a0ce4e solid 5px;
}

.mobile-nav-content > ul > li {
  display: block;
  background-color: #363839;
  height: 50px;
  text-align:center;
  width: 120px;
}

.mobile-nav-dropdown {
  position: relative;
  display:inline-block;
  float:right;
}

.mobile-nav-content {
  position: absolute;
  right:0;
  top: 48px;
  display:none;
}

.mobile-nav-dropdown:hover > .mobile-nav-content {
  display:block;
}

#mobile-nav {
  display:none;
}

@media (max-width: 768px) {
  #desktop-nav {
    display:none;
  }
  #mobile-nav {
    display:block;
  }
}

@media (max-width: 768px) {
  #header-nav img {
    height:30px;
    margin-top: 10px;
  }
}









/* === HEADER-BANNER ==== */

#header-banner {
  width:100%;
  height: auto;
  border-bottom: #363839 solid 30px;
  margin-bottom: 20px;
}

#header-banner > img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  #header-banner {
    border-bottom: #363839 solid 20px;
  }
}

@media (max-width: 480px) {
  #header-banner {
    border-bottom: #363839 solid 10px;
  }
}

/* === FOOTER-Banner ==== */

#footer-banner {
  width:100%;
  height: auto;
  border-top: #363839 solid 20px;
  margin-top:50px;
}

#footer-banner > img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  #footer-banner {
    border-top: #363839 solid 15px;
  }
}

@media (max-width: 480px) {
  #footer-banner {
    border-top: #363839 solid 10px;
  }
}

/* === Footer - Impressum === */

#footer-impressum {
  width: 100%;
  height: 50px;
  border-bottom: #a0ce4e solid 2px;
  background-color: #363839;
  position: relative;
}


#btn-impressum {
  float:right;
  margin: 0;
  padding: 0;
  font-size:20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #FFF;
  text-decoration: none;
}


#btn-impressum:link {
  color:#FFF;
  text-decoration: none;
}
#btn-impressum:hover {
  color:#8c8989;
  text-decoration: none;
}
#btn-impressum:active {
  color:#8c8989;
  text-decoration: none;
}
#btn-impressum:visited {
  color:#FFF;
  text-decoration: none;
}
#btn-impressum:visited:hover {
  color:#8c8989;
  text-decoration: none;
}


.link-text {
  font-family: 'Open Sans', sans-serif;
  color: #8c8989;
  text-decoration: none;
}


.link-text:link {
  color:#8c8989;
  text-decoration: none;
}
.link-text:hover {
  color:#363839;
  text-decoration: none;
}
.link-text:active {
  color:#363839;
  text-decoration: none;
}
.link-text:visited {
  color:#8c8989;
  text-decoration: none;
}
.link-text:visited:hover {
  color:#363839;
  text-decoration: none;
}


#btn-icon {
  float:left;
  margin: 0;
  padding: 0;
  font-size:20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #FFF;
  text-decoration: none;
}


#btn-icon:link {
  color:#FFF;
  text-decoration: none;
}
#btn-icon:hover {
  color:#8c8989;
  text-decoration: none;
}
#btn-icon:active {
  color:#8c8989;
  text-decoration: none;
}
#btn-icon:visited {
  color:#FFF;
  text-decoration: none;
}
#btn-icon:visited:hover {
  color:#8c8989;
  text-decoration: none;
}






/* === MAIN-CONTENT ==== */

/* === TEXT-CONTAINER ==== */
.text-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.text-container > p {
  text-align: justify;
  font-size: 1.2em;
  color:#8c8989;
}

.text-list {
  font-size: 1.2em;
  color:#8c8989;
}

.text-container > h1 {
  text-align: center;
  font-size: 1.6em;
  color:#363839;
}

.pfeile {
  text-align: center;
}

.pfeiledown {
  margin-top: 20px;
}
.text-container > h2 {
  text-align: center;
  font-size: 1.4em;
  color:#363839;
}

@media (max-width:1366px) {
  .text-container {
    width:90%;
  }
}

@media (max-width:1024px) {
  .text-container {
    width:100%;
  }
}

/* === IMG-CONTAINER ==== */
.img-material {
  display: block;
  text-align: center;
}

.img-material > img {
  max-width: 560px;
  height: auto;
}

@media (max-width:768px) {
  .img-material > img {
    max-width: 400px;
    height: auto;
  }
}

@media (max-width:480px) {
  .img-material > img {
    max-width: 300px;
    height: auto;
  }
}

/* === VIDEO-CONTAINER ==== */
.video {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:768px) {
  .video {
    width:400px;
  }
}

@media (max-width:480px) {
  .video {
    width:300px;
  }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 560px;
    max-height: 315px;
}

/* === MATERIAL-CONTAINER ==== */

.icon-material {
  width: 50px;
  height: 50px;
}


.container-material {
  border-top: #a0ce4e solid 5px;
  border-bottom: #a0ce4e solid 5px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.tabelle-material {
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;

}

.tabelle-material tr > td {
  padding-right: 10px;
  color:#8c8989;
}

.tabelle-material tr > td > a {
  color:#8c8989;
}

.tabelle-material tr > td > a:link {
  color:#8c8989;
  text-decoration: none;
}
.tabelle-material tr > td > a:hover {
  color:#363839;
  text-decoration: none;
}
.tabelle-material tr > td > a:active {
  color:#8c8989;
  text-decoration: none;
}
.tabelle-material tr > td > a:visited {
  color:#8c8989;
  text-decoration: none;
}
.tabelle-material tr > td > a:visited:hover {
  color:#363839;
  text-decoration: none;
}



.aufgabe_loesung {
  text-align: justify;
  font-size: 1.2em;
  color:#8c8989;
  border-top: #a0ce4e solid 5px;
  border-bottom: #a0ce4e solid 5px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.aufgabe_loesung2 {
  margin-top: 10px;
}
.uebung_klappbar {
  text-align: justify;
  font-size: 1.2em;
  color:#8c8989;
  padding-bottom: 10px;
  padding-top: 10px;
}


/* === MERKE-Container === */
.merke {
  text-align: justify;
  font-size: 1.2em;
  color:#8c8989;
}

.merke > .merke-container {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  border: #a0ce4e solid 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width:768px) {
  .merke-container{
    max-width: 400px;
  }
}

@media (max-width:480px) {
  .merke-container{
    max-width: 300px;
  }
}

.merke > .merke-container > h2 {
  text-align: center;
  font-size: 1.4em;
  color:#363839;
  margin: 5px;
}


.uebung {
  text-align: center;
  font-size: 1.6em;
  color:#FFF;
  background-color: #a0ce4e;
  margin-top: 20px;
  margin-bottom: 10px;
}



/* === 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: .8rem;
}

.col-1 { width: 16.666%;  }
.col-2 { width: 33.333%;  }
.col-3 { width: 50%;      }
.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%;  }
}

@media (max-width: 480px) {
  .col-1 { width: 100%;   }
  .col-2 { width: 100%;  }
  .col-3 { width: 100%;  }
  #icon-pgs {display: none;}
}

.container-flex {
  display: flex;
}

@media (max-width: 480px) {
  .container-flex {
    display: inline-block;
  }
}

/* === Cookie-Hinweis === */

.cc_container .cc_btn {
background-color: #a0ce4e !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
}

.cc_container {
background: #363839  !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #8c8989 !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
color: #a0ce4e !important; /* Textlink-Farbe "Mehr Infos" */
}


/* === Gestlatung der Buttons === */

.btncode-container{
  text-align: center;
}


input{
  border:1px solid #8c8989;
  color:#000;
  background: #fff;
  border-radius: 0;
}

input[type="text"]{
  border:1px solid #363839;
  font-size: 1.4em;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  color:#8c8989;
  background: #fff;
  width:200px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 0;
}

button {
  border:1px solid #363839;
  font-size: 1.4em;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  background:#a0ce4e;
  width:200px;
  margin-bottom: 10px;
}
