@CHARSET "UTF-8";

body{
	background-color:#ddd;
	font-size:16px;
}
.container-fluid{
	max-width:1920px;
	margin-left:auto !important;
	margin-right:auto !important;
}
.f12{
	font-size:12px;
}
.page-header .navbar-fixed-top {
    background-color: #ddd !important;
}
.page-header .navbar .navbar-nav>li>a {
	color:#fff;
/* 	background: #888; */
	padding: 22px 21px;
}
.page-header .navbar-collapse .navbar-nav .more-dropdown>a:after {
    color: #fff !important;
}
.font-12{
	font-size:12px;
}
#europa-form{
	display:none;
}
.page-header .navbar .page-logo {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
	height: unset;
    max-height: 175px;
     max-width: 300px; 
	width:300px;
}
.page-header .navbar .navbar-nav>li>a {
		transition-duration: .3s;
	    transition-property: all;
	    transition-timing-function: cubic-bezier(.7,1,.7,1);
	}
@media (min-width: 992px){
	.page-header .navbar-fixed-top {
/* 	    padding: 0px 15px; */
	}
	.page-content {
    	padding-top: 140px;
	}
	.page-header .navbar-collapse {
	    transition-duration: .3s;
	    transition-property: all;
	    transition-timing-function: cubic-bezier(.7,1,.7,1);
		margin-top: 0px;
		position:absolute;
		bottom:0;
		left:340px;
	}
	.page-on-scroll .page-header .navbar-collapse {
	    transition-duration: .3s;
	    transition-property: all;
	    transition-timing-function: cubic-bezier(.7,1,.7,1);
		margin-top: 0px;
		position:absolute;
		bottom:0;
		left:250px;
	}
	.page-on-scroll .page-header .navbar .page-logo {
		transition-duration: .3s;
	    transition-property: all;
	    transition-timing-function: cubic-bezier(.7,1,.7,1);
		width:200px;
	}
	.page-on-scroll .page-header .navbar .navbar-nav>li>a {
		transition-duration: .3s;
	    transition-property: all;
	    transition-timing-function: cubic-bezier(.7,1,.7,1);
		padding: 9px 15px;
	}
}


.main-headline{
	line-height: 1.8em;	
}
.pricing-content-1 .price-table-footer {
    padding: 0px 0 20px;
}
.pricing-content-1 .price-table-footer .alert{
	margin-top:20px;
}
.copyright {
    color: #555;
	text-align:center;
}
.form-group.form-md-line-input.form-md-floating-label .form-control.edited~label{
    font-size: 15px;
}
.account-card{
	
	margin-bottom:70px;
}

.header-img{
	    height: 300px;
    background-size: cover;
}
.multiple-logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.multiple-logos .wahl-logo{
    margin:0!important;
}

.goals-intro{
	margin-top:20px;
	hyphens: auto;
}
.goals-intro li{
    margin-bottom:5px;
}
.preview-document{
    width:150px;
}
.intro-video{
    text-align: center;
    padding: 15px;
}
.title-slogan{
    text-align: center;
}
.card-icon {
  width: 100%;
  text-align: center;
  overflow: hidden; }

.card-icon i {
  font-size: 50px;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 40px 40px;
  margin: 30px 0 30px 0;
  
}
.add-input{
	cursor:pointer;
}


.card-title {
  text-align: center; }
.card-title a{
	color:inherit;
	text-decoration:none;
}
.card-title span {
  font-size: 18px;
  font-weight: 600;
  color: #373d43; }

.card-desc {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }

.card-desc span {
  font-size: 14px;
  font-weight: 400;
  color: #808a94; }

.mt-element-overlay .mt-overlay-1 {
/*     max-height: 300px; */
    height: 380px;
}

.mt-element-overlay.party .mt-overlay-1 {
/*     max-height: 300px; */
    height: 250px;
	max-height: 140px;
	margin-top:15px;
	
}
.mt-element-overlay.party .mt-overlay-1.party {
/*     max-height: 300px; */
    height: 250px;
	background-size: contain;
    background-repeat: no-repeat;
}

.mt-element-overlay .mt-overlay-1:hover img, .mt-element-overlay .mt-overlay-1:hover .img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}

.mt-element-overlay .mt-overlay-1 img, .mt-element-overlay .mt-overlay-1 .img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
    height: 100%;
}
.mt-element-overlay .mt-overlay-1 .img {
	background-size:cover;
	background-position-x: 50%;
}
.display-none{
	display:none;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}

