@-webkit-keyframes btn-click {
    0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
    33% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


@keyframes btn-click {
    0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
    33% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.2em;
  font-family: 'Ubuntu', Verdana, Tahoma, "DejaVu Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #3D3E3E;
  background-color: #fff;
  background: #fff url('/sites/all/themes/jugendprais/images/bg.png');
  font-size: 16px;
  position:relative;
  min-height:100%;
  padding-bottom: 58px;
}

body.node-type-page,
body.node-type-article,
body.page-news{
	background: #fff;
}

.slicknav_menu {
	z-index: 144;
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0072b9;
  color: #00436A;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #003353;
}

a:active {
  color: #c00;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 25px;
  line-height: 30px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #00436A;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
  border-radius: 0;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

.layout-swap {
	padding-top: 81px;
}

.layout-center > header {
	position: fixed;
	top: 0 !important;
	left:0;
	right:0;
	box-shadow: 0 0 10px #aaa;
	background: #fff url(/sites/all/themes/jugendprais/images/bg.png);
	border-bottom: solid #ccc 1px;
	/*
	left: 50%;
	width: 960px;
	margin-left: -480px;
	z-index: 51;
	*/
	height: 100px;
	
	z-index: 50;
}
body.admin-menu .layout-center > header {
	top: 20px;
}
body.admin-menu.adminimal-menu .layout-center > header {
	top: 29px;
}
@media (min-width: 555px) {
  .layout-swap__top {
	/*
	position: fixed;
	top: 0;
	height: 100px;
	width: 100%;
	box-shadow: 0 0 10px #aaa;
	background: #fff url('/sites/all/themes/jugendprais/images/bg.png');
	border-bottom: solid #ccc 1px;
	z-index: 50;
	*/
  }
  body.admin-menu .layout-swap__top {
	  top: 20px;
  }
  body.admin-menu.adminimal-menu .layout-swap__top {
	  top: 29px;
  }
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #0072b9;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header__logo {
  display: inline-block;
  height:100%;
  position: absolute;
  left: 50%;
  margin-left: -480px;
}

@media screen and (max-width: 1000px) {
	.header__logo {
		padding-left: 20px;
		margin-left: 0;
		left: 0;
	}
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
  width: 50px;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu,
#block-system-main-menu > ul.menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

#block-system-main-menu {
	position: absolute;
	top: 0;
	left: 50%;
	width: 886px;
	margin-left: -406px;
	font-size: 20px;
	line-height: 92px;
	font-family: 'Ubuntu Condensed', sans-serif;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}
.navbar li,
#block-system-main-menu > ul.menu > li {
	display: table;
	table-layout:fixed;
	padding: 0;
	float: left;
	position:relative;
	border-bottom: solid transparent 8px;
	-webkit-transition: border-bottom 0.3s ease-in-out;
	transition:border-bottom 0.3s ease-in-out;
}
.navbar li:hover,
#block-system-main-menu > ul.menu > li:hover {
	border-bottom: solid #00436a 8px;
}
.navbar li a,
#block-system-main-menu > ul.menu > li > a {
	display: table-cell;
	text-transform:uppercase;
	text-decoration: none;
	color: #00436A;
	padding: 0 36px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#block-system-main-menu > ul.menu > li > a:hover {
	color: #FEC00F;
}

#block-system-main-menu > ul.menu li > ul.menu {
	margin: 0;
	padding: 0;
	background: #FEC00F;
	border-top: solid #00436a 8px;
	position: absolute;
	top: 92px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-index: -1; 
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; 
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
#block-system-main-menu > ul.menu li:hover > ul.menu {
	/*
	display: block;
	*/
	visibility: visible;
	opacity: 1;
	z-index: 1;
	-webkit-transition-delay: 0s, 0s, 0.3s;
	        transition-delay: 0s, 0s, 0.3s;
}
#block-system-main-menu > ul.menu li > ul.menu li {
	list-style:none;
}
#block-system-main-menu > ul.menu li > ul.menu li:first-of-type {
	/*
	border-top: solid #ccc 1px;
	*/
}
#block-system-main-menu > ul.menu li > ul.menu li a {
	text-decoration: none;
	display: block;
	padding: 6px 24px;
	line-height: 30px;
	color:#00436A;
	font-family: "Helvetica Neue", Helvetica, Gotham, Arial, sans-serif;
}

#block-system-main-menu > ul.menu li > ul.menu li a:hover {
	color: #FEC00F;
	background: #00436A;
}	


[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}



