* {
    padding: 0;
    margin: 0;
}

@import url('//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    font-family: 'Roboto', sans-serif;
}

.container {
    margin: 0 15px;
}

/* header */
header {
    height: 60px;
    background-color: #ffffff;
    border-bottom: 1px solid #C4C4C4;
    ;
}

.ph-left {
    height: 60px;
    display: flex;
    float: left;
    align-items: center;
}

.ph-right {
    height: 60px;
    display: flex;
    align-items: center;
    float: right;
}

.main-menu {
    display: flex;
    list-style: none;
}

.main-menu li {
    margin-right: 20px;
}


.main-menu li a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #E14E56;
}
.menu-langues{
    display: none;
    list-style: none;
}
.ph-right ul li :hover ul {
    display: block !important;
}


/* end-header */
/* main */

#page-main {
    background-color: #E5E5E5;
    padding: 50px 0;
}

.head-main {
    text-align: center;
    margin: 20px 0;
}

.head-main h1 {
    margin-bottom: 30px;
}

.head-main p {
    font-size: 18px;
    line-height: 28px;
}

.head-main-form {
    padding: 45px 0;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
    justify-content: center;
}
#sbform{
	max-width: 800px;
	width:100%;
	margin-bottom:25px;
}
.head-main-form .input {
    padding: 10px;
    width: 100%;
    max-width: 780px;
    border: 1px solid #353535;
    box-sizing: border-box;
    border-radius: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.head-main-form .btn {
    padding: 10px 20px;
    background: #E14E56;
    border-radius: 15px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-wrap:wrap;
}

.icont-button {
    margin-top: 40px;
    text-align: center;
}

.mu-features {
    margin: 50px 0;
}

.mu-features .mu-features-title,
.mu-faqs .mu-faqs-title,
.mu-manual .mu-manual-title, 
.mu-blog .mu-blog-header {
    text-align: center;
}

.mu-features .mu-features-title h2,
.mu-faqs .mu-faqs-title h2,
.mu-manual .mu-manual-title h2,
.mu-blog .mu-blog-header h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
    line-height: 34px;
    color: #231325;
    margin: 20px 0;

}

.mu-features .mu-features-title p,
.mu-faqs .mu-faqs-title p,
.mu-manual .mu-manual-title p,
.mu-blog .mu-blog-header p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #231325;
}

.mu-features-content {
    display: block;
}

.mu-features-content .mu-features-content-item {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mu-features-content .mu-features-content-item .items-top {
    background-color: #EDEDED;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.mu-features-content .mu-features-content-item .items-title {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin-left: 0px;
}

.mu-features-content .mu-features-content-item .items-title h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #E14E56;
    margin-bottom: 20px;
    text-align: center;
}

.mu-features-content .mu-features-content-item .items-title p {
    color: #231325;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;

}

.list-faqs {
    margin: 40px 0;
    list-style: none;
}

.list-faqs li {
    min-height: 80px;
    border-radius: 10px;

    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.list-faqs li .list-faqs-items {
    border-radius: 10px;
    width: 100%;
}

.list-faqs li a {
    background: #FFFFFF;
    padding: 15px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #231325;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;

}

.list-faqs-items {
    border: 1px solid #CCCCCC;
}

.list-faqs li a span {
    margin-left: 10px;
}

.list-faqs li p {
    padding: 20px;
    background-color: #e5e5e5;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-radius: 10px;
    display: none;
}

.list-faqs li a svg:last-child {
    display: none;
}

.list-faqs .open-faqs a svg:last-child {
    display: block !important;
}

.list-faqs .open-faqs a svg:first-child {
    display: none !important;
}

.list-faqs .open-faqs p {
    display: block !important;
}

.mu-manual-content {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mu-manual-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #E14E56;
}

.mu-manual-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}

.mu-manual-content img {
   width: 100%;
    max-width: 700px;
    height: auto;
    margin: 20px 0;
}
.read-more-wrap .hide {
        display: none
    }

    .read-more-wrap a {
        text-decoration: none;
    }
	
    .read-more-wrap .show:before {
        content: "Mehr sehen";
    }

    .read-more .show:before {
        content: "verbergen" !important;
    }

    .read-more .drei-Punkte {
        display: none;
    }

    .read-more .hide {
        display: initial !important;
    }
	.mu-manual-show-bt {
		text-decoration: none;
		margin-top: 20px;
		background: #e14e56;
		color: #FFF;
		padding: 10px;
		border-radius: 10px;
	}
	.mu-manual-show-bt:before{
		content:"Mehr sehen";
	}
	.mu-manual-opent .mu-manual-show-bt:before{
		content:"verbergen" !important;
	}
	.mu-manual-opent .mu-manual-content-t{
		height:auto !important;
	}
	.mu-manual-content-t {
		overflow: hidden;
		height: auto;
	}
/* profile */
.profile-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.profile-content .profile-content-left {
    display: flex;
    flex-direction: column;
    /* margin-right: 50px; */
    margin-bottom: 50px;
}

.profile-content .profile-content-right h2 {
    font-weight: 500;
    font-size: 29px;
    line-height: 34px;
    color: #231325;
    margin-bottom: 36px;
}

.profile-content .profile-content-right span {
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    color: #231325;
}