.mt-step-col a,.mt-step-col a:hover{
	text-decoration:none;
}

.price-table-content{
	margin-right: 1px;
}
.price-column-container{
	margin-bottom:20px !important;
}

.dropdown-menu-v2 {
    top: 100%;
    right: 0;
    z-index: 1001;
    display: none;
    float: left;
    min-width: 225px;
    padding: 20px;
    margin: 25px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    position: absolute;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
	border:1px solid #39424a;
}

.dropdown-menu-v2 .form-group.form-md-line-input{
	margin:0;
}
.dropdown-menu-v2:before {
	display:none;
    border-color: transparent transparent #fff;
}

.btn-login{
	margin-top:10px;
}
.btn-show-login{
	margin-top:15px;
}
.dropdown-menu-v2>li>a:focus, .dropdown-menu-v2>li>a:hover {
    background: #eee;
}
.page-header .navbar .topbar-actions .btn-group-img .btn>span {
    color: #444;
}
.page-header .navbar .topbar-actions .btn-group-img .btn {
    background: #fff;
}
.page-header .navbar .topbar-actions .btn-group-img .btn>img {
    height: 34px;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
    background: url(/img/plus.png) right bottom no-repeat;
    margin-right: 15px;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    background: url(/img/minus.png) right -3px no-repeat;
    margin-right: 15px;
}

.profile-content .quote{
    margin-top: 10px;
    padding: 20px;

    font-size: 1.3em;
}
.profile-content .thema{
	font-weight:600;
	font-size:0.9em;
}
.profile-content a:hover{
	color:inherit;
}
.profile-content .quote i{
	color:#888;
}
.profile ul.profile-nav li.content{
    color: #557386;
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 1px;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df;
}

.profile ul.profile-nav li a.profile-social-link{
	display:inline;
	background: #fff;
	line-height:37px;
	border-left:0;
}
.profile-info{
	margin-bottom:30px;
}
.profile-info .vita{
	margin-top:13px;
}
.price-ribbon {
    position: absolute;
    top: 30px;
    right: -4px;
    width: 90px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 6px 20px 6px 15px;
    color: #fff;
    background-color: #D91E18;
    text-shadow: 0 1px 2px #bbb;
    -webkit-box-shadow: 0 2px 4px #888;
    -moz-box-shadow: 0 2px 4px #888;
    box-shadow: 0 2px 4px #888;
	z-index:999;
}

.profile-nav .price-ribbon{
	right: -20px;
}
.price-ribbon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #64120f transparent transparent #64120f;
}
.live-event .price-ribbon{
	top: 47px;
    right: -5px;
}
.video-container{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	width:100%;
}
.price-ribbon-left {
    position: absolute;
    top: 10px;
    left: -20px;
    width: 90px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 6px 20px 6px 15px;
    color: #fff;
    background-color: #39424a;
    text-shadow: 0 1px 2px #bbb;
    -webkit-box-shadow: 0 2px 4px #888;
    -moz-box-shadow: 0 2px 4px #888;
    box-shadow: 0 2px 4px #888;
    z-index: 999;
}
.price-ribbon-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #072b4a #072b4a transparent transparent;
}

.btn-preview{
	float:right;
}
.btn-preview2{
	margin-left: auto;
    margin-right: auto;
    display: block;
	margin-top:10px;
}

.highlight{
	font-weight:bold;
}
.page-header .navbar .navbar-toggle {
    padding-right: 10px;
}
.share{
	float:right;
}
.share img{
	margin-top:15px;
	color:#000;
}
.jssocials-share-link{
	border:0;
	color: #666;
}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    border: 0;
    color: #939393;
}
.jssocials-share {
    display: block;
}
img.jssocials-share-logo{
	width:15px;
	margin-right:6px;
	margin-left:5px;
}
.forumlink{
	text-align:right;
}
.in-modal{
	padding:5px;
}
.help-block-error{
	color: #e73d4a;
}
.mt-card-item{
	height:540px;
}
.mt-card-item.party{
	height:unset;
}
.mt-card-avatar{
	background-size: cover;
}

