body {
    color: #4d4d4d;
    font-family: "vinciSansRegular", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.42857143;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "vinciSansLight", Arial, sans-serif;
    color: #005eb8;
}

h4 {
    font-size: 18px;
}

h1 {
    font-size: 2.58em;
    font-family: "Vinci Sans Light", Arial, sans-serif;
    line-height: 1em;
    margin-bottom: 24px;
}

h2 {
    clear: both;
    margin-top: -6px;
    font-size: 1.94em;
    line-height: 1.1em;
    color: #005eb8;
    margin-bottom: 28px;
}

h3 {
    clear: both;
    font-size: 20px;
    color: #005eb8;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.kc-logo-text {
    display: none;
}

#kc-page-title {
    margin: 0px !important;
}

#kc-locale {
    height: 0px !important;
    width: 0px !important;
}

#kc-locale ul {
    position: relative;
    list-style: none;
    top: -7px;
    right: -26px !important;
    min-width: 300px;
    padding: 2px 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.0);
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li {
    float: left
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: gainsboro;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: none;
    padding: 0 5px;
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.kc-dropdown-item {
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    border: 1px solid transparent;
    //padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
    background-color: gainsboro;
}

#kc-login {
    min-width: 100px;
    font-size: 16px;
    color: #fff;
    background-color: #A20067;
    border: none;
    padding: 5px;
    -webkit-appearance: button;
    cursor: pointer;
    width: 150px !important;
}

#kc-login:hover {
    background-color: #fff;
    color: #A20067;
}

#kc-form-buttons input {
    min-width: 100px;
    font-size: 16px;
    border: none;
    padding: 5px 32px;
    -webkit-appearance: button;
    cursor: pointer;
    width: 142px;
}

#kc-form-buttons input:hover {
    background-color: #fff;
    color: #A20067;
}

#kc-totp-settings-form input:hover {
    background-color: #fff;
    color: #A20067;
}

.border-ruby {
    border-color: #A20067 !important;
}

.alert-warning {
    font-size: 14px !important;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 14px;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.container-landingpage {
    width: 400px;
    height: 400px;
}

.forgot-password {
    color: #1269b0;
    text-decoration: none;
    margin-top: 14px;
}

#forgot-password {
	margin-top: 0.3rem;
	margin-left: 0.5rem;
}

.forgot-password:hover {
    color: #A20067;
}

.angemeldet-bleiben {
    font-family: "Vinci Sans Regular", sans-serif;
    font-weight: normal;
    color: #4d4d4d;
    font-size: 17px;
    line-height: 1.42857143;
    margin-right: 5px;
}

.login-header {
    font-family: "Vinci Sans", sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-top: 0px;
}

.landing-head {
    background: #FFF;
    padding-bottom: 24px;
}

.text-right {
    float: right;
	padding-top: 15px;
}

p {
    margin-bottom: 1em;
    line-height: 1.58em;
    font-size: 14px;
}

a {
    font-size: 14px;
}

ul {
    list-style-type: none;
    padding: 4px;
}

    ul > li > a {
        color: #4d4d4d;
    }

.login-slider {
    background: url('../img/slider_landing_eanvportal.jpg') no-repeat;
    background-position: center;
    height: 382px;
    margin-bottom: 72px;
}

.login-slider-xxl {
    background: url('../img/slider_landing_eanvportal.jpg') no-repeat;
    background-position: center;
    height: 760px;
    margin-bottom: 72px;
    background-size: cover;
}

.lense-mask-transparent {
    height: 382px;
    max-width: 497px;
    background-image: url('../img/lense_blue_middle.png');
    content: ' ';
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
}

.lense-mask-transparent::before {
    height: 382px;
    content: '';
    width: 1000px;
    left: -985px;
    top: 0;
    position: absolute;
    background-color: rgba(18,105,176,0.5);
}

.login-panel {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px 60px;
    margin-top: 30px;
    max-width: 600px;
    min-height: 240px;
    width: 410px;
    height: 100%;
}

