/* Helper Styles */

.fl {
    float: left;
}

.mr {
    margin-right: 18px;
}

.mb {
    margin-bottom: 18px;
}

.ipadDisplay {
    display: inherit !important;
    visibility: visible !important;
}

.content-wrapper .content.clearfix {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

.content-wrapper .content.clearfix .clearfix {
    margin: auto;
}

/* box formats */

.box_1_1 {
    width: 220px;
    height: 250px;
}

.box_2_1 {
    width: 458px;
    height: 250px;
}

.box_1_2 {
    width: 220px;
    height: 518px;
}

.box_2_2 {
    width: 458px;
    height: 518px;
}

.box_3_2 {
    width: 694px;
    height: 518px;
}

.box_2_3 {
    width: 458px;
    height: 786px;
}

/* DropDown */

.drop_box {
    width: 458px;
    height: 170px;
    position: relative;
    padding: 40px 0;
    background: url("/skin/frontend/shoepassion/default/images/inspiration/cms/holz_hg.jpg");
}

.drop_box .dropdown {
    width: 378px;
    margin: 0 auto;
}

.drop_box .dropdown h1 {
    color: #ffffff;
}

.drop_box .dropdown p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.drop_box .dropdown p.drop_principle {
    padding-top: 30px;
}

.drop_box .dropdown .first_item {
    height: 50px;
    padding-left: 25px;
    line-height: 45px;
    font-size: 21px;
    cursor: pointer;
}
.drop_box .dropdown .first_item span {
    text-align: center;
    display: inline-block;
    width: 56px;
    height: 50px;
    margin-left: 30px;
    font-size: 30px;
}

.drop_box .dropdown .main_list {
    position: absolute;
    z-index: 2;
}

.drop_box .dropdown .main_list li.shadow_list {
    -moz-box-shadow: 0 3px 8px #888888;
    -webkit-box-shadow: 0 3px 8px #888888;
    box-shadow: 0 3px 8px #888888;
}

.drop_box .dropdown .first_item, .drop_box .dropdown .hiding_list {
    background-color: #ffffff;
}

.drop_box .dropdown .hiding_list {
    margin-top: 2px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 21px;
}


.drop_box .dropdown .hiding_list li {
    padding: 10px 0 10px 10px;
    font-size: 19px;
    cursor: pointer;
}

.drop_box .dropdown .hiding_list li a {
    color: #202020;
    text-decoration: none;
}

.drop_box .dropdown .hiding_list li a:hover,
.drop_box .dropdown .hiding_list li:hover{
    font-weight: bold;
}

/* Content Box */

.box_2_1.content_box {
    background: none;
}

.content-wrapper .content .box_2_1 p {
    margin: 0;
    padding: 25px;
    line-height: 26px;
    font-size: 20px;
}

.content-wrapper .content .box_2_1 p .firstletter {
    display: block;
    float: left;
    margin: -1em 0.2em 0 0;
    height: 3em;
}
.content-wrapper .content .box_2_1 p .firstletter span {
    font-size: 300%;
    line-height: 1.6em;
    font-weight: bold;
}
.content-wrapper .content .box_2_1 p .firstletter + span {
    margin-left  : -0.5em;
}

/* Video */

.content-wrapper .content .widget_video p {
    margin-bottom: 0;
}

.widget_video {
    cursor: pointer;
}

.widget_video.left_vid {
    background: url('//cdn.shoepassion.de/skin/frontend/shoepassion/default/images/widgets/schuhfertigung_video_sprite_2x1.jpg') no-repeat 0 0;
}

.widget_video.left_vid:hover {
    background: url('//cdn.shoepassion.de/skin/frontend/shoepassion/default/images/widgets/schuhfertigung_video_sprite_2x1.jpg') no-repeat 0 -248px;
}

.widget_video.right_vid {
    background: url('//cdn.shoepassion.de/skin/frontend/shoepassion/default/images/widgets/schuhfertigung_video_sprite_left_2x1.jpg') no-repeat 0 0;
}

.widget_video.right_vid:hover {
    background: url('//cdn.shoepassion.de/skin/frontend/shoepassion/default/images/widgets/schuhfertigung_video_sprite_left_2x1.jpg') no-repeat 0 -248px;
}

.widget_video.left_vid,
.widget_video.right_vid {
    width: 458px;
    height: 250px;
}

.widget_video.left_vid .vid_text_box,
.widget_video.right_vid .vid_text_box,
.widget_video.left_vid .video_button_box,
.widget_video.right_vid .video_button_box {
    width: 229px;
    height: 250px;
}

.widget_video.left_vid .video_title,
.widget_video.right_vid .video_title {
    font-size: 28px;
    text-transform: uppercase;
}

.widget_video.left_vid .vid_text_box p,
.widget_video.right_vid p {
    position: relative;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-size-adjust: 100%;
    text-align: center;
    margin-bottom: 0;
}

.widget_video.left_vid .vid_text_box p.video_title,
.widget_video.right_vid p.video_title {
    line-height: 32px;
}

.widget_video.left_vid .vid_text_box p.video_intro,
.widget_video.right_vid p.video_intro {
    font-size: 20px;
}

.widget_video.left_vid .vid_text_box p.video_divider,
.widget_video.right_vid p.video_divider {
    display: none;
}

.widget_video.vertical_vid {
    width: 220px;
    height: 518px;
    background: url('//cdn.shoepassion.de/skin/frontend/shoepassion/default/images/widgets/schuhfertigung_video_1x2.jpg');
    color: #ffffff;
    text-align: center;
}

.widget_video.vertical_vid .video_title {
    padding: 75px 0 10px 0;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
}

.widget_video.vertical_vid .video_intro {
    font-size: 20px;
}

.widget_video .video_button {
    width: 100px;
    height: 100px;
    margin: 140px auto 0 auto;
    background: url('//cdn.shoepassion.de/skin/frontend/shoepassion/default/images/widgets/play_btn.png') no-repeat 0 0;
}

.widget_video:hover .video_button {
    background: url('//cdn.shoepassion.de/skin/frontend/shoepassion/default/images/widgets/play_btn.png') no-repeat -100px 0;
}

#vid_background {
    z-index: 10;
    background: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .9;
}

