/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
table#label {
    display: block !important;
    background-color: #1a4b7f !important;
         -webkit-print-color-adjust: exact;
         color: #ffffff !important;
         font-size: 8px;
}
td.qrcode{
    background-color: #ffffff !important;
   -webkit-print-color-adjust: exact;
}

div.dashed {
    padding: 5px;
    border-style: dashed;
    border-width: 1px;
    border-color: #333333;
    display: inline-block;
}
table.label-title {
    background-color: #009fe1 !important;
    -webkit-print-color-adjust: exact;
    color: #ffffff !important;
    text-align: center;
    /* padding: 5px; */
}
table.logofile {
    background-color: #ffffff !important;
    -webkit-print-color-adjust: exact;
}
table.attributes td {
    text-align: center;

}
td.lightbg {
    background-color: #ffffff !important;
    -webkit-print-color-adjust: exact;
    color: #1a4b7f;
    font-size: 8px;
}
table.border {
border-style: solid;
    border-width: 1px;
    border-color: #009fe1;
}
td.txtsmaller {
font-size: 6px;
padding: 1px 0;
}
td.logo img {
width: 50px;
height: auto;
}
@font-face {
    font-family: 'Segoe UI';
    font-display: swap;
    src:
    local('SegoeUI'),
	url('../fonts/SegoeUI.woff2')  format('woff2');
}

@font-face {
    font-family: 'Segoe Print';
    font-display: swap;
    src:
    local('Segoe Print'),
    url('../fonts/SegoePrint.woff2') format('woff2');
}

@font-face {
    font-family: 'Dash 9812';
    font-display: swap;
    src:
    local('Dash 9812'),
    url('../fonts/Dash9812.woff2') format('woff2');
}

@-webkit-keyframes shake {
    20%, 80% {
      transform: translate3d(0, 10px, 0);
    }
}

@keyframes shake {
    20%, 80% {
      transform: translate3d(0, 10px, 0);
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    border: 0px;
    border-radius: 0px;
    background: rgb(20,85,165);
}
::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #000;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {height: 100%;}

body {

    position: relative;
    transition:  300ms linear;
    min-height: 100%;
    display: flex;
    flex-direction: column;
	overflow-x: hidden;
}
header #full{
    background-color: #1455a5;
}
main {
    flex: 1 0 auto;
}

footer {
    background: #1455a5;
    /*position: absolute;
    top: 100%;*/
    margin-top: auto;
    flex-shrink: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(20,85,165);
}
p {
    color: #333;
}
h1, h2, h3, h4, h5, h6, p, li, a{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
figure {
    margin: 0;
}
.bg-blue {
    background-color: #1455A5;
}
.nav li a:hover {
    color: white !important;
    text-decoration: none;
}

a {
    color: #1455A5;
    text-decoration: none ;
    transition: 300ms linear
}
a:hover {
    text-decoration: none
}

a:hover, a:focus {
    text-decoration: none;
}

main #canvas {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
main {
    overflow: hidden;
}
main.clean {
    margin-top: 154px;
}
.order.pull-right {  /* Beitragsbild rechts (Flexbox-Ausrichtung rechts) */
    order: 1;
}
.blue {
    color: rgb(20,85,165);
}
.white {
    color: white;
}
.lighter {
    font-weight: lighter;
}
.versalien {
    text-transform: uppercase;
}
.relative {
    position: relative;
}
.hoverbg:hover {
    background-color: rgba(13,13,13,25%);
}
.flex {
    display: flex;
}
    .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

#redim-cookiehint {
    background-color: #f7f7f7;
    padding: 1rem;
    box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
    text-align: center;
}

.cookiebuttons {
    display: block;
    padding: 8px;
    margin-top: 2px;
}
.float-end {
    float: none!important;
}

/***************************** Landingscreen *********************************/

.head {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color:#1455a5;
}

.head > a {
    height: 100%;
    display: block;
}

.head > a > .container {
    height: 100%;
}

.head > a > .container > .row {
    height: 100%;
}
.head-st {
    overflow: hidden;
    background-color: #1455a5;
}
#logo {
    display: block;
}

.scrolldown {
    display: block;
    width: 50px;
    height: 50px;

    border: 5px solid transparent;
    border-bottom-color: white;
    border-right-color: white;
    transform: rotate(45deg);

    position: relative;

}

.animation {
    display: flex;
    justify-content: center;

    margin-top: 3rem;

    -webkit-animation-name: shake;

            animation-name: shake;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: both;
            animation-direction: both;

    transform: translate3d(0, 0, 0);
}



/***************************** Landingscreen Ende *********************************/




/***************************** Standardheader *********************************/



.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    transition: left 300ms linear;
}

.offcanvas > header > .fixed  {
    left: -280px;
}

header {
    margin-bottom: 0;

}

.head-st > .container:first-of-type {
	height: 100%;
}

.head-st > .container:first-of-type > .row {
	height: 100%;
}

.head-st #logo{
	display: block;
	width: 100%;
}

.repeatText > p {
	margin-bottom: 1rem;
}

.space {
	margin-top: 4rem;
}

/***************************** Standardheader Ende *********************************/


