.container-fluid {
	max-width: 1140px;
	width: 100%;
}

body {
	padding-top: 140px;
}

img {
	max-width: 100%;
	height: auto !important;
}

.navbar-top {
	position: fixed;
	z-index: 100;
	border-bottom: 6px solid orange;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 140px;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 204, 0, 1) 100%);
	-o-border-image: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 204, 0, 1) 100%);
	border-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 204, 0, 1) 100%);
	border-image-slice: 1;
	border-left:0px;
	border-right:0px;
	border-top:0px;
}

.main-navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer {
	padding: 20px 0;
	border-top: 1px solid #4b575f;
}

.footer-contents .social-links {
	display: inline-block;
}

.footer-contents .social-links a {
	margin: 0 3px;
}

.footer-contents {
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

@media all and (max-width: 991px) {
	footer {
		padding-top: 20px;
	}
	.footer-contents {
		display: block;
	}
	.footer-contents>div {
		margin: 10px auto;
	}
}



.row>.col-bottom {
	align-self: flex-end;
}

.row>.col-middle {
	align-self: center;
}

.row>.col-top {
	align-self: flex-start;
}

.row>.col-baseline {
	align-self: baseline;
}


.strong {
	font-weight: bold !important;
}

.btn-holder {
	display: inline-block;
}

.layout-col-2 .btn-holder,
.col-md-3:last-child .btn-holder {
	text-align: right;
	display: block;
}


section {
	padding: 30px 0;
}

.bg-color-1 {
	background: #fdf2e5;
}

.card {
	border: none;
}

#page-1142 .navbar-top {
	display: none;
}

#page-1142 {
	padding-top: 0px;
}

img.iconhover:hover {
	opacity:0.7;
}

img.iconhover {
	opacity: 1;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.footnote {
	font-size: 0.8rem;
}

.vl-rechner-modal {
	width: 820px;
	min-height:200px;
}

.vl-rechner select {
	max-width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.site-logo {
	max-width: 50%;
	padding-right: 20px;
}

.navbar-buttons {
	max-width: 50%;	
}

a.videothumbnail:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left:-28px;
    margin-top:-28px;
    width: 56px;
    height: 56px;
    opacity: 0.75;
    transition: opacity 0.2s;
    content:url(/fileadmin/templates/common/popup/videoplay_dsvl.svg);
}

.socials-mb {
	position: fixed;
	bottom: 12px;
	left:0px;
	text-align: center;
	margin: auto !important;
	width: 100%;
}

.socials-mb img {
	margin: 0px 5px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.15);
	border-radius: 50%;
}

footer {
	margin-bottom: 25px;
}

.full-width {
	width: 100%;
}

.uc-embedding-accept {
	background-color: #ef7d00 !important;
}
