@media screen {
. mod_iso_checkout .billing_addressfirst {
    display:none;
}
#iso_ajaxBox {
    border:2px solid #ccc;
}
@media (max-width:767px) {
    #iso_ajaxBox {
    width: 90%;
    padding: 0;
    left: 5%;
    box-sizing:border-box;
    }
}

/* Body //////////////////////////////////////////////////////////////////// */
body {
    margin:0;
    padding-top:20px;
    padding-bottom:20px;
    background-color:#fff;
    font:13px 'Open Sans',Arial,sans-serif;
    color:#000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
@media (max-width:1160px) {
    body{
    padding-top:0px !important;
    padding-bottom:0px !important;
    }
}

/* block //////////////////////////////////////////////////////////////////// */
.block {
    overflow:hidden;
}

/* img //////////////////////////////////////////////////////////////////// */
img {
    border:0px;
}

/* Sections ////////////////////////////////////////////////////////////////// */
#wrapper,
header,
#container,
#main,
aside,
footer,
.custom,
.custom .inside,
.inside {
    position:relative;
    display:block;
}

/* #container:after //////////////////////////////////////////////////////////////////// */
#container:after {
    height:0px;
    clear:both;
    display:block;
    visibility: hidden;
    content: ".";
}

/* Wrapper //////////////////////////////////////////////////////////////////// */
#wrapper {
    margin-right:auto;
    margin-left:auto;
    padding:30px;
    background-color:#e7e6e7;
    max-width:1100px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

/* Inside Elements //////////////////////////////////////////////////////////////////// */
header .inside,
footer .inside,
#container,
.custom .inside {
    margin-right:0;
    margin-left:0;
    width:auto;
}

/* Container //////////////////////////////////////////////////////////////////// */
#container {
    margin-top:10px;
    margin-bottom:40px;
}

/* Inside Elements Informationsection //////////////////////////////////////////////////////////////////// */
#Informationsection .inside {
    padding-top:2%;
}

/* Inside Elements Slidersection //////////////////////////////////////////////////////////////////// */
#Slidersection .inside {
    padding-top:10px;
}

/* Inside Elements Footer //////////////////////////////////////////////////////////////////// */
#footer .inside {
    padding:1% 3%;
}

/* footerProduktNavi //////////////////////////////////////////////////////////////////// */
#footer .inside #footerProduktNavi {
    padding-bottom:10px;
    border-bottom:1px solid #000;
}
#footer .inside #footerProduktNavi .image_container {
    position:relative;
    float:left;
    margin-right:30px;
}

/* Menusection //////////////////////////////////////////////////////////////////// */
#Menusection .inside {
    background-color:#ffffff;
}

/* Footer //////////////////////////////////////////////////////////////////// */
footer {
    background-color:#ffffff;
    color:#999999;
}

/* Typography //////////////////////////////////////////////////////////////////// */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:normal;
    color:#e2000a;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1 {
    font-size:25px;
    line-height:30px;
}
h2 {
    font-size:20px;
    line-height:30px;
}
h3 {
    font-size:17px;
    line-height:34px;
}
h4 {
    font-size:16px;
    line-height:30px;
}
h5 {
    font-size:14px;
    line-height:24px;
}
h6 {
    font-size:12px;
    line-height:21px;
}
p,
blockquote {
    line-height:22px;
}
em {
    font-style:italic;
}
strong {
    font-weight:bold;
}
small {
    font-size:80%;
}

/* Headline bordered //////////////////////////////////////////////////////////////////// */
h1.bordered,
h2.bordered,
h3.bordered,
h4.bordered,
h5.bordered,
h6.bordered,
.bordered h1,
.bordered h2,
.bordered h3,
.bordered h4,
.bordered h5,
.bordered h6 {
    padding-bottom:10px;
    border-bottom:1px solid #ffffff;
}
.process h1,
.process h2 {
    padding-bottom:10px;
    border-bottom:1px solid #ffffff;
}
.process h1:after,
.process h2:after {
    width:50px;
    height:4px;
    position:relative;
    display:block;
    margin-top:7px;
    margin-bottom:-11px;
    background-color:#e2000a;
    font:0px FontAwesome;
    content:".";
}

/* Headline bordered Footer //////////////////////////////////////////////////////////////////// */
#footer h1.bordered,
#footer h2.bordered,
#footer h3.bordered,
#footer h4.bordered,
#footer h5.bordered,
#footer h6.bordered {
    margin-top:11px;
    margin-bottom:11px;
    font-size:17px;
    line-height:30px;
}
#footer .bordered h1,
#footer .bordered h2,
#footer .bordered h3,
#footer .bordered h4,
#footer .bordered h5,
#footer .bordered h6 {
    margin-top:11px;
    margin-bottom:11px;
    font-size:17px;
    line-height:30px;
}

/* Links //////////////////////////////////////////////////////////////////// */
a {
    text-decoration:none;
    color:#e2000a;
    border:none;
}
a:hover {
    text-decoration:underline;
}
a:focus {
    outline:none;
}

/* img //////////////////////////////////////////////////////////////////// */
img {
    border:none;
}

/* Images responsive //////////////////////////////////////////////////////////////////// */
.responsive img {
    width:100% !important;
    height:auto !important;
}

/* Gallery //////////////////////////////////////////////////////////////////// */
.ce_gallery ul {
    margin:0;
    padding:0;
    overflow:hidden;
    list-style:none;
}
.ce_gallery li {
    float:left;
}
.ce_gallery li.col_first {
    clear:left;
}

/* Big Button //////////////////////////////////////////////////////////////////// */
.big_button a,
a.big_button {
    position:relative;
    display:block;
    padding:15px 30px;
    text-align:center;
    background-color:#e2000a;
    font-size:18px;
    text-decoration:none;
    color:#ffffff;
}
.big_button a:hover,
a.big_button:hover {
    background-color:rgba(e2000a,.9);
}

/* More & Back Button //////////////////////////////////////////////////////////////////// */
p.more a,
a.more,
p.back a,
a.back,
a.toplink,
.toplink a {
    padding:6px 13px;
    background-color:#fff;
    text-decoration:none;
    color:#e2000a;
}
p.more a:hover,
a.more:hover,
p.back a:hover,
a.back:hover,
a.toplink,
.toplink a {
    background-color:#e2000a;
    text-decoration:none;
    color:#ffffff;
}

/* Blockquotes //////////////////////////////////////////////////////////////////// */
blockquote p {
    position:relative;
    display:block;
    padding-right:60px;
    padding-left:100px;
    font-style:italic;
}
blockquote {
    position:relative;
    display:block;
    margin:0;
    padding:0;
}
blockquote:before {
    left:25px;
    position:absolute;
    display:block;
    font:50px FontAwesome;
    content: "\f10e";
}

/* Warning //////////////////////////////////////////////////////////////////// */
p.warning {
    padding:20px;
    text-align:center;
    border:1px solid #f00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
p.warning:before {
    width:100%;
    height:30px;
    position:relative;
    float:none;
    clear:both;
    display:block;
    padding-bottom:10px;
    text-align:center;
    font:30px FontAwesome;
    font-weight:normal;
    color:#f00;
    content:"\f071";
}

/* Confirmation //////////////////////////////////////////////////////////////////// */
p.confirmation {
    padding:20px;
    text-align:center;
    border:1px solid #15ff00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
p.confirmation:before {
    width:100%;
    height:30px;
    position:relative;
    float:none;
    clear:both;
    display:block;
    padding-bottom:10px;
    text-align:center;
    font:30px FontAwesome;
    font-weight:normal;
    color:#15ff00;
    content: "\f024";
}

/* information //////////////////////////////////////////////////////////////////// */
p.information {
    padding:20px;
    text-align:center;
    border:1px solid #00a6ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
p.information:before {
    width:100%;
    height:30px;
    position:relative;
    float:none;
    clear:both;
    display:block;
    padding-bottom:10px;
    text-align:center;
    font:30px FontAwesome;
    font-weight:normal;
    color:#00a6ff;
    content: "\f0a1";
}

/* Clear //////////////////////////////////////////////////////////////////// */
.clear {
    height:0px;
    position:relative;
    float:none;
    clear:both;
    display:block;
}

/* Colored //////////////////////////////////////////////////////////////////// */
.colored {
    color:#e2000a;
}

/* Hidden //////////////////////////////////////////////////////////////////// */
.hidden {
    display:none;
}

/* Responsive Hidden //////////////////////////////////////////////////////////////////// */
@media (max-width:767px) {
    .responsive_hidden{
    display:none !important;
    }
}

/* Line //////////////////////////////////////////////////////////////////// */
.line {
    width:100%;
    height:1px;
    background-color:#ffffff;
    font-size:1px;
    line-height:1px;
}

/* Text align center //////////////////////////////////////////////////////////////////// */
.center {
    text-align:center;
}

/* Figure //////////////////////////////////////////////////////////////////// */
figure {
    margin:0;
    padding:0;
    font-size:0px;
    line-height:0px;
}
figure.float_left {
    position:relative;
    float:left;
    display:inline-block;
}
figure.float_right {
    position:relative;
    float:right;
    display:inline-block;
}
figure:focus,
img:focus {
    outline:none;
}

/* .invisible //////////////////////////////////////////////////////////////////// */
.invisible {
    width:0px;
    height:0px;
    left:-1000px;
    top:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline;
}

/* Logo //////////////////////////////////////////////////////////////////// */
#logo {
    width:100%;
    position:relative;
    display:block;
}
#logo img {
    width:100%;
    position:relative;
    display:block;
    padding-top:40px;
    padding-bottom:40px;
}
#logo a {
    border:none;
}

/* Mainmenu //////////////////////////////////////////////////////////////////// */
.mainmenu {
    position:relative;
    float:left;
    display:block;
    overflow:visible !important;
}
.mainmenu ul {
    position:relative;
    display:block;
    margin:0;
    padding:0;
    background-color:#ffffff;
    list-style-type:none;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.mainmenu ul.level_1,
.usermenu ul.level_1 {
    width:100%;
    height:30px;
    position:relative;
    display:block;
    margin:0;
    padding:0;
}
.mainmenu ul.level_1 li,
.usermenu ul.level_1 li {
    position:relative;
    float:left;
    display:block;
}
.mainmenu ul.level_1 li a,
.mainmenu ul.level_1 li span.active,
.mainmenu ul.level_1 li span.forward,
.usermenu ul.level_1 li a,
.usermenu ul.level_1 li span.active,
.usermenu ul.level_1 li span.forward {
    height:25px;
    position:relative;
    display:inline-block;
    padding:5px 13px 0;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    color:#333333;
}
.mainmenu ul.level_1 li a:hover,
.mainmenu ul.level_1 li span.active,
.mainmenu ul.level_1 li.submenu:hover > a,
.mainmenu ul.level_1 li a.trail,
.mainmenu ul.level_1 li span.forward,
.usermenu ul.level_1 li a:hover,
.usermenu ul.level_1 li span.active,
.usermenu ul.level_1 li.submenu:hover > a,
.usermenu ul.level_1 li a.trail,
.usermenu ul.level_1 li span.forward {
    color:#e2000a;
}
.mainmenu ul.level_1 li > ul,
.usermenu ul.level_1 li > ul {
    position:absolute;
    background-color:#ffffff;
    z-index:999;
}
.mainmenu ul.level_1 li > ul,
.usermenu ul.level_1 li > ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .2s, 0s;
    -moz-transition-duration: .2s, 0s;
    -o-transition-duration: .2s, 0s;
    transition-duration: .2s, 0s;
    -webkit-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}