#block-block-5,
#block-block-6 {
	display: none;
}
@media screen and (max-width: 1000px) {
	#block-block-5 {
		display: block;
		float:right;
		height: 100px;
		position: relative;
		z-index: 100;
	}
	#block-block-5 p {
		display: table;
		margin: 0;
		height: 100%;
	}
	#block-block-5 p a {
		display: table-cell;
		text-transform: uppercase;
		text-decoration: none;
		color: #00436A;
		padding: 0 20px;
		vertical-align:middle;
		font-size: 20px;
		font-family: 'Ubuntu Condensed', sans-serif;
	}

	#block-block-5 p a:hover {
		color: #FEC00F;
	}

	#block-block-6 {
		display:block;
		position:fixed;
		top: 110%;
		left: 0;
		right: 0;
		border-bottom: solid #ECC016 1px;
		background: #ECC016;
		height: 100px;
		padding: 0 20px;
		-webkit-transition: top 0.3s;
		transition: top 0.3s;
		z-index:101;
	}
	#block-block-6 a.close {
		position:absolute;
		top: 50%;
		right: 20px;
		margin-top: -18px;
		width: 36px;
		height: 36px;
		border: solid #00436a 1px;
		border-radius: 18px;
		background: #00436a;
		font-size: 0;
	}
	#block-block-6 a.close:hover {
		background: #fff;
	}
	#block-block-6 a.close:before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url('/sites/all/themes/jugendprais/images/close.png');
		background-repeat: no-repeat;
		background-size: 18px;
		height: 18px;
		width: 18px;
		margin: auto;
	}
	.mobile_menu #block-block-6 {
		top: 0;
	}
	
	#block-block-6 p {
		margin: 30px 0;
		text-align: center;
	}
	
	#block-block-6 p a {
		
	}
	
	
	#block-system-main-menu {
		position: fixed;
		top: 110%;
		left: 0;
		right: 0;
		height: 100%;
		height: calc(100% - 88px);
		margin-left: 0;
		width: auto;
		background: #00436A;
		color: #fff;
		opacity: 0;
		-webkit-transition: top 0.3s, opacity 0.3s;
		transition: top 0.3s, opacity 0.3s;
		line-height: 30px;
	}
	.mobile_menu #block-system-main-menu {
		top: 100px;
		opacity: 1;
		overflow: auto;
	}
	
	#block-system-main-menu > ul.menu {
		margin-top: 36px;
		margin-bottom: 36px;
		-webkit-transform:scale(0.5);
		        transform:scale(0.5);
		-webkit-transition: -webkit-transform 0.2s 0.1s;
		transition: -webkit-transform 0.2s 0.1s;
		transition: transform 0.2s 0.1s;
		transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
	}
	.mobile_menu #block-system-main-menu > ul.menu {
		-webkit-transform:scale(1);
		        transform:scale(1);
	}
	
	#block-system-main-menu > ul.menu > li {
		display: block;
		float: none;
		border-bottom: 0;
		text-align:center;
	}
	#block-system-main-menu > ul.menu > li:hover {
		border-bottom: 0;
	}
	
	#block-system-main-menu > ul.menu > li > a {
		color: #fff;
		text-align:center;
		border-bottom: solid #00436A 1px;
		padding: 0;
		margin-bottom: 12px;
		display: inline-block;
		-webkit-transition: border-bottom 0.3s, padding 0.25s 0.05s;
		transition: border-bottom 0.3s, padding 0.25s 0.05s;
	}
	#block-system-main-menu > ul.menu > li a:hover {
		border-bottom: solid #ECC016 1px;
		padding: 0 6px;
	}
	
	#block-system-main-menu > ul.menu li > ul.menu {
		position: relative;
		top: 12px;
		display: block;
		background: #ECC016;
		border-top: 0;
		opacity:1;
		max-width: 300px;
		padding: 5px;
		margin: auto;
		margin-bottom: 20px;
		visibility:visible;
	}
	
	#block-system-main-menu > ul.menu li > ul.menu:before {
		content: url('/sites/all/themes/jugendprais/images/arrow_up.png');
		position:absolute;
		top: -20px;
		margin-left: -21.5px;
	}
	
	#block-system-main-menu > ul.menu li > ul.menu > li a {
		border-bottom: 0;
		-webkit-transition: color 0.3s, background 0.3s;
		transition: color 0.3s, background 0.3s;
	}

}

@media screen and (max-width: 500px) {
	#block-block-6 p {
		text-align:left;
	}
	
	#block-block-6 .btn-both {
		font-size: 14px;
	}
}
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 6px 0;
}

