/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHjxsAUi-qJCY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@keyframes fadeInMain {
    from {
        color: #2980b9;
    }
    to {
        color: #000;
    }
}

@keyframes fadeOutMain {
    from {
        color: #000;
    }
    to {
        color: #2980b9;
    }
}

@keyframes fadeInFooter {
    from {
        color: #2980b9;
    }
    to {
        color: #FFF;
    }
}

@keyframes fadeOutFooter {
    from {
        color: #FFF;
    }
    to {
        color: #2980b9;
    }
}

html, body {
    height: 100%;
}

body {
    padding-bottom: 262px;
}

html {
}

* {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #000;
}

a {
    color: #2980b9;
}

a:hover, a:focus, a:active {
    color: #000;
}

main {

}

main a {
    color: #2980b9;
    animation-name: fadeOutMain;
    animation-duration: 0.5s;
}

main a:hover, main a:focus, main a:active {
    color: #000;
    animation-name: fadeInMain;
    animation-duration: 0.5s;
}

/* Fehlerausgaben */
.err_green {
    border: 1px solid rgba(20, 177, 0, 1.00);
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.err_green p {
    color: rgba(20, 177, 0, 1.00);
    margin: 0;
}

.err_yellow {
    border: 1px solid rgba(234, 145, 0, 1.00);
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.err_yellow p {
    color: rgba(234, 145, 0, 1.00);
    margin: 0;
}

.err_red {
    border: 1px solid rgba(255, 0, 4, 1.00);
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.err_red p {
    color: rgba(255, 0, 4, 1.00);
    margin: 0;
}

/* Überschriften */
h1 {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    color: #2980b9;
    margin-top: 20px;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    color: #2980b9;
    margin-top: 20px;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    color: #2980b9;
    margin-top: 20px;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #2980b9;
    margin-top: 20px;
}

/* Site-Loader */
#loader {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

#loader img {
    width: 20%;
}

#loader img:last-child {
    width: 66px;;
}

/* Header-Slider */
div#header {
    position: relative;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1200;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    overflow: hidden;
    background-image: url(../img/slider/0.jpeg);
}

div#header2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url(../img/slider/0.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    visibility: hidden;
}

#header_content {
    position: absolute;
    top: 0;
    left: calc((100% - 1500px) / 2);
    right: calc((100% - 1500px) / 2);
    bottom: 0;
    z-index: 2500;
    text-align: left;
}

#header_links {
    position: absolute;
    top: 50px;
    left: 190px;
    width: calc(49% - 190px);
    color: #2980b9;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    text-shadow: 1px 1px 3px #FFF;
    z-index: 900;
    /*background-color: rgba(255,255,255,0.75);*/
}

#header_links_logo {
    position: absolute;
    top: 70px;
    left: 20px;
    width: 49%;
    color: #2980b9;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    text-shadow: 1px 1px 3px #FFF;
    z-index: 800;
    /*background-color: rgba(255,255,255,0.75);*/
}

#header_rechts {
    position: absolute;
    bottom: 100px;
    right: 20px;
    width: 49%;
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 3px #000;
    text-align: right;
    /*background-color: rgba(255,255,255,0.75);*/
}

@media (max-width: 1499px) {
    #header_content {
        left: calc((100% - 1024px) / 2);
        right: calc((100% - 1024px) / 2);
    }

    #header_links {
        width: calc(49% - 140px);
        font-size: 35px;
    }
}

@media (max-width: 1023px) {
    #header_content {
        left: calc((100% - 640px) / 2);
        right: calc((100% - 640px) / 2);
    }

    #header_links_logo {
        top: 40px;
    }

    #header_links {
        top: 40px;
        left: 190px;
        right: 10px;
        width: calc(100% - 190px);
        font-size: 30px;
    }

    #header_rechts {
        bottom: 20px;
        right: 10px;
        left: 10px;
        width: calc(100% - 20px);
        font-size: 25px;
    }
}