.mainmenu ul li:hover > ul,
.usermenu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.mainmenu ul.level_2,
.usermenu ul.level_2 {
    min-width:150px;
    top:30px;
    width:auto;
}
.mainmenu ul.level_2 li,
.usermenu ul.level_2 li {
    width:100%;
    position:relative;
    float:none;
    display:inline-block;
    margin:0;
    padding:0;
}
.mainmenu ul.level_2 li a,
.mainmenu ul.level_2 li span.active,
.mainmenu ul.level_2 li span.forward,
.usermenu ul.level_2 li a,
.usermenu ul.level_2 li span.active,
.usermenu ul.level_2 li span.forward {
    position:relative;
    float:none;
    display:block;
    white-space:nowrap;
    color:#333333;
}
.mainmenu ul.level_2 li a:hover,
.mainmenu ul.level_2 li span.active,
.mainmenu ul.level_2 li a.trail,
.mainmenu ul.level_2 li.submenu:hover > a,
.mainmenu ul.level_2 li span.forward,
.usermenu ul.level_2 li a:hover,
.usermenu ul.level_2 li span.active,
.usermenu ul.level_2 li a.trail,
.usermenu ul.level_2 li.submenu:hover > a,
.usermenu ul.level_2 li span.forward {
    color:#e2000a;
}
.mainmenu ul.level_2 li > ul,
.usermenu ul.level_2 li > ul {
    min-width:150px;
    left:0;
    top:0;
    margin-left:100%;
    width:auto;
}

/* Unsermenü //////////////////////////////////////////////////////////////////// */
.usermenu {
    right:50px;
    top:0;
    position:absolute;
    overflow:visible;
    display:block;
}
.usermenu ul.level_1 {
    height:30px;
    position:relative;
    display:block;
    margin:0;
    padding:0;
}
@media (max-width: 1139px) {
    #Menusection .mod_iso_cart:after, .usermenu {
    top: 10px!important;
    }
}

/* Home Icon //////////////////////////////////////////////////////////////////// */
@media (min-width:1140px) {
    .mainmenu ul.level_1>li.first>a, 
    .mainmenu ul.level_1>li.first>span {
    	width:50px;
    	height:30px;
    	padding:0px;
    	margin:0px;
            color:#ffffff;
    }
    .mainmenu ul.level_1>li.first>a:after, 
    .mainmenu ul.level_1>li.first>span:after {
    	position:absolute;
    	top:0px;
    	left:0px;
    	width:50px;
    	height:25px;
    	padding-top:5px;
    	background-color:#box;
    	font:22px FontAwesome;
    	color:#333333;
    	content: "\f015";
    	text-align:center;
    }
    .mainmenu ul.level_1>li.first>a:hover:after,
    .mainmenu ul.level_1>li.first>a.trail:after,
    .mainmenu ul.level_1>li:hover.first>a:after,
    .mainmenu ul.level_1>li.first>span.active:after,
    .mainmenu ul.level_1>li.first>span.forward:after{
    	background-color:#e2000a;
    	color:#ffffff;
    	}
}

/* Responsive nav //////////////////////////////////////////////////////////////////// */
.mainmenu a.mobile_handle {
    display:none;
}

/* Responsive nav min 1140px //////////////////////////////////////////////////////////////////// */
@media (max-width:1139px) {
    /* Handle */
    .mainmenu a.mobile_handle {
    	height:36px;
    	width:50px;
    	position:relative;
    	display:block;
    	overflow:hidden;
     	background:#e2000a;
    	padding-top:14px;
    	font-size:14px;
    	text-decoration:none;
    	color:#292929;
    	text-align:center;
    	cursor:pointer;
    }
    /* Res Nav */
    .mainmenu {
    	width:100%;
    }
    .mainmenu ul {
    	background:#333333;
    	-ms-transition: all 0s ease-in-out;
    	-webkit-transition: all 0s ease-in-out;
    	-o-transition: all 0s ease-in-out;
    	-moz-transition: all 0s ease-in-out;
    	transition: all 0s ease-in-out
    }
    .mainmenu ul.level_1 {
    	height:auto;
    }
    .mainmenu ul.level_1 li {
    	float:none;
    	width:100%;
    }
    .mainmenu ul.level_1 li a, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li span.forward {
    	width:100%;
    	display:block;
    	height:50px;
    	padding:14px 13px 13px 13px;
    	border-top:1px solid rgba(0,0,0,0.1);
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;   
    	box-sizing: border-box;
            color:#fff;
    }
    .mainmenu ul.level_1 li a:hover, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li span.forward {
    	background-color:#e2000a !important;
    	color:#ffffff;
    }
     .mainmenu ul.level_1 li a.trail, .mainmenu ul.level_1 li.submenu:hover > a {
    	background-color:rgba(0,0,0,0.1);
    	color:#fff;
    }
    .mainmenu ul li a:hover {
    	background:#e2000a !important;
    	color:#ffffff !important;
    }
    .mainmenu ul.level_1 li > ul {
    	position: relative;
    	background-color:#333333;
    	z-index:99;
    }
    .mainmenu ul.level_1 li > ul {
    	padding:0px;
    	display:none;
        -webkit-transition-property: opacity, visibility;
        -moz-transition-property: opacity, visibility;
        -o-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        -webkit-transition-duration: .2s, 0s;
        -moz-transition-duration: .2s, 0s;
        -o-transition-duration: .2s, 0s;
        transition-duration: .2s, 0s;
         opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s, 0s;
        -moz-transition-delay: 0s, 0s;
        -o-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s;
    }
    .mainmenu ul.level_2 {
    	min-width:auto;
    	top:0px;
    	width:auto;
    }
    .mainmenu ul.level_2 li {
    }
    .mainmenu ul.level_2 li a, .mainmenu ul.level_2 li span.active, .mainmenu ul.level_2 li span.forward {
    	background:#333333;
    	color:#fff;
    }
    .mainmenu ul.level_2 li a:hover, .mainmenu ul.level_2 li span.active,  .mainmenu ul.level_2 li span.forward {
    	background-color:#e2000a;
    	color:#ffffff;
    }
     .mainmenu ul.level_2 li a.trail, .mainmenu ul.level_2 li.submenu:hover > a {
    	background-color:rgba(0,0,0,0.1);
    	color:#fff;
    }
    .mainmenu ul.level_2 li > ul {
    	min-width:auto;
    	width:auto;
    	left:0;
    	top:0;
    	margin-left:0%;
    	padding:0px;
    }
    .mainmenu ul.level_2 li a, .mainmenu ul.level_2 li span.active, .mainmenu ul.level_2 li span.forward {
    	padding-left:30px !important;
    	}
    	
    .mainmenu ul.level_3 li a, .mainmenu ul.level_3 li span.active, .mainmenu ul.level_3 li span.forward {
    	padding-left:45px !important;
    	}	
    	
    .mainmenu ul.level_4 li a, .mainmenu ul.level_4 li span.active, .mainmenu ul.level_4 li span.forward {
    	padding-left:60px !important;
    	}	
    	
    .mainmenu ul.level_5 li a, .mainmenu ul.level_5 li span.active, .mainmenu ul.level_5 li span.forward {
    	padding-left:75px !important;
    	}	
    	
    .mainmenu ul.level_6 li a, .mainmenu ul.level_6 li span.active, .mainmenu ul.level_6 li span.forward {
    	padding-left:90px !important;
    	}		
    /* Sub Arrow */
    .mainmenu ul li a.sub_nav{
    	position:absolute;
    	width:50px;
    	height:50px;
    	right:0px;
    	top:0px;
    	margin:0;
    	padding:0px !important;
    	background-color:#292929 !important;
    	color:#fff;
    	text-align:center;
    	cursor:pointer;
    }
    .mainmenu ul li a.sub_nav:hover{
    	background-color:#e2000a !important;
    	color:#ffffff;
    }
    .mainmenu .icon-angle-up,  .mainmenu .icon-angle-down {
    	 position:relative;
    	 display:block;
    	 padding-top:15px;
    	 font-size:18px;
    }
}

/* Styleswitcher Area //////////////////////////////////////////////////////////////////// */
.styleswitcher_area {
    width:305px;
    height:100%;
    left:-305px;
    top:100px;
    position:fixed;
    -ms-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    z-index:9999;
}
@media (max-width:767px) {
    .styleswitcher_area{
    display:none;
    }
}
.styleswitcher_area:hover {
    left:0;
}
.styleswitcher_area:after {
    width:40px;
    height:40px;
    top:0;
    position:absolute;
    overflow:hidden;
    padding-top:10px;
    padding-right:2px;
    text-align:center;
    background-color:#FFF;
    -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.1);
    box-shadow:0 0 2px 2px rgba(0,0,0,.1);
    font:20px FontAwesome;
    font-weight:normal;
    color:#4f4f4f;
    right:-45px;
    -webkit-font-smoothing: antialiased;
    content: "\f085";
    	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
    	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* Styleswitcher //////////////////////////////////////////////////////////////////// */
.mod_zad_switcher {
    padding:10px 10px 15px;
    text-align:center;
}
.style_inner {
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:5px;
    margin-left:5px;
    background-color:#fff;
    -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.1);
    box-shadow:0 0 2px 2px rgba(0,0,0,.1);
}
.style_headline {
    position:relative;
    display:block;
    padding:10px 10px 0;
    text-align:center;
    font-size:16px;
}
.mod_zad_switcher a {
    min-width:40px;
    position:relative;
    display:inline-block;
    margin-right:4px;
    margin-left:4px;
    padding:3px 7px;
    background-color:#fff;
    border:1px solid rgba(e2000a,.8);
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
    color:#e2000a;
    text-transform:uppercase;
}
.mod_zad_switcher a:hover {
    background-color:rgba(0,0,0,.03);
}