/***************************** Videoheader *********************************/




/***************************** Videoheader Ende *********************************/


/***************************** Hauptnavi *********************************/
#NavBar li {
    font-size: 1rem;
}
.bg-aqua {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: left 300ms linear;
}

.navbar {
    height:90px;
    padding: 0;
    background-color: transparent;
    position: relative;
    z-index: 1000;
}
.navbar > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
}
.logo {
    font-size: 1.5rem;
    font-family: 'Playfair Display SC', serif;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.logo img {
    max-width: 200px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgb(243,243,243);
    border-radius: .25rem;
    cursor: pointer;
    z-index: 1002;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: auto;
    background-size: 100%;
    background-image: url("../images/toggler-bg.png");
}
.mainnav {
    flex-basis: 100%;
    -ms-flex-positive: 1;
    align-items: center;
}

.mainnav ul {
    margin-left: 0;
    margin-right: 0;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.mainnav > ul > li {
    margin-left: 1rem;
    position: relative;
}

.fixednav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.nav li a, .breadcrumb li a.pathway {
    color: white;
}

.mod-languages a:hover {
	background: none;
}

/***************************** Hauptnavi Ende *********************************/


/***************************** Suchfeld *********************************/

.btn-toolbar label {
	margin-right: 0.35rem;
	margin-top: 0.7rem;
}

button.btn.hasTooltip {
	margin: 0.4rem 0.4rem;
}

.ordering {
	margin-right: 0.1rem;
}

.searchintro {
	margin-top: 0.25rem;
}

.phrases-box input, .phrases-box label {
	margin-right: 0.35rem;
}


.only input, .only label {
	margin-right: 0.35rem;
}

form > .inputbox:focus {
	outline: none;
	box-shadow: 0 0 30px 10px rgba(0,255,255,0.8);
	border-radius: 3px;
}

form > .inputbox {
	border: none;
}

.pagination ul {
	list-style-type: none;
}
.pagination ul li  {
	display: inline-block;
	padding: 5px;
}

.col-12 .search {
	margin-bottom: 4rem;
}
.form-group {
    margin-bottom: 1rem;
}

/***************************** Suchfeld Ende *********************************/


/***************************** Sprachwechsler *********************************/

#NavBar div.mod-languages ul {
	margin: 0  0 0 .5rem;
}

div.mod-languages img {
	margin-bottom: 5px;
}

/***************************** Sprachwechsler Ende *********************************/


/***************************** Countdown *********************************/

.smartcountdown {
	max-width: 350px;
	position: absolute;
	background-color: #1455a5;
	padding: 0.5rem 1rem;
	z-index: 10000000;
    width: 350px;
    height: 100%;
	color: white;
}

.scd-title:first-of-type {
	font-family: Segoe Print, Segoe UI, sans-serif;
	color: #fff;
	margin: .5rem 0 1rem 0;
}

.scd-counter > div {
	margin: 0 !important;
}




/***************************** Countdown Ende *********************************/



/***************************** Breadcrumbs *********************************/
.breadcrumb {
    transition: all 300ms linear;
     background: transparent;
    padding: 0.3rem 0;
}
.breadcrumb-top {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }
.breadcrumb-top .breadcrumb {
    border-top: 1px solid rgba(255,255,255,0.30)
}
.breadcrumb-top:before {
    content: "";
    position: absolute;
    width: 100%;
    box-shadow: 0 0 176px 138px rgba(0,0,0,0.8);
    box-shadow: 0 0 176px 138px rgba(0, 131, 255, 0.68);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    }
.breadcrumb-top {
    color: rgba(238, 238, 238, 0.74);
    z-index: 2;
    }
footer .breadcrumb {
    color: rgba(255,255,255,0.88);
    margin: 0;
    }
footer .breadcrumb li a:hover, .breadcrumb-top li a:hover {
    color: #fff;
    }
.breadcrumb span.divider {
    margin-right: 3px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: url('../images/system/arrow.png');
    padding-top: 3px;
}
.breadcrumb li.active {
    color: #ffffff;
}

/***************************** Bildmodul *********************************/

.spacer {
    margin-top: 3rem;
    overflow: hidden;
}

.stripe {
    display: block;
    width: 100%;
    height: 4rem;
    z-index: -5;
    background-image: url("../img/efs-steine.jpg");
}
.pagination {
flex-wrap: wrap;
}
.bildmodul {
    position: relative;
	margin: -2.5rem 0 2.5rem;
    z-index: 1;
}
.bordertop {
	border-top: 5px solid #1455a5;

}
.content-box {
	padding: 2rem;
	margin:  0 0 4rem 0;

}
.content {
	padding: 2rem 0;
}
.image-banner {
    margin-bottom: 2rem;
    position: relative;
    margin-top: 1.5rem;
}

.image-banner:before {
    content: "";
    background: url(../images/efs-steine.jpg) repeat-x center;
    height: 65px;
    width: 300%;
    position: absolute;
    left: -100%;
    top: -1.5rem;
    box-shadow: 2px 2px 4px #2b2b2b;

}

.boxshadow {
    box-shadow: 2px 2px 4px #2b2b2b;
}

.white {
    color: white;
}

.image-banner.multi figure.image {
    overflow: hidden;
}
.image-banner.multi figure.image a {
    display: block;
    position: relative;
}
.image-banner.multi figure.image a:before  {
    content:  " "attr(title) "";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 100%;
    line-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    transform: translate3d(0,-50px,0);
    background: rgba(20,85,165,0.70);
    font-size: 16px;
    transition: all 300ms linear;
    opacity:0;
}

.image-banner.multi figure.image a:hover:before  {
    align-items: center;
    line-height: 100%;
    position: absolute;
    transform: translate3d(0,-100%,0);
    color: #fff;
    opacity: 1;

}

/***************************** Bildmodul Ende *********************************/

/***************************** Katalog *************************************/
#wishlist-table {
    margin: 3em 0;
}
.djc_pagination ul {
	list-style-type: none;
}
.djc_pagination ul li  {
	display: inline-block;
	padding: 5px;
}
#djcatalog select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
}
#djcatalog textarea, #djcatalog input[type="text"], #djcatalog input[type="password"], #djcatalog input[type="datetime"], #djcatalog input[type="datetime-local"], #djcatalog input[type="date"], #djcatalog input[type="month"], #djcatalog input[type="time"], #djcatalog input[type="week"], #djcatalog input[type="number"], #djcatalog input[type="email"], #djcatalog input[type="url"], #djcatalog input[type="search"], #djcatalog input[type="tel"], #djcatalog input[type="color"], #djcatalog .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
#djcatalog select, #djcatalog textarea, #djcatalog input[type="text"], #djcatalog input[type="password"], #djcatalog input[type="datetime"], #djcatalog input[type="datetime-local"], #djcatalog input[type="date"], #djcatalog input[type="month"], #djcatalog input[type="time"], #djcatalog input[type="week"], #djcatalog input[type="number"], #djcatalog input[type="email"], #djcatalog input[type="url"], #djcatalog input[type="search"], #djcatalog input[type="tel"], #djcatalog input[type="color"], #djcatalog .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#djcatalog .djc_filter_list li span, #djcatalog .djc_filter_search li span, #djcatalog .djc_filter_map_search li span, #djcatalog .djc_filter_radius_search li span, #djcatalog .djc_filter_country_state_search li span, #djcatalog .djc_order_buttons li span {
    font-weight: normal;
}
#djcatalog .djc_filters .djc_filters_in, #djcatalog .djc_order .djc_order_in {
    /*padding: 10px;
    background: url(../images/bg2.png) repeat;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;*/
    background: #eee;
}
#djcatalog .djc_atoz_list li span span {
    /*background: url(../images/bg1.png) repeat;*/
	background: rgba(20,85,165,0.45);
	border-radius: 5px;
}
/*#djcatalog .djc_atoz_list li a span {
   /* background: url(../images/bg2.png) repeat;
	background: #1455a5;
}*/
/*#djcatalog .djc_atoz_list li a:hover span, #djcatalog .djc_atoz_list li a span.active {
    /*background: url(../images/bg3.png) repeat;
	background: #0089ff;
}*/
#djcatalog .djc_atoz_list li a span  {
    background: #1455a5;
	 border-radius: 5px;
}
#djcatalog .djc_atoz_list li a:hover span, #djcatalog .djc_atoz_list li a span.btn.active  {
    background: #0089ff;
}
.djc_filter_label {
    min-width: 55px;
}
li.djc_filter_input input {
    width: 220px;
}
.djc_items_table > tbody tr:nth-last-of-type(even) {
    background-color: #eee;
}
#djcatalog .table td, #djcatalog .table th {

    vertical-align: middle;

}
.table {
    --bs-table-bg: unset;
}
.table>:not(caption)>*>* {
    color: unset;
}
#djcatalog .djc_order_buttons li {
    display: inline-block;
    float: none;
    list-style: none;
    margin: 0 10px 0 0;
    line-height: 2;
	transition: all 300ms linear;
    background: #1455a5;

    border-radius: 50px;
}
#djcatalog .djc_order_buttons li:first-child, #djcatalog .djc_order_buttons li:first-child:hover {
	background: none;

}
#djcatalog .djc_order_buttons li a {
	padding: 0.5rem 1rem;
	   color: #fff;
}
img.djcat_order_dir {
    margin-left: -10px;
    padding: 7px 13px 7px 7px;
    filter: brightness(1.2);
}
#djcatalog .djc_layout_buttons li a {
    background: #eee;
	transition: all 300ms linear;

}
#djcatalog .djc_layout_buttons li a.active, #djcatalog .djc_layout_buttons li a:hover {
    background: #0089ff;
}#djcatalog .djc_layout_buttons li a.active, #djcatalog .djc_layout_buttons li a:hover {
    background: #25a4ff;
}
input.button.btn.djc_filter_reset_btn, input.button.btn.djc_filter_go_btn {
    border-radius: 50px;
	transition: all 300ms linear;
}
input.button.btn.djc_filter_reset_btn:hover, input.button.btn.djc_filter_go_btn:hover {
    border-radius: 50px;
	background:#0089ff;
}
#djcatalog .djc_order_buttons li:hover {
    background: #0089ff;
}

