/*! Bernd Bobert Style
color:
rgba(134, 119, 97, 1)
*/

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url("../webfonts/slick.eot");
    src: url('../webfonts/slick.eot?#iefix') format('embedded-opentype'), url('../webfonts/slick.woff') format('woff'), url('../webfonts/slick.ttf') format('truetype'), url('../webfonts/slick.svg#slick') format('svg');
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    padding: 15px 50px;
    color: #666;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.6;
}

a,
a:visited,
a:link {
    text-decoration: none;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

h1 a {
    text-decoration: none !important;
    color: #606c76 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    margin-bottom: 2.0rem;
    margin-top: 0;
}

h1 {
    font-size: 4.6rem;
    line-height: 0.8;
    font-weight: bold;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: 0rem;
}

h2#description {
    font-size: 1.2rem;
    margin-top: -5px;
    margin-left: 50px;
}

h3 {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0rem;
}

h4 {
    font-size: 2.2rem;
    letter-spacing: -.08rem;
    line-height: 1.35;
}

h5 {
    font-size: 1.8rem;
    letter-spacing: -.05rem;
    line-height: 1.5;
}

h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.4;
}

img {
    max-width: 100%;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

nav {
    min-width: 550px;
    max-width: 900px;
    height: 60px;
    position: fixed;
    display: block;
    width: 90%;
    bottom: -10px;
    border-radius: 13px;
    border: 2px solid #FFF;
    transition: 0.9s all;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 999;
}

nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

nav ul li {
    width: 100%;
    height: 70px;
    padding-top: 13px;
    text-align: center;
    background: #DDD;
    text-transform: uppercase;
    font-size: 17px;
}

nav ul li#first-item {
    border-radius: 10px 0px 0px 0px;
}

nav ul li#last-item {
    border-radius: 0px 10px 0px 0px;
}

nav ul li a {
    display: block;
}

nav ul li a i {
    font-size: 0.9em;
}

nav ul li .buttontext {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
    margin-top: -65px;
    font-size: 13px;
    transition: 0.4s all;
    background: #EEE;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0px 15px;
    padding-top: 3px;
}

nav ul li:hover {
    background: rgba(134, 119, 97, 1);
    cursor: pointer;
}

nav ul li a:visited,
nav ul li a:link {
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: none;
}

nav ul li:hover a i {
    font-size: 19px;
    text-decoration: none !important;
    transition: 0.4s all;
    color: #FFF;
}

nav ul li:hover .buttontext {
    display: flex;
    font-size: 19px;
    margin-top: -80px;
    border-radius: 10px;
}

nav #mobilenav {
    display: none;
    width: 100%;
    height: 70px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 10px;
}

nav #minititle {
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: left;
    padding-left: 15px;
}

#menulogo {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 40px;
    cursor: pointer;
}

#menulogo .bar1,
#menulogo .bar2,
#menulogo .bar3 {
    margin: 6px 0;
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background-color: #FFF;
}

#menulogo .bar1 {
    transition-delay: 0s;
}

#menulogo .bar2 {
    margin-left: 9px;
    width: 20px;
    transition-delay: .1s;
}

#menulogo .bar3 {
    width: 30px;
    transition-delay: .2s;
}

#menulogo:hover .bar1,
#menulogo:hover .bar2,
#menulogo:hover .bar3 {
    background-color: rgba(134, 119, 97, 1);
}

.change .bar1 {
    transition: .6s;
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    transition: 1.3s;
    transform: translateY(-100px);
}

.change .bar3 {
    transition: .5s;
    -webkit-transform: rotate(45deg) translate(-9px, -6px);
    transform: rotate(45deg) translate(-9px, -6px);
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
    height: 100% !important;
}

footer {
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}

footer #footer-message {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

/* ==========================================================================
   Custom element classes
   ========================================================================== */
.flexbox {
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin: 0px 20px;
    flex: 1;
}

.book-tab {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: center;
}

.book-description {
    flex-direction: column;
}

.widebox {
    background: rgba(134, 119, 97, 1);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    padding: 40px 50px;
}

.widebox_inner {
    max-width: 1160px;
    margin: 0 auto;
}

.widebox h3,
.widebox h4,
.widebox p {
    color: #FFF;
}

.gds-img {
    background: url('/img/gegen-den-strom.jpg');
    background-size: cover;
    height: 500px;
    width: 500px;
    border-radius: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 50%;
    box-shadow: 4px 4px 10px 3px #CCC;
    float: left;
}

@media only screen and (max-width: 800px) {
    .gds-img {
        float: none;
        width: 100%;
    }
}

.alltagsheld-img {
    background: url('/img/alltagsheld.jpg');
    background-size: cover;
    height: 500px;
    width: 500px;
    border-radius: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 50%;
    box-shadow: 4px 4px 10px 3px #CCC;
    float: left;
}

