/****************************************
* Inhalt
*****************************************
*
* sm-clean Navigation
*
* 1. Allgemein
*
* 2. Farben
*
* 3. Navigation
*
* 4. Typografie
*
* 5. Content-Bereiche
*
* 6. Images
*
* 7. Resize / Responsive
*
* 8. Alignements
*
* 9. Divider
*
* 10. Cookie
*
***************************************/

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
        url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
        url('OpenSans-ExtraBold.woff2') format('woff2'),
        url('OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'),
        url('OpenSans-Light.woff2') format('woff2'),
        url('OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/**************************************
* sm clean - Navigation
**************************************/

/* --- sm core --- */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm {
    box-sizing:border-box;
    position:relative;
    /*z-index:9999;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.sm,.sm ul,.sm li {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    line-height:normal;
    direction:ltr;
    text-align:left;
}
.sm-rtl,.sm-rtl ul,.sm-rtl li {
    direction:rtl;
    text-align:right;
}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6 {
    margin:0;
    padding:0;
}
.sm ul {
    display:none;
}
.sm li,.sm a {
    position:relative;
}
.sm a {
    display:block;
}
.sm a.disabled {
    cursor:default;
}
.sm::after {
    content:"";
    display:block;
    height:0;
    font:0px/0 serif;
    clear:both;
    overflow:hidden;
}
.sm *,.sm *::before,.sm *::after {
    box-sizing:inherit;
}

/* --- sm clean --- */
.sm-clean {
  background: #eeeeee;
  border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  /*padding-right: 58px;*/
    padding-right: 20px;
  color: #fcfcfc;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7em;
  text-decoration: none;
}
.sm-clean a.current {
  color: #D23600;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: #548bc3;
  border-radius: 5px;
}
.sm-clean a .sub-arrow::before {
  content: '+';
  color: #fcfcfc;
}
.sm-clean a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid #6e6e6e;
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}



/**************************************
* Allgemein
**************************************/

html {
    box-sizing: border-box;
    font-family: 'Open sans', sans-serif;
}

*,
::before,
::after {
    box-sizing: inherit;
}


body {
    position: relative;
    /*background: #383838;*/
    background-image: linear-gradient(to bottom, #383838, #4b4b4b);
}


#wrapper {
    width: 100%;
    margin: 0 auto;
}

/*************************************
* Farben
*************************************/

body {
    color: #fcfcfc;
    margin: 0;
    padding: 0;
}

.blue {
    color: #548bc3; 
}



.bg-blue {
    background: #548bc3;
}

.bg-grey {
    background: #4b4b4b;
}
.bg-grey p {
    color: #fff;
}
/**************************************
* Navigation
**************************************/


#menu a
{
  text-decoration: none;
  color: #c3c3c3;
  transition: color 0.3s ease;
}

#menu a:hover
{
  color: tomato;
}

#menuToggle {
  display: block;
  position: relative;
  top: 25px;
  left: 25px;
  max-width: 50px; /* Breite begrenzen, sonst seitliches scrollen */
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
    #menuToggle {
        top: 50px;
        left: 50px;
    }
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; 
  z-index: 2; 
  -webkit-touch-callout: none;
}


#menuToggle span.toggle
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span.toggle:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span.toggle:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}


#main-menu
{
  position: absolute;
  width: auto;
  min-width: 100vw;
/*min-height: 100vh;*/
  height: 103vh;
  overflow: hidden scroll;
  margin: -100px 0 0 -25px;
  padding: 50px 25px 100px 50px;
  padding-top: 125px;
  background: #4b4b4b;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

@media (min-width: 768px) {
    #main-menu {
        min-width: 400px;
        margin: -100px 0 0 -50px;
    }
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

.has-submenu.highlighted {
    background: transparent;
}

li#installed,
li#not-installed {
    border-top: 1px solid #4b4b4b;
}

/**************************************
* subnav
**************************************/
nav.subnav {
    margin: 2em 0em;
    padding: 1em 0em;
    text-align: center;
}
.subnav a {
   color: #fcfcfc;
   font-size: 1em;
   font-family: 'Open Sans';
   font-weight: 600;
    text-align: center;
   text-decoration: none;
   cursor:pointer;
   border: 1px solid #e1e1e1;
   padding: 14px 18px;
   background: #548bc3;
   margin-top: 1em;
   display: block;
 }
@media (min-width: 768px) {
    .subnav a {
        display: inline-block;
}
    nav.subnav {
        padding: 2em 0em;
    }
}
.subnav a.active {
    background: #383838;
    color: #fcfcfc;
}

/**************************************
* fish-nav
**************************************/

.fish-nav {
    margin: 2em 0em;
    padding: 1em 0em;
    text-align: center;
}
.fish-nav a {
    color: #fcfcfc;
    font-size: 0.8em;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    padding: 7px 12px;
    background: #548bc3;
    margin-top: 1em;
    display: inline-block;
 }
@media (min-width: 768px) {
    .fish-nav a {
        display: inline;
}
    nav.fish-nav {
        padding: 2em 0em;
    }
}
.fish-nav a.active {
    background: #383838;
    color: #fcfcfc;
}
/**************************************
* Typografie
**************************************/

