body > form #ControlBar_ControlPanel {
    z-index: 9999999 !important;
}

body {
    font-family: 'gothic',sans-serif !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    background-color: #f8f8f8 !important;
    position: relative !important;
}


h1 {
    font-size: 25px;
}

.logo {
    padding-left: 15px;
}

.Normal, .NormalDisabled, .NormalDeleted {
    font-family: 'gothic',sans-serif !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

    .Normal a, .Normal ul a, .Normal a:visited, .Normal ul a:visited {
        text-decoration: none;
        color: #DD1920;
        font-weight: bold;
    }

p {
    font-size: 15px;
    color: #333;
    padding: 5px 0;
}

.background-white {
    background: rgba(255, 255, 255, 0.7);
}

.content-padding-top {
    padding-top: 35px;
    padding-bottom: 40px;
}

.content-padding {
    padding: 35px 6.66666667%;
    padding-bottom: 40px;
}

.DNNEmptyPane {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.inner-content h3 {
    font-weight: normal;
    font-size: 24px;
    color: #dd1920;
    padding-bottom: 5px;
}

.inner-content ul li a,
.inner-content ul li a:hover,
.inner-content ul li a:active {
    text-decoration: none !important;
    cursor: pointer !important;
}

/*
footer {background-image : url(images/big-logo-bg.png); 
background-size: cover;}
*/
.socialbar {
    margin-top: 15px;
}

.ModBlogC .is-post h2 a, .ModBlogC .is-post h2 a:visited, .DnnModule-Blog a {
    color: #dd1920;
}


.referenztabelle tr td {
    padding-bottom: 15px;
}

a, a:visited {
    color: #dd1920;
}

.footer1 {
    background-size: contain;
}

.footer-row h3 {
    font-size: 24px;
    padding-bottom: 20px;
}

.footer-row p {
    line-height: 35px !important;
    font-size: 15px !important;
    padding: 0 !important;
}

.footer-row ul {
    margin: 0;
    padding: 0;
}


#dnn_footericons_lblText ul, #dnn_footericons_lblText ul li {
    list-style: none;
    padding: 5px;
    margin: 0px;
    display: inline-block;
}

#dnn_footericons_lblText ul {
    padding-top: 24px;
}


.f2-list1 {
    padding: 0;
}

    .f2-list1 li {
        float: left;
        padding: 0 20px 0 0;
        line-height: 90px;
    }




.footer-row a, .footer-row a:visited {
    text-decoration: none !important;
    font-weight: normal;
}

/* BLOG START */
.ModBlogC .is-post .info .date {
    margin: 0 0 0.75em 0;
}

    .ModBlogC .is-post .info .date .day {
        margin: 0 0 0 0;
        font-size: 0.7em;
        font-weight: 700;
    }

    .ModBlogC .is-post .info .date .year {
        display: block;
        padding: 0 0 0 0;
        font-size: 0.7em;
        font-weight: 700;
    }

/* BLOG ENDE */

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #dd1920;
    border-color: #dd1920;
    color: white !important;
}

    .btn-primary a,
    .btn-primary a:hover,
    .btn-primary a:active,
    .btn-primary a:focus {
        color: white !important;
    }

.language-select {
    position: relative;
}

.language-object a {
    text-transform: uppercase;
}

.language-object a {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.language-select a {
    z-index: 99999;
    position: absolute;
    display: block;
    text-transform: uppercase;
}

    .language-select a.btn-primary {
        color: transparent;
    }

.language-select .de-DE:before {
    content: " DE";
}

.language-select .en-US:before {
    content: " EN";
}

.language-select .fr-FR:before {
    content: " FR";
}




.Language {
    top: 50px;
}

.ModBlogC .is-post .info .tags {
    display: none;
}

.ModBlogC .is-post .byline {
    color: #333;
}

/* FORMS */
.FormPanelStyle input {
    width: 100% !important;
    background: #f3f3f3;
    border: none;
    padding: 10px 28px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

    .FormPanelStyle input[type=image] {
        width: auto !important;
        height: auto !important;
        background: #f3f3f3;
        border: none;
        padding: 10px 28px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
    }

.FormPanelStyle textarea {
    width: 100% !important;
    background: #f3f3f3;
    border: none;
    padding: 28px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.FormPanelStyle span.NormalRed {
    display: none;
}

.carousel-control.left {
    /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); */
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); */
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control {
    text-shadow: 0 1px 2px rgb(0, 0, 0);
}


.overlayslider.carousel {
    max-width: 100%;
}



.carousel-caption {
    text-align: left;
}

    .carousel-caption h1 {
        font-size: 4.75rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        text-rendering: optimizeLegibility;
    }

    .carousel-caption > span {
        font-size: 1.2em;
        color: white;
    }

    .carousel-caption .well {
        background-color: rgba(245, 245, 245, 0.81);
    }

#dnn_FullwidhtPane .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}


ul#ControlBar_Module_ModulePosition li {
    height: auto;
}


.carousel-indicators li {
    width: 45px;
    background-color: #333 !important;
    height: 7px;
}

    .carousel-indicators li.active {
        width: 45px;
        background-color: red !important;
        height: 7px;
    }

.carousel-indicators {
    margin-left: -25%;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}


.pane .nav-tabs {
    margin-left: 0px;
    margin-right: 0px;
}


    .pane .nav-tabs li a:hover {
        border-color: transparent;
        background-color: #f3f3f3;
    }

    .pane .nav-tabs li a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        background: #303030;
        font-size: 16px;
        color: #fff;
        padding: 25px 0;
        width: 33.33333333%;
        border-radius: 0;
    }