@media (max-width: 639px) {
    #header_content {
        left: 0;
        right: 0;
    }

    #header_links_logo {
        top: 40px;
    }

    #header_links {
        top: 40px;
        left: 190px;
        right: 10px;
        width: calc(100% - 190px);
        font-size: 30px;
    }

    #header_rechts {
        bottom: 20px;
        right: 10px;
        left: 10px;
        width: calc(100% - 20px);
        font-size: 20px;
    }
}

/* Footer */
.footer {
    max-width: 1500px;
    margin: 0 auto;
}

footer {
    background: linear-gradient(180deg, #1a1a1a 0%, #1c1c1c 51%, #1e1e1e 75%);
    padding: 20px 0;
}

footer * {
    color: #FFF;
}

footer a {
    color: #2980b9;
    animation-name: fadeOutFooter;
    animation-duration: 0.5s;
}

footer a:hover, a:focus, a:active {
    color: #FFF;
    animation-name: fadeInFooter;
    animation-duration: 0.5s;
}

footer section h4 {
    color: #2980b9;
}

footer section h4:first-of-type {
    margin: 0;
}

footer ul {
    list-style-image: url(../img/arrow_right.png);
}

/* Head-Navigation */

ul.admin-menu {
    background-color: #2BA145 !important;
}

ul.admin-menu a:hover {
    background: #2BA145 !important;
}


/*Strip the ul of padding and list styling*/
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

nav ul#menu {
    width: 100%;
    background-color: #2980b9;
    text-align: center;
    margin-top: 50px;
}

nav ul#menu_top {
    width: 100%;
    background-color: #2980b9;
    text-align: center;
}

/*Create a horizontal list with spacing*/
nav li {
    display: inline-block;
    /*float: left;*/
    margin-right: 1px;
}

/*Style for menu links*/
nav li a {
    display: block;
    min-width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    /*background: #2f3036;*/
    text-decoration: none;
}

/*Hover state for top level links*/
nav li:hover a {
    /*background: #19c589;*/
}

/*Style for dropdown links*/
nav li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}

/*Hover state for dropdown links*/
nav li:hover ul a:hover {
    /*background: #19c589;*/
    background: #2980b9;
    color: #fff;
}

/*Hide dropdown links until they are needed*/
nav li ul {
    display: none;
}

/*Make dropdown links vertical*/
nav li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
nav li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
    z-index: 2000;
}

/*Style 'show menu' label button and hide it by default*/
nav .show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    /*background: #19c589;*/
    background: #2980b9;
    text-align: center;
    padding: 10px 0;
    display: none;
}

/*Hide checkbox*/
nav input[type=checkbox] {
    display: none;
}

/*Show menu when invisible checkbox is checked*/
nav input[type=checkbox]:checked ~ #menu {
    display: block;
}

nav input[type=checkbox]:checked ~ #menu_top {
    display: block;
}

/*Responsive Styles*/
@media screen and (max-width: 760px) {
    nav ul#menu {
        margin-top: 0;
    }

    div#header {
        top: 0;
    }

    nav li ul a {
        background: #f3f3f3;
        color: #2f3036;
        height: 40px;
        line-height: 40px;
    }

    /*Make dropdown links appear inline*/
    nav ul {
        position: static;
        display: none;
    }

    /*Create vertical spacing*/
    nav li {
        margin-bottom: 1px;
    }

    /*Make all menu links full width*/
    nav ul li, nav li a {
        width: 100%;
    }

    /*Display 'show menu' link*/
    nav .show-menu {
        display: block;
    }

    ul li a:hover + .hidden, .hidden:hover {
        /*display: none;*/
    }

    ul li a:focus + .hidden, .hidden:focus {
        /*display: block;*/
    }

    /*nav li ul {
        display:block;
    }*/
}

/*nav {
	width: 100%;
    background-color: #2980b9;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	margin-left: calc((100% - 1500px)/2);
	margin-right: calc((100% - 1500px)/2);
	text-align: center;
}

nav li {
	display: inline-block;
}

nav li a, nav .dropbtn {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav li a:hover, nav .dropdown:hover .dropbtn {
   color: #000;
}

nav li.dropdown {
    display: inline-block;
}

nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

nav .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

nav .dropdown-content a:hover {background-color: #f1f1f1}

nav .dropdown:hover .dropdown-content {
    display: block;
}*/
/* Konto-Navigation */
.konto_nav {
    list-style-type: none;
    margin: 0;
}

