/* Eigenschaften redesign 2013 */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    font-size: 16px;
    color: black;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    background: #333;
}

table {
    border: none;
}

strong {
    font-weight: bold;
}

li {
    line-height: 1.25em;
}
a {
    color: inherit;
    text-decoration: underline;
}

.anker {
    visibility: hidden;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none;
}

.tipp {
    background: #eeeeee;
    font-weight: bold;
    font-size: smaller;
    padding: 4px 6px;
}

.label {
    font-weight: bold;
    padding-right: .5em;
}

.main strong {
    font-weight: normal;
}

.icon {
    padding-left: 22px;
}

.icon .label {
    display: none;
}

.tel {
    background: url('../images/icons/icon-phone.png') top left no-repeat;
}

.adr {
    background: url('../images/icons/icon-location.png') top left no-repeat;
}

.email {
    background: url('../images/icons/icon-email.png') top left no-repeat;
}

.time {
    background: url('../images/icons/icon-clock.png') top left no-repeat;
}

.sup {
    vertical-align: super;
    font-size: .75em;
}

.italic {
    font-style: italic;
}

.pangv {
    font-size: .75em;
}

.pangv a {
    text-decoration: none;
}

.small {
    font-size: smaller;
}


/* form defaults */
input[type=text],
input[type=email],
input[type=password],
select,
textarea {
    font-size: 1em;
    line-height: 1.25em;
    padding: 0 .35em;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    padding: 3px 0px 3px 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    border: 1px solid rgba(81, 203, 238, 1);
}

textarea {
    resize: none;
}

/*search form*/
.search-title {
    width: 66.6% !important;
    margin: 0 auto !important;
}

.search-field {
    width: 66.6% !important;
    margin: 0 auto !important;
    border: 1px solid #606060;
    border-radius: 5px;
    background: #f2f2f2;
    height: 28px;
}

input.inputbox {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 2px 6px;
    height: 26px;
    background: #fff;
    border: none;
    width: 93%;
}

.search-button i {
    display: inline-block;
    color: #303030;
    height: 28px;
    width: 28px;
    text-align: right;
}

.search-desc {
    width: 66.6%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-top: 1em;
    font-size: .9em;
}

.search-desc a {
    padding-left: 12px;
}

/* header */
h2 {
    font-family: serif;
    line-height: 2em;
    font-size: 1.5em;
    padding: 0;
    text-align: center;
    color: #ea005f;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

h3 {
    font-family: sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 1em;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    background: none;
    margin-bottom: 20px;
}

/* header navigation */
.tvk-headerNavigation {
    background: #fff;
    border-bottom: 1px solid #333;
    overflow: hidden;
    height: 28px;
    padding: 4px 0;
}

.tvk-headerNavigation a {
    padding: 0 24px;
    line-height: 28px;
    font-size: 14px;
    border-right: 1px solid #333;
    text-transform: uppercase;
    color: #000;
}

.tvk-header-search {
    float: right;
    width: 240px;
}

.tvk-header-search fieldset {
    background: #333;
    height: 26px;
    margin-right: 4px;
    padding: 1px;
}

.tvk-header-search input,
.tvk-header-search .inputbox {
    height: 26px;
    font-size: 12px;
    line-height: 26px;
}

.tvk-header-search input[type=submit] {
    color: #fff;
    background: none;
    padding-left: 8px;
}

.tvk-header-search .inputbox {
    padding: 0 3px;
    width: 170px;
}


/* content eigenschaften */
#content {
    display: block;
    padding: 5px 0 1em 0;
    background: #fff;
}

#content ul {
    list-style-type: disc;
    margin: 1em 1em 1em 2em;
}

#content ol {
    list-style-type: decimal;
    margin: 1em 1em 1em 2em;
}

#content p {
    margin: 0 1em 1em 0;
}

.product-description * {
    padding-left: 1.5em;
}

.product-description p {
    padding-left: 2em;
}

.product-description dl {
    margin: 0 0 1.5em 0;
    line-height: 1.5em;
}

.product-description dt,
.product-description dd {
    margin-bottom: .5em;
}

.product-description dt {
    float: left;
    width: 240px;
    font-weight: 600;
    font-size: .9em;
}

.product-description dd {
    margin-left: 240px;
    font-style: italic;
}

.product-image {
    background: #fff;
    padding: 21px;
}

.product-image img {
    border: 2px solid #ea005f;
}

.product-price {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 1em;
    text-align: right;
}

.product-orderForm fieldset {
    text-align: right;
    padding: 2em 21px 0 21px;
    background: #fff;
}

