h1 {
    float: none;
    padding: none;
    margin: 0;
    width: 100%;
    height: auto;
}

#logo {
	float: left;
	padding: 0;
	margin: 0;
	width:220px;
	height: 70px;
	display: block;
}

.cookie-notice-hidden{
	display: none !important;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container{
	display: block !important;
}
body.page-id-1553 #cookie-notice {
	display: none !important;
}

#cookie-notice {
	height: 100% !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
#cookie-notice .cookie-notice-container {
	width: 350px;
    height: 180px;
    top: 50%;
    left: 50%;
    position: fixed;
    margin-top: -90px;
    margin-left: -175px;
    background-color: #fff;
    color: #000;
	padding: 30px;
}*/

#cookie-notice .cookie-notice-container {
    width: 350px;
    max-width: 70vw;
    margin-top: -90px;
    background-color: #fff;
    color: #000;
    padding: 30px;
}

#cookie-notice #cn-notice-text a {
	color: #000;
	text-decoration: underline;
}

#cookie-notice #cn-notice-text a:hover {
	color: #000;
	text-decoration: none;
}

#cookie-notice .cn-button {
	display: block;
	margin: 0 auto;
    width: 100px;
    margin-top: 20px;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #000;
    text-shadow: none;
    color: #fff;
}

section .team-component p{
margin: 0;
}

#logo a {
    display: block;
    width: 133px;
    height: 29px;
    text-indent: -99999px;
    padding: 21px 0 20px 0;
    background: url(components/media/logo.png) 0 18px no-repeat;
    background-size: 133px 29px;
}

.slider-box h1 {
    padding: 0;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 5px 0;
}

section h1 {
    font-size: 30px;
    color: #717171;
    border-top: 2px solid #b2b2b2;
    margin: 40px 0 40px 0;
    padding-top: 16px;
}

section h1 span {
    font-weight: normal;
    font-family: "Gesta-Light", sans-serif;
}

section table td span.custom-mr {
    margin-right: -26px;
}

@media screen and (min-width: 768px) {
    section table td span.custom-mr {
        margin-right: -32px;
    }
}

.page-template-default .grid > section > h1:first-child {
    margin-top: 0;
}

.grid.preisrechner_page input[type=number]::-webkit-inner-spin-button, 
.grid.preisrechner_page input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}/* von Michael Näf hinzugefügt */@media print {	#logo span, p.show_phone, #serviceNav, div.menu-footermenue-container, button.divario-button, #menu-footermenue, #mobile-nav, #menu-mobile-nav, ul.sub-menu, div.dropdown-component, div.preisrechner_page aside, footer, div.menu-hauptmenue-container  {		display: none !important;		width: 0 !important;		height: 0 !important;		overflow: hidden !important;	}		div.preisrechner_page section {		width: 100%;	}}

@media (min-width: 1024px) {
    .page-template-default .grid > aside + section {
        min-height: calc(100vh - 364px);
    }
}


/* pdf-list */
ul.pdf-list {
    padding: 0;
    margin: 40px 0;
}

ul.pdf-list > li {
    padding: 0;
    background: none;
    border-top: 1px solid #717171;
}

ul.pdf-list > li:last-child {
    border-bottom: 1px solid #717171;
}

ul.pdf-list > li > a {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 10px 20px;
    justify-content: space-between;
}

ul.pdf-list a > span:first-child {
    margin-right: 20px;
}

ul.pdf-list .read-more::after {
    content: '';
    display: inline-block;
    margin: 0 5px 0 10px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border: 1px solid #cd0019;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.vs-info-text {
    transition: all 0.5s ease;
    opacity: 0;
}

.vs-info-text ul {
    margin: 0;
    /* font-weight: 600; */
    font-family:"Gesta-Regular", sans-serif;
}

.vs-extra-text-title {
    font-size: 30px;
    border-top: none;
    margin-top: 45px;
    margin-bottom: -20px;
    color: #717171;
    font-family: "Gesta-Light", sans-serif;
    font-weight: 500;
}
