/* @import url(https://fonts.googleapis.com/css?family=Syncopate:400,700); */
/* @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700); */
/* @import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i); */

@font-face { font-family: 'Syncopate'; src: url(/fonts/syncopate/Syncopate-Bold.ttf);	font-style: normal; font-weight: 700; } 
@font-face { font-family: 'Syncopate'; src: url(/fonts/syncopate/Syncopate-Regular.ttf);font-style: normal; font-weight: 400; } 

@font-face { font-family: 'Poppins'; src: url(/fonts/Poppins/300-Poppins-Light.ttf);	font-style: normal; font-weight: 300; } 
@font-face { font-family: 'Poppins'; src: url(/fonts/Poppins/400-Poppins-Regular.ttf);	font-style: normal; font-weight: 400; } 
@font-face { font-family: 'Poppins'; src: url(/fonts/Poppins/500-Poppins-Medium.ttf);	font-style: normal; font-weight: 500; } 
@font-face { font-family: 'Poppins'; src: url(/fonts/Poppins/600-Poppins-SemiBold.ttf);	font-style: normal; font-weight: 600; } 
@font-face { font-family: 'Poppins'; src: url(/fonts/Poppins/700-Poppins-Bold.ttf);	font-style: normal; font-weight: 700; } 

@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/100-Roboto-ThinItalic.ttf);	font-style: italic; font-weight: 100; } 
@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/300-Roboto-LightItalic.ttf);	font-style: italic; font-weight: 300; } 
@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/400-Roboto-Italic.ttf);	font-style: italic; font-weight: 400; } 
@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/500-Roboto-MediumItalic.ttf);font-style: italic; font-weight: 500; } 
@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/700-Roboto-BoldItalic.ttf);	font-style: italic; font-weight: 700; } 

@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/100-Roboto-Thin.ttf);	font-style: normal; font-weight: 100; } 
@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/300-Roboto-Light.ttf);	font-style: normal; font-weight: 300; } 
@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/400-Roboto-Regular.ttf);	font-style: normal; font-weight: 400; } 
@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/500-Roboto-Medium.ttf);	font-style: normal; font-weight: 500; } 
@font-face { font-family: 'Roboto'; src: url(/fonts/Roboto/700-Roboto-Bold.ttf);	font-style: normal; font-weight: 700; } 



