@charset "utf-8";
/* CSS Document */

@media (min-width:992px) and (max-width:1200px){
	
	body {
    background-image: url("../images/back-groundA.jpg");
    background-repeat: no-repeat;
}

    .notice {
     visibility: hidden;
}
    
	#headimage img {
	width: 100%;
	height: 200px;
	position:relative;
}
	#headimage #curry h1 {
    font-size: 25px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-shadow: 1px 0px 1px #8B8282;
    width: 40rem;
    left: 0px;
    right: 35%;
    top: 40px;
    position: absolute;
}
	.cards {
        margin-top: -1em;
    }

	.card .thumbnail {
	display: inline;
	flex-grow: 1; 
}
	.tainer .card-content p {
	font-size: 14px;
}
	.card-content a h1 {
	font-size: 22px;
	text-decoration: underline;
}
	
		/*Aktuelles*/
	.colt .card-content2 h1 {
	width: 100%;
	text-align: left;
}
	.colt .card-content2 p {
	margin-left: 10px;
	margin-right: 10px;
}
	
	.colt .card-content2 h2 {
	width: auto;
	height: auto;
}
.colt {
	    display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: -1em;
}
	
	#akt {
	font-size: 28 px;
	color: #1B3FE5;
}
	
	.colt .card-content2 .rt {
	height: auto;
	width: auto;
}


.tophead {
    background-image: url("../images/back-groundA.jpg");
}
.row #right {
    top: -42px;
}
.row #left {
    left: 176px;
    font-size: 18px;
    font-weight: bold;
}

	.tophead #headimage {
    position: relative;
    color: #1D4BE0;
    text-align: center;
}
	
	#item-5 a mark {
	background-color: yellow;
}
	

	.card-content2 {
	max-height: 300px;
	display: flex;
	flex: 0 1 calc(33% - 1em);
	margin-bottom: 1em;
	flex-wrap: nowrap;
	justify-content: space-around;
	font-size: 15px;
	margin-left: 1px;
	margin-right: 1px;
}

    .card {
	display: flex;
	flex: 0 1 calc(25% - 1em);
	border: thin solid #8C8F8F;
	background:#F3F0CC;
	margin-bottom: 1em;
	color: black;
	text-decoration:none;
    }
	
}
	
	
