@charset "UTF-8";
/* Body */
body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-style: normal;
	font-weight: 200;
    max-width: 1450px;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 7%;
	background-color: #FFFFFF;
}

@media (min-width: 450px) {
nav {
	float: right;
	width: 60%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
    margin-top: 11px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #cb1240;
	text-decoration: none;
}
ul li:hover a {
	color: #666466;
} 
}

@media (max-width: 450px) {
nav {
	visibility: hidden;
}
header nav ul {
	visibility: hidden;
}
nav ul li {
	visibility: hidden;
}
ul li a {
	visibility: hidden;
}
ul li:hover a {
	visibility: hidden;
} 
}
    
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}
/* Hero Section */
.hero {
	padding-top: 150px;
	padding-bottom: 50px;
    margin-bottom: 18em;
    margin-top: 3em;
    background-image: url("../images/header_leistungen/allgemein.png");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_categories {
	background-color: #cb1240;
	padding-top: 50px;
	padding-bottom: 45px;
    margin-bottom: 30em;
    margin-top: 3em;
    background-image: url("../images/leistungen/auftragskunst_leistung.png");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_categories1 {
	background-color: #cb1240;
	padding-top: 50px;
	padding-bottom: 45px;
    margin-bottom: 30em;
    margin-top: 3em;
    background-image: url("../images/header_leistungen/markenaufbau.png");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_categories2 {
	background-color: #cb1240;
	padding-top: 50px;
	padding-bottom: 45px;
    margin-bottom: 30em;
    margin-top: 3em;
    background-image: url("../images/header_leistungen/druckprodukte.png");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_categories3 {
	background-color: #cb1240;
	padding-top: 50px;
	padding-bottom: 45px;
    margin-bottom: 30em;
    margin-top: 3em;
    background-image: url("../images/header_leistungen/werbeartikel.png");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_categories4 {
	background-color: #cb1240;
	padding-top: 50px;
	padding-bottom: 45px;
    margin-bottom: 30em;
    margin-top: 3em;
    background-image: url("../images/header_leistungen/handwerk.png");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_categories5 {
	background-color: #cb1240;
	padding-top: 50px;
	padding-bottom: 45px;
    margin-bottom: 30em;
    margin-top: 3em;
    background-image: url("../images/header_leistungen/tierportraet.png");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_categories6 {
	background-color: #cb1240;
	padding-top: 50px;
	padding-bottom: 45px;
    margin-bottom: 30em;
    margin-top: 3em;
    background-image: url("../images/header_leistungen/auftragskunst.png");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


.hero-seiten {
	background-color: #cb1240;
	padding-top: 50px;
	padding-bottom: 45px;
    margin-bottom: 30em;
    margin-top: 3em;
    background-image: url("../images/header_leistungen/allgemein.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.tagline {
    font-size: 20px;
	text-align: center;
	color: #fff;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
    background-color: #cb1240;
    border-top: solid white medium;
    border-bottom: solid white medium;
    padding: 1em 0;
    font-weight: bold;
}

.tagline_categories{
    font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 105px;
    margin-bottom: -45px;
	text-transform: uppercase;
	letter-spacing: 1px;
    background-color: #cb1240;
    border-top: solid white medium;
    padding: 1em 0;
    font-weight: bold;
}

@media (max-width: 400px) {
    .tagline{
    font-weight: bold;
}
}

@media (max-width: 400px) {
    .tagline_categories{
    font-weight: bold;
}
}


/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}

@media (min-width: 1150px){
    footer {
    margin-left: 15%;
    margin-right: 15%;
}
}

@media (max-width: 1150px){
    footer {
    margin-left: 10%;
    margin-right: 10%;
}
}

.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
	float: left;
}

@media (min-width: 750px)and (max-width: 1050px) {
    .footer_column {
    
}
}

@media (min-width: 500px)and (max-width: 750px) {
    .footer_column {
        margin-left: 5%;
        display: block;
        width: 90%;
}
}

@media (max-width: 500px) {
    .footer_column {
        display: block;
        width: 100%;
}
}

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #cb1240;
    background-color: rgba(255,255,255,0.95);
	transition: all 0.2s linear;
}

.button:hover {
	background-color: #FEFEFE;
	color: #666466;
	cursor: pointer;
}

.copyright {
    width: 100%;
    margin: 0.2em auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #cb1240;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.datenschutz {
    width: 100%;
    margin: 1em auto;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #cb1240;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.footer_banner {
	background-color: #cb1240;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
    margin-top: 2em;
    background-image: url("../images/header_leistungen/allgemein.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer_banner1 {
	background-color: #cb1240;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
    margin-top: 2em;
    background-image: url("../images/header_leistungen/markenaufbau.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer_banner2 {
	background-color: #cb1240;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
    margin-top: 2em;
    background-image: url("../images/header_leistungen/druckprodukte.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer_banner3 {
	background-color: #cb1240;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
    margin-top: 2em;
    background-image: url("../images/header_leistungen/werbeartikel.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer_banner4 {
	background-color: #cb1240;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
    margin-top: 2em;
    background-image: url("../images/header_leistungen/handwerk.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer_banner5 {
	background-color: #cb1240;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
    margin-top: 2em;
    background-image: url("../images/header_leistungen/tierportraet.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer_banner6 {
	background-color: #cb1240;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
    margin-top: 2em;
    background-image: url("../images/header_leistungen/auftragskunst.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

footer {
	display: inline-block;
}


/* Mobile */
@media (max-width: 320px) {

.banner {
	background-color: #cb1240;
	background-image: none;
}

.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
    
}
}

/* Small Tablets */
@media (min-width: 450px)and (max-width: 815px) {
 
.container header nav {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #FFFFFF;
    padding-bottom: 10px;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
}

.banner {
	padding-left: 20px;
	padding-right: 20px;
}

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

.banner {
	margin-top: 50px;
	padding-top: 0px;
}
}









.text{
    margin-right: 10%;
    margin-left: 10%;
    border-left: medium;
    border-left-color: #cb1240;
    border-left-style: solid;
    padding-left: 30px;
}

@media (min-width: 700px) {
    .text {
        margin-left: 25%;
        margin-right: 25%;
    }
}


@media (min-width: 350px)and (max-width: 700px) {
    .text {
        margin-left: 15%;
        margin-right: 15%;
    }
}




.headline {
    margin-top: -3em;
    color: #cb1240;
}

@media (min-width: 350px){
    .headline {
    font-size: 40px;
}
}

@media (max-width: 350px){
    .headline {
    font-size: 30px;
}
}

@media (max-width: 400px) {
    .headline {
    font-weight: bold;
}
}


.einleitung {
    margin-bottom: 6em;
    color: #666466;
}

@media (min-width: 350px){
    .einleitung {
    line-height: 30px;
    font-size: 20px;
}
}

@media (max-width: 350px){
    .einleitung {
    line-height: 22px;
    font-size: 16px;
}
}

@media (max-width: 400px) {
    .einleitung {
    font-weight: bold;
}
}



/* Muster-Zeilen */
.zeile-oben {
    width: 100%;
    height: auto;
    margin-top: 0.5em;
    margin-bottom: 30px;
}

.zeile {
    width: 100%;
    height: auto;
    margin-top:3em;
    margin-bottom:3em;
}

.zeile-leistungen-oben {
    width: 100%;
    height: auto;
    margin-top: 1em;
}

.zeile-leistungen-unten {
    width: 100%;
    height: auto;
    margin-top:-200px;
    margin-bottom:1em;
}

.zeile-uebermich-oben {
    width: 100%;
    height: auto;
    margin-top: 1em;
}

.zeile-uebermich-unten {
    width: 100%;
    height: auto;
    margin-top:-30px;
    margin-bottom: 50px;
}

.zeile-kontakt-oben {
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom:0.5em;
}

.zeile-kontakt-unten {
    width: 100%;
    height: auto;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.zeile-categories-o {
    width: 100%;
    height: auto;
    margin-bottom: 110px;
    margin-top: 0px;
}

.zeile-categories-u {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: -20px;
}

.zeile-aktuelles-o {
    width: 100%;
    heigth: auto;
    margin-top: -1em;
    
}

.zeile-aktuelles-u {
    width: 100%;
    heigth: auto;
}




.extro {
    margin-top: 100px;
    margin-bottom: 100px;
    color: #666466;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
}

@media (min-width: 1150px){
    .extro {
    text-align: left;
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
    border-left-style: solid;
    border-left-width: medium;
    border-left-color: #cb1240;
    padding-left: 25px;
}
}

@media (min-width: 700px)and (max-width: 1150px){
    .extro {
    text-align: left;
    margin-left: 17%;
    margin-right: 17%;
    width: 70%;
    border-left-style: solid;
    border-left-width: medium;
    border-left-color: #cb1240;
    padding-left: 25px;
}
}

@media (min-width: 450px)and (max-width: 700px){
    .extro {
    text-align: left;
    margin-left: 13%;
    margin-right: 6%;
    width: 70%;
    border-left-style: solid;
    border-left-width: medium;
    border-left-color: #cb1240;
    padding-left: 25px;
}
}

@media (min-width: 350px)and (max-width: 450px){
    .extro {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    border-left-style: solid;
    border-left-width: medium;
    border-left-color: #cb1240;
    padding-left: 25px;
}
}

@media (max-width: 400px) {
    .extro {
    font-weight: bold;
}
}

@media (max-width: 350px){
    .extro {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: #cb1240;
    padding-top: 25px;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #cb1240;
    padding-bottom: 25px;    
}
}



footer1 {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}

footer1 {
	display: inline-block;
}



/* text_categories */
@media (min-width: 450px){
    .text_categories {
    margin-right: 25%;
    margin-left: 25%;
    border-left: medium;
    border-left-color: #cb1240;
    border-left-style: solid;
    padding-left: 40px;
}
}

@media (max-width: 450px){
    .text_categories {
    font-size: 16px;
}
}



.headline-seiten {
    text-align: left;
    margin-top: -12em;
    margin-bottom: 1.5em;
    font-size: 30px;
    color: #cb1240;
}

@media (max-width: 450px) {
    .headline-seiten {
    margin-left: 10%;
    margin-right: 10%;
}
}

@media (max-width: 400px) {
    .headline-seiten{
    font-weight: bold;
}
}

.headline_categories {
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 1.5em;
    font-size: 25px;
    color: #cb1240;
}

@media (min-width: 800px){
.headline_categories {
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 1.5em;
    font-size: 25px;
    color: #cb1240;
    border-left: medium;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-right: medium;
    border-right-color: #cb1240;
    border-right-style: solid;
}
}

.portfolio_categories{
    margin-right: 25%;
    margin-left: 25%;
    border-left: medium;
    border-left-color: #cb1240;
    border-left-style: solid;
    padding-left: 30px;
    border-right: medium;
    border-right-color: #cb1240;
    border-right-style: solid;
    padding-right: 30px;
     text-align: center;
    margin-bottom: 1.5em;
    font-size: 30px;
    color: #cb1240;
}

.einleitung_categories {
    margin-bottom: 6em;
    color: #666466;
    font-style: normal;
    text-align: left;
    line-height: 25px;
}

@media (min-width: 450px) {
    .einleitung_categories {
    font-size: 18px;
}
}

@media (max-width: 450px) {
    .einleitung_categories {
    font-size: 16px;
    margin-left: 10%;
    margin-right: 10%;
    border-left: medium #cb1240 solid;
    padding-left: 25px;
}
}

@media (max-width: 400px) {
    .einleitung_categories {
    font-weight: bold;
}
}



.hero-unten {
	padding-top: 70px;
	padding-bottom: 70px;
    margin-top: 9em;
    margin-bottom: 9em;
    background-image: url("../images/a_toskana.png");
    background-size: cover;
}


.aufgaben-titel {
    text-align: center;
    color: #fff;
    margin-top: 90px;
    margin-bottom: 30px;
    background-color: #cb1240;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 350px)and (max-width: 500px){
    .aufgaben-titel {
    font-size: 35px;
    margin-left: 8%;
    margin-right: 8%;
}
}

@media (max-width: 350px){
    .aufgaben-titel {
    font-size: 25px;
    margin-left: 8%;
    margin-right: 8%;
}
}

@media (min-width: 500px){
    .aufgaben-titel {
    font-size: 35px;
    margin-left: 20%;
    margin-right: 20%;
}
}

@media (max-width: 400px) {
    .aufgaben-titel {
    font-weight: bold;
}
}


.sub-text {
    text-align: center;
    color: #cb1240;
    margin-top: 160px;
    margin-bottom: 0px;
}

@media (min-width: 350px)and (max-width: 500px){
    .sub-text {
    font-size: 35px;
    margin-left: 8%;
    margin-right: 8%;
}
}

@media (max-width: 350px){
    .sub-text {
    font-size: 25px;
    margin-left: 8%;
    margin-right: 8%;
}
}

@media (min-width: 500px){
    .sub-text {
    font-size: 35px;
    margin-left: 20%;
    margin-right: 20%;
}
}

@media (max-width: 400px) {
    .sub-text {
    font-weight: bold;
}
}




.social-media {
    margin-top: 28px;
    margin-bottom: -2px;
    background-color: #cb1240;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    
}

.news-updates {
    margin-top: 5px;
    margin-bottom: -10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}




.ueberschrift {
    color: #cb1240;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: auto;
    font-size: 20px;
}

@media (min-width: 1150px){
    .ueberschrift {
    text-align: center;    
}
}

@media (min-width: 600px)and (max-width: 1150px){
    .ueberschrift {
    text-align: left;
}
}

@media (max-width: 600px){
    .ueberschrift {
    text-align: left;    
}
}

@media (max-width: 400px) {
    .ueberschrift {
    font-weight: bold;
}
}





.spalten-absatz-links {
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
}

@media (min-width: 1050px) {
    .spalten-absatz-links {
    margin-left: 90px;
    margin-right: 98px;
    text-align: justify;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 750px)and (max-width: 1050px) {
    .spalten-absatz-links {
    margin-left: 50px;
    margin-right: 58px;
    text-align: justify;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 650px)and (max-width: 750px) {
    .spalten-absatz-links {
    margin-left: 90px;
    margin-right: 98px;
    text-align: justify;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 500px)and (max-width: 650px) {
    .spalten-absatz-links {
    margin-left: 60px;
    margin-right: 68px;
    text-align: justify;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 300px)and (max-width: 500px)  {
    .spalten-absatz-links {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 25px;
}
}

@media (max-width: 300px) {
    .spalten-absatz-links {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;    
}
}

@media (max-width: 400px) {
    .spalten-absatz-links {
    font-weight: bold;
}
}


.spalten-absatz-rechts {
    color: #666466;
    line-height: 24px;
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (min-width: 1050px) {
    .spalten-absatz-rechts {
    margin-left: 98px;
    margin-right: 90px;
    text-align: justify;
    padding-right: 25px;
    border-right-color: #cb1240;
    border-right-style: solid;
    border-right-width: medium;
}
}

@media (min-width: 750px)and (max-width: 1050px) {
    .spalten-absatz-rechts {
    margin-left: 50px;
    margin-right: 58px;
    text-align: justify;
    padding-right: 25px;
    border-right-color: #cb1240;
    border-right-style: solid;
    border-right-width: medium;
}
}

@media (min-width: 650px)and (max-width: 750px) {
    .spalten-absatz-rechts {
    margin-left: 90px;
    margin-right: 98px;
    text-align: justify;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 300px)and (max-width: 500px)  {
    .spalten-absatz-rechts {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 25px;
}
}

@media (min-width: 500px)and (max-width: 650px) {
    .spalten-absatz-rechts {
    margin-left: 60px;
    margin-right: 68px;
    text-align: justify;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 300px)and (max-width: 500px)  {
    .spalten-absatz-rechts {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 25px;
}
}

@media (max-width: 300px) {
    .spalten-absatz-rechts {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
        
}
}

@media (max-width: 400px) {
    .spalten-absatz-rechts {
    font-weight: bold;
}
}



.spalten-categories-rechts {
    margin-left: 60%;
    margin-top: 6em;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    color: #717070;
	background-color: #FFFFFF;
    padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
}



/* Aktuelles-Artikel */
.aktuelles_column_l {
    margin-left: auto;
    margin-right: auto;
	width: 40%;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
	float: left;
}

@media (min-width: 1150px) {
    .aktuelles_column_l {
        margin-left: 14%;
}
}

@media (min-width: 700px)and (max-width: 1150px) {
    .aktuelles_column_l {
        display: flex;
        width: 75%;
        margin-left: 7%;
}
}

@media (max-width: 700px) {
    .aktuelles_column_l {
        display: block;
        width: 90%;
        margin-left: 10%;
}
}


.aktuelles_column_r {
    margin-left: auto;
    margin-right: auto;
	width: 40%;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
	float: left;
}

@media (min-width: 1150px) {
    .aktuelles_column_r {
    margin-left: auto;
}
}

@media (min-width: 700px)and (max-width: 1150px) {
    .aktuelles_column_r {
        display: flex;
        width: 75%;
        margin-left: 7%;
}
}

@media (max-width: 700px) {
    .aktuelles_column_r {
        display: block;
        width: 90%;
        margin-left: 10%;
}
}


.aktuelles_text_links {
    width: 70%;
    text-align: justify;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
}

@media (min-width: 1150px) {
    .aktuelles_text_links {
    padding-right: 25px;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 900px)and (max-width: 1150px) {
    .aktuelles_text_links {
    text-align: justify;
    border-top-color: #cb1240;
    border-top-style: solid;
    border-top-width: medium;
    border-right: none;
    padding-top: 25px;
        margin-left: -40%;
        margin-right: -12%;
}
}

@media (min-width: 700px)and (max-width: 900px) {
    .aktuelles_text_links {
    text-align: justify;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 25px;
        margin-left: -300px;
        margin-right: -80px;
}
}

@media (max-width: 700px) {
    .aktuelles_text_links {
    text-align: justify;
    margin-left: 9%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #cb1240;
    padding-bottom: 25px; 
}
}

@media (max-width: 400px) {
    .aktuelles_text_links {
    font-weight: bold;
}
}



.aktuelles_text_rechts {
    width: 70%;
    text-align: justify;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
}

@media (min-width: 1150px) {
    .aktuelles_text_rechts {
    padding-right: 25px;
    border-right-color: #cb1240;
    border-right-style: solid;
    border-right-width: medium;
}
}

@media (min-width: 900px)and (max-width: 1150px) {
    .aktuelles_text_rechts {
    text-align: justify;
    border-top-color: #cb1240;
    border-top-style: solid;
    border-top-width: medium;
    border-right: none;
    padding-top: 25px;
        margin-left: -40%;
        margin-right: -12%;
}
}

@media (min-width: 700px)and (max-width: 900px) {
    .aktuelles_text_rechts {
    text-align: justify;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 25px;
        margin-left: -300px;
        margin-right: -80px;
}
}

@media (max-width: 700px) {
    .aktuelles_text_rechts {
    text-align: justify;
    margin-left: 9%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #cb1240;
    padding-bottom: 25px; 
}
}

@media (max-width: 400px) {
    .aktuelles_text_rechts {
    font-weight: bold;
}
}



.aktuelles3_text_links {
    width: 70%;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
}

.aktuelles3_text_mitte {
    width: 70%;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
}

.aktuelles3_text_rechts {
    width: 70%;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
}

@media (min-width: 1150px) {
    .aktuelles3_text_links {
    text-align: justify;
    padding-right: 25px;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 900px)and (max-width: 1150px) {
    .aktuelles3_text_links {
    text-align: justify;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    border-right: none;
    padding-left: 25px;
        margin-left: -40%;
        margin-right: -12%;
}
}

@media (min-width: 700px)and (max-width: 900px) {
    .aktuelles3_text_links {
    text-align: justify;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 25px;
        margin-left: -300px;
        margin-right: -80px;
}
}

@media (max-width: 700px) {
    .aktuelles3_text_links {
    text-align: justify;
    margin-left: 9%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #cb1240;
    padding-bottom: 25px; 
}
}

@media (max-width: 400px) {
    .aktuelles3_text_links {
    font-weight: bold;
}
}



@media (min-width: 1150px) {
    .aktuelles3_text_mitte {
    text-align: justify;
    padding-left: 13px;
}
}

@media (min-width: 900px)and (max-width: 1150px) {
    .aktuelles3_text_mitte {
    text-align: justify;    
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
        margin-left: -40%;
        margin-right: -12%;
}
}

@media (min-width: 700px)and (max-width: 900px) {
    .aktuelles3_text_mitte {
    text-align: justify;    
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
        margin-left: -300px;
        margin-right: -80px;
}
}

@media (max-width: 700px) {
    .aktuelles3_text_mitte {
    text-align: justify;
    margin-left: 9%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #cb1240;
    padding-bottom: 25px; 
}
}

@media (max-width: 400px) {
    .aktuelles3_text_mitte {
    font-weight: bold;
}
}



@media (min-width: 1150px) {
    .aktuelles3_text_rechts {
    text-align: justify;    
    padding-right: 25px;
    border-right-color: #cb1240;
    border-right-style: solid;
    border-right-width: medium;
}
}

@media (min-width: 900px)and (max-width: 1150px) {
    .aktuelles3_text_rechts {
    text-align: justify;    
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    border-right: none;
    padding-left: 25px;
        margin-left: -40%;
        margin-right: -12%;
}
}

@media (min-width: 700px)and (max-width: 900px) {
    .aktuelles3_text_rechts {
    text-align: justify;    
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 25px;
        margin-left: -300px;
        margin-right: -80px;
}
}

@media (max-width: 700px) {
    .aktuelles3_text_rechts {
    text-align: justify;    
    margin-left: 9%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #cb1240;
    padding-bottom: 25px; 
}
}

@media (max-width: 400px) {
    .aktuelles3_text_rechts {
    font-weight: bold;
}
}



.aktuelles3_column {
    margin-left: auto;
    margin-right: auto;
	width: 25%;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
	float: left;
}

.aktuelles3_column_l {
    margin-left: auto;
    margin-right: auto;
	width: 25%;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
	float: left;
}

.aktuelles3_column_r {
    margin-left: auto;
    margin-right: auto;
	width: 25%;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
	float: left;
}

@media (min-width: 700px)and (max-width: 1150px) {
    .aktuelles3_column {
        display: flex;
        width: 75%;
        margin-left: 7%;
}
}

@media (max-width: 700px) {
    .aktuelles3_column {
        display: block;
        width: 90%;
        margin-left: 10%;
}
}


@media (min-width: 1150px) {
    .aktuelles3_column_l {
        margin-left: 14.5%;
}
}

@media (min-width: 700px)and (max-width: 1150px) {
    .aktuelles3_column_l {
        display: flex;
        width: 75%;
        margin-left: 7%;
}
}

@media (max-width: 700px) {
    .aktuelles3_column_l {
        display: block;
        width: 90%;
        margin-left: 10%;
}
}


@media (min-width: 700px)and (max-width: 1150px) {
    .aktuelles3_column_r {
        display: flex;
        width: 75%;
        margin-left: 7%;
}
}

@media (max-width: 700px) {
    .aktuelles3_column_r {
        display: block;
        width: 90%;
        margin-left: 10%;
}
}

@media (min-width: 700px)and (max-width: 900px) {
    .aktuelles3_700-900 {
        width: 890px;
}
}


.bild-aktuelles {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media (min-width: 1150px) {
    .bild-aktuelles {
    width: 75%;
    height: auto;
    margin-left: 5px;    
}
}

@media (min-width: 900px)and (max-width: 1150px) {
    .bild-aktuelles {
    width: 55%;
    height: auto;
    margin: 2em auto;
    margin-left: 1.5%;
    margin-right: -300px;    
}
}

@media (min-width: 700px)and (max-width: 900px) {
    .bild-aktuelles {
    margin-top: 2em;
    max-width: 45%;
    height: auto;
    display: flex;
}
}

@media (max-width: 700px) {
    .bild-aktuelles {
    margin: 2em auto;
    margin-left: 7%;
    margin-right: 7%;
    max-width: 75%;
    height: auto;
    display: flex;
}
}




.mitte_column {
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
}

@media (min-width: 700px) {
    .mitte_column {
    width: 50%;
}
}

@media (max-width: 700px) {
    .mitte_column {
        display: block;
        width: 90%;
}
}

.mitte_column_text {
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
    font-size: 16px;
}

@media (min-width: 1000px) {
    .mitte_column_text {
    margin-top: 0px;
    background-color: #fff;
    width: 80%;    
    text-align: justify;
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: #cb1240;
    padding-top: 25px;
    margin-left: 10%;
    margin-right: 10%;
}
}

@media (min-width: 700px)and (max-width: 1000px) {
    .mitte_column_text {
    margin-top: 0px;
    background-color: #fff;
    width: 100%;    
    text-align: center;
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: #cb1240;
    padding-top: 25px; 
}
}

@media (max-width: 700px) {
    .mitte_column_text {
    width: 83%;      
    text-align: left;
    margin-left: 8.5%;
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: #cb1240;
    padding-top: 25px; 
}
}

@media (max-width: 400px) {
    .mitte_column_text {
    font-weight: bold;
}
}

.mitte_column_bild {
    filter: grayscale(1);
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
}



/* Hobbys */
.hobbys_column {
    margin-left: auto;
    margin-right: auto;
	width: 25%;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
	float: left;
}

.hobbys_column_l {
    margin-left: auto;
    margin-right: auto;
	width: 25%;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
	float: left;
}

.hobbys_column_r {
    margin-left: auto;
    margin-right: auto;
	width: 25%;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 40px;
	float: left;
}

@media (min-width: 700px)and (max-width: 1150px) {
    .hobbys_column {
        display: flex;
        width: 75%;
        margin-left: 7%;
}
}

@media (max-width: 700px) {
    .hobbys_column {
        display: block;
        width: 84%;
        margin-left: 11%;
}
}


@media (min-width: 1150px) {
    .hobbys_column_l {
        margin-left: 14.5%;
}
}

@media (min-width: 700px)and (max-width: 1150px) {
    .hobbys_column_l {
        display: flex;
        width: 75%;
        margin-left: 7%;
}
}

@media (max-width: 700px) {
    .hobbys_column_l {
        display: block;
        width: 84%;
        margin-left: 11%;
}
}


@media (min-width: 700px)and (max-width: 1150px) {
    .hobbys_column_r {
        display: flex;
        width: 75%;
        margin-left: 7%;
}
}

@media (max-width: 700px) {
    .hobbys_column_r {
        display: block;
        width: 80%;
        margin-left: 11%;
}
}



.hobbys_text_links {
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
}

.hobbys_text_mitte {
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
}

.hobbys_text_rechts {
    margin-top: 2em;
    margin-bottom: 2em;
    color: #666466;
    line-height: 24px;
}

@media (min-width: 1150px) {
    .hobbys_text_links {
    width: 70%;
    text-align: justify;
    padding-right: 25px;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 700px)and (max-width: 1150px) {
    .hobbys_text_links {
    width: 70%;
    text-align: justify;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    border-right: none;
    padding-left: 25px;
}
}

@media (min-width: 600px)and (max-width: 700px) {
    .hobbys_text_links {
    width: 70%;
    text-align: justify;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 25px;
    margin-left: 7%;
}
}

@media (max-width: 600px) {
    .hobbys_text_links {
    width: 85%;
    text-align: left;
    margin-left: 3%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #cb1240;
    padding-bottom: 25px; 
}
}

@media (max-width: 400px) {
    .hobbys_text_links {
    font-weight: bold;
}
}



@media (min-width: 1150px) {
    .hobbys_text_mitte {
    width: 70%;
    text-align: justify;
    padding-left: 13px;
}
}

@media (min-width: 700px)and (max-width: 1150px) {
    .hobbys_text_mitte {
    width: 70%;
    text-align: justify;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
}
}

@media (min-width: 600px)and (max-width: 700px) {
    .hobbys_text_mitte {
    width: 70%;
    text-align: justify;
    padding-left: 25px;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    margin-left: 7%;
}
}

@media (max-width: 600px) {
    .hobbys_text_mitte {
    width: 85%;
    text-align: left;
    margin-left: 2.5%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #cb1240;
    padding-bottom: 25px; 
}
}

@media (max-width: 400px) {
    .hobbys_text_mitte {
    font-weight: bold;
}
}



@media (min-width: 1150px) {
    .hobbys_text_rechts {
    text-align: justify;
    width: 70%;
    padding-right: 25px;
    border-right-color: #cb1240;
    border-right-style: solid;
    border-right-width: medium;
}
}

@media (min-width: 700px)and (max-width: 1150px) {
    .hobbys_text_rechts {
    text-align: justify;
    width: 70%;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    border-right: none;
    padding-left: 25px;
}
}

@media (min-width: 600px)and (max-width: 700px) {
    .hobbys_text_rechts {
    text-align: justify;
    width: 70%;
    border-left-color: #cb1240;
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 25px;
    margin-left: 7%;
}
}

@media (max-width: 600px) {
    .hobbys_text_rechts {
    text-align: left;
    width: 90%;
    margin-left: 2.5%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #cb1240;
    padding-bottom: 25px; 
}
}

@media (max-width: 400px) {
    .hobbys_text_rechts {
    font-weight: bold;
}
}


/* Hobby-Symbole */
.hobbys {
    margin: 1 auto;
    overflow: hidden;
    object-fit: scale-down;
    position: relative;
    display: flex;
    min-width: 10px;
    min-height: 10px;
}

@media (min-width: 1150px) {
    .hobbys {
        display: flex;
        width: 75%;
        margin-right: 15px;
        margin-left: 2%;
        margin-top: 20px;
}
}

@media (min-width: 700px)and (max-width: 1150px) {
    .hobbys {
        display: flex;
        width: 75%;
        margin-right: 15px;
        margin-left: 12.5%;
        margin-top: 20px;
}
}

@media (min-width: 600px)and (max-width: 700px) {
    .hobbys {
        width: 80%;
        margin-right: 15%;
        margin-left: 4%;
}
}

@media (min-width: 550px)and (max-width: 603px) {
    .hobbys { 
    margin-left: 19%;
}
}

@media (min-width: 500px)and (max-width: 553px) {
    .hobbys { 
    margin-left: 16%;
}
}

@media (min-width: 430px)and (max-width: 503px) {
    .hobbys { 
    margin-left: 13%;
}
}

@media (min-width: 400px)and (max-width: 433px) {
    .hobbys { 
    margin-left: 10%;
}
}

@media (min-width: 370px)and (max-width: 403px) {
    .hobbys { 
    margin-left: 8%;
}
}

@media (min-width: 340px)and (max-width: 373px) {
    .hobbys { 
    margin-left: 4%;
}
}

@media (min-width: 320px)and (max-width: 343px) {
    .hobbys { 
    margin-left: 2%;
}
}

@media (min-width: 300px)and (max-width: 323px) {
    .hobbys { 
    margin-left: 0.8%;
}
}

@media (min-width: 280px)and (max-width: 303px) {
    .hobbys { 
    margin-left: -4%;
}
}

@media (min-width: 270px)and (max-width: 283px) {
    .hobbys { 
    margin-left: -7%;
}
}

@media (min-width: 250px)and (max-width: 273px) {
    .hobbys { 
    margin-left: -8%;
}
}

@media (min-width: 250px)and (max-width: 263px) {
    .hobbys { 
    margin-left: -9.3%;
}
}

@media (max-width: 253px) {
    .hobbys {
        margin-left: -12%;
}
}



/* Kategorien-Liste */
.aufgaben {
    text-transform: uppercase;
    text-align: center;
    color: #cb1240;
}

.aufgaben l {
	color: #cb1240;
	text-decoration: none;
    border-bottom: thin solid #cb1240;
}

.aufgaben:hover l {
    color: #cb1240;
    border-bottom: thin solid #cb1240;
}

@media (min-width: 350px){
    .aufgaben {
    font-size: 30px;
}
}

@media (max-width: 350px){
    .aufgaben {
    font-size: 25px;
}
}

@media (max-width: 400px) {
    .aufgaben {
    font-weight: bold;
}
}


.branding-text-titel-oben {
    text-transform: uppercase;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align:center;
	color: #cb1240;
    font-size: 19px;
    margin-bottom: 13px;
    margin-top: 70px;
    margin-left: 20%;
    margin-right: 20%;
}

@media (max-width: 400px) {
    .branding-text-titel-oben {
    font-weight: bold;
}
}


.branding-text-titel {
    text-transform: uppercase;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: left;
	color: #cb1240;
    font-size: 19px;
    margin-bottom: 13px;
    margin-top: 40px;
}

@media (max-width: 400px) {
    .branding-text-titel {
    font-weight: bold;
}
}

.branding-text {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: left;
	color: #666466;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 23px;
}

@media (min-width: 800px){
    .branding-text {
        margin-left: 30%;
        margin-right: 30%;
        text-align: justify;
    }
}

@media (min-width: 500px)and (max-width: 800px){
    .branding-text {
        margin-left: 20%;
        margin-right: 20%;
        text-align: justify;
    }
}

@media (max-width: 500px){
    .branding-text {
        margin-left: 10%;
        margin-right: 10%;
        text-align: left;
    }
}

@media (max-width: 400px) {
    .branding-text {
    font-weight: bold;
}
}

.branding-text-unten {
    display: grid;
    justify-content: center;
    align-items: center;
	color: #666466;
    font-size: 16px;
    margin-bottom: 80px;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 23px;
}

@media (min-width: 800px){
    .branding-text-unten {
        margin-left: 30%;
        margin-right: 30%;
        text-align: justify;
    }
}

@media (min-width: 500px)and (max-width: 800px){
    .branding-text-unten {
        margin-left: 20%;
        margin-right: 20%;
        text-align: justify;
    }
}

@media (max-width: 500px){
    .branding-text-unten {
        margin-left: 10%;
        margin-right: 10%;
        text-align: left;
    }
}

@media (max-width: 400px) {
    .branding-text-unten{
    font-weight: bold;
}
}




.datimp-text-titel-oben {
    text-transform: uppercase;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align:center;
	color: #cb1240;
    font-size: 19px;
    margin-bottom: 13px;
    margin-top: -360px;
    margin-left: 20%;
    margin-right: 20%;
}

@media (max-width: 400px) {
    .datimp-text-titel-oben {
    font-weight: bold;
}
}


.datimp-text-titel {
    text-transform: uppercase;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: left;
	color: #cb1240;
    font-size: 19px;
    margin-bottom: 13px;
    margin-top: 40px;
    margin-left: 20%;
    margin-right: 20%;
}

@media (max-width: 400px) {
    .datimp-text-titel {
    font-weight: bold;
}
}

.datimp-text {
    display: grid;
    justify-content: left;
    align-items: center;
    text-align: left;
	color: #666466;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 23px;
}

@media (min-width: 800px){
    .datimp-text {
        margin-left: 20%;
        margin-right: 20%;
        text-align: justify;
    }
}

@media (min-width: 500px)and (max-width: 800px){
    .datimp-text {
        margin-left: 20%;
        margin-right: 20%;
        text-align: justify;
    }
}

@media (max-width: 500px){
    .datimp-text {
        margin-left: 10%;
        margin-right: 10%;
        text-align: left;
    }
}

@media (max-width: 400px) {
    .datimp-text {
    font-weight: bold;
}
}

.datimp-text-unten {
    display: grid;
    justify-content: center;
    align-items: center;
	color: #666466;
    font-size: 16px;
    margin-bottom: 130px;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 23px;
}

@media (min-width: 800px){
    .datimp-text-unten {
        margin-left: 20%;
        margin-right: 20%;
        text-align: justify;
    }
}

@media (min-width: 500px)and (max-width: 800px){
    .datimp-text-unten {
        margin-left: 20%;
        margin-right: 20%;
        text-align: justify;
    }
}

@media (max-width: 500px){
    .datimp-text-unten {
        margin-left: 10%;
        margin-right: 10%;
        text-align: left;
    }
}

@media (max-width: 400px) {
    .datimp-text-unten{
    font-weight: bold;
}
}




.rahmen-o {
    min-width: 10px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    align-content: center;
    position: relative;
}

@media (max-width: 250px){
    .rahmen-o {
    visibility: hidden;
    
}
}

.rahmen {
    min-width: 10px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    align-content: center;
    position: relative;
}

@media (max-width: 250px){
    .rahmen {
    visibility: hidden;
    
}
}

.rahmen-objekt.lo {
  flex-basis: calc(175px * 0.666);
}



/* Portfolio-Header */
#portfolio-branding {
    margin-bottom: 2em;
	background-image: url("../images/a_toskana.png");
	height: 300px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
    filter: grayscale(1);
}

#portfolio-drucksorten {
    margin-bottom: 2em;
	background-image: url("../images/a_toskana.png");
	height: 300px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#portfolio-logodesign {
    margin-bottom: 2em;
	background-image: url("../images/a_toskana.png");
	height: 300px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#portfolio-packagedesign {
    margin-bottom: 2em;
	background-image: url("../images/a_toskana.png");
	height: 300px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#portfolio-illustration {
    margin-bottom: 2em;
	background-image: url("../images/a_toskana.png");
	height: 300px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#portfolio-auftragskunst {
    margin-bottom: 2em;
	background-image: url("../images/a_toskana.png");
	height: 300px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.portfolio-text {
    background-color: rgba(0, 0, 0, 0.75);
	color: #FFFFFF;
	text-align: center;
    padding-top: 20px;
    padding-left: 50px;
	padding-right: 50px;
    padding-bottom: 20px;
	width: 50%;
	margin-left: auto;
    margin-right: auto;
	font-weight: lighter;
	line-height: 26px;
    font-size: 17px;
}
/* Über mich-Header */
#uebermich-header {
    margin-bottom: 2em;
	background-image: url("../images/a_toskana.png");
	height: 300px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}




.kontakt-header {
    margin-top: -90px;
    margin-bottom: 4em;
	background-image: url("../images/a_toskana.png");
	height: 220px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.kontakt-header-text {
    background-color: rgba(0, 0, 0, 0.75);
	color: #FFFFFF;
	text-align: center;
    padding-top: 15px;
    padding-left: 50px;
	padding-right: 50px;
    padding-bottom: 15px;
	width: 50%;
	margin-left: auto;
    margin-right: auto;
	font-weight: lighter;
	line-height: 26px;
    font-size: 17px;
}



/* verlinkte Bilder mit Effekt */
.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery-item {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    flex-basis: 175px;
    margin: .5em;
    max-width: 530px;
    max-height: 300px;
    min-width: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    filter: grayscale(100%);
}

.gallery-item:hover {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    flex-basis: 175px;
    max-width: 530px;
    max-height: 300px;
    min-width: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    filter: none;
}

.item-4x3 {
    margin: 4em auto;
  flex-basis: calc(175px * 1.333);
}

.gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-position: center;
  background-size: 1.85rem;
  background-repeat: no-repeat;
  transition: opacity 250ms;
  z-index: 10;
}

.gallery-item .caption {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 0;
  line-height: 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 400px) {
    .gallery-item .caption{
    font-weight: bold;
}
}

.gallery-item:hover .thumb {
  transform: scale(1.05);
}

@media (hover: hover) {
  .gallery-item:hover::after {
    opacity: 1;
  }
  .gallery-item:hover .caption {
    transform: translateY(0);
  }
}

.gallery-item .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: unset;
  text-align: center;
  background-color: #333;
  transition: filter 500ms, transform 500ms;
}



/* Portfolio-Bilder */
.bilder {
    border-left: solid white thick;
    border-right: solid white thick;
    border-bottom: solid white thick;
    overflow: hidden;
    flex-wrap: wrap;
    flex: 1 1 auto;
    object-fit: cover;
    position: relative;
    display: flex;
    margin: auto;
}
/* 1 Bild in einer Reihe */
.bilder-1 {
    width: 1024px;
    height: 468px;
}
/* 2 Bilder in einer Reihe */
.bilder-2 {
    width: 442px; 
    height: 306px;
}
/* 3 Bilder in einer Reihe */
.bilder-3{
    width: 250px; 
    height: 306px;
}

.bilder-1h {
    width: 1024px;
    height: 500px;
}

.bilder-1hh {
    width: 1024px;
    height: 700px;
}
/* 2 Bilder in einer Reihe */
.bilder-2h {
    width: 442px; 
    height: 400px;
}

.bilder-2h2 {
    width: 442px;
    height: 800px;
}
/* 3 Bilder in einer Reihe */
.bilder-3h {
    width: 250px; 
    height: 400px;
}




.kontakttitel {
    text-transform: uppercase;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align:center;
	color: #cb1240;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 40px;
}

@media (max-width: 400px) {
    .kontakttitel {
    font-weight: bold;
}
}

.kontakt {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
	color: #666466;
    font-size: 20px;
    margin-bottom: 7px;
}

@media (max-width: 400px) {
    .kontakt {
    font-weight: bold;
}
}

.kontaktlast {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
	color: #666466;
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 400px) {
    .kontaktlast {
    font-weight: bold;
}
}


.kontakt-rahmen {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    align-content: center;
    position: relative;
}

.kontakt-rahmen-oben {
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    align-content: center;
    position: relative;
}

.kontakt-rahmen-unten {
    margin-bottom: 70px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    align-content: center;
    position: relative;
}


.kontakt-button {
	width: 200px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #cb1240;
    background-color: rgba(255,255,255,0.95);
	transition: all 0.3s linear;
}

.kontakt-button:hover {
	background-color: #FEFEFE;
	color: #666466;
	cursor: pointer;
}

.kontakt-copyright {
    width: 100%;
    margin: 0.2em auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #cb1240;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.kontakt-footer_banner {
	background-color: #cb1240;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
    margin-top: 4em;
    background-image: url("../images/header_leistungen/allgemein.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


.map {
    margin-top: 10px;
    margin-bottom: 95px;
}




a:link, a:visited {
    color: #cb1240; 
    text-decoration: none;
}

a:hover {
    color: #666466;
}



/* Leistungen-Bilder */
#brandingbild {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    max-width: 530px;
    max-height: 300px;
    cursor: pointer;
    overflow: hidden;
    margin: 1em auto;
    flex-basis: calc(175px * 0.75);
    position: relative;
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

@media (min-width: 490px) {
    #brandingbild {
        margin-left: 6%;
}
}

@media (max-width: 490px) {
    #brandingbild {
        width: 100%;
        float: none;
        display: flex;
        margin-left: 1em;
        margin-right: 1em;
}
}

#drucksortenbild {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    max-width: 530px;
    max-height: 300px;
    cursor: pointer;
    overflow: hidden;
    margin: 1em auto;
    flex-basis: calc(175px * 0.75);
    position: relative;
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

@media (max-width: 490px) {
    #drucksortenbild {
        width: 100%;
        float: none;
        display: flex;
        margin-left: 1em;
        margin-right: 1em;
}
}

#logodesignbild {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    max-width: 530px;
    max-height: 300px;
    cursor: pointer;
    overflow: hidden;
    margin: 1em auto;
    flex-basis: calc(175px * 0.75);
    position: relative;
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

@media (min-width: 490px) {
    #logodesignbild {
        margin-right: 6%;
}
}

@media (max-width: 490px) {
    #logodesignbild {
        width: 100%;
        float: none;
        display: flex;
        margin-left: 1em;
        margin-right: 1em;
}
}

#packagedesignbild {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    max-width: 530px;
    max-height: 300px;
    cursor: pointer;
    overflow: hidden;
    margin: 1em auto;
    flex-basis: calc(175px * 0.75);
    position: relative;
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

@media (min-width: 490px) {
    #packagedesignbild {
        margin-left: 6%;
        margin-bottom: 50px;
}
}

@media (max-width: 490px) {
    #packagedesignbild {
        width: 100%;
        float: none;
        display: flex;
        margin-left: 1em;
        margin-right: 1em;
}
}

#illustrationbild {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    max-width: 530px;
    max-height: 300px;
    cursor: pointer;
    overflow: hidden;
    margin: 1em auto;
    flex-basis: calc(175px * 0.75);
    position: relative;
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

@media (min-width: 490px) {
    #illustrationbild {
        margin-bottom: 50px;
}
}

@media (max-width: 490px) {
    #illustrationbild {
        width: 100%;
        float: none;
        display: flex;
        margin-left: 1em;
        margin-right: 1em;
}
}

#auftragskunstbild {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    max-width: 530px;
    max-height: 300px;
    cursor: pointer;
    overflow: hidden;
    margin: 1em auto;
    flex-basis: calc(175px * 0.75);
    position: relative;
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

@media (min-width: 490px) {
    #auftragskunstbild {
        margin-right: 6%;
        margin-bottom: 50px;
}
}

@media (max-width: 490px) {
    #auftragskunstbild {
        float: none;
        display: flex;
        width: 100%;
        margin-left: 1em;
        margin-right: 1em;
}
}



/* Kategorien-Liste */
.navcontainer {
    margin-top: 30px;
    margin-bottom: 60px;
    z-index: 1;
}

@media (min-width: 1000px) {
    .navcontainer {
    margin-left: 25%;
    margin-right: 25%;
    }
}

@media (max-width: 1000px) {
    .navcontainer {
    margin-left: 15%;
    margin-right: 15%;
    }
}

@media (max-width: 450px) {
    .navcontainer {
    font-weight: bold;
}
}

.navcontainer ul {
    list-style-type: none;
    text-align: center;
    margin-top: 30px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.navcontainer li {
    display: inline-block;
    text-align: center;
    margin: 5px;
    margin-bottom: 20px;
}

.navcontainer li a {
    padding: 4px;
    margin-left: 4px;
    margin-right: 4px;
    color: #cb1240;
    background-color: #fff;
    text-decoration: none;
    border-bottom-color: #cb1240;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.navcontainer li a:hover {
    color: #666466;
    transition: all 0.1s linear;
    border-bottom-color: #666466;
    border-bottom-style: solid;
    border-bottom-width: medium;
}

.navcontainer li a.current {
    background-color: #fff;
    color: #cb1240;
    border-color: #cb1240;
    border-style: solid;
    border-width: thin;
}




/* Hamburger */
@media (max-width: 500px) {

#toggle {
  display: none;
}

/**
  Hamburger
**/
.hamburger {
  position: fixed;
  top: 3.3em;
  right: 25px;
  margin-left: -2em;
  margin-top: -45px;
  width: 2em;
  height: 45px;
  z-index: 5;
    cursor:pointer;
}

.hamburger div {
  position: relative;
  width: 3em;
  height: 7px;
  border-radius: 3px;
  background-color: #cb1240;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.navi {
    position: fixed;
    margin-top: 65px;
    width: 100%;
    height: 188px;
    background-color: #fff;
    z-index: 99;
}

.navi-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
    margin-left: 0px;
}

.navi a {
    font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
    color: #cb1240;
    position: relative;
    display: inline-block;
    margin-top: 25px;
    transition: color 0.15s;
    text-transform: uppercase;
    margin-left: 20px;
}

.navi a:hover {
  color: #666466;
}


/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}

#toggle:checked + .hamburger + .navi {
  top: 0;
  transform: scale(1);
}
    
}

@media (min-width: 450px) {

#toggle {
    position: fixed;
  visibility: hidden;
}

/**
  Hamburger
**/
.hamburger {
    position: fixed;
  visibility: hidden;
}

.hamburger div {
    position: fixed;
  visibility: hidden;
}

/**
Nav Styles
**/
.navi {
    position: fixed;
    visibility: hidden;
}

.navi-wrapper {
    position: fixed;
  visibility: hidden;
}

.navi a {
    position: fixed;
    visibility: hidden;
}

.navi a:hover {
    position: fixed;
  color: #666466;
}

/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
    position: fixed;
  visibility: hidden;
}
#toggle:checked + .hamburger .bottom-bun {
    position: fixed;
  visibility: hidden;
}
#toggle:checked + .hamburger .meat {
    position: fixed;
  visibility: hidden;
}

#toggle:checked + .hamburger + .navi {
    position: fixed;
  visibility: hidden;
}
    
}

/* Cpyrght-mprssm-Buttons */
@media (max-width: 500px){
.cpyimp-button {
	width: 100%;
	margin-top: 5px;
    margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
    background-color: #cb1240;
	transition: all 0.3s linear;
}
.cpyimp-button:hover {
	background-color: #FEFEFE;
	color: #666466;
	cursor: pointer;
}
}

.cpyimp-button-u {
	width: 100%;
	margin-top: 5px;
    margin-bottom: -47px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
    background-color: #cb1240;
	transition: all 0.3s linear;
}

.cpyimp-button-u:hover {
	background-color: #FEFEFE;
	color: #666466;
	cursor: pointer;
}
    
@media (max-width: 260px){
.cpyimp-button-u {
    margin-bottom: -66px;
}    
}

@media (min-width: 500px){
.cpyimp-button-u {
    position: fixed;
	visibility: hidden;
}
.cpyimp-button-u:hover {
    position: fixed;
	visibility: hidden;
}
}

@media (min-width: 500px){
.cpyimp-button {
    position: fixed;
	visibility: hidden;
}
.cpyimp-button:hover {
    position: fixed;
	visibility: hidden;
}
}







.portraet {
    filter: brightness(1.3);
    margin-left: 15%;
    margin-top: -1000px;
}

@media (min-width: 1250px) {
    .portraet {
    margin-bottom: -70px;
    margin-top: -1000px;
    }
}

@media (min-width: 700px)and (max-width: 1250px){
    .portraet {
    margin-bottom: -40px;
    margin-top: -2000px;
}
}

@media (min-width: 480px)and (max-width: 700px){
    .portraet {
    margin-bottom: -80px;
    margin-top: -1000px;
}
}

@media (max-width: 480px){
    .portraet {
    margin-left: 10%;
    margin-bottom: -60px;
    margin-top: -1000px;
    }
}
    