.product-quantity {
    font-size: 1.5em;
    padding: .33em;
    color: #333;
}

.product-quantity input {
    border: 1px solid #ccc;
    width: 40px;
    text-align: right;
}

.product-button {
    background: #00a600;
    line-height: 40px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.product-video {
    width: 640px;
    height: 360px;
}

/* feature-box eigenschaften */
#newProducts {
    display: none;
}

.feature-box-frame {
    padding: 0 0 0 0;
    border-bottom: 1px solid #333;
    overflow: hidden;
    background: #e2e2e2;
    /*height: 280px;*/
}

.feature-box-frame h2 {
    font-family: serif;
    line-height: 2em;
    font-size: 1.5em;
    padding: 0 5px;
    text-align: center;
    color: #ea005f;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 10px;
}

.feature-box-content {
    background: #fff;
    margin-bottom: 10px;
    height: 173px;
    overflow: hidden;
}

.feature-box-productImage {
    margin: 0 1px;
    padding: 0;
    background: #fff;
    float: left;
}

.feature-box-productName {
    font-weight: normal;
    line-height: 1.1em;
    margin: 0;
    padding: 5px .5em 0 .5em;
    text-align: right;
}

.feature-box-productName a {
    color: #000;
}

.feature-box-productDesc {
    font-size: .9em;
    padding: .5em;
    margin-left: 228px;
    color: #555;
    text-align: right;
}

.feature-box-productPrice {
    text-align: right;
    margin: 0 1px;
    padding-bottom: .25em;
    background: #fff;
}

.shipping {
    color: #009;
    font-size: .8em;
    text-decoration: underline;
    line-height: 1.5em;
    padding: 0 .25em;
}

.price {
    font-family: 'Georgia', serif;
    font-size: 1.85em;
    color: #f00;
    padding: 0 .25em;
    line-height: 1.5em;
}

.price .small {
    font-size: .6em;
    color: #333;
}

/* manufacturers eigenschaften */
#manufacturers {
    border-top: 1px solid #333;
}

#manufacturers h2 {
    margin-bottom: 0;
}

#manufacturers span {
    font-size: 1.35em;
    line-height: 2em;
    float: left;
    width: 16.5%;
    text-align: center;
    color: #333;
}

#manufacturers span:hover, #manufacturers span:focus {
    background: #ccc;
}

/* header eigenschaften */
.tvk-header {
    background: url('../images/tvk-header-tall.min.png') center center no-repeat #333;
    border-top-left-radius: 40px;
    border-bottom: 1px solid #333;
}

.tvk-header a {
    color: #000;
}

.tvk-header a:hover {
    color: #000;
}

.tvk-header-text {
    width: 33%;
    /*background: rgba(238,238,238,0.8);*/
    background: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 40px;
    padding: 0 1em 1em 1em;
    height: 100%;
    border-right: 1px solid #333;
}

.tvk-header-text h1 a {
    font-size: 3em;
    display: block;
    font-weight: bold;
    line-height: 2em;
    border-bottom: 1px solid #333;
    margin: 0 0 .33em 0;
    text-align: center;
}

.tvk-header-text p {
    margin: .5em 0;
    font-size: 16px;
    line-height: 20px;
}

.tvk-time-table {
    margin-top: .3em;
}

.tvk-time-table td {
    font-size: 14px;
}

.tvk-day {
    text-align: left;
    vertical-align: middle;
    padding-right: .5em;
}


table.header,
table.headerNavigation {
    display: none;
}

.mainframe {
    background: #fff;
    width: 100% !important;
    display: none;
}

/* categories eigenschaften*/
ul.categories,
ul.information {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #fff;
}

#footer ul.categories a,
#footer ul.information a {
    display: block;
    background: none;
    margin-bottom: 1px;
    line-height: 2em;
    padding-left: .5em;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

/* footer EIGENSCHAFTEN */
#footer {
    background: #333;
    border-top: 1px solid #000;
    font-size: .9em;
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
    clear: both;
}

#footer h3 {
    font-weight: bold;
    font-size: .9em;
    color: #333;
    background: #fff;
    line-height: 1.75em;
    padding: 0 .5em;
    text-transform: uppercase;
    margin-bottom: .25em;
}

#footer h2 {
    font-size: 28px !important;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1em;
    font-family: serif;
    color: #fff;
    padding: 10px 0 8px 10px;
    float: left;
    width: 33%;
    background: none;
}

#footer .social {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: 0;
    margin-left: 15px;
}

#footer .social-icons {
    padding: 10px 0 8px 0;
    margin-left: 35%;
    text-align: right;
}