.otp-panel {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px 60px;
    margin-top: 30px;
    max-width: 900px;
    min-height: 240px;
    width: 900px;
    height: 100%;
    z-index: 200;
}

.login-panel-header {
    background: rgba(255,255,255,0);
    padding-left: 60px;
    padding-right: 15px;
    font-size: 26px;
}

.login-panel-body {
    background: rgba(255,255,255,0);
    //padding-left: 60px;
    padding-right: 15px;
    width: 290px;
}

.login-panel-logo {
    height: 25px;
    margin-bottom: 8px;
}

.separator {
    height: 1px;
	background: #ccc;
	width: 110px;
}

.middle_separator {
    padding: 0 16px;
    color: #aaa;
    font-size: 11px;
    text-transform: uppercase;
}

.separator-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
    margin-bottom: 20px;
	width: 290px;
}

.angemeldet-bleiben {
    margin-bottom: 0.5rem !important;
	margin-top: 0.5rem !important;
    padding-left: 20px;
    font-size: 14px;
    font-family: "vinciSansRegular", Arial, sans-serif;
}

input[type="email"], input[type="text"], input[type="password"] {
    background: #FFF;
    height: 42px;
	margin-bottom: 0.5rem;
    padding: 6px 12px;
    display: block;
    font-size: 14px;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 290px;
    border-radius: 0px;
    border: 1px solid #ced4da;
    line-height: 1.42857143;
}

.input-zugang-aktivieren {
	border-radius: 4px !important;
	height: 34px !important;
}

.modal-header .close {
    padding-top: 0px;
}

.btn {
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    font-size: 14px;
	border-radius: 20px;
	height: 34px !important;
}

.btn:hover {
    cursor: pointer;
}

.btn-ruby {
    color: #fff;
    background-color: #A20067;
    border-color: #005eb8;
    padding: 6px 32px;
}

.btn-ruby:hover {
    background: #005eb8;
    border-color: #005eb8;
    color: #FFF;
}

.btn-white {
    color: black;
    background-color: #FFF;
    border: 1px solid #ccc !important;
    padding: 6px 32px;
}

.btn-white:hover {
    background: #005eb8 !important;
	border-color: #005eb8 !important;
    color: #FFF !important;
}

.vinci-btn-white {
    padding: 8px 28px ;
	background: #FFF;
    display: block;
    //font-size: 1.25rem !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 220px;
    border: none;
    line-height: 1.42857143;
    -webkit-appearance: button;
    cursor: pointer;
	font-weight: 400 !important;
	margin-top: 0.5rem
}

.vinci-btn-white:hover {
    background: #005eb8 !important;
	border-color: #005eb8 !important;
    color: #FFF !important;
}

.vinci-btn-white:hover span {
    background: #005eb8 !important;
	border-color: #005eb8 !important;
    color: #FFF !important;
}


.login-buttons {
	margin-left: 0px;
}

#vinci-login {
	padding: 0 !important;
}

#vinci-login img {
	margin-bottom: 4px !important;
}

.links-right-top {
    text-align: right;
}

.links-right-top > a {
    margin: 0 14px;
    color: #4d4d4d;
}

#serviceportal:hover {
	color: #A20067;
	text-decoration: none;
}

#webshop:hover {
	color: #A20067;
	text-decoration: none;
}

.slider-img {
    display: inline;
}

.img-label {
    padding: 4px 0 4px 15px;
}

.pre-footer-landingpage {
    width: 100%;
    bottom: 80px;
}

.pre-footer-col {
    padding: 35px 16px 0;
}

.social-btn {
    width: 33px;
    height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #6a6e74;
    display: inline-block;
    text-align: center;
}

.social-btn:hover {
    opacity: 0.8;
    cursor: pointer;
    text-align: center;
}

.social-btn > img {
    padding-top: 5px;
    width: 20px;
}