@media only screen and (max-width: 800px) {
    .alltagsheld-img {
        float: none;
        width: 100%;
    }
}



/* ==========================================================================
   Plugins
   ========================================================================== */

.hidden,
[hidden] {
    display: none !important;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


.formbutton {
    display: inline-block;
    margin-bottom: 4px;
    padding: .4em 1.5em;
    min-width: 190px;
    max-width: 400px;
    border: 3px solid #000;
    background: rgba(134, 119, 97, 1);
    text-align: center;
    text-decoration: none;
    font-size: 1.25em;
    cursor: pointer;
    -webkit-transition: all .1s;
    transition: all .2s;
    -webkit-appearance: none;
}

.formbutton:hover {
    background: rgba(134, 119, 97, 1);
}

.formbutton:disabled {
    background: grey;
    color: #fff !important;
    cursor: default;
}

.formbutton:disabled:hover {
    background: rgba(134, 119, 97, 1);
}


.invalid {
    border: 1px dashed red !important;
}

.errormsg {
    display: none;
    text-decoration: underline;
}

.successmsg {
    display: none;
    color: #90ee90;
    text-shadow: 1px 1px 1px #000;
}

.smallquote {
    font-style: italic;
    font-size: .6em;
}


/* =====================================
   Tabs
   =====================================*/


.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tablabel {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 8px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
    margin-bottom: 0px;
    cursor: pointer;
    background: #EEE;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    text-transform: uppercase;
    border-bottom: 5px solid #EEE;
    border-radius: 10px 10px 0px 0px;
    font-size: 20px;
}

.tablabel:hover {
    box-shadow: 0px -1px 5px 0px #333;
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1em;
    background: rgba(134, 119, 97, 1);
    box-shadow: 0px 0px 5px black;
    border-radius: 0px 10px 10px 10px;
    color: #FFF;
}

.tabs input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.tabs input[type="radio"]:checked+.tablabel {
    background: rgba(134, 119, 97, 1);
    color: #FFF;
    border-bottom: 5px solid #FFF;
    z-index: 0;
    box-shadow: 0px -2px 5px black;
    border-right: none;
    border-left: none;
}

.tabs input[type="radio"]:checked+.tablabel+.tab {
    display: block;
}

.tabs .toggle {
    padding-left: 67px;
}



/* =====================================
   Slider
   =====================================*/

.slider {
    padding: 10px 20px 40px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px 0px #AAA;
}

.slider button {
    box-shadow: none !important;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0 auto;
    text-align: center;
    max-width: 900px;
    padding: 100px;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;

}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: inline-block;

}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    display: block;

    width: 40px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9999
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: rgba(134, 119, 97, 1);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 10px;
}

[dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 10px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 5px;
    left: 0;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    list-style-type: none;
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li:before {
    background-image: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}



/* ==========================================================================
   Modal
   ========================================================================== */

.formbg {
    text-align: center;
    color: white;
    background: rgba(134, 119, 97, 1);

}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    top: 90px;
    position: relative;
    z-index: 9999 !important;
    width: 90%;
    background: rgba(134, 119, 97, 1);
    padding: 10px 10px;
    box-shadow: 0px 0px 5px 1px #000;
    border: 1px solid #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.modal a.close-modal {
    position: absolute;
    top: -2.5px;
    right: -2.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
    border: 3px solid #FFF;
    border-radius: 90px;
}

.modal a.close-modal:hover {
    border-color: rgba(134, 119, 97, 1);
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (max-width: 42em) {
    body {
        padding: 15px;
    }

    nav {
        min-width: 0px;
        background: rgba(134, 119, 97, 0.9);
        height: 70px;
        bottom: -10px;
        transition: 0.4s all;
    }

    nav.open {
        height: 100vh;
        bottom: -20px;
        background: rgba(134, 119, 97, 1);
    }

    nav ul {
        display: flex;
        flex-direction: column;
    }

    nav #mobilenav {
        display: block;
        color: #FFF;
    }

    nav ul li {
        width: 70%;
        margin-left: 20px;
        text-align: left;
        padding-left: 20px;
        border-radius: 10px !important;
        transition: 0.4s all;
        border: 1px solid #FFF;
    }

    nav ul li .buttontext {
        display: inline-block;
        background: transparent;
        margin-top: 5px;
        font-size: 19px;
    }

    nav ul li:hover .buttontext {
        margin-top: 5px;
        display: inline-block;
        border-radius: 0px;
        color: #FFF;
        font-size: 19px;
    }

    nav ul li a i {
        font-size: 19px !important;
    }

    nav ul li:hover {
        margin-left: 30px;
    }

    .book-tab {
        display: flex !important;
        flex-wrap: wrap;
    }

    .column {
        flex: auto;
    }
}