#footer .social-icons img {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 4px;
    margin-right: 9px;
}

#footer .label {
    float: left;
    width: 60px;
}

#footer strong {
    font-weight: bold;
}

#footer .address {
    line-height: 1.4em;
}

#footer a:link {
    color: #fff;
    text-decoration: underline;
}

#footer a:visited {
    color: #fff;
    text-decoration: underline;
}

#footer a:focus, #footer a:hover, #footer a:active {
    color: #fff;
    text-decoration: none;
}

#footer .social a {
    text-decoration: none;
}

table.header {
    width: 900px;
    margin: 0 auto;
}

tr.header {
    background: url('../images/header-logo.min.jpg') top left no-repeat white;
    height: 240px;
}

.headerText {
    font-size: 13px;
    color: #666;
    float: left;
    margin: 50px 0 0 30px;
    line-height: 150%;
}

.headerText:first-line {
    font-weight: bold;
}


table.footerNavigation, table.headerNavigation {
    width: 900px;
    margin: 0 auto;
}

table.headerNavigation {
    background: url('../images/side-border.min.jpg') top left repeat-y white;
}

tr.headerNavigation {
    background: none;
}

td.headerNavigationSpacer {
    width: 40px;
}

td.headerNavigation {
    background: white;
    padding-top: 6px;
    font-size: 12px;
    color: black;
    border-top: 3px double #aaaaaa;
}

td.headerNavigation a:link {
    color: black;
    text-decoration: none;
    font-size: 12px;
}

td.headerNavigation a:visited {
    color: black;
    text-decoration: none;
    font-size: 12px;
}

td.headerNavigation a:hover {
    color: silver;
    text-decoration: none;
    font-size: 12px;
}

tr.footer {
    background: none;
}

td.footer {
    border-bottom: 3px double #aaaaaa;
    background: white;
    padding-bottom: 6px;
    font-size: 12px;
    color: black;
}

td.footer a {
    color: black;
    text-decoration: none;
    font-size: 12px;
}


table.mainframe {
    width: 900px;
    margin: 0 auto;
}

table.mainframe td.ausgabe {
    padding: 0 0 0 12px;
}

td.pageHeading {
    color: black;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
    text-transform: initial;
}

td.main a:link {
    color: blue;
}

td.main a:visited {
    color: purple;
}

td.main a:hover {
    color: black;
}

td.main .preis {
    display: block;
    float: right;
    margin: 0 0 .3em .3em;
    text-align: right;
    width: 140px;
    font-family: Georgia, serif;
    font-size: 2.5em;
    color: #cc0000;
    text-shadow: 0 1px #fff, 0 2px #fff, 0 3px #666, 0 4px #666;
}

td.produktBeschreibung {
    font-size: 14px;
    width: 66%;
}

td.infoBoxHeading {
    background: magenta;
    color: black;
    font-size: 11px;
    padding: 4px 9px;
    border: 1px solid silver;
    border-bottom: none;
}

td.leftColumn {
    vertical-align: top;
    padding-top: 36px;
}

td.rightColumn {
    width: 1px;
}

table.infoBoxContents {
    background: white;
}

table.infoBox {
    margin-bottom: 9px;
}

td.boxText, td.oos-BlockText {
    font-size: 12px;
    padding: 0 5px;
}


span.oos-bigInfo {
    background: none;
    color: black;
}

span.oos-bigTitle {
    font-weight: normal;
}


#impressumframe .impBox {
    float: left;
    overflow: hidden;
}

#impressumframe .address {
    margin-right: 24px;
}

#impressumframe .contact {
    margin-right: 24px;
}

#impressumframe .zeiten {
    margin-right: 0;
}

#mapFrame {
    border: 1px solid silver;
}

#mapFrame h3 {
    margin: 0;
    padding: 4px 8px;
    background: magenta;
    color: black;
    font-size: 12px;
    border-bottom: 1px solid silver;
}

#mapFrameContent {
}

#mapFrameContent .boxContent {
    margin: 9px;
}

#mapFrameContent .boxContent a {
    font-size: smaller;
    text-decoration: none;
}

#mapiframe {
    width: 650px;
    height: 360px;
    border: 1px solid #000;
    margin: 9px;
}

.label {
    display: block;
    float: left;
}

.zeiten .label, .headerText .label {
    width: 60px;
}

.contact .label {
    width: 65px;
}


#tagFrame {
    width: 384px;
    float: right;
}

#tagFrameContent {
    margin: 0 0 18px 18px;
}

