/*
# **********************************************************************
#
#  (c) 2018 Tobias Fleckenstein <tfleckenstein@mp-group.net>, mp group GmbH
#
# **********************************************************************
# date/time    : 01/2018
# project      : Kinderschritte
# developer    : Tobias Fleckenstein
#
#   .-------------'```'----....,,__                        _,
#   |                               `'`'`'`'-.,.__        .'(
#   |                                             `'--._.'   )
#   |                                                   `'-.<
#   \               .-'`'-.                            -.    `\
#    \               -.o_.     _                     _,-'`\    |
#     ``````''--.._.-=-._    .'  \            _,,--'`      `-._(
#       (^^^^^^^^`___    '-. |    \  __,,..--'                 `
#        `````````   `'--..___\    |`
#                              `-.,'
# **********************************************************************



/*
Kinderschritte Farben 2017

Kinderschritte rot:
RGB = 219, 13, 58
HEX = #db0d3a

Kinderschritte blau:
RGB = 29, 147, 210
HEX = #1d93d2

Kinderschritte blau für leichte Schrift:
RGB = 25, 121, 175
HEX = #1979af

E-Mail Hintergrund Grau:
RGB = 222, 224, 226
HEX = #dee0e2
*/

/* JIRA Vorgangssammler */
.atlwdg-trigger.atlwdg-SUBTLE{
  z-index: 5000;
}

::-moz-selection {
  background: #db0d3a;
  color: #ffffff
}

::selection {
  background: #db0d3a;
  color: #ffffff
}

/* BOF Keyframes */
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes leaves {
  0% {
    transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
  }
}
/* EOF Keyframes */
.clear{
  clear: both;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4d4949;
}

h1, h2, h3, h4, h5, h6 {
  font-family: DaxWebPro-CondBold, Arial, Helvetica, sans serif;
  font-weight: normal;
  color: #666161;
  margin: 0 0 10px 0;
}

h1 {
  font-size: 38px;
  color: #e51259;
  padding: 0;
}
h1 + h2{
  font-size: 26px;
  color: #46a5f1;
  padding: 0;
  margin: -8px 0 10px 0;
}

h2 {
  font-size: 28px;
  color: #e51259;
  padding: 0;
}
.blueH2{
  font-size: 28px;
  color: #46a5f1;
  padding: 0;
}
h2 + h3{
  font-size: 24px;
  color: #46a5f1;
  padding: 0;
  margin: -8px 0 10px 0;
}

h3 {
  font-size: 22px;
  color: #e51259;
  padding: 0;
}
h3 + h4{
  font-size: 20px;
  color: #46a5f1;
  padding: 0;
  margin: -8px 0 10px 0;
}

h4{
  font-size: 20px;
  color: #e51259;
  padding: 0;
}
h4 + h5{
  font-size: 18px;
  color: #46a5f1;
  text-transform: none;
  padding: 0;
  margin: -8px 0 10px 0;
}

h5 {
  font-size: 18px;
  color: #e51259;
  padding: 0;
}
h5 + h6{
  font-size: 14px;
  color: #46a5f1;
  padding: 0;
  margin: -8px 0 10px 0;
}

