
* { margin: 0; padding: 0; scroll-behavior: smooth; box-sizing: border-box; outline: 0; font-family: 'Open Sans', sans-serif; }
body, html { scroll-behavior: smooth; }
p {margin-bottom: 15px;}
header{ margin: 0 0 30px 0; }
header a { margin: 2% 0 0 0;}
.web_info{margin-bottom:50px;}
.web_info_img img{width:100%;}
.card-content {gap:100px;}
.card-content img{margin-bottom:20px;}
.card-content_left img{width:auto;height:255px;object-fit:cover;}
.page-header {margin: 0 0 2% 0;}
.box p { word-break: break-word; margin-bottom: 15px; }
.datenschutz a, .impressum a { word-break: break-all; }
footer { background: #444444; padding: 2% 0; }
footer li { list-style-type: none; }
footer a { color: #fff; text-decoration: none; }

@media(max-width:567px){
	.card-content{flex-direction:column;gap:40px;}
	.card-content img{display:block;margin:auto auto 20px auto;}
}