/* Change Language //////////////////////////////////////////////////////////////////// */
.mod_changelanguage {
    height:25px;
    position:relative;
    float:right;
    display:block;
    margin-top:20px;
    padding-left:14px;
    border-left:1px solid #e2000a;
}
.mod_changelanguage .lang_active span {
    margin-right:15px;
    margin-left:10px;
    font-size:13px;
    color:#000000;
}
.mod_changelanguage .lang_active {
    height:21px;
    position:relative;
    float:right;
    display:block;
    padding-top:7px;
    font-size:0px;
    line-height:0px;
}
.mod_changelanguage .lang_list {
    width:0px;
    height:21px;
    position:relative;
    float:left;
    display:block;
    padding-top:7px;
    font-size:0px;
    line-height:0px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_changelanguage .lang_active img {
    margin-left:5px;
}
.mod_changelanguage .lang_active img,
.mod_changelanguage .lang_list img {
    margin-bottom:-2px;
}
.mod_changelanguage .lang_list img {
    width:0px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_changelanguage:hover .lang_list {
    width:16px;
    padding:7px 5px 0;
}
.mod_changelanguage:hover .lang_list img {
    width:16px;
}

/* Social Media Icons //////////////////////////////////////////////////////////////////// */
.social_media_icons {
    height:25px;
    position:relative;
    display:block;
    margin-top:12px;
    margin-bottom:10px;
    white-space:nowrap;
    border-left:1px solid #e2000a;
}
#footer .social_media_icons {
    margin-right:0;
    padding-left:0;
    border-left:0px;
}
.social_media_icons .ce_hyperlink {
    width:25px;
    height:20px;
    position:relative;
    overflow:hidden;
    display:inline-block;
    margin-left:5px;
    padding-top:5px;
    text-align:center;
    font-size:15px;
}
.social_media_icons .ce_hyperlink.icon-facebook {
    float:right;
}
.social_media_icons .ce_hyperlink:hover {
    background-color:#e2000a;
    color:#ffffff;
}
.social_media_icons .ce_hyperlink figure,
.social_media_icons .ce_hyperlink img {
    width:25px;
    height:25px;
}
.social_media_icons .ce_hyperlink a {
    width:25px;
    height:25px;
    left:0;
    top:0;
    position:absolute;
    display:block;
    font-size:0px;
}

/* Header contact //////////////////////////////////////////////////////////////////// */
.header_contact {
    height:25px;
    position:relative;
    float:right;
    display:block;
    margin-top:20px;
    margin-right:15px;
    padding-left:10px;
    border-left:1px solid #e2000a;
}
.mail_us_button,
.call_us_button {
    position:relative;
    float:left;
    display:block;
    margin-left:5px;
}
.mail_us_button a,
.call_us_button a {
    height:19px;
    position:relative;
    display:block;
    margin-top:0;
    margin-bottom:0;
    padding-top:6px;
    padding-right:7px;
    padding-bottom:0;
    line-height:13px;
    text-decoration:none;
    color:#000000;
}
.mail_us_button a:hover,
.call_us_button a:hover {
    background-color:#e2000a;
    color:#ffffff;
}
.call_us_button a:before,
.mail_us_button a:before {
    width:25px;
    height:21px;
    position:relative;
    float:left;
    display:inline-block;
    margin-top:-6px;
    margin-right:5px;
    padding-top:4px;
    text-align:center;
    font:16px FontAwesome;
    color:#000000;
}
.mail_us_button a:before {
    content: "\f0e0";
}
.call_us_button a:before {
    content: "\f095";
}
.call_us_button a:hover:before,
.mail_us_button a:hover:before {
    background-color:rgba(0,0,0,.05);
    color:#ffffff;
}

/* Search Menusection //////////////////////////////////////////////////////////////////// */
#Menusection .mod_search {
    width:50px;
    height:50px;
    right:0;
    top:0;
    position:absolute;
    overflow:hidden;
    padding:0;
    background-color:#e2000a;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#Menusection .mod_search:hover {
    width:100%;
}
#Menusection .mod_search .formbody {
    width:100%;
    height:50px;
}
#Menusection .mod_search .formbody:before {
    width:50px;
    height:33px;
    right:0;
    top:0;
    position:absolute;
    padding-top:17px;
    text-align:center;
    background-color:#444;
    font:15px FontAwesome;
    color:#e2000a;
    content: "\f002";
}
#Menusection .mod_search .formbody .submit {
    width:50px;
    height:50px;
    right:0;
    top:0;
    position:absolute;
    margin:0;
    padding:0;
    -webkit-box-shadow:0 0 0 0;
    box-shadow:0 0 0 0;
    border:0px;
    border-radius:0;
    font-size:0px;
    cursor:pointer;
    background:transparent;
}
#Menusection .mod_search .formbody .submit:hover {
    background-color:rgba(0,0,0,.05);
}
#Menusection .mod_search h1,
#Menusection .mod_search h2,
#Menusection .mod_search h3,
#Menusection .mod_search h4,
#Menusection .mod_search h5,
#Menusection .mod_search h6 {
    width:90px;
    height:39px;
    left:0;
    top:0;
    position:absolute;
    margin:0;
    padding:17px 0 0 20px;
    font-size:16px;
    line-height:16px;
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
#Menusection .mod_search .formbody .text {
    width:100%;
    height:50px;
    left:0;
    top:0;
    position:absolute;
    display:block;
    padding:0 60px 0 90px;
    vertical-align:middle;
    background-color:rgba(0,0,0,.01);
    -webkit-box-shadow:0 0 0 0;
    box-shadow:0 0 0 0;
    border:0px;
    border-radius:0;
    font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -webkit-appearance: none;
}
#Menusection .mod_search .header,
#Menusection .mod_search .first,
#Menusection .mod_search .last,
#Menusection .mod_search .even {
    display:none;
}

/* Header Register and Login //////////////////////////////////////////////////////////////////// */
.reg_log {
    height:25px;
    position:relative;
    float:right;
    display:block;
    margin-top:20px;
    margin-right:15px;
    padding-left:10px;
}
#header .login_button {
    position:relative;
    float:left;
    display:block;
    margin-left:5px;
}
#header .login_button a:before {
    width:25px;
    height:20px;
    position:relative;
    float:left;
    display:inline-block;
    margin-top:-6px;
    margin-right:5px;
    padding-top:5px;
    text-align:center;
    font:16px FontAwesome;
    color:#000000;
    content: "\f13e";
}
#header .login_button a:hover:before {
    background-color:rgba(0,0,0,.05);
    color:#ffffff;
}
#header .login_button a {
    height:19px;
    position:relative;
    display:block;
    margin-top:0;
    margin-bottom:0;
    padding-top:6px;
    padding-right:7px;
    padding-bottom:0;
    line-height:13px;
    text-decoration:none;
    color:#000000;
    cursor:pointer;
}
#header .login_button a:hover {
    background-color:#e2000a;
    color:#ffffff;
}

/* Header Register //////////////////////////////////////////////////////////////////// */
#header .register_button a:before {
    width:25px;
    height:21px;
    position:relative;
    float:left;
    display:inline-block;
    margin-top:-6px;
    margin-right:5px;
    padding-top:4px;
    text-align:center;
    font:16px FontAwesome;
    color:#000000;
    content: "\f007";
}
#header .register_button a:hover:before {
    background-color:rgba(0,0,0,.05);
    color:#ffffff;
}
#header .register_button {
    position:relative;
    float:left;
    display:block;
    margin-left:5px;
}
#header .register_button a {
    height:19px;
    position:relative;
    display:block;
    margin-top:0;
    margin-bottom:0;
    padding-top:6px;
    padding-right:7px;
    padding-bottom:0;
    line-height:13px;
    text-decoration:none;
    color:#000000;
}
#header .register_button a:hover {
    background-color:#e2000a;
    color:#ffffff;
}

/* Header Article //////////////////////////////////////////////////////////////////// */
#header .header_article {
    position:relative;
    float:right;
    margin-right:20px;
}

/* Breadcrumb //////////////////////////////////////////////////////////////////// */
.mod_breadcrumb {
    width:100%;
    position:relative;
    clear:both;
    display:block;
    padding-bottom:10px;
}
.mod_breadcrumb ul {
    margin:0;
    padding:0;
}
.mod_breadcrumb ul li {
    position:relative;
    float:left;
    display:block;
    margin-right:10px;
}
.mod_breadcrumb ul li a {
    text-decoration:none;
    color:#000000;
}
.mod_breadcrumb ul li a:hover {
    text-decoration:none;
    color:#e2000a;
}
.mod_breadcrumb ul li:before {
    margin-right:10px;
    font-family:FontAwesome;
    content: "\f178";
}
.mod_breadcrumb ul li.first:before {
    display:none;
}

/* Syndications //////////////////////////////////////////////////////////////////// */
.pdf_link {
    right:0;
    top:-26px;
    position:absolute;
    white-space:nowrap;
}

/* Syndications //////////////////////////////////////////////////////////////////// */
@media (max-width:767px) {
    .pdf_link {
    top:0px;
    }
}
.pdf_link a {
    margin-left:5px;
    font-size:16px;
    color:#000000;
}
.pdf_link a:hover {
    text-decoration:none;
    color:#e2000a;
}