.tagfieldHeader {
    font-size: 14px;
    color: #ff00ff;
    border-bottom: 1px dotted #666666;
    text-align: center;
    margin: 0;
    padding: 4px 0;
}

.tagfieldText {
    text-align: justify;
    margin: 9px;
    line-height: 200%;
}

.wert1 {
    font-size: 8px;
}

.wert2 {
    font-size: 10px;
}

.wert3 {
    font-size: 13px;
}

.wert4 {
    font-size: 16px;
}

.wert5 {
    font-size: 20px;
}


.box {
    border: 1px solid silver;
}

.boxHeader {
    border-bottom: 1px solid silver;
    font-size: 12px;
    font-weight: bold;
    color: black;
    background: magenta;
    padding: 3px 6px;
    margin: 0;
}

.boxContent {
    margin: 9px 9px 9px 9px;
    font-size: 12px;
    color: black;
    text-align: left;
}


td.produktAnsicht {
}

td.produktAnsicht form {
    background: red;
}

ul.prod-desc {
    list-style: none;
}

ul.prod-conn {
    list-style: circle;
}


/* neue produktdarstellung */
.productImageBox {
    width: 62.5%;
    margin: 0;
    padding: 0 2% 0 0; /*height: 37.5%;*/
    height: auto;
    float: left;
    background: #fff;
}

.productOrderBox {
    width: 37.5%;
    padding: 4% 2% 0 0;
    height: 62.5%;
    background: #fff;
    margin-left: 62.5%;
}

.productOrderBox h3 {
    color: #333;
    text-align: right;
    margin: 0 0 .75em 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.1em;
    text-transform: uppercase;
}

.productOrderPrice {
    font-family: sans-serif;
    margin: 0;
    font-size: 3em;
    color: #f00;
    font-weight: 500;
    text-shadow: 1px 1px #fff, 2px 2px #999, 3px 3px #999;
    padding: 10px 0 0 0;
    display: block;
}

.product-button {
    border: 1px solid #0f0;
    border-radius: 4px !important;
    text-transform: uppercase;
    width: 75%;
}

.productHighlightBox {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1em;
    float: left;
    border-top: 3px solid #e09;
}

.productHighlightBox h3 {
    line-height: 1.75em !important;
    text-align: center;
    margin-bottom: 0;
    /*  text-shadow: 1px 1px #fff, 2px 2px #fff;*/
    letter-spacing: 1px;
    background: #f2f2f2;
    border-top: 1px solid #e09;
    margin-top: 2px;
    color: #666;
    font-weight: 600;
}

.productHighlightBox p {
    margin: .5em !important;
    text-align: justify;
    line-height: 1.15em;
}

.productDescription {
    margin-top: 3em;
}

.productFeatureBox {
    margin-top: 3em;
    width: 98%;
    padding: 0 2%;
}

.productFeatureList {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.productFeatureList li {
    list-style-type: none;
    border-top: 1px solid #ddd;
    padding: .75em 0 .75em .75em;
    margin-bottom: .5em;
    background: #f2f2f2;
}

.productFeatureList li span {
    float: left;
    width: 20%;
    font-weight: 600;
    color: #333;
}

.productFeatureList dl {
    margin-left: 21%;
}

.productFeatureList dt,
.productFeatureList dd {
    line-height: 1.5em;
}

.productFeatureList dt {
    float: left;
    width: 32.5%;
}

.productFeatureList dd {
    font-style: italic;
    margin-left: 32.5%;
}


/* contact form stylesheets */
.boxContactForm,
.boxDirections {
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
}

.boxContactForm {
    width: 62.5%;
}

.boxContactForm h3,
.boxDirections h3 {
    margin: 0 0 .5em 0;
    color: #333;
    padding: 0;
    line-height: 1em;
}

.boxContactForm label {
    display: block;
    line-height: 1.5em;
    font-weight: 600;
    color: #333;
}

.boxContactForm input[type=text],
.boxContactForm input[type=email],
.boxContactForm textarea {
    width: 100%;
    border: 1px solid #aaa;
}

.buttonContactForm {
    float: right;
    line-height: 2em;
    padding: 0 .5em;
    background: #333;
    color: #f2f2f2;
}

.boxDirections {
    width: 37.5%;
}

.boxDirections h4 {
    font-size: .85em;
    font-weight: 600;
}

.boxDirections .map {
    padding-top: 24px;
}

.boxDirections .map img {
    box-shadow: 0 0 3px #fff inset;
    display: inline;
    border: 1px solid #aaa;
}

.boxDirections .caption {
    font-size: .9em;
    font-style: italic;
    padding: .25em .25em .15em .45em;
    border-left: 1px solid #aaa;
    display: inline-block;
    margin-top: .25em;
}


/* product listing stylesheets fuer categorie und product list ansicht */

.productListing-odd,
.productListing-even {
    float: left;
    width: 292px;
    margin: 0 10px 20px 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.productListing div.productListing-even:nth-child(1) {
    display: none;
}

.productListing-data:nth-child(1) {
    background: rgba(255, 255, 255, .85);
    z-index: 10;
    position: absolute;
    width: 290px;
    text-align: center;
}

.productListing-data:nth-child(1) a {
    color: rgb(51, 51, 51);
    line-height: 2.5em;
    font-weight: 600;
}

.productListing-data:nth-child(2) {
    display: none;
}

.productListing-data:nth-child(3) {
    margin: 8px;
    display: table;
    padding: 0;
}

.productListing-data:nth-child(3) a {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 240px;
    margin: 0;
    padding: 0;
}

.productListing-data:nth-child(3) a img {
    width: 100%;
    height: auto;
    display: inline;
    margin: 0;
    padding: 0;
}

.productListing-data:nth-child(4) {
    text-align: right;
    padding: 10px;
    background: #e2e2e2;
}

/* main section stylesheets */
.divider {
    width: 66.6%;
    margin: 0.5em auto 1em auto;
    border: none;
    border-top: 1px solid #aaa;
    height: 1px;
    padding: 0;
}

#search {
    background: none;
    padding: 1em 0 0 0;
}

#search h3 {
    width: 85%;
    margin: 0 auto;
    line-height: 1.5em;
}

