.xdebug-error {
    font-size: 20px;
}


.vardump {
    border: 1px dashed orange;
    background-color: lightgray;
    text-align: left;
    z-index: 1000;
    margin-bottom: 2px;
    font-size: 12px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    text-align: center;

    font-size: 22px;
    letter-spacing: 0.0em;
    word-spacing: 0.1em;
    line-height: 24px;

    font-family: RamaGothicE-Light;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

a img {
    border: 0;
}

a, a:visited, a:active {
    outline: none;
    color: black;
}

b, strong {
    font-family: RamaGothicE-SemiBold;
    font-weight: normal;
}

#wrapper {
    width: 100%;
    overflow: visible;

    width: 1010px;
    margin: auto;

    text-align: left;
}

#navi {
    margin: 0px;
    height: 55px;
    width: 1010px;
    position: fixed;
    top: 2px;

    z-index: 10000;

    font-family: RamaGothicE-SemiBold;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

#navi a {
    border-bottom: 1px solid black;
    text-decoration: none;
    letter-spacing: 0.06em;
}

#navi table.right {
    margin-top: 10px;
    margin-left: -3px;
    font-size: 35px;
}

#navi table.left {
    margin-top: 10px;
    margin-left: -3px;
    font-size: 35px;
}

#navi > div {
    margin-top: 10px;
    margin-left: -3px;
    display: flex;
    width: 385px;
}

#navi div.item {
    flex: 1;
}

#navi div a {
    font-size: 35px;
}

#navi_bg {
    height: 55px;
    width: 1010px;
    position: fixed;
    top: 0;

    z-index: 10000;

    background-color: #FFFFFF;
    opacity: 0.7;
}

#piquee_logo {
    margin-left: 403px;
    width: 204px;
    height: 204px;
    position: fixed;
    top: -73px;

    z-index: 10000;
}

#navi li {
    display: inline-block;
}

#entry_content {
    margin-top: -61px;
    position: relative;
}

#content {
    margin-top: 135px;
}

#footer {
    height: 540px;
}

#footer div {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

#footer div a {
    text-decoration: none;
}

#footer div a.black {
    background-color: black;
    color: white;
    font-family: RamaGothicE-Light;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;

    display: block;
    padding-left: 8px;

    line-height: 30px;
}

#footer img.arrow {
    float: right;
    margin-right: 8px;
    margin-top: 7px;
}

#footer div:first-child {
    margin-left: 0px !important;
}

#footer #visit_content a {
    font-family: RamaGothicE-SemiBold;
    text-decoration: none;
}

.top_six {
    float: left;
    width: 160px;
    height: 285px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid black;
    font-family: RamaGothicE-SemiBold;
}

.top_six:first-child {
    margin-left: 0px !important;
}

.top_six .image {
    width: 160px;
    height: 200px;
}

.top_six .text {
    font-family: RamaGothicE-Light;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
    height: 160px !important;
}

.top_six.all_black .text {
    margin-top: 25px !important;
    margin-left: 8px !important;
}

.top_six.all_black b {
    margin-left: 8px;
}

.top_six.all_black img {
    float: right;
    margin: 6px;
}

.top_six .title {
    display: block;
    padding: 5px;
    padding-left: 8px;
    font-size: 36px;
}

.top_six a {
    text-decoration: none;
}

.all_black, .all_black a {
    background-color: #000000;
    color: #FFFFFF;
    margin-left: 10px;
    text-decoration: none;
}

.all_black .text {
    margin: 10px;
    height: 228px;
}

.stopper {
    clear: both;
}

.float_l {
    float: left !important;
}

.float_r {
    float: right !important;
}

.break {
    height: 20px;
}

.case {
    /*height: 1543px;*/
    text-align: left;
    position: relative;
}

.gallery_case {
    border-bottom: 2px solid black;
    vertical-align: top;
    margin-left: 10px;
    magin-bottom: 10px;
}

.gallery_case h2 {
    background-color: #000000;
    color: #FFFFFF;
    font-family: RamaGothicE-SemiBold;
    margin: 0px;
    padding: 6px 6px 10px;
}

.gallery_case a {
    text-decoration: none;
    display: block;
    padding: 0px !important;
}

.gallery_case h2 a {
    display: block;
    color: #FFFFFF;
    padding: 0px !important;
}

.gallery_pictures {
    float: left;
    width: 840px;
    margin-bottom: 20px;
}