.form-item__required,
.form-required {
  color: #c00;
}
.webform-component .form-required {
	color: #FCC016;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}




.form-styled-managed-file .widget-data {
	position:relative;
	height: 30px;
	margin-right: 140px;
}

.form-styled-managed-file .file-button {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 140px;
	border: solid #ECC016 1px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.form-styled-managed-file .hover .file-button {
	border: solid #fff 1px;
	background: #ECC016;
	color: #00436a;
}

.form-styled-managed-file .hover .form-file {
	cursor: pointer;
}

.form-styled-managed-file ::-webkit-file-upload-button {
	display: none;
}

.form-styled-managed-file .file-name {
	position:absolute;
	top: 0;
	left: 150px;
	right: 0;
	bottom: 0;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form-styled-managed-file .form-file {
	opacity: 0;
	height: 30px;
	width: 100%;
}

.form-styled-managed-file .form-submit {
	position:absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	height: 30px;
	width: 130px;
	line-height:30px;
	font-size: 16px !important;
	margin-left: 10px;
}

@media screen and (max-width: 500px) {
	.form-styled-managed-file .widget-data {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.form-styled-managed-file .form-submit {
		left: 50%;
		margin-left: -65px;
		margin-top: 40px;
	}
}

.tabledrag-toggle-weight-wrapper {
	display: none;
}

.webform-component--photos table,
.webform-component--autres table {
	margin-top: 0;
}

.tabledrag-handle {
	display: none;
}

.node-webform table .form-styled-managed-file .file a,
.node-webform table .form-styled-managed-file .file-size {
	color: #00436A;
}
.node-webform table td:last-of-type input {
	float:right;
	height: 30px;
	line-height: 28px;
	font-size: 16px !important;
	margin: 2px;
}

.node-webform table tbody {
	border: 0;
}

.node-webform table tbody tr {
	background: #BFD0D9 !important;
	border: 0;
}
.node-webform table tbody tr:nth-child(even) { 
	background: #ccdee8 !important;
}
#better-messages-default table tbody tr {
	background: none !important;
	border: 0 !important;	
}

.node-webform table tbody tr:last-of-type {
	border-bottom: 0;
}

.node-webform table thead th:last-of-type {
	text-align:right;
	width: 100px;
}

.webform-component--photos .form-submit:hover {
	border-color: #fff;
}



.layout-3col > main:after {
	content: '';
	clear: both;
	display: table;
}
.not-front .layout-3col > main {
	margin: 36px 0;
}
.node-type-webform .layout-3col > main {
	margin-bottom: 0;
}
.page-news .view-news .views-row
{
	border-bottom: 1px solid grey;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.page-news .view-news .views-row h2
{
	margin: 0;
}
.page-news .view-news .views-row h2 a
{
	text-decoration: none;
}
.page-retrospective .layout-3col > main,
.node-type-projet .layout-3col > main,
.node-type-page .layout-3col > main,
.page-news  .layout-3col > main,
.node-type-article .layout-3col > main,
.page-edition2017 .layout-center
{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	float:none;
}
@media screen and (max-width: 1000px) {
	.page-retrospective .layout-3col > main,
	.node-type-projet .layout-3col > main,
	.node-type-page .layout-3col > main,
	.page-news  .layout-3col > main,
	.node-type-article .layout-3col > main,
	.page-edition2017 .layout-center{
		padding: 0 20px;
	}
}


.front .layout-3col > main {
	margin: 0;
	padding:0;
	max-width:none
}


.node-type-page h3 {
	font-size: 20px;
	line-height: 24px;
}



.node-webform .webform-previous {
	position: absolute;
	top: 100%;
	left:0;
	margin-top: 12px;
	width:320px;
	background: #00436A url('/sites/all/themes/jugendprais/images/button-left.png') !important;
	background-repeat: no-repeat !important;
	background-position: -1px center !important;
}
.node-webform .webform-previous:hover {
	background: #FCC016 url('/sites/all/themes/jugendprais/images/button-left-hover.png') !important;
	background-repeat: no-repeat !important;
	background-position: -1px center !important;
}

.node-webform .webform-next,
.node-webform .webform-next:hover {
	background-position: center right -1px !important;
}


[class*="btn-"],
.btn,
.form-submit {
	display: inline-block;
	background: #00436A;
	border: solid #FCC016 1px;
	background-position: center right;
	position:relative;
	color: #fff;
	text-decoration: none;
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
}
[class*="btn-"]:active,
.btn:active {
	background: #00436A !important;
	color: #fff;
}
.btn-both:before,
.btn-left:before {
	content: '';
	background: url('/sites/all/themes/jugendprais/images/button-left.png');
	background-position: center left;
	position:absolute;
	top: 50%;
	left: -1px;
	margin-top: -11px;
	height: 22px;
	width: 18px;
}
.btn-both:after,
.btn-right:after {
	content: '';
	background: url('/sites/all/themes/jugendprais/images/button-right.png');
	background-position: center right;
	position:absolute;
	top: 50%;
	right: -1px;
	margin-top: -11px;
	height: 22px;
	width: 18px;
}
.form-submit {
	background: #00436A url('/sites/all/themes/jugendprais/images/button-right.png');
	background-repeat: no-repeat;
	background-position: center right;
	border-radius: 0;
}
[class*="btn-"]:hover,
.btn:hover,
.form-submit:hover,
[class*="btn-"]:focus,
.btn:focus,
.form-submit:focus {
	background: #ECC016 url('/sites/all/themes/jugendprais/images/button-right-hover.png') !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	border: solid #00436a 1px;
	color: #00436a;
}
.btn-both:hover:before,
.btn-left:hover:before,
.btn-both:focus:before,
.btn-left:focus:before {
	background: url('/sites/all/themes/jugendprais/images/button-left-hover.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.btn-both:hover:after,
.btn-right:hover:after,
.btn-both:focus:after,
.btn-right:focus:after {
	background: url('/sites/all/themes/jugendprais/images/button-right-hover.png');
	background-repeat: no-repeat;
	background-position: center right;
}






.front h1,
.page-retrospective h1,
.page-edition2017 h1{
	font-size: 0 !important;
	color: transparent !important;
	height: 0 !important;
	width: 0;
	overflow: hidden;
	margin: 0 !important;
}


main > article.node-page {
	position:relative;
}

.front main > article.node-page .field-name-field-hero-image {
	overflow: hidden;
}

.front main > article.node-page .field-name-field-hero-image img {
	display: block;
}

@media screen and (max-width: 1400px) {
	.front main > article.node-page .field-name-field-hero-image img {
		max-width: none;
		height: 600px;
	}
}

.front main > article.node-page .overlay {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(0, 67, 106, 0.3);
}

.front main > article.node-page .logo {
	position:absolute;
	top: 0;
	left: 0;
	right:0;
	text-align:center;
}

@media screen and (max-width: 800px) {
	.front main > article.node-page p {
		margin: 0;
	}
	.front main > article.node-page .logo {
	}
	.front main > article.node-page .logo a {
		
	}
	.front main > article.node-page .field-name-field-hero-image img {
		height: 450px;
	}
}


.region-blockgroup-frontpage-content {
	max-width: 960px;
	margin: 40px auto;
}
.region-blockgroup-frontpage-content:after {
	display: table;
	clear: both;
	content: '';
}

.region-blockgroup-frontpage-content h2 {
	margin-bottom: 36px;
}

/* block-3 => prix block */
.front #block-block-3,
.front #block-views-news-block {
	float: left;
	width: 50%;
}

.front #block-block-3 {
	padding-right: 40px;
}
.front #block-views-news-block {
	padding-left: 40px;
}
@media screen and (max-width: 1000px) {
	.region-blockgroup-frontpage-content h2 {
		
	}
	.front #block-block-3,
	.front #block-views-news-block {
		float: none;
		width:100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.front #block-views-news-block {
		margin-top: 48px;
	}
	#block-block-3 p {
		margin-top: 0;
	}
}

