
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);*/

/*Alternative damit die Webseite konform der DSGVO ist*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}







.mbr-company .list-group-text,
.mbr-section-text {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price,
.mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.btn {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Open Sans', sans-serif;
}
.btn-sm,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block,
.mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Open Sans', sans-serif;
}
.mbr-author-desc {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Open Sans', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #e01580 !important;
}
.bg-success {
  background-color: #1e7c3a !important;
}
.bg-info {
  background-color: #e01580 !important;
}
.bg-warning {
  background-color: #ffd785 !important;
}
.bg-danger {
  background-color: #ff9685 !important;
}
.btn-primary {
  background-color: #e01580;
  border-color: #e01580;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #9a0e58;
  border-color: #9a0e58;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9a0e58 !important;
  border-color: #9a0e58 !important;
}
.btn-secondary {
  background-color: #a25dae;
  border-color: #a25dae;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #763f7f;
  border-color: #763f7f;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #763f7f !important;
  border-color: #763f7f !important;
}
.btn-info {
  background-color: #e01580;
  border-color: #e01580;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #9a0e58;
  border-color: #9a0e58;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9a0e58 !important;
  border-color: #9a0e58 !important;
}
.btn-success {
  background-color: #1e7c3a;
  border-color: #1e7c3a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #0f3e1d;
  border-color: #0f3e1d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f3e1d !important;
  border-color: #0f3e1d !important;
}
.btn-warning {
  background-color: #ffd785;
  border-color: #ffd785;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ffbe38;
  border-color: #ffbe38;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe38 !important;
  border-color: #ffbe38 !important;
}
.btn-danger {
  background-color: #ff9685;
  border-color: #ff9685;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff5438;
  border-color: #ff5438;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5438 !important;
  border-color: #ff5438 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #830c4b;
  color: #830c4b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e01580;
  border-color: #e01580;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e01580 !important;
  border-color: #e01580 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #66376e;
  color: #66376e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a25dae;
  border-color: #a25dae;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a25dae !important;
  border-color: #a25dae !important;
}
.btn-info-outline {
  background: none;
  border-color: #830c4b;
  color: #830c4b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e01580;
  border-color: #e01580;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e01580 !important;
  border-color: #e01580 !important;
}
.btn-success-outline {
  background: none;
  border-color: #0a2a14;
  color: #0a2a14;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1e7c3a;
  border-color: #1e7c3a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1e7c3a !important;
  border-color: #1e7c3a !important;
}
.btn-warning-outline {
  background: none;
  border-color: #ffb61f;
  color: #ffb61f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffd785;
  border-color: #ffd785;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffd785 !important;
  border-color: #ffd785 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #ff3e1f;
  color: #ff3e1f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff9685;
  border-color: #ff9685;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9685 !important;
  border-color: #ff9685 !important;
}
.text-primary {
  color: #e01580 !important;
}
.text-success {
  color: #1e7c3a !important;
}
.text-info {
  color: #e01580 !important;
}
.text-warning {
  color: #ffd785 !important;
}
.text-danger {
  color: #ff9685 !important;
}
.alert-success {
  background-color: #1e7c3a;
}
.alert-info {
  background-color: #e01580;
}
.alert-warning {
  background-color: #ffd785;
}
.alert-danger {
  background-color: #ff9685;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #e01580;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #e01580;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e01580;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e01580;
}
.lead a,
.lead a:hover {
  color: #e01580;
}
.lead blockquote {
  border-color: #e01580;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fac7e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #47d271;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fac7e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #000;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
/* DirectM */
a {
  color: #e01580;
}
a:hover {
  color: #333;
}
/*header1*/
.header1 .mbr-arrow a i {
  color: #ffffff;
}
.header1 .mbr-arrow a:hover i {
  color: #e01580;
}
/*header2*/
.header1.header2 .mbr-arrow a i {
  color: #222222;
}
.header1.header2 .mbr-arrow a:hover i {
  color: #e01580;
}
/*features1*/
.features1 .carousel-indicators li.active {
  border: 5px solid #e01580;
}
/*features12*/
.features12 .card .mbr-iconfont,
.features14 .card .mbr-iconfont,
.features16 .card .mbr-iconfont {
  font-family: 'Open Sans', sans-serif;
}
/*msg-box1*/
.msg-box1 ul li:before {
  background-color: #e01580;
}
.msg-box1 .round-block {
  background: linear-gradient(45deg, #bf126d, #e01580, #ed3b99);
}
/*tabs1*/
.tabs1 ul li a.active {
  border-bottom-color: #e01580 !important;
}
.tabs1 .tab-list-wraper ul li:before {
  background-color: #e01580;
}
.tabs1 .colorBG {
  background-color: #e01580;
}
/*content*/
.content2 blockquote {
  border-left: 3px solid #e01580;
}
.content4 p {
  border-bottom: 3px solid #e01580;
  border-top: 3px solid #e01580;
}
/*follow1*/
.follow1 .btn-social {
  color: #e01580;
  border-color: #e01580;
}
.follow1 .btn-social:hover {
  color: #ed3b99;
  background: rgba(224, 21, 128, 0.1);
  border-color: #ed3b99;
}
/*share1*/
.share1 .btn-social {
  color: #e01580;
  border-color: #e01580;
}
.share1 .btn-social:hover {
  color: #ed3b99;
  background: rgba(224, 21, 128, 0.1);
  border-color: #ed3b99;
}
/* Slider */
.mbr-slider .carousel-indicators .active {
  background-color: #e01580;
}
/* Gallery */
.mbr-gallery-filter ul li {
  font-family: 'Open Sans', sans-serif;
}
.mbr-gallery-filter li {
  color: #e01580;
}
.btn-empty:focus {
  color: #e01580;
}
/* captions */
.mbr-figure-caption {
  background-color: #616161;
  color: #fff;
}
/* tabs1 */
.tabs1 ul li a {
  color: #e01580;
}
/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
  border: 5px solid #e01580;
}
/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
  border: 5px solid #e01580;
}
.hamburger-icon {
  background-color: #e01580 !important;
}
.hamburger-icon:before {
  background-color: #e01580;
}
.hamburger-icon:after {
  background-color: #e01580;
}
#custom-html-1f .top-links ul {
  padding-left: 0px;
}
#custom-html-1f .top-links ul li {
  float: left;
  position: relative;
  height: 44px;
 
}
#custom-html-1f .top-links li:hover {
  background-color: #EEE;
}
#custom-html-1f #top-social,
#custom-html-1f #top-social ul {
  margin: 0;
}
#custom-html-1f .top-links ul {
  margin: 0;
  list-style: none;
}
#custom-html-1f li {
  display: list-item;
  text-align: -webkit-match-parent;
}
#custom-html-1f .top-links li > a {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  height: 44px;
  color: #666;
}
#custom-html-1f #top-social li,
#custom-html-1f #top-social li a,
#custom-html-1f #top-social li .ts-icon,
#custom-html-1f #top-social li .ts-text {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
}
#custom-html-1f #top-bar {
  position: relative;
  border-bottom: 1px solid #EEE;
  height: 45px;
  line-height: 44px;
  font-size: 13px;
  text-align: center;
  width: 1220px;
  border-radius: 2px;
  background: #335C7D;
  background-color: #FFF!important;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.4s ease;
}
#menu1-1u .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-1u .navbar-toggler {
  color: #000000;
}
#menu1-1u .close-icon::before,
#menu1-1u .close-icon::after {
  background-color: #000000;
}
#menu1-1u .link,
#menu1-1u .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-1u .link {
  font-size: 0.8125rem;
}
#menu1-1u .dropdown-item,
#menu1-1u .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-1u .link:hover,
#menu1-1u .link:focus {
  color: #e01580;
}
#menu1-1u .dropdown-item:hover::before,
#menu1-1u .dropdown-item:focus::before {
  background: #e01580;
}
#menu1-1u .dropdown-item:hover,
#menu1-1u .dropdown-item:focus {
  color: #000000;
}
#menu1-1u .link[aria-expanded="true"],
#menu1-1u .dropdown-menu {
  background: #fffffd;
}
#menu1-1u .nav-dropdown-sm .link:focus,
#menu1-1u .nav-dropdown-sm .link:hover,
#menu1-1u .nav-dropdown-sm .dropdown-item:focus,
#menu1-1u .nav-dropdown-sm .dropdown-item:hover {
  background: #ffffee!important;
}
#menu1-1u .navbar,
#menu1-1u .nav-dropdown-sm,
#menu1-1u .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-1u .nav-dropdown-sm .dropdown-menu {
  background: #fffffd;
}
#menu1-1u .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-1u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-1u .bg-color.transparent.opened .link:hover,
#menu1-1u .bg-color.transparent.opened .link:focus {
  color: #e01580;
}
#menu1-1u .link[aria-expanded="true"],
#menu1-1u .dropdown-item[aria-expanded="true"] {
  color: #e01580!important;
}
#slider-a .mbr-section-title,
#slider-a .mbr-section-text {
  color: #fff;
}
#tabs1-n LI {
  font-family: 'Droid Serif', serif;
}
#custom-html-1t {
  /* Type valid CSS here */
}
#custom-html-1t .my-image {
  width: 100%;
}
#content5-k .mbr-section-title,
#content5-k .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-k .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-k .mbr-table-cell {
  vertical-align: middle;
}
#content5-k .heading-title DIV {
  font-size: 48px;
  font-family: 'Indie Flower', cursive;
}
.content5  .heading-title {
  font-family: 'Indie Flower', cursive;
}
#footer4-5 p {
  color: #000;
}
#footer4-5 P {
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #e01580;
}

/*Sebastian Classes*/

.wtp {
	color: #e01580;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 28px;
	padding-bottom: 30px;
}

#txtanim1 {
	-webkit-animation: mymove1 6s infinite; 
    animation: mymove1 6s infinite;
}

@-webkit-keyframes mymove1 {
    60% {font-size: 28.5px;}
}

@keyframes mymove1 {
    60% {font-size: 28.5px;}
}

#txtanim2 {
	-webkit-animation: mymove2 6s infinite; 
    animation: mymove2 6s infinite;
}

@-webkit-keyframes mymove2 {
    60% {font-size: 20.5px;}
}

@keyframes mymove2 {
    60% {font-size: 20.5px;}
}