p {
    font-size: 1.05em; 
    line-height: 1.4em;
}

a {
    color: #548bc3;
    text-decoration: none;
}

h1 {
    font-size: 1.6em;
    margin: 0.67em 0;
    font-weight: 600;
}
h2 {
    font-size: 1.4em;
    font-weight: 600;
}
h3 {
    font-size: 1.2em;
    font-weight: 400;
}

h4 {
    font-size: 1.2em;
    font-weight: 400;
}

@media (min-width: 768px) {
    p {
        font-size: 1.15em;
    }
    
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.3em;
    }
    h4 {
        font-size: 1.3em;
    }
}

ul li {
    line-height: 1.5em;
}

.nowrap {
    white-space: nowrap;
}

.fsb-color {
    font-size: 0.8em;
    line-height: 1.7em;
}

.quellen a {
    font-size: 0.85em;
}
@media (min-width: 768px) {
    .quellen a {
        font-size: 1em; 
    }
}

.b-text p {
    font-weight: 600;
    font-size: 0.9em;
}
@media (min-width: 768px) {
    .b-text p {
        font-size: 1em; 
    }
}

summary {
    outline: none;
    cursor: pointer;
    margin-bottom: 0.5em;
}

summary:active,
summary:hover,
summary:focus {
    color: #548bc3;
}


/**************************************
* Content-Bereiche
**************************************/

header {
    height: 70px;
    background: #548bc3;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px -3px 8px 3px rgba(229,229,229,1);
-moz-box-shadow: 0px -3px 8px 3px rgba(229,229,229,1);
box-shadow: 0px -3px 8px 3px rgba(229,229,229,1);
    border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
    header {
        height: 120px;
         
    }
}
main {
    min-height: 80vh;  
    margin-top: 90px;
}
@media (min-width: 768px) {
    main {
        margin-top: 120px;
         
    }
}

.regionen .col-xs-1,
.regionen .col-xs-2 {
    padding-left: .1em;
    padding-right: .1em;
}

.themen .col-xs-1,
.themen .col-xs-2 {
    padding-left: .3em;
    padding-right: .3em;
}

.zonen {
    border: 1px solid #e5e5e5;
    margin: 0em;
}

@media (min-width: 768px) {
    .zonen {
        margin: 4em;
    }
}

.zonen button {
    width: 100%;
    padding: .7em 0em;
    background: #548bc3;
    border-style: none;
    margin: -0.2em 0em 0em 0em;
    color: #fcfcfc;
    font-size: 0.7em;
    cursor: pointer;
}

@media (min-width: 768px) {
    .zonen button {
        font-size: 1.1em;
    }
}
.zonen-mv {
    border: 1px solid #e5e5e5;
}
.zonen-mv button {
    width: 100%;
    padding: .7em 0em;
    background: #548bc3;
    border-style: none;
    margin: -.2em 0em 0em 0em;
    color: #fcfcfc;
    font-size: 0.8em;
    cursor: pointer;
}

@media (min-width: 768px) {
    .zonen-mv button {
        font-size: 1.1em;
    }
}

.wiki button {
    width: 100%;
    padding: .7em 0em;
    background: #548bc3;
    border: 1px solid #fcfcfc;
    border-radius: 5px;
    margin: -0.2em 0em 0em 0em;
    color: #fcfcfc;
    font-size: 1em;
    cursor: pointer;
}
.wiki button a {
    color: #fcfcfc;
}

@media (min-width: 768px) {
    .wiki button {
        font-size: 1.3em;
    }
}


footer {
    min-height: 50px;
    width: 100%;
    background: #2c2c2c;
    color: #fcfcfc;
    margin-top: 2em;
    margin-bottom: 100px; 
}
footer p {
    margin: 5px 0 0 0;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    
    .werbung-md {
        display: none;
    }
}
.werbung-xs {
    z-index: 999;
    max-height: 100px;
    width: 100%;
    background: #2c2c2c;
    position: fixed;
    bottom: 0;
    display: block;
    padding: 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .werbung-xs {
        display: none;
    }
    
    .werbung-md {
    z-index: 999;
    max-height: 100px;
    width: 100%;
    background: #2c2c2c;
    position: fixed;
    bottom: 0;
    padding: 10px;
    text-align: center;
}
}

.counter {
    display: none;
}

/* --- read more --- */

/* Link: https://codepen.io/Idered/pen/AeBgF  */


.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'mehr anzeigen';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'weniger anzeigen';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #fcfcfc;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #fcfcfc;
  border-radius: .25em;
}

/* --- Book-Button --- */

.book-button { 
    color: #fcfcfc;
    font-size: 1em;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor:pointer;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    padding: 14px 18px;
    background: #548bc3;
    margin-top: 1em;
    display: inline-block;
}

.border-box {
    width: 100%;
    height: auto;
    border: 1px solid #fcfcfc;
    padding: 0em 1em;
}
/**************************************
* Images
**************************************/

