@charset "utf-8";
#review {
}



@media screen and (min-width:1201px){
	
	
	body {
	max-width: 100%;
	background-image: url("../images/back-groundA.jpg");
	font-size: 16px;
	font-weight: 400;
	vertical-align: baseline;
	line-height: inherit;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		
}
    
    .notice {
     visibility: hidden;
}
	#headimage img {
	width: 100%;
	height: 200px;
	position: relative;
}
	.tophead #headimage #curry {
    position: absolute;
    left: 50%;
	top:6%;
	width: 35rem;
    transform: translate(-50%, -50%);
}
	#headimage #curry h1 {
    font-size: 26px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-shadow: 1px 0px 1px #8B8282;
    width: 40rem;
    left: 0px;
    right: 35%;
    top: 25px;
    position: absolute;
}
	
	.cards {
        margin-top: -1em;
    }

    .card {
	display: flex;
	flex: 0 1 calc(25% - 1em);
	border: thin solid #8C8F8F;
	background:#F3F0CC;
	margin-bottom: 1em;
	color: black;
	text-decoration:none;
    }
	
	.card .thumbnail {
	display: inline;
	flex-grow: 1; 
}
	.tainer .card-content p {
	font-size: 14px;
}
	.card-content a h1 {
	font-size: 22px;
		text-decoration: underline
}
	
	
	.tophead {
    background-image: url("../images/back-groundA.jpg");
}

	
	.tophead #headimage {
    position: relative;
    color: #1D4BE0;
    text-align: center;
}
.cards {
        margin-top: -1em;
    }

    .card {
	display: flex;
	flex: 0 1 calc(50% - 1em);
	border: thin solid #8C8F8F;
	background:#F3F0CC;
	margin-bottom: 1em;
	color: black;
	text-decoration:none;
    }
	
	.card .thumbnail {
	display: inline;
	flex-grow: 1; 
}
	.tainer .card-content p {
	font-size: 14px;
}
	.card-content a h2 {
	font-size: 19px;
}
	
	
	/*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;
}

	.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;
}
	
	.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;
}

	.card-content a h2 {
	font-size: 19px;
}

/*#review img {
	flex: calc(50% - 1em);
	display:inline-flex;
	width: 45%;
	padding-right: 20px;
	padding-bottom: 20px;
	height: auto;
}*/
	
	/*#review2 img {
	flex: calc(50% - 1em);
	display:inline-flex;
	width: 45%;
	padding-right: 20px;
	height: auto;
}*/
}

	