h6{
  font-size: 16px;
  background:#1d93d2;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 12px;
  padding: 6px 6px 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.invertHeadline{
  color: #46a5f1;
}

p.noMargin{
  margin-bottom: 0;
}
.extraSmall{
  font-size: 10px;
}
textarea.lowHeight {
  height:70px;
}
main > .container > .row:last-child {
  margin-bottom: 0;
}

/* Google Chrome showing black border on focus state for button user agent styles */
*,
*:focus,
*:hover{
  outline:none;
}
*:focus {
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  outline: none !important;
}
*:focus:not(:focus-visible) {
  /* Remove the focus indicator on mouse-focus for browsers
     that do support :focus-visible */
  outline: none !important;
}
*:focus-visible {
  /* Draw a very noticeable focus style for
     keyboard-focus on browsers that do support
     :focus-visible */
  outline: none !important;
}
/**/
/* btn */
.btn-default {
  color: #46a5f1;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-primadefaultry:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus{
  color: #46a5f1;
  background-color: #ffffff;
  border-color: #46a5f1;
}

.btn-primary {
  color: #fff;
  background-color: #46a5f1;
  border-color: #46a5f1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus{
  color: #fff;
  background-color: #137cd0;
  border-color: #137cd0;
}
.btn-danger {
  color: #fff;
  background-color: #db0d3a;
  border-color: #db0d3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus{
  color: #fff;
  background-color: #b20a2f;
  border-color: #b20a2f;
}

/* form */
.form-control:focus {
  border-color: #1d93d2;
  border-color: rgba(29, 147, 210, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(29, 147, 210, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(29, 147, 210, 0.6);
}
/* headlines im Content */
.ce-bodytext h2 + h3,
.ce-bodytext h3 + h4,
.ce-bodytext h4 + h5,
.ce-bodytext h5 + h6{
  margin-top: 0;
}

/* Socialmedia Leiste */
.socialMedia {
  z-index: 500;
  position: fixed;
  top: 50%;
  right: 0;
}
/* verstecke Socil Sidebar on Checkout and Thanksseite */
.pageUid328 .socialMedia,
.pageUid329 .socialMedia,
.pageUid331 .socialMedia,
.pageUid186 .socialMedia,
.pageUid309 .socialMedia{
  display: none;
}

.socialMedia li a{
  background-color: #eee;
  margin-bottom: 2px;
}
.socialMedia li a:hover,
.socialMedia li a:focus,
.socialMedia li a:active{
  background-color: #dddddd;
}
.socialMedia i {
  font-size: 41px;
  line-height: 0.7;
  background: #fff;
  color: #ffffff;
  border-radius: 4px;
}
.socialMedia .sidebarTermin{
  color: #db0d3a;
}
.socialMedia .fa-facebook-square {
  color: #3b5998;
}
.socialMedia .fa-instagram {
  border-radius: 14px;
  background:    radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
                radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
                radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
                radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
                radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
                radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
                radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
                linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.socialMedia .fa-envelope {
  color: #ffffff;
  background:#46a5f1;
}

.XXsocialBox{
  float: none !important;
}
.socialBox ul{
  display: grid;
  grid-template-columns: 50px 50px;
}
.socialBox ul li{
  margin-bottom: 10px;
  padding-right:0;
  padding-left:0;
}
@media only screen and (max-width: 991px) {
  .socialBox ul {
    display: block;
  }

  .socialBox ul li {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

/* FA Icons */
.mpBootstrapBlue,
.fa-stack .mpBootstrapBlue{
  color: #18aaf2;
}
.mpBootstrapRed,
.fa-stack .mpBootstrapRed{
  color: #e51259;
}
header .fa,
header span{
  margin-right: 5px;
}
header .text-center span{
  margin-right: 0;
  margin-bottom: 15px;
}

hr {
  border-top: 1px solid #e51259;
  height: 1px;
}
hr.bigHr {
  border-top: 2px solid #e51259;
}
hr.grey {
  border-top: 1px solid #dbd7d7;
}
hr.emptyHr{
  border-top: none !important;
}

.noValidDataText{
  height: 75vh;
}

.stopSign{
  cursor: not-allowed;
}
/* content Boxen */

/* Box Blau */
.frame-layout-mpBootstrapBox10::before,
.frame-layout-mpBootstrapBox11::before,
.frame-layout-mpBootstrapBox12::before,
.frame-layout-mpBootstrapBox14::before  {
  content: '';
  position: absolute;
  border: 1px solid #ffbe00;
  z-index: 0;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border-color: rgb(29, 147, 210);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.frame-layout-mpBootstrapBox10,
.frame-layout-mpBootstrapBox11,
.frame-layout-mpBootstrapBox12,
.frame-layout-mpBootstrapBox13,
.frame-layout-mpBootstrapBox14 {
  height: 100%;
  position: relative;
  padding: 15px;
  background: rgba(255, 255, 255,0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.frame-layout-mpBootstrapBox10 > header,
.frame-layout-mpBootstrapBox110 > header,
.frame-layout-mpBootstrapBox120 > header,
.frame-layout-mpBootstrapBox130 > header,
.frame-layout-mpBootstrapBox140 > header,
.frame-layout-mpBootstrapBox10 > div,
.frame-layout-mpBootstrapBox110 > div,
.frame-layout-mpBootstrapBox120 > div,
.frame-layout-mpBootstrapBox130 > div,
.frame-layout-mpBootstrapBox140 > div{
  position: relative;
  z-index:1;
}
.parallax-window .frame-layout-mpBootstrapBox10 .ce-bodytext,
.parallax-window .frame-layout-mpBootstrapBox11 .ce-bodytext,
.parallax-window .frame-layout-mpBootstrapBox12 .ce-bodytext{
    color: #4d4949;
}
/* Box rot */
.frame-layout-mpBootstrapBox11::before {
  border-color: rgb( 219, 13, 58);
}
/* Box grau */
.frame-layout-mpBootstrapBox12::before {
  border-color: rgb(222, 224, 226);
}
/* Box orange */
.frame-layout-mpBootstrapBox14::before {
  border-color: rgb(247, 167, 40);
}


/* Kachel main */
.frame-layout-mpBootstrapTileWhite{
  border-top: 5px solid rgb( 219, 13, 58);
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.frame-layout-mpBootstrapTileWhite {
  border-top: 5px solid rgb( 219, 13, 58);
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.frame-layout-mpBootstrapTile2 {
  border-top: 5px solid rgb( 29, 147, 210);
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.frame-layout-mpBootstrapTile3 {
  border-top: 5px solid rgb( 222, 224, 226);
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.frame-layout-mpBootstrapTile4 {
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.frame-layout-mpBootstrapTile5 {
  border-top: 5px solid rgb(  247, 167, 40);
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}


/* Kachel rechts */
.rightCol .frame-layout-mpBootstrapTileWhite {
  border-top: 5px solid rgb( 219, 13, 58);
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
.rightCol .frame-layout-mpBootstrapTile2 {
  border-top: 5px solid rgb( 29, 147, 210);
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
.rightCol .frame-layout-mpBootstrapTile3 {
  border-top: 5px solid rgb( 222, 224, 226);
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
.parallax-window .frame-layout-mpBootstrapTileWhite .ce-bodytext{
    color: #4d4949;
}

/* well */
.well {
  min-height:20px;
  padding:19px;
  margin-bottom:20px;
  background-color: #fcfcfc;
  background-color: rgba(252, 252, 252,0.9);
  border:0 solid #dbd7d7;
  border:0 solid  rgba(219, 215, 215,0.9);

  border: none;
  border-top: 5px solid rgb( 222, 224, 226);

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);*/
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.wellRed {
  min-height:20px;
  padding:19px;
  margin-bottom:20px;

  background-color: rgba(219, 13, 58,0.02);
  border:0 solid #db0d3a;
  border:0 solid  rgba(219, 13, 58,0.3);

  border: none;
  border-top: 5px solid rgb( 219, 13, 58);

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.wellBlue {
  min-height:20px;
  padding:19px;
  margin-bottom:20px;

  background-color: #1d93d2;
  background-color: rgba(29, 147, 210,0.05);
  border:0 solid #1d93d2;
  border:0 solid  rgba(29, 147, 210,0.5);

  border: none;
  border-top: 5px solid rgb( 29, 147, 210);

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); */
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}

.well p:last-child,
.wellBlue p:last-child,
.wellDefault p:last-child{
  margin-bottom: 0;
}

/* listen */
.frame ol,
.ce-right .ce-bodytext ol,
.ce-bodytext ol {
  padding-left: 25px;
}
.frame ul,
.ce-right .ce-bodytext ul,
.ce-bodytext ul {
  margin-left: 10px;
  padding-left:0;
}
/*
.frame ul li,
.ce-right .ce-bodytext ul li,
.ce-bodytext ul li{
  position: relative;
  padding-left: 15px;
}
*/
body:not(.ks-photo-editor) .frame ul li,
.ce-right .ce-bodytext ul li,
.ce-bodytext ul li {
  position: relative;
  padding-left: 15px;
}
.frame ul > li::before ,
.ce-right .ce-bodytext ul > li::before ,
.ce-bodytext ul > li::before {
  position: absolute;
  padding-right: -6px;
}
.frame ul {
  list-style: none;
}
.frame ul > li::before {
  content: "\f105";
  display: inline;
  position: relative;
  top: 0px;
  left: 0;
  color: #f44336;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 700;
  padding-right: 10px;
}
.bootstrap-select ul.dropdown-menu.inner > li::before {
  display: none;
}
.hidden {
  display: none;
}
a{
  color: #1d93d2;
}
a:hover,
a:active,
a:focus{
  text-decoration: underline;
  color: #db0d3a;
}
.mgmtLink,
.mgmtLink:hover,
.mgmtLink:focus,
.mgmtLink:active{
  color:#ffffff;
  text-decoration: none;
}
big{
  font-size: inherit;
  font-weight: bold;
}
figure.image{
  margin-bottom: 15px;
}
figure figcaption {
  padding: 5px 0;
  text-align: right;
}
.panel-group .panel{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-group .panel-heading{
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-group .panel-title > a{
  display: block;
  padding: 10px 15px;
}
.panel-group .panel + .panel {
  margin-top: -1px;
}
.panel{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/*
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*/

/* tabs */
.tab-content{
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-tabs > li > a{
  margin-right: 8px;
  font-weight: 600;
  border: 1px solid #ddd;
  border-top: 2px solid #ddd;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  transition: all .3s ease-in-out;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active{
  border: 1px solid #ddd;
  border-top: 2px solid #db0d3a;
  background: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #db0d3a;
  background-color: #ffffff;
  border-top: 2px solid #db0d3a;
}

/* fancybox */
.fancybox-container .mpConnectDefaultContainerId,
.fancybox-container .mpConnectDefaultContainerIdNotSet{
  margin-top: 15px;
}
.fancybox-slide > .mpConnectDefaultContainerId{
  padding: 40px;
}
.fancybox-close-small::after {
  color: #ffffff;
  background: #46a5f1;
  border: none;
  top: 0;
  right: 0;
  font-size: 45px;
  line-height: 37px;
  width: 40px;
  height: 35px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: inset 1px -1px 12px 0px rgba(0,0,0,0.46);
  -moz-box-shadow: inset 1px -1px 12px 0px rgba(0,0,0,0.46);
  box-shadow: inset 1px -1px 12px 0px rgba(0,0,0,0.46);
}
.fancybox-close-small:hover::after {
  color: #ffffff;
  background: #e51259;
}

/* test */
html.fancybox-active, html.fancybox-active body {
  touch-action: none;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
  overflow: hidden;
}

/* accordion */
.productDetailAccordion .panel-default > .panel-heading ,
.checkoutAccordion .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #1d93d2;
  border-color: #1d93d2;
}
.productDetailAccordion .panel-default,
.checkoutAccordion .panel-default {
  border-color: #1d93d2;
}
.productDetailAccordion.panel-group .panel + .panel,
.checkoutAccordion.panel-group .panel + .panel {
  margin-top: 1px;
}
.productDetailAccordion.panel-group a:hover,
.productDetailAccordion.panel-group a:active,
.productDetailAccordion.panel-group a:focus,
.checkoutAccordion.panel-group a:hover,
.checkoutAccordion.panel-group a:active,
.checkoutAccordion.panel-group a:focus {
  text-decoration: underline;
  color: #ffffff;
}
.productDetailAccordion.panel-group .panel-body a:hover,
.productDetailAccordion.panel-group .panel-body a:active,
.productDetailAccordion.panel-group .panel-body a:focus,
.checkoutAccordion.panel-group .panel-body a:hover,
.checkoutAccordion.panel-group .panel-body a:active,
.checkoutAccordion.panel-group .panel-body a:focus {
  text-decoration: underline;
  color: #db0d3a;
}

/* container farben */
.fullWidth.mpBootstrapBgBlue,
.container-fluid.mpBootstrapBgBlue {
    background: rgba(29, 147, 210, 0.8);
}
.fullWidth.mpBootstrapBgRed,
.container-fluid.mpBootstrapBgRed{
  background: rgba(219, 13, 58, 0.8);
}

/* pager */
.paging{
  border-top: 1px solid #dbd7d7;
  margin-top: 25px;
  padding-top: 5px
}
.pages{
  font-size: 90%;
}
.pagination{
  margin-left:0 !important;
  margin-top: 5px;
}
ul.pagination > li::before{
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  color: #1d93d2;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #1d93d2;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238,0.9);
  border: 1px solid #dbd7d7;
  border: 1px solid rgba(219, 215, 215,0.9);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1d93d2;
  border-color: #1d93d2;
}


/* Bootbox */
.bootbox .modal-dialog{
  margin-top: 20%;
}

.bootbox.modal{
  z-index:99999;
}

.marginTop15{
  margin-top: 15px;
}
.marginBottom15{
  margin-bottom: 15px;
}
.marginLeft15{
  margin-left: 15px;
}
.marginRight15{
  margin-right: 15px;
}
.block{
  display: block;
}
.inlineBlock{
  display: inline-block;
}

/* BOF Abstände Main */
main > .container.mpFirstContainerElement {
  margin-top: 50px;
}
main > .container.mpLastContainerElement {
  margin-bottom: 50px;
}
/* EOF Abstände Main */

/* BOF Table Sonderklassen */
.table .noBorderTop{
  border-top: none;
}
.table.tableVerticalAlign td{
  vertical-align: middle;
}
/* EOF Table Sonderklassen */

/* claim */
.claimCol h2 {
  font-family: DaxWebPro-CondBold, Arial, Helvetica, sans serif;
  font-weight: normal;
  font-size: 100%;
  margin-top: 15px;
  padding: 0;
  margin-bottom: 0;
}
/* navigation fixed nach scroll */
.fixedTopLogo{
  display: none;
}
.fixedTop .fixedTopLogo {
  display: inline-block;
  float: left;
  margin: 10px 10px 10px 15px;
  width: 250px;
}
.fixedTop .navbar-nav > li > a {
  padding-top: 21px;
  padding-bottom: 8px;
}
/* EOF navigation fixed nach scroll */
.logoCol{
  padding-top: 25px;
  padding-bottom: 15px;
}
.containerFlyoutNavigation .container{
  padding-left: 0;
  padding-right: 0;
}
header .logoClaimRow .claimCol{
  padding-top: 25px;
}
.contentClaimContainer {
  position: absolute;
  right: 25px;
  top: 65px;
}

.navbarTop {
  position: relative;
  z-index: 6;
  background: #ffffff;
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid #1d93d2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
/*-webkit-box-shadow: 2px 1px 1px 0px rgba(29, 147, 210, 0.45);
  -moz-box-shadow: 2px 1px 1px 0px rgba(29, 147, 210, 0.45);
  box-shadow: 2px 1px 1px 0px rgba(29, 147, 210, 0.45);

  219, 13, 58
HEX = #db0d3a
*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db0d3a+0,db0d3a+100&0.01+0,0.03+100 */
/*
  background: -moz-linear-gradient(top, rgba(219,13,58,0.01) 0%, rgba(219,13,58,0.03) 100%);
  background: -webkit-linear-gradient(top, rgba(219,13,58,0.01) 0%,rgba(219,13,58,0.03) 100%);
  background: linear-gradient(to bottom, rgba(219,13,58,0.01) 0%,rgba(219,13,58,0.03) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03db0d3a', endColorstr='#08db0d3a',GradientType=0 );
*/
}
.FlyoutNavigation .navigationContainer{
  border-bottom: 1px solid #db0d3a;
}
.navigationContainer.fixedTop {
  transition: all .0s ease;
  background: rgba(250,250,250,0.95) !important;
  -webkit-box-shadow: 2px 1px 1px 0px rgba(125, 125, 125, 0.45);
  -moz-box-shadow: 2px 1px 1px 0px rgba(125, 125, 125, 0.45);
  box-shadow: 2px 1px 1px 0px rgba(125, 125, 125, 0.45);
}
/* mobile */
.navigationContainerMobile.fixedTop {
  background: rgba(255,255,255,0.95) !important;
  transition: all .0s ease;
  border-bottom: 1px solid #db0d3a;
}
.navTopContainer .nav li a{
  color: #1d93d2;
}
.navTopContainer .nav li a:hover,
.navTopContainer .nav li a:active,
.navTopContainer .nav li a:focus{
  color: #db0d3a;
}
/* hauptnaviation */
.dropDownHover.nav > li{
  margin-right: 25px;
}
.dropDownHover.nav > li:first-child{
  margin-left: 15px;
}
.dropDownHover.nav > li:last-child{
  margin-right: 0;
}

.dropDownHover.nav > li > span  {
  display: none;
}
.dropDownHover.nav > li > a {
  /*font-family: 'DaxWebPro-CondBold', Arial, Helvetica, sans serif;*/
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #1d93d2;
}
.dropDownHover.nav > li:hover > a,
.dropDownHover.nav > li > a:hover,
.dropDownHover.nav > li > a:focus {
  color: #db0d3a;
}
.dropDownHover.nav > li.active > a,
.dropDownHover.nav > li.active > a:hover,
.dropDownHover.nav > li.active > a:active,
.dropDownHover.nav > li.active > a:focus {
  color: #db0d3a;
}

.dropDownHover.nav > li > a {
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.dropDownHover.nav > li > a:hover,
.dropDownHover.nav > li > a:active,
.dropDownHover.nav > li > a:focus,
.dropDownHover.nav > li.active > a,
.dropDownHover.nav > li.active > a:hover,
.dropDownHover.nav > li.active > a:active,
.dropDownHover.nav > li.active > a:focus {
  border-bottom: 2px solid #db0d3a;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.dropDownHover.nav .dropdown-menu {
  border: none;
  border-top: 3px solid #db0d3a;
  top:50px;
  min-width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: transparent;
}
/* wenn navi klein */
.fixedTop .dropDownHover.nav .dropdown-menu {
  top:49px;
}
.dropDownHover .dropdown .dropdown-menu a{
  font-size: 16px;
  color: #1d93d2;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ffffff;
  background: rgba(255,255,255,0.95);
}
.dropDownHover .dropdown .dropdown-menu a:hover,
.dropDownHover .dropdown .dropdown-menu a:active,
.dropDownHover .dropdown .dropdown-menu a:focus{
  color: #db0d3a;
  background: #fbe6eb;
  background: rgba(251, 230, 235,0.95);
}
.dropDownHover .dropdown .dropdown-menu .active > a,
.dropDownHover .dropdown .dropdown-menu .active > a:hover,
.dropDownHover .dropdown .dropdown-menu .active > a:active,
.dropDownHover .dropdown .dropdown-menu .active > a:focus{
  color: #ffffff;
  background: #db0d3a;
}
.dropDownHover .dropdown .dropdown-menu::before{

  display:none;

  border: 10px solid #1d93d2;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.dropDownHover .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu::before{
  border: 10px solid #db0d3a;
  border-top-color:    transparent;
  border-bottom-color: transparent;
  border-left-color:   transparent;
}
.dropDownHover .dropdown .dropdown-menu li:first-child a{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropDownHover .dropdown .dropdown-menu li:last-child a{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropDownHover.nav .dropdown-submenu > .dropdown-menu {
  top: 9px;
  left: 101%;
}
/* mobile navigation */
.logoMobileCol{
  padding: 15px;
}
.navbar-nav {
  margin: 0;
}
.menu-button .touch-button{
  display: none;
}
.equal-header-height{
  display: flex;
}

.navFlexNavigation > .menu-button{
  display:none;
}
.hamburger{
  padding-left:0 !important;
  padding-right:0 !important;
  padding-top: 0!important;
  padding-bottom: 10px !important;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #46a5f1 !important;
  width: 35px !important;
  height: 3px !important;
  border-radius: 3px !important;
}
.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #db0d3a !important;
}
.mobile-header-navigation-block{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.mobile-header-navigation-block .dashboard{
  margin-right: 45px;
}
.mobile-header-navigation-block .dashboard .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 992px) {
    .mobile-header-navigation-block .dashboard .navbar-nav > li > a:hover,
    .mobile-header-navigation-block .dashboard .navbar-nav > li > a:focus {
      border-bottom: 2px solid transparent;
  }
}
.mobile-header-navigation-block .dashboard .dropDownHover.nav .dropdown-menu{
  top: 58px;
}
.mobile-header-navigation-block .miniBasket{
  margin-right: 60px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 465px) {
  .mobile-header-navigation-block .dashboard{
    margin-right: 30px;
  }
  .mobile-header-navigation-block .miniBasket{
    margin-right: 45px;
  }
}
/*
.menu-button {
  background: transparent;
  border-bottom: none;
  color: #46a5f1;
  padding-right: 0;
  padding-bottom: 0;
}
.menu-button .touch-button{
  top: 15px;
  right: 20px;
  height: 28px;
  width: 34px;
}
.menu-button .touch-button .fa{
  top: 0;
}
*/
/* 1. */
.flexnav li,
.flexnav li.active {
  background: #ffffff;
  line-height: 0px;
}
.flexnav li a {
  border-bottom: 1px solid #ffffff;
  color: #db0d3a;
  background: rgba(219, 13, 58,0.1);
}
.flexnav li.active a,
.flexnav li.active:hover a,
.flexnav li.active:focus a{
  background: #db0d3a;
  background: rgba(219, 13, 58,1);
  color: #ffffff;
}
.flexnav li:hover > a,
.flexnav li:focus > a {
  color: #ffffff;
  background: #db0d3a;
}

.flexnav .touch-button {
  border-left: 1px solid #ffffff;
}
.flexnav .touch-button .icon::before{
  color: #1d93d2;
}

/* 2. */
.flexnav li ul li,
.flexnav li ul li.active,
.flexnav li ul li.active:hover,
.flexnav li ul li.active:focus,
.flexnav li ul li:hover,
.flexnav li ul li:focus{
  background: #ffffff;
}
.flexnav li ul li > a,
.flexnav li.active ul li > a,
.flexnav li.active:hover ul li > a,
.flexnav li.active:focus ul li > a{
  color: #1d93d2;
  background: #dee0e2;
  background: rgba(222, 224, 226,0.5);
}
.flexnav li ul li.active > a,
.flexnav li.active ul li.active > a,
.flexnav li.active:hover ul li.active > a,
.flexnav li.active:focus ul li.active > a{
  color: #ffffff;
  background: #db0d3a;
}
.flexnav li.active ul li:hover > a,
.flexnav li.active ul li:focus > a,
.flexnav li ul li:hover > a,
.flexnav li ul li:focus > a {
  color: #1d93d2;
  background: #dee0e2;
  background: rgba(222, 224, 226,0.5);
}
/* 3. */
.flexnav li ul li ul li,
.flexnav li ul li:hover ul li{
  background: #ffffff;
}
.flexnav li ul li ul li > a,
.flexnav li.active ul li ul li > a,
.flexnav li.active:hover ul li ul li > a,
.flexnav li.active:focus ul li ul li > a{
  color: #1d93d2;
  background: #ffffff;
}
/* 4. */
.flexnav li ul li ul li ul li{
  background: #ffffff;
}
.flexnav li ul li ul li a {
  color: #1d93d2;
}
.flexnav .touch-button .fal::before{
  color: #db0d3a;
}
.flexnav .active ul li .touch-button .fal::before{
  color: #db0d3a;
  /*color: #1d93d2;*/
}
.flexnav .active > .touch-button .fal::before,
.flexnav .active:hover > .touch-button .fa::before{
  color:#ffffff;
}
.flexnav li:hover > .touch-button .fal::before{
  color: #ffffff;
}
.flexnav .active .active .touch-button .fal::before{
  color: #1d93d2;
}
.flexnav .active:hover .active .touch-button .fal::before{
  color: #ffffff;
}
.flexnav .touch-button .fal{
  margin-top: 15px;
}


main{
  position: relative;
  background: #ffffff;
  z-index: 5;
  overflow: hidden;
  border-bottom: 1px solid #db0d3a;
}
.scroll-top {
  right: 75px;
  border: none;
  border-bottom: none;
  background: #1d93d2;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (max-width: 992px) {
  .scroll-top {
    right: 55px;
  }
}
.scroll-top.nav > li > a{
  padding-top: 6px;
  padding-bottom: 7px;
}
.scroll-top:hover a:hover,.scroll-top:hover a:hover {
  background: transparent;
  cursor:pointer;
}
.scroll-top:hover {
  background: #db0d3a;
}
.scroll-top.nav > li i{
  color: #ffffff;
}

.scroll-back{
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  font-size: 24px;
  right: 130px;
  border: none;
  border-bottom: none;
  background: #1d93d2;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media only screen and (max-width: 992px) {
  .scroll-back {
    right: 55px;
  }
}

.scroll-back.nav>li>a {
  padding-top: 6px;
  padding-bottom: 7px;
  color: #fff;
}

.scroll-back:hover a:hover,
.scroll-back:hover a:hover {
  background: transparent;
  cursor: pointer;
  color: #fff;
}

.scroll-back:hover {
  background: #db0d3a;
  color: #fff;
}

/* table priceliste */
table.pricelist {
  margin:0 0 .8em 0;
  width:100%;
  border:none;
}
table.pricelist td,
table.pricelist th {
  line-height:1.5em;
  border:none;
  padding:0 0 5px 0;
}
table.pricelist tbody th {
  background: #fcfcfc;
}
table.pricelist td.left, table.pricelist th.left {
  text-align:left;
}
table.pricelist td.centered, table.pricelist th.centered {
  text-align:center;
}
table.pricelist td.right, table.pricelist th.right {
  text-align:right;
  padding-right: 5px;
}
table.pricelist .title {
  margin-top: 25px;
  background: #fafafa;
  padding-top: 10px;
  border-bottom: 2px solid #1d93d2;
  border-top: none;
  font-size:133.33%;
  font-weight:bold;
}
table.pricelist .small {
  color:#666;
  font-weight:normal;
  text-align:left;
  padding-left: 5px;
}
table.pricelist .tableSpacer,
table.pricelist .tableSpacer:hover{
  background: transparent;
  content:"";
  height: 30px;
}
table.pricelist  > tbody > tr:hover {
  background-color: #f5f5f5;
}

/*
############################
CHECKOUT CSS
############################
*/
#paymentAdditionalAlert {
  padding-top:15px;
}

#flash-messages {
  position:absolute;
  display:none;
  top:50px;
  width:500px;
  z-index:9999;
  left:50%;
  margin-left:-250px;
}

/*
############################
ERROR CSS
############################
*/
.error strong.message{
  color: #db0d3a;
  display: block;
  font-size: 12px;
  font-weight: normal !important;
  /* top: 74px; geändert 25.11 KS-605 unbakannt warum die Abstände nicht mehr stimmen */
  top: 62px;
  white-space: nowrap;
  position: absolute;
}
.error input,
.error input:focus,
.error input:active{
  border: 1px solid #db0d3a;
  background: rgba(219, 13, 58, 0.04);
}
.error select,
.error select:focus,
.error select:active{
  border: 1px solid #db0d3a;
  background: rgba(219, 13, 58, 0.04);
}
.error input:focus,
.error input:active{
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* BOF New Error handling */

.form-group span.error{
  position: absolute;
  color: #db0d3a;
  display: block;
  font-size: 12px;
}
.form-group textarea.error,
.form-group textarea.error:focus,
.form-group textarea.error:active{
  border: 1px solid #db0d3a;
  background: rgba(219, 13, 58, 0.04);
}


.validate input.validateError,
.validate input.validateError:focus,
.validate input.validateError:active,
.validate select.validateError,
.validate select.validateError:focus,
.validate select.validateError:active,
.validate textarea.validateError,
.validate textarea.validateError:focus,
.validate textarea.validateError:active{
  border: 1px solid #db0d3a;
  background: rgba(219, 13, 58, 0.04);
}
.validate input.validateError:focus,
.validate input.validateError:active{
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* !!Error Hinweis unterhalb input!! */
.connectsPhotoSearch .form-group span.error{
  position: relative;
}
/* EOF New Error handling */

/* BOF Error unterhalb input */
.error-bottom span.error,
.error-bottom label.error{
  position: inherit;
  padding: 0;
}
.error-bottom .checkbox span.error,
.error-bottom .checkbox label.error {
  position: inherit;
  display: block;
  padding: 0;
}
.error-bottom .dropdown.bootstrap-select label.error {
  position: inherit;
  display: block;
  padding: 0;
  right: auto;
}
.error-bottom .acceptDse .checkbox label.error {
  position: inherit;
  display: block;
  padding: 0;
  right:auto;
  top: auto;
}

@media only screen and (max-width: 379.99px) {
  .error-bottom span.error,
  .error-bottom label.error {
    padding-top: 5px;
  }
}
/* EOF Error unterhalb input */

/*
############################
Individuelle Breiten FANCYBOX
############################
*/
.fancybox-slide::before{
  /*height:0;*/
}
.optionsFancyBox {
  min-height:550px;
}


.fancyBoxNewPhotoCompetition .fancybox-slide > div,
.variantsFancyBox .fancybox-slide > div{
  max-width: 1280px;
}

.slotEditFancybox .fancybox-slide > div,
.optionsFancyBox .fancybox-slide > div{
  max-width: 900px;
}

.productDetailFancybox .fancybox-slide > div,
.helpFancyBox .fancybox-slide > div{
  max-width: 800px;
}
.vouchersNoCodeFancyBox .fancybox-slide > div{
  max-width: 600px;
}
/* fancybox Einzelkauf */
.optionsFancyBox .fancybox-slide .myPhotoGallery{
  width: 99%;
  padding-top: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

/* BOF Bootbox */
.modal-content {
  overflow: hidden;
}
.bootbox .modal-header .modal-title{
  color: #ffffff;
}
.bootbox .modal-header .close{
  color: #ffffff;
  text-shadow: none;
  opacity: .7;
  filter: alpha(opacity=70);
}
.bootbox .modal-header .close:hover,
.bootbox .modal-header .close:focus{
  color: #ffffff;
  text-shadow: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.successMessage .modal-header{
  background: #449d44;
}
.errorMessage .modal-header{
  background: #c9302c;
}
.warningMessage .modal-header{
  background: #ec971f;
}
.infoMessage .modal-header{
  background: #31b0d5;
}

.cartUpdateNumItems .modal-content {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cartUpdateNumItems .modal-header.success{
  background: rgba(62, 171, 62, 1);
  color: #ffffff;
}
.cartUpdateNumItems .modal-header h4,
.cartUpdateNumItems .modal-header h5{
  color: #ffffff;
}
.cartUpdateNumItems .modal-content .bootbox-body{
  margin-bottom: 0;
}
.cartUpdateNumItems .modal-header,
.cartUpdateNumItems .modal-footer{
  border: none;
}
.cartUpdateNumItems .close,
.cartUpdateNumItems .close:hover,
.cartUpdateNumItems .close:focus{
  color: #ffffff;
  opacity: .5;
  filter: alpha(opacity=50);
}
.cartUpdateNumItems .modal-footer{
  padding-top:0;
}
/* EOF bootbox cart aktualisiert */
/* EOF Bootbox */

/* BOF Wishlist */
select.timeValidator {
  display:inline;
  width:auto;
}
/* EOF Wishlist */
/* BOF 10 Jahre */
.logoColTenYears{
  padding-top: 5px;
  padding-bottom: 0px;
}
.logoMobileColTenYears{
  padding-top: 5px;
  padding-bottom: 5px;
}
.ksTenYearsMobileHeader .miniBasket{
  margin-top: 35px !important;
}
.ksTenYearsMobileHeader .menu-button .touch-button {
  top: 32px !important;
}
/* EOF 10 Jahre */

/* BOF Fix für mobilen mitscrollenden Header */
@media only screen and (max-width: 991.999px) {
  header.navbarTop {
    z-index: 6 !important;
  }
  /*
  body {
    padding-top: 0 !important;
  }
  .navigationContainer.fixedTop{
    position: unset;
  }
  */
}
/* EOF Fix für mobilen mitscrollenden Header */

/* fix for fontawesome 4 change */
.ce-bodytext ul > li::before,
.megaNavigation .nav li a.submenu:after,
.megaNavigation .nav .subsubmenu a:before,
.dropDownHover.nav .dropdown-submenu > a::after,
.br-theme-fontawesome-stars .br-widget a{
  font-family: 'Font Awesome 5 Pro' !important;
}
.br-theme-fontawesome-stars .br-widget a{
  font-size: 16px;
}
/* fix for fontawesome 4 change */


/* BOF Linktree */
.linktree{
  background-image: url(/fileadmin/media/inhaltsbilder/linktree/background.jpg);
  background-position: center 55px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.linktree main{
  background: rgba(255, 255, 255, .2);
  min-height: 100vh;
  border-bottom: 0;
}
.linktree main>.container.mpFirstContainerElement{
  margin-top:0;
}
.linktree .fullWidth{
  background: rgba(255, 255, 255, 1);
}
.linktree .logoContainer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.linktree .logoContainer figure.image{
  margin-bottom:0;
}
.linktree ul li{
  margin-bottom: 2rem;
}
.linktree ul li::before{
  display: none;
}
.linktree ul li a{

  background: rgba(255, 255, 255, .7);
  color: #e51259;
  font-size: 24px;
  font-family: DaxWebPro-CondBold, Arial, Helvetica, sans serif;
  font-weight: normal;
  padding: 15px 5px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.linktree ul li a:hover{
  background: rgba(255, 255, 255, .7);
}
.linktree ul li p{
  font-size: 14px;
  text-align: center;
  color: #46a5f1;
  font-size: 18px;
  font-family: DaxWebPro-CondBold, Arial, Helvetica, sans serif;
  font-weight: normal;
  background: rgba(255, 255, 255, .7);
  padding: 0 5px 15px;
}
/* EOF Linktree */

.mapMarker{
  background: #fff;
  border-radius: 100%;
  color: #db0d3a;
  cursor: pointer;
  width: 25px;
  height: 30px;
}