.grid-inner {
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
}

.blue-bezier-background {
    background: url('../img/struktur_hintergrund_blau.png') no-repeat;
    background-size: 100%;
    background-position: center;
}

label {
    font-weight: 200;
    font-size: 0.9em;
}

label:hover {
    cursor: pointer;
}

.white {
    color: #FFF !important;
}

.btn-round {
    display: inline-block;
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 9px 40px 12px 40px;
    font-weight: 600;
    margin-left: 12px;
    text-decoration: none;
    color: #005eb8;
}

.btn-round:hover {
    background: #005eb8;
    color: #FFF;
}

.panel-grid {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.panel-grid-cell {
    width: calc(100% - ( 0 * 30px ) );
}

.with-margin {
    margin: 48px 0;
}

.claim-inner-container {
    text-align: center;
    padding: 48px 0 52px 0;
}

.claim-inner-container h3 {
    color: #ffffff;
    font-size: 41px;
    font-family: "vinciSansLight", Arial, sans-serif;
    line-height: 16px;
    margin-bottom: 24px;
}

.margin-bottom-double {
    //margin-bottom: 96px !important;
}

.card {
    padding: 15px;
}

.card-header {
    background: rgb(210, 214, 219);
    min-height: 200px;
    padding: 15px;
}

.card-img {
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    //width: 199.61px;
    height: 30px;
    margin-top: 15px;
}

.eservice-logo {
    width: 275.15px
}

.etfs-logo {
    width: 193.5px
}

.enature-logo {
    width: 275.15px
}

.card-footer {
    font-size: 14px;
    background: #FFF;
    min-height: 200px;
    padding: 0 20px;
    text-align: left;
}

.card-footer > h3 {
    margin-top: 0;
}

.card-link {
    font-weight: bold;
    margin: 12px 10px;
    color: #ab0569;
    display: block;
}

.white-blob {
    width: 52px;
    position: relative;
    transform: translate(227%, -25px);
}

.grid-padding {
    //padding: 16px 0;
}

.slogan {
    color: #FFF;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: "Vinci Sans Medium", Arial, sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    width: 320px;
    padding-left: 16px;
}

.lense-mask-footer {
    height: 225px;
    content: ' ';
    top: 0;
    background-image: url('../img/lense_blue_big_footer_long.png');
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: left;
}

.lense-mask-footer::before {
    height: 225px;
    content: '';
    width: 1000px;
    left: -985px;
    top: 0;
    position: absolute;
    background-color: #005eb8;
}

.lense-mask-footer img {
    margin-bottom: 12px;
}

.lense-mask-footer p {
    margin-bottom: 1em;
    line-height: 1.3em;
}

.with-gradient {
    background: -webkit-linear-gradient(top, #ffffff 0%, #eef0f1 45%, #eef0f1);
    background: linear-gradient(to bottom, #ffffff 0%, #eef0f1 45%, #eef0f1);
}

.btn-kachel > .svg {
    z-index: 0;
    margin-top: 7px;
    width: 65px;
    height: 65px;
    fill: #AAA;
    opacity: 1;
}

.btn-kachel {
    border: 2px solid #ccc;
    padding: 12px;
    width: 154px;
    margin-right: 2px;
    margin-top: 7px;
    text-align: center;
    box-shadow: 3px 3px 2px 0 #eee;
    color: #4d4d4d;
    height: 140px;
    border-radius: 0;
}

.axianslogo {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    background: url('../img/axians.png') no-repeat left top;
    width: 85px;
    height: 25px;
}

.axianslogo-gross {
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
    background: url('../img/axians.png') no-repeat left top;
    background-size: 100%;
    width: 100px;
    height: 32px;
}

.loginFooterLinks {
    font-weight: bold;
    max-width: 1140px;
    position: relative;
    margin-top: 15px;
    text-align: left;
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: 100%
}

.loginFooterLinks a {
    color: #005eb8;
    font-size: 14px;
}

#stapler-beim-beladen {
	padding-right: 0px;
	padding-left: 53px;
}

/** MEDIA QUERIES **/
@media(max-width:1200px) {
    .grid-inner {
        margin: 0 15px !important;
    }

    .slogan {
        margin-left: 25px;
    }

    .login-panel {
        margin: 10px 0 10px !important;
    }

    .row {
        margin-left: 0 !important;
    }
	
	.login-slider {
		margin-bottom: 0px;
	}
	
	#portal-description {
		margin-left: 15px !important;
	}
	
	#weitere-funktionalitaeten {
		margin-top: 10px;
	}
		
	#infobrief {
		height: 240px
	}
	
	#infobrief h3 {
		font-size: 32px;
	}
}