.front #block-views-news-block h3 {
	margin: 6px 0;
	font-size: 20px;
	line-height: 24px;
}
.front #block-views-news-block h3 a {
	color: #00436A;
	text-decoration: none;
}
.front #block-views-news-block .views-field-body .field-content > :first-child {
	margin-top: 0;
}
.front #block-views-news-block .views-field-body .field-content > :last-child {
	margin-bottom: 24px;
}


.node-webform {
	background: #BFD0D9;
	padding: 72px 0;
}
.node-type-webform .node-webform {
	margin-left: -12px;
	margin-right: -13px;
}
@media screen and (max-width:1000px) {
	.node-webform {
		padding: 48px 20px;
	}
}

.node-webform > * {
	max-width: 960px;
	margin: auto;
}

.node-webform > div {
	margin-bottom: 52px;
}

@media screen and (max-width: 770px) {
	.node-webform > div {
		/*
		margin-bottom: 100px;
		*/
	}
}

.node-webform > .field-name-field-headertext {
	margin-bottom: 36px;
}

.node-webform h2 {
	color: #00436A;
	font-size: 25px;
	margin-top:0;
	margin-bottom:36px;
}
.node-webform h2 a {
	color: inherit;
	text-decoration:none;
	cursor: default;
}
.node-webform .node-webform > header > h2 {
	display: none;
}
.node-webform .node-webform .field-name-field-headertext {
	margin-bottom: 36px;
}