.price-button{
	margin-top: 7px;
}
.top20{
	margin-top:20px;
}
.status-container{
	font-size: 0.8em;
    margin-left: 20px;
}
.mt-card-item.select-candidates{
	height:100px;
}
.mt-element-overlay .select-candidates .mt-overlay-1{
	height:100px;
}
.mt-element-card.mt-card-round .mt-card-item {
    padding: 0px;
	border:0;
}
.sm-candidate{
    border-radius: 50%!important;
	height:182px;
	background-size:cover;
	position:relative;
	cursor:pointer;
}
.checker{
	position:absolute;
	bottom:0;
	right:0;
	font-size:31px;
}
.candidate-thumb{
	width:182px;
	height:182px;
	background-size:cover;
	border-radius: 50%!important;
}
.thumb-answers{
	width:105px;
	height:105px;
}
.mobile-candidate-thumb{
	display:none;
	width:40px;
	height:40px;
}
.mb-5{
    margin-bottom: 15px;
}
.candidate-container{
	margin-right: 6px;
    margin-left: 6px;
}
.pointer{
	cursor:pointer;
}
.pointer:hover{
	cursor:pointer;
}
.panel-body.text16{
	font-size:16px;
}
.accordion-toggle .more{
	display:none;
}

.accordion-toggle.collapsed .more{
	margin-left: 18px;
    font-size: 13px;
	display:block;
}
.portlet.light.minimalPadding {
    padding: 12px 5px 15px;
}
.profile-content .mt-element-list .list-simple.mt-list-container ul>.mt-list-item>.list-item-content{
	padding:0;
}
#nothingFound{
	display:none;
}
.old-item{
	display:none;
}

.slick-next {
    right: 5px;
}
.slick-prev {
    left: 5px;
    z-index: 10;
}
.picslider{
  display: none;
}
.picslider.slick-initialized{
  display: block;
}
.amcharts-chart-div a {
    right: 0;
    bottom: 0;
	left: unset !important;
	top: unset !important;
}
/*Countdown*/
#defaultCountdown {
  width: 100%;
  margin: 60px 0;
  overflow: hidden; }

#defaultCountdown span.countdown_row {
  overflow: hidden; }

#defaultCountdown span.countdown_row span {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-right: 2px; }

#defaultCountdown span.countdown_row > span {
  float: left; }

#defaultCountdown span.countdown_section {
  color: #666;
  padding: 7px 15px !important;
  margin-bottom: 2px;
  font-weight: 300;
/*   background: url(../img/bg-white.png) repeat; */
  text-align: center; }

#defaultCountdown span.countdown_amount {
  display: inline-block;
  font-size: 38px !important;
  padding: 15px !important;
  font-weight: 300; }

.wahl-card{
	border: 1px solid #c6c6c6;
	padding: 15px;
	box-shadow: 3px -2px 8px 2px #888888;
}

.wahl-card-container a{
	text-decoration: none;
	color: #000;
}

.mtop10{
	margin-top: 40px;
}
.mbttm40{
	margin-bottom: 40px;
}
.center-box{
	margin: auto;
    float: none;
}

.min-height-2{
	min-height:8rem;
}
.partyCandidates{
	margin-top:1em;
}
.ask{
	margin-top:2em;
	margin-bottom:2em;
}
.ask button{
	margin-right:10px;
}
.comingElections{
	margin-top:2em;
}
.mt-timeline-2.comingElections>.mt-container>.mt-item>.mt-timeline-content>.mt-content-container .mt-avatar {
	border-radius:0!important;
	font-size: 28px;
}
.sponsoring{
	width:95%;
	max-width: 400px;
    margin:15px;
}
.kufa{
    margin:15px;
}
.pclub{
	width:100%;
	max-width: 100px;
    margin:15px;
}
.login.account .content{
	min-width:50%;
	max-width:80%;
}

