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

html {
	overflow-x: hidden;
}

html, body {
  	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-variant-numeric: lining-nums;
  	-moz-font-feature-settings: "lnum";
  	-ms-font-feature-settings: "lnum";
  	-webkit-font-feature-settings: "lnum";
  	font-feature-settings: "lnum";
  	letter-spacing: 0.001em;
	font-size: 90%;

}
/* ******* hinweis alter browser ******* */
.happy {
	margin: 0;
	background: #e6e6e6;
	color: #000;
	padding: 10px;
	text-align: center;
	position: relative;
	z-index: 100;
	line-height: 19px;
}
/* ******* hinweis alter browser ******* */

/* ******* basic styles ******* */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: "Lucida Sans Unicode", sans-serif;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
}

footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	color: #ffffff;
}

.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}

.top-line {
	border-top: 0.2rem solid #dbdbdb;
	padding-top: 0.5rem;
}
.main  {
	background: #ffffff;
}
.center{
	margin: 0 auto;
}
.columns {
	padding: 0;
}
/* ******* basic styles ******* */

/* ******* header ******* */
header {
	background: #cc0012;
	width: 100%;
	color: #ffffff;
}
.header-text p:first-of-type {
	font-weight: 600;
}
#header-content {
	margin-top: 1em;
	text-align: center;
}
/* ******* header ******* */

/* ******* nav ******* */
nav {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative;
}
#responsive-menu ul {
	display: block;
}
nav {
	background: #ffffff;
}
.top-bar ul, .top-bar {
	background: transparent;
}
.top-bar {
	padding: 0.5rem 0;
	width: 100%;
	border-top-width: 4px;
	border-top-color: #cc0012;
	border-top-style: solid;
	margin-top: 0.5em;
}
.title-bar, .top-bar-left, .top-bar, .top-bar-right{
	display: inline-block;
}
.title-bar {
	background: #ffffff;
	color: #514c4c;
}
.top-bar-left {
	max-width: 100px;
}
.top-bar-right{
	max-width: 180px;
	position: absolute;
	right: 0;
	top: 33px;
	transform: translateY(-50%);
}
.top-bar-center{
	width: 100%;
}
.top-bar-center a{
	color: #514C4C;
	font-size: 1rem;
}
.top-bar-center .menu li a{
	background: transparent;
	color: #514c4c;
}
.top-bar-center li a:active,
.top-bar-center li a:hover,
.top-bar-center li a:focus{
	color: #ffffff;
	background-color: #cc0012;
}

.top-bar .top-bar-left {
	max-width: 7%;
}
.menu-icon::after{
	box-shadow: 0 7px 0 #cc0012, 0 14px 0 #cc0012;
	background: #cc0012;
}
.menu-icon:hover::after,
.menu-icon:focus::after{
	box-shadow: 0 7px 0 #514c4c, 0 14px 0 #514c4c;
	background: #514c4c;
}
.top-bar-left img{
	width: 80%;
}
.top-bar-right img{
	width: 90%;
}
/* ******* nav ******* */

/* ******* main ******* */
main .row .row {
	margin: 1em;
}
.info-text {
	text-align: center;
}
.headline {
	text-align: center;
}
.main-content {
	margin-bottom: 4em;
}
.block-wrap {
	margin: 0 auto;
	background: #cc0012;
	width: 100%;
	padding: 1em 2em;
	color: #ffffff;
}
.main-content figure {
	text-align: center;
}

.main-text img{
    max-height: 10em;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

/* ******* main ******* */

/* ******* links ******* */
main a {
	font-weight: 600;
	color: #cc0012;
}
main a:hover,
main a:focus {
	font-weight: 600;
	color: #cc0012;
	text-decoration: underline;
}
footer a:hover,
footer a:focus {
	text-decoration: underline;
}
/* ******* links ******* */

/* ******* buttons ******* */
.button {
	border: 2px solid rgba(255,255,255,0.5);
	font-size: 1rem;
	background-color: transparent;
	border-radius: 25px;
	text-transform: uppercase;
	padding: 0.8rem 2.4rem;
	margin-top: 1em;
}
.button:hover, .button:focus {
	background-color: transparent;
	color: #fefefe;
	border-color: #ffffff;
}
/* ******* buttons ******* */

/* ******* lists ******* */
.block-wrap ul {
	margin-bottom: 0;
}

.block-wrap ul li:first-of-type,
.block-wrap ul li:last-of-type {
	list-style-type: none;
	margin-left: -0.9em;
	padding-left: 1em;
	text-indent: -1.5em;
}
.block-wrap ul li:last-of-type {
	margin-top: 1em;
}
.block-wrap ul li:first-of-type::before,
.block-wrap ul li:last-of-type::before {
	content: "...";
	padding-right: 0.5em;
}
/* ******* lists ******* */

/* ******* footer ******* */
footer .row {
	background: #cc0012;
	padding: 1em;
	vertical-align: middle;
}
footer p{
	margin: 0;
}
footer .row ul {
	list-style-type: none;
	margin: 0;
}
footer .row ul li{
	display: inline-block;
	margin-left: 1.5rem;
}
footer .row,
footer .row ul li a{
	color: #ffffff;
}
#contact .columns{
	text-align: center;
}
/* ******* footer ******* */

.inhaltsseite .main-text .highlight p{
	margin-bottom: 0;
}

/* ******* inhaltsseiten ******* */
#header-img img{
	vertical-align: bottom;
}
.inhaltsseite .highlight {
	border-left: 5px solid #cc0012;
	padding-left: 1em;
	margin-bottom: 1em;
}
.inhaltsseite .highlight p {
	font-size: 1.1rem;
	font-weight: 600;
}
.inhaltsseite .highlight p span {
	color: #cc0012;
}
.inhaltsseite main .contact {
	margin-bottom: 1em;
	background: #eee;
	padding: 1em;
}
/* ******* inhaltsseiten ******* */

/* ******* impressum ******* */
h4 {
	font-size: 1.2em;
	font-weight: 600;
}
/* ******* impressum ******* */

.social_logos_item {
    height: 39px;
    display: inline-block;
    width: auto;
    margin-right: 0.5em;
}

#social_logos {
    margin-bottom: 1em;
    margin-top: -1em;
}