/***************************** Beitrag *********************************/

.blog a, .item-page a {
    color: #1455a5;
}
.blog a:hover, .item-page a:hover {
    color: #1E83FF;
}
a.btn {color: #fff; transition:all 300ms linear}
a.btn:hover {color: #fff;}
.smallstripe {
    display: block;
    width: inherit;
    height: 0.5rem;
}
.svg-inline--fa {
    color: #1455a5;
}
.bg-light {
    background: #f7f7f7 !important;
}

.linkwidth {
    min-width: 100%;
}

.blog-article .btn {
	margin-top: .5rem;
}

.article-img {
	display: block;
	margin: auto;
}
.linkwidth {
    margin-top: 0.5rem;
    }
h1 > span, h2 > span {
    display: inline-block;
    width: 40px;
    height: auto;
    vertical-align: center;
    }
.pageheading > h1, .page-header > h2, .highlighted, .djc_title, .djc_thead, .djc_title > h3 a {
    font-family: Segoe Print, Segoe UI, sans-serif;
    }

#djcatalog .djc_items .djc2_cols_2 .djc_image {
	margin: 10px 20px 20px 0;
}

#djcatalog .djc_items .djc2_cols_2 .djc_image img {
	padding: 0;
	/* border-radius: 0; */
	/* border: 1px solid rgba(255,255,255,0.75); */
	max-width: 200px;
	height: 132px;
	float: left;
}

