/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */

body{
	background-color:#f8f9fa;
    font-size: 16px;
    color: #3f3f3f;
}
.page-wrapper{
	background-color:#f8f9fa;
}
.error,
.error1,
.msgerr{
	color:#f00;
}
.msgok{
	color:#669900;
}
input.error,
textarea.error,
select.error{
	border-color:#f00;
}
a {
  color: #666666;
}

a:hover {
  color: #333333;
}

a:focus,
a:active {
  color: #333333;
}
b, strong {
    font-weight: bold;
}
ul {
    list-style: circle;
}
mark,
.mark {
  background-color: #0072bb;
  color: #ffffff;
}
form label, .radio label, .checkbox label {
    /*margin-bottom:0;*/
}
.pv-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pv-80 {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (max-width: 991px) {
    .pv-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.headerfoto{
    background-size: cover;
    /*background-size: contain;*/
    background-position: center center; 
    text-shadow: 3px 5px 5px #000000;
}
.headerfoto h1{
    font-size:1.9rem;
}
.headerfoto p.large{
    font-size:1.7rem;
    text-shadow: 3px 5px 5px #000000;
}
.headerfoto .bg-header{
    background-color: rgba(1, 0, 0, 0.4);
    box-shadow: 0 0 35px rgba(255, 255, 255, 0.4);
}

.text-default {
  color: #0072bb;
}
.listing-item .price {
    font-size: 22px;
}
.lead {
	font-family: source_sans_proregular, arial, verdana, sans-serif;
    font-weight: 500;
    color: #fff;
	letter-spacing: 0.05em;
}

small, .small {
    font-size: 85%;
}
h1 .small {
    font-size: 65%;
}
.dark-bg h1{
    color: #ffffff;
    font-weight: bold;
    font-size: 3rem;
}
p.large {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
    color:#fff;
}

h3 .small,
h4 .small,{
    font-size: 65%;
}
h3.startkachel {
    /*min-height:60px;*/
}
h3.red {
    color: #C32311;
}
.separator1 {
    height: 1px;
	border-bottom:1px solid #ccc;
	/*padding-bottom:3px;*/
}
.separator2 {
    height: 2px;
	border-bottom:2px solid #ccc;
}
.bg_blu{
    background-color: #404c99;
}
.bg_gry{
    background-color: #838699;
}
p{
   -ms-hyphens: none;
   -webkit-hyphens: none;
   hyphens: none;
}
@media (max-width: 991px) {
    p{
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}
 .header {
    border-top: none;
    border-bottom: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.header-top,
.header-top  a {
    color: #fff;
}
.header-top:not(.banner) {
    /*background-color: #538aff;
    border-bottom: 1px solid #d0d0d0;*/
    background-color: #a6a6a6;
    border-bottom: 1px solid #979797;
    padding: 4px 0;
}
.header.dark {
    background-color: #538aff;
    color: #cacaca;
    border-bottom: 5px solid #fdc806;
}

.header-dropdown-buttons .btn-group > .btn {
    line-height: 38px;
    background-color: #3549c6;
    border: 1px solid #3549c6;
    color:#fff;
}
.header-dropdown-buttons .btn-group > .btn .fa {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;    
}
.cart-count {
    top: -4px;
    right: -8px;
    line-height: 16px;
    width: 20px;
    height: 16px;
    font-size: 12px;
    background-color: #797979;
  }


.dark-bg1 {
    background-color: #fafafa;
    border-bottom: solid 1px #ccc;
}
.dark-bg {
    background-color: #363642;
    /*background-color: #888899;*/
    background-color: #538aff;
    color: #cdcdcd;
}
.bg-gray {
    /*background-color: #007bff !important;*/
    background-color: #8a8a8a !important;
}
.header-top.dark, .header-top.colored {
    color: #777777;
}

.subfooter {
    background-color: #373737;
    border-top: 1px solid #454545;
}
.logo{
    /*width:150px;*/
    /*padding-top: 10px;*/
    max-width: 200px;
    padding-bottom: 10px;
}
/*
.fixed-header-on .header .logo{
    width: 150px;
}
*/
.fixed.header .main-navigation.animated .navbar-nav > li > a {
    height: 40px;
}

div.option.selected{
    color:#f00;
}
.shop-overview{
    min-height: 200px;
    display: flex;
    /*flex-flow: column nowrap;*/
    background-color: #fff;
    /*margin-bottom: 30px;*/
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    /*border: 1px solid #d5d5d5;*/
    transition: all 0.4s ease-in-out;
    /*height: calc(100% - 190px);*/
}

.shop-inner{
    display: flex;
    flex-grow: 1;
    align-items: center;
    min-height: 230px;
}
.shop-inner.startkachel{
    height: 160px;
    min-height: auto;    
}
.startkachel-inner{
    height: 50px;
    display: flex;
    display: inline-block;
    display: table-cell;
}

.listing-item .overlay-container .badge {
    background-color: #C32311;
    color:#fff;
    padding: 8px 8px 6px 8px;
    top: 10px;
    right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
}

.overlay-link {
    background-color: rgba(58, 120, 174, 0.5);
}
.overlay-to-top {
    background-color: rgba(90, 126, 157, 0.83);
}
ul.pagination .page-item .page-link, .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link, ul.pager .page-item .page-link {
    height: 40px;
    width: 40px;
    border: 1px solid #404c99;
    line-height: 39px;
    background-color: #404c99;
    color: #ffffff;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
}
ul.pagination .page-item .page-link:hover, ul.pagination .page-item .page-link:focus {
    border: 1px solid #445dfd;
    line-height: 39px;
    background-color: #445dfd;
}
/*
.shop-inner { 
	width: 300px; 
	height: 300px; 
	margin: 4em auto;
	border:1px solid green;
}
.shop-inner img { 
	object-fit: cover; 
	width: 100%; 
	height: 100%;
}
*/

/*
.shop_overview img {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
*/
.dark.header .navbar-nav li .nav-link:hover, .dark.header .navbar-nav li .nav-link:focus, .dark.header .navbar-nav .active .nav-link, .dark.header .navbar-nav .active .nav-link:hover, .dark.header .navbar-nav .active .nav-link:focus {
    color: #404c99;
    border-bottom: 2px solid #404c99;
    /*border-bottom: 1px solid #999999;*/
    /*border-bottom: 1px solid #fdc806;*/
}
.header .navbar-nav .active > .nav-link, .header .navbar-nav li .nav-link.active {
    color: #404c99;
    border-bottom: 2px solid #404c99;
}
.header .navbar-nav > li {
    margin: 0px 0px 0px 20px;
}
.header .navbar-nav li .nav-link {
    /*color: #333333;*/
    /*font-family: "Raleway", sans-serif;*/
    font-family: "Roboto", sans-serif;
    padding: 8px 0 1px 0; /* Ausschalten für größere Menübuttons*/
    color: #404c99;
    font-size: 1.25rem;
    /*border-bottom: 2px solid #404c99;*/
}
/*.header .navbar-nav li .nav-link:focus, */
.header .navbar-nav li .nav-link:hover, 
.header .navbar-nav .show > .nav-link, 
.header .navbar-nav li .nav-link.show, 
.header .navbar-nav .active.show > .nav-link, 
.header .navbar-nav li.show .nav-link.active {
    background-color: transparent;
    border-bottom-color: transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 2px solid #404c99;    
}
.header .navbar-nav li .nav-link:focus{
    background-color: transparent;
    border-bottom-color: transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}


.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #404c99;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #404c99;
    border-bottom: 2px solid #404c99;
}
.navbar-expand-lg .navbar-collapse {
    /*margin-top: 70px;*/
    margin-top: 30px;
}
.fixed-header-on .main-navigation .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}



.pt-6{
    padding-top:3.5rem !important;
}
.mb-10{
    margin-bottom:4rem;    
}
.image-box .body {
    font-size: 16px;
}
h1 {
    /*color: #ec1c24;*/
    font-family: "Roboto Light", sans-serif;
    /*font-family: "droidsans-regular", sans-serif;*/
    font-size: 2.5rem;
    /*color: #666666;*/
    color: #2a1eb0;
    text-transform: none;
    text-align:center;
}
h2 {
    font-size: 28px;    
    /*color: #07a752;*/
    color: #C32311;
    text-transform: none;
}
.bg_blu h2, 
.bg_blu p{
    color: #ffffff;
}
.bg_gry h2, 
.bg_gry p{
    color: #ffffff;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #ec1c24;
    border-color: #ec1c24;
}
.btn-success:hover {
    color: #fff;
    background-color: #07a752;
    border-color: #07a752;
}
.btn:focus, .btn.focus {
    box-shadow:none;
}
.btn-dark,
.dark-bg .btn-dark,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.show > .dropdown-toggle.btn-dark{
    color: #ffffff;
    background-color: #404c99;
    border-color: #404c99;
}
.btn-dark:hover,
.dark-bg .btn-dark:hover {
    color: #fff;
    background-color: #1e4eb6;
    border-color: #1e4eb6;
}
.btn-sm-high{
    min-height:31px;
    padding: 5px 15px;
}

.btn-gray-transparent {
    color: #979797;
    background-color: #fff;
    border-color: #e1e1e1;
    /*height: calc(100% - 1px);*/
    height: 40px;
  }


.wk-badge{
    background-color:#fff;
    color:#000;
    padding: 3px 7px 2px 7px;
    margin-left: 5px;
    border-radius: 10%;
    font-family: "Roboto Light", sans-serif;
    font-size: 12px;
    font-weight: bold;  
    margin-top: 1px;  
}
.wk-space{
    padding-top: 3px;
    margin-top: 1px;
}
.dropdown-menu-wide{
    /*min-width:15rem;*/
    padding: 20px;
    min-width: 280px;
}
.nav-tabs.style-2 + .tab-content > .tab-pane {
    padding: 15px;
    border: 1px solid #f1f1f1;
        border-top-color: rgb(241, 241, 241);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
    background-color: #fafafa;
}
.call2action-bg{
    background-color: #fdc806;
    border-color: #fdc806;
    /*background-color: #07a752;
    border-color: #07a752;
    background-color: #783a89;
    border-color: #783a89;*/
}
.call2action-bg.shadow::before, .call2action-bg.shadow-narrow::before {
    background-color: #fdc806;
    /*background-color: #07a752;
    background-color: #783a89;*/
}
.icon.without-bg {
    font-size: 30px;
}
.tooltip-inner {
    max-width: 150px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #999;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #999 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #999 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #999 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #999 !important;
}
.cal {
    padding-top: 6px;
    color: #fff;
    text-align: center;
    background-color: #07a752;;
    float: left;
    width: 55px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.calday {
    font-size: 24px;
    text-shadow: #333 -1px -1px 0px;
}
.calmonth {
    font-size: 12px;
    text-shadow: #333 -1px -1px 0px;
    clear: both;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled]
.form-control {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.hebe.tp-rightarrow .tp-title-wrap {
    display:none;
}
.hebe .tp-title-wrap {
    display:none;
}

.anker {
	clear:both;
    display: block; 
    position: relative;
    visibility: hidden;
	height:1px;
}
.switchcontent{
	display:none;
}
.alphabet {
	font-size: 1.1em;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	color:#aaaaaa;
}
.act, .act a {
	color:#000000;
	text-decoration:underline;
}
.alphabet a{
	color:#666666;
 }