#logo {
    float: right;
    max-width: 150px;
    margin: 5px auto 0 auto;
    /*position: absolute;
    top: 0px;
    right: 20px;*/
}
@media (min-width: 768px) {
    #logo {
        max-width: 250px;
        margin: 10px 10% 0 0; 
    }
}

.regionen img {
    max-width: 100%;
}

.themen img {
    max-width: 100%;
    /*margin-bottom: -0.2em;*/
}

.fb-logo {
    max-width: 25px;
    margin-top: 5px;
}

.book-img {
    max-width: 150px;
    height: auto;
}
@media (min-width: 768px) {
    .book-img {
    max-width: 100%;
    height: auto;
}
}
.product-img {
    max-width: 90%;
}

/**************************************
* Resize / Responsive
**************************************/

.google-maps {
    position: relative;    
    overflow: hidden;
    width: 100%;
    height: 70vh;
    margin: 3em auto 2em auto;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    
}
.ph { /* placeholder für Darstellung ohne Karte */
    position: relative;    
    overflow: hidden;
    width: 100%;
    height: 40vh;
    margin: 3em auto 2em auto;
    border: 1px solid #e1e1e1;
}

/*************************************
* Amazon
**************************************/

.ap-book {
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    padding: 0em 2em 2em 1em;
    margin: 4em 0em;
    border-radius: 5px;
}

p.ap-hint {
    margin: 1em 0em 0.5em 0em;
}

.ap-img {
    margin-bottom: 1em;
}

.ap-title {
    font-size: 1.4em;
    color: #fcfcfc;
    text-decoration: underline;
}

.ap-price {
    font-size: 1.4em;
    font-weight: 600;
}

.ap-buy {
    /*border: 1px solid #e1e1e1;*/
    border: #be751a #b26d18 #9a5f15;
    color: #383838;
    background-image: linear-gradient(to bottom,#f6c88f,#ed9220);
    padding: 0.7em;
    border-radius: 3px;
}
.ap-buy a {
    color: #383838;
    font-weight: 700;
    font-size: 1em;
}

/**************************************
* Alignements
**************************************/
.center {
    text-align: center;
}
.right {
    text-align: right;
}

.f-right { /* float right */
    float: right;
}
.clearing {
    clear: both;
}

/**************************************
* Divider
**************************************/

hr {
border: 0;
height: 2px;
background-image: linear-gradient(90deg, transparent, #e1e1e1, transparent);
}

/**************************************
* Cookie
**************************************/

#cookiedsgvo a {
    color:#548bc3; 
    text-decoration:none;
    font-weight: 600;
}

#cookiedsgvo a:hover {
    text-decoration:underline;
}

#cookiedsgvo h3 {
    font-size: 1.5em;
    margin: 0.5em 0em;

}
#cookiedsgvo div {
    padding: 5px; 
    width: 96%;
    margin: 20px auto; 
}

#cookiedsgvo { 
   outline: 1px solid #548bc3; 
   text-align: left; 
   background: rgba(0, 0, 0, 0.95); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   height: 80vh;
   width: 96vw;
   margin: 10vh 2vw;
   overflow: auto;
}

#cookiedsgvo p {
   font-family: 'Open Sans';
   font-size: 0.8em; 
   line-height: 1.3em;
   margin: 0.3em 0em;
   color: #fcfcfc;
}

#cookiedsgvoCloser {
   color: #e1e1e1;
   font-size: 1em;
   font-family: 'Open Sans';
   font-weight: 600;
   text-decoration: none;
   cursor:pointer;
   border: 1px solid #e1e1e1;
   padding: 14px 18px;
   background: #548bc3;
   margin-top: 1em;
 }

#cookiedsgvoCloser:hover {
    border-bottom:1px solid white; 
    border-right:1px solid white; 
    border-top:1px solid #548bc3; 
    border-left:1px solid #548bc3;
}
@media (min-width: 768px) {
    #cookiedsgvo h3 {
        font-size: 1.8em;
        margin: 0.3em 0em;
    }
    
    #cookiedsgvo p {
        font-size: 1.0em;
        margin: 0.7em 0em;
        line-height: 1.3em;
    }
    
    #cookiedsgvoCloser {
        font-size: 1.2em;
        padding: 16px 20px;
    }
    
    #cookiedsgvo div {
    padding:10px; 
    width: 90%;
    margin: 20px auto; 
    }
    #cookiedsgvoCloser {
        float: right;
        margin: 1em 0em;
    }
}

@media (min-width: 1024px) {
    #cookiedsgvo h3 {
        font-size: 2em;
        margin: 0.2em 0em;
    }
    
    #cookiedsgvo p {
        font-size: 1.2em;
        margin: 1em 0em;
    }
    
    #cookiedsgvoCloser {
        font-size: 1.4em;
        padding: 18px 24px;
    }
    
    #cookiedsgvo div {
    padding:10px; 
    width: 90%;
    margin: 20px auto; 
}
}


/* Navigation - war vorher im head-bereich */

#main-nav {
    height: 0;
    /*min-height: 100vh;
    overflow: hidden scroll;*/
}


/* Scrollbar */

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #4b4b4b; 
}

::-webkit-scrollbar-thumb {
  background: #383838; 
}