/*div { border: 1px solid red !important; margin: 5px !important; }*/

/* Login form stylesheets */
.content {
    padding: 0 10px !important;
    padding-bottom: 1em !important;
}

.attention {
    text-align: center;
    font-weight: 400;
    padding-bottom: 1em;
}

.attention b {
    color: #f00;
    font-weight: 600;
    font-size: .95em;
    text-transform: uppercase;
}

.boxNewCustomer,
.boxLogin {
    padding: 10px;
}

.boxNewCustomer {
    float: left;
    width: 469px;
}

.boxLogin {
    float: left;
    width: 470px;
}

.lineVertical {
    float: left;
    width: 1px;
    background: #666;
    height: 220px;
}

.loginField {
    border: 1px solid #666;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.15em;
}

.account .loginField {
    border: none;
    font-size: 16px;
    font-style: italic;
    line-height: 1em;
}

.loginLabel {
    display: block;
    padding-bottom: 5px;
    width: 100%;
}

.account .loginLabel {
    font-weight: 600;
    font-size: .9em;
    padding-bottom: 0;
}

.loginLabel .alignright {
    font-size: 12px;
}

.alignright {
    float: right;
}

.btn {
    display: block;
    border: none;
    background: none;
    color: #333;
    text-decoration: none;
    line-height: 1.75em;
    font-size: .95em;
    font-variant: small-caps;
    font-weight: 600;
    padding: 0 6px;
    text-align: center;
}

.btnNude {
    border: 1px solid #333;
}

.btnSolid {
    background: #666;
    border: 1px solid #666;
    color: #f2f2f2;
    text-shadow: 1px 1px #000;
}

.btn:hover {
    cursor: pointer;
}

.btnCreateAccount {
    float: right;
    width: 62.5%;
}

.btnLogin {
    width: 100%;
}

.boxLeft {
    float: left;
}

.boxRight {
    float: right;
}

.boxLeft,
.boxRight {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.box_1_2 {
    width: 50%;
}

.box_5_8 {
    width: 62.5%;
}

.borderDark {
    border: 1px solid #333;
}

.buttonLine {
    text-align: center;
    margin-bottom: 2em;
}

.buttonLine input,
.buttonLine a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

.wrap {
    margin-top: 2em;
}

#impressum {
    display: none;
}

#impressum:target {
    display: block;
}

#datenschutz {
    display: none;
}

#datenschutz:target {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(208, 208, 208, .8);
    padding: 10vh 10vw;
}

.modal-close {
    font-size: 2em;
    color: #727272;
    position: fixed;
    top: .5em;
    right: .5em;
    line-height: 1em;
    text-decoration: none;
}
.modal-content {
    background-color: white;
    margin: auto;
    width: 80vw;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0 0 10px #000;
    border-radius: 10px;
    padding: 2em;
}
.modal-content h3 {
    padding-top: 20px;
}
.modal-content footer {
    color: #ccc;
    font-size: .85em;
    border-top: 1px solid #999;
    padding-top: 1em;
}