@media(max-width:767px) {
    .hide-mobile {
        display: none;
    }

    .login-panel {
        //padding: 2px 12px !important;
    }

    .logo-v1 {
        display: inline-block !important;
    }

    .logo-v1 > img {
        display: inline-block !important;
        max-width: 44px;
    }
	
	.more-about-company {
		padding-bottom: 15px !important;
	}

    h1 {
        margin-bottom: 8px !important;
        font-size: 24px !important;
    }
	
	#waterfall {
		display: none;
	}
	
	#stapler-beim-beladen {
		padding-left: 15px !important;
	}
		
	#weitere-funktionalitaeten h2 {
		margin-bottom: 15px;
	}
	
	#infobrief h3 {
		font-size: 20px;
	}
	
	#infobrief {
		height: 220px
	}
}

@media(max-width:400px) {
	.login-panel {
        padding: 2px 12px !important;
    }
}

.waterfall {
    padding-bottom: 28px;
}

#waterfall-frontpage {
    width: 1140px;
    position: relative;
    height: 1300px;
    background-color: #eef0f1;
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
}

#waterfall-frontpage::before,
#waterfall-frontpage::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}

.waterfall-entry {
    background: #FFF;
    width: 31.5%;
    padding: 8px 14px 32px 14px;
    margin: 6px;
    float: left;
    box-sizing: border-box;
}

.waterfall-entry:nth-child(3n+1){order: 2;}
.waterfall-entry:nth-child(3n+2){order: 3;}
.waterfall-entry:nth-child(3n){order: 1;}

.waterfall-entry .category {
    text-transform: uppercase;
    color: #555;
}

.waterfall-entry-content {
    font-size: 15px;
    color: #888;
    margin: 0;
    display: block;
    line-height: 25px;
    background-color: white;
    padding: 22px;
    position: relative;
}

.waterfall-entry-content > h3 {
    font-size: 1.47em;
    line-height: 1em;
    color: #005eb8;
    margin-bottom: 22px;
}

.waterfall-entry-content > h3 > a {
    font-family: Lucida Grande,Lucida Sans,sans-serif;
    font-size: 20px;
    line-height: 1em;
    color: #005eb8;
    font-weight: bolder;
    margin-top: 8px!important;
}

.waterfall-image-container {
    position: relative;
}

.waterfall-image-container.backstretch-container, .waterfall-image-container.no-backstretch, .portal-title-container {
    height: 277px;
    display: block;
}

.fullcenterimg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.waterfall-entry-content > h3 > a:hover {
    color: #005eb8;
    text-decoration: none;
}

.waterfall-entry img {
    max-width: 305px;
    display: block;
}

.waterfall-entry text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.waterfall-entry .read-more a {
    color: #ab0569;
    font-weight: bold;
    margin-top: 12px;
    display: block;
    padding-left: 18px;
    font-size: 14px;
    font-family: Lucida Grande,Lucida Sans,sans-serif;
}

.waterfall-entry .read-more {
    background-image: url('../img/small-arrow-ruby.png');
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center left;
}

.waterfall-filter a {
    font-weight: 600;
    font-size: 0.94em;
    display: inline-block;
    padding-left: 68px;
    padding-right: 68px;
    margin-left: -4px;
    position: relative;
    top: -4px;
    height: 32px;
    text-decoration: none;
    border-radius: 20px;
}