.djc_item_bg {
    height: auto;

}
td.djc_td_image img {
    min-width: 130px;
    max-width: 130px;
}
.djc_item_in .djc_title {
	/* float: left;
	position: absolute;
	bottom: 10px; */
}

.djc_item_in .djc_description {
	float: left;
    margin-top: 10px;
    width: 100%;
    max-width: 290px;
}

.djc_item_in .djc_readon {
	clear: both;
	float: right;
	margin: 0 !important;
}

#djcatalog .djc_items .djc_item_in {
	padding: 10px 20px 20px 20px;
}

.djc_item_row {
	margin-bottom: 10px;
}

.djc_item .djc_title {
	margin-bottom: 10px;
}

.djc_item_in .djc_title h3 {
	padding: 0 10px 5px 10px;
	background-color: #0070C0;
    /* border: 1px solid rgba(255,255,255,0.75); */
	margin-bottom: 0;
}

#djcatalog .djc_items .djc_item_bg {
    background-color: #1455a5;
    min-height: 575px;

}
#djcatalog .djc_images {
    float: right;
    margin-left: 0;
    margin-bottom: 0;
}
.djc_item {
    min-height: 555px;
}

.djc_item .djc_mainimage img {
    padding: 0;
}
.djc_item_info {
    width: 100%;
    display: block;
    padding:0;
    position: relative;
}
.djc_item .djc_mainimage {
    margin-left: 0;
    margin-bottom: 0 !important;
}
.logo-container {
    margin:25px 0;
}
.image-container {
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
}
.image-container img {
    height: 100%;
    width: auto;
}
.info-container {
    float:left;
    padding: 10px;
}
/* .djc_item.pull_left.djc_item_col_first, .djc_item.pull_left.djc_item_col_last
{
	background-color: #1455a5;

} */
/* .djc_item_col_first .djc_item_in {
	box-shadow: -1px 1px 3px #2b2b2b;
}

.djc_item_col_last .djc_item_in {
	box-shadow: 1px 1px 3px #2b2b2b;
} */

.djc_title > h3 a {
	font-size: 1.5rem;
	color: #fff;
}
.djc_thead {
	font-weight: 100;
	color: #1455a5 !important;
}

.djc_item_info {
    background-color: #0090DD;
	color: #fff;
    /* border: 1px solid rgba(255,255,255,0.75); */
	float: left;
    min-height: 132px;
    font-size:16px;
}
.djc_item_info  > div {
    padding: 5px;
}
.djc_item_info small {
    font-size: 16px;
}
.djc_listing_items .djc_item_info{
	width: 100%;
}
col-12 span, .col-md-6 span {
    font-size: 16px;
}
.djc_item_info a {
	color: #fff;
}

.djc_item_info a:hover, .djc_readon a:hover {
	/* text-decoration: underline; */
}

.djc_readon a:hover {
	border-color: #fff;
    background-color: #0090DD;
}

.djc_readon > .btn {
	background-color: #0070C0;
	/* border: 1px solid rgba(255,255,255,0.75); */
	line-height: 22px;
}

.djc_printable_version.btn {
	margin-top: 0;
}

.djc_theme_default .djc_item_info {
        min-width: 247px;
        margin: 0 0 25px;
	}

#attriblist .table {
    color: #fff;
}



.pageheading h1 {
    font-size: 3rem;
    color:#fff;
    text-shadow: 0 0 8px #000;
    }
.pahe-header h1 {
    font-size:2rem;
    width: 3rem;
    }
.pageheading h1 > span {
     width: 4rem;
    }
.page-header h2, .highlighted {
    font-size: 1.5rem;
    }


