p {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
li {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.white {
	color: white;
}

.modal-title {
	color: Red;
}
/* Höhe der NavBar an das SM Logo anpassen */
.navbar {
	min-height: 80px;
}

.nav-link {
	text-align: right;
}

.my-auto {
	margin-top: 200px !important;
}

.row{
}

#rowMainPage{
}

/* Footer */
footer {
	background-color: transparent;
	padding: 10px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
footer a {
	color: rgba(255,255,255,.7);
	text-decoration: none;
}
footer a:hover,a:active {
	color: #fff;
	text-decoration: none;
}
footer table {
	margin: 0 auto;
}
footer table tbody tr td {
	padding: 0 5px;
}
footer table tbody tr td:nth-last-child(n+2) {
	border-right: 1px solid rgba(255,255,255,.7);
}
.footer-shrink {
	background-color: white;
	border-top: 1px solid rgba(33,37,41,.1);
}
.footer-shrink a {
	color: #212529;
}
.footer-shrink a:hover,a:active {
	color: #ff0000;
}
.footer-shrink table tbody tr td:nth-last-child(n+2) {
	border-right: 1px solid #212529;
}

#cookie-popup {
  text-align: center;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px;
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