.searchbox {
    margin-top: 26px;
    color: white;
}

    .searchbox .fa {
        color: white;
    }

    .searchbox input {
        border-radius: 15px;
        border-width: 0px;
        padding: 5px;
    }

.searchSkinObjectPreview, a.dnnSearchBoxClearText.dnnShow {
    display: none !important;
}


.ModhelferleinFormC table tr td {
    padding-bottom: 10px;
}

.console-large h3 {
    font-size: 12px;
}

.paneOutline:hover {
    background: rgba(221, 25, 32, 0.02);
}

.navbar-toggle .icon-bar {
    background-color: #DD1920;
    width: 32px;
    height: 3px;
}

.navbar {
    margin-bottom: 0px;
    padding-top: 19px;
}

    .navbar a {
        color: #333;
    }


.navbar {
    font-size: 16px;
}

    .navbar .dropdown-menu {
        background-color: rgb(48, 48, 48) !important;
        color: white;
    }



        .navbar .dropdown-menu a {
            color: white;
        }

.navbar-brand {
    padding-top: 0px;
    padding-right: 60px;
}




.dropdown .chevron {
    max-width: 43px;
    right: 15px !important;
    position: absolute;
}


.navbar-header > button {
    float: right;
}


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}


.page-container {
    position: relative;
    padding-top: 70px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
    /*
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
*/
    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.footer .menu {
    border-bottom: 1px solid gray;
}

    .footer .menu li {
        list-style: none;
        padding-bottom: 5px;
    }

        .footer .menu li.selected > a {
            font-weight: bold;
        }

#FooterBottom1Pane span, #FooterBottom1Pane a, .copyright {
    color: white;
}


#FooterTopPane {
    height: 77px;
    padding-top: 19px;
}

    #FooterTopPane a {
        color: white;
        font-size: 26px;
    }


.ft-rdb {
    background: #dd1920;
    cursor: pointer;
}

    .ft-rdb h2 {
        color: white;
        padding: 15px;
        margin: 0px;
    }


.ddrbreadcrumb > a {
    color: #dd1920;
}

.ddrbreadcrumb > li.selected > a,
#navbar > ul > li.ddrbreadcrumb.dropdown > ul > li.selected.ddrbreadcrumb > a {
    color: #262626;
    background-color: #f5f5f5;
    width: 100%;
}


.carousel-inner .item, .carousel-inner img {
}

.carousel {
    position: relative;
    margin: 0px auto;
    max-width: 1140px;
}

    .carousel.fullwith {
        width: 100%;
        max-width: 100%;
    }

.padtop40 {
    padding-top: 40px;
}

.tabcontent .ModDNNHTMLC .col-md-4 {
    padding-left: 0px;
}


.columns {
    -moz-column-width: 100%; /* Firefox */
    -webkit-column-width: 100%; /* webkit, Safari, Chrome */
    column-width: 100%;
}
    /*remove standard list and bullet formatting from ul*/
    .columns ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
        /* correct webkit/chrome uneven margin on the first column*/
        .columns ul li:first-child {
            margin-top: 0px;
        }

        .columns ul li {
            padding-bottom: 15px;
            display: inline-block;
        }

            .columns ul li div {
                width: 260px;
                float: left;
                min-height: 100px;
            }

            .columns ul li img {
                margin: auto;
                max-width: 90%;
                height: auto;
                padding-bottom: 20px;
            }

    .columns ul {
        clear: both;
    }

@media (MAX-width:992px) {
    #navbar {
        width: 100%;
    }

    .columns ul li {
        float: left;
    }

        .columns ul li div {
            width: 161px;
            float: left;
            min-height: 100px;
        }

    .carousel.fullwith {
        min-height: 300px;
    }

    .carousel-caption {
        left: 1%;
        right: 1%;
        bottom: 2px;
    }

        .carousel-caption h1 {
            font-size: 2.75rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
            text-rendering: optimizeLegibility;
        }

        .carousel-caption > span {
            font-size: 1em;
            color: white;
        }

    .navbar-nav.language-object {
        margin-left: 0px;
    }

    #dnn_dnnSearch_txtSearch {
        width: 100px;
    }

    .ft-rdb span {
        font-size: 16px;
    }

    .page-container {
        padding-top: 0px;
    }
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 750px) {
    .carousel-caption {
        position: relative;
    }

        .carousel-caption h1 {
            color: #dd1920;
        }
}

.img-margin{
	margin: auto !Important;
}

.img-maxwidth-500 {
	max-width: 500px;
}