.primary {
    color: #1455A5;
}



.btn {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    /* border-radius: 0px; */
    color: #fff;
    background-color: #1455a5;
    margin-right: 20px;
    border: none;
}

.btn:focus {
    box-shadow: 0 0 0 0;
}

.btn:last-of-type {
    margin-right: 0;
}

.btn:hover {
    background-color: #006EBF;
    border-color: #006EBF;
}

.btn:hover {
    color: white;
}

h5 {
    font-size: 1.1rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.content-box ul {
    list-style: none;
}

.content-box ul > li:before {
    content: "\f00c";
    transform: translateY(-50%);
    margin-right: 0.5rem;
    position: relative;
    font-weight: 900;
    font-size: 1rem;
    font-family: 'Font Awesome\ 5 Free';
}
.contact-persons {
    padding: 2rem 0;
    border-top: 5px solid #1455a5;
    border-bottom: 5px solid #1455a5;
}

ul.pager.pagenav {
	list-style: none;
}

ul.pager.pagenav li{
	display: inline-block;
	margin-right: 1rem;
}

.item-page {
        margin-top: 0rem;
    }

/***************************** Beitrag Ende *********************************/


/***************************** Tagcloud  *********************************/

#canvas {
    display: flex;
    justify-content: center;
    overflow: visible;
    margin-bottom: 2rem;
}

#tagcloud {
    overflow: visible;

}

.blue {
    color: rgb(20,85,165);
}

.big {
    font-size: 2.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dark {
    color: #2b2b2b;
    font-size: 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


#tagcloud ul > li:nth-last-of-type(odd) > a{
	color: #2b2b2b;
    font-size: 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#tagcloud ul > li:nth-last-of-type(even) > a{
	color: #1455A5;
	font-size: 2.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.mod-languages ul {
    padding: 0;
}
.mod-languages li {
    display: inline;
    padding: 0 5px;;
}

/***************************** Tagcloud Ende *********************************/


/***************************** Panorama  *********************************/

.panofisch {
    top: -3rem;
    left: 94.5rem;
    max-width: 100px;
    height: auto;
    position: absolute;
}

.panorama img {
    max-width: none;
    width: 100%;
}



/***************************** Panorama Ende *********************************/

/***************************** Footernav  *********************************/

.rem {
    font-size: 1rem;
}

.footerbrand {
    display: inline-block;
    vertical-align: top;
	color: #fff;
	margin-bottom: 0;
}

nav .container-fluid {
	max-width: 1600px;
}

span p {
	color: white;
	margin-bottom: 0;
}



.footernav li a {
    display: block;
    padding: .5rem 1rem;
}
footer {
  width:100%;
 }

a.back-to-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 9998;
}
span.btn.disabled   {
    background: #198754;
}
/***************************** Footernav Ende *********************************/


/*********** Backend *************/

table.adminlist.table.table-striped.table-bordered th {
	min-width: 100px;
}

/*********** Backend Ende *************/

/********** Druck *************/

.djc_printable > .djc_title {
	margin: 1rem 0;
}

	/* .djc_printable img {
		width: 200px;
		position: absolute;
		right: 0;
		top: 46px;
	} */

	/* .djc_printable .djc_description > .djc_item_info {
		height: auto;
		margin: 1rem 0;
		min-width: 200px;
		background-color: #0090DD;
		color: #fff;
		border: 1px solid rgba(255,255,255,0.75);
	} */


/********** Druck Ende *************/

/* @-moz-document url-prefix() {
  h1 {
    color: red;
  }
} */

@media (max-width: 1200px)  {

	#NavBar > .nav > li.deeper > ul {
        padding-left: 1.5rem;
        list-style: none;
    }
    #NavBar > .nav > li.deeper > ul > li > ul {
        padding-left: 1.5rem;
        list-style: none;
    }
    #NavBar > .nav > li.deeper > ul > li > a:before {
        content: "\f105";
        transform: translateY(-50%);
        margin-right: 0.5rem;
        position: relative;
        font-weight: 900;
        font-size: 1rem;
        font-family: 'Font Awesome\ 5 Free';
    }

    #NavBar > .nav > li.deeper > ul > li > ul > li > a:before {
        content: "\f101";
        transform: translateY(-50%);
        margin-right: 0.5rem;
        position: relative;
        font-weight: 900;
        font-size: 1rem;
        font-family: 'Font Awesome\ 5 Free';
    }

	#NavBar div.mod-languages ul {
		display: flex;
		position: absolute;
		top: 34px;
		right: 7px;
	}

	button.btn.hasTooltip {
		margin: 0.4rem 0;
	}

	#djcatalog .djc_readon {
		position: absolute;
		bottom: 10px;
		right: 20px;
	}

	.form-inline {
		position: absolute;
		top: 19px;
		right: 16px;
		max-width: 100px;
	}

	div.search input[type="search"] {
		width: 100px !important;
	}

	.btn-toolbar label{
		margin-top: 0.4rem;
	}

	.sticky.is-sticky .navbar a {
        color: #fff;
    }

    .navbar {
        overflow: visible;
    }

    .is-sticky .navbar-nav {
        height: 100vh;
    }


    .navbar-nav  li {
        position: relative;
    }

    .mainnav li a {
         padding: 1rem;
         display: block;
         font-weight: 100;
         font-size: 1.1rem;
    }

    .offcanvas .sticky, .offcanvas .sticky.is-sticky{
        left: -280px;
        transition: left 300ms linear;
     }

    .navbar-nav li ul li a {
        padding-left: 2rem;
     }

    .mainnav {
      	width:100%;
        max-width: 280px;
        position: fixed;
        top: 0;
        right: -280px;
        height: 100%;
        transition: all  300ms linear;
        background: rgba(20, 85, 165, 0.705);
    }

  	.mainnav .nav {
    	flex-direction: column;
  	}
    body {
        position: relative;
        left: 0;
        transition: left
        300ms linear;

    }
    body.offcanvas {
      	left: -280px;
        visibility: visible;
    }

    .mainnav.active {
        right: 0;
    }
    .sticky > .navbar {
        transition:  0.3s ease-in-out;
    }



    .active > .container {
        padding: 0;
    }


    #NavBar .mainnav {
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
        max-width: 360px;
        padding: 2rem 0rem;
        overflow: auto;
        transition: transform .5s cubic-bezier(.07,.23,.34,1);

    }

    #NavBar .mainnav li  {
        position: relative;
        list-style: none;
        width: 100%;
        padding-right: 1rem;
        font-size: 1.3rem;
        text-align: center;
    }

    #NavBar > .mainnav > li > a {
        padding: 1rem 0 0.6rem 0;
        display: block;
        line-height: 1.5;
        font-size: 1.8rem;
    }

    .parent > .nav-child {
        padding-left: 1rem;
    }

	.text-align {
		text-align: center;
	}

	.djc_item_in {
		flex-direction: column;
    	display: flex;
    	justify-content: center;
	}

	#djcatalog .djc_items .djc2_cols_2 .djc_image {
    	margin: 10px 0 5px 0;
	}

	#djcatalog .djc_items .djc2_cols_2 .djc_image img {
		float: none;
	}

	.djc_item_in .djc_description {
		float: none;
		margin: 5px auto 0 auto;
	}

	.djc_item_info {
    	float: left;
		margin-bottom: 55px;
	}

	#djcatalog .djc_readon {
		position: absolute;
		bottom: 20px;
		right: 20px;
	}

	.djc_item .djc_title {
		margin-bottom: 10px;
	}



}