/* Flex Slider //////////////////////////////////////////////////////////////////// */
ul.slides {
    margin:0;
    padding:0;
    list-style-type:none;
}
ul.slides li img {
    width:100% !important;
    height:auto !important;
}
.ce_flexSlider h1,
.ce_flexSlider h2,
.ce_flexSlider h3 {
    margin-bottom:0;
    color:#e2000a;
}
.flexslider {
    overflow:hidden !important;
    margin-bottom:0px !important;
}
.ce_flexSlider .flex-direction-nav .flex-prev {
    width:25px;
    height:80px;
    left:-0%;
    top:50%;
    position:absolute;
    margin-top:-40px;
    background-color:#e2000a;
    font-size:0px;
    text-decoration:none;
    z-index:99;
    margin-left:-20px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_flexSlider:hover .flex-direction-nav .flex-prev {
    margin-left:0px;
}
.ce_flexSlider .flex-direction-nav .flex-next {
    width:25px;
    height:80px;
    right:0;
    top:50%;
    position:absolute;
    margin-top:-40px;
    background-color:#e2000a;
    font-size:0px;
    text-decoration:none;
    z-index:99;
    margin-right:-20px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_flexSlider:hover .flex-direction-nav .flex-next {
    margin-right:0px;
}
.ce_flexSlider .flex-direction-nav .flex-next:hover,
.ce_flexSlider .flex-direction-nav .flex-prev:hover {
    background-color:rgba(e2000a,.5);
}
.ce_flexSlider .flex-direction-nav .flex-prev:before {
    left:7px;
    top:28px;
    position:absolute;
    font:22px FontAwesome;
    color:#ffffff;
    content: "\f104";
}
.ce_flexSlider .flex-direction-nav .flex-next:before {
    right:7px;
    top:28px;
    position:absolute;
    font:22px FontAwesome;
    color:#ffffff;
    content: "\f105";
}
.flex-control-nav {
    width:100%;
    height:5px;
    bottom:0;
    left:0;
    position:absolute;
    margin:0;
    padding:0;
    list-style-type:none;
    z-index:99;
}
.flex-control-nav li {
    width:10%;
    height:5px;
    position:relative;
    float:left;
}
.flex-control-nav li a {
    width:100%;
    height:5px;
    position:relative;
    display:block;
    background-color:#e2000a;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.flex-control-nav li a.flex-active {
    background-color:#333333;
}
.flex-caption {
    max-width:100%;
    bottom:0;
    right:0;
    position:absolute;
    display:block;
    margin:4%;
    padding:1% 3%;
    background-color:rgba(0,0,0,.5);
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
@media (max-width:680px) {
    .flex-caption {
    display:none;
    }
}

/* Tab Control Slidersection //////////////////////////////////////////////////////////////////// */
#Slidersection .tabcontrol_tabs ul {
    margin:0;
    padding:0;
    border:0px;
    list-style-type:none;
}
#Slidersection ul {
    list-style-type:none;
}
#Slidersection .tabcontrol_tabs ul li {
    height:19px;
    position:relative;
    float:left;
    display:block;
    margin-right:-1px;
    padding:6px 13px 0;
    border-right:1px solid #e2000a;
    border-left:1px solid #e2000a;
    line-height:13px;
    cursor:pointer;
}
#Slidersection .tabcontrol_tabs ul li.tab_0 {
    border-right:1px;
    border-left:0px;
}
#Slidersection .tabcontrol_tabs ul li.selected {
    background-color:#e2000a;
    color:#ffffff;
}
#Slidersection .tabcontrol_tabs {
    bottom:0;
    right:0;
    position:absolute;
}
#Slidersection .ce_tabcontrol {
    padding-top:10px;
}
@media (max-width:1139px) {
    #Slidersection .panes{
    padding-bottom:50px;
    }
}

/* Menu Side //////////////////////////////////////////////////////////////////// */
aside nav ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
aside nav ul li {
    width:100%;
    position:relative;
    display:block;
    background-color:#ffffff;
    list-style-type:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
aside nav ul li a,
aside nav ul li span,
#portfolio_filter a {
    width:100%;
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:1px;
    padding:6px 10px 6px 15px;
    background-color:#ffffff;
    text-decoration:none;
    color:#000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
aside nav ul li a:before,
aside nav ul li span:before,
#portfolio_filter a:before {
    margin-right:7px;
    font:10px FontAwesome;
    color:#000000;
    content: "\f067";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
aside nav ul li a:hover:before,
aside nav ul li span:hover:before,
aside nav ul li span.active:before,
#portfolio_filter a.active:before,
#portfolio_filter a:hover:before {
    color:#ffffff;
}
aside nav ul li a:hover,
aside nav ul li span.active,
aside nav ul li span.forward:hover,
#portfolio_filter a:hover,
#portfolio_filter a.active {
    background-color:#e2000a;
    text-decoration:none;
    color:#ffffff;
}
aside nav ul.level_1 li > ul {
    display:none;
}
aside nav ul.level_1 li.active > ul,
aside nav ul.level_1 li.trail > ul {
    display:block;
}
aside nav ul ul li {
    padding-left:15px;
}

/* Zielgruppenfilter //////////////////////////////////////////////////////////////////// */
aside nav ul.level_1.filterZielgruppen li > ul {
    display:block;
}
aside nav ul.level_1.filterZielgruppen li > ul > li {
    padding-left:0;
}
aside nav ul.level_1.filterZielgruppen li > ul > li.active > a {
    display:block;
    background-color:#cd5345;
    text-decoration:none;
    color:#ffffff;
}
aside nav ul.level_1.filterZielgruppen li > ul > li.active > a:before {
    text-decoration:none;
    color:#ffffff;
}

/* Service Link //////////////////////////////////////////////////////////////////// */
.service-link {
    position:relative;
    display:block;
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    font-size:13px;
    font:13px 'TitilliumText22LRegular',Arial,sans-serif !important;
    line-height:22px !important;
}
.service-link:before {
    font:50px FontAwesome;
}
.service-link a {
    position:relative;
    display:table;
    margin-top:20px;
    margin-right:auto;
    margin-left:auto;
    padding:6px 13px;
    background-color:#e2000a;
    line-height:13px;
    text-decoration:none;
    color:#ffffff;
}
.service-link a:hover {
    background-color:rgba(e2000a,.9);
}