.waterfall-filter {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #5292c6;
    margin-bottom: 72px;
    margin-top: 84px;
    height: 32px;
    a .active, a:hover

{
    text-decoration: none;
    background-color: #005eb8;
    color: #ffffff !important;
    height: 40px;
    padding-top: 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

a {
    font-weight: 600;
    font-size: 0.8em;
    display: inline-block;
    padding-left: 68px;
    padding-right: 68px;
    margin-left: -4px;
    position: relative;
    top: -4px;
    height: 32px;
    text-decoration: none;
    color: #005eb8;
}

.active {
    color: #FFF;
}

}

.waterfall-filter.blue {
    a .active, a:hover

{
    background-color: #1269b0;
    color: #FFF;
}

}

.calendar-icon.waterfall-icon {
    position: absolute;
    bottom: 15px;
    right: 24px;
    background-color: rgb(0, 94, 184);
}

.calendar-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.calendar-icon img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.languages {
    display: inline-block;
    margin-right: 25px;
    margin-left: 20px;
}

.selected-language {
    border-bottom: 2px solid rgba(0,94,184,0.48) !important;
}

.language-btn {
    background-color: buttonface;
}

.footer-landingpage {
    bottom: 0;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-logo {
    float: right;
}

label {
    font-weight: 200;
    font-size: 0.9em;
}

label:hover {
    cursor: pointer;
}

.btn-success {
    font-size: 14px !important;
}

/*Neu*/

.portal-title {
    font-family: "vinciSansMedium", Arial, sans-serif;
    font-size: 34pt;
}


.portal-title-padding {
    //padding-left: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
}

.portal-title-position {
    text-align: center;
    transform: translate(0, -50%);
    width: 100%;
    top: 50%;
    position: absolute;
}

.portal-title-container {
    background-color: #d2d6db;
    height: 277px;
    display: block;
    position: relative;
}

.firstLetter {
    font-size: 0.941em;
    color: #005eb8;
}

.name {
    font-size: 1.058em;
    color: #a20067;
    text-transform: uppercase;
}

.portal {
    color: #005eb8;
    font-size: 0.647em;
    text-transform: uppercase;
}

.blue-panel {
    height: 280px;
}

.blue-background {
    background-size: 100%;
    background-position: center;
    background-image: url('../img/struktur_hintergrund_blau.png');
}

.infobrief {
    color: white;
}

.button-link {
    display: inline-block;
    background-color: white;
    color: #A20067;
    border-radius: 20px;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 17px;
    margin-left: 12px;
    text-decoration: none;
}

.button-link:hover {
    background-color: #A20067;
    color: white;
}

.gradient-container {
    background: linear-gradient(to bottom, #f7f8f8 0%, #eef0f1 45%, #eef0f1);
}

.gradient-container-secound {
    background: linear-gradient(to bottom, #ffffff 0%, #eef0f1 45%, #eef0f1);
}

.more-about-company {
    padding-bottom: 48px;
}

.more-about-company-entry {
    background: transparent;
    margin-bottom: 12px;
}

.image-blob {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 28px;
    transform: translate(-50%, 0);
}

.text {
    margin-bottom: 27px;
}

.arrow-link {
    font-weight: 600;
}

.read-more a {
    color: #a20067;
    text-decoration: none;
}

.read-more a:hover {
    color: #005eb8;
}

.col-md-7 {
    padding-left: 0px !important;
}

.col-md-6 {
    padding-left: 0px !important;
}

.level-one-list {
    list-style-type: disc;
    font-size: 14px;
    margin-left: 40px;
}

.level-two-list {
    list-style-type: circle;
    font-size: 14px;
    margin-left: 40px
}

.functionalities-container {
    margin-top: 35px;
    margin-bottom: 5px;
}

.kachel {
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 12px;
    width: 154px;
    margin-right: 1%;
    text-align: center;
    box-shadow: 3px 3px 2px 0 #eee;
    color: #4d4d4d;
    height: 140px;
    border-radius: 0;
    font-size: 16px;
}

.kachel:hover {
    background: #d0e3ff;
    color: #4d4d4d;
    opacity: 0.9;
    cursor: pointer;
    text-decoration: none;
}

.kachel-icon {
    width: 65px;
    height: 65px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.kachel-title {
    font-size: 14px;
}

.kachel-container {
    margin-bottom: 28px;
}

.invalid {
    border-left: 5px solid #a94442 !important;
    border-radius: .25rem !important;
}

.valid {
    border-left: 5px solid #42a948 !important;
    border-radius: .25rem !important;
}


/** Cookie-Info **/
#cookie-info {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
	align-items: center !important;
    background: white;
    box-shadow: -1px 2px 3px rgba(0,0,0,0.4);
    padding: 15px 0px;
    display: none;
    transition: top 300ms ease-in;
    z-index: 99;
	max-height: 60%;
	overflow-y: scroll;
}

.cookie-container {
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto !important;
    width: auto !important;
	background: inherit;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
	overflow: hidden !important;
}

.cookie-container h3 {
	color: #555;
}

.cookie-container p {
	font-size: 13px;
	margin-bottom: 0px !important;
}

.cookie-container a {
	font-size: 13px;
	margin-bottom: 0px !important;
}

.cookie-container label {
	font-size: 13px;
}

#cookie-categories {
	padding: 0px !important;
	margin: 0.5em 0;
	justify-content: center !important;
}

#cookie-categories ul {
	padding: 0px !important;
	margin: 0.5em 0;
	justify-content: center !important;
}

#cookie-categories li {
	display: inline;
    margin: 0 0.9375em 0.375em 0;
}

#cookie-categories input {
	border-color: #a72828 !important;
}