.gallery_pictures img {
    margin-bottom: 10px;
}

/* pictures */

.bordered {
    border: 1px solid black;
}

.place {
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;

    background-repeat: repeat;
}

.place a:hover, .top_six .image:hover {
    background-image: url("/images/gray.png");
    background-repeat: repeat;
}

.place_gallery a,
.place a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.place a span {
    visibility: hidden;
}

.place a:hover span {
    visibility: visible;
}

.title_container {
    display: table-cell;
    vertical-align: middle;
}

.title_container div {
    margin: auto;
    width: 118px;
    white-space: nowrap;
}

.maintitle {
    font-family: RamaGothicE-SemiBold;
    color: #FFFFFF;
    display: block;
}

.subtitle, .subtitle a {
    font-family: RamaGothicE-Light;
    color: #FFFFFF;
}

.title_container .subtitle {
    border-bottom: 1px solid white;
    padding-bottom: 2px;
}

.title_container .maintitle {
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
    margin-bottom: 2px;
}


.first {
    margin-left: 0px !important;
}

.margin_l {
    margin-left: 10px;
}

.margin_r {
    margin-right: 10px;
}

.bottom {
    margin-top: 120px;
}

.bottom_large {
    margin-top: 317px;
}


.slider_container {
    height: 1600px;
    position: relative;
    /*border: 1px solid red;*/
    z-index: 1000;
}

.stickyBottom,
.slider_2_bottom {
    position: absolute !important;
    bottom: -11px;
    right: -3px;
}


.slider_1_bottom {
    position: absolute;
    bottom: 220px;
    right: -3px;
}

.fixed,
.slider_1_fixed,
.slider_2_fixed {
    position: fixed !important;
    top: 55px;
}


.col_1 {
    width: 160px;
}

.col_2 {
    width: 330px;
}

.container_2 {
    width: 330px;
}

.col_3 {
    width: 500px;
}

.container_4 {
    width: 670px;
    margin: 0px;
}

.col_6 {
    width: 1010px;
}

hr {
    border: 0;
    height: 1px;
    background-color: black;
}

.separator {
    padding-top: 30px;
    padding-bottom: 30px;
}

.clients .separator {
    padding-top: 10px;
    padding-bottom: 10px;
}

.clients_head {
    background-color: black;
    color: white;
    font-family: RamaGothicE-SemiBold;
    text-align: left;
    width: 330px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0 2px 3px 5px;
}


.h_xs {
    height: 210px;
}


.h_s {
    height: 240px;
}

.h_m {
    height: 330px;
}

.h_l {
    height: 480px;
}


/**********************************************
	Gro�e TitelBox f�r jeden Case
**********************************************/
.title {
    background-color: #000000;
}

.maintitle_container {
    position: relative;
    text-align: center;
}

.maintitle_subcontainer {
    margin: auto;
    margin-top: 22px !important;
    text-align: left;
    display: inline-block;
}

.title .maintitle {
    text-align: left;
    font-size: 72px !important;
    line-height: 60px !important;
    text-decoration: none;
}

.title .subtitle {
    text-align: left;
    font-size: 21px !important;
    line-height: 30px !important;
    margin-top: 12px !important;

    border-bottom: 1px solid white;
    display: inline-block;
}

.title .subtitle a {
    display: inline;
    padding-top: 0px;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid white;
}

.blocks a:hover {
    background-image: none;
    background-color: transparent;
}

.w33 {
    width: 33%;
}

table.brands {
    width: 100%;
}

table.brands td.brand-td {
    padding: 0;
}

.brandlist {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
}

.brand {
    display: inline-block;
    flex: 0 1 16.6666%;
    width: 16.6666%;
    height: 150px;
    line-height: 140px;
    margin: 0;
    vertical-align: top;
    text-align: center;
}

.brand img {
    width: 150px;
    max-height: 150px;
    vertical-align: middle;
}

.brand span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.grid {
    display: flex;
    flex-wrap: wrap;
}

.col {
    flex: 0 1 325px;
    width: 325px;
    height: 230px;

    margin-right: 17px;
    margin-bottom: 17px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
}

.col:nth-child(3n+3) {
    margin-right: 0px;
}

.col a {
    display: block;
    width: 100%;
    height: 100%;
}

.col > a > .title_container {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);

    display: flex;
    align-items: center;
}

.col > a > .title_container > div {
    width: auto;
}

.col:hover > a > .title_container {
    opacity: 1;
}