.node-webform .webform-client-form {
	position: relative;
	background: #00436A;
	color: #fff;
	padding: 24px;
}
@media screen and (max-width: 1000px) {
	.node-webform .webform-client-form {
		padding:20px;
	}
}
.node-webform .webform-client-form:after {
	display: table;
	clear: both;
	content:'';
}
.node-webform .webform-client-form h3 {
	margin: 0;
	margin-bottom: 18px;
	font-size:20px;
	line-height:24px;
}


#ui-datepicker-div {
	display: none;
	background: #00436A;
	border: solid #FCC016 1px;
	padding: 0;
}

#ui-datepicker-div .ui-datepicker-header {
	background: transparent;
	border: none;
	border-bottom: solid #FCC016 1px;
	border-radius: 0;
	color: #fff;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
	
}

#ui-datepicker-div .ui-datepicker-calendar {
	color: #fff;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	background: transparent;
	color: #fff;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover {
	background: #FCC016;
	color: #00436A;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
	font-weight: bold;
	color: #FCC016;
	border: 1px solid #FCC016
}
.ui-state-highlight.ui-state-hover,
.ui-widget-content .ui-state-highlight.ui-state-hover, 
.ui-widget-header .ui-state-highlight.ui-state-hover {
	color: #00436A;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
	background: #FCC016;
	color: #00436A;
}

.ui-datepicker .ui-datepicker-prev span {
	background: url('/sites/all/themes/jugendprais/images/cal_prev.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 20px;
	width: 10px;
	margin-top: -9px;
}

.ui-datepicker .ui-datepicker-next span {
	background: url('/sites/all/themes/jugendprais/images/cal_next.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 20px;
	width: 10px;
	margin-top: -9px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background: #FCC016;
	border-color: transparent;
	top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}


.node-webform .webform-component-date {
	clear: both;
}

.node-webform .webform-datepicker div.form-item:last-of-type {
	padding-right:0;
}

.node-webform .webform-datepicker {
	margin-right: 36px;
	position:relative;
}

.node-webform .webform-datepicker .form-item {
	width: 33.3333%;
	float:left;
	padding-right: 6px;
}

.node-webform .webform-calendar {
	position: absolute;
	left: 100%;
	margin-top:5px;
}



.node-webform .webform-component-textfield input,
.node-webform .webform-component-number input,
.node-webform .webform-component-email input,
.node-webform .webform-component-country-list select,
.node-webform .webform-component-link input,
.node-webform .webform-datepicker select {
	height:30px;
	line-height:28px;
	border: solid #95989A 1px;
	border-radius: 0;
	font-size:16px;
	padding: 0 12px;
	width:100%;
}

.node-webform .webform-component-country-list select,
.node-webform .webform-datepicker select {
	padding: 0 7px;
}

.node-webform .width_50 {
	float: left;
	width: 50%;
	margin: 3px 0;
}
.node-webform .width_50.left {
	padding-right: 3px;
}
.node-webform .width_50.right {
	padding-left: 3px;
}

@media screen and (max-width: 1000px) {
	.node-webform .width_50 {
		width: 100%;
	}
	
	.node-webform .width_50.left {
		padding-right: 0;
	}
	.node-webform .width_50.right {
		padding-left: 0;
	}
}

.node-webform .webform-component-markup {
	float: none;
	width: 100%;	
}

.node-webform .form-submit {
	font-size: 19px;
	font-weight:bold;
}

.node-webform .webform-next,
.node-webform .webform-submit {
	position: absolute;
	top: 100%;
	right:0;
	margin-top: 12px;
	width:320px;
}

@media screen and (max-width: 770px) {
	.node-webform .webform-next,
	.node-webform .webform-submit,
	.node-webform .webform-previous {
		/*
		position:static;
		*/
		width: auto;
		padding: 0 12px;
	}
	.node-webform .webform-previous {
		padding-left: 22px;
	}
	.node-webform .webform-next,
	.node-webform .webform-submit {
		padding-right: 22px;
	}
}


.webform-component select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background: #fff url('/sites/all/themes/jugendprais/images/select-arrow.png') right 5px center no-repeat;
	padding-right: 24px;
}


.webform-component-fieldset {
	margin: 3px 0;
	padding: 0;
	border: 0;
}
#webform-addmore-43 {
	padding-top: 20px;
}