@media (max-width:991px) {



	.djc_listing_items .djc_item_info {
		width: 280px;
	}

	.djc_item_row {
		margin-bottom: 50px;
	}

	.djc_item_in {
		flex-direction: column;
    	display: flex;
    	justify-content: center;
	}

	.djc_item_in .djc_title {
		width: 88.2%;
		bottom: 58px;
	}

	#djcatalog .djc_readon {
		position: initial;
	}

	#djcatalog .btn.readmore {
		width: 100%;
		margin-top: 14px;
	}

	#djcatalog .djc_items .djc2_cols_2 .djc_image {
    	margin: 10px 0 5px 0;
	}

	#djcatalog .djc_items .djc2_cols_2 .djc_image img {
		float: none;
	}

	.djc_item_in .djc_description {
		float: none;
		margin-top: 10px;
		width: auto;
	}

	.djc_item_info {
    	float: left;
		margin-bottom: 55px;
	}



    a.back-to-top {
        position: fixed;
        right: 30px;
        bottom: 30px;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #fff;
        z-index: 9998;
    }

   .panorama {
        position: relative;
        height: 240px;
    }
    .panorama-container {
        overflow: hidden;
        width: 100%;
        height: 240px;
        position: absolute;
    }

    /*.panorama > div.overflow {
        height: 140px;
    }*/

    .panorama-container img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate3d(-50%, 0,0);
        width: auto;
        height: 240px;
    }

    .flyout-menu {
        display: flex;
        flex-flow: column;
        position: fixed;
        right: 5%;
        bottom: 5%;
        z-index: 1051;
        opacity: 0;
        transition: all 300ms linear;
    }


    .slidein {
        opacity: 1;
    }

    .flyout-menu > li {
        display: none;
    }

    .flyout-menu > li:first-child {
        width: 50px;
        height: 50px;
        background-color:#1455a5;
        border: 2px solid #fff;
        border-radius: 50%;
        transition: 0.7s;
        display: block;

    }

    .flyout-menu > li a {
        display: block;
        height: 50px;
        line-height: 50px;
    }

    .flyout-menu > li:hover {
        background-color: #007fda;
    }

    .flyout-menu li a img {
        max-width: 30px;
        height: 30px;
        margin: 0 10px 8px 8px;
    }

    .flyout-menu li a span {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

	.footernav {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

    .navbar-brand {
        display: flex;
        flex-direction: column;
        margin-right: 0;
    }

    .navbar-brand > img {
        width: 103px;
        margin: auto;
    }

    .navbar-brand > span {
        margin: auto;
    }

    .order {
        order: 1;
    }

    .contact-image figure {
        margin-bottom: 1rem;
    }
     .contact-image figure img{
        width: 100%;
        max-width: none
    }

}

@media (max-width: 767px) {


    .btn:first-child {
        display: block;
        margin: 0;
    }

    .btn {
        display: block;
        margin: 5px 0 0 0;
    }
}

@media (max-width: 767px) {

	.djc_item_row {
		margin-bottom: 0;
	}

	.djc_item_in {
		flex-direction: column;
    	display: flex;
    	justify-content: center;
	}

	.djc_item_in .djc_title {
		bottom: 10px;
		left: 20px;
		width: auto;
	}

	#djcatalog .djc_readon {
		position: absolute;
		bottom: 20px;
		right: 20px;
	}

	#djcatalog .btn.readmore {
		width: 100%;
		margin-top: 14px;
	}

	.djc_item_info {
		margin-bottom: 55px;
	}

	.djc_item {
		display: flex;
		flex-direction: column;
	}

	.djc_item .djc_images {
		margin: 0 auto;
	}



    .linkwidth {
        margin-top: 0.5rem;
    }

    .order {
        order: 1;
    }

    .navbar-brand {
        display: flex;
        flex-direction: column;
        margin-right: 0;
    }

    .navbar-brand > img {
        width: 103px;
        margin: auto;
    }

    .navbar-brand > span {
        margin: auto;
    }

    .panorama::before {
        content: "";
        background-size: contain;
        display: block;
        height: 75px !important;
        width: 75px !important;
        position: absolute;
        right: 3rem;
        top: -2.3rem !important;

    }



}

