@font-face {
    font-family: "Roboto";
    src: url("../static/Roboto-Regular.eot");
    src: url("../static/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
         url("../static/Roboto-Regular.woff2") format("woff2"),
         url("../static/Roboto-Regular.woff") format("woff"),
         url("../static/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html,
body {
	height: 100%;
	background-color: #fff;
	font-family: "Roboto", sans-serif;
	scroll-padding-top: 66px;
}
body {
	color: #000;
	position: relative;
	font-size: 120%;
	font-weight: 300;
}


#collapseCookie{
	padding-top:10px;
	background: #fff;
}

.main-container {
	padding-top: 30px;
	padding-bottom: 80px;
}

.bg-gray {
	background-color: #eee;
}

#kontakt a{
	color: #fff;
}

#support .card-img-top{
	width: 100%;
	height: auto;
}

#gmap {
	min-height: 400px;
	background-image: url("../static/gmaps.jpg");
	background-size: cover;
}
#sms_prtg {
	background: #00a3da;
}

/* footer */
#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #000;
	color: #fff;
	font-size: 90%;
}

#footer a:link,
#footer a:visited {
	color: #fff;
}

#footer img {
	max-height:100px;
}


a.inverted {
	color:#fff;
	text-decoration: underline;
}

a.inverted:hover {
	color:#ccc;
	text-decoration: none;
}


/* Listen */
ul.features {
	list-style: none;
	padding-left: 0px;
}
ul.features.weiss li {
	background: url("/static/features_weiss.png") no-repeat left top;
	margin-bottom: 20px;
	padding-left: 30px;
}
ul.features li {
	background: url("/static/features.png") no-repeat left top;
	margin-bottom: 20px;
	padding-left: 30px;
}

ul.arrow {
	list-style: none;
	padding-left: 0px;
}
ul.arrow li {
	background: url("/static/arrow.png") no-repeat left top;
	margin-bottom: 20px;
	padding-left: 30px;
}

/* Navigation Bar */
.navbar-brand img{
	height: 40px;
}

.navbar-nav {
	font-weight: bold;
}
.navbar {
	background:#fff;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .5);
}

/* Jarralax */
.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.cover-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.cover-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}

/* Sonstiges */

h1, h2, p{
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: center;
}

.card-title{
	font-weight: 500;
}
.card-img-top {
    height: 25rem;
    object-fit: cover;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327 
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