body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Syncopate', sans-serif;
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Syncopate', sans-serif;
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #4284df !important;
}
.bg-success {
  background-color: #b0aea2 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4284df !important;
  border-color: #4284df !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-primary:before {
  background-color: #1f5eb6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #e77339 !important;
  border-color: #e77339 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #e77339 !important;
  border-color: #e77339 !important;
}
.btn-secondary:before {
  background-color: #bd4e17 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bd4e17 !important;
  border-color: #bd4e17 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info:before {
  background-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b0aea2 !important;
  border-color: #b0aea2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b0aea2 !important;
  border-color: #b0aea2 !important;
}
.btn-success:before {
  background-color: #8d8a79 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8d8a79 !important;
  border-color: #8d8a79 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #1b53a0;
  color: #1b53a0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #4284df;
}
.btn-primary-outline:before {
  background-color: #4284df;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #a64514;
  color: #a64514;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #e77339;
}
.btn-secondary-outline:before {
  background-color: #e77339;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e77339 !important;
  border-color: #e77339 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #4d4d4d;
  border-color: #cccccc;
}
.btn-info-outline:before {
  background-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #807d6c;
  color: #807d6c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #b0aea2;
}
.btn-success-outline:before {
  background-color: #b0aea2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b0aea2 !important;
  border-color: #b0aea2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4284df;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #4284df !important;
}
.text-secondary {
  color: #e77339 !important;
}
.text-success {
  color: #b0aea2 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1b53a0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a64514 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #807d6c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #999999 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4284df;
  border-color: #4284df;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #4284df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0f6fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ebeae7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
  font-weight: 300;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.696rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #4284df;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #4284df;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #4284df;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #4284df;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4284df;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
/* Content */
.content11 .counter-container div .counter {
  background: #4284df;
}
.content11 .counter-container div .counter {
  border-radius: 50%;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.display-7 {
  font-weight: 300;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
#custom-html-8 {
  /* Type valid CSS here */
}
#custom-html-8 .my-image {
  width: 100%;
}
#custom-html-8 .id-mbz-p1 {
  padding-top: 70px;
  padding-left: 30px;
  font-family: sans-serif, Arial;
}
#custom-html-8 span.mcw-1 {
  width: 4ch;
  float: left;
}
#custom-html-8 span.mcw-2 {
  width: 10ch;
  float: left;
}
#custom-html-8 span.mcw-b1 {
  width: 8ch;
  float: left;
}
.cid-r5l2YTbb3d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r5l2YTbb3d .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r5l2YTbb3d .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r5l2YTbb3d .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r5l2YTbb3d .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r5l2YTbb3d .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r5l2YTbb3d .icon-transition span:hover {
  background-color: #e77339;
}
.cid-r5l2YTbb3d .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-r5l2YTbb3d .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r5l2YTbb3d .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r5l2YTbb3d .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-r5l2YTbb3d .mbr-text A {
  color: #c1c1c1;
}
.cid-r5l2YTbb3d .mbr-text B {
  color: #b0aea2;
}
#custom-html-c {
  /* Type valid CSS here */
}
#custom-html-c .my-image {
  width: 100%;
}
#custom-html-c .id-mbz-p1 {
  padding-top: 70px;
  padding-left: 30px;
  font-family: sans-serif, Arial;
}
.cid-r5l38n0T8a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r5l38n0T8a .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r5l38n0T8a .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r5l38n0T8a .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r5l38n0T8a .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r5l38n0T8a .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r5l38n0T8a .icon-transition span:hover {
  background-color: #e77339;
}
.cid-r5l38n0T8a .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-r5l38n0T8a .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r5l38n0T8a .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r5l38n0T8a .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-r5l38n0T8a .mbr-text A {
  color: #c1c1c1;
}
.cid-r5l38n0T8a .mbr-text B {
  color: #b0aea2;
}
#custom-html-f {
  /* Type valid CSS here */
}
#custom-html-f .my-image {
  width: 100%;
}
#custom-html-f .id-mbz-p1 {
  padding-top: 70px;
  padding-left: 30px;
  font-family: sans-serif, Arial;
}
#custom-html-h {
  /* Type valid CSS here */
}
#custom-html-h .my-image {
  width: 100%;
}
#custom-html-h .id-mbz-p2 {
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
  color: silver;
  font-family: sans-serif, Arial;
}
.cid-r5l34Ph9Ms {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r5l34Ph9Ms .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r5l34Ph9Ms .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r5l34Ph9Ms .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r5l34Ph9Ms .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r5l34Ph9Ms .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r5l34Ph9Ms .icon-transition span:hover {
  background-color: #e77339;
}
.cid-r5l34Ph9Ms .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-r5l34Ph9Ms .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r5l34Ph9Ms .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r5l34Ph9Ms .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-r5l34Ph9Ms .mbr-text A {
  color: #c1c1c1;
}
.cid-r5l34Ph9Ms .mbr-text B {
  color: #b0aea2;
}
.cid-ra9YrSsgQ5 {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #e77339, #ffffff);
}
.cid-ra9YrSsgQ5 .image-block {
  margin: auto;
}
.cid-ra9YrSsgQ5 figcaption {
  position: relative;
}
.cid-ra9YrSsgQ5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ra9YrSsgQ5 .image-block {
    width: 100% !important;
  }
}
.cid-r4LsPKMZTN {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-r4LsPKMZTN .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-r4LsPKMZTN H1 {
  color: #e77339;
  text-align: center;
}
.cid-r4LsPKMZTN .mbr-text,
.cid-r4LsPKMZTN .mbr-section-btn {
  color: #db9603;
  text-align: center;
  word-wrap: normal;
}
.cid-r4LsPKMZTN .mbr-text,
.cid-r4LsPKMZTN .mbr-section-btn B {
  color: #e77339;
}
.cid-r4LsPKMZTN a:link,
.cid-r4LsPKMZTN a:visited,
.cid-r4LsPKMZTN a:active {
  text-decoration: none;
  color: #e77339;
  font-weight: bold;
}
.cid-r4LsPKMZTN a:hover {
  text-decoration: underline;
}
.cid-r4LsPKMZTN .mbz-line-1 {
  position: relative;
  top: 1%;
  width: 10em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  font-family: syncopate;
  color: #e77339;
}
.cid-r4LsPKMZTN .anim-typewriter {
  animation: typewriter 4s steps(11) 1s 1 normal both, blinkTextCursor 1500ms steps(11) infinite normal;
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 10em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}
#custom-html-r {
  /* Type valid CSS here */
}
#custom-html-r .my-image {
  width: 100%;
}
/*
#custom-html-r div#cloudBox {
  margin: 25px Auto 25px Auto;
  max-width: 90%;
  color: silver;
  hyphens: auto;
  padding: 10px;
  background-color: Whitesmoke;
  border-radius: 4px;
  text-align: Justify;
  line-height: 20px;
}
*/
#custom-html-r div#cloudBox {
	/*
  margin: 0;
  padding: 0;
  border-color: red;
  */
  
  margin: 25px Auto 25px Auto;
  padding: 10px;
  
  max-width: 90%;
  color: silver;
  hyphens: auto;
  
  background-color: Whitesmoke;
  border-radius: 4px;
  text-align: Justify;
  /* line-height: 20px; */
}
#custom-html-r div#cloudBox a:link {
  transition: text-shadow 0.6s;
  text-decoration: none;
  color: silver;
  font-size: 0.85em;
}
#custom-html-r div#cloudBox a:hover {
  text-shadow: 1px 1px 2px Orange;
}
#custom-html-r div#cloudBox a:visited {
  color: silver;
}
#custom-html-o {
  /* Type valid CSS here */
}
#custom-html-o .my-image {
  width: 100%;
}
#custom-html-o .id-mbz-p1 {
  color: DarkSlateGray;
  background-color: Gainsboro;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: sans-serif, Arial;
  font-size: 0.6em;
}
.cid-r4LrnQsIjD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r4LrnQsIjD .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r4LrnQsIjD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r4LrnQsIjD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r4LrnQsIjD .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r4LrnQsIjD .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r4LrnQsIjD .icon-transition span:hover {
  background-color: #e77339;
}
.cid-r4LrnQsIjD .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-r4LrnQsIjD .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r4LrnQsIjD .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r4LrnQsIjD .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-r4LrnQsIjD .mbr-text A {
  color: #c1c1c1;
}
.cid-r4LrnQsIjD .mbr-text B {
  color: #b0aea2;
}
.cid-r5J7S4q3dZ {
  background-image: url("../../../assets/images/der-unix-werkzeugkasten-9.gif");
}
.cid-r5J7S4q3dZ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-r5J7S4q3dZ .mbr-text,
.cid-r5J7S4q3dZ .mbr-section-btn {
  color: #ffffff;
}
.cid-r5J7S4q3dZ .mbr-text {
  font-size: 2.2em;
  font-family: serif;
}
.cid-r5JdtjFe86 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/der-unix-werkzeugkasten-12.gif");
}
.cid-r5JdtjFe86 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-r5JdtjFe86 .card-img {
  padding: 0 0 2rem;
}
.cid-r5JdtjFe86 .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-r5JdtjFe86 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-r5JdtjFe86 .card-title {
    text-align: center;
  }
  .cid-r5JdtjFe86 p.mbr-text {
    text-align: center;
  }
}
.cid-r5IUveMucN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r5IUveMucN .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r5IUveMucN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r5IUveMucN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r5IUveMucN .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r5IUveMucN .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r5IUveMucN .icon-transition span:hover {
  background-color: #e77339;
}
.cid-r5IUveMucN .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-r5IUveMucN .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r5IUveMucN .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r5IUveMucN .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-r5IUveMucN .mbr-text A {
  color: #c1c1c1;
}
.cid-r5IUveMucN .mbr-text B {
  color: #b0aea2;
}
#custom-html-14 {
  /* Type valid CSS here */
}
#custom-html-14 .my-image {
  width: 100%;
}
#custom-html-14 .id-mbz-p1 {
  padding-top: 70px;
  padding-left: 30px;
  font-family: sans-serif, Arial;
}
#custom-html-17 {
  /* Type valid CSS here */
}
#custom-html-17 .my-image {
  width: 100%;
}
#custom-html-17 .id-mbz-p2 {
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
  color: silver;
  font-family: sans-serif, Arial;
}
.cid-r5JmIxvBNu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r5JmIxvBNu .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r5JmIxvBNu .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r5JmIxvBNu .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r5JmIxvBNu .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r5JmIxvBNu .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r5JmIxvBNu .icon-transition span:hover {
  background-color: #e77339;
}
.cid-r5JmIxvBNu .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-r5JmIxvBNu .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r5JmIxvBNu .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r5JmIxvBNu .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-r5JmIxvBNu .mbr-text A {
  color: #c1c1c1;
}
.cid-r5JmIxvBNu .mbr-text B {
  color: #b0aea2;
}
.cid-r9vpKaTsqe {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-r9vpKaTsqe .column-content {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-r9vpKaTsqe .text-content .btn-bgr {
  z-index: 0;
}
.cid-r9vpKaTsqe .mbr-overlay {
  background: linear-gradient(#edc87a -10%, #cccccc 75%);
}
.cid-r9vpKaTsqe .container-full-width {
  position: relative;
}
.cid-r9vpKaTsqe .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-r9vpKaTsqe .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-r9vpKaTsqe .layer path {
  fill: #ffffff;
}
@media (max-width: 700px) {
  .cid-r9vpKaTsqe .text-content {
    background: linear-gradient(white -10%, lightgray 75%);
  }
}
@media (min-width: 576px) {
  .cid-r9vpKaTsqe .text-content {
    width: 540px;
  }
  .cid-r9vpKaTsqe .column-content {
    width: 100%;
  }
  .cid-r9vpKaTsqe .layer {
    display: none;
  }
}
@media (min-width: 666px) {
  .cid-r9vpKaTsqe .text-content {
    width: 540px;
  }
  .cid-r9vpKaTsqe .column-content {
    width: 81%;
  }
  .cid-r9vpKaTsqe .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-r9vpKaTsqe .text-content {
    width: 620px;
  }
}
@media (min-width: 992px) {
  .cid-r9vpKaTsqe .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-r9vpKaTsqe .column-content {
    width: 50%;
  }
  .cid-r9vpKaTsqe .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-r9vpKaTsqe .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r9vpKaTsqe .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-r9vpKaTsqe .column-content {
    height: 33rem;
  }
}
.cid-r9vpKaTsqe B {
  color: #e77339;
}
.cid-r9vpKaTsqe h1 {
  font-size: 1.3rem;
  color: #e77339;
}
.cid-r9vpKaTsqe strong {
  color: #e77339;
}
.cid-r9vxQHfEah {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #555555;
}
.cid-r9vxQHfEah h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-r9vxQHfEah .mbr-section-subtitle {
  color: #767676;
}
.cid-r9vxQHfEah .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-r9vxQHfEah .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-r9vxQHfEah .article-title-left {
  color: #e77339;
}
.cid-r9vxQHfEah .article-title-right {
  color: #e77339;
}
.cid-r9vxQHfEah h3 {
  font-size: 1.3rem;
}
.cid-r4LrnQsIjD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r4LrnQsIjD .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r4LrnQsIjD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r4LrnQsIjD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r4LrnQsIjD .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r4LrnQsIjD .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r4LrnQsIjD .icon-transition span:hover {
  background-color: #e77339;
}
.cid-r4LrnQsIjD .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-r4LrnQsIjD .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r4LrnQsIjD .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r4LrnQsIjD .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-r4LrnQsIjD .mbr-text A {
  color: #c1c1c1;
}
.cid-r4LrnQsIjD .mbr-text B {
  color: #b0aea2;
}
#custom-html-19 {
  /* Type valid CSS here */
}
#custom-html-19 .my-image {
  width: 100%;
}
#custom-html-19 .id-mbz-p1 {
  padding-top: 70px;
  padding-left: 30px;
  font-family: sans-serif, Arial;
}
.cid-r5JmLcjF0h {
  background-image: url("../../../assets/images/der-unix-werkzeugkasten-9.gif");
}
.cid-r5JmLcjF0h .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-r5JmLcjF0h .mbr-text,
.cid-r5JmLcjF0h .mbr-section-btn {
  color: #ffffff;
}
.cid-r5JmLcjF0h .mbr-text {
  font-size: 2.2em;
  font-family: serif;
}
.cid-r5JmLdno2h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-r5JmLdno2h .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-r5JmLdno2h .card-img {
  padding: 0 0 2rem;
}
.cid-r5JmLdno2h .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-r5JmLdno2h .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-r5JmLdno2h .card-title {
    text-align: center;
  }
  .cid-r5JmLdno2h p.mbr-text {
    text-align: center;
  }
}
#custom-html-1c {
  /* Type valid CSS here */
}
#custom-html-1c .my-image {
  width: 100%;
}
#custom-html-1c .id-mbz-p2 {
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
  color: silver;
  font-family: sans-serif, Arial;
}
.cid-r5JmLftcVz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r5JmLftcVz .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r5JmLftcVz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r5JmLftcVz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r5JmLftcVz .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r5JmLftcVz .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r5JmLftcVz .icon-transition span:hover {
  background-color: #e77339;
}
.cid-r5JmLftcVz .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-r5JmLftcVz .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r5JmLftcVz .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r5JmLftcVz .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-r5JmLftcVz .mbr-text A {
  color: #c1c1c1;
}
.cid-r5JmLftcVz .mbr-text B {
  color: #b0aea2;
}
.cid-r9vF6ytn0g {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-r9vF6ytn0g .column-content {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-r9vF6ytn0g .text-content .btn-bgr {
  z-index: 0;
}
.cid-r9vF6ytn0g .mbr-overlay {
  background: linear-gradient(#edc87a -10%, #cccccc 75%);
}
.cid-r9vF6ytn0g .container-full-width {
  position: relative;
}
.cid-r9vF6ytn0g .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-r9vF6ytn0g .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-r9vF6ytn0g .layer path {
  fill: #ffffff;
}
@media (max-width: 700px) {
  .cid-r9vF6ytn0g .text-content {
    background: linear-gradient(white -10%, lightgray 75%);
  }
}
@media (min-width: 576px) {
  .cid-r9vF6ytn0g .text-content {
    width: 540px;
  }
  .cid-r9vF6ytn0g .column-content {
    width: 100%;
  }
  .cid-r9vF6ytn0g .layer {
    display: none;
  }
}
@media (min-width: 666px) {
  .cid-r9vF6ytn0g .text-content {
    width: 540px;
  }
  .cid-r9vF6ytn0g .column-content {
    width: 81%;
  }
  .cid-r9vF6ytn0g .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-r9vF6ytn0g .text-content {
    width: 620px;
  }
}
@media (min-width: 992px) {
  .cid-r9vF6ytn0g .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-r9vF6ytn0g .column-content {
    width: 50%;
  }
  .cid-r9vF6ytn0g .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-r9vF6ytn0g .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r9vF6ytn0g .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-r9vF6ytn0g .column-content {
    height: 33rem;
  }
}
.cid-r9vF6ytn0g B {
  color: #e77339;
}
.cid-r9vF6ytn0g h1 {
  font-size: 1.3rem;
  color: #e77339;
}
.cid-r9vF6ytn0g strong {
  color: #e77339;
}
.cid-r9vF6zM674 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #cccccc;
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  background: linear-gradient(darkgray -10%, silver 75%);
}
.cid-r9vF6zM674 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-r9vF6zM674 .mbr-section-subtitle {
  color: #767676;
}
.cid-r9vF6zM674 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-r9vF6zM674 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-r9vF6zM674 .article-title-left {
  color: #e77339;
}
.cid-r9vF6zM674 .article-title-right {
  color: #e77339;
}
.cid-r9vF6zM674 h3 {
  font-size: 1.3rem;
}
.cid-r9vF6B3z3f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r9vF6B3z3f .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r9vF6B3z3f .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r9vF6B3z3f .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r9vF6B3z3f .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r9vF6B3z3f .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r9vF6B3z3f .icon-transition span:hover {
  background-color: #e77339;
}
.cid-r9vF6B3z3f .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-r9vF6B3z3f .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r9vF6B3z3f .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r9vF6B3z3f .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-r9vF6B3z3f .mbr-text A {
  color: #c1c1c1;
}
.cid-r9vF6B3z3f .mbr-text B {
  color: #b0aea2;
}
.cid-rxY8mKQWZ2 {
  background-image: url("../../../assets/images/image1-1.png");
}
.cid-rxY8mKQWZ2 .column-content {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rxY8mKQWZ2 .text-content .btn-bgr {
  z-index: 0;
}
.cid-rxY8mKQWZ2 .mbr-overlay {
  background: linear-gradient(#edc87a -10%, #cccccc 75%);
}
.cid-rxY8mKQWZ2 .container-full-width {
  position: relative;
}
.cid-rxY8mKQWZ2 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rxY8mKQWZ2 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rxY8mKQWZ2 .layer path {
  fill: #ffffff;
}
@media (max-width: 700px) {
  .cid-rxY8mKQWZ2 .text-content {
    background: linear-gradient(white -10%, lightgray 75%);
  }
}
@media (min-width: 576px) {
  .cid-rxY8mKQWZ2 .text-content {
    width: 540px;
  }
  .cid-rxY8mKQWZ2 .column-content {
    width: 100%;
  }
  .cid-rxY8mKQWZ2 .layer {
    display: none;
  }
}
@media (min-width: 666px) {
  .cid-rxY8mKQWZ2 .text-content {
    width: 540px;
  }
  .cid-rxY8mKQWZ2 .column-content {
    width: 81%;
  }
  .cid-rxY8mKQWZ2 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rxY8mKQWZ2 .text-content {
    width: 620px;
  }
}
@media (min-width: 992px) {
  .cid-rxY8mKQWZ2 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rxY8mKQWZ2 .column-content {
    width: 50%;
  }
  .cid-rxY8mKQWZ2 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rxY8mKQWZ2 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rxY8mKQWZ2 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rxY8mKQWZ2 .column-content {
    height: 33rem;
  }
}
.cid-rxY8mKQWZ2 B {
  color: #e77339;
}
.cid-rxY8mKQWZ2 h1 {
  font-size: 1.3rem;
  color: #e77339;
}
.cid-rxY8mKQWZ2 strong {
  color: #e77339;
}
.cid-rxY8mKQWZ2 .mbr-text,
.cid-rxY8mKQWZ2 .mbr-section-btn {
  color: #232323;
}
.cid-rxY8mM2diQ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cccccc;
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  background: linear-gradient(darkgray -10%, silver 75%);
}
.cid-rxY8mM2diQ h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rxY8mM2diQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rxY8mM2diQ .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rxY8mM2diQ .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rxY8mM2diQ .article-title-left {
  color: #e77339;
}
.cid-rxY8mM2diQ .article-title-right {
  color: #e77339;
}
.cid-rxY8mM2diQ h3 {
  font-size: 1.3rem;
}
.cid-rxY8mM2diQ .mbz-1 {
  background-color: yellow;
}
.cid-rxY8mM2diQ aaa {
  font-family: syncopate;
  font-weight: bold;
}
.cid-rxY8mM2diQ sup {
  top: -0.6em;
  font-weight: bold;
}
.cid-rxY8mM2diQ stro {
  font-size: 135%;
  color: #e77339;
}
.cid-rxYfOUi87b {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-rxYfOUi87b .mbr-text {
  color: #767676;
}
.cid-rxYfOUi87b h4 {
  text-align: center;
}
.cid-rxYfOUi87b p {
  text-align: center;
}
.cid-rxYfOUi87b .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #e77339;
  border: 2px solid #e77339;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxYfOUi87b .card:hover .card-img span {
  background: none;
  color: #e77339;
}
.cid-rxYfOUi87b .card-title,
.cid-rxYfOUi87b .card-img {
  color: #e77339;
}
.cid-rxYfOUi87b .mbz-1 {
  background-color: yellow;
}
.cid-rxZXNtse0D {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
  background: linear-gradient(0deg, #e77339, #ffffff);
}
.cid-rxZXNtse0D .image-block {
  margin: auto;
}
.cid-rxZXNtse0D figcaption {
  position: relative;
}
.cid-rxZXNtse0D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxZXNtse0D .image-block {
    width: 100% !important;
  }
}
.cid-rxZXNtse0D DIV {
  color: #4284df;
}
.cid-rxZXNtse0D a {
  font-size: 1.5rem;
  color: yellowgreen;
  text-shadow: 0 0 5px black;
}
.cid-rxZXNtse0D a:hover {
  color: #e77339;
}
.cid-rxZXNtse0D .pulsate {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
.cid-rxY8mMPrjz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rxY8mMPrjz .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rxY8mMPrjz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rxY8mMPrjz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rxY8mMPrjz .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rxY8mMPrjz .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rxY8mMPrjz .icon-transition span:hover {
  background-color: #e77339;
}
.cid-rxY8mMPrjz .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rxY8mMPrjz .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-rxY8mMPrjz .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-rxY8mMPrjz .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rxY8mMPrjz .mbr-text A {
  color: #c1c1c1;
}
.cid-rxY8mMPrjz .mbr-text B {
  color: #b0aea2;
}
.cid-ryhpKxr3Sf {
  background-image: url("../../../assets/images/maibriz-www-standorte-osm-1.png");
}
.cid-ryhpKxr3Sf .column-content {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-ryhpKxr3Sf .text-content .btn-bgr {
  z-index: 0;
}
.cid-ryhpKxr3Sf .mbr-overlay {
  background: linear-gradient(#edc87a -10%, #cccccc 75%);
}
.cid-ryhpKxr3Sf .container-full-width {
  position: relative;
}
.cid-ryhpKxr3Sf .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-ryhpKxr3Sf .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-ryhpKxr3Sf .layer path {
  fill: #ffffff;
}
@media (max-width: 700px) {
  .cid-ryhpKxr3Sf .text-content {
    background: linear-gradient(white -10%, lightgray 75%);
  }
}
@media (min-width: 576px) {
  .cid-ryhpKxr3Sf .text-content {
    width: 540px;
  }
  .cid-ryhpKxr3Sf .column-content {
    width: 100%;
  }
  .cid-ryhpKxr3Sf .layer {
    display: none;
  }
}
@media (min-width: 666px) {
  .cid-ryhpKxr3Sf .text-content {
    width: 540px;
  }
  .cid-ryhpKxr3Sf .column-content {
    width: 81%;
  }
  .cid-ryhpKxr3Sf .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-ryhpKxr3Sf .text-content {
    width: 620px;
  }
}
@media (min-width: 992px) {
  .cid-ryhpKxr3Sf .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-ryhpKxr3Sf .column-content {
    width: 50%;
  }
  .cid-ryhpKxr3Sf .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-ryhpKxr3Sf .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ryhpKxr3Sf .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-ryhpKxr3Sf .column-content {
    height: 33rem;
  }
}
.cid-ryhpKxr3Sf B {
  color: #e77339;
}
.cid-ryhpKxr3Sf h1 {
  font-size: 1.3rem;
  color: #e77339;
}
.cid-ryhpKxr3Sf strong {
  color: #e77339;
}
.cid-ryhpKxr3Sf .mbr-text,
.cid-ryhpKxr3Sf .mbr-section-btn {
  color: #232323;
}
.cid-ryhpKBLq3C {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
  background: linear-gradient(0deg, #e77339, #ffffff);
}
.cid-ryhpKBLq3C .image-block {
  margin: auto;
}
.cid-ryhpKBLq3C figcaption {
  position: relative;
}
.cid-ryhpKBLq3C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ryhpKBLq3C .image-block {
    width: 100% !important;
  }
}
.cid-ryhpKBLq3C DIV {
  color: #4284df;
}
.cid-ryhpKBLq3C a {
  font-size: 1.5rem;
  color: yellowgreen;
  text-shadow: 0 0 5px black;
}
.cid-ryhpKBLq3C a:hover {
  color: #e77339;
}
.cid-ryhpKBLq3C .pulsate {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
.cid-ryhpKDgeTH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ryhpKDgeTH .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-ryhpKDgeTH .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ryhpKDgeTH .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ryhpKDgeTH .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-ryhpKDgeTH .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-ryhpKDgeTH .icon-transition span:hover {
  background-color: #e77339;
}
.cid-ryhpKDgeTH .mbr-text {
  color: #b0aea2;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ryhpKDgeTH .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-ryhpKDgeTH .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-ryhpKDgeTH .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-ryhpKDgeTH .mbr-text A {
  color: #c1c1c1;
}
.cid-ryhpKDgeTH .mbr-text B {
  color: #b0aea2;
}