.webform-component--categories {
	clear: both;
	margin-bottom: 12px;
}
.webform-component--categories > label {
	padding-top: 12px;
}
.webform-component--categories .form-checkboxes {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.webform-component-textarea .grippie {
	display: none;
}

.webform-component--description-du-projet > label {
	display: none;
}

.webform-component-fieldset legend {
	display: block;
	font-weight: bold;
}

.webform-component--desc-detail p {
	margin-top: 0;
}

.webform-component-multiple-file .description {
	display: none;
}


.webform-component--nombre-de-jeunes:after,
.webform-component--fin-du-projet:after,
.webform-component--debut-du-projet:after {
	clear: both;
	display: table;
	content: '';
}

.webform-component--nombre-de-jeunes .fieldset-wrapper {
	margin-left: -3px;
	margin-right: -3px;
}
.webform-component--nombre-de-jeunes .form-item {
	float: left;
	width: 33.3333%;
	padding: 0 3px;
}



.webform-component--lieux-pay-projet,
.webform-component--nombre-daccompagnateurs,
.webform-component--lieux-pay-projet,
.webform-component--partenaires {
	margin-top: 12px;
}

.webform-component--lieux-pay-projet:after,
.webform-component--nombre-daccompagnateurs:after,
.webform-component--lieux-pay-projet:before {
	content: '';
	clear: both;
	display: table;
}

.webform-component--lieux-pay-projet legend {
	padding-top: 12px;
}


.webform-component--photos,
.webform-component--lien-site {
	margin-bottom: 12px;
}
.webform-component--autres {
	margin-top: 12px;
}

#edit-submitted-autres-ajax-wrapper {
	clear: both;
	padding-top: 6px;
}