.account .account-img{
	max-width: 25%;
    margin-bottom: 1em;
    max-height: 150px;
}
.chartdiv{
  width: 100%;
  height: 300px;
  margin-top:3em;
}
#chartdiv2.chartdiv{
	height:500px;
}
.thin-border{
	border: 1px solid #c6c6c6;
	height:100%;
	padding:5px;
}
.no-pad{
	padding:0;
}
.pl15{
	padding-left: 15px;
}
.pr15{
	padding-right:15px;
}
.question-text{
	font-weight:600;
}
.answer-text{
	padding:10px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.note-author{
	font-size: 80%;
    margin-top: 10px;
    border-top: 1px solid #c6c6c6;
}
.party-thumb{
	background-size: contain;
    border-radius: 0!important; 
    background-repeat: no-repeat;
	
}
.party-candidate{
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
	border-radius: 0!important;
}
.answer-rate{
	font-size: 12px;
}
.mobile-party-thumb{
	color:#656565;
}
.mobile-party-thumb img{
	max-width:150px;
	margin-right:10px;
}
.row.equal {
  display: flex;
  flex-wrap: wrap;
}
.h100{
	height:100%;
}
.nopad{
	padding:0;
}
.footer .row{
	margin-left:0;
	margin-right:0;
}
.token-login{
	
	margin-bottom:40px;
}
.mb40{
	margin-bottom:40px;
}
.mb65{
	margin-bottom:65px;
}
.start-video{
	padding:20px;
}
img.custom-logo {
    max-width: 190px;
    max-height: 125px;
    padding: 5px;
    min-width: 30px;
    min-height: 30px;
}
.logo-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #fff;
}
.wahl-logo{
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.wahl-logo-aside {
    width: 216px;
    float: right;
    margin: 10px;
}

.voting-countdown,.candidate-countdown{
	margin-left:auto!important;
	margin-right:auto!important;
	max-width:500px;
}
.profile-userpic{
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
    border-radius: 50%;
    height: 100px;
    background-size: contain;
    border-radius: 50%;
    box-shadow: #c6c6c6 4px 9px 10px 1px;
}

.page-listen .price-ribbon{
    top:130px;
}
.home-logos{
    display:flex;
    justify-content: space-evenly;
}
.home-logos img{
    max-height:200px;
    height:100%;
}
/*Responsive*/
@media (min-width: 768px) {
	.live-event .portlet.box>.portlet-body{
		padding-right: 80px;
	}
}
@media (min-width: 992px) {
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
}
@media (max-width: 1024px) {
  #defaultCountdown span.countdown_amount {
    padding: 10px; } }
@media (max-width: 991px){
	.page-header .page-logo img{
		width:300px !important;
	}
	.page-header .topbar-actions {
	    right: 80px;
	}
	.comingElections{
		padding-left:50px;
	}
}
@media (max-width: 768px){
	.page-content{
		padding:5px;	
	}
	.container, .container-fluid {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.portlet.light.portlet-fit>.portlet-body {
	    padding: 10px 0px 20px;
	}
	.faq-content-1 .faq-section {
	    padding: 40px 5px 30px;
	}
	.page-header .topbar-actions .btn-group-img .btn>span {
	    display: inline-block!important;
	}
	.page-header .topbar-actions{
		position: static!important;
		float: right;
    	margin-bottom: 15px;
/* 		margin-right:10px; */
	}
	.page-header .page-logo img{
		width:220px !important;
	}
	
	
}
@media (max-width: 480px) {
	.main-headline{
		line-height:1.2em;
	}
	h3{
		font-size:23px;
	}
	.profile-nav .price-ribbon{
		right:0px;
	}
	.price-ribbon, .profile-nav .price-ribbon{
		right:16px;
	}
	.price-ribbon::after{
		border-width:0px;	
	}
	.mobile-pad{
	    padding-left: 15px;
    	padding-right: 15px;
	}
	.copyright{
		font-size:11px;
	}
	.candidate-thumb{
		width:80px;
		height:80px;
		
	}
	.mobile-candidate-thumb{
		display: block;
	    float: left;
	    margin-right: 5px;
	    border-radius: 50%;
	    background-size: cover;
	}
	.heading-vergleichen{
		margin-top:10px;
		margin-bottom:14px;	
	}
	.list-entry-vergleichen{
		border-bottom: 1px solid #c6c6c6;
		text-align:justify;
	}
	.list-entry-vergleichen ul,.list-entry-vergleichen ol{
		padding-left:20px;
		max-width: calc(100% - 45px);
	} 
	p.width-adjust{
		max-width: calc(100% - 45px);
	}
	.sm-candidate{
		height:80px;
	}
	.candidate-name{
		font-size:12px;
	}
	.open>.dropdown-menu-v2 {
	    left: 5%;
	    right: 5%;
	    top: 0;
	}
	.page-home .dropdown-backdrop{
		background-color: rgba(50,50,50,0.8);
	}
	.question-text{
		text-align:justify;
	}
	.ask .btn{
		display:block;
		margin-left: auto;
    	margin-right: auto;
	}
	.ask{
		text-align:center;
	}
}