.checkbox-indicator {
	background-color: #fff;
    border-color: #a72828;
    border-radius: 4px;
	border-style: solid;
    border-width: 2px;
    padding: 0 !important;
    position: absolute;
	bottom: 0px;
    left: -2px;
    height: 20px;
    width: 20px;
    transition: .25s;
}

.cookie-checkbox-label input:checked ~ .checkbox-indicator {
    background-color: #28a745;
    border-color: #28a745;
}

.cookie-checkbox-label input:disabled ~ .checkbox-indicator {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.cookie-checkbox-label {
    color: inherit;
    cursor: pointer;
    padding-left: 2em !important;
    position: relative;
}

.cookie-category-checkbox {
	color: inherit;
    cursor: pointer;
    //display: block;
    //padding-left: 2em;
    position: relative;
}

#right-cookie-container {
	text-align: center;
	cursor: pointer
}

.btn-cookies {
	background: #f7f7f7;
    border-radius: 4px;
    color: #555;
	display: inline-block;
    font-family: inherit;
    font-size: 14px;
    padding: 0.75em 2em;
    text-decoration: none;
    transition: background-color 125ms linear;
	width: 100%;
	margin-bottom: 1em;
}

.btn-cookies:hover {
	background: #e6e6e6;
}

.btn-accept-all {
	background: #a20067 !important;
    color: #fff !important;
	margin-top: 1em;
}

.btn-accept-all:hover {
	background: #910a67 !important;
}

.legal {
	margin-top: 1em;
	margin-bottom: 0px !important;
}

.legal a {
	color: #aaa !important;
	font-family: inherit !important;
	font-size: 11px !important;
}

.legal span {
	color: #aaa !important;
	font-family: inherit !important;
	font-size: 11px !important;
}

.slick-dots {
    bottom: -35px;
}

#news-container {
    min-height: 500px;
    padding-top: 72px;
    padding-bottom: 32px;
}

#news-container .news-wrapper {
    background-color: white;
    margin-left: auto;
}