@media screen and (max-width: 500px) {
	.webform-component--categories .form-checkboxes {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}


.node-webform .ajax-progress {
	display:none;
}







.page-retrospective .view-retrospective .view-grouping-header h2,
.page-edition2017 .view-retrospective .view-grouping-header h2 {
	position:relative;
	display: inline-block;
	background: url('/sites/all/themes/jugendprais/images/arrow_center.png');
	color: #FEC00F;
	font-size: 32px;
	min-width: 250px;
	height: 51px;
	line-height: 51px;
	padding: 0 16px;
	margin-bottom: 32px;
}
.page-retrospective .view-retrospective .view-grouping-header h2:before,
.page-edition2017 .view-retrospective .view-grouping-header h2:before{
	content: url('/sites/all/themes/jugendprais/images/arrow_left.png');
	position:absolute;
	top: 0;
	right: 100%;
	bottom: 0;
}
.page-retrospective .view-retrospective .view-grouping-header h2:after,
.page-edition2017 .view-retrospective .view-grouping-header h2:after{
	content: url('/sites/all/themes/jugendprais/images/arrow_right.png');
	position:absolute;
	top: 0;
	left: 100%;
	bottom: 0;
}

.page-retrospective .view-retrospective .view-grouping-header .desc p:last-of-type,
.page-edition2017 .view-retrospective .view-grouping-header .desc p:last-of-type{
	margin-bottom: 6px;
}


.page-retrospective .view-retrospective .view-grouping-content,
.page-edition2017 .view-retrospective  .view-grouping-content,{
	margin-left: -5px;
	margin-right: -5px;
}

.page-retrospective .view-retrospective .view-grouping-content h3,
.page-edition2017 .view-retrospective  .view-grouping-content h3{
	color: #00436A;
	padding-top: 36px;
	margin: 0 5px 0;
	font-size: 20px;
	line-height: 24px;
	clear: both;
}

.page-retrospective .view-retrospective .view-grouping-content h3:before,
.page-edition2017 .view-retrospective  .view-grouping-content h3:before{
	content: '';
	clear: both;
	display: table;
}

.page-retrospective .view-retrospective .views-row,
.page-edition2017 .view-retrospective .views-row{
	float: left;
	width: 33.3333%;
	padding: 24px 5px 0;
	margin-bottom: 0;
	position:relative;
	overflow: hidden;
	cursor:pointer;
}
.page-retrospective .view-retrospective .views-row.isWinner img,
.page-edition2017 .view-retrospective .views-row.isWinner img
{
	border:#FEC00F 2px solid;
}
.page-retrospective .view-retrospective .views-row.isWinner,
.page-edition2017 .view-retrospective .views-row.isWinner
{
	padding-top: 23px;
    margin-bottom: -2px;
}

.page-retrospective .view-retrospective .views-row.isWinner:before,
.page-edition2017 .view-retrospective .views-row.isWinner:before {
	content: url('/sites/all/themes/jugendprais/images/winner.png');
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -18.5px;
}

.page-retrospective .view-retrospective .views-field-field-photos img,
.page-edition2017 .view-retrospective .views-field-field-photos img{
	display: block;
}

.page-retrospective .view-retrospective .views-field-title,
.page-edition2017 .view-retrospective .views-field-title{
	position: absolute;
	top: 25px;
	left: 5px;
	right: 5px;
	bottom: 0;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
}
.page-retrospective .view-retrospective .views-row.isWinner .views-field-title,
.page-edition2017 .view-retrospective .views-row.isWinner .views-field-title
{
	left: 7px;
    right: 5px;
    bottom: 2px;
}
.page-retrospective .view-retrospective .views-row:hover .views-field-title,
.page-edition2017 .view-retrospective .views-row:hover .views-field-title{
	top: 24px;
}
.page-retrospective .view-retrospective .views-field-title h4,
.page-edition2017 .view-retrospective .views-field-title h4{
	font-size: 18px;
	line-height: 21.6px;
	color: #fff;
	margin: 0;
	display: table;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 67, 106, 0.8);
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.page-retrospective .view-retrospective .views-row:hover .views-field-title h4,
.page-edition2017 .view-retrospective .views-row:hover .views-field-title h4{
	opacity:1;
}

.page-retrospective .view-retrospective .views-field-title h4 a,
.page-edition2017 .view-retrospective .views-field-title h4 a{
	display: table-cell;
	vertical-align:middle;
	color: #fff;
	text-align:center;
	text-decoration: none;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.page-retrospective .view-retrospective .views-row:hover .views-field-title h4 a,
.page-edition2017 .view-retrospective .views-row:hover .views-field-title h4 a{
	-webkit-transform: scale(1);
	        transform: scale(1);
}

@media screen and (max-width: 675px) {
	.page-retrospective .view-retrospective .views-row,
	.page-edition2017 .view-retrospective .views-row{
		width: 50%;
	}
}

@media screen and (max-width: 370px) {
	.page-retrospective .view-retrospective .views-row,
	.page-edition2017  .view-retrospective .views-row{
		width: 100%;
	}
}


.node-type-projet .breadcrumbs {
	font-size: 18px;
	line-height: 21.6px;
	font-weight: bold;
	color: #00436A;
}
.node-type-projet .breadcrumbs a {
	color: inherit;
	text-decoration: none;
	border-bottom: solid transparent 2px;
	-webkit-transition: border-bottom 0.3s;
	transition: border-bottom 0.3s;
}

.node-type-projet .breadcrumbs a:hover {
	border-bottom: solid #00436a 2px;
}

.node-type-projet .title,
.node-type-page h1,
.node-type-webform h1,
.page-news h1{
	position:relative;
	display: inline-block;
	background: url('/sites/all/themes/jugendprais/images/arrow_center.png');
	color: #FEC00F;
	font-size: 32px;
	min-width: 250px;
	/*
	height: 51px;
	*/
	margin-right: 23px;
	line-height: 51px;
	padding: 0 16px;
	margin-bottom: 32px;
}
.node-type-projet .title:before,
.node-type-page h1:before,
.node-type-webform h1:before,
.page-news h1:before{
	content: url('/sites/all/themes/jugendprais/images/arrow_left.png');
	position:absolute;
	top: 0;
	right: 100%;
	bottom: 0;
}
.node-type-projet .title:after,
.node-type-page h1:after,
.node-type-webform h1:after,
.page-news h1:after{

	content: url('/sites/all/themes/jugendprais/images/arrow_right.png');
	position:absolute;
	top: 0;
	left: 100%;
	bottom: 0;
}
#block-block-4 
{
	color:white;
}
#block-block-4 img
{
	max-height: 30px;
	width: auto;
}
#block-block-4 table
{
	margin: 11px;
}
@media screen and (max-width: 1000px) 
{
	#block-block-4 table td
	{
		display:inline-block;
	}
}
#block-block-4 table a
{
	color: white;
}

.node-type-projet .photos {
	margin-top: 24px;
}

.node-type-projet .photos:after {
	content: '';
	clear: both;
	display: table;
}
.node-type-projet .photos ul {
	margin: 0;
	margin-left: -3px;
	padding: 0;	
}

.node-type-projet .photos ul li {
	list-style:none;
	float:left;
	margin-left: 3px;
	margin-bottom: 3px;
	border-radius: 75px;
	border: solid #00436A 5px;
	border-color: #00436A;
	height: 85px;
	width: 85px;
	overflow: hidden;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.node-type-projet .photos li:hover {
	border-color: #FEC00F;
}

.node-type-projet .photos img {
	display: block;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	width: 75px;
	height: 75px;
}
.node-type-projet .photos li:hover img {
	-webkit-transform: scale(1.25);
	        transform: scale(1.25);
}


.node-type-webform .h1-wrapper {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}



#block-block-7 {
	max-width: 960px;
	margin: 0 auto;
}



.region-footer {
	background: #00436A;
	height: 58px;
	font-size: 12px;
	line-height: 14.4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media screen and (max-width: 1000px) {
	.region-footer {
		padding: 0 20px;
		height: auto;
	}
}

.region-footer .block {
	max-width: 960px;
	margin: 0 auto;
}

.region-footer p {
	margin: 0;
	color: #fff;
	line-height: 58px;
}


.region-footer p:first-of-type {
	position:relative;
	float:left;
}
.region-footer p:first-of-type img {
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: 18px;
	margin-top: -10px;
	max-width: none;
}

.region-footer p:last-of-type {
	float: right;
}

.region-footer p:last-of-type a {
	display: inline-block;
	border-bottom: solid transparent 1px;
	color: inherit;
	text-decoration:none;
	line-height: 16px;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}

.region-footer p:last-of-type a:hover {
	border-bottom: solid #fff 1px;
	border-bottom: solid #FCC016 1px;
	color:#FCC016;
}

.region-footer p:last-of-type a:first-of-type {
	margin-right: 6px;
}

.region-footer p:last-of-type a:last-of-type {
	margin-left: 6px;
}

@media screen and (max-width: 500px) {
	.region-footer {
		height: auto;
		text-align:center;
		padding-top: 12px;
		padding-bottom: 6px;
	}
	
	.region-footer p {
		line-height: 30px;
	}
	
	.region-footer p:first-of-type {
		float: none;
		display: inline-block;
		white-space:nowrap;
	}
	
	.region-footer p:first-of-type img {
		position:relative;
		display: inline-block;
		top: 6px;
		left: 0;
		margin-left: 12px;
	}
	
	.region-footer p:last-of-type {
		float: none;
	}
}







#better-messages-wrapper .overlay {
	position: fixed;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,12,17, 0.9);
}

#better-messages-default .b,
#better-messages-default .tl,
#better-messages-default .tr,
#better-messages-default .bl,
#better-messages-default .br {
	background:none;
}

