*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /**cursor: url(bilder/favicon.png), auto;**/
    scroll-behavior: smooth;
    font-family: Montserrat, sans-serif;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Light.woff2') format('woff2'),
        url('Montserrat-Light.woff') format('woff'),
        url('Montserrat-Light.ttf') format('truetype'); 
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
:root{
    --white: #fff;
    --black: #2f2f2f;
    --red: #f83038;
    --blue: #3CBABD;
}
a{
    cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.error{
    text-align: center;
}
.error hr{
    margin: auto;
    width: 20%;
    color: var(--blue);
    background-color: var(--blue);
    height: 3px;
    border-width: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.load{
    display: none;
    position: fixed; 
    z-index: 1;
    left: 45%;
    top: 45%;
    width: 30%;
    height: 100%;
    overflow: auto;
    color: var(--main-color-button);
    max-width: 330px;
}
.load-content{
    background-color: #fefefe;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
}
.load-content .material-icons{
    font-size: 60px;
    left: 45%;
    top: 45%;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 35%;
    right: 35%;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--main-color);
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
/*.main{
    position: relative;
    min-height: 100vh;
    background: linear-gradient(white, white);
    justify-content: center;box_button_home
    align-items: center;
    flex-direction: column;
}
.main::before{
    content: "Mittelstand";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18vw;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.05);
}*/
.box{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    z-index: 0;
}
.box-1{
    height: calc( 100vh - 50px );
    background-image: url(bilder/AdobeStock_200971509.png);
    background-attachment: fixed;
    background-size: cover;
}
.box-2{
    margin-top: 10px;
    background: white;
}
.box-footer-2{
    margin-top: 10px;
    background: var(--blue);
}
.box-2 h1{
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20px;
}
.box-2 hr{
    margin: auto;
    width: 20%;
    color: var(--blue);
    background-color: var(--blue);
    height: 3px;
    border-width: 0px;
    margin-bottom: 10px;
}
.box-3 h1{
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20px;
}
.box-3 hr{
    margin: auto;
    width: 20%;
    color: var(--blue);
    background-color: var(--blue);
    height: 3px;
    border-width: 0px;
    margin-bottom: 60px;
}
.box-4 h1{
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20px;
}
.box-4 hr{
    margin: auto;
    width: 20%;
    color: var(--blue);
    background-color: var(--blue);
    height: 3px;
    border-width: 0px;
    margin-bottom: 60px;
}
.box-4{
    background: white;
}
.nav_header{
    background-color: #2f2c2c;
}
.nav_header .logo{
    float: left;
    color: white;
    padding-top: 7px;
    padding-left: 5px;
    line-height: 70px;
}
.nav_header::after{
    content: "";
    clear: both;
    display: table;
}
.nav_header ul{
    float: right;
    list-style: none;
    margin-right: 0 5px;
    position: relative;
}

.nav_header ul li{
    display: inline-block;
    background: #2f2c2c;
    margin: 0 5px;
    z-index: 2;
}
.nav_header ul li:hover > ul{
    opacity: 1;
    visibility: visible;
    top: 70px;
}
.nav_header ul li a{
    color: white;
    text-decoration: none;
    line-height: 70px;
    font-size: 18px;
    padding: 8px 15px;
}
.nav_header ul li a:hover{
    color: #3CBABD;
    border-radius: 5px;
    box-shadow: 0 0 5px #3CBABD, 0 0 5px #3CBABD;
}
.nav_header ul ul{
    position: absolute;
    top: 90px;
    opacity: 0;
    border-top: 3px solid #3CBABD;
    visibility: hidden;
    transition: top .3s;
}
.nav_header ul ul li{
    position: relative;
    margin: 0px;
    width: 220px;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.nav_header ul ul li a:hover{
    color: #3CBABD;
    box-shadow: none;
}
.show, .nav_header input[type="checkbox"], .icon{
    display: none;
}
.last{
    margin-right: 120px !important;
}
.face{
    margin: 20px auto;
    padding: 10px;
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #FFD800;
    display: flex;
    justify-content: center;
    align-items: center;
}
.face::before{
    content: '';
    position: absolute;
    top: 180px;
    width: 150px;
    height: 70px;
    background: #b57700;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    transition: 0.5s;
}
.face:hover::before{
    top: 210px;
    width: 150px;
    height: 20px;
    background: #b57700;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.eyes{
    position: absolute;
    top: 40px;
    display: flex;
}
.eyes .eye{
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    background: #fff;
    margin: 0 15px;
    border-radius: 50%;
}
.eyes .eye::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
}
.b1{
    width: 100%;
    max-height: 400px;
}
.keks{
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 365px;
    background: #fff;
    padding: 25px 25px 30px 25px;
    border-radius: 15px;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
    text-align: center;
    z-index: 900;
}
.keks.hide{
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}
::selection{
    color: #fff;
    background: #3CBABD;
}
.keks img{
    max-width: 90px;
}
.content header{
    font-size: 25px;
    font-weight: 600;
}
.content p{
    color: #858585;
    margin: 5px 0 20px 0;
}

footer{
    display: block;
    background: #2f2c2c;
    text-align: center;
}
footer ul{
    display: block;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 0px auto;
}
footer ul li{
    display: inline;
    font-size: 1em;
    line-height: 2.8em;
    color: #3CBABD;
    padding: 0em 0.625em 0em 0.625em;
}
footer ul li a{
    color: #3CBABD;
    text-decoration: none;
}
.content{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content h2{
    font-size: 5em;
    font-weight: 600;
    color: var(--black);
}
.content p{
    font-size: 1.5em;
    color: var(--black);
}
.box_button_home{
    border-radius: 2rem;
    border: none;
    padding: 1rem 3rem 1rem 7rem;
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
    color: var(--white);
    background-color: var(--black);
    z-index: 1;
}
.box_button_home::after{
    content: "";
    display: block;
    width: 3.9rem;
    height: 3.9rem;
    background-color: #3CBABD;
    border-radius: 2rem;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    transition: 250ms all;
}
.box_button_home:hover::after{
    width: 100%;
    right: 0;
}
.box_button_home i{
    width: 1.5rem;
    height: 1.5rem;
    z-index: 2;
    top: 1.3rem;
    left: 1.5rem;
    position: absolute;
}
.box_button_home span{
    z-index: 2;
    position: relative;
}
.box_button_home i{
    top: 1.2rem;
    left: 1rem;
}
.flexbox-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.flexbox-item {
    width: 300px;
    margin: 10px;
    background-color: white;
}
.flexbox-item p{
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.flexbox-item li{
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.flexbox-item h3{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.flexbox-item h2{
    font-size: 20px;
    font-weight: bold;
}

.flexbox-1{
    min-height: 300px;
}
.flexbox-1 a{
    text-decoration: none;
    color: var(--black);;
}
.flexbox-2{
    min-height: 300px;
}
.flexbox-2 a{
    text-decoration: none;
    color: var(--black);;
}
.flexbox-3{
    min-height: 300px;
}
.flexbox-3 a{
    text-decoration: none;
    color: var(--black);;
}
.flexbox-3{
    min-height: 300px;
}
.flexbox-4{
    min-height: 300px;
}
.flexbox-4 a{
    text-decoration: none;
    color: var(--black);
}
.ueber-content a{
    text-decoration: none;
    color: var(--black);
}
.ueber-content img{
    width: 100%;
    height: 100%;
}
.flexbox-7{
    min-height: 300px;
}
.flexbox-7 a{
    text-decoration: none;
    color: var(--black);
}
.flexbox-7 h2{
    font-size: 30px;
    font-weight: bold;
}
.flexbox-7 p{
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.flexbox-7 i{
    margin-bottom: 10px;
}
.flexbox-8{
    min-height: 300px;
    margin-left: 25px;
}
.flexbox-8 a{
    text-decoration: none;
    color: var(--black);
}
.flexbox-8 h2{
    font-size: 30px;
    font-weight: bold;
}
.flexbox-8 p{
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.flexbox-8 i{
    margin-bottom: 10px;
}
.flexbox-9{
    min-height: 300px;
    margin-left: 10px;
}
.flexbox-9 a{
    text-decoration: none;
    color: var(--black);
}
.flexbox-9 h2{
    font-size: 30px;
    font-weight: bold;
}
.flexbox-9 p{
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.flexbox-9 i{
    margin-bottom: 10px;
}
.flexbox-5{
    min-height: 300px;
    margin-left: 50px;
    min-width: 300px;
}
.flexbox-5-kontakt{
    min-height: 300px;
    margin-left: 50px;
    min-width: 600px;
}
.flexbox-5 ul{
    list-style-image: url(icon/star.png);
}
.flexbox-6{
    min-height: 300px;
    min-width: 300px;
    z-index: -1;
}
.flexbox-img-wws{
    background: url(bilder/AdobeStock_386511359.png);
    background-repeat: no-repeat;
    background-size: 50% 100%;
}
.home-icons{
    align-items: right;
    width: 50px;
    height: 50px;
}
.color-fa{
    color: var(--blue);
}
.scroll-down{
    height: 50px;
    width: 30px;
    border: 2px solid black;
    position: relative;
    left: 50%;
    bottom: 20px;
    border-radius: 50px;
    cursor: pointer;
    background-color: transparent;
    margin-top: 50px;
}
.scroll-down::after, .scroll-down::before{
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    border: 2px solid black;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -100%) rotate(45deg);
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 1s ease-in-out infinite;
}
.scroll-down::after{
    top: 30%;
}
.flexbox-container-footer{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.flexbox-container-footer-1{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.flexbox-footer-item{
    width: 200px;
    margin: 10px;
}
.flexbox-footer-1{
    color: white;
    min-height: 150px;
    margin-left: 200px;
}
.flexbox-footer-2{
    color: white;
    min-height: 150px;
    min-width: 600px;
    text-align: left;
    margin-top: 50px;
}
.flexbox-footer-2 a{
    text-decoration: none;
    font-weight: bold;
    color: white;
}
.flexbox-footer-3{
    color: white;
    min-height: 150px;
    min-width: 400px;
    text-align: center;
    margin-top: 50px;
    background-color: #2f2c2c;
}
.flexbox-footer-3 img{
    height: auto;
    width: 90%;
}
.flexbox-footer-4{
    color: white;
    min-height: 150px;
    min-width: 380px;
    margin-top: 50px;
    background-color: #2f2c2c;
}
.flexbox-footer-4 h2{
    text-align: center;
}
.flexbox-footer-4 li{
    color: white;
    text-align: left;
}
.ueber-content h2{
    font-size: 30px;
    font-weight: bold;
}
.ueber-content p{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}
.ueber-content hr{
    margin-top: 20px;
    width: 20%;
    color: var(--blue);
    background-color: var(--blue);
    height: 3px;
    border-width: 0px;
    margin-bottom: 20px;
}
.box-1-footer{
    background: #E5E5E5;
    min-height: 200px;
}
.box-1-footer h2{
    margin-top: 60px;
}
.tabbed figure { 
    display: inline-block;
}
.tabbed > input,
.tabbed figure > div {
    display: none;
}
.tabbed figure>div {
    padding: 20px;
    width: 50%;
    background: #fff;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #444;
}
#tab1:checked ~ figure .tab1, #tab2:checked ~ figure .tab2, #tab3:checked ~ figure .tab3, #tab4:checked ~ figure .tab4 { 
    display: inline-block; 
}
.nav_ueber label {
    padding: 15px 15px;
    background: white;
    color: black;
    display: inline-block;
}
.nav_ueber label:hover { 
    background: hsl(210,50%,40%); 
}
.nav_ueber label:active { 
    background: #ffffff; 
}
figure .tab1 p, figure .tab1 h2, figure .tab2 p, figure .tab2 h2, figure .tab3 p, figure .tab3 h2, figure .tab4 h2, figure .tab4 p{
    text-align: left;
}
figure .tab1 p, figure .tab2 p, figure .tab3 p, figure .tab4 p{
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}
figure .tab1 h2, figure .tab2 h2, figure .tab3 h2, figure .tab4 h2{
    font-size: 30px;
    font-weight: bold;
}
#tab1:checked ~ .nav_ueber label[for="tab1"], #tab2:checked ~ .nav_ueber label[for="tab2"], #tab3:checked ~ .nav_ueber label[for="tab3"], #tab4:checked ~ .nav_ueber label[for="tab4"]{
    background: var(--blue);
    color: #111;
    position: relative;
}
#tab1:checked ~ .nav_ueber label[for="tab1"] .color-fa, #tab2:checked ~ .nav_ueber label[for="tab2"] .color-fa, #tab3:checked ~ .nav_ueber label[for="tab3"] .color-fa, #tab4:checked ~ .nav_ueber label[for="tab4"] .color-fa{
    color: #111;
}
#tab1:checked ~ .nav_ueber label[for="tab1"]:after .color-fa, #tab2:checked ~ .nav_ueber label[for="tab2"]:after .color-fa, #tab3:checked ~ .nav_ueber label[for="tab3"]:after .color-fa, #tab4:checked ~ .nav_ueber label[for="tab4"]:after .color-fa{
    color: var(--blue);
} 
#tab1:checked ~ .nav_ueber label[for="tab1"]:after, #tab2:checked ~ .nav_ueber label[for="tab2"]:after, #tab3:checked ~ .nav_ueber label[for="tab3"]:after, #tab4:checked ~ .nav_ueber label[for="tab4"]:after {
    content: "";
    display: block;
    position: fixed;
    height: 2px;
    width: 100%;
    background: white;
    left: 0;
    bottom: -1px;
}
.buttons button{
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #FCBA7F;
    cursor: pointer;
    transition: all 0.3s ease;
}
.buttons button:hover{
    transform: scale(0.97);
}
.buttons .item{
    margin: 0 10px;
}
.buttons a{
    color: #FCBA7F;
}
.content_cookies {
    z-index: 4;
}
.content_cookies header{
    font-size: 25px;
    font-weight: 600;
}
.content_cookies{
    margin-top: 10px;
}
.content_cookies p{
    color: #858585;
    margin: 5px 0 20px 0;
}
.content_cookies .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexbox-img-vz{
    background: url(bilder/AdobeStock_300167344.png);
    background-repeat: no-repeat;
    background-size: 50% 100%;
}
.uk-1{
    width: 50%;
    text-align: left;
}
.uk-1 p{
    text-align: left;
}
.button_dione {
	background: none;
	font-family: obvia, sans-serif;
	font-weight: 500;
	font-style: italic;
	padding: 1.5rem 3rem;
}

.button_dione span {
	display: inline-block;
	position: relative;
	color: var(--blue);
}

.button_dione::before {
	content: '';
	background: white;
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}

.button_dione:hover::before {
	transform: scale3d(0.9, 0.8, 1);
}

.button_dione::after {
	content: '';
	border: 1px solid var(--blue);
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
	border-radius: 0px;
	transform: scale3d(0.85, 0.65, 1);
}

.button_dione:hover::after {
	transform: scale3d(1,1,1);
}
.button_dione_footer {
	background: none;
	font-family: obvia, sans-serif;
	font-weight: 500;
	font-style: italic;
	padding: 1.5rem 3rem;
}

.button_dione_footer span {
	display: inline-block;
	position: relative;
	color: var(--blue);
}

.button_dione_footer::before {
	content: '';
	background: white;
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}

.button_dione_footer:hover::before {
	transform: scale3d(0.9, 0.8, 1);
}

.button_dione_footer::after {
	content: '';
	border: 1px solid white;
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
	border-radius: 0px;
	transform: scale3d(0.85, 0.65, 1);
}

.button_dione_footer:hover::after {
	transform: scale3d(1,1,1);
}
.button {
	pointer-events: auto;
	cursor: pointer;
	background: #e7e7e7;
	border: none;
	padding: 1.5rem 3rem;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fb-lang{
    min-width: 500px;
}
.fb-lang-kontakt{
    min-width: 500px;
}
.ag-text p{
    text-align: left;
}
.flexbox-img-ag{
    background: url(bilder/logos_raute_l.png);
    background-repeat: no-repeat;
    /*background-size: 40% 90%;*/
}
.form-box{
    position: relative;
    width: 100%;
}
.form-box .row50{
    display: flex;
    gap: 20px;
}
.login-box{
    position: relative;
    width: 50%;
    text-align: center;
}
.login-box .row50{
    display: flex;
    gap: 20px;
}
.input-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}
.input-box2{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
}
.form-box .row100 .input-box{
    width: 100%;
}
.form-box .row100 .input-box2{
    width: 100%;
}
.input-box span{
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}
.input-box2 span{
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}
.input-box input, .input-box select{
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid black;
}
.input-box2 input, .input-box select{
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid black;
}
.input-box textarea{
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid black;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
}
.input-box input[type="submit"]{
    background: var(--blue);
    color: #fff;
    border: none;
    font-size: 1.1em;
    max-width: 320px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 15px;
}
.input-box::placeholder{
    color: #999;
}
.input-box a{
    color: var(--blue);
}
.container_cb {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_cb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.container_cb:hover input ~ .checkmark {
    background-color: #ccc;
}
.container_cb input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container_cb input:checked ~ .checkmark:after {
    display: block;
}
.container_cb .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container_mf {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_mf input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark_mf {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.container_mf:hover input ~ .checkmark_mf {
    background-color: #ccc;
}
.container_mf input:checked ~ .checkmark_mf {
    background-color: #2196F3;
}
.checkmark_mf:after {
    content: "";
    position: absolute;
    display: none;
}
.container_mf input:checked ~ .checkmark_mf:after {
    display: block;
}
.container_mf .checkmark_mf:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
} 
.home-text-mitte h1{
    margin-top: 200px;
    margin-bottom: 20px;
} 
.ds-ip{
    text-align: left;
}
.margin-top-flexbox-img{
    margin-top: 20px;
}
.card-container{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
}
.card-container .card{
    position: relative;
    flex: 1 0 33%;
    max-width: 300px;
    height: 400px;
    width: 300px;
    max-height: 400px;
    background: rgba(255,255,255,0.05);
    margin: 20xp;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    margin-right: 20px;
}
.card-container .card .card-content{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
    opacity: 0.5;
    transition: 0.5s;
}
.card-container .card:hover .card-content{
    opacity: 1;
    transform: translateY(-20px);
}
.card-container .card .card-content .imgBx{
    position: relative;
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid rgba(0,0,0,0.25);
}
.card-container .card .card-content .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-container .card .sci{
    position: absolute;
    bottom: 50px;
    display: flex;
}
.card-container .card:hover .sci li{
    transform: translateY(0px);
    opacity: 1;
}
.card-container .card .sci li{
    list-style: none;
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
}
.card-container .card .card-content .card-text h2{
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px 0 10px;
    line-height: 1.1em;
}
.card-container .card .card-content .card-text p{
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 10px 0 10px;
    line-height: 1.1em;
}

.modal-content h2,
.modal-content p{
    color: #524aec;
}
.modal-content {
    padding: 20px;
    border: 1px solid #888;
}
.modal-content{
    background-color: #fff;
}
.modal{
    display: none;
    position: fixed; 
    z-index: 1;
    left: 40%;
    top: 6%;
    width: 30%;
    height: 85%;
    overflow: auto;
    color: #524aec;
}
#close{
    color: #524aec;
    float: right;
    font-size: 28px;
    font-weight: bold;
}  
button{
    cursor: pointer;
    margin-top: 0.3rem;
    background-color: #524aec;
    border-radius: 10px;
    font-size: .9rem;
    padding: .3rem 1rem;
    color: #fff;
    border: 1px solid #524aec;
}
button a{
    color: #fff !important;
}
@keyframes scroll-down{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        top: 90%;
    }
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}  
@media all and (max-width: 1000px){
    .flexbox-img-wws, .flexbox-img-vz, .flexbox-img-ag{
        background-size: 100% 50%;
    }
}
@media all and (max-width: 750px){
    .box_button_home{
        font-size: 1.3rem;
    }
    .box_button_home::after{
        width: 3.5rem;
        height: 3.5rem;
    }
    .tabbed figure>div{
        width: 85%;
    }
    .uk-1{
        width: 85%;
    }
    .flexbox-item li{
        font-size: 20px;
    }
    .content h2{
        color: var(--white);
        font-size: 3em;
        font-weight: 400;
    }
    .content p{
        color: var(--white);
    }
    .nav_header ul{
        margin-right: 0px;
        float: left;
    }
    .nav_header .logo{
        padding-left: 30px;
    }
    .nav_header ul li, nav ul ul li{
        display: block;
        width: 100%;
    }
    .nav_header ul ul{
        top: 70px;
        position: static;
        border-top: none;
        float: none;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .show{
        display: block;
        color: white;
        font-size: 18px;
        padding: 0 20px;
        line-height: 70px;
        cursor: pointer;
    }
    .show:hover{
        color: #3CBABD;
    }
    .icon{
        display: block;
        color: white;
        position: absolute;
        right: 40px;
        line-height: 70px;
        font-size: 25px;
        cursor: pointer;
    }
    .nav_header ul li a:hover{
        box-shadow: none;
    }
    .show + a, .nav_header ul{
        display: none;
    }
    [id^=btn]:checked + ul{
        display: block;
    }
    .nav_header ul ul a{
        padding-left: 40px;
    }
    .nav_header ul ul li{
        border-bottom: 0px;
    }
    .flexbox-1 p{
        color: var(--black);
    }
    .flexbox-1 h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .flexbox-2 p{
        color: var(--black);
    }
    .flexbox-2 h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .flexbox-3 p{
        color: var(--black);
    }
    .flexbox-3 h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .flexbox-4 p{
        color: var(--black);
    }
    .flexbox-4 h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .flexbox-5 p{
        color: var(--black);
    }
    .flexbox-5 h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .flexbox-5 li{
        color: var(--black);
    }
    .flexbox-5 ul{
        color: var(--black);
    }
    .flexbox-5 h3{
        color: var(--black);
        font-size: 1.5em;
        font-weight: 400;
    
    }
    .flexbox-5-kontakt p{
        color: var(--black);
    }
    .flexbox-5-kontakt h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .flexbox-5-kontakt li{
        color: var(--black);
    }
    .flexbox-5-kontakt ul{
        color: var(--black);
    }
    .flexbox-5-kontakt h3{
        color: var(--black);
        font-size: 1.5em;
        font-weight: 400;
    }
    .flexbox-img-wws, .flexbox-img-vz{
        background-size: 100% 30%;
    }
    .flexbox-img-ag{
        background-size: 50% 20%;
        background-position: center top;
    }
    .flexbox-7 p{
        color: var(--black);
    }
    .flexbox-7 h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .flexbox-8 p{
        color: var(--black);
    }
    .flexbox-8 h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .flexbox-9 p{
        color: var(--black);
    }
    .flexbox-9 h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .box-2 h1{
        font-size: 3em;
        font-weight: 400;
    }
    .box-1-footer h2{
        margin-top: 30px;
    }
    .ueber-content{
        color: var(--black);
    }
    .flexbox-footer-item img{
        max-width: 350px;
        max-height: 200px;
        margin-left: 40px;
    }
    .ueber-content h2{
        color: var(--black);
        font-size: 2em;
        font-weight: 400;
    }
    .ueber-content p{
        color: var(--black);
    }
    .flexbox-footer-3, .flexbox-container-footer-2{
        min-width: 390px;
    }
    .flexbox-footer-2{
        min-width: 390px;
    }
    .flexbox-footer-item{
        margin-left: 10px;
    }
    .flexbox-footer-3{
        margin-top: 10px;
    }
    .flexbox-footer-3 h2{
        margin-left: 20px;
    }
    .input-box{
        width: 80%;
    }
    .form-box .row50{
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .form-box .row100 .input-box{
        width: 80%;
    }
    .flexbox-5-kontakt{
        min-width: 350px;
    }
    .fb-lang-kontakt{
        min-width: 300px;
        max-width: 300px;
    }
    .ag.text{
        align-items: center;
        align-content: center;
    }
    .home-text-mitte h1{
        margin-top: 100px;
    } 
    .card-container .card{
        margin-right: 5px;
        margin-bottom: 10px;
    }
}