.profile-content .profile-content-right .btn-user {
    margin-left: 30px;
    background: #4D4D4E;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;

    color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    width: 120px;
}

.profile-content .profile-content-left .btn-download {
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    background: #E14E56;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.profile-content-fl {
    margin: 30px 0;
}

.profile-content .profile-content-right .profile-content-fl .fl-firt {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #231325;
}

.profile-content .profile-content-right .profile-content-fl .fl-last {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #231325;
    margin-right: 30px;
}

.profile-content .profile-content-right .profile-content-user h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #231325;
    margin-bottom: 20px;
}


.profile-content .profile-content-right .profile-content-user span {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #231325;
    display: block;
}

.profile-content .profile-content-right .profile-content-user a {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #0095F6;
    text-decoration: none;
    margin-top: 20px;
}
.mu-blog {
    display: block;
    margin-top: 50px;
}
.blog-items {
    list-style: none;
    margin: 0px -25px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.blog-items li{
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
}
.blog-items li a{
    text-decoration: none;
    
}

.blog-items li a img{
    width: 100%;
}
.blog-items li a .blog-items-title p{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #231325;
    padding: 10px;
}
/* end-profile */
.breadcrumbs a {
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #E14E56;
}
.breadcrumbs span {
    margin: 0 5px;
    font-size: 12px;
    line-height: 14px;
    color: #231325;
}
/* content */
.content-title {
    max-width: 727px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.content-title h1 {
    font-weight: bold;
font-size: 29px;
line-height: 42px;
text-align: center;
color: #231325;
margin-bottom: 30px;
}
.content-title span {
    font-weight: normal;
font-size: 16px;
line-height: 28px;
color: #707070;
text-align: center;
margin-right: 40px;
}
.content-sg {
    max-width: 612px;
    width: 100%;
    margin: 20px auto;
    
}
.content-sg p{
    font-weight: normal;
font-size: 16px;
line-height: 28px;
margin-bottom: 20px;
}
.content-sg img {
    width: 100% ;
}
.content-sg h3 {
    font-weight: normal;
font-size: 32px;
line-height: 42px;
color: #000000;
margin: 20px 0;
}
.mu-blog-header h3 {
    text-align: justify;
    margin-top: 20px;
}
.content-policy h1{
    font-weight: bold;
font-size: 32px;
line-height: 37px;
color: #231325;
margin: 30px 0;
}
.content-policy h3{
    font-weight: 600;
font-size: 24px;
line-height: 28px;
color: #231325;
margin: 20px 0;
}
.content-policy p {
    font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #231325;
margin-bottom: 20px;
}
.contact-form input[type=text],
.contact-form select, 
.contact-form input[type=email],
.contact-form textarea {
    width: 350px; 
    padding: 10px 12px;
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px;
    resize: vertical ;
  }
  
  
  .contact-form input[type=submit] {
    background-color: #E14E56;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
 
  .contact-form input[type=submit]:hover {
    background-color: #45a049;
  }
/* end-content */
/* end-main */

/* footer */
footer {

    background-color: #3D3D3D;
}

.main-ft {
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-left {
    display: flex;
	margin-bottom:15px
}

.footer-left p {
    color: #ffffff;
    margin-left: 1px;
    font-size: 16px;
    line-height: 19px;
}

.footer-right ul {
    list-style: none;
    display: flex;
}

.footer-right ul li {
    margin-left: 32px;
}

.footer-right ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.loader {
  border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 5px;
    height: 5px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    margin-right: 20px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* end-footer */
@media (min-width: 414px) {}

@media (min-width: 600px) {}

@media (min-width: 768px) {
    .mu-features-content .mu-features-content-item .items-title {
        margin-left: 50px;
    }

    
    .blog-items li {
        width: 50%;
        box-sizing: border-box;
        padding: 0 25px;

    }
}

@media (min-width: 1024px) {
    .list-faqs {
        display: flex;
        margin: 0 -15px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .list-faqs li {
        width: 50%;
        padding: 15px;
    }
    .profile-content-left {
        margin-right: 50px;
    }
}

@media (min-width: 1280px) {
	.blog-items li:hover {
    	transform: scale(1.05);
	}
    .container {
        width: 100%;
        max-width: 1170px;
        margin: auto;
    }

    .mu-features-content .mu-features-content-item {
        width: 33.33%;
        align-items: flex-end;
    }

    .mu-features-content {
        display: flex;
		margin: 0 -20px;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
    }

    .mu-features-content .mu-features-content-item {
        width: 33.33%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }
	.cts-4{
		width:50% !important;
	}

    .mu-features-content .mu-features-content-item .items-title {
        margin: 20px 0;
    }

/*     .mu-manual-content .mu-manual-content-t {
        text-align:center;
    } */

    .mu-manual-content .mu-manual-content-bt {
        max-width: 60%;
        margin-left: 30px;
        margin-top: 20px;
    }
    .blog-items li {
        width: 33.33%;
        box-sizing: border-box;
        padding: 0 25px;

    }
}
@media (max-width: 650px) {
	.footer-right ul li{
		margin:0;
		margin-top:10px;
		width: 50%;
	}
	.footer-right ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
	.main-ft{
		height:auto !important;
	}
}