/* News List Latest  //////////////////////////////////////////////////////////////////// */
.mod_newslist .layout_latest,
.mod_newsarchive .layout_latest {
    position:relative;
    display:block;
    padding-left:70px;
}
.mod_newslist .layout_latest time,
.mod_newsarchive .layout_latest time {
    width:50px;
    left:0;
    top:7px;
    position:absolute;
    padding-bottom:5px;
    text-align:center;
    background-color:#e2000a;
}
.categorie_box {
    bottom:0;
    left:0;
    position:absolute;
    margin:0;
    padding:0 10px;
    white-space:nowrap;
    background-color:#e2000a;
    font-size:13px;
    color:#ffffff;
}
.mod_newslist .layout_latest time .date_box_day,
.mod_newsarchive .layout_latest time .date_box_day {
    padding-top:5px;
    padding-bottom:5px;
    font-size:22px;
    font-weight:bold;
    color:#ffffff;
}
.mod_newslist .layout_latest time .date_box_month,
.mod_newsarchive .layout_latest time .date_box_month {
    color:#ffffff;
}
.mod_newslist .layout_latest .info,
.mod_newsarchive .layout_latest .info {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-top:20px;
    margin-bottom:50px;
    padding-top:10px;
    border-top:1px solid #ffffff;
}
.mod_newslist .layout_latest h2,
.mod_newsarchive .layout_latest h2 {
    margin-top:0;
    padding-bottom:10px;
    border-bottom:1px solid #ffffff;
}
.mod_newslist .layout_latest h2 a,
.mod_newsarchive .layout_latest h2 a {
    text-decoration:none;
    color:#515151;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_newslist .layout_latest h2 a:hover,
.mod_newsarchive .layout_latest h2 a:hover {
    color:#e2000a;
}
.mod_newslist .layout_latest .info i,
.mod_newsarchive .layout_latest .info i {
    margin-right:5px;
}
.mod_newslist .layout_latest .info .icon-comments,
.mod_newslist .layout_latest .info .icon-user,
.mod_newslist .layout_latest .info .icon-exclamation-sign,
.mod_newsarchive .layout_latest .info .icon-comments,
.mod_newsarchive .layout_latest .info .i {
    margin-left:20px;
}

/* Pagination  //////////////////////////////////////////////////////////////////// */
.pagination {
}
.pagination ul {
    height:30px;
    position:relative;
    float:left;
    display:block;
    margin:0;
    padding:15px 0 0;
    list-style-type:none;
}
.pagination p {
    position:relative;
    float:right;
    display:block;
    margin-right:10px;
}
.pagination ul li {
    position:relative;
    float:left;
    display:block;
}
.pagination ul li a,
.pagination ul li span {
    margin-right:10px;
    padding:6px 13px;
    background-color:#ffffff;
    text-decoration:none;
    color:#515151;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pagination ul li a:hover,
.pagination ul li span {
    background-color:#e2000a;
    color:#ffffff;
}

/* News List Simple  //////////////////////////////////////////////////////////////////// */
.mod_newslist .layout_simple {
    height:50px;
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:10px;
    padding:10px;
    background-color:#ffffff;
}
#Slidersection .mod_newslist .layout_simple {
    margin-bottom:5px;
    background-color:rgba(0,0,0,.1);
}
.mod_newslist .layout_simple figure,
.mod_newslist .layout_simple img {
    left:0;
    top:0;
    width:50px !important;
    height:50px !important;
    padding:0px !important;
    margin:0px !important;
    position:absolute !important;
}
.mod_newslist .layout_simple figure {
    left:10px;
    top:10px;
    opacity: 10;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_newslist .layout_simple figure a {
    margin:0 10px 0 0;
    padding:0;
    line-height:0px;
}
.mod_newslist .layout_simple:hover figure {
    opacity: 0;
}
.mod_newslist .layout_simple a {
    height:58px;
    position:relative;
    overflow:hidden;
    display:block;
    margin-top:-2px;
    padding-left:60px;
    text-decoration:none;
    color:#515151;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_newslist .layout_simple a:hover {
    color:#e2000a;
}
.mod_newslist .layout_simple time {
    width:50px;
    height:50px;
    left:10px;
    top:10px;
    position:absolute;
    text-align:center;
    background-color:#e2000a;
}
.mod_newslist .layout_simple time .date_box_day {
    padding-top:3px;
    padding-bottom:0;
    font-size:22px;
    font-weight:bold;
    color:#ffffff;
}
.mod_newslist .layout_simple time .date_box_month {
    margin-top:-4px;
    color:#ffffff;
}

/* News Menu //////////////////////////////////////////////////////////////////// */
.mod_newsmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_newsmenu ul li a,
.mod_newsmenu ul li span {
    width:100%;
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:1px;
    padding:6px 10px 6px 15px;
    background-color:#ffffff;
    text-decoration:none;
    color:#515151;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_newsmenu ul li.year a,
.mod_newsmenu ul li.year span {
    padding-top:12px;
    padding-bottom:12px;
    text-align:center;
    font-weight:bold;
}
.mod_newsmenu ul li ul.level_2 {
    padding-bottom:10px;
}
.mod_newsmenu ul.level_2 li a,
.mod_newsmenu ul.level_2 li span {
    padding-top:6px;
    padding-bottom:6px;
    text-align:left;
    font-weight:normal;
}
.mod_newsmenu ul.level_2 li a:before,
.mod_newsmenu ul.level_2 li span:before {
    margin-right:15px;
    font-family:FontAwesome;
    color:#e2000a;
    content: "\f0da";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_newsmenu ul li a:hover:before,
.mod_newsmenu ul li span:hover:before,
.mod_newsmenu ul li span.active:before {
    color:#ffffff;
}
.mod_newsmenu ul li a:hover,
.mod_newsmenu ul li span.active {
    background-color:#e2000a;
    text-decoration:none;
    color:#ffffff;
}
.mod_newsmenu ul li a b,
.mod_newsmenu ul li span b {
    float:right;
    font-size:11px;
    font-weight:normal;
    color:rgba(000000,.7);
}
@media (max-width:1020px) {
    .mod_newsmenu ul li a b, .mod_newsmenu ul li span b{
    display:none;
    }
}

/* News Full //////////////////////////////////////////////////////////////////// */
.mod_newsreader .layout_full .info i,
.mod_newsreader .layout_full .info i {
    margin-right:5px;
}
.mod_newsreader .layout_full .info .icon-comments,
.mod_newsreader .layout_full .info .icon-user,
.mod_newsarchive .layout_latest .info .icon-comments,
.mod_newsarchive .layout_latest .info .icon-user {
    margin-left:20px;
}

/* Comments //////////////////////////////////////////////////////////////////// */
.ce_comments {
}
.reply {
    margin-left:50px;
}
.comment {
    padding:10px 10px 10px 20px;
    background-color:#ffffff;
    border-left:4px solid #e2000a;
}
.com_by {
    color:#e2000a;
}
.ce_comments i {
    margin-right:10px;
    margin-left:20px;
}
.ce_comments .form {
    margin-top:20px;
}

/* Portfolio List Images //////////////////////////////////////////////////////////////////// */
#Informationsection .layout_portfolio_images {
    width:20%;
    height:0px;
    position:relative;
    overflow:hidden;
    float:left;
    display:block;
    padding-bottom:20%;
}
#container .layout_portfolio_images {
    width:25%;
    height:25px;
    position:relative;
    overflow:hidden;
    float:left;
    display:block;
    padding-bottom:25%;
    height:auto !important;
}
#Informationsection .mod_newslist {
    margin:-2.1% -3.2% -2.2%;
}
#Informationsection .mod_article {
    overflow:visible;
}
.layout_portfolio_images_box {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
}
.layout_portfolio_images_box,
.layout_portfolio_images_box figure,
.layout_portfolio_images_box img {
    width:100%;
    height:100%;
    position:absolute;
}
.layout_portfolio_images_box a {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    background-color:rgba(ffffff,.2);
    font-size:0px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.layout_portfolio_images_box a:hover {
    background-color:rgba(ffffff,.01);
}
.portfolio_categorie {
    float:right;
}
@media (max-width:400px) {
    .portfolio_categorie{
    float:none;
    }
}

/* Event List //////////////////////////////////////////////////////////////////// */
.mod_eventlist .layout_teaser {
    position:relative;
    display:block;
    padding-left:70px;
}
.mod_eventlist .layout_teaser .event_date_box {
    width:50px;
    left:0;
    top:7px;
    position:absolute;
    padding-bottom:5px;
    text-align:center;
    background-color:#e2000a;
}
.mod_eventlist .layout_teaser .event_date_box .event_date_day {
    padding-top:5px;
    padding-bottom:5px;
    font-size:22px;
    font-weight:bold;
    color:#ffffff;
}
.mod_eventlist .layout_teaser .event_date_box .event_date_month {
    color:#ffffff;
}
.mod_eventlist .layout_teaser .info {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-top:20px;
    margin-bottom:50px;
    padding-top:10px;
    border-top:1px solid #ffffff;
}
.mod_eventlist .layout_teaser h2 {
    margin-top:0;
    padding-bottom:10px;
    border-bottom:1px solid #ffffff;
}
.mod_eventlist .layout_teaser h2 a {
    text-decoration:none;
    color:#515151;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_eventlist .layout_teaser h2 a:hover {
    color:#e2000a;
}
.mod_eventlist .layout_teaser .info i,
.mod_eventreader .layout_full .info i {
    margin-right:5px;
}
.mod_eventlist .layout_teaser  .info .icon-calendar,
.mod_eventlist .layout_teaser  .info .icon-map-marker,
.mod_eventreader .layout_full .info .icon-map-marker {
    margin-left:20px;
}

/* Event Menu //////////////////////////////////////////////////////////////////// */
.mod_eventmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_eventmenu ul li a,
.mod_eventmenu ul li span {
    width:100%;
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:1px;
    padding:6px 10px 6px 15px;
    background-color:#ffffff;
    text-decoration:none;
    color:#515151;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_eventmenu ul li.year a,
.mod_eventmenu ul li.year span {
    padding-top:12px;
    padding-bottom:12px;
    text-align:center;
    font-weight:bold;
}
.mod_eventmenu ul li ul.level_2 {
    padding-bottom:10px;
}
.mod_eventmenu ul.level_2 li a,
.mod_eventmenu ul.level_2 li span {
    padding-top:6px;
    padding-bottom:6px;
    text-align:left;
    font-weight:normal;
}
.mod_eventmenu ul.level_2 li a:before,
.mod_eventmenu ul.level_2 li span:before {
    margin-right:15px;
    font-family:FontAwesome;
    color:#e2000a;
    content: "\f0da";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_eventmenu ul li a:hover:before,
.mod_eventmenu ul li span:hover:before,
.mod_newsmenu ul li span.active:before {
    color:#ffffff;
}
.mod_eventmenu ul li a:hover,
.mod_eventmenu ul li span.active {
    background-color:#e2000a;
    text-decoration:none;
    color:#ffffff;
}
.mod_eventmenu ul li a b,
.mod_eventmenu ul li span b {
    float:right;
    font-size:11px;
    font-weight:normal;
    color:rgba(000000,.7);
}
@media (max-width:1020px) {
    .mod_eventmenu ul li a b, .mod_eventmenu ul li span b{
    display:none;
    }
}

/* Calendar Small //////////////////////////////////////////////////////////////////// */
.minicalendar_box {
    position:relative;
    overflow:hidden;
    display:block;
    margin-top:5px;
    margin-bottom:20px;
    padding-bottom:10px;
    background-color:#ffffff;
}
.minicalendar_head {
    width:100%;
    background-color:#e2000a;
}
.minicalendar_head tr th.previous,
.minicalendar_head tr th.current,
.minicalendar_head tr th.next {
    height:170px;
    margin-right:auto;
    margin-left:auto;
    vertical-align:middle;
    text-align:center;
    font-size:20px;
    font-weight:normal;
    color:#ffffff;
}
.minicalendar_head tr th.previous,
.minicalendar_head tr th.next {
    padding-right:20px;
    padding-left:20px;
}
.minicalendar_head tr th a {
    font-size:30px;
    text-decoration:none;
    color:#ffffff;
}
.minicalendar_head tr th a:hover {
    color:#fff;
}
.minicalendar_head tr th.current {
    width:100%;
}
.minicalendar_body {
    width:90%;
    margin-right:5%;
    margin-left:5%;
    table-layout: fixed;
}
.minicalendar_body tr.week_day th {
    margin-right:auto;
    margin-left:auto;
    padding-top:10px;
    padding-bottom:10px;
    vertical-align:middle;
    text-align:center;
    font-size:10px;
    font-weight:bold;
    color:#515151;
    text-transform:uppercase;
}
.minicalendar_body tr td {
    overflow:hidden;
    margin-right:auto;
    margin-left:auto;
    padding-top:4px;
    padding-bottom:4px;
    vertical-align:middle;
    text-align:center;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.minicalendar_body tr td:hover,
.minicalendar_body tr td.selected {
    background-color:#e2000a;
    color:#ffffff;
}
.minicalendar_body tr td a {
    width:100%;
    height:100%;
    text-decoration:none;
    color:#e2000a;
}
.minicalendar_body tr td:hover a,
.minicalendar_body tr td.selected a {
    color:#ffffff;
}

/* Downloads //////////////////////////////////////////////////////////////////// */
.ce_downloads,
.ce_download {
}
.ce_downloads ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.ce_downloads ul li,
.ce_download a {
    position:relative;
    display:block;
    margin-bottom:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.ce_downloads ul li a,
.ce_download a {
    width:100%;
    position:relative;
    display:block;
    padding:12px 40px 10px;
    background-color:#ffffff;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_downloads ul li a:hover,
.ce_downloads ul li a:active,
.ce_download a:hover,
.ce_download a:active {
    background-color:#e2000a;
    color:#ffffff;
}
.ce_downloads ul li a span,
.ce_download a span {
    position:relative;
    float:right;
    display:block;
    text-decoration:none;
    color:#000000;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.ce_downloads ul li a:hover span,
.ce_downloads ul li a:active span,
.ce_download a:hover span,
.ce_download a:active span {
    color:#ffffff;
}
.ce_downloads ul li a:before,
.ce_download a:before {
    right:10px;
    top:13px;
    position:absolute;
    display:block;
    font:16px FontAwesome;
    text-decoration:none;
    color:#e2000a;
    content: "\f019";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.ce_downloads ul li a:hover:before,
.ce_downloads ul li a:active:before,
.ce_download a:hover:before,
.ce_download a:active:before {
    color:#ffffff;
}
.ce_downloads ul li a:after,
.ce_download a:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.ce_downloads ul li img,
.ce_download img {
    left:12px;
    top:12px;
    position:absolute;
    z-index:9;
}

/* FAQ List //////////////////////////////////////////////////////////////////// */
.mod_faqlist {
}
.mod_faqlist ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_faqlist ul li {
    position:relative;
    display:block;
    margin-bottom:10px;
}
.mod_faqlist ul li a {
    width:100%;
    position:relative;
    display:inline-block;
    padding:11px 11px 11px 40px;
    background-color:#ffffff;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_faqlist ul li a:hover,
.mod_faqlist ul li a:active {
    background-color:#e2000a;
    color:#ffffff;
}
.mod_faqlist ul li a:before {
    left:15px;
    top:12px;
    position:absolute;
    display:block;
    font:16px FontAwesome;
    color:#515151;
    content: "\f128";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_faqlist ul li a:active:before,
.mod_faqlist ul li a:hover:before {
    color:#ffffff;
}

/* Accordion //////////////////////////////////////////////////////////////////// */
.ce_accordion {
    margin-bottom:10px;
    background-color:#ffffff;
}
.ce_accordion .toggler {
    width:100%;
    position:relative;
    display:block;
    padding:11px 40px 11px 11px;
    background-color:#ffffff;
    color:#515151;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_accordion .toggler:hover,
.ce_accordion .ui-accordion-header-active {
    background-color:#e2000a;
    color:#ffffff;
}
.ce_accordion .toggler:focus {
    outline:none;
}
.ce_accordion .ui-accordion-header:after {
    right:15px;
    top:13px;
    position:absolute;
    font:16px FontAwesome;
    color:#e2000a;
    content: "\f0ab";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_accordion .ui-accordion-header:hover:after {
    color:#ffffff;
}
.ce_accordion .ui-accordion-header-active:after {
    right:15px;
    top:13px;
    position:absolute;
    font:16px FontAwesome;
    color:#ffffff;
    content: "\f0aa";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ce_accordion .accordion {
    overflow:hidden;
    padding:10px 11px;
}

/* Form //////////////////////////////////////////////////////////////////// */
form label {
    position:relative;
    float:none;
    display:block;
}
form {
    position:relative;
}
form fieldset label {
    display:inline;
}
form .text,
form .textarea,
form .captcha {
    width:100%;
    margin-bottom:10px;
    padding:10px;
    background-color:#ffffff;
    border:1px solid #515151;
    font-size:1em;
    color:#515151;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#Slidersection form .text {
    background-color:#ffffff;
}
form .upload {
    margin-bottom:10px;
    margin-left:0;
}
form .text:focus,
form .textarea:focus,
form .captcha:focus,
#Slidersection form .text:focus {
    background-color:#e2000a;
    color:#ffffff;
    outline:none;
}
form .select {
    width:100%;
    margin-bottom:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form fieldset {
    margin-bottom:10px;
    padding:0;
    border:0px;
}
form fieldset legend {
    margin-bottom:10px;
}
form fieldset span label {
    margin-right:15px;
    margin-left:-3px;
}
form span.mandatory {
    margin-left:3px;
    font-weight:bold;
    color:#e2000a;
}
form p.error {
    margin-top:0;
    margin-bottom:5px;
    color:#e2000a;
}
form br {
    display:none;
}
form .submit {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-top:10px;
    padding:6px 13px;
    background-color:#e2000a;
    border:0px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
    cursor:pointer;
}
form .submit:hover {
    background-color:rgba(e2000a,.9);
}
form .submit:focus {
    outline:none;
}
.mod_subscribe .checkbox_container span,
.mod_subscribe .checkbox_container span label,
.mod_subscribe .checkbox_container span input {
    position:relative;
    float:left;
    display:inline;
}
.mod_unsubscribe .checkbox_container span,
.mod_unsubscribe .checkbox_container span label,
.mod_unsubscribe .checkbox_container span input {
    position:relative;
    float:left;
    display:inline;
}
.mod_subscribe .checkbox_container,
.mod_unsubscribe .checkbox_container {
    position:relative;
    display:block;
    padding-bottom:20px;
}
.mod_subscribe .checkbox_container span label,
.mod_unsubscribe .checkbox_container span label {
    margin-right:10px;
}

/* Search //////////////////////////////////////////////////////////////////// */
.mod_search .even,
.mod_search .odd {
    position:relative;
    overflow:hidden;
    display:block;
    margin-bottom:20px;
    background-color:#ffffff;
}
.mod_search .even a,
.mod_search .odd a {
    width:100%;
    position:relative;
    display:inline-block;
    padding:6px 11px;
    background-color:rgba(e2000a,.7);
    font-size:16px;
    text-decoration:none;
    color:#ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_search .even a:hover,
.mod_search .odd a:hover {
    background-color:rgba(e2000a,.99);
}
.mod_search .even a span,
.mod_search .odd a span {
    float:right;
    padding-top:2px;
    font-size:12px;
    color:#fff;
}
.mod_search .even div,
.mod_search .odd div {
    padding:10px 20px;
}
.mod_search .text {
    -webkit-appearance: none;
}

/* Search Side //////////////////////////////////////////////////////////////////// */
aside .mod_search fieldset {
    position:relative;
    display:none;
}

/* Googlemap //////////////////////////////////////////////////////////////////// */
.dlh_googlemap {
    width:100% !important;
}
.mod_dlh_googlemaps {
    margin-bottom:20px;
}

/* Table //////////////////////////////////////////////////////////////////// */
.ce_table table {
    width:100%;
    table-layout: fixed;
}
.ce_table table th,
.ce_table table td {
    padding:8px 10px;
    text-align:left;
}
.ce_table table thead th {
    border-bottom:1px solid #ffffff;
    cursor:pointer;
}

/* Tab //////////////////////////////////////////////////////////////////// */
.ce_tabcontrol {
}
.ce_tabcontrol ul {
    position:relative;
    display:block;
    margin:0;
    padding:0;
    border-bottom:1px solid #e2000a;
    list-style-type:none;
}
.ce_tabcontrol ul:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.ce_tabcontrol ul li {
    position:relative;
    float:left;
    display:block;
    margin-right:1px;
    padding:6px 10px;
    background-color:#ffffff;
    cursor:pointer;
}
.ce_tabcontrol ul li:hover,
.ce_tabcontrol ul li.selected {
    background-color:#e2000a;
    color:#ffffff;
}

/* Icon List //////////////////////////////////////////////////////////////////// */
.icon_list {
    margin-top:40px;
}
.icon_list i {
    position:relative;
    float:left;
    display:block;
    font-size:20px;
    width:30px !important;
}
.list_colored i {
    color:#e2000a;
}
.icon_list div {
    width:25%;
    min-height:40px;
    position:relative;
    float:left;
    display:block;
}
@media (max-width:680px) {
    .icon_list div {
        width:100%;
    }
}

/* Stylesheet bearbeiten Stylesheet-Einstellungen bearbeiten Stylesheet duplizieren Stylesheet verschieben  Stylesheet löschen StylesheetdetailsSimple Columns Custom /////////////////////////////////////////////// */

    .sc2 {
        width:48.5%;
        padding-right:3%;
        float: left;
    }
    .sc3 {
        width:31.3%;
        padding-right:3%;
        float: left;
    }
    .sc3-2 {
        width:65.6%;
        padding-right:3%;
        float: left;
    }
    .sc4 {
        width:22.75%;
        padding-right:3%;
        float: left;
    }
    .sc4-2 {
        width:48.5%;
        padding-right:3%;
        float: left;
    }
    .sc4-3 {
        width:74.25%;
        padding-right:3%;
        float: left;
    }
    .sc5 {
        width:17.6%;
        padding-right:3%;
        float: left;
    }
    .sc5-2 {
        width:38.2%;
        padding-right:3%;
        float: left;
    }
    .sc5-3 {
        width:58.8%;
        padding-right:3%;
        float: left;
    }
    .sc5-4 {
        width:79.4%;
        padding-right:3%;
        float: left;
    }
    .sc-last {
        padding-right:0;
    }
@media (max-width:767px) {
    .sc2, .sc3, .sc3-2, .sc4, .sc4-2, .sc4-3, .sc5, .sc5-2, .sc5-3, .sc5-4 {
        width:100% !important;
        padding-right:0% !important;
    }
}
@media (max-width:1139px) {
    #Slidersection .sc2,
    #Slidersection .sc3,
    #Slidersection .sc3-2,
    #Slidersection .sc4,
    #Slidersection .sc4-2,
    #Slidersection .sc4-3,
    #Slidersection .sc5,
    #Slidersection .sc5-2,
    #Slidersection .sc5-3,
    #Slidersection .sc5-4 {
        width:100% !important;
        padding-right:0% !important;
    }
}

/* Isotope Webshop ////////////////////////////////////////////////////////////// */
form td p.error {
    color:#f00;
}
form td p.error:before {
    margin-right:32px;
    margin-left:32px;
    font:16px FontAwesome;
    color:#515151;
    content: "\f0a6";
}
.mod_iso_productlist {
    position:relative;
    display:block;
}
.product_list {
    position:relative;
    display:block;
    padding-top:10px;
}
.product_list .product {
    position:relative;
    overflow:hidden;
    float:left;
    display:block;
    background-color:#ffffff;
    border:1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width:767px) {
    .product_list .product {
    float:none;
    width:100% !important;
    }
}
.product_list .product form {
    margin-bottom:0;
}
.product_list .product .formbody {
    position:relative;
    display:block;
}
.product_list .product .formbody:after {
    position:relative;
    clear:both;
    display:block;
    content:"";
}
.product_list .product:hover {
    border:1px solid #e2000a;
}
.product_list .col_0,
.product_list .col_1,
.product_list .col_2 {
    width:31.3%;
    margin-bottom:20px;
}
.product_list_small .product_list .col_0,
.product_list_small .product_list .col_1,
.product_list_small .product_list .col_2,
.product_list_small .product_list .col_3 {
    width:22.75%;
    margin-bottom:20px;
}
@media (max-width:767px) {
    .product{
    width:100%;
    float:none;
    }
}
@media (max-width:1224px) {
    .product_list_small .product{
    width:100% !important;
    float:none;
    }
}
.product_list .col_0,
.product_list .col_1 {
    margin-right:3%;
}
.product_list_small .product_list .col_2 {
    margin-right:3%;
}
.product_list .col_first {
    clear:both;
}
.product_list .product figure {
    border:5px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product_list .product:hover figure {
    border:5px solid #ffffff;
}
.product_list .product figure,
.product_list .product img {
    width:100%;
    height:auto;
}
.product_list_small .product_list .product figure {
    width:100px;
    height:auto;
    position:relative;
    float:left;
    display:inline-block;
    height:auto;
}
.product_list_small .product_list .product .teaser {
    display:none;
}
.product_list_small .product_list .list_small_box {
    position:relative;
    display:inline;
}
.product_list_small .product_list .product h3 {
    margin-top:0;
    margin-bottom:4px;
    padding-top:7px;
    border:0px;
    font-size:15px;
}
.product_list .product h3 a {
    font-weight:bold;
}
.product_list_small .product_list .product h3 a {
    display:inline;
    white-space:normal;
}
.product_list_small .product_list .product .price {
    margin-bottom:10px;
    font-size:13px;
}
.product_list_small .product_list .product .details {
    bottom:0;
    right:0;
    position:absolute;
    bottom:0px !important;
}
.product_list_small .product_list .product .details a {
    position:relative;
    display:block;
    padding:3px 7px 5px;
    font-size:11px;
}
.product_list_small .product_list .product .details {
}
.product_list .product .sku {
    display:none;
}
}.product_list .product .submit_container .submit {
    font-size:10px;
}
.product_list .product h3 {
    min-height:3rem;
    margin-top:12px;
    margin-bottom:12px;
    padding-right:10px;
    padding-bottom:0;
    padding-left:10px;
    border-bottom:0px;
    line-height:22px;
}
.product_list .product h3:after {
    display:none;
}
.product_list .product .teaser {
    position:relative;
    display:block;
    padding-right:10px;
    padding-bottom:10px;
    padding-left:10px;
}
.product_list .product .price {
    position:relative;
    display:block;
    padding-right:10px;
    padding-left:10px;
    font-size:17px;
}
.mod_iso_productlist .pagination {
    position:relative;
    float:none;
    clear:both;
    display:block;
}
.mod_iso_productlist .submit_container {
    display:none;
}
.product_list .product .details a {
    position:relative;
    float:right;
    display:block;
    margin-top:10px;
    padding:6px 13px;
    background-color:#e2000a;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
}
.product_list .product .details a:hover {
    background-color:rgba(333333,.5);
}
.mod_iso_productfilter .clear_filters {
    width:100%;
    position:relative;
    display:inline-block;
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #ffffff;
}
.mod_iso_productreader figure,
.mod_iso_productreader img {
    width:100%;
    height:auto;
}
.mod_iso_productreader figure {
    position:relative;
    display:block;
    margin-top:25px;
    margin-bottom:27px;
}
.mod_iso_productreader figure.iso_main_pic a:after {
    bottom:0;
    right:0;
    position:absolute;
    color:rgba(000000,.2);
    font:20px FontAwesome;
    content: "\f002";
    z-index:99;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_iso_productreader figure.iso_main_pic a:hover:after {
    color:rgba(000000,.7);
}
.mod_iso_productreader figure.iso_thubnail {
    width:25%;
    position:relative;
    float:left;
    display:block;
    margin-top:0;
    margin-bottom:0;
    border:1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mod_iso_productreader figure.iso_thubnail:hover {
    border:1px solid #e2000a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mod_iso_productreader p.back {
    max-width:150px;
    display:block;
    margin-top:30px;
}
aside .mod_iso_productreader p.back {
    display:none;
}
.zoomIt_zoomed {
    border:0px;
    -moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
}
.mod_iso_productreader .price {
    position:relative;
    display:block;
    margin-top:25px;
    margin-bottom:25px;
    padding-top:17px;
    padding-bottom:17px;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}
.mod_iso_productreader .original_price {
    font-weight:normal;
    color:#f00;
}
.mod_iso_productreader .price:after {
    position:relative;
    clear:both;
    display:block;
    font-size:1px;
    line-height:1px;
    color:#ffffff;
    content:"";
}
.mod_iso_productreader .price .price_span {
    position:relative;
    float:right;
    display:block;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
    border:0px;
    font-size:17px;
    font-weight:bold;
}
@media (max-width:500px) {
    .mod_iso_productreader .price div.price{
        margin-top:50px;
        float:none;
        display:block;
        position:relative;
    }
}
.mod_iso_productreader .options {
    position:relative;
    float:left;
    display:block;
    padding-top:2px;
}
.mod_iso_productreader .options .label,
.mod_iso_productreader .options select,
.mod_iso_productreader .options,
.mod_iso_productreader .options fieldset,
.mod_iso_productreader .options fieldset legend,
.mod_iso_productreader .options fieldset span label {
    margin-bottom:0px !important;
}
.mod_iso_productreader .options label {
    position:relative;
    float:left;
    display:block;
    margin-right:10px;
}
.mod_iso_productreader .options .select {
    min-width:100px;
    position:relative;
    float:left;
    margin-right:20px;
    width:auto !important;
}
.mod_iso_productreader .options p.error {
    float:right;
    margin-left:7px;
    text-align:center;
}
.mod_iso_productreader .options fieldset {
    position:relative;
    float:left;
    display:block;
}
.mod_iso_productreader .options fieldset legend {
    position:relative;
    float:left;
    display:block;
    margin-right:20px;
    text-align:left;
}
.mod_iso_productreader .options fieldset span {
    position:relative;
    float:left;
    display:block;
}
.mod_iso_productreader .options fieldset span.mandatory {
    position:relative;
    float:right;
    display:inline-block;
}
.mod_iso_productreader .options fieldset span label {
    position:relative;
    float:left;
    display:block;
    margin-right:20px;
}
.mod_iso_productreader .options fieldset span input.radio {
    position:relative;
    float:left;
    display:block;
    margin-right:10px;
}
.mod_iso_productreader .options fieldset input,
.mod_iso_productreader .options fieldset br {
    display:none;
}
.mod_iso_productreader .submit_container {
    position:relative;
    float:right;
    display:block;
}
.mod_iso_productreader .submit_container:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.mod_iso_productreader .quantity_container {
    position:relative;
    float:left;
    display:block;
}
.mod_iso_productreader .quantity_container label {
    position:relative;
    float:left;
    display:block;
    padding-top:6px;
}
@media (max-width:767px) {
    .mod_iso_productreader .submit_container {
    float:none;
    }
    .mod_iso_productreader p.back{
    float:none;
    clear:both;
    }
    .mod_iso_productreader .options fieldset{
    float:none;
    clear:both;
    margin-left:0px;
    padding-top:10px;
    }
    .mod_iso_productreader .price .price_span{
    float:none;
    clear:both;
    margin-left:0px;
    padding-top:10px;
    }
}
.mod_iso_productreader .quantity_container input {
    width:40px;
    min-width:60px;
    position:relative;
    float:left;
    display:block;
    padding:6px 5px;
    text-align:center;
}
.mod_iso_productreader .submit_container input {
    position:relative;
    float:left;
    clear:none;
    display:block;
    margin-top:0;
    margin-left:10px;
    text-align:center;
    font:13px 'TitilliumText22LRegular',Arial,sans-serif;
    font-weight:bold;
}
.mod_iso_productreader .back a {
    text-align:center;
    font-weight:normal;
}

/* Isotope Webshop Spezial Variantenauswahl ////////////////////////////////////////////////////////////// */
.mod_iso_productreader .options,
.mod_iso_productreader .options .widget.select {
    width: 100%!important;
}
.mod_iso_cart {
    position:relative;
    display:block;
}
.mod_iso_checkout .billingaddress fieldset>span,
.mod_iso_checkout .shippingaddress fieldset>span {
    float:left;
    display:block;
    margin-right:3em;
    margin-bottom:1em;
}
.mod_iso_checkout .shippingmethod fieldset span,
.mod_iso_checkout .paymentmethod fieldset span {
    position:relative;
    clear:both;
    display:block;
}
.mod_iso_checkout .shippingmethod fieldset span.currency {
    position:relative;
    clear:none;
    display:inline;
}
.mod_iso_checkout .paymentmethod fieldset span.currency {
    position:relative;
    clear:none;
    display:inline;
}
.mod_iso_cart table,
.mod_iso_checkout .orderproducts table,
.mod_iso_orderdetails table {
    position:relative;
    display:block;
    border-spacing:0px;
    table-layout: fixed;
}
.mod_iso_cart table:after,
.mod_iso_checkout .orderproducts:after,
.mod_iso_checkout .orderproducts table tfoot:after,
.mod_iso_orderdetails table:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.mod_iso_cart  table tbody,
.mod_iso_checkout .orderproducts table tbody,
.mod_iso_orderdetails table tbody {
    width:100%;
    display:table;
}
.mod_iso_cart  table tbody tr,
.mod_iso_checkout .orderproducts table tbody tr,
.mod_iso_orderdetails  table tbody tr {
    width:100%;
    min-height:77px;
    position:relative;
    display:table;
    margin-bottom:10px;
    background-color:#ffffff;
    line-height:1px;
}
.mod_iso_cart  table tbody tr:hover,
.mod_iso_checkout .orderproducts table tbody tr:hover,
.mod_iso_orderdetails  table tbody tr:hover {
    background-color:rgba(ffffff,.5);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mod_iso_cart table tbody tr td,
.mod_iso_checkout  .orderproducts table tbody tr td,
.mod_iso_orderdetails table tbody tr td {
    padding:0;
}
.mod_iso_checkout .orderconditions {
    padding:10px;
    background-color:#ffffff;
}
.mod_iso_checkout .orderconditions .checkbox_container,
.mod_iso_checkout .orderconditions .checkbox {
    margin-left:0;
}
.mod_iso_checkout .orderconditions .headline * {
    margin-top:2em;
    margin-bottom:.2em;
    line-height:1em;
}
@media (max-width:500px) {
    .mod_iso_cart table tbody tr td, .mod_iso_checkout  .orderproducts table tbody tr td{
        float:none;
        clear:both;
        display:block;
        position:relative;
        min-height:20px;
        line-height:22px;
        padding-left:10px !important;
        text-align:left !important;
    }
}
@media (max-width:500px) {
    .mod_iso_cart table tbody tr td.quantity, .mod_iso_cart table tbody tr td.price, .mod_iso_cart table tbody tr td.total, .mod_iso_cart table tbody tr td.remove, .mod_iso_checkout  .orderproducts table tbody tr td.quantity, .mod_iso_checkout  .orderproducts table tbody tr td.price, .mod_iso_checkout  .orderproducts table tbody tr td.total, .mod_iso_checkout  .orderproducts table tbody tr td.remove{
        float:left;
    clear:initial;
    margin-bottom: 10px;
    }
}
.mod_iso_cart  table tbody tr td.remove,
.mod_iso_checkout .orderproducts table tbody tr td.remove {
    width:13px;
    height:13px;
    padding-right:10px;
    padding-left:10px;
}
.mod_iso_cart table tbody tr td.remove a,
.mod_iso_checkout  .orderproducts table tbody tr td.remove a {
    width:13px;
    height:13px;
    position:relative;
    display:block;
    font-size:0px;
}
.mod_iso_cart  table tbody tr td.remove a:after,
.mod_iso_checkout  .orderproducts table tbody tr td.remove a:after {
    width:13px;
    height:13px;
    left:0;
    top:0;
    position:absolute;
    overflow:hidden;
    display:block;
    font-weight:normal;
    color:#f00;
    font:13px FontAwesome;
    content: "\f00d";
}
.mod_iso_cart  td.image,
.mod_iso_checkout .orderproducts td.image,
.mod_iso_orderdetails td.image {
    width:50px;
    padding:5px;
}
.mod_iso_cart  td.image img,
.mod_iso_checkout .orderproducts td.image img,
.mod_iso_orderdetails  td.image img {
    width:50px;
    height:auto;
}
.mod_iso_cart td.tax,
.mod_iso_checkout .orderproducts td.tax,
.mod_iso_orderdetails td.tax {
    display:none;
}
.mod_iso_cart td.price,
.mod_iso_checkout .orderproducts td.price,
.mod_iso_orderdetails td.price {
    width:80px;
    padding-right:10px;
    text-align:right;
}
.mod_iso_cart td.quantity,
.mod_iso_checkout .orderproducts td.quantity,
.mod_iso_orderdetails td.quantity {
    width:35px;
}
.mod_iso_cart td.quantity .text,
.mod_iso_checkout .orderproducts td.quantity .text,
.mod_iso_orderdetails td.quantity .text {
    width:35px;
    margin-top:10px;
    padding:9px 5px;
    text-align:center;
    background-color:#e7e6e7;
    font-weight:normal;
    font:11px 'TitilliumText22LRegular',Arial,sans-serif;
}
.mod_iso_cart td.name,
.mod_iso_checkout .orderproducts td.name,
.mod_iso_orderdetails td.name {
    padding:5px 20px;
    line-height:13px;
}
.mod_iso_orderdetails td.sku {
    width:180px;
}
.mod_iso_cart table tbody tr td.sku,
.mod_iso_checkout .orderproducts table tbody tr td.sku {
    width:320px;
}
.mod_iso_cart  td.name a,
.mod_iso_cart td.name a td.name a {
    position:relative;
    display:block;
    font-size:15px;
}
.mod_iso_cart  td.name .optionswrapper,
.mod_iso_checkout .orderproducts td.name .optionswrapper,
.mod_iso_orderdetails td.name .optionswrapper {
    position:relative;
    display:block;
    margin-top:10px;
}
.mod_iso_cart td.name .optionswrapper ul,
.mod_iso_checkout .orderproducts td.name .optionswrapper ul,
.mod_iso_orderdetails td.name .optionswrapper ul {
    position:relative;
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_iso_cart td.name .optionswrapper ul li,
.mod_iso_checkout .orderproducts td.name .optionswrapper ul li,
.mod_iso_orderdetail td.name .optionswrapper ul li {
    position:relative;
    float:left;
    display:block;
    margin-right:10px;
}
.mod_iso_cart table tfoot,
.mod_iso_checkout .orderproducts table tfoot,
.mod_iso_orderdetails table tfoot {
    float:right;
    margin-bottom:10px;
}
.mod_iso_cart table tfoot .foot_last,
.mod_iso_checkout .orderproducts table tfoot .foot_last,
.mod_iso_orderdetails table tfoot .foot_last {
    font-weight:bold;
}
.mod_iso_checkout .orderconditions fieldset.error {
    padding:5px;
    border:1px solid #f00;
}
.mod_iso_cart .submit_container {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #ffffff;
}
.mod_iso_cart  .submit_container input.button_checkout {
    position:relative;
    float:right;
    clear:none;
    display:block;
}
.mod_iso_cart  .submit_container input.button_continue {
    position:relative;
    float:left;
    clear:none;
    display:block;
}
.mod_iso_cart  .submit_container input.button_update {
    position:relative;
    float:left;
    clear:none;
    display:block;
}
@media (max-width:500px) {
    .mod_iso_cart  .submit_container input{
        float:none !important;
        margin-left:0px !important;
        margin-bottom:10px !important;
        margin-top:0px !important;
    }
}
.mod_iso_checkout .steps ol {
    margin:0;
    padding:0 15px;
    list-style-type:none;
}
.mod_iso_checkout .steps ol li {
    width:25%;
    position:relative;
    float:left;
    display:block;
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom:10px;
    text-align:center;
    border-bottom:5px solid #ffffff;
    font-size:15px;
}
.mod_iso_checkout .steps ol li.passed {
    border-color:#e2000a;
}
.mod_iso_checkout .steps ol li:after {
    width:18px;
    height:18px;
    bottom:-15px;
    position:absolute;
    background-color:#ffffff;
    border:4px solid #ffffff;
    border-radius:15px;
    font-size:1px;
    color:#ffffff;
    right:-15px;
    content:".";
    z-index:2;
}
.mod_iso_checkout .steps ol li.passed:after {
    height:14px;
    padding-top:4px;
    background-color:#ffffff;
    border-color:#e2000a;
    color:#e2000a;
    font:11px FontAwesome;
    content: "\f00c";
}
.mod_iso_checkout .steps ol li:before {
    width:18px;
    height:18px;
    bottom:-10px;
    position:absolute;
    color:#ffffff;
    left:-12px;
    font:22px FontAwesome;
    content: "\f054";
}
.mod_iso_checkout .steps ol li.passed:before {
    color:#e2000a;
}
.mod_iso_checkout .steps ol li.last:after {
    width:18px;
    height:18px;
    bottom:-8px;
    position:absolute;
    border:0;
    color:#ffffff;
    right:-13px;
    font:23px FontAwesome;
    content: "\f061";
    background:transparent;
}
.mod_iso_checkout  .orderproducts {
    position:relative;
    display:block;
    margin-top:30px;
}
.mod_iso_checkout .submit_container {
    position:relative;
    display:block;
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid #ffffff;
}
.mod_iso_checkout .submit_container .previous {
    max-width:200px;
    position:relative;
    float:left;
    clear:none;
    display:inline-block;
}
@media screen {
    #iso_ajaxBox p {
    position: relative;
    }
}
@media screen {
    #iso_ajaxBox .iso_info, #iso_ajaxBox .iso_error, #iso_ajaxBox .iso_confirm {
    background: none;
    }
}
@media screen {
    #iso_ajaxBox .iso_info:before {
    content: "\f129";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #e2000a;
    }
}
@media screen {
    #iso_ajaxBox .iso_confirm:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #00aa00;
    }
}
@media screen {
    #iso_ajaxBox .iso_error:before {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #e2000a;
    }
}
.mod_iso_checkout .submit_container .next,
.mod_iso_checkout .submit_container .confirm {
    max-width:200px;
    position:relative;
    float:right;
    clear:none;
    display:inline-block;
}
.mod_iso_checkout .orderinfo .edit {
    position:relative;
    float:right;
    display:block;
    margin-top:-15px;
}
@media (max-width:500px) {
    .mod_iso_checkout .orderinfo .edit{
        position:relative;
        float:none;
        margin-top:20px;
        margin-bottom:10px;
    }
}
.mod_iso_checkout .error {
    color:#f00;
}
.mod_iso_checkout .billing_addressfirst {
    display:none;
}
input {
    font:13px 'TitilliumText22LRegular',Arial,sans-serif;
}
.mod_iso_orderhistory table {
    width:100%;
    text-align:left;
    table-layout:fixed;
}
.mod_iso_orderhistory table tr td {
    padding:10px 6px;
}
.mod_iso_orderhistory table tr.even {
    background-color:#ffffff;
}
.mod_iso_orderhistory table tr .col_last {
    text-align:right;
}
.info_container {
    margin-bottom:20px;
    padding-bottom:40px;
}
.mod_iso_orderdetails .info_container {
    margin-bottom:40px;
    padding-bottom:0;
}

/* Cart Header //////////////////////////////////////////////////////////////////// */
#Menusection .mod_iso_cart {
    width:50px;
    height:50px;
    max-width:50px;
    max-height:50px;
    right:0;
    top:0;
    position:absolute;
    overflow:visible;
    font-size:0px;
    cursor:pointer;
}
#Menusection .mod_iso_cart:after {
    width:37px;
    height:25px;
    left:0;
    top:0;
    position:absolute;
    overflow:hidden;
    padding-top:5px;
    padding-left:13px;
    font:22px FontAwesome;
    color:#333;
    content: "\f07a";
}
#Menusection .mod_iso_cart:hover:after {
    background-color:#e2000a;
    color:#fff;
}
#Menusection .mod_iso_cart .iso_colection_min {
    right:0;
    top:30px;
    position:absolute;
    overflow:hidden;
    display:none;
    padding:30px;
    background-color:#ffffff;
    -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);
    box-shadow:0 0 10px 0 rgba(0,0,0,.3);
    font-size:12px;
    z-index:999;
    cursor:auto;
}
#Menusection .mod_iso_cart .iso_colection_min .cart {
    position:relative;
    display:block;
}
#Menusection .mod_iso_cart .iso_colection_min .cart a,
#Menusection .mod_iso_cart .iso_colection_min .checkout a {
    position:relative;
    display:block;
    margin-top:10px;
    padding:10px 40px;
    text-align:center;
    white-space:nowrap;
    background-color:#e2000a;
    font-size:14px;
    text-decoration:none;
    color:#fff;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#Menusection .mod_iso_cart .iso_colection_min .cart a:hover,
#Menusection .mod_iso_cart .iso_colection_min .checkout a:hover {
    background-color:#333333;
    color:#fff;
}
#Menusection .mod_iso_cart .iso_colection_min .product:hover {
    background-color:#ffffff;
}
#Menusection .mod_iso_cart .iso_colection_min .product {
    width:100%;
    position:relative;
    display:block;
    margin-top:10px;
    padding:10px 20px 10px 10px;
    white-space:nowrap;
    background-color:#ffffff;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#Menusection .mod_iso_cart .iso_colection_min .info ul {
    display:none;
}
#Menusection .mod_iso_cart .iso_colection_min .remove {
    right:10px;
    top:10px;
    position:absolute;
}
#Menusection .mod_iso_cart .iso_colection_min .remove a {
    font-size:0px;
}
#Menusection .mod_iso_cart .iso_colection_min .remove a:after {
    font:12px FontAwesome;
    color:#f00;
    content: "\f00d";
}
#Menusection .mod_iso_cart .iso_colection_min .name a {
    font-size:14px;
}
#Menusection .mod_iso_cart .iso_colection_min .subtotal {
    width:100%;
    position:relative;
    display:block;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:-30px;
    padding:10px 30px;
    text-align:center;
    background-color:#ffffff;
    font-size:12px;
    color:#515151;
}
.mod_iso_addressbook .vcard {
    position:relative;
    display:block;
    margin-top:10px;
    margin-bottom:25px;
    padding:10px;
    text-align:center;
    background-color:#fafafa;
}
.mod_iso_addressbook .edit,
.mod_iso_addressbook .delete {
    font-size:0px;
}
.mod_iso_addressbook .edit,
.mod_iso_addressbook .delete {
    font-size:0px;
}
.mod_iso_addressbook a.edit {
    font-size:0px;
    text-decoration:none;
}
.mod_iso_addressbook a.delete {
    float:right;
    text-decoration:none;
}
.mod_iso_addressbook .edit:after {
    font:14px FontAwesome;
    content: "\f044";
}
.mod_iso_addressbook .delete:after {
    font:14px FontAwesome;
    color:#f00;
    content: "\f00d";
}
.mod_iso_addressbook .add {
    position:relative;
    display:inline-block;
    margin-bottom:20px;
    padding:6px 13px;
    background-color:#e2000a;
    text-decoration:none;
    color:#fff;
}
.mod_iso_addressbook .add:hover {
    background-color:#333333;
}
.mod_iso_orderdetails .downloads ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_iso_orderdetails .downloads ul li {
    position:relative;
    display:block;
    padding:6px 13px;
    background-color:#ffffff;
}
.mod_iso_orderdetails .downloads ul li.unavailable:before {
    margin-right:15px;
    font:16px FontAwesome;
    content: "\f023";
}
.mod_iso_orderdetails .downloads ul li.available:before {
    margin-right:15px;
    font:16px FontAwesome;
    color:#159e00;
    content: "\f09c";
}
}