#better-messages-default .body {
	background: #00436A;
	border: solid #FCC016 1px !important;
	padding: 24px;
}

#better-messages-default .messages-label {
	margin: 24px 0 6px;
	padding: 0;
	background: transparent;
	font-family: 'Ubuntu', Verdana, Tahoma, "DejaVu Sans", sans-serif;
	font-size: 20px;
	line-height: 24px;
}

#better-messages-default h2:first-of-type {
	margin-top: 0;
}

#better-messages-default .messages {
	background: none !important;
	border:none !important;
	color:#fff;
	padding: 0;
	margin: 0;
}

#better-messages-default .messages a {
	color: #FEC00F;
}

#better-messages-default .messages ul {
	margin:0;
	padding: 0;
}

#better-messages-default .messages li {
	list-style:none;
}
#better-messages-default .messages li p {
	margin: 0;
	margin-bottom: 6px;
}

#better-messages-default .footer {
	border: none;
	margin: 0;
	padding: 0
}

#better-messages-default a.message-close {
	background:none;
	position:absolute;
	top: 30px;
	right:30px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: solid transparent 1px;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

#better-messages-default a.message-close:hover {
	border: solid #FCC016 1px;
}
#better-messages-default a.message-close:active {
	background:#fff;
}
#better-messages-default a.message-close:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/sites/all/themes/jugendprais/images/close.png);
	background-repeat: no-repeat;
	background-size: 18px;
	height: 18px;
	width: 18px;
	margin: auto;
}



#cboxOverlay {
	background:rgba(0,12,17, 0.9) !important;
	opacity: 1 !important;
}

.tooltip {
	position:relative;
	display: none;
	float: right;
	top: -30px;
}
@media screen and (max-width: 1280px) {
	div:hover > .tooltip {
		/*
		display: block;
		*/
	}
}
div:hover > .tooltip {
	/*
	display: block;
	*/
}

.tooltip .content {
	position: absolute;
	background: #FEC00F;
	color: #00436A;
	border: solid #00436A 1px;
	box-shadow: 0 0 5px #00436A;
	padding: 6px;
}

.messages .webform-confirmation {
	max-width: 960px;
	margin: 36px auto;
	color: #00436A;
	border-color: #00436A;
}
.webform-client-form-72 fieldset
{
	margin:20px 0;	
}
.field-name-field-photos-galerie .field-item
{
	display: inline-block;
    padding: 0 2px 2px 0;
}