.konto_nav a {
    display: block;
    padding: 10px 5px;
}

.konto_nav li {
    border-bottom: 1px solid #cacaca;
}

.konto_nav .adressen_nav li {
    margin-left: 20px;
}

.konto_nav .adressen_nav {
    display: none;
    list-style-image: url(../img/arrow_right.png);
}

#page_konto_adressen .adressen_nav,
#page_konto_adressen_rechnungsadresse .adressen_nav,
#page_konto_adressen_lieferadresse .adressen_nav,
#page_konto_adressen_kontakt .adressen_nav {
    display: block;
}

.konto_nav .fahrraeder_nav li {
    margin-left: 20px;
}

.konto_nav .fahrraeder_nav {
    display: none;
    list-style-image: url(../img/arrow_right.png);
}

#page_konto_fahrraeder .fahrraeder_nav,
#page_konto_fahrraeder_register .fahrraeder_nav,
#page_konto_fahrraeder_details .fahrraeder_nav {
    display: block;
}

/* Seitenlayout */
main {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 100px;
}

main ul a {
    animation: none;
}

table td {
    font-weight: normal;
}

.anzeige_seiten {
    text-align: center;
}

.anzeige_seiten a {
    margin: 3px 6px;
}

.deleted * {
    color: #A0A0A0;
}

.deleted a {
    color: #2980b9;
}

.deleted a:hover, .deleted a:focus, .deleted a:active {
    color: #000;
}

.benutzer_log {
    max-height: 500px;
    overflow-y: scroll;
}

.list_green_mark {
    list-style-image: url(../img/design/green_mark.png);
}

.grey {
    color: #999999;
}

/* Buttons */
.butn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 0;
    animation: none;
}

.butn:hover,
.butn:focus,
.butn:active,
.butn_aktiv {
    background: #3cb0fd !;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db) !important;
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db) !important;
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db) !important;
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db) !important;
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db) !important;
    text-decoration: none;
    color: #ffffff;
    animation: none;
}

.butn_small {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    border: 0;
    animation: none;
}

.butn_small:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
    color: #ffffff;
    animation: none;
}

.butn_a:hover {
    opacity: 0.6;
}

/* Formular */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
    border: 1px solid white;
    border-bottom: 1px solid black;
    height: auto;
    padding: 1px;
    box-shadow: none;
}

.bigcenter {
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 5px;
    font-size: 200%;
}

textarea {
    border-left: 1px dotted #CCC;
    border-right: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
}

label {
    width: auto;
    margin: 0;
}

label * {
    font-size: 14px;
}

.field_error {
    float: right;
    color: #FF0004;
    font-size: 14px;
}

/* Listen */
.vorteile {
    list-style-image: url(../img/design/green_mark.png);
}

.vorteile li {
    margin-bottom: 20px;
}

.vorteile li:last-child {
    margin-bottom: 0px;
}

.vorteile strong {
    color: #2980b9;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

/* Shop */
#message {
    position: fixed;
    left: calc(50% - 150px);
    top: 20%;
    width: 300px;
    padding: 15px;
    text-align: center;
    border: 1px solid black;
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 10px 1px #000000;
    box-shadow: 3px 3px 10px 1px #000000;
    z-index: 9999;
    visibility: hidden;
}

.preis {
    font-weight: bold;
    font-style: italic;
    float: right;
    margin-bottom: 5px;
}

.preis_zusatz {
    font-size: 10px;
    float: right;
    line-height: 10px;
    text-align: right;
}

/* Optionsschalter */
.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.vorkasse {
    background-image: url(../img/icons/banktransfer.png);
}

.paypal {
    background-image: url(../img/icons/paypal.png);
}

.cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 90%;
    height: auto;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}