/* museomoderno-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'CoconPro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/CoconPro-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/CoconPro-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
 .subtitel{font-family:'CoconPro';font-weight:400;font-size:20px;}


.blau{color:rgb(40,53,131);}
.lila{color:rgb(102,39,115);}
.rot{color:rgb(162,19,62);}
.orange{color:rgb(234,91,12);}
.gelb{color:rgb(245,156,0);}


.items-leading .itemgrid{grid-gap: 0em; display: grid; grid-auto-flow: row; grid-template-columns: 1fr; margin: 0 0 80px; align-items:center;}

.itemgrid img{border-radius:50%;border:solid 8px #ffffff; width:100%; max-width:160px;height:auto;}
.itemimg.img_blau img{border-color:rgb(40,53,131); box-shadow: 6px 6px rgba(40,53,131,0.5);}
.itemimg.img_lila img{border-color:rgb(102,39,115);box-shadow: 6px 6px rgba(102,39,115,0.5);}
.itemimg.img_rot img{border-color:rgb(162,19,62);box-shadow: 6px 6px rgba(162,19,62,0.5);}
.itemimg.img_orange img{border-color:rgb(234,91,12);box-shadow: 6px 6px rgba(234,91,12,0.5);}
.itemimg.img_gelb img{border-color:rgb(245,156,0);box-shadow: 6px 6px rgba(245,156,0,0.5);}


.txt_blau h1,.txt_blau h2, .txt_blau .subtitel, .txt_blau h1 a,.txt_blau h2 a, .txt_blau .subtitel a {color:rgb(40,53,131);}
.txt_lila h1,.txt_lila h2, .txt_lila .subtitel, .txt_lila h1 a,.txt_lila h2 a, .txt_lila .subtitel a {color:rgb(102,39,115);}
.txt_rot h1,.txt_rot h2, .txt_rot .subtitel , .txt_rot h1 a,.txt_rot h2 a, .txt_rot .subtitel a{color:rgb(162,19,62);}
.txt_orange h1,.txt_orange h2, .txt_orange .subtitel, .txt_orange h1 a,.txt_orange h2 a, .txt_orange .subtitel a{color:rgb(234,91,12);}
.txt_gelb h1,.txt_blau h2, .txt_gelb .subtitel, .txt_gelb h1 a,.txt_gelb h2 a, .txt_gelb .subtitel a {color:rgb(245,156,0);}

.moduletable.slogan{text-align:center;font-family: 'CoconPro';  font-style: normal;font-size:28px;color:rgb(162,19,62);line-height:1.5}

.item-page .fields-container{column-count:1!important;}
.as-readmore{font-size:16px!important;}

#logo-bottom img{max-width:300px!important;height:auto;}

@media (min-width: 400px) {
	.item-page figure.item-image{float:right;padding:0 0 20px 20px;max-width:50%;}
}


@media (min-width: 600px) {
	.itemgrid img{max-width:200px;height:auto;}
	.items-leading .itemgrid{grid-gap: 2em; display: grid; grid-auto-flow: row; grid-template-columns: 120px 1fr; margin: 0 0 1em; align-items:center;}
}

@media (min-width: 768px) {
.items-leading .itemgrid{grid-template-columns: 200px 1fr; }
	.item-page figure.item-image{max-width:30%;}
}

@media (min-width: 1200px) {
	#footer-3{text-align:right;}
	#footer-3 .astroid-social-icons.row{text-align:right; justify-content: flex-end;}
}