@media (max-width: 576px) {

    .navbar-brand {
        display: flex;
        flex-direction: column;
    }

    .navbar-brand > img {
        width: 103px;
        margin: auto;
    }

    .navbar-brand > span {
        margin: auto;
    }

    .order {
        order: 1;
    }

    .panorama::before {
        content: "";
        background-size: contain;
        display: block;
        height: 50px !important;
        width: 50px !important;
        position: absolute;
        right: 3rem;
        top: -1.5rem !important;

    }

    .btn:first-of-type {
        margin-top: 0;
    }

    .btn {
        margin-top: 5px;
        margin-right: 0px;
    }

	.djc_listing_items .djc_item_info {
		width: 280px;
	}

	.djc_item_row {
		margin-bottom: 50px;
	}

	.djc_item_in {
		flex-direction: column;
    	display: flex;
    	justify-content: center;
	}

	.djc_item_in .djc_title {
		bottom: 58px;
		margin-bottom: 16px;
		text-align: center;
		margin-left: 20px;
		margin-right: 20px;
		left: 0;
		right: 0;
	}

	#djcatalog .djc_readon {
		position: initial;
	}

	#djcatalog .btn.readmore {
		width: 100%;
		margin-top: 14px;
	}

}
.fa, .fas, [class*=" icon-"], [class^=icon-] {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}
.icon-calendar-alt:before, .icon-calendar:before {
    content: "\f073";
}
.icon-times:before {
    content: "\f00d";
}
.icon-plus:before {
    content: "\f067";
}

