@import url(https://fonts.googleapis.com/css?family=Raleway);

Body {
    margin: 0;
    padding: 0;
    background: #fff;
}

html, body {
    margin: 0;
    padding: 0;
    font: normal 13px/1.5 'Raleway', sans-serif !important;
    color: #8a8a8a;
}

    Body #Form {
        height: 100%;
    }

html {
    height: 100%;
}

#Body {
    height: 100%;
    font: normal 13px/1.5 'Raleway', sans-serif !important;
    color: #8a8a8a;
}


/*search*/
#dnn_dnnSearch_ClassicSearch .searchInputContainer {
    border: 1px solid;
    background-repeat: repeat-x;
    background-position: 0 0;
    display: block;
    border-color: #ccc;
    border-radius: 0px;
    width: 100% !important;
}

#dnn_dnnSearch_txtSearch {
    color: #a5a5a5;
    border: 0;
    margin: 0;
    padding: 0;
    background: 0;
    -webkit-appearance: none;
    box-shadow: none !important;
}



.cat-bottom-shadow {
    -webkit-box-shadow: 0 12px 10px -10px #d3d1d2;
    -moz-box-shadow: 0 12px 10px -10px #d3d1d2;
    box-shadow: 0 12px 10px -10px #d3d1d2;
}


/*A,
A:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms; 
    -webkit-transition: color ease 300ms; 
    -o-transition: color ease 300ms; 
    color: #3b9cf7;
}

    A:active {
        color: #3b9cf7;
        text-decoration: none;
    }

    A:visited {
        color: #3b9cf7;
        text-decoration: none;
    }

    A:hover {
        color: #3b9cf7;
        text-decoration: underline;
    }

    A:focus {
        color: #3b9cf7;
        outline: none;
    }*/


.cat-footer-header {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
}

.cat-footer-logo {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: normal;
}

h1 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}

h2 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}

h3 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}

h4 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}

h5 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}




/* TO TOP*/
#toTop-right {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    outline: none;
}

/* overwrite code in _default.css with !important to prevent flicker*/
.DNNEmptyPane {
    width: 0px !important;
}

/* =============================================================
    overwrite defaults for links from dnn default.css
   =============================================================*/
a.btn-danger:visited {
    color: #fff;
}

a.btn-default:visited {
    color: #333;
}

/* CAT End */

.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

/* CAT Start */
a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

/* overwrite pager li > a with default bootstrap colors */
.btn-primary {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

/* =============================================================
    overwrite boostrap carousel css
   =============================================================*/
.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

.navbar-brand {
    padding: 0 !important;
}

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}


/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
    display: inline-block;
}

    .dnnActions li {
        margin-right: 5px;
        list-style: none;
        float: left;
    }


/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

/* Addition to bootstrap menu styles */
/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu {
    margin-left: 160px;
}


/* Addition to bootstrap btn class */
.cat-btn-wrapper-bottom3 .btn {
    margin-bottom: 3px;
}

.cat-btn-wrapper-bottom5 .btn {
    margin-bottom: 5px;
}

.cat-btn-wrapper-bottom7 .btn {
    margin-bottom: 7px;
}


.cat-top3 {
    margin-top: 3px;
}

.cat-top5 {
    margin-top: 5px;
}

.cat-top7 {
    margin-top: 7px;
}

.cat-top10 {
    margin-top: 10px;
}

.cat-top15 {
    margin-top: 15px;
}

.cat-top20 {
    margin-top: 20px;
}

.cat-bottom3 {
    margin-bottom: 3px;
}

.cat-bottom5 {
    margin-bottom: 5px;
}

.cat-bottom7 {
    margin-bottom: 7px;
}

.cat-bottom10 {
    margin-bottom: 10px;
}

.cat-bottom15 {
    margin-bottom: 15px;
}

.cat-bottom20 {
    margin-bottom: 20px;
}

.cat-bottom30 {
    margin-bottom: 30px;
}

.cat-bottom50 {
    margin-bottom: 50px;
}

.cat-bottom5-imp {
    margin-bottom: 5px !important;
}


/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

.navbar-right {
    height: 51px;
}

    .navbar-right .registerGroup,
    .navbar-right .registerGroup *,
    .navbar-right .loginGroup,
    .navbar-right .loginGroup * {
        display: inline;
    }

    .navbar-right .registerGroup,
    .navbar-right .loginGroup {
        float: right;
    }

        .navbar-right .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        .navbar-right .registerGroup li {
            float: left;
        }

        .navbar-right .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .navbar-right .registerGroup a,
        .navbar-right .loginGroup a {
            display: block;
            position: relative;
            height: 50px;
            min-width: 12px;
            padding: 15px 15px 0 15px;
            vertical-align: middle;
        }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
            }

            .navbar-right .registerGroup a:active,
            .navbar-right .loginGroup a:active {
                text-shadow: 0 -1px 0 #fff;
            }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
                text-decoration: none;
            }

            .navbar-right .registerGroup a strong,
            .navbar-right .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 0;
                text-indent: -9999px;
            }

    .navbar-right .userMessages a,
    .navbar-right .userNotifications a {
        background-color: transparent;
    }

    .navbar-right .userMessages strong {
        height: 100%;
        background: url('i/icon_message.png') no-repeat center center;
    }

    .navbar-right .userNotifications {
    }

        .navbar-right .userNotifications strong {
            height: 100%;
            background: url('i/icon_notification.png') no-repeat center center;
        }

    .navbar-right .registerGroup a span {
        display: inline-block;
        min-width: 7px;
        margin-right: 3px;
        text-align: center;
    }



    .navbar-right .registerGroup .userProfileImg a {
        min-width: 50px;
        min-height: 50px;
        padding: 0;
    }

    .navbar-right .registerGroup a img {
        height: 50px;
        width: 50px;
    }

    /* Login Group Styles */
    /* CAT Start */

    .navbar-right .loginGroup {
        margin-right: 6px;
    }
        /* CAT End */
        .navbar-right .loginGroup a {
        }

    /* Number of message next to the message icon*/
    .navbar-right .userMessages a span,
    .navbar-right .userNotifications a span {
        display: inline-block;
        margin-top: 0;
        margin-right: 0;
        background-color: transparent;
    }

    .navbar-right .userNotifications span, .navbar-right .userMessages span {
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        font-size: 0;
        text-indent: -9999px;
        z-index: 999;
    }

    .navbar-right .userNotifications span {
        background: url('i/icon_notification_active.png') no-repeat center center;
    }

    .navbar-right .userMessages span {
        background: url('i/icon_message_active.png') no-repeat center center;
    }