#vid_container {
    position: absolute;
    z-index: 10000;
    margin: auto;
    overflow: hidden;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-text-size-adjust: 100%;
}

#vid_container h4 {
    padding: 30px 0;
    font-size: 30px;
    color: #ffffff;
}

#vid_container img {
    float: right;
    margin: -53px 0 0 -30px;
    cursor: pointer;
}

/* Big Link */

.big_link {
    color: #ffffff;
    text-decoration: none;
}


.big_link .verizontal {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #ffffff;
}

.content-wrapper .content .big_link .verizontal,
.hover_centered {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-size-adjust: 100%;
}

.content-wrapper .content .big_link p {
    text-align: center;
    margin-bottom: 0;
    padding: 10px 30px;
}

.big_link .big_link_hover {
    width: 458px;
    height: 518px;
    position: absolute;
    text-align: center;
    background: #000000;
    opacity: 0;
    color: #ffffff;
    text-decoration: none;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.big_link:hover .big_link_hover {
    visibility: visible;
    opacity: .9;
}

.big_link:hover .verizontal {
    visibility: hidden;
    display: none;
}

.big_link .box_2_2 .big_link_hover p {
    text-align: center;
    margin-bottom: 0;
}

.big_link .box_2_2 .big_link_hover p.big_line_hover {
    padding: 10px 30px 0 30px;
}

.big_link .box_2_2 .big_link_hover p.big_text {
    line-height: 20px;
}

.big_link .big_header,
.big_link .medium_header {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 40px;
}

.big_link .big_intro,
.big_link .big_text {
    font-size: 20px;
    line-height: 24px;
}

/* Small Link */

.small_link a{
    text-decoration: none;
}

.content-wrapper .content .small_link p {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-size-adjust: 100%;
    text-align: center;
    margin-bottom: 0;
}

.small_link p.small_header {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 30px;
}

.small_link p.small_line {
    margin-top: -10px;
}

.small_link p.small_intro {
    font-size: 20px;
}

.small_link a {
    display: block;
    width: 220px;
    height: 250px;
    background: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.small_link a:hover {
    background: #000000;
    opacity: .9;
}

.small_link:hover a p {
    color: #ffffff !important;
}

/* Horizontal Link */

.horizontal_link {
    color: #000000;
}

.horizontal_link.box_2_1 {
    background: none;
}

.horizontal_link .left_float {
    width: 237px;
    height: 248px;
}

.horizontal_link .right_float {
    width: 237px;
    height: 248px;
}

.content-wrapper .content .horizontal_link .centered_position {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-size-adjust: 100%;
    visibility: visible;
}

.content-wrapper .content .horizontal_link:hover .centered_position {
    visibility: hidden;
}

.content-wrapper .content .horizontal_link p {
    text-align: center;
    margin-bottom: 0;
    padding: 0 20px;
}

.content-wrapper .content .horizontal_link p.horizontal_header {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 34px;
}

.content-wrapper .content .horizontal_link p.horizontal_line {
    padding-top: 10px;
}

.horizontal_link a {
    width: 458px;
    height: 250px;
    background: #000000;
    position: absolute;
    opacity: 0;
    text-decoration: none;
    display: block;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.horizontal_link:hover a {
    visibility: visible;
    opacity: .9;
}

.horizontal_link .horizontal_link_hover {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-size-adjust: 100%;
}

.content-wrapper .content .horizontal_link .horizontal_link_hover p {
    text-align: center;
    margin-bottom: 0;
    padding: 0 20px;
    color: #ffffff;
}

/* Vertical Link */


.vertical_link .centered_position {
    position: relative;
    visibility: visible;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-size-adjust: 100%;
}

.content-wrapper .content .vertical_link p {

    text-align: center;
    margin-bottom: 0;
    padding: 0 10px;
}

.content-wrapper .content .vertical_link p.vertical_header {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 34px;
}

.content-wrapper .content .vertical_link p.vertical_intro {
    font-size: 20px;
    line-height: 25px;
}

.content-wrapper .content .vertical_link a.vertical_link_hover {
    color: #ffffff;
    text-decoration: none;
    visibility: hidden;
    width: 220px;
    height: 518px;
    position: absolute;
    background: #000000;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.content-wrapper .content .vertical_link:hover .centered_position {
    visibility: hidden;
}

.content-wrapper .content .vertical_link:hover a.vertical_link_hover {
    visibility: visible;
    opacity: .9;
}

.content-wrapper .content .vertical_link .vertical_link_hover p {
    padding: 10px 20px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}

/* Newsletter */

.cms_newsletter_widget {
    background: url('//cdn.shoepassion.de/skin/frontend/shoepassion/default/images/widgets/newsletterbox_2x1.jpg') no-repeat;
}

.cms_newsletter_widget .newsletter_content {
    width: 428px;
    height: 220px;
    margin: 16px;
}

.cms_newsletter_widget .newsletter_content .newsletter_inner {
    width: 350px;
    padding: 20px 40px;
}

.cms_newsletter_widget .newsletter_content .newsletter_inner h4 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
}
.cms_newsletter_widget .newsletter_content .newsletter_inner input#email {
    height: 43px;
    font-size: 18px;
    padding-left: 10px;
    width: 335px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666666;
    padding-top: 5px;
}