html, head, body {
	font-family: Roboto;
}

#header {
	text-align: right;
}

#header h1,
#header h2 {
	display: inline-block;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	z-index: 100;
/* 	transform: skewY(-6deg); */
	width: auto;
	font-size: 2.2em;
}

#header h1 {
    text-shadow: 3px 3px 10px rgba(0,0,0,0.3);
/*     line-height: 0.7em; */
}

#header h1 span {
	display: inline-block;
}

#header h1 span.row1 {
/* 	background: #ef7d18; */
}
#header h1 span.row2 {
/* 	background: #f28b31; */
}
#header h1 span.row3 {
	background: #f49a/48;
}

#header h2 {
    margin-top: 1em;
    display: inline-block;
	font-size: 2.0em;
	text-transform: none;
    text-align: left;
}
#header h2 span {
	background: #be1716;
	display: inline-block;
	padding: .25em;
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,.25);

}
#header h2 span.row1 {
    margin-bottom: 0;
    line-height: 1.4em;
}
#header h2 span.row2 {
	background: white;
	color: #be1716;
	font-size: .65em;
	line-height: 1.2em;
}

p.lead {
	margin-top: 2em;
	color: white;
	text-shadow: 2px 2px 5px rgba(0,0,0,.5);
	font-weight: bold;
	text-align: center;
}

.card {
    border-color: #ef7d18;
    border-top-right-radius: 0rem;
    border-top-left-radius: 0rem;
}

.card img {
    border-top-right-radius: 0rem;
    border-top-left-radius: 0rem;
    border-bottom: solid 1px #6c757d;
}

.card-title {
	
}

.navlink,
.navlink:hover {
	color: white;
}

.btn-outline-secondary:hover {
    background: #ef7d18;
    border-color:  #ef7d18;
}


h3 {
	font-weight: bold;
	color: #ef7d18;
	width: auto;
}

.nowrap {
    white-space: nowrap;
}

.gewinn span {
	font-size: 1.3em;
	display: block;
	color: white;
	background: #be1716;
	margin: .5em;
	padding: .5em .5em;
	
}
.gewinn .gewinn2 {
	background: #ef7d18;
}
.gewinn .gewinn3 {
	background: #f28b31;
}

.jumbotron {
    background-image: url('../img/m4-2022-small.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0;
}

.jumbotron .container {
    max-width: 50rem;
}

.card-body {
	font-size: 1.5em;
}

figure.magazin {
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,.25);
	border-bottom: solid 5px rgb(150,150,150);
	transition: transform .125s ease-in-out;
}
figure.magazin:hover {
	border-bottom: solid 5px #ef7d18;
	transform: scale(1.05);
}

figure.magazin img {
	width: 100%;
	max-width: 350px;
}
a.pdf-link {
	color: black;
}
a.pdf-link:hover,
a.pdf-link:active {
	color:  #be1716;
}

.btn-m4-cta {
	background: #be1716;
	border-width: 0px;
}
.btn-m4-cta:hover,
.btn-m4-cta:focus {
	background: #ef7d18;
	border-width: 0px;
}

@media (min-width: 576px) {
    
    #header {
    	text-align: right;
    }
    
    #header h1 {
    	font-size: 3.2em;
    }
    #header h2 {
        font-size: 2.3em; 
    }
    
    #header h1 span.row1 {
/*     	transform: translateX(-1em); */
    }
    #header h1 span.row2 {
/*     	transform: translateX(0em) translateY(-.2em); */
    }
    #header h1 span.row3 {
/*     	transform: translateX(2.6em) translateY(-.4em); */
    }
    
    .gewinn span {
    	display: inline-block;
    }
    
    .card-body {
    	font-size: inherit;
    }

}

@media (min-width: 961px) {

    .jumbotron {
    	background-image: url('../img/m4-2022-large.jpg');
    }

}

/*
#header {
	text-align: left;
}

#header h1,
#header h2 {
	display: inline-block;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	z-index: 100;
	transform: skewY(-6deg);
	width: auto;
	font-size: 6vw;
	font-size: 2.2em;
}

#header h1 span {
	display: inline-block;
	padding: .25em;
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,.25);

}
#header h1 span.row1 {
	background: #ef7d18;
}
#header h1 span.row2 {
	background: #f28b31;
}
#header h1 span.row3 {
	background: #f49a48;
}

#header h2 {
	font-size: 2.25em;
	text-transform: none;

}
#header h2 span {
	background: #be1716;
	display: inline-block;
	padding: .25em;
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,.25);

}
#header h2 span.row1 {
	transform: translateX(0em) translateY(0em);
}
#header h2 span.row2 {
	background: white;
	color: #be1716;
	font-size: .65em;
	transform: translateX(0em) translateY(-.4em);
}
*/