@media (min-width: 992px) {



/*.mainnav > ul > li:nth-of-type(4) > ul > li.deeper > ul {
    left: -100%;
}
.mainnav > ul > li:nth-of-type(4) > ul > li.deeper > a:after {
    content: "\f105";
    right: 1rem;
    transform: rotate(180deg);
}*/


    .flyout-menu {
        display: flex;
        flex-flow: column;
        position: fixed;
        right: -410px;
        top: 40%;
        z-index: 1051;
        opacity: 0;
        transition: all 600ms linear;
        }


    .slidein {
        opacity: 1;
        -webkit-animation-name: flyin;

        animation-name: flyin;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-delay: 500ms;
        animation-delay: 500ms;
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        }

	@-webkit-keyframes flyin {
        0% {
        transform: translateX(0px);
		}
    }

    @keyframes flyin {
        0% {
        transform: translateX(0px);
        }
    }

    @-webkit-keyframes flyin {
        30%, 100% {
        transform: translateX(-210px);
        }
    }

    @keyframes flyin {
        30%, 100% {
        transform: translateX(-210px);
        }
    }

    .flyout-menu > li {
        width: 450px;
        height: 45px;
        background-color:#007fda;
        margin-top: 0.5rem;
        transition: 0.7s;

    }

    .flyout-menu > li a {
        display: block;
        height: 45px;
        line-height: 45px;
    }

    .flyout-menu > li a > img {
        padding-bottom: 5px;
    }

    .flyout-menu.rdy > li:hover {
        transform: translate(-200px);

    }

    .flyout-menu li a img {
        max-width: 25px;
        height: auto;
        margin: 0 2rem 0 0.5rem;
    }



    .navbar-brand > img {
        height: 30px;
        width: auto;
    }


    div.fl-right.pull-right {
        float: right;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    div.fl-left.pull-left {
        float: left;
        margin-bottom: 2rem;
        margin-right: 2rem;
    }
    div.fl-left img, div.fl-right img  {
        max-width: 275px;

    }


    .pull-none {
        float: none;
        margin-bottom: 1rem;
    }

    .order.pull-right figure img, .order.pull-left figure img {
        max-width: none;
    }


}
@-moz-document url-prefix() {
 .videowrapper{
    display:table;
    position:relative;
    width:100%;
}

.playpause {

    width:30%;
    height: 30%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}


}

@media (min-width: 1201px) {
	.navbar-toggler {
        display: none;
    }
	.mainnav {
        display: flex!important;
        flex-basis: auto;
    }










	.mainnav li a:hover {
        background: rgb(0, 38, 83);
    }
    .mainnav ul  a:hover {
        background: rgba(0, 57, 128, 0.8);
    }
	.mod-languages .lang-inline a:hover {
		background: none;
	}

    .mainnav .nav  > li {
        display: inline-block;
    }
    .mainnav .nav  > li > a {
    line-height: 90px;
    padding: 0 0.5rem;
	display: inline-block;

    }
   .mainnav .nav  > li.deeper.parent >  a {
        height: 90px;
        display: inline-block;
        padding-right: 1.5rem;
    }


    .mainnav ul  {
        list-style-type: none;
        transition: all 300ms linear;
		margin-right: 1rem;
    }
    .mainnav  li {
        position: relative;
    }
    .mainnav a {
        transition: background 2s ease, transform 300ms linear ;
    }
    .mainnav ul  li ul  {
        min-width: 180px;
        position: absolute;
        height: 0;
        opacity: 0;
        top: 100%;
        border: none;
        visibility: hidden;
        transition: all 300ms linear;

    }
.mainnav  ul  ul {
    left: 0;
    margin-top:2rem;
}
.mainnav  ul  ul  ul {
    left: 100%;
}



    .mainnav ul li ul a{
        background-color: rgba(0, 128, 200, 0.9);
        display: block;
        padding: 1rem;
        color: #fff;
        font-weight: 100;
        border-bottom: 1px solid rgb(255,255,255, 0.5);

    }
    .mainnav ul ul li:first-child a {
        border-top: 1px solid rgb(255,255,255, 0.5);
    }

    .mainnav  li:hover  > ul {
       max-height: 500px;
        opacity: 1 ;
        visibility: visible;
        margin-top: 0;
    }
    .mainnav ul  ul ul {
         left: 100%;
         top: 0;
     }

    .mainnav  li.deeper a:after {
        position: absolute;
        font-weight: 900;
        font-size: 1rem;
        font-family: 'Font Awesome\ 5 Free';

    }
    .mainnav > ul > li.deeper >  a:after {
        content: "\f107";
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0.25rem;

    }

    .mainnav > ul > li.deeper > ul > li.deeper > a:after {
        content: "\f105";
        right: 1rem;
    }

    .mainnav > ul > li:last-child ul  {
       left: auto;
       right: 0;
    }

}

@media (min-width: 1500px){

	.mainnav > ul > li:nth-of-type(4) > ul > li.deeper > ul {
    	left: 100%;
	}

	.mainnav > ul > li:nth-of-type(4) > ul > li.deeper > a:after {
        content: "\f105";
        right: 1rem;
        transform: rotate(360deg);
    }

}

@media print {

    .djc_printable > .djc_title {
        margin: 1rem 0;
    }
    
        .productimg  {
            /* width: 200px;
            /* position: absolute; */
            /* right: 150px;
            top: 0; */
        }
    
        .djc_printable .djc_description > .djc_item_info {
            height: auto;
            margin: 1rem 0;
            min-width: 200px;
        }
    
        table#label {
            display: block !important;
            background-color: #1a4b7f !important;
                 -webkit-print-color-adjust: exact;
            color-adjust: exact;
    
                 color: #ffffff !important;
                 font-size: 8px;
        }
        td.qrcode{
            background-color: #ffffff !important;
                 -webkit-print-color-adjust: exact;
            color-adjust: exact;
    
        }
    
        div.dashed {
            padding: 5px;
            border-style: dashed;
            border-width: 1px;
            border-color: #333333;
            display: inline-block;
        }
        table.label-title {
            /* background-color: #009fe1 !important; */
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
            color: #ffffff !important;
            text-align: center;
            /* padding: 5px; */
        }
        table.logofile {
            /* background-color: #ffffff !important; */
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
    
        }
        table.attributes td {
            text-align: center;
    
        }
        td.lightbg {
            /* background-color: #ffffff !important; */
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
    
            color: #1a4b7f;
            font-size: 8px;
        }
    table.border {
        border-style: solid;
            border-width: 1px;
            border-color: #009fe1;
    }
    td.txtsmaller {
        font-size: 6px;
        padding: 1px 0;
    }
    td.logo img {
        width: 50px;
        height: auto;
    }
    th {font-weight: 100 !important;}
    .djc_item_info {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    #printTable.active div.buttons {
        display: none !important;
    }
    
    }
    #wishlist-table tr:nth-child(even) {
        background: #e1e1e1;
    }
    @font-face {
        font-family: "fontawesome";
        src:
          local("fontawesome"),
          url("../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"),
          url("../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.ttf") format("ttf");
         
          
      }
    .fa-solid {
        font-family: 'fontawesome';
        font-weight: 400;
    }