/* Content formatting */

#Content, #TopContent {
    margin-top: 10px;
}

#Content {
	padding-bottom: 50px;
}


/* fix for carousel for large resolution displays */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}


/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark {
    background: none;
}

.language-object img {
    width: 38px;
}

.language-object span img {
    margin-right: 7px;
    opacity: 0.5;
}

.language-object span.selected img {
    opacity: 1;
}

/* Layoutanpassungen */
p {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 40px;
}
ul {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 40px;
}
.dnnPrimaryAction {
	color: #ffffff !important;
}

/* Layoutanpassungen Breiter Footer */
.cat-footer {
	padding-bottom: 20px;
}
.cat-footer span {
	color: #000 !important;
	font-size: 18px !important;
	line-height: 1.8 !important;
}
.cat-footer-logo {
	line-height: 1.8 !important;
}
.cat-footer .cat-address a {
	color: #000;
}
.cat-footer ul li a {
	color: #000;
	font-size: 18px;
	line-height: 1.8 !important;
}
.cat-footer-social a {
	color: #337ab7 !important;
}
.cat-footer-social span a {
	color: #000000 !important;
}

/* Inhalt 4 Spalten */
.spalte-1,
.spalte-2,
.spalte-3,
.spalte-4 {
	padding: 0 50px 0 0;
}
.spalte-2,
.spalte-4 {
	padding: 0 0 75px 0;
}
@media only screen and (min-width: 992px) {	
.spalte-1,
.spalte-2,
.spalte-3,
.spalte-4 {
	float: left;
}
.spalte-1,
.spalte-3 {
	width: 23%;
}
.spalte-2,
.spalte-4 {
	width: 27%;
}
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .cat-bottom10 .input-group-lg{
        margin-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .CATRowHighLight .CATSubSubHead,
    .CATRowHighLight .CATNormal{
        color: #fff!important;
    }
     #dnn_dnnSearch_txtSearch {
        line-height: 40px;
        height: 40px;
    }
    #dnn_dnnSearch_ClassicSearch > .searchInputContainer {
        height: 40px !important;
        padding: 0 15px !important;
    }
    .input-group{
        display: block;
    }
    #dnn_dnnSearch_cmdSearch {
        margin: auto;
        width: 100%;
        margin-top: 30px;
    }
    .cat-bottom30 {
        width: 100% !important;
    }
    .cat-btn-422 {
        min-width: auto;
        width: 100% !important;
    }
    .cat-btn-xl {
        line-height: 20px;
        font-size: 18px;
    }
    .navbar-nav {
        margin: 7.5px 0px!important;
    }
    .cat-footer ul {
        margin-left: 20px!important;
    }
    .content_products .list-unstyled{
        margin-left: 0!important;
    }
    .cat-item-info {
        margin: 0 0 20px 0!important;
        height: auto!important;
    }
    p{
        margin-bottom: 0px;
    }
    .bootstrap-menu > ul > li > a {
        padding-left: 0px; 
    }
    .nav>li>a {
        padding: 0; 
    }
    .col-sm-pull-4 .navbar-nav {
        margin: 0px;
    }
    .input-group,
    .input-group-btn {
        display: block;
    }
    #dnn_dnnSearch_cmdSearch_2, #btnGoToSell {
        margin-top: 20px;
        display: block;
        width: 100%;
    }
    #btnGoToSell{
        margin-left: 0 !important;
    }
    .input-group,
    .input-group-btn {
        display: block;
        width: 100%;
    }
    #dnn_dnnSearch_cmdSearch_2, #btnGoToSell {
        margin-top: 20px;
        display: block;
        width: 100%;
    }
    #btnGoToSell{
        margin-left: 0 !important;
    }
    .cat-bottom10 .input-group-lg{
        margin-top: 120px;
    }
    #dnn_TopPane .ContainerWrapper {
        overflow: hidden;
    }
    #dnn_TopPane .ContainerWrapper .dnnClear{
        overflow: auto;
    }
    .cat-thumbnail > .cat-caption {
        position: absolute;
        bottom: 6px;
        left: 0px!important;
        width: 100%;
        color: #fff;
        font-size: 18px!important;
        padding: 12px!important;
    }
    .cat-item-info .cat-title {
        font-size: 20px!important;
        font-weight: 700!important;
    }
    body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions li {
        width: 100%!important;
        margin-bottom: 20px!important;
    }
}

.fa-lg {
	width: 26px;
    text-align: center;
}

